@import url('fonts.css');

/* ==========================================================================
   Victory BRT — Design System
   Brand: violet #660087 · cyan #0392CE · butterfly green #45C46C
   ========================================================================== */

/* ---------- Tokens ---------- */
:root {
  /* Brand ramps */
  --violet-950: #14041C;
  --violet-900: #2A0639;
  --violet-800: #3F0854;
  --violet-700: #520A6D;
  --violet-600: #660087;
  --violet-500: #8323A6;
  --violet-400: #A354C4;
  --violet-300: #C48FDD;
  --violet-200: #E2C4EF;
  --violet-100: #F1E1F8;
  --violet-50:  #FAF3FD;

  --cyan-800: #01526F;
  --cyan-700: #026A96;
  --cyan-600: #0392CE;
  --cyan-500: #16AEE8;
  --cyan-400: #4CC7F0;
  --cyan-100: #D4EFFC;
  --cyan-50:  #ECF8FE;

  --green-700: #1E7F3D;
  --green-600: #2FA855;
  --green-500: #45C46C;
  --green-100: #D9F5E3;

  --amber-600: #C77A05;
  --amber-100: #FDF0D6;

  /* Neutrals (violet-tinted) */
  --ink-950: #0F0A14;
  --ink-900: #191122;
  --ink-800: #2A2036;
  --ink-700: #3E3350;
  --ink-600: #574C68;
  --ink-500: #726781;
  --ink-400: #948BA0;
  --ink-300: #B8B1C2;
  --ink-200: #DBD6E1;
  --ink-100: #ECE8F0;
  --ink-50:  #F7F5FA;
  --white:    #FFFFFF;

  /* Semantic — light */
  --bg:           #FFFFFF;
  --bg-alt:       var(--ink-50);
  --bg-brand-soft: var(--violet-50);
  --surface:      #FFFFFF;
  --surface-2:    var(--ink-50);
  --text:         var(--ink-900);
  --text-soft:    var(--ink-600);
  --text-muted:   var(--ink-500);
  --border:       var(--ink-200);
  --border-soft:  var(--ink-100);
  --brand:        var(--violet-600);
  --brand-hover:  var(--violet-700);
  --brand-soft:   var(--violet-100);
  --brand-text:   var(--violet-700);
  --accent:       var(--cyan-600);
  --accent-soft:  var(--cyan-100);
  --accent-text:  var(--cyan-700);
  --on-brand:     #FFFFFF;
  --focus:        var(--cyan-500);

  /* Fluid type scale */
  --step--2: clamp(0.75rem, 0.73rem + 0.10vw, 0.813rem);
  --step--1: clamp(0.875rem, 0.85rem + 0.13vw, 0.938rem);
  --step-0:  clamp(1rem, 0.96rem + 0.20vw, 1.125rem);
  --step-1:  clamp(1.188rem, 1.11rem + 0.38vw, 1.375rem);
  --step-2:  clamp(1.438rem, 1.29rem + 0.73vw, 1.875rem);
  --step-3:  clamp(1.75rem, 1.49rem + 1.28vw, 2.5rem);
  --step-4:  clamp(2.125rem, 1.70rem + 2.10vw, 3.375rem);
  --step-5:  clamp(2.25rem, 1.80rem + 2.30vw, 3.5rem);

  /* Space */
  --sp-1: 0.25rem;  --sp-2: 0.5rem;   --sp-3: 0.75rem;  --sp-4: 1rem;
  --sp-5: 1.5rem;   --sp-6: 2rem;     --sp-7: 2.5rem;   --sp-8: 3rem;
  --sp-9: 4rem;     --sp-10: 5rem;    --sp-11: 6.5rem;  --sp-12: 8rem;

  /* Shape */
  --r-xs: 6px;  --r-sm: 10px;  --r-md: 14px;
  --r-lg: 20px; --r-xl: 28px;  --r-2xl: 40px; --r-full: 999px;

  /* Elevation */
  --sh-xs: 0 1px 2px rgba(20, 4, 28, .06);
  --sh-sm: 0 2px 6px rgba(20, 4, 28, .06), 0 1px 2px rgba(20, 4, 28, .04);
  --sh-md: 0 8px 24px -8px rgba(20, 4, 28, .12), 0 2px 6px rgba(20, 4, 28, .05);
  --sh-lg: 0 20px 48px -16px rgba(20, 4, 28, .18), 0 4px 12px rgba(20, 4, 28, .06);
  --sh-xl: 0 36px 80px -24px rgba(20, 4, 28, .24), 0 8px 20px rgba(20, 4, 28, .08);
  --sh-brand: 0 14px 34px -12px rgba(102, 0, 135, .45);

  /* Layout */
  --wrap: 1200px;
  --wrap-narrow: 760px;
  --gutter: clamp(1.125rem, 4vw, 2.5rem);
  --header-h: 96px;

  --ease: cubic-bezier(.22, .61, .36, 1);
  --ease-out: cubic-bezier(.16, 1, .3, 1);
}

/* Semantic — dark */
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --bg:            #100A16;
    --bg-alt:        #180F20;
    --bg-brand-soft: #1E0F2A;
    --surface:       #1A1122;
    --surface-2:     #221730;
    --text:          #F3EFF7;
    --text-soft:     #C3B9CE;
    --text-muted:    #9C90A9;
    --border:        #33263F;
    --border-soft:   #281C34;
    --brand:         var(--violet-400);
    --brand-hover:   var(--violet-300);
    --brand-soft:    #2E1440;
    --brand-text:    var(--violet-300);
    --accent:        var(--cyan-500);
    --accent-soft:   #06344A;
    --accent-text:   var(--cyan-400);
    --on-brand:      #16041E;
    --sh-xs: 0 1px 2px rgba(0,0,0,.5);
    --sh-sm: 0 2px 6px rgba(0,0,0,.45), 0 1px 2px rgba(0,0,0,.3);
    --sh-md: 0 8px 24px -8px rgba(0,0,0,.6), 0 2px 6px rgba(0,0,0,.4);
    --sh-lg: 0 20px 48px -16px rgba(0,0,0,.7), 0 4px 12px rgba(0,0,0,.4);
    --sh-xl: 0 36px 80px -24px rgba(0,0,0,.8), 0 8px 20px rgba(0,0,0,.5);
    --sh-brand: 0 14px 34px -12px rgba(163, 84, 196, .35);
  }
}
:root[data-theme="dark"] {
  --bg:            #100A16;
  --bg-alt:        #180F20;
  --bg-brand-soft: #1E0F2A;
  --surface:       #1A1122;
  --surface-2:     #221730;
  --text:          #F3EFF7;
  --text-soft:     #C3B9CE;
  --text-muted:    #9C90A9;
  --border:        #33263F;
  --border-soft:   #281C34;
  --brand:         var(--violet-400);
  --brand-hover:   var(--violet-300);
  --brand-soft:    #2E1440;
  --brand-text:    var(--violet-300);
  --accent:        var(--cyan-500);
  --accent-soft:   #06344A;
  --accent-text:   var(--cyan-400);
  --on-brand:      #16041E;
  --sh-xs: 0 1px 2px rgba(0,0,0,.5);
  --sh-sm: 0 2px 6px rgba(0,0,0,.45), 0 1px 2px rgba(0,0,0,.3);
  --sh-md: 0 8px 24px -8px rgba(0,0,0,.6), 0 2px 6px rgba(0,0,0,.4);
  --sh-lg: 0 20px 48px -16px rgba(0,0,0,.7), 0 4px 12px rgba(0,0,0,.4);
  --sh-xl: 0 36px 80px -24px rgba(0,0,0,.8), 0 8px 20px rgba(0,0,0,.5);
  --sh-brand: 0 14px 34px -12px rgba(163, 84, 196, .35);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 1.5rem);
  color-scheme: light dark;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
body {
  background: var(--bg);
  color: var(--text);
  font-family: 'Inter', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  font-size: var(--step-0);
  line-height: 1.65;
  font-feature-settings: 'cv11', 'ss01';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, svg, video { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, h4, h5, h6 {
  font-family: 'Plus Jakarta Sans', 'Inter', ui-sans-serif, system-ui, sans-serif;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.022em;
  text-wrap: balance;
}
h1 { font-size: var(--step-4); }
h2 { font-size: var(--step-3); }
h3 { font-size: var(--step-2); }
h4 { font-size: var(--step-1); font-weight: 700; }
p  { text-wrap: pretty; }
a  { color: var(--brand-text); text-decoration-thickness: 1.5px; text-underline-offset: 3px; }
a:hover { color: var(--brand-hover); }
ul, ol { padding-inline-start: 1.15em; }
:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 2px;
  border-radius: var(--r-xs);
}
::selection { background: var(--violet-200); color: var(--violet-900); }

/* ---------- Layout primitives ---------- */
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }
.wrap-narrow { max-width: var(--wrap-narrow); }
.section { padding-block: clamp(3.5rem, 8vw, 7rem); }
.section-sm { padding-block: clamp(2.5rem, 5vw, 4rem); }
.section--alt { background: var(--bg-alt); }
.section--brandsoft { background: var(--bg-brand-soft); }
.stack > * + * { margin-top: var(--sp-4); }
.center { text-align: center; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; inset-inline-start: var(--sp-4); top: -100px; z-index: 200;
  background: var(--brand); color: var(--on-brand); padding: .7rem 1.1rem;
  border-radius: var(--r-sm); font-weight: 700; text-decoration: none;
  transition: top .2s var(--ease);
}
.skip-link:focus { top: var(--sp-4); color: var(--on-brand); }

/* ---------- Buttons ---------- */
.btn {
  --btn-bg: var(--brand);
  --btn-fg: var(--on-brand);
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  padding: .82em 1.5em;
  background: var(--btn-bg); color: var(--btn-fg);
  border: 1.5px solid transparent; border-radius: var(--r-full);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700; font-size: var(--step--1); line-height: 1.2;
  letter-spacing: -0.01em; text-decoration: none; cursor: pointer;
  white-space: nowrap;
  transition: transform .22s var(--ease-out), box-shadow .22s var(--ease-out),
              background-color .18s var(--ease), border-color .18s var(--ease), color .18s var(--ease);
}
.btn:hover { transform: translateY(-2px); color: var(--btn-fg); }
.btn:active { transform: translateY(0); }
.btn svg { width: 1.15em; height: 1.15em; flex: none; }

.btn--primary { box-shadow: var(--sh-brand); }
.btn--primary:hover { --btn-bg: var(--brand-hover); box-shadow: 0 18px 40px -12px rgba(102,0,135,.55); }

.btn--accent { --btn-bg: var(--accent); --btn-fg: #fff; box-shadow: 0 14px 34px -12px rgba(3,146,206,.5); }
.btn--accent:hover { --btn-bg: var(--cyan-700); }
:root[data-theme="dark"] .btn--accent { --btn-fg: #04202D; }
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) .btn--accent { --btn-fg: #04202D; }
}

.btn--ghost {
  --btn-bg: transparent; --btn-fg: var(--text);
  border-color: var(--border);
}
.btn--ghost:hover { --btn-bg: var(--surface-2); border-color: var(--brand); --btn-fg: var(--brand-text); }

.btn--onDark {
  --btn-bg: rgba(255,255,255,.12); --btn-fg: #fff;
  border-color: rgba(255,255,255,.35);
  backdrop-filter: blur(8px);
}
.btn--onDark:hover { --btn-bg: rgba(255,255,255,.22); border-color: rgba(255,255,255,.6); }

.btn--white { --btn-bg: #fff; --btn-fg: var(--violet-700); box-shadow: var(--sh-lg); }
.btn--white:hover { --btn-bg: var(--violet-50); }

.btn--lg { padding: 1em 1.9em; font-size: var(--step-0); }
.btn--sm { padding: .6em 1.1em; font-size: var(--step--2); }

.btn-row { display: flex; flex-wrap: wrap; gap: var(--sp-3); }

/* Long labels (an email address) must not force a scrollbar on small phones. */
@media (max-width: 480px) {
  .btn { white-space: normal; max-width: 100%; overflow-wrap: anywhere; }
  .btn--lg { padding: .9em 1.25em; font-size: var(--step--1); }
}
.btn-row--center { justify-content: center; }

/* ---------- Eyebrow / pill ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: .5em;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: var(--step--2); font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--brand-text);
}
.eyebrow::before {
  content: ''; width: 26px; height: 2px; border-radius: 2px;
  background: linear-gradient(90deg, var(--brand), var(--accent));
}
.eyebrow--center { justify-content: center; }
.eyebrow--onDark { color: var(--cyan-400); }
.eyebrow--onDark::before { background: linear-gradient(90deg, var(--cyan-400), #fff); }

.pill {
  display: inline-flex; align-items: center; gap: .45em;
  padding: .38em .85em; border-radius: var(--r-full);
  background: var(--brand-soft); color: var(--brand-text);
  font-size: var(--step--2); font-weight: 600; line-height: 1.4;
}
.pill--accent { background: var(--accent-soft); color: var(--accent-text); }
.pill--green { background: var(--green-100); color: var(--green-700); }
:root[data-theme="dark"] .pill--green { background: #0C331C; color: #7EDC9C; }
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) .pill--green { background: #0C331C; color: #7EDC9C; }
}

/* ---------- Section heading ---------- */
.sec-head { max-width: 46rem; margin-bottom: clamp(2rem, 4vw, 3.25rem); }
.sec-head--center { margin-inline: auto; text-align: center; }
.sec-head .eyebrow { margin-bottom: var(--sp-3); }
.sec-head h2 { margin-bottom: var(--sp-4); }
.sec-head p { color: var(--text-soft); font-size: var(--step-1); line-height: 1.6; }

/* ==========================================================================
   Header
   ========================================================================== */
.topbar {
  background: linear-gradient(90deg, var(--violet-800), var(--violet-600) 45%, var(--cyan-700));
  color: #fff; font-size: var(--step--2);
}
.topbar__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: var(--sp-4); min-height: 40px; flex-wrap: wrap;
}
.topbar a { color: #fff; text-decoration: none; display: inline-flex; align-items: center; gap: .45em; }
.topbar a:hover { color: #fff; text-decoration: underline; }
.topbar svg { width: 1em; height: 1em; opacity: .85; flex: none; }
.topbar__group { display: flex; align-items: center; gap: var(--sp-5); flex-wrap: wrap; }
.topbar__note { opacity: .9; }
@media (max-width: 719px) { .topbar__note { display: none; } }

.site-header {
  position: sticky; top: 0; z-index: 100;
  border-bottom: 1px solid transparent;
  transition: border-color .25s var(--ease), box-shadow .25s var(--ease);
}
/* The frosted backdrop lives on a pseudo-element: a filter on .site-header itself
   would make it the containing block for the position:fixed mobile nav drawer. */
.site-header::before {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background: color-mix(in srgb, var(--bg) 82%, transparent);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  transition: background-color .25s var(--ease);
}
.site-header.is-stuck {
  border-bottom-color: var(--border-soft);
  box-shadow: var(--sh-sm);
}
.site-header.is-stuck::before {
  background: color-mix(in srgb, var(--bg) 92%, transparent);
}
.site-header__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: var(--sp-4); min-height: var(--header-h);
}

/* The wordmark ships as two PNGs (colour + white); CSS picks one per theme. */
.brand { display: inline-flex; align-items: center; text-decoration: none; flex: none; }
.brand__logo { width: auto; height: 68px; }
.brand__logo--white { display: none; }
:root[data-theme="dark"] .brand__logo--color { display: none; }
:root[data-theme="dark"] .brand__logo--white { display: block; }
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) .brand__logo--color { display: none; }
  :root:not([data-theme="light"]) .brand__logo--white { display: block; }
}
.brand--footer .brand__logo { height: 76px; }

@media (max-width: 1039px) { .brand__logo { height: 52px; } }
@media (max-width: 419px) {
  .brand__logo { height: 44px; }
  .lang a { padding: .25rem .45rem; font-size: .7rem; }
  .nav-toggle { width: 38px; height: 38px; }
  .header__actions { gap: var(--sp-1); }
}

/* Nav */
.nav { display: flex; align-items: center; gap: var(--sp-1); }
.nav__list { display: flex; align-items: center; gap: var(--sp-1); list-style: none; margin: 0; padding: 0; }
.nav__link {
  position: relative; display: inline-flex; align-items: center; gap: .35em;
  padding: .55rem .78rem; border-radius: var(--r-sm);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: .938rem; font-weight: 600; letter-spacing: -0.01em;
  color: var(--text-soft); text-decoration: none; white-space: nowrap;
  background: none; border: 0; cursor: pointer;
  transition: color .18s var(--ease), background-color .18s var(--ease);
}
.nav__link:hover { color: var(--brand-text); background: var(--brand-soft); }
.nav__link[aria-current="page"] { color: var(--brand-text); }
.nav__link[aria-current="page"]::after {
  content: ''; position: absolute; left: .78rem; right: .78rem; bottom: .22rem;
  height: 2px; border-radius: 2px; background: linear-gradient(90deg, var(--brand), var(--accent));
}
.nav__caret { width: .7em; height: .7em; transition: transform .2s var(--ease); }
.nav__item--has-menu[data-open="true"] .nav__caret { transform: rotate(180deg); }

.nav__menu {
  position: absolute; top: calc(100% + .5rem); left: 0;
  min-width: 300px; padding: var(--sp-2);
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--r-lg); box-shadow: var(--sh-lg);
  list-style: none; margin: 0;
  opacity: 0; visibility: hidden; transform: translateY(-8px);
  transition: opacity .2s var(--ease), transform .2s var(--ease-out), visibility .2s;
}
.nav__item { position: relative; }
.nav__item--has-menu[data-open="true"] .nav__menu { opacity: 1; visibility: visible; transform: translateY(0); }
.nav__menu a {
  display: flex; align-items: center; gap: .7rem;
  padding: .6rem .7rem; border-radius: var(--r-sm);
  color: var(--text); text-decoration: none; font-size: .938rem; font-weight: 500;
  transition: background-color .16s var(--ease), color .16s var(--ease);
}
.nav__menu a:hover { background: var(--brand-soft); color: var(--brand-text); }
.nav__menu li:last-child { margin-top: var(--sp-2); padding-top: var(--sp-2); border-top: 1px solid var(--border-soft); }
.nav__menu a svg { width: 22px; height: 22px; flex: none; }

.header__actions { display: flex; align-items: center; gap: var(--sp-2); }

/* Lang switch */
.lang {
  display: inline-flex; align-items: center;
  padding: 3px; gap: 2px;
  background: var(--surface-2); border: 1px solid var(--border);
  border-radius: var(--r-full);
}
.lang a {
  padding: .25rem .6rem; border-radius: var(--r-full);
  font-size: .75rem; font-weight: 700; letter-spacing: .04em;
  color: var(--text-muted); text-decoration: none;
  transition: background-color .18s var(--ease), color .18s var(--ease);
}
.lang a:hover { color: var(--text); }
.lang a[aria-current="true"] { background: var(--brand); color: var(--on-brand); }

.theme-toggle {
  display: inline-grid; place-items: center;
  width: 38px; height: 38px; padding: 0;
  background: var(--surface-2); border: 1px solid var(--border);
  border-radius: var(--r-full); color: var(--text-soft); cursor: pointer;
  transition: color .18s var(--ease), border-color .18s var(--ease), background-color .18s var(--ease);
}
.theme-toggle:hover { color: var(--brand-text); border-color: var(--brand); }
.theme-toggle svg { width: 18px; height: 18px; }
.theme-toggle .icon-sun { display: none; }
:root[data-theme="dark"] .theme-toggle .icon-sun { display: block; }
:root[data-theme="dark"] .theme-toggle .icon-moon { display: none; }
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) .theme-toggle .icon-sun { display: block; }
  :root:not([data-theme="light"]) .theme-toggle .icon-moon { display: none; }
}

/* Theme control moves into the drawer on mobile: the header row runs out of
   width at 320px otherwise. */
.nav__theme {
  width: 100%; height: auto; padding: .82em 1.5em;
  border-radius: var(--r-full); gap: .55em;
  font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; font-size: var(--step--1);
  color: var(--text);
}
.nav__theme svg { width: 1.15em; height: 1.15em; }
.theme-label--light { display: none; }
:root[data-theme="dark"] .theme-label--light { display: inline; }
:root[data-theme="dark"] .theme-label--dark { display: none; }
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) .theme-label--light { display: inline; }
  :root:not([data-theme="light"]) .theme-label--dark { display: none; }
}

.nav-toggle {
  display: none; place-items: center;
  width: 42px; height: 42px; padding: 0;
  background: var(--surface-2); border: 1px solid var(--border);
  border-radius: var(--r-sm); cursor: pointer; color: var(--text);
}
.nav-toggle svg { width: 22px; height: 22px; }
.nav-toggle .icon-close { display: none; }
.nav-toggle[aria-expanded="true"] .icon-close { display: block; }
.nav-toggle[aria-expanded="true"] .icon-menu { display: none; }

@media (max-width: 1039px) {
  :root { --header-h: 78px; }
  .nav-toggle { display: grid; }
  .header__cta { display: none; }
  .header__actions > .theme-toggle { display: none; }
  .nav {
    position: fixed; inset: 0 0 0 auto; width: min(400px, 88vw);
    flex-direction: column; align-items: stretch; gap: var(--sp-1);
    padding: calc(var(--header-h) + var(--sp-5)) var(--sp-5) var(--sp-8);
    background: var(--surface); border-left: 1px solid var(--border);
    box-shadow: var(--sh-xl);
    overflow-y: auto;
    transform: translateX(100%); visibility: hidden;
    transition: transform .34s var(--ease-out), visibility .34s;
  }
  .nav.is-open { transform: translateX(0); visibility: visible; }
  .nav__list { flex-direction: column; align-items: stretch; gap: var(--sp-1); width: 100%; }
  .nav__link { width: 100%; font-size: 1.05rem; padding: .8rem .9rem; justify-content: space-between; }
  .nav__link[aria-current="page"]::after { display: none; }
  .nav__link[aria-current="page"] { background: var(--brand-soft); }
  .nav__menu {
    position: static; min-width: 0; opacity: 1; visibility: visible;
    transform: none; box-shadow: none; border: 0; background: none;
    padding: 0 0 var(--sp-2) var(--sp-4);
    display: none;
  }
  .nav__item--has-menu[data-open="true"] .nav__menu { display: block; }
  .nav__mobile-cta { margin-top: var(--sp-4); display: grid; gap: var(--sp-2); }
}
@media (min-width: 1040px) { .nav__mobile-cta { display: none; } }

.scrim {
  position: fixed; inset: 0; z-index: 90;
  background: rgba(15, 4, 22, .5); backdrop-filter: blur(2px);
  opacity: 0; visibility: hidden; transition: opacity .3s var(--ease), visibility .3s;
}
.scrim.is-open { opacity: 1; visibility: visible; }
body.nav-open { overflow: hidden; }

/* ==========================================================================
   Hero
   ========================================================================== */
.hero {
  position: relative; isolation: isolate; overflow: hidden;
  background:
    radial-gradient(120% 90% at 8% 0%, var(--violet-700) 0%, transparent 55%),
    radial-gradient(100% 85% at 92% 12%, var(--cyan-700) 0%, transparent 52%),
    linear-gradient(155deg, var(--violet-900) 0%, var(--violet-800) 42%, var(--violet-700) 100%);
  color: #fff;
  padding-block: clamp(3.5rem, 9vw, 7rem) clamp(4rem, 10vw, 8rem);
}
.hero::after {
  content: ''; position: absolute; inset-inline: 0; bottom: -1px; height: 90px; z-index: 2;
  background: linear-gradient(to bottom, transparent, var(--bg));
  pointer-events: none;
}
.hero__grid {
  position: relative; z-index: 3;
  display: grid; gap: clamp(2.5rem, 5vw, 4rem);
  grid-template-columns: 1fr;
  align-items: center;
}
@media (min-width: 960px) { .hero__grid { grid-template-columns: 1.08fr .92fr; } }

.hero__badge {
  display: inline-flex; align-items: center; gap: .55em;
  padding: .45em 1em; margin-bottom: var(--sp-5);
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.24);
  border-radius: var(--r-full); backdrop-filter: blur(8px);
  font-size: var(--step--2); font-weight: 600; letter-spacing: .01em;
}
.hero__badge svg { width: 1.05em; height: 1.05em; color: var(--cyan-400); }
.hero h1 { font-size: var(--step-5); margin-bottom: var(--sp-5); letter-spacing: -0.035em; }
.hero h1 .grad {
  background: linear-gradient(100deg, var(--cyan-400) 5%, var(--green-500) 55%, #fff 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero__lead {
  font-size: var(--step-1); line-height: 1.6; color: rgba(255,255,255,.85);
  max-width: 38rem; margin-bottom: var(--sp-6);
}
.hero .btn-row { margin-bottom: var(--sp-7); }
.hero__trust { display: flex; flex-wrap: wrap; gap: var(--sp-3) var(--sp-6); }
.hero__trust-item { display: flex; align-items: center; gap: .55rem; font-size: var(--step--1); color: rgba(255,255,255,.82); }
.hero__trust-item svg { width: 1.15em; height: 1.15em; color: var(--green-500); flex: none; }

/* Hero card */
.hero__card {
  position: relative;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: var(--r-2xl);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  box-shadow: 0 40px 90px -30px rgba(0,0,0,.55);
}
.hero__card h2 {
  font-size: var(--step-1); margin-bottom: var(--sp-4);
  display: flex; align-items: center; gap: .55rem;
}
.hero__card h2 svg { width: 1.1em; height: 1.1em; color: var(--cyan-400); }
.contact-mini { display: grid; gap: var(--sp-2); list-style: none; padding: 0; margin: 0 0 var(--sp-5); }
.contact-mini a, .contact-mini > li > div {
  display: flex; align-items: flex-start; gap: .85rem;
  padding: .8rem .95rem; border-radius: var(--r-md);
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12);
  color: #fff; text-decoration: none;
  transition: background-color .2s var(--ease), transform .2s var(--ease-out), border-color .2s var(--ease);
}
.contact-mini a:hover {
  background: rgba(255,255,255,.16); transform: translateX(3px);
  border-color: rgba(255,255,255,.3); color: #fff;
}
.contact-mini svg { width: 20px; height: 20px; flex: none; margin-top: 2px; color: var(--cyan-400); }
.contact-mini .k { display: block; font-size: var(--step--2); color: rgba(255,255,255,.62); letter-spacing: .06em; text-transform: uppercase; font-weight: 600; }
.contact-mini .v { display: block; font-weight: 600; font-size: var(--step--1); line-height: 1.45; }
.hero__card-note {
  font-size: var(--step--2); color: rgba(255,255,255,.62);
  display: flex; align-items: flex-start; gap: .5rem; line-height: 1.5;
}
.hero__card-note svg { width: 1.1em; height: 1.1em; flex: none; margin-top: .18em; }

/* Floating butterflies */
.flutter { position: absolute; inset: 0; z-index: 1; pointer-events: none; overflow: hidden; }
.flutter svg { position: absolute; opacity: .42; filter: drop-shadow(0 6px 14px rgba(0,0,0,.3)); }
.flutter .b1 { width: 56px; top: 9%;  left: 1.5%; animation: float1 17s var(--ease) infinite; }
.flutter .b2 { width: 38px; top: 70%; left: 3.5%; animation: float2 21s var(--ease) infinite; }
.flutter .b3 { width: 48px; top: 15%; right: 2.5%; animation: float3 19s var(--ease) infinite; }
.flutter .b4 { width: 32px; top: 78%; right: 5.5%; animation: float1 24s var(--ease) infinite reverse; }
.flutter .b5 { display: none; }
/* Below this width there is no page margin left to sit in. */
@media (max-width: 1279px) { .flutter { display: none; } }
@keyframes float1 {
  0%,100% { transform: translate(0,0) rotate(-6deg); }
  33% { transform: translate(26px,-34px) rotate(8deg); }
  66% { transform: translate(-16px,-14px) rotate(-3deg); }
}
@keyframes float2 {
  0%,100% { transform: translate(0,0) rotate(5deg); }
  50% { transform: translate(-30px,-42px) rotate(-9deg); }
}
@keyframes float3 {
  0%,100% { transform: translate(0,0) rotate(3deg); }
  40% { transform: translate(-22px,30px) rotate(-7deg); }
  75% { transform: translate(14px,12px) rotate(6deg); }
}
@media (prefers-reduced-motion: reduce) { .flutter svg { animation: none !important; } }

/* ==========================================================================
   Page hero (interior pages)
   ========================================================================== */
.page-hero {
  position: relative; isolation: isolate; overflow: hidden;
  background:
    radial-gradient(90% 130% at 10% 0%, var(--violet-700) 0%, transparent 60%),
    radial-gradient(80% 120% at 95% 20%, var(--cyan-700) 0%, transparent 55%),
    linear-gradient(150deg, var(--violet-900), var(--violet-800));
  color: #fff;
  padding-block: clamp(2.75rem, 6vw, 4.5rem) clamp(3rem, 7vw, 5rem);
}
.page-hero::after {
  content: ''; position: absolute; inset-inline: 0; bottom: -1px; height: 60px; z-index: 2;
  background: linear-gradient(to bottom, transparent, var(--bg)); pointer-events: none;
}
.page-hero__inner { position: relative; z-index: 3; max-width: 54rem; }
.page-hero h1 { font-size: var(--step-4); margin-bottom: var(--sp-4); }
.page-hero p { font-size: var(--step-1); color: rgba(255,255,255,.84); line-height: 1.6; max-width: 46rem; }

.crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; list-style: none; padding: 0; margin: 0 0 var(--sp-5); font-size: var(--step--2); }
.crumbs li { display: flex; align-items: center; gap: .5rem; color: rgba(255,255,255,.6); }
.crumbs a { color: rgba(255,255,255,.8); text-decoration: none; }
.crumbs a:hover { color: #fff; text-decoration: underline; }
.crumbs li + li::before { content: '/'; color: rgba(255,255,255,.35); }

/* ==========================================================================
   Cards
   ========================================================================== */
.grid { display: grid; gap: clamp(1rem, 2.2vw, 1.75rem); }
.grid--2 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); }
.grid--3 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 290px), 1fr)); }
.grid--4 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr)); }
/* A single remaining card should stay card-sized, not span the whole row. */
.grid--3 > :only-child,
.grid--4 > :only-child { max-width: 460px; }

.card {
  position: relative; display: flex; flex-direction: column;
  padding: clamp(1.4rem, 2.6vw, 2rem);
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--r-xl); box-shadow: var(--sh-xs);
  transition: transform .3s var(--ease-out), box-shadow .3s var(--ease-out), border-color .3s var(--ease);
}
.card--link:hover { transform: translateY(-6px); box-shadow: var(--sh-lg); border-color: var(--brand-soft); }
.card h3 { font-size: var(--step-1); margin-bottom: var(--sp-3); }
.card p { color: var(--text-soft); font-size: var(--step--1); line-height: 1.65; }
.card__link { position: absolute; inset: 0; border-radius: inherit; }
.card__more {
  margin-top: auto; padding-top: var(--sp-4);
  display: inline-flex; align-items: center; gap: .45em;
  font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700;
  font-size: var(--step--1); color: var(--brand-text);
}
.card__more svg { width: 1em; height: 1em; transition: transform .25s var(--ease-out); }
.card--link:hover .card__more svg { transform: translateX(4px); }

.icon-badge {
  display: grid; place-items: center;
  width: 58px; height: 58px; margin-bottom: var(--sp-4);
  border-radius: 18px; flex: none;
  background: linear-gradient(140deg, var(--violet-600), var(--violet-500));
  color: #fff; box-shadow: 0 10px 24px -10px rgba(102,0,135,.6);
}
.icon-badge svg { width: 28px; height: 28px; }
.icon-badge--cyan { background: linear-gradient(140deg, var(--cyan-700), var(--cyan-500)); box-shadow: 0 10px 24px -10px rgba(3,146,206,.6); }
.icon-badge--green { background: linear-gradient(140deg, var(--green-700), var(--green-500)); box-shadow: 0 10px 24px -10px rgba(47,168,85,.6); }
.icon-badge--amber { background: linear-gradient(140deg, #A15E02, #E8A32B); box-shadow: 0 10px 24px -10px rgba(199,122,5,.6); }
.icon-badge--violet-deep { background: linear-gradient(140deg, var(--violet-800), var(--violet-600)); }

/* Feature (icon + text row) */
.feature { display: flex; gap: var(--sp-4); align-items: flex-start; }
.feature .icon-badge { width: 46px; height: 46px; border-radius: 14px; margin-bottom: 0; }
.feature .icon-badge svg { width: 22px; height: 22px; }
.feature h3 { font-size: var(--step-0); font-weight: 700; margin-bottom: var(--sp-1); }
.feature p { color: var(--text-soft); font-size: var(--step--1); margin: 0; }

/* Stats */
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%,170px), 1fr)); gap: var(--sp-4); }
.stat {
  padding: var(--sp-5) var(--sp-4); text-align: center;
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--r-lg);
}
.stat__num {
  font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800;
  font-size: var(--step-3); line-height: 1; letter-spacing: -0.04em;
  background: linear-gradient(120deg, var(--violet-600), var(--cyan-600));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
:root[data-theme="dark"] .stat__num { background: linear-gradient(120deg, var(--violet-300), var(--cyan-400)); -webkit-background-clip: text; background-clip: text; }
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) .stat__num { background: linear-gradient(120deg, var(--violet-300), var(--cyan-400)); -webkit-background-clip: text; background-clip: text; }
}
.stat__label { margin-top: var(--sp-2); font-size: var(--step--1); color: var(--text-soft); font-weight: 500; line-height: 1.4; }

/* Split (text + panel) */
.split { display: grid; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
@media (min-width: 900px) { .split { grid-template-columns: 1fr 1fr; } .split--wide-left { grid-template-columns: 1.15fr .85fr; } }
.split__media {
  position: relative; border-radius: var(--r-2xl); overflow: hidden;
  min-height: 340px; display: grid; place-items: center; padding: var(--sp-6);
  background:
    radial-gradient(90% 80% at 20% 15%, var(--violet-500) 0%, transparent 58%),
    linear-gradient(150deg, var(--violet-700), var(--cyan-700));
  box-shadow: var(--sh-lg);
}
.split__media .quote-mark { position: absolute; top: 1.2rem; left: 1.6rem; font-size: 6rem; line-height: 1; color: rgba(255,255,255,.14); font-family: 'Plus Jakarta Sans', serif; font-weight: 800; }
.split__quote { position: relative; z-index: 2; color: #fff; text-align: center; max-width: 26rem; }
.split__quote p { font-family: 'Plus Jakarta Sans', sans-serif; font-size: var(--step-2); font-weight: 700; line-height: 1.35; letter-spacing: -0.02em; margin-bottom: var(--sp-4); }
.split__quote cite { font-style: normal; font-size: var(--step--1); color: rgba(255,255,255,.75); }
.split__quote cite strong { display: block; color: #fff; font-size: var(--step-0); font-weight: 700; margin-bottom: 2px; }

/* Checklist */
.checklist { list-style: none; padding: 0; margin: 0; display: grid; gap: var(--sp-3); }
.checklist li { display: flex; align-items: flex-start; gap: .75rem; font-size: var(--step--1); color: var(--text-soft); line-height: 1.6; }
.checklist svg { width: 21px; height: 21px; flex: none; margin-top: 2px; color: var(--green-600); }
.checklist strong { color: var(--text); font-weight: 650; }

/* Tag cloud */
.tags { display: flex; flex-wrap: wrap; gap: var(--sp-2); list-style: none; padding: 0; margin: 0; }
.tags li {
  padding: .5em 1em; border-radius: var(--r-full);
  background: var(--surface); border: 1px solid var(--border);
  font-size: var(--step--1); font-weight: 500; color: var(--text-soft);
  transition: border-color .2s var(--ease), color .2s var(--ease), transform .2s var(--ease-out);
}
.tags li:hover { border-color: var(--brand); color: var(--brand-text); transform: translateY(-2px); }

/* ==========================================================================
   Locations
   ========================================================================== */
.loc-card {
  display: flex; flex-direction: column;
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--sh-xs);
  transition: transform .3s var(--ease-out), box-shadow .3s var(--ease-out);
}
.loc-card:hover { transform: translateY(-4px); box-shadow: var(--sh-md); }
.loc-card__top {
  padding: var(--sp-5); color: #fff;
  background: linear-gradient(135deg, var(--violet-700), var(--violet-600));
}
.loc-card--cyan .loc-card__top { background: linear-gradient(135deg, var(--cyan-800), var(--cyan-600)); }
.loc-card--green .loc-card__top { background: linear-gradient(135deg, var(--green-700), var(--green-600)); }
.loc-card__label { font-size: var(--step--2); font-weight: 700; letter-spacing: .12em; text-transform: uppercase; opacity: .8; }
.loc-card__top h3 { font-size: var(--step-1); margin-top: var(--sp-2); color: #fff; }
.loc-card__services { display: flex; flex-wrap: wrap; gap: .35rem; margin-top: var(--sp-3); }
.loc-card__services span {
  padding: .25em .7em; border-radius: var(--r-full);
  background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.22);
  font-size: .72rem; font-weight: 600;
}
.loc-card__body { padding: var(--sp-5); display: flex; flex-direction: column; gap: var(--sp-3); flex: 1; }
.loc-row { display: flex; align-items: flex-start; gap: .8rem; font-size: var(--step--1); line-height: 1.55; }
.loc-row svg { width: 19px; height: 19px; flex: none; margin-top: 3px; color: var(--brand); }
.loc-row .k { display: block; font-size: var(--step--2); color: var(--text-muted); font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.loc-row a { color: var(--text); text-decoration: none; font-weight: 600; }
.loc-row a:hover { color: var(--brand-text); text-decoration: underline; }
.loc-card__actions { margin-top: auto; padding-top: var(--sp-4); display: flex; flex-wrap: wrap; gap: var(--sp-2); }

/* ==========================================================================
   CTA band
   ========================================================================== */
.cta-band {
  position: relative; isolation: isolate; overflow: hidden;
  border-radius: var(--r-2xl); padding: clamp(2.5rem, 6vw, 4.5rem) clamp(1.5rem, 5vw, 4rem);
  text-align: center; color: #fff;
  background:
    radial-gradient(80% 120% at 15% 10%, var(--violet-600) 0%, transparent 55%),
    radial-gradient(80% 120% at 88% 85%, var(--cyan-700) 0%, transparent 52%),
    linear-gradient(140deg, var(--violet-900), var(--violet-700));
  box-shadow: var(--sh-xl);
}
.cta-band h2 { font-size: var(--step-3); margin-bottom: var(--sp-4); max-width: 22ch; margin-inline: auto; }
.cta-band p { font-size: var(--step-1); color: rgba(255,255,255,.84); max-width: 44ch; margin: 0 auto var(--sp-6); }
.cta-band .btn-row { justify-content: center; }
.cta-band__note { margin-top: var(--sp-5); font-size: var(--step--2); color: rgba(255,255,255,.6); }

/* ==========================================================================
   Service detail
   ========================================================================== */
.prose { max-width: 42rem; }
.prose > * + * { margin-top: var(--sp-4); }
.prose p { font-size: var(--step-0); line-height: 1.75; color: var(--text-soft); }
.prose h2 { font-size: var(--step-2); margin-top: var(--sp-7); }
.prose h3 { font-size: var(--step-1); margin-top: var(--sp-6); }
.prose ul { display: grid; gap: var(--sp-2); color: var(--text-soft); }
.prose strong { color: var(--text); font-weight: 650; }
.prose .lead { font-size: var(--step-1); line-height: 1.65; color: var(--text); }

.aside-card {
  padding: var(--sp-5); background: var(--surface-2);
  border: 1px solid var(--border); border-radius: var(--r-xl);
}
.aside-card h3 { font-size: var(--step-0); font-weight: 700; margin-bottom: var(--sp-4); display: flex; align-items: center; gap: .5rem; }
.aside-card h3 svg { width: 1.15em; height: 1.15em; color: var(--brand); }
.aside-card + .aside-card { margin-top: var(--sp-4); }

.svc-layout { display: grid; gap: clamp(2rem, 4vw, 3.5rem); align-items: start; }
@media (min-width: 940px) {
  .svc-layout { grid-template-columns: minmax(0,1fr) 360px; }
  .svc-layout > aside { position: sticky; top: calc(var(--header-h) + 1.25rem); }
}

.svc-nav { list-style: none; padding: 0; margin: 0; display: grid; gap: var(--sp-1); }
.svc-nav a {
  display: flex; align-items: center; gap: .7rem;
  padding: .7rem .8rem; border-radius: var(--r-md);
  color: var(--text-soft); text-decoration: none; font-weight: 600; font-size: var(--step--1);
  transition: background-color .18s var(--ease), color .18s var(--ease);
}
.svc-nav a:hover { background: var(--brand-soft); color: var(--brand-text); }
.svc-nav a[aria-current="page"] { background: var(--brand); color: var(--on-brand); }
.svc-nav a svg { width: 20px; height: 20px; flex: none; }

/* Hours table */
.hours { width: 100%; border-collapse: collapse; font-size: var(--step--1); }
.hours th, .hours td { padding: .55rem 0; text-align: left; border-bottom: 1px solid var(--border-soft); }
.hours th { font-weight: 600; color: var(--text-soft); }
.hours td { text-align: right; font-weight: 650; font-variant-numeric: tabular-nums; }
.hours tr:last-child th, .hours tr:last-child td { border-bottom: 0; }
.hours .closed { color: var(--text-muted); font-weight: 500; }

/* Steps */
.steps { list-style: none; padding: 0; margin: 0; display: grid; gap: var(--sp-5); counter-reset: step; }
@media (min-width: 780px) { .steps { grid-template-columns: repeat(4, 1fr); } }
.step { position: relative; counter-increment: step; padding-top: var(--sp-6); }
.step::before {
  content: counter(step, decimal-leading-zero);
  position: absolute; top: 0; left: 0;
  font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: var(--step-2);
  letter-spacing: -0.04em;
  background: linear-gradient(120deg, var(--violet-500), var(--cyan-600));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.step::after {
  content: ''; position: absolute; top: 2.4rem; left: 0; width: 34px; height: 3px;
  border-radius: 3px; background: linear-gradient(90deg, var(--violet-500), var(--cyan-600));
  opacity: .35;
}
.step h3 { font-size: var(--step-0); font-weight: 700; margin-bottom: var(--sp-2); }
.step p { font-size: var(--step--1); color: var(--text-soft); }

/* Resource list */
.res-list { list-style: none; padding: 0; margin: 0; display: grid; gap: var(--sp-3); }
.res-item {
  display: flex; align-items: center; gap: var(--sp-4);
  padding: var(--sp-4) var(--sp-5);
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg);
  text-decoration: none; color: var(--text);
  transition: transform .25s var(--ease-out), box-shadow .25s var(--ease-out), border-color .25s var(--ease);
}
.res-item:hover { transform: translateX(5px); box-shadow: var(--sh-md); border-color: var(--brand); color: var(--text); }
.res-item__icon {
  display: grid; place-items: center; width: 44px; height: 44px; flex: none;
  border-radius: var(--r-md); background: var(--brand-soft); color: var(--brand-text);
}
.res-item__icon svg { width: 21px; height: 21px; }
.res-item__body { flex: 1; min-width: 0; }
.res-item__body strong { display: block; font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; font-size: var(--step-0); }
.res-item__body span { font-size: var(--step--2); color: var(--text-muted); word-break: break-all; }
.res-item__arrow { width: 20px; height: 20px; flex: none; color: var(--text-muted); transition: transform .25s var(--ease-out), color .25s var(--ease); }
.res-item:hover .res-item__arrow { transform: translateX(3px); color: var(--brand-text); }

/* FAQ */
.faq { display: grid; gap: var(--sp-3); }
.faq details {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--r-lg); overflow: hidden;
  transition: border-color .2s var(--ease), box-shadow .2s var(--ease);
}
.faq details[open] { border-color: var(--brand-soft); box-shadow: var(--sh-sm); }
.faq summary {
  display: flex; align-items: center; justify-content: space-between; gap: var(--sp-4);
  padding: var(--sp-4) var(--sp-5); cursor: pointer; list-style: none;
  font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; font-size: var(--step-0);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ''; width: 11px; height: 11px; flex: none;
  border-right: 2.5px solid var(--brand); border-bottom: 2.5px solid var(--brand);
  transform: rotate(45deg) translateY(-2px); transition: transform .25s var(--ease-out);
}
.faq details[open] summary::after { transform: rotate(-135deg) translateY(-2px); }
.faq .faq__body { padding: 0 var(--sp-5) var(--sp-5); color: var(--text-soft); font-size: var(--step--1); line-height: 1.7; }
.faq .faq__body > * + * { margin-top: var(--sp-3); }

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer {
  background: var(--violet-950); color: rgba(255,255,255,.72);
  padding-block: clamp(3rem, 6vw, 4.5rem) var(--sp-6);
  font-size: var(--step--1);
}
.site-footer h4 {
  font-size: var(--step--1); font-weight: 700; color: #fff;
  letter-spacing: .1em; text-transform: uppercase; margin-bottom: var(--sp-4);
}
.footer__grid {
  display: grid; gap: clamp(2rem, 4vw, 3rem);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 1fr));
  padding-bottom: var(--sp-7);
}
.footer__brand { grid-column: 1 / -1; max-width: 32rem; }
@media (min-width: 900px) { .footer__brand { grid-column: auto; max-width: 22rem; } }
.footer__blurb { margin-top: var(--sp-4); line-height: 1.7; color: rgba(255,255,255,.62); }
.footer__list { list-style: none; padding: 0; margin: 0; display: grid; gap: var(--sp-2); }
.footer__list a { color: rgba(255,255,255,.72); text-decoration: none; transition: color .18s var(--ease); }
.footer__list a:hover { color: #fff; text-decoration: underline; }
.footer__contact { display: grid; gap: var(--sp-3); }
.footer__contact a, .footer__contact div { display: flex; align-items: flex-start; gap: .65rem; color: rgba(255,255,255,.72); text-decoration: none; line-height: 1.55; }
.footer__contact a:hover { color: #fff; }
.footer__contact svg { width: 17px; height: 17px; flex: none; margin-top: 3px; color: var(--cyan-400); }
.footer__bottom {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: var(--sp-4); padding-top: var(--sp-5);
  border-top: 1px solid rgba(255,255,255,.1);
  font-size: var(--step--2); color: rgba(255,255,255,.5);
}
.footer__bottom a { color: rgba(255,255,255,.62); text-decoration: none; }
.footer__bottom a:hover { color: #fff; text-decoration: underline; }
.footer__legal { display: flex; flex-wrap: wrap; gap: var(--sp-4); }

/* Mobile call bar */
.callbar {
  position: fixed; inset-inline: 0; bottom: 0; z-index: 80;
  display: none; gap: 1px;
  background: var(--border); border-top: 1px solid var(--border);
  box-shadow: 0 -6px 20px -8px rgba(20,4,28,.2);
}
.callbar a {
  flex: 1; display: flex; flex-direction: column; align-items: center; gap: 3px;
  padding: .6rem .5rem calc(.6rem + env(safe-area-inset-bottom, 0px));
  background: var(--surface); color: var(--text-soft);
  font-size: .72rem; font-weight: 650; text-decoration: none;
}
.callbar a:active { background: var(--brand-soft); }
.callbar svg { width: 19px; height: 19px; color: var(--brand); }
@media (max-width: 719px) {
  .callbar { display: flex; }
  body { padding-bottom: 66px; }
}

/* ---------- Reveal on scroll ----------
   Gated on .js so the content is visible when scripting is unavailable. */
.js .reveal { opacity: 0; transform: translateY(22px); }
.reveal.is-visible {
  opacity: 1; transform: none;
  transition: opacity .7s var(--ease-out), transform .7s var(--ease-out);
}
@media (prefers-reduced-motion: reduce) { .js .reveal { opacity: 1; transform: none; } }

/* ---------- Print ---------- */
@media print {
  .site-header, .topbar, .callbar, .flutter, .cta-band, .scrim, .skip-link { display: none !important; }
  body { color: #000; background: #fff; padding-bottom: 0; }
  .hero, .page-hero { background: none !important; color: #000; }
  .hero h1 .grad { color: #000 !important; -webkit-text-fill-color: #000; }
}
