@charset "UTF-8";

:root {
  --forest: #173f33;
  --forest-deep: #0d2a22;
  --forest-soft: #2d5b4d;
  --moss: #708a70;
  --sun: #f1ad3f;
  --sun-pale: #f6dfa7;
  --ivory: #f7f2e8;
  --paper: #fffdf8;
  --ink: #14231d;
  --muted: #647069;
  --line: rgba(20, 35, 29, .16);
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shell: min(1180px, calc(100% - 48px));
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body, button, a { font: inherit; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
button, summary { cursor: pointer; }
::selection { color: var(--forest-deep); background: var(--sun-pale); }
:focus-visible { outline: 3px solid var(--sun); outline-offset: 4px; }

.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 14px; color: white; background: var(--forest-deep); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: clamp(88px, 11vw, 160px) 0; }
.section-dark { padding: clamp(88px, 11vw, 148px) 0; color: #f8f4e9; background: var(--forest-deep); }
.section-soft { padding: clamp(88px, 11vw, 148px) 0; background: #eef0e7; }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; color: white; border-bottom: 1px solid rgba(255,255,255,.15); transition: background .3s ease, color .3s ease, box-shadow .3s ease; }
.site-header.scrolled, .site-header.menu-open { color: var(--ink); background: rgba(255,253,248,.94); box-shadow: 0 14px 42px rgba(18,42,34,.08); backdrop-filter: blur(14px); }
.nav-shell { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; letter-spacing: .01em; }
.brand-mark { position: relative; display: grid; width: 34px; height: 34px; border: 1px solid currentColor; border-radius: 50%; place-items: center; }
.brand-mark::before, .brand-mark::after { content: ""; position: absolute; background: currentColor; opacity: .55; }
.brand-mark::before { width: 1px; height: 44px; }
.brand-mark::after { width: 44px; height: 1px; }
.brand-mark i { width: 10px; height: 10px; background: var(--sun); border-radius: 50%; box-shadow: 0 0 0 5px rgba(241,173,63,.18); }
.brand > span:last-child { display: grid; line-height: 1; }
.brand b { font-size: 16px; font-weight: 650; text-transform: uppercase; letter-spacing: .18em; }
.brand small { margin-top: 5px; font-size: 10px; letter-spacing: .32em; text-transform: uppercase; opacity: .72; }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.desktop-nav a { position: relative; padding: 8px 0; font-size: 13px; font-weight: 560; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: 2px; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .3s var(--ease); }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 18px; padding: 13px 21px; border: 1px solid var(--forest); border-radius: 999px; color: white; background: var(--forest); font-size: 13px; font-weight: 680; letter-spacing: .02em; transition: transform .25s var(--ease), background .25s ease, color .25s ease, box-shadow .25s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(13,42,34,.18); }
.button-small { min-height: 40px; padding: 10px 17px; border-color: rgba(255,255,255,.5); background: transparent; }
.site-header.scrolled .button-small, .site-header.menu-open .button-small { border-color: var(--forest); color: white; background: var(--forest); }
.button-primary { color: var(--forest-deep); border-color: var(--sun); background: var(--sun); }
.button-light { color: var(--forest-deep); border-color: var(--ivory); background: var(--ivory); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; place-items: center; }
.menu-toggle span { display: block; width: 22px; height: 1px; margin: 3px auto; background: currentColor; transition: transform .25s ease; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.mobile-menu { padding: 14px 24px 28px; color: var(--ink); background: var(--paper); border-top: 1px solid var(--line); }
.mobile-menu a:not(.button) { display: block; padding: 14px 0; border-bottom: 1px solid var(--line); }
.mobile-menu .button { width: 100%; margin-top: 20px; color: white; }

.hero { position: relative; min-height: 100svh; display: flex; overflow: hidden; color: white; background: var(--forest-deep); align-items: stretch; }
.hero-image { position: absolute; inset: 0; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.hero-wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,33,26,.97) 0%, rgba(13,42,34,.89) 34%, rgba(13,42,34,.27) 67%, rgba(13,42,34,.16) 100%), linear-gradient(0deg, rgba(7,26,21,.58), transparent 50%); }
.hero-sun { position: absolute; top: 18%; right: 7%; width: 320px; aspect-ratio: 1; border: 1px solid rgba(246,223,167,.25); border-radius: 50%; }
.hero-sun::before, .hero-sun::after { content: ""; position: absolute; inset: 15%; border: inherit; border-radius: inherit; }
.hero-sun::after { inset: 33%; background: rgba(241,173,63,.15); box-shadow: 0 0 70px rgba(241,173,63,.2); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(270px, .55fr); gap: 64px; align-items: end; padding-top: 158px; padding-bottom: 138px; }
.hero-copy { max-width: 760px; }
.kicker, .eyebrow { margin: 0 0 24px; color: var(--sun-pale); font-size: 11px; font-weight: 720; line-height: 1.4; letter-spacing: .2em; text-transform: uppercase; }
.kicker { display: flex; align-items: center; gap: 13px; }
.kicker span { width: 28px; height: 1px; background: var(--sun); }
.hero h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; }
.hero h1 { max-width: 750px; font-size: clamp(54px, 7.4vw, 108px); line-height: .92; text-wrap: balance; }
.hero h1 em, h2 em { color: var(--sun-pale); font-weight: 400; }
.hero-lede { max-width: 630px; margin: 30px 0 0; color: rgba(255,255,255,.81); font-family: var(--serif); font-size: clamp(19px, 2vw, 24px); line-height: 1.5; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; flex-wrap: wrap; }
.text-link { display: inline-flex; align-items: center; gap: 9px; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.44); font-size: 13px; font-weight: 650; }
.hero-note { display: flex; align-items: center; gap: 9px; margin: 27px 0 0; color: rgba(255,255,255,.62); font-size: 11px; letter-spacing: .04em; }
.hero-note span { width: 7px; height: 7px; background: var(--sun); border-radius: 50%; }
.hero-card { max-width: 330px; margin: 0 0 22px auto; padding: 25px; border: 1px solid rgba(255,255,255,.25); background: rgba(10,34,27,.38); backdrop-filter: blur(16px); }
.hero-card > span { color: var(--sun-pale); font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.hero-card p { margin: 20px 0 7px; font-family: var(--serif); font-size: 25px; line-height: 1.15; }
.hero-card small { color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.5; }
.rhythm-line { position: absolute; z-index: 3; right: 0; bottom: 0; left: 0; overflow: hidden; border-top: 1px solid rgba(255,255,255,.16); background: rgba(8,28,23,.48); }
.rhythm-line div { width: max-content; min-width: 100%; min-height: 60px; display: flex; align-items: center; justify-content: space-around; gap: 28px; padding: 0 32px; }
.rhythm-line span { color: rgba(255,255,255,.72); font-size: 10px; letter-spacing: .17em; text-transform: uppercase; }
.rhythm-line i { width: 4px; height: 4px; background: var(--sun); border-radius: 50%; }

.manifesto-grid, .ecosystem-grid { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: clamp(54px, 8vw, 120px); }
.section-index { padding-top: 10px; }
.section-index span { color: var(--moss); font-family: var(--serif); font-size: 58px; }
.section-index p { max-width: 120px; margin: 9px 0 0; color: var(--muted); font-size: 10px; font-weight: 700; line-height: 1.45; letter-spacing: .15em; text-transform: uppercase; }
.manifesto .eyebrow, .method .eyebrow, .questions .eyebrow, .ecosystem .eyebrow { color: var(--forest-soft); }
.manifesto-copy h2, .ecosystem-copy h2, .method h2, .faq-intro h2 { max-width: 900px; color: var(--forest-deep); font-size: clamp(42px, 5.4vw, 76px); line-height: 1.02; text-wrap: balance; }
.manifesto-copy h2 em { color: var(--forest-soft); }
.lead { max-width: 810px; margin: 34px 0 0; color: #405149; font-family: var(--serif); font-size: clamp(19px, 2.1vw, 25px); line-height: 1.6; }
.principles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin-top: 72px; border-block: 1px solid var(--line); }
.principles article { padding: 32px 30px 32px 0; }
.principles article + article { padding-left: 30px; border-left: 1px solid var(--line); }
.principles span, .pillar-card .number { color: var(--moss); font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.principles h3 { margin: 26px 0 12px; font-family: var(--serif); font-size: 22px; font-weight: 400; }
.principles p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.pillars-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .55fr); gap: 72px; align-items: end; margin-bottom: 68px; }
.pillars-heading h2 { max-width: 720px; font-size: clamp(42px, 5.4vw, 72px); line-height: 1; }
.pillars-heading > p { margin: 0 0 7px; color: rgba(255,255,255,.64); font-size: 14px; line-height: 1.75; }
.pillar-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.pillar-card { position: relative; min-height: 300px; padding: 28px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); transition: background .3s ease, transform .3s var(--ease); }
.pillar-card:hover { z-index: 1; background: rgba(255,255,255,.055); transform: translateY(-4px); }
.pillar-card .number { color: rgba(255,255,255,.4); }
.pillar-icon { position: relative; width: 48px; height: 48px; margin: 34px 0 28px; border: 1px solid rgba(246,223,167,.65); border-radius: 50%; }
.sun-icon::after { content: ""; position: absolute; inset: 15px; background: var(--sun); border-radius: 50%; }
.moon-icon::after { content: ""; position: absolute; inset: 8px; border-radius: 50%; box-shadow: 8px 0 0 0 var(--sun-pale); transform: translateX(-5px); }
.plate-icon::before, .plate-icon::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(246,223,167,.8); }
.plate-icon::before { inset: 8px; }
.plate-icon::after { inset: 16px; background: var(--sun); border: 0; }
.move-icon::before { content: ""; position: absolute; top: 23px; left: 7px; width: 34px; height: 1px; background: var(--sun-pale); transform: rotate(-28deg); box-shadow: 0 -9px 0 rgba(246,223,167,.5), 0 9px 0 rgba(246,223,167,.5); }
.wave-icon::before { content: "~"; position: absolute; inset: 6px 0 0; color: var(--sun-pale); font-family: var(--serif); font-size: 43px; line-height: 1; text-align: center; }
.step-icon::before { content: ""; position: absolute; right: 10px; bottom: 11px; width: 9px; height: 9px; border-top: 1px solid var(--sun-pale); border-right: 1px solid var(--sun-pale); box-shadow: -9px 9px 0 -1px var(--forest-deep), -9px 9px 0 0 var(--sun-pale), -18px 18px 0 -1px var(--forest-deep), -18px 18px 0 0 var(--sun-pale); }
.leaf-icon::before { content: ""; position: absolute; inset: 9px 12px; border: 1px solid var(--sun-pale); border-radius: 100% 0 100% 0; transform: rotate(-12deg); }
.leaf-icon::after { content: ""; position: absolute; width: 1px; height: 28px; top: 10px; left: 25px; background: var(--sun-pale); transform: rotate(37deg); }
.pillar-card h3 { margin: 0 0 12px; font-family: var(--serif); font-size: 22px; font-weight: 400; }
.pillar-card p { margin: 0; color: rgba(255,255,255,.61); font-size: 12.5px; line-height: 1.68; }
.future-card { display: flex; flex-direction: column; justify-content: flex-end; background: var(--sun); color: var(--forest-deep); }
.future-card .number { position: absolute; top: 28px; left: 28px; color: rgba(13,42,34,.5); }
.future-card .status { position: absolute; top: 27px; right: 28px; padding: 5px 8px; border: 1px solid rgba(13,42,34,.38); font-size: 8px; font-weight: 760; letter-spacing: .12em; }
.future-card p { color: rgba(13,42,34,.7); }

.method-grid { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1fr); gap: clamp(70px, 10vw, 150px); align-items: start; }
.method-intro { position: sticky; top: 130px; }
.method h2 { font-size: clamp(42px, 5vw, 68px); }
.method-intro > p:last-child { max-width: 520px; margin: 30px 0 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.method-steps { margin: 0; padding: 0; list-style: none; }
.method-steps li { display: grid; grid-template-columns: 64px 1fr; gap: 26px; padding: 32px 0 38px; border-top: 1px solid var(--line); }
.method-steps li:last-child { border-bottom: 1px solid var(--line); }
.method-steps > li > span { display: grid; width: 48px; height: 48px; color: var(--forest); border: 1px solid var(--forest); border-radius: 50%; font-family: var(--serif); font-size: 18px; place-items: center; }
.method-steps h3 { margin: 3px 0 9px; color: var(--forest-deep); font-family: var(--serif); font-size: 30px; font-weight: 400; }
.method-steps p { max-width: 490px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }

.ecosystem-copy h2 { max-width: 780px; }
.division-card { display: grid; grid-template-columns: 1fr 1px 1fr; gap: 38px; margin-top: 58px; padding: 38px; color: white; background: var(--forest); }
.division-card i { background: rgba(255,255,255,.2); }
.division-card span { color: var(--sun-pale); font-size: 9px; font-weight: 750; letter-spacing: .2em; }
.division-card h3 { margin: 8px 0 16px; font-family: var(--serif); font-size: 34px; font-weight: 400; }
.division-card p { margin: 0; color: rgba(255,255,255,.68); font-size: 12.5px; line-height: 1.7; }

.faq-grid { display: grid; grid-template-columns: minmax(280px, .62fr) minmax(0, 1fr); gap: clamp(70px, 10vw, 150px); }
.faq-intro { position: sticky; top: 130px; align-self: start; }
.faq-intro h2 { font-size: clamp(42px, 5vw, 65px); }
.faq-intro > p:last-child { max-width: 440px; margin: 28px 0 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 28px 48px 28px 0; font-family: var(--serif); font-size: 22px; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; top: 27px; right: 8px; color: var(--forest-soft); font-family: var(--sans); font-size: 22px; font-weight: 300; transition: transform .2s ease; }
details[open] summary::after { transform: rotate(45deg); }
details p { max-width: 700px; margin: -5px 48px 28px 0; color: var(--muted); font-size: 13px; line-height: 1.75; }

.final-cta { position: relative; overflow: hidden; padding: clamp(82px, 11vw, 140px) 0; color: white; background: var(--forest); }
.final-orbit { position: absolute; width: 650px; height: 650px; top: -260px; right: -130px; border: 1px solid rgba(246,223,167,.2); border-radius: 50%; }
.final-orbit::before, .final-orbit::after { content: ""; position: absolute; inset: 14%; border: inherit; border-radius: inherit; }
.final-orbit::after { inset: 37%; background: rgba(241,173,63,.12); }
.final-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .55fr); gap: clamp(64px, 10vw, 140px); align-items: end; }
.final-grid h2 { max-width: 760px; font-size: clamp(44px, 5.7vw, 76px); line-height: 1; }
.final-action p { margin: 0 0 25px; color: rgba(255,255,255,.7); font-size: 13px; line-height: 1.75; }
.final-action .button { width: 100%; }
.final-action small { display: block; margin-top: 14px; color: rgba(255,255,255,.5); font-size: 10px; text-align: center; }
.disclaimer { padding: 36px 0; color: #5d675f; background: #e8e8df; }
.disclaimer .shell { display: grid; grid-template-columns: 160px 1fr; gap: 42px; }
.disclaimer strong { color: var(--forest-deep); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.disclaimer p { max-width: 950px; margin: 0; font-size: 11px; line-height: 1.7; }

.site-footer { padding: 60px 0 28px; color: white; background: #081d17; }
.site-footer .brand-mark { width: 30px; height: 30px; }
.footer-grid { display: grid; grid-template-columns: 220px minmax(220px, 1fr) auto; gap: 50px; align-items: start; }
.footer-grid > p { max-width: 360px; margin: 0; color: rgba(255,255,255,.58); font-family: var(--serif); font-size: 17px; line-height: 1.55; }
.footer-grid nav { display: grid; grid-template-columns: repeat(2, auto); gap: 13px 28px; }
.footer-grid nav a { color: rgba(255,255,255,.65); font-size: 12px; }
.footer-grid nav a:hover { color: var(--sun-pale); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 22px; color: rgba(255,255,255,.58); border-top: 1px solid rgba(255,255,255,.12); font-size: 10px; letter-spacing: .06em; }

.reveal-ready .reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal-ready .reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  :root { --shell: min(100% - 36px, 820px); }
  .desktop-nav { display: none; }
  .menu-toggle { display: grid; }
  .nav-actions .button-small { display: none; }
  .hero-grid { grid-template-columns: 1fr; align-items: end; }
  .hero-card { display: none; }
  .hero-copy { padding-right: 15%; }
  .principles { grid-template-columns: 1fr; }
  .principles article, .principles article + article { padding: 26px 0; border-left: 0; }
  .principles article + article { border-top: 1px solid var(--line); }
  .pillar-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pillar-card { min-height: 280px; }
  .method-grid, .faq-grid { grid-template-columns: 1fr; gap: 56px; }
  .method-intro, .faq-intro { position: static; }
  .final-grid { grid-template-columns: 1fr; }
  .final-action { max-width: 500px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid nav { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  :root { --shell: calc(100% - 32px); }
  .nav-shell { min-height: 70px; }
  .hero { min-height: 820px; }
  .hero-image img { object-position: 64% center; }
  .hero-wash { background: linear-gradient(90deg, rgba(7,28,22,.94), rgba(9,31,25,.6) 76%, rgba(9,31,25,.34)), linear-gradient(0deg, rgba(7,26,21,.8), transparent 65%); }
  .hero-sun { width: 240px; right: -90px; }
  .hero-grid { padding-top: 125px; padding-bottom: 116px; }
  .hero-copy { padding-right: 0; }
  .hero h1 { font-size: clamp(49px, 15vw, 70px); }
  .hero-lede { max-width: 520px; font-size: 18px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 15px; }
  .hero-actions .button { width: 100%; }
  .rhythm-line div { justify-content: flex-start; overflow: hidden; }
  .rhythm-line span:nth-of-type(n+5), .rhythm-line i:nth-of-type(n+5) { display: none; }
  .manifesto-grid, .ecosystem-grid { grid-template-columns: 1fr; gap: 38px; }
  .section-index { display: flex; align-items: center; gap: 18px; }
  .section-index span { font-size: 42px; }
  .section-index p { max-width: none; }
  .manifesto-copy h2, .ecosystem-copy h2, .method h2, .faq-intro h2 { font-size: clamp(39px, 12vw, 56px); }
  .lead { font-size: 18px; }
  .pillars-heading { grid-template-columns: 1fr; gap: 26px; }
  .pillars-heading h2 { font-size: clamp(41px, 12vw, 58px); }
  .pillar-grid { grid-template-columns: 1fr; }
  .pillar-card { min-height: 260px; }
  .method-steps li { grid-template-columns: 48px 1fr; gap: 18px; }
  .method-steps > li > span { width: 42px; height: 42px; }
  .division-card { grid-template-columns: 1fr; gap: 28px; padding: 28px; }
  .division-card i { width: 100%; height: 1px; }
  summary { padding: 25px 42px 25px 0; font-size: 19px; }
  details p { margin-right: 0; }
  .final-grid h2 { font-size: clamp(42px, 12vw, 58px); }
  .disclaimer .shell { grid-template-columns: 1fr; gap: 14px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-grid nav { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 360px) {
  :root { --shell: calc(100% - 24px); }
  .brand b { font-size: 14px; }
  .brand small { letter-spacing: .25em; }
  .hero h1 { font-size: 46px; }
  .hero-lede { font-size: 17px; }
  .kicker { font-size: 9px; letter-spacing: .14em; }
  .pillar-card { padding: 23px; }
  .future-card .status { right: 23px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal-ready .reveal { opacity: 1; transform: none; }
  .button:hover, .pillar-card:hover { transform: none; }
}
