:root {
  --black: #070807;
  --black-soft: #0c0d0c;
  --panel: #111210;
  --panel-high: #171916;
  --white: #f5f6f2;
  --muted: #a2a69c;
  --dim: #74786f;
  --lime: #c8ef18;
  --lime-dark: #9fbd13;
  --line: rgba(255, 255, 255, .12);
  --line-strong: rgba(255, 255, 255, .24);
  --container: 1280px;
  --gutter: clamp(20px, 4vw, 64px);
  --section: clamp(88px, 11vw, 152px);
  --display: clamp(3rem, 6.2vw, 6.65rem);
  --title: clamp(2.25rem, 4vw, 4.5rem);
  --ease: cubic-bezier(.22, 1, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--black);
  color: var(--white);
  font-family: "Hanken Grotesk", Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { background: var(--lime); color: #10110d; }
:focus-visible { outline: 2px solid var(--lime); outline-offset: 4px; }

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 999;
  padding: 10px 16px;
  background: var(--lime);
  color: #111;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
.container { width: min(100%, var(--container)); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: var(--section); }
.section--tight { padding-block: clamp(68px, 8vw, 104px); }
.section--panel { background: var(--black-soft); border-block: 1px solid var(--line); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: clamp(44px, 6vw, 72px); }
.section-head > div { max-width: 780px; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--lime);
  font-family: Geist, Arial, sans-serif;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1.2;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 18px; height: 1px; background: currentColor; }
.display, .title-xl, .title-lg, .title-md { margin: 0; text-transform: uppercase; letter-spacing: -.045em; line-height: .96; }
.display { max-width: 880px; font-size: var(--display); font-weight: 550; }
.title-xl { font-size: var(--title); font-weight: 550; }
.title-lg { font-size: clamp(1.9rem, 3vw, 3.25rem); font-weight: 520; line-height: 1.06; }
.title-md { font-size: clamp(1.45rem, 2.2vw, 2.15rem); font-weight: 520; line-height: 1.12; }
.accent { color: var(--lime); }
.lead { max-width: 660px; margin: 24px 0 0; color: #c4c7bf; font-size: clamp(1.05rem, 1.5vw, 1.25rem); }
.copy { color: var(--muted); }
.kicker { font-family: Geist, Arial, sans-serif; font-size: .72rem; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 13px 20px;
  border: 1px solid var(--line-strong);
  background: transparent;
  color: var(--white);
  cursor: pointer;
  font-family: Geist, Arial, sans-serif;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: color .25s, border-color .25s, background .25s;
}
.btn::after { content: "→"; font-size: 1rem; transition: transform .25s var(--ease); }
.btn:hover { color: var(--lime); border-color: var(--lime); }
.btn:hover::after { transform: translateX(4px); }
.btn--accent { background: var(--lime); border-color: var(--lime); color: #0d0e0b; }
.btn--accent:hover { background: #dcff3c; color: #0d0e0b; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: #c7cac1; font: 700 .68rem/1 Geist, Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.text-link::after { content: "→"; color: var(--lime); font-size: 1rem; transition: transform .25s; }
.text-link:hover::after { transform: translateX(4px); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: rgba(7, 8, 7, .86);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.header-inner { height: 84px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(24px, 4vw, 64px); }
.brand { display: inline-flex; flex-direction: column; width: max-content; text-transform: uppercase; line-height: .78; }
.brand__name { font-size: 1.75rem; font-weight: 800; letter-spacing: -.055em; }
.brand__sub { margin-top: 8px; font: 600 .56rem/1 Geist, Arial, sans-serif; letter-spacing: .3em; color: #d7dad2; }
.nav { display: flex; justify-content: center; align-items: center; gap: clamp(20px, 2.8vw, 42px); }
.nav a { position: relative; padding-block: 12px; color: #bbbfb5; font: 650 .66rem/1 Geist, Arial, sans-serif; letter-spacing: .11em; text-transform: uppercase; }
.nav a::after { content: ""; position: absolute; inset: auto 50% 4px; height: 1px; background: var(--lime); transition: inset .25s var(--ease); }
.nav a:hover, .nav a[aria-current="page"] { color: var(--white); }
.nav a:hover::after, .nav a[aria-current="page"]::after { inset-inline: 0; }
.nav-toggle { display: none; width: 48px; height: 48px; padding: 0; border: 1px solid var(--line); background: transparent; cursor: pointer; }
.nav-toggle span, .nav-toggle::before, .nav-toggle::after { content: ""; display: block; width: 20px; height: 1px; margin: 5px auto; background: var(--white); transition: transform .25s, opacity .25s; }
.nav-toggle[aria-expanded="true"] span { opacity: 0; }
.nav-toggle[aria-expanded="true"]::before { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"]::after { transform: translateY(-6px) rotate(-45deg); }

.hero { position: relative; min-height: 760px; height: max(760px, 100svh); display: flex; align-items: center; overflow: hidden; padding-top: 84px; border-bottom: 1px solid var(--line); }
.hero__media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 64% center; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, #070807 0%, rgba(7,8,7,.94) 26%, rgba(7,8,7,.63) 49%, rgba(7,8,7,.07) 78%), linear-gradient(0deg, rgba(7,8,7,.35), transparent 45%); }
.hero__inner { position: relative; z-index: 2; display: grid; grid-template-columns: 82px minmax(0, 700px); align-items: center; gap: clamp(28px, 5vw, 72px); }
.hero__rail {
  --rail-progress: 0;
  --rail-shift: 0%;
  position: relative;
  height: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 22px;
  border-right: 1px solid var(--line);
  color: var(--dim);
}
.hero__rail::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 1px;
  height: 62px;
  background: linear-gradient(transparent, var(--lime), transparent);
  box-shadow: 0 0 16px rgba(200,239,24,.72);
  animation: rail-scan 3.2s var(--ease) infinite;
}
.hero__index { width: 34px; height: 15px; overflow: hidden; color: var(--lime); font: 700 .75rem/15px Geist, Arial, sans-serif; }
.hero__index-reel { display: flex; flex-direction: column; transform: translateY(calc(-1 * var(--rail-shift))); will-change: transform; }
.hero__index-reel strong { height: 15px; flex: 0 0 15px; font: inherit; }
.hero__gauge { position: relative; width: 34px; height: 118px; display: flex; justify-content: space-between; margin: 24px 0 20px; }
.hero__gauge-track { position: relative; width: 1px; height: 100%; margin-left: 5px; background: rgba(255,255,255,.15); }
.hero__gauge-fill { position: absolute; inset: 0 0 auto; height: calc(var(--rail-progress) * 100%); background: var(--lime); box-shadow: 0 0 12px rgba(200,239,24,.62); }
.hero__gauge-head { position: absolute; top: calc(var(--rail-progress) * 100%); left: 50%; width: 7px; height: 7px; background: var(--lime); border: 1px solid #0a0b08; transform: translate(-50%, -50%) rotate(45deg); box-shadow: 0 0 18px rgba(200,239,24,.9); }
.hero__ticks { height: 100%; display: flex; flex-direction: column; justify-content: space-between; padding-block: 2px; }
.hero__ticks i { width: 14px; height: 1px; background: var(--line-strong); transform-origin: right; transition: width .28s var(--ease), background .28s, box-shadow .28s; }
.hero__ticks i.is-active { width: 24px; background: var(--lime); box-shadow: 0 0 8px rgba(200,239,24,.55); }
.hero__scroll { margin-top: auto; display: flex; align-items: center; gap: 12px; writing-mode: vertical-rl; transform: rotate(180deg); font: 650 .58rem/1 Geist, Arial, sans-serif; letter-spacing: .15em; text-transform: uppercase; transition: color .25s; }
.hero__scroll-copy { position: relative; height: 102px; overflow: hidden; }
.hero__scroll-copy > span { display: block; height: 102px; transition: transform .55s var(--ease); }
.hero__scroll-copy > span:last-child { color: var(--lime); }
.hero__rail.is-past-half .hero__scroll-copy > span { transform: translateY(-102px); }
.hero__scroll b { color: var(--lime); font-size: 1rem; font-weight: 400; animation: scroll-nudge 1.6s var(--ease) infinite; }
.hero__scroll:hover { color: var(--lime); }
.hero__scroll:hover b { animation-duration: .75s; }
@keyframes rail-scan { 0% { transform: translateY(-62px); opacity: 0; } 18% { opacity: 1; } 75% { opacity: 1; } 100% { transform: translateY(360px); opacity: 0; } }
@keyframes scroll-nudge { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(5px); } }
.hero__content { padding-left: clamp(0px, 2vw, 24px); }
.hero__content .lead { max-width: 560px; }

.trust { background: #090a09; border-bottom: 1px solid var(--line); }
.trust__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust__item { min-height: 144px; display: grid; grid-template-columns: 42px 1fr; gap: 18px; align-content: center; padding: 28px clamp(18px, 2vw, 32px); border-right: 1px solid var(--line); }
.trust__item:first-child { border-left: 1px solid var(--line); }
.trust__icon { color: var(--lime); font: 300 1.8rem/1 Geist, Arial, sans-serif; }
.trust__item h3 { margin: 1px 0 6px; font: 700 .66rem/1.2 Geist, Arial, sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.trust__item p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.45; }

.services-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, .92fr); gap: clamp(56px, 8vw, 120px); align-items: center; }
.service-list { margin-top: 48px; border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 16px; min-height: 70px; border-bottom: 1px solid var(--line); transition: color .25s, padding .25s; }
.service-row small { color: var(--muted); font: 600 .65rem/1 Geist, Arial, sans-serif; }
.service-row span { font-size: 1rem; letter-spacing: .03em; text-transform: uppercase; }
.service-row b { color: #bfc3b9; font-size: 1.25rem; font-weight: 300; }
.service-row:hover { padding-inline: 10px; color: var(--lime); }
.service-row:hover small, .service-row:hover b { color: var(--lime); }
.framed-media { position: relative; min-height: 620px; border: 1px solid var(--line); padding: 8px; }
.framed-media::before, .framed-media::after { content: ""; position: absolute; width: 18px; height: 18px; z-index: 2; border-color: var(--lime); border-style: solid; }
.framed-media::before { top: -1px; left: -1px; border-width: 1px 0 0 1px; }
.framed-media::after { right: -1px; bottom: -1px; border-width: 0 1px 1px 0; }
.framed-media img { width: 100%; height: 100%; min-height: 602px; object-fit: cover; filter: saturate(.75) contrast(1.08); }

.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.gallery__item { position: relative; min-height: 480px; overflow: hidden; border: 1px solid var(--line); background: var(--panel); }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease), filter .7s; filter: saturate(.68); }
.gallery__item:hover img { transform: scale(1.035); filter: saturate(1); }
.gallery__caption { position: absolute; inset: auto 0 0; display: flex; justify-content: space-between; align-items: end; gap: 16px; padding: 40px 18px 18px; background: linear-gradient(transparent, rgba(0,0,0,.84)); opacity: 0; transform: translateY(10px); transition: opacity .3s, transform .3s; }
.gallery__item:hover .gallery__caption { opacity: 1; transform: none; }
.gallery__caption b { font-size: .78rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.gallery__caption span { color: var(--lime); font: 650 .62rem/1 Geist, Arial, sans-serif; text-transform: uppercase; }

.cta { position: relative; overflow: hidden; background: linear-gradient(100deg, #0e0f0d 0%, #0e100c 55%, rgba(180,215,18,.16) 100%); border-block: 1px solid var(--line); }
.cta::after { content: ""; position: absolute; width: 420px; height: 420px; right: -180px; top: -260px; border: 1px solid rgba(200,239,24,.3); transform: rotate(45deg); }
.cta__inner { position: relative; z-index: 1; min-height: 260px; display: flex; align-items: center; justify-content: space-between; gap: 44px; }

.page-hero { position: relative; min-height: 600px; display: flex; align-items: end; overflow: hidden; padding: 180px 0 clamp(78px, 9vw, 120px); border-bottom: 1px solid var(--line); }
.page-hero--short { min-height: 500px; }
.page-hero__media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .42; filter: saturate(.65); }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,8,7,.98), rgba(7,8,7,.78) 48%, rgba(7,8,7,.25)), linear-gradient(0deg, rgba(7,8,7,.88), transparent 62%); }
.page-hero__inner { position: relative; z-index: 1; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 38px; color: var(--muted); font: 600 .65rem/1 Geist, Arial, sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.breadcrumbs a:hover { color: var(--lime); }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.card { min-height: 340px; padding: clamp(28px, 4vw, 48px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--black-soft); transition: background .3s, border-color .3s; }
.card:hover { background: var(--panel); border-color: rgba(200,239,24,.38); }
.card__num { display: block; margin-bottom: 72px; color: var(--lime); font: 700 .68rem/1 Geist, Arial, sans-serif; }
.card h2, .card h3 { margin: 0 0 18px; font-size: clamp(1.25rem, 2vw, 1.8rem); font-weight: 520; line-height: 1.15; text-transform: uppercase; }
.card p { margin: 0; color: var(--muted); }
.card .text-link { margin-top: 30px; }
.two-col { display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); gap: clamp(56px, 10vw, 150px); align-items: start; }
.two-col__content > :first-child { margin-top: 0; }
.two-col__content h2 { margin: 48px 0 14px; font-size: 1.35rem; font-weight: 550; text-transform: uppercase; }
.two-col__content p { color: var(--muted); }
.spec-list { margin-top: 34px; border-top: 1px solid var(--line); }
.spec-list div { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.spec-list dt { color: var(--muted); }
.spec-list dd { margin: 0; text-align: right; }
.process { counter-reset: process; border-top: 1px solid var(--line); }
.process__step { counter-increment: process; display: grid; grid-template-columns: 90px minmax(180px,.7fr) minmax(260px,1fr); gap: 36px; padding: 38px 0; border-bottom: 1px solid var(--line); }
.process__step::before { content: "0" counter(process); color: var(--lime); font: 700 .68rem/1.4 Geist, Arial, sans-serif; }
.process__step h3 { margin: 0; font-size: 1.25rem; font-weight: 520; text-transform: uppercase; }
.process__step p { margin: 0; color: var(--muted); }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.price-card { position: relative; padding: 38px; border: 1px solid var(--line); background: var(--black-soft); }
.price-card--featured { border-color: rgba(200,239,24,.65); background: linear-gradient(145deg, rgba(200,239,24,.07), var(--black-soft) 48%); }
.price-card__tag { display: inline-block; padding: 6px 9px; margin-bottom: 28px; background: var(--lime); color: #111; font: 750 .58rem/1 Geist, Arial, sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.price-card h2, .price-card h3 { margin: 0; font-size: 1.65rem; font-weight: 540; text-transform: uppercase; }
.price-card__price { margin: 26px 0; font-size: 2.2rem; line-height: 1; }
.price-card__price small { color: var(--muted); font-size: .85rem; }
.check-list { list-style: none; margin: 28px 0 36px; padding: 0; }
.check-list li { position: relative; padding: 12px 0 12px 22px; color: #c0c4ba; border-bottom: 1px solid var(--line); }
.check-list li::before { content: "+"; position: absolute; left: 0; color: var(--lime); }

.contact-grid { display: grid; grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr); gap: clamp(52px, 9vw, 130px); }
.contact-list { margin-top: 48px; }
.contact-list div { padding: 22px 0; border-bottom: 1px solid var(--line); }
.contact-list small { display: block; margin-bottom: 5px; color: var(--lime); font: 700 .62rem/1 Geist, Arial, sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.form { padding: clamp(28px, 5vw, 58px); background: var(--black-soft); border: 1px solid var(--line); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 24px; }
.field--wide { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 9px; color: #d3d6ce; font: 650 .66rem/1 Geist, Arial, sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; min-height: 52px; padding: 12px 0; color: var(--white); background: transparent; border: 0; border-bottom: 1px solid var(--line-strong); border-radius: 0; outline: 0; }
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--lime); }
.field select option { background: var(--panel); }
.form__note { margin: 28px 0; color: var(--muted); font-size: .84rem; }
.form__status { display: none; margin-top: 20px; padding: 14px; border-left: 2px solid var(--lime); background: rgba(200,239,24,.06); color: #d9ddcf; }
.form__status.is-visible { display: block; }
.faq { border-top: 1px solid var(--line); }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__question { width: 100%; min-height: 78px; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 0; background: transparent; border: 0; cursor: pointer; text-align: left; text-transform: uppercase; }
.faq__question::after { content: "+"; color: var(--lime); font-size: 1.4rem; font-weight: 300; }
.faq__question[aria-expanded="true"]::after { content: "−"; }
.faq__answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s var(--ease); }
.faq__answer > div { overflow: hidden; }
.faq__answer p { max-width: 760px; margin: 0 0 26px; color: var(--muted); }
.faq__question[aria-expanded="true"] + .faq__answer { grid-template-rows: 1fr; }

.legal { max-width: 820px; }
.legal h2 { margin: 46px 0 12px; font-size: 1.35rem; text-transform: uppercase; }
.legal p, .legal li { color: var(--muted); }
.sitemap { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 54px; }
.sitemap section { padding: 30px; border: 1px solid var(--line); }
.sitemap h2 { margin: 0 0 24px; font-size: 1.1rem; text-transform: uppercase; }
.sitemap a { display: block; padding: 9px 0; color: var(--muted); }
.sitemap a:hover { color: var(--lime); }

.site-footer { background: #050605; border-top: 1px solid var(--line); }
.footer-main { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 48px; padding-top: 68px; padding-bottom: 56px; }
.footer-main h3 { margin: 0 0 20px; color: var(--white); font: 700 .65rem/1 Geist, Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.footer-main p, .footer-main a { display: block; margin: 0 0 10px; color: var(--muted); font-size: .9rem; }
.footer-main a:hover { color: var(--lime); }
.footer-brand p { max-width: 300px; margin-top: 24px; }
.footer-bottom { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--dim); border-top: 1px solid var(--line); font: 600 .62rem/1.4 Geist, Arial, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.footer-bottom div { display: flex; gap: 22px; }

.proto { position: fixed; right: 18px; bottom: 18px; z-index: 200; width: min(330px, calc(100vw - 36px)); background: rgba(13,14,12,.94); border: 1px solid rgba(200,239,24,.55); backdrop-filter: blur(14px); box-shadow: 0 18px 50px rgba(0,0,0,.34); }
.proto__toggle { width: 100%; display: flex; align-items: center; gap: 10px; padding: 12px 14px; background: transparent; border: 0; cursor: pointer; font: 750 .64rem/1 Geist, Arial, sans-serif; letter-spacing: .11em; text-align: left; text-transform: uppercase; }
.proto__dot { width: 7px; height: 7px; flex: 0 0 auto; background: var(--lime); box-shadow: 0 0 14px rgba(200,239,24,.85); }
.proto__chev { margin-left: auto; font-size: .9rem; transition: transform .25s; }
.proto__panel { padding: 0 14px 14px 31px; color: var(--muted); font-size: .78rem; line-height: 1.45; }
.proto__panel strong { color: var(--white); }
.proto.is-collapsed .proto__panel { display: none; }
.proto.is-collapsed .proto__chev { transform: rotate(180deg); }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s var(--ease), transform .65s var(--ease); }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .header-inner { grid-template-columns: auto auto 1fr; }
  .nav-toggle { display: block; order: 2; }
  .header-cta { justify-self: end; order: 3; }
  .nav { position: fixed; inset: 84px 0 auto; min-height: calc(100vh - 84px); padding: 42px var(--gutter); flex-direction: column; justify-content: flex-start; align-items: flex-start; background: rgba(7,8,7,.98); transform: translateX(-100%); visibility: hidden; transition: transform .35s var(--ease), visibility .35s; }
  .nav.is-open { transform: none; visibility: visible; }
  .nav a { font-size: 1.15rem; }
  .trust__grid { grid-template-columns: 1fr 1fr; }
  .trust__item:nth-child(3) { border-left: 1px solid var(--line); }
  .trust__item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .services-split { grid-template-columns: 1fr 1fr; gap: 48px; }
  .framed-media { min-height: 520px; }
  .framed-media img { min-height: 502px; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .gallery__item { min-height: 440px; }
  .cards { grid-template-columns: 1fr 1fr; }
  .price-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  :root { --gutter: 20px; --section: 82px; }
  .header-inner { height: 72px; gap: 12px; }
  .brand__name { font-size: 1.42rem; }
  .brand__sub { font-size: .48rem; }
  .header-cta { min-height: 44px; padding: 8px 12px; gap: 10px; }
  .nav { inset: 72px 0 auto; }
  .hero { min-height: 700px; height: 100svh; padding-top: 72px; align-items: end; padding-bottom: 68px; }
  .hero::before { background: linear-gradient(0deg, #070807 0%, rgba(7,8,7,.84) 52%, rgba(7,8,7,.18) 100%); }
  .hero__media { object-position: 64% center; }
  .hero__inner { grid-template-columns: 1fr; }
  .hero__rail { order: 2; width: 100%; height: 52px; flex-direction: row; padding: 16px 0 0; margin-top: 22px; border-top: 1px solid var(--line); border-right: 0; }
  .hero__rail::after { top: -1px; right: auto; left: 0; width: 62px; height: 1px; background: linear-gradient(90deg, transparent, var(--lime), transparent); animation-name: rail-scan-mobile; }
  .hero__index { flex: 0 0 34px; }
  .hero__gauge { width: 104px; height: 20px; flex-direction: column; align-items: stretch; margin: 0 18px 0 8px; }
  .hero__gauge-track { width: 100%; height: 1px; margin: 5px 0 0; }
  .hero__gauge-fill { right: auto; width: calc(var(--rail-progress) * 100%); height: 1px; }
  .hero__gauge-head { top: 50%; left: calc(var(--rail-progress) * 100%); }
  .hero__ticks { width: 100%; height: auto; flex-direction: row; padding: 0; }
  .hero__ticks i { width: 1px; height: 7px; }
  .hero__ticks i.is-active { width: 1px; height: 11px; }
  .hero__scroll { margin: 0 0 0 auto; flex-direction: row; writing-mode: initial; transform: none; }
  .hero__scroll-copy { width: 112px; height: 14px; }
  .hero__scroll-copy > span { position: absolute; inset: 0; height: 14px; white-space: nowrap; transition: opacity .35s, transform .35s; }
  .hero__scroll-copy > span:last-child { opacity: 0; transform: translateY(10px); }
  .hero__rail.is-past-half .hero__scroll-copy > span:first-child { opacity: 0; transform: translateY(-10px); }
  .hero__rail.is-past-half .hero__scroll-copy > span:last-child { opacity: 1; transform: none; }
  .hero__scroll b { animation-name: scroll-nudge-mobile; }
  .hero__content { order: 1; padding: 0; }
  .display { font-size: clamp(2.75rem, 14vw, 4.6rem); }
  .lead { font-size: 1rem; }
  .trust__grid { grid-template-columns: 1fr; }
  .trust__item, .trust__item:nth-child(3) { min-height: 116px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .trust__item:last-child { border-bottom: 0; }
  .services-split, .two-col, .contact-grid { grid-template-columns: 1fr; }
  .framed-media { order: -1; min-height: 420px; }
  .framed-media img { min-height: 402px; }
  .section-head { align-items: flex-start; flex-direction: column; }
  .gallery { grid-template-columns: 1fr; }
  .gallery__item { min-height: 420px; }
  .gallery__caption { opacity: 1; transform: none; }
  .cta__inner { min-height: 340px; flex-direction: column; align-items: flex-start; justify-content: center; }
  .page-hero { min-height: 540px; padding-top: 150px; }
  .cards { grid-template-columns: 1fr; }
  .card { min-height: 300px; }
  .card__num { margin-bottom: 52px; }
  .process__step { grid-template-columns: 50px 1fr; gap: 18px; }
  .process__step p { grid-column: 2; }
  .form-grid { grid-template-columns: 1fr; }
  .field--wide { grid-column: auto; }
  .sitemap { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { padding-block: 22px; align-items: flex-start; flex-direction: column; }
  .footer-bottom div { flex-wrap: wrap; }
}

@media (max-width: 480px) {
  .header-cta { width: 44px; font-size: 0; padding: 0 12px; gap: 0; }
  .header-cta::after { margin: auto; }
  .nav-toggle { width: 44px; height: 44px; }
  .title-xl { font-size: 2.35rem; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .proto { right: 10px; bottom: 10px; width: calc(100vw - 20px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}

@keyframes rail-scan-mobile { 0% { transform: translateX(-62px); opacity: 0; } 18% { opacity: 1; } 75% { opacity: 1; } 100% { transform: translateX(100vw); opacity: 0; } }
@keyframes scroll-nudge-mobile { 0%, 100% { transform: translateX(0); } 50% { transform: translateX(5px); } }
