/* ============================================================
   AGAPE FREEDOM FIGHTERS — site-wide styles
   v2 direction (Jason 2026-07-03): AFF's own color branding
   (orange #ff8f1c / near-black #111 / white / one beige) and
   ONE grotesk family for everything — display AND body — the
   Wolverine Worldwide single-family model. Zodiak removed.
   ============================================================ */

/* Söhne (Klim) — self-hosted, now the ONLY family (display + body + labels).
   Jason wants the Wolverine reference's face (ABC Diatype); Söhne is its
   licensed-on-hand near-sibling. To swap to real Diatype later: buy from
   abcdinamo.com, drop woff2s in /assets/fonts/, repoint these font-faces.
   LICENSE-NOTE: these woff2 come from Jason's Klim desktop license. Before AFF
   production cutover, buy a Klim web license for AFF's domain (or the Diatype
   license replaces this). Dev-preview use only until then. */
@font-face{font-family:"Soehne";src:url("/assets/fonts/Sohne-Buch.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap;}
@font-face{font-family:"Soehne";src:url("/assets/fonts/Sohne-BuchKursiv.woff2") format("woff2");font-weight:400;font-style:italic;font-display:swap;}
@font-face{font-family:"Soehne";src:url("/assets/fonts/Sohne-Kraftig.woff2") format("woff2");font-weight:500;font-style:normal;font-display:swap;}
@font-face{font-family:"Soehne";src:url("/assets/fonts/Sohne-Halbfett.woff2") format("woff2");font-weight:600;font-style:normal;font-display:swap;}
@font-face{font-family:"Soehne";src:url("/assets/fonts/Sohne-Dreiviertelfett.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap;}

/* Proxima Nova — full family, self-hosted woff2 (Adobe Fonts activation → De-font/fontTools recut,
   Jason 2026-07-07). This is now the live face; Söhne stays only as fallback in the stack. NOTE:
   dev/preview use — for AFF production handoff, replace with an AFF-owned Proxima Nova web license
   or the client's own Adobe Fonts web project. */
@font-face{font-family:"Proxima Nova";src:url("/assets/fonts/proxima-nova/proximanova-thin.woff2") format("woff2");font-weight:100;font-style:normal;font-display:swap;}
@font-face{font-family:"Proxima Nova";src:url("/assets/fonts/proxima-nova/proximanova-thin-italic.woff2") format("woff2");font-weight:100;font-style:italic;font-display:swap;}
@font-face{font-family:"Proxima Nova";src:url("/assets/fonts/proxima-nova/proximanova-light.woff2") format("woff2");font-weight:300;font-style:normal;font-display:swap;}
@font-face{font-family:"Proxima Nova";src:url("/assets/fonts/proxima-nova/proximanova-light-italic.woff2") format("woff2");font-weight:300;font-style:italic;font-display:swap;}
@font-face{font-family:"Proxima Nova";src:url("/assets/fonts/proxima-nova/proximanova-regular.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap;}
@font-face{font-family:"Proxima Nova";src:url("/assets/fonts/proxima-nova/proximanova-regular-italic.woff2") format("woff2");font-weight:400;font-style:italic;font-display:swap;}
@font-face{font-family:"Proxima Nova";src:url("/assets/fonts/proxima-nova/proximanova-medium.woff2") format("woff2");font-weight:500;font-style:normal;font-display:swap;}
@font-face{font-family:"Proxima Nova";src:url("/assets/fonts/proxima-nova/proximanova-medium-italic.woff2") format("woff2");font-weight:500;font-style:italic;font-display:swap;}
@font-face{font-family:"Proxima Nova";src:url("/assets/fonts/proxima-nova/proximanova-semibold.woff2") format("woff2");font-weight:600;font-style:normal;font-display:swap;}
@font-face{font-family:"Proxima Nova";src:url("/assets/fonts/proxima-nova/proximanova-semibold-italic.woff2") format("woff2");font-weight:600;font-style:italic;font-display:swap;}
@font-face{font-family:"Proxima Nova";src:url("/assets/fonts/proxima-nova/proximanova-bold.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap;}
@font-face{font-family:"Proxima Nova";src:url("/assets/fonts/proxima-nova/proximanova-bold-italic.woff2") format("woff2");font-weight:700;font-style:italic;font-display:swap;}
@font-face{font-family:"Proxima Nova";src:url("/assets/fonts/proxima-nova/proximanova-extrabold.woff2") format("woff2");font-weight:800;font-style:normal;font-display:swap;}
@font-face{font-family:"Proxima Nova";src:url("/assets/fonts/proxima-nova/proximanova-extrabold-italic.woff2") format("woff2");font-weight:800;font-style:italic;font-display:swap;}
@font-face{font-family:"Proxima Nova";src:url("/assets/fonts/proxima-nova/proximanova-black.woff2") format("woff2");font-weight:900;font-style:normal;font-display:swap;}
@font-face{font-family:"Proxima Nova";src:url("/assets/fonts/proxima-nova/proximanova-black-italic.woff2") format("woff2");font-weight:900;font-style:italic;font-display:swap;}

:root{
  /* hard blocks — AFF's own palette, disciplined core */
  --ink:#141414;          /* AFF "black" (Brand Guide 2.0) — dark blocks, footer */
  --ink-2:#1C1C1C;        /* elevated surface on dark */
  --bone:#FFFFFF;         /* light block is plain white, like their site */
  --sand:#D9D9D6;         /* official palette "mist" (Brand Guide 2.0) — the alternate light block (was warm beige #E7E3DC; swapped to mist per Jason 2026-07-07) */
  --sand-surface:#E6E6E4; /* raised card on mist — cool, a touch lighter than the block */
  --paper:#FFFFFF;        /* raised card on white (reads via border+shadow) */

  /* text on dark */
  --bone-muted:#C9C5BE;
  --bone-dim:#8F8B84;
  /* text on light — their gray-body look, nudged to pass AA (orig #777 = 4.48:1) */
  --ink-muted:#6B6B6B;
  --ink-dim:#767676;

  /* flame — their exact orange */
  --flame:#FF8F1C;        /* THE accent — buttons, key words on dark */
  --flame-deep:#D76700;   /* their real hover state */
  --flame-ink:#9A4D00;    /* accent TEXT on white/beige (AA-safe) */
  --flame-glow: color-mix(in oklch, var(--flame) 22%, transparent);

  /* growth — AFF's green, the "pop"/secondary (Brand Guide 2.0, "growth" #58A291).
     Orange stays THE primary; green is the accent that appears sparingly. */
  --growth:#58A291;       /* the pop — badges, secondary marks, on-dark accents */
  --growth-deep:#41786A;  /* hover / deeper */
  --growth-ink:#2E5A4E;   /* green TEXT on white/beige (AA-safe, ~6:1) */
  --growth-glow: color-mix(in oklch, var(--growth) 22%, transparent);
  --accent-2:var(--growth);

  /* AFF neutrals from the guide (available; not overriding the existing light blocks) */
  --mist:#D9D9D6;         /* AFF "mist" light gray */
  --sand-deep:#B7A99A;    /* AFF "sand" mid neutral */

  --hair: color-mix(in oklch, var(--bone) 12%, transparent);
  --hair-strong: color-mix(in oklch, var(--bone) 22%, transparent);
  --hair-ink: rgba(17,17,17,.12);
  --hair-ink-strong: rgba(17,17,17,.20);

  /* AFF Brand Guide 2.0 specifies PROXIMA NOVA for all type (not "Foxman Nova/Garet" —
     that was a mis-remembering in the working session). Proxima Nova is not yet licensed
     for web; Söhne renders as the premium stand-in until Jason drops a Proxima Nova webfont
     kit (Adobe Fonts) — then Proxima Nova leads the stack below and the @font-face is added. */
  --font-display:"Proxima Nova","Soehne", system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
  --font-body:"Proxima Nova","Soehne", system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;

  /* type scale — modular ~1.25, fluid clamp for display+headings, fixed rem for body↓ (min 16px) */
  --text-display:clamp(2.6rem,1rem + 6.6vw,6.6rem);    /* hero headline */
  --text-heading:clamp(2rem,1.2rem + 3vw,3.6rem);      /* section H2 */
  --text-subheading:clamp(1.5rem,1.15rem + 1vw,2.1rem);/* card / step H3 */
  --text-lead:clamp(1.05rem,1rem + .55vw,1.35rem);     /* standfirst */
  --text-body:1.0625rem;     /* fixed, 17px */
  --text-secondary:.95rem;   /* dense body / meta */
  --text-caption:.82rem;     /* fine print */
  --text-label:.7rem;        /* uppercase micro-label */

  /* weight roles — Söhne: Buch 400 · Kräftig 500 · Halbfett 600 · Dreiviertelfett 700 */
  --fw-body:400; --fw-medium:500; --fw-semibold:600;
  --fw-display:400; --fw-display-bold:700;

  /* line-height — grotesk display sits tighter than the old serif */
  --lh-display:1.02; --lh-heading:1.08; --lh-tight:1.15; --lh-body:1.6;

  /* tracking — open on uppercase labels, tight on big grotesk display */
  --tr-display:-.035em; --tr-heading:-.025em; --tr-eyebrow:.24em; --tr-label:.2em;

  --ease:cubic-bezier(.22,.61,.36,1);
  --ease-out:cubic-bezier(.16,1,.3,1);
  --spring:cubic-bezier(.34,1.4,.64,1);

  --shell:clamp(1.25rem,5vw,3rem);
  --maxw:1240px;
  /* tightened 2026-07-02 (Jason): kill the oversized gaps — was 3.8/8.5rem */
  --section:clamp(3rem,1.9rem + 4.6vw,6.4rem);
  --radius:10px;      /* their site runs 9–10px card corners */
  --radius-lg:14px;

  --lift: 0 2px 4px color-mix(in oklch,#000 26%,transparent),
          0 26px 60px -26px color-mix(in oklch,#000 68%,transparent);
  --lift-bone: 0 1px 2px rgba(17,17,17,.05), 0 30px 60px -34px rgba(17,17,17,.30);
  --lift-flame: 0 18px 50px -20px color-mix(in oklch,var(--flame) 55%,transparent);
}

*,*::before,*::after{box-sizing:border-box;}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;scrollbar-gutter:stable;}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto;}}

body{
  margin:0;background:var(--ink);color:var(--bone);
  font-family:var(--font-body);font-weight:var(--fw-body);
  font-size:var(--text-body);
  line-height:var(--lh-body);letter-spacing:-.002em;
  font-kerning:normal;
  -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
  text-rendering:optimizeLegibility;overflow-x:hidden;
}
img{display:block;max-width:100%;height:auto;}
h1,h2,h3,h4{font-family:var(--font-display);font-weight:var(--fw-display-bold);line-height:var(--lh-heading);letter-spacing:var(--tr-heading);text-wrap:balance;font-kerning:normal;margin:0;}
p{text-wrap:pretty;margin:0;}
a{color:inherit;text-decoration:none;}
::selection{background:var(--flame);color:#111111;}

/* ---- accessibility ---- */
.skip{position:fixed;top:.6rem;left:.6rem;z-index:400;background:var(--flame);color:#111111;font-family:var(--font-body);font-weight:600;padding:.75rem 1.1rem;border-radius:12px;transform:translateY(-160%);transition:transform .3s var(--ease-out);}
.skip:focus{transform:translateY(0);}
:focus-visible{outline:2px solid var(--flame);outline-offset:3px;border-radius:6px;}
.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;}

/* ============ INTRO LOADER (home): 3D knot + wordmark ============ */
.loader{position:fixed;inset:0;z-index:300;background:var(--ink);display:grid;place-items:center;
  transition:opacity .7s var(--ease),visibility .7s;}
.loader::before{content:"";position:absolute;width:min(60vw,440px);aspect-ratio:1;border-radius:50%;
  background:radial-gradient(circle,var(--flame-glow),transparent 62%);filter:blur(28px);}
.loader-inner{position:relative;display:flex;flex-direction:column;align-items:center;gap:1.5rem;perspective:900px;}
.loader-knot{width:clamp(76px,10vw,110px);height:auto;transform-style:preserve-3d;
  filter:drop-shadow(0 18px 34px rgba(0,0,0,.45));
  animation:knotIn 1s var(--ease-out) both,knotFloat 3.4s ease-in-out 1s infinite;}
@keyframes knotIn{from{opacity:0;transform:rotateY(-55deg) rotateX(14deg) scale(.82);}to{opacity:1;transform:rotateY(0) rotateX(0) scale(1);}}
@keyframes knotFloat{0%,100%{transform:rotateY(0) rotateX(0);}25%{transform:rotateY(11deg) rotateX(-4deg);}75%{transform:rotateY(-11deg) rotateX(4deg);}}
.loader-word{font-family:var(--font-display);font-weight:var(--fw-display-bold);font-size:clamp(1.15rem,2.2vw,1.6rem);color:var(--bone);letter-spacing:.01em;
  opacity:0;animation:fadeUp .8s var(--ease-out) .4s forwards;}
.loader.done{opacity:0;visibility:hidden;pointer-events:none;}
/* hero intro waits behind the loader, then plays */
body.hold .hero h1 .line>span,body.hold .hero-cta,body.hold .hero-foot,body.hold .hero-corners{animation-play-state:paused;}

/* ---- film grain ---- */
.grain{position:fixed;inset:0;z-index:120;pointer-events:none;opacity:.045;mix-blend-mode:overlay;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");}

/* ---- layout ---- */
.shell{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:var(--shell);}
section{position:relative;}
.section-pad{padding-block:var(--section);}

/* ---- block theming: the SAME markup adapts to espresso or bone ---- */
.block-ink{background:var(--ink);color:var(--bone);
  --surface:var(--ink-2);--text:var(--bone);--text-muted:var(--bone-muted);--text-dim:var(--bone-dim);
  --accent:var(--flame);--hair-local:var(--hair);--hair-local-strong:var(--hair-strong);}
.block-bone{background:var(--bone);color:var(--ink);
  --surface:var(--paper);--text:var(--ink);--text-muted:var(--ink-muted);--text-dim:var(--ink-dim);
  --accent:var(--growth-ink);--hair-local:var(--hair-ink);--hair-local-strong:var(--hair-ink-strong);}  /* highlight accent on light = AFF green (Jason 2026-07-07, was orange-brown flame-ink) */
.block-sand{background:var(--sand);color:var(--ink);
  --surface:var(--sand-surface);--text:var(--ink);--text-muted:var(--ink-muted);--text-dim:var(--ink-dim);
  --accent:var(--growth-ink);--hair-local:var(--hair-ink);--hair-local-strong:var(--hair-ink-strong);}  /* highlight accent on light = AFF green (Jason 2026-07-07, was orange-brown flame-ink) */

/* ---- shared type bits ---- */
.eyebrow{display:inline-block;font-family:var(--font-body);font-weight:600;font-size:.72rem;letter-spacing:.26em;text-transform:uppercase;color:var(--accent);margin:0 0 1.1rem;}
.section-head h2{font-size:var(--text-heading);font-weight:var(--fw-display-bold);line-height:var(--lh-heading);letter-spacing:var(--tr-heading);color:var(--text);}
.section-head .lead{font-size:var(--text-lead);color:var(--text-muted);max-width:48ch;margin-top:1.1rem;line-height:1.5;font-weight:var(--fw-medium);text-wrap:pretty;}
.kicker{font-family:var(--font-display);font-style:normal;font-weight:500;color:var(--accent);}

/* ---- growth (green) accent — the secondary "pop", used sparingly (Brand Guide 2.0) ---- */
.eyebrow--growth{color:var(--growth-ink);}                 /* on light: AA-safe green label */
.block-ink .eyebrow--growth,.on-dark .eyebrow--growth{color:var(--growth);}  /* on dark: brighter */
.rule-growth{height:2px;width:44px;border:0;margin:0;background:var(--growth);border-radius:2px;}

/* ---- form embed slot — holds the page cleanly until Kylee pastes a JotForm; adapts to its block ---- */
.form-slot{margin-top:1.8rem;max-width:640px;background:var(--surface);
  border:1px solid var(--hair-local-strong);border-radius:var(--radius-lg);
  padding:clamp(1.5rem,3.5vw,2.4rem);}
.form-slot__note{font-family:var(--font-body);font-size:.98rem;line-height:1.55;color:var(--text-muted);margin:0;}
.form-slot__note b{color:var(--text);font-weight:var(--fw-medium);}
.form-slot .tlink{margin-top:1.1rem;}

/* ============ BUTTONS (nested-arrow island) ============ */
.btn{display:inline-flex;align-items:center;gap:.7rem;min-height:52px;
  padding:.85rem 1.05rem .85rem 1.5rem;border-radius:999px;
  font-family:var(--font-body);font-weight:600;font-size:1rem;letter-spacing:-.01em;line-height:1;
  cursor:pointer;border:1px solid transparent;white-space:nowrap;
  transition:transform .5s var(--ease-out),background .35s var(--ease),color .35s var(--ease),box-shadow .5s var(--ease-out),border-color .35s var(--ease);
  will-change:transform;}
.btn .ic{width:2rem;height:2rem;flex:none;border-radius:999px;display:grid;place-items:center;
  transition:transform .5s var(--spring),background .35s var(--ease);}
.btn .ic svg{width:.95rem;height:.95rem;fill:none;stroke:currentColor;stroke-width:1.7;}
.btn:active{transform:scale(.98);}

.btn-primary{background:var(--flame);color:#111111;box-shadow:var(--lift-flame);}
.btn-primary .ic{background:color-mix(in oklch,#111111 16%,transparent);}
.btn-primary:hover{background:var(--flame-deep);color:#0b0b0b;transform:translateY(-2px);}
.btn-primary:hover .ic{transform:translate(2px,-1px) scale(1.06);}

.btn-ghost{background:transparent;color:var(--text);border-color:var(--hair-local-strong);}
.btn-ghost .ic{background:color-mix(in oklch,var(--accent) 16%,transparent);}
.btn-ghost:hover{border-color:var(--flame);color:var(--flame);transform:translateY(-2px);}
.btn-ghost:hover .ic{transform:translate(2px,-1px) scale(1.06);background:var(--flame-glow);}
.block-bone .btn-ghost:hover{color:var(--flame-ink);}

.btn-bone{background:var(--bone);color:var(--ink);}
.btn-bone .ic{background:color-mix(in oklch,var(--ink) 12%,transparent);}
.btn-bone:hover{transform:translateY(-2px);box-shadow:var(--lift);}
.btn-bone:hover .ic{transform:translate(2px,-1px) scale(1.06);}

/* text link with sliding underline + arrow */
.textlink{display:inline-flex;align-items:center;gap:.45rem;min-height:44px;font-weight:600;color:var(--accent);
  background-image:linear-gradient(currentColor,currentColor);background-size:0 1px;background-position:0 100%;background-repeat:no-repeat;
  transition:background-size .45s var(--ease);}
.textlink svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8;transition:transform .45s var(--ease);}
.textlink:hover{background-size:100% 1px;}
.textlink:hover svg{transform:translateX(3px);}

/* ============ NAV (Friends over-hero pattern) ============ */
.nav{position:fixed;top:0;left:0;right:0;z-index:100;
  transition:transform .55s var(--ease),background .5s var(--ease),box-shadow .5s var(--ease),border-color .5s var(--ease);
  background:var(--bone);border-bottom:1px solid var(--hair-ink);
  box-shadow:0 1px 0 rgba(17,17,17,.05),0 14px 34px -28px rgba(17,17,17,.5);}
.nav-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;height:74px;}
.nav-brand{display:flex;align-items:center;min-height:44px;flex:none;}
.nav-brand img{height:23px;width:auto;}
.brand-light{display:none;}
.nav-links{display:flex;align-items:center;gap:.25rem;margin-inline:auto;}
.nav-links a{font-family:var(--font-body);font-weight:500;font-size:.93rem;color:var(--ink-muted);
  padding:.55rem .8rem;border-radius:10px;min-height:44px;display:inline-flex;align-items:center;
  transition:color .3s var(--ease),background .3s var(--ease);}
.nav-links a:hover,.nav-links a.active{color:var(--ink);background:rgba(17,17,17,.05);}
.nav-cta{display:flex;align-items:center;gap:.8rem;flex:none;}
.nav-cta .btn{min-height:44px;padding:.55rem .7rem .55rem 1.15rem;font-size:.9rem;}
.nav-cta .btn .ic{width:1.7rem;height:1.7rem;}
.nav-cta .btn .ic svg{width:.85rem;height:.85rem;}

/* over-hero: transparent, light text, contrast scrim */
.nav.over:not(.scrolled){background:transparent;border-color:transparent;box-shadow:none;}
.nav.over:not(.scrolled)::before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;
  background:linear-gradient(180deg,rgba(17,17,17,.5),rgba(17,17,17,0));}
.nav.over:not(.scrolled) .brand-dark{display:none;}
.nav.over:not(.scrolled) .brand-light{display:block;}
.nav.over:not(.scrolled) .nav-links a{color:rgba(255,255,255,.9);}
.nav.over:not(.scrolled) .nav-links a:hover,.nav.over:not(.scrolled) .nav-links a.active{color:#fff;background:rgba(255,255,255,.12);}
.nav.hidden{transform:translateY(-120%);}

/* burger */
.burger{display:none;width:44px;height:44px;flex:none;place-items:center;background:none;border:0;cursor:pointer;}
.burger span{display:block;width:22px;height:1.8px;background:var(--ink);border-radius:2px;transition:transform .4s var(--ease),opacity .3s;}
.burger span + span{margin-top:6px;}
.nav.over:not(.scrolled) .burger span{background:#fff;}
.burger.on span:nth-child(1){transform:translateY(7.8px) rotate(45deg);}
.burger.on span:nth-child(2){opacity:0;}
.burger.on span:nth-child(3){transform:translateY(-7.8px) rotate(-45deg);}

/* mobile overlay */
.mnav{position:fixed;inset:0;z-index:95;background:var(--ink);
  display:flex;flex-direction:column;justify-content:center;gap:.15rem;padding:6rem var(--shell) 3rem;
  opacity:0;visibility:hidden;transition:opacity .5s var(--ease),visibility .5s;}
.mnav::before{content:"";position:absolute;inset:0;background:radial-gradient(120% 80% at 82% 8%,rgba(245,135,31,.22),transparent 60%);pointer-events:none;}
.mnav.open{opacity:1;visibility:visible;}
.mnav a{position:relative;font-family:var(--font-display);font-weight:var(--fw-display-bold);font-size:clamp(2rem,9vw,3rem);color:var(--bone);
  padding:.3rem 0;letter-spacing:-.02em;min-height:44px;display:flex;align-items:center;
  opacity:0;transform:translateY(26px);transition:opacity .6s var(--ease),transform .6s var(--ease),color .3s;}
.mnav.open a{opacity:1;transform:none;}
.mnav.open a:nth-child(1){transition-delay:.08s;}
.mnav.open a:nth-child(2){transition-delay:.14s;}
.mnav.open a:nth-child(3){transition-delay:.20s;}
.mnav.open a:nth-child(4){transition-delay:.26s;}
.mnav.open a:nth-child(5){transition-delay:.32s;}
.mnav.open a:nth-child(6){transition-delay:.38s;}
.mnav a:hover{color:var(--flame);}
.mnav .btn{margin-top:1.6rem;align-self:flex-start;opacity:0;transform:translateY(26px);transition:opacity .6s var(--ease) .44s,transform .6s var(--ease) .44s;}
.mnav.open .btn{opacity:1;transform:none;}

/* ============ HERO ============ */
.hero{position:relative;min-height:100dvh;display:flex;flex-direction:column;justify-content:flex-end;
  overflow:hidden;color:#fff;isolation:isolate;}
/* poster painted first (CSS bg), so a warm still shows before/if the video fails */
.hero-media{position:absolute;inset:0;z-index:-3;overflow:hidden;
  background:var(--ink) url("/assets/hero-still-1920.jpg") center 42% / cover no-repeat;
  background-image:image-set(url("/assets/hero-still-1920.jpg") 1x,url("/assets/hero-still-2880.jpg") 2x);
  animation:heroZoom 30s var(--ease-out) forwards;}
@keyframes heroZoom{from{transform:scale(1.035);}to{transform:scale(1);}}
/* cover-crop cage for the oversized 16:9 iframe */
.hero-video{position:absolute;inset:0;z-index:-3;overflow:hidden;pointer-events:none;}
.hero-video iframe{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);
  width:max(100%,177.78vh);height:max(100%,56.25vw);border:0;pointer-events:none;}
/* warm espresso/flame grade so the clip lives in AFF's world, not raw YouTube */
.hero-grade{position:absolute;inset:0;z-index:-2;pointer-events:none;mix-blend-mode:multiply;
  background:linear-gradient(180deg,rgba(17,17,17,.34) 0%,rgba(17,17,17,.14) 44%,rgba(17,17,17,.34) 100%),
    linear-gradient(0deg,rgba(168,70,10,.10),rgba(168,70,10,.10));}
/* edge scrim only (Jason 2026-07-02): darken corners + bottom band for the type,
   keep the CENTER clear so the person's face is never buried under text or shadow */
.hero-scrim{position:absolute;inset:0;z-index:-1;pointer-events:none;
  background:linear-gradient(180deg,rgba(20,15,10,.44) 0%,rgba(20,15,10,.04) 26%,rgba(18,14,10,.1) 55%,rgba(18,14,10,.86) 100%),
    linear-gradient(84deg,rgba(18,14,10,.5),rgba(18,14,10,0) 40%);}

.hero-inner{position:relative;padding-block:clamp(6.5rem,12vh,9rem) clamp(1.5rem,3vw,2.4rem);}
/* headline lives in the lower-LEFT quadrant, smaller than before — the frame belongs
   to the footage, the words keep to the corners (Jason 2026-07-02) */
.hero h1{font-family:var(--font-display);font-weight:var(--fw-display-bold);letter-spacing:var(--tr-display);line-height:var(--lh-display);
  font-size:clamp(2.3rem,1rem + 4.6vw,4.9rem);max-width:12ch;margin:0;}
.hero h1 .line{display:block;overflow:hidden;padding-bottom:.04em;}
.hero h1 .line>span{display:block;transform:translateY(108%);animation:lineUp 1s var(--ease-out) forwards;}
.hero h1 .line:nth-child(1)>span{animation-delay:.32s;}
.hero h1 .line:nth-child(2)>span{animation-delay:.44s;}
.hero h1 .line:nth-child(3)>span{animation-delay:.56s;}
.hero h1 em{font-style:normal;font-weight:inherit;color:var(--flame);}
@keyframes lineUp{to{transform:translateY(0);}}
.hero-sub{font-size:clamp(1.06rem,1rem + .5vw,1.28rem);color:rgba(255,255,255,.9);max-width:52ch;margin:1.6rem 0 0;line-height:1.55;font-weight:500;
  opacity:0;animation:fadeUp .9s var(--ease-out) .7s forwards;}
.hero-cta{display:flex;flex-wrap:wrap;gap:.85rem;align-items:center;margin-top:1.6rem;
  opacity:0;animation:fadeUp .9s var(--ease-out) .85s forwards;}

/* corner micro-labels — the "words on the corners" frame */
.hero-corners{position:absolute;top:calc(74px + 1.4rem);left:0;right:0;z-index:1;pointer-events:none;
  opacity:0;animation:fadeUp 1s var(--ease-out) 1.1s forwards;}
.hero-corners .shell{display:flex;justify-content:space-between;gap:1.5rem;}
.hc{font-family:var(--font-body);font-weight:600;font-size:.66rem;letter-spacing:.22em;text-transform:uppercase;color:rgba(255,255,255,.78);white-space:nowrap;}
.hc em{font-style:normal;color:var(--flame);}
@media(max-width:719px){.hero-corners{display:none;}}

.hero-foot{position:relative;display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;
  padding-block:1.5rem clamp(1.4rem,3vw,2.4rem);margin-top:clamp(2rem,5vw,3.4rem);
  border-top:1px solid rgba(255,255,255,.18);opacity:0;animation:fadeUp 1s var(--ease-out) 1s forwards;}
.hero-facts{display:flex;flex-wrap:wrap;gap:clamp(1.4rem,4vw,3rem);}
.hf-block{display:flex;flex-direction:column;gap:.35rem;max-width:38ch;}
.hf-label{font-family:var(--font-body);font-weight:600;font-size:.66rem;letter-spacing:.2em;text-transform:uppercase;color:var(--flame);}
.hf-text{font-family:var(--font-display);font-weight:var(--fw-display);font-size:clamp(.98rem,.92rem + .35vw,1.15rem);color:#fff;line-height:1.35;}
.hf-text a{color:rgba(255,255,255,.9);border-bottom:1px solid rgba(255,255,255,.3);transition:color .3s,border-color .3s;}
.hf-text a:hover{color:var(--flame);border-color:var(--flame);}
.hero-scroll{display:flex;align-items:center;gap:.7rem;font-family:var(--font-body);font-size:.68rem;letter-spacing:.24em;text-transform:uppercase;color:rgba(255,255,255,.7);white-space:nowrap;min-height:44px;}
.hs-line{width:46px;height:1px;background:rgba(255,255,255,.4);position:relative;overflow:hidden;}
.hs-line::after{content:"";position:absolute;inset:0;width:40%;background:rgba(255,255,255,.75);animation:scrollLine 4.2s var(--ease) infinite;}
@keyframes scrollLine{0%{transform:translateX(-120%);}60%,100%{transform:translateX(280%);}}
@keyframes fadeUp{from{opacity:0;transform:translateY(16px);}to{opacity:1;transform:none;}}

/* ============ MARQUEE (repetition as liturgy) ============ */
.mq{position:relative;overflow:hidden;white-space:nowrap;padding-block:1.1rem;user-select:none;
  background:var(--flame);color:#111111;}
.mq-track{display:inline-flex;animation:mqScroll 40s linear infinite;will-change:transform;}
.mq-track.paused{animation-play-state:paused;}
.mq-track span{display:inline-block;font-family:var(--font-body);font-weight:var(--fw-semibold);
  font-size:clamp(1rem,.9rem + .55vw,1.4rem);letter-spacing:.14em;text-transform:uppercase;padding-right:.6em;}
.mq-track .sep{color:color-mix(in oklch,#111111 55%,transparent);padding-inline:.15em;}
@keyframes mqScroll{from{transform:translateX(0);}to{transform:translateX(-50%);}}
.mq-pause{position:absolute;top:50%;right:.6rem;transform:translateY(-50%);width:34px;height:34px;border-radius:999px;
  display:grid;place-items:center;color:#111111;background:var(--flame);box-shadow:0 0 0 1px rgba(26,18,7,.34);opacity:.7;
  transition:opacity .3s var(--ease);}
.mq-pause:hover,.mq-pause:focus-visible{opacity:1;}
.mq-ic{width:14px;height:14px;}
.mq-ic-play{display:none;}
.mq-pause[aria-pressed="true"] .mq-ic-pause{display:none;}
.mq-pause[aria-pressed="true"] .mq-ic-play{display:block;}

/* ============ REVEALS ============ */
.reveal{opacity:0;transform:translateY(26px);filter:blur(8px);
  transition:opacity .9s var(--ease-out),transform .9s var(--ease-out),filter .9s var(--ease-out),clip-path 1s var(--ease-out);}
.reveal.in{opacity:1;transform:none;filter:none;clip-path:none;}
.reveal.media{transform:scale(1.05);filter:none;clip-path:inset(0 0 16% 0);}
.reveal.right{transform:translateX(26px);filter:blur(4px);}
.reveal[data-d="1"]{transition-delay:.08s;}
.reveal[data-d="2"]{transition-delay:.16s;}
.reveal[data-d="3"]{transition-delay:.24s;}
.reveal[data-d="4"]{transition-delay:.32s;}

/* ============ THE CALL (espresso) ============ */
.call-grid{display:grid;grid-template-columns:1fr;gap:clamp(2.5rem,5vw,4.5rem);align-items:center;}
@media(min-width:900px){.call-grid{grid-template-columns:.92fr 1.08fr;}}
.call-figure{position:relative;}
.call-figure .frame{aspect-ratio:4/5;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--lift);}
.call-figure img{width:100%;height:100%;object-fit:cover;object-position:50% 30%;}
.call-figure .scripture{position:absolute;left:-4%;bottom:-1.6rem;max-width:82%;
  background:var(--ink-2);border:1px solid var(--hair);border-radius:1.2rem;padding:1.15rem 1.4rem;box-shadow:var(--lift);}
.call-figure .scripture p{font-family:var(--font-display);font-style:italic;font-size:1.02rem;line-height:1.4;margin:0;color:var(--bone);}
.call-figure .scripture cite{display:block;margin-top:.5rem;font-family:var(--font-body);font-style:normal;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--flame);}
/* mobile: the overlap card clips against the section seam on narrow screens — sit it statically below the photo instead */
@media(max-width:899px){.call-figure .scripture{position:static;left:auto;bottom:auto;max-width:100%;margin-top:1rem;}}
.made-list{margin:1.8rem 0 0;padding:0;list-style:none;display:grid;gap:1.15rem;}
.made-list li{display:grid;grid-template-columns:auto 1fr;gap:1.1rem;align-items:start;padding-top:1.4rem;border-top:1px solid var(--hair-local);}
.made-list li:first-child{border-top:0;padding-top:0;}
.made-list .num{font-family:var(--font-body);font-weight:600;font-size:.85rem;letter-spacing:.08em;color:var(--accent);line-height:1.6;font-variant-numeric:tabular-nums;}
.made-list h3{font-size:1.3rem;font-weight:var(--fw-display-bold);font-family:var(--font-display);margin-bottom:.35rem;color:var(--text);}
.made-list p{margin:0;color:var(--text-muted);font-size:.98rem;}
.honor-note{margin-top:1.8rem;padding:1.1rem 1.3rem;border-left:2px solid var(--flame);background:color-mix(in oklch,var(--flame) 7%,transparent);border-radius:0 12px 12px 0;color:var(--text-muted);font-size:.95rem;}

/* ============ 3-STEP JOURNEY (bone — editorial rail, no card boxes) ============ */
.journey{display:grid;grid-template-columns:1fr;gap:1.9rem;margin-top:clamp(1.8rem,3vw,2.6rem);}
@media(min-width:820px){.journey{grid-template-columns:repeat(3,1fr);gap:clamp(1.6rem,3vw,2.8rem);}}
/* 4-item variant (L.I.F.E. acrostic): 2×2 mid, 4-across wide — the acrostic is ONE object, never 3+orphan */
@media(min-width:820px){.journey.cols-4{grid-template-columns:repeat(2,1fr);}}
@media(min-width:1080px){.journey.cols-4{grid-template-columns:repeat(4,1fr);gap:clamp(1.4rem,2.4vw,2.2rem);}}
.jstep{padding-top:1.5rem;border-top:1px solid var(--hair-local-strong);position:relative;}
.jstep::before{content:"";position:absolute;top:-1px;left:0;width:52px;height:1px;background:var(--flame);}
.jstep .j-num{font-family:var(--font-body);font-weight:700;font-style:normal;
  font-size:clamp(1.6rem,1.3rem + .9vw,2.1rem);line-height:1;color:var(--flame-ink);font-variant-numeric:tabular-nums;display:block;letter-spacing:-.02em;}
.jstep h3{font-family:var(--font-display);font-size:var(--text-subheading);font-weight:var(--fw-display-bold);line-height:var(--lh-tight);color:var(--text);margin-top:1.1rem;}
.jstep p{margin:.6rem 0 0;color:var(--text-muted);}

/* ============ MOMENT BAND (wide photographic chapter break) ============ */
.moment-wrap{background:var(--bone);padding-bottom:var(--section);}
.moment{margin:0;position:relative;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--lift-bone);}
.moment img{display:block;width:100%;aspect-ratio:21/9;object-fit:cover;object-position:50% 42%;}
.moment figcaption{position:absolute;left:0;right:0;bottom:0;padding:clamp(1.4rem,4vw,2.8rem);
  font-family:var(--font-display);font-weight:var(--fw-display-bold);font-size:clamp(1.1rem,.9rem + .9vw,1.7rem);color:#fff;max-width:24ch;
  background:linear-gradient(0deg,rgba(17,17,17,.82),rgba(17,17,17,0));}
@supports (animation-timeline:view){@media (prefers-reduced-motion:no-preference){
  .moment img{animation:momentPan linear both;animation-timeline:view();animation-range:entry 0% exit 100%;}
  @keyframes momentPan{from{transform:scale(1.12) translateY(-2.4%);}to{transform:scale(1.12) translateY(2.4%);}}
}}

/* ============ L.I.F.E. SCHOOL (espresso inset block) ============ */
.life-inner{position:relative;background:var(--ink-2);border:1px solid var(--hair);border-radius:var(--radius-lg);overflow:hidden;
  display:grid;grid-template-columns:1fr;align-items:stretch;box-shadow:var(--lift);}
@media(min-width:900px){.life-inner{grid-template-columns:1.1fr 1fr;}}
.life-copy{padding:clamp(2rem,4.5vw,4rem);display:flex;flex-direction:column;justify-content:center;}
.life-copy h2{font-size:clamp(2rem,1.2rem + 2.6vw,3.4rem);font-weight:var(--fw-display-bold);margin:.8rem 0 0;color:var(--bone);max-width:16ch;}
.life-copy .lead{font-size:clamp(1.05rem,1rem + .5vw,1.28rem);color:var(--bone-muted);margin-top:1.1rem;max-width:44ch;line-height:1.5;font-weight:500;}
.life-points{list-style:none;margin:1.8rem 0 0;padding:0;display:grid;gap:.7rem;}
.life-points li{display:flex;align-items:flex-start;gap:.7rem;color:var(--bone-muted);font-size:.98rem;}
.life-points svg{width:20px;height:20px;flex:none;margin-top:.15rem;fill:none;stroke:var(--flame);stroke-width:1.7;}
.life-points--growth svg{stroke:var(--growth);}   /* growth-green affirmation checks (sparingly) */
.life-cta{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:2rem;}
.life-media{position:relative;min-height:320px;overflow:hidden;}
.life-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 40%;}
.life-media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--ink-2),transparent 42%);}
@media(max-width:899px){.life-media{min-height:280px;}.life-media::after{background:linear-gradient(0deg,var(--ink-2),transparent 55%);}}

/* L.I.F.E. band: layered dark — a real photograph under a deep espresso scrim,
   so the black reads authored, not empty (Jason 2026-07-02) */
.life-band{isolation:isolate;overflow:hidden;}
.life-band-bg{position:absolute;inset:0;z-index:-2;}
.life-band-bg img{width:100%;height:100%;object-fit:cover;object-position:50% 32%;filter:saturate(.8);}
.life-band-scrim{position:absolute;inset:0;z-index:-1;
  background:linear-gradient(180deg,color-mix(in oklch,var(--ink) 97%,transparent) 0%,color-mix(in oklch,var(--ink) 80%,transparent) 52%,color-mix(in oklch,var(--ink) 97%,transparent) 100%);}

/* ============ WAYS IN (bone bento) ============ */
.ways-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-top:clamp(1.8rem,3vw,2.6rem);}
@media(min-width:720px){.ways-grid{grid-template-columns:repeat(2,1fr);}}
@media(min-width:1040px){.ways-grid{grid-template-columns:repeat(6,1fr);grid-auto-rows:1fr;}}
.card{background:var(--surface);border:1px solid var(--hair-local);border-radius:var(--radius-lg);overflow:hidden;
  display:flex;flex-direction:column;box-shadow:var(--lift-bone);
  transition:transform .55s var(--ease-out),box-shadow .55s var(--ease-out);}
.card:hover{transform:translateY(-4px);}
.card .media{position:relative;overflow:hidden;aspect-ratio:16/10;}
.card .media img{width:100%;height:100%;object-fit:cover;transition:transform 1.1s var(--ease-out);}
.card:hover .media img{transform:scale(1.05);}
.card .media::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(17,17,17,.35),transparent 55%);}
.card .body{padding:1.5rem 1.6rem 1.7rem;display:flex;flex-direction:column;gap:.5rem;flex:1;}
.card .tag{font-family:var(--font-body);font-size:.66rem;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);font-weight:600;}
.card h3{font-family:var(--font-display);font-size:1.5rem;font-weight:var(--fw-display-bold);line-height:var(--lh-tight);color:var(--text);}
.card p{margin:0;color:var(--text-muted);font-size:.95rem;flex:1;}
.card .go{margin-top:.4rem;}
@media(min-width:1040px){
  .card-wide{grid-column:span 6;}
  .card-wide{flex-direction:row;}
  .card-wide .media{flex:1.1;aspect-ratio:auto;}
  .card-wide .body{flex:1;justify-content:center;}
  .card-sm{grid-column:span 3;}
  .card-third{grid-column:span 2;} /* three-across variant: use when a row holds exactly 3 small cards */
  .card-sm .media{aspect-ratio:16/10;}
}
@media(min-width:720px) and (max-width:1039px){
  .card-wide{grid-column:span 2;}
}
/* the ask card — partner is a conversion ask, so it gets geometry no other card shares:
   full-width, espresso-inverted, media on the right, a real button instead of a textlink */
.card-ask{background:var(--ink);border-color:var(--hair);box-shadow:var(--lift);}
.card-ask .tag{color:var(--flame);}
.card-ask h3{color:var(--bone);}
.card-ask p{color:var(--bone-muted);}
.card-ask .media::after{background:linear-gradient(0deg,rgba(17,17,17,.5),transparent 55%);}
.card-ask .btn{align-self:flex-start;margin-top:.8rem;}
@media(min-width:1040px){.card-ask{flex-direction:row-reverse;}}

/* ============ TESTIMONY (espresso) ============ */
.testify-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-top:clamp(1.8rem,3vw,2.6rem);}
@media(min-width:860px){.testify-grid{grid-template-columns:repeat(3,1fr);}}
.tcard{background:var(--surface);border:1px solid var(--hair-local);border-radius:var(--radius-lg);overflow:hidden;
  display:flex;flex-direction:column;box-shadow:var(--lift);}
.tcard .portrait{aspect-ratio:4/5;overflow:hidden;}
.tcard .portrait img{width:100%;height:100%;object-fit:cover;object-position:50% 26%;}
.tcard .body{padding:1.7rem 1.7rem 1.9rem;display:flex;flex-direction:column;gap:1rem;flex:1;}
.tcard blockquote{margin:0;font-family:var(--font-display);font-size:1.24rem;line-height:1.34;font-weight:400;color:var(--text);}
.tcard blockquote em{font-style:italic;color:var(--accent);}
.tcard .who{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:.8rem;border-top:1px solid var(--hair-local);}
.tcard cite{font-style:normal;font-weight:600;font-size:.95rem;color:var(--text);}
.tcard .who span{display:block;font-size:.8rem;color:var(--text-dim);font-weight:400;}
.consent-chip{font-size:.6rem;letter-spacing:.14em;text-transform:uppercase;color:var(--text-dim);border:1px solid var(--hair-local);border-radius:999px;padding:.35rem .6rem;flex:none;}

/* ============ TRUST (bone) ============ */
.trust-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;margin-top:clamp(1.8rem,3vw,2.4rem);
  background:var(--hair-local);border:1px solid var(--hair-local);border-radius:var(--radius-lg);overflow:hidden;}
/* 3-cell variant on mobile: stack in one column so no empty panel is left over */
.trust-grid.cells-3{grid-template-columns:1fr;}
@media(min-width:720px){.trust-grid{grid-template-columns:repeat(3,1fr);}}
@media(min-width:1040px){.trust-grid{grid-template-columns:repeat(6,1fr);}}
/* 3-cell variant: full-width thirds, no empty panels */
@media(min-width:720px){.trust-grid.cells-3{grid-template-columns:repeat(3,1fr);}}
.trust-cell{background:var(--surface);padding:1.8rem 1.4rem;text-align:left;}
/* NUMERAL RULE (Jason 2026-07-02): numbers are ALWAYS Söhne, never Zodiak, never italic. */
.trust-cell .stat{font-family:var(--font-body);font-weight:600;font-size:clamp(1.7rem,2.6vw,2.3rem);line-height:1;color:var(--text);font-variant-numeric:tabular-nums;letter-spacing:-.03em;}
.trust-cell .stat b{color:var(--flame-ink);font-weight:600;}
.trust-cell .stat em{font-style:normal;font-weight:500;font-size:.7em;color:var(--text-muted);letter-spacing:0;}
.trust-cell .stat-sm{font-size:clamp(1.25rem,1.9vw,1.7rem);white-space:nowrap;} /* long stats (501(c)(3)) stay one line */
.trust-cell .label{margin-top:.6rem;font-size:.82rem;color:var(--text-muted);line-height:1.4;}
.trust-line{margin-top:2rem;display:flex;flex-wrap:wrap;gap:.7rem 1.3rem;align-items:center;font-size:.86rem;color:var(--text-dim);}
.trust-line .em{color:var(--text-muted);}
.trust-line .sep{color:var(--hair-local-strong);}
.ein{font-variant-numeric:tabular-nums;}

/* ============ GIVE (espresso, photo-backed) ============ */
.give{position:relative;isolation:isolate;overflow:hidden;}
.give-bg{position:absolute;inset:0;z-index:-2;}
.give-bg img{width:100%;height:100%;object-fit:cover;object-position:50% 40%;}
.give-scrim{position:absolute;inset:0;z-index:-1;
  background:linear-gradient(90deg,var(--ink) 6%,color-mix(in oklch,var(--ink) 78%,transparent) 48%,color-mix(in oklch,var(--ink) 60%,transparent) 100%),
    linear-gradient(0deg,var(--ink),transparent 70%);}
.give-grid{display:grid;grid-template-columns:1fr;gap:clamp(2rem,4vw,3.5rem);}
@media(min-width:940px){.give-grid{grid-template-columns:.9fr 1.1fr;align-items:start;}}
.give-copy h2{font-size:clamp(2rem,1.2rem + 2.6vw,3.4rem);font-weight:var(--fw-display-bold);margin:.8rem 0 0;color:var(--bone);max-width:15ch;}
.give-copy .lead{font-size:clamp(1.05rem,1rem + .5vw,1.28rem);color:var(--bone-muted);margin-top:1.1rem;max-width:46ch;line-height:1.5;font-weight:500;}
.give-copy .fund-note{margin-top:1.6rem;color:var(--bone-dim);font-size:.86rem;max-width:46ch;}
.give-cta{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.8rem;}
.give-tiers{display:grid;gap:1rem;}
.tier{display:grid;grid-template-columns:auto 1fr auto;gap:1.2rem;align-items:center;padding:1.5rem 1.6rem;
  border:1px solid var(--hair);border-radius:1.4rem;background:color-mix(in oklch,var(--ink-2) 82%,transparent);
  backdrop-filter:blur(6px);transition:border-color .4s var(--ease),transform .4s var(--ease);}
.tier:hover{border-color:var(--flame);transform:translateY(-2px);}
.tier .amt{font-family:var(--font-body);font-weight:600;font-size:1.55rem;color:var(--bone);font-variant-numeric:tabular-nums;line-height:1;letter-spacing:-.02em;}
.tier .amt span{display:block;font-family:var(--font-body);font-size:.66rem;letter-spacing:.14em;text-transform:uppercase;color:var(--bone-dim);margin-top:.3rem;font-weight:600;}
.tier p{margin:0;color:var(--bone-muted);font-size:.94rem;}
.tier .pick{width:44px;height:44px;border-radius:50%;border:1px solid var(--hair-strong);display:grid;place-items:center;flex:none;transition:background .3s,border-color .3s;}
.tier .pick svg{width:16px;height:16px;fill:none;stroke:var(--bone-muted);stroke-width:1.6;transition:stroke .3s,transform .4s var(--ease);}
.tier:hover .pick{border-color:var(--flame);background:var(--flame-glow);}
.tier:hover .pick svg{stroke:var(--flame);transform:translateX(2px);}

/* ============ MEDIA BAND: podcast + newsletter (bone) ============ */
.mb-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-top:clamp(2rem,3vw,2.6rem);}
@media(min-width:900px){.mb-grid{grid-template-columns:1.15fr .85fr;}}
.pod{background:var(--surface);border:1px solid var(--hair-local);border-radius:var(--radius-lg);overflow:hidden;display:flex;flex-direction:column;box-shadow:var(--lift-bone);}
.pod .media{position:relative;aspect-ratio:16/9;overflow:hidden;}
.pod .media img{width:100%;height:100%;object-fit:cover;transition:transform 1s var(--ease-out);}
.pod:hover .media img{transform:scale(1.04);}
.pod .media::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(17,17,17,.55),transparent 60%);}
.pod .play{position:absolute;left:1.5rem;bottom:1.5rem;display:flex;align-items:center;gap:.9rem;z-index:1;min-height:44px;}
.pod .play .disc{width:56px;height:56px;border-radius:50%;background:var(--flame);display:grid;place-items:center;box-shadow:var(--lift-flame);transition:transform .4s var(--ease);}
.pod:hover .play .disc{transform:scale(1.06);}
.pod .play .disc svg{width:20px;height:20px;fill:#111111;}
.pod .play .meta b{display:block;font-family:var(--font-display);font-weight:var(--fw-display-bold);font-size:1.15rem;color:#fff;}
.pod .play .meta span{font-size:.8rem;color:rgba(255,255,255,.85);}
.pod .pbody{padding:1.7rem 1.8rem;}
.pod .pbody h3{font-family:var(--font-display);font-size:1.6rem;font-weight:var(--fw-display-bold);margin-bottom:.5rem;color:var(--text);}
.pod .pbody p{margin:0;color:var(--text-muted);}
.news{background:var(--surface);border:1px solid var(--hair-local);border-radius:var(--radius-lg);padding:2.2rem 2rem;display:flex;flex-direction:column;justify-content:center;gap:1.1rem;box-shadow:var(--lift-bone);}
.news h3{font-family:var(--font-display);font-size:clamp(1.7rem,2.6vw,2.2rem);font-weight:var(--fw-display-bold);color:var(--text);}
.news p{margin:0;color:var(--text-muted);}
.field{position:relative;display:block;margin-top:.3rem;}
.field input{width:100%;padding:1.35rem 1rem .6rem;min-height:58px;background:var(--bone);border:1px solid var(--hair-local-strong);border-radius:12px;color:var(--ink);font:inherit;transition:border-color .3s var(--ease);}
.field input::placeholder{color:transparent;}
.field input:focus{outline:none;border-color:var(--flame-ink);}
.field span{position:absolute;top:1.05rem;left:1rem;color:var(--ink-dim);pointer-events:none;transition:transform .25s var(--ease),color .25s,font-size .25s;}
.field input:focus + span,.field input:not(:placeholder-shown) + span{transform:translateY(-.7rem);font-size:.7rem;color:var(--flame-ink);}
.news .btn{align-self:flex-start;}
.news .privacy{font-size:.78rem;color:var(--text-dim);}

/* ============ FOOTER (espresso, big wordmark reprise) ============ */
footer{background:var(--ink);color:var(--bone);padding-top:clamp(2.6rem,5vw,4.2rem);
  --surface:var(--ink-2);--text:var(--bone);--text-muted:var(--bone-muted);--text-dim:var(--bone-dim);
  --accent:var(--flame);--hair-local:var(--hair);--hair-local-strong:var(--hair-strong);}
.foot-wordmark{padding-block:clamp(1.2rem,3vw,2.2rem) clamp(1.8rem,3.5vw,2.6rem);text-align:center;}
.foot-wordmark img{width:min(100%,820px);margin-inline:auto;opacity:.94;}
.foot-links{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem 1.5rem;padding-bottom:3rem;border-bottom:1px solid var(--hair);}
@media(min-width:760px){.foot-links{grid-template-columns:2fr repeat(3,1fr);}}
.foot-intro p{color:var(--bone-muted);max-width:34ch;font-size:.95rem;margin:.4rem 0 1.4rem;}
.foot-col h4{font-family:var(--font-body);font-weight:600;font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--bone-dim);margin-bottom:.9rem;}
.foot-col a{display:flex;align-items:center;min-height:44px;color:var(--bone-muted);font-size:.95rem;transition:color .3s;}
.foot-col a:hover{color:var(--flame);}
.governance{display:flex;flex-wrap:wrap;gap:.8rem;padding-block:2rem;border-bottom:1px solid var(--hair);}
.governance a{display:inline-flex;align-items:center;gap:.5rem;min-height:44px;padding:.6rem 1.1rem;border:1px solid var(--hair-strong);border-radius:999px;font-size:.86rem;font-weight:500;color:var(--bone-muted);transition:border-color .3s,color .3s;}
.governance a:hover{border-color:var(--flame);color:var(--flame);}
.governance a svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.6;}
.foot-meta{display:flex;flex-wrap:wrap;gap:1rem 1.6rem;align-items:center;justify-content:space-between;padding-block:2rem 3rem;font-size:.82rem;color:var(--bone-dim);}
.foot-meta .socials{display:flex;gap:.4rem;}
.foot-meta .socials a{width:44px;height:44px;border-radius:50%;border:1px solid var(--hair);display:grid;place-items:center;color:var(--bone-muted);transition:border-color .3s,color .3s;}
.foot-meta .socials a:hover{border-color:var(--flame);color:var(--flame);}
.foot-meta .socials svg{width:17px;height:17px;fill:currentColor;}

/* ============ RESPONSIVE NAV SWITCH ============ */
@media(max-width:920px){
  .nav-links,.nav-cta{display:none;}
  .burger{display:grid;margin-left:auto;}
}
@media(min-width:921px){.mnav{display:none;}}

/* ============ MOBILE TUNING ============ */
@media(max-width:899px){
  .call-figure .scripture{position:static;max-width:100%;margin-top:1.2rem;left:auto;bottom:auto;}
  .hero-scroll{display:none;}
}
@media(max-width:719px){
  .tier{grid-template-columns:auto 1fr;}
  .tier .pick{display:none;}
}

/* ============ REDUCED MOTION — kill it all ============ */
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation:none !important;transition-duration:.001ms !important;}
  .hero-media{transform:scale(1.02);animation:none;}
  .hero-video{display:none !important;}
  .reveal{opacity:1 !important;transform:none !important;filter:none !important;clip-path:none !important;}
  .hero h1 .line>span{transform:none;}
  .hero-eyebrow,.hero-sub,.hero-cta,.hero-foot{opacity:1;}
  .mq-track{animation:none;}
}

/* ============ SUB-PAGE HERO (espresso, quiet, one job) ============ */
.page-hero{background:var(--ink);color:var(--bone);padding:clamp(6.5rem,12vh,8.5rem) 0 clamp(2.4rem,4.5vw,3.4rem);}
.page-hero .eyebrow{color:var(--flame);}
/* light variant (Jason 2026-07-02): warm sand instead of espresso — kills the
   black-band harshness on pages that should feel open, e.g. About */
.page-hero.light{background:var(--sand);color:var(--ink);}
.page-hero.light .eyebrow{color:var(--growth-ink);}
.page-hero.light h1 em{color:var(--growth-ink);}
.page-hero.light .lead{color:var(--ink-muted);}
.page-hero h1{font-family:var(--font-display);font-weight:var(--fw-display-bold);letter-spacing:var(--tr-display);line-height:var(--lh-display);font-size:clamp(2.2rem,1.2rem + 3.4vw,4rem);max-width:18ch;margin:.9rem 0 0;}
.page-hero h1 em{font-style:normal;font-weight:inherit;color:var(--flame);}
.page-hero .lead{font-size:var(--text-lead);color:var(--bone-muted);max-width:52ch;margin-top:1.2rem;line-height:1.5;font-weight:var(--fw-medium);}
.page-hero .btn{margin-top:1.8rem;}
/* styled details/summary FAQ - hairline rhythm, no new component family */
.faq{margin-top:clamp(2rem,3vw,2.6rem);border-top:1px solid var(--hair-local);}
.faq details{border-bottom:1px solid var(--hair-local);}
.faq summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.2rem 0;font-family:var(--font-display);font-weight:var(--fw-display-bold);font-size:1.15rem;color:var(--text);min-height:44px;}
.faq summary::-webkit-details-marker{display:none;}
.faq summary::after{content:"+";font-family:var(--font-body);font-weight:400;font-size:1.4rem;color:var(--accent);flex:none;transition:transform .3s var(--ease);}
.faq details[open] summary::after{transform:rotate(45deg);}
.faq .a{padding:0 0 1.3rem;color:var(--text-muted);max-width:62ch;}
.faq .a a{color:var(--accent);border-bottom:1px solid color-mix(in oklch,var(--accent) 40%,transparent);transition:border-color .3s;}
.faq .a a:hover{border-color:var(--accent);}

/* ============================================================
   L.I.F.E. SCHOOL + APPLY — page-scoped additions (2026-07-02)
   Small extensions to the shared kit; nothing above this line
   was touched. Numeral rule holds: every number here is font-body.
   ============================================================ */

/* accreditation note under the espresso page-hero lead */
.page-hero .accred{margin-top:1.1rem;font-size:.95rem;color:var(--bone-muted);max-width:56ch;line-height:1.5;}
.page-hero .accred a{color:var(--flame);border-bottom:1px solid color-mix(in oklch,var(--flame) 40%,transparent);}

/* impact videos — 16:9 lazy iframes in card framing */
.vid-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-top:clamp(1.8rem,3vw,2.6rem);}
@media(min-width:820px){.vid-grid{grid-template-columns:1fr 1fr;}}
.vembed{position:relative;aspect-ratio:16/9;border-radius:var(--radius-lg);overflow:hidden;
  border:1px solid var(--hair-local);box-shadow:var(--lift-bone);background:var(--ink-2);}
.vembed iframe{position:absolute;inset:0;width:100%;height:100%;border:0;}

/* testimonial grid — tcard without portrait (text cards) */
.tcards{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-top:clamp(1.8rem,3vw,2.6rem);}
@media(min-width:640px){.tcards{grid-template-columns:1fr 1fr;}}

/* generic two-column split (format facts + calendar) */
.split{display:grid;grid-template-columns:1fr;gap:clamp(2rem,4vw,3.2rem);align-items:start;}
@media(min-width:900px){.split{grid-template-columns:1.08fr .92fr;}}

/* academic calendar panel */
.cal-card{background:var(--surface);border:1px solid var(--hair-local);border-radius:var(--radius-lg);
  padding:clamp(1.5rem,3vw,2.2rem);box-shadow:var(--lift);}
.cal-card h3{font-family:var(--font-display);font-weight:var(--fw-display-bold);font-size:1.3rem;color:var(--text);margin-bottom:.4rem;}
.cal{list-style:none;margin:1rem 0 0;padding:0;}
.cal li{display:flex;justify-content:space-between;gap:1rem;align-items:baseline;
  padding:1rem 0;border-top:1px solid var(--hair-local);}
.cal li:first-child{border-top:0;padding-top:.2rem;}
.cal .term{font-family:var(--font-body);font-weight:600;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--accent);}
.cal .dates{font-family:var(--font-body);font-variant-numeric:tabular-nums;color:var(--text);font-size:1rem;white-space:nowrap;}

/* investment cards (the ask — geometry, big Söhne price) */
.invest-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-top:clamp(1.8rem,3vw,2.6rem);}
@media(min-width:820px){.invest-grid{grid-template-columns:1fr 1fr;}}
.invest{background:var(--surface);border:1px solid var(--hair-local);border-radius:var(--radius-lg);
  padding:clamp(1.8rem,3.4vw,2.6rem);display:flex;flex-direction:column;gap:.5rem;box-shadow:var(--lift-bone);
  transition:border-color .4s var(--ease),transform .4s var(--ease);}
.invest:hover{border-color:var(--flame);transform:translateY(-3px);}
.invest .tier-name{font-family:var(--font-body);font-weight:600;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);}
.invest .price{font-family:var(--font-body);font-variant-numeric:tabular-nums;font-weight:600;
  font-size:clamp(2.2rem,1.5rem + 2vw,3rem);line-height:1;letter-spacing:-.03em;color:var(--text);margin-top:.4rem;}
.invest .price span{font-family:var(--font-body);font-weight:600;font-size:.9rem;letter-spacing:0;color:var(--text-muted);margin-left:.4rem;}
.invest .sub{font-family:var(--font-body);font-variant-numeric:tabular-nums;color:var(--text-muted);font-size:.94rem;margin-top:.2rem;}
.invest ul{list-style:none;margin:1.2rem 0 0;padding:0;display:grid;gap:.7rem;border-top:1px solid var(--hair-local);padding-top:1.2rem;}
.invest li{display:flex;gap:.7rem;align-items:flex-start;color:var(--text-muted);font-size:.96rem;}
.invest li svg{width:18px;height:18px;flex:none;margin-top:.2rem;fill:none;stroke:var(--accent);stroke-width:1.8;}
.invest-note{margin-top:1.4rem;color:var(--text-muted);font-size:.92rem;}

/* apply — HubSpot form in a paper card */
.app-card{background:var(--surface);border:1px solid var(--hair-local);border-radius:var(--radius-lg);
  padding:clamp(1.8rem,4vw,3rem);box-shadow:var(--lift-bone);max-width:760px;margin-inline:auto;}
.app-card .noscript-fallback{color:var(--text-muted);}

/* ============================================================
   AUDIT UPGRADES (2026-07-03) — sub-page hero depth + podcast
   subscribe band geometry. Additive only; nothing above touched.
   ============================================================ */

/* sub-page hero depth: quiet flame bloom off the top edge + a ghosted
   knot mark bleeding off the right. Espresso stays espresso — the glow
   reads as warmth, not a new color block. */
.page-hero{position:relative;overflow:hidden;background:
  radial-gradient(56rem 30rem at 86% -14%, color-mix(in oklch, var(--flame) 11%, transparent), transparent 62%),
  var(--ink);}
.page-hero::after{content:"";position:absolute;top:50%;right:clamp(-14rem,-16vw,-7rem);
  width:clamp(20rem,36vw,34rem);aspect-ratio:1;transform:translateY(-44%) rotate(-8deg);
  background:url(/assets/AFF_KnotIcon_Orange2.png) center/contain no-repeat;
  opacity:.05;pointer-events:none;}
.page-hero>.shell{position:relative;z-index:1;}
.page-hero.light{background:
  radial-gradient(56rem 30rem at 86% -14%, color-mix(in oklch, var(--flame) 9%, transparent), transparent 62%),
  var(--sand);}
.page-hero.light::after{opacity:.07;}

/* podcast subscribe band: words left, one real action right — the band
   earns its height instead of a lone textlink floating in espresso */
.sub-band{display:flex;align-items:center;justify-content:space-between;gap:1.6rem 3rem;flex-wrap:wrap;}

/* ============================================================
   HOME v2 (2026-07-03) — Wolverine-reference layout components:
   heroW (staccato left + intro right + mini-card top-right),
   featureW (dark feature card), splitW (two-col text),
   ctaW (photo-backed closing band). Additive block.
   ============================================================ */

/* hero: bottom-anchored two-column row — huge staccato left, intro right */
.heroW-grid{display:grid;grid-template-columns:1fr;gap:1.8rem;align-items:end;width:100%;}
@media(min-width:900px){.heroW-grid{grid-template-columns:1.3fr .7fr;gap:3rem;}}
.heroW h1{font-size:clamp(2.7rem,1rem + 6vw,6.4rem);max-width:13ch;}
.heroW-side{display:flex;flex-direction:column;align-items:flex-start;gap:.4rem;max-width:46ch;padding-bottom:.55rem;}
.heroW-side .hero-sub{margin-top:0;}
@media(max-width:899px){.heroW-side{padding-bottom:0;}}

/* mini media card, top-right under the nav (Wolverine's hero card) */
.heroW-card{position:absolute;z-index:2;top:calc(74px + 1.6rem);right:var(--shell);
  display:flex;align-items:center;gap:.85rem;padding:.6rem .8rem .6rem .6rem;max-width:290px;
  background:rgba(17,17,17,.52);border:1px solid rgba(255,255,255,.16);border-radius:var(--radius-lg);
  -webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);
  opacity:0;animation:fadeUp 1s var(--ease-out) 1.05s forwards;
  transition:border-color .35s var(--ease),transform .5s var(--ease-out);}
.heroW-card:hover{border-color:var(--flame);transform:translateY(-2px);}
.heroW-card img{width:52px;height:52px;object-fit:cover;border-radius:calc(var(--radius-lg) - 6px);flex:none;}
.hwc-meta{display:flex;flex-direction:column;gap:.1rem;line-height:1.25;}
.hwc-meta b{font-weight:600;font-size:.92rem;color:#fff;}
.hwc-meta span{font-size:.78rem;color:rgba(255,255,255,.72);}
.hwc-go{width:1.9rem;height:1.9rem;flex:none;border-radius:999px;display:grid;place-items:center;
  background:var(--flame);color:#111;}
.hwc-go svg{width:.85rem;height:.85rem;fill:none;stroke:currentColor;stroke-width:1.8;}
@media(max-width:719px){.heroW-card{display:none;}}

/* dark feature card (the "annual report" block) */
.featureW{display:grid;grid-template-columns:1fr;background:var(--ink-2);
  border:1px solid var(--hair);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--lift);}
@media(min-width:880px){.featureW{grid-template-columns:1.05fr .95fr;}}
.featureW-media{position:relative;min-height:280px;}
.featureW-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
.featureW-body{padding:clamp(1.8rem,4vw,3.2rem);display:flex;flex-direction:column;align-items:flex-start;gap:1.1rem;}
.featureW-body .eyebrow{margin-bottom:0;}
.featureW-body h2{font-size:clamp(1.7rem,1.2rem + 1.8vw,2.6rem);color:var(--text);}
.featureW-body .lead{margin-top:0;color:var(--text-muted);}
.featureW-body .btn{margin-top:.4rem;}

/* two-column text split (the "one culture" block) */
.splitW{display:grid;grid-template-columns:1fr;gap:clamp(1.8rem,4vw,3rem);align-items:start;}
@media(min-width:880px){.splitW{grid-template-columns:.9fr 1.1fr;}}
.splitW h2{font-size:var(--text-heading);color:var(--text);max-width:16ch;}
.splitW-copy{display:flex;flex-direction:column;gap:1.1rem;max-width:62ch;color:var(--text-muted);}
.splitW-copy .textlink{align-self:flex-start;}

/* closing photo band (the "creating your future" block) */
.ctaW-inner{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:1.2rem;
  padding-block:clamp(2rem,6vw,4.5rem);}
.ctaW-inner h2{font-size:clamp(2.4rem,1.2rem + 4vw,4.6rem);letter-spacing:var(--tr-display);line-height:var(--lh-display);color:#fff;}
.ctaW-inner .lead{max-width:52ch;color:rgba(255,255,255,.88);margin-top:0;}
.ctaW-inner .eyebrow{margin-bottom:0;}

/* ============ CROSS-PAGE VIEW TRANSITIONS (premium page-to-page) ============
   Cross-document fade between pages. The fixed header is named so it holds
   steady (its transparent->solid state morphs in place) while the page content
   dissolves and settles up a few px. Degrades to an instant nav in browsers
   without the View Transitions API; fully disabled under reduced-motion.
   Mirror of the block in wolverine.css so home and sub-pages both opt in. */
@view-transition { navigation: auto; }
.site-header{ view-transition-name: aff-header; }
::view-transition-old(root){ animation: affPageOut .30s cubic-bezier(.4,0,1,1) both; }
::view-transition-new(root){ animation: affPageIn .44s cubic-bezier(.16,.84,.34,1) both; }
@keyframes affPageOut{ to{ opacity:0; } }
@keyframes affPageIn{ from{ opacity:0; transform:translateY(10px); } to{ opacity:1; transform:none; } }
@media (prefers-reduced-motion:reduce){
  ::view-transition-old(root),::view-transition-new(root){ animation:none !important; }
  .site-header{ view-transition-name:none; }
}

/* ============================================================
   HEADLESS CMS (2026-07-07) — announcement bar, partner funds
   tracker, events agenda calendar, and the three signup forms
   with their thank-you / error states. Additive; consumes the
   existing tokens. The announcement-bar rules are mirrored in
   wolverine.css so the home page matches.
   ============================================================ */

/* announcement bar — fixed, above the header, below the mobile overlay */
.cms-announce{position:fixed;top:0;left:0;right:0;z-index:55;
  background:var(--ink);color:#fff;border-left:3px solid var(--flame);
  font-family:var(--font-body);font-weight:500;font-size:.82rem;line-height:1.35;
  letter-spacing:.005em;text-align:center;text-wrap:balance;
  padding:.5rem clamp(2.6rem,6vw,3.4rem);}
.cms-announce[hidden]{display:none;}
body.has-announce .site-header{top:var(--announce-h,40px);}

/* ---- funds tracker (partner) — growth-green fill on a mist track ---- */
.cms-funds{max-width:640px;margin-top:1.8rem;background:var(--surface);
  border:1px solid var(--hair-local);border-radius:var(--radius-lg);
  padding:clamp(1.3rem,2.6vw,1.7rem) clamp(1.4rem,3vw,1.9rem);box-shadow:var(--lift-bone);}
.cms-funds__label{display:block;font-family:var(--font-body);font-weight:600;
  font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);}
.cms-funds__amount{display:block;margin-top:.55rem;font-family:var(--font-display);
  font-weight:var(--fw-display-bold);font-size:clamp(1.15rem,1rem + .8vw,1.5rem);
  line-height:1.2;letter-spacing:-.01em;color:var(--text);}
.cms-funds__amount b{font-weight:var(--fw-display-bold);color:var(--growth-ink);font-variant-numeric:tabular-nums;}
.cms-funds__track{margin-top:1rem;height:12px;border-radius:999px;background:var(--mist);
  overflow:hidden;border:1px solid var(--hair-local);}
.cms-funds__fill{display:block;height:100%;width:0;border-radius:999px;
  background:linear-gradient(90deg,var(--growth),var(--growth-deep));
  transition:width 1.1s var(--ease-out);}
.cms-funds__note{margin-top:.85rem;font-size:.9rem;color:var(--text-muted);}

/* ---- events agenda calendar — mist cards, fire-orange date chips ---- */
.cms-agenda{margin-top:clamp(1.8rem,3vw,2.6rem);display:grid;gap:1rem;}
.cms-agenda__empty{margin:0;padding:1.4rem 1.5rem;border:1px dashed var(--hair-local-strong);
  border-radius:var(--radius-lg);background:var(--surface);color:var(--text-muted);}
.cms-event{display:grid;grid-template-columns:auto 1fr;gap:1.1rem 1.4rem;align-items:start;
  background:var(--surface);border:1px solid var(--hair-local);border-radius:var(--radius-lg);
  padding:1.2rem 1.4rem;box-shadow:var(--lift-bone);
  transition:transform .4s var(--ease-out),border-color .4s var(--ease);}
.cms-event:hover{transform:translateY(-2px);border-color:var(--flame);}
.cms-chip{display:flex;flex-direction:column;align-items:center;justify-content:center;
  min-width:66px;padding:.55rem .6rem;border-radius:12px;background:var(--flame);color:#141414;
  font-family:var(--font-body);line-height:1;text-align:center;box-shadow:var(--lift-flame);}
.cms-chip .mon{font-weight:700;font-size:.66rem;letter-spacing:.14em;}
.cms-chip .day{font-weight:700;font-size:1.5rem;margin-top:.28rem;font-variant-numeric:tabular-nums;}
.cms-chip .yr{font-weight:600;font-size:.6rem;letter-spacing:.1em;margin-top:.22rem;opacity:.82;}
.cms-event__body{display:flex;flex-direction:column;gap:.35rem;min-width:0;}
.cms-event__title{font-family:var(--font-display);font-weight:var(--fw-display-bold);
  font-size:1.25rem;line-height:1.2;color:var(--text);}
.cms-event__meta{display:flex;flex-wrap:wrap;gap:.3rem .8rem;font-size:.9rem;color:var(--text-muted);}
.cms-event__meta .dot{color:var(--hair-local-strong);}
.cms-event__desc{margin:.2rem 0 0;font-size:.95rem;color:var(--text-muted);}
.cms-event__link{margin-top:.4rem;align-self:flex-start;}
/* whole-card link to the event detail page */
.cms-event--link{cursor:pointer;color:inherit;text-decoration:none;}
.cms-event--link:focus-visible{outline:2px solid var(--flame);outline-offset:3px;}
.cms-event__more{margin-top:.5rem;align-self:flex-start;display:inline-flex;align-items:center;gap:.4rem;
  font-weight:600;font-size:.9rem;color:var(--accent);}
.cms-event__more svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8;
  transition:transform .45s var(--ease);}
.cms-event--link:hover .cms-event__more svg,
.cms-event--link:focus-visible .cms-event__more svg{transform:translateX(3px);}
@media(max-width:519px){
  .cms-event{grid-template-columns:1fr;}
  .cms-chip{flex-direction:row;gap:.4rem;min-width:0;width:max-content;padding:.4rem .7rem;}
  .cms-chip .day{margin-top:0;font-size:1.15rem;}
  .cms-chip .yr{margin-top:0;}
}

/* ---- signup forms — reuse .field + .btn; container + states ---- */
.cms-form{margin-top:1.4rem;max-width:520px;display:grid;gap:.95rem;}
.cms-form--inline{grid-template-columns:1fr auto;align-items:end;gap:.8rem;max-width:560px;}
.cms-form .field{margin-top:0;}
.cms-form textarea{width:100%;min-height:120px;padding:1.35rem 1rem .7rem;resize:vertical;
  background:var(--bone);border:1px solid var(--hair-local-strong);border-radius:12px;
  color:var(--ink);font:inherit;line-height:1.5;transition:border-color .3s var(--ease);}
.cms-form textarea::placeholder{color:transparent;}
.cms-form textarea:focus{outline:none;border-color:var(--flame-ink);}
.cms-form .field textarea + span{top:1.15rem;}
.cms-form .field textarea:focus + span,
.cms-form .field textarea:not(:placeholder-shown) + span{transform:translateY(-.55rem);font-size:.7rem;color:var(--flame-ink);}
.cms-form .btn{align-self:start;}
.cms-form__error{margin:0;font-size:.85rem;color:var(--flame-ink);}
.block-ink .cms-form__error{color:var(--flame);}
@media(max-width:519px){.cms-form--inline{grid-template-columns:1fr;}}

/* branded thank-you — swaps in for a submitted form */
.cms-thanks{margin-top:1.4rem;max-width:560px;display:flex;gap:1rem;align-items:flex-start;
  background:var(--surface);border:1px solid var(--hair-local);border-radius:var(--radius-lg);
  padding:clamp(1.3rem,3vw,1.7rem);box-shadow:var(--lift-bone);}
.cms-thanks__mark{flex:none;width:40px;height:40px;border-radius:50%;display:grid;place-items:center;
  background:var(--growth);color:#fff;}
.cms-thanks__mark svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2.2;}
.cms-thanks h3{font-family:var(--font-display);font-weight:var(--fw-display-bold);
  font-size:1.25rem;color:var(--text);margin:.1rem 0 0;}
.cms-thanks p{margin:.35rem 0 0;color:var(--text-muted);font-size:.95rem;}
