:root {
  --forest: #0b2e27;
  --forest-deep: #071f1b;
  --lime: #9dbf78;
  --lime-soft: #bed6a4;
  --paper: #f6f7f2;
  --white: #ffffff;
  --ink: #10231e;
  --muted: #82938d;
  --line: rgba(11, 46, 39, .16);
  --shell-max: 1920px;
  --shell-gutter: clamp(22px, 4vw, 72px);
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: Inter, Arial, sans-serif; font-size: 16px; line-height: 1.5; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
.page-shell { width: min(calc(100% - (2 * var(--shell-gutter))), var(--shell-max)); margin-inline: auto; }
.page-shell > *, .hero-content > *, .footer-top > *, .social-showcase-grid > * { min-width: 0; }
.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; }

.scroll-progress { position: fixed; inset: 0 0 auto; height: 3px; z-index: 100; pointer-events: none; }
.scroll-progress span { display: block; height: 100%; width: var(--scroll-progress, 0%); background: var(--lime); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 120px; padding-inline: max(var(--shell-gutter), calc((100vw - var(--shell-max)) / 2)); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.16); transition: height .35s ease, background .35s ease, backdrop-filter .35s ease; }
.site-header.is-scrolled { height: 78px; background: rgba(7,31,27,.9); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 18px; width: max-content; font-size: 18px; font-weight: 600; line-height: 1.03; letter-spacing: -.025em; transition: gap .35s ease, font-size .35s ease; }
.brand img { width: 112px; height: 70px; object-fit: contain; transition: width .35s ease, height .35s ease; }
.site-header.is-scrolled .brand { gap: 12px; font-size: 15px; }
.site-header.is-scrolled .brand img { width: 78px; height: 48px; }
.desktop-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; }
.desktop-nav a { position: relative; color: rgba(255,255,255,.72); transition: color .25s ease; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--lime); transition: right .28s ease; }
.desktop-nav a:hover { color: var(--white); }
.desktop-nav a:hover::after { right: 0; }
.header-cta { justify-self: end; display: inline-flex; align-items: center; gap: 16px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; padding: 11px 17px; font-size: 14px; transition: color .25s ease, background .25s ease, border-color .25s ease; }
.header-cta:hover { color: var(--forest); background: var(--lime); border-color: var(--lime); }
.header-cta span { transition: transform .25s ease; }
.header-cta:hover span { transform: translate(3px,-3px); }
.menu-button, .mobile-menu { display: none; }

.hero { --pointer-x: 72%; --pointer-y: 38%; --mark-x: 0px; --mark-y: 0px; position: relative; min-height: 100svh; overflow: hidden; background: var(--forest); color: var(--white); isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: radial-gradient(42rem circle at var(--pointer-x) var(--pointer-y), rgba(157,191,120,.14), rgba(157,191,120,.035) 28%, transparent 62%); }
.hero-glow { position: absolute; width: 640px; height: 640px; right: 22%; top: 5%; border-radius: 50%; background: rgba(157,191,120,.022); filter: blur(10px); transform: translate3d(var(--mark-x),var(--mark-y),0); transition: transform .55s cubic-bezier(.22,1,.36,1); }
.hero-map { position: absolute; inset: 72px 0 0; z-index: 0; overflow: hidden; opacity: .75; transform: translate3d(var(--mark-x),var(--mark-y),0) scale(1.02); transition: transform .7s cubic-bezier(.22,1,.36,1); }
.hero-map::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--forest) 0%, transparent 19%, transparent 83%, var(--forest) 100%), linear-gradient(0deg, var(--forest) 0%, transparent 26%, transparent 88%, var(--forest) 100%); pointer-events: none; }
.hero-map svg { width: 100%; height: 100%; }
.map-land { fill: url(#map-dots); opacity: 0; transition: opacity .8s ease; }
.hero.map-ready .map-land { opacity: 1; }
.hero:not(.map-ready) .map-routes, .hero:not(.map-ready) .map-nodes, .hero:not(.map-ready) .map-focus, .hero:not(.map-ready) .map-pin { visibility: hidden; }
.map-routes { fill: none; stroke: rgba(157,191,120,.28); stroke-width: 1.35; stroke-linecap: round; stroke-dasharray: 8 15; }
.map-routes path { animation: routeFlow 15s linear infinite; animation-delay: var(--route-delay,0s); }
.map-nodes circle { fill: var(--lime); opacity: .7; filter: drop-shadow(0 0 5px rgba(157,191,120,.58)); animation: nodeBlink 3.8s ease-in-out infinite; animation-delay: var(--node-delay,0s); }
.map-focus { mix-blend-mode: screen; animation: focusBreathe 5s ease-in-out infinite; }
.pin-wave { fill: none; stroke: var(--lime); stroke-width: 1.5; animation: pinPulse 3s ease-out infinite; }
.pin-wave-two { animation-delay: 1.5s; }
.pin-core { fill: var(--lime); filter: drop-shadow(0 0 9px var(--lime)); }
.hero-content { position: relative; z-index: 3; min-height: 100svh; padding-block: 210px 58px; display: grid; grid-template-columns: minmax(0,1fr) auto; grid-template-rows: 1fr auto; column-gap: clamp(38px,5vw,90px); align-items: end; }
.hero-message { align-self: center; max-width: 1260px; }
.hero-kicker { display: flex; align-items: center; gap: 17px; margin: 0 0 26px; max-width: 690px; font-size: clamp(18px,2.1vw,28px); line-height: 1.35; letter-spacing: -.03em; }
.hero-kicker span { flex: 0 0 auto; width: 9px; height: 9px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 12px rgba(157,191,120,.42); }
.hero h1 { margin: 0; max-width: 1260px; font-size: clamp(58px, 6.1vw, 112px); font-weight: 400; letter-spacing: -.065em; line-height: .96; }
.hero-action { align-self: center; margin-bottom: 4px; }
.ecosystem-strip { grid-column: 1 / -1; margin-top: 60px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.18); display: grid; grid-template-columns: minmax(190px,260px) 1fr; gap: 40px; align-items: center; }
.ecosystem-title { font-size: 14px; color: rgba(255,255,255,.7); }
.ecosystem-strip > div { display: flex; justify-content: flex-end; gap: clamp(26px,4vw,68px); color: rgba(255,255,255,.92); font-size: 16px; font-weight: 600; }
.pill { display: inline-flex; align-items: center; justify-content: center; gap: 28px; width: max-content; border-radius: 999px; padding: 16px 22px; font-size: 14px; font-weight: 600; transition: transform .28s ease, background .28s ease, color .28s ease; }
.pill span { transition: transform .28s ease; }
.pill:hover span { transform: translate(4px,-4px); }
.pill-lime { color: var(--forest); background: var(--lime); }
.pill-lime:hover { background: var(--white); }
.scroll-cue { position: absolute; z-index: 4; right: max(var(--shell-gutter), calc((100vw - var(--shell-max)) / 2)); bottom: 27px; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.55); font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
.scroll-cue span { width: 34px; height: 1px; background: currentColor; transform-origin: right; animation: cue 1.8s ease-in-out infinite; }

.audience-band { overflow: hidden; background: var(--lime); border-bottom: 1px solid var(--forest); color: var(--forest); }
.audience-track { display: flex; align-items: center; width: max-content; padding-block: 20px; animation: marquee 34s linear infinite; }
.audience-track span { font-size: 15px; font-weight: 600; white-space: nowrap; }
.audience-track i { margin-inline: 26px; font-size: 7px; font-style: normal; }
.audience-band:hover .audience-track { animation-play-state: paused; }

.section-label { display: flex; align-items: center; gap: 16px; color: var(--muted); font-size: 13px; text-transform: uppercase; letter-spacing: .12em; }
.section-label span { display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid var(--line); border-radius: 50%; font-size: 10px; }
.section-label-light { color: rgba(255,255,255,.58); }
.section-label-light span { border-color: rgba(255,255,255,.22); }

.about { padding-block: 145px 132px; }
.about-layout { margin-top: 68px; display: grid; grid-template-columns: minmax(0,1.45fr) minmax(300px,.55fr); gap: clamp(60px,8vw,145px); align-items: end; }
.about h2, .mission h2, .ecosystem h2, .events h2, .contact h2 { margin: 0; font-size: clamp(50px, 6.6vw, 98px); font-weight: 400; letter-spacing: -.07em; line-height: .96; }
.about h2 span { color: #7e958d; }
.about-copy { padding-bottom: 6px; }
.about-copy p { margin: 0 0 35px; max-width: 390px; color: var(--muted); font-size: 20px; line-height: 1.45; letter-spacing: -.025em; }
.text-link { display: inline-flex; gap: 18px; align-items: center; font-size: 14px; font-weight: 600; }
.text-link span { color: #6f8f5d; transition: transform .25s ease; }
.text-link:hover span { transform: translate(4px,-4px); }
.statement-grid { margin-top: 110px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.statement-card { position: relative; min-height: 260px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; isolation: isolate; transition: color .35s ease, transform .35s ease; }
.statement-card::before { content: ""; position: absolute; inset: 100% 0 0; background: var(--lime); transition: inset .42s cubic-bezier(.22,1,.36,1); z-index: -1; }
.statement-card:hover { transform: translateY(-6px); color: var(--forest); }
.statement-card:hover::before { inset: 0; }
.statement-card > span { color: var(--muted); font-size: 13px; }
.statement-card strong { max-width: 250px; font-size: clamp(25px, 2.5vw, 38px); font-weight: 400; letter-spacing: -.05em; line-height: 1.05; }
.statement-card b { position: absolute; right: 25px; top: 25px; font-size: 11px; font-weight: 500; }

.mission { padding-block: 130px; background: var(--forest); color: var(--white); overflow: hidden; }
.mission-heading { margin-top: 68px; display: grid; grid-template-columns: 1.3fr .7fr; gap: clamp(60px,8vw,145px); align-items: end; }
.mission h2 span { color: var(--lime); }
.mission-heading > p { margin: 0 0 10px; max-width: 380px; color: rgba(255,255,255,.62); font-size: 20px; letter-spacing: -.025em; }
.mission-list { margin-top: 100px; border-top: 1px solid rgba(255,255,255,.2); }
.mission-row { position: relative; display: grid; grid-template-columns: 80px 1fr 1fr 34px; gap: 30px; align-items: center; min-height: 142px; border-bottom: 1px solid rgba(255,255,255,.2); overflow: hidden; transition: color .3s ease, padding-inline .35s ease; }
.mission-row::before { content: ""; position: absolute; inset: 0 100% 0 0; background: var(--lime); z-index: 0; transition: inset .5s cubic-bezier(.22,1,.36,1); }
.mission-row > * { position: relative; z-index: 1; }
.mission-row:hover { color: var(--forest); padding-inline: 22px; }
.mission-row:hover::before { inset: 0; }
.mission-number { color: rgba(255,255,255,.48); font-size: 12px; }
.mission-row h3 { margin: 0; font-size: clamp(32px, 4vw, 58px); font-weight: 400; letter-spacing: -.055em; }
.mission-row p { margin: 0; color: rgba(255,255,255,.58); font-size: 16px; transition: color .3s ease; }
.mission-row:hover p, .mission-row:hover .mission-number { color: var(--forest); }
.mission-arrow { font-size: 24px; transition: transform .3s ease; }
.mission-row:hover .mission-arrow { transform: translate(5px,-5px); }

.ecosystem { padding-block: 140px; }
.ecosystem-heading { margin-top: 68px; display: grid; grid-template-columns: minmax(0,1.25fr) minmax(320px,.75fr); gap: clamp(60px,8vw,145px); align-items: end; }
.ecosystem-heading h2 span { color: #7e958d; }
.ecosystem-heading > p { max-width: 500px; margin: 0 0 8px; color: var(--muted); font-size: 20px; line-height: 1.5; letter-spacing: -.025em; }
.ecosystem-benefits { margin-top: 92px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.ecosystem-benefit { min-height: 290px; padding: 28px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: color .35s ease, background .35s ease, transform .35s ease; }
.ecosystem-benefit:hover { background: var(--lime); color: var(--forest); transform: translateY(-5px); }
.ecosystem-benefit > span { align-self: flex-end; color: var(--muted); font-size: 11px; font-weight: 600; }
.ecosystem-benefit h3 { max-width: 280px; margin: auto 0 24px; font-size: clamp(27px,2.9vw,42px); font-weight: 400; letter-spacing: -.055em; line-height: 1.05; }
.ecosystem-benefit p { max-width: 350px; margin: 0; color: var(--muted); transition: color .35s ease; }
.ecosystem-benefit:hover p, .ecosystem-benefit:hover > span { color: var(--forest); }

.events { padding-block: 140px; }
.events-heading { margin-top: 68px; display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.events-heading h2 span { color: #7e958d; }
.events-heading p { max-width: 510px; margin: 0 0 10px; color: var(--muted); font-size: 18px; line-height: 1.55; }
.event-list { margin-top: 78px; border-top: 1px solid var(--line); }
.event-row { position: relative; display: grid; grid-template-columns: 150px 1fr 280px 35px; gap: 30px; align-items: center; min-height: 150px; border-bottom: 1px solid var(--line); overflow: hidden; isolation: isolate; transition: padding-inline .35s ease, color .35s ease; }
.event-row::before { content: ""; position: absolute; inset: 0 0 0 100%; background: var(--forest); z-index: -1; transition: inset .5s cubic-bezier(.22,1,.36,1); }
.event-row:hover { padding-inline: 24px; color: var(--white); }
.event-row:hover::before { inset: 0; }
.event-type { color: #6f8f5d; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; }
.event-row h3 { margin: 0; font-size: clamp(28px, 3.4vw, 48px); font-weight: 400; letter-spacing: -.05em; }
.event-row p { margin: 0; color: var(--muted); }
.event-arrow { font-size: 24px; transition: transform .3s ease; }
.event-row:hover .event-type { color: var(--lime); }
.event-row:hover p { color: rgba(255,255,255,.6); }
.event-row:hover .event-arrow { transform: translate(5px,-5px); }

.contact { position: relative; overflow: hidden; padding-block: 135px 125px; background: var(--lime); color: var(--forest); }
.contact-mark { position: absolute; width: min(50vw,720px); right: 1.5vw; top: 50%; transform: translateY(-50%); opacity: .17; pointer-events: none; }
.contact-mark img { width: 100%; height: auto; object-fit: contain; filter: brightness(0); }
.contact-inner { position: relative; z-index: 1; }
.contact-inner > span { display: block; margin-bottom: 42px; font-size: 13px; text-transform: uppercase; letter-spacing: .12em; }
.contact h2 { max-width: 930px; }
.contact h2 em { font-style: normal; color: rgba(11,46,39,.5); }
.pill-dark { margin-top: 52px; background: var(--forest); color: var(--white); }
.pill-dark:hover { background: var(--white); color: var(--forest); }

.site-footer { padding-block: 68px 26px; background: var(--forest-deep); color: var(--white); }
.footer-top { display: grid; grid-template-columns: minmax(230px,.7fr) minmax(0,1.3fr); gap: clamp(60px,10vw,150px); align-items: start; padding-bottom: 62px; }
.brand-footer { gap: 12px; font-size: 14px; }
.brand-footer img { width: 92px; height: 56px; object-fit: contain; }
.footer-identity > p { margin: 24px 0 0; max-width: 240px; color: rgba(255,255,255,.52); font-size: 14px; }
.footer-link-groups { display: grid; grid-template-columns: repeat(3,minmax(120px,1fr)); gap: 35px; }
.footer-link-groups > div { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-link-groups h3 { margin: 0 0 8px; color: var(--lime); font-size: 17px; font-weight: 500; }
.footer-link-groups a { color: rgba(255,255,255,.68); font-size: 14px; transition: color .25s ease; }
.footer-link-groups a:hover { color: var(--white); }
.social-showcase { padding-bottom: 58px; }
.social-showcase-label { margin: 0 0 18px; color: rgba(255,255,255,.48); font-size: 12px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.social-showcase-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.social-feature { position: relative; min-height: 230px; overflow: hidden; display: grid; grid-template-columns: auto 1fr auto; align-items: end; gap: 26px; padding: 34px; border: 1px solid rgba(255,255,255,.15); color: var(--white); background: rgba(255,255,255,.025); transition: color .4s cubic-bezier(.22,1,.36,1), background .4s cubic-bezier(.22,1,.36,1), border-color .4s ease, transform .4s cubic-bezier(.22,1,.36,1); }
.social-feature::before { content: ""; position: absolute; width: 260px; height: 260px; right: -95px; top: -130px; border-radius: 50%; background: rgba(157,191,120,.08); transform: scale(.72); transition: transform .55s cubic-bezier(.22,1,.36,1), background .4s ease; }
.social-feature:hover { color: var(--forest-deep); background: var(--lime); border-color: var(--lime); transform: translateY(-5px); }
.social-feature:hover::before { transform: scale(1.4); background: rgba(255,255,255,.18); }
.social-feature-icon { position: relative; z-index: 1; width: 82px; height: 82px; display: grid; place-items: center; }
.social-feature-icon svg { width: 100%; height: 100%; fill: currentColor; }
.social-feature-instagram .social-feature-icon svg { fill: none; stroke: currentColor; stroke-width: 1.65; }
.social-feature-instagram .social-icon-dot { fill: currentColor; stroke: none; }
.social-feature-copy { position: relative; z-index: 1; min-width: 0; display: flex; flex-direction: column; gap: 8px; }
.social-feature-copy small { color: rgba(255,255,255,.5); font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; transition: color .4s ease; }
.social-feature-copy strong { overflow: hidden; font-size: clamp(24px,2.25vw,38px); font-weight: 500; letter-spacing: -.045em; text-overflow: ellipsis; }
.social-feature:hover .social-feature-copy small { color: rgba(11,46,39,.58); }
.social-feature-arrow { position: relative; z-index: 1; align-self: start; font-size: 28px; transition: transform .35s cubic-bezier(.22,1,.36,1); }
.social-feature:hover .social-feature-arrow { transform: translate(5px,-5px); }
.footer-bottom { padding-top: 25px; border-top: 1px solid rgba(255,255,255,.16); display: flex; justify-content: space-between; align-items: center; gap: 30px; color: rgba(255,255,255,.42); font-size: 11px; }
.footer-bottom p { margin: 0; }

.reveal { opacity: 0; transform: translateY(34px); transition: opacity .8s cubic-bezier(.22,1,.36,1), transform .8s cubic-bezier(.22,1,.36,1); transition-delay: var(--delay,0ms); }
.reveal.is-visible { opacity: 1; transform: none; }

@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes cue { 0%,100% { transform: scaleX(.3); opacity: .45; } 50% { transform: scaleX(1); opacity: 1; } }
@keyframes routeFlow { to { stroke-dashoffset: -260; } }
@keyframes nodeBlink { 0%,100% { opacity: .28; } 45% { opacity: .92; } }
@keyframes pinPulse { 0% { transform: scale(.25); opacity: .9; } 78%,100% { transform: scale(1.8); opacity: 0; } }
@keyframes focusBreathe { 0%,100% { opacity: .55; transform: scale(.92); } 50% { opacity: .9; transform: scale(1.08); } }

@media (max-width: 1240px) {
  .desktop-nav { gap: 22px; }
  .hero h1 { font-size: clamp(58px,7.2vw,94px); }
  .hero-content { padding-top: 185px; }
  .ecosystem-strip > div { gap: clamp(22px,3vw,44px); }
  .about-layout, .mission-heading, .ecosystem-heading { gap: clamp(50px,6vw,85px); }
}

@media (max-width: 1080px) {
  .site-header { grid-template-columns: 1fr auto; height: 96px; }
  .site-header .brand { gap: 13px; font-size: 16px; }
  .site-header .brand img { width: 92px; height: 56px; }
  .site-header.is-scrolled { height: 72px; }
  .site-header.is-scrolled .brand { gap: 10px; font-size: 14px; }
  .site-header.is-scrolled .brand img { width: 68px; height: 42px; }
  .desktop-nav, .header-cta { display: none; }
  .menu-button { justify-self: end; display: grid; gap: 5px; width: 46px; height: 46px; place-content: center; padding: 0; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: transparent; color: var(--white); cursor: pointer; }
  .menu-button > span:not(.sr-only) { display: block; width: 18px; height: 1px; background: currentColor; transition: transform .3s ease; }
  .menu-button[aria-expanded="true"] > span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-button[aria-expanded="true"] > span:nth-child(2) { transform: translateY(-3px) rotate(-45deg); }
  .mobile-menu { position: fixed; inset: 96px 0 0; z-index: 49; display: flex; flex-direction: column; justify-content: center; gap: 18px; padding: 32px; background: var(--forest-deep); transform: translateX(100%); transition: transform .45s cubic-bezier(.22,1,.36,1), inset .35s ease; }
  .site-header.is-scrolled .mobile-menu { inset: 72px 0 0; }
  .mobile-menu.is-open { transform: none; }
  .mobile-menu a { font-size: clamp(36px,10vw,64px); font-weight: 400; letter-spacing: -.06em; }
  .hero-map { top: 76px; opacity: .56; width: 140%; left: -30%; }
  .hero-content { padding-top: 165px; grid-template-columns: 1fr; grid-template-rows: 1fr auto auto; }
  .hero-message { align-self: center; }
  .hero h1 { font-size: clamp(54px,11vw,86px); }
  .hero-action { margin-top: 34px; justify-self: start; }
  .ecosystem-strip { grid-column: 1; grid-template-columns: 1fr; gap: 18px; margin-top: 42px; }
  .ecosystem-strip > div { justify-content: flex-start; flex-wrap: wrap; gap: 13px 26px; }
  .about-layout, .mission-heading, .ecosystem-heading { grid-template-columns: 1fr; gap: 45px; }
  .about-copy, .mission-heading > p, .ecosystem-heading > p { max-width: 600px; }
  .statement-grid { grid-template-columns: 1fr; }
  .statement-card { min-height: 200px; }
  .ecosystem-benefits { grid-template-columns: 1fr; }
  .ecosystem-benefit { min-height: 230px; }
  .mission-row { grid-template-columns: 50px 1fr 28px; }
  .mission-row p { grid-column: 2; padding-bottom: 26px; }
  .mission-arrow { grid-column: 3; grid-row: 1; }
  .events-heading { align-items: flex-start; flex-direction: column; }
  .event-row { grid-template-columns: 105px 1fr 26px; gap: 20px; }
  .event-row p { grid-column: 2; }
  .event-row .event-arrow { grid-column: 3; grid-row: 1; }
  .footer-top { grid-template-columns: 1fr; }
  .social-feature { min-height: 200px; padding: 26px; gap: 18px; }
  .social-feature-icon { width: 62px; height: 62px; }
}

@media (max-width: 560px) {
  :root { --shell-gutter: 16px; }
  .site-header { padding-inline: 16px; }
  .hero-content { padding-block: 135px 32px; }
  .hero h1 { font-size: clamp(48px,14vw,70px); line-height: .96; }
  .hero-kicker { margin-bottom: 20px; font-size: 17px; }
  .ecosystem-strip > div { font-size: 14px; }
  .scroll-cue { display: none; }
  .hero-map { width: 190%; left: -58%; opacity: .42; }
  .audience-track { padding-block: 16px; }
  .about, .ecosystem, .events { padding-block: 95px; }
  .about-layout, .mission-heading, .ecosystem-heading { margin-top: 48px; }
  .about h2, .mission h2, .ecosystem h2, .events h2, .contact h2 { font-size: clamp(44px,13vw,68px); }
  .statement-grid { margin-top: 70px; }
  .mission { padding-block: 95px; }
  .mission-list { margin-top: 70px; }
  .mission-row { min-height: 124px; }
  .mission-row:hover { padding-inline: 12px; }
  .ecosystem-benefits { margin-top: 65px; }
  .ecosystem-benefit { min-height: 215px; padding: 24px; }
  .events-heading p { font-size: 16px; }
  .event-list { margin-top: 55px; }
  .event-row { grid-template-columns: 1fr 25px; padding-block: 24px; }
  .event-row .event-type, .event-row h3, .event-row p { grid-column: 1; }
  .event-row .event-arrow { grid-column: 2; grid-row: 1 / span 3; align-self: center; }
  .event-row:hover { padding-inline: 16px; }
  .contact { padding-block: 100px; }
  .contact-mark { width: 78vw; right: -7vw; opacity: .13; }
  .footer-link-groups { grid-template-columns: 1fr 1fr; }
  .social-showcase { padding-bottom: 42px; }
  .social-showcase-grid { grid-template-columns: 1fr; }
  .social-feature { min-height: 174px; grid-template-columns: 58px 1fr auto; padding: 24px 20px; }
  .social-feature-icon { width: 50px; height: 50px; }
  .social-feature-copy strong { font-size: clamp(21px,6vw,29px); }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 380px) {
  .site-header .brand { font-size: 13px; }
  .site-header .brand img { width: 76px; height: 48px; }
  .hero h1 { font-size: clamp(42px,13.5vw,56px); }
  .hero-kicker { font-size: 15px; }
  .footer-link-groups { grid-template-columns: 1fr; }
  .social-feature { grid-template-columns: 46px minmax(0,1fr) auto; gap: 14px; }
  .social-feature-icon { width: 42px; height: 42px; }
}

@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; }
  .hero::before { display: none; }
}
