:root {
  --cream: #f4efe3;
  --paper: #faf7ef;
  --ink: #183327;
  --forest: #204b34;
  --leaf: #78944d;
  --lime: #c8d766;
  --clay: #c77243;
  --line: rgba(24, 51, 39, .18);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Trebuchet MS", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); overflow-x: hidden; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.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; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 16px; background: var(--ink); color: white; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; padding: 22px 0; transition: background .3s, padding .3s, box-shadow .3s; }
.site-header.scrolled { padding: 12px 0; background: rgba(244,239,227,.92); backdrop-filter: blur(12px); box-shadow: 0 1px 0 var(--line); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; font-size: 23px; font-weight: 700; letter-spacing: -.8px; }
.brand em { color: var(--clay); font-style: normal; }
.brand-mark { width: 35px; height: 35px; fill: none; stroke: currentColor; stroke-width: 2.1; stroke-linecap: round; stroke-linejoin: round; }
.site-nav { display: flex; align-items: center; gap: 34px; font-size: 13px; font-weight: 700; }
.site-nav a { text-decoration: none; position: relative; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: currentColor; transition: right .25s; }
.site-nav > a:hover::after { right: 0; }
.nav-cta { border: 1px solid var(--ink); border-radius: 999px; padding: 11px 18px; transition: color .2s, background .2s; }
.nav-cta:hover { background: var(--ink); color: var(--cream); }
.menu-toggle { display: none; }

.hero { min-height: 760px; height: 100vh; max-height: 940px; position: relative; padding: 130px 0 48px; display: flex; align-items: center; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 650px; height: 650px; border: 1px solid rgba(24,51,39,.1); border-radius: 50%; right: -160px; top: -230px; }
.hero-grain { position: absolute; inset: 0; opacity: .1; pointer-events: none; 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='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E"); }
.hero-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 30px; }
.hero-copy { position: relative; z-index: 2; padding-top: 12px; }
.eyebrow { display: flex; align-items: center; gap: 12px; text-transform: uppercase; letter-spacing: 2.2px; font-size: 10px; font-weight: 800; margin: 0 0 28px; }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
.hero h1, .section h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -4px; line-height: .9; margin: 0; }
.hero h1 { font-size: clamp(70px, 8vw, 124px); }
.hero h1 i, .section h2 i { color: var(--clay); font-weight: 400; }
.hero-lead { max-width: 510px; margin: 32px 0; font: 21px/1.55 var(--serif); color: #405448; }
.hero-actions { display: flex; gap: 28px; align-items: center; }
.button { display: inline-flex; gap: 32px; align-items: center; justify-content: center; padding: 17px 22px; border-radius: 2px; text-decoration: none; font-size: 13px; font-weight: 800; }
.button-dark { background: var(--ink); color: white; }
.button span { transition: transform .2s; }
.button:hover span { transform: translate(3px, 3px); }
.text-link { text-decoration: none; font-size: 12px; font-weight: 800; border-bottom: 1px solid; padding: 8px 0; }
.text-link span { margin-left: 8px; }
.hero-note { margin-top: 56px; display: flex; align-items: center; gap: 14px; }
.hero-note p { margin: 0; font-size: 11px; line-height: 1.5; }
.avatar-stack { display: flex; }
.avatar-stack span { width: 34px; height: 34px; border: 2px solid var(--cream); border-radius: 50%; display: grid; place-items: center; background: #d9dfad; margin-left: -8px; font-size: 15px; }
.avatar-stack span:first-child { margin-left: 0; background: #d3a47a; }
.avatar-stack span:last-child { background: #91ad75; }

.hero-visual { height: min(68vw, 680px); position: relative; display: grid; place-items: center; }
.sun-disc { position: absolute; width: min(39vw, 490px); aspect-ratio: 1; border-radius: 50%; background: #e8dcae; left: 50%; top: 45%; transform: translate(-50%,-50%); }
.plant-art { position: relative; z-index: 1; height: 100%; width: 100%; overflow: visible; }
.stem { stroke-dasharray: 410; animation: grow 1.5s .2s both cubic-bezier(.2,.7,.2,1); }
@keyframes grow { from { stroke-dashoffset: 410; } to { stroke-dashoffset: 0; } }
.orbit-note { position: absolute; z-index: 2; margin: 0; font: italic 14px/1.2 var(--serif); }
.orbit-one { left: 1%; top: 18%; transform: rotate(-8deg); }
.orbit-two { right: 1%; top: 35%; transform: rotate(8deg); }
.seed-label { position: absolute; right: 5%; bottom: 7%; z-index: 3; display: flex; gap: 12px; align-items: flex-start; }
.seed-label span { border: 1px solid; border-radius: 50%; width: 30px; height: 30px; display: grid; place-items: center; font-size: 9px; }
.seed-label p { margin: 0; font: italic 14px/1.35 var(--serif); }
.scroll-cue { position: absolute; bottom: 28px; left: 22px; writing-mode: vertical-rl; transform: rotate(180deg); text-transform: uppercase; letter-spacing: 2px; font-size: 8px; display: flex; align-items: center; gap: 10px; }
.scroll-cue span { height: 32px; width: 1px; background: currentColor; }

.marquee { background: var(--ink); color: var(--cream); overflow: hidden; padding: 18px 0; }
.marquee-track { display: flex; width: max-content; align-items: center; gap: 28px; animation: marquee 24s linear infinite; }
.marquee span { text-transform: uppercase; letter-spacing: 2px; font-size: 12px; white-space: nowrap; }
.marquee b { color: var(--lime); }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: 130px 0; }
.story { background: var(--paper); }
.story-grid { display: grid; grid-template-columns: 1fr 3fr; gap: 30px; }
.section-tag { padding-top: 10px; text-transform: uppercase; letter-spacing: 2px; font-size: 10px; font-weight: 800; }
.section h2 { font-size: clamp(50px, 6vw, 86px); }
.story-copy h2 { margin-bottom: 55px; }
.story-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; max-width: 760px; }
.story-columns p { margin: 0; color: #54635a; line-height: 1.8; font-size: 14px; }
.story-columns p:first-child::first-letter { float: left; color: var(--clay); font: 64px/.78 var(--serif); margin: 6px 8px 0 0; }
.circle-link { margin: 55px 0 0 auto; width: 146px; height: 146px; border: 1px solid var(--ink); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; text-decoration: none; text-align: center; font-size: 11px; transition: background .3s, color .3s, transform .3s; }
.circle-link b { font-size: 18px; }
.circle-link:hover { background: var(--ink); color: white; transform: rotate(5deg); }

.work { background: #e9e4d7; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 70px; }
.section-heading .section-tag { order: 2; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.work-card { min-height: 390px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 32px; display: flex; flex-direction: column; transition: transform .3s, background .3s; }
.work-card:hover { transform: translateY(-8px); background: var(--paper); }
.work-card.featured { background: var(--forest); color: white; margin-top: -24px; min-height: 414px; }
.work-card.featured:hover { background: #2b5b41; }
.card-top { display: flex; align-items: flex-start; justify-content: space-between; font-size: 10px; }
.card-icon { width: 64px; height: 64px; border: 1px solid currentColor; border-radius: 50%; display: grid; place-items: center; font: 33px var(--serif); }
.work-card h3 { margin: auto 0 18px; font: 32px/1.05 var(--serif); }
.work-card p { min-height: 82px; margin: 0 0 28px; font-size: 13px; line-height: 1.7; opacity: .76; }
.work-card a { align-self: flex-start; font-size: 11px; font-weight: 800; text-decoration: none; border-bottom: 1px solid; padding-bottom: 7px; }
.work-card a span { margin-left: 7px; }

.events { background: var(--forest); color: var(--cream); }
.events-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; }
.section-tag.light { color: var(--lime); margin-bottom: 35px; }
.events h2 { font-size: clamp(49px, 5vw, 75px); letter-spacing: -3px; }
.events h2 i { color: #d9df93; }
.events-intro > p { max-width: 360px; margin: 34px 0 0; font: 17px/1.6 var(--serif); color: #b8c5bb; }
.event-list { border-top: 1px solid rgba(255,255,255,.24); }
.event-item { display: grid; grid-template-columns: 64px 1fr 40px; gap: 28px; align-items: center; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.24); transition: padding .2s; }
.event-item:hover { padding-left: 10px; }
.event-item time { text-align: center; border-right: 1px solid rgba(255,255,255,.24); padding-right: 22px; }
.event-item time b { display: block; font: 38px/1 var(--serif); }
.event-item time span, .event-type { font-size: 9px; letter-spacing: 1.7px; font-weight: 800; }
.event-type { color: var(--lime); text-transform: uppercase; }
.event-item h3 { margin: 7px 0; font: 24px/1.1 var(--serif); }
.event-item p { margin: 0; color: #abb9af; font-size: 11px; }
.event-item > a { width: 39px; height: 39px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; display: grid; place-items: center; text-decoration: none; transition: background .2s, color .2s; }
.event-item > a:hover { background: var(--lime); color: var(--ink); }

.join { background: var(--clay); color: #fff8e8; text-align: center; position: relative; overflow: hidden; }
.join::before, .join::after { content: ""; position: absolute; width: 340px; height: 340px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.join::before { left: -160px; top: -130px; }.join::after { right: -190px; bottom: -120px; }
.eyebrow.centered { justify-content: center; }
.join h2 i { color: #f2dca2; }
.join-inner > p:not(.eyebrow) { max-width: 520px; margin: 32px auto; font: 18px/1.6 var(--serif); }
.button-warm { background: #fff4d9; color: var(--ink); }
.join-seeds { display: flex; justify-content: center; align-items: center; gap: 20px; margin-top: 55px; opacity: .7; }
.join-seeds span:nth-child(2) { font-size: 34px; transform: rotate(-30deg); }

.site-footer { background: #11291f; color: #dce2d6; padding: 65px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: start; gap: 30px; }
.footer-brand { color: white; }
.footer-grid > p { margin: 0; font: 16px/1.5 var(--serif); opacity: .7; }
.footer-links { justify-self: end; display: flex; gap: 25px; font-size: 11px; }
.footer-links a { text-decoration: none; }
.footer-bottom { grid-column: 1/-1; border-top: 1px solid rgba(255,255,255,.15); margin-top: 50px; padding-top: 24px; display: flex; justify-content: space-between; font-size: 9px; text-transform: uppercase; letter-spacing: 1.6px; opacity: .6; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s, transform .8s; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }.delay-2 { transition-delay: .24s; }

@media (max-width: 900px) {
  .site-header { padding: 14px 0; }
  .menu-toggle { display: grid; gap: 6px; width: 42px; height: 42px; place-content: center; border: 1px solid var(--ink); border-radius: 50%; background: transparent; z-index: 3; }
  .menu-toggle span:not(.sr-only) { display: block; width: 18px; height: 1px; background: var(--ink); transition: transform .2s; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; background: var(--cream); flex-direction: column; justify-content: center; font: 30px var(--serif); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .25s; }
  .site-nav.open { opacity: 1; visibility: visible; transform: none; }
  .nav-cta { font: 13px var(--sans); }
  .hero { height: auto; min-height: 100svh; padding-top: 125px; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 0; }
  .hero h1 { font-size: clamp(60px, 10vw, 90px); }
  .hero-visual { height: 570px; }
  .hero-note { display: none; }
  .story-grid, .events-grid { grid-template-columns: 1fr; gap: 45px; }
  .story-copy { padding-left: 10%; }
  .section { padding: 100px 0; }
  .cards { grid-template-columns: 1fr; }
  .work-card, .work-card.featured { margin: 0; min-height: 315px; }
  .events-grid { gap: 60px; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 34px, 1180px); }
  .hero { padding: 110px 0 50px; align-items: start; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(62px, 20vw, 92px); letter-spacing: -3px; }
  .hero-lead { font-size: 18px; margin: 24px 0; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 10px; }
  .hero-visual { height: 410px; margin-top: -20px; }
  .sun-disc { width: 300px; }
  .orbit-one { left: 0; top: 22%; }.orbit-two { right: 0; }
  .seed-label { right: 0; bottom: 0; }
  .scroll-cue { display: none; }
  .section { padding: 80px 0; }
  .section h2 { font-size: 48px; letter-spacing: -2.5px; }
  .story-copy { padding: 0; }
  .story-columns { grid-template-columns: 1fr; gap: 24px; }
  .circle-link { margin: 45px auto 0; }
  .section-heading { display: block; }
  .section-heading .section-tag { margin-bottom: 25px; }
  .cards { margin-top: 45px; }
  .work-card { padding: 25px; }
  .events h2 { font-size: 48px; }
  .event-item { grid-template-columns: 52px 1fr 32px; gap: 13px; }
  .event-item time { padding-right: 12px; }
  .event-item time b { font-size: 31px; }
  .event-item h3 { font-size: 20px; }
  .event-item p { line-height: 1.5; }
  .event-item > a { width: 31px; height: 31px; }
  .join h2 br { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > p { display: none; }
  .footer-links { flex-direction: column; gap: 12px; }
  .footer-bottom { display: grid; gap: 10px; }
}

@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 { opacity: 1; transform: none; }
}
