/* ═══════════════════════════════════════════════════════════
   KALDERA — Heavy Industries
   Editorial industrial. Paper base, graphite chapters,
   one oxide accent, used sparingly.
   ═══════════════════════════════════════════════════════════ */

@font-face {
  font-family: "Clash Display";
  src: url("../assets/fonts/ClashDisplay-Variable.woff2") format("woff2");
  font-weight: 200 700;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../assets/fonts/GeneralSans-Variable.woff2") format("woff2");
  font-weight: 200 700;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("../assets/fonts/GeneralSans-VariableItalic.woff2") format("woff2");
  font-weight: 200 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Zodiak";
  src: url("../assets/fonts/Zodiak-Variable.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: "Zodiak";
  src: url("../assets/fonts/Zodiak-VariableItalic.woff2") format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --paper:     #f2f0ec;
  --paper-2:   #e8e5df;
  --ink:       #101113;
  --ink-2:     #43464a;
  --ink-dim:   #8b8e92;
  --graphite:  #121316;
  --graphite-2:#191b1e;
  --bone:      #eceae5;
  --bone-dim:  #8e9095;
  --oxide:     #b33f26;
  --line:      rgba(16, 17, 19, 0.16);
  --line-soft: rgba(16, 17, 19, 0.09);
  --line-d:    rgba(236, 234, 229, 0.16);
  --line-d-soft: rgba(236, 234, 229, 0.08);

  --display: "Clash Display", "Helvetica Neue", sans-serif;
  --body:    "General Sans", "Helvetica Neue", sans-serif;
  --serif:   "Zodiak", Georgia, serif;

  --pad:  clamp(20px, 4.4vw, 84px);
  --wrap: 1720px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-weight: 400;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@media (hover: hover) and (pointer: fine) { body { cursor: none; } }

.page { width: 100%; max-width: 100vw; overflow-x: clip; }

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--oxide); color: #fff; }

/* ───────────  shared primitives  ─────────── */

section { position: relative; }

.mask {
  overflow: hidden;
  clip-path: inset(0 0 100% 0);
  background: var(--paper-2);
}
.mask img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.1); transform-origin: center; }

.sec-label {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-2);
  font-weight: 500;
  display: flex;
  align-items: baseline;
  gap: 14px;
}
.sec-label .sl-num {
  font-family: var(--display);
  font-weight: 500;
  color: var(--oxide);
  letter-spacing: 0.04em;
  font-size: 12px;
}
.sec-label.on-dark { color: var(--bone-dim); }

.sec-title {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(2rem, 4.1vw, 4.35rem);
  line-height: 0.98;
  letter-spacing: -0.032em;
}
.sec-title.on-dark { color: var(--bone); }

.sl-w {
  display: inline-block; overflow: hidden; vertical-align: bottom;
  padding-bottom: 0.14em; margin-bottom: -0.14em;
}
.sl-w > i { display: inline-block; font-style: inherit; transform: translateY(105%); }

/* ═══════════  PRELOADER  ═══════════ */

.preloader {
  position: fixed; inset: 0;
  z-index: 400;
  overflow: hidden;
}
.pl-plate {
  position: absolute; left: 0; width: 100%;
  background: var(--graphite);
  will-change: transform;
}
.pl-plate-top { top: 0; height: 41%; }
.pl-plate-bot { top: 41%; height: 59%; }

/* single hairline — a measuring pass, not a progress bar */
.pl-scan {
  position: absolute; left: 0; top: 0;
  width: 100%; height: 1px;
  background: rgba(236, 234, 229, 0.55);
  opacity: 0;
}
.pl-shear {
  position: absolute; left: 0; top: 41%;
  width: 100%; height: 1px;
  background: var(--oxide);
  transform: scaleX(0); transform-origin: 0 50%;
}

.pl-ui {
  position: absolute; inset: 0;
  padding: clamp(20px, 3.4vw, 52px) var(--pad);
  display: flex; flex-direction: column; justify-content: space-between;
  color: var(--bone);
  pointer-events: none;
}
.pl-topline {
  display: flex; align-items: baseline; justify-content: space-between;
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--bone-dim);
}
.pl-gauge { display: flex; align-items: baseline; gap: 6px; }
.pl-gauge-num {
  font-family: var(--display); font-style: normal; font-weight: 500;
  font-size: 13px; letter-spacing: 0.06em; color: var(--bone);
  font-variant-numeric: tabular-nums;
}
.pl-gauge em { font-style: normal; color: var(--bone-dim); }

.pl-wordwrap { max-width: min(1100px, 72vw); }
.pl-word {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(3rem, 10.5vw, 11rem);
  line-height: 0.86;
  letter-spacing: -0.035em;
  display: flex;
}
.pl-l { display: block; overflow: hidden; }
.pl-l > i { display: block; font-style: normal; transform: translateY(110%); }
.pl-rule {
  height: 1px; background: rgba(236, 234, 229, 0.16);
  margin: clamp(16px, 2vw, 26px) 0 12px;
}
.pl-rule > span {
  display: block; height: 1px; background: var(--bone);
  transform: scaleX(0); transform-origin: 0 50%;
}
.pl-sub {
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--bone-dim);
  opacity: 0;
}

/* ═══════════  CURSOR / GRAIN  ═══════════ */

.cursor {
  position: fixed; top: 0; left: 0;
  width: 7px; height: 7px; border-radius: 50%;
  background: #fff;
  mix-blend-mode: difference;
  pointer-events: none; z-index: 380;
  transform: translate(-50%, -50%);
  transition: width 0.4s var(--ease), height 0.4s var(--ease), opacity 0.3s;
}
.cursor.is-hover { width: 46px; height: 46px; }
@media (hover: none), (pointer: coarse) { .cursor { display: none; } }

.grain {
  position: fixed; inset: -40%;
  z-index: 350; pointer-events: none; opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: grainshift 6s steps(6) infinite;
}
@keyframes grainshift {
  0%   { transform: translate(0, 0); }
  20%  { transform: translate(-3%, 2%); }
  40%  { transform: translate(2%, -3%); }
  60%  { transform: translate(-2%, -2%); }
  80%  { transform: translate(3%, 1%); }
  100% { transform: translate(0, 0); }
}

/* ═══════════  NAV  ═══════════ */

.nav {
  position: fixed; top: 0; left: 0; width: 100%;
  z-index: 200;
  padding: 22px var(--pad);
  display: flex; align-items: center;
  color: var(--ink);
  transition: color 0.45s ease;
  will-change: transform;
  transform: translateY(-100%);
}
.nav.is-dark { color: var(--bone); }

/* keeps the bar readable where it crosses a photograph */
.nav::before {
  content: "";
  position: absolute; top: 0; left: 0; width: 100%; height: 150px;
  background: linear-gradient(180deg, rgba(14, 15, 17, 0.6) 0%, rgba(14, 15, 17, 0) 100%);
  opacity: 0; z-index: -1; pointer-events: none;
  transition: opacity 0.45s ease;
}
.nav.is-dark::before { opacity: 1; }

.nav-brand {
  font-family: var(--display); font-weight: 600;
  font-size: 15px; letter-spacing: 0.14em;
  display: flex; align-items: center; gap: 11px;
}
.nav-mark {
  width: 16px; height: 10px; position: relative; display: block;
}
.nav-mark::before, .nav-mark::after {
  content: ""; position: absolute; left: 0; height: 2px; background: currentColor;
}
.nav-mark::before { top: 0; width: 16px; }
.nav-mark::after  { bottom: 0; width: 10px; background: var(--oxide); }

.nav-links {
  display: flex; gap: clamp(20px, 2.4vw, 40px);
  margin-left: clamp(40px, 34vw, 620px);
}
.nav-links a {
  font-size: 12.5px; letter-spacing: 0.05em; font-weight: 500;
  position: relative; padding-bottom: 3px;
  color: inherit; opacity: 0.72;
  transition: opacity 0.3s ease;
}
.nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 100%; height: 1px; background: var(--oxide);
  transform: scaleX(0); transform-origin: 100% 50%;
  transition: transform 0.5s var(--ease);
}
.nav-links a:hover { opacity: 1; }
.nav-links a:hover::after { transform: scaleX(1); transform-origin: 0 50%; }

.nav-cta {
  margin-left: auto;
  font-size: 12.5px; letter-spacing: 0.05em; font-weight: 500;
  border: 1px solid currentColor;
  padding: 9px 18px;
  opacity: 0.85;
  transition: opacity 0.3s ease, background 0.4s var(--ease), color 0.4s var(--ease);
}
.nav-cta:hover { opacity: 1; background: var(--ink); color: var(--paper); border-color: var(--ink); }
.nav.is-dark .nav-cta:hover { background: var(--bone); color: var(--graphite); border-color: var(--bone); }

@media (max-width: 1080px) { .nav-links { display: none; } }

/* ═══════════  HERO  ═══════════ */

.hero {
  min-height: 100svh;
  padding: 0 0 clamp(24px, 4vh, 54px);
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: clamp(12px, 1.6vw, 28px);
  align-content: end;
  padding-left: var(--pad);
}

.hero-figure {
  grid-column: 7 / -1;
  grid-row: 1;
  position: relative;
  margin-bottom: clamp(28px, 5vh, 72px);
}
.hero-img-mask {
  height: clamp(400px, 74svh, 1060px);
  overflow: hidden;
  clip-path: inset(49.5% 0 49.5% 0);
  background: var(--paper-2);
}
.hero-img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: 72% 50%;
  transform: scale(1.18);
}
.hero-cap {
  position: absolute; right: var(--pad); bottom: -26px;
  font-size: 11px; letter-spacing: 0.06em; color: var(--ink-dim);
  opacity: 0;
}
.hero-cap span { color: var(--ink); font-weight: 500; }

.hero-type {
  grid-column: 1 / 7;
  grid-row: 1;
  align-self: end;
  z-index: 3;
  padding-bottom: clamp(28px, 5vh, 72px);
  max-width: 780px;
}
.hero-kicker {
  display: flex; align-items: center; gap: 14px;
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--ink-2); margin-bottom: clamp(18px, 2.4vh, 34px);
}
.k-rule { display: block; width: 46px; height: 1px; background: var(--oxide); }

.hero-title {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(2.4rem, 5.1vw, 5.4rem);
  line-height: 0.94;
  letter-spacing: -0.04em;
}
.hl-line { display: block; overflow: hidden; padding-bottom: 0.06em; }
.hl-line > span { display: block; transform: translateY(110%); }
.hl-line:nth-child(2) { padding-left: clamp(0px, 3.4vw, 60px); }

.hero-note {
  margin-top: clamp(20px, 2.8vh, 38px);
  max-width: 46ch;
  font-size: clamp(14px, 1.03vw, 17px);
  line-height: 1.55;
  color: var(--ink-2);
  opacity: 0;
}

.hero-meta {
  grid-column: 1 / 6;
  grid-row: 2;
  list-style: none;
  display: flex; flex-wrap: wrap; gap: clamp(20px, 3vw, 56px);
  border-top: 1px solid var(--line);
  padding-top: 16px;
  opacity: 0;
}
.hero-meta li { display: flex; flex-direction: column; gap: 5px; }
.hero-meta span { font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-dim); }
.hero-meta b { font-family: var(--display); font-weight: 500; font-size: clamp(13px, 1vw, 16px); letter-spacing: -0.01em; }

.hero-scroll {
  grid-column: 11 / -1;
  grid-row: 2;
  justify-self: end;
  align-self: end;
  display: flex; align-items: center; gap: 12px;
  font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--ink-dim);
  padding-right: var(--pad);
  opacity: 0;
}
.hs-rule { display: block; width: 60px; height: 1px; background: var(--line); position: relative; overflow: hidden; }
.hs-rule::after {
  content: ""; position: absolute; inset: 0; background: var(--ink);
  animation: hsslide 2.4s var(--ease) infinite;
}
@keyframes hsslide {
  0%   { transform: translateX(-100%); }
  55%  { transform: translateX(0); }
  100% { transform: translateX(100%); }
}

@media (max-width: 900px) {
  .hero { padding-right: var(--pad); }
  .hero-figure { grid-column: 1 / -1; grid-row: 1; }
  .hero-img-mask { height: 46svh; }
  .hero-type { grid-column: 1 / -1; grid-row: 2; padding-bottom: 24px; }
  .hero-meta { grid-column: 1 / -1; grid-row: 3; }
  .hero-scroll { display: none; }
  .hero-cap { right: 0; }
}

/* ═══════════  STATEMENT  ═══════════ */

.statement {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: clamp(90px, 15vh, 210px) var(--pad) clamp(70px, 12vh, 170px);
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: clamp(12px, 1.6vw, 28px);
  row-gap: clamp(30px, 5vh, 60px);
}
.statement .sec-label { grid-column: 1 / 3; padding-top: 0.7em; }

.stm-text {
  grid-column: 3 / 10;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(1.35rem, 2.55vw, 2.7rem);
  line-height: 1.32;
  letter-spacing: -0.014em;
  color: var(--ink);
}
.stm-text .word, .stm-text em { opacity: 0.14; transition: none; }
.stm-text em { font-style: italic; color: var(--oxide); }

.stm-fig { grid-column: 10 / -1; margin-top: clamp(0px, 6vh, 90px); }
.stm-fig .mask { aspect-ratio: 4 / 5; }
.stm-fig figcaption {
  margin-top: 12px; font-size: 11px; line-height: 1.5;
  color: var(--ink-dim); max-width: 30ch;
}

@media (max-width: 900px) {
  .statement .sec-label { grid-column: 1 / -1; }
  .stm-text { grid-column: 1 / -1; }
  .stm-fig { grid-column: 1 / 9; margin-top: 0; }
}

/* ═══════════  CAPABILITY (pinned)  ═══════════ */

.capability { background: var(--graphite); color: var(--bone); }

.cap-stage {
  height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  grid-template-rows: 100%;
  align-items: stretch;
  overflow: hidden;
}

.cap-media { position: relative; grid-column: 2; grid-row: 1; overflow: hidden; }
.cap-shot { position: absolute; inset: 0; }
.cap-shot img { width: 100%; height: 100%; object-fit: cover; }
.cap-shot-2, .cap-shot-3 { clip-path: inset(0 0 0 100%); }
.cap-media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(18,19,22,0.85) 0%, rgba(18,19,22,0.15) 26%, rgba(18,19,22,0) 55%);
  pointer-events: none;
}

.cap-panel {
  grid-column: 1;
  grid-row: 1;
  position: relative;
  padding: clamp(80px, 12vh, 150px) clamp(24px, 3.6vw, 70px) clamp(40px, 6vh, 74px) var(--pad);
  display: flex; flex-direction: column;
}

.cap-slides { position: relative; flex: 1; margin-top: clamp(28px, 5vh, 64px); }
.cap-slide {
  position: absolute; inset: 0 0 auto 0;
  max-width: 620px;
  opacity: 0;
}
.cap-slide-1 { opacity: 1; }
.cap-idx {
  font-family: var(--display); font-weight: 500;
  font-size: 12px; letter-spacing: 0.1em; color: var(--oxide);
  display: block; margin-bottom: 18px;
}
.cap-slide h3 {
  font-family: var(--display); font-weight: 500;
  font-size: clamp(1.7rem, 3.1vw, 3.15rem);
  line-height: 1.02; letter-spacing: -0.032em;
  margin-bottom: clamp(16px, 2.2vh, 26px);
}
.cap-slide p {
  font-size: clamp(13.5px, 1.03vw, 16.5px);
  line-height: 1.62; color: var(--bone-dim);
  max-width: 44ch;
}
.cap-spec {
  margin-top: clamp(22px, 3.4vh, 40px);
  display: flex; gap: clamp(24px, 3vw, 56px);
}
.cap-spec div { border-top: 1px solid var(--line-d); padding-top: 10px; }
.cap-spec dt { font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--bone-dim); margin-bottom: 6px; }
.cap-spec dd { font-family: var(--display); font-weight: 500; font-size: clamp(15px, 1.3vw, 20px); letter-spacing: -0.02em; }

.cap-rail { list-style: none; display: flex; gap: clamp(16px, 2vw, 34px); margin-top: auto; }
.cap-rail-item {
  font-size: 10.5px; letter-spacing: 0.15em; text-transform: uppercase;
  color: rgba(236, 234, 229, 0.35);
  transition: color 0.5s ease;
  flex: 1; max-width: 190px;
}
.cap-rail-item .crl-rule {
  display: block; height: 1px; background: var(--line-d);
  margin-bottom: 12px; position: relative; overflow: hidden;
}
.cap-rail-item .crl-rule::after {
  content: ""; position: absolute; inset: 0; background: var(--oxide);
  transform: scaleX(0); transform-origin: 0 50%;
  transition: transform 0.7s var(--ease);
}
.cap-rail-item.is-on { color: var(--bone); }
.cap-rail-item.is-on .crl-rule::after { transform: scaleX(1); }

@media (max-width: 900px) {
  .cap-stage { grid-template-columns: 1fr; grid-template-rows: 38svh 1fr; }
  .cap-media { grid-column: 1; grid-row: 1; }
  .cap-media::after { background: linear-gradient(180deg, rgba(18,19,22,0) 40%, rgba(18,19,22,0.9) 100%); }
  .cap-panel { grid-column: 1; grid-row: 2; padding: 28px var(--pad) 28px; }
  .cap-slide h3 { font-size: 1.6rem; }
  .cap-spec { gap: 20px; }
}

/* ═══════════  EQUIPMENT  ═══════════ */

.equipment {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: clamp(90px, 16vh, 220px) var(--pad) clamp(60px, 10vh, 140px);
}
.eq-head {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: clamp(12px, 1.6vw, 28px);
  align-items: end;
  padding-bottom: clamp(40px, 7vh, 90px);
  border-bottom: 1px solid var(--line);
}
.eq-head .sec-label { grid-column: 1 / 3; grid-row: 1; align-self: start; padding-top: 0.7em; }
.eq-head .sec-title { grid-column: 3 / 10; grid-row: 1; max-width: 18ch; }
.eq-side {
  grid-column: 11 / -1; grid-row: 1; justify-self: end;
  font-size: 10.5px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--ink-dim);
}

.eq-row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: clamp(12px, 1.6vw, 28px);
  padding: clamp(56px, 9vh, 130px) 0;
  border-bottom: 1px solid var(--line-soft);
  align-items: start;
}
.eq-fig .mask { aspect-ratio: 4 / 5; background: var(--paper-2); }
.eq-info { display: flex; flex-direction: column; }

/* deliberately uneven placement, row to row */
.eq-row-a .eq-fig  { grid-column: 1 / 6; }
.eq-row-a .eq-info { grid-column: 7 / 12; padding-top: clamp(10px, 4vh, 56px); }

.eq-row-b .eq-info { grid-column: 2 / 7; padding-top: clamp(30px, 9vh, 130px); }
.eq-row-b .eq-fig  { grid-column: 8 / -1; }

.eq-row-c .eq-fig  { grid-column: 2 / 7; }
.eq-row-c .eq-info { grid-column: 8 / 13; padding-top: clamp(10px, 3vh, 40px); }

.eq-row-d .eq-info { grid-column: 1 / 6; padding-top: clamp(30px, 8vh, 110px); }
.eq-row-d .eq-fig  { grid-column: 7 / 12; }

.eq-idx {
  font-family: var(--display); font-weight: 500;
  font-size: 12px; letter-spacing: 0.1em; color: var(--oxide);
  margin-bottom: 16px;
}
.eq-name {
  font-family: var(--display); font-weight: 500;
  font-size: clamp(1.8rem, 3.2vw, 3.3rem);
  line-height: 0.98; letter-spacing: -0.035em;
}
.eq-desc {
  margin-top: clamp(16px, 2.4vh, 26px);
  font-size: clamp(13.5px, 1.02vw, 16.5px);
  line-height: 1.6; color: var(--ink-2); max-width: 42ch;
}

.spec {
  margin-top: clamp(24px, 4vh, 46px);
  display: grid; grid-template-columns: 1fr 1fr;
  column-gap: clamp(16px, 2vw, 40px);
}
.spec div {
  border-top: 1px solid var(--line);
  padding: 12px 0 16px;
  display: flex; flex-direction: column; gap: 6px;
}
.spec dt { font-size: 10.5px; letter-spacing: 0.13em; text-transform: uppercase; color: var(--ink-dim); }
.spec dd { font-family: var(--display); font-weight: 500; font-size: clamp(16px, 1.45vw, 23px); letter-spacing: -0.025em; }

@media (max-width: 900px) {
  .eq-head .sec-label { grid-column: 1 / -1; }
  .eq-head .sec-title { grid-column: 1 / -1; max-width: none; margin-top: 18px; }
  .eq-side { display: none; }
  .eq-row { row-gap: 26px; padding: 48px 0; }
  .eq-row .eq-fig, .eq-row .eq-info { grid-column: 1 / -1 !important; padding-top: 0 !important; }
  .eq-row-b .eq-fig, .eq-row-d .eq-fig { grid-row: 1; }
}

/* ═══════════  PLANT  ═══════════ */

.plant { background: var(--graphite); color: var(--bone); }
.band-yard { height: clamp(300px, 66svh, 760px); margin-top: clamp(70px, 12vh, 160px); }
.band-yard::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(18,19,22,0.35) 0%, rgba(18,19,22,0) 30%, rgba(18,19,22,0.7) 100%);
}
.band-yard figcaption { z-index: 2; }

.band { position: relative; width: 100%; overflow: hidden; background: var(--graphite); }
.band > img {
  position: absolute; left: 0; top: -9%;
  width: 100%; height: 118%; object-fit: cover;
}
.band figcaption {
  position: absolute; left: var(--pad); bottom: 22px;
  font-size: 11px; letter-spacing: 0.06em; color: rgba(236, 234, 229, 0.6);
}
.band figcaption span { color: var(--bone); font-weight: 500; }

.band-hall { height: clamp(300px, 62svh, 720px); }
.band-hall::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(18,19,22,0.55) 0%, rgba(18,19,22,0) 34%, rgba(18,19,22,0.6) 100%);
}
.band-hall figcaption { z-index: 2; }

.plant-body {
  max-width: var(--wrap); margin: 0 auto;
  padding: clamp(70px, 12vh, 160px) var(--pad) 0;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: clamp(12px, 1.6vw, 28px);
}
.plant-head { grid-column: 1 / 8; display: grid; grid-template-columns: 2fr 10fr; column-gap: clamp(12px, 1.6vw, 28px); align-items: start; }
.plant-head .sec-label { padding-top: 0.7em; }
.plant-head .sec-title { max-width: 15ch; }

.ledger { grid-column: 1 / 9; list-style: none; margin-top: clamp(44px, 8vh, 100px); }
.ledger-row {
  display: grid;
  grid-template-columns: minmax(150px, 3.4fr) minmax(56px, 1fr) 6fr;
  align-items: baseline;
  gap: clamp(10px, 1.4vw, 26px);
  border-top: 1px solid var(--line-d);
  padding: clamp(16px, 2.4vh, 28px) 0;
  transition: opacity 0.4s ease;
}
.ledger-row:last-child { border-bottom: 1px solid var(--line-d); }
.lg-num {
  font-family: var(--display); font-weight: 500;
  font-size: clamp(2rem, 4.4vw, 4.6rem);
  letter-spacing: -0.045em; line-height: 0.9;
  font-variant-numeric: tabular-nums;
}
.lg-unit { font-size: clamp(11px, 1vw, 14px); letter-spacing: 0.1em; text-transform: uppercase; color: var(--oxide); }
.lg-label { font-size: clamp(12.5px, 0.98vw, 15.5px); line-height: 1.5; color: var(--bone-dim); justify-self: start; max-width: 40ch; }

.plant-aerial { grid-column: 10 / -1; margin-top: clamp(40px, 7vh, 90px); align-self: end; }
.plant-aerial .mask { aspect-ratio: 1 / 1; background: var(--graphite-2); }
.plant-aerial figcaption { margin-top: 12px; font-size: 11px; line-height: 1.5; color: var(--bone-dim); max-width: 32ch; }

@media (max-width: 1100px) {
  .plant-head { grid-column: 1 / -1; }
  .ledger { grid-column: 1 / -1; }
  .plant-aerial { grid-column: 1 / 8; }
}
@media (max-width: 700px) {
  .plant-head { grid-template-columns: 1fr; row-gap: 16px; }
  .ledger-row { grid-template-columns: auto auto; row-gap: 6px; }
  .lg-label { grid-column: 1 / -1; }
}

/* ═══════════  STANDARDS  ═══════════ */

.standards {
  max-width: var(--wrap); margin: 0 auto;
  padding: clamp(90px, 16vh, 220px) var(--pad) clamp(70px, 12vh, 160px);
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: clamp(12px, 1.6vw, 28px);
}
.std-side { grid-column: 1 / 5; }
.std-title {
  font-family: var(--display); font-weight: 500;
  font-size: clamp(1.6rem, 2.5vw, 2.6rem);
  line-height: 1.02; letter-spacing: -0.03em;
  margin-top: clamp(20px, 3vh, 34px);
}
.std-note { margin-top: 20px; font-size: 14px; line-height: 1.6; color: var(--ink-2); max-width: 38ch; }
.std-fig { margin-top: clamp(30px, 5vh, 60px); }
.std-fig .mask { aspect-ratio: 4 / 3; }
.std-fig figcaption { margin-top: 12px; font-size: 11px; color: var(--ink-dim); }

.std-table { grid-column: 6 / -1; align-self: start; }
.std-r {
  display: grid;
  grid-template-columns: 1.15fr 1.5fr 1fr 0.42fr;
  gap: clamp(10px, 1.4vw, 26px);
  align-items: baseline;
  border-top: 1px solid var(--line);
  padding: clamp(15px, 2.1vh, 24px) 0;
  font-size: clamp(12.5px, 0.98vw, 15.5px);
  color: var(--ink-2);
  transition: color 0.35s ease;
}
.std-r:last-child { border-bottom: 1px solid var(--line); }
.std-r > span:first-child {
  font-family: var(--display); font-weight: 500; color: var(--ink);
  letter-spacing: -0.015em; font-size: clamp(14px, 1.15vw, 18px);
}
.std-r > span:last-child { justify-self: end; color: var(--ink-dim); font-variant-numeric: tabular-nums; }
.std-r-head {
  border-top: none; padding-top: 0; padding-bottom: 14px;
  font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-dim);
}
.std-r-head > span:first-child { font-family: var(--body); font-weight: 500; font-size: 10.5px; letter-spacing: 0.14em; color: var(--ink-dim); }
.std-r:not(.std-r-head):hover { color: var(--ink); }
.std-r:not(.std-r-head):hover > span:last-child { color: var(--oxide); }

@media (max-width: 1000px) {
  .std-side { grid-column: 1 / -1; }
  .std-table { grid-column: 1 / -1; margin-top: 56px; }
}
@media (max-width: 640px) {
  .std-r { grid-template-columns: 1fr 1fr; row-gap: 6px; }
  .std-r > span:nth-child(3) { display: none; }
}

/* ═══════════  NETWORK  ═══════════ */

.network { padding-top: clamp(70px, 12vh, 160px); }
.net-head, .net-grid { max-width: var(--wrap); margin: 0 auto; padding-inline: var(--pad); }
.net-head {
  display: grid; grid-template-columns: repeat(12, 1fr);
  column-gap: clamp(12px, 1.6vw, 28px);
  padding-bottom: clamp(40px, 7vh, 88px);
}
.net-head .sec-label { grid-column: 1 / 3; padding-top: 0.7em; }
.net-head .sec-title { grid-column: 3 / 11; max-width: 20ch; }

.net-grid {
  display: grid; grid-template-columns: repeat(12, 1fr);
  column-gap: clamp(12px, 1.6vw, 28px);
  row-gap: 50px;
  padding-bottom: clamp(70px, 12vh, 150px);
}
.regions { grid-column: 1 / 4; list-style: none; }
.regions li {
  display: flex; align-items: baseline; gap: 14px;
  border-top: 1px solid var(--line-soft); padding: 13px 0;
}
.regions li:last-child { border-bottom: 1px solid var(--line-soft); }
.regions b {
  font-family: var(--display); font-weight: 500;
  font-size: clamp(18px, 1.6vw, 26px); letter-spacing: -0.03em;
  min-width: 2.1ch; font-variant-numeric: tabular-nums;
}
.regions span { font-size: 12.5px; color: var(--ink-2); line-height: 1.35; }

.projects { grid-column: 5 / -1; }
.pj-row {
  display: grid; grid-template-columns: 0.5fr 0.85fr 1fr 2.2fr;
  gap: clamp(10px, 1.4vw, 26px);
  align-items: baseline;
  border-top: 1px solid var(--line);
  padding: clamp(15px, 2.1vh, 24px) 0;
  font-size: clamp(12.5px, 0.98vw, 15.5px);
  color: var(--ink-2);
  transition: color 0.35s ease;
}
.pj-row:last-child { border-bottom: 1px solid var(--line); }
.pj-row > span:first-child { font-family: var(--display); font-weight: 500; color: var(--ink); font-variant-numeric: tabular-nums; }
.pj-row > span:last-child { color: var(--ink); }
.pj-head {
  border-top: none; padding-top: 0; padding-bottom: 14px;
  font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-dim);
}
.pj-head > span:first-child, .pj-head > span:last-child { font-family: var(--body); font-weight: 500; font-size: 10.5px; letter-spacing: 0.14em; color: var(--ink-dim); }
.pj-row:not(.pj-head):hover { color: var(--ink); }

.band-port { height: clamp(360px, 88svh, 1000px); background: var(--graphite); }
.band-port::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(18,19,22,0.5) 0%, rgba(18,19,22,0.05) 40%, rgba(18,19,22,0.82) 100%);
}
.band-port figcaption { z-index: 3; right: var(--pad); left: auto; }
.band-quote {
  position: absolute; z-index: 3;
  left: var(--pad); bottom: clamp(56px, 9vh, 110px);
  max-width: min(880px, 62vw);
  color: var(--bone);
}
.band-quote p {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(1.3rem, 2.85vw, 3rem);
  line-height: 1.18; letter-spacing: -0.02em;
}

@media (max-width: 1000px) {
  .net-head .sec-label { grid-column: 1 / -1; }
  .net-head .sec-title { grid-column: 1 / -1; margin-top: 18px; max-width: none; }
  .regions { grid-column: 1 / -1; }
  .projects { grid-column: 1 / -1; }
  .band-quote { max-width: none; right: var(--pad); }
}
@media (max-width: 640px) {
  .pj-row { grid-template-columns: 0.5fr 1fr; row-gap: 4px; }
  .pj-row > span:last-child { grid-column: 1 / -1; }
  .band-port figcaption { display: none; }
}

/* ═══════════  CONTACT  ═══════════ */

.contact { background: var(--graphite); color: var(--bone); }
.ct-body {
  max-width: var(--wrap); margin: 0 auto;
  padding: clamp(90px, 16vh, 220px) var(--pad) clamp(60px, 10vh, 130px);
  display: grid; grid-template-columns: repeat(12, 1fr);
  column-gap: clamp(12px, 1.6vw, 28px);
}
.ct-body .sec-label { grid-column: 1 / 3; padding-top: 0.7em; }
.ct-title {
  grid-column: 3 / 11;
  font-family: var(--display); font-weight: 500;
  font-size: clamp(2.3rem, 5.4vw, 5.8rem);
  line-height: 0.94; letter-spacing: -0.04em;
}
.ct-line { display: block; overflow: hidden; padding-bottom: 0.04em; }
.ct-line > span { display: block; transform: translateY(110%); }
.ct-line:nth-child(2) { padding-left: clamp(0px, 4vw, 74px); }
.ct-line:nth-child(3) { padding-left: clamp(0px, 9vw, 168px); }

.ct-note {
  grid-column: 3 / 8; margin-top: clamp(30px, 5vh, 60px);
  font-size: clamp(13.5px, 1.02vw, 16.5px); line-height: 1.62; color: var(--bone-dim); max-width: 46ch;
}

.ct-cta {
  grid-column: 9 / -1; align-self: end; justify-self: start;
  margin-top: clamp(30px, 5vh, 60px);
  display: inline-flex; flex-direction: column; gap: 12px;
}
.cta-label {
  position: relative; display: block; overflow: hidden;
  font-family: var(--display); font-weight: 500;
  font-size: clamp(1.1rem, 1.75vw, 1.85rem); letter-spacing: -0.025em;
  line-height: 1.15;
}
.cta-label > span { display: block; transition: transform 0.6s var(--ease); }
.cta-label > span:last-child { position: absolute; inset: 0; transform: translateY(105%); color: var(--oxide); }
.ct-cta:hover .cta-label > span:first-child { transform: translateY(-105%); }
.ct-cta:hover .cta-label > span:last-child { transform: translateY(0); }
.cta-rule { display: block; height: 1px; background: var(--bone); transform-origin: 0 50%; transition: transform 0.6s var(--ease); }
.ct-cta:hover .cta-rule { background: var(--oxide); transform: scaleX(1.12); }

.ct-lines {
  grid-column: 3 / -1; list-style: none;
  margin-top: clamp(60px, 11vh, 140px);
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.4vw, 46px);
}
.ct-lines li { border-top: 1px solid var(--line-d); padding-top: 14px; display: flex; flex-direction: column; gap: 8px; }
.ct-lines span { font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--bone-dim); }
.ct-lines b { font-family: var(--display); font-weight: 500; font-size: clamp(13px, 1.1vw, 17px); letter-spacing: -0.015em; }

.footer {
  max-width: var(--wrap); margin: 0 auto;
  padding: 26px var(--pad) 30px;
  border-top: 1px solid var(--line-d);
  display: flex; justify-content: space-between; align-items: center; gap: 20px;
  font-size: 11px; letter-spacing: 0.05em; color: var(--bone-dim);
  flex-wrap: wrap;
}
.footer-links { display: flex; gap: clamp(14px, 1.8vw, 30px); }
.footer-links a { transition: color 0.3s ease; }
.footer-links a:hover { color: var(--bone); }

@media (max-width: 1000px) {
  .ct-body .sec-label { grid-column: 1 / -1; }
  .ct-title, .ct-note, .ct-lines { grid-column: 1 / -1; }
  .ct-cta { grid-column: 1 / -1; }
  .ct-lines { grid-template-columns: 1fr; }
}

/* ───────────  motion safety  ─────────── */
@media (prefers-reduced-motion: reduce) {
  .grain, .hs-rule::after { animation: none; }
}
