/* =============================================================
   The Health Collective — v4
   Palette: Burgundy + Dusty Pink (anchor) · Teal · Chartreuse · Grey (accents)
   ============================================================= */

:root {
  --burgundy:      #572932;
  --burgundy-deep: #3e1d24;
  --pink:          #EAA09B;
  --pink-soft:     #f0b9b4;
  --teal:          #004851;
  --teal-deep:     #003339;
  --lime:          #E3E935;
  --grey:          #D9D9D6;
  --bone:          #faf7f1;
  --ink:           #2a1a1d;
  --f-display: 'Fraunces', Georgia, serif;
  --f-sans:    'Inter Tight', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  --f-mono:    'IBM Plex Mono', ui-monospace, Menlo, monospace;
  --gutter: clamp(1.25rem, 4vw, 2.5rem);
  --ease:   cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  font-family: var(--f-sans);
  font-size: 1rem;
  line-height: 1.5;
  color: var(--ink);
  background: var(--bone);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { background: none; border: 0; cursor: pointer; font: inherit; color: inherit; }
ul, ol { list-style: none; }
::selection { background: var(--lime); color: var(--burgundy); }
:focus-visible { outline: 2px solid var(--lime); outline-offset: 3px; }

.container { max-width: 1320px; margin: 0 auto; padding: 0 var(--gutter); width: 100%; }

.hl {
  background: var(--lime);
  color: var(--burgundy);
  padding: 0 0.18em 0.06em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-style: normal;
}

.dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--burgundy);
  display: inline-block;
  animation: pulse 2.4s ease-in-out infinite;
}
.dot.teal     { background: var(--teal); }
.dot.pink     { background: var(--pink); }
.dot.lime     { background: var(--lime); }
.dot.burgundy { background: var(--burgundy); }
@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50%      { transform: scale(1.5); opacity: 0.6; }
}

/* NAV */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0; z-index: 100;
  padding: 1rem 0;
  transition: background 0.35s var(--ease), padding 0.35s var(--ease), border-color 0.35s ease;
  border-bottom: 1px solid transparent;
}
.nav.solid {
  background: rgba(250,247,241,0.92);
  backdrop-filter: saturate(1.1) blur(14px);
  -webkit-backdrop-filter: saturate(1.1) blur(14px);
  border-bottom-color: rgba(42,26,29,0.1);
  padding: 0.65rem 0;
}
.nav-inner {
  max-width: 1320px; margin: 0 auto; padding: 0 var(--gutter);
  display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center; gap: 2rem;
}
.logo {
  display: inline-flex; align-items: center; gap: 0.6rem;
  font-family: var(--f-display); font-weight: 400;
  font-size: 1.05rem; letter-spacing: -0.01em; color: var(--burgundy);
}
.logo-mark {
  width: 28px; height: 32px;
  background-image: url("assets/logo-h.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.logo-light { color: var(--bone); }
/* On dark surfaces (footer), invert the green mark to bone using a filter. */
.logo-light .logo-mark {
  filter: brightness(0) invert(1) opacity(0.9);
}
.nav-links {
  display: flex; gap: 1.25rem;
  font-family: var(--f-sans); font-size: 0.92rem; color: var(--burgundy);
}
.nav-links a { padding: 0.3rem 0; opacity: 0.75; transition: opacity 0.2s ease; }
.nav-links a:hover { opacity: 1; }
.nav-cta {
  justify-self: end; display: inline-flex; align-items: center; gap: 0.45rem;
  padding: 0.55rem 0.95rem; border: 1px solid var(--burgundy); border-radius: 999px;
  color: var(--burgundy); font-size: 0.9rem; white-space: nowrap;
  transition: background 0.25s ease, color 0.25s ease;
}
.nav-cta:hover { background: var(--burgundy); color: var(--lime); }
.nav-toggle { display: none; }

/* BUTTONS */
.btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.95rem 1.4rem; font-family: var(--f-sans);
  font-size: 0.95rem; font-weight: 500; border-radius: 999px; white-space: nowrap;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--burgundy); color: var(--lime); }
.btn-primary:hover { background: var(--burgundy-deep); }
.btn-ghost  { border: 1px solid var(--burgundy); color: var(--burgundy); }
.btn-ghost:hover { background: var(--burgundy); color: var(--lime); }
.btn-light  { background: var(--lime); color: var(--burgundy); }
.btn-light:hover { background: var(--bone); }

/* HERO */
.hero {
  min-height: 100vh; display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  background: var(--bone); padding-top: 5rem;
}
.hero-text {
  padding: clamp(3rem,6vw,6rem) clamp(1.5rem,5vw,5rem) 4rem var(--gutter);
  display: flex; flex-direction: column; justify-content: center; position: relative;
}
.hero-eyebrow {
  font-family: var(--f-mono); font-size: 0.75rem; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--burgundy); margin-bottom: 2rem;
  display: inline-flex; align-items: center; gap: 0.6rem;
}
.hero-title {
  font-family: var(--f-display); font-weight: 400;
  font-size: clamp(2.75rem,7.2vw,6.75rem); line-height: 0.98;
  letter-spacing: -0.028em; color: var(--burgundy); margin-bottom: 2rem;
  font-variation-settings: "opsz" 144;
}
.hero-sub {
  font-size: clamp(1rem,1.2vw,1.1rem); line-height: 1.55;
  color: var(--burgundy); opacity: 0.78; max-width: 42ch; margin-bottom: 2rem;
}
.hero-ctas { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.hero-scroll {
  position: absolute; bottom: 2rem; left: var(--gutter);
  font-family: var(--f-mono); font-size: 0.7rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--burgundy); opacity: 0.55;
  display: inline-flex; align-items: center; gap: 0.6rem;
}
.hero-scroll svg { animation: scrollDown 2.4s ease-in-out infinite; }
@keyframes scrollDown {
  0%, 100% { transform: translateY(0); opacity: 0.6; }
  50%       { transform: translateY(4px); opacity: 1; }
}
.hero-pattern { position: relative; overflow: hidden; background: var(--burgundy); }
.hero-pattern-inner { position: absolute; inset: 0; overflow: hidden; }

/* stadium pills (kept for fallback) */
.circle-grid { position: absolute; inset: 0; display: grid; gap: 0; }
.circle-grid.m-drift { animation: heroDrift 18s linear infinite; }
@keyframes heroDrift { 0% { transform: translateY(0); } 100% { transform: translateY(-12%); } }
.cg-cell { aspect-ratio: 1/1.1; display: flex; align-items: center; justify-content: center; }
.cg-shape { width: 100%; height: 100%; border-radius: 50%/60%; display: block; }

/* crosshatch hero pattern */
.hatch-pattern { position: absolute; inset: 0; overflow: hidden; }
.hatch-pattern.m-drift { animation: hatchShift 20s ease-in-out infinite; }
@keyframes hatchShift {
  0%, 100% { background-position: 0 0; }
  50%       { background-position: 32px 32px; }
}
.hp-dot {
  position: absolute; width: 48px; height: 48px;
  border-radius: 50%; display: block;
  animation: dotFloat 9s ease-in-out infinite;
}
.hp-dot:nth-child(2) { animation-delay: -2.5s; }
.hp-dot:nth-child(3) { animation-delay: -5s; }
.hp-dot:nth-child(4) { animation-delay: -7s; }
@keyframes dotFloat {
  0%, 100% { transform: translate(0,0); }
  50%       { transform: translate(14px,-18px); }
}

/* STRIPE BAND */
.stripe-band {
  height: 64px; overflow: hidden; background: var(--burgundy);
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.stripe-track { display: flex; height: 100%; width: max-content; animation: stripeRoll 26s linear infinite; }
.stripe-row { display: flex; height: 100%; }
.s-bar { display: block; height: 100%; flex: 0 0 auto; }
.s-bar.burgundy { width: 56px; background: var(--burgundy-deep); }
.s-bar.pink     { width: 38px; background: var(--pink); }
.s-bar.teal     { width: 72px; background: var(--teal); }
.s-bar.lime     { width: 24px; background: var(--lime); }
.s-bar.grey     { width: 48px; background: var(--grey); }
@keyframes stripeRoll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* THESIS */
.thesis { background: var(--bone); padding: clamp(5rem,10vw,9rem) 0; }
.thesis-row {
  display: flex; gap: 1rem; justify-content: space-between; align-items: baseline;
  flex-wrap: wrap; padding-bottom: 1.5rem; margin-bottom: clamp(3rem,6vw,5rem);
  border-bottom: 1px solid rgba(87,41,50,0.18);
}
.thesis-eyebrow, .venture-eyebrow, .numbers-eyebrow, .prin-eyebrow, .cta-eyebrow {
  font-family: var(--f-mono); font-size: 0.75rem; letter-spacing: 0.08em;
  text-transform: uppercase; display: inline-flex; align-items: center; gap: 0.5rem;
  color: var(--burgundy);
}
.thesis-mini, .venture-mini {
  font-family: var(--f-display); font-size: clamp(1rem,1.3vw,1.2rem);
  color: var(--burgundy); opacity: 0.75; max-width: 36ch;
}
.thesis-grid { display: grid; grid-template-columns: 6fr 5fr; gap: clamp(2rem,6vw,6rem); align-items: start; }
.thesis-headline {
  font-family: var(--f-display); font-weight: 400;
  font-size: clamp(2.25rem,5vw,4.5rem); line-height: 1.0;
  letter-spacing: -0.025em; color: var(--burgundy);
}
.thesis-body p {
  font-size: clamp(1rem,1.2vw,1.1rem); line-height: 1.65;
  color: var(--burgundy); opacity: 0.85; max-width: 50ch; margin-bottom: 1.25rem;
}
.bisect-pair { display: flex; gap: 0.85rem; margin-top: 2.5rem; }
.bisect {
  width: 64px; height: 64px; border-radius: 50%; position: relative;
  overflow: hidden; display: block; flex: 0 0 auto; animation: spin 14s linear infinite;
}
.bisect.b-a { background: var(--pink); }
.bisect.b-b { background: var(--teal); animation-duration: 18s; animation-direction: reverse; }
.bisect.b-c { background: var(--lime); animation-duration: 22s; }
.bisect::after { content: ''; position: absolute; left: 0; right: 0; top: 50%; bottom: 0; background: var(--burgundy); }
.bisect.b-b::after { background: var(--pink); }
.bisect.b-c::after { background: var(--burgundy); }
@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

/* VENTURE */
.venture {
  background: var(--burgundy); color: var(--pink);
  padding: clamp(5rem,10vw,9rem) 0; position: relative; overflow: hidden;
}
.venture .venture-eyebrow, .venture .venture-mini { color: var(--pink); }
.hatch-bg {
  position: absolute; top: -10%; right: -8%; width: 520px; height: 520px;
  background-image:
    repeating-linear-gradient(0deg, rgba(234,160,155,0.35) 0 1.5px, transparent 1.5px 48px),
    repeating-linear-gradient(90deg, rgba(234,160,155,0.35) 0 1.5px, transparent 1.5px 48px);
  pointer-events: none; transform: rotate(-3deg);
  }
@keyframes hatchSway {
  0%, 100% { transform: rotate(-3deg) translateY(0); }
  50%       { transform: rotate(2deg) translateY(20px); }
}
.cushion {
  position: absolute; bottom: -120px; left: -80px;
  display: flex; align-items: flex-end; pointer-events: none;
  animation: cushionFloat 12s ease-in-out infinite;
}
.cushion .bean {
  width: 180px; height: 240px; border-radius: 50%/50%;
  background: var(--lime); display: block; margin-right: -28px;
}
.cushion .bean:nth-child(2) { height: 260px; }
.cushion .bean:nth-child(3) { height: 240px; }
@keyframes cushionFloat {
  0%, 100% { transform: translateY(0) rotate(-2deg); }
  50%       { transform: translateY(-18px) rotate(2deg); }
}
.venture-row {
  display: flex; gap: 1rem; justify-content: space-between; align-items: baseline;
  flex-wrap: wrap; padding-bottom: 1.5rem; margin-bottom: clamp(3rem,6vw,5rem);
  border-bottom: 1px solid rgba(234,160,155,0.25); position: relative; z-index: 2;
}
.venture-grid {
  display: grid; grid-template-columns: 5fr 6fr;
  gap: clamp(2rem,6vw,6rem); align-items: center; position: relative; z-index: 2;
}
.venture-media { position: relative; aspect-ratio: 1/1; }
.disc {
  width: 100%; height: 100%; border-radius: 50%; position: relative;
  overflow: hidden; background: var(--bone);
  box-shadow: 0 30px 60px -20px rgba(0,0,0,0.4);
}
.disc-half { position: absolute; left: 0; right: 0; height: 50%; }
.disc-half.top { top: 0; background: var(--bone); }
.disc-half.bot { bottom: 0; background: #4a543c; }
.disc-logo {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  font-family: var(--f-sans); font-weight: 500; font-size: clamp(1.75rem,4vw,3.25rem);
  letter-spacing: -0.04em; color: var(--burgundy); z-index: 2; gap: 0.1em;
  padding-bottom: 50%;
}
.disc-logo .word { color: var(--burgundy); }
.disc-logo .sup { font-size: 0.55em; vertical-align: super; margin-left: -0.05em; letter-spacing: 0; font-weight: 500; }
.venture-stamp {
  position: absolute; bottom: 0; left: 50%; transform: translate(-50%,50%);
  font-family: var(--f-mono); font-size: 0.7rem; letter-spacing: 0.08em; text-transform: uppercase;
  background: var(--burgundy); color: var(--bone);
  padding: 0.45rem 0.95rem; border-radius: 999px; white-space: nowrap; z-index: 3;
}
.venture-headline {
  font-family: var(--f-display); font-weight: 400;
  font-size: clamp(2.25rem,5vw,4.25rem); line-height: 1.0;
  letter-spacing: -0.025em; margin-bottom: 1.5rem; color: var(--bone);
}
.venture-headline .hl { background: var(--lime); color: var(--burgundy); }
.venture-desc {
  font-size: clamp(1rem,1.2vw,1.1rem); line-height: 1.65;
  color: var(--pink); opacity: 0.9; max-width: 42ch; margin-bottom: 2rem;
}
.venture-link {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding-bottom: 0.2rem; border-bottom: 1px solid var(--lime);
  color: var(--lime); font-size: 0.95rem; transition: gap 0.2s ease;
}
.venture-link:hover { gap: 0.85rem; }

/* NUMBERS */
.numbers { background: var(--bone); color: var(--burgundy); padding: clamp(5rem,10vw,9rem) 0; border-top: 1px solid rgba(87,41,50,0.12); }
.numbers .numbers-eyebrow { color: var(--burgundy); opacity: 0.7; }
.numbers-head {
  display: grid; grid-template-columns: 5fr 7fr;
  gap: clamp(2rem,5vw,5rem); align-items: end; margin-bottom: clamp(3rem,5vw,4rem);
}
.numbers-headline {
  font-family: var(--f-display); font-weight: 400;
  font-size: clamp(2.25rem,5vw,4.5rem); line-height: 1.0;
  letter-spacing: -0.025em; color: var(--burgundy);
}
.numbers-lede { font-size: clamp(1rem,1.2vw,1.1rem); line-height: 1.6; color: var(--burgundy); opacity: 0.72; max-width: 56ch; }
.stat-grid {
  display: grid; grid-template-columns: repeat(4,1fr);
  gap: 0; border: 1px solid rgba(87,41,50,0.16);
}
.stat {
  background: var(--stat-bg, var(--bone));
  color: var(--stat-ink, var(--burgundy));
  padding: 2rem 1.75rem;
  border-right: 1px solid rgba(87,41,50,0.12); border-bottom: 1px solid rgba(87,41,50,0.12);
  display: flex; flex-direction: column; justify-content: space-between;
  min-height: 240px; position: relative; overflow: hidden;
  transition: transform 0.4s var(--ease);
}
.stat:nth-child(4n) { border-right: 0; }
.stat:hover { transform: translateY(-4px); }
.stat-meta { font-family: var(--f-mono); font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--burgundy); opacity: 0.55; position: relative; z-index: 1; }
.stat-num {
  font-family: var(--f-display); font-weight: 400;
  font-size: clamp(3rem,6vw,5.5rem); line-height: 0.95; letter-spacing: -0.035em;
  margin: 1rem 0 0.85rem; position: relative; z-index: 1;
  color: var(--burgundy);
}
.stat-num .plus, .stat-num .sup { font-size: 0.45em; vertical-align: 0.55em; font-family: var(--f-sans); font-weight: 500; margin-left: 0.05em; letter-spacing: 0; color: #5a6a3a; }
.stat-desc { font-size: 0.92rem; line-height: 1.5; max-width: 28ch; position: relative; z-index: 1; color: var(--burgundy); opacity: 0.72; }
.stat.wide { grid-column: span 2; }
.stat.wide .stat-num { font-size: clamp(3.5rem,8vw,7rem); }

/* PRINCIPLES */
.principles { background: var(--bone); color: var(--burgundy); padding: clamp(5rem,10vw,9rem) 0; position: relative; overflow: hidden; border-top: 1px solid rgba(87,41,50,0.12); }
.circle-roll { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.ball { position: absolute; border-radius: 50%; display: block; }
.ball.b1 { width: 320px; height: 320px; background: var(--burgundy);      top: 8%;  left: -8%; animation: rollA 22s linear infinite; }
.ball.b2 { width: 220px; height: 220px; background: var(--teal);          top: 38%; right: -6%; animation: rollB 28s linear infinite; }
.ball.b3 { width: 180px; height: 180px; background: var(--lime);          bottom: 5%; left: 32%; animation: rollC 19s linear infinite; }
.ball.b4 { width: 110px; height: 110px; background: var(--burgundy-deep); top: 18%; right: 25%; animation: rollD 16s linear infinite; }
@keyframes rollA { 0% { transform: translate(0,0) rotate(0); } 50% { transform: translate(40px,-30px) rotate(180deg); } 100% { transform: translate(0,0) rotate(360deg); } }
@keyframes rollB { 0% { transform: translate(0,0); } 50% { transform: translate(-30px,40px); } 100% { transform: translate(0,0); } }
@keyframes rollC { 0% { transform: translate(0,0); } 50% { transform: translate(60px,-20px); } 100% { transform: translate(0,0); } }
@keyframes rollD { 0% { transform: translate(0,0); } 50% { transform: translate(-30px,30px); } 100% { transform: translate(0,0); } }
.prin-head { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(2rem,5vw,5rem); align-items: end; margin-bottom: clamp(3rem,6vw,5rem); position: relative; z-index: 2; }
.prin-headline { font-family: var(--f-display); font-weight: 400; font-size: clamp(2.5rem,5.5vw,5rem); line-height: 1.0; letter-spacing: -0.025em; }
.prin-headline .hl { background: var(--burgundy); color: var(--lime); }
.prin-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; border-top: 1px solid rgba(87,41,50,0.25); position: relative; z-index: 2; }
.prin { padding: 2rem 1.5rem; border-bottom: 1px solid rgba(87,41,50,0.25); border-right: 1px solid rgba(87,41,50,0.25); display: grid; grid-template-columns: auto 1fr; gap: 1.25rem; transition: background 0.3s ease; }
.prin:nth-child(3n) { border-right: 0; }
.prin:hover { background: rgba(250,247,241,0.4); }
.prin-num { font-family: var(--f-mono); font-size: 0.78rem; color: var(--burgundy); opacity: 0.6; padding-top: 0.3rem; }
.prin-title { font-family: var(--f-display); font-weight: 400; font-size: clamp(1.4rem,2vw,1.8rem); letter-spacing: -0.015em; margin-bottom: 0.4rem; }
.prin p { font-size: 0.95rem; line-height: 1.55; color: var(--burgundy); opacity: 0.82; max-width: 32ch; }

/* CTA */
.cta-band { background: var(--burgundy); color: var(--bone); position: relative; overflow: hidden; }
.cta-marquee { background: var(--lime); color: var(--burgundy); height: 88px; display: flex; align-items: center; overflow: hidden; border-bottom: 1px solid var(--burgundy-deep); }
.cta-track { display: flex; align-items: center; width: max-content; animation: marquee 32s linear infinite; gap: 2rem; }
.cta-track:hover { animation-play-state: paused; }
.m-word { font-family: var(--f-display); font-weight: 400; font-size: clamp(2rem,4vw,3.25rem); letter-spacing: -0.02em; color: var(--burgundy); white-space: nowrap; flex: 0 0 auto; }
.m-dot { width: 14px; height: 14px; background: var(--burgundy); border-radius: 50%; flex: 0 0 auto; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.cta-inner { padding: clamp(4rem,8vw,7rem) var(--gutter); display: grid; grid-template-columns: 6fr 5fr; gap: clamp(2rem,6vw,5rem); align-items: end; }
.cta-band .cta-eyebrow { color: var(--lime); margin-bottom: 1.5rem; }
.cta-headline { font-family: var(--f-display); font-weight: 400; font-size: clamp(2.5rem,6vw,5.5rem); line-height: 0.98; letter-spacing: -0.028em; color: var(--bone); }
.cta-headline .hl { background: var(--lime); color: var(--burgundy); }
.cta-right p { font-size: clamp(1rem,1.2vw,1.1rem); line-height: 1.6; color: var(--pink); margin-bottom: 1.5rem; max-width: 42ch; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }

/* FOOTER */
.footer { background: var(--burgundy-deep); color: var(--bone); padding: 4rem 0 2rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(255,255,255,0.08); }
.footer-brand p { margin-top: 1rem; font-size: 0.95rem; color: rgba(250,247,241,0.7); max-width: 32ch; line-height: 1.55; }
.footer-col h5 { font-family: var(--f-mono); font-size: 0.7rem; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(250,247,241,0.5); margin-bottom: 1rem; font-weight: 400; }
.footer-col ul { display: grid; gap: 0.5rem; }
.footer-col a { font-size: 0.95rem; color: var(--bone); transition: color 0.2s ease; }
.footer-col a:hover { color: var(--lime); }
.footer-col .muted { color: rgba(250,247,241,0.4); font-size: 0.95rem; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 1.5rem; font-family: var(--f-mono); font-size: 0.72rem; color: rgba(250,247,241,0.4); flex-wrap: wrap; gap: 1rem; }

/* REVEAL */
[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); }
[data-reveal].in { opacity: 1; transform: translateY(0); }

/* RESPONSIVE */
@media (max-width: 1100px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-pattern { height: 360px; order: -1; }
  .hero-text { padding-top: 2rem; }
  .thesis-grid, .venture-grid, .numbers-head, .prin-head, .cta-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .stat-grid { grid-template-columns: repeat(2,1fr); }
  .stat:nth-child(4n) { border-right: 1px solid rgba(0,0,0,0.06); }
  .stat:nth-child(2n) { border-right: 0; }
  .stat.wide { grid-column: span 2; }
  .prin-list { grid-template-columns: repeat(2,1fr); }
  .prin:nth-child(3n) { border-right: 1px solid rgba(87,41,50,0.25); }
  .prin:nth-child(2n) { border-right: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .nav-links, .nav-cta { display: none; }
  .nav-toggle { display: block; width: 28px; height: 22px; position: relative; justify-self: end; }
  .nav-toggle span { display: block; position: absolute; left: 0; right: 0; height: 1.5px; background: var(--burgundy); }
  .nav-toggle span:nth-child(1) { top: 6px; }
  .nav-toggle span:nth-child(2) { bottom: 6px; }
  .nav-inner { grid-template-columns: 1fr auto; }
  .stat-grid { grid-template-columns: 1fr; }
  .stat { border-right: 0; }
  .stat.wide { grid-column: span 1; }
  .prin-list { grid-template-columns: 1fr; }
  .prin { border-right: 0; }
  .footer-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
/* =============================================================
   ABOUT + CONTACT page additions
   Appended after homepage CSS — uses same design tokens.
   ============================================================= */

/* --- Page hero (about + contact) --- */
.page-hero {
  background: var(--bone);
  padding: clamp(8rem, 14vw, 11rem) 0 clamp(4rem, 8vw, 7rem);
  border-bottom: 1px solid rgba(87,41,50,0.12);
}
.page-hero .thesis-row { margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.page-hero-title {
  font-family: var(--f-display); font-weight: 400;
  font-size: clamp(2.75rem, 7.2vw, 6.5rem); line-height: 0.98;
  letter-spacing: -0.028em; color: var(--burgundy);
  margin-bottom: 1.5rem;
  font-variation-settings: "opsz" 144;
  max-width: 16ch;
}
.page-hero-lede {
  font-size: clamp(1.05rem, 1.4vw, 1.25rem); line-height: 1.55;
  color: var(--burgundy); opacity: 0.78; max-width: 56ch;
}

/* --- Active nav state --- */
.nav-links a.active { opacity: 1; color: var(--burgundy); position: relative; }
.nav-links a.active::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -2px;
  height: 1.5px; background: var(--burgundy);
}

/* --- Light-button-ghost variant for dark sections --- */
.btn-ghost-light {
  border: 1px solid var(--lime); color: var(--lime);
  background: transparent;
}
.btn-ghost-light:hover { background: var(--lime); color: var(--burgundy); }

/* --- Values section reuses .stat-grid; minor tweaks --- */
.values { background: var(--bone); padding: clamp(5rem,10vw,9rem) 0; }
.values .stat-num {
  /* Smaller, more readable since these are words not numbers */
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1;
  margin: 1.5rem 0 1rem;
}

/* --- Founders --- */
.founders { background: var(--bone); padding: clamp(5rem,10vw,9rem) 0; position: relative; }
.founders-headline {
  margin-bottom: clamp(3rem, 6vw, 5rem);
  max-width: 22ch;
}
.founders-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 3vw, 2.5rem);
}
.founder {
  background: var(--burgundy); color: var(--pink);
  border-radius: 8px; overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform 0.4s var(--ease);
}
.founder:hover { transform: translateY(-4px); }
.founder-photo {
  position: relative; aspect-ratio: 4/5;
  background: var(--burgundy-deep); overflow: hidden;
}
.founder-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease); }
.founder:hover .founder-photo img { transform: scale(1.03); }
.founder-tag {
  position: absolute; top: 1.25rem; left: 1.25rem;
  font-family: var(--f-mono); font-size: 0.7rem; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--burgundy);
  background: var(--lime); padding: 0.4rem 0.7rem; border-radius: 999px;
}
.founder-body { padding: clamp(2rem, 3vw, 2.5rem); }
.founder-name {
  font-family: var(--f-display); font-weight: 400;
  font-size: clamp(1.6rem, 2.5vw, 2.1rem); letter-spacing: -0.02em;
  color: var(--bone); margin-bottom: 0.4rem;
  font-variation-settings: "opsz" 72;
}
.founder-role {
  font-family: var(--f-mono); font-size: 0.78rem; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--lime); margin-bottom: 1.5rem;
}
.founder-bio {
  font-size: 0.98rem; line-height: 1.6; color: var(--pink); opacity: 0.9;
  margin-bottom: 1.75rem;
}
.founder-exp-label {
  font-family: var(--f-mono); font-size: 0.7rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--lime); margin-bottom: 0.85rem;
}
.founder-exp { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.founder-exp span {
  font-family: var(--f-mono); font-size: 0.74rem;
  padding: 0.4rem 0.7rem; border-radius: 999px;
  background: rgba(234,160,155,0.1); border: 1px solid rgba(234,160,155,0.25);
  color: var(--pink);
}

/* --- Contact main --- */
.contact-main { background: var(--bone); padding: clamp(5rem,10vw,9rem) 0; }
.contact-grid {
  display: grid; grid-template-columns: 5fr 7fr;
  gap: clamp(2rem, 6vw, 5rem); align-items: start;
}
.contact-side .thesis-eyebrow { margin-bottom: 1.5rem; }
.contact-headline {
  font-family: var(--f-display); font-weight: 400;
  font-size: clamp(2rem, 4.5vw, 3.75rem); line-height: 1.0;
  letter-spacing: -0.025em; color: var(--burgundy);
  margin-bottom: 1.5rem;
  font-variation-settings: "opsz" 144;
}
.contact-lede {
  font-size: clamp(1rem, 1.2vw, 1.1rem); line-height: 1.6;
  color: var(--burgundy); opacity: 0.78; max-width: 38ch;
  margin-bottom: 2.5rem;
}
.channels { border-top: 1px solid rgba(87,41,50,0.18); }
.channel {
  display: grid; grid-template-columns: auto 1fr;
  gap: 1.5rem; align-items: baseline;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(87,41,50,0.18);
}
.channel-label {
  font-family: var(--f-mono); font-size: 0.72rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--burgundy); opacity: 0.6;
}
.channel-value {
  font-family: var(--f-display); font-size: clamp(1rem, 1.4vw, 1.25rem);
  color: var(--burgundy); justify-self: end;
  display: inline-flex; align-items: center; gap: 0.35rem;
  transition: color 0.2s ease;
  font-variation-settings: "opsz" 36;
}
a.channel-value:hover { color: var(--teal); }

/* --- Contact form (dark card) --- */
.contact-form-wrap {
  background: var(--burgundy); color: var(--bone);
  padding: clamp(2.25rem, 4vw, 3.5rem);
  border-radius: 8px;
  position: relative; overflow: hidden;
}
.contact-form-wrap::before {
  content: ''; position: absolute; top: -60px; right: -60px;
  width: 220px; height: 220px; border-radius: 50%;
  background: var(--burgundy-deep);
  pointer-events: none;
}
.contact-form-title {
  font-family: var(--f-display); font-weight: 400;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  letter-spacing: -0.02em; line-height: 1;
  color: var(--bone); margin-bottom: 0.5rem;
  position: relative;
  font-variation-settings: "opsz" 72;
}
.contact-form-note {
  color: var(--pink); opacity: 0.8;
  margin-bottom: 2rem;
  font-size: 0.98rem;
  position: relative;
}
.contact-form { position: relative; }
.form-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1rem;
}
.form-field { margin-bottom: 1.25rem; }
.form-field label {
  display: block;
  font-family: var(--f-mono); font-size: 0.7rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--lime); margin-bottom: 0.5rem;
  font-weight: 500;
}
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%; padding: 0.85rem 0;
  background: transparent; border: 0;
  border-bottom: 1px solid rgba(234,160,155,0.4);
  font-family: var(--f-sans); font-size: 1rem;
  color: var(--bone); border-radius: 0;
  transition: border-color 0.2s ease;
}
.form-field input::placeholder,
.form-field textarea::placeholder {
  color: rgba(234,160,155,0.4);
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none; border-bottom-color: var(--lime);
}
.form-field textarea { resize: vertical; min-height: 110px; line-height: 1.5; }
.form-field select {
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path d='M5 8 l 5 5 5 -5' stroke='%23E3E935' stroke-width='1.5' fill='none' stroke-linecap='round'/></svg>");
  background-repeat: no-repeat; background-position: right 0 center; background-size: 16px;
  padding-right: 2rem;
}
.form-field select option { background: var(--burgundy-deep); color: var(--bone); }

.form-submit {
  width: 100%; justify-content: center;
  margin-top: 0.75rem;
  background: var(--lime); color: var(--burgundy);
}
.form-submit:hover { background: var(--bone); }

.form-foot {
  text-align: center; margin-top: 1rem;
  font-size: 0.85rem; color: var(--pink); opacity: 0.55;
}

.form-success { display: none; padding: 2rem 0; text-align: center; }
.form-success.show { display: block; }
.form-success h4 {
  font-family: var(--f-display); font-weight: 400;
  font-size: 1.75rem; color: var(--lime);
  margin-bottom: 0.6rem;
  font-variation-settings: "opsz" 72;
}
.form-success p { color: var(--pink); font-size: 0.95rem; max-width: 38ch; margin: 0 auto; }
.form-success a { color: var(--lime); text-decoration: underline; }

/* --- Responsive --- */
@media (max-width: 1100px) {
  .founders-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .form-row { grid-template-columns: 1fr; }
  .channel { grid-template-columns: 1fr; gap: 0.35rem; }
  .channel-value { justify-self: start; }
}