:root {
  --paper: #f2f0e9;
  --paper-deep: #e8e5dc;
  --ink: #1d2823;
  --muted: #69736b;
  --line: rgba(29, 40, 35, .17);
  --green: #b7cf9e;
  --dark: #1d2823;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
.grain { position: fixed; inset: 0; z-index: 10; pointer-events: none; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E"); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.section-shell { width: min(1180px, calc(100% - 96px)); margin: 0 auto; }
.site-header { position: fixed; top: 0; left: 50%; transform: translateX(-50%); z-index: 20; display: flex; align-items: center; justify-content: space-between; width: min(1320px, calc(100% - 96px)); padding: 28px 0; transition: padding .3s ease, background .3s ease; }
.site-header.scrolled { padding: 16px 24px; width: min(1320px, calc(100% - 48px)); background: rgba(242,240,233,.88); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.wordmark { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -.04em; font-size: 20px; }
.wordmark-mark { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: var(--ink); color: var(--paper); font-family: var(--serif); font-size: 16px; font-style: italic; font-weight: 500; }
.site-nav { display: flex; align-items: center; gap: 31px; font-size: 12px; font-weight: 700; letter-spacing: -.01em; }
.site-nav a:not(.nav-cta) { color: var(--muted); transition: color .2s ease; }
.site-nav a:not(.nav-cta):hover { color: var(--ink); }
.nav-cta { display: inline-flex; align-items: center; gap: 14px; padding: 12px 15px; border: 1px solid var(--ink); transition: background .2s ease, color .2s ease; }
.nav-cta:hover { background: var(--ink); color: var(--paper); }
.menu-toggle { display: none; border: 0; background: none; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; width: 22px; height: 1px; margin: 5px; background: var(--ink); }
.hero { position: relative; min-height: 780px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; padding-top: 120px; }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 25px; color: var(--muted); font: 500 10px var(--mono); letter-spacing: .04em; text-transform: uppercase; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: #86a570; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-weight: 500; letter-spacing: -.07em; line-height: .96; }
h1 { max-width: 680px; margin-bottom: 35px; font-size: clamp(72px, 10vw, 144px); }
h1 em, h2 em { font-family: var(--serif); font-weight: 500; letter-spacing: -.075em; }
.hero-lede { max-width: 400px; margin-bottom: 36px; color: var(--muted); font-size: 15px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-width: 186px; padding: 16px 18px; border: 1px solid var(--ink); font-size: 12px; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-3px); }
.button-dark { background: var(--ink); color: var(--paper); }
.button-dark:hover { background: transparent; color: var(--ink); }
.button-light { border-color: var(--paper); color: var(--paper); }
.button-light:hover { background: var(--paper); color: var(--ink); }
.hero-art { position: relative; width: min(100%, 530px); aspect-ratio: 1; margin-left: auto; border: 1px solid var(--line); border-radius: 50%; background: radial-gradient(circle at 56% 42%, rgba(183,207,158,.46), transparent 28%), linear-gradient(145deg, rgba(232,229,220,.4), transparent 65%); overflow: hidden; }
.hero-art::before, .hero-art::after { content: ""; position: absolute; inset: 8%; border: 1px solid var(--line); border-radius: 50%; }
.hero-art::after { inset: 25%; border-color: rgba(29,40,35,.11); }
.orbit { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(29,40,35,.18); border-radius: 50%; transform: translate(-50%, -50%) rotate(-27deg); }
.orbit-one { width: 110%; height: 38%; }
.orbit-two { width: 95%; height: 63%; transform: translate(-50%,-50%) rotate(48deg); }
.orbit-three { width: 56%; height: 115%; transform: translate(-50%,-50%) rotate(28deg); }
.hero-sun { position: absolute; top: 38%; left: 49%; width: 24%; aspect-ratio: 1; border-radius: 50%; background: #8aa775; box-shadow: 0 0 70px 18px rgba(138,167,117,.24); }
.hero-line { position: absolute; top: 0; left: 50%; width: 1px; height: 100%; background: var(--line); }
.hero-label { position: absolute; z-index: 2; color: var(--muted); font: 10px/1.35 var(--mono); text-transform: uppercase; }
.label-top { top: 20%; left: 15%; }.label-bottom { right: 15%; bottom: 20%; }
.hero-foot { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: center; padding-top: 47px; color: var(--muted); font: 10px var(--mono); text-transform: uppercase; letter-spacing: .03em; }
.scroll-note { display: inline-flex; align-items: center; gap: 12px; }.scroll-line { display: block; width: 54px; height: 1px; background: var(--line); }
.section-kicker { margin-bottom: 70px; }.section-kicker span { display: inline-block; width: 36px; height: 1px; background: var(--line); }
.statement { padding-top: 160px; padding-bottom: 170px; }.statement-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 12%; }
.statement h2 { max-width: 670px; font-size: clamp(43px, 5vw, 72px); margin-bottom: 0; }.statement-body { padding-top: 11px; }.statement-body p { max-width: 340px; margin-bottom: 22px; color: var(--muted); font-size: 14px; }.text-link { display: inline-flex; align-items: center; gap: 15px; margin-top: 22px; padding-bottom: 8px; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 800; }
.section-dark { background: var(--dark); color: var(--paper); }.approach { width: 100%; padding: 130px max(48px, calc((100% - 1180px) / 2)) 145px; }.section-kicker-light { color: #9da99e; }.section-kicker-light span { background: rgba(242,240,233,.25); }.approach-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 12%; align-items: end; margin-bottom: 90px; }.approach h2 { margin-bottom: 0; font-size: clamp(48px, 6vw, 82px); }.approach-heading p { max-width: 335px; margin-bottom: 3px; color: #a9b1aa; font-size: 14px; }.approach-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(242,240,233,.18); border: 1px solid rgba(242,240,233,.18); }.approach-card { position: relative; min-height: 300px; padding: 26px; background: var(--dark); transition: background .3s ease; }.approach-card:hover { background: #27352d; }.card-number { color: #849289; font: 10px var(--mono); }.card-icon { margin: 57px 0 30px; color: var(--green); font-size: 35px; line-height: 1; }.approach-card h3 { margin-bottom: 12px; font-size: 18px; letter-spacing: -.04em; }.approach-card p { max-width: 250px; margin-bottom: 0; color: #9da99e; font-size: 13px; }
.stewardship { padding-top: 160px; padding-bottom: 165px; }.stewardship-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 12%; }.stewardship h2 { max-width: 500px; font-size: clamp(45px, 5vw, 72px); }.stewardship-intro p { max-width: 340px; color: var(--muted); font-size: 14px; }.capability { display: grid; grid-template-columns: 36px 1fr 20px; gap: 15px; align-items: start; padding: 23px 0; border-top: 1px solid var(--line); }.capability:last-child { border-bottom: 1px solid var(--line); }.capability > span { color: var(--muted); font: 10px var(--mono); }.capability h3 { margin-bottom: 4px; font-size: 18px; letter-spacing: -.04em; }.capability p { margin-bottom: 0; color: var(--muted); font-size: 13px; }.capability b { font-size: 17px; font-weight: 400; }
.fit { padding-bottom: 160px; }.fit-panel { padding: 90px; background: var(--paper-deep); }.fit-content { display: grid; grid-template-columns: 1.15fr .85fr; gap: 10%; }.fit h2 { max-width: 630px; font-size: clamp(46px, 5.5vw, 76px); margin-bottom: 0; }.fit-copy { padding-top: 7px; }.fit-copy > p { max-width: 320px; margin-bottom: 30px; color: var(--muted); font-size: 14px; }.fit ul { margin: 0; padding: 0; list-style: none; }.fit li { display: flex; gap: 12px; padding: 13px 0; border-top: 1px solid var(--line); font-size: 13px; }.fit li:last-child { border-bottom: 1px solid var(--line); }.fit li span { color: #73905e; }
.closing { position: relative; overflow: hidden; padding-top: 155px; padding-bottom: 170px; background: var(--dark); color: var(--paper); text-align: center; }.closing .eyebrow { justify-content: center; color: #a9b1aa; }.closing h2 { position: relative; z-index: 1; margin: 0 auto 43px; font-size: clamp(62px, 9vw, 126px); }.closing-orb { position: absolute; top: 4%; left: 50%; width: 460px; aspect-ratio: 1; border: 1px solid rgba(183,207,158,.25); border-radius: 50%; transform: translateX(-50%); }.closing-orb::before, .closing-orb::after { content: ""; position: absolute; inset: 12%; border: 1px solid rgba(183,207,158,.15); border-radius: 50%; }.closing-orb::after { inset: 35%; background: rgba(183,207,158,.14); border: 0; box-shadow: 0 0 90px 25px rgba(183,207,158,.11); }
.site-footer { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; padding-top: 30px; padding-bottom: 35px; font-size: 12px; }.site-footer p { margin: 0; color: var(--muted); line-height: 1.4; }.footer-meta { display: flex; flex-direction: column; align-items: end; gap: 5px; color: var(--muted); font: 10px var(--mono); }.footer-meta a { color: var(--ink); font-family: var(--sans); font-size: 12px; font-weight: 700; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s ease, transform .8s cubic-bezier(.22,1,.36,1); }.reveal.is-visible { opacity: 1; transform: translateY(0); }.reveal-delay { transition-delay: .12s; }.reveal-delay-two { transition-delay: .22s; }
@media (max-width: 800px) { .section-shell { width: min(100% - 42px, 620px); }.site-header { width: calc(100% - 42px); padding-top: 21px; }.site-header.scrolled { width: calc(100% - 22px); padding: 14px 11px; }.menu-toggle { display: block; z-index: 2; }.site-nav { position: absolute; top: 59px; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; width: min(270px, calc(100vw - 42px)); padding: 12px; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 14px 30px rgba(29,40,35,.09); }.site-nav.open { display: flex; }.site-nav a { padding: 12px 10px; }.nav-cta { margin-top: 5px; }.hero { display: block; min-height: auto; padding-top: 150px; padding-bottom: 55px; }.hero-art { width: 90%; margin: 86px auto 0; }.hero-foot { margin-top: 45px; }.statement, .stewardship { padding-top: 100px; padding-bottom: 110px; }.section-kicker { margin-bottom: 45px; }.statement-grid, .stewardship-grid, .fit-content, .approach-heading { grid-template-columns: 1fr; gap: 42px; }.statement-body { padding-top: 0; }.approach { padding: 100px 21px 110px; }.approach-heading { margin-bottom: 60px; gap: 24px; }.approach-cards { grid-template-columns: 1fr; }.approach-card { min-height: auto; padding: 25px; }.card-icon { margin: 35px 0 20px; }.fit { padding-bottom: 100px; }.fit-panel { padding: 55px 25px 60px; }.fit-copy { padding-top: 0; }.closing { padding: 110px 21px 120px; }.closing-orb { width: 350px; }.site-footer { grid-template-columns: 1fr 1fr; gap: 32px; padding-top: 25px; padding-bottom: 28px; }.site-footer p { grid-column: 1 / -1; order: 3; }.footer-meta { align-items: end; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; }.button, .approach-card { transition: none; } }
