/* ALBEDO PARKS: the yield report. Tokens, hero at the comp's measure, sections. */

:root {
  --paper: #F6F7F5;
  --ink: #14181B;
  --sun: #F4C21B;
  --band: #E2E4E0;
  --rule: #D8DBD7;
  --rule-strong: #BFC3BE;
  --panel: #EDEFEB;
  --muted: #5B6166;
  --faint: #8A9095;
  --focus: #14181B;
  --font: 'Roboto Condensed', 'Arial Narrow', 'Helvetica Neue', Arial, sans-serif;
  --font-num: 'Roboto Flex', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  /* one comp pixel: the page is laid out on the approved 1536 px comp */
  --u: min(calc(100vw / 1536), 1.35px);
  --pad: calc(42 * var(--u));
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

html { background: var(--paper); color: var(--ink); }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font);
  font-size: 18px;
  line-height: 1.5;
  font-variant-numeric: tabular-nums;
  font-kerning: normal;
}
::selection { background: var(--sun); color: var(--ink); }
:focus { outline: none; }
:focus-visible { outline: 2px solid var(--focus); outline-offset: 3px; border-radius: 2px; }
html { scrollbar-color: #9CA19B var(--paper); }
a { text-underline-offset: 0.22em; text-decoration-thickness: 1px; }
a, button, select, input { touch-action: manipulation; }
img { height: auto; }

[hidden] { display: none !important; }
.visually-hidden {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; left: 16px; top: -60px; z-index: 200; padding: 10px 14px;
  background: var(--ink); color: var(--paper); text-decoration: none; border-radius: 4px;
}
.skip-link:focus { top: 12px; }

.frame {
  position: relative;
  width: 100%;
  max-width: calc(1536 * 1.35px);
  margin-inline: auto;
  padding-inline: var(--pad);
}

/* ---------------------------------------------------------------- buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--ink); color: #fff; text-decoration: none;
  font-family: var(--font); font-weight: 500; white-space: nowrap;
  border-radius: calc(4 * var(--u));
  transition: background-color 180ms var(--ease-out), transform 180ms var(--ease-out);
}
.btn:hover { background: #2A3035; }
.btn:active { transform: translateY(1px); }
.btn:focus-visible { outline-offset: 3px; }
.link-u {
  color: var(--ink); font-weight: 500; text-decoration: underline;
  text-decoration-thickness: calc(2 * var(--u)); text-underline-offset: calc(7 * var(--u));
  transition: text-decoration-color 180ms var(--ease-out);
}
.link-u:hover { text-decoration-color: var(--sun); }

/* ---------------------------------------------------------------- header */
.site-header {
  position: sticky; top: 0; z-index: 40; background: var(--paper);
}
.site-header::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--rule);
}
.site-header__bar { height: calc(113 * var(--u)); }
.brand {
  position: absolute; left: var(--pad); top: calc(26 * var(--u));
  display: block; color: var(--ink); text-decoration: none; line-height: 1;
}
.brand__name {
  display: block; font-family: var(--font-num); font-weight: 700;
  font-size: calc(44 * var(--u)); line-height: calc(44 * var(--u)); letter-spacing: -0.024em;
}
.brand__sub {
  display: block; margin-top: calc(0.6 * var(--u)); font-family: var(--font-num); font-weight: 700;
  font-size: calc(17 * var(--u)); line-height: calc(17 * var(--u)); letter-spacing: 0.62em;
}
.nav {
  position: absolute; left: calc(494 * var(--u)); top: calc(44 * var(--u));
  display: grid; grid-template-columns: calc(147 * var(--u)) calc(185 * var(--u)) calc(154 * var(--u)) auto;
}
.nav a {
  font-weight: 500; font-size: calc(23 * var(--u)); line-height: calc(23 * var(--u));
  color: var(--ink); text-decoration: none; justify-self: start;
  background-image: linear-gradient(currentColor, currentColor); background-size: 0 1.5px;
  background-repeat: no-repeat; background-position: 0 100%; padding-bottom: calc(4 * var(--u));
  transition: background-size 240ms var(--ease-out);
}
.nav a:hover, .nav a[aria-current="page"] { background-size: 100% 1.5px; }
.btn--nav {
  position: absolute; left: calc(1216 * var(--u)); top: calc(25 * var(--u));
  width: calc(280 * var(--u)); height: calc(61 * var(--u)); font-size: calc(22 * var(--u)); border-radius: calc(6 * var(--u));
}
.menu-toggle { display: none; }
.menu-panel { display: none; }

/* ---------------------------------------------------------------- hero (comp A) */
.hero { position: relative; }
.hero__stage { position: relative; height: calc(911 * var(--u)); }
.hero__title {
  position: absolute; left: calc(42 * var(--u)); top: calc(101.2 * var(--u)); width: calc(478 * var(--u));
  font-weight: 500; font-size: calc(58 * var(--u)); line-height: calc(66.5 * var(--u)); letter-spacing: -0.014em;
}
.hero__lede {
  position: absolute; left: calc(42 * var(--u)); top: calc(326.3 * var(--u)); width: calc(478 * var(--u));
  font-size: calc(27.5 * var(--u)); line-height: calc(40 * var(--u)); font-weight: 400; letter-spacing: -0.03em;
}
.hero__cta {
  position: absolute; left: calc(41 * var(--u)); top: calc(444 * var(--u));
  width: calc(309 * var(--u)); height: calc(63 * var(--u)); font-size: calc(24 * var(--u));
  border-radius: calc(6 * var(--u));
}
.hero__link {
  position: absolute; left: calc(42 * var(--u)); top: calc(534.7 * var(--u));
  font-size: calc(25 * var(--u)); line-height: calc(25 * var(--u));
}
.gen-figure { margin: 0; }
.hero .gen-figure {
  position: absolute; left: calc(540 * var(--u)); top: calc(37 * var(--u));
  width: calc(650 * var(--u)); height: calc(596 * var(--u));
}
.gen-figure__title {
  font-weight: 500; font-size: calc(28 * var(--u)); line-height: calc(33.6 * var(--u)); letter-spacing: -0.016em;
}
.hero .gen-figure__title { position: absolute; left: calc(24 * var(--u)); top: calc(2.5 * var(--u)); white-space: nowrap; }
.legend {
  display: flex; align-items: center; gap: calc(34 * var(--u)); margin: 0; padding: 0; list-style: none;
  font-size: calc(19 * var(--u)); line-height: calc(20 * var(--u)); letter-spacing: -0.03em;
}
.hero .legend { position: absolute; left: calc(23 * var(--u)); top: calc(58 * var(--u)); }
.legend li { display: flex; align-items: center; gap: calc(10 * var(--u)); white-space: nowrap; }
.key { display: inline-block; flex: none; }
.key--actual { width: calc(18 * var(--u)); height: calc(19 * var(--u)); background: var(--sun); }
.key--p50 { width: calc(20 * var(--u)); height: calc(2 * var(--u)); background: var(--ink); }
.key--p90 { width: calc(20 * var(--u)); height: calc(20 * var(--u)); background: var(--band); }
.gen-svg { display: block; width: 100%; height: auto; overflow: visible; }
.hero .gen-svg { position: absolute; left: 0; top: calc(86 * var(--u)); width: calc(650 * var(--u)); height: calc(510 * var(--u)); }
.hero__photo {
  position: absolute; left: calc(1197 * var(--u)); top: calc(42 * var(--u));
  width: calc(318 * var(--u)); height: calc(599 * var(--u)); margin: 0;
}
.hero__photo img {
  width: 100%; height: 100%; object-fit: cover; border-radius: calc(10 * var(--u));
  background: #C9CFBF;
}
.hero__photo figcaption { position: absolute; }

/* the row of four key numbers */
.keyrow {
  position: absolute; left: 0; right: 0; top: calc(682 * var(--u)); height: calc(229 * var(--u));
  margin: 0; display: grid;
  grid-template-columns: calc(332 * var(--u)) calc(387 * var(--u)) calc(400 * var(--u)) calc(362 * var(--u));
}
.keyrow::before {
  content: ""; position: absolute; left: 0; right: 0; top: 0;
  height: 1px; background: var(--rule);
}
.keyrow > div {
  position: relative; text-align: center; padding-top: calc(34.4 * var(--u));
  display: flex; flex-direction: column; align-items: center;
}
.keyrow > div + div::before {
  content: ""; position: absolute; left: 0; top: calc(31 * var(--u)); height: calc(126 * var(--u));
  width: 1px; background: var(--rule);
}
.keyrow dt { order: 2; }
.keyrow dd { margin: 0; }
.keyrow .kv {
  display: block; font-family: var(--font); font-weight: 700;
  font-size: calc(70.5 * var(--u)); line-height: calc(70 * var(--u)); letter-spacing: 0; font-variant-numeric: proportional-nums lining-nums;
}
.keyrow .kv--ones { letter-spacing: -0.06em; margin-left: -0.06em; }
.keyrow .kl {
  display: block; margin-top: calc(6.4 * var(--u));
  font-size: calc(31 * var(--u)); line-height: calc(37.2 * var(--u)); font-weight: 400;
}

/* chart internals (SVG, comp units) */
.gen-svg text { font-family: var(--font); fill: var(--ink); }
.gen-svg .tick { font-size: 21px; text-anchor: end; }
.gen-svg .unit { font-size: 15.5px; fill: var(--muted); }
.gen-svg .month { font-size: 21px; text-anchor: middle; }
.gen-svg .vlabel { font-size: 21px; text-anchor: middle; font-weight: 500; }
.gen-svg .grid { stroke: var(--rule); stroke-width: 1; stroke-dasharray: 5 5; }
.gen-svg .axis { stroke: var(--ink); stroke-width: 1.5; }
.gen-svg .bar { fill: var(--sun); transform-box: fill-box; transform-origin: 50% 100%; }
.gen-svg .p50 { fill: none; stroke: var(--ink); stroke-width: 2; stroke-linejoin: round; }
.gen-svg .band { fill: var(--band); }
.gen-svg .leader { stroke: var(--ink); stroke-width: 1.2; }
.gen-svg .hit { fill: transparent; }
.gen-svg .bar.is-hot { fill: #E2B000; }
.chart-tip {
  position: absolute; z-index: 5; pointer-events: none; min-width: 150px;
  background: var(--ink); color: #fff; padding: 8px 10px 9px; border-radius: 4px;
  font-size: 14px; line-height: 1.35; opacity: 0; transform: translateY(4px);
  transition: opacity 140ms var(--ease-out), transform 140ms var(--ease-out);
}
.chart-tip.is-on { opacity: 1; transform: none; }
.chart-tip b { font-weight: 500; display: block; margin-bottom: 2px; }

/* fallback table: the chart's accessible twin, visible without JS */
.data-table { width: 100%; border-collapse: collapse; font-size: 15px; }
.data-table caption { text-align: left; font-weight: 500; padding-bottom: 6px; }
.data-table th, .data-table td { padding: 4px 8px 4px 0; border-bottom: 1px solid var(--rule); text-align: right; }
.data-table th:first-child { text-align: left; }
.js .chart-fallback { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.no-js .gen-svg, .no-js .legend { display: none; }
.no-js .hero .chart-fallback { position: absolute; left: calc(24 * var(--u)); top: calc(60 * var(--u)); width: calc(600 * var(--u)); }

/* ---------------------------------------------------------------- sections */
.section { padding-top: calc(150 * var(--u)); }
.section--tight { padding-top: calc(110 * var(--u)); }
.section__head {
  display: grid; grid-template-columns: calc(640 * var(--u)) 1fr; gap: calc(60 * var(--u));
  align-items: end; padding-bottom: calc(44 * var(--u)); border-bottom: 1px solid var(--rule);
}
.h2 {
  font-weight: 500; font-size: max(30px, calc(52 * var(--u))); line-height: 1.06; letter-spacing: -0.01em;
  text-wrap: balance;
}
.lede {
  font-size: max(17px, calc(22 * var(--u))); line-height: 1.45; color: var(--ink); max-width: 60ch;
}
.lede--muted { color: var(--muted); }
.small { font-size: max(14px, calc(16 * var(--u))); line-height: 1.45; color: var(--muted); }
.num { font-variant-numeric: tabular-nums; }
.bignum { font-family: var(--font); font-weight: 700; letter-spacing: 0.01em; }

/* portfolio by stage */
.stagebar { padding-top: calc(48 * var(--u)); }
.stagebar__track {
  display: flex; height: calc(64 * var(--u)); min-height: 34px; gap: 3px;
}
.stagebar__seg { position: relative; flex: 0 0 var(--w); }
.stagebar__seg--operating { background: var(--ink); }
.stagebar__seg--construction {
  background: repeating-linear-gradient(135deg, var(--ink) 0 2px, transparent 2px 7px);
  box-shadow: inset 0 0 0 1.5px var(--ink);
}
.stagebar__seg--rtb { box-shadow: inset 0 0 0 1.5px var(--ink); background: var(--paper); }
.stagebar__seg--development {
  background: var(--panel);
  background-image: radial-gradient(circle, var(--rule-strong) 1px, transparent 1.3px);
  background-size: 8px 8px;
}
.stagebar__legend {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: calc(40 * var(--u)); margin: calc(30 * var(--u)) 0 0; padding: 0; list-style: none;
}
.stagebar__legend li { min-width: 0; padding-top: calc(16 * var(--u)); border-top: 1px solid var(--rule); }
.sw { display: inline-block; width: 14px; height: 14px; margin-right: 8px; vertical-align: -1px; }
.sw--operating { background: var(--ink); }
.sw--construction { background: repeating-linear-gradient(135deg, var(--ink) 0 2px, transparent 2px 5px); box-shadow: inset 0 0 0 1.5px var(--ink); }
.sw--rtb { box-shadow: inset 0 0 0 1.5px var(--ink); }
.sw--development { background: var(--panel); background-image: radial-gradient(circle, var(--rule-strong) 1px, transparent 1.3px); background-size: 5px 5px; box-shadow: inset 0 0 0 1px var(--rule-strong); }
.stagebar__legend .bignum { display: block; font-size: max(30px, calc(54 * var(--u))); line-height: 1; }
.stagebar__legend .unit { font-family: var(--font); font-weight: 500; font-size: 0.42em; letter-spacing: 0; margin-left: 0.15em; }
.stagebar__legend .st { display: block; margin-top: calc(12 * var(--u)); font-weight: 500; font-size: max(17px, calc(21 * var(--u))); }
.stagebar__legend .sd { display: block; margin-top: 2px; }
.stage-note { margin-top: calc(34 * var(--u)); }
.hero + .section { padding-top: calc(70 * var(--u)); }

/* map */
.mapgrid {
  display: grid; grid-template-columns: minmax(0, 1fr) calc(430 * var(--u)); gap: calc(56 * var(--u));
  padding-top: calc(40 * var(--u)); align-items: start;
}
.mapbox { position: relative; margin: 0; }
.mapgrid .mapbox { position: sticky; top: calc(113 * var(--u) + 24px); }
.map-svg { display: block; width: 100%; height: auto; }
.map-svg .country { fill: #E9EBE7; stroke: #B9BEB8; stroke-width: 1; vector-effect: non-scaling-stroke; }
.map-svg .country--focus { fill: #E4E7E2; }
.map-svg .clabel { font-family: var(--font); font-size: 15px; fill: var(--muted); letter-spacing: 0.04em; }
.map-svg .sea { font-style: italic; fill: var(--faint); }
.pin { cursor: default; }
.pin .p-dot { fill: var(--ink); stroke: var(--paper); stroke-width: 1.4; }
.pin .p-ring { fill: var(--paper); stroke: var(--ink); stroke-width: 2; }
.pin .p-half { fill: var(--ink); }
.pin .p-dev { fill: var(--paper); stroke: #5B6166; stroke-width: 1.5; stroke-dasharray: 2.4 2; }
.pin .p-hit { fill: transparent; }
.pin .p-halo { fill: var(--paper); }
.pin .p-label { font-family: var(--font); font-size: 14px; font-weight: 500; fill: var(--ink); paint-order: stroke; stroke: var(--paper); stroke-width: 4px; opacity: 0; transition: opacity 160ms; }
.pin.is-on .p-label, .pin:focus-visible .p-label { opacity: 1; }
.pin.is-on .p-dot, .pin.is-on .p-ring, .pin.is-on .p-dev { stroke-width: 2.6; }
.pin.is-dim { opacity: 0.18; }
.pin.is-sel .p-dot { fill: var(--sun); stroke: var(--ink); stroke-width: 2; }
.pin:focus-visible { outline: none; }
.pin:focus-visible .p-dot, .pin:focus-visible .p-ring { stroke: var(--ink); stroke-width: 3; }
.map-legend { display: flex; flex-wrap: wrap; gap: 8px 22px; margin: 14px 0 0; padding: 0; list-style: none; font-size: 15px; color: var(--muted); }
.map-legend li { display: flex; align-items: center; gap: 8px; }
.map-legend svg { width: 14px; height: 14px; overflow: visible; }
.statuslist { display: grid; gap: calc(26 * var(--u)); }
.statuslist h3 { font-weight: 500; font-size: max(18px, calc(22 * var(--u))); display: flex; justify-content: space-between; gap: 12px; border-bottom: 1px solid var(--ink); padding-bottom: 6px; }
.statuslist h3 span { font-variant-numeric: tabular-nums; }
.statuslist ul { list-style: none; margin: 0; padding: 0; }
.statuslist li { display: flex; justify-content: space-between; gap: 12px; padding: 5px 0; border-bottom: 1px solid var(--rule); font-size: max(15px, calc(17 * var(--u))); cursor: default; }
.statuslist li span:last-child { color: var(--muted); font-variant-numeric: tabular-nums; white-space: nowrap; }
.statuslist li.is-on { background: linear-gradient(90deg, rgba(244,194,27,0.28), transparent 85%); }
.oplist { columns: 2; column-gap: calc(22 * var(--u)); }
.oplist li { break-inside: avoid; }

/* development stations */
.stations-wrap { position: relative; margin-top: calc(54 * var(--u)); }
.stations { position: relative; margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); }
.stations__line { position: absolute; left: 0; right: 0; top: calc(15 * var(--u)); height: 2px; background: var(--rule-strong); }
.stations__fill { position: absolute; left: 0; top: calc(15 * var(--u)); height: 2px; width: 100%; background: var(--ink); transform-origin: 0 50%; transform: scaleX(1); }
.station { position: relative; padding-right: calc(26 * var(--u)); display: flex; flex-direction: column; }
.station__now { margin-top: auto !important; }
.station__mark {
  display: flex; align-items: center; justify-content: center; position: relative; z-index: 1;
  width: calc(32 * var(--u)); height: calc(32 * var(--u)); min-width: 24px; min-height: 24px;
  border-radius: 50%; background: var(--paper); border: 2px solid var(--ink);
  font-weight: 500; font-size: max(13px, calc(15 * var(--u)));
}
.station--cod .station__mark, .station__mark.is-passed { background: var(--ink); color: var(--paper); }
.station__mark { transition: background-color 200ms var(--ease-out), color 200ms var(--ease-out); }
.station h3 { margin-top: calc(22 * var(--u)); font-weight: 500; font-size: max(19px, calc(25 * var(--u))); line-height: 1.15; }
.station p { margin-top: calc(10 * var(--u)); font-size: max(15px, calc(17 * var(--u))); line-height: 1.45; }
.station dl { margin: max(14px, calc(16 * var(--u))) 0 max(18px, calc(18 * var(--u))); display: grid; gap: 8px; }
.station dt { font-size: max(13px, calc(14 * var(--u))); color: var(--muted); }
.station dd { margin: 0; font-size: max(15px, calc(17 * var(--u))); line-height: 1.35; }
.station__now {
  margin-top: calc(18 * var(--u)); padding-top: calc(12 * var(--u)); border-top: 1px solid var(--rule);
}
.station__now .bignum { display: block; font-size: max(26px, calc(40 * var(--u))); line-height: 1; }
.station__now span:last-child { display: block; margin-top: 4px; font-size: max(14px, calc(15 * var(--u))); color: var(--muted); }
.devphoto { display: block; margin: calc(70 * var(--u)) 0 0; }
.devphoto img, .repphoto img, .photo img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; border-radius: calc(10 * var(--u)); background: #C9CFBF; }
.devphoto img { aspect-ratio: 21 / 9; object-position: 50% 62%; }
.devphoto figcaption { margin-top: 12px; }
.devphoto figcaption, .repphoto figcaption, .photo figcaption { font-size: max(15px, calc(17 * var(--u))); line-height: 1.45; color: var(--muted); max-width: 44ch; }

/* reporting */
.cadence { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-rows: repeat(3, auto); column-gap: calc(40 * var(--u)); row-gap: 0; padding-top: calc(44 * var(--u)); }
.cadence > div { display: grid; grid-row: span 3; grid-template-rows: subgrid; align-items: start; }
.cadence h3 { font-weight: 500; font-size: max(20px, calc(28 * var(--u))); line-height: 1.1; }
.cadence p { margin-top: calc(10 * var(--u)); font-size: max(15px, calc(18 * var(--u))); line-height: 1.45; }
.cadence .when { display: block; margin-top: calc(14 * var(--u)); padding-top: calc(10 * var(--u)); border-top: 1px solid var(--rule); font-size: max(14px, calc(16 * var(--u))); color: var(--muted); }
.docs { margin-top: calc(56 * var(--u)); display: grid; grid-template-columns: minmax(0, 1fr) calc(520 * var(--u)); gap: calc(56 * var(--u)); align-items: start; }
.doclist { width: 100%; border-collapse: collapse; }
.doclist caption { text-align: left; font-weight: 500; font-size: max(18px, calc(22 * var(--u))); padding-bottom: 12px; }
.doclist th, .doclist td { text-align: left; padding: 12px 16px 12px 0; border-bottom: 1px solid var(--rule); vertical-align: baseline; font-size: max(15px, calc(17 * var(--u))); }
.doclist thead th { font-weight: 500; font-size: max(13px, calc(15 * var(--u))); color: var(--muted); border-bottom-color: var(--ink); padding-top: 0; }
.doclist td:last-child, .doclist th:last-child { padding-right: 0; text-align: right; white-space: nowrap; }
.doclist tr.is-scheduled td { color: var(--muted); }
.doclist .doc { font-weight: 500; }
.access { display: inline-flex; align-items: center; gap: 6px; }
.access svg { width: 12px; height: 12px; }
.access a { color: var(--ink); }
.repphoto { margin: 0; }
.repphoto figcaption { margin-top: 12px; }

/* data-room close */
.close { margin-top: calc(150 * var(--u)); background: var(--ink); color: var(--paper); }
.close .frame { padding-top: calc(96 * var(--u)); padding-bottom: calc(100 * var(--u)); display: grid; grid-template-columns: calc(820 * var(--u)) 1fr; gap: calc(60 * var(--u)); align-items: end; }
.close .h2 { color: #fff; }
.close p { margin-top: calc(22 * var(--u)); color: #C9CDD0; font-size: max(17px, calc(22 * var(--u))); line-height: 1.45; max-width: 52ch; }
.close__actions { display: flex; flex-direction: column; align-items: flex-start; gap: calc(22 * var(--u)); }
.btn--light { background: var(--paper); color: var(--ink); height: max(52px, calc(66 * var(--u))); padding-inline: max(22px, calc(32 * var(--u))); font-size: max(18px, calc(25 * var(--u))); border-radius: calc(5 * var(--u)); }
.btn--light:hover { background: #fff; }
.close .link-u { color: #fff; font-size: max(17px, calc(22 * var(--u))); }
.close .link-u:hover { text-decoration-color: var(--sun); }
.close :focus-visible { outline-color: var(--sun); }

/* footer */
.site-footer { background: var(--ink); color: #C9CDD0; }
.site-footer .frame { padding-top: calc(10 * var(--u)); padding-bottom: max(40px, calc(56 * var(--u))); }
.site-footer--solo .frame { padding-top: 56px; }
.site-footer__grid { display: grid; grid-template-columns: calc(520 * var(--u)) 1fr 1fr; gap: calc(40 * var(--u)); padding-top: 44px; border-top: 1px solid #343B40; }
.site-footer .brand { position: static; color: #fff; }
.site-footer .brand__name { font-size: 34px; line-height: 34px; }
.site-footer .brand__sub { font-size: 13px; line-height: 13px; }
.site-footer p { font-size: 15px; line-height: 1.5; margin-top: 16px; max-width: 46ch; }
.site-footer h2 { font-size: 15px; font-weight: 500; color: #fff; }
.site-footer ul { list-style: none; margin: 10px 0 0; padding: 0; display: grid; gap: 6px; }
.site-footer a { color: #E8EAEC; text-decoration: none; font-size: 16px; }
.site-footer a:hover { text-decoration: underline; }
.site-footer :focus-visible { outline-color: var(--sun); }
.disclaimer { margin-top: 40px; padding-top: 18px; border-top: 1px solid #343B40; font-size: 13px !important; line-height: 1.5; color: #9CA3A8; max-width: none !important; }

/* page heads (portfolio, investors) */
.pagehead { padding-top: calc(86 * var(--u)); padding-bottom: 40px; border-bottom: 1px solid var(--rule); display: grid; grid-template-columns: calc(820 * var(--u)) 1fr; gap: calc(60 * var(--u)); align-items: end; }
.h1 { font-weight: 500; font-size: max(36px, calc(66 * var(--u))); line-height: 1.02; letter-spacing: -0.012em; text-wrap: balance; }

/* ---------------------------------------------------------------- preloader (index) */
[data-preloader] {
  display: flex; flex-direction: column; justify-content: space-between; background: var(--paper);
  padding: calc(40 * var(--u)) var(--pad);
}
.pl__top { display: flex; justify-content: space-between; align-items: baseline; font-weight: 500; font-size: 16px; }
.pl__chart { display: flex; align-items: flex-end; gap: 6px; height: 90px; width: min(420px, 70vw); }
.pl__bar { flex: 1; height: var(--h); background: var(--band); position: relative; overflow: hidden; }
.pl__bar i { position: absolute; inset: 0; background: var(--sun); transform: scaleY(0); transform-origin: 50% 100%; }
.pl__count { font-family: var(--font); font-weight: 700; font-size: clamp(56px, 9vw, 130px); line-height: 0.9; letter-spacing: -0.02em; }
.pl__count small { font-family: var(--font); font-weight: 500; font-size: 0.26em; letter-spacing: 0; margin-left: 0.2em; }
.pl__bottom { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; }
.pl__caption { font-size: 16px; color: var(--muted); }

/* ---------------------------------------------------------------- tablet & phone */
@media (max-width: 1099.98px) {
  :root { --u: 1px; --pad: 32px; }
  body { font-size: 17px; }
  .site-header__bar { height: 68px; display: flex; align-items: center; justify-content: space-between; }
  .brand { position: static; }
  .brand__name { font-size: 28px; line-height: 28px; }
  .brand__sub { font-size: 11px; line-height: 11px; margin-top: 2px; }
  .nav, .btn--nav { display: none; }
  .menu-toggle {
    display: inline-flex; align-items: center; gap: 10px; min-height: 44px; padding: 0 4px 0 12px;
    font-weight: 500; font-size: 17px; color: var(--ink); background: none; border: 0;
  }
  .menu-toggle__icon { position: relative; width: 22px; height: 12px; }
  .menu-toggle__icon::before, .menu-toggle__icon::after { content: ""; position: absolute; left: 0; right: 0; height: 2px; background: currentColor; transition: transform 220ms var(--ease-out), top 220ms var(--ease-out); }
  .menu-toggle__icon::before { top: 0; }
  .menu-toggle__icon::after { top: 10px; }
  .menu-toggle[aria-expanded="true"] .menu-toggle__icon::before { top: 5px; transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-toggle__icon::after { top: 5px; transform: rotate(-45deg); }
  .menu-panel { position: fixed; left: 0; right: 0; top: 68px; bottom: 0; z-index: 39; background: var(--paper); padding: 12px var(--pad) 32px; overflow-y: auto; }
  .menu-panel.is-open { display: flex; flex-direction: column; }
  .menu-panel a:not(.btn) { display: flex; align-items: center; min-height: 56px; border-bottom: 1px solid var(--rule); font-size: 26px; font-weight: 500; color: var(--ink); text-decoration: none; }
  .menu-panel .btn { margin-top: 28px; height: 56px; font-size: 19px; }

  .hero__stage { height: auto; display: flex; flex-direction: column; padding-top: 36px; }
  .hero__title, .hero__lede, .hero__cta, .hero__link, .hero .gen-figure, .hero__photo, .keyrow, .hero .gen-figure__title, .hero .legend, .hero .gen-svg { position: static; }
  .hero__title { width: auto; max-width: 15em; font-size: clamp(34px, 6.2vw, 52px); line-height: 1.1; }
  .hero__lede { width: auto; max-width: 30em; margin-top: 18px; font-size: clamp(18px, 2.6vw, 22px); line-height: 1.45; }
  .hero__cta { width: auto; height: 54px; padding-inline: 24px; margin-top: 26px; font-size: 18px; align-self: flex-start; border-radius: 5px; }
  .hero__link { margin-top: 14px; font-size: 18px; align-self: flex-start; text-underline-offset: 6px; text-decoration-thickness: 2px; padding-block: 11px; }
  .site-footer ul a { display: inline-block; padding: 10px 0; }
  .site-footer ul { gap: 0; }
  .hero .gen-figure { width: auto; height: auto; margin-top: 44px; }
  .gen-figure__title { font-size: 22px; line-height: 1.2; }
  .legend { flex-wrap: wrap; gap: 6px 20px; margin-top: 12px; font-size: 15px; line-height: 20px; }
  .key--actual { width: 14px; height: 14px; }
  .key--p50 { width: 18px; height: 2px; }
  .key--p90 { width: 14px; height: 14px; }
  .legend li { gap: 8px; }
  .hero .gen-svg { width: 100%; height: auto; margin-top: 8px; }
  .gen-svg .tick, .gen-svg .month, .gen-svg .vlabel { font-size: 27px; }
  .gen-svg .unit { font-size: 22px; }
  .hero__photo { width: 100%; height: auto; margin-top: 36px; }
  .hero__photo img { aspect-ratio: 4 / 3; height: auto; border-radius: 8px; object-position: 50% 58%; }
  .keyrow { height: auto; margin-top: 40px; grid-template-columns: 1fr 1fr; }
  .keyrow > div { padding: 22px 0 22px; text-align: left; align-items: flex-start; }
  .keyrow > div:first-child { margin-left: 0; }
  .keyrow > div + div::before { display: none; }
  .keyrow > div:nth-child(2n) { padding-left: 20px; border-left: 1px solid var(--rule); }
  .keyrow > div:nth-child(n+3) { border-top: 1px solid var(--rule); }
  .keyrow .kv { font-size: clamp(40px, 7vw, 56px); line-height: 1; }
  .keyrow .kl { font-size: 17px; line-height: 1.3; margin-top: 6px; }
  .no-js .hero .chart-fallback { position: static; width: auto; margin-top: 16px; }

  .section { padding-top: 88px; }
  .section__head { grid-template-columns: 1fr; gap: 14px; padding-bottom: 26px; }
  .mapgrid { grid-template-columns: 1fr; gap: 28px; }
  .mapgrid .mapbox { position: relative; top: auto; }
  .stagebar__legend { grid-template-columns: 1fr 1fr; }
  .stations { grid-template-columns: 1fr 1fr 1fr; row-gap: 40px; }
  .stations__line, .stations__fill { display: none; }
  .devphoto { grid-template-columns: 1fr; gap: 14px; }
  .cadence { grid-template-columns: 1fr; grid-template-rows: none; gap: 28px; }
  .cadence > div { display: block; grid-row: auto; }
  .docs { grid-template-columns: 1fr; gap: 36px; }
  .close .frame { grid-template-columns: 1fr; gap: 30px; padding-top: 64px; padding-bottom: 68px; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
  .site-footer__grid > :first-child { grid-column: 1 / -1; }
  .pagehead { grid-template-columns: 1fr; gap: 16px; padding-top: 44px; }
}

@media (max-width: 699.98px) {
  :root { --pad: 16px; }
  .brand__name { font-size: 24px; line-height: 24px; }
  .brand__sub { font-size: 10px; line-height: 10px; }
  .site-header__bar { height: 60px; }
  .menu-panel { top: 60px; }
  .hero__stage { padding-top: 26px; }
  .hero__title { font-size: 34px; line-height: 1.12; }
  .h1 { font-size: clamp(34px, 10.5vw, 48px); }
  .h2 { font-size: clamp(30px, 8.6vw, 42px); }
  .hero__lede { font-size: 18px; }
  .hero__cta { width: 100%; }
  .stations { grid-template-columns: 1fr; row-gap: 0; }
  .station { display: grid; grid-template-columns: 36px 1fr; column-gap: 14px; padding: 0 0 26px; }
  .station__mark { grid-row: 1 / span 5; width: 30px; height: 30px; }
  .station h3 { margin-top: 3px; }
  .station > * { grid-column: 2; }
  .station__mark { grid-column: 1; }
  .stagebar__track { height: 30px; }
  .stagebar__legend { grid-template-columns: 1fr; gap: 14px; }
  .stagebar__legend li { display: grid; grid-template-columns: 110px 1fr; column-gap: 12px; align-items: baseline; padding-top: 12px; }
  .stagebar__legend .bignum { grid-row: span 2; font-size: 30px; }
  .stagebar__legend .st { margin-top: 0; }
  .oplist { columns: 1; }
  .doclist thead { display: none; }
  .doclist tr { display: grid; grid-template-columns: 1fr auto; padding: 12px 0; border-bottom: 1px solid var(--rule); }
  .doclist th, .doclist td { border: 0; padding: 0; font-size: 15px; }
  .doclist td:first-child { grid-column: 1 / -1; font-size: 16px; margin-bottom: 4px; }
  .doclist td:last-child { grid-column: 2; text-align: right; }
  .devphoto img { aspect-ratio: 3 / 2; }
  .site-footer__grid { grid-template-columns: 1fr; }
}


/* ---------------------------------------------------------------- portfolio */
.pf { display: grid; grid-template-columns: minmax(0, 1fr) calc(560 * var(--u)); gap: calc(56 * var(--u)); padding-top: calc(40 * var(--u)); align-items: start; }
.pf-mapbox .map-svg { background: transparent; }
.pf-side { position: sticky; top: calc(113 * var(--u) + 24px); }
.pf-chart { position: relative; }
.pf-chart__head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: 0 16px; }
.pf-chart__title { font-weight: 500; font-size: max(20px, calc(26 * var(--u))); line-height: 1.15; letter-spacing: -0.01em; }
.pf-chart .legend { margin-top: 12px; font-size: max(14px, calc(17 * var(--u))); gap: calc(26 * var(--u)); }
.pf-chart .gen-svg { margin-top: 6px; }
.pf-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; margin: 18px 0 0; padding-top: 16px; border-top: 1px solid var(--ink); }
.pf-facts dt { font-size: 14px; color: var(--muted); }
.pf-facts dd { margin: 2px 0 0; font-size: 16px; font-weight: 500; line-height: 1.35; }
.pf-note { margin-top: 14px; min-height: 2.9em; }
.textbtn { background: none; border: 0; padding: 6px 0; color: var(--ink); font-weight: 500; font-size: 15px; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; white-space: nowrap; min-height: 44px; }
.textbtn:hover { text-decoration-color: var(--sun); }
.filters { margin-top: calc(34 * var(--u)); display: grid; gap: 12px; padding: 18px 0; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.filter { display: grid; grid-template-columns: 90px 1fr; align-items: center; gap: 12px; }
.filter__label { font-size: 14px; color: var(--muted); }
.seg { display: flex; flex-wrap: wrap; gap: 6px; }
.seg button { min-height: 36px; padding: 0 12px; border-radius: 4px; border: 1px solid var(--rule-strong); background: transparent; color: var(--ink); font-weight: 500; font-size: 15px; cursor: pointer; transition: background-color 150ms, color 150ms, border-color 150ms; }
.seg button:hover { border-color: var(--ink); }
.seg button[aria-pressed="true"] { background: var(--ink); border-color: var(--ink); color: #fff; }
.filters__meta { display: flex; justify-content: space-between; align-items: center; gap: 12px; font-size: 15px; color: var(--muted); }
.pf-tablewrap { margin-top: 8px; }
.pf-table { width: 100%; border-collapse: collapse; font-size: max(14px, calc(16 * var(--u))); }
.pf-table th, .pf-table td { text-align: left; padding: 9px 12px 9px 0; border-bottom: 1px solid var(--rule); vertical-align: baseline; font-weight: 400; }
.pf-table .num { text-align: right; }
.pf-table thead th { font-weight: 500; font-size: 13px; color: var(--muted); border-bottom: 1px solid var(--ink); vertical-align: bottom; white-space: nowrap; }
.pf-table thead button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; text-align: inherit; }
.pf-table thead button::after { content: ""; display: inline-block; width: 7px; height: 11px; margin-left: 3px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath d='M1 4l3-3 3 3M1 8l3 3 3-3' fill='none' stroke='%235B6166' stroke-width='1.2'/%3E%3C/svg%3E") no-repeat center / contain; }
.pf-table th[aria-sort] button { color: var(--ink); }
.pf-table th[aria-sort="descending"] button::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath d='M4 1v10M1 8l3 3 3-3' fill='none' stroke='%2314181B' stroke-width='1.3'/%3E%3C/svg%3E"); }
.pf-table th[aria-sort="ascending"] button::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath d='M4 1v10M1 4l3-3 3 3' fill='none' stroke='%2314181B' stroke-width='1.3'/%3E%3C/svg%3E"); }
.pf-table thead .u { display: block; font-size: 11.5px; }
.pf-table thead button { display: inline-flex; flex-wrap: nowrap; justify-content: flex-end; align-items: baseline; column-gap: 2px; white-space: nowrap; }
.pf-table thead button[data-sort="yield"] { flex-wrap: wrap; }
.pf-table thead button::after { order: 1; }
.pf-table thead .u { order: 2; flex-basis: 100%; text-align: right; }
@media (min-width: 700px) { .pf-table th:nth-child(7), .pf-table td:nth-child(7) { padding-left: 24px; } .pf-table td:nth-child(2), .pf-table td:nth-child(8) { white-space: nowrap; } }
.pf-table tbody th { font-weight: 500; }
.pf-table tbody tr { transition: background-color 150ms; }
.pf-table tbody tr[data-status="operating"] { cursor: pointer; }
.pf-table tbody tr.is-on, .pf-table tbody tr:hover { background: rgba(20, 24, 27, 0.04); }
.pf-table tbody tr.is-sel { background: rgba(244, 194, 27, 0.26); }
.pf-table tbody tr[data-status]:not([data-status="operating"]) td, .pf-table tbody tr[data-status]:not([data-status="operating"]) th { color: var(--muted); }
.pick { font: inherit; font-weight: 500; color: var(--ink); background: none; border: 0; padding: 0; cursor: pointer; text-decoration: underline; text-decoration-color: var(--rule-strong); text-underline-offset: 4px; text-align: left; }
.pick:hover, .pick[aria-pressed="true"] { text-decoration-color: var(--ink); }
.pf-table tfoot th, .pf-table tfoot td { font-weight: 700; border-bottom: 0; border-top: 1px solid var(--ink); }
.pf-empty { padding: 20px 0; color: var(--muted); }

/* ---------------------------------------------------------------- investors */
.routes { width: 100%; margin-top: calc(44 * var(--u)); border-collapse: collapse; font-size: max(16px, calc(19 * var(--u))); }
.routes th, .routes td { text-align: left; padding: 14px 24px 14px 0; border-bottom: 1px solid var(--rule); vertical-align: top; font-weight: 400; }
.routes thead th { font-weight: 500; font-size: max(20px, calc(28 * var(--u))); border-bottom: 1px solid var(--ink); padding-bottom: 12px; }
.routes tbody th { font-weight: 500; width: 22%; color: var(--muted); }
.routes td { width: 39%; }
.steps { list-style: none; margin: calc(44 * var(--u)) 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: calc(40 * var(--u)); }
.steps h3 { margin-top: 16px; font-weight: 500; font-size: max(19px, calc(25 * var(--u))); }
.steps p { margin-top: 8px; font-size: max(15px, calc(18 * var(--u))); line-height: 1.45; }
.gov { display: grid; grid-template-columns: minmax(0, 1fr) calc(560 * var(--u)); gap: calc(56 * var(--u)); padding-top: calc(40 * var(--u)); align-items: start; }
.gov__list { margin: 0; }
.gov__list > div { display: grid; grid-template-columns: calc(260 * var(--u)) 1fr; gap: 24px; padding: 14px 0; border-bottom: 1px solid var(--rule); }
.gov__list dt { font-weight: 500; font-size: max(16px, calc(19 * var(--u))); }
.gov__list dd { margin: 0; font-size: max(16px, calc(18 * var(--u))); line-height: 1.45; }
.photo { margin: 0; }
.photo figcaption { margin-top: 12px; }
.doclist--full { margin-top: calc(30 * var(--u)); }
.request { display: grid; grid-template-columns: calc(520 * var(--u)) 1fr; gap: calc(80 * var(--u)); align-items: start; padding-bottom: calc(40 * var(--u)); }
.request__intro .lede { margin-top: 18px; }
.request__intro .small { margin-top: 14px; }
.request__body { border-top: 1px solid var(--ink); padding-top: 26px; }
.form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 24px; }
.field { display: grid; gap: 6px; align-content: start; }
.field--wide { grid-column: 1 / -1; }
.field label { font-weight: 500; font-size: 16px; }
.field input, .field select {
  height: 52px; padding: 0 14px; border: 1px solid #9DA29C; border-radius: 4px; background: #fff; color: var(--ink);
  font-size: 17px; width: 100%; transition: border-color 150ms, box-shadow 150ms;
}
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%2314181B' stroke-width='1.6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; background-size: 12px 8px; padding-right: 38px; }
.field input:hover, .field select:hover { border-color: var(--ink); }
.field input:focus-visible, .field select:focus-visible { outline: none; border-color: var(--ink); box-shadow: 0 0 0 3px rgba(20, 24, 27, 0.18); }
.field [aria-invalid="true"] { border-color: #A3261B; box-shadow: 0 0 0 1px #A3261B; }
.field__error { font-size: 14px; color: #A3261B; }
.form__actions { grid-column: 1 / -1; display: flex; align-items: center; gap: 18px; margin-top: 4px; }
.btn--submit { height: 56px; padding-inline: 28px; font-size: 18px; border-radius: 6px; }
.btn--submit:disabled { opacity: 0.6; cursor: progress; }
.done { border: 1px solid var(--ink); border-radius: 6px; padding: 26px 28px; background: #fff; }
.done h3 { font-weight: 500; font-size: 26px; }
.done p { margin-top: 10px; font-size: 17px; }
.done ol { margin: 14px 0 6px; padding-left: 20px; line-height: 1.6; }
.done:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }

@media (max-width: 1099.98px) {
  .pf { grid-template-columns: 1fr; gap: 28px; }
  .pf-side { position: static; order: -1; }
  .pf-main { display: contents; }
  .pf-mapbox { order: -2; }
  .filters { order: 0; }
  .pf-tablewrap { order: 1; }
  .pf-facts { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .gov { grid-template-columns: 1fr; }
  .gov__list > div { grid-template-columns: 1fr; gap: 4px; }
  .request { grid-template-columns: 1fr; gap: 26px; }
}
@media (max-width: 699.98px) {
  .filter { grid-template-columns: 1fr; gap: 6px; }
  .seg { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; }
  .seg button { flex: none; min-height: 44px; }
  .filters__meta { flex-wrap: wrap; }
  .pf-table thead { display: none; }
  .pf-table, .pf-table tbody, .pf-table tfoot { display: block; }
  .pf-table tr { display: grid; grid-template-columns: 1fr auto; column-gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--rule); }
  .pf-table tr[hidden] { display: none; }
  .pf-table th, .pf-table td { border: 0; padding: 1px 0; }
  .pf-table tbody th { grid-column: 1; font-size: 17px; }
  .pf-table tbody td:nth-child(2) { grid-column: 1; color: var(--muted); }
  .pf-table tbody td:nth-child(3) { grid-row: 1; grid-column: 2; font-weight: 500; }
  .pf-table tbody td:nth-child(3)::after { content: " MWp"; }
  .pf-table tbody td:nth-child(4) { grid-row: 2; grid-column: 2; color: var(--muted); }
  .pf-table tbody td:nth-child(4)::before { content: "COD "; }
  .pf-table tbody td:nth-child(5), .pf-table tbody td:nth-child(6) { grid-column: 1 / -1; text-align: left; }
  .pf-table tbody td:nth-child(5)::before { content: "2025 yield, kWh/kWp: "; color: var(--muted); }
  .pf-table tbody td:nth-child(6)::before { content: "Against P50: "; color: var(--muted); }
  .pf-table tbody td:nth-child(7) { grid-column: 1; color: var(--muted); }
  .pf-table tbody td:nth-child(8) { grid-column: 2; text-align: right; color: var(--muted); }
  .pf-table tfoot tr { grid-template-columns: 1fr auto; }
  .pf-table tfoot td:empty { display: none; }
  .pf-table tfoot td.num::after { content: " MWp"; }
  .pick { min-height: 44px; display: inline-flex; align-items: center; }
  .pf-facts { grid-template-columns: 1fr; }
  .routes, .routes thead, .routes tbody, .routes tr { display: block; }
  .routes thead tr { display: none; }
  .routes tbody tr { padding: 12px 0; border-bottom: 1px solid var(--rule); }
  .routes th, .routes td { display: block; width: auto !important; border: 0; padding: 3px 0; }
  .routes td:nth-of-type(1)::before { content: "Per-park SPV: "; font-weight: 500; }
  .routes td:nth-of-type(2)::before { content: "Portfolio fund: "; font-weight: 500; }
  .steps { grid-template-columns: 1fr; gap: 24px; }
  .form { grid-template-columns: 1fr; }
  .form__actions { flex-direction: column; align-items: stretch; }
  .btn--submit { width: 100%; }
}

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