@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@500;600&family=IBM+Plex+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap");

:root {
  --ink: #07131d;
  --ink-2: #0d202d;
  --paper: #edf3f4;
  --surface: #f9fbfb;
  --line: #d3e0e4;
  --muted: #596c78;
  --cyan: #4ad8ff;
  --blue: #2196c9;
  --teal: #24d5bc;
  --lime: #c9f36b;
  --warm: #ffbd59;
  --sans: "IBM Plex Sans", Arial, sans-serif;
  --display: "Manrope", "IBM Plex Sans", Arial, sans-serif;
  --mono: "IBM Plex Mono", monospace;
  --max: 1480px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgb(30 117 139 / .04) 1px, transparent 1px) 0 0 / 96px 96px,
    linear-gradient(rgb(30 117 139 / .035) 1px, transparent 1px) 0 0 / 96px 96px,
    var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(var(--max), calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 14px; transform: translateY(-160%); border-radius: 6px; background: #fff; }
.skip-link:focus { transform: none; }

.site-header {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr);
  align-items: center;
  width: min(var(--max), calc(100% - 64px));
  min-height: 78px;
  margin-inline: auto;
  padding: 0 22px;
  border: 1px solid rgb(211 224 228 / .9);
  border-top: 0;
  border-radius: 0 0 16px 16px;
  background: rgb(249 252 252 / .91);
  box-shadow: 0 12px 30px -26px rgb(7 24 34 / .75);
  backdrop-filter: blur(18px) saturate(1.2);
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-family: var(--display); font-size: 16px; font-weight: 800; letter-spacing: -.035em; }
.brand > span > span { color: #1689b6; }
.brand-mark { display: inline-flex; align-items: end; gap: 3px; width: 25px; height: 26px; padding: 3px; }
.brand-mark i { display: block; width: 4px; border-radius: 1px 1px 0 0; background: #1689b6; transform: skewY(-25deg); }
.brand-mark i:nth-child(1) { height: 7px; }.brand-mark i:nth-child(2) { height: 13px; }.brand-mark i:nth-child(3) { height: 19px; }.brand-mark i:nth-child(4) { height: 24px; background: var(--ink); }
.site-header > nav:not(.mobile-nav) { display: flex; gap: 3px; padding: 4px; border: 1px solid #dfe9ec; border-radius: 999px; background: #fff; }
.site-header > nav:not(.mobile-nav) a { padding: 9px 14px; border-radius: 999px; color: #4d616e; font-size: 12px; font-weight: 700; }
.site-header > nav:not(.mobile-nav) a:hover { color: #075d70; background: #e6f4f6; }
.header-link { justify-self: end; color: #167998; font-family: var(--mono); font-size: 11px; font-weight: 600; text-transform: uppercase; }
.menu-button, .mobile-nav { display: none; }

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(400px, .85fr);
  min-height: 700px;
  margin-top: 32px;
  overflow: hidden;
  border-radius: 26px;
  color: #effcff;
  background: var(--ink);
  box-shadow: 0 44px 100px -56px rgb(3 15 24 / .95);
}
.hero::before { position: absolute; z-index: -2; inset: 0; content: ""; background: radial-gradient(circle at 76% 30%, rgb(26 127 170 / .38), transparent 31%), radial-gradient(circle at 45% 100%, rgb(27 168 144 / .18), transparent 35%), linear-gradient(115deg, #040b12, #071722 55%, #0b2431); }
.hero::after { position: absolute; z-index: -1; inset: 0; content: ""; opacity: .22; background-image: linear-gradient(rgb(74 216 255 / .25) 1px, transparent 1px), linear-gradient(90deg, rgb(74 216 255 / .25) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, #000, transparent 78%); }
.hero-copy { display: flex; min-height: 700px; justify-content: center; padding: clamp(46px, 5vw, 78px); flex-direction: column; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0; color: #70e5f0; font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow span { width: 20px; height: 2px; background: currentColor; }
.eyebrow.dark { color: #147d9c; }
h1, h2, h3 { font-family: var(--display); text-wrap: balance; }
h1 { max-width: 850px; margin: 22px 0 26px; font-size: clamp(54px, 5.45vw, 88px); line-height: .94; letter-spacing: -.072em; }
h1 em, h2 em { color: var(--cyan); font-style: normal; }
.hero-lead { max-width: 680px; margin: 0; color: #b8ccd5; font-size: 17px; line-height: 1.58; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.button { display: inline-flex; min-height: 45px; align-items: center; justify-content: space-between; gap: 20px; padding: 0 16px; border: 1px solid transparent; border-radius: 8px; font-size: 13px; font-weight: 700; transition: transform .16s ease, background .16s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #03212d; background: linear-gradient(135deg, #6cecf0, #31bcd9); box-shadow: 0 16px 30px -18px rgb(74 216 255 / .9); }
.button-quiet { border-color: rgb(149 209 219 / .3); color: #eafaff; background: rgb(8 37 49 / .72); }

.hero-map { align-self: center; margin: 0 32px 160px 0; padding: 20px; border: 1px solid rgb(130 205 220 / .2); border-radius: 18px; background: rgb(5 25 35 / .67); backdrop-filter: blur(14px); }
.map-caption { display: flex; justify-content: space-between; gap: 12px; font-family: var(--mono); font-size: 10px; text-transform: uppercase; }
.map-caption span { color: #6be0ec; }.map-caption strong { color: #b9cad0; }
.hero-map svg { display: block; width: 100%; height: auto; margin-top: 12px; }
.map-outline { fill: rgb(39 115 143 / .1); stroke: rgb(144 215 229 / .34); stroke-width: 2; }
.map-flow { fill: none; stroke-width: 5; stroke-linecap: round; filter: url(#glow); }
.map-flow-blue { stroke: url(#lineBlue); }.map-flow-warm { stroke: url(#lineWarm); }.map-flow-lime { stroke: #c9f36b; }
.map-node { filter: url(#glow); }.node-blue { fill: #4ad8ff; }.node-warm { fill: #ffbd59; }.node-lime { fill: #c9f36b; }
.hero-map text { fill: #b9d8df; font-family: var(--mono); font-size: 12px; letter-spacing: .08em; }
.map-legend { display: flex; flex-wrap: wrap; gap: 14px; padding-top: 14px; border-top: 1px solid rgb(130 205 220 / .15); color: #9eb8c0; font-family: var(--mono); font-size: 9px; text-transform: uppercase; }
.map-legend span { display: flex; align-items: center; gap: 6px; }.map-legend i { width: 16px; height: 2px; }.legend-blue { background: var(--cyan); }.legend-warm { background: var(--warm); }.legend-lime { background: var(--lime); }

.hero-release { position: absolute; right: 32px; bottom: 30px; width: min(570px, calc(50% - 45px)); overflow: hidden; border: 1px solid rgb(136 206 219 / .2); border-radius: 16px; background: rgb(4 18 27 / .84); backdrop-filter: blur(18px); }
.release-head { display: flex; justify-content: space-between; padding: 16px 18px; border-bottom: 1px solid rgb(136 206 219 / .16); font-family: var(--mono); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }.release-head span { color: #79dfea; }
.hero-release dl { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; }.hero-release dl div { min-height: 108px; padding: 18px; border-right: 1px solid rgb(136 206 219 / .14); }.hero-release dl div:last-child { border: 0; }.hero-release dt { color: var(--cyan); font-family: var(--display); font-size: 34px; font-weight: 800; }.hero-release dd { margin: 4px 0 0; color: #a9bec6; font-size: 10px; line-height: 1.4; }.hero-release > p { margin: 0; padding: 14px 18px; border-top: 1px solid rgb(136 206 219 / .14); color: #8fa9b2; font-size: 11px; line-height: 1.45; }

.metric-strip { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 18px; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: rgb(249 252 252 / .9); }
.metric-strip article { min-height: 118px; padding: 22px; border-left: 1px solid var(--line); }.metric-strip article:first-child { border: 0; }.metric-strip strong { display: block; font-family: var(--display); font-size: 21px; }.metric-strip span { display: block; margin-top: 10px; color: #304c5b; font-size: 12px; font-weight: 700; }.metric-strip small { display: block; margin-top: 3px; color: #81919a; font-size: 10px; }

.industry-section, .routes-section { padding: 112px 0 88px; }
.section-head, .routes-head { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr); gap: 64px; align-items: end; margin-bottom: 42px; }
.section-head h2, .routes-head h2, .map-board h2, .ecosystem-copy h2 { margin: 16px 0 0; font-size: clamp(46px, 5vw, 72px); line-height: .96; letter-spacing: -.06em; }
.section-head h2 em, .routes-head h2 em { color: #1689b6; }
.section-intro > p, .routes-head > p { max-width: 560px; margin: 0 0 24px; color: var(--muted); font-size: 16px; line-height: 1.6; }
.filters { display: flex; flex-wrap: wrap; gap: 8px; }.filter { padding: 10px 14px; border: 1px solid var(--line); border-radius: 7px; color: #536772; background: rgb(255 255 255 / .74); font-family: var(--sans); font-size: 12px; font-weight: 700; cursor: pointer; }.filter.is-active { border-color: #9fd2df; color: #0b718e; background: #dff2f6; }
.industry-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.industry-card { grid-column: span 4; display: grid; min-height: 340px; padding: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 18px 40px -36px rgb(5 31 43 / .9); transition: transform .18s ease, border-color .18s ease; }
.industry-card:hover { transform: translateY(-4px); border-color: #93c9d6; }.industry-card[hidden] { display: none; }
.card-index { color: #62808d; font-family: var(--mono); font-size: 10px; letter-spacing: .07em; }.industry-card > b { justify-self: end; margin-top: -13px; color: #147c9a; font-family: var(--mono); font-size: 10px; text-transform: uppercase; }.industry-card h3 { align-self: end; margin: 76px 0 12px; font-size: 34px; line-height: 1; letter-spacing: -.045em; }.industry-card p { max-width: 430px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }.industry-card ul { display: flex; align-self: end; gap: 6px; margin: 28px 0 0; padding: 0; list-style: none; }.industry-card li { padding: 6px 9px; border: 1px solid #dbe6e9; border-radius: 999px; color: #58717d; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.card-energy { background: linear-gradient(145deg, #effaf9, #fff 65%); }.card-space { color: #f2fbff; background: radial-gradient(circle at 90% 0, #174561, transparent 32%), #07131d; border-color: #183b4d; }.card-space p, .card-space .card-index { color: #9eb8c5; }.card-space li { border-color: #244c5c; color: #a8c4cd; }.card-farm { background: linear-gradient(145deg, #f4f9e9, #fff 65%); }.card-water { background: linear-gradient(145deg, #eaf7fb, #fff 65%); }.card-geo { background: linear-gradient(145deg, #eef1fb, #fff 65%); }.card-fund { background: linear-gradient(145deg, #fff5e6, #fff 65%); }

.map-section { padding-bottom: 94px; }.map-board { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr); gap: 60px; padding: clamp(40px, 5vw, 76px); border-radius: 24px; color: #edfaff; background: radial-gradient(circle at 80% 20%, rgb(30 139 174 / .36), transparent 35%), var(--ink); box-shadow: 0 42px 90px -58px #00121c; }.map-board h2 { margin-bottom: 22px; }.map-board-copy > p:not(.eyebrow) { max-width: 620px; color: #a9c0c9; line-height: 1.65; }.map-board-copy .button { margin-top: 18px; }.map-board-layers { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid rgb(122 197 215 / .2); border-radius: 16px; background: rgb(6 28 39 / .72); }.map-board-layers article { min-height: 180px; padding: 24px; border-right: 1px solid rgb(122 197 215 / .16); border-bottom: 1px solid rgb(122 197 215 / .16); }.map-board-layers article:nth-child(even) { border-right: 0; }.map-board-layers article:nth-child(n+3) { border-bottom: 0; }.map-board-layers span { color: var(--cyan); font-family: var(--mono); font-size: 11px; }.map-board-layers strong { display: block; margin-top: 36px; font-family: var(--display); font-size: 20px; }.map-board-layers p { color: #8eaab4; font-size: 11px; line-height: 1.45; }

.routes-head { align-items: center; }.routes-grid { display: grid; grid-template-columns: repeat(2, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; }.routes-grid article { min-height: 260px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.routes-grid article:nth-child(even) { border-right: 0; }.routes-grid article:nth-child(n+3) { border-bottom: 0; }.routes-grid span { color: #167c9a; font-family: var(--mono); font-size: 10px; letter-spacing: .07em; }.routes-grid strong { display: block; margin: 54px 0 12px; font-family: var(--display); font-size: 28px; letter-spacing: -.035em; }.routes-grid p { max-width: 520px; color: var(--muted); font-size: 13px; line-height: 1.55; }.routes-grid a { display: inline-block; margin-top: 18px; color: #0d799a; font-size: 12px; font-weight: 700; }

.ecosystem-section { display: grid; grid-template-columns: minmax(360px, .75fr) minmax(0, 1.25fr); gap: 70px; align-items: start; padding: 90px 0 112px; }.ecosystem-copy { position: sticky; top: 24px; padding: 48px; border-radius: 20px; color: #effcff; background: var(--ink); }.ecosystem-copy h2 { font-size: clamp(40px, 4vw, 60px); }.ecosystem-copy > p:not(.eyebrow) { color: #a8c0c9; line-height: 1.65; }.ecosystem-grid { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid var(--line); border-radius: 18px; background: #fff; overflow: hidden; }.ecosystem-grid > * { min-height: 260px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.ecosystem-grid > *:nth-child(even) { border-right: 0; }.ecosystem-grid > *:nth-child(n+3) { border-bottom: 0; }.ecosystem-grid span { color: #167c9a; font-family: var(--mono); font-size: 10px; text-transform: uppercase; }.ecosystem-grid strong { display: block; margin: 55px 0 10px; font-family: var(--display); font-size: 24px; }.ecosystem-grid p { color: var(--muted); font-size: 12px; line-height: 1.55; }.ecosystem-grid b { display: block; margin-top: 20px; color: #167c9a; font-size: 11px; }

.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 110px; border-top: 1px solid var(--line); color: #4d6570; }.footer-brand { font-size: 14px; }.site-footer p { font-size: 12px; }.footer-note { justify-self: end; font-family: var(--mono); font-size: 9px; text-transform: uppercase; }

/* Homepage: benchmark handoff */
.benchmark-teaser { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .8fr); gap: 72px; align-items: center; margin-bottom: 94px; padding: clamp(42px, 5vw, 72px); border-radius: 22px; color: #eefbff; background: radial-gradient(circle at 82% 10%, rgb(46 158 195 / .3), transparent 34%), var(--ink); }
.benchmark-teaser h2 { margin: 18px 0 0; font-size: clamp(44px, 4.8vw, 68px); line-height: .96; letter-spacing: -.055em; }
.benchmark-teaser-copy > p { color: #a9bec7; font-size: 15px; line-height: 1.65; }
.benchmark-teaser-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }

/* Shared profile and benchmark header states */
.site-header nav a[aria-current="page"] { color: #075d70; background: #e6f4f6; }
.profile-page, .benchmark-page { background-color: #eaf1f2; }

/* Industry profile */
.profile-toolbar { position: sticky; z-index: 15; top: 8px; display: grid; grid-template-columns: 220px minmax(0, 1fr) 180px; align-items: center; gap: 18px; min-height: 74px; margin-top: 18px; padding: 12px 16px; border: 1px solid var(--line); border-radius: 12px; background: rgb(250 252 252 / .94); box-shadow: 0 18px 36px -32px #051923; backdrop-filter: blur(16px); }
.profile-toolbar > div:first-child { display: grid; gap: 3px; }.profile-toolbar > div:first-child span { color: #71848e; font-family: var(--mono); font-size: 9px; text-transform: uppercase; }.profile-toolbar > div:first-child strong { font-family: var(--display); font-size: 18px; }
.sector-switcher { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; padding: 4px; border: 1px solid var(--line); border-radius: 8px; background: #eef4f5; }.sector-switcher button { min-height: 38px; border: 0; border-radius: 6px; color: #526973; background: transparent; font: 700 11px var(--sans); cursor: pointer; }.sector-switcher button.is-active { color: #075f76; background: #fff; box-shadow: 0 2px 9px -7px #001b25; }.profile-toolbar > a { justify-self: end; color: #117a99; font: 600 10px var(--mono); text-transform: uppercase; }
.profile-hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(460px, .95fr); min-height: 510px; margin-top: 18px; overflow: hidden; border-radius: 22px; color: #eefcff; background: radial-gradient(circle at 77% 22%, rgb(37 144 178 / .4), transparent 33%), linear-gradient(125deg, #050d14, #0a202c); box-shadow: 0 36px 80px -52px #00131c; }
.profile-title-block { display: flex; justify-content: center; padding: clamp(42px, 5vw, 72px); flex-direction: column; }.profile-title-block h1 { margin: 18px 0 20px; font-size: clamp(58px, 6vw, 92px); }.profile-title-block > p:not(.eyebrow) { max-width: 720px; margin: 0; color: #b3c8d0; font-size: 17px; line-height: 1.55; }.profile-status { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }.profile-status span { padding: 8px 10px; border: 1px solid rgb(123 199 214 / .22); border-radius: 999px; color: #9fd5df; font: 600 9px var(--mono); text-transform: uppercase; }
.profile-title-block .eyebrow b { font-weight: 600; }
.profile-kpis { display: grid; grid-template-columns: repeat(2, 1fr); border-left: 1px solid rgb(126 201 218 / .17); }.profile-kpis article { display: flex; min-height: 255px; justify-content: flex-end; padding: 34px; border-right: 1px solid rgb(126 201 218 / .17); border-bottom: 1px solid rgb(126 201 218 / .17); flex-direction: column; }.profile-kpis article:nth-child(even) { border-right: 0; }.profile-kpis article:nth-child(n+3) { border-bottom: 0; }.profile-kpis strong { color: var(--cyan); font-family: var(--display); font-size: 52px; line-height: 1; }.profile-kpis span { margin-top: 10px; font-size: 12px; font-weight: 700; }.profile-kpis small { margin-top: 4px; color: #849eaa; font-size: 10px; }
.profile-local-nav { position: sticky; z-index: 12; top: 98px; display: flex; justify-content: center; gap: 2px; margin-top: 12px; padding: 5px; border: 1px solid var(--line); border-radius: 10px; background: rgb(250 252 252 / .94); backdrop-filter: blur(14px); }.profile-local-nav a { padding: 9px 13px; border-radius: 6px; color: #4f6873; font-size: 11px; font-weight: 700; }.profile-local-nav a:hover { color: #096d87; background: #e8f4f6; }
.profile-content { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 42px; padding: 70px 0 30px; }.profile-index { position: sticky; top: 160px; display: grid; align-self: start; gap: 4px; padding: 22px; border: 1px solid var(--line); border-radius: 12px; background: rgb(250 252 252 / .76); }.profile-index > span { margin-bottom: 12px; color: #788b94; font: 600 9px var(--mono); text-transform: uppercase; }.profile-index a { padding: 8px 0; border-bottom: 1px solid #dfe8ea; color: #47616d; font-size: 11px; }.profile-index a:last-child { border: 0; }
.profile-body { min-width: 0; }.profile-about { display: grid; grid-template-columns: minmax(320px, .85fr) minmax(0, 1.15fr); gap: 52px; align-items: end; padding: 0 0 72px; }.section-number { margin: 0 0 12px; color: #137b9a; font: 600 10px var(--mono); letter-spacing: .06em; }.profile-about h2, .module-head h2, .compare-head h2, .benchmark-section-head h2 { margin: 0; font-size: clamp(34px, 3.5vw, 52px); line-height: 1; letter-spacing: -.05em; }.profile-about > p { margin: 0; color: #526975; font-size: 17px; line-height: 1.65; }
.profile-module { scroll-margin-top: 170px; padding: 70px 0; border-top: 1px solid #cbd9dd; }.module-head { display: grid; grid-template-columns: minmax(330px, 1fr) minmax(260px, .72fr); gap: 50px; align-items: end; margin-bottom: 34px; }.module-head > p { max-width: 520px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.indicator-table { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #fbfdfd; }.indicator-row { display: grid; grid-template-columns: minmax(190px, 1.15fr) minmax(130px, .7fr) minmax(150px, .8fr) minmax(180px, 1fr) 82px; align-items: center; gap: 16px; min-height: 82px; padding: 14px 18px; border-top: 1px solid var(--line); font-size: 11px; }.indicator-head { min-height: 48px; border-top: 0; color: #71858e; background: #edf4f5; font: 600 9px var(--mono); text-transform: uppercase; }.indicator-row strong { font-size: 12px; }.indicator-row > span { color: #546b76; }.indicator-row .indicator-value { color: #087e9e; font-family: var(--display); font-size: 23px; font-weight: 800; }.indicator-value small { color: #50707c; font: 600 9px var(--sans); }.indicator-row a { color: #0d7693; font-weight: 700; }
.chain-grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid #173e4f; border-radius: 15px; color: #effcff; background: #071923; }.chain-grid article { position: relative; min-height: 250px; padding: 26px; border-right: 1px solid #174052; }.chain-grid article:last-child { border: 0; }.chain-grid article:not(:last-child)::after { position: absolute; top: 50%; right: -10px; z-index: 2; display: grid; width: 20px; height: 20px; place-items: center; border: 1px solid #2a6074; border-radius: 50%; content: "→"; color: var(--cyan); background: #071923; font-size: 10px; }.chain-grid span { color: var(--cyan); font: 600 10px var(--mono); }.chain-grid strong { display: block; margin-top: 84px; font-family: var(--display); font-size: 21px; }.chain-grid p { color: #91abb5; font-size: 11px; line-height: 1.55; }
.geography-grid { display: grid; grid-template-columns: repeat(2, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #fff; }.geography-grid article { min-height: 170px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.geography-grid article:nth-child(even) { border-right: 0; }.geography-grid article:nth-child(n+3) { border-bottom: 0; }.geography-grid strong { font-family: var(--display); font-size: 22px; }.geography-grid p { max-width: 440px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.coverage-layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr); gap: 18px; }.coverage-list { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #fff; }.coverage-list > div { display: flex; min-height: 60px; align-items: center; justify-content: space-between; padding: 12px 18px; border-top: 1px solid var(--line); }.coverage-list > div:first-child { border-top: 0; }.coverage-list strong { font-size: 12px; }.coverage-state { min-width: 76px; padding: 6px 8px; border-radius: 999px; text-align: center; font: 600 9px var(--mono); text-transform: uppercase; }.state-ready { color: #126e61 !important; background: #ddf2ea; }.state-partial { color: #8b6712 !important; background: #fff1c7; }.state-gap { color: #9a4b42 !important; background: #fbe3df; }
.gap-card { padding: 28px; border-radius: 14px; color: #effcff; background: var(--ink); }.gap-card > span { color: #74ddeb; font: 600 9px var(--mono); text-transform: uppercase; }.gap-card h3 { margin: 14px 0 24px; font-size: 28px; }.gap-card ol { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; counter-reset: gaps; }.gap-card li { padding: 13px 0; border-top: 1px solid #1e3b48; color: #a9bdc5; font-size: 11px; line-height: 1.45; counter-increment: gaps; }.gap-card li::before { margin-right: 10px; content: "0" counter(gaps); color: var(--cyan); font-family: var(--mono); }
.source-links { display: grid; grid-template-columns: repeat(2, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #fff; }.source-links a { display: grid; grid-template-columns: 40px 1fr auto; align-items: center; gap: 14px; min-height: 94px; padding: 18px 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.source-links a:nth-child(even) { border-right: 0; }.source-links a:nth-child(n+3) { border-bottom: 0; }.source-links span { color: #1682a3; font: 600 10px var(--mono); }.source-links strong { font-size: 12px; }.source-links b { color: #1682a3; }
.compare-section { scroll-margin-top: 30px; margin-top: 40px; margin-bottom: 100px; padding: clamp(42px, 5vw, 70px); border-radius: 22px; color: #effcff; background: radial-gradient(circle at 88% 5%, rgb(35 134 166 / .36), transparent 34%), var(--ink); }.compare-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .7fr); gap: 60px; align-items: end; }.compare-head h2 { margin-top: 16px; font-size: clamp(43px, 4.5vw, 66px); }.compare-head > p { color: #9fb6bf; line-height: 1.6; }.compare-controls { display: grid; grid-template-columns: 1fr 40px 1fr; align-items: end; gap: 18px; margin: 44px 0 18px; }.compare-controls > span { align-self: center; color: var(--cyan); text-align: center; }.compare-controls label { display: grid; gap: 8px; color: #8eb0bb; font: 600 9px var(--mono); text-transform: uppercase; }.compare-controls select { width: 100%; min-height: 48px; padding: 0 13px; border: 1px solid #285064; border-radius: 8px; color: #eefcff; background: #0b2633; font: 700 13px var(--sans); }.compare-table { overflow: hidden; border: 1px solid #244a5c; border-radius: 12px; background: rgb(5 24 33 / .78); }.compare-row { display: grid; grid-template-columns: minmax(200px, 1.25fr) repeat(2, minmax(120px, .6fr)); align-items: center; min-height: 58px; border-top: 1px solid #1c3d4c; }.compare-row:first-child { border: 0; }.compare-row > * { padding: 12px 16px; }.compare-row > strong { border-left: 1px solid #1c3d4c; color: #c3d5dc; font-size: 10px; text-align: center; }.compare-row > span { color: #a7bec7; font-size: 11px; }.compare-table-head { min-height: 48px; background: #0c2a37; }.compare-table-head > * { color: #72dbea !important; font: 600 9px var(--mono) !important; text-transform: uppercase; }

/* Global benchmarks */
.benchmark-hero { margin-top: 18px; padding: clamp(54px, 7vw, 102px); border-radius: 22px; color: #eefcff; background: radial-gradient(circle at 80% 10%, rgb(49 146 184 / .42), transparent 32%), linear-gradient(125deg, #050c13, #0c2431); }.benchmark-hero h1 { max-width: 1120px; margin-bottom: 28px; }.benchmark-hero > p:not(.eyebrow) { max-width: 800px; color: #abc2cb; font-size: 17px; line-height: 1.6; }.benchmark-principles { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 34px; }.benchmark-principles span { padding: 8px 11px; border: 1px solid #2a5365; border-radius: 999px; color: #8fd9e5; font: 600 9px var(--mono); text-transform: uppercase; }
.benchmark-cards { padding: 98px 0 52px; }.benchmark-section-head { display: grid; grid-template-columns: 220px 1fr; gap: 36px; align-items: end; margin-bottom: 36px; }.benchmark-section-head h2 { font-size: clamp(40px, 4vw, 60px); }.benchmark-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; }.benchmark-grid article { grid-column: span 4; display: flex; min-height: 390px; padding: 26px; border: 1px solid var(--line); border-radius: 14px; background: #fff; flex-direction: column; }.benchmark-grid article:first-child, .benchmark-grid article:nth-child(5) { color: #eefcff; background: var(--ink); border-color: #173c4c; }.benchmark-grid article:last-child { grid-column: span 8; }.benchmark-grid article > span { color: #1681a1; font: 600 9px var(--mono); }.benchmark-grid h3 { margin: 62px 0 16px; font-size: 27px; line-height: 1.05; }.benchmark-grid p { color: var(--muted); font-size: 12px; line-height: 1.6; }.benchmark-grid article:first-child p, .benchmark-grid article:nth-child(5) p { color: #9db4bd; }.benchmark-grid ul { display: flex; flex-wrap: wrap; gap: 5px; margin: auto 0 22px; padding: 0; list-style: none; }.benchmark-grid li { padding: 6px 8px; border: 1px solid var(--line); border-radius: 999px; color: #657b85; font: 600 8px var(--mono); text-transform: uppercase; }.benchmark-grid article:first-child li, .benchmark-grid article:nth-child(5) li { border-color: #244959; color: #95b1ba; }.benchmark-grid a { color: #117c9b; font-size: 11px; font-weight: 700; }
.benchmark-matrix-section { padding: 64px 0 98px; }.benchmark-matrix { overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; background: #fff; }.benchmark-matrix-row { display: grid; grid-template-columns: minmax(170px, 1.4fr) repeat(7, minmax(86px, .6fr)); min-width: 840px; align-items: center; min-height: 60px; border-top: 1px solid var(--line); }.benchmark-matrix-row:first-child { border: 0; }.benchmark-matrix-row > * { padding: 14px; border-left: 1px solid var(--line); text-align: center; }.benchmark-matrix-row > *:first-child { border: 0; text-align: left; }.benchmark-matrix-row strong { font-size: 11px; }.benchmark-matrix-row i { color: #1594b7; font-style: normal; }.benchmark-matrix-head { min-height: 48px; color: #647a84; background: #edf4f5; font: 600 8px var(--mono); text-transform: uppercase; }.matrix-note { max-width: 820px; color: #70838c; font-size: 10px; line-height: 1.55; }
.adoption-section { display: grid; grid-template-columns: minmax(340px, .75fr) minmax(0, 1.25fr); gap: 22px; padding-bottom: 110px; }.adoption-copy { padding: 44px; border-radius: 18px; color: #effcff; background: var(--ink); }.adoption-copy h2 { margin: 20px 0; font-size: clamp(42px, 4vw, 60px); line-height: .98; letter-spacing: -.055em; }.adoption-copy > p:not(.eyebrow) { color: #a4bbc4; line-height: 1.65; }.adoption-copy .button { margin-top: 18px; }.adoption-list { display: grid; grid-template-columns: repeat(2, 1fr); margin: 0; padding: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; list-style: none; }.adoption-list li { min-height: 190px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.adoption-list li:nth-child(even) { border-right: 0; }.adoption-list li:nth-child(n+7) { border-bottom: 0; }.adoption-list span { color: #1681a1; font: 600 9px var(--mono); }.adoption-list strong { display: block; margin: 34px 0 8px; font-family: var(--display); font-size: 19px; }.adoption-list p { color: var(--muted); font-size: 11px; line-height: 1.5; }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; }.site-header > nav:not(.mobile-nav), .header-link { display: none; }.menu-button { display: inline-flex; justify-self: end; padding: 9px 13px; border: 1px solid var(--line); border-radius: 7px; background: #fff; font: 700 12px var(--sans); }.mobile-nav { position: absolute; top: 70px; right: 12px; display: grid; min-width: 190px; padding: 10px; border: 1px solid var(--line); border-radius: 10px; background: #fff; box-shadow: 0 20px 50px -30px #001620; }.mobile-nav[hidden] { display: none; }.mobile-nav a { padding: 10px; border-radius: 6px; font-size: 13px; font-weight: 700; }.mobile-nav a:hover { background: #edf5f6; }
  .hero { grid-template-columns: 1fr; padding-bottom: 340px; }.hero-copy { min-height: 590px; }.hero-map { margin: -40px 32px 0; }.hero-release { width: calc(100% - 64px); }
  .industry-card { grid-column: span 6; }.ecosystem-section { grid-template-columns: 1fr; }.ecosystem-copy { position: static; }
  .benchmark-teaser { grid-template-columns: 1fr; gap: 28px; }
  .profile-toolbar { grid-template-columns: 180px 1fr; }.profile-toolbar > a { display: none; }.profile-hero { grid-template-columns: 1fr; }.profile-kpis { border-top: 1px solid rgb(126 201 218 / .17); border-left: 0; }.profile-kpis article { min-height: 180px; }.profile-content { grid-template-columns: 1fr; }.profile-index { display: none; }
  .benchmark-grid article { grid-column: span 6; }.benchmark-grid article:last-child { grid-column: span 12; }.adoption-section { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .shell, .site-header { width: min(100% - 24px, var(--max)); }.site-header { min-height: 64px; padding: 0 14px; }.brand { gap: 7px; font-size: 13px; }.brand-mark { transform: scale(.86); transform-origin: left center; }
  .hero { min-height: 0; margin-top: 14px; padding-bottom: 0; border-radius: 18px; }.hero-copy { min-height: 560px; padding: 34px 24px; }.hero h1 { font-size: clamp(46px, 14vw, 64px); }.hero-lead { font-size: 15px; }.hero-actions { display: grid; }.button { width: 100%; }
  .hero-map { margin: 0 16px 16px; padding: 14px; }.map-caption { display: grid; }.hero-release { position: static; width: auto; margin: 0 16px 16px; }.hero-release dl { grid-template-columns: repeat(2, 1fr); }.hero-release dl div:nth-child(2) { border-right: 0; }.hero-release dl div:nth-child(-n+2) { border-bottom: 1px solid rgb(136 206 219 / .14); }
  .metric-strip { grid-template-columns: 1fr; }.metric-strip article { min-height: auto; padding: 18px; border-top: 1px solid var(--line); border-left: 0; }.metric-strip article:first-child { border-top: 0; }
  .industry-section, .routes-section { padding: 78px 0 64px; }.section-head, .routes-head { grid-template-columns: 1fr; gap: 28px; }.section-head h2, .routes-head h2, .map-board h2, .ecosystem-copy h2 { font-size: 45px; }.industry-grid { display: grid; grid-template-columns: 1fr; }.industry-card { grid-column: auto; min-height: 310px; padding: 24px; }.industry-card h3 { margin-top: 64px; font-size: 31px; }
  .map-board { grid-template-columns: 1fr; gap: 36px; padding: 32px 22px; }.map-board-layers { grid-template-columns: 1fr; }.map-board-layers article { min-height: 140px; border-right: 0; border-bottom: 1px solid rgb(122 197 215 / .16); }.map-board-layers article:nth-child(n+3) { border-bottom: 1px solid rgb(122 197 215 / .16); }.map-board-layers article:last-child { border-bottom: 0; }.map-board-layers strong { margin-top: 24px; }
  .routes-grid, .ecosystem-grid { grid-template-columns: 1fr; }.routes-grid article, .ecosystem-grid > * { min-height: 230px; border-right: 0; border-bottom: 1px solid var(--line); }.routes-grid article:nth-child(n+3), .ecosystem-grid > *:nth-child(n+3) { border-bottom: 1px solid var(--line); }.routes-grid article:last-child, .ecosystem-grid > *:last-child { border-bottom: 0; }.routes-grid strong, .ecosystem-grid strong { margin-top: 40px; }
  .ecosystem-section { gap: 24px; padding: 60px 0 78px; }.ecosystem-copy { padding: 32px 24px; }
  .site-footer { grid-template-columns: 1fr; gap: 10px; padding: 28px 0; }.site-footer p { margin: 0; }.footer-note { justify-self: start; }
  .benchmark-teaser { margin-bottom: 64px; padding: 32px 22px; }.benchmark-teaser h2 { font-size: 43px; }.benchmark-teaser-actions { display: grid; }
  .profile-toolbar { position: static; grid-template-columns: 1fr; gap: 10px; margin-top: 12px; }.profile-toolbar > div:first-child { display: none; }.sector-switcher { grid-template-columns: repeat(2, 1fr); }.profile-hero { margin-top: 12px; }.profile-title-block { padding: 38px 24px; }.profile-title-block h1 { font-size: clamp(48px, 14vw, 68px); }.profile-title-block > p:not(.eyebrow) { font-size: 15px; }.profile-kpis article { min-height: 150px; padding: 20px; }.profile-kpis strong { font-size: 40px; }.profile-local-nav { position: static; justify-content: flex-start; overflow-x: auto; white-space: nowrap; }.profile-content { padding-top: 52px; }.profile-about, .module-head { grid-template-columns: 1fr; gap: 22px; }.profile-about { padding-bottom: 52px; }.profile-about > p { font-size: 15px; }.profile-module { scroll-margin-top: 20px; padding: 52px 0; }.module-head h2 { font-size: 36px; }.indicator-table { overflow-x: auto; }.indicator-row { min-width: 860px; }.chain-grid { grid-template-columns: 1fr; }.chain-grid article { min-height: 170px; border-right: 0; border-bottom: 1px solid #174052; }.chain-grid article:last-child { border-bottom: 0; }.chain-grid article:not(:last-child)::after { top: auto; right: 50%; bottom: -10px; content: "↓"; }.chain-grid strong { margin-top: 45px; }.geography-grid, .source-links { grid-template-columns: 1fr; }.geography-grid article, .source-links a { border-right: 0; border-bottom: 1px solid var(--line); }.geography-grid article:nth-child(n+3), .source-links a:nth-child(n+3) { border-bottom: 1px solid var(--line); }.geography-grid article:last-child, .source-links a:last-child { border-bottom: 0; }.coverage-layout { grid-template-columns: 1fr; }.compare-section { padding: 34px 22px; }.compare-head { grid-template-columns: 1fr; gap: 20px; }.compare-head h2 { font-size: 43px; }.compare-controls { grid-template-columns: 1fr; }.compare-controls > span { display: none; }.compare-row { grid-template-columns: minmax(140px, 1fr) repeat(2, minmax(88px, .6fr)); }.compare-row > * { padding: 11px 8px; }
  .benchmark-hero { padding: 44px 24px; }.benchmark-hero h1 { font-size: 48px; }.benchmark-section-head { grid-template-columns: 1fr; gap: 8px; }.benchmark-grid { grid-template-columns: 1fr; }.benchmark-grid article, .benchmark-grid article:last-child { grid-column: auto; min-height: 340px; }.benchmark-cards { padding-top: 72px; }.adoption-copy { padding: 34px 24px; }.adoption-list { grid-template-columns: 1fr; }.adoption-list li { min-height: 160px; border-right: 0; border-bottom: 1px solid var(--line); }.adoption-list li:nth-child(n+7) { border-bottom: 1px solid var(--line); }.adoption-list li:last-child { border-bottom: 0; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
