:root {
  --bg: #090d0c;
  --surface: #101715;
  --surface-2: #16201d;
  --surface-3: #1b2925;
  --line: rgba(200, 232, 219, 0.12);
  --text: #f5f8f6;
  --muted: #a7b4ae;
  --green: #236b4b;
  --green-light: #75d5a4;
  --blue: #315d78;
  --max: 1180px;
  --radius: 18px;
  --shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; background: radial-gradient(circle at 75% 5%, rgba(35,107,75,.15), transparent 27%), linear-gradient(rgba(117,213,164,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(117,213,164,.025) 1px, transparent 1px); background-size: auto, 64px 64px, 64px 64px; z-index: -1; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(9,13,12,.86); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.nav-shell { min-height: 74px; display: flex; align-items: center; gap: 26px; }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 800; letter-spacing: .08em; white-space: nowrap; }
.brand-mark { width: 32px; aspect-ratio: 1; border: 1px solid rgba(117,213,164,.5); border-radius: 9px; position: relative; background: linear-gradient(145deg, rgba(117,213,164,.16), rgba(49,93,120,.12)); box-shadow: inset 0 0 0 5px rgba(9,13,12,.45); }
.brand-mark::before, .brand-mark::after { content: ""; position: absolute; background: var(--green-light); opacity: .75; }
.brand-mark::before { width: 1px; inset: 5px auto 5px 50%; }
.brand-mark::after { height: 1px; inset: 50% 5px auto; }
.nav-links { display: flex; align-items: center; gap: 22px; margin-left: auto; }
.nav-links a { color: var(--muted); font-size: .88rem; font-weight: 650; transition: color .2s ease; }
.nav-links a:hover, .nav-links a.active { color: var(--text); }
.nav-actions { display: flex; gap: 9px; }
.nav-toggle { display: none; margin-left: auto; width: 42px; height: 42px; color: var(--text); background: var(--surface); border: 1px solid var(--line); border-radius: 10px; cursor: pointer; }
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after { display: block; width: 18px; height: 2px; margin: auto; background: currentColor; position: relative; }
.nav-toggle span::before, .nav-toggle span::after { content: ""; position: absolute; left: 0; }
.nav-toggle span::before { top: -6px; }.nav-toggle span::after { top: 6px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 20px; border: 1px solid transparent; border-radius: 10px; font-weight: 750; font-size: .92rem; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--green); color: white; box-shadow: 0 10px 28px rgba(35,107,75,.25); }
.btn-primary:hover { background: #2b7b58; }
.btn-secondary { background: rgba(255,255,255,.025); border-color: var(--line); color: var(--text); }
.btn-secondary:hover { border-color: rgba(117,213,164,.38); background: rgba(117,213,164,.06); }
.btn-small { min-height: 38px; padding-inline: 15px; font-size: .82rem; }
.eyebrow { margin: 0 0 14px; color: var(--green-light); font-size: .77rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 900px; margin-bottom: 24px; font-size: clamp(3.2rem, 8vw, 6.6rem); }
h2 { margin-bottom: 20px; font-size: clamp(2.25rem, 4.7vw, 4rem); }
h3 { margin-bottom: 12px; font-size: 1.25rem; }
.lead { max-width: 720px; margin: 0; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.28rem); }
.hero { min-height: calc(100svh - 74px); display: grid; align-items: center; padding: 110px 0 90px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 72px; }
.hero h1 { font-size: clamp(3.6rem, 7.5vw, 7.2rem); }
.hero h1 span { color: var(--green-light); }
.hero-copy { max-width: 620px; color: var(--muted); font-size: 1.18rem; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-note { margin-top: 28px; color: #7e9188; font-size: .84rem; }
.map-visual { min-height: 520px; border: 1px solid var(--line); border-radius: 26px; position: relative; overflow: hidden; background: radial-gradient(circle at 52% 44%, rgba(117,213,164,.2), transparent 28%), repeating-radial-gradient(ellipse at 50% 50%, transparent 0 34px, rgba(117,213,164,.08) 35px 36px), linear-gradient(135deg, #14201c, #0b1110); box-shadow: var(--shadow); transform: perspective(1000px) rotateY(-4deg) rotateX(2deg); }
.map-visual::before { content: "WORLD WORKSPACE / 01"; position: absolute; top: 22px; left: 24px; color: var(--green-light); font: 700 .7rem/1 ui-monospace, monospace; letter-spacing: .12em; }
.map-visual::after { content: ""; position: absolute; inset: 15% 10%; background: linear-gradient(27deg, transparent 38%, rgba(117,213,164,.28) 39% 40%, transparent 41%), linear-gradient(143deg, transparent 51%, rgba(49,93,120,.3) 52% 53%, transparent 54%); filter: drop-shadow(0 0 16px rgba(117,213,164,.18)); }
.map-panel { position: absolute; right: 20px; bottom: 20px; left: 20px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.map-stat { padding: 13px; background: rgba(9,13,12,.78); border: 1px solid var(--line); border-radius: 10px; backdrop-filter: blur(8px); }
.map-stat strong { display: block; color: var(--text); font-size: .9rem; }.map-stat span { color: var(--muted); font-size: .67rem; }
.section { padding: 120px 0; }
.section-tight { padding: 80px 0; }
.section-alt { border-block: 1px solid var(--line); background: rgba(16,23,21,.72); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 52px; }
.section-head > div { max-width: 720px; }.section-head p:not(.eyebrow) { color: var(--muted); }
.grid-3, .grid-4, .split, .gallery-grid { display: grid; gap: 18px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }.grid-4 { grid-template-columns: repeat(4, 1fr); }.split { grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
.card { padding: 30px; background: linear-gradient(145deg, rgba(22,32,29,.95), rgba(15,22,20,.95)); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 14px 38px rgba(0,0,0,.12); transition: transform .25s ease, border-color .25s ease; }
.card:hover { transform: translateY(-4px); border-color: rgba(117,213,164,.25); }
.card p { margin-bottom: 0; color: var(--muted); }
.icon-box { width: 45px; height: 45px; display: grid; place-items: center; margin-bottom: 24px; color: var(--green-light); background: rgba(117,213,164,.08); border: 1px solid rgba(117,213,164,.18); border-radius: 11px; font: 800 .8rem/1 ui-monospace, monospace; }
.placeholder { min-height: 400px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; position: relative; background: linear-gradient(135deg, rgba(35,107,75,.14), transparent 50%), repeating-linear-gradient(0deg, transparent 0 39px, rgba(255,255,255,.025) 40px), repeating-linear-gradient(90deg, transparent 0 39px, rgba(255,255,255,.025) 40px), #101715; box-shadow: var(--shadow); }
.placeholder span { padding: 10px 15px; color: var(--muted); background: rgba(9,13,12,.72); border: 1px solid var(--line); border-radius: 8px; font: 700 .7rem/1 ui-monospace, monospace; letter-spacing: .12em; text-transform: uppercase; }
.placeholder::before { content: ""; width: 45%; aspect-ratio: 1.4; position: absolute; border: 1px solid rgba(117,213,164,.16); border-radius: 50%; transform: rotate(-15deg); }
.placeholder.small { min-height: 260px; }.placeholder.tall { min-height: 520px; }
.feature-row { padding-block: 65px; }.feature-row:nth-child(even) .placeholder { order: -1; }
.metric-band { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.metric { padding: 28px; background: var(--surface); border-right: 1px solid var(--line); }.metric:last-child { border: 0; }.metric strong { display: block; font-size: 1.55rem; }.metric span { color: var(--muted); font-size: .82rem; }
.roadmap { display: grid; gap: 0; }.roadmap-item { display: grid; grid-template-columns: 130px 1fr; gap: 32px; padding: 30px 0; border-top: 1px solid var(--line); }.roadmap-item:last-child { border-bottom: 1px solid var(--line); }.roadmap-item small { color: var(--green-light); font-weight: 800; letter-spacing: .08em; }.roadmap-item p { color: var(--muted); }
.gallery-grid { grid-template-columns: repeat(12, 1fr); }.gallery-grid .placeholder { grid-column: span 4; }.gallery-grid .wide { grid-column: span 8; }
.page-hero { padding: 130px 0 80px; border-bottom: 1px solid var(--line); }.page-hero h1 { font-size: clamp(3rem, 7vw, 6rem); }
.prose { max-width: 780px; }.prose h2 { margin-top: 55px; font-size: 2rem; }.prose p, .prose li { color: var(--muted); }.prose a { color: var(--green-light); }
.form { display: grid; gap: 16px; }.field label { display: block; margin-bottom: 7px; color: var(--muted); font-size: .85rem; }.field input, .field textarea { width: 100%; color: var(--text); background: var(--surface); border: 1px solid var(--line); border-radius: 10px; padding: 14px 15px; outline: none; }.field input:focus, .field textarea:focus { border-color: var(--green-light); box-shadow: 0 0 0 3px rgba(117,213,164,.08); }.field textarea { min-height: 150px; resize: vertical; }
.cta { padding: 70px; text-align: center; border: 1px solid rgba(117,213,164,.18); border-radius: 24px; background: radial-gradient(circle at 50% 100%, rgba(35,107,75,.24), transparent 60%), var(--surface); box-shadow: var(--shadow); }.cta .lead { margin-inline: auto; }.cta .actions { justify-content: center; }
.site-footer { padding: 70px 0 30px; border-top: 1px solid var(--line); background: #080b0a; }.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 55px; }.footer-copy { max-width: 380px; color: var(--muted); font-size: .9rem; }.footer-title { margin-bottom: 15px; font-weight: 750; }.footer-links { display: grid; gap: 9px; }.footer-links a { color: var(--muted); font-size: .88rem; }.footer-links a:hover { color: var(--green-light); }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 24px; border-top: 1px solid var(--line); color: #75827c; font-size: .78rem; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }.reveal.visible { opacity: 1; transform: none; }
.status { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-size: .82rem; }.status::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--green-light); box-shadow: 0 0 12px var(--green-light); }

@media (max-width: 1040px) {
  .nav-links, .nav-actions { display: none; }.nav-toggle { display: block; }.site-header.open .nav-links { display: grid; position: absolute; top: 74px; left: 20px; right: 20px; padding: 24px; background: var(--surface); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }.hero-grid, .split { grid-template-columns: 1fr; }.hero { padding-top: 80px; }.map-visual { min-height: 420px; transform: none; }.grid-4 { grid-template-columns: repeat(2, 1fr); }.hero-grid { gap: 55px; }
}
@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--max)); }.section { padding: 82px 0; }.section-head { display: block; margin-bottom: 36px; }.section-head .btn { margin-top: 16px; }.grid-3, .grid-4 { grid-template-columns: 1fr; }.gallery-grid .placeholder, .gallery-grid .wide { grid-column: 1 / -1; }.gallery-grid { grid-template-columns: 1fr; }.metric-band { grid-template-columns: repeat(2, 1fr); }.metric:nth-child(2) { border-right: 0; }.metric:nth-child(-n+2) { border-bottom: 1px solid var(--line); }.roadmap-item { grid-template-columns: 1fr; gap: 8px; }.feature-row:nth-child(even) .placeholder { order: initial; }.cta { padding: 48px 22px; }.footer-grid { grid-template-columns: 1fr 1fr; }.footer-grid > :first-child { grid-column: 1 / -1; }.footer-bottom { display: block; }.map-panel { grid-template-columns: 1fr; }.map-stat:nth-child(n+2) { display: none; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; }.btn, .card { transition: none; } }
