:root {
  --forest: #173c2b;
  --forest-deep: #0d281e;
  --moss: #4d6534;
  --gold: #c99a43;
  --gold-pale: #e3c57d;
  --paper: #f2ead8;
  --paper-deep: #ded1b8;
  --ink: #18231c;
  --white: #fffaf0;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--forest-deep); color: var(--ink); font-family: "Manrope", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { max-width: 100%; display: block; }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; height: 88px; padding: 0 4.5vw; display: flex; align-items: center; justify-content: space-between; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.16); }
.brand { display: flex; align-items: center; gap: 12px; font-family: "Fraunces", serif; font-weight: 600; font-size: 17px; letter-spacing: -.02em; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--gold-pale); border-radius: 50%; color: var(--gold-pale); font-size: 14px; }
nav { display: flex; gap: 34px; margin-left: auto; margin-right: 38px; }
nav a { font: 400 10px/1 "DM Mono", monospace; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.68); transition: color .2s; }
nav a:hover { color: white; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.icon-link { width: 42px; height: 42px; border: 1px solid rgba(227,197,125,.75); border-radius: 50%; display: grid; place-items: center; color: var(--forest-deep); background: var(--gold-pale); box-shadow: 0 8px 24px rgba(0,0,0,.2); font-size: 15px; }
.menu { display: none; background: none; border: 0; width: 38px; height: 38px; padding: 10px; }
.menu span { display: block; height: 1px; background: white; margin: 6px 0; }

.hero { min-height: max(740px, 100svh); position: relative; overflow: hidden; padding: 150px 8vw 80px; display: flex; align-items: center; color: var(--white); background: radial-gradient(circle at 72% 42%, rgba(202,159,72,.24), transparent 29%), linear-gradient(125deg, #102d22 0%, #1e4630 50%, #263a22 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E"); pointer-events: none; }
.hero::after { content: ""; position: absolute; width: 61vw; height: 61vw; max-width: 850px; max-height: 850px; right: -1vw; top: 50%; transform: translateY(-48%); border: 1px solid rgba(221,190,111,.24); border-radius: 50%; box-shadow: inset 0 0 100px rgba(229,188,80,.08), 0 0 0 40px rgba(255,255,255,.018), 0 0 0 41px rgba(221,190,111,.08); }
.hero-copy { position: relative; z-index: 4; width: min(53vw, 720px); }
.eyebrow, .section-label, .ticker, .date { font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { color: var(--gold-pale); margin: 0 0 24px; }
.hero h1 { font-family: "Fraunces", serif; font-size: clamp(76px, 10.2vw, 160px); line-height: .68; letter-spacing: -.075em; font-weight: 600; margin: 0; }
.hero h1 span { color: var(--gold-pale); font-style: italic; }
.ticker { margin: 30px 0 34px; color: rgba(255,255,255,.55); }
.hero-line { margin: 0 0 34px; font: 500 clamp(28px, 3.2vw, 48px)/.98 "Fraunces", serif; letter-spacing: -.035em; }
.hero-line em { color: var(--gold-pale); }
.hero-actions { display: flex; gap: 13px; }
.circle-cta { width: 56px; height: 56px; flex: 0 0 56px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.78); border-radius: 50%; color: var(--forest-deep); background: rgba(255,250,240,.94); box-shadow: 0 10px 30px rgba(0,0,0,.24), inset 0 0 0 1px rgba(255,255,255,.45); font: 500 19px/1 "DM Mono", monospace; transition: transform .2s, background .2s, box-shadow .2s; }
.circle-cta:first-child { background: var(--gold-pale); border-color: var(--gold-pale); }
.circle-cta:hover { transform: translateY(-3px); background: white; box-shadow: 0 14px 34px rgba(0,0,0,.3), 0 0 0 3px rgba(227,197,125,.18); }
.circle-cta svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.is-placeholder { cursor: default; }
.contract { margin-top: 15px; padding: 0; display: flex; align-items: center; gap: 11px; border: 0; background: none; color: rgba(255,255,255,.52); font: 400 9px/1 "DM Mono", monospace; letter-spacing: .1em; text-transform: uppercase; }
.contract > span:first-child { color: var(--gold-pale); }
.contract strong { font-weight: 400; }
.copy-icon { font-size: 13px; }
.hero-portrait { position: absolute; z-index: 2; right: 6vw; bottom: -3%; width: min(44vw, 660px); height: 85%; display: flex; justify-content: center; align-items: flex-end; }
.hero-portrait img { position: relative; z-index: 2; height: 100%; width: auto; object-fit: contain; filter: drop-shadow(0 25px 30px rgba(0,0,0,.38)); }
.halo { position: absolute; z-index: 1; width: 70%; aspect-ratio: 1; top: 8%; border-radius: 50%; background: radial-gradient(circle, rgba(255,216,120,.27), rgba(255,208,98,.06) 54%, transparent 70%); }
.hero-note { position: absolute; z-index: 4; right: 4.5vw; bottom: 32px; display: flex; gap: 12px; font: 400 9px/1 "DM Mono", monospace; letter-spacing: .12em; color: rgba(255,255,255,.48); }
.hero-note strong { color: var(--gold-pale); font-weight: 400; }
.scroll-cue { position: absolute; z-index: 4; left: 8vw; bottom: 31px; font: 400 9px/1 "DM Mono", monospace; text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,.55); }
.scroll-cue span { color: var(--gold-pale); margin-left: 12px; }

.paper-section { position: relative; background: var(--paper); }
.paper-section::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .28; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='p'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.45' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23p)' opacity='.14'/%3E%3C/svg%3E"); }
.origin { padding: 125px 8vw 145px; }
.section-label { position: relative; z-index: 2; color: #6f766d; margin-bottom: 82px; }
.section-label span { color: #98712e; margin-right: 14px; }
.section-label.light { color: rgba(255,255,255,.42); }
.section-label.light span { color: var(--gold-pale); }
.origin-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .75fr; gap: 11vw; }
.date { color: #98712e; margin: 0 0 22px; }
.origin h2, .manifesto h2, .profile h2, .closing h2 { font: 600 clamp(48px, 6vw, 91px)/.97 "Fraunces", serif; letter-spacing: -.055em; margin: 0; }
.origin-story { padding-top: 6px; }
.origin-story p { color: #5e665e; font-size: 13px; line-height: 1.8; }
.origin-story .lead { color: var(--ink); font: 500 20px/1.55 "Fraunces", serif; margin-top: 0; }
blockquote { margin: 42px 0; padding: 5px 0 5px 28px; border-left: 2px solid var(--gold); font: italic 500 31px/1.18 "Fraunces", serif; letter-spacing: -.025em; }
blockquote cite { display: block; margin-top: 16px; font: 400 9px/1 "DM Mono", monospace; letter-spacing: .12em; color: #847b69; text-transform: uppercase; }
.fact-note { margin-top: 35px; padding-top: 22px; border-top: 1px solid rgba(24,35,28,.16); font-size: 10px !important; }
.fact-note span { display: block; color: #98712e; font: 500 9px/1 "DM Mono", monospace; letter-spacing: .12em; margin-bottom: 9px; }

.lore { min-height: 850px; display: grid; grid-template-columns: 1fr 1fr; background: var(--forest-deep); color: var(--white); }
.lore-image { min-height: 700px; overflow: hidden; }
.lore-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.83) contrast(1.02); }
.lore-copy { position: relative; padding: 110px 8vw 100px 7vw; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.lore-copy .section-label { position: absolute; top: 70px; }
.lore h2 { font: 600 clamp(55px, 6vw, 92px)/.88 "Fraunces", serif; letter-spacing: -.055em; margin: 0 0 38px; }
.lore h2 em { color: var(--gold-pale); }
.lore-copy > p:not(.eyebrow) { max-width: 500px; color: rgba(255,255,255,.63); font-size: 13px; line-height: 1.85; }
.lore-seal { position: absolute; right: 5vw; bottom: 52px; width: 105px; height: 105px; border: 1px solid rgba(226,194,118,.45); border-radius: 50%; display: flex; flex-direction: column; justify-content: center; text-align: center; color: var(--gold-pale); font: 400 7px/1.7 "DM Mono", monospace; letter-spacing: .13em; transform: rotate(-7deg); }
.lore-seal strong { font-size: 11px; font-weight: 500; }

.manifesto { padding: 135px 8vw 150px; text-align: center; }
.manifesto .section-label { text-align: left; }
.manifesto-kicker { color: #666d65; font-size: 13px; margin-bottom: 25px; }
.manifesto h2 em { color: #9e742c; }
.principles { position: relative; z-index: 2; margin-top: 100px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(24,35,28,.18); text-align: left; }
.principles article { min-height: 240px; padding: 25px 42px 0 0; border-right: 1px solid rgba(24,35,28,.18); }
.principles article + article { padding-left: 42px; }
.principles article:last-child { border-right: 0; }
.principles article > span { color: #9e742c; font: 400 9px/1 "DM Mono", monospace; letter-spacing: .12em; }
.principles h3 { margin: 65px 0 13px; font: 600 30px/1 "Fraunces", serif; letter-spacing: -.03em; }
.principles p { max-width: 290px; color: #666d65; font-size: 12px; line-height: 1.7; }

.profile { padding: 125px 8vw 140px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 10vw; color: var(--white); background: #122d23; }
.profile h2 { font-size: clamp(50px, 5.3vw, 78px); }
.profile-list { margin: 0; border-top: 1px solid rgba(255,255,255,.18); }
.profile-list div { display: grid; grid-template-columns: 150px 1fr; gap: 25px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.profile-list dt { color: var(--gold-pale); font: 400 9px/1.5 "DM Mono", monospace; letter-spacing: .12em; text-transform: uppercase; }
.profile-list dd { margin: 0; color: rgba(255,255,255,.7); font: 500 17px/1.25 "Fraunces", serif; }

.closing { position: relative; overflow: hidden; padding: 135px 8vw 145px; text-align: center; color: white; background: radial-gradient(circle at 50% 100%, rgba(201,154,67,.24), transparent 35%), #0a2119; }
.closing::before { content: ""; position: absolute; width: 700px; height: 700px; top: 15%; left: 50%; transform: translateX(-50%); border: 1px solid rgba(226,194,118,.14); border-radius: 50%; }
.closing h2 { position: relative; }
.closing h2 em { color: var(--gold-pale); }
.closing-actions { position: relative; margin-top: 45px; display: flex; align-items: center; justify-content: center; gap: 30px; }
.circle-cta.cream { background: var(--gold-pale); color: var(--forest-deep); border-color: var(--gold-pale); }

footer { min-height: 170px; padding: 45px 4.5vw; display: grid; grid-template-columns: 1fr 1.5fr 1fr; align-items: center; gap: 40px; background: #071a14; color: rgba(255,255,255,.43); border-top: 1px solid rgba(255,255,255,.1); font-size: 9px; line-height: 1.7; }
footer .brand { color: var(--white); }
footer > p:nth-child(2) { max-width: 500px; text-align: center; margin: auto; }
.footer-ticker { justify-self: end; font-family: "DM Mono", monospace; letter-spacing: .1em; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 850px) {
  .site-header { height: 74px; padding: 0 22px; }
  nav, .header-actions { display: none; }
  .menu { display: block; }
  .site-header.menu-open nav { display: flex; position: absolute; top: 74px; left: 0; right: 0; padding: 28px 22px; background: var(--forest-deep); flex-direction: column; gap: 24px; }
  .hero { min-height: 860px; padding: 115px 24px 100px; align-items: flex-start; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: clamp(68px, 20vw, 104px); }
  .hero-line { font-size: 29px; }
  .hero-portrait { right: -13%; width: 78%; height: 53%; bottom: -2%; opacity: .93; }
  .hero::after { width: 100vw; height: 100vw; right: -28vw; top: 67%; }
  .hero-note { display: none; }
  .scroll-cue { bottom: 28px; left: 24px; }
  .origin, .manifesto { padding: 90px 24px 100px; }
  .section-label { margin-bottom: 55px; }
  .origin-grid, .profile { grid-template-columns: 1fr; gap: 55px; }
  .origin-story { padding: 0; }
  blockquote { font-size: 26px; }
  .lore { grid-template-columns: 1fr; }
  .lore-image { min-height: auto; aspect-ratio: 1; }
  .lore-copy { padding: 110px 24px 120px; }
  .lore-copy .section-label { top: 55px; }
  .lore-seal { right: 24px; bottom: 30px; }
  .principles { grid-template-columns: 1fr; margin-top: 65px; }
  .principles article, .principles article + article { border-right: 0; border-bottom: 1px solid rgba(24,35,28,.18); padding: 24px 0; min-height: 205px; }
  .principles h3 { margin-top: 55px; }
  .profile { padding: 90px 24px 100px; }
  .profile-list div { grid-template-columns: 105px 1fr; }
  .closing { padding: 105px 24px 115px; }
  .closing-actions { flex-direction: column; }
  footer { grid-template-columns: 1fr; padding: 50px 24px; }
  footer > p:nth-child(2) { text-align: left; margin: 0; }
  .footer-ticker { justify-self: start; }
}

@media (max-width: 420px) {
  .hero { min-height: 820px; }
  .hero h1 { font-size: 64px; }
  .ticker { margin: 24px 0; }
  .hero-portrait { width: 90%; right: -24%; height: 49%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
