:root {
  --ink: #111313;
  --ink-2: #1b1f1e;
  --paper: #f2f0ea;
  --paper-2: #e7e4db;
  --white: #fffdf8;
  --orange: #ff5a1f;
  --orange-2: #ff8b3e;
  --lime: #d7ef36;
  --steel: #8f9793;
  --line: rgba(17, 19, 19, .16);
  --line-dark: rgba(255, 253, 248, .18);
  --sans: "Barlow Semi Condensed", "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --display: Anton, Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --pad: clamp(20px, 5vw, 72px);
  --ease: cubic-bezier(.2, .8, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: -.01em;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
::selection { color: var(--ink); background: var(--lime); }

.skip-link { position: fixed; top: 12px; left: 12px; z-index: 200; padding: 10px 14px; background: var(--lime); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.wrap { max-width: 1320px; margin: 0 auto; }
.eyebrow { display: flex; align-items: center; gap: 10px; font: 700 11px/1 var(--mono); letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 24px; height: 2px; background: currentColor; }
.eyebrow.light { color: var(--paper); }
.eyebrow.orange { color: var(--orange); }
.display { font-family: var(--display); font-weight: 400; text-transform: uppercase; line-height: .86; letter-spacing: .005em; }
.title { font-family: var(--display); font-size: clamp(46px, 8.2vw, 112px); font-weight: 400; line-height: .84; letter-spacing: .005em; text-transform: uppercase; margin: 0; }
.title .accent { color: var(--orange); }
.subhead { max-width: 57ch; margin: 22px 0 0; color: #58605c; font-size: clamp(17px, 2vw, 21px); line-height: 1.45; }
.label { color: var(--orange); font: 700 11px/1 var(--mono); letter-spacing: .14em; text-transform: uppercase; }

/* Navigation */
.site-nav { position: fixed; top: 0; right: 0; left: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; min-height: 76px; padding: 14px var(--pad); color: var(--paper); border-bottom: 1px solid transparent; transition: background .25s, border-color .25s, min-height .25s; }
.site-nav.scrolled { min-height: 62px; background: rgba(17,19,19,.94); border-color: var(--line-dark); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 10px; font: 900 21px/.8 var(--display); letter-spacing: .035em; text-transform: uppercase; }
.brand-mark { position: relative; display: grid; width: 25px; height: 25px; place-items: center; color: var(--ink); background: var(--orange); transform: rotate(45deg); }
.brand-mark::before { content: ""; width: 11px; height: 11px; border: 2px solid var(--ink); border-radius: 50%; }
.brand-mark::after { content: ""; position: absolute; width: 4px; height: 4px; border-radius: 50%; background: var(--ink); }
.brand-word { transform: translateY(1px); }
.brand small { align-self: end; margin: 0 0 2px 3px; color: #b8bdb9; font: 700 8px/1 var(--mono); letter-spacing: .14em; }
.nav-links { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 32px); }
.nav-links > a, .more-toggle { padding: 8px 0; color: #d7dbd8; font: 700 11px/1 var(--mono); letter-spacing: .09em; text-transform: uppercase; background: transparent; border: 0; }
.nav-links > a:hover, .more-toggle:hover { color: var(--lime); }
.nav-cta, .btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 14px 20px; border: 1px solid var(--ink); font: 800 12px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; transition: transform .22s var(--ease), background .22s, color .22s, border-color .22s; }
.nav-cta { min-height: 40px; padding: 11px 15px; color: var(--ink); background: var(--lime); border-color: var(--lime); }
.nav-cta:hover, .btn.lime:hover { color: var(--paper); background: var(--orange); border-color: var(--orange); transform: translateY(-3px); }
.btn.dark { color: var(--paper); background: var(--ink); border-color: var(--ink); }
.btn.dark:hover { color: var(--ink); background: var(--lime); border-color: var(--lime); transform: translateY(-3px); }
.btn.ghost { color: var(--paper); border-color: rgba(255,253,248,.42); }
.btn.ghost:hover { color: var(--ink); background: var(--paper); border-color: var(--paper); transform: translateY(-3px); }
.btn.lime { color: var(--ink); background: var(--lime); border-color: var(--lime); }
.btn.arrow::after { content: "↗"; font-size: 16px; line-height: 0; }
.nav-more { position: relative; }
.more-menu { position: absolute; top: calc(100% + 10px); right: -12px; display: grid; min-width: 196px; padding: 8px; color: var(--paper); background: var(--ink); border: 1px solid var(--line-dark); opacity: 0; pointer-events: none; transform: translateY(-5px); transition: opacity .2s, transform .2s; }
.nav-more:hover .more-menu, .nav-more:focus-within .more-menu { opacity: 1; pointer-events: auto; transform: none; }
.more-menu a { padding: 12px; font: 700 11px/1.2 var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.more-menu a:hover { color: var(--ink); background: var(--lime); }
.menu-button { display: none; width: 44px; height: 42px; padding: 0; color: var(--paper); background: transparent; border: 1px solid rgba(255,253,248,.35); }
.menu-button span { display: block; width: 19px; height: 2px; margin: 4px auto; background: currentColor; transition: transform .2s, opacity .2s; }
.menu-button.open span:first-child { transform: translateY(6px) rotate(45deg); }
.menu-button.open span:nth-child(2) { opacity: 0; }
.menu-button.open span:last-child { transform: translateY(-6px) rotate(-45deg); }
.mobile-menu { position: fixed; inset: 0; z-index: 90; display: none; padding: 118px var(--pad) 40px; color: var(--paper); background: var(--ink); }
.mobile-menu.open { display: grid; align-content: start; gap: 2px; }
.mobile-menu a { padding: 16px 0; border-bottom: 1px solid var(--line-dark); font: 400 clamp(29px, 8vw, 48px)/.9 var(--display); letter-spacing: .02em; text-transform: uppercase; }
.mobile-menu .btn { margin-top: 24px; color: var(--ink); background: var(--lime); border-color: var(--lime); }

/* Hero */
.hero { position: relative; min-height: min(930px, 100svh); overflow: hidden; color: var(--paper); background: var(--ink); isolation: isolate; }
.hero::before { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .75; background-image: linear-gradient(rgba(255,253,248,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,253,248,.06) 1px, transparent 1px); background-size: clamp(42px, 5vw, 68px) clamp(42px, 5vw, 68px); mask-image: linear-gradient(90deg, #000 0%, transparent 72%); }
.hero::after { content: ""; position: absolute; z-index: -1; width: min(96vw, 1150px); aspect-ratio: 1; right: -27vw; top: 50%; border: 1px solid rgba(255,253,248,.28); border-radius: 50%; transform: translateY(-50%) rotate(-20deg); box-shadow: 0 0 0 48px rgba(255,253,248,.045), 0 0 0 96px rgba(255,253,248,.025), 0 0 110px 24px rgba(255,90,31,.18); }
.hero-inner { position: relative; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr); align-items: center; gap: 5vw; min-height: inherit; padding: 138px var(--pad) 68px; }
.hero-copy { position: relative; z-index: 2; max-width: 790px; }
.hero .eyebrow { margin-bottom: 28px; }
.hero h1 { max-width: 8.8ch; margin: 0; color: var(--paper); font-family: var(--display); font-size: clamp(64px, 9.8vw, 154px); font-weight: 400; line-height: .79; letter-spacing: .004em; text-transform: uppercase; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-lead { max-width: 54ch; margin: 26px 0 0; color: #c2c7c3; font-size: clamp(18px, 2vw, 22px); line-height: 1.4; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-note { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 25px; color: #a7aea9; font: 700 10px/1.5 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.hero-note span { display: inline-flex; align-items: center; gap: 8px; }
.hero-note span::before { content: ""; width: 7px; height: 7px; background: var(--orange); border-radius: 50%; }
.hero-visual { position: relative; align-self: stretch; min-height: 500px; }
.rope-orbit { position: absolute; top: 50%; left: 50%; width: clamp(390px, 47vw, 640px); aspect-ratio: 1; border: clamp(15px, 2vw, 28px) solid var(--orange); border-left-color: transparent; border-radius: 50%; transform: translate(-45%, -50%) rotate(-28deg); filter: drop-shadow(0 25px 45px rgba(0,0,0,.4)); animation: rope-turn 18s linear infinite; }
.rope-orbit::before, .rope-orbit::after { content: ""; position: absolute; border-radius: inherit; }
.rope-orbit::before { inset: 21%; border: clamp(8px, 1vw, 13px) solid var(--paper); border-bottom-color: transparent; transform: rotate(125deg); }
.rope-orbit::after { inset: 39%; border: clamp(8px, 1vw, 14px) solid var(--lime); border-top-color: transparent; transform: rotate(-52deg); }
.carabiner { position: absolute; top: 50%; left: 50%; width: clamp(135px, 16vw, 218px); height: clamp(220px, 27vw, 345px); border: clamp(18px, 2.4vw, 32px) solid var(--paper); border-right-color: #aeb5b0; border-radius: 48% 48% 43% 43% / 42% 42% 55% 55%; transform: translate(-52%, -52%) rotate(18deg); box-shadow: inset -12px 0 0 rgba(0,0,0,.23), 0 32px 55px rgba(0,0,0,.34); }
.carabiner::before { content: ""; position: absolute; width: 72%; height: 10%; top: 41%; right: -17%; background: var(--orange); border: 2px solid var(--ink); transform: rotate(-8deg); }
.carabiner::after { content: "VANCHAIN / SAFETY SYSTEM"; position: absolute; right: -26%; bottom: 12%; width: 180%; color: var(--ink); font: 800 8px/1 var(--mono); letter-spacing: .1em; text-align: center; transform: rotate(82deg); }
.hero-data { position: absolute; right: 0; bottom: 5%; width: min(294px, 72%); padding: 18px; color: var(--paper); background: rgba(17,19,19,.9); border: 1px solid var(--line-dark); backdrop-filter: blur(8px); }
.hero-data .label { color: var(--lime); }
.hero-data p { margin: 13px 0 0; color: #d2d6d2; font-size: 14px; line-height: 1.35; }
.hero-data .line { display: flex; justify-content: space-between; padding-top: 10px; margin-top: 12px; border-top: 1px solid var(--line-dark); color: #b2bab4; font: 700 10px/1 var(--mono); letter-spacing: .07em; text-transform: uppercase; }
@keyframes rope-turn { to { transform: translate(-45%, -50%) rotate(332deg); } }

.ticker { overflow: hidden; color: var(--ink); background: var(--lime); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.ticker-track { display: flex; width: max-content; animation: ticker 32s linear infinite; }
.ticker-track span { display: flex; align-items: center; gap: 26px; padding: 15px 26px; font: 900 12px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.ticker-track b { color: var(--orange); font-size: 18px; }
@keyframes ticker { to { transform: translateX(-50%); } }

/* Shared section treatment */
.section { padding: clamp(80px, 10vw, 156px) var(--pad); }
.section.dark { color: var(--paper); background: var(--ink); }
.section.paper { background: var(--paper); }
.section.orange { color: var(--ink); background: var(--orange); }
.section-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .58fr); gap: 36px; align-items: end; }
.section-head .title { max-width: 10ch; }
.section-head .subhead { margin: 0 0 4px; }
.section.dark .subhead { color: #bdc4bf; }
.section.dark .title .accent { color: var(--lime); }
.section.orange .title .accent { color: var(--paper); }
.section-number { color: var(--orange); font: 700 11px/1 var(--mono); letter-spacing: .13em; }
.section.dark .section-number { color: var(--lime); }

/* Use case cards */
.use-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: clamp(44px, 6vw, 74px); border: 1px solid var(--line); background: var(--line); }
.use-card { position: relative; min-height: 390px; padding: 27px; overflow: hidden; color: var(--ink); background: var(--paper-2); transition: background .3s, color .3s; }
.use-card::before { content: attr(data-index); position: absolute; top: 12px; right: 18px; color: rgba(17,19,19,.1); font: 400 clamp(90px, 12vw, 154px)/.7 var(--display); transition: color .3s, transform .4s var(--ease); }
.use-card:hover { color: var(--paper); background: var(--ink); }
.use-card:hover::before { color: rgba(255,253,248,.09); transform: translateY(-10px); }
.use-card .card-icon { position: relative; display: grid; width: 52px; height: 52px; margin-bottom: 88px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font: 700 17px/1 var(--mono); }
.use-card h3 { position: relative; max-width: 8ch; margin: 0; font: 400 clamp(31px, 3vw, 43px)/.88 var(--display); text-transform: uppercase; }
.use-card p { position: relative; max-width: 27ch; margin: 16px 0 0; color: #5b635f; font-size: 15px; line-height: 1.45; transition: color .3s; }
.use-card:hover p { color: #c3c8c4; }
.use-card .text-link { position: absolute; bottom: 26px; left: 27px; color: var(--orange); font: 800 10px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.use-card:hover .text-link { color: var(--lime); }

/* Precision cards */
.precision-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 1px; margin-top: clamp(44px, 6vw, 72px); background: var(--line-dark); border: 1px solid var(--line-dark); }
.precision-card { min-height: 315px; padding: clamp(25px, 3vw, 42px); background: var(--ink-2); }
.precision-card.wide { background: linear-gradient(135deg, var(--orange), #fa7141); }
.precision-card .part-no { color: var(--lime); font: 700 10px/1 var(--mono); letter-spacing: .12em; }
.precision-card.wide .part-no { color: var(--ink); }
.precision-card h3 { max-width: 11ch; margin: 56px 0 0; font: 400 clamp(31px, 3.1vw, 45px)/.87 var(--display); text-transform: uppercase; }
.precision-card p { max-width: 35ch; margin: 15px 0 0; color: #b9c0bb; font-size: 15px; line-height: 1.45; }
.precision-card.wide p { color: var(--ink); }
.precision-card .spec { display: block; margin-top: 20px; color: var(--lime); font: 700 10px/1.35 var(--mono); letter-spacing: .04em; text-transform: uppercase; }
.precision-card.wide .spec { color: var(--paper); }

/* Process / network */
.process { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(40px, 8vw, 120px); align-items: start; }
.process-list { border-top: 1px solid var(--line); }
.process-step { display: grid; grid-template-columns: 56px 1fr; gap: 18px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.process-step .n { color: var(--orange); font: 700 11px/1 var(--mono); letter-spacing: .08em; }
.process-step h3 { margin: 0; font: 400 clamp(27px, 3.4vw, 42px)/.88 var(--display); text-transform: uppercase; }
.process-step p { max-width: 50ch; margin: 9px 0 0; color: #59605c; font-size: 16px; }
.network-grid { display: grid; grid-template-columns: 1fr 1fr; margin-top: 54px; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.network-item { min-height: 190px; padding: 28px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.network-item .label { color: var(--lime); }
.network-item h3 { margin: 50px 0 0; font: 400 clamp(28px, 3vw, 42px)/.88 var(--display); text-transform: uppercase; }
.network-item p { max-width: 31ch; margin: 14px 0 0; color: #b7bfba; font-size: 15px; }
.network-note { margin-top: 20px; color: #8e9891; font-size: 13px; }

/* Training */
.training-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); gap: 1px; margin-top: 54px; background: var(--ink); border: 1px solid var(--ink); }
.training-copy { min-height: 360px; padding: clamp(30px, 5vw, 68px); background: var(--paper); }
.training-copy h3 { max-width: 9ch; margin: 28px 0 0; font: 400 clamp(44px, 5.5vw, 70px)/.84 var(--display); text-transform: uppercase; }
.training-copy p { max-width: 50ch; margin: 18px 0 0; color: #5d6560; font-size: 17px; }
.training-lines { display: grid; align-content: center; gap: 0; padding: 26px; color: var(--paper); background: var(--ink); }
.training-lines div { display: flex; align-items: center; gap: 13px; padding: 18px 0; border-bottom: 1px solid var(--line-dark); font: 400 22px/.9 var(--display); letter-spacing: .02em; text-transform: uppercase; }
.training-lines div::before { content: "↳"; color: var(--lime); font: 16px/1 var(--mono); }

/* Form */
.quote-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(42px, 8vw, 120px); align-items: start; }
.quote-side { position: sticky; top: 100px; }
.quote-side .title { max-width: 7ch; }
.quote-side p { max-width: 40ch; margin: 20px 0 0; color: #434a46; font-size: 17px; }
.quote-points { display: grid; gap: 10px; margin: 33px 0 0; }
.quote-points span { display: flex; gap: 10px; align-items: center; font: 700 11px/1.4 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.quote-points span::before { content: ""; width: 9px; height: 9px; background: var(--orange); border-radius: 50%; }
.lead-form { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; padding: clamp(24px, 4vw, 46px); color: var(--paper); background: var(--ink); }
.lead-form .full { grid-column: 1 / -1; }
.lead-form label { display: grid; gap: 8px; color: #b8c0bb; font: 700 10px/1 var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; padding: 13px 0; color: var(--paper); outline: none; background: transparent; border: 0; border-bottom: 1px solid rgba(255,253,248,.32); border-radius: 0; transition: border-color .2s; }
.lead-form option { color: var(--ink); background: var(--paper); }
.lead-form textarea { min-height: 88px; resize: vertical; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-bottom-color: var(--lime); }
.lead-form .form-note { grid-column: 1 / -1; margin: 2px 0 0; color: #949e97; font-size: 12px; line-height: 1.45; }
.lead-form .form-note a { color: var(--lime); text-decoration: underline; text-underline-offset: 3px; }
.lead-form button { grid-column: 1 / -1; margin-top: 7px; }

/* Equipment catalog */
.page-hero { position: relative; overflow: hidden; padding: 180px var(--pad) 84px; color: var(--paper); background: var(--ink); }
.page-hero::after { content: ""; position: absolute; top: -90px; right: -120px; width: min(65vw, 720px); aspect-ratio: 1; border: 24px solid var(--orange); border-bottom-color: transparent; border-radius: 50%; transform: rotate(28deg); opacity: .9; }
.page-hero .wrap { position: relative; z-index: 1; }
.page-hero .title { max-width: 8.7ch; margin-top: 22px; }
.page-hero .subhead { color: #bec5c0; }
.catalog { padding: 0 var(--pad) clamp(80px, 10vw, 150px); background: var(--paper); }
.catalog-jump { display: flex; flex-wrap: wrap; gap: 0; max-width: 1320px; margin: 0 auto; transform: translateY(-1px); }
.catalog-jump a { padding: 15px 18px; color: var(--paper); background: var(--ink); border-right: 1px solid var(--line-dark); font: 700 10px/1 var(--mono); letter-spacing: .07em; text-transform: uppercase; }
.catalog-jump a:hover { color: var(--ink); background: var(--lime); }
.catalog-section { max-width: 1320px; padding: clamp(70px, 9vw, 118px) 0 0; margin: 0 auto; }
.catalog-top { display: grid; grid-template-columns: 1fr .72fr; gap: 35px; align-items: end; padding-bottom: 25px; border-bottom: 2px solid var(--ink); }
.catalog-top h2 { max-width: 10ch; margin: 13px 0 0; font: 400 clamp(47px, 6vw, 80px)/.83 var(--display); text-transform: uppercase; }
.catalog-top p { max-width: 42ch; margin: 0; color: #58605b; font-size: 17px; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-top: 0; }
.product-card { min-height: 324px; padding: 28px; background: var(--white); transition: background .25s, color .25s; }
.product-card:hover { color: var(--paper); background: var(--ink); }
.product-card .product-code { color: var(--orange); font: 700 10px/1 var(--mono); letter-spacing: .1em; }
.product-card h3 { max-width: 10ch; margin: 62px 0 0; font: 400 clamp(30px, 3vw, 43px)/.86 var(--display); text-transform: uppercase; }
.product-card p { max-width: 31ch; margin: 16px 0 0; color: #58605c; font-size: 15px; line-height: 1.45; transition: color .25s; }
.product-card:hover p { color: #c0c6c1; }
.product-card .data-tag { display: inline-block; margin-top: 20px; color: var(--ink); background: var(--lime); padding: 6px 8px; font: 700 9px/1 var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.catalog-disclaimer { max-width: 1320px; padding: 22px 0 0; margin: 0 auto; color: #5c645f; font-size: 13px; }

/* Footer and motion */
.site-footer { padding: 52px var(--pad) 36px; color: var(--paper); background: #0d0f0f; }
.footer-top { display: flex; gap: 28px; align-items: flex-start; justify-content: space-between; max-width: 1320px; margin: 0 auto; }
.footer-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 24px; }
.footer-nav a { color: #b9c1bb; font: 700 10px/1.4 var(--mono); letter-spacing: .07em; text-transform: uppercase; }
.footer-nav a:hover { color: var(--lime); }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; max-width: 1320px; padding-top: 38px; margin: 36px auto 0; color: #7e8880; border-top: 1px solid var(--line-dark); font: 700 9px/1.5 var(--mono); letter-spacing: .06em; text-transform: uppercase; }
/* Reveal-on-scroll is opt-in via the `js` class the document sets in <head>.
   Without JS the content stays visible instead of being stuck at opacity 0. */
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.js .reveal.in { opacity: 1; transform: none; }
/* Escape hatch: set by the head timer if safety.js never ran, and by the
   script's own catch block. Content visibility must never depend on JS. */
.js.no-reveal .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }

@media (max-width: 980px) {
  .nav-links { display: none; }
  .menu-button { display: block; }
  .hero-inner { grid-template-columns: 1fr; padding-top: 124px; }
  .hero-visual { position: absolute; z-index: -1; inset: 42% -20% -10% 42%; opacity: .58; }
  .hero-data { right: 10%; bottom: 4%; }
  .section-head, .process, .quote-grid, .catalog-top { grid-template-columns: 1fr; }
  .section-head .subhead { margin-top: 0; }
  .use-grid { grid-template-columns: 1fr 1fr; }
  .precision-grid { grid-template-columns: 1fr 1fr; }
  .precision-card.wide { grid-column: span 2; }
  .training-grid { grid-template-columns: 1fr; }
  .quote-side { position: static; }
  .product-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .site-nav { min-height: 66px; padding-right: 20px; padding-left: 20px; }
  .site-nav.scrolled { min-height: 60px; }
  .brand small { display: none; }
  .hero { min-height: 790px; }
  .hero-inner { padding-top: 108px; padding-bottom: 44px; }
  .hero h1 { font-size: clamp(59px, 18vw, 92px); }
  .hero-visual { inset: 51% -44% -12% 26%; }
  .hero-data { right: 0; bottom: 0; width: 230px; padding: 14px; }
  .hero-data p { font-size: 12px; }
  .hero-actions .btn { width: 100%; }
  .title { font-size: clamp(47px, 14vw, 72px); }
  .use-grid, .precision-grid, .network-grid, .product-grid { grid-template-columns: 1fr; }
  .precision-card.wide { grid-column: auto; }
  .use-card { min-height: 315px; }
  .use-card .card-icon { margin-bottom: 54px; }
  .process-step { grid-template-columns: 38px 1fr; }
  .network-item { min-height: 160px; }
  .lead-form { grid-template-columns: 1fr; }
  .lead-form .full, .lead-form .form-note, .lead-form button { grid-column: auto; }
  .catalog { padding-right: 20px; padding-left: 20px; }
  .page-hero { padding-top: 128px; }
  .footer-top, .footer-bottom { flex-direction: column; }
  .footer-nav { justify-content: flex-start; }
}

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

/* ============================================================
   Semantic list resets — several blocks became <ul>/<ol> so the
   content is announced as a list; they must not gain bullets.
   ============================================================ */
.hero-note, .training-lines, .quote-points, .process-list, .breadcrumb ol { list-style: none; margin: 0; padding: 0; }
.hero-note { margin-top: 25px; }
.hero-note li { display: inline-flex; align-items: center; gap: 8px; }
.hero-note li::before { content: ""; width: 7px; height: 7px; background: var(--orange); border-radius: 50%; }
.training-lines li { display: flex; align-items: center; gap: 13px; padding: 18px 0; border-bottom: 1px solid var(--line-dark); font: 400 22px/1 var(--display); letter-spacing: .02em; text-transform: uppercase; }
.training-lines li::before { content: "↳"; color: var(--lime); font: 16px/1 var(--mono); }
.training-lines li:last-child { border-bottom: 0; }
.quote-points li { display: flex; gap: 10px; align-items: center; font: 600 11px/1.4 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.quote-points li::before { content: ""; flex: none; width: 9px; height: 9px; background: var(--orange); border-radius: 50%; }
.process-step .n { color: var(--orange); font: 700 11px/1 var(--mono); letter-spacing: .08em; padding-top: 4px; }

/* Headings now carry the eyebrow as a <p>; keep the original rhythm. */
p.eyebrow { margin: 0 0 26px; }
.section-head .title, .quote-side .title, .process > .reveal .title { margin-top: 0; }
.hero p.eyebrow { margin-bottom: 28px; }

/* Anton is a single-weight face — asking for 900 triggers faux bold. */
.brand, .title, .hero h1, .mobile-menu a, .use-card h3, .precision-card h3,
.process-step h3, .network-item h3, .training-copy h3, .catalog-top h2,
.product-card h3, .use-card::before { font-weight: 400; }

/* Breadcrumb */
.breadcrumb { margin-bottom: 24px; }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: 8px; color: #9aa39d; font: 600 10px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.breadcrumb li + li::before { content: "/"; margin-right: 8px; color: var(--orange); }
.breadcrumb a { color: #d3d8d4; }
.breadcrumb a:hover { color: var(--lime); }

/* Secondary CTA under a dark section */
.section-cta { margin-top: clamp(34px, 4vw, 52px); }

/* Dropdown: hover alone is unreachable by keyboard and dead on touch,
   so the toggle also drives an explicit open state. */
.more-menu a { display: flex; justify-content: space-between; gap: 10px; }
.nav-more.open .more-menu { opacity: 1; pointer-events: auto; transform: none; }
.more-toggle[aria-expanded="true"] { color: var(--lime); }

/* Mobile menu must scroll on short screens instead of clipping links. */
.mobile-menu.open { overflow-y: auto; overscroll-behavior: contain; }
.mobile-menu a { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.mobile-menu .btn { justify-content: center; }

/* Form additions */
.lead-form .hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.lead-form .opt { color: #7f8a84; text-transform: none; letter-spacing: 0; }
.lead-form label.check { display: flex; align-items: center; gap: 10px; margin-top: 4px; }
.lead-form label.check input { width: 18px; height: 18px; flex: none; padding: 0; accent-color: var(--lime); }
.lead-form label.check span { font: 600 11px/1.4 var(--mono); letter-spacing: .05em; text-transform: uppercase; }
.form-status { grid-column: 1 / -1; margin: 0; padding: 14px 16px; color: var(--ink); background: var(--lime); font: 700 12px/1.4 var(--mono); letter-spacing: .05em; text-transform: uppercase; }
.form-status[hidden] { display: none; }

/* The catalogue jump bar follows you down a long page. */
.catalog-jump { position: sticky; top: 0; z-index: 40; flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }
.catalog-jump::-webkit-scrollbar { display: none; }
.catalog-jump a { white-space: nowrap; }
.catalog-section { scroll-margin-top: 74px; }

/* 404 */
.error-page { display: grid; place-content: center; gap: 22px; min-height: 100svh; padding: 120px var(--pad) 60px; color: var(--paper); background: var(--ink); text-align: left; }
.error-page .code { color: var(--orange); font: 400 clamp(96px, 22vw, 220px)/.8 var(--display); }
.error-page p { max-width: 46ch; margin: 0; color: #bec5c0; font-size: clamp(17px, 2vw, 20px); }

@media (max-width: 620px) {
  .hero-note { gap: 8px 14px; }
  .catalog-jump a { padding: 13px 14px; }
}

/* ============================================================
   Anton metric corrections.
   The original line-heights were tuned for Impact, whose line box is
   much shallower than Anton's. Reusing them makes every multi-line
   heading collide, so each display heading gets a little more room.
   ============================================================ */
.title { line-height: .92; }
.hero h1 { line-height: .90; }
.use-card h3, .precision-card h3, .process-step h3,
.network-item h3, .product-card h3 { line-height: .95; }
.training-copy h3, .catalog-top h2 { line-height: .92; }
.mobile-menu a { line-height: 1; }
.brand { line-height: 1; }
.error-page .code { line-height: .9; }

/* ============================================================
   Use-case cards: the CTA was absolutely pinned to the bottom while the
   body copy flowed, so longer descriptions ran straight through it.
   A flex column keeps the icon up top and the CTA last, whatever the
   copy length.
   ============================================================ */
.use-card { display: flex; flex-direction: column; }
.use-card .card-icon { margin-bottom: 0; flex: none; }
.use-card h3 { margin-top: auto; padding-top: 54px; }
.use-card p { flex: none; }
.use-card .text-link { position: static; margin-top: 18px; }

@media (max-width: 620px) {
  .use-card h3 { padding-top: 36px; }
}

/* On phones the hero visual becomes a decorative backdrop that bleeds past
   the right edge, dragging its caption card off-screen with it. The card is
   aria-hidden decoration, so drop it rather than clip it. */
@media (max-width: 760px) {
  .hero-data { display: none; }
}

/* ============================================================
   mailto fallback.
   A browser with no mail client registered does nothing at all
   when a mailto: link is clicked — the visitor just sees a dead
   link. We copy the address instead and say so.
   ============================================================ */
.copy-toast {
  position: fixed; left: 50%; bottom: 26px; z-index: 300;
  display: flex; align-items: center; gap: 10px;
  max-width: min(92vw, 480px); padding: 14px 18px;
  color: var(--ink); background: var(--lime);
  border: 1px solid var(--ink);
  font: 700 12px/1.4 var(--mono); letter-spacing: .05em; text-transform: uppercase;
  transform: translate(-50%, 20px); opacity: 0; pointer-events: none;
  transition: opacity .2s var(--ease), transform .2s var(--ease);
}
.copy-toast.show { opacity: 1; transform: translate(-50%, 0); }
.copy-toast b { font-weight: 800; text-transform: none; letter-spacing: 0; }
@media (max-width: 620px) { .copy-toast { font-size: 11px; padding: 12px 14px; } }

/* The footer nav uppercases its links, which is right for labels and wrong for
   an email address. Keep this one lowercase and legible. */
.footer-nav a.mail-link { text-transform: none; letter-spacing: .03em; font-size: 11px; }

/* ============================================================
   Photography — real site and stock images.
   ============================================================ */
figure { margin: 0; }
.shot { position: relative; overflow: hidden; background: var(--ink-2); }
.shot img { width: 100%; height: 100%; object-fit: cover; display: block; }
.shot figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 20px 16px;
  color: var(--paper); font: 700 10px/1.4 var(--mono); letter-spacing: .1em; text-transform: uppercase;
  background: linear-gradient(transparent, rgba(10,12,12,.86));
}

/* Hero with a photograph alongside the headline */
.page-hero.with-shot .wrap { position: relative; display: grid; grid-template-columns: minmax(0,1.15fr) minmax(280px,.85fr); gap: clamp(30px,5vw,72px); align-items: center; }
.page-hero.with-shot .shot { aspect-ratio: 4 / 5; border: 1px solid var(--line-dark); }
.page-hero.with-shot::after { opacity: .25; }

/* The documented-kit block: list beside a photograph */
.kit { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(260px,.75fr); gap: clamp(30px,5vw,66px); align-items: start; margin-top: clamp(38px,5vw,60px); }
.kit .shot { aspect-ratio: 3 / 4; position: sticky; top: 96px; }
.kit-list { display: grid; gap: 0; border-top: 1px solid var(--line); }
.kit-item { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.kit-item .n { color: var(--orange); font: 700 11px/1.5 var(--mono); }
.kit-item h3 { margin: 0; font: 400 clamp(20px,2.2vw,26px)/1.1 var(--display); text-transform: uppercase; }
.kit-item p { margin: 6px 0 0; color: #5b635f; font-size: 14.5px; line-height: 1.5; }
.kit-item .meta { display: block; margin-top: 7px; color: #7d857f; font: 600 10.5px/1.5 var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.section.dark .kit-list { border-color: var(--line-dark); }
.section.dark .kit-item { border-color: var(--line-dark); }
.section.dark .kit-item p { color: #b9c0bb; }
.section.dark .kit-item .meta { color: var(--lime); }

/* Three-up photo band */
.photo-band { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line-dark); }
.photo-band .shot { aspect-ratio: 3 / 4; }

/* Product cards: the lime tag is replaced by a quiet spec line, which carries
   more information and stops every card shouting the same colour. */
.product-card .meta { display: block; margin-top: 16px; padding-top: 13px; border-top: 1px solid var(--line);
  color: #7d857f; font: 600 10.5px/1.6 var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.product-card:hover .meta { color: #aab2ac; border-top-color: var(--line-dark); }

@media (max-width: 980px) {
  .page-hero.with-shot .wrap { grid-template-columns: 1fr; }
  .page-hero.with-shot .shot { aspect-ratio: 16 / 10; }
  .kit { grid-template-columns: 1fr; }
  .kit .shot { position: static; aspect-ratio: 16 / 10; }
}
@media (max-width: 620px) {
  .photo-band { grid-template-columns: 1fr; }
  .photo-band .shot { aspect-ratio: 4 / 3; }
  .kit-item { grid-template-columns: 32px 1fr; gap: 12px; }
}
/* Two-up variant of the photo band, used on the homepage. */
.photo-band.two { grid-template-columns: repeat(2, 1fr); }
.photo-band.two .shot { aspect-ratio: 16 / 11; }
@media (max-width: 620px) { .photo-band.two { grid-template-columns: 1fr; } .photo-band.two .shot { aspect-ratio: 4 / 3; } }
/* Headings vary in length, so the spec rule landed at a different height in
   every card and the grid read as ragged. Pin it to the bottom instead. */
.product-card { display: flex; flex-direction: column; }
.product-card p { flex: 1 1 auto; }
.product-card .meta { margin-top: auto; }
