@charset "utf-8";
/* ============================================================================
   SEATTLE RADIO FIELD DAY — BRAND + SITE STYLESHEET
   ----------------------------------------------------------------------------
   Identity: "PNW Evergreen & Sunset"

   The palette is deliberately not any one host club's colours. It belongs to
   the joint event: deep evergreen for the forest and the credibility, warm
   sunset amber for the summer-weekend energy, cedar for the accents.

   Structure of this file
     1.  Tokens (colour, type, space, radius, shadow)
     2.  Reset + base
     3.  Typography
     4.  Layout primitives
     5.  Buttons + links
     6.  Header / navigation
     7.  Hero
     8.  Cards + panels
     9.  Photo system (figures, grid, carousel, lightbox)
     10. Schedule + tables
     11. Site map
     12. Forms + sign-up blocks
     13. FAQ / accordion
     14. Footer
     15. Utilities
     16. Motion + print
   ========================================================================== */

/* ---------------------------------------------------------------------------
   1. TOKENS
   ------------------------------------------------------------------------ */
:root {
  /* --- Brand core ------------------------------------------------------- */
  --spruce-900: #08201a;
  --spruce-800: #0d2c24;
  --spruce-700: #133a2f;
  --spruce-600: #1b4d3e;
  --spruce-500: #266852;
  --spruce-400: #3d8768;
  --moss-300:   #74ac8d;
  --moss-200:   #a8cbb5;
  --moss-100:   #d8e8de;

  --amber-600:  #c9761d;
  --amber-500:  #e8912c;
  --amber-400:  #f4a93f;
  --amber-300:  #f8c473;
  --amber-100:  #fdecd0;

  --ember-600:  #b8431f;
  --ember-500:  #d95f31;

  --sand-50:    #faf7f1;
  --sand-100:   #f4efe5;
  --sand-200:   #e8e0d1;

  --ink-900:    #10201b;
  --ink-700:    #2c3f38;
  --ink-500:    #52655d;
  --ink-400:    #74857d;

  /* --- Semantic (light) -------------------------------------------------- */
  --bg:            var(--sand-50);
  --bg-raised:     #ffffff;
  --bg-sunk:       var(--sand-100);
  --bg-inverse:    var(--spruce-800);
  --bg-accent:     var(--moss-100);

  --text:          var(--ink-900);
  --text-muted:    var(--ink-500);
  --text-faint:    var(--ink-400);
  --text-inverse:  #ffffff;
  --text-on-dark-muted: #b9d2c5;

  --brand:         var(--spruce-600);
  --brand-strong:  var(--spruce-700);
  --accent:        var(--amber-500);
  --accent-strong: var(--amber-600);
  --accent-text:   var(--amber-600);

  --border:        #ddd6c7;
  --border-strong: #c7bda9;
  --border-onDark: rgba(255, 255, 255, .16);

  --focus:         var(--amber-400);

  /* --- Type ------------------------------------------------------------- */
  --font-sans: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto,
               "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  --font-display: var(--font-sans);
  --font-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas,
               "Liberation Mono", monospace;

  /* Fluid scale — clamp(min, preferred, max) */
  --t-xs:   0.78rem;
  --t-sm:   0.875rem;
  --t-base: 1.0625rem;
  --t-md:   clamp(1.125rem, 0.4vw + 1.03rem, 1.25rem);
  --t-lg:   clamp(1.3rem,  0.8vw + 1.1rem,  1.6rem);
  --t-xl:   clamp(1.6rem,  1.6vw + 1.2rem,  2.25rem);
  --t-2xl:  clamp(2rem,    2.6vw + 1.35rem, 3rem);
  --t-3xl:  clamp(2.4rem,  4.2vw + 1.4rem,  4.25rem);
  --t-4xl:  clamp(2.8rem,  6vw + 1.4rem,    5.5rem);

  /* --- Space ------------------------------------------------------------ */
  --s-1: 0.25rem;  --s-2: 0.5rem;   --s-3: 0.75rem;  --s-4: 1rem;
  --s-5: 1.5rem;   --s-6: 2rem;     --s-7: 2.75rem;  --s-8: 4rem;
  --s-9: 6rem;     --s-10: 8rem;

  --section-y: clamp(3.5rem, 7vw, 6.5rem);
  --gutter: clamp(1.15rem, 4vw, 2.5rem);
  --wrap: 1200px;
  --wrap-narrow: 760px;
  --wrap-wide: 1440px;

  /* --- Shape ------------------------------------------------------------ */
  --r-sm: 6px;  --r-md: 12px;  --r-lg: 18px;  --r-xl: 28px;  --r-pill: 999px;

  --shadow-sm: 0 1px 2px rgba(8, 32, 26, .06), 0 2px 6px rgba(8, 32, 26, .05);
  --shadow-md: 0 4px 10px rgba(8, 32, 26, .07), 0 12px 28px rgba(8, 32, 26, .08);
  --shadow-lg: 0 10px 24px rgba(8, 32, 26, .10), 0 28px 64px rgba(8, 32, 26, .14);

  --ring: 0 0 0 3px var(--bg), 0 0 0 6px var(--focus);
}

/* --- Dark theme ---------------------------------------------------------- */
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --bg:            #0a1a15;
    --bg-raised:     #10251e;
    --bg-sunk:       #071410;
    --bg-inverse:    #061410;
    --bg-accent:     #122c23;

    --text:          #eaf3ee;
    --text-muted:    #a9c2b6;
    --text-faint:    #7d998c;

    --brand:         var(--moss-300);
    --brand-strong:  var(--moss-200);
    --accent:        var(--amber-400);
    --accent-strong: var(--amber-300);
    --accent-text:   var(--amber-300);

    --border:        rgba(255, 255, 255, .12);
    --border-strong: rgba(255, 255, 255, .22);

    --shadow-sm: 0 1px 2px rgba(0,0,0,.4);
    --shadow-md: 0 6px 18px rgba(0,0,0,.45);
    --shadow-lg: 0 18px 50px rgba(0,0,0,.55);

    --ring: 0 0 0 3px var(--bg), 0 0 0 6px var(--focus);
  }
}
:root[data-theme="dark"] {
  --bg: #0a1a15;         --bg-raised: #10251e;  --bg-sunk: #071410;
  --bg-inverse: #061410; --bg-accent: #122c23;
  --text: #eaf3ee;       --text-muted: #a9c2b6; --text-faint: #7d998c;
  --brand: var(--moss-300);  --brand-strong: var(--moss-200);
  --accent: var(--amber-400); --accent-strong: var(--amber-300);
  --accent-text: var(--amber-300);
  --border: rgba(255,255,255,.12); --border-strong: rgba(255,255,255,.22);
  --shadow-sm: 0 1px 2px rgba(0,0,0,.4);
  --shadow-md: 0 6px 18px rgba(0,0,0,.45);
  --shadow-lg: 0 18px 50px rgba(0,0,0,.55);
}

/* ---------------------------------------------------------------------------
   2. RESET + BASE
   ------------------------------------------------------------------------ */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-sans);
  font-size: var(--t-base);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, picture, svg, video, canvas { display: block; max-width: 100%; }
img { height: auto; }
input, button, textarea, select { font: inherit; color: inherit; }

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 2px;
  border-radius: var(--r-sm);
}
:focus:not(:focus-visible) { outline: none; }

::selection { background: var(--amber-300); color: var(--spruce-900); }

.skip-link {
  position: absolute; left: var(--s-4); top: -100px;
  z-index: 999;
  background: var(--accent); color: var(--spruce-900);
  padding: var(--s-3) var(--s-5);
  border-radius: var(--r-pill); font-weight: 700;
  text-decoration: none;
  transition: top .18s ease;
}
.skip-link:focus { top: var(--s-4); }

/* ---------------------------------------------------------------------------
   3. TYPOGRAPHY
   ------------------------------------------------------------------------ */
h1, h2, h3, h4, h5 {
  font-family: var(--font-display);
  line-height: 1.08;
  letter-spacing: -0.025em;
  font-weight: 800;
  text-wrap: balance;
  color: var(--text);
}
h1 { font-size: var(--t-3xl); letter-spacing: -0.035em; }
h2 { font-size: var(--t-2xl); }
h3 { font-size: var(--t-xl); letter-spacing: -0.02em; }
h4 { font-size: var(--t-lg); letter-spacing: -0.015em; }
h5 { font-size: var(--t-md); letter-spacing: 0; font-weight: 700; }

p { text-wrap: pretty; }
p + p { margin-top: 1em; }

.lede {
  font-size: var(--t-md);
  line-height: 1.6;
  color: var(--text-muted);
}
.lede-lg { font-size: var(--t-lg); line-height: 1.45; color: var(--text-muted); font-weight: 400; }

/* Eyebrow — small uppercase label above a heading */
.eyebrow {
  display: inline-flex; align-items: center; gap: var(--s-2);
  font-size: var(--t-xs);
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-text);
  margin-bottom: var(--s-3);
}
.eyebrow::before {
  content: ""; width: 1.75rem; height: 3px; border-radius: 2px;
  background: var(--accent); flex: none;
}
.eyebrow--plain::before { display: none; }
.on-dark .eyebrow { color: var(--amber-300); }

.section-head { max-width: 62ch; margin-bottom: var(--s-7); }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head--center .eyebrow { justify-content: center; }
.section-head > p { margin-top: var(--s-4); }

/* Rule with centred label, as in the mock-up */
.rule-head {
  display: flex; align-items: center; gap: var(--s-5);
  margin-bottom: var(--s-7);
}
.rule-head::before, .rule-head::after {
  content: ""; height: 2px; flex: 1;
  background: linear-gradient(90deg, transparent, var(--border-strong));
}
.rule-head::after { background: linear-gradient(270deg, transparent, var(--border-strong)); }
.rule-head > * {
  font-size: var(--t-lg); font-weight: 800; letter-spacing: .04em;
  text-transform: uppercase; text-align: center; color: var(--brand);
}
.on-dark .rule-head > * { color: #fff; }
.on-dark .rule-head::before { background: linear-gradient(90deg, transparent, var(--border-onDark)); }
.on-dark .rule-head::after  { background: linear-gradient(270deg, transparent, var(--border-onDark)); }

.prose { max-width: 68ch; }
.prose > * + * { margin-top: var(--s-4); }
.prose h2 { margin-top: var(--s-7); }
.prose h3 { margin-top: var(--s-6); }
.prose ul, .prose ol { padding-left: 1.35em; }
.prose li + li { margin-top: .4em; }
.prose a { color: var(--brand); text-underline-offset: 3px; }

/* ---------------------------------------------------------------------------
   4. LAYOUT
   ------------------------------------------------------------------------ */
.wrap      { width: 100%; max-width: var(--wrap);       margin-inline: auto; padding-inline: var(--gutter); }
.wrap-narrow { width: 100%; max-width: var(--wrap-narrow); margin-inline: auto; padding-inline: var(--gutter); }
.wrap-wide { width: 100%; max-width: var(--wrap-wide);  margin-inline: auto; padding-inline: var(--gutter); }

.section { padding-block: var(--section-y); }
.section--tight { padding-block: clamp(2.5rem, 5vw, 4rem); }
.section--sunk    { background: var(--bg-sunk); }
.section--raised  { background: var(--bg-raised); }
.section--accent  { background: var(--bg-accent); }
.section--inverse {
  background: var(--bg-inverse); color: var(--text-inverse);
}
.section--inverse h1, .section--inverse h2, .section--inverse h3,
.section--inverse h4, .section--inverse h5 { color: #fff; }
.section--inverse .lede, .section--inverse .lede-lg { color: var(--text-on-dark-muted); }

/* Evergreen texture band — subtle topographic feel without an image */
.section--forest {
  background:
    radial-gradient(1200px 400px at 15% -10%, rgba(116,172,141,.16), transparent 60%),
    radial-gradient(900px 380px at 90% 110%, rgba(244,169,63,.14), transparent 62%),
    linear-gradient(160deg, var(--spruce-800), var(--spruce-700) 55%, var(--spruce-900));
  color: var(--text-inverse);
}
.section--forest h1, .section--forest h2, .section--forest h3, .section--forest h4 { color: #fff; }
.section--forest .lede, .section--forest .lede-lg, .section--forest p { color: var(--text-on-dark-muted); }

.grid { display: grid; gap: var(--s-5); }
.grid-2 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 22rem), 1fr)); }
.grid-3 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 17rem), 1fr)); }
.grid-4 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 13rem), 1fr)); }

.split {
  display: grid; gap: clamp(2rem, 5vw, 4rem);
  grid-template-columns: 1fr;
  align-items: center;
}
@media (min-width: 60rem) {
  .split { grid-template-columns: 1fr 1fr; }
  .split--wide-left  { grid-template-columns: 1.25fr 1fr; }
  .split--wide-right { grid-template-columns: 1fr 1.25fr; }
  .split--top { align-items: start; }
  .split__media--first { order: -1; }
}

.stack > * + * { margin-top: var(--s-4); }
.stack-lg > * + * { margin-top: var(--s-6); }

.cluster { display: flex; flex-wrap: wrap; gap: var(--s-3); align-items: center; }
.cluster--center { justify-content: center; }

/* ---------------------------------------------------------------------------
   5. BUTTONS + LINKS
   ------------------------------------------------------------------------ */
.btn {
  --btn-bg: var(--brand);
  --btn-fg: #fff;
  --btn-bd: transparent;
  display: inline-flex; align-items: center; justify-content: center;
  gap: var(--s-2);
  padding: 0.8em 1.5em;
  min-height: 2.9rem;
  background: var(--btn-bg); color: var(--btn-fg);
  border: 2px solid var(--btn-bd);
  border-radius: var(--r-pill);
  font-weight: 700; font-size: var(--t-base);
  letter-spacing: -0.005em;
  text-decoration: none; cursor: pointer;
  transition: transform .14s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease;
  box-shadow: var(--shadow-sm);
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn:active { transform: translateY(0); }

.btn--accent  { --btn-bg: var(--accent); --btn-fg: var(--spruce-900); }
.btn--accent:hover { --btn-bg: var(--amber-400); }
.btn--ember   { --btn-bg: var(--ember-500); --btn-fg: #fff; }
.btn--ghost   { --btn-bg: transparent; --btn-fg: var(--text); --btn-bd: var(--border-strong); box-shadow: none; }
.btn--ghost:hover { --btn-bd: var(--brand); --btn-fg: var(--brand); }
.btn--onDark  { --btn-bg: rgba(255,255,255,.1); --btn-fg: #fff; --btn-bd: rgba(255,255,255,.32); box-shadow: none; }
.btn--onDark:hover { --btn-bg: rgba(255,255,255,.18); }
.btn--lg { font-size: var(--t-md); padding: 0.9em 1.9em; min-height: 3.4rem; }
.btn--sm { font-size: var(--t-sm); padding: 0.55em 1.1em; min-height: 2.25rem; }
.btn--block { width: 100%; }
.btn svg { width: 1.15em; height: 1.15em; flex: none; }

/* A link that reads as an action without being a button */
.link-arrow {
  display: inline-flex; align-items: center; gap: var(--s-2);
  font-weight: 700; color: var(--brand);
  text-decoration: none;
  text-underline-offset: 4px;
}
.link-arrow::after {
  content: "→"; transition: transform .16s ease; font-weight: 600;
}
.link-arrow:hover { text-decoration: underline; }
.link-arrow:hover::after { transform: translateX(4px); }
.on-dark .link-arrow, .section--forest .link-arrow, .section--inverse .link-arrow { color: var(--amber-300); }

/* Placeholder link: config URL not filled in yet */
.btn[data-placeholder], .link-arrow[data-placeholder] {
  position: relative;
  cursor: not-allowed;
  opacity: .62;
  filter: saturate(.35);
}
.btn[data-placeholder]:hover { transform: none; box-shadow: var(--shadow-sm); }
.placeholder-note {
  display: inline-block;
  margin-top: var(--s-2);
  font-size: var(--t-xs); font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  color: var(--ember-600);
  background: var(--amber-100);
  border: 1px dashed var(--ember-500);
  border-radius: var(--r-sm);
  padding: .2em .6em;
}
:root[data-theme="dark"] .placeholder-note {
  background: rgba(217, 95, 49, .16);
  color: var(--amber-300);
  border-color: var(--ember-500);
}

/* ---------------------------------------------------------------------------
   6. HEADER / NAV
   ------------------------------------------------------------------------ */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: var(--spruce-800);
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.site-header::after {
  content: ""; position: absolute; inset-inline: 0; bottom: -3px; height: 3px;
  background: linear-gradient(90deg, var(--spruce-500), var(--amber-500) 45%, var(--ember-500));
}
.site-header__inner {
  display: flex; align-items: center; gap: var(--s-5);
  min-height: 4.5rem;
  padding-block: var(--s-3);
}

.brand-lockup {
  display: flex; align-items: center; gap: var(--s-3);
  text-decoration: none; color: #fff; flex: none;
  margin-right: auto;
}
.brand-lockup__mark { width: 2.9rem; height: 2.9rem; flex: none; }
.brand-lockup__text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-lockup__name {
  font-weight: 900; font-size: 1.02rem; letter-spacing: -0.01em;
  text-transform: uppercase;
}
.brand-lockup__name em { font-style: normal; color: var(--amber-400); }
.brand-lockup__tag {
  font-size: 0.68rem; letter-spacing: .1em; text-transform: uppercase;
  color: var(--moss-200); font-weight: 600;
}
@media (max-width: 26rem) {
  .brand-lockup__tag { display: none; }
}

.nav { display: flex; align-items: center; gap: var(--s-1); }
.nav a {
  display: block;
  padding: .55rem .8rem;
  color: #dcece3; text-decoration: none;
  font-weight: 600; font-size: var(--t-sm);
  border-radius: var(--r-sm);
  white-space: nowrap;
  transition: background-color .15s ease, color .15s ease;
}
.nav a:hover { background: rgba(255,255,255,.1); color: #fff; }
.nav a[aria-current="page"] { color: var(--amber-300); background: rgba(255,255,255,.07); }

.nav__group { position: relative; }
.nav__toggle {
  display: inline-flex; align-items: center; gap: .35rem;
  padding: .55rem .8rem; background: none; border: 0;
  color: #dcece3; font-weight: 600; font-size: var(--t-sm);
  border-radius: var(--r-sm); cursor: pointer;
}
.nav__toggle:hover { background: rgba(255,255,255,.1); color: #fff; }
.nav__toggle svg { width: .7em; height: .7em; transition: transform .18s ease; }
.nav__toggle[aria-expanded="true"] svg { transform: rotate(180deg); }
.nav__menu {
  position: absolute; top: calc(100% + .5rem); left: 0;
  /* Must sit above .site-header::after, the gradient rule, which is a
     positioned sibling painted later in the same stacking context. */
  z-index: 5;
  min-width: 15rem;
  background: var(--bg-raised); color: var(--text);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  box-shadow: var(--shadow-lg);
  padding: var(--s-2);
  display: none;
}
.nav__menu[data-open] { display: block; }
.nav__menu a { color: var(--text); font-size: var(--t-sm); padding: .5rem .7rem; }
.nav__menu a:hover { background: var(--bg-accent); color: var(--brand-strong); }
.nav__menu a small { display: block; font-weight: 500; color: var(--text-faint); font-size: var(--t-xs); }

.nav-cta { flex: none; }

.nav-burger {
  display: none;
  width: 2.75rem; height: 2.75rem;
  align-items: center; justify-content: center;
  background: rgba(255,255,255,.1); border: 0; border-radius: var(--r-sm);
  color: #fff; cursor: pointer; flex: none;
}
.nav-burger svg { width: 1.4rem; height: 1.4rem; }

@media (max-width: 68rem) {
  .nav-burger { display: inline-flex; }
  .nav {
    position: fixed; inset: 4.5rem 0 auto 0;
    flex-direction: column; align-items: stretch;
    gap: 0;
    background: var(--spruce-800);
    border-bottom: 3px solid var(--amber-500);
    padding: var(--s-3) var(--gutter) var(--s-6);
    max-height: calc(100dvh - 4.5rem);
    overflow-y: auto;
    display: none;
    box-shadow: var(--shadow-lg);
  }
  .nav[data-open] { display: flex; }
  .nav a, .nav__toggle { padding: .8rem .6rem; font-size: var(--t-base); width: 100%; text-align: left; }
  .nav__group { position: static; }
  .nav__menu {
    position: static; display: none; box-shadow: none;
    background: rgba(0,0,0,.22); border: 0; border-radius: var(--r-sm);
    margin: 0 0 var(--s-2) var(--s-4);
  }
  .nav__menu[data-open] { display: block; }
  .nav__menu a { color: #dcece3; }
  .nav__menu a small { color: var(--moss-200); }
  .nav__menu a:hover { background: rgba(255,255,255,.1); color: #fff; }
  .nav-cta { display: none; }
  .nav .nav-cta--mobile { display: inline-flex; margin-top: var(--s-4); }
  /* Buttons inside the mobile nav must keep button styling, not inherit the
     pale link colour and full-width link padding above. */
  .nav a.btn {
    color: var(--btn-fg);
    padding: .8em 1.5em;
    width: auto;
    text-align: center;
    justify-content: center;
  }
}
@media (min-width: 68.001rem) {
  .nav .nav-cta--mobile { display: none; }
}

/* ---------------------------------------------------------------------------
   7. HERO
   ------------------------------------------------------------------------ */
.hero {
  position: relative;
  background: var(--spruce-800);
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}
.hero__media { position: absolute; inset: 0; z-index: -2; }
.hero__media img, .hero__media .ph {
  width: 100%; height: 100%; object-fit: cover;
}
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(100deg,
      rgba(8,32,26,.96) 0%,
      rgba(8,32,26,.90) 32%,
      rgba(8,32,26,.55) 58%,
      rgba(8,32,26,.30) 100%);
}
@media (max-width: 48rem) {
  .hero::before {
    background: linear-gradient(180deg, rgba(8,32,26,.86) 0%, rgba(8,32,26,.92) 55%, rgba(8,32,26,.97) 100%);
  }
}
.hero__inner {
  position: relative;
  padding-block: clamp(3.5rem, 9vw, 7rem);
  max-width: 40rem;
}
.hero h1 {
  font-size: var(--t-4xl);
  color: #fff;
  letter-spacing: -0.04em;
  /* Not tighter than ~1.05. Below that, a line whose descenders (g, y, p)
     sit under the next line's ascenders (f, F, d, l) reads as a smaller gap
     than a line without them, so the leading looks inconsistent from line to
     line even though it is mathematically even. */
  line-height: 1.06;
}
.hero__accent-rule {
  width: 5.5rem; height: 5px; border-radius: 3px;
  background: var(--amber-500);
  margin-block: var(--s-5);
}
.hero p.lede-lg { color: #d7e7de; }
.hero .eyebrow { color: var(--amber-300); }
.hero .cluster { margin-top: var(--s-6); }

/* Compact hero for interior pages */
.hero--page .hero__inner { padding-block: clamp(2.75rem, 6vw, 4.5rem); max-width: 46rem; }
.hero--page h1 { font-size: var(--t-3xl); }

/* Key facts strip under the hero */
.factbar {
  background: var(--spruce-900);
  color: #fff;
  border-top: 1px solid rgba(255,255,255,.08);
}
.factbar__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 13rem), 1fr));
  gap: 1px;
  background: rgba(255,255,255,.1);
}
.factbar__item {
  background: var(--spruce-900);
  padding: var(--s-5) var(--s-4);
  display: flex; gap: var(--s-3); align-items: flex-start;
}
.factbar__icon { width: 1.6rem; height: 1.6rem; color: var(--amber-400); flex: none; margin-top: .15rem; }
.factbar__label {
  font-size: var(--t-xs); letter-spacing: .14em; text-transform: uppercase;
  color: var(--moss-200); font-weight: 700; display: block;
}
.factbar__value { font-weight: 700; font-size: var(--t-base); line-height: 1.35; }
.factbar__value small { display: block; font-weight: 500; font-size: var(--t-sm); color: var(--moss-200); }

/* Countdown */
.countdown { display: flex; gap: var(--s-3); flex-wrap: wrap; }
.countdown__unit {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--r-md);
  padding: var(--s-3) var(--s-4);
  min-width: 4.5rem; text-align: center;
}
.countdown__num {
  display: block; font-size: var(--t-xl); font-weight: 900;
  line-height: 1; color: #fff; font-variant-numeric: tabular-nums;
}
.countdown__lbl {
  font-size: var(--t-xs); letter-spacing: .12em; text-transform: uppercase;
  color: var(--moss-200); font-weight: 700;
}

/* ---------------------------------------------------------------------------
   8. CARDS + PANELS
   ------------------------------------------------------------------------ */
.card {
  background: var(--bg-raised);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: var(--s-5);
  box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column; gap: var(--s-3);
  transition: transform .18s ease, box-shadow .22s ease, border-color .18s ease;
}
.card--link:hover, .card--link:focus-within {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: var(--moss-300);
}
.card__icon {
  width: 2.75rem; height: 2.75rem;
  display: grid; place-items: center;
  background: var(--bg-accent); color: var(--brand);
  border-radius: var(--r-md); flex: none;
}
.card__icon svg { width: 1.5rem; height: 1.5rem; }
.card h3 { font-size: var(--t-lg); }
.card p { color: var(--text-muted); font-size: var(--t-sm); line-height: 1.6; }
.card__foot { margin-top: auto; padding-top: var(--s-3); }
.card--media { padding: 0; overflow: hidden; }
.card--media .card__body { padding: var(--s-5); display: flex; flex-direction: column; gap: var(--s-3); flex: 1; }

/* Audience cards — the four big doors on the home page */
.audience-card {
  position: relative;
  display: flex; flex-direction: column;
  background: var(--bg-raised);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .24s ease;
  text-decoration: none; color: inherit;
}
.audience-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.audience-card__media { aspect-ratio: 4 / 3; position: relative; overflow: hidden; }
/* Direct children only — these are rendered "bare" (no <figure> wrapper) so
   that a click lands on the card's own link instead of a lightbox. */
.audience-card__media > img, .audience-card__media > .ph {
  width: 100%; height: 100%; object-fit: cover;
}
.audience-card:hover .audience-card__media > img { transform: scale(1.04); }
.audience-card__media > img { transition: transform .5s cubic-bezier(.2,.7,.3,1); }
.audience-card__body { padding: var(--s-5); display: flex; flex-direction: column; gap: var(--s-2); flex: 1; }
.audience-card__body h3 { font-size: var(--t-lg); }
.audience-card__body p { color: var(--text-muted); font-size: var(--t-sm); flex: 1; }
.audience-card__badge {
  position: absolute; top: var(--s-3); left: var(--s-3);
  background: var(--accent); color: var(--spruce-900);
  font-size: var(--t-xs); font-weight: 800; letter-spacing: .1em;
  text-transform: uppercase;
  padding: .3em .7em; border-radius: var(--r-pill);
}
.audience-card .link-arrow { margin-top: var(--s-2); }

/* Stat / number callouts */
.stat { text-align: center; padding: var(--s-4); }
.stat__num {
  display: block; font-size: var(--t-2xl); font-weight: 900;
  color: var(--accent-text); line-height: 1; letter-spacing: -0.03em;
}
.section--forest .stat__num, .section--inverse .stat__num { color: var(--amber-400); }
.stat__lbl { font-size: var(--t-sm); color: var(--text-muted); margin-top: var(--s-2); display: block; }
.section--forest .stat__lbl { color: var(--text-on-dark-muted); }

/* Callout / notice */
.callout {
  border-left: 5px solid var(--accent);
  background: var(--bg-accent);
  padding: var(--s-5);
  border-radius: 0 var(--r-md) var(--r-md) 0;
}
.callout h4 { margin-bottom: var(--s-2); }
.callout--info { border-left-color: var(--spruce-500); }
.callout--warn { border-left-color: var(--ember-500); }

/* Org / partner logos row */
.orgs { display: grid; gap: var(--s-4); grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr)); }
.org {
  background: var(--bg-raised); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: var(--s-5);
  display: flex; flex-direction: column; gap: var(--s-2);
  text-decoration: none; color: inherit;
  transition: border-color .18s ease, transform .18s ease;
}
.org:hover { border-color: var(--moss-300); transform: translateY(-2px); }
.org__abbr {
  font-size: var(--t-lg); font-weight: 900; color: var(--brand);
  letter-spacing: -0.02em;
}
.org__name { font-size: var(--t-sm); font-weight: 700; }
.org__blurb { font-size: var(--t-sm); color: var(--text-muted); }

/* Role cards (volunteer page) */
.role { border-top: 4px solid var(--accent); }
.role__meta {
  display: flex; flex-wrap: wrap; gap: var(--s-2);
  margin-top: auto; padding-top: var(--s-3);
}
.tag {
  display: inline-flex; align-items: center; gap: .3em;
  font-size: var(--t-xs); font-weight: 700;
  padding: .3em .7em; border-radius: var(--r-pill);
  background: var(--bg-sunk); color: var(--text-muted);
  border: 1px solid var(--border);
}
.tag--accent { background: var(--amber-100); color: var(--amber-600); border-color: var(--amber-300); }
.tag--brand  { background: var(--moss-100); color: var(--spruce-700); border-color: var(--moss-200); }
:root[data-theme="dark"] .tag--accent { background: rgba(244,169,63,.14); color: var(--amber-300); }
:root[data-theme="dark"] .tag--brand  { background: rgba(116,172,141,.14); color: var(--moss-200); }

/* Topic idea chips */
.topics { display: grid; gap: var(--s-3); grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr)); }
.topic {
  background: var(--bg-raised); border: 1px solid var(--border);
  border-left: 4px solid var(--moss-300);
  border-radius: var(--r-sm); padding: var(--s-4);
}
.topic strong { display: block; font-size: var(--t-base); }
.topic span { font-size: var(--t-sm); color: var(--text-muted); }

/* ---------------------------------------------------------------------------
   9. PHOTO SYSTEM
   ------------------------------------------------------------------------ */

/* Generated placeholder tile — used until a real photo is dropped in */
.ph {
  position: relative;
  display: grid; place-items: center;
  width: 100%; height: 100%;
  min-height: 8rem;
  background:
    repeating-linear-gradient(135deg,
      rgba(255,255,255,.035) 0 12px, transparent 12px 24px),
    linear-gradient(150deg, var(--spruce-600), var(--spruce-800));
  color: var(--moss-200);
  text-align: center;
  padding: var(--s-4);
  overflow: hidden;
}
.ph__icon { width: clamp(2rem, 12%, 3.5rem); height: auto; opacity: .55; margin-bottom: var(--s-2); }
.ph__label {
  font-size: var(--t-xs); font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; opacity: .8; line-height: 1.4;
}
.ph__note {
  font-size: var(--t-xs); opacity: .55; margin-top: .35em;
  font-family: var(--font-mono); word-break: break-word;
}
.ph::after {
  content: ""; position: absolute; inset: 0;
  border: 2px dashed rgba(168,203,181,.28);
  border-radius: inherit; pointer-events: none;
}

figure { margin: 0; }
.figure {
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--bg-sunk);
  box-shadow: var(--shadow-md);
}
.figure > img, .figure > .ph { width: 100%; display: block; }
.figure figcaption {
  padding: var(--s-3) var(--s-4);
  font-size: var(--t-sm); color: var(--text-muted);
  background: var(--bg-raised);
  border-top: 1px solid var(--border);
}
.figure--tall > img, .figure--tall > .ph { aspect-ratio: 3 / 4; object-fit: cover; }
.figure--wide > img, .figure--wide > .ph { aspect-ratio: 16 / 9; object-fit: cover; }
.figure--square > img, .figure--square > .ph { aspect-ratio: 1; object-fit: cover; }

/* Gallery grid */
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 15rem), 1fr));
  gap: var(--s-3);
}
.gallery--lg { grid-template-columns: repeat(auto-fill, minmax(min(100%, 20rem), 1fr)); }

.gallery__item {
  position: relative;
  display: block; padding: 0; border: 0;
  background: var(--bg-sunk);
  border-radius: var(--r-md);
  overflow: hidden;
  cursor: zoom-in;
  aspect-ratio: 4 / 3;
  box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .24s ease;
}
.gallery__item:hover { transform: translateY(-3px) scale(1.012); box-shadow: var(--shadow-lg); z-index: 2; }
.gallery__item img, .gallery__item .ph { width: 100%; height: 100%; object-fit: cover; }
.gallery__item .gallery__cap {
  display: block;
  position: absolute; inset-inline: 0; bottom: 0;
  padding: var(--s-5) var(--s-3) var(--s-3);
  background: linear-gradient(transparent, rgba(8,32,26,.88));
  color: #fff; font-size: var(--t-sm); font-weight: 600;
  text-align: left;
  opacity: 0; transform: translateY(6px);
  transition: opacity .2s ease, transform .2s ease;
}
.gallery__item:hover .gallery__cap,
.gallery__item:focus-visible .gallery__cap { opacity: 1; transform: translateY(0); }
@media (hover: none) {
  .gallery__item .gallery__cap { opacity: 1; transform: none; }
}

/* Emphasise the first tile in a mixed grid */
.gallery--feature > .gallery__item:first-child {
  grid-column: span 2; grid-row: span 2; aspect-ratio: 1;
}
@media (max-width: 40rem) {
  .gallery--feature > .gallery__item:first-child { grid-column: span 1; grid-row: span 1; aspect-ratio: 4/3; }
}

/* Gallery filter buttons */
.gallery-filters { display: flex; flex-wrap: wrap; gap: var(--s-2); margin-bottom: var(--s-5); }
.chip {
  padding: .45em 1em;
  border: 1px solid var(--border-strong);
  background: var(--bg-raised); color: var(--text-muted);
  border-radius: var(--r-pill);
  font-size: var(--t-sm); font-weight: 600; cursor: pointer;
  transition: all .15s ease;
}
.chip:hover { border-color: var(--brand); color: var(--brand); }
.chip[aria-pressed="true"] {
  background: var(--brand); border-color: var(--brand); color: #fff;
}

/* Carousel */
.carousel { position: relative; }
.carousel__track {
  display: flex; gap: var(--s-3);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding-bottom: var(--s-2);
}
.carousel__track::-webkit-scrollbar { display: none; }
.carousel__slide {
  flex: 0 0 clamp(15rem, 30vw, 22rem);
  scroll-snap-align: center;
  border-radius: var(--r-md);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  position: relative;
  background: var(--bg-sunk);
  cursor: zoom-in;
  border: 0; padding: 0;
  box-shadow: var(--shadow-sm);
}
.carousel__slide img, .carousel__slide .ph { width: 100%; height: 100%; object-fit: cover; }
.carousel__slide .gallery__cap {
  display: block;
  position: absolute; inset-inline: 0; bottom: 0;
  padding: var(--s-6) var(--s-3) var(--s-3);
  background: linear-gradient(transparent, rgba(8,32,26,.9));
  color: #fff; font-size: var(--t-sm); font-weight: 600; text-align: left;
}
.carousel__btn {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 3rem; height: 3rem; border-radius: 50%;
  background: var(--bg-raised); color: var(--text);
  border: 1px solid var(--border-strong);
  display: grid; place-items: center; cursor: pointer;
  box-shadow: var(--shadow-md); z-index: 3;
  transition: background-color .15s ease, transform .15s ease;
}
.carousel__btn:hover { background: var(--brand); color: #fff; transform: translateY(-50%) scale(1.06); }
.carousel__btn[disabled] { opacity: .3; cursor: default; }
.carousel__btn svg { width: 1.25rem; height: 1.25rem; }
.carousel__btn--prev { left: calc(var(--s-3) * -1); }
.carousel__btn--next { right: calc(var(--s-3) * -1); }
@media (max-width: 48rem) { .carousel__btn { display: none; } }

/* Lightbox */
.lightbox {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(4, 16, 13, .94);
  display: none;
  padding: clamp(1rem, 4vw, 3rem);
  backdrop-filter: blur(4px);
}
.lightbox[data-open] { display: grid; grid-template-rows: 1fr auto; place-items: center; }
.lightbox__stage {
  display: grid; place-items: center;
  width: 100%; height: 100%; min-height: 0;
}
.lightbox__stage img, .lightbox__stage .ph {
  max-width: 100%; max-height: 100%;
  width: auto; height: auto;
  object-fit: contain;
  border-radius: var(--r-md);
  box-shadow: 0 20px 70px rgba(0,0,0,.6);
}
.lightbox__stage .ph { width: min(80vw, 60rem); aspect-ratio: 4/3; height: auto; }
.lightbox__bar {
  width: 100%; max-width: 60rem;
  display: flex; align-items: center; gap: var(--s-4);
  padding-top: var(--s-4); color: #fff;
}
.lightbox__caption { flex: 1; font-size: var(--t-sm); color: #cfe0d7; }
.lightbox__count { font-size: var(--t-xs); font-family: var(--font-mono); color: #8fae9f; }
.lightbox__btn {
  width: 3rem; height: 3rem; border-radius: 50%;
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2);
  color: #fff; display: grid; place-items: center; cursor: pointer;
  transition: background-color .15s ease;
}
.lightbox__btn:hover { background: rgba(255,255,255,.25); }
.lightbox__btn svg { width: 1.3rem; height: 1.3rem; }
.lightbox__close { position: fixed; top: var(--s-4); right: var(--s-4); z-index: 2; }
.lightbox__nav { position: fixed; top: 50%; transform: translateY(-50%); z-index: 2; }
.lightbox__nav--prev { left: var(--s-3); }
.lightbox__nav--next { right: var(--s-3); }

/* ---------------------------------------------------------------------------
   10. SCHEDULE
   ------------------------------------------------------------------------ */
.tabs { display: flex; gap: var(--s-1); flex-wrap: wrap; border-bottom: 2px solid var(--border); margin-bottom: var(--s-6); }
.tabs button {
  padding: .7em 1.2em; background: none; border: 0;
  border-bottom: 3px solid transparent; margin-bottom: -2px;
  font-weight: 700; font-size: var(--t-base); color: var(--text-muted);
  cursor: pointer; transition: color .15s ease, border-color .15s ease;
}
.tabs button:hover { color: var(--brand); }
.tabs button[aria-selected="true"] { color: var(--brand-strong); border-bottom-color: var(--accent); }

.sched-day {
  display: inline-flex; align-items: center; gap: var(--s-2);
  font-size: var(--t-xs); font-weight: 800; letter-spacing: .12em;
  text-transform: uppercase; color: var(--accent-text);
  margin: var(--s-6) 0 var(--s-3);
}
.sched-day:first-child { margin-top: 0; }

.sched-list { display: flex; flex-direction: column; gap: var(--s-2); }
.sched-item {
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  gap: var(--s-4);
  background: var(--bg-raised);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: var(--s-4);
  align-items: start;
}
@media (max-width: 40rem) {
  .sched-item { grid-template-columns: 1fr; gap: var(--s-2); }
}
.sched-item__time {
  font-weight: 800; color: var(--brand);
  font-variant-numeric: tabular-nums;
  line-height: 1.3;
}
.sched-item__time small { display: block; font-weight: 600; color: var(--text-faint); font-size: var(--t-xs); }
.sched-item__title { font-size: var(--t-md); font-weight: 700; line-height: 1.25; }
.sched-item__desc { font-size: var(--t-sm); color: var(--text-muted); margin-top: var(--s-2); }
.sched-item__meta { display: flex; flex-wrap: wrap; gap: var(--s-2); margin-top: var(--s-3); }
.sched-item--open {
  border-style: dashed; border-color: var(--moss-300);
  background: var(--bg-sunk);
}
.sched-item--open .sched-item__title { color: var(--text-muted); font-style: italic; }

.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: var(--r-md); }
table.data {
  width: 100%; border-collapse: collapse; min-width: 34rem;
  background: var(--bg-raised);
  font-size: var(--t-sm);
}
table.data th, table.data td { padding: var(--s-3) var(--s-4); text-align: left; border-bottom: 1px solid var(--border); }
table.data th { background: var(--bg-sunk); font-weight: 800; font-size: var(--t-xs); letter-spacing: .08em; text-transform: uppercase; color: var(--text-muted); }
table.data tr:last-child td { border-bottom: 0; }

/* Timeline (weekend rhythm) */
.timeline { position: relative; padding-left: var(--s-6); }
.timeline::before {
  content: ""; position: absolute; left: 7px; top: .6rem; bottom: .6rem;
  width: 2px; background: linear-gradient(var(--moss-300), var(--amber-400));
}
.timeline__item { position: relative; padding-bottom: var(--s-5); }
.timeline__item:last-child { padding-bottom: 0; }
.timeline__item::before {
  content: ""; position: absolute; left: calc(var(--s-6) * -1); top: .5rem;
  width: 16px; height: 16px; border-radius: 50%;
  background: var(--bg); border: 3px solid var(--accent);
}
.timeline__when { font-size: var(--t-xs); font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--accent-text); }
.timeline__what { font-weight: 700; font-size: var(--t-md); }
.timeline__who { font-size: var(--t-sm); color: var(--text-muted); }
.section--forest .timeline__item::before { background: var(--spruce-800); }
.section--forest .timeline__who { color: var(--text-on-dark-muted); }

/* ---------------------------------------------------------------------------
   11. SITE MAP
   ------------------------------------------------------------------------ */
.sitemap {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--bg-sunk);
  border: 1px solid var(--border);
  aspect-ratio: 16 / 10;
}
.sitemap > img, .sitemap > .ph { width: 100%; height: 100%; object-fit: cover; }
.sitemap__pin {
  position: absolute;
  transform: translate(-50%, -50%);
  display: flex; align-items: center; gap: .35rem;
  background: var(--bg-raised);
  border: 2px solid var(--brand);
  color: var(--text);
  border-radius: var(--r-pill);
  padding: .25em .7em;
  font-size: var(--t-xs); font-weight: 800;
  white-space: nowrap; cursor: pointer;
  box-shadow: var(--shadow-md);
  transition: transform .15s ease, background-color .15s ease;
}
.sitemap__pin:hover, .sitemap__pin[aria-expanded="true"] {
  background: var(--accent); border-color: var(--accent-strong);
  color: var(--spruce-900);
  transform: translate(-50%, -50%) scale(1.09);
  z-index: 5;
}
.sitemap__pin::before {
  content: ""; width: .55rem; height: .55rem; border-radius: 50%;
  background: var(--accent); flex: none;
}
.sitemap__pin[aria-expanded="true"]::before { background: var(--spruce-900); }
.sitemap__pin[data-kind="gota"]  { border-color: var(--ember-500); }
.sitemap__pin[data-kind="food"]  { border-color: var(--amber-600); }
.sitemap__pin[data-kind="talks"] { border-color: var(--spruce-400); }

.sitemap__tip {
  position: absolute; z-index: 6;
  transform: translate(-50%, .75rem);
  max-width: 15rem;
  background: var(--spruce-900); color: #fff;
  padding: var(--s-3) var(--s-4);
  border-radius: var(--r-md);
  font-size: var(--t-sm);
  box-shadow: var(--shadow-lg);
  display: none;
}
.sitemap__tip[data-open] { display: block; }
.sitemap__tip strong { display: block; color: var(--amber-300); }

.sitemap-legend { display: flex; flex-wrap: wrap; gap: var(--s-3); margin-top: var(--s-4); }
.sitemap-legend span { display: inline-flex; align-items: center; gap: .4rem; font-size: var(--t-sm); color: var(--text-muted); }
.sitemap-legend i { width: .8rem; height: .8rem; border-radius: 50%; background: var(--brand); display: block; }

/* ---------------------------------------------------------------------------
   12. FORMS + SIGN-UP BLOCKS
   ------------------------------------------------------------------------ */
.signup {
  background: var(--bg-accent);
  border: 1px solid var(--moss-200);
  border-radius: var(--r-xl);
  padding: clamp(1.5rem, 4vw, 3rem);
}
.section--forest .signup, .section--inverse .signup {
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.16);
}
.signup h2, .signup h3 { margin-bottom: var(--s-3); }
.signup__grid {
  display: grid; gap: clamp(1.5rem, 4vw, 3rem);
  grid-template-columns: 1fr;
  align-items: center;
}
@media (min-width: 52rem) { .signup__grid { grid-template-columns: 1fr 1fr; } }
.signup__divider { display: none; }
@media (min-width: 52rem) {
  .signup__grid--divided > :first-child { border-right: 1px solid var(--border-strong); padding-right: clamp(1.5rem, 4vw, 3rem); }
}

.embed-frame {
  width: 100%;
  min-height: 40rem;
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  background: var(--bg-raised);
}

.field { display: flex; flex-direction: column; gap: var(--s-2); }
.field label { font-weight: 700; font-size: var(--t-sm); }
.field input, .field textarea, .field select {
  padding: .75em 1em;
  border: 1px solid var(--border-strong);
  border-radius: var(--r-sm);
  background: var(--bg-raised); color: var(--text);
  min-height: 2.9rem;
}
.field input:focus { border-color: var(--brand); }
.form-row { display: flex; gap: var(--s-2); flex-wrap: wrap; }
.form-row .field { flex: 1 1 14rem; }

.privacy-note {
  display: flex; align-items: center; gap: var(--s-2);
  font-size: var(--t-sm); color: var(--text-muted); margin-top: var(--s-3);
}
.privacy-note svg { width: 1rem; height: 1rem; flex: none; }

/* Big CTA band */
.cta-band {
  background: linear-gradient(115deg, var(--spruce-700), var(--spruce-600) 60%, var(--spruce-500));
  color: #fff; border-radius: var(--r-xl);
  padding: clamp(2rem, 5vw, 3.5rem);
  position: relative; overflow: hidden;
}
.cta-band::after {
  content: ""; position: absolute; right: -12%; top: -60%;
  width: 26rem; height: 26rem; border-radius: 50%;
  background: radial-gradient(circle, rgba(244,169,63,.28), transparent 65%);
  pointer-events: none;
}
.cta-band h2 { color: #fff; position: relative; }
.cta-band p { color: #cfe3d8; position: relative; }
.cta-band .cluster { position: relative; margin-top: var(--s-5); }

/* ---------------------------------------------------------------------------
   13. FAQ / ACCORDION
   ------------------------------------------------------------------------ */
.faq { display: flex; flex-direction: column; gap: var(--s-2); }
.faq details {
  background: var(--bg-raised);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  overflow: hidden;
}
.faq details[open] { border-color: var(--moss-300); box-shadow: var(--shadow-sm); }
.faq summary {
  padding: var(--s-4) var(--s-5);
  font-weight: 700; font-size: var(--t-md);
  cursor: pointer; list-style: none;
  display: flex; align-items: center; justify-content: space-between; gap: var(--s-4);
  transition: background-color .15s ease;
}
.faq summary:hover { background: var(--bg-sunk); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; font-size: 1.5em; font-weight: 400; line-height: 1;
  color: var(--brand); flex: none;
  transition: transform .2s ease;
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details > div {
  padding: 0 var(--s-5) var(--s-5);
  color: var(--text-muted);
  max-width: 68ch;
}

/* ---------------------------------------------------------------------------
   14. FOOTER
   ------------------------------------------------------------------------ */
.site-footer {
  background: var(--spruce-900);
  color: #c6ddd1;
  padding-block: var(--s-8) var(--s-6);
  margin-top: auto;
}
.site-footer a { color: #dceee4; text-decoration: none; }
.site-footer a:hover { color: var(--amber-300); text-decoration: underline; }
.footer-grid {
  display: grid; gap: var(--s-6);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 13rem), 1fr));
  padding-bottom: var(--s-6);
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.footer-grid h4 {
  color: #fff; font-size: var(--t-xs); letter-spacing: .14em;
  text-transform: uppercase; margin-bottom: var(--s-3);
}
.footer-grid ul { list-style: none; padding: 0; display: flex; flex-direction: column; gap: var(--s-2); }
.footer-grid li { font-size: var(--t-sm); }
.footer-brand { max-width: 22rem; }
.footer-brand p { font-size: var(--t-sm); margin-top: var(--s-3); color: #9dbcac; }
.footer-bottom {
  display: flex; flex-wrap: wrap; gap: var(--s-4); justify-content: space-between;
  padding-top: var(--s-5); font-size: var(--t-sm); color: #8fae9f;
}

/* ---------------------------------------------------------------------------
   15. UTILITIES
   ------------------------------------------------------------------------ */
.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;
}
/* Small helpers. These exist as classes rather than style="" attributes so
   the site stays inside a strict Content-Security-Policy (no unsafe-inline). */
.icon-inline { width: 1em; height: 1em; }
.page-center { min-height: 60vh; display: grid; place-items: center; }
.eyebrow--center { justify-content: center; }
.figure--zoom { cursor: zoom-in; }
.sitemap-list__title { font-size: var(--t-md); margin-bottom: var(--s-3); }
.org__logo {
  width: 4.5rem; height: 4.5rem; object-fit: contain;
  border-radius: 50%; background: #fff; padding: .25rem;
}
.org__call { font-weight: 600; font-size: .75em; opacity: .7; }
.center { text-align: center; }
.mt-0 { margin-top: 0; } .mt-4 { margin-top: var(--s-4); }
.mt-5 { margin-top: var(--s-5); } .mt-6 { margin-top: var(--s-6); }
.mt-7 { margin-top: var(--s-7); } .mb-5 { margin-bottom: var(--s-5); }
.mx-auto { margin-inline: auto; }
.measure { max-width: 62ch; }
.hide { display: none !important; }
@media (max-width: 48rem) { .hide-sm { display: none !important; } }

/* Reveal on scroll.
   Hiding is scoped to .reveal-ready, which JS adds only once the observer is
   actually running — so with JS off or broken, everything stays visible. */
:root.reveal-ready .reveal { opacity: 0; transform: translateY(18px); }
:root.reveal-ready .reveal.is-visible {
  opacity: 1; transform: none;
  transition: opacity .6s cubic-bezier(.2,.7,.3,1), transform .6s cubic-bezier(.2,.7,.3,1);
}

/* ---------------------------------------------------------------------------
   16. MOTION + PRINT
   ------------------------------------------------------------------------ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
    scroll-behavior: auto !important;
  }
  .reveal { opacity: 1; transform: none; }
  .carousel__track { scroll-behavior: auto; }
}

@media print {
  .site-header, .site-footer, .carousel__btn, .lightbox, .gallery-filters, .skip-link { display: none !important; }
  body { background: #fff; color: #000; font-size: 11pt; }
  .section { padding-block: 1rem; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 9pt; color: #555; }
  .card, .sched-item { break-inside: avoid; border: 1px solid #ccc; box-shadow: none; }
}
