/* ============================================================
   VERNIA — Precision Components
   Paper-white, ink-black, one accent. Editorial / laboratory.
   ============================================================ */

@font-face {
  font-family: "Switzer";
  src: url("../assets/fonts/Switzer-Variable.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: "Sentient";
  src: url("../assets/fonts/Sentient-Variable.woff2") format("woff2");
  font-weight: 200 700;
  font-display: swap;
}
@font-face {
  font-family: "JetBrains Mono";
  src: url("../assets/fonts/JetBrainsMono-Variable.woff2") format("woff2");
  font-weight: 100 800;
  font-display: swap;
}

:root {
  --paper:    #f1f0ed;
  --paper-2:  #ffffff;
  --paper-3:  #e6e4df;
  --ink:      #0c0d0f;
  --ink-2:    #3a3c40;
  --ink-soft: #86857f;
  --line:     rgba(12, 13, 15, 0.13);
  --line-2:   rgba(12, 13, 15, 0.28);
  --accent:   #2036e6;

  --sans: "Switzer", "Helvetica Neue", Arial, sans-serif;
  --serif: "Sentient", Georgia, serif;
  --mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;

  --gut: clamp(20px, 4.6vw, 96px);
  --maxw: 1680px;
  --sec-pad: clamp(96px, 13vh, 200px);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scrollbar-width: thin; scrollbar-color: var(--line-2) var(--paper); }

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 400;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
@media (hover: hover) and (pointer: fine) { body { cursor: none; } }

.page { width: 100%; max-width: 100vw; overflow-x: clip; }

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
li { list-style: none; }
::selection { background: var(--accent); color: #fff; }

.mono { font-family: var(--mono); font-weight: 400; font-variant-numeric: tabular-nums; }

/* ---------- shared type ---------- */
.eyebrow, .rail-lab, .sec-side, .hf-code, .eqc-code, .q-code, .gll-m, .pre-meta {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-weight: 400;
}
.rail-idx {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--accent);
  font-weight: 500;
}

.sec-title {
  font-size: clamp(38px, 6.4vw, 108px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.94;
}
.sec-title .st-letter { display: inline-block; transform: translateY(105%); }
.sec-title { overflow: hidden; padding-bottom: 0.08em; }

.sec-note {
  max-width: 44ch;
  font-size: clamp(14px, 1.05vw, 17px);
  line-height: 1.62;
  color: var(--ink-2);
}
.sec-note .rail-idx { margin-right: 10px; }
.sec-side { white-space: nowrap; }
.sec-side .rail-idx { margin-right: 8px; }

/* ============================================================
   Cursor — crosshair
   ============================================================ */
.cur {
  position: fixed; top: 0; left: 0; z-index: 500;
  width: 44px; height: 44px; pointer-events: none;
  transform: translate(-50%, -50%);
  mix-blend-mode: difference;
}
.cur span { position: absolute; background: #fff; transition: background 0.3s ease; }
.cur-h { left: 0; top: 50%; width: 100%; height: 1px; transform: translateY(-0.5px); }
.cur-v { top: 0; left: 50%; width: 1px; height: 100%; transform: translateX(-0.5px); }
.cur-o {
  left: 50%; top: 50%; width: 9px; height: 9px; border-radius: 50%;
  background: transparent; border: 1px solid #fff;
  transform: translate(-50%, -50%);
  transition: width 0.32s cubic-bezier(.2,.7,.2,1), height 0.32s cubic-bezier(.2,.7,.2,1);
}
.cur.is-hover .cur-o { width: 34px; height: 34px; }
@media (hover: none), (pointer: coarse) { .cur { display: none; } }

/* ============================================================
   Preloader — caliper calibration
   ============================================================ */
.pre {
  position: fixed; inset: 0; z-index: 400;
  background: var(--paper);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  overflow: hidden;
}
.pre-jaw {
  position: absolute; left: 0; width: 100%; height: 1px;
  background: var(--ink);
  transform: scaleX(0);
}
.pre-jaw-t { top: 22%; transform-origin: left center; }
.pre-jaw-b { top: 78%; transform-origin: right center; }

.pre-stage { position: relative; display: flex; flex-direction: column; align-items: center; }

.pre-cross { position: absolute; left: 50%; top: 50%; width: 74px; height: 74px; transform: translate(-50%,-50%); opacity: 0; }
.pc-h { position: absolute; top: 50%; left: 0; width: 100%; height: 1px; background: var(--accent); }
.pc-v { position: absolute; left: 50%; top: 0; width: 1px; height: 100%; background: var(--accent); }

.pre-word {
  display: flex;
  font-size: clamp(46px, 10.5vw, 172px);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 0.9;
}
.pw-l { display: block; overflow: hidden; }
.pw-l > i { display: block; font-style: normal; transform: translateY(110%); }

.pre-dim { position: relative; width: 100%; height: 22px; margin-top: 14px; }
.pd-rule { position: absolute; top: 50%; left: 0; width: 100%; height: 1px; background: var(--line-2); transform: scaleX(0); transform-origin: center; }
.pd-tick { position: absolute; top: 50%; width: 1px; height: 14px; background: var(--line-2); transform: translateY(-50%) scaleY(0); }
.pd-l { left: 0; } .pd-r { right: 0; }

.pre-read {
  margin-top: 26px;
  font-family: var(--mono);
  font-size: 13px; letter-spacing: 0.1em;
  color: var(--ink-2);
  font-variant-numeric: tabular-nums;
  opacity: 0;
}
.pre-read em { font-style: normal; color: var(--ink-soft); margin-left: 6px; }

.pre-foot {
  position: absolute; left: var(--gut); right: var(--gut); bottom: 34px;
  display: flex; justify-content: space-between;
  opacity: 0;
}
.pre-meta i { font-style: normal; color: var(--line-2); margin: 0 4px; }

/* ============================================================
   Nav
   ============================================================ */
.nav {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 200;
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px var(--gut);
  transform: translateY(-110%);
  mix-blend-mode: normal;
}
.nav::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: var(--paper);
  opacity: 0; transition: opacity 0.4s ease;
  border-bottom: 1px solid var(--line);
}
.nav.is-stuck::after { opacity: 0.94; }

/* over the dark section */
.nav.is-dark { color: var(--paper); }
.nav.is-dark::after { background: var(--ink); border-bottom-color: rgba(241, 240, 237, 0.16); }
.nav.is-dark .nb-mark i { background: var(--paper); }
.nav.is-dark .nb-mark i:nth-child(3) { background: #7d8cff; }
.nav.is-dark .nav-links a { color: rgba(241, 240, 237, 0.68); }
.nav.is-dark .nav-links a:hover { color: var(--paper); }
.nav.is-dark .nav-links a::after { background: var(--paper); }
.nav.is-dark .nav-cta { border-color: rgba(241, 240, 237, 0.34); }
.nav.is-dark .nav-cta::before { background: var(--paper); }
.nav.is-dark .nav-cta:hover { color: var(--ink); border-color: var(--paper); }

.nav-brand { display: flex; align-items: center; gap: 11px; }
.nb-mark { display: block; width: 15px; height: 15px; position: relative; }
.nb-mark i { position: absolute; background: var(--ink); }
.nb-mark i:nth-child(1) { left: 0; top: 2px;  width: 100%; height: 1px; }
.nb-mark i:nth-child(2) { left: 0; top: 12px; width: 100%; height: 1px; }
.nb-mark i:nth-child(3) { left: 7px; top: 0; width: 1px; height: 100%; background: var(--accent); }
.nb-word { font-size: 15px; font-weight: 600; letter-spacing: 0.06em; }

.nav-links { display: flex; gap: clamp(18px, 2.2vw, 40px); }
.nav-links a {
  font-size: 13px; font-weight: 450; letter-spacing: 0.01em; color: var(--ink-2);
  position: relative; padding-bottom: 3px;
}
.nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px;
  background: var(--ink); transform: scaleX(0); transform-origin: right;
  transition: transform 0.45s cubic-bezier(.2,.7,.2,1);
}
.nav-links a:hover { color: var(--ink); }
.nav-links a:hover::after { transform: scaleX(1); transform-origin: left; }

.nav-cta {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  border: 1px solid var(--line-2); border-radius: 999px;
  padding: 10px 20px; overflow: hidden; position: relative;
  transition: color 0.4s ease, border-color 0.4s ease;
}
.nav-cta span { position: relative; z-index: 1; }
.nav-cta::before {
  content: ""; position: absolute; inset: 0; background: var(--ink);
  transform: translateY(101%); transition: transform 0.5s cubic-bezier(.2,.7,.2,1);
}
.nav-cta:hover { color: var(--paper); border-color: var(--ink); }
.nav-cta:hover::before { transform: translateY(0); }

@media (max-width: 900px) { .nav-links { display: none; } }

/* ============================================================
   Hero
   ============================================================ */
.hero {
  position: relative;
  min-height: 100svh;
  padding: clamp(120px, 17vh, 210px) var(--gut) 96px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
  grid-template-rows: 1fr auto;
  gap: clamp(30px, 5vw, 90px);
  align-items: start;
  max-width: calc(var(--maxw) + var(--gut) * 2);
  margin: 0 auto;
}

.eyebrow { display: flex; align-items: center; gap: 12px; }
.eb-idx { color: var(--accent); }
.eb-sep { width: 26px; height: 1px; background: var(--line-2); display: inline-block; }

.hero-title {
  margin-top: clamp(24px, 3.4vw, 46px);
  font-size: clamp(52px, 8.1vw, 142px);
  font-weight: 500;
  letter-spacing: -0.052em;
  line-height: 0.9;
}
.ht-line { display: block; overflow: hidden; padding-bottom: 0.04em; }
.ht-line > i { display: block; font-style: normal; transform: translateY(108%); }
.ht-indent { padding-left: 0.32em; }

.hero-lede {
  margin-top: clamp(28px, 3vw, 44px);
  max-width: 43ch;
  font-size: clamp(15px, 1.15vw, 19px);
  line-height: 1.65;
  color: var(--ink-2);
  opacity: 0;
}
.lede-mark { color: var(--ink); font-family: var(--mono); font-size: 0.9em; white-space: nowrap; }
.lede-mark::before { content: ""; }

.hero-facts {
  margin-top: clamp(34px, 4vw, 60px);
  display: flex; flex-wrap: wrap; gap: clamp(24px, 3.4vw, 62px);
  opacity: 0;
}
.hero-facts dt {
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.13em;
  text-transform: uppercase; color: var(--ink-soft); margin-bottom: 7px;
}
.hero-facts dd { font-size: clamp(20px, 1.8vw, 30px); font-weight: 500; letter-spacing: -0.03em; }

.hero-fig { position: relative; margin-top: clamp(0px, 5vw, 76px); }
.hero-mask {
  overflow: hidden;
  clip-path: inset(100% 0 0 0);
  background: var(--paper-3);
  aspect-ratio: 5 / 4;
}
.hero-img { width: 100%; height: 100%; object-fit: cover; object-position: 64% 50%; transform: scale(1.16); }
.hero-fig figcaption {
  display: flex; flex-direction: column; gap: 6px;
  margin-top: 14px; opacity: 0;
}
.hf-txt { font-size: 13px; color: var(--ink-2); }

.hero-foot {
  grid-column: 1 / -1;
  align-self: end;
  margin-top: clamp(40px, 6vh, 90px);
  display: flex; align-items: center; justify-content: space-between;
  border-top: 1px solid var(--line); padding-top: 16px;
  opacity: 0;
}
.hero-scroll, .hero-loc {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.13em;
  text-transform: uppercase; color: var(--ink-soft);
  display: flex; align-items: center; gap: 12px;
}
.hs-rule { display: block; width: 46px; height: 1px; background: var(--ink-soft); transform-origin: left; }
.hero-loc i { font-style: normal; color: var(--line-2); }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; }
  .hero-fig { margin-top: 40px; }
}

/* ============================================================
   Datum strip
   ============================================================ */
.datum {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  padding: 13px 0;
  background: var(--paper);
}
.datum-track { display: flex; align-items: center; white-space: nowrap; will-change: transform; }
.dt-i {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--ink-2);
}
.dt-i i { font-style: normal; color: var(--line-2); margin: 0 3px; }
.dt-x { color: var(--accent); margin: 0 26px; font-family: var(--mono); font-size: 11px; }

/* ============================================================
   Statement
   ============================================================ */
.statement {
  max-width: calc(var(--maxw) + var(--gut) * 2);
  margin: 0 auto;
  padding: var(--sec-pad) var(--gut);
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: clamp(24px, 4vw, 80px);
}
.st-rail { display: flex; flex-direction: column; gap: 8px; position: sticky; top: 110px; height: max-content; }
.st-body { max-width: 1020px; }
.st-text {
  font-size: clamp(21px, 2.5vw, 42px);
  line-height: 1.34;
  letter-spacing: -0.024em;
  font-weight: 400;
  color: var(--ink-soft);
}
.st-text .word { color: inherit; transition: none; }
.st-text .word.is-on { color: var(--ink); }

.st-fig { margin-top: clamp(40px, 5vw, 78px); max-width: 470px; margin-left: auto; }
.st-fig img { width: 100%; aspect-ratio: 16/10; object-fit: cover; background: var(--paper-3); }
.st-fig figcaption {
  margin-top: 12px; font-size: 13px; color: var(--ink-soft); line-height: 1.5;
}
.st-fig figcaption em { font-family: var(--serif); font-style: italic; color: var(--ink-2); font-size: 15px; }

@media (max-width: 860px) {
  .statement { grid-template-columns: 1fr; }
  .st-rail { position: static; flex-direction: row; gap: 14px; }
}

/* ============================================================
   Precision — pinned
   ============================================================ */
.precision { position: relative; background: var(--paper-2); border-top: 1px solid var(--line); }
.prec-pin {
  min-height: 100svh;
  padding: clamp(74px, 9vh, 120px) var(--gut) clamp(46px, 6vh, 74px);
  max-width: calc(var(--maxw) + var(--gut) * 2);
  margin: 0 auto;
  display: flex; flex-direction: column;
}
.prec-top { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-shrink: 0; }

.prec-stage {
  flex: 1;
  margin-top: clamp(30px, 5vh, 66px);
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(0, 1.3fr);
  gap: clamp(28px, 4vw, 80px);
  align-items: center;
}

.prec-left { position: relative; }
.prec-meter { position: relative; min-height: 250px; display: flex; align-items: center; }
.prec-band { position: absolute; inset: 0; }
.pb-rule { position: absolute; left: 0; width: 100%; height: 1px; background: var(--ink); }
.pb-rule::after {
  content: ""; position: absolute; right: 0; width: 1px; height: 11px; background: var(--ink);
}
.pb-top { top: 0; }
.pb-top::after { top: 0; }
.pb-bot { bottom: 0; }
.pb-bot::after { bottom: 0; }
.pb-axis {
  position: absolute; left: 0; top: 50%; width: 100%; height: 1px;
  background: repeating-linear-gradient(to right, var(--accent) 0 14px, transparent 14px 20px, var(--accent) 20px 24px, transparent 24px 30px);
  opacity: 0.55;
}

.prec-read {
  position: relative;
  display: flex; align-items: baseline; gap: 2px;
  background: var(--paper-2); padding-right: 20px;
}
.pr-sign { font-family: var(--mono); font-size: clamp(20px, 2.1vw, 40px); color: var(--ink-soft); }
.pr-num {
  font-family: var(--mono); font-weight: 300;
  font-size: clamp(46px, 8vw, 148px);
  letter-spacing: -0.06em; font-variant-numeric: tabular-nums;
  line-height: 1;
}
.pr-unit { font-family: var(--mono); font-size: clamp(14px, 1.3vw, 22px); color: var(--ink-soft); margin-left: 8px; }
.prec-cap { margin-top: 30px; font-size: 13px; color: var(--ink-soft); max-width: 36ch; line-height: 1.55; }

.prec-right { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: clamp(20px, 3vw, 60px); align-items: center; }
.prec-media {
  position: relative; overflow: hidden; background: var(--paper-3);
  height: clamp(330px, 52vh, 620px); aspect-ratio: 4/5;
}
.prec-shot { position: absolute; inset: 0; opacity: 0; will-change: opacity; }
.prec-shot.is-on { opacity: 1; }
.prec-shot img { width: 100%; height: 100%; object-fit: cover; }

.prec-steps { position: relative; }
.prec-step {
  padding: 20px 0 20px 26px;
  border-left: 1px solid var(--line);
  opacity: 0.26;
  transition: opacity 0.5s ease, border-color 0.5s ease;
}
.prec-step.is-on { opacity: 1; border-left-color: var(--accent); }
.ps-idx { font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; color: var(--accent); }
.prec-step h3 { margin-top: 8px; font-size: clamp(19px, 1.7vw, 28px); font-weight: 500; letter-spacing: -0.03em; }
.prec-step p { margin-top: 10px; font-size: 14px; line-height: 1.6; color: var(--ink-2); max-width: 40ch; }
.ps-val { display: inline-block; margin-top: 14px; font-family: var(--mono); font-size: 12px; letter-spacing: 0.06em; color: var(--ink); border-bottom: 1px solid var(--line-2); padding-bottom: 2px; }

.prec-progress {
  margin-top: clamp(24px, 3vh, 44px);
  flex-shrink: 0;
  display: flex; align-items: center; gap: 18px;
  border-top: 1px solid var(--line); padding-top: 16px;
}
.pp-lab { font-family: var(--mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-soft); }
.pp-track { flex: 1; height: 1px; background: var(--line); position: relative; }
.pp-fill { position: absolute; left: 0; top: 0; height: 1px; width: 100%; background: var(--ink); transform: scaleX(0); transform-origin: left; }
.pp-pct { font-family: var(--mono); font-size: 11px; color: var(--ink); font-variant-numeric: tabular-nums; }

/* short viewports: keep the pinned stage inside the fold */
@media (max-height: 1150px) {
  .precision .sec-title { font-size: clamp(32px, 4.2vw, 62px); }
  .prec-meter { min-height: 190px; }
  .pr-num { font-size: clamp(44px, 5.6vw, 94px); }
  .prec-cap { margin-top: 20px; }
  .prec-media { height: clamp(300px, 44vh, 500px); }
  .prec-step { padding: 13px 0 13px 22px; }
  .prec-step h3 { font-size: clamp(17px, 1.5vw, 23px); }
  .prec-step p { margin-top: 7px; font-size: 13px; line-height: 1.55; }
  .ps-val { margin-top: 10px; }
  .prec-pin { padding-top: clamp(64px, 7vh, 96px); }
}

@media (max-width: 1100px) {
  .prec-stage { grid-template-columns: 1fr; gap: 34px; }
  .prec-right { grid-template-columns: 1fr; }
  .prec-media { display: none; }
  .prec-meter { min-height: 160px; }
}

/* ============================================================
   Components
   ============================================================ */
.components {
  max-width: calc(var(--maxw) + var(--gut) * 2);
  margin: 0 auto;
  padding: var(--sec-pad) var(--gut);
}
.cmp-head {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 0.8fr);
  gap: 30px; align-items: end;
  padding-bottom: clamp(36px, 5vw, 72px);
  border-bottom: 1px solid var(--line);
}
.cmp-body {
  display: grid; grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 100px);
  align-items: start;
}
.cmp-sticky { position: sticky; top: 15vh; height: max-content; padding-top: clamp(40px, 6vw, 90px); }
.cmp-frame { position: relative; aspect-ratio: 4/5; background: var(--paper-3); }
.cmp-shot { position: absolute; inset: 0; opacity: 0; will-change: opacity; }
.cmp-shot.is-on { opacity: 1; }
.cmp-shot img { width: 100%; height: 100%; object-fit: cover; }
.cmp-corner { position: absolute; width: 13px; height: 13px; }
.cmp-corner::before, .cmp-corner::after { content: ""; position: absolute; background: var(--ink); }
.cmp-corner::before { width: 100%; height: 1px; }
.cmp-corner::after { width: 1px; height: 100%; }
.cc-tl { left: -6px; top: -6px; }
.cc-tr { right: -6px; top: -6px; } .cc-tr::before { right: 0; } .cc-tr::after { right: 0; }
.cc-bl { left: -6px; bottom: -6px; } .cc-bl::before { bottom: 0; } .cc-bl::after { bottom: 0; }
.cc-br { right: -6px; bottom: -6px; } .cc-br::before { right: 0; bottom: 0; } .cc-br::after { right: 0; bottom: 0; }

.cmp-item {
  padding: clamp(46px, 6vw, 96px) 0;
  border-bottom: 1px solid var(--line);
  position: relative;
}
.cmp-item:last-child { border-bottom: 0; }
.ci-num { font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; color: var(--accent); }
.cmp-item h3 {
  margin-top: 14px;
  font-size: clamp(26px, 3.1vw, 52px); font-weight: 500; letter-spacing: -0.04em; line-height: 1.02;
}
.ci-sec { margin-top: 10px; font-family: var(--serif); font-style: italic; font-size: clamp(15px, 1.2vw, 20px); color: var(--ink-soft); }
.ci-txt { margin-top: 20px; max-width: 52ch; font-size: 15px; line-height: 1.62; color: var(--ink-2); }
.ci-spec {
  margin-top: clamp(28px, 3vw, 44px);
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px clamp(18px, 2vw, 40px);
}
.ci-spec > div { border-top: 1px solid var(--line); padding-top: 10px; }
.ci-spec dt { font-family: var(--mono); font-size: 10px; letter-spacing: 0.13em; text-transform: uppercase; color: var(--ink-soft); }
.ci-spec dd { margin-top: 6px; font-family: var(--mono); font-size: 14px; color: var(--ink); }

/* ---------- parameter filter ---------- */
.cmp-filter {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: clamp(14px, 2vw, 34px);
  padding-top: clamp(22px, 2.6vw, 38px);
}
.cf-field {
  position: relative;
  display: flex; align-items: center; gap: 11px;
  min-width: 0; max-width: 560px;
  padding-bottom: 11px;
  border-bottom: 1px solid var(--line-2);
  transition: border-color 0.35s ease;
}
.cf-field::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 1px;
  background: var(--accent);
  transform: scaleX(0); transform-origin: left center;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.cf-field.is-live::after { transform: scaleX(1); }
.cf-ico {
  flex: 0 0 auto; width: 15px; height: 15px;
  fill: none; stroke: var(--ink-soft); stroke-width: 1.1;
  stroke-linecap: square; vector-effect: non-scaling-stroke;
  transition: stroke 0.35s ease;
}
.cf-field.is-live .cf-ico { stroke: var(--accent); }
.cf-input {
  flex: 1 1 auto; min-width: 0;
  appearance: none; background: none; border: 0; outline: none; border-radius: 0;
  font-family: var(--mono); font-weight: 400; font-size: 13px; letter-spacing: 0.01em;
  color: var(--ink); line-height: 1.4;
  caret-color: var(--accent);
}
.cf-input::placeholder { color: var(--ink-soft); opacity: 1; }
.cf-input::-webkit-search-cancel-button { display: none; }
.cf-clear {
  flex: 0 0 auto;
  width: 22px; height: 22px; margin: -4px -4px -4px 0;
  display: grid; place-items: center;
  background: none; border: 0; padding: 0; border-radius: 0;
  opacity: 0; pointer-events: none;
  transition: opacity 0.3s ease;
}
.cf-clear svg { width: 10px; height: 10px; fill: none; stroke: var(--ink-2); stroke-width: 1.1; }
.cf-clear:hover svg { stroke: var(--accent); }
.cf-field.is-live .cf-clear { opacity: 1; pointer-events: auto; }
@media (hover: hover) and (pointer: fine) { .cf-clear { cursor: none; } }
@media (hover: none), (pointer: coarse) { .cf-clear { width: 30px; height: 30px; margin-right: -6px; } }

.cf-count {
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.13em;
  text-transform: uppercase; color: var(--ink-soft);
  font-variant-numeric: tabular-nums; white-space: nowrap;
  padding-bottom: 12px;
}
.cf-hit { color: var(--accent); }
.cf-slash { color: var(--line-2); margin: 0 5px; }
.cf-tot { margin-right: 6px; }

.cf-empty {
  margin-top: 26px;
  font-size: 14px; line-height: 1.6; color: var(--ink-soft);
  max-width: 46ch;
  opacity: 0; height: 0; overflow: hidden;
  transition: opacity 0.35s ease;
}
.cf-empty em { font-family: var(--mono); font-style: normal; color: var(--ink); }
.cf-empty.is-on { opacity: 1; height: auto; }

.cmp-item.is-out { pointer-events: none; border-bottom-width: 0; }
.cmp-item.is-lastshown { border-bottom-width: 0; }

@media (max-width: 980px) {
  .cmp-head { grid-template-columns: 1fr; }
  .cmp-body { grid-template-columns: 1fr; }
  .cmp-sticky { position: static; padding-top: 34px; }
  .ci-spec { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .cmp-filter { grid-template-columns: 1fr; gap: 12px; align-items: stretch; }
  .cf-count { padding-bottom: 0; }
  .cf-input { font-size: 14px; }
}

/* ============================================================
   Equipment
   ============================================================ */
.equip {
  max-width: calc(var(--maxw) + var(--gut) * 2);
  margin: 0 auto;
  padding: var(--sec-pad) var(--gut);
}
.eq-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 0.86fr); gap: 30px; align-items: end; }
.eq-grid {
  margin-top: clamp(46px, 7vw, 110px);
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(18px, 2.4vw, 44px) clamp(18px, 2.2vw, 40px);
}
.eq-item figcaption { margin-top: 13px; display: flex; flex-direction: column; gap: 5px; }
.eq-item figcaption > span:last-child { font-size: 13px; color: var(--ink-2); }
.eq-mask { overflow: hidden; clip-path: inset(100% 0 0 0); background: var(--paper-3); }
.eq-mask img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.08); }
.eq-a { grid-column: 1 / span 7; }
.eq-a .eq-mask { aspect-ratio: 16/10; }
.eq-b { grid-column: 9 / span 4; margin-top: clamp(40px, 7vw, 130px); }
.eq-b .eq-mask { aspect-ratio: 4/5; }
.eq-c { grid-column: 2 / span 4; margin-top: clamp(10px, 3vw, 60px); }
.eq-c .eq-mask { aspect-ratio: 4/3; }
.eq-d { grid-column: 7 / span 6; margin-top: clamp(-40px, -4vw, 0px); }
.eq-d .eq-mask { aspect-ratio: 16/10; }

@media (max-width: 860px) {
  .eq-head { grid-template-columns: 1fr; }
  .eq-grid { grid-template-columns: 1fr; }
  .eq-a, .eq-b, .eq-c, .eq-d { grid-column: 1 / -1; margin-top: 0; }
}

/* ============================================================
   Materials matrix
   ============================================================ */
.matrix {
  background: var(--paper-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.matrix > * {
  max-width: calc(var(--maxw) + var(--gut) * 2);
  margin-inline: auto;
  padding-inline: var(--gut);
}
.matrix { padding-block: var(--sec-pad); }
.mx-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
.mx-table { margin-top: clamp(40px, 5vw, 76px); }
.mx-row {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1.35fr) 130px 130px 110px;
  gap: 18px;
  align-items: center;
  padding: 20px 0 20px 22px;
  border-top: 1px solid var(--line);
  position: relative;
  transition: background 0.4s ease;
}
.mx-row::before {
  content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%) scaleX(0);
  width: 10px; height: 1px; background: var(--accent); transform-origin: left;
  transition: transform 0.4s cubic-bezier(.2,.7,.2,1);
}
.mx-row:not(.mx-hd):hover::before { transform: translateY(-50%) scaleX(1); }
.mx-row:not(.mx-hd):hover { background: rgba(32, 54, 230, 0.028); }
.mx-row:last-child { border-bottom: 1px solid var(--line); }
.mx-hd {
  border-top: 0; padding-top: 0; padding-bottom: 14px;
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--ink-soft);
}
.mx-r { text-align: right; }
.mx-name { font-size: clamp(16px, 1.4vw, 22px); font-weight: 500; letter-spacing: -0.02em; }
.mx-proc { font-size: 14px; color: var(--ink-soft); }
.mx-row .mono { font-size: 13px; color: var(--ink-2); }

.mx-fig { margin-top: clamp(46px, 6vw, 90px); display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); gap: 30px; align-items: end; }
.mx-fig img { width: 100%; aspect-ratio: 22/14; object-fit: cover; background: var(--paper-3); }
.mx-fig figcaption { font-size: 14px; line-height: 1.6; color: var(--ink-soft); max-width: 34ch; padding-bottom: 6px; }

@media (max-width: 1000px) {
  .mx-row { grid-template-columns: minmax(0, 1.2fr) 100px 90px; }
  .mx-proc, .mx-row > span:nth-child(4) { display: none; }
  .mx-hd > span:nth-child(2), .mx-hd > span:nth-child(4) { display: none; }
  .mx-fig { grid-template-columns: 1fr; }
}

/* ============================================================
   Quality
   ============================================================ */
.qual {
  max-width: calc(var(--maxw) + var(--gut) * 2);
  margin: 0 auto;
  padding: var(--sec-pad) var(--gut);
}
.q-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 0.86fr); gap: 30px; align-items: end; }
.q-list {
  margin-top: clamp(46px, 6vw, 90px);
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 36px);
}
.q-item {
  border-top: 1px solid var(--ink);
  padding-top: 20px;
  min-height: 210px;
  display: flex; flex-direction: column;
  transition: border-color 0.4s ease;
}
.q-item:hover { border-top-color: var(--accent); }
.q-code { color: var(--ink) !important; font-size: 12px !important; letter-spacing: 0.1em !important; }
.q-item h3 { margin-top: 18px; font-size: clamp(18px, 1.6vw, 26px); font-weight: 500; letter-spacing: -0.03em; }
.q-item p { margin-top: 10px; font-size: 14px; line-height: 1.55; color: var(--ink-soft); }
.q-val { margin-top: auto; padding-top: 20px; font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em; color: var(--ink-soft); }

.q-fig { margin-top: clamp(56px, 7vw, 110px); display: grid; grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr); gap: clamp(24px, 4vw, 80px); align-items: center; }
.q-fig img { width: 100%; aspect-ratio: 4/5; object-fit: cover; background: var(--paper-3); }
.q-fig figcaption { font-size: clamp(17px, 1.9vw, 32px); line-height: 1.4; letter-spacing: -0.025em; color: var(--ink-2); max-width: 18em; }
.q-fig figcaption em { font-family: var(--serif); font-style: italic; color: var(--ink); display: block; margin-bottom: 10px; }

@media (max-width: 1000px) {
  .q-head, .q-fig { grid-template-columns: 1fr; }
  .q-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) { .q-list { grid-template-columns: 1fr; } .q-item { min-height: 0; } }

/* ============================================================
   Global
   ============================================================ */
.global {
  background: var(--ink);
  color: var(--paper);
  padding-block: var(--sec-pad);
}
.global > * { max-width: calc(var(--maxw) + var(--gut) * 2); margin-inline: auto; padding-inline: var(--gut); }
.global .sec-side { color: rgba(241, 240, 237, 0.5); }
.global .rail-idx { color: #7d8cff; }
.gl-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }

.gl-nums {
  margin-top: clamp(46px, 6vw, 92px);
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 50px);
}
.gl-nums li { border-top: 1px solid rgba(241, 240, 237, 0.22); padding-top: 18px; }
.gn-v {
  display: block;
  font-family: var(--mono); font-weight: 200;
  font-size: clamp(38px, 4.6vw, 76px); letter-spacing: -0.05em;
  font-variant-numeric: tabular-nums; line-height: 1;
}
.gn-l { display: block; margin-top: 14px; font-size: 13px; color: rgba(241, 240, 237, 0.55); line-height: 1.5; }

.gl-bottom {
  margin-top: clamp(50px, 6vw, 100px);
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 0.68fr);
  gap: clamp(30px, 5vw, 110px); align-items: start;
}
.gl-lane {
  display: grid; grid-template-columns: 130px minmax(0, 1fr) 150px 110px;
  gap: 20px; align-items: center;
  padding: 22px 0;
  border-top: 1px solid rgba(241, 240, 237, 0.16);
}
.gl-lane:last-child { border-bottom: 1px solid rgba(241, 240, 237, 0.16); }
.gll-a, .gll-b { font-size: clamp(16px, 1.5vw, 24px); font-weight: 450; letter-spacing: -0.02em; }
.gll-line { height: 1px; background: rgba(241, 240, 237, 0.28); position: relative; }
.gll-line::after {
  content: ""; position: absolute; right: 0; top: 50%; width: 5px; height: 5px;
  border-radius: 50%; background: #7d8cff; transform: translateY(-50%) scale(0);
  transition: transform 0.45s cubic-bezier(.2,.7,.2,1);
}
.gl-lane:hover .gll-line::after { transform: translateY(-50%) scale(1); }
.gll-m { text-align: right; color: rgba(241, 240, 237, 0.5) !important; }

.gl-quote { padding-top: 14px; }
.glq-text {
  font-family: var(--serif); font-style: italic;
  font-size: clamp(24px, 2.5vw, 42px); line-height: 1.26; letter-spacing: -0.02em;
}
.pq-w { display: inline-block; overflow: hidden; padding-bottom: 0.06em; }
.pq-w > span { display: inline-block; transform: translateY(105%); }
.gl-quote cite { display: block; margin-top: 24px; font-family: var(--mono); font-size: 11px; font-style: normal; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(241, 240, 237, 0.45); }

@media (max-width: 1100px) {
  .gl-nums { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gl-bottom { grid-template-columns: 1fr; }
  .gl-quote { padding-top: 40px; }
}
@media (max-width: 720px) {
  .gl-lane { grid-template-columns: 110px minmax(0, 1fr) 110px; }
  .gl-lane .gll-m { grid-column: 1 / -1; text-align: left; }
}

/* ============================================================
   Outro
   ============================================================ */
.outro {
  max-width: calc(var(--maxw) + var(--gut) * 2);
  margin: 0 auto;
  padding: clamp(100px, 14vh, 190px) var(--gut) 34px;
}
.outro-kicker { display: flex; align-items: center; gap: 12px; font-family: var(--mono); font-size: 11px; letter-spacing: 0.13em; text-transform: uppercase; color: var(--ink-soft); }
.outro-title {
  margin-top: clamp(26px, 3vw, 44px);
  font-size: clamp(52px, 9.4vw, 168px); font-weight: 500;
  letter-spacing: -0.055em; line-height: 0.88;
}
.ot-line { display: block; overflow: hidden; padding-bottom: 0.04em; }
.ot-line > i { display: block; font-style: normal; transform: translateY(108%); }
.ot-line:nth-child(2) { padding-left: 0.22em; }

.outro-row {
  margin-top: clamp(46px, 6vw, 90px);
  display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 70px); align-items: end;
}
.outro-cta {
  display: inline-flex; align-items: center; gap: 22px;
  border-bottom: 1px solid var(--ink); padding-bottom: 16px;
  font-size: clamp(20px, 2.2vw, 36px); font-weight: 450; letter-spacing: -0.03em;
  width: max-content; max-width: 100%;
  position: relative;
}
.oc-arrow { display: block; width: clamp(40px, 4vw, 72px); height: 1px; background: var(--ink); position: relative; }
.oc-arrow::after {
  content: ""; position: absolute; right: 0; top: 50%; width: 9px; height: 9px;
  border-top: 1px solid var(--ink); border-right: 1px solid var(--ink);
  transform: translateY(-50%) rotate(45deg);
}
.outro-cta:hover .oc-arrow { background: var(--accent); }
.outro-cta:hover .oc-arrow::after { border-color: var(--accent); }
.outro-side { padding-bottom: 6px; }
.os-mail {
  font-family: var(--mono); font-size: clamp(14px, 1.2vw, 19px); letter-spacing: -0.01em;
  border-bottom: 1px solid var(--line-2); padding-bottom: 4px;
  transition: color 0.35s ease, border-color 0.35s ease;
}
.os-mail:hover { color: var(--accent); border-color: var(--accent); }
.os-note { margin-top: 20px; max-width: 42ch; font-size: 14px; line-height: 1.6; color: var(--ink-soft); }

.footer {
  margin-top: clamp(80px, 12vw, 170px);
  border-top: 1px solid var(--line);
  padding-top: 20px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-soft);
}
.footer i { font-style: normal; color: var(--line-2); }
.footer-links { display: flex; gap: clamp(16px, 2vw, 34px); }
.footer-links a:hover { color: var(--ink); }

@media (max-width: 860px) { .outro-row { grid-template-columns: 1fr; } }

/* ============================================================
   Enquiry list — card action, dock readout, panel
   ============================================================ */

/* ---------- the action on each component card ---------- */
.ci-add {
  position: relative;
  margin-top: clamp(24px, 2.6vw, 38px);
  display: inline-flex; align-items: center; gap: 9px;
  background: none; border: 0; border-radius: 0;
  padding: 0 2px 9px 0;
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.13em;
  text-transform: uppercase; color: var(--ink-2);
  transition: color 0.3s ease;
  -webkit-tap-highlight-color: transparent;
}
.ci-add::before {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px;
  background: var(--line-2);
}
.ca-rule {
  position: absolute; left: 0; right: 0; bottom: 0; height: 1px;
  background: var(--accent);
  transform: scaleX(0); transform-origin: left center;
}
.ci-add:hover { color: var(--ink); }
.ci-add.is-in { color: var(--accent); }
.ca-ico {
  flex: 0 0 auto; width: 11px; height: 11px;
  fill: none; stroke: currentColor; stroke-width: 1.1;
  stroke-linecap: square; vector-effect: non-scaling-stroke;
  overflow: visible;
}
.ca-plus, .ca-tick { transition: opacity 0.28s ease; }
.ca-tick { opacity: 0; }
.ci-add.is-in .ca-plus { opacity: 0; }
.ci-add.is-in .ca-tick { opacity: 1; }
@media (hover: hover) and (pointer: fine) { .ci-add { cursor: none; } }
@media (hover: none), (pointer: coarse) { .ci-add { padding-bottom: 13px; margin-top: 26px; } }

/* ---------- fixed dock + panel shell ---------- */
.enq {
  position: fixed; z-index: 300;
  right: clamp(16px, 2.4vw, 44px);
  bottom: clamp(16px, 2.4vw, 40px);
  width: 360px; max-width: calc(100vw - 32px);
  display: flex; flex-direction: column; align-items: flex-end;
  gap: 12px;
  pointer-events: none;
}
.enq > * { pointer-events: auto; }

.enq-dock {
  display: inline-flex; align-items: center; gap: 11px;
  background: none; border: 0; padding: 0; border-radius: 0;
  opacity: 0;
  -webkit-tap-highlight-color: transparent;
}
.ed-lab {
  font-family: var(--mono); font-size: 9px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--ink-soft);
}
.ed-box {
  width: 40px; height: 40px;
  display: grid; place-items: center;
  border: 1px solid var(--line-2);
  background: var(--paper);
  transition: border-color 0.3s ease;
}
.enq-dock:hover .ed-box, .ed-box.is-hit { border-color: var(--accent); }
.ed-n {
  font-family: var(--mono); font-size: 13px; line-height: 1;
  font-variant-numeric: tabular-nums; color: var(--accent);
}
@media (hover: hover) and (pointer: fine) { .enq-dock { cursor: none; } }

.enq-fly {
  position: fixed; left: 0; top: 0; z-index: 310;
  width: 6px; height: 6px;
  border: 1px solid var(--accent);
  pointer-events: none;
}

/* ---------- panel ---------- */
.enq-panel {
  width: 100%;
  max-height: min(58vh, 460px);
  display: flex; flex-direction: column;
  background: var(--paper-2);
  border: 1px solid var(--line-2);
  opacity: 0; visibility: hidden;
}
.enq.is-open .enq-panel { visibility: visible; }

.enq-top {
  flex: 0 0 auto;
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 14px 16px 12px;
  border-bottom: 1px solid var(--line);
}
.enq-lab {
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--ink-soft);
}
.enq-lab b {
  margin-left: 9px; font-weight: 400; color: var(--accent);
  font-variant-numeric: tabular-nums;
}
.enq-x, .er-x {
  flex: 0 0 auto;
  width: 22px; height: 22px; margin: -4px -4px -4px 0;
  display: grid; place-items: center;
  background: none; border: 0; padding: 0; border-radius: 0;
  -webkit-tap-highlight-color: transparent;
}
.enq-x svg, .er-x svg { width: 9px; height: 9px; fill: none; stroke: var(--ink-2); stroke-width: 1.1; }
.enq-x:hover svg, .er-x:hover svg { stroke: var(--accent); }
@media (hover: hover) and (pointer: fine) { .enq-x, .er-x { cursor: none; } }
@media (hover: none), (pointer: coarse) { .enq-x, .er-x { width: 30px; height: 30px; margin-right: -7px; } }

.enq-scroll {
  flex: 1 1 auto; min-height: 0;
  overflow-y: auto; overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
.enq-row {
  display: grid; grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px; align-items: start;
  padding: 13px 16px;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.enq-row:last-child { border-bottom: 0; }
.er-n { font-family: var(--mono); font-size: 10px; color: var(--accent); padding-top: 3px; }
.er-name { display: block; font-size: 14px; letter-spacing: -0.012em; line-height: 1.25; }
.er-meta {
  display: block; margin-top: 5px;
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.05em;
  color: var(--ink-soft); line-height: 1.5;
}
.enq-empty {
  display: none;
  padding: 20px 16px 22px;
  font-size: 13px; line-height: 1.55; color: var(--ink-soft);
}
.enq-empty.is-on { display: block; }

.enq-send {
  position: relative; flex: 0 0 auto;
  width: 100%; text-align: left;
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  background: none; border: 0; border-radius: 0;
  border-top: 1px solid var(--ink);
  padding: 15px 16px;
  font-family: var(--sans); font-size: 14px; font-weight: 450; letter-spacing: -0.012em;
  color: var(--ink);
  transition: color 0.3s ease;
  -webkit-tap-highlight-color: transparent;
}
.es-arrow { flex: 0 0 auto; position: relative; width: 34px; height: 1px; background: var(--ink); transition: background 0.3s ease; }
.es-arrow::after {
  content: ""; position: absolute; right: 0; top: 50%; width: 7px; height: 7px;
  border-top: 1px solid var(--ink); border-right: 1px solid var(--ink);
  transform: translateY(-50%) rotate(45deg);
  transition: border-color 0.3s ease;
}
.enq-send:hover .es-arrow { background: var(--accent); }
.enq-send:hover .es-arrow::after { border-color: var(--accent); }
.es-tick {
  position: absolute; right: 16px; top: 50%;
  width: 13px; height: 13px; margin-top: -6.5px;
  fill: none; stroke: var(--accent); stroke-width: 1.2;
  stroke-linecap: square; vector-effect: non-scaling-stroke;
  opacity: 0;
}
.enq-send.is-empty { color: var(--ink-soft); border-top-color: var(--line-2); }
.enq-send.is-empty .es-arrow { background: var(--line-2); }
.enq-send.is-empty .es-arrow::after { border-color: var(--line-2); }
.enq-send.is-sent { color: var(--accent); }
.enq-send.is-sent .es-arrow { opacity: 0; }
.enq-send.is-sent .es-tick { opacity: 1; }
@media (hover: hover) and (pointer: fine) { .enq-send { cursor: none; } }

/* ---------- narrow ---------- */
@media (max-width: 620px) {
  .enq { left: 14px; right: 14px; bottom: 14px; gap: 11px; width: auto; max-width: none; }
  .enq-panel { max-height: min(56vh, 420px); }
  .ed-lab { display: none; }
  .ed-box { width: 44px; height: 44px; }
  .enq-send { font-size: 14px; padding: 16px; }
  body.has-enq .outro { padding-bottom: 82px; }
}

/* ---------- reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  .pre { display: none; }
  .ht-line > i, .ot-line > i, .pw-l > i { transform: none !important; }
  .hero-mask, .eq-mask { clip-path: none !important; }
  .hero-lede, .hero-facts, .hero-foot, .hero-fig figcaption, .pre-read { opacity: 1 !important; }
  .nav { transform: none !important; }
}
