:root {
  --forest: #113a31;
  --forest-dark: #092a23;
  --ink: #102a24;
  --parchment: #f3ebdd;
  --paper: #fbf8f1;
  --gold: #b99a58;
  --stone: #d8ccb8;
  --sage: #778a7e;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
::selection { background: var(--gold); color: var(--forest-dark); }

.site-header { height: 118px; padding: 14px clamp(24px,5vw,76px); display: flex; align-items: center; justify-content: space-between; background: var(--parchment); border-bottom: 3px solid var(--gold); position: relative; z-index: 20; }
.brand { display: flex; align-items: center; gap: 18px; }
.brand img { width: 76px; height: 76px; object-fit: contain; mix-blend-mode: multiply; }
.brand span { display: flex; flex-direction: column; gap: 3px; }
.brand strong { font-family: Georgia, 'Times New Roman', serif; font-size: 29px; letter-spacing: .16em; font-weight: 500; }
.brand small { font-size: 9px; letter-spacing: .18em; color: #4c6a5f; }
nav { display: flex; align-items: center; gap: clamp(22px,3vw,48px); font-size: 14px; font-weight: 600; }
nav a { position: relative; padding: 12px 0; }
nav a:not(.nav-cta)::after { content: ''; position: absolute; left: 0; bottom: 5px; width: 0; height: 1px; background: var(--gold); transition: width .25s ease; }
nav a:hover::after, nav a:focus-visible::after { width: 100%; }
.nav-cta { border: 1px solid var(--forest); padding: 13px 22px; transition: .2s ease; }
.nav-cta:hover { background: var(--forest); color: var(--paper); }
.menu-button { display: none; }

.hero { min-height: 800px; color: var(--paper); background: radial-gradient(circle at 58% 40%, #17493e 0, var(--forest) 34%, var(--forest-dark) 100%); position: relative; overflow: hidden; display: flex; align-items: center; padding: 54px clamp(28px,5vw,80px); }
.hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,27,23,.05) 0%, rgba(5,27,23,.1) 52%, rgba(5,27,23,.5) 100%); pointer-events: none; }
.hero-copy { width: min(720px,64vw); position: relative; z-index: 4; animation: rise .65s ease both; }
.hero-logo { width: 168px; aspect-ratio: 1; margin-bottom: 26px; padding: 9px; background: rgba(243,235,221,.98); border: 1px solid var(--gold); box-shadow: 0 20px 50px rgba(2,18,14,.28); animation: rise .75s .12s ease both; }
.hero-logo img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.eyebrow { color: var(--gold); font-weight: 700; font-size: 12px; letter-spacing: .29em; margin: 0 0 27px; }
.eyebrow::after { content: ''; display: block; width: 126px; height: 1px; background: var(--gold); margin-top: 23px; }
.hero h1 { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(62px,6.1vw,96px); line-height: .98; letter-spacing: -.045em; font-weight: 400; margin: 0 0 26px; }
.hero-lead { max-width: 660px; font-size: 18px; line-height: 1.65; color: #e8e0d2; margin: 0; }
.hero-actions { display: flex; gap: 16px; margin-top: 34px; }
.button { min-height: 55px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; padding: 0 29px; border: 1px solid var(--gold); font-family: Georgia, 'Times New Roman', serif; font-weight: 700; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button span { font-family: Arial, sans-serif; transition: transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:hover span { transform: translateX(4px); }
.gold { background: var(--gold); color: var(--forest-dark); }
.gold:hover { background: #c8aa68; }
.outline { color: var(--gold); background: transparent; }
.outline:hover { background: rgba(185,154,88,.1); }
.hero-side-note { position: absolute; right: 5vw; bottom: 42px; z-index: 4; color: rgba(239,229,211,.55); letter-spacing: .32em; font-size: 10px; line-height: 2; text-align: right; }

.columns { position: absolute; inset: 0 0 0 auto; width: 34%; z-index: 2; display: flex; gap: 4.5%; justify-content: flex-end; padding-right: 3%; opacity: .5; perspective: 900px; }
.columns::after { content: ''; position: absolute; right: -5%; bottom: 0; width: 116%; height: 13%; background: linear-gradient(8deg,#061e19 45%,transparent 46%); }
.columns i { width: 14%; height: 82%; margin-top: -4%; background: linear-gradient(90deg,rgba(232,223,200,.12),rgba(232,223,200,.34) 50%,rgba(4,26,21,.32)); border-left: 1px solid rgba(185,154,88,.2); transform: rotateX(-2deg); }
.map-lines { position: absolute; inset: 5% 20% 10% 30%; opacity: .18; z-index: 1; transform: rotate(-7deg); }
.map-lines span { position: absolute; border: 1px solid var(--gold); border-radius: 48% 52% 45% 55%; }
.map-lines span:nth-child(1) { inset: 8% 12% 30% 3%; }
.map-lines span:nth-child(2) { inset: 13% 17% 24% 8%; }
.map-lines span:nth-child(3) { inset: 19% 8% 17% 15%; }
.map-lines span:nth-child(4) { inset: 3% 29% 41% 28%; }
.map-lines span:nth-child(5) { inset: 35% 2% 4% 24%; }

.evidence-bar { min-height: 185px; display: grid; grid-template-columns: repeat(4,1fr); background: var(--parchment); padding: 30px clamp(24px,7vw,112px); border-bottom: 1px solid var(--stone); }
.evidence-bar > div { display: flex; flex-direction: column; align-items: center; justify-content: center; border-right: 1px solid var(--gold); text-align: center; }
.evidence-bar > div:last-child { border-right: 0; }
.evidence-bar span { font-family: Georgia,serif; font-size: 50px; line-height: 1; }
.evidence-bar p { font-size: 11px; line-height: 1.5; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; margin: 12px 0 0; }

.section { padding: 110px clamp(28px,7vw,112px); }
.section-index { font-size: 10px; letter-spacing: .25em; font-weight: 700; color: #6f6c61; }
.section-index.light { color: #c8b98f; }
.manifesto { display: grid; grid-template-columns: 1fr 4fr; gap: 50px; background: var(--paper); }
.manifesto-copy { max-width: 1080px; }
.kicker { color: var(--gold); font-family: Georgia,serif; font-size: 22px; margin: 0 0 10px; }
.manifesto h2, .principles h2, .network h2, .founder h2, .join h2 { font-family: Georgia,serif; font-size: clamp(46px,5vw,76px); line-height: 1.02; letter-spacing: -.035em; font-weight: 400; margin: 0; }
.large-copy { margin: 47px 0; font-family: Georgia,serif; font-size: clamp(27px,2.5vw,39px); line-height: 1.38; max-width: 980px; border-left: 3px solid var(--gold); padding-left: 31px; }
.body-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 65px; max-width: 920px; font-size: 16px; line-height: 1.8; color: #40554e; }

.agenda { background: var(--forest); color: var(--paper); }
.section-heading { display: grid; grid-template-columns: 2.1fr 1fr; gap: 80px; align-items: end; margin-bottom: 62px; }
.section-heading h2, .lab-process h2 { font-family: Georgia,serif; font-size: clamp(47px,5vw,74px); line-height: 1.05; font-weight: 400; letter-spacing: -.035em; margin: 18px 0 0; }
.section-heading > p { color: #c9d2cd; line-height: 1.8; max-width: 420px; }
.agenda-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid rgba(185,154,88,.55); border-left: 1px solid rgba(185,154,88,.55); }
.agenda-grid article { min-height: 330px; padding: 36px; border-right: 1px solid rgba(185,154,88,.55); border-bottom: 1px solid rgba(185,154,88,.55); display: flex; flex-direction: column; transition: background .25s ease; }
.agenda-grid article:hover { background: rgba(255,255,255,.035); }
.agenda-top { display: flex; justify-content: space-between; color: var(--gold); font-size: 10px; letter-spacing: .2em; }
.agenda-top b { font-family: Georgia,serif; font-size: 16px; }
.agenda-grid h3 { font-family: Georgia,serif; font-size: 32px; line-height: 1.2; font-weight: 400; max-width: 520px; margin: 50px 0 18px; }
.agenda-grid p { color: #c6d0cb; max-width: 500px; line-height: 1.65; margin: 0; }
.agenda-grid a { color: var(--gold); margin-top: auto; display: flex; justify-content: space-between; border-bottom: 1px solid rgba(185,154,88,.5); padding-bottom: 8px; width: 150px; font-size: 13px; }

.principles { display: grid; grid-template-columns: .9fr 1.45fr; gap: clamp(50px,8vw,130px); background: var(--parchment); }
.principle-intro { position: sticky; top: 50px; align-self: start; }
.principle-intro h2 { margin: 24px 0 28px; }
.principle-intro > p:last-child { max-width: 430px; line-height: 1.7; color: #50645d; }
.principle-list { border-top: 1px solid var(--stone); }
.principle-list button { width: 100%; border: 0; border-bottom: 1px solid var(--stone); background: transparent; color: var(--ink); padding: 28px 0; display: grid; grid-template-columns: 58px 1fr 28px; gap: 12px; text-align: left; cursor: pointer; }
.principle-list button > span { font-family: Georgia,serif; color: var(--gold); font-size: 17px; }
.principle-list h3 { margin: 0; font-family: Georgia,serif; font-size: 28px; font-weight: 400; }
.principle-list p { margin: 16px 0 0; line-height: 1.65; color: #586961; max-width: 600px; animation: fade .25s ease both; }
.principle-list button p { display: none; }
.principle-list button.active p { display: block; }
.principle-list b { font-size: 25px; font-weight: 300; color: var(--gold); }
.principle-list button.active h3 { color: #7b6330; }

.decision-lab { padding-top: 0; padding-bottom: 0; display: grid; grid-template-columns: minmax(350px,.78fr) 1.45fr; background: var(--forest-dark); color: var(--paper); }
.lab-card { background: var(--parchment); color: var(--ink); padding: 70px 58px; }
.lab-card .date { color: var(--gold); font-family: Georgia,serif; font-size: 78px; line-height: .88; letter-spacing: -.04em; margin: 45px 0 30px; }
.lab-card h2 { font-family: Georgia,serif; font-size: 34px; font-weight: 400; margin: 0 0 25px; }
.lab-card > p:not(.eyebrow):not(.date) { line-height: 1.7; color: #53655d; }
.lab-card .button { margin-top: 20px; }
.meeting-details { margin: 28px 0 0; border-top: 1px solid var(--stone); }
.meeting-details > div { display: grid; grid-template-columns: 74px 1fr; gap: 18px; padding: 16px 0; border-bottom: 1px solid var(--stone); }
.meeting-details dt { color: #7b6330; font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.meeting-details dd { margin: 0; color: #40554e; font-size: 14px; line-height: 1.55; }
.lab-process { padding: 90px clamp(48px,7vw,100px); }
.lab-process h2 { max-width: 780px; margin-bottom: 55px; }
.outcome-list { border-top: 1px solid rgba(185,154,88,.5); }
.outcome-list > div { display: grid; grid-template-columns: 60px 1fr; padding: 19px 0; border-bottom: 1px solid rgba(185,154,88,.5); }
.outcome-list span { color: var(--gold); font-family: Georgia,serif; }
.outcome-list p { margin: 0; font-family: Georgia,serif; font-size: 23px; }

.network { background: var(--paper); }
.network > h2 { max-width: 930px; margin: 25px 0 65px; }
.network-row { display: grid; grid-template-columns: repeat(5,1fr); border: 1px solid var(--stone); }
.network-row > div { min-height: 145px; padding: 24px; border-right: 1px solid var(--stone); display: flex; flex-direction: column; justify-content: space-between; }
.network-row > div:last-child { border-right: 0; }
.network-row span { color: var(--gold); font-family: Georgia,serif; }
.network-row p { font-family: Georgia,serif; font-size: 22px; margin: 0; }
.outputs { display: grid; grid-template-columns: 1fr 4fr; gap: 40px; background: var(--parchment); margin-top: 48px; padding: 38px; }
.outputs > p { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; font-weight: 700; }
.outputs > div { display: flex; flex-wrap: wrap; gap: 12px; }
.outputs span { padding: 12px 17px; border: 1px solid var(--stone); background: var(--paper); font-family: Georgia,serif; }

.founder { background: var(--forest-dark); color: var(--paper); display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(55px,8vw,130px); align-items: center; overflow: hidden; }
.founder-mark { min-height: 560px; display: flex; align-items: center; justify-content: center; background: var(--parchment); position: relative; }
.founder-mark::before, .founder-mark::after { content: ''; position: absolute; border: 1px solid rgba(185,154,88,.55); border-radius: 50%; }
.founder-mark::before { width: 84%; aspect-ratio: 1; }
.founder-mark::after { width: 97%; aspect-ratio: 1; }
.founder-mark img { width: min(78%,420px); height: auto; object-fit: contain; mix-blend-mode: multiply; position: relative; z-index: 1; }
.founder-copy { max-width: 740px; }
.founder-copy h2 { font-size: clamp(28px,3.7vw,56px); white-space: nowrap; }
.founder-label { color: var(--gold); font-family: Georgia,serif; font-style: italic; font-size: 21px; margin: 50px 0 8px; }
.founder-copy blockquote { font-family: Georgia,serif; font-size: clamp(25px,2.5vw,37px); line-height: 1.38; margin: 46px 0 30px; padding-left: 28px; border-left: 2px solid var(--gold); }
.founder-copy > p:last-child { color: #cbd4cf; line-height: 1.8; max-width: 650px; }

.join { background: var(--forest); color: var(--paper); display: grid; grid-template-columns: 1.3fr .7fr; gap: 100px; align-items: end; }
.join h2 { max-width: 780px; }
.join-copy { border-left: 1px solid rgba(185,154,88,.5); padding-left: 48px; }
.join-copy p { line-height: 1.8; color: #cbd4cf; margin: 0 0 30px; }

footer { background: var(--parchment); padding: 50px clamp(28px,6vw,92px); display: grid; grid-template-columns: 1.5fr .7fr 1fr auto; gap: 50px; align-items: center; font-size: 12px; line-height: 1.6; }
.footer-brand { display: flex; align-items: center; gap: 16px; }
.footer-brand img { width: 94px; height: 94px; object-fit: contain; mix-blend-mode: multiply; }
.footer-brand strong { font-family: Georgia,serif; font-size: 22px; letter-spacing: .16em; }
.footer-brand p { margin: 3px 0 0; color: #64766e; }
footer > p { color: #52645c; }
footer > a { color: #765f2e; font-weight: 700; }

@keyframes rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fade { from { opacity: 0; } to { opacity: 1; } }

@media (max-width: 980px) {
  .site-header { height: 94px; }
  .brand img { width: 60px; height: 60px; }
  .brand strong { font-size: 23px; }
  .menu-button { display: flex; width: 56px; height: 50px; border: 0; background: transparent; flex-direction: column; justify-content: center; align-items: flex-end; gap: 7px; cursor: pointer; }
  .menu-button span { width: 28px; height: 1px; background: var(--ink); }
  .menu-button b { font-size: 9px; text-transform: uppercase; letter-spacing: .15em; }
  nav { position: absolute; display: none; left: 0; right: 0; top: 94px; background: var(--parchment); flex-direction: column; align-items: stretch; padding: 28px; border-bottom: 3px solid var(--gold); }
  nav.open { display: flex; }
  nav a { padding: 12px; font-size: 18px; }
  .hero { min-height: 700px; }
  .hero-copy { width: 84%; }
  .hero-logo { width: 142px; }
  .columns { width: 42%; opacity: .25; }
  .manifesto, .principles { grid-template-columns: 1fr; }
  .principle-intro { position: static; }
  .decision-lab { grid-template-columns: 1fr; padding-left: clamp(28px,7vw,112px); padding-right: clamp(28px,7vw,112px); }
  .network-row { grid-template-columns: repeat(3,1fr); }
  .network-row > div { border-bottom: 1px solid var(--stone); }
  .founder { grid-template-columns: 1fr; }
  .founder-mark { min-height: 450px; }
  .join { grid-template-columns: 1fr; gap: 48px; }
  footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 650px) {
  .brand small { display: none; }
  .brand img { width: 52px; height: 52px; }
  .brand strong { font-size: 19px; }
  .hero { min-height: 680px; padding-top: 68px; align-items: flex-start; }
  .hero-copy { width: 100%; }
  .hero-logo { width: 112px; margin-bottom: 28px; padding: 7px; }
  .hero { display: block; }
  .hero h1 { font-size: 52px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .hero-side-note { display: none; }
  .columns { width: 60%; opacity: .16; }
  .evidence-bar { grid-template-columns: repeat(2,1fr); padding: 12px; }
  .evidence-bar > div { min-height: 135px; border-bottom: 1px solid var(--gold); }
  .evidence-bar > div:nth-child(2) { border-right: 0; }
  .evidence-bar > div:nth-child(3), .evidence-bar > div:nth-child(4) { border-bottom: 0; }
  .section { padding-top: 76px; padding-bottom: 76px; }
  .large-copy { padding-left: 20px; }
  .body-columns, .section-heading, .agenda-grid { grid-template-columns: 1fr; }
  .agenda-grid article { min-height: 310px; }
  .lab-card { padding: 55px 30px; }
  .lab-process { padding: 70px 30px; }
  .decision-lab { padding-left: 0; padding-right: 0; }
  .network-row { grid-template-columns: 1fr 1fr; }
  .network-row > div:nth-child(even) { border-right: 0; }
  .outputs { grid-template-columns: 1fr; }
  .founder-mark { min-height: 360px; }
  .founder-copy blockquote { padding-left: 20px; }
  .founder-copy h2 { font-size: clamp(27px,8vw,38px); }
  .join-copy { border-left: 0; border-top: 1px solid rgba(185,154,88,.5); padding: 35px 0 0; }
  footer { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; } }
