/* ==========================================================================
   Wahine Wellness Resilient Hawaiʻi
   Design system: Ka Lokomaikaʻi (the benevolent society, continued)
   Page flow runs mauka to makai: forest, ʻāina, sand, ocean, deep ocean.
   Lehua red is reserved for Give actions only. Gilt marks the lineage line.
   ========================================================================== */

@import url("/public/fonts/fonts.css");

/* Kahakō fix: Fraunces draws the macron too far right on ā ē ī ō ū, so at
   display sizes it collides with the next letter (wāhine reads as "waħine").
   "Kahako Serif" is Gelasio (Georgia-metric serif, self-hosted) restricted by
   unicode-range to the ten macron-vowel codepoints only. It sits FIRST in the
   display stack, so every browser uses it for those glyphs and falls through
   to Fraunces for everything else. Self-hosted so it renders the same on every
   device instead of depending on a system font being installed. */
@font-face {
  font-family: "Kahako Serif";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/public/fonts/Gelasio-var-normal-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-0101, U+0112-0113, U+012A-012B, U+014C-014D, U+016A-016B;
}
@font-face {
  font-family: "Kahako Serif";
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url("/public/fonts/Gelasio-var-italic-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-0101, U+0112-0113, U+012A-012B, U+014C-014D, U+016A-016B;
}

:root {
  /* founder palette + roles */
  --mauka: #31462f;
  --aina: #4f6f52;
  --sage: #a8b89a;
  --sand: #f7f2ea;
  --sand-deep: #efe7d7;
  --paper: #fffdf8;
  --kai: #2f6f88;
  --moana: #1e4a5e;
  --sky: #d8edf2;
  --clay: #c96f5d;
  --lehua: #a63d2a;
  --lehua-deep: #8f3423;
  --koa: #6b4f3a;
  --gilt: #b98a3d;
  --ink: #2e2a26;
  --ink-soft: #5c5248;
  --cream-text: #f3eee2;
  --cream-soft: rgba(243, 238, 226, 0.82);

  --font-display: "Kahako Serif", "Fraunces", "Iowan Old Style", Palatino, Georgia, serif;
  --font-body: "Alegreya Sans", "Avenir Next", "Gill Sans", sans-serif;

  --wrap: 1180px;
  --pad-x: clamp(1.2rem, 5vw, 5rem);
  --band-y: clamp(4rem, 9vw, 7.5rem);
  --shadow: 0 22px 60px rgba(35, 27, 20, 0.16);
  --ease: cubic-bezier(0.33, 1, 0.68, 1);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--sand);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img, video { display: block; max-width: 100%; height: auto; }

a { color: inherit; text-decoration: none; }

main *, footer * { min-width: 0; }

h1, h2, h3, p, blockquote, figure { margin: 0; overflow-wrap: break-word; }

h1, h2 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.01em;
  text-wrap: balance;
}

h1 { font-size: clamp(2.2rem, 4.6vw, 3.4rem); max-width: 20ch; }
h2 { font-size: clamp(1.75rem, 3.2vw, 2.6rem); max-width: 24ch; }
h3 { font-family: var(--font-display); font-weight: 650; font-size: 1.35rem; line-height: 1.15; }

p { max-width: 66ch; }

::selection { background: var(--clay); color: #fff; }

/* focus is a feature, not an afterthought */
:focus-visible {
  outline: 3px solid var(--lehua);
  outline-offset: 3px;
  border-radius: 2px;
}
.band-dark :focus-visible,
.site-footer :focus-visible { outline-color: var(--cream-text); }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -4rem;
  z-index: 200;
  background: var(--ink);
  color: var(--cream-text);
  padding: 0.8rem 1.2rem;
  font-weight: 700;
}
.skip-link:focus { top: 1rem; }

/* --------------------------------------------------------------------------
   Bilingual eyebrow: ʻōlelo Hawaiʻi first, English beside it
   -------------------------------------------------------------------------- */
.eyebrow {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem;
  margin: 0 0 1rem;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--lehua);
  max-width: none;
}
.eyebrow i {
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: none;
  color: var(--ink-soft);
}
.eyebrow i::before { content: "·"; margin-right: 0.5rem; color: var(--gilt); }
.band-dark .eyebrow { color: var(--sage); }
.band-dark .eyebrow i { color: var(--cream-soft); }
/* sage fails contrast on ocean blue; use sky there */
.band--kai .eyebrow { color: var(--sky); }
.band--kai .eyebrow i { color: #eef7fa; }

/* --------------------------------------------------------------------------
   Kapa edge bands: pattern as wayfinding (mauna / nalu / kalo)
   Geometric and referential only; reviewed with Misty before launch.
   -------------------------------------------------------------------------- */
.kapa { height: 12px; }
.kapa--mauna {
  background:
    repeating-linear-gradient(135deg, var(--gilt) 0 2px, transparent 2px 13px),
    repeating-linear-gradient(45deg, var(--gilt) 0 2px, transparent 2px 13px);
  opacity: 0.75;
}
.kapa--nalu {
  background:
    repeating-radial-gradient(circle at 10% 140%, transparent 0 14px, var(--kai) 14px 16px),
    repeating-radial-gradient(circle at 55% 150%, transparent 0 18px, var(--kai) 18px 20px);
  opacity: 0.55;
}
.kapa--kalo {
  background: repeating-linear-gradient(90deg, var(--aina) 0 2px, transparent 2px 10px);
  opacity: 0.6;
}

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.2rem;
  padding: 0.65rem var(--pad-x);
  background: rgba(247, 242, 234, 0.96);
  border-bottom: 1px solid rgba(107, 79, 58, 0.18);
}

.brand { display: flex; align-items: center; min-height: 2.75rem; }
.brand-logo { width: min(10.5rem, 44vw); height: auto; }

.desktop-nav {
  display: flex;
  gap: 1.5rem;
  justify-self: end;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.desktop-nav a {
  color: var(--ink);
  padding: 0.4rem 0;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s var(--ease);
}
.desktop-nav a:hover,
.desktop-nav a[aria-current="page"] { border-bottom-color: var(--lehua); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3rem;
  padding: 0.8rem 1.5rem;
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.18s var(--ease), background 0.18s var(--ease), color 0.18s var(--ease);
}
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }

/* lehua belongs to giving alone */
.button--give { background: var(--lehua); color: #fff6ef; }
.button--give:hover { background: var(--lehua-deep); }

.button--line { border-color: currentColor; color: var(--ink); background: transparent; }
.band-dark .button--line,
.hero .button--line { color: var(--cream-text); }

.menu-toggle {
  display: none;
  width: 2.9rem;
  height: 2.9rem;
  place-items: center;
  background: transparent;
  border: 0;
  color: var(--ink);
  cursor: pointer;
}
.menu-toggle span {
  grid-area: 1 / 1;
  display: block;
  width: 1.4rem;
  height: 2px;
  margin: 0;
  background: currentColor;
  transition: transform 0.2s var(--ease);
  transform: translateY(-4px);
}
.menu-toggle span:last-child { transform: translateY(4px); }
.menu-toggle[aria-expanded="true"] span:first-child { transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: rotate(-45deg); }

.mobile-nav {
  display: none;
  position: fixed;
  inset: 4.5rem 0.8rem auto;
  z-index: 90;
  background: var(--paper);
  border: 1px solid rgba(107, 79, 58, 0.2);
  box-shadow: var(--shadow);
  padding: 0.8rem 1.2rem;
}
.mobile-nav.is-open { display: block; }
.mobile-nav a {
  display: block;
  padding: 0.95rem 0;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(107, 79, 58, 0.14);
}
.mobile-nav a:last-child { border-bottom: 0; color: var(--lehua); }

/* --------------------------------------------------------------------------
   Bands (mauka to makai)
   -------------------------------------------------------------------------- */
.band { padding: var(--band-y) var(--pad-x); }
.wrap { max-width: var(--wrap); margin: 0 auto; }

.band--sand { background: var(--sand); }
.band--sand-deep { background: var(--sand-deep); }
.band--paper { background: var(--paper); }
.band--aina { background: var(--aina); color: var(--cream-text); }
.band--mauka { background: var(--mauka); color: var(--cream-text); }
.band--kai { background: var(--kai); color: #eef7fa; }
.band--moana { background: var(--moana); color: #e8f2f7; }

.band-dark p { color: var(--cream-soft); }
.band--kai p { color: rgba(238, 247, 250, 0.85); }
.band--moana p { color: rgba(232, 242, 247, 0.85); }

.lede { font-size: 1.14rem; line-height: 1.65; color: var(--ink-soft); }

/* --------------------------------------------------------------------------
   Hero: living footage of the community, mauka behind them
   -------------------------------------------------------------------------- */
.hero {
  position: relative;
  display: grid;
  place-items: end start;
  min-height: min(88svh, 780px);
  background: var(--mauka);
  color: var(--cream-text);
  overflow: hidden;
}
.hero-media, .hero-media video, .hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-media video, .hero-media img { filter: brightness(0.82) saturate(0.94); }
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(75deg, rgba(20, 28, 18, 0.94) 0%, rgba(20, 28, 18, 0.68) 48%, rgba(20, 28, 18, 0.22) 80%),
    linear-gradient(0deg, rgba(20, 28, 18, 0.9), rgba(20, 28, 18, 0.28) 55%, transparent 80%);
}
.hero-shell {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 8rem var(--pad-x) clamp(3rem, 6vw, 4.5rem);
}
.hero h1 {
  color: #fdfaf3;
  text-shadow: 0 1px 2px rgba(10, 14, 9, 0.5), 0 14px 44px rgba(10, 14, 9, 0.45);
}
.hero .eyebrow { color: #c9d8bd; text-shadow: 0 1px 2px rgba(10, 14, 9, 0.55); }
.hero .eyebrow i { color: var(--cream-text); }
.hero-copy {
  margin-top: 1.2rem;
  font-size: clamp(1.08rem, 1.5vw, 1.25rem);
  line-height: 1.65;
  max-width: 54ch;
  color: #f0ebdf;
  text-shadow: 0 1px 2px rgba(10, 14, 9, 0.55), 0 10px 30px rgba(10, 14, 9, 0.4);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 2.1rem; }

/* --------------------------------------------------------------------------
   Foundation intro
   -------------------------------------------------------------------------- */
.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}
.intro-grid .lede + .lede { margin-top: 1rem; }

/* --------------------------------------------------------------------------
   Lineage thread
   -------------------------------------------------------------------------- */
.lineage-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(2.5rem, 6vw, 6rem);
}
@media (min-width: 941px) {
  .lineage-grid > :first-child {
    position: sticky;
    top: 6rem;
    align-self: start;
  }
}
.thread {
  list-style: none;
  margin: 0;
  padding: 0 0 0 1.6rem;
  border-left: 3px solid var(--gilt);
  display: grid;
  gap: 1.5rem;
}
.thread li { position: relative; max-width: 60ch; }
.thread li::before {
  content: "";
  position: absolute;
  left: calc(-1.6rem - 9px);
  top: 0.4em;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--aina);
  border: 3px solid var(--gilt);
}
.thread .yr {
  display: block;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 650;
  color: #ffd9a8;
  font-variant-numeric: tabular-nums;
}
.thread p { margin-top: 0.15rem; }
.thread strong { color: var(--cream-text); }

/* --------------------------------------------------------------------------
   Charter band: the Queen's sentence, monumental
   -------------------------------------------------------------------------- */
.charter { position: relative; overflow: hidden; }
.charter::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(135deg, rgba(217, 200, 154, 0.06) 0 3px, transparent 3px 28px);
  pointer-events: none;
}
.charter-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
}
.charter blockquote { border: 0; padding: 0; }
.charter blockquote p {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(2.1rem, 5vw, 3.6rem);
  line-height: 1.12;
  color: #fdfaf3;
  max-width: 18ch;
  text-wrap: balance;
}
.charter cite {
  display: block;
  margin-top: 1.4rem;
  font-style: normal;
  font-size: 0.95rem;
  color: var(--sage);
}
.charter cite a { border-bottom: 1px solid var(--gilt); color: #ffd9a8; }
.charter-note { margin-top: 1.8rem; padding-top: 1.6rem; border-top: 1px solid rgba(217, 200, 154, 0.35); }
.charter-note strong { color: #ffd9a8; }
.charter-figure { position: relative; }
.charter-figure img { width: 100%; height: auto; box-shadow: var(--shadow); }
.charter-figure figcaption {
  margin-top: 0.7rem;
  font-size: 0.85rem;
  color: var(--sage);
}

/* --------------------------------------------------------------------------
   Programs: three pathways, each with its own kapa mark
   -------------------------------------------------------------------------- */
.section-head { max-width: 52rem; margin-bottom: clamp(2rem, 5vw, 3.5rem); }
.section-head .lede { margin-top: 0.9rem; }

.pathways {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}
.pathway {
  background: var(--paper);
  border: 1px solid rgba(107, 79, 58, 0.18);
  display: flex;
  flex-direction: column;
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.pathway:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.pathway img { width: 100%; height: 15rem; object-fit: cover; }
.pathway .kapa { height: 8px; }
.pathway-body { padding: 1.4rem 1.4rem 1.6rem; display: grid; gap: 0.6rem; }
.pathway-body p { color: var(--ink-soft); font-size: 0.98rem; }
.pathway-link { font-weight: 700; color: var(--lehua); font-size: 0.9rem; letter-spacing: 0.05em; text-transform: uppercase; }
.pathway-link::after { content: " →"; }

/* --------------------------------------------------------------------------
   Honest record band
   -------------------------------------------------------------------------- */
.record-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}
.record {
  background: var(--paper);
  border-top: 4px solid var(--aina);
  padding: 1.4rem 1.4rem 1.5rem;
  box-shadow: 0 12px 34px rgba(35, 27, 20, 0.07);
}
.record .big {
  font-family: var(--font-display);
  font-weight: 650;
  font-size: clamp(1.9rem, 3.4vw, 2.6rem);
  line-height: 1.05;
  color: var(--mauka);
  font-variant-numeric: tabular-nums;
}
.record p { margin-top: 0.45rem; color: var(--ink-soft); font-size: 0.96rem; }

/* --------------------------------------------------------------------------
   Ka Lokomaikaʻi Collective: the ask
   -------------------------------------------------------------------------- */
.collective-intro { max-width: 56rem; }
.collective-intro h2 { max-width: 22ch; }
.collective-intro .lede { color: rgba(238, 247, 250, 0.88); }

.tiers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: clamp(1.8rem, 4vw, 2.6rem);
}
.tier {
  position: relative;
  background: var(--paper);
  color: var(--ink);
  padding: 1.5rem 1.4rem 1.5rem;
  border: 2px solid transparent;
  display: grid;
  gap: 0.55rem;
  align-content: start;
}
.tier--feature { border-color: var(--gilt); }
.tier-flag {
  position: absolute;
  top: -0.75rem;
  left: 1rem;
  background: var(--gilt);
  color: #2c2214;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.2rem 0.55rem;
}
.tier .amount {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1;
}
.tier .amount small { font-size: 1rem; font-weight: 500; color: var(--ink-soft); }
.tier p { color: var(--ink-soft); font-size: 0.95rem; }
.tier .button { margin-top: 0.5rem; }
.collective-alt { margin-top: 1.6rem; font-size: 0.98rem; }
.collective-alt a { border-bottom: 1px solid rgba(238, 247, 250, 0.6); font-weight: 700; }
.collective-trust {
  margin-top: 2rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(238, 247, 250, 0.3);
  font-size: 0.9rem;
  color: rgba(238, 247, 250, 0.88);
  max-width: none;
}

/* --------------------------------------------------------------------------
   Founder note
   -------------------------------------------------------------------------- */
.founder-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.founder-aside { border-left: 3px solid var(--gilt); padding-left: clamp(1.2rem, 2.5vw, 2rem); }
.founder-portrait { max-width: 26rem; }
.founder-portrait img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  box-shadow: var(--shadow);
}
.founder-note blockquote { border: 0; margin: 1rem 0 0; padding: 0; }
.founder-note blockquote p,
.founder-note > p:not(.eyebrow) {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.1vw, 1.55rem);
  line-height: 1.45;
  font-weight: 500;
  color: #f2f7fa;
  max-width: 38ch;
}
.founder-note blockquote p + p { margin-top: 1.1rem; }
.founder-sig { margin-top: 1.8rem; }
.founder-sig strong { display: block; font-size: 1.05rem; color: #fdfaf3; }
.founder-sig span { font-size: 0.92rem; color: rgba(232, 242, 247, 0.75); }
.founder-links { margin-top: 1.4rem; }
.founder-links a { border-bottom: 1px solid var(--gilt); color: #ffd9a8; font-weight: 700; }

/* --------------------------------------------------------------------------
   Partner strip
   -------------------------------------------------------------------------- */
.partner-ways {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: clamp(1.8rem, 4vw, 2.6rem);
}
.way { border-top: 3px solid var(--koa); padding-top: 1rem; }
.way:nth-child(2) { border-top-color: var(--aina); }
.way:nth-child(3) { border-top-color: var(--kai); }
.way:nth-child(4) { border-top-color: var(--clay); }
.way h3 { font-size: 1.2rem; margin-bottom: 0.4rem; }
.way p { color: var(--ink-soft); font-size: 0.95rem; }
.partner-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 2.2rem; }

/* --------------------------------------------------------------------------
   Gallery strip
   -------------------------------------------------------------------------- */
.gallery { display: grid; grid-template-columns: 1.2fr 0.8fr 1fr 0.9fr; }
.gallery img { width: 100%; height: 100%; aspect-ratio: 1 / 1; object-fit: cover; }

/* --------------------------------------------------------------------------
   Subpage patterns
   -------------------------------------------------------------------------- */
.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  padding: clamp(3rem, 6vw, 4.5rem) var(--pad-x);
  background: var(--sand);
}
.page-hero-copy .lede { margin-top: 1rem; }
.breadcrumb {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 1.1rem;
}
.breadcrumb a { border-bottom: 1px solid rgba(107, 79, 58, 0.4); }
.page-hero img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.answer {
  background: var(--paper);
  border-left: 5px solid var(--aina);
  box-shadow: 0 12px 34px rgba(35, 27, 20, 0.07);
  padding: clamp(1.4rem, 3vw, 2rem);
}
.answer .lede { color: var(--ink); }
.answer-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(2rem, 5vw, 4rem);
}
.updated { margin-top: 1rem; font-size: 0.8rem; letter-spacing: 0.06em; text-transform: uppercase; font-weight: 700; color: var(--ink-soft); }

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}
.card-grid article {
  background: var(--paper);
  border-top: 3px solid var(--aina);
  box-shadow: 0 12px 34px rgba(35, 27, 20, 0.07);
  padding: 1.35rem;
}
.card-grid article:nth-child(3n + 2) { border-top-color: var(--kai); }
.card-grid article:nth-child(3n) { border-top-color: var(--clay); }
.card-grid h3 { margin-bottom: 0.5rem; }
.card-grid p { color: var(--ink-soft); font-size: 0.97rem; }

.meaning-close {
  margin: clamp(1.8rem, 4vw, 2.6rem) auto 0;
  max-width: 46rem;
  padding-left: 1.4rem;
  border-left: 3px solid var(--gilt);
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  line-height: 1.5;
  color: var(--mauka);
}

.pull-quote {
  margin: clamp(2.2rem, 5vw, 3.2rem) auto 0;
  max-width: 50rem;
  text-align: center;
}
.pull-quote blockquote { border: 0; padding: 0; margin: 0; }
.pull-quote blockquote p {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.3rem, 2.6vw, 1.75rem);
  line-height: 1.4;
  color: var(--mauka);
  max-width: none;
  text-wrap: balance;
}
.pull-quote figcaption {
  margin-top: 1rem;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  color: var(--ink-soft);
}
.pull-quote figcaption::before {
  content: "";
  display: block;
  width: 3.5rem;
  height: 3px;
  margin: 0 auto 0.9rem;
  background: var(--gilt);
}

/* Founder story page */
.founder-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.founder-hero-figure { margin: 0; }
.founder-hero-figure img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  box-shadow: var(--shadow);
}
.founder-hero-figure blockquote {
  border: 0;
  margin: 1.4rem 0 0;
  padding-left: 1.2rem;
  border-left: 3px solid var(--gilt);
}
.founder-hero-figure blockquote p {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
  line-height: 1.45;
  color: #f2f7fa;
}
.founder-story { max-width: 44rem; margin: 0 auto; }
.founder-story > p {
  font-size: 1.12rem;
  line-height: 1.75;
  color: var(--ink);
  max-width: none;
  margin-bottom: 1.3rem;
}
.founder-story h2 {
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  color: var(--mauka);
  margin: 2.4rem 0 1rem;
  max-width: none;
}
.founder-credentials {
  background: var(--paper);
  border-left: 4px solid var(--gilt);
  padding: clamp(1.4rem, 3vw, 2rem);
  margin: 2.4rem 0;
  box-shadow: 0 12px 34px rgba(35, 27, 20, 0.07);
}
.founder-credentials p { color: var(--ink-soft); font-size: 1.02rem; line-height: 1.7; margin-bottom: 1rem; max-width: none; }
.founder-credentials p:last-child { margin-bottom: 0; }
.founder-closing {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.3vw, 1.7rem) !important;
  line-height: 1.4 !important;
  color: var(--mauka) !important;
  padding-left: 1.4rem;
  border-left: 3px solid var(--gilt);
}
@media (max-width: 940px) {
  .founder-hero-grid { grid-template-columns: 1fr; }
  .founder-hero-figure { max-width: 26rem; }
}

.reflection blockquote { border: 0; padding: 0; margin: 0; max-width: 62rem; }
.reflection blockquote p {
  font-family: var(--font-display);
  font-size: clamp(1.08rem, 1.8vw, 1.3rem);
  line-height: 1.6;
  color: var(--cream-text);
  max-width: none;
}
.reflection cite {
  display: block;
  margin-top: 1.2rem;
  font-style: normal;
  font-weight: 700;
  color: #ffd9a8;
}
.reflection cite span { display: block; font-weight: 500; font-size: 0.9rem; color: var(--cream-soft); }
.reflection-photos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: clamp(1.8rem, 4vw, 2.6rem);
}
.reflection-photos img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
@media (max-width: 560px) {
  .reflection-photos { grid-template-columns: 1fr; }
}
.card-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lehua);
  margin-bottom: 0.7rem;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.split img { width: 100%; aspect-ratio: 16 / 11; object-fit: cover; box-shadow: var(--shadow); }

.faq details { border-bottom: 1px solid rgba(107, 79, 58, 0.25); padding: 1.1rem 0; }
.faq summary {
  cursor: pointer;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.4vw, 1.6rem);
  font-weight: 650;
  line-height: 1.2;
}
.faq summary::marker { color: var(--lehua); }
.faq p { margin-top: 0.7rem; color: var(--ink-soft); }

.source-list { list-style: none; padding: 0; margin: 1.2rem 0 0; display: grid; gap: 0.7rem; }
.source-list a { border-bottom: 1px solid rgba(107, 79, 58, 0.4); font-weight: 700; color: var(--mauka); }

.closing-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 1.8rem; }

/* --------------------------------------------------------------------------
   Footer: the trust block
   -------------------------------------------------------------------------- */
.site-footer { background: var(--ink); color: var(--cream-soft); padding: clamp(2.6rem, 6vw, 4rem) var(--pad-x) 2.2rem; }
.footer-grid {
  max-width: var(--wrap);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.85fr) minmax(0, 0.85fr);
  gap: 2.2rem;
}
.site-footer h3 { color: #fdfaf3; font-size: 1.3rem; margin-bottom: 0.6rem; }
.site-footer p { font-size: 0.95rem; }
.footer-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.5rem; font-size: 0.95rem; }
.footer-list a { border-bottom: 1px solid transparent; transition: border-color 0.15s var(--ease); }
.footer-list a:hover { border-bottom-color: var(--gilt); }
.footer-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 0.8rem;
}
.footer-legal {
  max-width: var(--wrap);
  margin: 2.4rem auto 0;
  padding-top: 1.3rem;
  border-top: 1px solid rgba(243, 238, 226, 0.18);
  font-size: 0.85rem;
  color: rgba(243, 238, 226, 0.6);
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1.6rem;
  justify-content: space-between;
}

/* --------------------------------------------------------------------------
   Reveal animation (JS adds .is-visible; motion respects user preference)
   -------------------------------------------------------------------------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.55s var(--ease), transform 0.55s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
.no-observer .reveal, .reduced-motion .reveal { opacity: 1; transform: none; }

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 940px) {
  .desktop-nav, .site-header > .button--give { display: none; }
  .menu-toggle { display: grid; }
  .site-header { grid-template-columns: minmax(0, 1fr) auto; }

  .intro-grid, .lineage-grid, .charter-grid, .founder-grid,
  .page-hero, .answer-grid, .split { grid-template-columns: 1fr; }
  .pathways, .tiers, .record-grid, .card-grid { grid-template-columns: 1fr; }
  .partner-ways { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .charter-figure { max-width: 30rem; }
  .hero { min-height: 78svh; }
}

@media (max-width: 560px) {
  body { font-size: 1rem; }
  .partner-ways { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-shell { padding-top: 6.5rem; }
  .hero h1 { font-size: 2.15rem; }
  .charter blockquote p { font-size: 1.9rem; }
  .tier .amount { font-size: 1.9rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}
