/* =========================================================
   CLARIDIAL — Clarity in every conversation
   Warm Editorial theme · sand / mocha / terracotta + teal
   Fonts: Fraunces (serif display) + Manrope
   Deliberately distinct from any prior project.
   ========================================================= */

:root {
  /* Palette — warm sand + deep navy-black (#091323) + gold (#d4a843) */
  --sand:        #ece6d9;   /* page base — warm stone, mid-tone */
  --sand-2:      #e3dac9;   /* deeper sand band */
  --paper:       #f7f2e9;   /* card / panel surface */
  --mocha:       #091323;   /* deep navy-black band */
  --mocha-2:     #060d18;
  --ink:         #0d1726;   /* primary text — deep navy */
  --ink-soft:    #4f5a6b;
  --muted:       #868d9b;

  --terra:       #d4a843;   /* gold accent (fills/icons/lines) */
  --terra-deep:  #a87d22;   /* deeper gold — readable accent text on light */
  --teal:        #14304f;   /* deep navy — secondary (banner/ticks/avatars) */
  --teal-deep:   #0d2138;
  --gold:        #d4a843;   /* gold for accents on dark bands */

  --line:        #d8cfbe;
  --line-soft:   #e2dacb;
  --line-dark:   rgba(212,168,67,.16);

  --r:           6px;       /* editorial corners */
  --r-md:        14px;
  --shadow:      0 30px 60px -34px rgba(9,19,35,.42);
  --shadow-sm:   0 10px 30px -18px rgba(9,19,35,.32);
  --maxw:        1200px;
  --ease:        cubic-bezier(.22,.61,.36,1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
[id] { scroll-margin-top: 120px; }
body {
  font-family: 'Manrope', system-ui, -apple-system, sans-serif;
  background: var(--sand);
  color: var(--ink);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
h1,h2,h3,h4 { font-family: 'Fraunces', Georgia, serif; font-weight: 600; line-height: 1.08; letter-spacing: -.015em; color: var(--ink); }

.shell { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }
.band { padding: 100px 0; position: relative; }
.band-sm { padding: 60px 0; }
.dark-band { background: var(--mocha); color: #e9e0d2; }
.dark-band h1,.dark-band h2,.dark-band h3 { color: #f6f0e6; }
.sand2-band { background: var(--sand-2); }
.center { text-align: center; }

.eyebrow { font-family: 'Manrope'; font-size: 12px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--terra-deep); display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; }
.eyebrow::before { content: ""; width: 26px; height: 1.5px; background: var(--terra); }
.dark-band .eyebrow { color: var(--gold); }
.dark-band .eyebrow::before { background: var(--gold); }

.display { font-size: clamp(42px, 6vw, 78px); line-height: 1.02; letter-spacing: -.025em; }
.h-band { font-size: clamp(30px, 4.2vw, 50px); margin-bottom: 18px; }
.serif-it { font-style: italic; font-weight: 400; }
.accent { color: var(--terra-deep); }
.dark-band .accent { color: var(--gold); }
.accent-teal { color: var(--teal); }
.lead { font-size: 19px; color: var(--ink-soft); }
.dark-band .lead { color: #cabfae; }
.sub { font-size: 18px; color: var(--ink-soft); max-width: 580px; }
.center .sub { margin-inline: auto; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-family: 'Manrope'; font-weight: 700; font-size: 15px; padding: 15px 30px; border-radius: var(--r); border: 1.5px solid transparent; cursor: pointer; transition: transform .25s var(--ease), background .25s, color .25s, border-color .25s; }
.btn-solid { background: linear-gradient(135deg, #e7c25c 0%, #cb9a30 100%); color: #14233d; box-shadow: 0 10px 24px -10px rgba(196,148,46,.6); }
.btn-solid:hover { background: linear-gradient(135deg, #f0cd6b 0%, #d6a53a 100%); transform: translateY(-2px); box-shadow: 0 16px 30px -10px rgba(196,148,46,.72); }
.btn-outline { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: var(--sand); transform: translateY(-2px); }
.dark-band .btn-outline { color: #f6f0e6; border-color: rgba(246,240,230,.4); }
.dark-band .btn-outline:hover { background: #f6f0e6; color: var(--mocha); }
.btn-teal { background: var(--teal); color: #fff; }
.btn-teal:hover { background: var(--teal-deep); transform: translateY(-2px); }
.btn-lg { padding: 17px 36px; font-size: 16px; }

/* ---------- Top strip + header ---------- */
.strip { background: var(--mocha); color: #d8cdbb; font-size: 13px; letter-spacing: .04em; text-align: center; padding: 10px 16px; font-weight: 500; }
.strip b { color: var(--gold); }

.nav { position: sticky; top: 0; z-index: 100; background: rgba(247,242,233,.78); backdrop-filter: blur(16px) saturate(1.15); -webkit-backdrop-filter: blur(16px) saturate(1.15); border-bottom: 1px solid var(--line-soft); transition: border-color .3s, box-shadow .3s, background .3s; }
.nav.stuck { background: rgba(247,242,233,.92); border-bottom-color: var(--line); box-shadow: 0 8px 30px -18px rgba(9,19,35,.45); }
.nav-in { display: flex; align-items: center; justify-content: space-between; height: 78px; gap: 24px; }
.brand { font-family: 'Fraunces'; font-weight: 600; font-size: 26px; letter-spacing: -.02em; display: flex; align-items: center; gap: 10px; }
.brand .bug { width: 34px; height: 34px; border-radius: 50%; background: var(--terra); display: grid; place-items: center; color: #091323; flex: none; }
.brand .bug svg { width: 18px; height: 18px; }
.brand i { font-style: normal; color: var(--terra-deep); }
.brand .brand-logo { height: 38px; width: auto; display: block; }
.links { display: flex; align-items: center; gap: 6px; }
.links a { font-family: 'Manrope'; font-weight: 600; font-size: 14.5px; color: var(--ink-soft); padding: 8px 14px; border-radius: var(--r); transition: color .2s, background .2s; }
.links a:hover { color: var(--ink); }
.links a.on { color: var(--terra-deep); }
.nav-act { display: flex; align-items: center; gap: 14px; }
.toggle { display: none; width: 44px; height: 44px; border: 1.5px solid var(--ink); border-radius: var(--r); background: transparent; cursor: pointer; }
.toggle svg { width: 22px; height: 22px; margin: auto; }

/* ---------- Hero (editorial, asymmetric) ---------- */
.hero { padding: 72px 0 0; }
.hero-top { display: grid; grid-template-columns: 1.25fr .75fr; gap: 40px; align-items: end; margin-bottom: 48px; }
.hero h1 { margin-bottom: 0; }
.hero-aside { padding-bottom: 8px; }
.hero-aside p { color: var(--ink-soft); font-size: 17px; margin-bottom: 22px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-figure { position: relative; border-radius: var(--r-md); overflow: hidden; box-shadow: var(--shadow); }
.hero-figure img { width: 100%; aspect-ratio: 16/7; object-fit: cover; }
.hero-figure .tagstrip { position: absolute; left: 0; bottom: 0; right: 0; background: linear-gradient(transparent, rgba(9,19,35,.9)); color: #f6f0e6; padding: 44px 30px 24px; display: flex; gap: 30px; flex-wrap: wrap; font-family: 'Fraunces'; }
.hero-figure .tagstrip b { font-size: 30px; display: block; line-height: 1; }
.hero-figure .tagstrip span { font-family: 'Manrope'; font-size: 13px; color: #cabfae; }

/* ---------- Marquee ---------- */
.marquee { background: var(--mocha); color: var(--sand); overflow: hidden; padding: 20px 0; margin-top: 64px; }
.marquee-track { display: flex; gap: 56px; white-space: nowrap; width: max-content; animation: slide 28s linear infinite; }
.marquee-track span { font-family: 'Fraunces'; font-style: italic; font-size: 22px; color: #e9e0d2; display: inline-flex; align-items: center; gap: 56px; }
.marquee-track span::after { content: "✦"; color: var(--terra); font-style: normal; font-size: 14px; }
@keyframes slide { to { transform: translateX(-50%); } }

/* ---------- Index-style feature rows ---------- */
/* Numbered feature cards (home capabilities) */
.fgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.fcell { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md); padding: 34px 30px; position: relative; overflow: hidden; transition: transform .3s var(--ease), box-shadow .3s, border-color .3s; }
.fcell::after { content: attr(data-n); position: absolute; top: 10px; right: 20px; font-family: 'Fraunces'; font-weight: 600; font-size: 66px; line-height: 1; color: rgba(168,125,34,.12); pointer-events: none; transition: color .3s; }
.fcell:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--terra); }
.fcell:hover::after { color: rgba(168,125,34,.22); }
.fcell .fic { width: 54px; height: 54px; border-radius: 50%; background: var(--sand-2); color: var(--terra-deep); display: grid; place-items: center; margin-bottom: 20px; position: relative; }
.fcell .fic svg { width: 26px; height: 26px; }
.fcell h3 { font-size: 21px; margin-bottom: 9px; }
.fcell p { color: var(--ink-soft); font-size: 15px; }
.fcell .fgo { display: inline-flex; align-items: center; gap: 7px; margin-top: 18px; font-family: 'Manrope'; font-weight: 700; font-size: 13.5px; color: var(--terra-deep); }
.fcell .fgo svg { width: 15px; height: 15px; transition: transform .25s; }
.fcell:hover .fgo svg { transform: translateX(4px); }

/* ---------- Panels / cards ---------- */
.cols { display: grid; gap: 24px; }
.c2 { grid-template-columns: repeat(2,1fr); }
.c3 { grid-template-columns: repeat(3,1fr); }
.c4 { grid-template-columns: repeat(4,1fr); }
.panel { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md); padding: 32px; transition: transform .3s var(--ease), box-shadow .3s, border-color .3s; }
.panel:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--terra); }
.panel .pico { width: 50px; height: 50px; border-radius: 50%; background: var(--sand-2); color: var(--terra-deep); display: grid; place-items: center; margin-bottom: 20px; }
.dark-band .panel { background: var(--mocha-2); border-color: var(--line-dark); }
.dark-band .panel .pico { background: rgba(204,154,76,.18); color: var(--gold); }
.panel .pico svg { width: 25px; height: 25px; }
.panel h3 { font-size: 21px; margin-bottom: 9px; }
.panel p { color: var(--ink-soft); font-size: 15px; }
.dark-band .panel p { color: #c2b7a6; }

/* ---------- Split ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.split.flip .s-media { order: 2; }
.s-media { border-radius: var(--r-md); overflow: hidden; box-shadow: var(--shadow); }
.s-media img { width: 100%; aspect-ratio: 4/3.2; object-fit: cover; }
/* full-bleed band image (no side margins) */
.fullimg { width: 100%; line-height: 0; }
.fullimg img { width: 100%; height: clamp(340px, 44vw, 600px); object-fit: cover; }
.ticks { display: grid; gap: 16px; margin-top: 24px; }
.ticks li { display: flex; gap: 14px; align-items: flex-start; }
.ticks .tk { flex: none; width: 26px; height: 26px; border-radius: 50%; background: var(--teal); color: #fff; display: grid; place-items: center; margin-top: 2px; }
.ticks .tk svg { width: 14px; height: 14px; }
.ticks strong { font-family: 'Fraunces'; font-weight: 600; font-size: 17px; display: block; }
.ticks span { font-size: 14.5px; color: var(--ink-soft); }
.dark-band .ticks span { color: #c2b7a6; }

/* ---------- Big stat figures ---------- */
.figs { display: grid; grid-template-columns: repeat(4,1fr); gap: 30px; }
.fig { border-left: 2px solid var(--terra); padding-left: 20px; }
.fig b { font-family: 'Fraunces'; font-size: clamp(38px,5vw,58px); display: block; line-height: 1; }
.fig span { color: var(--ink-soft); font-size: 14.5px; }
.dark-band .fig { border-color: var(--gold); }
.dark-band .fig span { color: #c2b7a6; }

/* ---------- Pull quote ---------- */
.pull { max-width: 920px; margin: 0 auto; text-align: center; }
.pull p { font-family: 'Fraunces'; font-size: clamp(26px,3.4vw,40px); line-height: 1.32; font-weight: 500; }
.pull .by { margin-top: 28px; font-family: 'Manrope'; font-weight: 700; font-size: 15px; letter-spacing: .02em; }
.pull .by span { display: block; color: var(--muted); font-weight: 500; font-size: 14px; }

/* ---------- Testimonial cards ---------- */
.tcard { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md); padding: 30px; }
.tcard .stars { color: var(--gold); letter-spacing: 3px; margin-bottom: 14px; }
.tcard p { font-family: 'Fraunces'; font-size: 18px; line-height: 1.5; margin-bottom: 22px; }
.tcard .who { display: flex; align-items: center; gap: 13px; }
.tcard .ava { width: 46px; height: 46px; border-radius: 50%; background: var(--teal); color: #fff; display: grid; place-items: center; font-family: 'Fraunces'; font-weight: 600; font-size: 18px; }
.tcard .who strong { font-family: 'Manrope'; font-weight: 700; font-size: 14.5px; display: block; }
.tcard .who span { color: var(--muted); font-size: 13px; }

/* ---------- Voices (premium navy + gold testimonial cards) ---------- */
.voices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.voice { background: var(--mocha); border-radius: var(--r-md); padding: 30px 30px 26px; position: relative; overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .3s var(--ease), box-shadow .3s; }
.voice::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, #e7c25c, #cb9a30); }
.voice:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.voice .qm { font-family: 'Fraunces'; font-size: 60px; line-height: 1; color: var(--gold); display: block; height: 40px; opacity: .9; }
.voice .vq { font-family: 'Fraunces'; font-style: italic; font-weight: 400; font-size: 19px; line-height: 1.52; color: #f1ede4; margin: 8px 0 24px; }
.voice .vby { display: flex; align-items: center; gap: 13px; border-top: 1px solid rgba(231,194,92,.18); padding-top: 18px; }
.voice .vava { width: 46px; height: 46px; border-radius: 50%; background: linear-gradient(135deg, #e7c25c, #cb9a30); color: #14233d; display: grid; place-items: center; font-family: 'Fraunces'; font-weight: 600; font-size: 18px; flex: none; }
.voice .vname { font-family: 'Manrope'; font-weight: 700; font-size: 14.5px; color: #f1ede4; }
.voice .vrole { font-size: 13px; color: #93a0b3; }
.voice .vstars { margin-left: auto; align-self: flex-start; color: var(--gold); letter-spacing: 1.5px; font-size: 12px; }

/* ---------- Plans ---------- */
.plans { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; background: var(--paper); }
.tier { padding: 38px 32px; border-right: 1px solid var(--line); transition: background .3s; }
.tier:last-child { border-right: none; }
.tier.spot { background: var(--mocha); color: #e9e0d2; }
.tier.spot h3, .tier.spot .price { color: #f6f0e6; }
.tier.spot .feat li { color: #cabfae; }
.tier .tname { font-family: 'Manrope'; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; font-size: 12px; color: var(--terra-deep); }
.tier.spot .tname { color: var(--gold); }
.tier .price { font-family: 'Fraunces'; font-size: 52px; line-height: 1; margin: 16px 0 4px; }
.tier .price small { font-family: 'Manrope'; font-size: 15px; color: var(--muted); font-weight: 600; }
.tier .pdesc { font-size: 14px; color: var(--ink-soft); min-height: 42px; }
.tier.spot .pdesc { color: #c2b7a6; }
.tier .feat { display: grid; gap: 12px; margin: 24px 0 28px; }
.tier .feat li { display: flex; gap: 10px; font-size: 14.5px; color: var(--ink-soft); }
.tier .feat svg { width: 17px; height: 17px; color: var(--teal); flex: none; margin-top: 3px; }
.tier.spot .feat svg { color: var(--gold); }
.tier .btn { width: 100%; }

/* ---------- FAQ ---------- */
.faq-wrap { max-width: 100%; margin: 0; border-top: 1px solid var(--line); }
.qa { border-bottom: 1px solid var(--line); }
.qa-q { width: 100%; text-align: left; background: none; border: none; font-family: 'Fraunces'; font-weight: 600; font-size: 21px; color: var(--ink); cursor: pointer; padding: 26px 0; display: flex; justify-content: space-between; gap: 20px; align-items: baseline; }
.qa-q .mk { font-family: 'Manrope'; color: var(--terra); font-size: 24px; flex: none; transition: transform .3s; line-height: 1; }
.qa.open .mk { transform: rotate(45deg); }
.qa-a { max-height: 0; overflow: hidden; transition: max-height .4s var(--ease); }
.qa-a p { padding: 0 0 26px; color: var(--ink-soft); font-size: 16px; max-width: 92%; }

/* ---------- Page head ---------- */
.phead { position: relative; padding: 100px 0 86px; background-color: var(--mocha); background-size: cover; background-position: center; overflow: hidden; }
.phead::before { content: ""; position: absolute; inset: 0; background: linear-gradient(112deg, rgba(9,19,35,.95) 0%, rgba(9,19,35,.82) 50%, rgba(9,19,35,.52) 100%); }
.phead::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: linear-gradient(90deg, #e7c25c, #cb9a30); }
.phead > .shell { position: relative; z-index: 1; }
.phead .crumb { font-family: 'Manrope'; font-size: 13px; letter-spacing: .14em; color: var(--gold); margin-bottom: 18px; text-transform: uppercase; }
.phead .crumb a { color: #c7cdd8; }
.phead .crumb a:hover { color: var(--gold); }
.phead h1 { font-size: clamp(40px,6vw,76px); color: #f6f0e6; }
.phead h1 .accent, .phead .accent { color: var(--gold); }
.phead p { color: #c4cbd7; font-size: 19px; max-width: 640px; margin-top: 18px; }

/* ---------- Contact ---------- */
/* Unified two-pane contact card: dark navy aside + form */
.cwrap { display: grid; grid-template-columns: .82fr 1.18fr; border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; box-shadow: var(--shadow); background: var(--paper); }
.caside { background: var(--mocha); color: #c6d0de; padding: 46px 40px; }
.caside .eyebrow { color: var(--gold); }
.caside .eyebrow::before { background: var(--gold); }
.caside h2 { color: #f3ede0; font-size: 30px; line-height: 1.12; margin-bottom: 14px; }
.caside .intro { color: #97a3b4; font-size: 15px; margin-bottom: 34px; }
.cmeths { display: grid; gap: 24px; }
.cmeth { display: flex; gap: 15px; align-items: center; }
.cmeth .ci { width: 44px; height: 44px; border-radius: 50%; background: rgba(212,168,67,.14); border: 1px solid rgba(212,168,67,.3); color: var(--gold); display: grid; place-items: center; flex: none; }
.cmeth .ci svg { width: 20px; height: 20px; }
.cmeth .lab { font-family: 'Manrope'; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; color: #7c8799; }
.cmeth .val { font-family: 'Fraunces'; font-size: 18px; color: #f3ede0; }
.cmeth a.val:hover { color: var(--gold); }
.cform-pane { padding: 42px 40px; }
.cform-pane > h3 { font-size: 24px; margin-bottom: 6px; }
.cform-pane > .pintro { color: var(--ink-soft); font-size: 14.5px; margin-bottom: 24px; }
.form-body { padding: 0; }
.frow { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 20px; }
.field label { font-family: 'Manrope'; font-weight: 700; font-size: 13px; display: block; margin-bottom: 8px; }
.field input, .field select, .field textarea { width: 100%; background: var(--sand); border: 1.5px solid var(--line); border-radius: var(--r); padding: 14px 16px; font-family: 'Manrope'; font-size: 15px; color: var(--ink); transition: border-color .2s, background .2s, box-shadow .2s; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--teal); background: #fff; box-shadow: 0 0 0 3px rgba(31,111,107,.15); }
.field textarea { min-height: 130px; resize: vertical; }
.fnote { font-size: 13px; color: var(--muted); margin-top: 12px; }
.fnote a { color: var(--terra-deep); font-weight: 600; }
.done { display: none; text-align: center; padding: 28px 0; }
.done.show { display: block; animation: rise .5s var(--ease); }
@keyframes rise { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
.done .seal { width: 88px; height: 88px; margin: 0 auto 22px; border-radius: 50%; background: var(--teal); color: #fff; display: grid; place-items: center; }
.done .seal svg { width: 44px; height: 44px; }
.done .seal svg path { stroke-dasharray: 40; stroke-dashoffset: 40; animation: draw .6s var(--ease) .25s forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }
.done h2 { font-size: 28px; margin-bottom: 10px; }
.done p { color: var(--ink-soft); max-width: 380px; margin: 0 auto 24px; }

/* ---------- Prose ---------- */
.prose { max-width: 780px; margin: 0 auto; }
.prose .upd { font-family: 'Manrope'; color: var(--muted); font-size: 14px; margin-bottom: 30px; }
.prose h2 { font-size: 26px; margin: 38px 0 12px; }
.prose p, .prose li { color: var(--ink-soft); font-size: 16px; margin-bottom: 12px; }
.prose ul { padding-left: 22px; list-style: disc; }
.prose a { color: var(--terra-deep); font-weight: 600; }

/* ---------- CTA ---------- */
.endcta { text-align: center; }
.endcta .sub { margin-inline: auto; }
.endcta h2 { font-size: clamp(34px,5vw,60px); margin-bottom: 18px; }
.endcta .actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-top: 32px; }

/* ---------- Footer ---------- */
.foot { background: var(--mocha); color: #cabfae; padding: 70px 0 32px; }
.foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 44px; margin-bottom: 48px; }
.foot .brand { color: #f6f0e6; margin-bottom: 16px; }
.foot .brand i { color: var(--terra); }
.foot-logo { height: 46px; width: auto; display: block; margin-bottom: 16px; }
.foot-about p { font-size: 15px; max-width: 300px; margin-bottom: 20px; }
.foot-social { display: flex; gap: 10px; }
.foot-social a { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line-dark); display: grid; place-items: center; color: #cabfae; transition: all .25s; }
.foot-social a:hover { background: var(--terra); border-color: var(--terra); color: #fff; transform: translateY(-2px); }
.foot-social svg { width: 18px; height: 18px; }
.foot h4 { font-family: 'Manrope'; color: #f6f0e6; font-size: 13px; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 16px; }
.foot ul { display: grid; gap: 11px; }
.foot ul a { font-size: 15px; color: #cabfae; }
.foot ul a:hover { color: #fff; }
.foot-bot { border-top: 1px solid var(--line-dark); padding-top: 26px; display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: 14px; color: var(--muted); }
.foot-bot a:hover { color: #f6f0e6; }

/* ---------- Reveal ---------- */
.rv { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.rv.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero-top { grid-template-columns: 1fr; gap: 28px; align-items: start; }
  .split { grid-template-columns: 1fr; gap: 38px; }
  .cwrap { grid-template-columns: 1fr; }
  .caside { padding: 38px 30px; }
  .split.flip .s-media { order: 0; }
  .c4, .figs { grid-template-columns: repeat(2,1fr); }
  .plans { grid-template-columns: 1fr; }
  .tier { border-right: none; border-bottom: 1px solid var(--line); }
  .tier:last-child { border-bottom: none; }
  .foot-grid { grid-template-columns: 1.5fr 1fr 1fr; gap: 36px; }
  .fgrid { grid-template-columns: repeat(2, 1fr); }
  .band { padding: 84px 0; }
  .hero { padding: 56px 0 0; }
  .marquee { margin-top: 52px; }
}
@media (max-width: 720px) {
  .shell { padding: 0 20px; }
  [id] { scroll-margin-top: 90px; }
  /* Header → hamburger; hide both header CTA buttons on mobile */
  .links, .nav-act .btn-outline, .nav-act .btn-solid { display: none; }
  .toggle { display: grid; }
  .nav-in { height: 66px; gap: 14px; }
  .brand .brand-logo { height: 32px; }
  .links.open { display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: var(--sand); padding: 14px 20px 22px; border-bottom: 1px solid var(--line); gap: 2px; box-shadow: var(--shadow-sm); }
  .links.open a { width: 100%; padding: 14px 12px; font-size: 16px; }
  .c2, .c3, .c4, .figs, .fgrid { grid-template-columns: 1fr; }
  .voices { grid-template-columns: 1fr; }
  .band { padding: 60px 0; }
  .band-sm { padding: 46px 0; }
  .hero { padding: 40px 0 0; }
  .frow { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 30px 28px; }
  .foot { padding: 54px 0 28px; }
  .phead { padding: 76px 0 58px; }
  .caside, .cform-pane { padding: 32px 24px; }
  .hero-figure .tagstrip { gap: 16px 26px; padding: 34px 22px 20px; }
  .hero-figure .tagstrip b { font-size: 24px; }
  .hero-figure img { aspect-ratio: 16/10; }
  .s-media img { aspect-ratio: 16/11; }
  .marquee { margin-top: 44px; }
  .marquee-track span, .marquee-track span::after { font-size: 18px; }
}
@media (max-width: 480px) {
  .shell { padding: 0 16px; }
  .strip { font-size: 12px; padding: 9px 14px; letter-spacing: .02em; }
  .btn { padding: 14px 22px; font-size: 14.5px; }
  .btn-lg { padding: 15px 26px; font-size: 15px; }
  .hero-actions, .endcta .actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn, .endcta .actions .btn { width: 100%; }
  .band { padding: 52px 0; }
  .foot-grid { grid-template-columns: 1fr; gap: 28px; }
  .foot-bot { flex-direction: column; align-items: flex-start; gap: 8px; }
  .panel, .tcard, .voice { padding: 26px 22px; }
  .fcell { padding: 28px 22px; }
  .tier { padding: 30px 24px; }
  .qa-q { font-size: 18px; padding: 22px 0; }
  .qa-a p { max-width: 100%; }
  .lead { font-size: 17px; }
  .hero-figure .tagstrip { gap: 14px 22px; }
}
