/* ============================================================
   YOUTH NU'U — v2 additive components (load AFTER styles.css)
   New sections only; does not alter the approved draft's classes.
   Reuses the shared :root tokens (olive/brown/greige/tan…).
   ============================================================ */

/* --- condensed vertical rhythm for v2 (loads after base, so wins) --- */
.section{padding:66px 0}
.section.tight{padding:46px 0}
.section-head{margin-bottom:38px}
.cta{padding:80px 0}
.story .content{padding:64px 0}
.story{min-height:56vh}

/* --- watch caption: single condensed line above the video --- */
.watch-cap{text-align:center;color:var(--muted);font-size:1.18rem;max-width:52ch;margin:0 auto 26px}

/* --- mission copy: nudged slightly smaller so no widow line --- */
.mission .split .txt p{font-size:1.02rem}

/* --- two-column section header: title left, intro right, tops aligned --- */
.head-split{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:start;margin-bottom:38px}
.head-split h2.title{margin:.28em 0 0;max-width:12ch}
.head-split p{color:var(--muted);font-size:1.12rem;line-height:1.62;margin:0}
.section.dark .head-split p{color:rgba(255,255,255,.8)}
@media(max-width:900px){ .head-split{grid-template-columns:1fr;gap:16px} .head-split h2.title{max-width:none} }

/* --- sticky header: transparent over hero, frosted solid on scroll --- */
header.nav{position:fixed;transition:background .25s ease,box-shadow .25s ease,backdrop-filter .25s ease}
header.nav.scrolled{background:rgba(38,34,30,.85);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 10px 30px -18px rgba(0,0,0,.6)}
header.nav.scrolled .nav-inner{padding-top:15px;padding-bottom:15px}

/* --- get-involved: horizontal "give" band with two CTAs --- */
.support-band{display:flex;align-items:center;justify-content:space-between;gap:28px;flex-wrap:wrap;
  background:var(--olive);color:#fff;border-radius:var(--r);padding:30px 36px;margin-top:26px;
  box-shadow:var(--shadow)}
.support-band .t{font-family:"Murs Gothic","Archivo";font-weight:800;font-size:1.4rem;line-height:1.15}
.support-band .t small{display:block;font-family:"Public Sans";font-weight:500;font-size:.98rem;opacity:.85;margin-top:6px;max-width:48ch}
.support-band .sb-actions{display:flex;gap:12px;flex-wrap:wrap}
.support-band .btn-primary{background:#fff;color:var(--olive)}
.support-band .btn-primary:hover{background:var(--greige)}
.support-band .btn-ghost{border-color:rgba(255,255,255,.6);color:#fff}
.support-band .btn-ghost:hover{background:rgba(255,255,255,.14);border-color:#fff}
@media(max-width:760px){ .support-band{flex-direction:column;align-items:flex-start} .support-band .sb-actions{width:100%} .support-band .sb-actions .btn{flex:1;justify-content:center} }

/* --- dark split sections: bold text must stay light (base makes strong dark ink) --- */
.section.dark .split .txt p strong{color:#fff}

/* --- olive section: light body text (parent CSS only covers .dark) --- */
.section.olive .section-head p{color:rgba(255,255,255,.82)}
.section.olive .lede{color:rgba(255,255,255,.86)}
.section.olive .lede strong{color:#fff}

/* --- verbatim-quote emphasis: highlights alone skim as a story --- */
.hl{color:var(--olive);font-weight:700}
.section.dark .hl,.story .hl,.cta .hl{color:var(--tan)}
.q-em{font-style:italic}
.q-u{text-decoration:underline;text-decoration-color:var(--tan);text-decoration-thickness:2px;text-underline-offset:3px}

/* --- "what is" definition band + village ecosystem chips --- */
.define .lead-quote{font-family:"Murs Gothic","Archivo";font-weight:800;letter-spacing:-.02em;
  font-size:clamp(1.6rem,3vw,2.5rem);line-height:1.16;color:var(--brown);max-width:20ch}
.section.dark .define .lead-quote{color:#fff}
.village{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.village .v{display:inline-flex;align-items:center;gap:9px;background:var(--card);border:1px solid var(--line);
  border-radius:999px;padding:.6em 1.15em;font-weight:600;font-size:1rem;color:var(--ink)}
.section.dark .village .v{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.16);color:#fff}
.village .v b{font-weight:800;color:var(--olive)}
.section.dark .village .v b{color:var(--tan)}
.village .v .dot{width:8px;height:8px;border-radius:50%;background:var(--tan);flex:none}

/* --- testimonial cards (verbatim) --- */
.voices{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.voice{background:var(--card);border:1px solid var(--line);border-radius:var(--r);padding:34px 32px 30px;
  display:flex;flex-direction:column;box-shadow:0 20px 50px -34px rgba(38,34,30,.5)}
.voice .mk{font-family:"Murs Gothic","Archivo";font-weight:900;font-size:2.6rem;line-height:.6;color:var(--tan);height:.5em}
.voice blockquote{font-size:1.12rem;line-height:1.6;color:var(--ink);margin:14px 0 22px;flex:1}
.voice blockquote .hl{color:var(--olive)}
.voice .who{display:flex;align-items:center;gap:12px;border-top:1px solid var(--line);padding-top:18px}
.voice .who .av{width:44px;height:44px;border-radius:50%;background:var(--greige);display:grid;place-items:center;
  font-family:"Murs Gothic","Archivo";font-weight:800;color:var(--olive);flex:none;font-size:1.05rem}
.voice .who .nm{font-weight:800;color:var(--brown);font-size:1rem;line-height:1.2}
.voice .who .rl{color:var(--muted);font-size:.9rem}

/* --- olive session-flow: subtle emblem watermark filling the header's right --- */
.section.olive .wrap > .section-head, .section.olive .wrap > .flow{position:relative;z-index:1}
.flow-emblem{position:absolute;top:24px;right:24px;width:min(220px,20vw);height:auto;opacity:.13;z-index:0;pointer-events:none;user-select:none}
@media(max-width:900px){ .flow-emblem{display:none} }

/* --- session flow (a numbered rhythm, horizontally scrollable on small) --- */
.flow{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;counter-reset:step}
.flow .f{position:relative;padding-top:26px}
.flow .f::before{counter-increment:step;content:counter(step);position:absolute;top:0;left:0;
  font-family:"Murs Gothic","Archivo";font-weight:900;font-size:.95rem;color:#fff;background:var(--olive);
  width:34px;height:34px;border-radius:9px;display:grid;place-items:center}
.flow .f h4{font-family:"Murs Gothic","Archivo";font-weight:800;font-size:1.06rem;color:#fff;margin:16px 0 .35em}
.flow .f .te{font-style:italic;color:var(--tan);font-size:.82rem;font-weight:600;letter-spacing:.01em;display:block;margin-bottom:.4em}
.flow .f p{color:rgba(255,255,255,.76);font-size:.94rem;line-height:1.5}
.flow .f::after{content:"";position:absolute;top:16px;left:34px;right:-16px;height:2px;
  background:repeating-linear-gradient(90deg,rgba(194,172,130,.5) 0 6px,transparent 6px 12px)}
.flow .f:last-child::after{display:none}

/* --- reassurance / "come as you are" band --- */
.reassure{background:var(--greige)}
.reassure .inner{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:center}
.reassure .big{font-family:"Murs Gothic","Archivo";font-weight:800;letter-spacing:-.02em;
  font-size:clamp(2rem,3.6vw,3rem);line-height:1.08;color:var(--brown)}
.reassure .big em{font-style:normal;color:var(--olive)}
.reassure ul{list-style:none;display:grid;gap:16px}
.reassure li{display:flex;gap:14px;font-size:1.08rem;color:var(--ink)}
.reassure li .ck{flex:none;width:26px;height:26px;border-radius:50%;background:var(--olive);color:#fff;
  display:grid;place-items:center;font-size:.8rem;font-weight:800;margin-top:2px}
.reassure li b{font-weight:800;color:var(--brown)}

/* --- narrative story block (transformation) --- */
.narr{max-width:760px;margin:0 auto}
.narr p{font-size:1.16rem;line-height:1.72;color:var(--muted);margin-bottom:1.15em}
.narr p strong{color:var(--ink)}
.narr .kick{font-family:"Murs Gothic","Archivo";font-weight:800;font-size:clamp(1.5rem,2.6vw,2rem);
  line-height:1.2;color:var(--brown);margin-bottom:.8em;max-width:24ch}
.narr .pull{border-left:3px solid var(--olive);padding-left:22px;margin:26px 0;font-family:"Murs Gothic","Archivo";
  font-weight:700;font-size:1.3rem;line-height:1.32;color:var(--brown)}

/* --- framework trio, richer --- */
.triad{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.triad .t{background:var(--card);border:1px solid var(--line);border-radius:var(--r);padding:34px 30px}
.section.dark .triad .t{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.14)}
.triad .t .w{font-family:"Murs Gothic","Archivo";font-weight:900;font-size:1.7rem;color:var(--olive);letter-spacing:-.02em}
.section.dark .triad .t .w{color:var(--tan)}
.triad .t .mi{display:block;font-style:italic;color:var(--muted);font-size:.92rem;margin:.1em 0 .7em}
.section.dark .triad .t .mi{color:rgba(255,255,255,.6)}
.triad .t p{color:var(--muted);font-size:1.02rem;line-height:1.6}
.section.dark .triad .t p{color:rgba(255,255,255,.78)}

@media(max-width:960px){
  .voices{grid-template-columns:1fr}
  .flow{grid-template-columns:1fr 1fr;gap:26px}
  .flow .f::after{display:none}
  .reassure .inner,.triad{grid-template-columns:1fr;gap:30px}
  .define .lead-quote{max-width:none}
}
@media(max-width:560px){ .flow{grid-template-columns:1fr} }
