/* ═══════════════════════════════════════════════════════════════════════════
   IRONBAY — design system
   ───────────────────────────────────────────────────────────────────────────
   PAPER, GRAPHITE, ONE BLUE. The buyer is an IT director, a security lead or
   a procurement analyst reading a vendor's site at a desk, often alongside a
   questionnaire. What reads as premium to that person is calm and exact: a
   warm paper ground for long reading, graphite for the moments that should
   feel like hardware, and a single ultramarine that marks what you can act on
   or what has been verified.

   Deliberately not recycling green — every competitor is green, and green
   says "eco" when this buyer is buying risk removal. Deliberately not SaaS
   azure either; ultramarine is deeper, and holds white type at 7:1.

   The motif is the custody record: serial numbers in mono, ruled lines,
   seals, and a line that runs from your dock to a certificate.
   ═══════════════════════════════════════════════════════════════════════════ */

:root {
  color-scheme: light;
  --ground:   #F3F1EC;   /* paper */
  --ground-2: #ECE9E2;
  --surface:  #FFFFFF;
  --surface-2:#F8F6F2;
  --surface-3:#EFECE5;
  --line:     #E1DDD4;
  --line-2:   #C8C2B6;
  --ink:      #0E1215;   /* graphite */
  --ink-2:    #3E474C;
  --ink-3:    #59636A;   /* ≥5:1 on paper and on white */
  --hi:       #2B3FD9;   /* ultramarine — fills carry white at 7:1 */
  --hi-2:     #2232B5;
  --hi-ink:   #FFFFFF;
  --hi-text:  #2B3FD9;   /* accent as type: 6.4:1 on paper */
  --hi-wash:  #E7EAFB;
  --signal:   #B93A0E;
  --ok:       #0B7F55;
  --ok-wash:  #E2F3EB;
  --shadow:   0 1px 2px rgba(14,18,21,.06), 0 18px 44px -24px rgba(14,18,21,.28);
  --r:        6px;
  --r-lg:     12px;
  --maxw:     1220px;
  --display: "Geist", "Helvetica Neue", Arial, sans-serif;
  --serif:   "Instrument Serif", Georgia, serif;
  --body:    "Geist", system-ui, -apple-system, "Segoe UI", sans-serif;
  --mono:    "Geist Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}

/* Graphite sections. Every component reads its colours from tokens, so a
   section only has to redefine the tokens to turn over. */
.dark {
  color-scheme: dark;
  --ground:   #0B0E11;
  --ground-2: #0F1317;
  --surface:  #13181D;
  --surface-2:#181E24;
  --surface-3:#20272E;
  --line:     #242B32;
  --line-2:   #38414A;
  --ink:      #EEF1F2;
  --ink-2:    #A7B1B7;
  --ink-3:    #8C979E;
  --hi:       #4A5CF0;
  --hi-2:     #5E6FFF;
  --hi-ink:   #FFFFFF;
  --hi-text:  #9AA6FF;
  --hi-wash:  #171C3D;
  --signal:   #FF8A5C;
  --ok:       #3FD592;
  --ok-wash:  #0E2A1F;
  --shadow:   0 1px 2px rgba(0,0,0,.5), 0 30px 60px -30px rgba(0,0,0,.9);
  background: var(--ground);
  color: var(--ink);
}

/* ── base ────────────────────────────────────────────────────────────────── */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; background: var(--ground); color: var(--ink);
  font-family: var(--body); font-size: 16px; line-height: 1.62;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
h1, h2, h3, h4 { font-family: var(--display); margin: 0; text-wrap: balance; letter-spacing: -0.03em; color: var(--ink); }
/* The serif italic is the one editorial gesture: a word or two in a
   headline, never a whole line. */
h1 em, h2 em, .h1 em, .h2 em { font-family: var(--serif); font-style: italic; font-weight: 400; letter-spacing: -0.01em; }
p { margin: 0; }
a { color: inherit; }
img, svg, canvas { max-width: 100%; display: block; }
:focus-visible { outline: 2px solid var(--hi); outline-offset: 3px; border-radius: 3px; }
::selection { background: var(--hi); color: var(--hi-ink); }

/* ── layout ──────────────────────────────────────────────────────────────── */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 20px; }
.band { padding-block: clamp(64px, 8.5vw, 124px); }
.band--tight { padding-block: clamp(40px, 5vw, 68px); }
.band--sunk { background: var(--ground-2); border-block: 1px solid var(--line); }
.band--white { background: var(--surface); border-block: 1px solid var(--line); }
.stack { display: flex; flex-direction: column; }
.g8{gap:8px}.g12{gap:12px}.g16{gap:16px}.g20{gap:20px}.g24{gap:24px}.g32{gap:32px}.g48{gap:48px}
.split { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: clamp(28px, 4.5vw, 64px); align-items: start; }
.grid2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; }
.grid3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; }
.grid4 { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 16px; }

/* ── type ────────────────────────────────────────────────────────────────── */
.h1 { font-size: clamp(2.6rem, 6.4vw, 5rem); font-weight: 600; line-height: .98; letter-spacing: -0.045em; }
.h2 { font-size: clamp(1.9rem, 3.9vw, 3.05rem); font-weight: 600; line-height: 1.04; letter-spacing: -0.038em; }
.h3 { font-size: clamp(1.18rem, 2vw, 1.45rem); font-weight: 600; line-height: 1.2; letter-spacing: -0.022em; }
.h4 { font-size: 1.03rem; font-weight: 600; line-height: 1.3; letter-spacing: -0.012em; }
.lede { font-size: clamp(1.05rem, 1.7vw, 1.22rem); color: var(--ink-2); line-height: 1.58; max-width: 62ch; }
.muted { color: var(--ink-3); }
.small { font-size: .87rem; line-height: 1.58; }
.mono { font-family: var(--mono); font-variant-numeric: tabular-nums; }
.tag { font-family: var(--mono); font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); }
.accent { color: var(--hi-text); }

.eyebrow {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--mono); font-size: 11.5px; font-weight: 500;
  letter-spacing: .12em; text-transform: uppercase; color: var(--ink-2);
  margin-bottom: 20px;
}
.eyebrow::before { content: ""; width: 7px; height: 7px; background: var(--hi); border-radius: 1px; flex-shrink: 0; }
.eyebrow::after { content: ""; flex: 1; height: 1px; background: var(--line); }

/* The ruled edge — a measuring rule, for precision. */
.tape {
  height: 10px; width: 100%; border-bottom: 1px solid var(--line);
  background-image: repeating-linear-gradient(90deg, var(--line-2) 0 1px, transparent 1px 12px),
                    repeating-linear-gradient(90deg, var(--line-2) 0 1px, transparent 1px 60px);
  background-size: 100% 5px, 100% 10px; background-repeat: no-repeat; background-position: bottom, bottom;
}

/* ── buttons ─────────────────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--body); font-size: .93rem; font-weight: 500;
  padding: 12px 20px; border-radius: 100px; border: 1px solid transparent;
  cursor: pointer; text-decoration: none; white-space: nowrap; letter-spacing: -.005em;
  transition: background .16s, border-color .16s, color .16s, transform .12s, box-shadow .16s;
}
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--hi); color: var(--hi-ink); border-color: var(--hi); box-shadow: 0 1px 0 rgba(255,255,255,.18) inset, 0 8px 22px -12px var(--hi); }
.btn--primary:hover { background: var(--hi-2); border-color: var(--hi-2); }
.btn--primary::after { content: "→"; transition: transform .16s; }
.btn--primary:hover::after { transform: translateX(3px); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line-2); }
.btn--ghost:hover { border-color: var(--ink); background: var(--surface); }
.btn--quiet { background: transparent; color: var(--ink-2); border-color: var(--line); padding: 8px 14px; font-size: .85rem; }
.btn--quiet:hover { color: var(--ink); border-color: var(--line-2); }
.btn--lg { padding: 15px 26px; font-size: 1rem; }
.btn[disabled] { opacity: .45; cursor: not-allowed; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }

/* ── header ──────────────────────────────────────────────────────────────── */
.header {
  position: sticky; top: env(safe-area-inset-top, 0px); z-index: 60;
  background: color-mix(in srgb, var(--ground) 84%, transparent);
  backdrop-filter: saturate(1.6) blur(16px);
  border-bottom: 1px solid var(--line);
}
.header__in { display: flex; align-items: center; gap: 20px; height: 70px; }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; flex-shrink: 0; color: var(--ink); }
.brand__mark { width: 30px; height: 30px; flex-shrink: 0; }
.brand__lock { display: flex; flex-direction: column; gap: 3px; }
.brand__name { font-family: var(--display); font-weight: 700; font-size: 1.12rem; letter-spacing: -0.04em; line-height: 1; }
.brand__sub { font-family: var(--mono); font-size: 8.5px; font-weight: 500; letter-spacing: .26em; color: var(--ink-3); line-height: 1; text-transform: uppercase; }
.nav { display: flex; gap: 2px; margin-left: auto; align-items: center; }
.nav > a, .nav__drop > button {
  font: inherit; font-size: .885rem; font-weight: 500; color: var(--ink-2); text-decoration: none; background: none; border: 0; cursor: pointer;
  padding: 9px 12px; border-radius: 100px; transition: color .14s, background .14s; display: inline-flex; align-items: center; gap: 6px;
}
.nav > a:hover, .nav__drop > button:hover, .nav__drop:focus-within > button { color: var(--ink); background: var(--surface-3); }
.nav a[aria-current="page"], .nav__drop[data-current] > button { color: var(--ink); }
.nav > a[aria-current="page"]::before, .nav__drop[data-current] > button::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--hi); }
.nav__drop { position: relative; }
.nav__drop > button::after { content: ""; width: 6px; height: 6px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg) translateY(-2px); opacity: .6; }
.nav__menu {
  position: absolute; top: calc(100% + 8px); left: -12px; min-width: 340px; padding: 8px;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow);
  opacity: 0; visibility: hidden; transform: translateY(-4px); transition: opacity .16s, transform .16s, visibility .16s;
}
.nav__menu::before { content: ""; position: absolute; left: 0; right: 0; top: -10px; height: 10px; }
.nav__drop:hover .nav__menu, .nav__drop:focus-within .nav__menu { opacity: 1; visibility: visible; transform: none; }
.nav__menu a { display: grid; gap: 1px; padding: 10px 12px; border-radius: 8px; text-decoration: none; }
.nav__menu a:hover, .nav__menu a[aria-current="page"] { background: var(--surface-2); }
.nav__menu b { font-weight: 600; font-size: .9rem; color: var(--ink); }
.nav__menu span { font-size: .8rem; color: var(--ink-3); line-height: 1.4; }
.header__cta { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.header__tel { font-family: var(--mono); font-size: .84rem; text-decoration: none; color: var(--ink-2); white-space: nowrap; }
.header__tel:hover { color: var(--ink); }
.burger { display: none; background: none; border: 1px solid var(--line-2); border-radius: 100px; padding: 10px 12px; cursor: pointer; color: var(--ink); }
.mobilenav { border-bottom: 1px solid var(--line); background: var(--surface); max-height: calc(100vh - 70px); overflow-y: auto; }
.mobilenav .wrap { padding-block: 8px 18px; }
.mobilenav a { display: block; padding: 12px 4px; text-decoration: none; color: var(--ink); border-bottom: 1px solid var(--line); font-weight: 500; }
.mobilenav .tag { display: block; padding: 18px 4px 6px; }
.mobilenav a[aria-current="page"] { color: var(--hi-text); }
.header__call { display: none; width: 42px; height: 42px; align-items: center; justify-content: center; color: var(--ink); border: 1px solid var(--line-2); border-radius: 50%; }
@media (max-width: 1100px) { .nav, .header__tel { display: none; } .burger, .header__call { display: inline-flex; } .header__cta { margin-left: auto; } }
.header__short { display: none; }
@media (max-width: 440px) {
  .header__long { display: none; } .header__short { display: inline; }
  .header__cta { gap: 7px; } .header__call { width: 40px; height: 40px; }
  .header__cta .btn { padding: 10px 14px; font-size: .85rem; } .header__cta .btn::after { display: none; }
}

/* ── hero ────────────────────────────────────────────────────────────────── */
.hero { position: relative; overflow: hidden; }
/* A data-hall floor plan: a faint grid that fades out, and one pool of blue
   light where the record sits. */
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 56px 56px; background-position: -1px -1px;
  mask-image: radial-gradient(ellipse 80% 70% at 70% 30%, #000 20%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 70% 30%, #000 20%, transparent 75%);
  opacity: .8;
}
.hero::after {
  content: ""; position: absolute; width: 900px; height: 900px; right: -260px; top: -380px; pointer-events: none;
  background: radial-gradient(closest-side, color-mix(in srgb, var(--hi) 34%, transparent), transparent);
  opacity: .6;
}
.hero__in { position: relative; z-index: 1; padding-block: clamp(56px, 7.5vw, 104px) clamp(56px, 7vw, 96px); }
.hero__grid { display: grid; gap: clamp(40px, 5vw, 72px); grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); align-items: center; }
@media (max-width: 980px) { .hero__grid { grid-template-columns: 1fr; } }

.stamp {
  display: inline-flex; align-items: center; gap: 9px; align-self: flex-start;
  font-family: var(--mono); font-size: 11.5px; letter-spacing: .08em; text-transform: uppercase;
  color: var(--ink-2); background: color-mix(in srgb, var(--surface) 70%, transparent);
  border: 1px solid var(--line-2); padding: 6px 13px; border-radius: 100px;
}
.dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ok); flex-shrink: 0; }
.dot--live { box-shadow: 0 0 0 0 color-mix(in srgb, var(--ok) 70%, transparent); animation: pulse 2.4s infinite; }
.dot--idle { background: var(--ink-3); }
.dot--shut { background: var(--signal); }
@keyframes pulse { 70% { box-shadow: 0 0 0 7px transparent; } 100% { box-shadow: 0 0 0 0 transparent; } }

.facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; border-top: 1px solid var(--line); padding-top: 24px; }
.facts .tag { margin-bottom: 6px; color: var(--ink); }
.facts p { color: var(--ink-3); line-height: 1.5; }
@media (max-width: 640px) { .facts { grid-template-columns: 1fr; gap: 14px; } }

/* ── the custody record (hero) ───────────────────────────────────────────
   A specimen job, animated through its states by site.js: every device is
   received, sanitized, verified, and either returned to market or destroyed.
   It is the product shown working, instead of a stock photo of a server. */
.record { background: var(--surface); border: 1px solid var(--line-2); border-radius: var(--r-lg); box-shadow: var(--shadow); overflow: hidden; font-size: .84rem; }
.record__head { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 14px 18px; border-bottom: 1px solid var(--line); background: var(--surface-2); }
.record__title { font-weight: 600; letter-spacing: -.01em; }
.record__meta { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); }
.record__meta > div { padding: 12px 18px; border-right: 1px solid var(--line); }
.record__meta > div:last-child { border-right: 0; }
.record__meta b { display: block; font-family: var(--mono); font-size: 1.15rem; font-weight: 500; letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.record__rows { font-family: var(--mono); font-size: .76rem; }
.record__row { display: grid; grid-template-columns: 1.25fr 1fr .9fr 112px; gap: 10px; align-items: center; padding: 9px 18px; border-bottom: 1px solid var(--line); transition: background .5s; }
.record__row:last-child { border-bottom: 0; }
.record__row > span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: var(--ink-2); }
.record__row > span:first-child { color: var(--ink); }
.record__row[data-flash] { background: var(--hi-wash); }
.record__row .st { justify-self: end; }
.record__foot { padding: 11px 18px; border-top: 1px solid var(--line); background: var(--surface-2); color: var(--ink-3); font-size: .74rem; display: flex; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
@media (max-width: 520px) { .record__row { grid-template-columns: 1.3fr 1fr 104px; } .record__row > span:nth-child(3) { display: none; } }

.st { display: inline-flex; align-items: center; gap: 6px; font-family: var(--mono); font-size: .66rem; letter-spacing: .04em; text-transform: uppercase; padding: 3px 8px; border-radius: 100px; border: 1px solid var(--line-2); color: var(--ink-2); white-space: nowrap; }
.st::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: currentColor; }
.st--work { color: var(--hi-text); border-color: color-mix(in srgb, var(--hi) 45%, transparent); background: var(--hi-wash); }
.st--work::before { animation: blink 1s infinite; }
.st--ok { color: var(--ok); border-color: color-mix(in srgb, var(--ok) 40%, transparent); background: var(--ok-wash); }
.st--kill { color: var(--ink); border-color: var(--line-2); background: var(--surface-3); }
@keyframes blink { 50% { opacity: .2; } }

/* ── rail ────────────────────────────────────────────────────────────────── */
.rail { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); background: var(--surface); }
.rail > div { padding: 30px 24px; border-right: 1px solid var(--line); }
.rail > div:last-child { border-right: 0; }
.rail__n { font-family: var(--display); font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 600; letter-spacing: -.05em; line-height: 1; }
.rail__n small { font-size: .5em; color: var(--ink-3); font-weight: 500; letter-spacing: -.02em; margin-left: 3px; }
.rail__l { font-size: .86rem; color: var(--ink-3); margin-top: 10px; line-height: 1.45; max-width: 26ch; }
@media (max-width: 860px) { .rail { grid-template-columns: repeat(2, 1fr); } .rail > div:nth-child(2) { border-right: 0; } .rail > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); } }

/* ── cards & panels ──────────────────────────────────────────────────────── */
.card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 26px 24px; display: flex; flex-direction: column; gap: 12px; text-decoration: none; color: var(--ink);
  transition: border-color .2s, transform .2s, box-shadow .2s; position: relative; overflow: hidden;
}
.card--link:hover { border-color: var(--line-2); transform: translateY(-3px); box-shadow: var(--shadow); }
.card--link:hover .card__more::after { transform: translateX(4px); }
.card__ico { width: 40px; height: 40px; border-radius: 10px; display: grid; place-items: center; background: var(--hi-wash); color: var(--hi-text); flex-shrink: 0; }
.card__ico svg { width: 21px; height: 21px; }
.card p { font-size: .91rem; color: var(--ink-2); line-height: 1.6; }
.card__more { margin-top: auto; padding-top: 10px; font-size: .87rem; font-weight: 500; color: var(--hi-text); display: inline-flex; align-items: center; gap: 7px; text-decoration: none; }
.card__more::after { content: "→"; transition: transform .18s; }
.card__photo { margin: -26px -24px 8px; aspect-ratio: 16/10; overflow: hidden; }
.card__photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(.2,.7,.2,1); }
.card--link:hover .card__photo img { transform: scale(1.04); }
.card .tag { color: var(--ink-3); }
.panel { border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--surface); }
.panel__pad { padding: clamp(22px, 3vw, 34px); }
.panel--sunk { background: var(--surface-2); }

/* Bento for the service grid: the lead service gets the photograph. */
.bento { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.bento > .card--lead { grid-column: span 2; grid-row: span 2; padding: 0; }
.bento > .card--lead .card__photo { margin: 0; aspect-ratio: auto; flex: 1; min-height: 240px; }
.bento > .card--lead .card__body { padding: 28px; display: flex; flex-direction: column; gap: 12px; }
@media (max-width: 980px) { .bento { grid-template-columns: 1fr 1fr; } .bento > .card--lead { grid-column: span 2; grid-row: auto; } }
@media (max-width: 620px) { .bento { grid-template-columns: 1fr; } .bento > .card--lead { grid-column: auto; } }

/* ── custody line ────────────────────────────────────────────────────────
   Six stations on one line. The line draws itself as the section arrives. */
.custody { position: relative; display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; padding-top: 38px; }
.custody::before { content: ""; position: absolute; left: 8px; right: 8px; top: 7px; height: 2px; background: var(--line-2); }
.custody::after { content: ""; position: absolute; left: 8px; top: 7px; height: 2px; width: calc(100% - 16px); background: var(--hi); transform-origin: left; }
.js [data-rise]:not(.rise) .custody::after { transform: scaleX(0); }
.rise .custody::after { animation: draw 1.8s .15s cubic-bezier(.6,.05,.25,1) both; }
@keyframes draw { from { transform: scaleX(0); } }
.custody__s { position: relative; }
.custody__s::before { content: ""; position: absolute; top: -38px; left: 0; width: 16px; height: 16px; border-radius: 50%; background: var(--ground); border: 2px solid var(--hi); box-sizing: border-box; }
.custody__n { font-family: var(--mono); font-size: .75rem; color: var(--hi-text); margin-bottom: 6px; }
.custody__s h3 { font-size: 1rem; font-weight: 600; letter-spacing: -.015em; }
.custody__s p { font-size: .86rem; color: var(--ink-3); margin-top: 6px; line-height: 1.55; }
@media (max-width: 980px) {
  .custody { grid-template-columns: 1fr; gap: 26px; padding-top: 0; padding-left: 36px; }
  .custody::before { left: 7px; right: auto; top: 6px; bottom: 6px; width: 2px; height: auto; }
  .custody::after { left: 7px; top: 6px; width: 2px; height: calc(100% - 12px); transform-origin: top; }
  .js [data-rise]:not(.rise) .custody::after { transform: scaleY(0); }
  .rise .custody::after { animation-name: drawY; }
  .custody__s::before { top: 2px; left: -36px; }
}
@keyframes drawY { from { transform: scaleY(0); } }

/* ── steps ───────────────────────────────────────────────────────────────── */
.steps { display: grid; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; background: var(--surface); }
.step { padding: 24px 26px; display: grid; grid-template-columns: 64px 1fr; gap: 18px; align-items: start; border-bottom: 1px solid var(--line); }
.step:last-child { border-bottom: 0; }
.step__n { font-family: var(--mono); font-size: .85rem; color: var(--hi-text); padding-top: 2px; }
.step p { font-size: .92rem; color: var(--ink-2); margin-top: 6px; line-height: 1.6; }
@media (max-width: 560px) { .step { grid-template-columns: 40px 1fr; gap: 12px; padding: 20px 16px; } }

/* ── tables ──────────────────────────────────────────────────────────────── */
.tablewrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--surface); }
table { width: 100%; border-collapse: collapse; min-width: 580px; }
thead th { text-align: left; font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); font-weight: 500; padding: 13px 18px; border-bottom: 1px solid var(--line); background: var(--surface-2); }
tbody td { padding: 14px 18px; border-bottom: 1px solid var(--line); font-size: .9rem; vertical-align: top; }
tbody tr:last-child td { border-bottom: 0; }
tbody tr:hover { background: var(--surface-2); }
td.num { font-family: var(--mono); font-variant-numeric: tabular-nums; font-weight: 500; white-space: nowrap; }
.cat-row td { background: var(--surface-3); font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-2); font-weight: 500; padding: 9px 18px; }
.cat-row:hover td { background: var(--surface-3); }

/* ── metal estimator ─────────────────────────────────────────────────────── */
.calc { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,340px); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; background: var(--surface); }
@media (max-width: 780px) { .calc { grid-template-columns: 1fr; } }
.calc__in { padding: clamp(20px, 3vw, 30px); display: flex; flex-direction: column; gap: 18px; }
.calc__out { padding: clamp(20px, 3vw, 30px); background: #0E1215; color: #EEF1F2; display: flex; flex-direction: column; justify-content: center; gap: 8px; }
.calc__out .tag { color: #8C979E; }
.calc__val { font-family: var(--mono); font-size: clamp(1.75rem, 4.6vw, 2.35rem); font-weight: 500; letter-spacing: -.04em; color: #fff; font-variant-numeric: tabular-nums; line-height: 1.1; }
.calc__out p { color: #A7B1B7; }
.calc__out .btn--primary { background: #4A5CF0; border-color: #4A5CF0; align-self: flex-start; }
.swatch { width: 34px; height: 34px; border-radius: 6px; flex-shrink: 0; }

/* ── ITAD estimator ──────────────────────────────────────────────────────── */
.est { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; background: var(--surface); box-shadow: var(--shadow); }
@media (max-width: 900px) { .est { grid-template-columns: 1fr; } }
.est__in { padding: clamp(20px, 3vw, 32px); display: flex; flex-direction: column; gap: 4px; }
.est__row { display: grid; grid-template-columns: minmax(0,1fr) 132px; gap: 14px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--line); }
.est__row label { font-weight: 500; font-size: .93rem; }
.est__row label small { display: block; color: var(--ink-3); font-weight: 400; font-size: .8rem; }
.qty { display: grid; grid-template-columns: 36px 1fr 36px; border: 1px solid var(--line-2); border-radius: 100px; overflow: hidden; background: var(--surface); }
.qty button { border: 0; background: none; font: inherit; font-size: 1.05rem; color: var(--ink-2); cursor: pointer; }
.qty button:hover { background: var(--surface-3); color: var(--ink); }
.qty input { border: 0 !important; border-radius: 0 !important; text-align: center; padding: 8px 0 !important; font-family: var(--mono) !important; box-shadow: none !important; min-width: 0; -moz-appearance: textfield; background: transparent !important; }
.qty input::-webkit-outer-spin-button, .qty input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.seg { display: flex; flex-wrap: wrap; gap: 6px; }
.seg label { position: relative; }
.seg input { position: absolute; opacity: 0; }
.seg span { display: inline-block; padding: 8px 14px; border: 1px solid var(--line-2); border-radius: 100px; font-size: .86rem; cursor: pointer; transition: all .14s; }
.seg input:checked + span { background: var(--ink); color: var(--ground); border-color: var(--ink); }
.seg input:focus-visible + span { outline: 2px solid var(--hi); outline-offset: 2px; }
.est__out { background: #0E1215; color: #EEF1F2; padding: clamp(22px, 3vw, 34px); display: flex; flex-direction: column; gap: 16px; }
.est__big { font-family: var(--display); font-size: clamp(2.2rem, 5vw, 3.2rem); font-weight: 600; letter-spacing: -.05em; line-height: 1; font-variant-numeric: tabular-nums; color: #fff; }
.est__line { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px solid #242B32; font-size: .9rem; color: #A7B1B7; }
.est__line b { color: #EEF1F2; font-family: var(--mono); font-weight: 500; font-variant-numeric: tabular-nums; }
.est__bar { height: 8px; border-radius: 100px; background: #242B32; overflow: hidden; display: flex; gap: 2px; }
.est__bar i { display: block; height: 100%; transition: width .5s cubic-bezier(.2,.7,.2,1); }
.est__key { display: flex; gap: 16px; flex-wrap: wrap; font-size: .78rem; color: #A7B1B7; }
.est__key span::before { content: ""; display: inline-block; width: 8px; height: 8px; border-radius: 2px; margin-right: 6px; background: var(--c); }
.est__out .tag, .est__out .hint { color: #8C979E; }
.est__out .btn--primary { background: #4A5CF0; border-color: #4A5CF0; }

/* ── tabs (media guide, compliance mapper) ───────────────────────────────── */
.tabs { border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--surface); overflow: hidden; }
.tabs__list { display: flex; gap: 4px; padding: 8px; border-bottom: 1px solid var(--line); background: var(--surface-2); overflow-x: auto; scrollbar-width: none; }
.tabs__list button { font: inherit; font-size: .87rem; font-weight: 500; color: var(--ink-2); background: none; border: 1px solid transparent; border-radius: 100px; padding: 8px 14px; cursor: pointer; white-space: nowrap; }
.tabs__list button:hover { color: var(--ink); }
.tabs__list button[aria-selected="true"] { background: var(--surface); color: var(--ink); border-color: var(--line-2); box-shadow: 0 1px 2px rgba(0,0,0,.05); }
.tabs__panel { padding: clamp(20px, 3vw, 32px); display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 26px; }
.kv { display: grid; gap: 6px; align-content: start; }
.kv dt { font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); }
.kv dd { margin: 0; font-size: .93rem; color: var(--ink-2); line-height: 1.6; }
.kv dd strong { color: var(--ink); }
.method { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: 1.25rem; letter-spacing: -.02em; color: var(--ink); }

/* ── forms ───────────────────────────────────────────────────────────────── */
.field { display: flex; flex-direction: column; gap: 7px; }
.field > label, .legend { font-size: .85rem; color: var(--ink-2); font-weight: 500; }
.legend { font-size: 1.05rem; color: var(--ink); font-weight: 600; letter-spacing: -.01em; }
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="date"], select, textarea {
  font-family: var(--body); font-size: .95rem; color: var(--ink);
  background: var(--surface); border: 1px solid var(--line-2); border-radius: var(--r);
  padding: 12px 13px; width: 100%; transition: border-color .14s, box-shadow .14s;
}
textarea { resize: vertical; min-height: 96px; line-height: 1.55; }
select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%); background-position: calc(100% - 19px) 51%, calc(100% - 14px) 51%; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; padding-right: 38px; }
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--hi); box-shadow: 0 0 0 4px color-mix(in srgb, var(--hi) 18%, transparent); }
input[aria-invalid="true"], textarea[aria-invalid="true"] { border-color: var(--signal); }
.err { color: var(--signal); font-size: .8rem; display: none; font-weight: 500; }
.err[data-show="1"] { display: block; }
.hint { font-size: .8rem; color: var(--ink-3); line-height: 1.5; }
fieldset { border: 0; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.chips { display: grid; gap: 10px; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); }
.chip { position: relative; }
.chip input { position: absolute; opacity: 0; width: 0; height: 0; }
.chip span { display: flex; flex-direction: column; gap: 3px; height: 100%; padding: 14px 15px; border: 1px solid var(--line-2); border-radius: var(--r); cursor: pointer; font-size: .92rem; font-weight: 500; background: var(--surface); transition: border-color .14s, background .14s, box-shadow .14s; }
.chip small { font-size: .79rem; color: var(--ink-3); font-weight: 400; line-height: 1.4; }
.chip input:checked + span { border-color: var(--hi); background: var(--hi-wash); box-shadow: 0 0 0 1px var(--hi) inset; }
.chip input:focus-visible + span { outline: 2px solid var(--hi); outline-offset: 2px; }
.chip span:hover { border-color: var(--ink-3); }
.drop { position: relative; border: 1.5px dashed var(--line-2); border-radius: var(--r-lg); padding: 22px; display: grid; gap: 6px; background: var(--surface-2); cursor: pointer; transition: border-color .14s, background .14s; }
.drop:hover, .drop[data-over] { border-color: var(--hi); background: var(--hi-wash); }
.drop input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.drop b { font-weight: 600; }
.stepper { display: flex; border: 1px solid var(--line); border-radius: 100px; overflow: hidden; background: var(--surface); padding: 4px; gap: 4px; }
.stepper__i { flex: 1; padding: 9px 12px; font-size: .84rem; color: var(--ink-3); border-radius: 100px; display: flex; align-items: center; justify-content: center; gap: 8px; white-space: nowrap; overflow: hidden; transition: background .2s, color .2s; }
.stepper__i .mono { font-size: .75rem; }
.stepper__i[data-state="on"] { color: var(--hi-ink); background: var(--hi); }
.stepper__i[data-state="done"] { color: var(--ink-2); }
.stepper__i[data-state="done"] .mono::before { content: "✓ "; color: var(--ok); }
@media (max-width: 640px) { .stepper__i span.lbl { display: none; } }
.review { display: grid; grid-template-columns: 158px 1fr; gap: 10px 18px; font-size: .9rem; }
.review dt { font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); padding-top: 3px; }
.review dd { margin: 0; }
@media (max-width: 540px) { .review { grid-template-columns: 1fr; gap: 2px 0; } .review dd { margin-bottom: 10px; } }

/* ── photographs ─────────────────────────────────────────────────────────── */
.shot { position: relative; overflow: hidden; border-radius: var(--r-lg); background: var(--surface-3); margin: 0; }
.shot img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 1.3s cubic-bezier(.2,.7,.2,1), filter .7s; }
.shot--wide { aspect-ratio: 16 / 9; }
.shot--tall { aspect-ratio: 4 / 5; }
.shot--sq { aspect-ratio: 1 / 1; }
.shot--pano { aspect-ratio: 21 / 9; }
.shot__cap {
  position: absolute; left: 14px; bottom: 14px; max-width: calc(100% - 28px);
  font-family: var(--mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase;
  color: #EEF1F2; background: rgba(11,14,17,.72); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  padding: 7px 12px; border-radius: 100px; display: inline-flex; align-items: center; gap: 8px;
}
.shot__cap::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #7C8BFF; flex-shrink: 0; }
.js [data-rise]:not(.rise) .shot img { transform: scale(1.06); filter: brightness(.85); }
@media (hover: hover) { .shot:hover img { transform: scale(1.02); } }

.photoband { position: relative; margin: 0; height: clamp(340px, 46vw, 600px); overflow: hidden; background: #0B0E11; }
.photoband img { position: absolute; inset: -4% 0; width: 100%; height: 108%; object-fit: cover; animation: drift 28s ease-in-out infinite alternate; }
.photoband::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,14,17,.1) 20%, rgba(11,14,17,.88)); }
.photoband__cap { position: absolute; left: 0; right: 0; bottom: clamp(26px, 4vw, 52px); z-index: 1; color: #EEF1F2; }
.photoband__cap p { font-family: var(--display); font-size: clamp(1.45rem, 3vw, 2.4rem); font-weight: 500; letter-spacing: -.035em; line-height: 1.12; max-width: 28ch; color: #fff; }
.photoband__cap p em { font-family: var(--serif); font-style: italic; font-weight: 400; }
.photoband__cap .tag { color: #A7B1B7; margin-bottom: 14px; display: block; }
@keyframes drift { from { transform: scale(1.02); } to { transform: scale(1.1) translate(-2%, -1.5%); } }

/* ── certificate specimen ────────────────────────────────────────────────── */
.cert { background: #FFFEFB; color: #0E1215; border: 1px solid #D9D4C8; border-radius: 4px; box-shadow: 0 40px 80px -36px rgba(0,0,0,.6), 0 1px 0 rgba(0,0,0,.04); padding: clamp(22px, 3vw, 34px); position: relative; font-size: .82rem; }
.cert__top { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; padding-bottom: 16px; border-bottom: 2px solid #0E1215; }
.cert__co { font-weight: 700; letter-spacing: -.03em; font-size: 1.02rem; display: flex; align-items: center; gap: 8px; color: #0E1215; }
.cert__title { font-family: var(--serif); font-size: clamp(1.45rem, 2.6vw, 1.9rem); line-height: 1.05; margin-top: 14px; letter-spacing: -.01em; color: #0E1215; font-weight: 400; }
.cert__no { font-family: var(--mono); font-size: .7rem; text-align: right; color: #59636A; line-height: 1.7; }
.cert__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px 16px; padding: 16px 0; border-bottom: 1px solid #E1DDD4; margin: 0; }
.cert__grid dt { font-family: var(--mono); font-size: 9.5px; letter-spacing: .1em; text-transform: uppercase; color: #6B757B; }
.cert__grid dd { margin: 2px 0 0; font-weight: 500; font-size: .8rem; }
@media (max-width: 520px) { .cert__grid { grid-template-columns: 1fr 1fr; } }
.cert table { min-width: 0; font-family: var(--mono); margin-top: 12px; }
.cert thead th { background: none; padding: 6px 4px; font-size: 9px; color: #6B757B; border-bottom: 1px solid #0E1215; }
.cert tbody td { padding: 6px 4px; font-size: .7rem; border-bottom: 1px dotted #D9D4C8; color: #0E1215; }
.cert tbody tr:hover { background: none; }
.cert__foot { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; margin-top: 20px; }
.cert__sig { font-family: var(--serif); font-style: italic; font-size: 1.5rem; border-bottom: 1px solid #0E1215; padding: 0 34px 2px 0; line-height: 1; color: #0E1215; }
.cert__sigl { font-family: var(--mono); font-size: .64rem; color: #6B757B; display: block; margin-top: 5px; }
.seal { width: 96px; height: 96px; flex-shrink: 0; color: #2B3FD9; transform: rotate(-9deg); }
.rise .seal { animation: stampIn .55s .6s cubic-bezier(.3,1.6,.5,1) both; }
@keyframes stampIn { from { transform: rotate(-9deg) scale(1.7); opacity: 0; } }
.annot { display: grid; gap: 20px; }
.annot__i { display: grid; grid-template-columns: 26px 1fr; gap: 14px; align-items: start; }
.annot__n { font-family: var(--mono); font-size: .72rem; color: var(--hi-ink); background: var(--hi); width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; font-weight: 500; }
.annot__i p { font-size: .91rem; color: var(--ink-2); line-height: 1.58; }
.annot__i strong { color: var(--ink); display: block; font-size: .98rem; margin-bottom: 3px; font-weight: 600; }

/* ── compliance chips ────────────────────────────────────────────────────── */
.regs { display: flex; flex-wrap: wrap; gap: 10px; }
.reg { display: inline-flex; align-items: baseline; gap: 10px; padding: 12px 16px; border: 1px solid var(--line); border-radius: var(--r); background: var(--surface); text-decoration: none; color: var(--ink); transition: border-color .15s; }
.reg b { font-weight: 600; font-size: .95rem; }
.reg span { font-size: .8rem; color: var(--ink-3); }
a.reg:hover { border-color: var(--hi); }

/* ── faq ─────────────────────────────────────────────────────────────────── */
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; padding: 22px 4px; font-weight: 500; font-size: 1.04rem; list-style: none; display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; letter-spacing: -.012em; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: var(--mono); font-size: 1.25rem; line-height: 1; color: var(--hi-text); flex-shrink: 0; transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .a { padding: 0 4px 24px; font-size: .96rem; color: var(--ink-2); line-height: 1.7; max-width: 74ch; }
.faq__group { margin-top: 44px; }
.faq__group:first-child { margin-top: 0; }

/* ── misc ────────────────────────────────────────────────────────────────── */
.pills { display: flex; flex-wrap: wrap; gap: 8px; }
.pill { font-size: .85rem; padding: 7px 13px; border: 1px solid var(--line); border-radius: 100px; color: var(--ink-2); background: var(--surface); text-decoration: none; }
a.pill:hover { border-color: var(--hi); color: var(--hi-text); }
.checklist { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 11px; }
.checklist li { display: grid; grid-template-columns: 18px 1fr; gap: 12px; font-size: .93rem; color: var(--ink-2); line-height: 1.6; }
.checklist li::before { content: ""; width: 16px; height: 16px; margin-top: 3px; border-radius: 50%; background: var(--hi-wash) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4.5 8.3l2.3 2.3 4.7-5' fill='none' stroke='%232B3FD9' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/100% no-repeat; }
.dark .checklist li::before { background: #1C2250 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4.5 8.3l2.3 2.3 4.7-5' fill='none' stroke='%239AA6FF' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/100% no-repeat; }
.note { border-left: 2px solid var(--hi); padding: 15px 18px; background: var(--surface); font-size: .91rem; color: var(--ink-2); line-height: 1.6; border-radius: 0 var(--r) var(--r) 0; }
.note strong { color: var(--ink); }
.cta { border-radius: 22px; background: #0E1215; color: #EEF1F2; padding: clamp(34px, 5vw, 68px); display: grid; grid-template-columns: 1.3fr 1fr; gap: 28px; align-items: end; position: relative; overflow: hidden; }
.cta::before { content: ""; position: absolute; width: 760px; height: 760px; right: -240px; bottom: -460px; background: radial-gradient(closest-side, rgba(74,92,240,.5), transparent); }
.cta::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(90deg, transparent, #000); -webkit-mask-image: linear-gradient(90deg, transparent, #000); }
.cta > * { position: relative; z-index: 1; }
.cta h2 { color: #fff; }
.cta p { color: #A7B1B7; }
.cta .btn--ghost { color: #EEF1F2; border-color: #38414A; }
.cta .btn--ghost:hover { background: #181E24; border-color: #EEF1F2; }
.cta .btn--primary { background: #4A5CF0; border-color: #4A5CF0; }
.cta .btn-row { justify-content: flex-end; }
@media (max-width: 820px) { .cta { grid-template-columns: 1fr; } .cta .btn-row { justify-content: flex-start; } }

.crumbs { font-family: var(--mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-3); display: flex; flex-wrap: wrap; gap: 9px; align-items: center; }
.crumbs a { text-decoration: none; color: var(--ink-3); }
.crumbs a:hover { color: var(--ink); }
.crumbs span[aria-hidden] { opacity: .5; }

.pagehead { padding-block: clamp(32px, 4.5vw, 56px) clamp(44px, 6vw, 80px); border-bottom: 1px solid var(--line); position: relative; overflow: hidden; }
.pagehead::after { content: ""; position: absolute; width: 700px; height: 700px; right: -300px; top: -360px; pointer-events: none; background: radial-gradient(closest-side, color-mix(in srgb, var(--hi) 16%, transparent), transparent); }
.pagehead > .wrap { position: relative; z-index: 1; }
.pagehead .h1 { font-size: clamp(2.3rem, 5.4vw, 4.2rem); margin-top: 30px; }
.pagehead .lede { margin-top: 20px; }
.pagehead__grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: clamp(28px, 5vw, 72px); align-items: end; }
@media (max-width: 900px) { .pagehead__grid { grid-template-columns: 1fr; } }

.footer { background: #0B0E11; color: #EEF1F2; padding-block: 68px 40px; }
.footer__grid { display: grid; grid-template-columns: 1.5fr repeat(4, 1fr); gap: 32px; }
@media (max-width: 960px) { .footer__grid { grid-template-columns: 1fr 1fr; } .footer__grid > :first-child { grid-column: 1 / -1; } }
.footer .brand { color: #EEF1F2; }
.footer .brand__sub { color: #8C979E; }
.footer h4 { font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: #8C979E; font-weight: 500; margin-bottom: 14px; }
.footer a { display: block; text-decoration: none; color: #BAC3C8; font-size: .88rem; padding: 4px 0; }
.footer a:hover { color: #fff; }
.footer p { color: #A7B1B7; }
.footer__legal { margin-top: 48px; padding-top: 22px; border-top: 1px solid #242B32; display: flex; flex-wrap: wrap; gap: 14px; justify-content: space-between; font-size: .8rem; color: #8C979E; }
.footer__legal a { display: inline; color: #8C979E; padding: 0; }

.skip { position: absolute; left: -9999px; top: 0; background: var(--hi); color: var(--hi-ink); padding: 10px 16px; z-index: 100; text-decoration: none; font-weight: 600; }
.skip:focus { left: 0; }
.prose { max-width: 72ch; }
.prose h2 { font-size: 1.35rem; margin: 40px 0 10px; }
.prose p, .prose li { color: var(--ink-2); line-height: 1.72; }
.prose p + p { margin-top: 12px; }
.prose ul { padding-left: 20px; margin: 10px 0; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* Sections arrive from a visible resting state, never parked invisible. */
.rise { animation: rise .6s cubic-bezier(.2,.7,.3,1) both; }
@keyframes rise { from { opacity: .5; transform: translateY(12px); } to { opacity: 1; transform: none; } }
[hidden] { display: none !important; }

/* ── the mark ─────────────────────────────────────────────────────────────
   Three rack units, the top one lit. It assembles once per visit, unit by
   unit, then the indicator comes on. After that it holds still. */
.brand__mark .u, .brand__mark .led { transform-box: fill-box; }
.intro .brand__mark .u { animation: unit .6s cubic-bezier(.2,.8,.25,1) both; }
.intro .brand__mark .u1 { animation-delay: .05s; }
.intro .brand__mark .u2 { animation-delay: .16s; }
.intro .brand__mark .u3 { animation-delay: .27s; }
.intro .brand__mark .led { animation: led .9s .62s ease-out both; }
.intro .brand__lock { animation: lockup .6s .3s cubic-bezier(.2,.7,.3,1) both; }
@keyframes unit { from { transform: translateY(-6px); opacity: 0; } }
@keyframes led { 0% { opacity: 0; } 40% { opacity: 1; } 55% { opacity: .25; } 100% { opacity: 1; } }
@keyframes lockup { from { transform: translateX(-6px); opacity: 0; } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-delay: 0s !important; transition-duration: .001ms !important; }
  .js [data-rise]:not(.rise) .shot img { transform: none; filter: none; }
  .js [data-rise]:not(.rise) .custody::after { transform: none; }
  .photoband img { animation: none; }
}
.footer .led { fill: #7C8BFF; }
/* The rail spans the viewport but its cells line up with the content column. */
.rail { padding-inline: max(0px, calc((100% - var(--maxw)) / 2)); }
.rail > div:first-child { border-left: 1px solid var(--line); }
.rail > div:last-child { border-right: 1px solid var(--line); }
@media (max-width: 1260px) { .rail > div:first-child { border-left: 0; } .rail > div:last-child { border-right: 0; } }
/* The lead card's photo fills whatever height the two cards beside it set,
   rather than setting the row height from a portrait image. */
.bento > .card--lead .card__photo { position: relative; min-height: 260px; }
.bento > .card--lead .card__photo img { position: absolute; inset: 0; }
a.mono[href^="tel:"] { white-space: nowrap; }
