/* ============================================================
   SOFLO Overlander · Park-poster design system
   Palette drawn from the SOFLO badge: bone cream, pine green,
   sage, sunset orange. Type: Oswald condensed + Nunito Sans.
   ============================================================ */

:root {
  --bone: #ece4cd;
  --bone-2: #e2d7b8;
  --bone-3: #f4efe0;
  --pine: #1f3020;
  --pine-2: #2b402b;
  --pine-3: #38513a;
  --sage: #5f7250;
  --moss: #47583d;
  --sunset: #d97832;
  --sunset-2: #bf5f1d;
  --sky: #97b9c6;
  --ink: #22301f;
  --ink-soft: #43523d;
  --gutter: 1.25rem;
  --radius: 14px;
  --shadow: 0 14px 40px rgba(24, 36, 22, .18);
  --font-display: "Oswald", "Arial Narrow", sans-serif;
  --font-body: "Nunito Sans", "Segoe UI", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bone);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--sunset-2); }

/* ---------- type ---------- */
h1, h2, h3, .display {
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: .02em;
  line-height: 1.08;
  font-weight: 600;
  color: var(--pine);
}
h1 { font-size: clamp(2.5rem, 6.2vw, 4.6rem); }
h2 { font-size: clamp(1.9rem, 4vw, 3rem); }
h3 { font-size: 1.35rem; }
.kicker {
  font-family: var(--font-display);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .32em;
  font-size: .82rem;
  color: var(--sunset-2);
  display: flex;
  align-items: center;
  gap: .8rem;
  margin-bottom: 1rem;
}
.kicker::before { content: ""; width: 34px; height: 2px; background: var(--sunset); flex: none; }
.center .kicker { justify-content: center; }
.center .kicker::after { content: ""; width: 34px; height: 2px; background: var(--sunset); flex: none; }
.lead { font-size: 1.16rem; color: var(--ink-soft); max-width: 62ch; }
.center { text-align: center; }
.center .lead { margin-inline: auto; }

/* ---------- layout ---------- */
.wrap { width: 100%; max-width: 1180px; margin-inline: auto; padding-inline: var(--gutter); }
@media (max-width: 560px) { :root { --gutter: 1.5rem; } }
section { padding: clamp(3.6rem, 8vw, 6.5rem) 0; position: relative; }
.section-head { margin-bottom: clamp(2rem, 4vw, 3.2rem); }

/* dark sections */
.dark { background: var(--pine); color: #d9d6c2; }
.dark h1, .dark h2, .dark h3 { color: var(--bone); }
.dark .lead { color: #c2c4ab; }
.dark .kicker { color: var(--sunset); }

/* trail divider between sections */
.trail-divider { height: 60px; overflow: hidden; line-height: 0; }
.trail-divider svg { width: 100%; height: 100%; display: block; }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 900;
  background: rgba(31, 48, 32, .92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(236, 228, 205, .14);
}
.site-header .wrap {
  display: flex; align-items: center; justify-content: space-between;
  padding-block: .65rem; gap: 1rem;
}
.logo { display: flex; align-items: center; gap: .65rem; text-decoration: none; }
.logo-mark { width: auto; height: 60px; flex: none; }
@media (max-width: 560px) { .logo-mark { height: 48px; } }
.logo-word {
  font-family: var(--font-display); text-transform: uppercase; line-height: 1;
}
.logo-word .l1 { display: block; color: var(--sunset); font-size: 1.22rem; font-weight: 700; letter-spacing: .12em; }
.logo-word .l2 { display: block; color: var(--bone); font-size: 1rem; font-weight: 500; letter-spacing: .3em; }
.main-nav { display: flex; align-items: center; gap: 1.5rem; }
.main-nav a {
  color: #d5d2ba; text-decoration: none; font-weight: 700; font-size: .93rem;
}
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--sunset); }
.btn {
  display: inline-block; text-decoration: none; cursor: pointer;
  font-family: var(--font-display); text-transform: uppercase; letter-spacing: .08em;
  font-weight: 600; font-size: 1rem;
  padding: .78rem 1.7rem; border-radius: 8px; border: 2px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--sunset); color: #fff; box-shadow: 0 8px 22px rgba(217, 120, 50, .35); }
.btn-primary:hover { background: var(--sunset-2); }
.btn-outline { border-color: var(--pine); color: var(--pine); background: transparent; }
.btn-outline:hover { background: var(--pine); color: var(--bone); }
.dark .btn-outline, .hero .btn-outline { border-color: var(--bone); color: var(--bone); }
.dark .btn-outline:hover, .hero .btn-outline:hover { background: var(--bone); color: var(--pine); }
.nav-cta { padding: .55rem 1.2rem; font-size: .9rem; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: .4rem; }
.nav-toggle span { display: block; width: 26px; height: 3px; background: var(--bone); margin: 5px 0; border-radius: 2px; transition: .25s; }

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .main-nav {
    position: fixed; inset: 61px 0 auto 0; background: var(--pine);
    flex-direction: column; align-items: flex-start; gap: 0;
    padding: .6rem 5vw 1.4rem; display: none;
    border-bottom: 2px solid var(--sunset);
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: .8rem 0; font-size: 1.05rem; width: 100%; }
  .main-nav .nav-cta { margin-top: .7rem; text-align: center; }
}

/* ---------- hero ---------- */
.hero {
  position: relative; min-height: min(92vh, 860px);
  display: flex; align-items: flex-end;
  color: var(--bone);
  isolation: isolate;
  padding: 0 0 clamp(2.5rem, 6vh, 5rem);
}
.hero-bg { position: absolute; inset: 0; z-index: -2; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(90deg, rgba(23,35,22,.84) 0%, rgba(23,35,22,.60) 48%, rgba(23,35,22,.22) 82%, rgba(23,35,22,.14) 100%),
    linear-gradient(180deg, rgba(31,48,32,.38) 0%, rgba(31,48,32,.14) 32%, rgba(23,35,22,.66) 62%, rgba(23,35,22,.92) 100%);
}
.hero h1 { color: var(--bone); text-shadow: 0 3px 16px rgba(15, 24, 14, .5); max-width: 15ch; }
.hero .badge-row { display: flex; flex-wrap: wrap; gap: .6rem; margin-bottom: 1.2rem; }
.chip {
  display: inline-flex; align-items: center; gap: .45rem;
  border: 1.5px solid rgba(236,228,205,.55); border-radius: 999px;
  padding: .32rem .95rem; font-size: .82rem; font-weight: 800;
  letter-spacing: .06em; text-transform: uppercase;
  background: rgba(23, 35, 22, .55); backdrop-filter: blur(4px);
}
.hero .lead { color: #e6e0ca; margin: 1.1rem 0 1.8rem; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: .9rem; }

/* stats strip */
.stats-strip { background: var(--sunset); color: #fff; padding: 1.1rem 0; }
.stats-strip .wrap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.stat { text-align: center; }
.stat b { display: block; font-family: var(--font-display); font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 700; line-height: 1; }
.stat span { font-size: .8rem; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; opacity: .92; }
@media (max-width: 700px) { .stats-strip .wrap { grid-template-columns: repeat(2, 1fr); row-gap: 1.2rem; } }

/* ---------- cards & grids ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.6rem; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; }
@media (max-width: 950px) { .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .grid-3, .grid-2, .grid-4 { grid-template-columns: 1fr; } }

.card {
  background: var(--bone-3); border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow); border: 1px solid rgba(34, 48, 31, .08);
  display: flex; flex-direction: column;
}
.card-img { aspect-ratio: 4 / 3; overflow: hidden; position: relative; }
.card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.card:hover .card-img img { transform: scale(1.05); }
.card-body { padding: 1.4rem 1.5rem 1.6rem; flex: 1; display: flex; flex-direction: column; gap: .6rem; }
.card-body h3 { color: var(--pine); }
.card-body p { color: var(--ink-soft); font-size: .98rem; }
.card-tag {
  position: absolute; top: .9rem; left: .9rem;
  background: var(--pine); color: var(--bone);
  font-family: var(--font-display); text-transform: uppercase; letter-spacing: .1em;
  font-size: .72rem; font-weight: 600; padding: .3rem .7rem; border-radius: 6px;
}

/* pillar poster cards */
.pillar {
  border: 2.5px solid var(--pine); border-radius: var(--radius);
  padding: 2rem 1.7rem; background: var(--bone-3);
  position: relative; overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}
.pillar:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.pillar::before {
  content: ""; position: absolute; inset: 7px; border: 1.5px dashed rgba(34,48,31,.35);
  border-radius: 9px; pointer-events: none;
}
.pillar .pnum {
  font-family: var(--font-display); font-weight: 700; color: var(--sunset);
  font-size: .9rem; letter-spacing: .28em; text-transform: uppercase; display: block; margin-bottom: .7rem;
}
.pillar h3 { margin-bottom: .55rem; }
.pillar p { color: var(--ink-soft); font-size: .97rem; }
.pillar svg { width: 44px; height: 44px; margin-bottom: 1rem; }

/* stamp label */
.stamp {
  display: inline-block; border: 2px dashed var(--sunset);
  color: var(--sunset-2); font-family: var(--font-display);
  text-transform: uppercase; letter-spacing: .18em; font-weight: 600; font-size: .78rem;
  padding: .35rem .9rem; border-radius: 6px; transform: rotate(-2deg);
}
.dark .stamp { color: var(--sunset); }

/* ---------- split feature ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; } }
.split-img { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); position: relative; }
.split-img img { width: 100%; height: 100%; object-fit: cover; }
.frame-poster { border: 10px solid var(--bone-3); outline: 2.5px solid var(--pine); }
.dark .frame-poster { border-color: var(--pine-2); outline-color: var(--bone); }

/* checklist (education) */
.checklist { display: grid; gap: .7rem; }
.check-item {
  display: flex; gap: .9rem; align-items: flex-start;
  background: var(--bone-3); border: 1.5px solid rgba(34,48,31,.16);
  border-radius: 10px; padding: .95rem 1.1rem; cursor: pointer;
  transition: border-color .15s ease, background .15s ease;
}
.check-item:hover { border-color: var(--sage); }
.check-item input { width: 21px; height: 21px; accent-color: var(--sunset); margin-top: .18rem; flex: none; cursor: pointer; }
.check-item.done { background: #e7e9d2; border-color: var(--sage); }
.check-item.done .check-label b { text-decoration: line-through; text-decoration-color: var(--sage); }
.check-label b { display: block; color: var(--pine); }
.check-label small { color: var(--ink-soft); font-size: .88rem; }
.check-progress { position: sticky; top: 76px; z-index: 5; background: var(--pine); color: var(--bone); border-radius: 10px; padding: .9rem 1.2rem; box-shadow: var(--shadow); margin-bottom: 1.4rem; }
.check-progress .bar { height: 10px; background: rgba(236,228,205,.2); border-radius: 99px; overflow: hidden; margin-top: .5rem; }
.check-progress .bar i { display: block; height: 100%; width: 0%; background: var(--sunset); border-radius: 99px; transition: width .35s ease; }
.check-progress b { font-family: var(--font-display); letter-spacing: .05em; text-transform: uppercase; font-weight: 600; }

/* principle cards (leave it wild) */
.principle {
  background: var(--pine-2); border-radius: var(--radius); padding: 1.6rem 1.5rem;
  border: 1px solid rgba(236,228,205,.14);
}
.principle h3 { color: var(--bone); font-size: 1.08rem; margin-bottom: .4rem; display: flex; gap: .6rem; align-items: center; }
.principle p { color: #bcc0a6; font-size: .93rem; }
.principle .num { color: var(--sunset); font-family: var(--font-display); font-weight: 700; }

/* trail cards */
.trail-card { position: relative; border-radius: var(--radius); overflow: hidden; min-height: 340px; display: flex; align-items: flex-end; box-shadow: var(--shadow); }
.trail-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.trail-card:hover img { transform: scale(1.06); }
.trail-card .tc-body {
  position: relative; width: 100%; padding: 1.5rem 1.4rem 1.3rem; color: var(--bone);
  background: linear-gradient(180deg, rgba(23,35,22,0) 0%, rgba(23,35,22,.88) 55%);
}
.trail-card h3 { color: var(--bone); }
.trail-card p { font-size: .9rem; color: #d3d0b8; }
.tc-meta { display: flex; gap: .5rem; flex-wrap: wrap; margin-top: .5rem; }
.tc-meta span {
  font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em;
  border: 1px solid rgba(236,228,205,.5); padding: .18rem .6rem; border-radius: 99px;
}

/* timeline (events) */
.timeline { position: relative; display: grid; gap: 1.6rem; }
.timeline::before { content: ""; position: absolute; left: 11px; top: 6px; bottom: 6px; border-left: 3px dashed var(--sage); }
.tl-item { position: relative; padding-left: 3rem; }
.tl-item::before {
  content: ""; position: absolute; left: 0; top: 6px; width: 22px; height: 22px;
  background: var(--sunset); border: 4px solid var(--bone); border-radius: 50%;
  box-shadow: 0 0 0 2px var(--sunset);
}
.tl-item h3 { font-size: 1.15rem; }
.tl-item .tl-date { font-size: .8rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--sunset-2); }
.tl-item p { color: var(--ink-soft); font-size: .97rem; max-width: 70ch; }

/* quotes */
.quote {
  background: var(--bone-3); border-left: 5px solid var(--sunset);
  border-radius: 0 var(--radius) var(--radius) 0; padding: 1.6rem 1.7rem; box-shadow: var(--shadow);
}
.quote p { font-size: 1.02rem; color: var(--ink); font-style: italic; }
.quote footer { margin-top: .8rem; font-weight: 800; font-size: .88rem; color: var(--ink-soft); font-style: normal; }
.quote footer b { color: var(--pine); }

/* video facade */
.video-card { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 16/9; background: var(--pine); cursor: pointer; border: 0; padding: 0; width: 100%; }
.video-card img { width: 100%; height: 100%; object-fit: cover; opacity: .82; }
.video-card .play {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: .7rem;
  color: var(--bone); background: linear-gradient(180deg, rgba(23,35,22,.1), rgba(23,35,22,.72));
}
.video-card .play-btn {
  width: 68px; height: 68px; border-radius: 50%; background: var(--sunset);
  display: flex; align-items: center; justify-content: center; transition: transform .2s ease;
  box-shadow: 0 10px 26px rgba(217,120,50,.5);
}
.video-card:hover .play-btn { transform: scale(1.1); }
.video-card .vt { font-family: var(--font-display); text-transform: uppercase; letter-spacing: .06em; font-weight: 600; font-size: 1rem; text-align: center; padding: 0 1rem; text-shadow: 0 2px 8px rgba(0,0,0,.5); }
.video-card iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* gallery */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: .9rem; }
.gallery img { border-radius: 10px; aspect-ratio: 1; object-fit: cover; width: 100%; }
@media (max-width: 800px) { .gallery { grid-template-columns: repeat(2, 1fr); } }

/* support tiers */
.tier { border: 2.5px solid var(--pine); border-radius: var(--radius); background: var(--bone-3); padding: 1.9rem 1.6rem; position: relative; display: flex; flex-direction: column; gap: .7rem; }
.tier.featured { background: var(--pine); color: #d9d6c2; }
.tier.featured h3, .tier.featured .tier-amt { color: var(--bone); }
.tier.featured p, .tier.featured li { color: #c2c4ab; }
.tier-amt { font-family: var(--font-display); font-size: 2rem; font-weight: 700; color: var(--pine); line-height: 1; }
.tier ul { list-style: none; display: grid; gap: .45rem; font-size: .95rem; color: var(--ink-soft); }
.tier ul li { padding-left: 1.4rem; position: relative; }
.tier ul li::before { content: "✓"; position: absolute; left: 0; color: var(--sunset); font-weight: 800; }
.tier .btn { margin-top: auto; text-align: center; }
.tier-flag { position: absolute; top: -14px; right: 14px; }

/* faq */
.faq-item { border-bottom: 1.5px solid rgba(34,48,31,.18); }
.faq-item summary {
  cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center;
  padding: 1.15rem 0; font-weight: 800; color: var(--pine); font-size: 1.04rem; gap: 1rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-family: var(--font-display); font-size: 1.5rem; color: var(--sunset); transition: transform .2s ease; flex: none; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .faq-body { padding: 0 0 1.2rem; color: var(--ink-soft); max-width: 75ch; }

/* partner strip */
.partners { display: flex; flex-wrap: wrap; gap: .7rem; }
.partners span {
  border: 1.5px solid rgba(34,48,31,.3); border-radius: 999px; padding: .45rem 1.1rem;
  font-weight: 800; font-size: .88rem; color: var(--ink-soft); background: var(--bone-3);
}
.dark .partners span { border-color: rgba(236,228,205,.3); color: #c8caae; background: transparent; }

/* CTA band */
.cta-band { background: linear-gradient(120deg, var(--sunset-2), var(--sunset)); color: #fff; }
.cta-band h2 { color: #fff; }
.cta-band .lead { color: rgba(255,255,255,.92); }
.cta-band .btn-primary { background: var(--pine); box-shadow: 0 8px 22px rgba(23,35,22,.35); }
.cta-band .btn-outline { border-color: #fff; color: #fff; }
.cta-band .btn-outline:hover { background: #fff; color: var(--sunset-2); }

/* footer */
.site-footer { background: #17231a; color: #b9bca3; padding: 3.5rem 0 6.5rem; font-size: .95rem; }
.site-footer .wrap { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 2.2rem; }
@media (max-width: 900px) { .site-footer .wrap { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .site-footer .wrap { grid-template-columns: 1fr; } }
.site-footer h4 { font-family: var(--font-display); text-transform: uppercase; letter-spacing: .14em; color: var(--bone); font-size: .95rem; margin-bottom: .9rem; font-weight: 600; }
.site-footer a { color: #cfd2b6; text-decoration: none; }
.site-footer a:hover { color: var(--sunset); }
.site-footer ul { list-style: none; display: grid; gap: .45rem; }
.foot-note { grid-column: 1 / -1; border-top: 1px solid rgba(236,228,205,.14); padding-top: 1.4rem; font-size: .82rem; color: #8b9078; }

/* ---------- reveal animation (gated: html.js only) ---------- */
html.js .fade-up { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
html.js .fade-up.visible { opacity: 1; transform: none; }
html.js .fade-up.d1 { transition-delay: .08s; }
html.js .fade-up.d2 { transition-delay: .16s; }
html.js .fade-up.d3 { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) {
  html.js .fade-up { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

.skip-link { position: absolute; left: -9999px; top: 0; background: var(--sunset); color: #fff; padding: .7rem 1.2rem; z-index: 2000; font-weight: 800; }
.skip-link:focus { left: 0; }

/* misc */
.icon-row { display: flex; gap: .9rem; margin-top: 1rem; }
.icon-row a { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; border: 1.5px solid rgba(236,228,205,.35); }
.icon-row a:hover { border-color: var(--sunset); }
.icon-row svg { width: 20px; height: 20px; fill: #cfd2b6; }
.note-box { background: var(--bone-2); border: 1.5px dashed var(--sage); border-radius: 10px; padding: 1.1rem 1.3rem; font-size: .93rem; color: var(--ink-soft); }
.dark .note-box { background: rgba(236,228,205,.06); color: #c2c4ab; }

/* ============================================================
   FOUNDATION OVERHAUL (2026-08-20)
   Components added for the 14-page Foundation structure.
   ============================================================ */

/* ---------- dropdown nav ---------- */
.nav-group { position: relative; }
.nav-group > button {
  display: inline-flex; align-items: center; gap: .35rem;
  background: none; border: 0; cursor: pointer; padding: 0;
  font-family: var(--font-body); font-weight: 700; font-size: .93rem; color: #d5d2ba;
}
.nav-group > button::after {
  content: ""; width: 7px; height: 7px; flex: none;
  border-right: 2px solid currentColor; border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg); transition: transform .2s ease;
}
.nav-group > button:hover, .nav-group.open > button, .nav-group.has-current > button { color: var(--sunset); }
.nav-group.open > button::after { transform: translateY(1px) rotate(-135deg); }
.nav-menu {
  position: absolute; top: calc(100% + .7rem); left: -1rem; min-width: 230px;
  background: var(--pine-2); border: 1px solid rgba(236,228,205,.18);
  border-top: 2px solid var(--sunset);
  border-radius: 10px; padding: .5rem; display: none;
  box-shadow: 0 18px 44px rgba(0,0,0,.42); z-index: 950;
}
.nav-group.open .nav-menu { display: block; }
.nav-menu a {
  display: block; padding: .55rem .8rem; border-radius: 7px;
  font-size: .92rem; font-weight: 700; color: #d5d2ba; text-decoration: none;
}
.nav-menu a:hover, .nav-menu a[aria-current="page"] { background: rgba(236,228,205,.09); color: var(--sunset); }

@media (max-width: 900px) {
  .nav-group { width: 100%; }
  .nav-group > button { width: 100%; justify-content: space-between; padding: .8rem 0; font-size: 1.05rem; }
  .nav-menu {
    position: static; display: none; min-width: 0; width: 100%;
    background: transparent; border: 0; border-left: 2px solid var(--sage);
    border-radius: 0; box-shadow: none; padding: 0 0 .5rem .9rem; margin-bottom: .4rem;
  }
  .nav-group.open .nav-menu { display: block; }
  .main-nav { overflow-y: auto; max-height: calc(100vh - 61px); }
}

/* ---------- page masthead (interior hero) ---------- */
.masthead {
  position: relative; isolation: isolate; overflow: hidden; color: var(--bone);
  padding: clamp(3.4rem, 9vw, 6rem) 0 clamp(2.8rem, 7vw, 4.6rem);
  background: var(--pine);
}
.masthead-bg { position: absolute; inset: 0; z-index: -2; }
.masthead-bg img { width: 100%; height: 100%; object-fit: cover; }
.masthead::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(23,35,22,.72) 0%, rgba(23,35,22,.86) 100%);
}
.masthead h1 { color: var(--bone); max-width: 20ch; text-shadow: 0 3px 16px rgba(15,24,14,.45); }
.masthead .lead { color: #ddd8c2; margin-top: 1rem; }
.masthead .kicker { color: var(--sunset); }

/* breadcrumb */
.crumbs { font-size: .82rem; color: #b6b8a0; margin-bottom: 1rem; }
.crumbs a { color: #d5d2ba; text-decoration: none; }
.crumbs a:hover { color: var(--sunset); }
.crumbs span { padding: 0 .4rem; opacity: .6; }

/* ---------- prose (legal + article bodies) ---------- */
.prose { max-width: 74ch; }
.prose h2 { font-size: clamp(1.4rem, 2.6vw, 1.9rem); margin: 2.4rem 0 .8rem; }
.prose h3 { font-size: 1.12rem; margin: 1.6rem 0 .5rem; }
.prose p, .prose li { color: var(--ink-soft); }
.prose p { margin-bottom: 1rem; }
.prose ul, .prose ol { margin: 0 0 1.2rem 1.2rem; display: grid; gap: .4rem; }
.prose a { font-weight: 700; }
.prose > *:first-child { margin-top: 0; }

/* ---------- metric tiles (impact) ---------- */
.metric-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1rem; }
.metric {
  background: var(--bone-3); border: 2px solid var(--pine); border-radius: var(--radius);
  padding: 1.3rem 1.3rem 1.4rem;
  min-width: 0; /* grid items default to min-width:auto and refuse to shrink below content */
}
.metric b, .metric span.metric-label { overflow-wrap: anywhere; }
.metric b {
  display: block; font-family: var(--font-display); font-weight: 700; line-height: 1;
  font-size: clamp(1.8rem, 3.4vw, 2.5rem); color: var(--pine);
}
.metric .metric-unit { font-size: .95rem; color: var(--sunset-2); font-weight: 800; }
.metric span.metric-label {
  display: block; margin-top: .5rem; font-size: .82rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: .09em; color: var(--ink-soft);
}
.metric small { display: block; margin-top: .5rem; font-size: .84rem; color: var(--ink-soft); }
.metric.pending b { color: var(--sage); font-size: 1.35rem; letter-spacing: .04em; }
.dark .metric { background: rgba(236,228,205,.06); border-color: rgba(236,228,205,.3); }
.dark .metric b { color: var(--bone); }
.dark .metric span.metric-label, .dark .metric small { color: #bcc0a6; }

/* ---------- people (leadership) ---------- */
.person {
  background: var(--bone-3); border-radius: var(--radius); overflow: hidden;
  border: 1px solid rgba(34,48,31,.1); box-shadow: var(--shadow);
  display: flex; flex-direction: column;
}
.person-img { aspect-ratio: 4 / 5; background: var(--bone-2); overflow: hidden; }
.person-img img { width: 100%; height: 100%; object-fit: cover; }
.person-img.placeholder { display: flex; align-items: center; justify-content: center; }
.person-img.placeholder svg { width: 74px; height: 74px; opacity: .3; }
.person-body { padding: 1.2rem 1.3rem 1.5rem; display: flex; flex-direction: column; gap: .45rem; }
.person-body h3 { font-size: 1.1rem; }
.person-role {
  font-family: var(--font-display); text-transform: uppercase; letter-spacing: .14em;
  font-size: .76rem; font-weight: 600; color: var(--sunset-2);
}
.person-body p { font-size: .93rem; color: var(--ink-soft); }

/* ---------- project record (stewardship) ---------- */
.record {
  background: var(--bone-3); border: 2px solid var(--pine); border-radius: var(--radius);
  padding: 1.6rem 1.6rem 1.7rem;
}
.record-head { display: flex; flex-wrap: wrap; gap: .6rem 1rem; align-items: baseline; margin-bottom: 1rem; }
.record-head h3 { font-size: 1.2rem; }
.record-date {
  font-size: .78rem; font-weight: 800; letter-spacing: .12em;
  text-transform: uppercase; color: var(--sunset-2);
}
.record-stats {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: .8rem; border-top: 1.5px dashed rgba(34,48,31,.28); padding-top: 1rem; margin-top: 1rem;
}
.record-stats div b { display: block; font-family: var(--font-display); font-size: 1.35rem; color: var(--pine); line-height: 1.1; }
.record-stats div span { font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: var(--ink-soft); }

/* ---------- resource library ---------- */
.res-cat {
  background: var(--bone-3); border-radius: var(--radius); padding: 1.4rem 1.5rem;
  border: 1px solid rgba(34,48,31,.12); display: flex; flex-direction: column; gap: .5rem;
}
.res-cat h3 { font-size: 1.05rem; }
.res-cat p { font-size: .93rem; color: var(--ink-soft); }
.res-cat ul { list-style: none; display: grid; gap: .35rem; margin-top: .3rem; }
.res-cat li { font-size: .9rem; color: var(--ink-soft); padding-left: 1.1rem; position: relative; }
.res-cat li::before { content: ""; position: absolute; left: 0; top: .62em; width: 6px; height: 6px; border-radius: 50%; background: var(--sunset); }
.res-cat a { font-weight: 700; font-size: .9rem; }

/* ---------- article list (news) ---------- */
.article-list { display: grid; gap: 1.2rem; }
.article {
  display: grid; grid-template-columns: 220px 1fr; gap: 1.4rem; align-items: center;
  background: var(--bone-3); border-radius: var(--radius); overflow: hidden;
  border: 1px solid rgba(34,48,31,.1); box-shadow: var(--shadow);
}
.article > .article-img { aspect-ratio: 4 / 3; overflow: hidden; }
.article > .article-img img { width: 100%; height: 100%; object-fit: cover; }
.article-body { padding: 1.2rem 1.5rem 1.3rem .2rem; display: flex; flex-direction: column; gap: .45rem; }
.article-body h3 { font-size: 1.12rem; }
.article-body p { font-size: .95rem; color: var(--ink-soft); }
.article-meta { font-size: .76rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--sunset-2); }
@media (max-width: 700px) {
  .article { grid-template-columns: 1fr; }
  .article-body { padding: 0 1.4rem 1.4rem; }
}

/* ---------- event detail spec table ---------- */
.spec { display: grid; gap: 0; border: 2px solid var(--pine); border-radius: var(--radius); overflow: hidden; }
.spec-row { display: grid; grid-template-columns: 190px 1fr; gap: 1rem; padding: .85rem 1.2rem; }
.spec-row:nth-child(odd) { background: var(--bone-3); }
.spec-row dt { font-weight: 800; font-size: .84rem; text-transform: uppercase; letter-spacing: .07em; color: var(--pine); }
.spec-row dd { font-size: .96rem; color: var(--ink-soft); }
@media (max-width: 620px) { .spec-row { grid-template-columns: 1fr; gap: .2rem; } }

/* ---------- pathway cards (get involved) ---------- */
.path {
  border: 2.5px solid var(--pine); border-radius: var(--radius); background: var(--bone-3);
  padding: 1.8rem 1.6rem; display: flex; flex-direction: column; gap: .7rem;
}
.path h3 { font-size: 1.2rem; }
.path p { color: var(--ink-soft); font-size: .96rem; }
.path ul { list-style: none; display: grid; gap: .4rem; font-size: .93rem; color: var(--ink-soft); }
.path ul li { padding-left: 1.3rem; position: relative; }
.path ul li::before { content: "→"; position: absolute; left: 0; color: var(--sunset); font-weight: 800; }
.path .btn { margin-top: auto; align-self: flex-start; }

/* ---------- callout ---------- */
.callout {
  border-left: 5px solid var(--sunset); background: var(--bone-3);
  border-radius: 0 var(--radius) var(--radius) 0; padding: 1.3rem 1.5rem;
}
.callout p { color: var(--ink-soft); }
.callout b { color: var(--pine); }
.dark .callout { background: rgba(236,228,205,.06); }
.dark .callout p { color: #c2c4ab; }
.dark .callout b { color: var(--bone); }

/* ---------- big statement ---------- */
.statement {
  font-family: var(--font-display); text-transform: uppercase; font-weight: 600;
  font-size: clamp(1.5rem, 3.4vw, 2.5rem); line-height: 1.16; color: var(--pine);
  max-width: 24ch;
}
.dark .statement { color: var(--bone); }
.statement em { font-style: normal; color: var(--sunset); }

/* ---------- progression (brand story) ---------- */
.progression { display: grid; gap: .9rem; counter-reset: prog; }
.prog-step {
  display: flex; gap: 1.1rem; align-items: flex-start;
  border: 1.5px solid rgba(236,228,205,.2); border-radius: 10px; padding: 1rem 1.2rem;
}
.prog-step b {
  font-family: var(--font-display); color: var(--sunset); font-size: 1.5rem;
  line-height: 1; flex: none; width: 1.6rem;
}
.prog-step p { color: #c8caae; font-size: 1rem; }
@media (min-width: 800px) { .progression { grid-template-columns: repeat(4, 1fr); } .prog-step { flex-direction: column; gap: .5rem; } }
