
:root {
  --ink: #17221b;
  --forest: #204c36;
  --cream: #f4f0e5;
  --paper: #fbf9f3;
  --gold: #c5913e;
  --rust: #9f3f2f;
  --line: rgba(23, 34, 27, 0.18);
}

* { 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; }

.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; padding: 0 5vw; border-bottom: 1px solid var(--line); background: rgba(251, 249, 243, 0.92); backdrop-filter: blur(12px); position: sticky; top: 0; z-index: 20; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: -.02em; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; color: var(--cream); background: var(--forest); border-radius: 50%; font-family: Georgia, serif; font-size: 15px; }
.nav-links { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 700; }
.nav-links a:hover { color: var(--rust); }
.nav-cta { border: 1px solid var(--ink); padding: 10px 16px; border-radius: 999px; }

.hero { min-height: calc(100vh - 78px); display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: 5vw; align-items: center; padding: 8vh 5vw 10vh; overflow: hidden; position: relative; background: radial-gradient(circle at 78% 20%, rgba(197,145,62,.15), transparent 22%), linear-gradient(135deg, transparent 0 73%, rgba(32,76,54,.05) 73% 100%); }
.hero::before { content: ""; position: absolute; width: 430px; height: 430px; border: 1px solid rgba(32,76,54,.13); border-radius: 50%; right: -150px; bottom: -170px; }
.eyebrow, .section-index, .panel-kicker { text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 800; color: var(--rust); }
h1, h2, h3 { margin: 0; }
h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(50px, 6.8vw, 104px); line-height: .96; letter-spacing: -.055em; max-width: 980px; }
h1 em { color: var(--forest); font-weight: 400; }
.hero-lede { max-width: 720px; font-family: Georgia, serif; font-size: clamp(20px, 2vw, 29px); line-height: 1.42; margin: 34px 0 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { padding: 15px 22px; border-radius: 3px; font-weight: 800; font-size: 14px; transition: transform .2s ease; }
.button.primary { background: var(--forest); color: white; }
.button.secondary { border: 1px solid var(--ink); }
.button:hover { transform: translateY(-2px); }
.byline { margin-top: 38px; font-size: 13px; color: rgba(23,34,27,.68); }
.hero-panel { background: var(--forest); color: var(--cream); padding: clamp(28px, 4vw, 54px); box-shadow: 18px 18px 0 rgba(197,145,62,.38); position: relative; }
.panel-kicker { color: #e4bd7e; }
.panel-statement { font-family: Georgia, serif; font-size: clamp(24px, 2.2vw, 36px); line-height: 1.22; margin: 22px 0 30px; }
.panel-rule { width: 54px; height: 3px; background: var(--gold); }
.panel-note { font-size: 14px; line-height: 1.65; color: rgba(244,240,229,.76); margin: 24px 0 0; }

.intro { padding: 110px 5vw; display: grid; grid-template-columns: 1fr 3fr; gap: 6vw; border-top: 1px solid var(--line); }
.intro h2, .section-head h2, .join-section h2 { font-family: Georgia, serif; font-size: clamp(38px, 4.7vw, 68px); line-height: 1.05; letter-spacing: -.035em; }
.large-copy { font-family: Georgia, serif; font-size: clamp(19px, 2vw, 27px); line-height: 1.5; max-width: 980px; }
.manifesto-copy { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 46px; padding-top: 32px; border-top: 1px solid var(--line); }
.manifesto-copy p { margin: 0; line-height: 1.68; color: rgba(23,34,27,.76); }

.status-line { display: grid; grid-template-columns: 1fr auto 1fr; gap: 20px; align-items: center; padding: 16px 5vw; background: var(--gold); color: #1f2a20; text-transform: uppercase; letter-spacing: .08em; font-size: 11px; }
.status-line span:last-child { text-align: right; }

.principles-section, .sources-section { padding: 110px 5vw; }
.section-head { display: grid; grid-template-columns: 1fr 3fr; column-gap: 6vw; align-items: start; }
.section-head > p:last-child { grid-column: 2; max-width: 760px; line-height: 1.65; color: rgba(23,34,27,.72); }
.principles-list { margin-top: 72px; border-top: 1px solid var(--line); }
.principles-list article { display: grid; grid-template-columns: 110px 1fr; gap: 30px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.principles-list article > span { font-family: Georgia, serif; color: var(--gold); font-size: 21px; }
.principles-list h3 { font-family: Georgia, serif; font-size: clamp(25px, 2.3vw, 37px); margin-bottom: 8px; }
.principles-list p { margin: 0; max-width: 900px; line-height: 1.6; color: rgba(23,34,27,.72); }

.proposals-section { background: var(--forest); color: var(--cream); padding: 110px 5vw 120px; }
.section-head.light .section-index { color: #e4bd7e; }
.section-head.light > p:last-child { color: rgba(244,240,229,.7); }
.proposal-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 74px; border-top: 1px solid rgba(244,240,229,.25); border-left: 1px solid rgba(244,240,229,.25); }
.proposal-grid article { min-height: 310px; padding: 34px; border-right: 1px solid rgba(244,240,229,.25); border-bottom: 1px solid rgba(244,240,229,.25); }
.proposal-grid span { color: #e4bd7e; font-family: Georgia, serif; }
.proposal-grid h3 { font-family: Georgia, serif; font-size: 28px; margin: 46px 0 16px; }
.proposal-grid p { line-height: 1.62; color: rgba(244,240,229,.74); }

.commitment-section { padding: 110px 5vw; background: var(--cream); }
.commitment-section blockquote { margin: 34px 0 64px; max-width: 1160px; font-family: Georgia, serif; font-size: clamp(36px, 4.4vw, 66px); line-height: 1.12; letter-spacing: -.035em; }
.commitments { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.commitments p { margin: 0; padding: 24px 24px 0 0; font-weight: 700; line-height: 1.45; }

.source-list { margin-top: 64px; border-top: 1px solid var(--line); }
.source-list a { display: grid; grid-template-columns: 1fr 2.5fr 40px; align-items: center; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.source-list a:hover strong { color: var(--rust); }
.source-list span { color: var(--rust); font-size: 12px; text-transform: uppercase; letter-spacing: .09em; font-weight: 800; }
.source-list strong { font-family: Georgia, serif; font-size: clamp(19px, 2vw, 26px); }
.source-list b { text-align: right; font-size: 20px; }

.founder-section { margin: 0 5vw 110px; padding: 70px; background: var(--ink); color: var(--cream); display: grid; grid-template-columns: minmax(180px, .7fr) 2fr; gap: 60px; align-items: center; }
.founder-monogram { width: 180px; height: 180px; border: 1px solid rgba(244,240,229,.4); border-radius: 50%; display: grid; place-items: center; font-family: Georgia, serif; font-size: 62px; color: #e4bd7e; }
.founder-section h2 { font-family: Georgia, serif; font-size: clamp(40px, 5vw, 72px); margin: 10px 0 20px; }
.founder-section > div:last-child > p:not(.section-index) { max-width: 760px; line-height: 1.65; color: rgba(244,240,229,.76); }
.small-note { font-size: 13px; }

.join-section { padding: 120px 5vw; background: var(--rust); color: var(--cream); }
.join-section h2 { max-width: 1100px; margin: 22px 0 32px; }
.join-section > p:not(.section-index):not(.contact-note) { max-width: 780px; font-family: Georgia, serif; font-size: 22px; line-height: 1.5; }
.join-section .section-index { color: #f2c48b; }
.button.cream { background: var(--cream); color: var(--ink); }
.button.outline-light { border: 1px solid rgba(244,240,229,.7); }
.contact-note { margin-top: 30px; font-size: 12px; color: rgba(244,240,229,.68); }
.contact-note a { color: var(--cream); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
footer { padding: 44px 5vw; display: grid; grid-template-columns: 1fr auto auto; gap: 30px; align-items: center; font-size: 11px; color: rgba(23,34,27,.65); }
footer p { margin: 0; }

@media (max-width: 850px) {
  .nav-links a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 60px; }
  .hero-panel { max-width: 620px; }
  .intro { grid-template-columns: 1fr; gap: 20px; }
  .manifesto-copy, .proposal-grid, .commitments { grid-template-columns: 1fr; }
  .section-head { grid-template-columns: 1fr; gap: 18px; }
  .section-head > p:last-child { grid-column: 1; }
  .status-line { grid-template-columns: 1fr; gap: 6px; }
  .status-line span:last-child { text-align: left; }
  .principles-list article { grid-template-columns: 58px 1fr; }
  .proposal-grid article { min-height: 0; }
  .founder-section { grid-template-columns: 1fr; padding: 42px 28px; }
  .founder-monogram { width: 130px; height: 130px; font-size: 44px; }
  .source-list a { grid-template-columns: 1fr 30px; }
  .source-list a span { grid-column: 1 / -1; }
  footer { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
