/* =========================================================
   Polaris Pediatric Speech Therapy
   "Storybook daybreak" design system
   ---------------------------------------------------------
   Concept: a children's picture book about the night sky.
   Pages open under a deep navy night (hero), roll down a
   wavy hill into warm cream daylight (content), and close
   under the stars again (footer). Young Serif headings,
   Figtree body, Shantell Sans for handwritten margin notes.
   ---------------------------------------------------------
   Section map:
   1.  Tokens
   2.  Base + reset
   3.  Night sky utilities (starfield, Polaris, constellation)
   4.  Layout helpers (container, section, prose)
   5.  Typography helpers (eyebrow, section heads, notes)
   6.  Buttons + links
   7.  Site header + navigation
   8.  Home hero (night)
   9.  Page hero (interior, night band)
   10. Waves + dividers
   11. Marquee band
   12. Cards, grids, steps, stats, ticks, pills
   13. Photo placeholders
   14. Emblem frame + team
   15. Quote
   16. FAQ accordion
   17. Forms + contact
   18. CTA band (night panel)
   19. Site footer (night)
   20. Doodles + decorative
   21. Entrance + reveal animation
   22. Responsive
   23. Reduced motion
   ========================================================= */

/* ---------- 1. Tokens ---------- */
:root {
  /* day (paper) */
  --paper:      #f3e8d1;
  --paper-deep: #e9dabb;
  --card:       #faf2df;

  /* night */
  --night-1: #1d3050;
  --night-2: #15233c;
  --night-3: #0e1a2e;

  /* ink (navy text on paper) */
  --ink:        #243453;
  --ink-deep:   #182742;
  --ink-muted:  #54618a;
  --ink-faint:  #8089a8;

  /* night-side text */
  --starlight:       #f8f1e2;
  --starlight-muted: rgba(248, 241, 226, .72);
  --starlight-faint: rgba(248, 241, 226, .5);

  /* accents */
  --gold:       #c99f4f;
  --gold-deep:  #8f6c25;
  --gold-pale:  #efd9a7;
  --gold-tint:  #f7ecd2;
  --sky:        #dde9f4;
  --sky-deep:   #46688f;
  --blush:      #f7e0cf;
  --terracotta: #b65c38;

  /* lines */
  --line:       rgba(36, 52, 83, .16);
  --line-soft:  rgba(36, 52, 83, .09);
  --line-night: rgba(248, 241, 226, .18);

  --serif: "Young Serif", "Iowan Old Style", Georgia, serif;
  --sans:  "Figtree", "Avenir Next", system-ui, sans-serif;
  --hand:  "Shantell Sans", "Comic Sans MS", cursive;

  --container: 1160px;
  --narrow: 780px;

  --radius:      26px;
  --radius-sm:   16px;
  --radius-pill: 999px;

  --shadow-card:  0 2px 0 rgba(36, 52, 83, .05), 0 18px 38px -26px rgba(36, 52, 83, .35);
  --shadow-hover: 0 2px 0 rgba(36, 52, 83, .05), 0 26px 44px -24px rgba(143, 108, 37, .4);
  --shadow-night: 0 40px 80px -40px rgba(8, 14, 26, .85);

  --header-h: 78px;
  --ease: cubic-bezier(.22, .75, .25, 1);
  --bounce: cubic-bezier(.34, 1.56, .54, 1);
}

/* ---------- 2. Base + reset ---------- */
* { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 14px);
}

body {
  margin: 0;
  min-height: 100vh;
  min-height: 100svh;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1.02rem;
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3, h4 { margin: 0; font-weight: 400; }
p { margin: 0; }
ul { margin: 0; }

::selection { background: var(--gold-pale); color: var(--ink-deep); }

:focus-visible {
  outline: 2.5px solid var(--gold-deep);
  outline-offset: 3px;
  border-radius: 4px;
}
.night :focus-visible,
.night:focus-visible {
  outline-color: var(--gold-pale);
}

.skip-link {
  position: fixed; top: 10px; left: 50%; transform: translate(-50%, -160%);
  z-index: 300; background: var(--ink-deep); color: var(--paper);
  padding: .65rem 1.2rem; border-radius: var(--radius-pill);
  font-weight: 700; font-size: .85rem; text-decoration: none;
  transition: transform .25s var(--ease);
}
.skip-link:focus { transform: translate(-50%, 0); }

/* ---------- 3. Night sky utilities ---------- */
/* Apply .night to any deep-navy block: it gets night colors,
   and .night-stars layers a twinkling starfield inside it. */
.night {
  position: relative;
  background:
    radial-gradient(120% 85% at 78% -10%, #2a4067 0%, transparent 52%),
    radial-gradient(90% 60% at 12% 110%, rgba(201, 159, 79, .14), transparent 60%),
    linear-gradient(175deg, var(--night-1) 0%, var(--night-2) 56%, var(--night-3) 100%);
  color: var(--starlight);
}

.night-stars {
  position: absolute; inset: 0; overflow: hidden;
  pointer-events: none; z-index: 0;
}
.night-stars::before, .night-stars::after {
  content: ""; position: absolute; inset: -10%;
  background-repeat: no-repeat;
  animation: twinkle 7s ease-in-out infinite;
}
.night-stars::before {
  background-image:
    radial-gradient(1.5px 1.5px at 11% 22%, #fff, transparent),
    radial-gradient(1.1px 1.1px at 24% 64%, #fff, transparent),
    radial-gradient(1.8px 1.8px at 37% 30%, #fdf3d8, transparent),
    radial-gradient(1px 1px at 47% 76%, #fff, transparent),
    radial-gradient(1.4px 1.4px at 59% 14%, #fff, transparent),
    radial-gradient(1px 1px at 71% 50%, #fdf3d8, transparent),
    radial-gradient(1.6px 1.6px at 83% 26%, #fff, transparent),
    radial-gradient(1px 1px at 92% 68%, #fff, transparent),
    radial-gradient(1.3px 1.3px at 6% 82%, #fff, transparent);
}
.night-stars::after {
  animation-duration: 5.5s; animation-delay: -2.6s;
  background-image:
    radial-gradient(1px 1px at 17% 42%, #fff, transparent),
    radial-gradient(1.4px 1.4px at 31% 12%, #fff, transparent),
    radial-gradient(1px 1px at 43% 56%, #fdf3d8, transparent),
    radial-gradient(1.6px 1.6px at 66% 72%, #fff, transparent),
    radial-gradient(1px 1px at 77% 18%, #fff, transparent),
    radial-gradient(1.2px 1.2px at 88% 44%, #fdf3d8, transparent),
    radial-gradient(1px 1px at 95% 82%, #fff, transparent),
    radial-gradient(1.3px 1.3px at 4% 58%, #fff, transparent);
}

/* The North Star itself: a glowing point with cross flare */
.polaris-star {
  position: absolute; z-index: 1;
  width: 10px; height: 10px; border-radius: 50%;
  background: radial-gradient(circle, #fff 0%, #f6ead0 42%, rgba(246, 234, 208, 0) 72%);
  box-shadow: 0 0 18px 6px rgba(246, 234, 208, .75), 0 0 50px 16px rgba(201, 159, 79, .35);
  animation: pulse 4.5s ease-in-out infinite;
  pointer-events: none;
}
.polaris-star::before, .polaris-star::after {
  content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
}
.polaris-star::before { width: 1.6px; height: 58px; background: linear-gradient(transparent, rgba(246, 234, 208, .9), transparent); }
.polaris-star::after  { width: 58px; height: 1.6px; background: linear-gradient(90deg, transparent, rgba(246, 234, 208, .9), transparent); }

/* Shooting star (launched by main.js inside .night sections).
   A glowing head leads; the tail stretches out behind it and then
   burns down as the star dies, while the path bends very slightly. */
.shooting {
  position: absolute; z-index: 1;
  top: var(--sy, 12%); left: var(--sx, 6%);
  width: var(--len, 120px); height: 2px;
  opacity: 0;
  transform: rotate(var(--angle, 16deg)); transform-origin: left center;
  pointer-events: none;
  will-change: transform, opacity;
}
.shooting::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, transparent, rgba(246, 234, 208, .9));
  border-radius: 2px;
  transform: scaleX(.2); transform-origin: right center;
}
.shooting::after {
  content: ""; position: absolute; right: -2px; top: 50%;
  width: 4.5px; height: 4.5px; margin-top: -2.25px; border-radius: 50%;
  background: #fff8e8;
  box-shadow: 0 0 7px 2px rgba(246, 234, 208, .8), 0 0 16px 6px rgba(201, 159, 79, .3);
}
.shooting.is-shooting { animation: shoot var(--dur, 1.4s) cubic-bezier(.33, .12, .55, 1) forwards; }
.shooting.is-shooting::before { animation: shoot-tail var(--dur, 1.4s) cubic-bezier(.33, .12, .55, 1) forwards; }

/* ---------- 4. Layout helpers ---------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 5vw, 2.5rem);
}

.section {
  position: relative;
  padding-block: clamp(3.5rem, 8vw, 6.5rem);
}
.section--tight { padding-block: clamp(2.25rem, 5vw, 4rem); }
.section--tinted { background: var(--paper-deep); }

.prose { max-width: 62ch; }
.prose p + p { margin-top: 1.1em; }
.measure { max-width: var(--narrow); margin-inline: auto; }

.center { text-align: center; }
.center .section-head { margin-inline: auto; }

/* ---------- 5. Typography helpers ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: .7em;
  margin: 0 0 1.1rem; font-weight: 800; font-size: .76rem;
  letter-spacing: .3em; text-transform: uppercase; color: var(--gold-deep);
}
.eyebrow::before {
  content: "\2726"; color: var(--gold); font-size: .95em; letter-spacing: 0;
}
.eyebrow--plain::before { content: none; }
.night .eyebrow { color: var(--gold-pale); }

.section-head { max-width: 58ch; margin-bottom: clamp(2rem, 4vw, 3rem); }
.section-title {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(1.85rem, 1.15rem + 2.4vw, 2.9rem);
  line-height: 1.14; letter-spacing: -.01em;
  color: var(--ink-deep);
}
.night .section-title { color: var(--starlight); }

/* Accent words inside headings: upright and gold instead of italics. */
.section-title em, .page-title em, .hero-title em, .card-title em {
  font-style: normal;
  color: var(--gold-deep);
}
.night .section-title em, .page-title em, .hero-title em {
  color: var(--gold-pale);
}

.section-intro {
  margin-top: 1.15rem; color: var(--ink-muted);
  font-size: clamp(1rem, .97rem + .2vw, 1.13rem);
  max-width: 56ch;
}
.night .section-intro { color: var(--starlight-muted); }
.center .section-intro { margin-inline: auto; }

/* Handwritten margin note */
.hand-note {
  font-family: var(--hand); font-weight: 500;
  font-size: 1.02rem; color: var(--sky-deep);
  letter-spacing: .01em;
}

.text-gold { color: var(--gold-deep); }

/* ---------- 6. Buttons + links ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  font-family: var(--sans); font-weight: 700; font-size: .95rem;
  letter-spacing: .01em; line-height: 1;
  padding: 1em 1.7em; border-radius: var(--radius-pill);
  border: 2px solid transparent; cursor: pointer; text-decoration: none;
  transition: transform .25s var(--bounce), box-shadow .25s var(--ease),
              background-color .25s var(--ease), border-color .25s var(--ease), color .25s var(--ease);
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }

/* Day primary: deep navy pill */
.btn-primary {
  background: var(--ink-deep);
  color: var(--paper);
  box-shadow: 0 14px 26px -14px rgba(24, 39, 66, .65);
}
.btn-primary:hover {
  transform: translateY(-2px) rotate(-.5deg);
  background: #21345a;
  box-shadow: 0 20px 34px -16px rgba(24, 39, 66, .7);
}

/* Night primary: warm gold pill */
.btn-gold {
  background: linear-gradient(180deg, var(--gold-pale), var(--gold));
  color: #241a05;
  box-shadow: 0 14px 30px -14px rgba(201, 159, 79, .7);
}
.btn-gold:hover {
  transform: translateY(-2px) rotate(.5deg);
  box-shadow: 0 20px 40px -16px rgba(201, 159, 79, .85);
}

/* Day ghost: navy outline on paper */
.btn-ghost {
  background: transparent;
  color: var(--ink-deep);
  border-color: rgba(36, 52, 83, .35);
}
.btn-ghost:hover {
  border-color: var(--ink-deep);
  background: rgba(36, 52, 83, .05);
  transform: translateY(-2px);
}

/* Night ghost: starlight outline on navy */
.btn-ghost-light {
  background: rgba(248, 241, 226, .04);
  color: var(--starlight);
  border-color: rgba(248, 241, 226, .35);
}
.btn-ghost-light:hover {
  border-color: var(--gold-pale);
  background: rgba(240, 220, 168, .1);
  transform: translateY(-2px);
}

.btn-sm { padding: .72em 1.25em; font-size: .85rem; }
.btn-lg { padding: 1.1em 2em; font-size: 1rem; }

.btn .arrow { transition: transform .25s var(--ease); }
.btn:hover .arrow { transform: translateX(3px); }

.btn-row { display: flex; flex-wrap: wrap; gap: .9rem; align-items: center; }
.center .btn-row { justify-content: center; }

/* Plain text link with arrow */
.link-arrow {
  display: inline-flex; align-items: center; gap: .45em;
  font-weight: 800; font-size: .92rem; color: var(--gold-deep);
  text-decoration: none; letter-spacing: .01em;
}
.link-arrow .arrow { transition: transform .25s var(--ease); }
.link-arrow:hover .arrow { transform: translateX(4px); }
.night .link-arrow { color: var(--gold-pale); }

/* ---------- 7. Site header + navigation ---------- */
/* Sits transparent over the night hero, then turns into a warm
   paper bar once the page scrolls. */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  border-bottom: 1px solid transparent;
  transition: background-color .35s var(--ease), border-color .35s var(--ease),
              box-shadow .35s var(--ease), backdrop-filter .35s var(--ease);
}
.site-header.is-scrolled {
  background: rgba(243, 232, 209, .94);
  backdrop-filter: blur(12px) saturate(120%);
  -webkit-backdrop-filter: blur(12px) saturate(120%);
  border-bottom-color: var(--line-soft);
  box-shadow: 0 18px 38px -32px rgba(24, 39, 66, .5);
}

.nav {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  height: var(--header-h);
}

.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; color: var(--starlight); transition: color .35s var(--ease); }
.site-header.is-scrolled .brand { color: var(--ink-deep); }
.brand-mark {
  width: 44px; height: 44px; border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(248, 241, 226, .25), 0 8px 18px -10px rgba(0, 0, 0, .6);
  transition: box-shadow .35s var(--ease);
}
.site-header.is-scrolled .brand-mark { box-shadow: 0 0 0 2px rgba(36, 52, 83, .14), 0 8px 18px -12px rgba(24, 39, 66, .5); }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-text strong {
  font-family: var(--serif); font-weight: 400; font-size: 1.16rem;
  letter-spacing: .14em; text-transform: uppercase;
}
.brand-text em {
  font-style: normal; font-size: .57rem; letter-spacing: .27em;
  text-transform: uppercase; opacity: .75; margin-top: 2px;
}

.nav-menu { display: flex; align-items: center; gap: clamp(1rem, 2vw, 1.8rem); }
.nav-links { display: flex; align-items: center; gap: clamp(.6rem, 1.4vw, 1.3rem); list-style: none; padding: 0; }
.nav-link {
  position: relative; text-decoration: none;
  color: var(--starlight-muted);
  font-size: .93rem; font-weight: 600; letter-spacing: .01em;
  padding: .4rem 0;
  transition: color .25s var(--ease);
}
.site-header.is-scrolled .nav-link { color: var(--ink-muted); }
.nav-link::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -2px;
  height: 2px; border-radius: 2px; background: var(--gold);
  transform: scaleX(0); transform-origin: left; transition: transform .3s var(--ease);
}
.nav-link:hover { color: var(--starlight); }
.site-header.is-scrolled .nav-link:hover { color: var(--ink-deep); }
.nav-link:hover::after { transform: scaleX(1); }
.nav-link.is-active { color: var(--starlight); }
.site-header.is-scrolled .nav-link.is-active { color: var(--ink-deep); }
.nav-link.is-active::after { transform: scaleX(1); }

.nav-cta { border-width: 0; }

/* Language toggle (EN <-> ES) */
.lang-toggle {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 44px; height: 34px; padding: 0 .75em;
  border-radius: var(--radius-pill);
  border: 1.5px solid rgba(248, 241, 226, .4);
  color: var(--starlight); text-decoration: none;
  font-weight: 800; font-size: .78rem; letter-spacing: .1em;
  transition: color .25s var(--ease), border-color .25s var(--ease), background-color .25s var(--ease);
}
.lang-toggle:hover { border-color: var(--gold-pale); color: var(--gold-pale); }
.site-header.is-scrolled .lang-toggle {
  color: var(--ink-deep); border-color: rgba(36, 52, 83, .35);
}
.site-header.is-scrolled .lang-toggle:hover { border-color: var(--gold-deep); color: var(--gold-deep); }

.nav-toggle {
  display: none; width: 46px; height: 46px; padding: 0;
  background: rgba(248, 241, 226, .08); border: 1.5px solid rgba(248, 241, 226, .35);
  border-radius: 13px; cursor: pointer; position: relative;
  transition: background-color .35s var(--ease), border-color .35s var(--ease);
}
.site-header.is-scrolled .nav-toggle { background: rgba(36, 52, 83, .05); border-color: rgba(36, 52, 83, .3); }
.nav-toggle span {
  display: block; width: 20px; height: 2px; margin: 4px auto;
  background: var(--starlight); border-radius: 2px;
  transition: transform .3s var(--ease), opacity .25s var(--ease), background-color .35s var(--ease);
}
.site-header.is-scrolled .nav-toggle span { background: var(--ink-deep); }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* ---------- 8. Home hero (night) ---------- */
.hero {
  display: grid; align-items: center;
  grid-template-columns: 1.08fr .92fr;
  gap: clamp(2rem, 5vw, 4rem);
  width: 100%; max-width: var(--container); margin-inline: auto;
  padding: calc(var(--header-h) + clamp(2.5rem, 7vw, 5rem)) clamp(1.25rem, 5vw, 2.5rem) clamp(4.5rem, 9vw, 7rem);
  position: relative; z-index: 2;
}
.hero-copy { max-width: 36rem; }
.hero-title {
  margin: .4rem 0 0;
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(2.5rem, 1.3rem + 4.2vw, 4.5rem);
  line-height: 1.06; letter-spacing: -.015em;
  color: var(--starlight);
}
.hero-lede {
  max-width: 44ch; margin: 1.4rem 0 0; color: var(--starlight-muted);
  font-size: clamp(1.02rem, .98rem + .3vw, 1.2rem);
}
.hero .btn-row { margin-top: 2.1rem; }
.hero-scroll {
  margin-top: clamp(2.2rem, 5vw, 3.4rem);
  display: inline-flex; align-items: center; gap: .7rem;
  color: var(--starlight-faint); font-size: .72rem; letter-spacing: .28em; text-transform: uppercase;
  text-decoration: none;
}
.hero-scroll .chev { width: 18px; height: 18px; animation: bob 2.4s ease-in-out infinite; }
.hero-scroll:hover { color: var(--gold-pale); }

/* The emblem rests like a moon over the hills */
.hero-art { position: relative; display: grid; place-items: center; }
.hero-moon {
  position: relative; z-index: 1;
  width: clamp(220px, 30vw, 340px); height: auto;
  border-radius: 50%;
  filter: drop-shadow(0 24px 50px rgba(5, 10, 20, .6)) drop-shadow(0 0 60px rgba(201, 159, 79, .25));
}

/* ---------- 9. Page hero (interior night band) ---------- */
.page-hero {
  position: relative; text-align: center;
  padding: calc(var(--header-h) + clamp(2.6rem, 6vw, 4.5rem)) clamp(1.3rem, 5vw, 2rem) clamp(5rem, 9vw, 7.5rem);
}
.page-hero .container { position: relative; z-index: 2; max-width: var(--narrow); }
.breadcrumb {
  display: inline-flex; gap: .6em; align-items: center;
  font-size: .76rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--starlight-faint); margin-bottom: 1.1rem; font-weight: 600;
}
.breadcrumb a { color: var(--starlight-faint); text-decoration: none; }
.breadcrumb a:hover { color: var(--gold-pale); }
.breadcrumb .sep { color: var(--gold); }
.page-title {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(2.3rem, 1.4rem + 3.4vw, 3.8rem);
  line-height: 1.08; letter-spacing: -.015em;
  color: var(--starlight);
}
.page-lede {
  margin: 1.3rem auto 0; max-width: 54ch; color: var(--starlight-muted);
  font-size: clamp(1.02rem, .98rem + .3vw, 1.16rem);
}

/* ---------- 10. Waves + dividers ---------- */
/* A cream hill rolling over the bottom of a night section.
   Overlay only: the night section supplies its own bottom padding. */
.wave-bottom::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -1px;
  height: clamp(42px, 7vw, 92px); z-index: 3; pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 90' preserveAspectRatio='none'%3E%3Cpath d='M0,52 C180,86 360,16 640,38 C920,60 1120,8 1440,46 L1440,90 L0,90 Z' fill='%23f3e8d1'/%3E%3C/svg%3E") center bottom / 100% 100% no-repeat;
}
/* Same hill but rendered in the deeper cream tint (for sections
   that flow into a .section--tinted block). */
.wave-bottom--tinted::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 90' preserveAspectRatio='none'%3E%3Cpath d='M0,52 C180,86 360,16 640,38 C920,60 1120,8 1440,46 L1440,90 L0,90 Z' fill='%23e9dabb'/%3E%3C/svg%3E");
}

/* A night hill rising over the bottom of the page, into the footer */
.wave-to-night {
  height: clamp(46px, 7vw, 96px);
  margin-top: clamp(3rem, 6vw, 5rem); margin-bottom: -1px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 96' preserveAspectRatio='none'%3E%3Cpath d='M0,60 C240,18 460,82 760,52 C1040,24 1240,72 1440,40 L1440,96 L0,96 Z' fill='%231d3050'/%3E%3C/svg%3E") center bottom / 100% 100% no-repeat;
}

.divider {
  height: 1px; border: 0; max-width: var(--container);
  margin-inline: auto;
  background: linear-gradient(90deg, transparent, var(--line), transparent);
}
.star-rule {
  display: flex; align-items: center; justify-content: center; gap: 1rem;
  color: var(--gold); font-size: .85rem;
}
.star-rule::before, .star-rule::after {
  content: ""; height: 1.5px; width: min(120px, 22vw);
  background: linear-gradient(90deg, transparent, var(--line));
}
.star-rule::after { background: linear-gradient(90deg, var(--line), transparent); }

/* ---------- 12. Cards, grids, steps, stats, ticks, pills ---------- */
.grid { display: grid; gap: clamp(1.1rem, 2.4vw, 1.7rem); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card {
  position: relative;
  background: var(--card);
  border: 1.5px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(1.5rem, 2.6vw, 2.1rem);
  box-shadow: var(--shadow-card);
  transition: transform .35s var(--bounce), border-color .35s var(--ease), box-shadow .35s var(--ease);
}
.card--link:hover, a.card:hover {
  transform: translateY(-5px) rotate(-.4deg);
  border-color: var(--gold);
  box-shadow: var(--shadow-hover);
}
a.card { text-decoration: none; color: inherit; display: block; }

.card-title {
  font-family: var(--serif); font-weight: 400;
  font-size: 1.28rem; letter-spacing: -.005em; line-height: 1.25;
  color: var(--ink-deep);
}
.card-text { margin-top: .7rem; color: var(--ink-muted); font-size: .98rem; }
.card .link-arrow { margin-top: 1.15rem; }

/* Icon medallion: warm gold sticker with navy line icon */
.icon-badge {
  display: grid; place-items: center;
  width: 58px; height: 58px; border-radius: 50%;
  margin-bottom: 1.15rem;
  background: radial-gradient(120% 120% at 32% 22%, var(--gold-tint), var(--gold-pale));
  border: 1.5px solid rgba(143, 108, 37, .35);
  box-shadow: 0 6px 14px -8px rgba(143, 108, 37, .5), inset 0 1px 0 rgba(255, 255, 255, .7);
  color: var(--ink-deep);
  transform: rotate(-3deg);
  transition: transform .35s var(--bounce);
}
.card:hover .icon-badge { transform: rotate(3deg) scale(1.06); }
.icon-badge svg { width: 27px; height: 27px; }
.icon {
  fill: none; stroke: currentColor; stroke-width: 1.7;
  stroke-linecap: round; stroke-linejoin: round;
}

/* Process steps with a dotted path */
.step { position: relative; }
.step-num {
  font-family: var(--hand); font-weight: 600; font-size: 1.02rem;
  color: var(--sky-deep); display: inline-flex; align-items: center; gap: .65rem;
  margin-bottom: .9rem; letter-spacing: .02em;
}
.step-num::before {
  content: ""; width: 34px; height: 34px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--ink-deep); color: var(--gold-pale);
  font-family: var(--serif); font-size: .92rem;
  box-shadow: 0 6px 12px -6px rgba(24, 39, 66, .6);
}
.steps { counter-reset: step; position: relative; }
.steps .step { counter-increment: step; }
.steps .step .step-num::before { content: counter(step); }
.steps .grid-4 {
  position: relative;
}
.steps .grid-4::before {
  content: ""; position: absolute; left: 4%; right: 4%; top: 16px; z-index: -1;
  border-top: 2.5px dotted rgba(70, 104, 143, .4);
}

/* Stat band: storybook stickers */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(1rem, 2vw, 1.5rem); }
.stat {
  text-align: center; padding: 1.6rem 1rem 1.4rem;
  background: var(--card); border: 1.5px solid var(--line);
  border-radius: var(--radius); box-shadow: var(--shadow-card);
}
.stat:nth-child(odd)  { transform: rotate(-.8deg); background: linear-gradient(180deg, var(--card), var(--gold-tint)); }
.stat:nth-child(even) { transform: rotate(.8deg);  background: linear-gradient(180deg, var(--card), var(--sky)); }
.stat-num {
  font-family: var(--serif); font-weight: 400; color: var(--ink-deep);
  font-size: clamp(1.7rem, 1.2rem + 1.6vw, 2.6rem); line-height: 1.1;
}
.stat-label {
  margin-top: .55rem; font-size: .8rem; letter-spacing: .1em;
  text-transform: uppercase; color: var(--ink-muted); font-weight: 700;
}

/* Inline checklist with gold star ticks */
.ticks { list-style: none; padding: 0; display: grid; gap: .85rem; }
.ticks li { position: relative; padding-left: 2rem; color: var(--ink-muted); }
.ticks li::before {
  content: ""; position: absolute; left: 0; top: .18em;
  width: 1.25rem; height: 1.25rem;
  background: var(--gold-deep);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 1c.5 7 2.5 9 11 11-8.5 2-10.5 4-11 11-.5-7-2.5-9-11-11C9.5 10 11.5 8 12 1Z'/%3E%3C/svg%3E") center/contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 1c.5 7 2.5 9 11 11-8.5 2-10.5 4-11 11-.5-7-2.5-9-11-11C9.5 10 11.5 8 12 1Z'/%3E%3C/svg%3E") center/contain no-repeat;
}

/* Pills / tags */
.pill {
  display: inline-flex; align-items: center; gap: .5em;
  padding: .5em 1.1em; border-radius: var(--radius-pill);
  border: 1.5px solid var(--line); background: var(--card);
  font-size: .86rem; letter-spacing: .02em; color: var(--ink-deep); font-weight: 700;
  box-shadow: 0 4px 10px -8px rgba(36, 52, 83, .4);
}
.pill::before { content: "\2726"; color: var(--gold); font-size: .8em; }
.pill-row { display: flex; flex-wrap: wrap; gap: .65rem; }

/* Two-column media/feature split */
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(1.8rem, 4.5vw, 4rem); align-items: center; }
.split--reverse > :first-child { order: 2; }

/* Night band variants: the same components, restyled for deep navy
   sections (apply .night to the section). */
.night .card {
  background: linear-gradient(168deg, #1c2e4d 0%, #142339 100%);
  border-color: rgba(248, 241, 226, .14);
  box-shadow: 0 30px 60px -38px rgba(0, 0, 0, .7), inset 0 1px 0 rgba(248, 241, 226, .05);
}
.night .card--link:hover, .night a.card:hover { border-color: var(--gold); }
.night .card-title { color: var(--starlight); }
.night .card-text { color: var(--starlight-muted); }
.night .card-title em { color: var(--gold-pale); }
.night .step-num { color: var(--gold-pale); }
.night .step-num::before {
  background: var(--gold-pale); color: #241a05;
  box-shadow: 0 6px 12px -6px rgba(0, 0, 0, .65);
}
.night .steps .grid-4::before { border-color: rgba(248, 241, 226, .28); }
.night .ticks li { color: var(--starlight-muted); }
.night .ticks li::before { background: var(--gold-pale); }
.night .contact-card h3 { color: var(--starlight); }
.night .contact-card a, .night .contact-card p { color: var(--starlight-muted); }

/* ---------- 13. Photo placeholders ---------- */
/* Swap each .photo-ph for a real <img> when photography is ready.
   The inner caption describes the shot to commission. */
.photo-ph {
  position: relative; overflow: hidden;
  display: grid; place-items: center; text-align: center;
  aspect-ratio: 4 / 3; width: 100%;
  padding: 1.5rem;
  border-radius: var(--radius);
  border: 2.5px dashed rgba(70, 104, 143, .6);
  background:
    radial-gradient(120% 120% at 80% 0%, rgba(201, 159, 79, .18), transparent 55%),
    radial-gradient(2px 2px at 18% 30%, rgba(70, 104, 143, .65), transparent),
    radial-gradient(2px 2px at 72% 18%, rgba(70, 104, 143, .6), transparent),
    radial-gradient(2px 2px at 40% 72%, rgba(70, 104, 143, .55), transparent),
    radial-gradient(2px 2px at 86% 64%, rgba(70, 104, 143, .6), transparent),
    linear-gradient(165deg, #cddff0 0%, #e2edf7 58%, var(--blush) 100%);
}
.photo-ph--portrait { aspect-ratio: 4 / 5; }
.photo-ph--wide { aspect-ratio: 16 / 9; }
.photo-ph--circle { aspect-ratio: 1; border-radius: 50%; }
.photo-ph-inner { display: grid; justify-items: center; gap: .55rem; max-width: 30ch; }
.photo-ph-icon {
  display: grid; place-items: center;
  width: 54px; height: 54px; border-radius: 50%;
  background: var(--card); color: var(--sky-deep);
  border: 1.5px solid rgba(70, 104, 143, .4);
  box-shadow: 0 8px 16px -10px rgba(36, 52, 83, .5);
}
.photo-ph-icon svg { width: 25px; height: 25px; }
.photo-ph-label {
  font-family: var(--hand); font-weight: 600; font-size: 1.04rem;
  color: var(--sky-deep); line-height: 1.45;
}
.photo-ph-sub {
  font-size: .74rem; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: rgba(70, 104, 143, .75);
}
/* Little corner star sticker */
.photo-ph::after {
  content: "\2726"; position: absolute; top: .9rem; right: 1.1rem;
  color: var(--gold); font-size: 1.15rem; opacity: .85;
}

/* ---------- 14. Emblem frame + team ---------- */
/* The brand emblem presented like a plate in a picture book */
.emblem-frame {
  position: relative;
  display: grid; place-items: center;
  padding: clamp(1.6rem, 4vw, 2.8rem);
  border-radius: var(--radius);
  background: var(--card);
  border: 1.5px solid var(--line);
  box-shadow: var(--shadow-card);
}
.emblem-frame::before {
  content: ""; position: absolute; inset: 10px; border-radius: calc(var(--radius) - 8px);
  border: 1.5px dashed rgba(201, 159, 79, .5); pointer-events: none;
}
.emblem-frame img { width: min(320px, 70%); height: auto; }

.team-card { text-align: center; }
.team-avatar {
  width: 120px; height: 120px; margin: 0 auto 1.2rem; border-radius: 50%;
  display: grid; place-items: center; overflow: hidden;
  background: radial-gradient(120% 120% at 30% 20%, var(--sky), #c6d8ea);
  border: 2px solid rgba(70, 104, 143, .4);
  box-shadow: 0 14px 28px -18px rgba(36, 52, 83, .6);
}
.team-avatar img { width: 100%; height: 100%; object-fit: cover; }
.team-avatar .monogram {
  font-family: var(--serif); font-size: 2.5rem; color: var(--sky-deep);
}
.team-name { font-family: var(--serif); font-size: 1.25rem; color: var(--ink-deep); }
.team-role { margin-top: .35rem; color: var(--gold-deep); font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 800; }
.team-bio { margin-top: .85rem; color: var(--ink-muted); font-size: .95rem; }

/* ---------- 15. Quote ---------- */
.quote {
  position: relative; text-align: center; max-width: 40ch; margin-inline: auto;
}
.quote-mark {
  font-family: var(--serif); font-size: 4.2rem; line-height: .5;
  color: var(--gold); display: block; margin-bottom: 1.2rem;
}
.quote-text {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(1.35rem, 1.05rem + 1.6vw, 2rem); line-height: 1.38;
  letter-spacing: -.005em; color: var(--ink-deep);
}
.quote-cite {
  margin-top: 1.5rem; font-style: normal; font-size: .8rem; font-weight: 800;
  letter-spacing: .16em; text-transform: uppercase; color: var(--ink-faint);
}
.quote-cite::before { content: "\2726  "; color: var(--gold); letter-spacing: 0; }

/* ---------- 16. FAQ accordion ---------- */
.faq { display: grid; gap: 1rem; }
.faq-group-title {
  font-family: var(--serif); font-size: 1.45rem; color: var(--ink-deep);
  margin: clamp(1.6rem, 3vw, 2.6rem) 0 .5rem;
  display: flex; align-items: center; gap: .7rem;
}
.faq-group-title::before { content: "\2726"; color: var(--gold); font-size: .8em; }
.faq-item {
  border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  background: var(--card);
  overflow: hidden;
  transition: border-color .3s var(--ease), box-shadow .3s var(--ease);
  box-shadow: 0 2px 0 rgba(36, 52, 83, .04);
}
.faq-item:hover { border-color: rgba(143, 108, 37, .5); }
.faq-item[open] {
  border-color: var(--gold);
  box-shadow: 0 14px 28px -22px rgba(143, 108, 37, .6);
}
.faq-item summary {
  list-style: none; cursor: pointer; padding: 1.15rem 1.35rem;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  font-weight: 700; font-size: 1.04rem; color: var(--ink-deep);
}
.faq-item[open] summary { background: var(--gold-tint); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .q-mark {
  flex: none; width: 26px; height: 26px; position: relative;
  border-radius: 50%; background: var(--ink-deep);
  transition: transform .3s var(--ease), background-color .3s var(--ease);
}
.faq-item[open] summary .q-mark { background: var(--gold-deep); }
.faq-item summary .q-mark::before,
.faq-item summary .q-mark::after {
  content: ""; position: absolute; inset: 50% 7px auto 7px; height: 2px;
  border-radius: 2px; background: var(--gold-pale); transform: translateY(-50%);
}
.faq-item summary .q-mark::after { transform: translateY(-50%) rotate(90deg); transition: transform .3s var(--ease); }
.faq-item[open] summary .q-mark::after { transform: translateY(-50%) rotate(0); }
.faq-answer { padding: 1.05rem 1.35rem 1.3rem; color: var(--ink-muted); }
.faq-answer p + p { margin-top: .9rem; }
.faq-answer a { color: var(--gold-deep); }

/* ---------- 17. Forms + contact ---------- */
.form { display: grid; gap: 1.15rem; }
.field { display: grid; gap: .45rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.15rem; }
.field label {
  font-size: .8rem; letter-spacing: .09em; text-transform: uppercase;
  color: var(--ink-deep); font-weight: 800;
}
.field .req { color: var(--terracotta); }
.field input,
.field select,
.field textarea {
  width: 100%; font-family: var(--sans); font-size: 1rem; color: var(--ink-deep);
  background: var(--paper); border: 1.5px solid var(--line);
  border-radius: var(--radius-sm); padding: .85rem 1rem;
  transition: border-color .25s var(--ease), box-shadow .25s var(--ease), background-color .25s var(--ease);
}
.field textarea { min-height: 140px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: var(--ink-faint); }
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none; border-color: var(--gold-deep);
  box-shadow: 0 0 0 3.5px rgba(201, 159, 79, .25);
  background: #fffdf8;
}
.field select { appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23182742' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 1rem center; background-size: 18px; padding-right: 2.6rem;
}
.form-note { font-size: .83rem; color: var(--ink-faint); }
.form-status { font-size: .94rem; padding: .5rem 0; min-height: 1.2rem; font-weight: 600; }
.form-status.is-ok { color: #3a7d4e; }
.form-status.is-err { color: var(--terracotta); }

.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2vw, 1.4rem); }
.contact-card { text-align: left; }
.contact-card .icon-badge { margin-bottom: .9rem; }
.contact-card h3 { font-family: var(--serif); font-size: 1.12rem; color: var(--ink-deep); }
.contact-card a, .contact-card p { color: var(--ink-muted); text-decoration: none; font-size: .96rem; margin-top: .35rem; }
.contact-card a:hover { color: var(--gold-deep); }

/* ---------- 18. CTA band (a pocket of night in the day) ---------- */
.cta-band { position: relative; }
.cta-inner {
  position: relative; overflow: hidden;
  text-align: center; border-radius: calc(var(--radius) + 8px);
  padding: clamp(2.75rem, 6vw, 4.75rem) clamp(1.5rem, 5vw, 3rem);
  box-shadow: var(--shadow-night);
  border: 2px solid rgba(201, 159, 79, .4);
}
.cta-inner > * { position: relative; z-index: 2; }
.cta-inner .night-stars { z-index: 1; }
.cta-inner .section-title { margin-inline: auto; max-width: 22ch; }
.cta-inner .btn-row { margin-top: 2rem; justify-content: center; }
.cta-inner .polaris-star { top: 18%; right: 9%; }

/* ---------- 19. Site footer (night) ---------- */
.site-footer {
  position: relative;
}
.site-footer .footer-grid,
.site-footer .footer-bar { position: relative; z-index: 2; }
.footer-grid {
  display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.3fr; gap: clamp(1.5rem, 4vw, 3rem);
  padding-block: clamp(2.75rem, 5vw, 4.25rem);
}
.footer-brand .brand { margin-bottom: 1rem; color: var(--starlight); }
.footer-brand .brand-mark { box-shadow: 0 0 0 2px rgba(248, 241, 226, .25); }
.footer-tagline { color: var(--starlight-muted); font-size: .95rem; max-width: 34ch; }
.footer-col h2 {
  font-size: .76rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--gold-pale); margin-bottom: 1rem; font-weight: 800; font-family: var(--sans);
}
.footer-col ul { list-style: none; padding: 0; display: grid; gap: .65rem; }
.footer-col a { color: var(--starlight-muted); text-decoration: none; font-size: .94rem; transition: color .2s var(--ease); }
.footer-col a:hover { color: var(--gold-pale); }
.footer-contact li { color: var(--starlight-muted); font-size: .94rem; display: grid; gap: .65rem; }
.footer-contact .lbl { color: var(--starlight-faint); font-size: .73rem; letter-spacing: .14em; text-transform: uppercase; display: block; font-weight: 700; }
.footer-bar {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  padding-block: 1.5rem; border-top: 1px solid var(--line-night);
  font-size: .8rem; color: var(--starlight-faint);
}
.footer-bar p { margin: 0; }
.footer-bar .footer-meta { font-family: var(--hand); font-weight: 500; font-size: .92rem; color: var(--starlight-muted); }
.site-footer .polaris-star { top: 22%; right: 8%; }

/* ---------- 20. Doodles + decorative ---------- */
/* Floating star sparkles to scatter in section corners (aria-hidden) */
.doodle {
  position: absolute; pointer-events: none; color: var(--gold);
  font-size: 1.3rem; line-height: 1; opacity: .6;
  animation: drift 6s ease-in-out infinite;
}
.doodle--sky { color: var(--sky-deep); opacity: .4; }
.doodle--lg { font-size: 2rem; }
.doodle--sm { font-size: .9rem; }

/* ---------- 21. Entrance + reveal ---------- */
.rise { opacity: 0; animation: rise 1s var(--ease) both; animation-delay: var(--d, 0s); }
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease), transform .8s var(--ease); transition-delay: var(--d, 0s); }
.reveal.is-visible { opacity: 1; transform: none; }

@keyframes rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@keyframes twinkle { 0%, 100% { opacity: .45; } 50% { opacity: 1; } }
@keyframes pulse { 0%, 100% { transform: scale(1); opacity: .9; } 50% { transform: scale(1.26); opacity: 1; } }
@keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(5px); } }
@keyframes drift { 0%, 100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-10px) rotate(2deg); } }
@keyframes shoot {
  0%   { opacity: 0; transform: translate(0, 0) rotate(var(--angle, 16deg)); }
  10%  { opacity: var(--peak, .8); }
  60%  { opacity: var(--peak, .8); }
  100% { opacity: 0; transform: translate(var(--tx, 70vw), var(--ty, 22vh)) rotate(calc(var(--angle, 16deg) + var(--bend, 3deg))); }
}
@keyframes shoot-tail {
  0%   { transform: scaleX(.15); }
  30%  { transform: scaleX(1); }
  75%  { transform: scaleX(.7); }
  100% { transform: scaleX(.2); }
}

/* ---------- 22. Responsive ---------- */
@media (max-width: 980px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .steps .grid-4::before { display: none; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .hero { grid-template-columns: 1fr; text-align: center; }
  .hero-copy { margin-inline: auto; }
  .hero-lede { margin-inline: auto; }
  .hero .btn-row { justify-content: center; }
  .hero-art { order: -1; padding-top: 1rem; }
  .hero-moon { width: clamp(170px, 38vw, 240px); }
}

@media (max-width: 860px) {
  :root { --header-h: 68px; }
  .nav-toggle { display: block; }
  .nav-menu {
    position: fixed; inset: var(--header-h) 0 auto 0;
    flex-direction: column; align-items: stretch; gap: 0;
    padding: 1rem clamp(1.25rem, 5vw, 2.5rem) 1.6rem;
    background: rgba(243, 232, 209, .98);
    backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
    border-bottom: 1.5px solid var(--line);
    box-shadow: 0 30px 50px -30px rgba(24, 39, 66, .5);
    transform: translateY(-12px); opacity: 0; pointer-events: none;
    visibility: hidden;
    transition: transform .35s var(--ease), opacity .3s var(--ease), visibility .35s;
    max-height: calc(100svh - var(--header-h)); overflow-y: auto;
  }
  .nav-menu.is-open { transform: none; opacity: 1; pointer-events: auto; visibility: visible; }
  .nav-links { flex-direction: column; align-items: stretch; gap: 0; width: 100%; }
  .nav-links li { border-bottom: 1px solid var(--line-soft); }
  .nav-link { display: block; padding: .95rem .2rem; font-size: 1.02rem; color: var(--ink-muted); }
  .site-header .nav-link, .site-header .nav-link.is-active { color: var(--ink-muted); }
  .site-header .nav-link.is-active { color: var(--ink-deep); font-weight: 800; }
  .nav-link::after { display: none; }
  .nav-cta { margin-top: 1.1rem; width: 100%; }
  .nav-menu .lang-toggle {
    margin-top: .8rem; width: 100%; height: 44px;
    color: var(--ink-deep); border-color: rgba(36, 52, 83, .35);
  }
}

@media (max-width: 720px) {
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; }
  .split--reverse > :first-child { order: 0; }
  .field-row { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bar { justify-content: flex-start; }
  .stat:nth-child(odd), .stat:nth-child(even) { transform: none; }
}

@media (max-width: 480px) {
  .stats { grid-template-columns: 1fr 1fr; }
  .brand-text em { display: none; }
}

/* ---------- 23. Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
  .rise, .reveal { opacity: 1; transform: none; }
  .shooting { display: none; }
}
