/** Shopify CDN: Minification failed

Line 7:14 Expected "{" but found "("
Line 20:0 All "@import" rules must come first

**/
@media screen (max-width: 768px) {
  .container.column {
    flex: 0 0 calc(100% - 20px);
    margin: 0px !important;
    padding: 0px !important;
  }
}

/* ============================================================
   OneDegree Modern Restyle — site-wide design layer
   Modern, clean, trustworthy: Inter type, brand-blue accents,
   navy footer, soft shadows, rounded corners, calm neutrals.
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  --od-blue: #2879fe;
  --od-blue-dark: #1e63d6;
  --od-blue-tint: rgba(40, 121, 254, 0.08);
  --od-navy: #0b1c33;
  --od-navy-deep: #081426;
  --od-ink: #101828;
  --od-text: #475467;
  --od-muted: #98a2b3;
  --od-line: #e8ecf3;
  --od-bg-soft: #f7f9fc;
  --od-radius: 12px;
  --od-radius-sm: 8px;
  --od-shadow-sm: 0 1px 3px rgba(16,24,40,.06), 0 1px 2px rgba(16,24,40,.04);
  --od-shadow-md: 0 6px 20px rgba(16,24,40,.08);
  --od-shadow-lg: 0 16px 40px rgba(16,24,40,.14);
}

/* ---------- Typography ---------- */
body {
  font-family: 'Inter', 'Rubik', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--od-text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6, .tt-title {
  font-family: 'Inter', 'Rubik', sans-serif;
  color: var(--od-ink);
}
input, textarea, select, button, .btn {
  font-family: 'Inter', 'Rubik', sans-serif;
}
.tt-block-title .tt-title {
  font-size: clamp(26px, 4vw, 38px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.tt-block-title .tt-description {
  color: var(--od-text);
  font-size: 17px;
  margin-top: 10px;
}
::selection { background: rgba(40,121,254,.18); }

/* ---------- Buttons ---------- */
.btn {
  border-radius: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
  box-shadow: var(--od-shadow-sm);
}
.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(40,121,254,.25);
}
.btn:active { transform: translateY(0); }

/* ---------- Forms ---------- */
.form-control {
  border-radius: 10px;
  border: 1px solid #e2e5ea;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.form-control:focus {
  border-color: var(--od-blue);
  box-shadow: 0 0 0 3px rgba(40,121,254,.14);
  outline: none;
}

/* ---------- Header ---------- */
.tt-color-scheme-01.menubackground,
.tt-header-holder {
  border-bottom: 1px solid var(--od-line);
}
.tt-stuck-nav {
  box-shadow: 0 6px 24px rgba(16,24,40,.08);
  backdrop-filter: saturate(1.4) blur(8px);
}
.tt-desctop-menu nav > ul > li > a {
  font-weight: 500;
  letter-spacing: 0.01em;
}

/* ---------- Images & media ---------- */
.tt-layout-box01 .col-img img,
.tt-promo02 .image-box,
.tt-contact-box img.img-mobile {
  border-radius: 14px;
}

/* ---------- Cards (generic lift for promo tiles & blurbs) ---------- */
.tt-promo02,
.obj-data02 {
  border-radius: var(--od-radius);
}

/* ---------- Footer: deep navy, light text ---------- */
.tt-footer-custom.tt-color-scheme-02 {
  background: linear-gradient(180deg, var(--od-navy) 0%, var(--od-navy-deep) 100%) !important;
}
.tt-footer-custom.tt-color-scheme-04 {
  background: var(--od-navy-deep) !important;
}
.tt-footer-custom,
.tt-footer-custom p,
.tt-footer-custom address,
.tt-footer-custom .tt-list li,
.tt-footer-custom .tt-box-copyright {
  color: rgba(255,255,255,.68) !important;
}
.tt-footer-custom .tt-collapse-title,
.tt-footer-custom .tt-title,
.tt-footer-custom h4, .tt-footer-custom h5, .tt-footer-custom h6 {
  color: #ffffff !important;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.tt-footer-custom a,
.tt-footer-custom .tt-list li a {
  color: rgba(255,255,255,.68) !important;
  transition: color .15s ease;
}
.tt-footer-custom a:hover,
.tt-footer-custom .tt-list li a:hover {
  color: #ffffff !important;
}
.tt-footer-custom .tt-social-icon li a {
  color: rgba(255,255,255,.55) !important;
}
.tt-footer-custom .tt-social-icon li a:hover {
  color: var(--od-blue) !important;
}
.tt-footer-custom [class^="icon-"],
.tt-footer-custom [class*=" icon-"] {
  color: var(--od-blue);
}
.tt-footer-custom .form-control {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.18);
  color: #ffffff;
}
.tt-footer-custom .form-control::placeholder { color: rgba(255,255,255,.45); }
.tt-footer-custom .form-control:focus {
  border-color: var(--od-blue);
  box-shadow: 0 0 0 3px rgba(40,121,254,.25);
}
.tt-footer-custom .btn,
.tt-footer-custom .footer_subscribe_btn {
  background: var(--od-blue) !important;
  color: #ffffff !important;
  border-radius: 10px;
}
.tt-footer-custom .btn:hover { background: var(--od-blue-dark) !important; }
.tt-footer-custom .tt-collapse-title { border-color: rgba(255,255,255,.12); }

/* ---------- Back to top ---------- */
.tt-back-to-top {
  border-radius: 12px;
  box-shadow: var(--od-shadow-md);
}

/* ---------- Modals ---------- */
.modal-content {
  border-radius: 16px;
  border: none;
  box-shadow: var(--od-shadow-lg);
}

/* ---------- Page titles on inner pages ---------- */
.tt-breadcrumb + .container h1.tt-title,
h1.tt-title-subpages {
  font-weight: 700;
  letter-spacing: -0.02em;
}

/* ---------- Links ---------- */
a { transition: color .15s ease; }

/* ---------- Focus visibility for accessibility/trust ---------- */
a:focus-visible, button:focus-visible, .btn:focus-visible {
  outline: 2px solid var(--od-blue);
  outline-offset: 2px;
}
