/* ============================================================
   THE FOUR FLETCH WIZARD — "Candlelit Heritage"
   A dark, warm, candlelit order that keeps the record. The page
   is the night workshop; the photography is the light; gold and
   amber are the accents; blaze is the rare ember. Never a wink.
   ============================================================ */

:root {
  /* ---- palette (warm, dark, candlelit) ---- */
  --ink:        #14110C;  /* near-black warm brown — page base */
  --ink-2:      #1F1810;  /* raised warm panel — cards */
  --ember:      #0E0B07;  /* deepest vignette — alt sections */
  --gold:       #B8862F;  /* Guild gold — rules, labels, seals */
  --gold-2:     #D9A94E;  /* brighter candlelight gold — highlights */
  --amber:      #C8732E;  /* candle-flame amber — warm secondary */
  --blaze:      #E8551E;  /* the brand ember — used sparingly */
  --brass:      #9C7B45;  /* muted brass — fine dividers */
  --parch:      #E8DEC2;  /* aged parchment — rare light surface */
  --parch-ink:  #2A2114;  /* ink on parchment */
  --cream:      #EFE7D4;  /* warm off-white — primary text */
  --cream-dim:  #B3A88C;  /* secondary text on dark */
  --prose:      #D4C9AE;  /* long-form reading on dark */
  --line:       rgba(184,134,47,.20);  /* hairline on dark */
  --line-2:     rgba(184,134,47,.34);  /* stronger hairline */
  --line-strong:rgba(184,134,47,.46);

  /* ---- type ---- */
  --display: 'Saira Condensed', 'Arial Narrow', system-ui, sans-serif;
  --body:    'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --wiz:     'Cormorant Garamond', Georgia, 'Times New Roman', serif;

  --maxw: 1240px;
  --gut: clamp(20px, 5vw, 56px);
  --radius: 2px;
  --shadow: 0 28px 64px -30px rgba(0,0,0,.78);
  --shadow-card: 0 1px 0 rgba(217,169,78,.04), 0 22px 46px -32px rgba(0,0,0,.85);
}

/* ---- reset ---- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
img, svg, video { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; color: inherit; }
a { color: inherit; }

body {
  background: var(--ink);
  color: var(--cream);
  font-family: var(--body);
  font-size: clamp(15.5px, .35vw + 14.5px, 17px);
  line-height: 1.62;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  /* faint warm vignette so the page feels lit, not flat */
  background-image:
    radial-gradient(140% 90% at 50% -10%, rgba(184,134,47,.05), transparent 55%);
  background-attachment: fixed;
}

/* ---- helpers ---- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gut); }
.tnum { font-variant-numeric: tabular-nums; }
.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; left: 8px; top: -56px; z-index: 300; background: var(--gold); color: var(--ink); padding: 10px 16px; border-radius: var(--radius); font-weight: 600; transition: top .2s; }
.skip-link:focus { top: 8px; }
:focus-visible { outline: 2.5px solid var(--gold-2); outline-offset: 2px; border-radius: 1px; }
.rule { height: 1px; background: var(--line); border: 0; }

/* uppercase tracked label — the spec-sheet eyebrow */
.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--body); font-weight: 600; font-size: .72rem;
  letter-spacing: .26em; text-transform: uppercase; color: var(--gold);
  margin-bottom: 18px;
}
.eyebrow::before { content: ""; width: 30px; height: 1px; background: var(--gold); opacity: .8; }
.eyebrow-num { color: var(--gold-2); font-variant-numeric: tabular-nums; }

/* the wizard-voice serif — Latin + the spoken record */
.wiz { font-family: var(--wiz); font-style: italic; font-weight: 500; color: var(--gold-2); }
.motto { font-family: var(--wiz); font-style: italic; font-weight: 600; letter-spacing: .03em; color: var(--gold-2); }

/* ============================================================
   TICKER (top notice marquee — Cormorant voice)
   ============================================================ */
.ticker { background: var(--ember); border-bottom: 1px solid var(--line); overflow: hidden; --speed: 52s; }
.ticker-track { display: inline-flex; align-items: center; white-space: nowrap; padding: 9px 0; animation: ticker var(--speed) linear infinite; will-change: transform; }
.ticker:hover .ticker-track { animation-play-state: paused; }
.ticker-item { font-family: var(--wiz); font-style: italic; font-weight: 500; font-size: .98rem; letter-spacing: .01em; color: var(--cream-dim); padding: 0 18px; }
.ticker-dot { color: var(--gold); font-size: .5rem; opacity: .8; }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ticker-track { animation: none; } }

/* ============================================================
   HEADER / NAV (sticky, translucent over the night)
   ============================================================ */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(14,11,7,.74); backdrop-filter: blur(14px) saturate(120%); -webkit-backdrop-filter: blur(14px) saturate(120%); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 13px; }
.brand { text-decoration: none; display: inline-flex; }
.logo { display: inline-flex; align-items: center; gap: 13px; }
.logo .sigil { width: 40px; height: 40px; flex: none; }
.logo-text { display: flex; flex-direction: column; line-height: 1; }
.logo-top { font-family: var(--display); font-weight: 700; font-size: 1.18rem; letter-spacing: .14em; text-transform: uppercase; color: var(--cream); }
.logo-bot { font-family: var(--wiz); font-style: italic; font-weight: 500; font-size: .82rem; letter-spacing: .02em; text-transform: none; color: var(--cream-dim); margin-top: 3px; }

.nav { display: flex; align-items: center; }
.nav-menu { list-style: none; display: flex; align-items: center; gap: 30px; padding: 0; }
.nav-menu > li > a {
  font-family: var(--body); font-weight: 500; text-transform: uppercase; letter-spacing: .13em;
  font-size: .76rem; color: var(--cream-dim); text-decoration: none;
  padding: 6px 0; position: relative; transition: color .2s;
}
.nav-menu > li > a::after { content: ""; position: absolute; left: 0; bottom: -2px; height: 1px; width: 0; background: var(--gold); transition: width .3s; }
.nav-menu > li > a:hover { color: var(--gold-2); }
.nav-menu > li > a:hover::after { width: 100%; }
.nav-menu > li > a[aria-current="page"] { color: var(--gold-2); }
.nav-menu > li > a[aria-current="page"]::after { width: 100%; }
.nav-cta { margin-left: 6px; }
.nav-toggle { display: none; }

/* ============================================================
   BUTTONS (Inter, quiet, premium; gold primary)
   ============================================================ */
.btn {
  --bg: var(--gold); --fg: var(--ink); --bd: transparent;
  display: inline-flex; align-items: center; gap: .6em;
  font-family: var(--body); font-weight: 600; text-transform: uppercase; letter-spacing: .13em;
  font-size: .78rem; line-height: 1;
  background: var(--bg); color: var(--fg); border: 1px solid var(--bd);
  padding: 15px 28px; border-radius: var(--radius); text-decoration: none; cursor: pointer;
  transition: transform .2s ease, box-shadow .25s, background .2s, color .2s, border-color .2s;
}
.btn::after { content: "→"; font-weight: 400; transform: translateX(0); transition: transform .25s; }
.btn:hover { background: var(--gold-2); transform: translateY(-2px); box-shadow: 0 14px 30px -14px rgba(184,134,47,.55); }
.btn:hover::after { transform: translateX(4px); }
.btn:active { transform: translateY(0); }
.btn-sm { padding: 10px 17px; font-size: .7rem; }
.btn-sm::after { content: none; }
.btn-lg { padding: 17px 34px; font-size: .82rem; }
.btn-ghost { --bg: transparent; --fg: var(--cream); --bd: var(--line-strong); box-shadow: none; }
.btn-ghost::after { content: none; }
.btn-ghost:hover { --bg: rgba(184,134,47,.07); --fg: var(--gold-2); --bd: var(--gold); box-shadow: none; }
.btn-gold { --bg: var(--gold); --fg: var(--ink); }
.btn-block { width: 100%; justify-content: center; }
/* the single hot CTA: header Shop Vanes */
.nav-cta .btn { --bg: var(--blaze); --fg: #1a1206; }
.nav-cta .btn:hover { --bg: var(--blaze); filter: brightness(1.1); box-shadow: 0 12px 26px -14px rgba(232,85,30,.6); }

/* ============================================================
   SECTIONS / TYPE SCALE
   ============================================================ */
.section { padding-block: clamp(64px, 9vw, 124px); position: relative; }
.section + .section { border-top: 1px solid var(--line); }
.section-tight { padding-block: clamp(44px, 5vw, 76px); }
.section-warm { background: var(--ember); border-top: 1px solid var(--line); }
.section-warm::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(110% 70% at 80% 0%, rgba(184,134,47,.06), transparent 58%); }
.section-warm > .wrap { position: relative; }

h1, h2, h3, h4 { font-family: var(--display); font-weight: 800; line-height: .96; letter-spacing: .005em; text-transform: uppercase; color: var(--cream); text-wrap: balance; }
h1 { font-size: clamp(2.7rem, 7vw, 5.4rem); }
h2 { font-size: clamp(2.1rem, 4.6vw, 3.7rem); }
h3 { font-size: clamp(1.35rem, 2.2vw, 1.85rem); }
h4 { font-size: 1.06rem; letter-spacing: .03em; }

.lede { font-family: var(--wiz); font-style: italic; font-weight: 500; font-size: clamp(1.24rem, 1.7vw, 1.6rem); line-height: 1.5; color: var(--cream-dim); max-width: 60ch; text-wrap: pretty; }
.section-head { max-width: 64ch; margin-bottom: clamp(40px, 5vw, 60px); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
.section-head .lede { margin-top: 14px; }

/* ============================================================
   HERO — full-bleed candlelit cinema (the signature moment)
   ============================================================ */
.hero { position: relative; height: clamp(620px, 90vh, 960px); display: flex; align-items: flex-end; overflow: hidden; }
.hero-img { position: absolute; inset: 0; z-index: 0; }
.hero-img img { width: 100%; height: 100%; object-fit: cover; object-position: center 24%; transform: scale(1.04); }
.hero-scrim {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(180deg, rgba(14,11,7,.58) 0%, rgba(14,11,7,.12) 28%, rgba(14,11,7,.5) 66%, rgba(14,11,7,.97) 100%),
    radial-gradient(120% 90% at 16% 82%, rgba(14,11,7,.78) 0%, transparent 56%),
    linear-gradient(90deg, rgba(14,11,7,.52) 0%, transparent 56%);
}
.hero-vignette { position: absolute; inset: 0; z-index: 1; box-shadow: inset 0 0 240px 70px rgba(14,11,7,.92); pointer-events: none; }
.hero-inner { position: relative; z-index: 3; width: 100%; padding-bottom: clamp(54px, 8vh, 92px); }
.hero-seal { display: inline-block; width: 56px; height: 56px; margin-bottom: 26px; filter: drop-shadow(0 2px 12px rgba(0,0,0,.6)); }
.hero-seal .sigil { width: 100%; height: 100%; }
.hero-kicker { font-family: var(--body); font-weight: 600; font-size: .74rem; letter-spacing: .3em; text-transform: uppercase; color: var(--gold); margin-bottom: 22px; }
.hero h1 { font-size: clamp(3rem, 7.4vw, 6.6rem); max-width: 15ch; margin-bottom: 24px; text-shadow: 0 4px 34px rgba(0,0,0,.55); }
.hero h1 em { font-family: var(--wiz); font-style: italic; font-weight: 500; text-transform: none; color: var(--gold-2); letter-spacing: 0; }
.hero-sub { font-family: var(--body); font-size: clamp(1rem, 1.2vw, 1.16rem); line-height: 1.7; color: var(--cream-dim); max-width: 58ch; margin-bottom: 14px; }
.hero-latin { display: block; font-size: 1.35rem; margin-bottom: 32px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }
.hero-scrolltag { position: absolute; right: clamp(20px, 5vw, 56px); bottom: clamp(60px, 9vh, 96px); z-index: 3; writing-mode: vertical-rl; font-size: .62rem; letter-spacing: .34em; text-transform: uppercase; color: var(--cream-dim); display: flex; align-items: center; gap: 14px; }
.hero-scrolltag::after { content: ""; width: 1px; height: 56px; background: linear-gradient(var(--gold), transparent); }
@media (max-width: 720px) { .hero-scrolltag { display: none; } }

/* a circular seal badge re-used over portraits */
.hero-media { position: relative; }
.hero-media .frame { position: relative; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line-2); box-shadow: var(--shadow); }
.hero-media img { width: 100%; display: block; }

/* ============================================================
   DOCTRINE GRID (home — photography + numbered tenets)
   ============================================================ */
.doctrine-grid { display: grid; grid-template-columns: 1.05fr 1fr; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--ink-2); }
.doctrine-photo { position: relative; min-height: 540px; overflow: hidden; border-right: 1px solid var(--line); }
.doctrine-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.doctrine-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(14,11,7,.5), transparent 60%), linear-gradient(0deg, rgba(14,11,7,.7), transparent 46%); }
.doctrine-photo .ph-cap { position: absolute; left: 30px; right: 30px; bottom: 28px; z-index: 2; font-family: var(--wiz); font-style: italic; font-size: 1.05rem; color: var(--cream); max-width: 26ch; line-height: 1.4; }
.doctrine-points { list-style: none; padding: 0; display: flex; flex-direction: column; }
.doctrine-points li { position: relative; padding: clamp(28px, 3vw, 40px) clamp(26px, 3vw, 40px) clamp(28px, 3vw, 38px) clamp(58px, 5vw, 72px); border-bottom: 1px solid var(--line); transition: background .3s; }
.doctrine-points li:last-child { border-bottom: 0; }
.doctrine-points li:hover { background: rgba(184,134,47,.045); }
.doctrine-points .num { position: absolute; left: clamp(26px, 3vw, 36px); top: clamp(30px, 3vw, 42px); font-family: var(--display); font-weight: 700; font-size: .92rem; color: var(--gold); letter-spacing: .08em; }
.doctrine-points h3 { font-size: 1.4rem; letter-spacing: .02em; margin-bottom: 10px; }
.doctrine-points p { font-size: .98rem; color: var(--cream-dim); line-height: 1.62; max-width: 48ch; }

/* ============================================================
   ACCOUNT BAND (home — one cinematic testimony)
   ============================================================ */
.account { position: relative; overflow: hidden; background: var(--ember); border-top: 1px solid var(--line); }
.account-bg { position: absolute; inset: 0; z-index: 0; }
.account-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; opacity: .22; filter: grayscale(.15); }
.account-scrim { position: absolute; inset: 0; z-index: 1; background: radial-gradient(72% 90% at 50% 50%, rgba(14,11,7,.5), rgba(14,11,7,.96) 82%); }
.account-inner { position: relative; z-index: 2; text-align: center; padding-block: clamp(96px, 13vw, 150px); max-width: 980px; margin-inline: auto; }
.account-inner .sigil { width: 44px; height: 44px; margin: 0 auto 30px; }
.account blockquote { font-family: var(--wiz); font-style: italic; font-weight: 500; font-size: clamp(1.7rem, 3.6vw, 2.85rem); line-height: 1.34; color: var(--cream); margin-bottom: 32px; text-wrap: balance; }
.account blockquote span { color: var(--gold-2); }
.account .attrib { font-weight: 600; font-size: .76rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); }
.account .attrib em { font-family: var(--wiz); font-style: italic; font-weight: 500; text-transform: none; letter-spacing: 0; color: var(--cream-dim); font-size: 1rem; }

/* ============================================================
   TRUST BAR / RESULTS TICKER
   ============================================================ */
.trustbar { border-block: 1px solid var(--line); background: var(--ember); }
.trustbar .wrap { display: flex; flex-wrap: wrap; gap: 14px 34px; align-items: center; justify-content: center; padding-block: 20px; }
.trust-badge { display: inline-flex; align-items: center; gap: 9px; font-weight: 500; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--cream-dim); }
.trust-badge .m { color: var(--gold); font-size: .8em; }

.results-ticker { background: var(--ember); overflow: hidden; --speed: 44s; border-block: 1px solid var(--line); }
.results-ticker .lab { display: inline-flex; align-items: center; gap: 8px; font-family: var(--display); font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: var(--gold); padding: 0 18px; }
.results-track { display: inline-flex; align-items: center; white-space: nowrap; padding: 10px 0; animation: ticker var(--speed) linear infinite; }
.results-ticker:hover .results-track { animation-play-state: paused; }
.result-item { font-family: var(--display); font-weight: 600; font-size: .9rem; letter-spacing: .04em; text-transform: uppercase; color: var(--cream-dim); padding: 0 18px; }
.result-item b { color: var(--cream); }
.result-item .w { color: var(--gold-2); }

/* ============================================================
   GRIDS / CARDS
   ============================================================ */
.grid { display: grid; gap: clamp(20px, 2.6vw, 30px); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

/* feature tiles (kept for fallbacks) */
.feature { background: var(--ink-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow-card); transition: border-color .3s, transform .3s; }
.feature:hover { border-color: var(--line-2); transform: translateY(-3px); }
.feature .fnum { font-family: var(--body); font-weight: 600; font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; color: var(--amber); margin-bottom: 16px; }
.feature h3 { font-size: 1.4rem; margin-bottom: 10px; }
.feature p { color: var(--cream-dim); font-size: .98rem; }

/* ---- post cards (image-led, cinematic) ---- */
.post-card { display: flex; flex-direction: column; background: var(--ink-2); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-card); transition: transform .25s, border-color .25s, box-shadow .25s; }
.post-card:hover { transform: translateY(-4px); border-color: var(--line-2); box-shadow: var(--shadow); }
.post-card-media { position: relative; display: block; aspect-ratio: 16/10; overflow: hidden; background: var(--ember); }
.post-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s cubic-bezier(.2,.7,.2,1); }
.post-card:hover .post-card-media img { transform: scale(1.05); }
.post-card-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(14,11,7,.45), transparent 55%); }
.post-card-cat { position: absolute; left: 14px; top: 14px; z-index: 2; font-family: var(--body); font-weight: 600; font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; background: var(--gold); color: var(--ink); padding: 5px 10px; border-radius: 1px; }
.post-card-body { padding: 24px 24px 26px; display: flex; flex-direction: column; gap: 11px; flex: 1; }
.post-card-meta { font-weight: 500; font-size: .66rem; letter-spacing: .14em; color: var(--brass); text-transform: uppercase; }
.post-card-title { font-family: var(--display); font-weight: 700; text-transform: uppercase; font-size: clamp(1.3rem, 1.7vw, 1.6rem); line-height: 1.02; letter-spacing: .01em; }
.post-card-title a { text-decoration: none; color: var(--cream); transition: color .2s; }
.post-card:hover .post-card-title a { color: var(--gold-2); }
.post-card-dek { font-family: var(--wiz); font-style: italic; font-size: 1.04rem; color: var(--cream-dim); flex: 1; line-height: 1.45; }
.post-card-by { font-size: .68rem; color: var(--brass); text-transform: uppercase; letter-spacing: .1em; }
.post-card-by::before { content: "✦ "; color: var(--gold); }

.post-card-feature { grid-column: 1 / -1; }
@media (min-width: 820px) {
  .post-card-feature { flex-direction: row; align-items: stretch; }
  .post-card-feature .post-card-media { flex: 1.1; aspect-ratio: auto; min-height: 380px; }
  .post-card-feature .post-card-body { flex: 1; justify-content: center; padding: clamp(28px, 4vw, 54px); gap: 14px; }
  .post-card-feature .post-card-title { font-size: clamp(1.9rem, 3vw, 2.9rem); }
  .post-card-feature .post-card-dek { font-size: 1.2rem; max-width: 46ch; }
}

/* ---- product cards ---- */
.product-card { display: flex; flex-direction: column; background: var(--ink-2); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-card); transition: transform .3s, border-color .3s, box-shadow .3s; }
.product-card:hover { transform: translateY(-4px); border-color: var(--line-2); box-shadow: var(--shadow); }
.product-media { position: relative; aspect-ratio: 1/1; overflow: hidden; background: var(--ember); }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(.2,.7,.2,1); }
.product-card:hover .product-media img { transform: scale(1.05); }
.product-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(14,11,7,.42), transparent 52%); }
.product-badge { position: absolute; right: 12px; top: 12px; z-index: 2; background: var(--gold); color: var(--ink); font-family: var(--body); font-weight: 600; font-size: .6rem; letter-spacing: .14em; text-transform: uppercase; padding: 5px 9px; border-radius: 1px; }
.product-body { padding: 24px 24px 26px; display: flex; flex-direction: column; gap: 9px; flex: 1; }
.product-kicker { font-weight: 600; font-size: .62rem; letter-spacing: .2em; text-transform: uppercase; color: var(--amber); }
.product-name { font-family: var(--display); font-weight: 700; text-transform: uppercase; font-size: 1.3rem; line-height: 1.04; color: var(--cream); }
.product-stars { color: var(--gold-2); font-size: .8rem; letter-spacing: .1em; }
.product-stars span { color: var(--brass); font-family: var(--body); letter-spacing: 0; }
.product-blurb { font-size: .9rem; color: var(--cream-dim); flex: 1; line-height: 1.55; }
.product-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 8px; padding-top: 16px; border-top: 1px solid var(--line); }
.product-price { font-family: var(--display); font-weight: 700; font-size: 1.35rem; color: var(--gold-2); font-variant-numeric: tabular-nums; }
.product-price small { color: var(--brass); font-weight: 500; font-size: .56em; }

/* ============================================================
   QUOTE / TESTIMONIAL
   ============================================================ */
.quote { display: flex; flex-direction: column; gap: 18px; padding: 30px; background: var(--ink-2); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-card); }
.quote blockquote { font-family: var(--wiz); font-style: italic; font-size: 1.32rem; line-height: 1.4; color: var(--cream); }
.quote figcaption { display: flex; flex-direction: column; gap: 2px; margin-top: auto; padding-top: 8px; border-top: 1px solid var(--line); }
.quote-name { font-family: var(--display); font-weight: 700; text-transform: uppercase; letter-spacing: .02em; color: var(--cream); }
.quote-title { font-size: .68rem; letter-spacing: .12em; color: var(--amber); text-transform: uppercase; font-weight: 500; }
.quote-stars { color: var(--gold-2); font-size: .82rem; letter-spacing: .12em; }

/* ============================================================
   FLETCH FACT / SPEC CARD + parchment supplement label
   ============================================================ */
.fletch-fact { background: var(--ink-2); border: 1px solid var(--line); border-top: 2px solid var(--brass); border-radius: var(--radius); padding: 22px 24px; }
.fletch-fact-label { font-family: var(--display); font-weight: 700; font-size: .82rem; letter-spacing: .16em; text-transform: uppercase; color: var(--amber); margin-bottom: 14px; }
.fletch-fact dl { display: grid; gap: 0; }
.fletch-fact dl > div { display: flex; justify-content: space-between; gap: 16px; padding: 9px 0; border-bottom: 1px dashed var(--line); }
.fletch-fact dl > div:last-child { border-bottom: 0; }
.fletch-fact dt { font-size: .82rem; color: var(--cream-dim); }
.fletch-fact dd { font-size: .82rem; color: var(--cream); text-align: right; font-variant-numeric: tabular-nums; font-weight: 500; }
.fletch-fact dd.hi { color: var(--gold-2); font-weight: 600; }
.fletch-fact-foot { font-size: .72rem; color: var(--brass); margin-top: 14px; line-height: 1.55; }

/* supplement-facts parody as a parchment manuscript label */
.facts-panel { border: 1px solid var(--brass); border-radius: var(--radius); padding: 16px 20px; background: var(--parch); color: var(--parch-ink); max-width: 380px; font-family: var(--body); box-shadow: var(--shadow-card); }
.facts-panel h4 { color: var(--parch-ink); font-family: var(--display); font-weight: 900; font-size: 1.9rem; border-bottom: 6px solid var(--parch-ink); padding-bottom: 4px; }
.facts-panel .sub { font-size: .76rem; border-bottom: 3px solid var(--parch-ink); padding: 4px 0; color: var(--parch-ink); }
.facts-panel .row { display: flex; justify-content: space-between; border-bottom: 1px solid rgba(42,33,20,.2); padding: 6px 0; font-size: .82rem; }
.facts-panel .row b { font-weight: 700; }
.facts-panel .fine { font-size: .66rem; color: rgba(42,33,20,.72); margin-top: 10px; line-height: 1.45; }

/* ============================================================
   NEWSLETTER
   ============================================================ */
.newsletter { display: flex; flex-direction: column; gap: 15px; }
.newsletter-head { font-family: var(--display); font-weight: 800; text-transform: uppercase; letter-spacing: .02em; font-size: 1.5rem; color: var(--cream); }
.newsletter-blurb { color: var(--cream-dim); font-size: .96rem; }
.newsletter-row { display: flex; gap: 10px; flex-wrap: wrap; }
.newsletter-row input { flex: 1; min-width: 210px; background: rgba(0,0,0,.25); border: 1px solid var(--line-2); border-radius: var(--radius); padding: 13px 15px; color: var(--cream); font-size: .96rem; }
.newsletter-row input::placeholder { color: var(--brass); }
.newsletter-row input:focus { border-color: var(--gold); outline: none; }
.newsletter-note { font-size: .72rem; color: var(--brass); }
.newsletter.is-done .newsletter-note { color: var(--gold-2); font-weight: 600; }
.newsletter.is-error input { border-color: var(--blaze); }

/* ============================================================
   FOC / SPINE INSTRUMENT (calculator)
   ============================================================ */
.calc { background: var(--ink-2); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.calc-grid { display: grid; grid-template-columns: 1fr .92fr; }
.calc-inputs { padding: clamp(24px, 3vw, 40px); border-right: 1px solid var(--line); }
.calc-field { margin-bottom: 20px; }
.calc-field > label { display: flex; justify-content: space-between; align-items: baseline; font-weight: 600; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: var(--cream-dim); margin-bottom: 9px; }
.calc-field > label .val { color: var(--gold-2); font-variant-numeric: tabular-nums; letter-spacing: .04em; }
.calc-field input[type=range] { width: 100%; accent-color: var(--gold); }
.calc-field input[type=number] { width: 100%; background: rgba(0,0,0,.25); border: 1px solid var(--line-2); border-radius: var(--radius); padding: 10px 12px; color: var(--cream); font-variant-numeric: tabular-nums; }
.calc-field input[type=number]:focus { border-color: var(--gold); outline: none; }
.calc-toggle { display: flex; gap: 8px; flex-wrap: wrap; }
.calc-toggle button { flex: 1; min-width: 64px; background: rgba(0,0,0,.22); border: 1px solid var(--line-2); color: var(--cream-dim); font-family: var(--display); font-weight: 600; text-transform: uppercase; font-size: .9rem; letter-spacing: .03em; padding: 11px 8px; border-radius: var(--radius); cursor: pointer; transition: .18s; }
.calc-toggle button:hover { border-color: var(--gold); color: var(--cream); }
.calc-toggle button[aria-pressed="true"] { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.calc-mystic { font-family: var(--wiz); font-style: italic; color: var(--gold-2); font-size: .9rem; }
.calc-readout { padding: clamp(24px, 3vw, 40px); display: flex; flex-direction: column; gap: 16px; background: var(--ember); color: var(--cream); position: relative; }
.calc-readout .ro-lab { font-weight: 600; font-size: .66rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); }
.calc-readout .big { font-family: var(--display); font-weight: 900; font-size: clamp(3.2rem, 8vw, 5rem); line-height: .86; color: var(--cream); font-variant-numeric: tabular-nums; }
.calc-readout .big small { font-size: .24em; color: var(--brass); display: block; letter-spacing: .12em; text-transform: uppercase; }
.calc-meter-lab { display: flex; justify-content: space-between; font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; color: var(--brass); margin-bottom: 7px; }
.calc-meter { height: 12px; border-radius: 8px; background: rgba(0,0,0,.4); overflow: hidden; border: 1px solid var(--line-2); }
.calc-meter > i { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--brass), var(--amber), var(--blaze), var(--gold-2)); transition: width .5s cubic-bezier(.2,.7,.2,1); }
.calc-verdict { font-family: var(--wiz); font-style: italic; font-size: 1.22rem; color: var(--cream); }
.calc-rec { font-size: .8rem; color: var(--cream-dim); }
.calc-rec a { color: var(--gold-2); }

/* ============================================================
   ARTICLE (blog post)
   ============================================================ */
.article-head { padding-block: clamp(40px, 5vw, 64px) 0; max-width: 80ch; }
.crumbs { font-weight: 500; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: var(--brass); margin-bottom: 22px; }
.crumbs a { color: var(--gold); text-decoration: none; }
.crumbs a:hover { color: var(--gold-2); }
.article-head h1 { font-size: clamp(2.3rem, 5.2vw, 4.2rem); max-width: 20ch; margin-bottom: 22px; }
.article-dek { font-family: var(--wiz); font-style: italic; font-size: clamp(1.3rem, 2vw, 1.7rem); color: var(--cream-dim); max-width: 56ch; line-height: 1.4; text-wrap: pretty; }
.article-byline { display: flex; flex-wrap: wrap; gap: 8px 18px; align-items: center; margin-top: 28px; font-weight: 500; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--brass); }
.article-byline .au { color: var(--cream); font-weight: 600; }
.article-byline .dot { color: var(--gold); }
.article-hero { margin-block: clamp(30px, 4vw, 50px); }
.article-hero img { width: 100%; border-radius: var(--radius); border: 1px solid var(--line); background: var(--ember); }
.article-hero figcaption { font-family: var(--wiz); font-style: italic; font-size: .9rem; color: var(--brass); margin-top: 12px; text-align: center; }

.prose { max-width: 70ch; margin-inline: auto; font-size: clamp(1.04rem, .4vw + .98rem, 1.18rem); color: var(--prose); }
.prose > * + * { margin-top: 1.2em; }
.prose p { color: var(--prose); }
.prose h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); margin-top: 1.8em; color: var(--cream); }
.prose h3 { font-size: clamp(1.3rem, 2vw, 1.6rem); margin-top: 1.5em; color: var(--cream); }
.prose a { color: var(--gold-2); text-underline-offset: 3px; text-decoration-color: var(--brass); }
.prose a:hover { text-decoration-color: var(--gold-2); }
.prose strong { color: var(--cream); font-weight: 700; }
.prose em { font-style: italic; }
.prose ul, .prose ol { padding-left: 1.3em; }
.prose li { margin-top: .5em; }
.prose li::marker { color: var(--gold); }
.prose blockquote { font-family: var(--wiz); font-style: italic; border-left: 2px solid var(--gold); padding: 4px 0 4px 24px; font-size: 1.34em; color: var(--cream); }
.prose figure img { width: 100%; border-radius: var(--radius); border: 1px solid var(--line); background: var(--ember); }
.prose figcaption { font-family: var(--wiz); font-style: italic; font-size: .9rem; color: var(--brass); text-align: center; margin-top: 12px; }
.prose hr { border: 0; height: 1px; background: var(--line); margin-block: 2.4em; }
.prose .drop::first-letter { font-family: var(--wiz); font-style: italic; font-weight: 600; font-size: 3.7em; float: left; line-height: .74; padding: 8px 14px 0 0; color: var(--gold-2); }
.pull { font-family: var(--display); font-weight: 800; text-transform: uppercase; font-size: clamp(1.5rem, 3vw, 2.2rem); line-height: 1.02; color: var(--cream); border-block: 1px solid var(--line-2); padding-block: 24px; margin-block: 1.6em; }
.pull .em { color: var(--gold-2); }
.prose .fletch-fact, .prose .facts-panel { margin-block: 1.7em; }
.prose .facts-panel { margin-inline: auto; }

.note-aside { background: var(--ink-2); border: 1px dashed var(--gold); border-radius: var(--radius); padding: 20px 22px; font-size: .96rem; color: var(--cream-dim); }
.note-aside .lab { font-family: var(--display); font-weight: 700; font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 8px; }
.disclaimer-inline { font-size: .74rem; color: var(--brass); line-height: 1.6; }
.fineprint { font-size: .68rem; color: var(--brass); line-height: 1.5; }

.sermon-seal { display: flex; flex-direction: column; align-items: center; gap: 12px; margin-top: 2.8em; text-align: center; }
.sermon-seal .sigil { width: 92px; height: 92px; }
.sermon-seal .motto { font-size: .92rem; }

/* spec tables */
.spec-table { width: 100%; border-collapse: collapse; font-size: .88rem; font-variant-numeric: tabular-nums; }
.spec-table caption { text-align: left; font-family: var(--display); font-weight: 700; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; color: var(--amber); padding-bottom: 12px; }
.spec-table th, .spec-table td { text-align: left; padding: 11px 14px; border-bottom: 1px solid var(--line); }
.spec-table thead th { font-family: var(--display); font-weight: 700; color: var(--cream); text-transform: uppercase; letter-spacing: .06em; font-size: .78rem; background: rgba(0,0,0,.2); }
.spec-table tbody tr:nth-child(even) { background: rgba(0,0,0,.14); }
.spec-table tbody td { color: var(--cream-dim); }
.spec-table .hi { color: var(--gold-2); font-weight: 600; }

/* author / share footer */
.article-foot { border-top: 1px solid var(--line); margin-top: clamp(44px, 6vw, 72px); padding-top: 34px; max-width: 70ch; margin-inline: auto; }
.author-card { display: flex; gap: 20px; align-items: center; background: var(--ink-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; }
.author-card img { width: 72px; height: 72px; border-radius: 50%; border: 2px solid var(--gold); flex: none; background: var(--ember); object-fit: cover; }
.author-card .an { font-family: var(--display); font-weight: 800; text-transform: uppercase; font-size: 1.25rem; color: var(--cream); }
.author-card .ar { font-size: .72rem; color: var(--amber); margin-top: 2px; text-transform: uppercase; letter-spacing: .08em; font-weight: 600; }
.author-card .ab { font-size: .92rem; color: var(--cream-dim); margin-top: 8px; }
.share-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; align-items: center; }
.share-row .lab { font-weight: 600; font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; color: var(--brass); }

/* ============================================================
   BLOG INDEX filter + tags
   ============================================================ */
.filter-bar { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 38px; }
.filter-bar button { font-family: var(--body); font-weight: 500; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; background: transparent; border: 1px solid var(--line-2); color: var(--cream-dim); padding: 9px 17px; border-radius: 40px; cursor: pointer; transition: .18s; }
.filter-bar button[aria-pressed="true"] { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.filter-bar button:hover { border-color: var(--gold); color: var(--cream); }
.filter-bar button[aria-pressed="true"]:hover { color: var(--ink); }
.is-hidden { display: none !important; }

.tag { display: inline-block; font-weight: 500; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; color: var(--cream-dim); border: 1px solid var(--line-2); padding: 6px 12px; border-radius: 40px; text-decoration: none; }
a.tag:hover { border-color: var(--gold); color: var(--gold-2); background: rgba(184,134,47,.06); }
.tag-row { display: flex; flex-wrap: wrap; gap: 9px; }

/* ============================================================
   ABOUT / WIZARD
   ============================================================ */
.wizard-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
.wizard-portrait { position: relative; }
.wizard-portrait img { width: 100%; border-radius: var(--radius); border: 1px solid var(--line-2); background: var(--ember); }
.hero-seal.seal-spin { display: block; }
.wizard-portrait .hero-seal { position: absolute; left: -22px; bottom: -22px; width: 116px; height: 116px; margin: 0; background: var(--ink); border: 1px solid var(--line-2); border-radius: 50%; padding: 12px; box-shadow: var(--shadow); }
.cred-list { list-style: none; padding: 0; display: grid; gap: 13px; }
.cred-list li { display: flex; gap: 12px; align-items: flex-start; font-size: .98rem; color: var(--cream-dim); }
.cred-list li::before { content: "✦"; color: var(--gold); flex: none; }
.cred-list li strong { color: var(--cream); }

.timeline { list-style: none; padding: 0; }
.timeline li { display: grid; grid-template-columns: 130px 1fr; gap: 22px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.timeline .yr { font-family: var(--display); font-weight: 800; font-size: 1.5rem; color: var(--gold-2); }
.timeline h4 { font-size: 1.15rem; margin-bottom: 5px; color: var(--cream); }
.timeline p { font-size: .94rem; color: var(--cream-dim); }

/* ============================================================
   STEPS / METHODOLOGY + chart
   ============================================================ */
.steps { display: grid; gap: 20px; }
.step { display: grid; grid-template-columns: 70px 1fr; gap: 24px; align-items: start; background: var(--ink-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-card); }
.step-num { font-family: var(--display); font-weight: 900; font-size: 2.6rem; color: var(--gold); line-height: .9; }
.step h3 { font-size: 1.35rem; margin-bottom: 9px; }
.step p { color: var(--cream-dim); font-size: .98rem; }

.chart-card { background: var(--ink-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-card); position: relative; overflow: hidden; }
.chart-card .axis-note { font-family: var(--wiz); font-style: italic; font-size: .88rem; color: var(--brass); margin-top: 14px; }
.chart-svg { width: 100%; height: auto; }

/* ============================================================
   GUILD / PRICING TIERS
   ============================================================ */
.tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.tier { display: flex; flex-direction: column; background: var(--ink-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow-card); }
.tier.featured { border: 1px solid var(--gold); position: relative; box-shadow: 0 0 0 1px var(--gold), var(--shadow); }
.tier.featured::before { content: "The Standing Most Take"; position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--gold); color: var(--ink); font-family: var(--body); font-weight: 600; font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; padding: 5px 14px; border-radius: 40px; white-space: nowrap; }
.tier .tname { font-family: var(--display); font-weight: 800; text-transform: uppercase; font-size: 1.5rem; color: var(--cream); }
.tier .tlatin { font-family: var(--wiz); font-style: italic; color: var(--gold-2); font-size: .96rem; margin-top: 3px; }
.tier .tprice { font-family: var(--display); font-weight: 900; font-size: 2.6rem; margin: 18px 0 4px; color: var(--cream); font-variant-numeric: tabular-nums; }
.tier .tprice small { font-size: .32em; color: var(--brass); font-weight: 600; }
.tier ul { list-style: none; padding: 0; margin: 20px 0; display: grid; gap: 11px; flex: 1; }
.tier ul li { display: flex; gap: 11px; font-size: .92rem; color: var(--cream-dim); }
.tier ul li::before { content: "✦"; color: var(--gold); flex: none; }
.tier ul li.no { color: var(--brass); }
.tier ul li.no::before { content: "✕"; color: var(--line-strong); }

/* ============================================================
   CTA BAND
   ============================================================ */
.cta-band { background: linear-gradient(180deg, var(--ink-2), var(--ember)); color: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(44px, 6vw, 80px); text-align: center; position: relative; overflow: hidden; }
.cta-band h2 { color: var(--cream); margin-bottom: 16px; }
.cta-band .lede { color: var(--cream-dim); margin-inline: auto; margin-bottom: 28px; }
.cta-band .hero-cta { justify-content: center; }
.cta-band .sigil { position: absolute; opacity: .12; width: 340px; height: 340px; right: -64px; top: -64px; }

/* divider */
.divider-sigil { display: flex; align-items: center; gap: 18px; justify-content: center; margin-block: clamp(30px, 5vw, 56px); }
.divider-sigil::before, .divider-sigil::after { content: ""; height: 1px; background: var(--line); flex: 1; max-width: 200px; }
.divider-sigil .sigil { width: 46px; height: 46px; }

/* faq / glossary */
.faq details { border-bottom: 1px solid var(--line); padding: 20px 0; }
.faq summary { font-family: var(--display); font-weight: 700; text-transform: uppercase; letter-spacing: .01em; font-size: 1.2rem; color: var(--cream); cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--gold); font-family: var(--display); }
.faq details[open] summary::after { content: "–"; }
.faq details p { margin-top: 13px; color: var(--cream-dim); }
.faq details p strong { color: var(--cream); }

/* contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 56px); }
.field { margin-bottom: 17px; }
.field label { display: block; font-weight: 600; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: var(--cream-dim); margin-bottom: 8px; }
.field input, .field textarea, .field select { width: 100%; background: rgba(0,0,0,.25); border: 1px solid var(--line-2); border-radius: var(--radius); padding: 13px 14px; color: var(--cream); font-size: .96rem; }
.field input::placeholder, .field textarea::placeholder { color: var(--brass); }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--gold); outline: none; }
.field select option { background: var(--ink-2); color: var(--cream); }
.form-msg { font-size: .86rem; margin-top: 12px; font-weight: 500; }
.form-msg.ok { color: var(--gold-2); }
.form-msg.err { color: var(--blaze); }
.locator { display: grid; gap: 0; }
.locator-item { display: flex; gap: 16px; align-items: baseline; padding: 16px 0; border-bottom: 1px solid var(--line); }
.locator-item .city { font-family: var(--display); font-weight: 700; text-transform: uppercase; min-width: 140px; color: var(--cream); letter-spacing: .02em; }
.locator-item .desc { font-size: .9rem; color: var(--cream-dim); }

/* cart toast */
.cart-toast { position: fixed; right: 18px; bottom: 18px; z-index: 400; background: var(--ink-2); color: var(--cream); border: 1px solid var(--line-2); border-radius: var(--radius); padding: 15px 18px; box-shadow: var(--shadow); font-size: .86rem; max-width: 320px; transform: translateY(180%); transition: transform .35s cubic-bezier(.2,.8,.2,1); border-left: 3px solid var(--gold); }
.cart-toast.show { transform: translateY(0); }
.cart-toast b { font-family: var(--display); text-transform: uppercase; color: var(--cream); }
.cart-count { display: inline-flex; align-items: center; justify-content: center; min-width: 20px; height: 20px; padding: 0 6px; border-radius: 20px; background: var(--gold); color: var(--ink); font-weight: 700; font-size: .68rem; margin-left: 6px; }

/* ============================================================
   FOOTER (deep ember, drowning in fine print)
   ============================================================ */
.site-footer { background: var(--ember); color: var(--cream-dim); position: relative; overflow: hidden; border-top: 1px solid var(--line-strong); }
.site-footer .foot-seal { position: absolute; right: -40px; bottom: -40px; width: 220px; height: 220px; opacity: .14; }
.foot-top { display: grid; grid-template-columns: 1.3fr 2fr; gap: clamp(32px, 5vw, 72px); padding-block: clamp(52px, 6vw, 84px) 44px; position: relative; }
.foot-brand .logo-top { color: var(--cream); }
.foot-brand .brand { margin-bottom: 20px; }
.foot-tag { font-family: var(--wiz); font-style: italic; color: var(--gold-2); font-size: 1.1rem; margin-bottom: 26px; max-width: 34ch; }
.foot-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.foot-col h4 { color: var(--gold); font-family: var(--body); font-weight: 600; font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 16px; }
.foot-col ul { list-style: none; padding: 0; display: grid; gap: 11px; }
.foot-col a { color: var(--cream-dim); text-decoration: none; font-size: .9rem; transition: color .2s; }
.foot-col a:hover { color: var(--gold-2); }
.foot-bottom { border-top: 1px solid var(--line); padding-block: 26px 36px; display: flex; flex-direction: column; gap: 11px; position: relative; }
.foot-bottom .disclaimer { font-size: .66rem; color: var(--brass); line-height: 1.65; max-width: 116ch; }
.foot-legal { font-size: .72rem; color: var(--cream-dim); }
.foot-legal .motto { color: var(--gold-2); }

/* 404 */
.fourohfour { min-height: 58vh; display: grid; place-content: center; place-items: center; text-align: center; gap: 16px; padding-block: 90px; }
.fourohfour .sigil { width: 120px; height: 120px; margin-bottom: 6px; }
.fourohfour .big { font-family: var(--display); font-weight: 900; font-size: clamp(5rem, 18vw, 12rem); line-height: .8; color: var(--gold-2); }

/* scroll reveal */
.js [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.js [data-reveal].in { opacity: 1; transform: none; }
.js [data-reveal="2"] { transition-delay: .08s; }
.js [data-reveal="3"] { transition-delay: .16s; }
.js [data-reveal="4"] { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) { .js [data-reveal] { opacity: 1; transform: none; transition: none; } }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1000px) {
  .doctrine-grid { grid-template-columns: 1fr; }
  .doctrine-photo { min-height: 360px; border-right: 0; border-bottom: 1px solid var(--line); }
  .calc-grid { grid-template-columns: 1fr; }
  .calc-inputs { border-right: 0; border-bottom: 1px solid var(--line); }
  .wizard-grid { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .foot-top { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .tiers { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }
  .contact-grid { grid-template-columns: 1fr; }
  /* backdrop-filter makes the header a containing block for the fixed drawer,
     which clips it to the header box. Drop it where the drawer lives. */
  .site-header { background: var(--ink); backdrop-filter: none; -webkit-backdrop-filter: none; }
  .nav-toggle {
    display: inline-flex; align-items: center; justify-content: center;
    width: 46px; height: 42px; background: var(--ink-2); border: 1px solid var(--line-2); border-radius: var(--radius); cursor: pointer; position: relative; z-index: 120;
  }
  .nav-toggle-bar { position: relative; }
  .nav-toggle-bar, .nav-toggle-bar::before, .nav-toggle-bar::after { content: ""; display: block; width: 22px; height: 2px; background: var(--cream); transition: transform .25s, background .25s, top .25s; }
  .nav-toggle-bar::before { position: absolute; left: 0; top: -7px; }
  .nav-toggle-bar::after { position: absolute; left: 0; top: 7px; }
  .nav-toggle[aria-expanded="true"] .nav-toggle-bar { background: transparent; }
  .nav-toggle[aria-expanded="true"] .nav-toggle-bar::before { top: 0; transform: rotate(45deg); }
  .nav-toggle[aria-expanded="true"] .nav-toggle-bar::after { top: 0; transform: rotate(-45deg); }
  .nav-menu {
    position: fixed; inset: 0 0 0 auto; width: min(84vw, 350px);
    background: var(--ink-2); border-left: 1px solid var(--line-2);
    flex-direction: column; align-items: stretch; gap: 0;
    padding: 92px 24px 32px; transform: translateX(100%); transition: transform .3s ease; overflow-y: auto;
  }
  .nav-menu.open { transform: translateX(0); }
  .nav-menu > li > a { display: block; padding: 16px 12px; border-bottom: 1px solid var(--line); font-size: 1.1rem; letter-spacing: .1em; }
  .nav-menu > li > a::after { display: none; }
  .nav-cta { margin: 20px 0 0; }
  .nav-cta .btn { width: 100%; justify-content: center; }
  body.nav-open { overflow: hidden; }
  .nav-scrim { position: fixed; inset: 0; background: rgba(8,6,4,.6); z-index: 90; opacity: 0; pointer-events: none; transition: opacity .3s; }
  .nav-scrim.show { opacity: 1; pointer-events: auto; }
  .foot-cols { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .grid-3, .grid-2, .grid-4 { grid-template-columns: 1fr; }
  .timeline li { grid-template-columns: 1fr; gap: 4px; }
  .foot-cols { grid-template-columns: 1fr; }
  .author-card { flex-direction: column; align-items: flex-start; }
  .locator-item { flex-direction: column; gap: 4px; }
  .hero h1 { font-size: clamp(2.6rem, 12vw, 3.6rem); }
}

@media print { .ticker, .site-header, .results-ticker, .site-footer, .nav, .hero-scrolltag { display: none; } }
