:root {
  --green: #063629;
  --green-deep: #02291f;
  --green-ink: #17352c;
  --gold: #c6a13b;
  --gold-light: #e4c864;
  --cream: #f7f4ea;
  --paper: #ffffff;
  --soft: #f5f4ef;
  --muted: #62726c;
  --line: rgba(6, 54, 41, 0.14);
  --shadow: 0 20px 60px rgba(2, 41, 31, 0.10);
  --radius: 28px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--green-ink); background: var(--paper); font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; overflow-x: hidden; }
img { max-width: 100%; height: auto; }
a { color: var(--green); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--gold); }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 48px), var(--container)); margin: 0 auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { z-index: 100000; display: block; clip: auto; width: auto; height: auto; left: 12px; top: 12px; padding: 12px 16px; color: #fff; background: var(--green); border-radius: 5px; }
.skip-link:focus { position: fixed; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(6,54,41,.08); backdrop-filter: blur(16px); transition: box-shadow .25s ease, background .25s ease; }
.admin-bar .site-header { top: 32px; }
.site-header.is-scrolled { box-shadow: 0 10px 28px rgba(2,41,31,.08); background: rgba(255,255,255,.98); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--green-deep); text-decoration: none; min-width: 0; }
.brand:hover { color: var(--green-deep); }
.brand img { display: block; width: 55px; height: 55px; object-fit: contain; flex: 0 0 auto; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.15; min-width: 0; }
.brand-copy strong { font-size: 17px; letter-spacing: .06em; }
.brand-copy small { display: block; max-width: 220px; margin-top: 3px; color: #53665e; font-size: 10px; letter-spacing: .035em; text-transform: uppercase; }
.site-navigation { display: flex; align-items: center; gap: 22px; }
.nav-list { display: flex; align-items: center; gap: 22px; margin: 0; padding: 0; list-style: none; }
.nav-list li { position: relative; margin: 0; }
.nav-list a { display: block; padding: 6px 0; color: #28473d; font-size: 14px; font-weight: 700; text-decoration: none; }
.nav-list a:hover, .nav-list .current-menu-item > a { color: var(--gold); }
.nav-list .sub-menu { position: absolute; left: -16px; top: calc(100% + 16px); z-index: 4; display: none; min-width: 210px; padding: 10px 14px; list-style: none; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
.nav-list li:hover > .sub-menu, .nav-list li:focus-within > .sub-menu { display: block; }
.nav-list .sub-menu li + li { border-top: 1px solid var(--line); }
.nav-list .sub-menu a { padding: 10px 2px; }
.header-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 9px 16px; color: var(--green-deep); background: var(--gold-light); border: 1px solid var(--gold-light); border-radius: 999px; font-size: 13px; font-weight: 850; text-decoration: none; white-space: nowrap; transition: transform .2s ease, background .2s ease; }
.header-cta:hover { color: var(--green-deep); background: #f0d573; transform: translateY(-1px); }
.menu-toggle { display: none; width: 44px; height: 42px; padding: 10px; color: var(--green); background: transparent; border: 1px solid var(--line); border-radius: 11px; cursor: pointer; }
.menu-toggle span:not(.screen-reader-text) { display: block; width: 100%; height: 2px; margin: 4px 0; background: currentColor; border-radius: 999px; }

/* Shared typography */
.section { position: relative; padding: 110px 0; }
.section h1, .section h2, .section h3, .entry-card h1, .entry-card h2, .post-card h2 { margin-top: 0; color: var(--green); font-weight: 850; letter-spacing: -.042em; line-height: 1.08; }
.section h2 { margin-bottom: 20px; font-size: clamp(36px, 4.25vw, 58px); }
.section h3 { font-size: 22px; }
.section-kicker, .eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--gold); font-size: 12px; font-weight: 900; letter-spacing: .12em; line-height: 1; text-transform: uppercase; }
.section-kicker::before { content: ""; display: inline-block; width: 28px; height: 2px; background: currentColor; }
.section-kicker-gold { color: var(--gold-light); }
.eyebrow { padding: 9px 14px; color: #fff0b3; background: rgba(217,185,75,.12); border: 1px solid rgba(228,200,100,.55); border-radius: 999px; letter-spacing: .09em; }
.eyebrow::before { display: none; }
.section-intro { max-width: 760px; margin: 0 auto 48px; }
.section-intro.centered { text-align: center; }
.section-intro.centered .section-kicker { justify-content: center; }
.section-intro p, .content-stack p, .vision-card p, .mission-card p { color: var(--muted); font-size: 17px; }
.section-intro.light h2, .content-stack.light h2, .content-stack.light p { color: #fff; }
.section-intro.light p, .content-stack.light p { color: rgba(255,255,255,.82); }
.button-group { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.centered-buttons { justify-content: center; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 52px; padding: 13px 20px; border: 1px solid transparent; border-radius: 999px; font-size: 15px; font-weight: 850; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: var(--green-deep); background: var(--gold-light); border-color: var(--gold-light); box-shadow: 0 12px 28px rgba(0,0,0,.15); }
.button-gold:hover { color: var(--green-deep); background: #f1d879; }
.button-outline-light { color: #fff; border-color: rgba(255,255,255,.68); background: transparent; }
.button-outline-light:hover { color: var(--green-deep); background: #fff; }
.button-deep { color: #fff; background: var(--green); }
.button-deep:hover { color: #fff; background: var(--green-deep); }

/* Hero */
.hero-section { position: relative; overflow: hidden; color: #fff; background: linear-gradient(136deg, #02291f 0%, #063629 55%, #0a4d3b 100%); }
.hero-section::before { content: ""; position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(30deg, rgba(255,255,255,.18) 12%, transparent 12.5%, transparent 87%, rgba(255,255,255,.18) 87.5%, rgba(255,255,255,.18)), linear-gradient(150deg, rgba(255,255,255,.18) 12%, transparent 12.5%, transparent 87%, rgba(255,255,255,.18) 87.5%, rgba(255,255,255,.18)); background-size: 66px 114px; }
.hero-orb { position: absolute; border-radius: 50%; pointer-events: none; }
.hero-orb-one { width: 700px; height: 700px; top: -430px; right: -90px; background: radial-gradient(circle, rgba(228,200,100,.35), rgba(228,200,100,0) 68%); }
.hero-orb-two { width: 430px; height: 430px; left: -250px; bottom: -280px; border: 1px solid rgba(255,255,255,.12); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; gap: 68px; align-items: center; min-height: 680px; padding-top: 92px; padding-bottom: 78px; }
.hero-content h1 { max-width: 760px; margin: 20px 0; color: #fff; font-size: clamp(44px, 5.25vw, 72px); font-weight: 900; letter-spacing: -.057em; line-height: 1.03; }
.hero-copy { max-width: 690px; margin: 0; color: rgba(255,255,255,.90); font-size: clamp(17px, 1.65vw, 20px); }
.hero-visual { position: relative; width: min(100%, 410px); min-height: 470px; margin-left: auto; }
.hero-halo { position: absolute; z-index: -1; width: 390px; height: 390px; right: -72px; top: 27px; border: 1px solid rgba(228,200,100,.32); border-radius: 50%; box-shadow: 0 0 0 34px rgba(255,255,255,.035), 0 0 0 67px rgba(255,255,255,.025); }
.hero-visual-card { position: absolute; inset: 31px 10px 10px 10px; display: flex; flex-direction: column; overflow: hidden; padding: 20px; background: linear-gradient(160deg, rgba(255,255,255,.18), rgba(255,255,255,.08)); border: 1px solid rgba(255,255,255,.34); border-radius: 30px; box-shadow: 0 30px 80px rgba(0,0,0,.25); backdrop-filter: blur(8px); }
.hero-card-top { display: flex; align-items: center; justify-content: space-between; font-size: 12px; font-weight: 850; letter-spacing: .12em; }
.dot-status { color: #fbf2c8; font-size: 10px; letter-spacing: .05em; }
.dot-status::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 5px; background: var(--gold-light); border-radius: 50%; box-shadow: 0 0 11px var(--gold-light); }
.hero-visual-card > img { width: 238px; height: 238px; object-fit: contain; margin: auto; filter: drop-shadow(0 18px 22px rgba(0,0,0,.16)); }
.hero-card-bottom { display: flex; flex-direction: column; gap: 5px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.22); }
.hero-card-bottom strong { color: #fff5c6; font-size: 20px; letter-spacing: -.025em; }
.hero-card-bottom span { max-width: 240px; color: rgba(255,255,255,.77); font-size: 12px; line-height: 1.35; }
.hero-float-card { position: absolute; display: flex; align-items: center; gap: 10px; padding: 12px 15px; color: #fff; background: rgba(2,41,31,.82); border: 1px solid rgba(255,255,255,.20); border-radius: 17px; box-shadow: 0 18px 30px rgba(0,0,0,.18); backdrop-filter: blur(12px); font-size: 12px; line-height: 1.3; }
.hero-float-a { left: -54px; top: 92px; }
.float-icon { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; color: var(--green-deep); background: var(--gold-light); border-radius: 50%; font-size: 14px; font-weight: 900; }
.hero-float-b { right: -46px; bottom: 36px; align-items: flex-start; max-width: 170px; }
.hero-float-b > span { color: var(--gold-light); font-size: 19px; font-weight: 900; }
.hero-float-b strong { font-size: 12px; font-weight: 700; }
.trust-strip { position: relative; z-index: 2; background: rgba(0,0,0,.19); border-top: 1px solid rgba(255,255,255,.13); }
.trust-list { display: flex; justify-content: center; gap: 12px 24px; padding-top: 17px; padding-bottom: 17px; color: rgba(255,255,255,.90); font-size: 13px; font-weight: 800; text-align: center; flex-wrap: wrap; }
.trust-list span { white-space: nowrap; }
.trust-list span:not(:last-child)::after { content: "•"; margin-left: 24px; color: var(--gold-light); }

/* About */
.split-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(42px, 6vw, 82px); align-items: center; }
.content-stack { max-width: 650px; }
.content-stack h2 { margin-top: 13px; }
.statement-visual { width: min(100%, 405px); }
.statement-card { position: relative; min-height: 480px; padding: 34px; overflow: hidden; color: #fff; background: linear-gradient(145deg, #073b2c, #0b5b43); border: 1px solid rgba(6,54,41,.18); border-radius: 30px; box-shadow: var(--shadow); }
.statement-card::before { content: ""; position: absolute; width: 250px; height: 250px; right: -76px; top: -82px; border: 1px solid rgba(228,200,100,.48); border-radius: 50%; box-shadow: 0 0 0 24px rgba(228,200,100,.08), 0 0 0 49px rgba(228,200,100,.04); }
.statement-card img { position: absolute; z-index: 1; width: 174px; height: 174px; top: 58px; right: 34px; object-fit: contain; }
.statement-lines { position: absolute; display: flex; gap: 12px; bottom: 155px; left: 34px; }
.statement-lines span { display: block; height: 9px; background: var(--gold-light); border-radius: 999px; }
.statement-lines span:nth-child(1) { width: 45px; }.statement-lines span:nth-child(2) { width: 21px; opacity: .75; }.statement-lines span:nth-child(3) { width: 9px; opacity: .52; }
.statement-card p { position: absolute; bottom: 35px; left: 34px; margin: 0; color: rgba(255,255,255,.85); font-size: 22px; letter-spacing: -.03em; line-height: 1.13; }.statement-card p strong { color: #fff3ba; font-size: 29px; }

/* Services */
.section-soft { background: linear-gradient(135deg, #f6f5ef, #fbfaf6); }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 19px; }
.service-card { display: flex; flex-direction: column; min-height: 258px; padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 12px 28px rgba(2,41,31,.05); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-5px); border-color: rgba(198,161,59,.62); box-shadow: 0 20px 35px rgba(2,41,31,.09); }
.service-icon { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; margin-bottom: 18px; color: var(--green); background: rgba(198,161,59,.16); border-radius: 14px; }
.service-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 0 0 11px; color: var(--green); font-size: 21px; line-height: 1.17; }
.service-card p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.62; }

/* Approach and why */
.section-deep { color: #fff; background: linear-gradient(135deg, #02291f, #063629); }
.collaboration-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.collaboration-card { min-height: 240px; padding: 30px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.17); border-radius: 24px; }
.number-token { display: flex; align-items: center; justify-content: center; width: 39px; height: 39px; margin-bottom: 20px; color: var(--green-deep); background: var(--gold-light); border-radius: 50%; font-size: 12px; font-weight: 900; }
.collaboration-card h3 { margin: 0 0 10px; color: #fff4c7; font-size: 24px; }.collaboration-card p { margin: 0; color: rgba(255,255,255,.78); font-size: 16px; }
.section-why { padding-top: 28px; padding-bottom: 115px; }
.why-grid { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 76px; }
.why-grid .content-stack h2 { color: #fff; }
.finance-visual { position: relative; min-height: 380px; overflow: hidden; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.16); border-radius: 28px; }
.finance-grid { position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(rgba(255,255,255,.55) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.55) 1px, transparent 1px); background-size: 42px 42px; }
.finance-bars { position: absolute; display: flex; gap: 24px; align-items: end; left: 16%; right: 15%; bottom: 18%; height: 53%; border-bottom: 2px solid rgba(255,255,255,.45); }
.finance-bars span { display: block; width: 20%; background: linear-gradient(to top, #c6a13b, #f2d87b); border-radius: 8px 8px 0 0; box-shadow: 0 10px 20px rgba(0,0,0,.14); }.finance-bars span:nth-child(1) { height: 32%; }.finance-bars span:nth-child(2) { height: 52%; }.finance-bars span:nth-child(3) { height: 76%; }.finance-bars span:nth-child(4) { height: 100%; }
.finance-arrow { position: absolute; top: 12%; right: 15%; color: #fff4c7; font-size: 112px; font-weight: 300; line-height: 1; transform: rotate(-2deg); }.finance-label { position: absolute; top: 31px; left: 33px; color: #fff4c7; font-size: 20px; font-weight: 850; letter-spacing: -.03em; line-height: 1.15; }

/* Ecosystem */
.ecosystem-grid { grid-template-columns: .88fr 1.12fr; }
.ecosystem-visual { width: min(100%, 450px); min-height: 425px; padding: 20px; }
.ecosystem-ring { position: relative; width: 100%; aspect-ratio: 1; border: 1px solid rgba(6,54,41,.17); border-radius: 50%; background: radial-gradient(circle at center, #fff 0%, #fff 27%, #f5f3ea 28%, #f5f3ea 45%, #fff 46%); box-shadow: inset 0 0 0 13px rgba(198,161,59,.11); }
.ecosystem-ring::before, .ecosystem-ring::after { content: ""; position: absolute; inset: 12%; border: 1px dashed rgba(6,54,41,.23); border-radius: 50%; }.ecosystem-ring::after { inset: 26%; border-style: solid; border-color: rgba(198,161,59,.42); }
.ring-center { position: absolute; z-index: 2; inset: 35%; display: flex; align-items: center; justify-content: center; padding: 12px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 10px rgba(6,54,41,.07); }.ring-center img { width: 100%; height: 100%; object-fit: contain; }
.ecosystem-node { position: absolute; z-index: 3; padding: 8px 10px; color: var(--green); background: #fff; border: 1px solid rgba(6,54,41,.14); border-radius: 999px; box-shadow: 0 8px 17px rgba(2,41,31,.07); font-size: 11px; font-weight: 850; }.node-a { left: 2%; top: 27%; }.node-b { top: 3%; left: 41%; }.node-c { right: 0; top: 49%; }.node-d { bottom: 6%; left: 16%; }
.pill-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }.pill-list span { padding: 9px 12px; color: var(--green); background: #f8f6ef; border: 1px solid rgba(6,54,41,.15); border-radius: 999px; font-size: 13px; font-weight: 800; }

/* Vision and CTA */
.vision-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 25px; align-items: stretch; }
.vision-card, .mission-card { padding: 38px; border-radius: 28px; }.vision-card { background: linear-gradient(135deg, #fbf7e9, #f4edd8); border: 1px solid rgba(198,161,59,.29); }.mission-card { color: #fff; background: linear-gradient(145deg, #063629, #0b503c); }.vision-card h2, .mission-card h2 { margin: 16px 0; font-size: clamp(29px, 3vw, 41px); }.mission-card h2 { color: #fff4c7; }.mission-card p { color: rgba(255,255,255,.82); }.mission-card ul { display: grid; gap: 9px; margin: 21px 0 0; padding: 0; list-style: none; }.mission-card li { position: relative; padding-left: 23px; color: rgba(255,255,255,.95); }.mission-card li::before { content: "✓"; position: absolute; left: 0; color: var(--gold-light); font-weight: 900; }
.section-cta { padding-top: 0; }.cta-panel { padding: 66px 35px; overflow: hidden; text-align: center; background: linear-gradient(135deg, #f7f1dc, #f5efe0); border: 1px solid rgba(198,161,59,.34); border-radius: 32px; }.cta-panel h2 { max-width: 760px; margin: 16px auto; }.cta-panel p { max-width: 735px; margin: 0 auto; color: var(--muted); font-size: 18px; }

/* Inner templates */
.inner-page { min-height: 62vh; padding: 84px 0 105px; background: linear-gradient(135deg, #f7f6f1, #fff); }.content-container { max-width: 980px; }.content-container.narrow { max-width: 820px; }.entry-card { padding: clamp(28px, 5vw, 58px); background: #fff; border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); }.entry-header { margin-bottom: 31px; }.entry-header h1, .archive-header h1 { margin: 15px 0 0; color: var(--green); font-size: clamp(38px, 5vw, 62px); }.entry-content { color: #455c53; }.entry-content > *:first-child { margin-top: 0; }.entry-content h2, .entry-content h3 { margin-top: 1.55em; }.entry-content img { border-radius: 15px; }.entry-content a { font-weight: 750; }.single-thumbnail { margin: 0 0 30px; }.single-thumbnail img { width: 100%; border-radius: 16px; }.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }.post-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 11px 26px rgba(2,41,31,.05); }.post-thumbnail img { display: block; width: 100%; height: 210px; object-fit: cover; }.post-card-content { padding: 25px; }.post-date { margin: 0 0 8px; color: var(--gold); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .09em; }.post-card h2 { margin: 0 0 13px; font-size: 24px; }.post-card h2 a { text-decoration: none; }.post-card-content p { color: var(--muted); }.text-link { display: inline-flex; gap: 7px; margin-top: 9px; font-weight: 850; text-decoration: none; }.pagination-wrap { margin-top: 35px; }.pagination-wrap .nav-links { display: flex; gap: 7px; }.pagination-wrap .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 37px; height: 37px; padding: 0 8px; border: 1px solid var(--line); border-radius: 9px; text-decoration: none; }.pagination-wrap .current { color: #fff; background: var(--green); }

/* Footer */
.site-footer { color: rgba(255,255,255,.78); background: #02291f; }.footer-grid { display: grid; grid-template-columns: 1.35fr .72fr .72fr; gap: 54px; padding-top: 69px; padding-bottom: 54px; }.footer-logo { color: #fff; }.footer-logo:hover { color: #fff; }.footer-brand .brand-copy strong { color: #fff; }.footer-brand .brand-copy small { color: rgba(255,255,255,.63); }.footer-brand > p { max-width: 450px; margin: 20px 0 0; }.footer-links h2 { margin: 0 0 16px; color: #fff3bd; font-size: 16px; letter-spacing: -.01em; }.footer-links ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }.footer-links a { color: rgba(255,255,255,.76); font-size: 14px; text-decoration: none; }.footer-links a:hover { color: #fff3bd; }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; padding-bottom: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; }.footer-bottom p { margin: 0; }

/* Motion */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .66s ease var(--delay, 0ms), transform .66s ease var(--delay, 0ms); }.reveal-delay { --delay: 110ms; }.reveal-delay-2 { --delay: 220ms; }.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1020px) {
  .site-navigation { gap: 15px; }.nav-list { gap: 16px; }.header-cta { padding: 9px 13px; }
  .hero-grid { gap: 35px; }.hero-visual { width: 360px; }.hero-float-a { left: -25px; }.hero-float-b { right: -24px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }.why-grid { gap: 45px; }.footer-grid { gap: 35px; }
}

@media (max-width: 820px) {
  .admin-bar .site-header { top: 46px; }.header-inner { min-height: 72px; }.brand img { width: 48px; height: 48px; }.brand-copy small { max-width: 165px; font-size: 8.5px; }
  .menu-toggle { display: block; margin-left: auto; }.site-navigation { position: fixed; z-index: 99; top: 72px; left: 0; right: 0; display: flex; visibility: hidden; flex-direction: column; align-items: stretch; gap: 18px; padding: 24px; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--line); box-shadow: 0 18px 34px rgba(2,41,31,.10); opacity: 0; transform: translateY(-9px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }.admin-bar .site-navigation { top: 118px; }.site-navigation.is-open { visibility: visible; opacity: 1; transform: translateY(0); }.nav-list { flex-direction: column; align-items: stretch; gap: 0; }.nav-list li { border-bottom: 1px solid var(--line); }.nav-list a { padding: 12px 0; font-size: 15px; }.nav-list .sub-menu { position: static; display: block; min-width: 0; padding: 0 0 6px 16px; background: transparent; border: none; box-shadow: none; }.header-cta { width: 100%; min-height: 48px; }
  .hero-grid, .split-grid, .why-grid, .vision-grid { grid-template-columns: 1fr; }.hero-grid { min-height: 0; padding-top: 72px; padding-bottom: 63px; }.hero-content { max-width: 720px; }.hero-visual { width: min(100%, 385px); min-height: 450px; margin: 0 auto; }.hero-float-a { left: -25px; }.hero-float-b { right: -18px; }.split-about .statement-visual, .ecosystem-visual { margin: 0 auto; }.content-stack { max-width: none; }.section { padding: 80px 0; }.section-why { padding-top: 0; padding-bottom: 80px; }.ecosystem-grid { grid-template-columns: 1fr; }.collaboration-grid { grid-template-columns: 1fr; }.collaboration-card { min-height: 0; }.footer-grid { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 580px) {
  .container { width: min(calc(100% - 36px), var(--container)); }.brand-copy strong { font-size: 15px; }.brand-copy small { display: none; }.hero-content h1 { font-size: clamp(40px, 11vw, 53px); }.hero-copy { font-size: 16px; }.button-group { flex-direction: column; }.button { width: 100%; }.hero-visual { width: min(100%, 332px); min-height: 420px; }.hero-visual-card { inset: 20px 8px 9px; padding: 17px; }.hero-visual-card > img { width: 215px; height: 215px; }.hero-float-a { top: 76px; left: -11px; }.hero-float-b { right: -11px; bottom: 16px; }.hero-halo { width: 310px; height: 310px; right: -34px; top: 54px; }.trust-list { display: block; padding-top: 14px; padding-bottom: 14px; font-size: 12px; line-height: 1.95; }.trust-list span { white-space: normal; }.trust-list span:not(:last-child)::after { margin-left: 11px; }.section { padding: 62px 0; }.section h2 { font-size: 36px; }.section-intro { margin-bottom: 32px; }.section-intro p, .content-stack p, .vision-card p, .mission-card p { font-size: 16px; }.statement-card { min-height: 395px; padding: 25px; }.statement-card img { width: 145px; height: 145px; right: 25px; top: 38px; }.statement-lines { bottom: 126px; left: 25px; }.statement-card p { bottom: 27px; left: 25px; font-size: 18px; }.statement-card p strong { font-size: 24px; }.service-grid { grid-template-columns: 1fr; }.service-card { min-height: 0; padding: 25px; }.finance-visual { min-height: 315px; }.finance-arrow { font-size: 86px; }.finance-label { top: 25px; left: 24px; font-size: 17px; }.ecosystem-visual { min-height: 340px; padding: 4px; }.pill-list span { font-size: 12px; }.vision-card, .mission-card { padding: 27px 23px; }.cta-panel { padding: 42px 22px; }.cta-panel p { font-size: 16px; }.footer-grid { grid-template-columns: 1fr; gap: 30px; padding-top: 52px; padding-bottom: 39px; }.footer-brand { grid-column: auto; }.footer-bottom { flex-direction: column; gap: 4px; }.inner-page { padding-top: 54px; padding-bottom: 65px; }.entry-card { padding: 26px 21px; }.post-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; }.button, .service-card, .header-cta { transition: none; }
}
