/* Only the AV DS families and language subsets used by this product. Inlining
   the face registry removes an extra render-blocking stylesheet request. */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("avds-fonts/ibm-plex-sans-001.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("avds-fonts/ibm-plex-sans-002.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("avds-fonts/ibm-plex-sans-006.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Onest;
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("avds-fonts/onest-054.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Onest;
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("avds-fonts/onest-055.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: Onest;
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("avds-fonts/onest-057.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("avds-fonts/ibm-plex-mono-037.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("avds-fonts/ibm-plex-mono-038.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("avds-fonts/ibm-plex-mono-041.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* qz.energy v0.5 – AV DS 4.4 public product layer */
:root {
  --qz-ink: #07131f;
  --qz-ink-2: #102536;
  --qz-muted: #556b7c;
  --qz-line: #d5e1e6;
  --qz-paper: #edf3f4;
  --qz-surface: #ffffff;
  --qz-teal: #087f75;
  --qz-teal-bright: #27d8c1;
  --qz-cyan: #28c7ec;
  --qz-dark: #071822;
  --qz-warm: #ffbd59;
  --qz-lime: #d7ff76;
  --sans: "IBM Plex Sans", Inter, Arial, sans-serif;
  --display: Onest, "IBM Plex Sans", Inter, Arial, sans-serif;
  --mono: "IBM Plex Mono", monospace;
  --page-max: 1520px;
  --av-color-background: var(--qz-paper);
  --av-color-foreground: var(--qz-ink);
  --av-color-primary: var(--qz-teal);
  --av-radius-lg: 14px;
  --av-shadow-sm: 0 1px 2px rgb(5 23 32 / 0.08);
  --av-shadow-lg: 0 22px 70px -32px rgb(5 23 32 / 0.42);
}

html {
  background: var(--qz-paper);
}

body {
  color: var(--qz-ink);
  background:
    linear-gradient(90deg, rgb(8 127 117 / 0.035) 1px, transparent 1px) 0 0 / 96px 96px,
    linear-gradient(rgb(8 127 117 / 0.025) 1px, transparent 1px) 0 0 / 96px 96px,
    var(--qz-paper);
  font-family: var(--sans);
}

.container,
.site-topbar {
  width: min(var(--page-max), calc(100% - 64px));
}

.site-header,
.site-topbar {
  min-height: 78px;
  border: 1px solid rgb(213 225 230 / 0.82);
  border-top: 0;
  border-radius: 0 0 16px 16px;
  background: rgb(249 252 252 / 0.9);
  box-shadow: 0 12px 30px -26px rgb(7 24 34 / 0.75);
  backdrop-filter: blur(18px) saturate(1.25);
}

.site-header {
  padding-inline: 22px;
}

.site-topbar {
  padding-inline: 22px;
}

.brand {
  font-family: var(--display);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.07em;
}

.brand span,
.brand i {
  color: var(--qz-teal);
}

.site-header nav,
.site-topbar nav {
  gap: 4px;
  padding: 4px;
  border: 1px solid #dfe9ec;
  border-radius: 999px;
  background: #fff;
}

.site-header nav a,
.site-topbar nav a {
  padding: 8px 14px;
  border-radius: 999px;
  color: #496072;
  font-size: 12px;
  font-weight: 700;
  transition: color 150ms ease, background 150ms ease;
}

.site-header nav a:hover,
.site-topbar nav a:hover,
.site-header nav a[aria-current="page"],
.site-topbar nav a[aria-current="page"] {
  color: #075d57;
  background: #e7f5f2;
}

.header-link {
  color: var(--qz-teal);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

h1,
h2,
h3,
.desk-intro h1,
.lead-story h2,
.home-section-card strong {
  font-family: var(--display);
  text-wrap: balance;
}

h1 {
  font-size: clamp(48px, 5.4vw, 88px);
  line-height: 0.96;
  letter-spacing: -0.072em;
}

h2 {
  letter-spacing: -0.052em;
}

.eyebrow,
.desk-label,
.panel-head,
.story-meta,
.geo-kicker {
  font-family: var(--mono);
  letter-spacing: 0.08em;
}

.button,
.av-button {
  min-height: 44px;
  border-radius: 8px;
  font-weight: 700;
}

.button.primary,
.av-button:not(.av-button--secondary):not(.av-button--ghost) {
  border-color: #0a8b80;
  color: #fff;
  background: linear-gradient(135deg, #09958a, #086b65);
  box-shadow: 0 12px 28px -18px rgb(0 80 73 / 0.75);
}

.button.quiet,
.av-button--secondary {
  border-color: #cbd9de;
  background: rgb(255 255 255 / 0.86);
}

/* Home: a real editorial/data cover rather than a narrow card wall. */
.portal-hero {
  padding: 32px 0 0;
}

.news-desk {
  position: relative;
  isolation: isolate;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.72fr) 230px;
  min-height: 660px;
  overflow: hidden;
  border: 0;
  border-radius: 26px 26px 0 0;
  color: #eefdfb;
  background: #06131e url("qz-energy-hero.jpg") center / cover no-repeat;
  box-shadow: 0 40px 90px -46px rgb(4 19 29 / 0.9);
}

.news-desk::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgb(3 11 21 / 0.98) 0%, rgb(3 11 21 / 0.87) 34%, rgb(3 11 21 / 0.3) 72%, rgb(3 11 21 / 0.06) 100%),
    linear-gradient(0deg, rgb(3 11 21 / 0.7), transparent 48%);
}

.news-desk::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  opacity: 0.16;
  background-image:
    linear-gradient(rgb(76 220 203 / 0.35) 1px, transparent 1px),
    linear-gradient(90deg, rgb(76 220 203 / 0.35) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000, transparent 75%);
}

.desk-intro {
  display: flex;
  min-height: 660px;
  justify-content: center;
  padding: clamp(46px, 5vw, 74px);
  border: 0;
  color: #eefdfb;
  background: linear-gradient(90deg, rgb(3 11 21 / 0.96), rgb(3 11 21 / 0.78));
  flex-direction: column;
}

.desk-intro h1 {
  max-width: 700px;
  margin: 18px 0 24px;
  color: #f4ffff;
  font-size: clamp(52px, 4.35vw, 74px);
  line-height: 0.93;
  letter-spacing: -0.065em;
}

.desk-intro > p:not(.eyebrow) {
  max-width: 590px;
  color: #bcd2d8;
  font-size: 17px;
  line-height: 1.55;
}

.desk-intro .eyebrow,
.lead-story .desk-label,
.release-terminal span {
  color: #65e2d0;
}

.desk-intro .button.quiet {
  border-color: rgb(137 204 198 / 0.35);
  color: #e8f8f6;
  background: rgb(7 32 40 / 0.62);
  backdrop-filter: blur(10px);
}

.desk-intro .hero-actions {
  max-width: 620px;
}

.lead-story {
  align-self: end;
  min-height: 314px;
  margin: 0 0 28px;
  padding: 30px;
  border: 1px solid rgb(142 219 210 / 0.2);
  border-radius: 16px;
  background: rgb(5 27 34 / 0.82);
  box-shadow: 0 24px 60px -42px rgb(0 0 0 / 0.85);
  backdrop-filter: blur(20px) saturate(1.25);
}

.lead-story h2 {
  color: #f5ffff;
  font-size: clamp(29px, 2.45vw, 40px);
  line-height: 0.99;
}

.lead-story p {
  color: #b8ced2;
  font-size: 14px;
}

.lead-story a {
  color: #70e7d7;
}

.release-terminal {
  align-self: end;
  min-height: 314px;
  margin: 0 28px 28px 0;
  border: 1px solid rgb(142 219 210 / 0.2);
  border-radius: 16px;
  background: rgb(3 17 25 / 0.8);
  backdrop-filter: blur(16px);
}

.front-grid {
  overflow: hidden;
  border: 1px solid var(--qz-line);
  border-top: 0;
  border-radius: 0 0 26px 26px;
  background: #f8fbfb;
  box-shadow: 0 35px 90px -65px rgb(4 19 29 / 0.75);
}

.front-panel {
  min-height: 304px;
  background: transparent;
}

.metrics-panel {
  background: linear-gradient(150deg, #e3f4f0, #f8fbfb 72%);
}

.front-metrics article {
  border: 1px solid rgb(213 225 230 / 0.72);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 24px -22px rgb(6 41 45 / 0.8);
}

.front-metrics strong {
  color: #087f75;
}

.front-map-visual {
  min-height: 116px;
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgb(8 127 117 / 0.12), transparent),
    #e8f2f2;
}

.home-directory {
  padding: 96px 0 84px;
}

.home-directory-head {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(48px, 8vw, 128px);
  align-items: end;
  margin-bottom: 44px;
}

.home-directory-head h2 {
  max-width: 760px;
  font-size: clamp(46px, 4.7vw, 70px);
  line-height: 0.95;
}

.home-directory-lead {
  max-width: 430px;
  margin: 26px 0 2px;
  color: var(--qz-muted);
  font-size: 16px;
  line-height: 1.6;
}

.home-directory-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
}

.home-section-card {
  grid-column: span 4;
  position: relative;
  min-height: 310px;
  overflow: hidden;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 20px 60px -44px rgb(8 35 46 / 0.72);
}

.home-section-card::before {
  position: absolute;
  top: 0;
  right: 30px;
  left: 30px;
  height: 3px;
  border-radius: 0 0 999px 999px;
  content: "";
  background: linear-gradient(90deg, var(--qz-teal), var(--qz-cyan));
  transform: scaleX(0.28);
  transform-origin: left;
  transition: transform 180ms ease;
}

.home-section-card::after {
  position: absolute;
  right: -44px;
  bottom: -54px;
  width: 190px;
  height: 190px;
  border: 1px solid rgb(8 127 117 / 0.22);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 24px rgb(8 127 117 / 0.05), 0 0 0 52px rgb(8 127 117 / 0.035);
}

.home-section-card:hover::before,
.home-section-card:focus-visible::before {
  transform: scaleX(1);
}

.home-section-card strong {
  max-width: 320px;
  margin-top: 42px;
  font-size: 31px;
  line-height: 1.02;
}

.home-section-card p,
.home-section-card b {
  position: relative;
  z-index: 1;
}

.home-section-card p {
  max-width: 360px;
  line-height: 1.55;
}

.home-section-card:nth-child(4),
.home-section-card:nth-child(5) {
  grid-column: span 6;
  min-height: 262px;
}

.home-section-card--media {
  color: #efffff;
  border-color: #173e45;
  background:
    linear-gradient(135deg, rgb(4 24 33 / 0.82), rgb(4 24 33 / 0.25)),
    url("qz-energy-hero.jpg") 70% center / cover;
}

.home-section-card--media span,
.home-section-card--media b {
  color: #68ead8;
}

.home-section-card--media p {
  color: #bad1d5;
}

.home-section-card--sources {
  color: #efffff;
  border-color: #173e45;
  background:
    radial-gradient(circle at 88% 15%, rgb(39 216 193 / 0.18), transparent 28%),
    linear-gradient(135deg, #07202b, #092f35);
}

.home-section-card--sources span,
.home-section-card--sources b {
  color: #68ead8;
}

.home-section-card--sources p {
  color: #bad1d5;
}

.home-source-band {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(42px, 7vw, 108px);
  margin-bottom: 96px;
  padding: clamp(34px, 4vw, 58px);
  overflow: hidden;
  border: 1px solid #193d46;
  border-radius: 24px;
  color: #eafffb;
  background:
    radial-gradient(circle at 100% 0, rgb(40 199 236 / 0.13), transparent 33%),
    linear-gradient(135deg, #061722, #0a2931);
  box-shadow: 0 30px 80px -56px rgb(3 25 37 / 0.92);
}

.home-source-band .eyebrow {
  color: #66e5d3;
}

.home-source-band h2 {
  max-width: 520px;
  margin-bottom: 18px;
  color: #f2fffd;
  font-size: clamp(38px, 3.6vw, 56px);
  line-height: 0.98;
}

.home-source-band-copy > p:last-child {
  max-width: 540px;
  margin-bottom: 0;
  color: #afc9ce;
  font-size: 15px;
}

.home-source-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: center;
  border-top: 1px solid rgb(119 209 199 / 0.23);
}

.home-source-links a {
  min-height: 82px;
  padding: 20px 18px 18px 0;
  border-bottom: 1px solid rgb(119 209 199 / 0.23);
  color: #efffff;
  font-weight: 700;
  transition: color 150ms ease, padding-left 150ms ease;
}

.home-source-links a:nth-child(odd) {
  border-right: 1px solid rgb(119 209 199 / 0.23);
}

.home-source-links a:nth-child(even) {
  padding-left: 18px;
}

.home-source-links a:hover,
.home-source-links a:focus-visible {
  color: #68ead8;
}

.home-source-links a span {
  display: block;
  margin-top: 5px;
  color: #749ba1;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.operations-board {
  padding: 100px 0 30px;
}

.operations-board-head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.72fr);
  gap: clamp(32px, 6vw, 96px);
  align-items: end;
  margin-bottom: 28px;
}

.operations-board-head h2 {
  max-width: 960px;
  font-size: clamp(42px, 4.6vw, 72px);
  line-height: 0.94;
}

.operations-board-head > p {
  color: #4d6372;
  font-size: 16px;
  line-height: 1.65;
}

.operations-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(330px, 0.75fr);
  gap: 18px;
}

.system-map-card,
.operations-stack,
.operations-rhythm,
.editorial-command,
.passport-dossier,
.indicator-flowboard,
.trust-protocol,
.avds-qazgeo-link {
  box-shadow: 0 28px 74px -56px rgb(4 35 43 / 0.88);
}

.system-map-card {
  overflow: hidden;
  border: 1px solid #143842;
  border-radius: 24px;
  color: #ecfffb;
  background:
    radial-gradient(circle at 82% 18%, rgb(40 199 236 / 0.18), transparent 30%),
    linear-gradient(145deg, #06131d, #082d32);
}

.system-map-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 26px 0;
}

.system-map-card-head span,
.system-map-card-head strong,
.operations-stack span,
.operations-rhythm span,
.editorial-command span,
.passport-dossier-grid span,
.indicator-flow-visual span,
.trust-protocol li strong,
.tech-link-grid span {
  font-family: var(--mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.system-map-card-head span {
  color: #69e8d6;
  font-size: 11px;
  font-weight: 700;
}

.system-map-card-head strong {
  color: #a7c6cc;
  font-size: 10px;
}

.system-map-card svg {
  display: block;
  width: 100%;
  min-height: 420px;
  padding: 12px 26px 2px;
}

.ops-map-outline {
  fill: rgb(100 225 207 / 0.09);
  stroke: rgb(126 226 215 / 0.34);
  stroke-width: 2;
}

.ops-flow {
  fill: none;
  stroke-linecap: round;
  stroke-width: 7;
  filter: url("#opsGlow");
}

.ops-flow-blue { stroke: url("#opsLineBlue"); }
.ops-flow-warm { stroke: url("#opsLineWarm"); }
.ops-flow-lime { stroke: #d7ff76; }

.ops-node {
  stroke: #f4fffb;
  stroke-width: 4;
  filter: url("#opsGlow");
}

.ops-node-blue { fill: #55d5ff; }
.ops-node-warm { fill: #ffbd59; }
.ops-node-lime { fill: #d7ff76; }

.system-map-card text {
  fill: #c9f8f1;
  font: 700 17px/1 var(--mono);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ops-map-legend {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgb(122 224 212 / 0.18);
}

.ops-map-legend span {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  gap: 10px;
  padding: 0 22px;
  border-right: 1px solid rgb(122 224 212 / 0.18);
  color: #b7d3d8;
  font-size: 12px;
  font-weight: 650;
}

.ops-map-legend span:last-child {
  border-right: 0;
}

.ops-map-legend i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.legend-electric { background: #55d5ff; }
.legend-oil { background: #ffbd59; }
.legend-gas { background: #d7ff76; }

.operations-stack {
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid #cbdfe2;
  border-radius: 24px;
  background: #fff;
}

.operations-stack article {
  min-height: 126px;
  padding: 24px;
  border-bottom: 1px solid #dce8ea;
  background:
    radial-gradient(circle at 100% 0, rgb(8 127 117 / 0.08), transparent 28%),
    #fff;
}

.operations-stack article:last-child {
  border-bottom: 0;
}

.operations-stack span,
.operations-rhythm span {
  color: #0f766e;
  font-size: 10px;
  font-weight: 750;
}

.operations-stack strong {
  display: block;
  margin: 10px 0 8px;
  font: 750 30px/1 var(--display);
  letter-spacing: -0.06em;
}

.operations-stack p,
.operations-rhythm p {
  margin: 0;
  color: #506575;
  font-size: 13px;
  line-height: 1.5;
}

.operations-rhythm {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  margin-top: 18px;
  border: 1px solid #143842;
  border-radius: 22px;
  color: #efffff;
  background: linear-gradient(135deg, #061722, #092f35);
}

.operations-rhythm article {
  min-height: 170px;
  padding: 24px;
  border-right: 1px solid rgb(122 224 212 / 0.18);
}

.operations-rhythm article:last-child {
  border-right: 0;
}

.operations-rhythm span {
  color: #66e5d3;
}

.operations-rhythm strong {
  display: block;
  margin: 12px 0 9px;
  color: #f2fffd;
  font: 750 25px/1.05 var(--display);
  letter-spacing: -0.052em;
}

.operations-rhythm p {
  color: #a8c4c8;
}

.home-evidence {
  padding: 76px 0 16px;
}

.home-evidence-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.52fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: end;
  margin-bottom: 30px;
}

.home-evidence-head h2 {
  max-width: 820px;
  font-size: clamp(42px, 4.4vw, 68px);
  line-height: 0.96;
}

.home-evidence-head > p {
  color: var(--qz-muted);
  font-size: 16px;
  line-height: 1.58;
}

.home-evidence-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.home-evidence-card {
  display: flex;
  min-height: 310px;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
  padding: 26px;
  border: 1px solid rgb(8 127 117 / 0.16);
  border-top: 4px solid var(--qz-teal);
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 100%, rgb(8 127 117 / 0.12), transparent 34%),
    #fff;
  box-shadow: 0 24px 70px -54px rgb(4 36 48 / 0.85);
}

.home-evidence-card:nth-child(3) {
  color: #efffff;
  border-color: #18343e;
  border-top-color: #34d7c2;
  background:
    radial-gradient(circle at 90% 5%, rgb(40 199 236 / 0.18), transparent 30%),
    linear-gradient(145deg, #061722, #0a3035);
}

.home-evidence-card > span {
  color: var(--qz-teal);
  font: 750 10px/1 var(--mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-evidence-card:nth-child(3) > span {
  color: #68e5d4;
}

.home-evidence-card strong {
  color: var(--qz-ink);
  font: 750 clamp(24px, 2.1vw, 34px)/1.02 var(--display);
  letter-spacing: -0.055em;
}

.home-evidence-card:nth-child(3) strong {
  color: #efffff;
}

.home-evidence-card p {
  color: #536b78;
  line-height: 1.55;
}

.home-evidence-card:nth-child(3) p {
  color: #aac5ca;
}

.home-evidence-card a {
  margin-top: auto;
  color: var(--qz-teal);
  font: 750 12px/1.2 var(--mono);
}

.home-evidence-card:nth-child(3) a {
  color: #68e5d4;
}

/* Section covers */
.section-hero,
.hero {
  margin-top: 32px;
  padding: clamp(58px, 7vw, 106px);
  overflow: hidden;
  border-radius: 24px;
  color: #efffff;
  background:
    radial-gradient(circle at 86% 28%, rgb(39 216 193 / 0.2), transparent 27%),
    linear-gradient(135deg, #071923, #0b2d32);
  box-shadow: 0 30px 80px -56px rgb(4 20 30 / 0.82);
}

.section-hero h1,
.hero h1 {
  max-width: 1000px;
  color: #f5ffff;
}

.section-hero h1 em,
.hero h1 em {
  color: #5fe1cf;
}

.section-hero > div > p,
.hero-copy > .lead,
.section-hero-grid > div > p {
  color: #b8cfd5;
}

.section-hero .button.quiet,
.hero .button.quiet {
  border-color: rgb(111 205 193 / 0.28);
  color: #e7f8f6;
  background: rgb(13 47 55 / 0.66);
}

.section-hero-note {
  border: 1px solid rgb(106 223 190 / 0.25);
  background: rgb(4 21 29 / 0.74);
  backdrop-filter: blur(12px);
}

[data-page="media"] .section-hero {
  position: relative;
  isolation: isolate;
  min-height: 520px;
  background: #071923 url("qz-energy-hero.jpg") center / cover;
}

[data-page="media"] .section-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgb(3 13 23 / 0.95) 0 42%, rgb(3 13 23 / 0.35) 78%, rgb(3 13 23 / 0.12));
}

[data-page="map"] .section-hero {
  background:
    radial-gradient(circle at 78% 48%, rgb(40 199 236 / 0.23), transparent 22%),
    linear-gradient(135deg, #06131d, #07302f);
}

[data-page="objects"] .hero,
[data-page="indicators"] .hero,
[data-page="sources"] .hero,
[data-page="pulse"] .hero {
  background:
    linear-gradient(115deg, rgb(3 16 25 / 0.96), rgb(4 43 46 / 0.82)),
    url("qz-energy-hero.jpg") center / cover;
}

[data-page="pulse"] .hero {
  min-height: 470px;
  background-position: 62% center;
}

.methodology {
  padding: 46px 0 34px;
}

.method-grid {
  padding: 34px;
  border-radius: 18px;
  background: linear-gradient(135deg, #dff2ef, #f9fcfc);
  box-shadow: 0 18px 50px -42px rgb(4 35 43 / 0.85);
}

.method-grid h2 {
  font-size: clamp(30px, 3vw, 46px);
}

.stories-section {
  padding: 38px 0 100px;
}

.story-grid {
  gap: 18px;
}

.story {
  min-height: 300px;
  padding: 26px;
  border-radius: 16px;
  box-shadow: 0 20px 50px -46px rgb(4 35 43 / 0.85);
}

.story:nth-child(3n + 1) {
  background: linear-gradient(145deg, #e8f7f4, #fff 72%);
}

.story:nth-child(3n + 2) {
  background: linear-gradient(145deg, #eef3fb, #fff 72%);
}

.story:nth-child(3n) {
  background: linear-gradient(145deg, #fff6e5, #fff 72%);
}

.story h3 {
  font-size: 25px;
  line-height: 1.04;
}

.avds-qazgeo-link,
.trust-protocol {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 28px;
  margin-top: 34px;
  margin-bottom: 92px;
  padding: clamp(30px, 4vw, 46px);
  border: 1px solid #143842;
  border-radius: 22px;
  color: #efffff;
  background:
    radial-gradient(circle at 86% 16%, rgb(40 199 236 / 0.15), transparent 30%),
    linear-gradient(135deg, #061722, #092f35);
}

.avds-qazgeo-link h2,
.trust-protocol h2 {
  color: #f4fffd;
  font-size: clamp(32px, 3.4vw, 54px);
  line-height: 0.98;
}

.avds-qazgeo-link p,
.trust-protocol > div > p {
  color: #aac5ca;
  line-height: 1.6;
}

.tech-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.tech-link-grid article,
.trust-protocol li {
  min-height: 184px;
  padding: 22px;
  border: 1px solid rgb(122 224 212 / 0.2);
  border-radius: 16px;
  background: rgb(5 27 34 / 0.58);
}

.tech-link-grid span {
  color: #66e5d3;
  font-size: 10px;
  font-weight: 750;
}

.tech-link-grid strong {
  display: block;
  margin: 12px 0 8px;
  color: #f4fffd;
  font: 750 25px/1 var(--display);
  letter-spacing: -0.052em;
}

.tech-link-grid p,
.trust-protocol li span {
  color: #aac5ca;
  font-size: 13px;
  line-height: 1.5;
}

.trust-protocol ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.trust-protocol li strong {
  display: block;
  margin-bottom: 14px;
  color: #66e5d3;
  font-size: 11px;
}

.domain-navigator {
  margin-bottom: 96px;
}

.domain-navigator .data-section-heading {
  align-items: end;
}

.domain-navigator-summary,
.domain-navigator-grid,
.domain-navigator-files {
  display: grid;
  gap: 14px;
}

.domain-navigator-summary {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 24px 0 18px;
}

.domain-navigator-summary article,
.domain-card {
  border: 1px solid rgb(8 127 117 / 0.14);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 20px 54px -48px rgb(3 30 42 / 0.8);
}

.domain-navigator-summary article {
  min-height: 150px;
  padding: 22px;
}

.domain-navigator-summary span,
.domain-card-meta span {
  color: var(--qz-teal);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.domain-navigator-summary strong {
  display: block;
  margin: 10px 0;
  font: 800 30px/1 var(--display);
  letter-spacing: -0.055em;
}

.domain-navigator-summary p,
.domain-card p,
.domain-card small {
  color: #526879;
  line-height: 1.52;
}

.domain-navigator-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.domain-card {
  position: relative;
  display: flex;
  min-height: 270px;
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
  padding: 22px;
}

.domain-card::after {
  position: absolute;
  right: -54px;
  bottom: -64px;
  width: 150px;
  height: 150px;
  border: 22px solid rgb(8 127 117 / 0.08);
  border-radius: 50%;
  content: "";
}

.domain-card.is-active {
  border-top: 4px solid #22c9d9;
}

.domain-card.is-waiting {
  border-top: 4px solid #ffbd59;
  background: linear-gradient(145deg, #fff8ea, #fff 68%);
}

.domain-card-meta {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.domain-card h3 {
  margin: 2px 0 0;
  font-size: 25px;
  line-height: 1.02;
}

.domain-card strong {
  color: var(--qz-teal);
  font: 800 25px/1 var(--display);
  letter-spacing: -0.052em;
}

.domain-card a {
  position: relative;
  z-index: 1;
  margin-top: auto;
  color: var(--qz-teal);
  font-weight: 800;
}

.domain-navigator-files {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 14px;
}

.domain-navigator-files a {
  padding: 13px 14px;
  border: 1px solid rgb(8 127 117 / 0.16);
  border-radius: 12px;
  color: #075d57;
  background: rgb(255 255 255 / 0.72);
  font-weight: 800;
}

/* Media */
.media-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  padding-top: 32px;
  padding-bottom: 110px;
}

.editorial-command {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
  gap: 28px;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid #c9dfe0;
  border-radius: 22px;
  background: #fff;
}

.editorial-command article {
  padding: 34px;
  color: #efffff;
  background:
    radial-gradient(circle at 90% 14%, rgb(40 199 236 / 0.18), transparent 28%),
    linear-gradient(135deg, #061722, #092f35);
}

.editorial-command h2 {
  max-width: 820px;
  margin: 18px 0 0;
  color: #f4fffd;
  font-size: clamp(32px, 3.3vw, 52px);
  line-height: 0.98;
}

.editorial-command > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.editorial-command > div span {
  display: grid;
  min-height: 100%;
  align-content: center;
  padding: 24px;
  border-left: 1px solid #d8e6e8;
  color: #0f766e;
  font-size: 11px;
  font-weight: 750;
}

.media-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.media-story {
  grid-column: span 2;
  position: relative;
  isolation: isolate;
  min-height: 360px;
  overflow: hidden;
  padding: 180px 28px 28px;
  border-radius: 18px;
  box-shadow: 0 24px 60px -48px rgb(3 26 35 / 0.9);
}

.media-story::before {
  position: absolute;
  z-index: -2;
  inset: 0 0 auto;
  height: 155px;
  content: "";
  background:
    radial-gradient(circle at 76% 36%, rgb(215 255 118 / 0.75) 0 5px, transparent 6px),
    linear-gradient(145deg, #08242d, #0b6662);
}

.media-story::after {
  position: absolute;
  z-index: -1;
  top: 24px;
  right: -18px;
  width: 260px;
  height: 110px;
  border: 1px solid rgb(98 234 215 / 0.3);
  border-radius: 50%;
  content: "";
  transform: rotate(-12deg);
  box-shadow: 0 0 0 22px rgb(40 199 236 / 0.06), 0 0 0 48px rgb(40 199 236 / 0.035);
}

.media-story:nth-child(3)::before {
  background: linear-gradient(145deg, #3a2609, #d08019);
}

.media-story:nth-child(4)::before {
  background: linear-gradient(145deg, #0b263f, #176390);
}

.media-story:nth-child(5)::before {
  background: linear-gradient(145deg, #1c1739, #5142a0);
}

.media-story:nth-child(6)::before {
  background: linear-gradient(145deg, #12341e, #338850);
}

.media-story.featured {
  grid-column: 1 / -1;
  min-height: 540px;
  padding: 300px 42px 38px;
  color: #efffff;
  background: #071923;
}

.media-story.featured::before {
  height: 100%;
  background:
    linear-gradient(0deg, rgb(3 17 26 / 0.96) 0 30%, rgb(3 17 26 / 0.24) 75%),
    url("qz-energy-hero.jpg") center / cover;
}

.media-story.featured::after {
  display: none;
}

.media-story h2 {
  max-width: 920px;
  font-size: clamp(36px, 4.4vw, 62px);
  line-height: 0.98;
}

.media-story h3 {
  font-size: 27px;
  line-height: 1.02;
}

.media-story:nth-child(5),
.media-story:nth-child(6) {
  grid-column: span 3;
}

.media-rail {
  position: static;
  order: -1;
  display: grid;
  grid-template-columns: minmax(190px, 0.55fr) minmax(0, 2.45fr) auto;
  gap: 24px;
  align-items: center;
  padding: 22px 26px;
  border-radius: 18px;
  background: linear-gradient(160deg, #fff, #eaf6f4);
  box-shadow: 0 20px 54px -46px rgb(3 31 39 / 0.85);
}

.media-rail .eyebrow {
  margin: 0;
}

.media-rail ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.media-rail li {
  min-height: 70px;
  padding: 6px 22px;
  border-left: 1px solid #d5e5e5;
}

.media-rail li strong,
.media-rail li span {
  display: block;
}

.media-rail li strong {
  font-size: 16px;
}

.media-rail li span {
  margin-top: 5px;
  color: var(--qz-muted);
  font-size: 11px;
  line-height: 1.4;
}

.media-rail .button {
  white-space: nowrap;
}

[data-page="indicators"] .stories-section .story-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

[data-page="indicators"] .stories-section .story {
  min-height: 270px;
  padding: 22px;
}

[data-page="indicators"] .stories-section .story h3 {
  font-size: 22px;
}

.indicator-flowboard {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: 28px;
  margin-top: 26px;
  padding: clamp(30px, 4vw, 46px);
  border: 1px solid #c9dfe0;
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0, rgb(40 199 236 / 0.1), transparent 28%),
    #fff;
}

.indicator-flow-copy h2 {
  max-width: 680px;
  font-size: clamp(34px, 3.5vw, 54px);
  line-height: 0.98;
}

.indicator-flow-copy p:not(.eyebrow) {
  max-width: 560px;
  color: #506575;
  font-size: 15px;
  line-height: 1.6;
}

.indicator-flow-visual {
  display: grid;
  gap: 12px;
  align-content: center;
}

.indicator-flow-visual article {
  position: relative;
  overflow: hidden;
  padding: 22px;
  border: 1px solid #d7e5e7;
  border-radius: 16px;
  background: linear-gradient(145deg, #f7fbfb, #fff);
}

.indicator-flow-visual span {
  color: #0f766e;
  font-size: 10px;
  font-weight: 750;
}

.indicator-flow-visual strong {
  display: block;
  margin: 10px 0 3px;
  color: #07131f;
  font: 800 44px/0.95 var(--display);
  letter-spacing: -0.065em;
}

.indicator-flow-visual p {
  position: relative;
  z-index: 1;
  margin: 0 0 18px;
  color: #506575;
}

.indicator-flow-visual i {
  display: block;
  width: var(--bar, 50%);
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0f766e, #28c7ec);
}

.indicator-flow-visual .bar-44 {
  --bar: 44%;
}

.indicator-flow-visual .bar-78 {
  --bar: 78%;
}

.indicator-flow-visual .bar-86 {
  --bar: 86%;
}

/* Objects: searchable public registry with data-rich passports. */
[data-page="objects"] .hero {
  display: flex;
  min-height: 520px;
  align-items: center;
  padding: 68px 78px;
  background-position: 68% center;
}

[data-page="objects"] .hero-copy {
  max-width: 760px;
}

[data-page="objects"] .hero h1 {
  max-width: 740px;
  font-size: clamp(52px, 5.2vw, 78px);
}

.registry-overview {
  padding: 46px 0 30px;
}

.registry-overview-shell {
  display: grid;
  grid-template-columns: minmax(250px, 0.95fr) minmax(430px, 1.45fr) minmax(250px, 0.8fr);
  overflow: hidden;
  border: 1px solid #c9dfe0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 22px 58px -48px rgb(3 31 39 / 0.9);
}

.registry-overview-total,
.registry-overview-action {
  padding: 30px;
}

.registry-overview-total {
  color: #eafffb;
  background:
    radial-gradient(circle at 92% 12%, rgb(81 225 178 / 0.18), transparent 25%),
    linear-gradient(145deg, #071923, #0b3f40);
}

.registry-overview-total > span {
  color: #75cfc3;
  font: 600 10px/1 var(--mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.registry-overview-total > strong {
  display: block;
  margin: 18px 0 5px;
  color: #63e6d4;
  font: 700 68px/0.8 var(--display);
  letter-spacing: -0.08em;
}

.registry-overview-total h2 {
  margin: 0 0 22px;
  color: #f4ffff;
  font-size: 27px;
}

.registry-overview-total p,
.registry-overview-action p {
  margin: 0;
  color: #a8c4c8;
  font-size: 13px;
}

.registry-sector-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-inline: 1px solid #d6e4e6;
}

.registry-sector-summary article {
  display: grid;
  min-height: 138px;
  align-content: center;
  gap: 7px;
  padding: 24px;
  border-right: 1px solid #d6e4e6;
  border-bottom: 1px solid #d6e4e6;
  background: linear-gradient(145deg, #f6fbfa, #fff);
}

.registry-sector-summary article:nth-child(2n) {
  border-right: 0;
}

.registry-sector-summary article:nth-child(n + 3) {
  border-bottom: 0;
}

.registry-sector-summary article::before {
  width: 32px;
  height: 4px;
  border-radius: 99px;
  background: var(--sector-color, #0f766e);
  content: "";
}

.registry-sector-summary article[data-layer="electricity"] { --sector-color: #0ea5c6; }
.registry-sector-summary article[data-layer="oil"] { --sector-color: #e78a2e; }
.registry-sector-summary article[data-layer="gas"] { --sector-color: #93b829; }
.registry-sector-summary article[data-layer="transition"] { --sector-color: #20a983; }

.registry-sector-summary strong {
  color: var(--qz-ink);
  font: 750 35px/1 var(--display);
  letter-spacing: -0.06em;
}

.registry-sector-summary span {
  color: #506575;
  font-size: 12px;
  font-weight: 650;
}

.registry-overview-action {
  display: flex;
  justify-content: center;
  background: linear-gradient(160deg, #edf8f6, #fff);
  flex-direction: column;
}

.registry-overview-action p {
  color: #506575;
}

.registry-overview-action .button {
  margin-top: 24px;
}

.object-directory-toolbar {
  position: sticky;
  z-index: 12;
  top: 88px;
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(0, 1.4fr);
  align-items: end;
  gap: 18px 28px;
  padding: 24px;
  border-color: #cbdde1;
  border-radius: 18px;
  box-shadow: 0 18px 46px -38px rgb(4 35 43 / 0.88);
}

.directory-toolbar-head {
  display: flex;
  grid-column: 1 / -1;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.directory-toolbar-head .eyebrow {
  margin-bottom: 8px;
}

.directory-toolbar-head h2 {
  margin: 0;
  font-size: 34px;
}

.object-directory-toolbar .directory-toolbar-head > p {
  margin: 0 0 5px;
  color: #0f766e;
  font: 650 12px/1 var(--mono);
}

.directory-search {
  min-width: 0;
}

.object-directory-toolbar .directory-search input {
  min-height: 48px;
  border-radius: 10px;
  background: #f7fafb;
}

.directory-sector-filters {
  display: flex;
  min-width: 0;
  gap: 7px;
  justify-content: flex-end;
}

.directory-sector-filters button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border: 1px solid #d6e2e5;
  border-radius: 9px;
  color: #506575;
  background: #fff;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
}

.directory-sector-filters button span {
  display: grid;
  min-width: 21px;
  height: 21px;
  place-items: center;
  border-radius: 99px;
  color: #6c7d89;
  background: #eef3f4;
  font: 650 10px/1 var(--mono);
}

.directory-sector-filters button:hover,
.directory-sector-filters button.is-active {
  border-color: #76bfb5;
  color: #075e57;
  background: #eaf7f4;
}

.directory-sector-filters button.is-active span {
  color: #eafffb;
  background: #0f766e;
}

.object-results {
  padding-top: 26px;
}

.passport-dossier {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 28px;
  margin-top: 26px;
  padding: clamp(30px, 4vw, 46px);
  border: 1px solid #143842;
  border-radius: 22px;
  color: #efffff;
  background:
    radial-gradient(circle at 86% 18%, rgb(39 216 193 / 0.16), transparent 30%),
    linear-gradient(135deg, #061722, #092f35);
}

.passport-dossier h2 {
  max-width: 640px;
  color: #f4fffd;
  font-size: clamp(34px, 3.4vw, 54px);
  line-height: 0.98;
}

.passport-dossier-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.passport-dossier-grid article {
  min-height: 164px;
  padding: 22px;
  border: 1px solid rgb(122 224 212 / 0.2);
  border-radius: 16px;
  background: rgb(5 27 34 / 0.58);
}

.passport-dossier-grid span {
  color: #66e5d3;
  font-size: 10px;
  font-weight: 750;
}

.passport-dossier-grid strong {
  display: block;
  margin: 12px 0 8px;
  color: #f4fffd;
  font: 750 27px/1 var(--display);
  letter-spacing: -0.055em;
}

.passport-dossier-grid p {
  margin: 0;
  color: #aac5ca;
  font-size: 13px;
  line-height: 1.5;
}

.object-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.object-card {
  --sector-color: #0f766e;
  position: relative;
  display: flex;
  min-height: 500px;
  overflow: hidden;
  padding: 28px;
  border: 1px solid #d3e0e4;
  border-top: 5px solid var(--sector-color);
  border-radius: 18px;
  background:
    radial-gradient(circle at 95% 0, color-mix(in srgb, var(--sector-color) 11%, transparent), transparent 26%),
    #fff;
  box-shadow: 0 22px 56px -48px rgb(4 35 43 / 0.92);
  scroll-margin-top: 190px;
  flex-direction: column;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.object-card[data-layer="electricity"] { --sector-color: #0ea5c6; }
.object-card[data-layer="oil"] { --sector-color: #e78a2e; }
.object-card[data-layer="gas"] { --sector-color: #93b829; }
.object-card[data-layer="transition"] { --sector-color: #20a983; }

.object-card:hover {
  border-color: color-mix(in srgb, var(--sector-color) 52%, #cfdde1);
  transform: translateY(-3px);
  box-shadow: 0 30px 68px -50px rgb(4 35 43 / 0.96);
}

.object-card-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
}

.object-card-index {
  color: var(--sector-color);
  font: 700 30px/1 var(--display);
  letter-spacing: -0.08em;
}

.object-card-sector,
.object-card-status {
  color: #4f6674;
  font: 650 9px/1.25 var(--mono);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.object-card-status {
  padding: 7px 8px;
  border-radius: 99px;
  color: #27675f;
  background: #e8f6f3;
  text-align: right;
  letter-spacing: 0;
  text-transform: none;
}

.object-card-region {
  margin: 32px 0 7px;
  color: #587181;
  font-size: 12px;
  font-weight: 650;
}

.object-card h3 {
  max-width: 600px;
  margin: 0 0 14px;
  font-size: clamp(27px, 2.4vw, 38px);
  line-height: 0.98;
}

.object-card-role {
  max-width: 650px;
  margin-bottom: 24px;
  color: #506575;
  font-size: 14px;
}

.object-card-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: auto;
  border-block: 1px solid #dbe6e8;
}

.object-card-facts > div {
  min-width: 0;
  padding: 17px 12px 17px 0;
  border-right: 1px solid #dbe6e8;
}

.object-card-facts > div + div {
  padding-left: 12px;
}

.object-card-facts > div:last-child {
  padding-right: 0;
  border-right: 0;
}

.object-card-facts span,
.object-card-facts strong {
  display: block;
}

.object-card-facts span {
  min-height: 27px;
  margin-bottom: 8px;
  color: #6b7f8b;
  font: 600 9px/1.35 var(--mono);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.object-card-facts strong {
  color: #142532;
  font-size: 14px;
  line-height: 1.25;
}

.object-card-signals {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 16px;
}

.object-card-signals span,
.map-inspector-signals span {
  padding: 6px 8px;
  border: 1px solid #d6e4e6;
  border-radius: 99px;
  color: #55707c;
  background: #f7fafb;
  font-size: 10px;
  font-weight: 650;
}

.object-card-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.object-card-footer .button {
  min-height: 38px;
  font-size: 11px;
}

[data-page="sources"] .story {
  min-height: 260px;
}

/* Data desk */
.indicator-dashboard {
  padding: 42px 0 24px;
}

.indicator-summary {
  gap: 16px;
}

.indicator-kpi {
  position: relative;
  min-height: 178px;
  overflow: hidden;
  padding: 24px;
  border: 0;
  border-radius: 18px;
  color: #eafffb;
  background: linear-gradient(140deg, #08212c, #0c4e4d);
  box-shadow: 0 22px 58px -44px rgb(3 29 38 / 0.95);
}

.indicator-kpi::after {
  position: absolute;
  right: -30px;
  bottom: -55px;
  width: 150px;
  height: 150px;
  border: 1px solid rgb(95 225 207 / 0.22);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 18px rgb(95 225 207 / 0.045), 0 0 0 42px rgb(95 225 207 / 0.025);
}

.indicator-kpi span,
.indicator-kpi em {
  position: relative;
  z-index: 1;
  color: #abc7ca;
}

.indicator-kpi strong {
  position: relative;
  z-index: 1;
  color: #6de9d8;
}

.indicator-analysis-grid {
  gap: 16px;
  margin-top: 16px;
}

.indicator-analysis-card {
  min-height: 430px;
  padding: 34px;
  border-radius: 18px;
  box-shadow: 0 22px 60px -50px rgb(3 28 38 / 0.92);
}

.indicator-analysis-card:first-child {
  color: #eafffb;
  border: 0;
  background: linear-gradient(145deg, #071923, #0a3b3c);
}

.indicator-analysis-card:first-child .generation-row-head span,
.indicator-analysis-card:first-child .generation-row p {
  color: #a9c5ca;
}

.indicator-analysis-card:first-child .generation-rail {
  background: #193c42;
}

.indicator-workbench {
  padding: 26px 0 18px;
}

.indicator-workbench-panel {
  overflow: hidden;
  border: 1px solid rgb(4 78 74 / 0.14);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff, #f5fbfa);
  box-shadow: 0 26px 70px -54px rgb(3 30 42 / 0.88);
}

.indicator-workbench-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 300px) auto;
  gap: 14px;
  align-items: end;
  padding: 18px;
  border-bottom: 1px solid rgb(4 78 74 / 0.12);
}

.indicator-workbench-controls label {
  display: grid;
  gap: 7px;
  color: #617681;
  font: 800 11px/1.1 var(--mono);
  letter-spacing: .06em;
  text-transform: uppercase;
}

.indicator-workbench-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 1fr);
}

.indicator-bars {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 22px;
  border-right: 1px solid rgb(4 78 74 / 0.12);
  background: radial-gradient(circle at 12% 0%, rgb(15 143 131 / 0.14), transparent 34%), #eef7f5;
}

.indicator-bars article {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.indicator-bars span {
  color: #66828a;
  font: 800 10px/1.1 var(--mono);
  letter-spacing: .06em;
  text-transform: uppercase;
}

.indicator-bars strong {
  color: #092231;
  font: 800 15px/1.15 var(--display);
  letter-spacing: -.045em;
}

.indicator-bars i {
  display: block;
  width: var(--bar, 0%);
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0f8f83, #22d3ee);
  box-shadow: 0 0 0 1px rgb(255 255 255 / 0.7) inset, 0 8px 18px -12px rgb(4 78 74 / 0.8);
}

.indicator-bars .workbench-bar-52 {
  --bar: 52%;
}

.indicator-bars .workbench-bar-96 {
  --bar: 96%;
}

.indicator-bars .workbench-bar-100 {
  --bar: 100%;
}

.indicator-table-wrap {
  min-width: 0;
  overflow: auto;
  background: #fff;
}

.indicator-table {
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
  font-size: 13px;
}

.indicator-table th,
.indicator-table td {
  padding: 14px 16px;
  border-bottom: 1px solid rgb(4 78 74 / 0.1);
  text-align: left;
  vertical-align: top;
}

.indicator-table th {
  position: sticky;
  top: 0;
  z-index: 1;
  color: #66828a;
  background: #f7fbfb;
  font: 800 10px/1.1 var(--mono);
  letter-spacing: .06em;
  text-transform: uppercase;
}

.indicator-table td:nth-child(2) {
  color: #0f8f83;
  font-weight: 850;
  white-space: nowrap;
}

.indicator-table a {
  color: #0f766e;
  font-weight: 800;
}

.indicator-workbench-note {
  margin: 0;
  padding: 14px 18px;
  color: #617681;
  background: #f7fbfb;
  font-size: 12px;
}

.data-section-heading h2 {
  font-size: clamp(36px, 4vw, 58px);
}

.dataset-catalog-section {
  padding: 36px 0 18px;
}

.dataset-catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.dataset-card {
  display: flex;
  min-width: 0;
  min-height: 310px;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  border: 1px solid rgb(4 78 74 / 0.14);
  border-top: 4px solid #0f8f83;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 22px 54px -46px rgb(3 30 42 / 0.75);
}

.dataset-card h3 {
  margin: 0;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.02;
}

.dataset-card > p:not(.eyebrow) {
  color: #536979;
  overflow-wrap: anywhere;
}

.dataset-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.dataset-card-meta span,
.dataset-card-source {
  border: 1px solid rgb(9 80 76 / 0.12);
  border-radius: 999px;
  padding: 8px 10px;
  color: #31525c;
  background: #eef7f5;
  font: 700 10px/1.1 var(--mono);
  overflow-wrap: anywhere;
}

.dataset-card-source {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  border-radius: 10px;
}

.freshness-grid,
.map-completeness-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.source-freshness-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.freshness-card,
.layer-completeness-card {
  display: flex;
  min-width: 0;
  min-height: 240px;
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgb(8 127 117 / 0.14);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0, rgb(39 216 193 / 0.1), transparent 36%),
    #fff;
  box-shadow: 0 20px 54px -48px rgb(3 30 42 / 0.8);
}

.freshness-card h3,
.layer-completeness-card h3 {
  margin: 0;
  font-size: clamp(21px, 1.8vw, 28px);
  line-height: 1.04;
}

.freshness-card p:not(.eyebrow),
.layer-completeness-card p {
  color: #516b78;
}

.freshness-card strong,
.layer-completeness-card strong {
  margin-top: auto;
  color: var(--qz-teal);
  font: 750 16px/1.15 var(--display);
}

.freshness-card > span,
.layer-completeness-card > span {
  display: block;
  padding-top: 12px;
  border-top: 1px solid #d9e7e8;
  color: #607783;
  font-size: 12px;
  line-height: 1.45;
}

.freshness-card .button {
  width: fit-content;
  min-height: 38px;
  margin-top: 4px;
}

.map-completeness-section {
  margin-top: -56px;
  margin-bottom: 90px;
}

.layer-completeness-card {
  color: #eafffb;
  border-color: #18343e;
  background:
    radial-gradient(circle at 100% 0, rgb(39 216 193 / 0.16), transparent 38%),
    linear-gradient(145deg, #071923, #0b3034);
}

.layer-completeness-card p {
  color: #a9c5ca;
}

.layer-completeness-card strong {
  color: #68e5d4;
}

.layer-completeness-card > span {
  border-color: #24434b;
  color: #8baab0;
}

/* Map cover: concise context before the working atlas. */
.map-cover {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 430px;
  grid-template-columns: minmax(0, 1.35fr) minmax(360px, 0.65fr);
  gap: 56px;
  margin-top: 32px;
  overflow: hidden;
  padding: 56px 62px;
  border-radius: 24px;
  color: #efffff;
  background:
    radial-gradient(circle at 78% 42%, rgb(38 213 190 / 0.22), transparent 24%),
    linear-gradient(135deg, #06131d, #07302f);
  box-shadow: 0 30px 80px -56px rgb(4 20 30 / 0.9);
}

.map-cover::before {
  position: absolute;
  z-index: -1;
  right: -5%;
  bottom: -55%;
  width: 760px;
  height: 760px;
  border: 1px solid rgb(102 228 209 / 0.12);
  border-radius: 50%;
  content: "";
  box-shadow:
    0 0 0 55px rgb(102 228 209 / 0.025),
    0 0 0 120px rgb(102 228 209 / 0.018),
    0 0 0 190px rgb(102 228 209 / 0.012);
}

.map-cover-copy {
  align-self: center;
}

.map-cover h1 {
  max-width: 820px;
  margin-bottom: 20px;
  color: #f5ffff;
  font-size: clamp(54px, 5.6vw, 82px);
}

.map-cover h1 em {
  color: #5fe1cf;
}

.map-cover-copy > p:not(.eyebrow) {
  max-width: 720px;
  color: #b8cfd5;
  font-size: 16px;
}

.map-cover .button.quiet {
  border-color: rgb(111 205 193 / 0.3);
  color: #e7f8f6;
  background: rgb(13 47 55 / 0.66);
}

.map-cover-summary {
  align-self: stretch;
  padding: 28px;
  border: 1px solid rgb(106 223 190 / 0.25);
  border-radius: 18px;
  background: rgb(4 21 29 / 0.68);
  backdrop-filter: blur(12px);
}

.map-cover-total > span {
  color: #6fc9be;
  font: 600 9px/1 var(--mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.map-cover-total > strong {
  display: block;
  max-width: 330px;
  margin-top: 12px;
  color: #eafffb;
  font: 650 24px/1.05 var(--display);
}

.map-cover-total b {
  display: block;
  margin-bottom: 8px;
  color: #62e7d5;
  font: 700 58px/0.8 var(--display);
  letter-spacing: -0.08em;
}

.map-cover-sectors {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 26px 0 22px;
  border-block: 1px solid rgb(119 181 179 / 0.22);
}

.map-cover-sectors > div {
  display: grid;
  min-height: 75px;
  align-content: center;
  gap: 4px;
  padding: 12px 12px 12px 0;
  border-right: 1px solid rgb(119 181 179 / 0.22);
  border-bottom: 1px solid rgb(119 181 179 / 0.22);
}

.map-cover-sectors > div:nth-child(2n) {
  padding-left: 14px;
  border-right: 0;
}

.map-cover-sectors > div:nth-child(n + 3) {
  border-bottom: 0;
}

.map-cover-sectors strong {
  color: #68dfcf;
  font: 700 25px/1 var(--display);
}

.map-cover-sectors span {
  color: #9ebbc0;
  font-size: 10px;
}

.map-cover-summary > p {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  color: #8fafb4;
  font-size: 11px;
}

.map-cover-summary > p .status-dot {
  flex: 0 0 auto;
  margin-top: 5px;
}

/* AV DS 4.4 GeoWorkspace */
.geo-workspace {
  margin-top: 24px;
  margin-bottom: 100px;
  overflow: hidden;
  border: 1px solid #18343e;
  border-radius: 22px;
  color: #eafffb;
  background: #071822;
  box-shadow: 0 34px 86px -50px rgb(2 16 26 / 0.96);
}

.geo-workspace-head {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 18px 22px;
  border-bottom: 1px solid #18343e;
  background: linear-gradient(90deg, #081d28, #0b3435);
}

.geo-workspace-head > div:first-child {
  display: grid;
  gap: 5px;
}

.geo-workspace-head strong {
  font: 700 22px/1 var(--display);
}

.geo-kicker {
  color: #56dfcd;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.geo-workspace-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.geo-workspace-meta span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  gap: 7px;
  padding: 0 10px;
  border: 1px solid #28505a;
  border-radius: 999px;
  color: #a9c7cb;
  font: 600 10px/1 var(--mono);
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #51e1b2;
  box-shadow: 0 0 0 4px rgb(81 225 178 / 0.12);
}

.geo-workspace .map-toolbar {
  border-color: #18343e;
  background: #06141d;
}

.geo-workspace .map-filter {
  color: #9fbbc0;
}

.geo-workspace .map-filter.is-active {
  border-color: #327269;
  color: #eafffb;
  background: #123d3d;
}

.geo-workspace .map-filter span {
  display: grid;
  min-width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 99px;
  color: #8eb3b6;
  background: #102c34;
  font: 650 9px/1 var(--mono);
}

.geo-workspace .map-filter.is-active span {
  color: #071b22;
  background: #6de3d0;
}

.geo-workspace .live-map-grid {
  grid-template-columns: minmax(0, 1fr) 390px;
  min-height: 690px;
}

.actual-map {
  min-height: 690px;
  background: #06141d;
}

.actual-map > .maplibre-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.static-energy-map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at 58% 42%, rgb(64 221 203 / 0.11), transparent 28%),
    linear-gradient(145deg, #07131b, #081f27);
}

.static-map-region {
  fill: rgb(11 75 73 / 0.24);
  stroke: rgb(112 198 187 / 0.58);
  stroke-width: 1.15;
}

.static-map-route {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 5;
  filter: drop-shadow(0 0 7px rgb(109 227 208 / 0.45));
  opacity: 0.94;
  outline: none;
  cursor: pointer;
}

.static-map-point {
  stroke: #f5ffff;
  stroke-width: 3;
  filter: drop-shadow(0 0 9px rgb(109 227 208 / 0.55));
  outline: none;
  cursor: pointer;
}

.static-map-route.is-selected,
.static-map-point.is-selected {
  filter: drop-shadow(0 0 12px rgb(215 255 118 / 0.86));
}

.static-map-route.is-hidden,
.static-map-point.is-hidden {
  pointer-events: none;
  opacity: 0.08;
}

.static-map-note {
  position: absolute;
  z-index: 3;
  right: 16px;
  bottom: 16px;
  max-width: min(420px, calc(100% - 32px));
  margin: 0;
  padding: 10px 12px;
  border: 1px solid rgb(125 205 196 / 0.22);
  border-radius: 12px;
  color: #9fbec4;
  background: rgb(5 22 31 / 0.88);
  font: 650 11px/1.45 var(--mono);
}

.geo-workspace .map-filter[data-layer="electricity"]::before { background: #38d4ff; }
.geo-workspace .map-filter[data-layer="oil"]::before { background: #ffad5c; }
.geo-workspace .map-filter[data-layer="gas"]::before { background: #d7ff76; }
.geo-workspace .map-filter[data-layer="transition"]::before { background: #64e0c8; }
.geo-workspace .map-filter[data-layer="all"]::before { background: #d7ff76; }

.maplibregl-map {
  font-family: var(--sans);
}

.maplibregl-ctrl-group {
  overflow: hidden;
  border: 1px solid rgb(125 205 196 / 0.25);
  border-radius: 10px;
  background: rgb(6 24 32 / 0.9);
  box-shadow: 0 12px 30px -18px rgb(0 0 0 / 0.7);
}

.maplibregl-ctrl-group button {
  background-color: transparent;
}

.maplibregl-ctrl-group button + button {
  border-top-color: rgb(125 205 196 / 0.2);
}

.maplibregl-ctrl-icon {
  filter: invert(1) opacity(0.82);
}

.maplibregl-ctrl-attrib,
.maplibregl-ctrl-scale {
  color: #a8c3c8;
  border-color: rgb(125 205 196 / 0.35);
  background: rgb(6 24 32 / 0.8);
}

.map-live-status {
  z-index: 3;
  top: 16px;
  right: 16px;
  border: 1px solid rgb(72 222 180 / 0.25);
  color: #84edc8;
  background: rgb(5 31 34 / 0.88);
  font-family: var(--mono);
}

.geo-workspace .map-inspector {
  display: flex;
  padding: 32px;
  border-color: #18343e;
  color: #efffff;
  background:
    radial-gradient(circle at 85% 6%, rgb(39 216 193 / 0.12), transparent 22%),
    #081d28;
  flex-direction: column;
}

.geo-workspace .map-inspector h2 {
  color: #f3ffff;
  font-size: 36px;
}

.geo-workspace .map-inspector > p:not(.eyebrow) {
  color: #aac5ca;
}

.map-inspector-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.map-inspector-head .eyebrow {
  margin: 0;
}

.map-inspector-status {
  max-width: 160px;
  padding: 7px 9px;
  border: 1px solid #2a5559;
  border-radius: 99px;
  color: #80ddc8;
  background: #0b3035;
  font: 600 9px/1.2 var(--mono);
  text-align: center;
}

.map-inspector-region {
  margin: 30px 0 8px;
  color: #7fa4aa !important;
  font: 600 10px/1.2 var(--mono);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.geo-workspace .map-fact {
  border-color: #24414a;
}

.geo-workspace .map-fact span {
  color: #6f949b;
  font-family: var(--mono);
}

.map-inspector-signals {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 18px;
}

.map-inspector-signals span {
  border-color: #244a50;
  color: #8eb1b6;
  background: #0a2831;
}

.map-inspector-actions {
  display: grid;
  gap: 8px;
  margin-top: auto;
  padding-top: 24px;
}

.geo-workspace .map-inspector .button {
  width: 100%;
  margin-top: 0;
  border-color: #2d5359;
  color: #c8e3e1;
  background: #0a2932;
}

.geo-workspace .map-inspector .button.primary {
  border-color: #1b9384;
  color: #efffff;
  background: #0d756c;
}

.geo-dossier {
  display: grid;
  grid-template-columns: repeat(3, 1fr) auto;
  align-items: center;
  gap: 0;
  border-top: 1px solid #18343e;
  background: #071923;
}

.geo-dossier > div,
.geo-dossier > a {
  display: grid;
  min-height: 76px;
  align-content: center;
  gap: 4px;
  padding: 14px 20px;
  border-right: 1px solid #18343e;
}

.geo-dossier span {
  color: #6f949b;
  font: 600 9px/1 var(--mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.geo-dossier strong {
  color: #c7dfe1;
  font-size: 12px;
}

.geo-dossier a {
  color: #63e0ce;
  font: 700 11px/1.3 var(--mono);
}

.geo-workspace .map-disclaimer {
  border-color: #18343e;
  color: #77979d;
  background: #06141d;
}

/* Story pages */
.article-shell {
  grid-template-columns: minmax(0, 1fr) 320px;
  padding-top: 80px;
}

.article-body {
  max-width: 920px;
  padding: 54px;
  border: 1px solid var(--qz-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 22px 64px -52px rgb(4 35 43 / 0.9);
}

.article-head {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin: -54px -54px 46px;
  padding: 210px 54px 52px;
  border-radius: 21px 21px 0 0;
  color: #efffff;
  background:
    linear-gradient(0deg, rgb(3 17 26 / 0.98) 0 34%, rgb(3 17 26 / 0.38) 82%),
    url("qz-energy-hero.jpg") center / cover;
}

.article-head::after {
  position: absolute;
  z-index: -1;
  right: -110px;
  bottom: -145px;
  width: 430px;
  height: 290px;
  border: 1px solid rgb(94 226 207 / 0.22);
  border-radius: 50%;
  content: "";
  transform: rotate(-12deg);
  box-shadow: 0 0 0 32px rgb(94 226 207 / 0.04), 0 0 0 76px rgb(94 226 207 / 0.025);
}

.article-body h1,
.article-head h1 {
  font-size: 64px;
  letter-spacing: 0;
}

.article-head h1 {
  max-width: 810px;
  margin-bottom: 24px;
  color: #f4ffff;
}

.article-head .article-meta {
  color: #61e2d0;
}

.article-head .article-deck {
  max-width: 720px;
  margin-bottom: 0;
  color: #c5dadd;
}

.article-rail {
  top: 110px;
  padding: 26px;
  border-radius: 18px;
  background: linear-gradient(145deg, #e3f4f1, #fff);
}

.article-next-routes {
  margin-top: 34px;
  padding: 28px;
  border: 1px solid #cfe1e4;
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgb(94 226 207 / 0.16), transparent 36%),
    linear-gradient(145deg, #f2fbfa, #fff);
}

.article-next-routes h2 {
  margin: 8px 0 18px;
  font-size: clamp(28px, 3vw, 42px);
}

.article-next-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.article-next-card {
  min-height: 134px;
  padding: 18px;
  border: 1px solid #d5e4e6;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 42px -36px rgb(4 35 43 / 0.65);
  transition: transform 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

.article-next-card:hover {
  border-color: #7acfc3;
  box-shadow: 0 22px 52px -38px rgb(4 35 43 / 0.8);
  transform: translateY(-2px);
}

.article-next-card strong,
.article-next-card span {
  display: block;
}

.article-next-card strong {
  color: #09202d;
  font-size: 18px;
  line-height: 1.1;
}

.article-next-card span {
  margin-top: 11px;
  color: #49606a;
  font-size: 13px;
  line-height: 1.45;
}

.site-footer {
  width: min(var(--page-max), calc(100% - 64px));
  min-height: 110px;
  border-top-color: #cddde1;
}

.avds-mark {
  font-family: var(--mono);
}

.avds-mark a {
  color: inherit;
  text-decoration: none;
}

.avds-mark a:hover b {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 1180px) {
  .news-desk {
    grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.92fr);
  }

  .release-terminal {
    grid-column: 1 / -1;
    min-height: 0;
    margin: 0 28px 28px;
  }

  .home-directory-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .home-section-card {
    grid-column: span 3;
  }

  .home-section-card:nth-child(4) {
    grid-column: span 3;
  }

  .home-section-card:nth-child(5) {
    grid-column: span 6;
  }

  .geo-workspace .live-map-grid {
    grid-template-columns: minmax(0, 1fr) 300px;
  }

  .geo-dossier {
    grid-template-columns: repeat(2, 1fr);
  }

  .map-cover {
    grid-template-columns: minmax(0, 1.2fr) minmax(330px, 0.8fr);
    gap: 34px;
    padding: 48px;
  }

  .registry-overview-shell {
    grid-template-columns: minmax(230px, 0.8fr) minmax(400px, 1.4fr);
  }

  .registry-overview-action {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px;
  }

  .registry-overview-action .button {
    margin-top: 0;
  }

  .object-directory-toolbar {
    grid-template-columns: 1fr;
  }

  .directory-sector-filters {
    justify-content: flex-start;
  }
}

@media (max-width: 980px) {
  .site-header nav,
  .site-topbar nav {
    border: 0;
    background: transparent;
  }

  .news-desk {
    grid-template-columns: 1fr;
    background: #03111b;
  }

  .news-desk::before {
    display: none;
  }

  .desk-intro {
    background:
      linear-gradient(90deg, rgb(3 11 21 / 0.97) 0 42%, rgb(3 11 21 / 0.5) 72%, rgb(3 11 21 / 0.16)),
      url("qz-energy-hero.jpg") center / cover no-repeat;
  }

  .home-directory-head,
  .home-source-band,
  .home-evidence-head {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .home-directory-head h2,
  .home-evidence-head h2 {
    max-width: 700px;
  }

  .home-evidence-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .story-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .desk-intro {
    min-height: 610px;
  }

  .lead-story {
    margin: 0 28px 16px;
  }

  .home-source-links {
    margin-top: 4px;
  }

  .geo-workspace .live-map-grid {
    grid-template-columns: 1fr;
  }

  .geo-workspace .map-inspector {
    min-height: 0;
    border-top: 1px solid #18343e;
  }

  .map-cover {
    grid-template-columns: 1fr;
  }

  .map-cover-summary {
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    gap: 0 28px;
  }

  .map-cover-sectors {
    margin: 0;
  }

  .map-cover-summary > p {
    grid-column: 1 / -1;
    margin-top: 20px;
  }

  .registry-overview-shell {
    grid-template-columns: 0.8fr 1.2fr;
  }

  .registry-overview-action {
    grid-column: 1 / -1;
  }

  .object-directory-toolbar {
    position: static;
  }

  .object-card-grid {
    grid-template-columns: 1fr;
  }

  [data-page="indicators"] .stories-section .story-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .media-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .media-story,
  .media-story:nth-child(5),
  .media-story:nth-child(6) {
    grid-column: span 1;
  }

  .media-story.featured {
    grid-column: 1 / -1;
  }

  .media-rail {
    grid-template-columns: 1fr;
    gap: 14px;
    align-items: start;
  }

  .media-rail ol {
    width: 100%;
  }

  .media-rail li:first-child {
    border-left: 0;
  }

  .media-rail .button {
    justify-self: start;
  }

  .article-body {
    padding: 38px;
  }

  .article-head {
    margin: -38px -38px 38px;
    padding: 180px 38px 42px;
  }

  .article-shell {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .article-body h1 {
    font-size: 50px;
  }

  .article-rail {
    position: static;
    order: -1;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 4px 16px;
    align-items: center;
  }

  .article-rail .eyebrow {
    grid-row: 1 / 3;
  }

  .article-rail span {
    margin: 0;
  }

  .article-rail .button {
    grid-column: 3;
    grid-row: 1 / 3;
  }
}

@media (max-width: 680px) {
  body {
    overflow-x: hidden;
  }

  .container,
  .site-topbar,
  .site-footer {
    width: min(100% - 24px, var(--page-max));
  }

  .site-header,
  .site-topbar {
    width: 100%;
    border-radius: 0;
    padding-inline: 12px;
  }

  .site-header {
    min-height: 0;
    flex-wrap: wrap;
    padding-block: 10px;
  }

  .site-header nav {
    display: flex;
    order: 3;
    width: 100%;
    min-width: 0;
    margin-top: 7px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .site-header nav::-webkit-scrollbar {
    display: none;
  }

  .site-header nav a {
    flex: 0 0 auto;
  }

  .site-header nav,
  .site-topbar nav {
    padding: 0;
  }

  .site-header nav a,
  .site-topbar nav a {
    padding-inline: 10px;
  }

  .portal-hero {
    width: 100%;
    padding-top: 0;
  }

  .news-desk,
  .front-grid {
    border-radius: 0;
  }

  .news-desk {
    min-height: 0;
    background: #03111b;
  }

  .home-section-card--media,
  [data-page="objects"] .hero,
  [data-page="indicators"] .hero,
  [data-page="sources"] .hero,
  [data-page="pulse"] .hero {
    background-image:
      linear-gradient(115deg, rgb(3 16 25 / 0.96), rgb(4 43 46 / 0.82)),
      url("qz-energy-hero-mobile.jpg");
  }

  [data-page="media"] .section-hero {
    background-image: url("qz-energy-hero-mobile.jpg");
  }

  .media-story.featured::before {
    background-image:
      linear-gradient(0deg, rgb(3 17 26 / 0.96) 0 30%, rgb(3 17 26 / 0.24) 75%),
      url("qz-energy-hero-mobile.jpg");
  }

  .news-desk::before {
    display: none;
  }

  .desk-intro {
    min-height: 700px;
    padding: 290px 22px 38px;
    justify-content: end;
    background:
      linear-gradient(0deg, #03111b 0 54%, rgb(3 17 27 / 0.9) 64%, rgb(3 17 27 / 0.08) 100%),
      url("qz-energy-hero-mobile.jpg") 69% 0 / auto 340px no-repeat,
      #03111b;
  }

  .desk-intro h1 {
    font-size: 47px;
  }

  .desk-intro .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .desk-intro .hero-actions .button:first-child {
    grid-column: 1 / -1;
  }

  .lead-story,
  .release-terminal {
    margin: 0 14px 14px;
  }

  .front-grid {
    border-inline: 0;
  }

  .front-panel {
    min-height: 0;
  }

  .home-directory {
    padding: 72px 0;
  }

  .home-evidence {
    padding: 72px 0 10px;
  }

  .home-directory-head h2,
  .home-evidence-head h2 {
    font-size: 43px;
  }

  .home-directory-grid,
  .home-evidence-grid {
    grid-template-columns: 1fr;
  }

  .home-section-card {
    grid-column: 1;
    min-height: 250px;
  }

  .home-section-card:nth-child(4),
  .home-section-card:nth-child(5) {
    grid-column: 1;
    min-height: 250px;
  }

  .home-directory-lead {
    font-size: 15px;
  }

  .home-evidence-card {
    min-height: 0;
    padding: 22px;
  }

  .home-source-band {
    width: min(100% - 24px, var(--page-max));
    margin-bottom: 58px;
    padding: 28px 22px;
    border-radius: 18px;
  }

  .home-source-links {
    grid-template-columns: 1fr;
  }

  .home-source-links a,
  .home-source-links a:nth-child(even) {
    min-height: 70px;
    padding: 17px 0;
    border-right: 0;
  }

  .section-hero,
  .hero {
    width: 100%;
    margin-top: 0;
    padding: 44px 20px;
    border-radius: 0;
  }

  .section-hero h1,
  .hero h1 {
    font-size: 45px;
  }

  .map-cover {
    width: 100%;
    min-height: 0;
    margin-top: 0;
    padding: 42px 20px 20px;
    border-radius: 0;
  }

  .map-cover h1 {
    font-size: 47px;
  }

  .map-cover-copy > p:not(.eyebrow) {
    font-size: 14px;
  }

  .map-cover .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .map-cover-summary {
    display: block;
    padding: 18px 20px;
  }

  .map-cover-total > span {
    display: none;
  }

  .map-cover-total > strong {
    max-width: none;
    margin: 0;
    font-size: 20px;
  }

  .map-cover-total b {
    display: inline;
    margin: 0 8px 0 0;
    font-size: 40px;
    line-height: 1;
  }

  .map-cover-sectors {
    margin: 14px 0 0;
  }

  .map-cover-sectors > div {
    min-height: 58px;
    padding-block: 8px;
  }

  .map-cover-sectors strong {
    font-size: 21px;
  }

  .map-cover-summary > p {
    display: none;
  }

  [data-page="objects"] .hero {
    min-height: 0;
    padding: 200px 20px 34px;
    background:
      linear-gradient(0deg, #03111b 0 58%, rgb(3 17 27 / 0.74) 74%, rgb(3 17 27 / 0.16) 100%),
      url("qz-energy-hero-mobile.jpg") 69% 0 / auto 300px no-repeat,
      #03111b;
  }

  [data-page="objects"] .hero h1 {
    font-size: 45px;
  }

  [data-page="objects"] .hero .lead {
    font-size: 14px;
  }

  [data-page="objects"] .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  [data-page="objects"] .hero-actions .button:first-child {
    grid-column: 1 / -1;
  }

  .registry-overview {
    width: min(100% - 24px, var(--page-max));
    padding: 38px 0 22px;
  }

  .registry-overview-shell,
  .registry-overview-action {
    grid-template-columns: 1fr;
  }

  .registry-sector-summary {
    border: 0;
    border-top: 1px solid #d6e4e6;
    border-bottom: 1px solid #d6e4e6;
  }

  .registry-overview-action .button {
    margin-top: 20px;
  }

  .object-directory-toolbar {
    width: min(100% - 24px, var(--page-max));
    gap: 18px;
    padding: 20px;
  }

  .directory-toolbar-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .directory-toolbar-head h2 {
    font-size: 29px;
  }

  .directory-sector-filters {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 3px;
    scrollbar-width: none;
  }

  .directory-sector-filters::-webkit-scrollbar {
    display: none;
  }

  .directory-sector-filters button {
    flex: 0 0 auto;
  }

  .object-results {
    width: min(100% - 24px, var(--page-max));
    padding-top: 18px;
  }

  .object-card {
    min-height: 0;
    padding: 22px;
    scroll-margin-top: 18px;
  }

  .object-card-head {
    grid-template-columns: auto 1fr;
  }

  .object-card-status {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .object-card-region {
    margin-top: 24px;
  }

  .object-card h3 {
    font-size: 30px;
  }

  .object-card-facts {
    grid-template-columns: 1fr;
    margin-top: 8px;
  }

  .object-card-facts > div,
  .object-card-facts > div + div {
    padding: 14px 0;
    border-right: 0;
    border-bottom: 1px solid #dbe6e8;
  }

  .object-card-facts > div:last-child {
    border-bottom: 0;
  }

  .object-card-facts span {
    min-height: 0;
  }

  [data-page="media"] .section-hero {
    min-height: 590px;
    padding-top: 220px;
    background-position: 62% center;
  }

  .media-layout {
    display: grid;
    padding-top: 18px;
  }

  .media-list {
    grid-template-columns: 1fr;
  }

  .media-rail {
    padding: 20px;
  }

  .media-rail ol {
    grid-template-columns: 1fr;
  }

  .media-rail li,
  .media-rail li:first-child {
    min-height: 0;
    padding: 12px 0;
    border-left: 0;
    border-top: 1px solid #d5e5e5;
  }

  .media-story,
  .media-story.featured {
    min-height: 430px;
    padding: 200px 22px 24px;
  }

  .media-story.featured {
    min-height: 520px;
    padding-top: 270px;
  }

  .media-story h2 {
    font-size: 35px;
  }

  [data-page="pulse"] .hero {
    min-height: 0;
    padding-top: 210px;
    background:
      linear-gradient(0deg, #03111b 0 56%, rgb(3 17 27 / 0.78) 74%, rgb(3 17 27 / 0.14) 100%),
      url("qz-energy-hero-mobile.jpg") 69% 0 / auto 300px no-repeat,
      #03111b;
  }

  .geo-workspace {
    width: 100%;
    margin-top: 0;
    border-inline: 0;
    border-radius: 0;
  }

  .geo-workspace-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .geo-workspace-meta span:nth-child(n + 2) {
    display: none;
  }

  .actual-map,
  .geo-workspace .live-map-grid {
    min-height: 520px;
  }

  .maplibre-canvas {
    height: 520px;
  }

  .geo-dossier {
    grid-template-columns: 1fr;
  }

  .geo-dossier > div:nth-child(2),
  .geo-dossier > div:nth-child(3) {
    display: none;
  }

  .indicator-analysis-card {
    min-height: 360px;
    padding: 24px;
  }

  .dataset-catalog-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .freshness-grid,
  .map-completeness-grid,
  .source-freshness-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .dataset-card {
    min-height: 0;
    padding: 20px;
  }

  .freshness-card,
  .layer-completeness-card {
    min-height: 0;
    padding: 20px;
  }

  .story-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .story {
    min-height: 0;
    padding: 20px;
  }

  .article-shell {
    gap: 12px;
    padding-top: 18px;
  }

  .article-body {
    padding: 24px;
    border-radius: 16px;
  }

  .article-head {
    margin: -24px -24px 30px;
    padding: 180px 24px 30px;
    border-radius: 15px 15px 0 0;
    background:
      linear-gradient(0deg, rgb(3 17 26 / 0.98) 0 42%, rgb(3 17 26 / 0.34) 82%),
      url("qz-energy-hero-mobile.jpg") 67% center / cover;
  }

  .article-body h1 {
    overflow-wrap: anywhere;
    font-size: 38px;
  }

  .article-rail {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 3px;
    padding: 18px;
  }

  .article-rail .eyebrow {
    display: none;
  }

  .article-rail .button {
    grid-column: 1;
    grid-row: auto;
    width: 100%;
    margin-top: 9px;
  }

  .article-next-grid {
    grid-template-columns: 1fr;
  }

  .article-next-routes {
    padding: 20px;
  }
}

@media (max-width: 980px) {
  .operations-board-head,
  .operations-grid,
  .editorial-command,
  .passport-dossier,
  .object-profile-grid,
  .indicator-flowboard,
  .avds-qazgeo-link,
  .trust-protocol {
    grid-template-columns: 1fr;
  }

  .operations-rhythm,
  .ops-map-legend,
  .tech-link-grid,
  .domain-navigator-summary,
  .domain-navigator-files,
  .trust-protocol ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .domain-navigator-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .editorial-command > div {
    grid-template-columns: 1fr;
  }

  .editorial-command > div span {
    min-height: 72px;
    border-top: 1px solid #d8e6e8;
    border-left: 0;
  }
}

@media (max-width: 680px) {
  .operations-board {
    padding-top: 56px;
  }

  .operations-board-head h2,
  .home-evidence-head h2,
  .editorial-command h2,
  .passport-dossier h2,
  .indicator-flow-copy h2,
  .avds-qazgeo-link h2,
  .trust-protocol h2 {
    font-size: 36px;
  }

  .system-map-card svg {
    min-height: 300px;
    padding-inline: 12px;
  }

  .system-map-card text {
    font-size: 14px;
  }

  .operations-rhythm,
  .ops-map-legend,
  .passport-dossier-grid,
  .tech-link-grid,
  .domain-navigator-summary,
  .domain-navigator-grid,
  .domain-navigator-files,
  .trust-protocol ol {
    grid-template-columns: 1fr;
  }

  .operations-rhythm article,
  .ops-map-legend span {
    border-right: 0;
    border-bottom: 1px solid rgb(122 224 212 / 0.18);
  }

  .operations-rhythm article:last-child,
  .ops-map-legend span:last-child {
    border-bottom: 0;
  }

.indicator-flowboard,
.passport-dossier,
.avds-qazgeo-link,
.trust-protocol {
    width: 100%;
    border-inline: 0;
    border-radius: 0;
  }
}

/* AV DS 4.4 extension: ObjectProfilePage */
.object-profile-hero {
  overflow: hidden;
  color: #f4fffb;
  background:
    linear-gradient(90deg, rgb(2 16 24 / 0.96) 0 52%, rgb(2 55 55 / 0.64)),
    url("qz-energy-hero.jpg") center / cover;
}

.object-profile-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 16px;
  margin-top: 28px;
}

.object-profile-card,
.object-profile-claims .story {
  border: 1px solid #d8e6e8;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 48px rgb(11 31 42 / 0.08);
}

.object-profile-card {
  padding: 24px;
}

.object-profile-card h2 {
  margin: 0 0 14px;
  font-size: 30px;
  line-height: 0.95;
}

.object-profile-card dl {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 10px 18px;
  margin: 24px 0 0;
  padding-top: 18px;
  border-top: 1px solid #e1ecee;
}

.object-profile-card dt {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.object-profile-card dd {
  margin: 0;
  font-weight: 800;
}

.object-profile-facts {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.object-profile-facts li {
  display: grid;
  gap: 4px;
  padding: 14px;
  border-radius: 16px;
  background: #eef7f7;
}

.object-profile-facts span,
.object-profile-facts em {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.object-profile-facts strong {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.05;
}

.object-profile-claims {
  margin-top: 30px;
}

.object-profile-dossier {
  display: grid;
  grid-template-columns: 1.15fr 0.9fr 0.95fr;
  gap: 16px;
  margin-top: 16px;
}

.object-profile-card--dark {
  color: #eafffb;
  border: 0;
  background: linear-gradient(140deg, #061721, #064642);
}

.object-profile-card--dark .eyebrow,
.object-profile-card--dark p {
  color: #b6ced0;
}

.object-profile-card--dark h2 {
  color: #fff;
}

.object-profile-log li {
  grid-template-columns: minmax(0, 0.65fr) minmax(0, 1fr);
  align-items: start;
}

.object-profile-log em {
  grid-column: 1 / -1;
}

.object-profile-routes {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.object-profile-routes a {
  display: grid;
  min-height: 156px;
  align-content: start;
  gap: 10px;
  padding: 18px;
  border: 1px solid #d8e6e8;
  border-radius: 20px;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 18px 44px rgb(11 31 42 / 0.07);
}

.object-profile-routes a:hover,
.object-profile-routes a:focus-visible {
  transform: translateY(-2px);
  border-color: rgb(15 143 131 / 0.32);
  box-shadow: 0 24px 56px rgb(11 31 42 / 0.11);
}

.object-profile-routes span {
  color: #0f8f83;
  font: 900 10px/1.1 var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.object-profile-routes strong {
  max-width: 240px;
  font: 850 20px/1.02 var(--display);
  letter-spacing: -.055em;
}

.object-profile-routes em {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  line-height: 1.45;
}

@media (max-width: 980px) {
  .indicator-workbench-controls,
  .indicator-workbench-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .indicator-bars {
    border-right: 0;
    border-bottom: 1px solid rgb(4 78 74 / 0.12);
  }

  .object-profile-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .object-profile-dossier {
    grid-template-columns: minmax(0, 1fr);
  }

  .object-profile-routes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .indicator-workbench {
    width: min(100% - 24px, var(--page-max));
  }

  .indicator-workbench-panel {
    border-radius: 18px;
  }

  .indicator-workbench-controls {
    gap: 12px;
    padding: 14px;
  }

  .indicator-workbench-controls .button {
    width: 100%;
  }

  .indicator-bars {
    padding: 16px;
  }

  .indicator-table {
    min-width: 720px;
  }

  .object-profile-card {
    padding: 20px;
    border-radius: 18px;
  }

  .object-profile-card dl {
    grid-template-columns: minmax(0, 1fr);
  }

  .object-profile-facts strong,
  .object-profile-card dd,
  .object-profile-card h2,
  .object-profile-routes strong {
    overflow-wrap: anywhere;
  }

  .object-profile-routes {
    grid-template-columns: minmax(0, 1fr);
  }

  .object-profile-routes a {
    min-height: 0;
    border-radius: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
