:root {
  --ink: #090b09;
  --ink-soft: #101310;
  --panel: rgba(13, 16, 13, 0.91);
  --paper: #f5f6f1;
  --paper-soft: #dfe3dc;
  --acid: #2bdc84;
  --acid-deep: #159b5d;
  --line: rgba(243, 241, 233, 0.16);
  --line-strong: rgba(243, 241, 233, 0.32);
  --muted: #999d96;
  --mono: "DM Mono", ui-monospace, SFMono-Regular, Consolas, monospace;
  --sans: "Manrope", Inter, Arial, sans-serif;
  --header-height: 68px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--paper); background: var(--ink); font-family: var(--sans); overflow-x: hidden; }
button, select, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
::selection { color: var(--ink); background: var(--acid); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; transform: translateY(-150%); background: var(--acid); color: var(--ink); padding: 10px 14px; font-weight: 800; }
.skip-link:focus { transform: none; }

.site-header {
  position: relative;
  z-index: 40;
  height: var(--header-height);
  display: flex;
  align-items: center;
  gap: 34px;
  padding: 0 24px;
  border-bottom: 1px solid var(--line);
  background: rgba(9, 11, 9, 0.94);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-symbol { width: 32px; height: 32px; color: var(--acid); transition: transform 300ms ease; }
.brand:hover .brand-symbol { transform: rotate(12deg); }
.brand-name { font: 500 14px/1 var(--mono); letter-spacing: -0.04em; }
.header-nav { display: flex; align-items: center; gap: 26px; }
.header-nav a { color: var(--muted); font-size: 12px; font-weight: 700; transition: color 180ms ease; }
.header-nav a:hover { color: var(--paper); }
.header-actions { margin-left: auto; display: flex; align-items: center; gap: 12px; }
.network-status { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font: 400 10px/1 var(--mono); text-transform: uppercase; letter-spacing: .04em; }
.network-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 4px rgba(43, 220, 132, .1); animation: pulse 2.4s ease infinite; }
.language-control { position: relative; display: flex; align-items: center; min-width: 112px; height: 36px; border: 1px solid var(--line-strong); background: var(--ink-soft); }
.language-control select { width: 100%; height: 100%; appearance: none; border: 0; outline: 0; padding: 0 32px 0 12px; color: var(--paper); background: transparent; font: 500 11px/1 var(--mono); cursor: pointer; }
.language-control option { color: #111; background: #fff; font-family: Arial, sans-serif; font-size: 14px; }
.language-control svg { position: absolute; right: 11px; width: 10px; fill: none; stroke: var(--paper); stroke-width: 1.5; pointer-events: none; }
.header-cta { display: inline-flex; align-items: center; justify-content: center; height: 36px; padding: 0 16px; color: var(--ink); background: var(--acid); font-size: 11px; font-weight: 800; transition: background 180ms ease, transform 180ms ease; }
.header-cta:hover { background: #54e79b; transform: translateY(-1px); }

.city-stage {
  position: relative;
  min-height: calc(100svh - var(--header-height));
  height: 880px;
  max-height: 1100px;
  overflow: hidden;
  background: #0b0e0b;
  isolation: isolate;
}
#mapCanvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; cursor: grab; touch-action: none; }
#mapCanvas.is-dragging { cursor: grabbing; }
.map-noise { position: absolute; inset: 0; z-index: 1; pointer-events: none; opacity: .09; mix-blend-mode: screen; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E"); }
.city-stage::before { content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none; background: linear-gradient(90deg, rgba(9,11,9,.86) 0, rgba(9,11,9,.42) 24%, transparent 52%), linear-gradient(0deg, rgba(9,11,9,.8) 0, transparent 30%); }
.city-stage.is-3d::before { background: linear-gradient(90deg, rgba(9,11,9,.84) 0, rgba(9,11,9,.20) 27%, transparent 47%), linear-gradient(0deg, rgba(9,11,9,.68) 0, transparent 28%); }

.map-topline { position: absolute; z-index: 5; top: 22px; left: 24px; right: 24px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 20px; color: rgba(243,241,233,.5); font: 400 9px/1 var(--mono); letter-spacing: .08em; pointer-events: none; }
.map-topline span:nth-child(2) { text-align: center; }
.map-topline span:last-child { text-align: right; }

.city-intro { position: absolute; z-index: 6; left: 24px; top: 75px; width: min(470px, calc(100% - 48px)); pointer-events: none; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 18px; color: var(--acid); font: 500 10px/1.2 var(--mono); text-transform: uppercase; letter-spacing: .1em; }
.eyebrow > span:first-child { display: block; width: 24px; height: 1px; background: currentColor; }
.city-intro h1 { max-width: 470px; margin: 0; font-size: clamp(46px, 5.7vw, 88px); line-height: .91; letter-spacing: -.075em; font-weight: 700; }
h1 em, h2 em { color: var(--acid); font-style: normal; }
.intro-copy { max-width: 430px; margin: 24px 0 0; color: rgba(243,241,233,.7); font-size: 14px; line-height: 1.65; }
.intro-stats { display: flex; gap: 0; width: fit-content; margin-top: 30px; border-top: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); }
.intro-stats > span { min-width: 108px; padding: 13px 18px 12px 0; margin-right: 18px; display: grid; gap: 2px; }
.intro-stats b { font: 500 15px/1 var(--mono); }
.intro-stats small { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }

.map-toolbar { position: absolute; z-index: 10; top: 20px; left: 50%; transform: translateX(-50%); height: 42px; display: flex; align-items: center; gap: 4px; padding: 4px; border: 1px solid var(--line-strong); background: rgba(9,11,9,.86); backdrop-filter: blur(18px); }
.view-switch { display: flex; height: 32px; }
.view-button, .tool-button { border: 0; background: transparent; cursor: pointer; }
.view-button { min-width: 42px; padding: 0 11px; color: var(--muted); font: 500 10px/1 var(--mono); }
.view-button.is-active { color: var(--ink); background: var(--acid); }
.toolbar-divider { width: 1px; height: 19px; margin: 0 3px; background: var(--line-strong); }
.tool-button { height: 32px; padding: 0 9px; display: inline-flex; align-items: center; gap: 6px; color: var(--paper-soft); font: 500 9px/1 var(--mono); text-transform: uppercase; }
.tool-button svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.tool-button.icon-only { width: 32px; justify-content: center; font: 400 18px/1 var(--sans); }
.tool-button:hover:not(:disabled) { color: var(--acid); background: rgba(43,220,132,.08); }
.tool-button:disabled { opacity: .28; cursor: default; }

.selection-dock { position: absolute; z-index: 12; right: 24px; bottom: 24px; width: min(390px, calc(100% - 48px)); border: 1px solid var(--line-strong); background: var(--panel); backdrop-filter: blur(20px); box-shadow: 0 24px 80px rgba(0,0,0,.34); }
.dock-heading { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 15px 16px; }
.dock-kicker { margin: 0 0 4px; color: var(--acid); font: 500 8px/1 var(--mono); text-transform: uppercase; letter-spacing: .12em; }
.dock-heading h2 { margin: 0; font-size: 17px; line-height: 1.1; letter-spacing: -.04em; }
.dock-toggle { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid var(--line); background: transparent; cursor: pointer; }
.dock-toggle svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.6; transition: transform 200ms ease; }
.selection-dock.is-collapsed .dock-toggle svg { transform: rotate(180deg); }
.selection-dock.is-collapsed .dock-body { display: none; }
.dock-body { padding: 0 16px 16px; border-top: 1px solid var(--line); }
.size-control { min-height: 57px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.size-control > span { color: var(--muted); font: 500 9px/1 var(--mono); text-transform: uppercase; }
.size-control > div { display: flex; }
.size-button { height: 29px; min-width: 55px; padding: 0 10px; border: 1px solid var(--line); border-right: 0; color: var(--muted); background: transparent; font: 500 9px/1 var(--mono); cursor: pointer; }
.size-button:last-child { border-right: 1px solid var(--line); }
.size-button.is-active { color: var(--ink); border-color: var(--acid); background: var(--acid); }
.selection-summary { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.selection-summary > div { min-height: 62px; display: grid; align-content: center; gap: 6px; padding: 10px; border-right: 1px solid var(--line); }
.selection-summary > div:last-child { border-right: 0; }
.selection-summary small { color: var(--muted); font: 400 8px/1.25 var(--mono); text-transform: uppercase; }
.selection-summary strong { font: 500 14px/1 var(--mono); }
.selection-empty { margin: 14px 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.selection-list { display: grid; gap: 6px; max-height: 94px; overflow-y: auto; margin: 12px 0; scrollbar-color: var(--acid) transparent; }
.selection-item { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 38px; padding: 7px 9px; background: rgba(243,241,233,.05); font: 400 9px/1.3 var(--mono); }
.selection-item span { color: var(--muted); }
.selection-item button { width: 25px; height: 25px; border: 0; color: var(--paper); background: transparent; cursor: pointer; }
.plot-inspector { margin: 12px 0; padding: 11px; border: 1px solid rgba(43,220,132,.38); background: linear-gradient(135deg, rgba(43,220,132,.11), rgba(243,241,233,.035)); }
.inspector-meta { display: flex; justify-content: space-between; gap: 8px; color: var(--muted); font: 500 8px/1.2 var(--mono); text-transform: uppercase; letter-spacing: .05em; }
.inspector-meta span:first-child { color: var(--acid); }
.plot-inspector h3 { margin: 9px 0 5px; font-size: 16px; line-height: 1; letter-spacing: -.04em; }
.plot-inspector > p:not(.inspector-ad) { margin: 0; color: var(--paper-soft); font-size: 10px; line-height: 1.45; }
.inspector-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 10px 0; }
.inspector-facts div { min-width: 0; padding-top: 7px; border-top: 1px solid var(--line); }
.inspector-facts dt { color: var(--muted); font: 400 7px/1 var(--mono); text-transform: uppercase; }
.inspector-facts dd { margin: 5px 0 0; color: var(--paper); font: 500 9px/1.2 var(--mono); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.inspector-ad { margin: 0; color: #55f0a4; font: 400 8px/1.45 var(--mono); }
.inspector-link { display: inline-flex; gap: 7px; margin-top: 10px; color: var(--paper); font: 500 9px/1 var(--mono); text-transform: uppercase; border-bottom: 1px solid var(--acid); padding-bottom: 3px; }
.map-directory { margin: 12px 0; border-top: 1px solid var(--line); }
.directory-kicker { margin: 10px 0 7px; color: var(--muted); font: 500 8px/1 var(--mono); text-transform: uppercase; letter-spacing: .08em; }
#mapDirectory { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; max-height: 88px; overflow: auto; }
.directory-item { min-width: 0; padding: 8px; border: 1px solid var(--line); color: var(--paper); background: rgba(243,241,233,.035); text-align: left; cursor: pointer; }
.directory-item:hover { border-color: var(--acid); background: rgba(43,220,132,.1); }
.directory-item span, .directory-item b { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.directory-item span { font: 500 8px/1.25 var(--mono); }
.directory-item b { margin-top: 5px; color: var(--muted); font: 400 7px/1 var(--mono); }
.reserve-button { width: 100%; min-height: 44px; display: flex; align-items: center; justify-content: space-between; padding: 0 15px; border: 0; color: var(--ink); background: var(--acid); font-size: 11px; font-weight: 800; cursor: pointer; }
.reserve-button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; transition: transform 180ms ease; }
.reserve-button:hover:not(:disabled) svg { transform: translateX(4px); }
.reserve-button:disabled { cursor: not-allowed; opacity: .34; }
.simulation-note { margin: 10px 0 0; color: #70746f; font: 400 8px/1.3 var(--mono); text-align: center; }

.map-legend { position: absolute; z-index: 7; left: 24px; bottom: 24px; display: flex; flex-wrap: wrap; gap: 15px; max-width: 490px; padding: 11px 13px; border: 1px solid var(--line); background: rgba(9,11,9,.72); backdrop-filter: blur(12px); }
.map-legend span { display: inline-flex; align-items: center; gap: 6px; }
.map-legend i { width: 8px; height: 8px; display: block; }
.map-legend b { color: var(--muted); font: 400 8px/1 var(--mono); text-transform: uppercase; letter-spacing: .05em; }
.legend-genesis { background: var(--acid); }
.legend-hub { border: 1px solid var(--acid); }
.legend-road { background: rgba(43,220,132,.38); }
.legend-open { border: 1px solid rgba(243,241,233,.38); }
.map-instructions { position: absolute; z-index: 8; left: 50%; bottom: 28px; transform: translateX(-50%); margin: 0; color: rgba(243,241,233,.46); font: 400 8px/1 var(--mono); text-transform: uppercase; letter-spacing: .06em; pointer-events: none; }
.tour-status { position: absolute; z-index: 9; left: 50%; bottom: 50px; transform: translateX(-50%); display: flex; align-items: center; gap: 7px; padding: 8px 10px; color: rgba(243,241,233,.58); background: rgba(9,11,9,.58); font: 400 8px/1 var(--mono); text-transform: uppercase; letter-spacing: .05em; pointer-events: none; backdrop-filter: blur(10px); }
.tour-status i { width: 6px; height: 6px; border-radius: 50%; background: var(--acid); }
.tour-status.is-active { color: var(--ink); background: var(--acid); }
.tour-status.is-active i { background: var(--ink); animation: pulse 1.3s ease infinite; }
.toast { position: absolute; z-index: 30; top: 77px; left: 50%; transform: translate(-50%, -15px); padding: 12px 16px; color: var(--ink); background: var(--acid); font-size: 11px; font-weight: 800; opacity: 0; pointer-events: none; transition: opacity 180ms ease, transform 180ms ease; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
.modal-open { overflow: hidden; }
.project-modal { position: fixed; z-index: 90; inset: 0; display: grid; place-items: center; padding: 22px; }
.project-modal[hidden] { display: none; }
.modal-backdrop { position: absolute; inset: 0; border: 0; background: rgba(4,7,5,.72); backdrop-filter: blur(12px); cursor: default; }
.project-card { position: relative; width: min(520px, 100%); overflow: hidden; padding: 26px; border: 1px solid rgba(85,240,164,.5); background: linear-gradient(135deg, rgba(21,31,25,.99), rgba(10,13,11,.99)); box-shadow: 0 35px 120px rgba(0,0,0,.65); }
.project-card::before { content: ""; position: absolute; inset: 0; opacity: .34; pointer-events: none; background-image: linear-gradient(rgba(85,240,164,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(85,240,164,.08) 1px, transparent 1px); background-size: 24px 24px; mask-image: linear-gradient(135deg, #000, transparent 76%); }
.modal-close { position: absolute; z-index: 2; top: 14px; right: 14px; width: 34px; height: 34px; border: 1px solid var(--line); background: rgba(9,11,9,.55); color: var(--paper); font: 300 25px/1 var(--sans); cursor: pointer; }
.modal-close:hover { border-color: var(--acid); color: var(--acid); }
.project-visual { position: relative; width: 76px; height: 76px; display: grid; place-items: center; margin-bottom: 22px; overflow: hidden; border: 1px solid rgba(85,240,164,.5); background: radial-gradient(circle, rgba(43,220,132,.35), rgba(43,220,132,.04) 66%); }
.project-visual::after { content: "◆"; color: var(--acid); font-size: 18px; text-shadow: 0 0 20px var(--acid); }
.project-visual[data-has-logo="true"]::after { display: none; }
.project-visual img { width: 100%; height: 100%; object-fit: cover; }
.project-kicker { position: relative; margin: 0; color: var(--acid); font: 500 9px/1 var(--mono); text-transform: uppercase; letter-spacing: .09em; }
.project-card h2 { position: relative; max-width: 420px; margin: 10px 0; font-size: clamp(30px, 7vw, 48px); line-height: .92; letter-spacing: -.065em; }
.project-description { position: relative; max-width: 460px; margin: 0; color: var(--paper-soft); font-size: 13px; line-height: 1.62; }
.project-facts { position: relative; display: grid; grid-template-columns: 1fr 1fr 1.25fr; gap: 10px; margin: 25px 0; }
.project-facts div { min-width: 0; padding: 10px 0 0; border-top: 1px solid var(--line); }
.project-facts dt { color: var(--muted); font: 400 8px/1 var(--mono); text-transform: uppercase; }
.project-facts dd { margin: 7px 0 0; color: var(--paper); font: 500 9px/1.35 var(--mono); overflow-wrap: anywhere; }
.project-website { position: relative; min-height: 48px; display: flex; align-items: center; justify-content: space-between; padding: 0 15px; color: var(--ink); background: var(--acid); font-size: 11px; font-weight: 800; }
.project-website:hover { background: #55f0a4; }
.project-no-website { position: relative; margin: 0; color: var(--muted); font: 400 10px/1.45 var(--mono); }

.city-ticker { height: 48px; overflow: hidden; border-top: 1px solid var(--acid); border-bottom: 1px solid var(--acid); color: var(--ink); background: var(--acid); }
.city-ticker > div { width: max-content; height: 100%; display: flex; align-items: center; gap: 28px; padding-left: 28px; animation: ticker 24s linear infinite; }
.city-ticker span { font: 500 11px/1 var(--mono); letter-spacing: .08em; }
.city-ticker i { font-size: 8px; }

.section-index { color: #6f746c; font: 400 9px/1 var(--mono); letter-spacing: .08em; }
.story-section { min-height: 500px; display: grid; grid-template-columns: .45fr 1.3fr 1fr; align-items: center; gap: 5vw; padding: 72px 5vw; border-bottom: 1px solid rgba(9,11,9,.18); background: var(--paper); color: var(--ink); }
.story-section .section-index { color: #787b74; }
.story-heading .eyebrow { margin-top: 0; color: var(--acid-deep); }
.story-heading h2, .districts-copy h2, .roadmap-intro h2 { margin: 0; font-size: clamp(42px, 5vw, 72px); line-height: .98; letter-spacing: -.065em; }
.story-heading h2 em, .districts-copy h2 em, .roadmap-intro h2 em, .market-heading h2 em { color: var(--acid-deep); }
.story-copy { align-self: center; padding-bottom: 0; }
.story-copy p { margin: 0 0 26px; font-size: 15px; line-height: 1.75; }
.story-copy p:last-child { color: #686a64; }

.mechanics-section { padding: 30px 5vw 64px; background: var(--paper); color: var(--ink); }
.mechanics-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 34px; border-top: 1px solid rgba(9,11,9,.25); border-left: 1px solid rgba(9,11,9,.25); }
.mechanics-grid article { min-height: 245px; display: flex; flex-direction: column; padding: 24px; border-right: 1px solid rgba(9,11,9,.25); border-bottom: 1px solid rgba(9,11,9,.25); transition: color 220ms ease, background 220ms ease; }
.mechanics-grid article:hover { color: var(--ink); background: var(--acid); }
.mechanics-grid article > span { font: 500 10px/1 var(--mono); }
.mechanics-grid h3 { margin: auto 0 15px; font-size: 22px; line-height: 1; letter-spacing: -.045em; }
.mechanics-grid p { margin: 0; color: #6b6d68; font-size: 12px; line-height: 1.6; }
.mechanics-grid article:hover p { color: #153122; }

.market-section { display: grid; grid-template-columns: 1fr 1.15fr; gap: 7vw; padding: 82px 5vw; color: var(--paper); background: #111512; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.market-heading h2 { max-width: 690px; margin: 68px 0 28px; font-size: clamp(42px, 5vw, 72px); line-height: .96; letter-spacing: -.065em; }
.market-heading > p { max-width: 570px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.market-flow { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.market-flow li { display: grid; grid-template-columns: 64px 1fr; gap: 18px; min-height: 132px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.market-flow li > span { color: var(--acid); font: 500 10px/1 var(--mono); }
.market-flow h3 { margin: 0 0 9px; font-size: 22px; letter-spacing: -.04em; }
.market-flow p { max-width: 520px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }

.districts-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 650px; color: var(--ink); background: var(--paper); border-bottom: 1px solid rgba(9,11,9,.18); }
.districts-copy { display: flex; flex-direction: column; justify-content: space-between; padding: 66px 5vw; border-right: 1px solid rgba(9,11,9,.18); }
.districts-copy h2 { margin-top: 80px; }
.districts-copy > p { max-width: 470px; margin: auto 0 0; color: #6c716a; font-size: 14px; line-height: 1.7; }
.district-list { display: grid; grid-template-columns: 1fr 1fr; }
.district-list article { position: relative; min-height: 325px; display: flex; flex-direction: column; justify-content: flex-end; padding: 30px; border-right: 1px solid rgba(9,11,9,.18); border-bottom: 1px solid rgba(9,11,9,.18); overflow: hidden; transition: background 220ms ease; }
.district-list article::before { content: ""; position: absolute; inset: 24px; opacity: .18; background-image: linear-gradient(rgba(21,155,93,.55) 1px, transparent 1px), linear-gradient(90deg, rgba(21,155,93,.55) 1px, transparent 1px); background-size: 22px 22px; mask-image: linear-gradient(transparent, #000); transition: opacity 220ms ease, transform 400ms ease; }
.district-list article:hover { background: #e9eee7; }
.district-list article:hover::before { opacity: .33; transform: scale(1.03); }
.district-list span, .district-list h3, .district-list p { position: relative; z-index: 1; }
.district-list span { margin-bottom: auto; color: var(--acid); font: 400 9px/1 var(--mono); }
.district-list h3 { margin: 0 0 10px; font-size: 25px; letter-spacing: -.05em; }
.district-list p { margin: 0; color: #6c716a; font-size: 12px; }

.roadmap-section { display: grid; grid-template-columns: .85fr 1.15fr; min-height: 680px; padding: 76px 5vw; background: var(--paper); color: var(--ink); }
.roadmap-intro { padding-right: 8vw; }
.roadmap-intro h2 { margin-top: 75px; }
.roadmap-intro p { max-width: 500px; margin: 35px 0 0; color: #6b6d68; font-size: 14px; line-height: 1.7; }
.roadmap-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(9,11,9,.24); }
.roadmap-list li { display: grid; grid-template-columns: 70px 1fr; gap: 15px; min-height: 102px; padding: 20px 0; border-bottom: 1px solid rgba(9,11,9,.24); }
.roadmap-list li > span { font: 500 10px/1 var(--mono); }
.roadmap-list h3 { margin: 0 0 8px; font-size: 23px; letter-spacing: -.04em; }
.roadmap-list p { max-width: 450px; margin: 0; color: #72746e; font-size: 12px; line-height: 1.55; }
.roadmap-list .is-current > span, .roadmap-list .is-complete > span { color: var(--acid-deep); }
.roadmap-list .is-complete h3::after { content: "✓"; display: inline-grid; place-items: center; width: 18px; height: 18px; margin-left: 9px; border-radius: 50%; color: var(--paper); background: var(--acid-deep); font: 500 10px/1 var(--mono); vertical-align: 3px; }
.roadmap-list .is-current h3::after { content: ""; display: inline-block; width: 8px; height: 8px; margin-left: 10px; border-radius: 50%; background: #6ea316; box-shadow: 0 0 0 5px rgba(110,163,22,.12); }

.final-cta { min-height: 640px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 80px 20px; text-align: center; background: var(--acid); color: var(--ink); }
.cta-symbol { width: 56px; margin-bottom: 35px; }
.final-cta p { margin: 0 0 18px; font: 500 10px/1 var(--mono); text-transform: uppercase; letter-spacing: .09em; }
.final-cta h2 { margin: 0; font-size: clamp(48px, 7.2vw, 108px); line-height: .9; letter-spacing: -.075em; }
.final-cta a { margin-top: 45px; padding-bottom: 5px; border-bottom: 1px solid var(--ink); font: 500 11px/1 var(--mono); text-transform: uppercase; }
.site-footer { min-height: 120px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 30px 5vw; background: var(--ink); color: var(--muted); font-size: 10px; }
.site-footer > div { display: flex; align-items: center; gap: 22px; }
.footer-brand { color: var(--paper); font: 500 12px/1 var(--mono); }
.site-footer a:hover { color: var(--acid); }

@keyframes pulse { 50% { box-shadow: 0 0 0 7px rgba(43,220,132,0); } }
@keyframes ticker { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }

@media (max-width: 1100px) {
  .header-nav { display: none; }
  .city-stage { height: 900px; max-height: none; }
  .city-intro { width: 420px; }
  .city-intro h1 { font-size: clamp(48px, 7vw, 72px); }
  .map-legend { bottom: 24px; max-width: 360px; }
  .map-instructions { display: none; }
  .tour-status { bottom: 328px; width: max-content; max-width: calc(100% - 28px); justify-content: center; text-align: center; }
  .story-section { grid-template-columns: .35fr 1.35fr 1fr; gap: 4vw; }
  .mechanics-grid { grid-template-columns: 1fr 1fr; }
  .market-section { gap: 5vw; }
  .districts-section { grid-template-columns: .8fr 1.2fr; }
}

@media (max-width: 760px) {
  :root { --header-height: 60px; }
  .site-header { padding: 0 14px; gap: 10px; }
  .brand { gap: 8px; }
  .brand-symbol { width: 28px; height: 28px; }
  .brand-name { font-size: 11px; }
  .network-status, .header-cta { display: none; }
  .header-actions { margin-left: auto; }
  .language-control { min-width: 106px; height: 34px; }
  .city-stage { min-height: 940px; height: 100svh; max-height: 980px; }
  .city-stage::before, .city-stage.is-3d::before { background: linear-gradient(180deg, rgba(9,11,9,.86) 0, rgba(9,11,9,.2) 42%, transparent 60%), linear-gradient(0deg, rgba(9,11,9,.88), transparent 40%); }
  .map-topline { top: 14px; left: 14px; right: 14px; grid-template-columns: 1fr 1fr; }
  .map-topline span:nth-child(2) { display: none; }
  .city-intro { top: 48px; left: 14px; width: calc(100% - 28px); }
  .city-intro h1 { max-width: 355px; font-size: clamp(42px, 13vw, 58px); }
  .intro-copy { max-width: 370px; margin-top: 16px; font-size: 12px; line-height: 1.5; }
  .intro-stats { margin-top: 18px; }
  .intro-stats > span { min-width: 92px; padding: 10px 12px 9px 0; margin-right: 10px; }
  .map-toolbar { top: 335px; left: 14px; right: auto; transform: none; max-width: calc(100% - 28px); }
  .tool-button span { display: none; }
  .selection-dock { right: 14px; bottom: 14px; width: calc(100% - 28px); }
  .plot-inspector { max-height: 170px; overflow: auto; }
  .map-directory { display: none; }
  .map-legend { left: 14px; bottom: 340px; width: calc(100% - 28px); max-width: none; gap: 10px; }
  .map-legend b { font-size: 7px; }
  .project-card { padding: 22px; }
  .project-facts { grid-template-columns: 1fr; gap: 8px; }
  .story-section { grid-template-columns: 1fr; min-height: 0; gap: 0; padding: 65px 20px; }
  .story-heading .eyebrow { margin-top: 55px; }
  .story-heading h2, .districts-copy h2, .roadmap-intro h2 { font-size: clamp(40px, 12vw, 58px); }
  .story-copy { padding: 70px 0 0; }
  .mechanics-section { padding: 28px 20px 65px; }
  .mechanics-grid { grid-template-columns: 1fr; }
  .mechanics-grid article { min-height: 240px; }
  .market-section { grid-template-columns: 1fr; padding: 65px 20px; }
  .market-heading h2 { margin-top: 55px; }
  .market-flow { margin-top: 55px; }
  .districts-section { grid-template-columns: 1fr; }
  .districts-copy { min-height: 600px; padding: 65px 20px; border-right: 0; border-bottom: 1px solid var(--line); }
  .district-list { grid-template-columns: 1fr; }
  .district-list article { min-height: 300px; border-right: 0; }
  .roadmap-section { grid-template-columns: 1fr; padding: 65px 20px; }
  .roadmap-intro { padding: 0 0 65px; }
  .site-footer { align-items: flex-start; flex-direction: column; }
  .site-footer > div { align-items: flex-start; flex-wrap: wrap; }
}

@media (max-width: 390px) {
  .brand-name { display: none; }
  .city-intro h1 { font-size: 42px; }
  .intro-copy { max-width: 330px; }
  .intro-stats > span { min-width: 80px; }
  .map-toolbar { top: 320px; }
  .map-legend { bottom: 342px; }
  .selection-summary small { font-size: 7px; }
  .selection-summary strong { font-size: 12px; }
}
