:root {
  --ink: #0b2218;
  --ink-2: #15382a;
  --forest: #113927;
  --forest-2: #1d5138;
  --lime: #dfff72;
  --lime-2: #b9e84e;
  --cream: #f4f1e7;
  --paper: #fbfaf5;
  --clay: #c87348;
  --muted: #6e766f;
  --line: rgba(11, 34, 24, 0.14);
  --white-line: rgba(255, 255, 255, 0.14);
  --shell: 1220px;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(7, 29, 20, 0.12);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
::selection { background: var(--lime); color: var(--ink); }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }

.shell { width: min(var(--shell), calc(100% - 44px)); margin: 0 auto; }
.skip-link {
  position: fixed; z-index: 9999; left: 12px; top: -60px;
  background: #fff; color: #000; padding: 10px 14px; border-radius: 8px;
  transition: top .2s ease;
}
.skip-link:focus { top: 12px; }
.page-noise {
  position: fixed; inset: 0; pointer-events: none; z-index: 999;
  opacity: .035; mix-blend-mode: multiply;
  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='.95' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}
.scroll-progress { position: fixed; left: 0; top: 0; width: 100%; height: 3px; z-index: 1000; background: transparent; }
.scroll-progress span { display: block; width: 0; height: 100%; background: var(--lime); transform-origin: left; }

.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 900;
  transition: background .3s ease, border-color .3s ease, backdrop-filter .3s ease, color .3s ease;
  color: #fff;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  background: rgba(244, 241, 231, .86); color: var(--ink);
  border-bottom-color: var(--line); backdrop-filter: blur(18px) saturate(140%);
}
.nav-wrap { height: 82px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; }
.brand-mark svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
.brand strong { display: block; font-size: 15px; letter-spacing: .01em; line-height: 1.05; text-transform: uppercase; }
.brand small { display: block; margin-top: 3px; font-size: 10px; letter-spacing: .2em; text-transform: uppercase; opacity: .7; }
.desktop-nav { display: flex; gap: 32px; font-size: 13px; font-weight: 700; letter-spacing: .03em; }
.desktop-nav a { position: relative; opacity: .82; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: currentColor; transition: right .25s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-cta { justify-self: end; }
.menu-toggle { display: none; justify-self: end; width: 42px; height: 42px; border: 0; background: transparent; color: inherit; }
.menu-toggle span { display: block; width: 24px; height: 1px; margin: 6px auto; background: currentColor; transition: transform .25s ease, opacity .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 { display: none; }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 16px;
  min-height: 54px; padding: 0 22px; border: 1px solid var(--ink); border-radius: 999px;
  background: var(--lime); color: var(--ink); font-weight: 800; font-size: 13px; letter-spacing: .02em;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
  box-shadow: 0 10px 24px rgba(223, 255, 114, .15);
}
.button:hover { transform: translateY(-2px); background: #e8ff9a; box-shadow: 0 18px 38px rgba(9, 33, 22, .18); }
.button-small { min-height: 42px; padding: 0 18px; border-color: currentColor; background: transparent; color: inherit; }
.site-header.scrolled .button-small { background: var(--ink); color: #fff; border-color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; font-size: 13px; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px,-2px); }
.eyebrow, .section-kicker {
  margin: 0 0 18px; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; font-weight: 850;
}
.section-kicker { color: #5c6a60; }

.hero {
  min-height: 100vh; padding: 130px 0 38px; position: relative; overflow: hidden; color: #fff;
  background:
    radial-gradient(circle at 76% 42%, rgba(198, 245, 104, .12), transparent 26%),
    radial-gradient(circle at 86% 12%, rgba(255, 255, 255, .08), transparent 22%),
    linear-gradient(130deg, #07170f 0%, #0b2419 42%, #143e2b 100%);
}
.hero::before {
  content: ""; position: absolute; width: 720px; height: 720px; border-radius: 50%; right: -210px; top: -190px;
  border: 1px solid rgba(255,255,255,.08); box-shadow: 0 0 0 120px rgba(255,255,255,.018), 0 0 0 240px rgba(255,255,255,.012);
}
.hero::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 160px;
  background: linear-gradient(to top, rgba(4,18,11,.42), transparent); pointer-events: none;
}
.hero-grid { min-height: calc(100vh - 210px); display: grid; grid-template-columns: 1.12fr .88fr; gap: 50px; align-items: center; position: relative; z-index: 2; }
.hero-copy { max-width: 790px; }
.hero .eyebrow { color: rgba(255,255,255,.64); }
.hero-title { margin: 0; font-size: clamp(56px, 7.8vw, 122px); line-height: .9; letter-spacing: -.065em; font-weight: 780; max-width: 850px; }
.hero-title .line { display: block; }
.hero-title em { color: var(--lime); font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.05em; }
.hero-intro { max-width: 640px; margin: 30px 0 0; font-size: clamp(17px, 1.6vw, 22px); line-height: 1.55; color: rgba(255,255,255,.72); }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 36px; }
.hero .text-link { color: #fff; }
.hero-meta { display: flex; gap: 46px; padding-top: 46px; margin-top: 46px; border-top: 1px solid rgba(255,255,255,.14); max-width: 660px; }
.hero-meta > div { display: grid; gap: 4px; }
.meta-label { font-size: 10px; letter-spacing: .15em; text-transform: uppercase; color: rgba(255,255,255,.5); }
.hero-meta strong { font-size: 13px; font-weight: 700; }

.hero-visual { position: relative; min-height: 610px; display: grid; place-items: center; perspective: 900px; }
.hero-seed { width: min(270px, 52%); position: relative; z-index: 4; filter: drop-shadow(0 35px 40px rgba(0,0,0,.34)); will-change: transform; }
.seed-glow { position: absolute; inset: 20% -20%; border-radius: 50%; background: radial-gradient(circle, rgba(215,255,114,.22), transparent 66%); filter: blur(25px); z-index: -1; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; transform-style: preserve-3d; }
.orbit-a { width: 420px; height: 420px; animation: orbitSpin 16s linear infinite; }
.orbit-b { width: 520px; height: 250px; transform: rotate(-24deg); animation: orbitTilt 20s linear infinite reverse; }
.orbit-c { width: 310px; height: 560px; transform: rotate(32deg); animation: orbitTilt 24s linear infinite; }
@keyframes orbitSpin { to { transform: rotate(360deg); } }
@keyframes orbitTilt { to { transform: rotate(360deg) rotateX(48deg); } }
.hero-ring-text { position: absolute; width: 500px; height: 500px; border-radius: 50%; z-index: 1; animation: spinText 32s linear infinite; opacity: .46; }
.hero-ring-text span { position: absolute; top: -20px; left: 50%; transform: translateX(-50%); font-size: 10px; letter-spacing: .3em; white-space: nowrap; }
@keyframes spinText { to { transform: rotate(360deg); } }
.floating-tag { position: absolute; z-index: 5; padding: 10px 14px; border-radius: 999px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.07); backdrop-filter: blur(10px); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.tag-one { top: 22%; right: 4%; animation: floatTag 5s ease-in-out infinite; }
.tag-two { bottom: 18%; left: 2%; animation: floatTag 6s ease-in-out infinite reverse; }
@keyframes floatTag { 50% { transform: translateY(-10px); } }
.hero-bottom { position: relative; z-index: 3; display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; padding-top: 26px; color: rgba(255,255,255,.46); font-size: 9px; text-transform: uppercase; letter-spacing: .2em; }
.scroll-line { height: 1px; background: rgba(255,255,255,.14); overflow: hidden; }
.scroll-line i { display: block; height: 1px; width: 20%; background: var(--lime); animation: scrollLine 2.2s ease-in-out infinite; }
@keyframes scrollLine { from { transform: translateX(-120%); } to { transform: translateX(620%); } }

.statement { padding: 150px 0 90px; background: var(--cream); overflow: hidden; }
.statement-grid { display: grid; grid-template-columns: .35fr 1fr; gap: 60px; align-items: start; }
.statement-title { margin: 0; max-width: 930px; font-size: clamp(48px, 7vw, 104px); line-height: .96; letter-spacing: -.06em; font-weight: 760; }
.statement-title .word { display: inline-block; opacity: .18; transition: opacity .2s linear, transform .2s linear; transform: translateY(8px); }
.statement-title .word.active { opacity: 1; transform: none; }
.statement-copy { margin: 38px 0 0 auto; max-width: 670px; font-size: 19px; color: #526057; }
.marquee { margin-top: 110px; overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 21px 0; transform: rotate(-1.2deg) scale(1.02); background: var(--lime); color: var(--ink); }
.marquee-track { display: flex; align-items: center; gap: 28px; width: max-content; animation: marquee 24s linear infinite; font-size: clamp(24px, 3vw, 44px); font-weight: 900; letter-spacing: -.03em; }
.marquee-track i { font-style: normal; font-size: 18px; opacity: .7; }
@keyframes marquee { to { transform: translateX(-50%); } }

.portfolio { padding: 140px 0; }
.section-head { display: grid; grid-template-columns: 1fr .72fr; gap: 70px; align-items: end; margin-bottom: 58px; }
.section-head h2, .growth-copy h2, .founder-copy h2, .contact-copy h2, .faq h2 { margin: 0; font-size: clamp(42px, 5.4vw, 78px); line-height: .98; letter-spacing: -.055em; font-weight: 760; }
.section-lead { margin: 0; color: #657168; max-width: 560px; }
.seed-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.seed-card { min-height: 400px; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; position: relative; overflow: hidden; transition: transform .35s ease, background .35s ease, color .35s ease, border-color .35s ease; background: rgba(255,255,255,.46); }
.seed-card::after { content: ""; position: absolute; width: 250px; height: 250px; border-radius: 50%; right: -120px; bottom: -120px; background: var(--lime); transform: scale(.15); opacity: 0; transition: transform .5s ease, opacity .4s ease; }
.seed-card:hover { transform: translateY(-8px); background: var(--ink); color: #fff; border-color: var(--ink); }
.seed-card:hover::after { transform: scale(1); opacity: .08; }
.card-num { font-size: 10px; font-weight: 800; opacity: .48; letter-spacing: .16em; }
.seed-card h3 { position: relative; z-index: 2; margin: 38px 0 13px; font-size: 25px; letter-spacing: -.03em; }
.seed-card p { position: relative; z-index: 2; margin: 0; color: #6b756e; font-size: 14px; }
.seed-card:hover p { color: rgba(255,255,255,.62); }
.card-tag { position: absolute; left: 24px; bottom: 24px; z-index: 2; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; font-weight: 800; }
.crop-icon { width: 100%; height: 120px; margin-top: 28px; position: relative; display: grid; place-items: center; }
.grain-icon::before { content: ""; width: 2px; height: 88px; background: var(--forest); position: absolute; bottom: 4px; left: 50%; }
.grain-icon span { position: absolute; width: 28px; height: 12px; border-radius: 100% 0 100% 0; background: var(--lime-2); left: calc(50% + 1px); transform-origin: left; }
.grain-icon span:nth-child(1){top:25px;transform:rotate(-34deg)} .grain-icon span:nth-child(2){top:43px;transform:rotate(28deg) scaleX(-1)} .grain-icon span:nth-child(3){top:58px;transform:rotate(-34deg)} .grain-icon span:nth-child(4){top:73px;transform:rotate(28deg) scaleX(-1)} .grain-icon span:nth-child(5){top:88px;transform:rotate(-34deg)}
.leaf-icon span { position: absolute; width: 64px; height: 93px; background: linear-gradient(145deg,var(--lime),#73a72f); border-radius: 100% 0 100% 0; transform: rotate(-36deg); }
.leaf-icon span:last-child { width: 44px; height: 70px; transform: translate(38px,18px) rotate(26deg) scaleX(-1); background: linear-gradient(145deg,#d8ec74,#4f8d39); }
.pulse-icon span { width: 44px; height: 58px; position: absolute; border-radius: 50% 50% 45% 55%; background: var(--lime-2); box-shadow: inset -10px -8px 0 rgba(26,72,49,.12); }
.pulse-icon span:nth-child(1){transform:translate(-38px,9px) rotate(-23deg)} .pulse-icon span:nth-child(2){transform:translate(8px,-19px) rotate(12deg)} .pulse-icon span:nth-child(3){transform:translate(40px,28px) rotate(37deg)}
.sprout-icon::before { content:""; width:3px; height:70px; background:var(--forest); position:absolute; bottom:8px; left:50%; border-radius:4px; }
.sprout-icon span { position:absolute; width:54px; height:35px; background:var(--lime-2); border-radius:100% 0 100% 0; top:37px; left:calc(50% - 2px); transform:rotate(-18deg); transform-origin:left; }
.sprout-icon span:nth-child(2){transform:translate(-50px,17px) rotate(20deg) scaleX(-1)} .sprout-icon span:nth-child(3){width:34px;height:25px;transform:translate(-2px,-25px) rotate(-41deg)}
.seed-card:hover .grain-icon::before, .seed-card:hover .sprout-icon::before { background: rgba(255,255,255,.8); }
.portfolio-note { margin-top: 26px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 22px 4px; display: flex; justify-content: space-between; gap: 20px; font-size: 13px; }
.portfolio-note span { color: #6c756e; }
.portfolio-note a { font-weight: 850; }
.portfolio-note b { display: inline-block; margin-left: 8px; }

.growth-section { background: var(--ink); color: #fff; padding: 150px 0; position: relative; overflow: clip; }
.growth-section::before { content:""; position:absolute; inset:0; background:radial-gradient(circle at 78% 33%,rgba(223,255,114,.1),transparent 29%); pointer-events:none; }
.growth-layout { display:grid; grid-template-columns: .88fr 1.12fr; gap: 90px; align-items: start; min-height: 230vh; }
.growth-copy { position: sticky; top: 125px; }
.growth-copy .section-kicker { color: rgba(255,255,255,.5); }
.growth-copy > p:not(.section-kicker) { color: rgba(255,255,255,.6); max-width: 560px; font-size: 17px; }
.growth-steps { margin-top: 52px; border-top: 1px solid var(--white-line); }
.growth-step { display:grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 21px 0; border-bottom: 1px solid var(--white-line); opacity: .35; transition: opacity .35s ease, transform .35s ease; }
.growth-step.active { opacity: 1; transform: translateX(8px); }
.growth-step > span { font-size: 10px; letter-spacing: .13em; color: var(--lime); }
.growth-step h3 { margin:0 0 3px; font-size: 17px; }
.growth-step p { margin:0; font-size: 13px; color: rgba(255,255,255,.56); }
.growth-visual { height: min(78vh, 760px); min-height: 650px; position: sticky; top: 110px; border-radius: 34px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); background: linear-gradient(#cde8b2 0%, #e7e1bb 43%, #a5724d 43%, #5a3828 100%); box-shadow: inset 0 0 100px rgba(0,0,0,.1); }
.sun-disc { position:absolute; width:160px;height:160px;border-radius:50%;background:#f7efb6;right:10%;top:9%;box-shadow:0 0 60px rgba(255,246,174,.45); transition:transform .7s cubic-bezier(.2,.8,.2,1); }
.soil-layer { position:absolute; left:-10%; width:120%; border-radius:50% 50% 0 0 / 16% 16% 0 0; }
.soil-back { top:40%; height:25%; background:#a56b48; }
.soil-front { top:54%; height:52%; background:linear-gradient(165deg,#65412f,#33271f); z-index:5; box-shadow: inset 0 18px 40px rgba(0,0,0,.2); }
.plant { position:absolute; left:50%; top:50%; width:220px; height:340px; transform:translate(-50%,-50%); z-index:6; }
.plant-seed { position:absolute; left:50%; bottom:86px; width:44px; height:65px; margin-left:-20px; background:linear-gradient(135deg,#d6e75a,#719a2d); border-radius:70% 35% 70% 35%; transform:rotate(29deg); transition:all .7s cubic-bezier(.2,.8,.2,1); box-shadow:0 18px 25px rgba(0,0,0,.18); }
.plant-stem { position:absolute; width:7px; height:0; left:50%; bottom:120px; transform:translateX(-50%); background:linear-gradient(#a9db4c,#4d8d37); border-radius:999px; transform-origin:bottom; transition:height .8s cubic-bezier(.2,.8,.2,1); }
.plant-leaf { position:absolute; width:0; height:0; left:50%; bottom:210px; background:linear-gradient(145deg,#dfff72,#5b9e3c); border-radius:100% 0 100% 0; opacity:0; transition:all .75s cubic-bezier(.2,.8,.2,1); transform-origin:left bottom; }
.plant-leaf.leaf-left { transform:translateX(-1px) rotate(150deg); } .plant-leaf.leaf-right { transform:rotate(-24deg); }
.plant-leaf.leaf-top { bottom:278px; transform:translate(-4px,-2px) rotate(-58deg); }
.root { position:absolute; z-index:7; width:3px; height:0; left:50%; top:60%; background:rgba(237,220,166,.68); border-radius:50%; transform-origin:top; transition:height .8s ease; }
.root-a { transform:rotate(21deg); } .root-b { transform:rotate(-28deg); } .root-c { transform:translateX(3px) rotate(2deg); }
.visual-caption { position:absolute; left:24px; bottom:20px; z-index:9; color:rgba(255,255,255,.58); font-size:10px; text-transform:uppercase; letter-spacing:.18em; }
.growth-visual[data-stage="1"] .plant-seed { bottom:81px; transform:rotate(18deg) scale(.86); }
.growth-visual[data-stage="1"] .plant-stem { height:70px; }
.growth-visual[data-stage="1"] .root { height:65px; }
.growth-visual[data-stage="2"] .plant-seed { bottom:79px; opacity:.72; transform:rotate(8deg) scale(.66); }
.growth-visual[data-stage="2"] .plant-stem { height:155px; }
.growth-visual[data-stage="2"] .root { height:110px; }
.growth-visual[data-stage="2"] .plant-leaf { width:86px; height:52px; opacity:1; }
.growth-visual[data-stage="3"] .plant-seed { bottom:74px; opacity:.35; transform:rotate(4deg) scale(.52); }
.growth-visual[data-stage="3"] .plant-stem { height:225px; width:9px; }
.growth-visual[data-stage="3"] .root { height:145px; }
.growth-visual[data-stage="3"] .plant-leaf { width:104px; height:64px; opacity:1; }
.growth-visual[data-stage="3"] .leaf-top { width:75px; height:48px; opacity:1; }
.growth-visual[data-stage="3"] .sun-disc { transform:translate(-20px,20px) scale(1.08); }

.principles { padding: 140px 0; background: var(--cream); }
.section-head.compact { grid-template-columns: 1fr; }
.principle-grid { display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid var(--line); }
.principle { min-height:240px; padding:28px 28px 28px 0; border-right:1px solid var(--line); }
.principle:not(:first-child) { padding-left:28px; }
.principle:last-child { border-right:0; }
.principle > span { font-size:10px; letter-spacing:.15em; color:#738078; }
.principle h3 { margin:45px 0 12px; font-size:22px; letter-spacing:-.03em; }
.principle p { margin:0; color:#67736b; font-size:14px; }

.founder { padding: 140px 0; overflow:hidden; }
.founder-grid { display:grid; grid-template-columns: .95fr 1.05fr; gap:100px; align-items:center; }
.founder-visual {
  min-height:650px; border-radius:34px; color:#fff; position:relative; overflow:hidden; isolation:isolate;
  display:grid; place-items:center; box-shadow:var(--shadow);
  background:
    radial-gradient(circle at 58% 34%, rgba(223,255,114,.24), transparent 26%),
    radial-gradient(circle at 18% 86%, rgba(200,115,72,.16), transparent 30%),
    linear-gradient(145deg, #081d14 0%, #103726 48%, #194b34 100%);
}
.founder-visual::before {
  content:""; position:absolute; width:470px; height:470px; border-radius:50%; z-index:-1;
  border:1px solid rgba(255,255,255,.12); box-shadow:0 0 0 80px rgba(255,255,255,.025),0 0 0 160px rgba(255,255,255,.014);
}
.founder-visual::after {
  content:""; position:absolute; left:-8%; right:-8%; bottom:-8%; height:31%; z-index:1; pointer-events:none;
  background:linear-gradient(to top, rgba(5,24,15,.96), rgba(5,24,15,.42) 58%, transparent);
}
.founder-monogram {
  position:absolute; z-index:0; top:9%; left:50%; transform:translateX(-50%);
  font-size:clamp(100px,12vw,176px); line-height:1; font-weight:900; letter-spacing:-.09em;
  color:transparent; -webkit-text-stroke:1px rgba(223,255,114,.28); opacity:.85; white-space:nowrap;
}
.founder-orbit { position:absolute; z-index:0; border:1px solid rgba(223,255,114,.16); border-radius:50%; pointer-events:none; }
.founder-orbit-a { width:430px; height:430px; top:12%; left:8%; transform:rotate(18deg); }
.founder-orbit-b { width:300px; height:520px; top:4%; right:-7%; transform:rotate(-23deg); }
.founder-lines { position:absolute; inset:0; z-index:0; background:repeating-linear-gradient(90deg,transparent 0 66px,rgba(255,255,255,.03) 66px 67px); }
.founder-photo-wrap { position:absolute; inset:6% 0 0; z-index:2; display:flex; align-items:flex-end; justify-content:center; pointer-events:none; }
.founder-photo-wrap picture { width:100%; height:100%; display:flex; align-items:flex-end; justify-content:center; }
.founder-portrait {
  width:min(112%, 760px); max-width:none; max-height:100%; object-fit:contain; object-position:center bottom;
  filter:drop-shadow(0 26px 28px rgba(0,0,0,.28));
  transform:translate3d(3%, 8%, 0) scale(.96); transform-origin:center bottom;
  transition:transform 1s cubic-bezier(.2,.75,.2,1), opacity .8s ease; opacity:.01;
}
.founder-visual.is-visible .founder-portrait { transform:translate3d(3%, 2%, 0) scale(1); opacity:1; }
.founder-stamp {
  position:absolute; z-index:4; left:28px; bottom:28px; display:flex; flex-direction:column; gap:2px;
  border:1px solid rgba(255,255,255,.22); border-radius:18px; padding:11px 14px 10px;
  background:rgba(5,24,15,.46); backdrop-filter:blur(10px); text-transform:uppercase;
}
.founder-stamp span { font-size:8px; letter-spacing:.18em; opacity:.64; }
.founder-stamp b { font-size:10px; letter-spacing:.09em; }
.founder-visual-caption { position:absolute; z-index:4; right:26px; top:26px; font-size:9px; letter-spacing:.15em; text-transform:uppercase; opacity:.6; writing-mode:vertical-rl; }
.founder-copy .section-kicker { margin-bottom:22px; }
.founder-role { margin:28px 0; padding:22px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); font-size:14px; font-weight:750; }
.founder-company-link { display:inline-flex; align-items:center; gap:7px; border-bottom:1px solid rgba(11,34,24,.35); transition:color .2s ease, border-color .2s ease; }
.founder-company-link span { font-size:11px; transition:transform .2s ease; }
.founder-company-link:hover { color:var(--forest-2); border-color:currentColor; }
.founder-company-link:hover span { transform:translate(2px,-2px); }
.founder-copy > p:last-of-type { color:#637068; max-width:600px; font-size:18px; }
.founder-copy .text-link { margin-top:24px; }

.registration-strip { background: var(--lime); color:var(--ink); border-top:1px solid var(--ink); border-bottom:1px solid var(--ink); }
.registration-grid { display:grid; grid-template-columns:1.35fr .8fr 1.05fr .7fr; }
.registration-grid > div { min-height:128px; padding:25px 24px; display:flex; flex-direction:column; justify-content:center; border-right:1px solid rgba(11,34,24,.24); }
.registration-grid > div:first-child { padding-left:0; }
.registration-grid > div:last-child { border-right:0; }
.registration-grid span { font-size:9px; text-transform:uppercase; letter-spacing:.16em; opacity:.65; margin-bottom:8px; }
.registration-grid strong { font-size:15px; }
.registration-grid .section-kicker { margin:0 0 8px; color:var(--ink); }

.contact { padding: 150px 0; background:var(--ink); color:#fff; }
.contact-grid { display:grid; grid-template-columns:.86fr 1.14fr; gap:100px; }
.contact-copy .section-kicker { color:rgba(255,255,255,.46); }
.contact-copy > p:not(.section-kicker) { color:rgba(255,255,255,.6); max-width:560px; font-size:17px; }
.address-card { margin-top:44px; padding:24px 0; border-top:1px solid var(--white-line); border-bottom:1px solid var(--white-line); }
.address-label { display:block; margin-bottom:12px; font-size:9px; text-transform:uppercase; letter-spacing:.16em; color:var(--lime); }
.address-card address { font-style:normal; font-size:14px; line-height:1.75; color:rgba(255,255,255,.72); }
.address-card address small { color:rgba(255,255,255,.45); }
.address-card a { display:inline-flex; margin-top:18px; gap:10px; font-size:12px; font-weight:800; }
.contact-form { background:#f6f4ec; color:var(--ink); padding:32px; border-radius:30px; box-shadow:0 40px 90px rgba(0,0,0,.24); }
.form-row { display:grid; gap:18px; }
.two-col { grid-template-columns:1fr 1fr; }
.contact-form label { display:block; margin-bottom:18px; }
.contact-form label > span { display:block; font-size:10px; text-transform:uppercase; letter-spacing:.12em; font-weight:800; color:#69746c; margin-bottom:9px; }
.contact-form input:not([type="checkbox"]), .contact-form textarea { width:100%; border:1px solid rgba(11,34,24,.16); background:rgba(255,255,255,.62); color:var(--ink); border-radius:13px; padding:13px 14px; outline:none; transition:border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.contact-form textarea { resize:vertical; min-height:128px; }
.contact-form input:focus, .contact-form textarea:focus { border-color:var(--forest-2); box-shadow:0 0 0 3px rgba(29,81,56,.1); background:#fff; }
.contact-form .consent { display:flex; align-items:flex-start; gap:10px; margin-top:4px; }
.contact-form .consent input { margin-top:4px; accent-color:var(--forest); }
.contact-form .consent span { font-size:11px; line-height:1.45; text-transform:none; letter-spacing:0; font-weight:600; color:#69746c; margin:0; }
.form-trap { position:absolute !important; opacity:0 !important; pointer-events:none !important; width:1px !important; height:1px !important; }
.submit-button { width:100%; margin-top:8px; background:var(--ink); color:#fff; border-color:var(--ink); }
.submit-button:hover { background:var(--forest-2); }
.submit-button[disabled] { opacity:.6; cursor:wait; transform:none; }
.form-status { min-height:24px; margin:12px 0 0; font-size:12px; color:#5e6b62; }
.form-status.success { color:#1b6c3c; }
.form-status.error { color:#a84032; }

.faq { padding:140px 0; background:var(--cream); }
.faq-grid { display:grid; grid-template-columns:.75fr 1.25fr; gap:90px; }
.faq-list { border-top:1px solid var(--line); }
.faq details { border-bottom:1px solid var(--line); }
.faq summary { list-style:none; cursor:pointer; display:flex; align-items:center; justify-content:space-between; gap:20px; padding:26px 0; font-weight:800; letter-spacing:-.01em; }
.faq summary::-webkit-details-marker { display:none; }
.faq summary span { font-size:23px; font-weight:300; transition:transform .25s ease; }
.faq details[open] summary span { transform:rotate(45deg); }
.faq details p { margin:-8px 0 28px; max-width:650px; color:#657168; font-size:14px; }

.site-footer { background:#06130d; color:#fff; padding:70px 0 28px; }
.footer-top { display:grid; grid-template-columns:1.3fr .9fr .8fr; gap:50px; align-items:start; padding-bottom:60px; }
.footer-brand { margin-bottom:18px; }
.footer-top p { margin:0; color:rgba(255,255,255,.5); }
.footer-nav { display:grid; gap:10px; font-size:13px; color:rgba(255,255,255,.72); }
.footer-nav a:hover { color:var(--lime); }
.footer-location { justify-self:end; text-align:right; display:grid; gap:4px; }
.footer-location span { font-size:9px; text-transform:uppercase; letter-spacing:.16em; color:rgba(255,255,255,.4); }
.footer-location strong { font-size:13px; }
.footer-bottom { padding-top:25px; border-top:1px solid rgba(255,255,255,.1); display:flex; justify-content:space-between; gap:20px; color:rgba(255,255,255,.36); font-size:10px; }

.reveal, .reveal-card { opacity:0; transform:translateY(24px); transition:opacity .75s cubic-bezier(.2,.7,.2,1), transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible, .reveal-card.is-visible { opacity:1; transform:none; }
.delay-1 { transition-delay:.08s; } .delay-2 { transition-delay:.16s; } .delay-3 { transition-delay:.24s; }
.seed-grid .reveal-card:nth-child(2), .principle-grid .reveal-card:nth-child(2){transition-delay:.08s}
.seed-grid .reveal-card:nth-child(3), .principle-grid .reveal-card:nth-child(3){transition-delay:.16s}
.seed-grid .reveal-card:nth-child(4), .principle-grid .reveal-card:nth-child(4){transition-delay:.24s}

@media (max-width: 1050px) {
  .hero-grid { grid-template-columns: 1fr .72fr; }
  .hero-visual { min-height: 500px; }
  .seed-grid, .principle-grid { grid-template-columns: repeat(2,1fr); }
  .principle:nth-child(2) { border-right:0; }
  .principle:nth-child(3), .principle:nth-child(4) { border-top:1px solid var(--line); }
  .growth-layout, .founder-grid, .contact-grid { gap:55px; }
  .registration-grid { grid-template-columns:1fr 1fr; }
  .registration-grid > div:nth-child(2) { border-right:0; }
  .registration-grid > div:nth-child(-n+2) { border-bottom:1px solid rgba(11,34,24,.24); }
  .registration-grid > div:nth-child(3) { padding-left:0; }
}

@media (max-width: 820px) {
  .shell { width:min(100% - 30px, var(--shell)); }
  .nav-wrap { grid-template-columns:1fr auto; height:72px; }
  .desktop-nav, .header-cta { display:none; }
  .menu-toggle { display:block; }
  .mobile-menu {
    position:fixed; inset:72px 0 0; z-index:910; min-height:calc(100dvh - 72px); max-height:calc(100dvh - 72px);
    background:rgba(244,241,231,.985); color:var(--ink); flex-direction:column; gap:0; padding:30px 22px;
    overflow-y:auto; overscroll-behavior:contain; -webkit-overflow-scrolling:touch;
    opacity:0; visibility:hidden; transform:translate3d(0,-10px,0); pointer-events:none;
  }
  .mobile-menu.open { display:flex; opacity:1; visibility:visible; transform:none; pointer-events:auto; }
  .mobile-menu a { padding:18px 0; border-bottom:1px solid var(--line); font-size:23px; font-weight:800; letter-spacing:-.03em; }
  .site-header:not(.scrolled) .mobile-menu { background:rgba(7,23,15,.985); color:#fff; }
  body.menu-open .site-header { background:rgba(244,241,231,.985); color:var(--ink); border-bottom-color:var(--line); }
  body.menu-open .site-header .mobile-menu { background:rgba(244,241,231,.985); color:var(--ink); }

  .hero { min-height:auto; padding-top:116px; }
  .hero-grid { display:flex; flex-direction:column; gap:30px; min-height:auto; }
  .hero-title { font-size:clamp(54px,14vw,92px); }
  .hero-intro { font-size:17px; }
  .hero-meta { gap:24px; flex-wrap:wrap; margin-top:34px; padding-top:32px; }
  .hero-visual { width:100%; min-height:430px; order:2; }
  .hero-seed { width:180px; }
  .orbit-a { width:300px;height:300px; } .orbit-b { width:360px;height:190px; } .orbit-c { width:230px;height:390px; }
  .hero-ring-text { width:340px;height:340px; }
  .tag-one { right:7%; } .tag-two { left:7%; }
  .hero-bottom { margin-top:12px; }

  .statement, .portfolio, .principles, .founder, .contact, .faq { padding:100px 0; }
  .statement-grid, .section-head, .founder-grid, .contact-grid, .faq-grid { grid-template-columns:1fr; gap:35px; }
  .statement-title { font-size:clamp(47px,12vw,78px); }
  .statement-copy { margin-left:0; }
  .marquee { margin-top:70px; }
  .section-head { align-items:start; }

  .growth-section { padding:100px 0; }
  .growth-layout { grid-template-columns:1fr; gap:45px; min-height: auto; }
  .growth-copy, .growth-visual { position:relative; top:auto; }
  .growth-visual { min-height:560px; height:66vh; }

  .founder-visual { min-height:560px; }
  .founder-photo-wrap { inset:7% -5% 0; }
  .founder-portrait { width:min(118%, 720px); }
  .founder-stamp { left:20px; bottom:20px; }
  .founder-visual-caption { right:18px; top:20px; }
  .contact-form { padding:24px; }
  .footer-top { grid-template-columns:1fr 1fr; }
  .footer-location { justify-self:start; text-align:left; }
  .footer-bottom { flex-direction:column; }
}

@media (max-width: 560px) {
  .shell { width:calc(100% - 24px); }
  .hero { padding-top:105px; }
  .hero-title { font-size:clamp(49px,15vw,68px); line-height:.93; }
  .hero-actions { align-items:flex-start; flex-direction:column; gap:18px; }
  .hero .button { width:100%; }
  .hero-meta { display:grid; grid-template-columns:1fr 1fr; }
  .hero-visual { min-height:370px; }
  .hero-seed { width:150px; }
  .orbit-a { width:260px;height:260px; } .orbit-b{width:310px;height:160px}.orbit-c{width:200px;height:330px}
  .hero-ring-text { width:290px;height:290px; }
  .floating-tag { font-size:8px; }
  .hero-bottom { display:none; }

  .statement, .portfolio, .principles, .founder, .contact, .faq { padding:82px 0; }
  .section-head h2, .growth-copy h2, .founder-copy h2, .contact-copy h2, .faq h2 { font-size:clamp(40px,12vw,60px); }
  .seed-grid, .principle-grid { grid-template-columns:1fr; }
  .seed-card { min-height:340px; }
  .principle { border-right:0; border-bottom:1px solid var(--line); padding:26px 0 !important; min-height:210px; }
  .principle:nth-child(3), .principle:nth-child(4){ border-top:0; }
  .portfolio-note { flex-direction:column; }
  .growth-step.active { transform:none; }
  .growth-visual { min-height:500px; }
  .founder-visual { min-height:470px; border-radius:24px; }
  .founder-photo-wrap { inset:9% -11% 0; }
  .founder-portrait { width:128%; }
  .founder-monogram { top:10%; font-size:92px; }
  .founder-stamp { left:15px; bottom:15px; }
  .founder-visual-caption { display:none; }
  .registration-grid { grid-template-columns:1fr; }
  .registration-grid > div, .registration-grid > div:nth-child(3) { min-height:95px; padding:20px 0; border-right:0; border-bottom:1px solid rgba(11,34,24,.24); }
  .registration-grid > div:last-child { border-bottom:0; }
  .two-col { grid-template-columns:1fr; gap:0; }
  .contact-form { border-radius:22px; padding:20px; }
  .footer-top { grid-template-columns:1fr; }
}

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