:root {
  --forest: #213321;
  --sage: #a6b79a;
  --stone: #e7e3db;
  --ivory: #f7f5f1;
  --ink: #1a1a1a;
  --white: #fffefb;
  --line: rgba(33, 51, 33, 0.18);
  --sans: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--forest); font-family: var(--sans); font-size: 16px; line-height: 1.5; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
::selection { background: var(--sage); color: var(--forest); }

.sr-only { clip: rect(0, 0, 0, 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
.skip-link { background: var(--ivory); left: 1rem; padding: .75rem 1rem; position: fixed; top: -5rem; z-index: 100; }
.skip-link:focus { top: 1rem; }
.section-shell { padding-left: max(5vw, 1.25rem); padding-right: max(5vw, 1.25rem); }
.eyebrow, .section-index { font-size: .7rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.section-index { margin: 0; }

.site-header { align-items: center; color: var(--white); display: grid; grid-template-columns: 1fr auto 1fr; height: 88px; left: 0; padding: 0 max(3vw, 1.25rem); position: fixed; right: 0; top: 0; transition: background .35s ease, color .35s ease, height .35s ease, box-shadow .35s ease; z-index: 50; }
.site-header.scrolled, .site-header.menu-open { background: rgba(247, 245, 241, .96); box-shadow: 0 1px 0 var(--line); color: var(--forest); height: 70px; backdrop-filter: blur(14px); }
.logo-link { display: inline-flex; width: 135px; }
.logo-link img { filter: brightness(0) invert(1); transition: filter .35s ease; }
.site-header.scrolled .logo-link img, .site-header.menu-open .logo-link img { filter: none; }
.desktop-nav { display: flex; gap: 2.2rem; }
.desktop-nav a, .header-cta { font-size: .75rem; font-weight: 600; letter-spacing: .04em; position: relative; }
.desktop-nav a::after { background: currentColor; bottom: -.4rem; content: ""; height: 1px; left: 0; position: absolute; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; width: 100%; }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-cta { justify-self: end; }
.header-cta span { display: inline-block; margin-left: .4rem; transition: transform .2s ease; }
.header-cta:hover span { transform: translate(3px, -3px); }
.menu-button, .mobile-menu { display: none; }

.hero { align-items: flex-end; background: url("https://images.unsplash.com/photo-1514933651103-005eec06c04b?auto=format&fit=crop&w=2400&q=90") center 58% / cover no-repeat; color: var(--white); display: flex; min-height: 100svh; overflow: hidden; padding: 9rem max(5vw, 1.25rem) 5rem; position: relative; }
.hero-shade { background: linear-gradient(90deg, rgba(8, 18, 10, .72) 0%, rgba(8, 18, 10, .44) 41%, rgba(8, 18, 10, .05) 72%), linear-gradient(0deg, rgba(8, 18, 10, .5), transparent 50%); inset: 0; position: absolute; }
.hero::after { border: 1px solid rgba(255,255,255,.28); border-radius: 999px 999px 0 0; content: ""; height: 46vw; min-height: 400px; min-width: 260px; position: absolute; right: 9vw; top: 22vh; width: 27vw; }
.hero-copy { max-width: 700px; position: relative; z-index: 2; }
.hero-eyebrow { margin: 0 0 1.5rem; opacity: .82; }
.hero h1 { font-size: clamp(3.4rem, 7.4vw, 7.8rem); font-weight: 400; letter-spacing: -.06em; line-height: .9; margin: 0; max-width: 850px; }
.hero-intro { font-size: clamp(1rem, 1.6vw, 1.35rem); margin: 2rem 0; max-width: 450px; }
.hero-note { bottom: 2rem; display: flex; font-size: .65rem; justify-content: space-between; left: max(5vw, 1.25rem); letter-spacing: .13em; opacity: .65; position: absolute; right: max(5vw, 1.25rem); text-transform: uppercase; z-index: 2; }
.button { align-items: center; display: inline-flex; font-size: .75rem; font-weight: 600; gap: 2rem; justify-content: space-between; letter-spacing: .03em; min-height: 52px; padding: 0 1.35rem; transition: background .25s ease, color .25s ease, transform .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-light { background: var(--ivory); color: var(--forest); min-width: 185px; }
.button-light:hover { background: var(--sage); }
.button-forest { background: var(--forest); color: var(--white); min-width: 205px; }
.button-forest:hover { background: #314831; }

.intro { display: grid; grid-template-columns: 1fr 3fr; gap: 3rem; padding-bottom: clamp(7rem, 12vw, 12rem); padding-top: clamp(7rem, 12vw, 12rem); }
.intro-statement { max-width: 970px; }
.intro h2, .platform h2, .tables h2, .closing h2 { font-size: clamp(2.75rem, 6vw, 6.4rem); font-weight: 400; letter-spacing: -.055em; line-height: .96; margin: 0; }
.intro-statement > p { font-size: clamp(1rem, 1.4vw, 1.25rem); margin: 3rem 0 0 auto; max-width: 520px; }

.platform { background: var(--stone); display: grid; grid-template-columns: 1.12fr .88fr; min-height: 830px; }
.platform-image { background: linear-gradient(rgba(25, 35, 22, .1), rgba(25, 35, 22, .12)), url("https://images.unsplash.com/photo-1515003197210-e0cd71810b5f?auto=format&fit=crop&w=1800&q=90") center / cover; min-height: 720px; }
.platform-copy { display: grid; grid-template-rows: auto 1fr; padding-bottom: 6rem; padding-top: 4rem; }
.platform-copy > div { align-self: end; max-width: 610px; }
.platform-copy .eyebrow { color: #587052; margin-bottom: 1.5rem; }
.platform-copy h2 { font-size: clamp(3rem, 5.3vw, 6rem); }
.platform-copy p:not(.eyebrow) { max-width: 480px; }
.text-link { align-items: center; border-bottom: 1px solid var(--forest); display: flex; font-size: .8rem; font-weight: 600; justify-content: space-between; margin-top: 3rem; max-width: 260px; padding-bottom: .75rem; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }

.tables { padding-bottom: clamp(7rem, 12vw, 12rem); padding-top: clamp(7rem, 12vw, 12rem); }
.tables-heading { display: grid; grid-template-columns: 1fr 3fr; gap: 3rem; }
.tables-layout { align-items: end; display: grid; gap: 8vw; grid-template-columns: .8fr 1.2fr; margin-top: 6rem; }
.tables-copy { padding-bottom: 1rem; }
.tables-copy > p { font-size: 1.05rem; max-width: 450px; }
.tables-copy ul { border-top: 1px solid var(--line); list-style: none; margin: 3rem 0; padding: 0; }
.tables-copy li { border-bottom: 1px solid var(--line); font-size: .86rem; padding: 1rem 0; }
.tables-copy li span { color: #7a8975; display: inline-block; font-size: .65rem; width: 3rem; }
.tables-image { background: linear-gradient(rgba(25,35,22,.06), rgba(25,35,22,.25)), url("https://images.unsplash.com/photo-1550966871-3ed3cdb5ed0c?auto=format&fit=crop&w=1800&q=90") center / cover; display: flex; min-height: 700px; overflow: hidden; position: relative; }
.tables-image::after { background: rgba(247,245,241,.94); border-radius: 50%; bottom: 2rem; content: "↗"; display: grid; font-size: 1.25rem; height: 74px; place-items: center; position: absolute; right: 2rem; transition: transform .3s ease, background .3s ease; width: 74px; }
.tables-image:hover::after { background: var(--sage); transform: rotate(45deg); }
.image-label { align-self: flex-end; color: var(--white); font-size: .68rem; letter-spacing: .12em; padding: 2rem; text-transform: uppercase; }

.manifesto { background: var(--forest); color: var(--white); min-height: 680px; overflow: hidden; position: relative; }
.manifesto-pattern { background-image: radial-gradient(circle at center, transparent 31%, rgba(166,183,154,.12) 32%, rgba(166,183,154,.12) 32.4%, transparent 33%); background-size: 190px 190px; inset: 0; opacity: .75; position: absolute; transform: scale(1.12); }
.manifesto-copy { display: grid; height: 680px; place-content: center; position: relative; text-align: center; z-index: 1; }
.manifesto-copy img { height: 74px; margin: 0 auto 2.2rem; width: 54px; }
.manifesto-copy p { font-size: clamp(3rem, 7vw, 7rem); letter-spacing: -.055em; line-height: .93; margin: 0; }
.manifesto-copy em { color: var(--sage); font-family: var(--serif); font-weight: 400; }

.closing { display: grid; grid-template-columns: 1fr 3fr; gap: 3rem; padding-bottom: clamp(7rem, 11vw, 11rem); padding-top: clamp(7rem, 11vw, 11rem); }
.closing .button { margin-top: 3rem; }
.site-footer { border-top: 1px solid var(--line); display: grid; gap: 3rem; grid-template-columns: 1fr 1fr 1.5fr; padding-bottom: 2.5rem; padding-top: 2.5rem; }
.site-footer > img { width: 120px; }
.site-footer > div { display: flex; flex-direction: column; font-size: .8rem; gap: .45rem; }
.site-footer p { font-size: .7rem; justify-self: end; margin: 0; text-align: right; }

.reveal { opacity: 1; transform: none; }
.hero-copy > * { animation: hero-in .9s cubic-bezier(.2,.7,.2,1) both; }
.hero-copy > :nth-child(2) { animation-delay: .12s; }
.hero-copy > :nth-child(3) { animation-delay: .22s; }
.hero-copy > :nth-child(4) { animation-delay: .3s; }
@keyframes hero-in { from { opacity: 0; transform: translateY(25px); } to { opacity: 1; transform: none; } }

@media (max-width: 850px) {
  .site-header { grid-template-columns: 1fr auto; height: 72px; }
  .desktop-nav, .header-cta { display: none; }
  .menu-button { background: transparent; border: 0; color: inherit; display: grid; gap: 5px; padding: 12px 0 12px 12px; }
  .menu-button span:not(.sr-only) { background: currentColor; height: 1px; transition: transform .25s ease; width: 26px; }
  .site-header.menu-open .menu-button span:first-child { transform: translateY(3px) rotate(45deg); }
  .site-header.menu-open .menu-button span:nth-child(2) { transform: translateY(-3px) rotate(-45deg); }
  .mobile-menu { background: var(--ivory); color: var(--forest); display: flex; flex-direction: column; gap: 1.2rem; left: 0; opacity: 0; padding: 1.5rem 1.25rem 2rem; pointer-events: none; position: absolute; right: 0; top: 69px; transform: translateY(-8px); transition: opacity .2s ease, transform .2s ease; }
  .menu-open .mobile-menu { opacity: 1; pointer-events: auto; transform: none; }
  .mobile-menu a { border-bottom: 1px solid var(--line); font-size: .9rem; padding-bottom: 1rem; }
  .hero { padding-bottom: 4.5rem; }
  .hero::after { height: 52vh; right: -5rem; top: 18vh; width: 15rem; }
  .hero h1 { font-size: clamp(3.4rem, 15vw, 5.4rem); }
  .hero-note { display: none; }
  .intro, .tables-heading, .closing { grid-template-columns: 1fr; }
  .intro-statement > p { margin-left: 0; }
  .platform { grid-template-columns: 1fr; }
  .platform-image { min-height: 62svh; }
  .platform-copy { min-height: 650px; }
  .tables-layout { gap: 4rem; grid-template-columns: 1fr; margin-top: 4rem; }
  .tables-image { min-height: 70svh; order: -1; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer p { grid-column: 1 / -1; justify-self: start; text-align: left; }
}

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