/* ═══════════════════════════════════════════════════════════
   TOP 1 CAR DETAILING — "Midnight Showroom"
   obsidian black · champagne gold · chrome
   ═══════════════════════════════════════════════════════════ */

:root {
  --ink: #0a0a0c;
  --ink-2: #101014;
  --ink-3: #17171d;
  --line: rgba(232, 200, 122, .16);
  --gold: #d4a853;
  --gold-hi: #f0d391;
  --gold-dim: #8a6d33;
  --bone: #ece7dc;
  --mute: #9a948a;
  --wa: #25d366;
  --display: "Big Shoulders Display", sans-serif;
  --serif: "Cormorant Garamond", serif;
  --body: "Familjen Grotesk", sans-serif;
  --pad: clamp(20px, 5vw, 72px);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--ink);
  color: var(--bone);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--gold); color: var(--ink); }

/* ── scrollbar ── */
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--ink); }
::-webkit-scrollbar-thumb { background: var(--gold-dim); border-radius: 5px; }

/* ═══════════ PRELOADER ═══════════ */
.preloader {
  position: fixed; inset: 0; z-index: 1000;
  background: var(--ink);
  display: grid; place-items: center;
  transition: opacity .6s ease, visibility .6s;
}
.preloader--done { opacity: 0; visibility: hidden; }
.preloader__mark {
  font-family: var(--display); font-weight: 900;
  font-size: clamp(40px, 8vw, 80px); letter-spacing: .06em;
  color: var(--bone);
  animation: pulse 1.2s ease-in-out infinite;
}
.preloader__mark span { color: var(--gold); margin-left: .15em; }
@keyframes pulse { 50% { opacity: .35; } }

/* ═══════════ BUTTONS ═══════════ */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--body); font-weight: 600; font-size: 14px;
  letter-spacing: .04em; text-transform: uppercase;
  padding: 13px 26px; border-radius: 2px;
  border: 1px solid var(--gold);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
  cursor: pointer; white-space: nowrap;
}
.btn--gold {
  background: linear-gradient(120deg, var(--gold) 0%, var(--gold-hi) 50%, var(--gold) 100%);
  background-size: 200% 100%;
  color: #1a1206; border-color: transparent;
}
.btn--gold:hover { background-position: 100% 0; transform: translateY(-2px); box-shadow: 0 12px 30px -8px rgba(212, 168, 83, .45); }
.btn--ghost { background: transparent; color: var(--bone); border-color: rgba(236, 231, 220, .25); }
.btn--ghost:hover { border-color: var(--gold); color: var(--gold-hi); transform: translateY(-2px); }
.btn--lg { padding: 16px 32px; font-size: 15px; }

/* ═══════════ NAV ═══════════ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 900;
  display: flex; align-items: center; gap: 32px;
  padding: 18px var(--pad);
  transition: background .35s ease, box-shadow .35s ease, padding .35s ease;
}
.nav--solid {
  background: rgba(10, 10, 12, .82);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 var(--line);
  padding-top: 12px; padding-bottom: 12px;
}
.nav__logo { display: flex; flex-direction: column; line-height: 1; margin-right: auto; }
.nav__logo-big {
  font-family: var(--display); font-weight: 900; font-size: 30px;
  letter-spacing: .04em; color: var(--bone);
}
.nav__logo-big::after { content: "✦"; color: var(--gold); font-size: 14px; vertical-align: super; margin-left: 4px; }
.nav__logo-small {
  font-family: var(--serif); font-style: italic; font-size: 12px;
  color: var(--gold); letter-spacing: .08em; margin-top: 3px;
}
.nav__links { display: flex; gap: 28px; }
.nav__links a {
  font-size: 13px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase;
  color: var(--mute); position: relative; padding: 4px 0;
  transition: color .25s;
}
.nav__links a::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 1px; width: 0;
  background: var(--gold); transition: width .3s ease;
}
.nav__links a:hover { color: var(--bone); }
.nav__links a:hover::after { width: 100%; }
.nav__burger { display: none; }

.mobile-menu {
  position: fixed; inset: 0; z-index: 890;
  background: rgba(10, 10, 12, .97);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 28px;
  opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s;
}
.mobile-menu--open { opacity: 1; visibility: visible; }
.mobile-menu a:not(.btn) {
  font-family: var(--display); font-weight: 800; font-size: 34px;
  text-transform: uppercase; letter-spacing: .04em; color: var(--bone);
}
.mobile-menu a:not(.btn):hover { color: var(--gold); }

/* ═══════════ HERO ═══════════ */
.hero {
  position: relative; min-height: 100svh;
  display: flex; flex-direction: column; justify-content: flex-end;
  overflow: hidden;
}
.hero__video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: 0;
  filter: saturate(1.05) contrast(1.04);
}
.hero__shade {
  position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(120% 90% at 50% 110%, rgba(10,10,12,.94) 0%, transparent 55%),
    linear-gradient(180deg, rgba(10,10,12,.72) 0%, rgba(10,10,12,.25) 35%, rgba(10,10,12,.45) 70%, rgba(10,10,12,.96) 100%);
}
.hero__grain {
  position: absolute; inset: -50%; z-index: 2; pointer-events: none; opacity: .05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: grain 8s steps(10) infinite;
}
@keyframes grain {
  0%,100% { transform: translate(0,0) } 20% { transform: translate(-3%,2%) }
  40% { transform: translate(2%,-3%) } 60% { transform: translate(-2%,-2%) } 80% { transform: translate(3%,3%) }
}
.hero__content {
  position: relative; z-index: 3;
  padding: 0 var(--pad);
  margin-top: auto;
}
.hero__eyebrow, .eyebrow {
  display: flex; align-items: center; gap: 14px;
  font-size: 12px; font-weight: 600; letter-spacing: .28em; text-transform: uppercase;
  color: var(--gold);
}
.rule { display: inline-block; width: 48px; height: 1px; background: var(--gold); flex: none; }
.hero__title {
  font-family: var(--display); font-weight: 900; text-transform: uppercase;
  font-size: clamp(64px, 13vw, 190px);
  line-height: .88; letter-spacing: .005em;
  margin: 18px 0 10px;
}
.hero__line { display: block; }
.hero__line--gold {
  background: linear-gradient(100deg, var(--gold-dim) 0%, var(--gold-hi) 35%, #fff6e0 50%, var(--gold-hi) 65%, var(--gold-dim) 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text; background-clip: text; color: transparent;
  animation: shimmer 5s ease-in-out infinite;
}
@keyframes shimmer { 0%,100% { background-position: 0% 0; } 50% { background-position: 100% 0; } }
.hero__serif {
  font-family: var(--serif); font-style: italic; font-weight: 500;
  font-size: clamp(17px, 2.2vw, 24px); color: var(--bone); opacity: .85;
  max-width: 640px;
}
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 30px 0 46px; }

.hero__stats {
  position: relative; z-index: 3;
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  padding: 22px var(--pad) 30px;
  gap: 16px;
}
.stat { display: flex; flex-direction: column; gap: 2px; }
.stat__num {
  font-family: var(--display); font-weight: 800; font-size: clamp(28px, 3.6vw, 46px);
  line-height: 1;
  background: linear-gradient(180deg, #ffffff 0%, #c8c2b4 55%, #8d8779 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.stat__label { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--mute); }

.hero__scroll {
  position: absolute; z-index: 4; right: clamp(18px, 3vw, 40px); bottom: 120px;
  width: 26px; height: 44px; border: 1px solid rgba(236,231,220,.35); border-radius: 14px;
  display: flex; justify-content: center; padding-top: 8px;
}
.hero__scroll span { width: 3px; height: 8px; border-radius: 2px; background: var(--gold); animation: drop 1.6s ease-in-out infinite; }
@keyframes drop { 0% { transform: translateY(0); opacity: 1 } 70% { transform: translateY(16px); opacity: 0 } 100% { opacity: 0 } }

/* ═══════════ MARQUEE ═══════════ */
.marquee {
  overflow: hidden; white-space: nowrap;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  background: var(--ink-2);
  padding: 14px 0;
}
.marquee__track { display: inline-flex; animation: scroll 32s linear infinite; }
.marquee__track span {
  font-family: var(--display); font-weight: 700; font-size: 22px;
  letter-spacing: .14em; text-transform: uppercase; color: var(--gold);
  opacity: .85;
}
@keyframes scroll { to { transform: translateX(-50%); } }

/* ═══════════ SECTIONS COMMON ═══════════ */
section { padding: clamp(70px, 10vw, 130px) var(--pad); }
.section-head { margin-bottom: clamp(36px, 6vw, 64px); }
.h2 {
  font-family: var(--display); font-weight: 800; text-transform: uppercase;
  font-size: clamp(42px, 7vw, 96px); line-height: .92; letter-spacing: .005em;
  margin-top: 16px;
}
.h2 em {
  font-family: var(--serif); font-style: italic; font-weight: 500;
  text-transform: none; letter-spacing: 0;
  color: var(--gold-hi); font-size: .92em;
}

/* ═══════════ SERVICES ═══════════ */
.services { background: var(--ink); }
.services__grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: clamp(18px, 3vw, 36px);
}
.svc {
  position: relative; border: 1px solid var(--line); background: var(--ink-2);
  overflow: hidden;
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.svc:nth-child(even) { transform: translateY(clamp(0px, 3vw, 40px)); }
.svc:hover { border-color: var(--gold); box-shadow: 0 24px 60px -20px rgba(212,168,83,.25); }
.svc__media { overflow: hidden; aspect-ratio: 3 / 2; }
.svc__media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .8s;
  filter: saturate(.92);
}
.svc:hover .svc__media img { transform: scale(1.06); filter: saturate(1.05); }
.svc__body { padding: 26px 28px 30px; position: relative; }
.svc__num {
  position: absolute; top: -8px; right: 20px;
  font-family: var(--display); font-weight: 900; font-size: 72px; line-height: 1;
  color: transparent; -webkit-text-stroke: 1px var(--gold-dim);
  opacity: .8;
}
.svc__body h3 {
  font-family: var(--display); font-weight: 800; font-size: 30px;
  text-transform: uppercase; letter-spacing: .03em; margin-bottom: 8px;
}
.svc__body p { color: var(--mute); font-size: 15px; max-width: 46ch; }

/* ═══════════ BEFORE / AFTER ═══════════ */
.proof { background: var(--ink-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.ba {
  position: relative; max-width: 1100px; margin: 0 auto;
  aspect-ratio: 16 / 9; overflow: hidden;
  border: 1px solid var(--line);
  cursor: ew-resize; user-select: none; touch-action: none;
}
.ba__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ba__before-wrap {
  position: absolute; inset: 0; z-index: 2;
  clip-path: inset(0 38% 0 0);
}
.ba__handle {
  position: absolute; top: 0; bottom: 0; left: 62%; z-index: 3;
  width: 0; display: flex; align-items: center; justify-content: center;
}
.ba__handle-line { position: absolute; top: 0; bottom: 0; width: 2px; background: var(--gold); box-shadow: 0 0 18px rgba(212,168,83,.7); }
.ba__handle-knob {
  position: relative; z-index: 1;
  background: var(--gold); color: #1a1206;
  font-weight: 700; font-size: 13px; letter-spacing: .05em;
  padding: 9px 12px; border-radius: 20px; white-space: nowrap;
  box-shadow: 0 6px 20px rgba(0,0,0,.5);
}
.ba__chip {
  position: absolute; bottom: 16px; z-index: 2;
  font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase;
  padding: 7px 14px; border-radius: 2px;
}
.ba__chip--before { left: 16px; background: rgba(10,10,12,.75); color: var(--bone); border: 1px solid rgba(236,231,220,.3); z-index: 3; }
.ba__chip--after { right: 16px; background: var(--gold); color: #1a1206; }
.proof__note {
  text-align: center; margin-top: 26px;
  font-family: var(--serif); font-style: italic; font-size: 19px; color: var(--mute);
}

/* ═══════════ PROCESS ═══════════ */
.process__rail {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: clamp(14px, 2vw, 26px); list-style: none;
  counter-reset: step;
}
.step {
  border-top: 1px solid var(--line); padding-top: 22px; position: relative;
  transition: border-color .3s;
}
.step:hover { border-color: var(--gold); }
.step__num {
  font-family: var(--display); font-weight: 900; font-size: 54px; line-height: 1;
  color: transparent; -webkit-text-stroke: 1px var(--gold);
  display: block; margin-bottom: 12px;
}
.step h3 {
  font-family: var(--display); font-weight: 800; font-size: 24px;
  text-transform: uppercase; letter-spacing: .04em; margin-bottom: 6px;
}
.step p { font-size: 14px; color: var(--mute); }

/* ═══════════ BANNER ═══════════ */
.banner {
  position: relative; padding: clamp(90px, 14vw, 180px) var(--pad);
  overflow: hidden; text-align: center;
}
.banner__img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  filter: brightness(.38) saturate(.9);
}
.banner__inner { position: relative; z-index: 1; }
.banner__quote {
  font-family: var(--serif); font-style: italic; font-weight: 500;
  font-size: clamp(26px, 4.4vw, 52px); line-height: 1.25; color: var(--bone);
  max-width: 20ch; margin: 0 auto;
}
.banner__quote em { color: var(--gold-hi); }
.banner__sig { margin-top: 22px; font-size: 13px; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); }

/* ═══════════ PACKAGES ═══════════ */
.packages { background: var(--ink); }
.packages__grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2.5vw, 30px); align-items: stretch;
}
.pkg {
  position: relative; border: 1px solid var(--line); background: var(--ink-2);
  padding: 38px 32px; display: flex; flex-direction: column;
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.pkg:hover { transform: translateY(-6px); border-color: rgba(212,168,83,.5); }
.pkg--hot {
  background: linear-gradient(170deg, #1c1710 0%, var(--ink-2) 60%);
  border-color: var(--gold);
  box-shadow: 0 30px 80px -30px rgba(212,168,83,.35);
}
.pkg__flag {
  position: absolute; top: -13px; left: 32px;
  background: var(--gold); color: #1a1206;
  font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
  padding: 6px 14px; border-radius: 2px;
}
.pkg h3 {
  font-family: var(--display); font-weight: 800; font-size: 30px;
  text-transform: uppercase; letter-spacing: .03em;
}
.pkg__price {
  font-family: var(--display); font-weight: 800; font-size: 44px;
  color: var(--gold-hi); margin: 8px 0 22px; line-height: 1;
}
.pkg__price span {
  font-family: var(--serif); font-style: italic; font-weight: 400;
  font-size: 18px; color: var(--mute); margin-right: 6px;
}
.pkg ul { list-style: none; margin-bottom: 30px; flex: 1; }
.pkg li {
  padding: 10px 0 10px 26px; position: relative;
  border-bottom: 1px dashed rgba(236,231,220,.1);
  font-size: 14.5px; color: var(--bone);
}
.pkg li::before { content: "✦"; position: absolute; left: 0; color: var(--gold); font-size: 12px; top: 12px; }
.pkg .btn { justify-content: center; }
.packages__fine {
  margin-top: 30px; text-align: center;
  font-family: var(--serif); font-style: italic; font-size: 17px; color: var(--mute);
}

/* ═══════════ REVIEWS ═══════════ */
.reviews { background: var(--ink-2); border-top: 1px solid var(--line); }
.reviews__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2.5vw, 30px); }
.review {
  border: 1px solid var(--line); padding: 30px 28px; background: var(--ink);
  display: flex; flex-direction: column; gap: 14px;
  transition: border-color .3s, transform .3s;
}
.review:hover { border-color: rgba(212,168,83,.45); transform: translateY(-4px); }
.review__stars { color: var(--gold); letter-spacing: .3em; font-size: 15px; }
.review p { font-size: 15.5px; color: var(--bone); font-style: italic; }
.review footer { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--mute); }

/* ═══════════ VISIT ═══════════ */
.visit {
  display: grid; grid-template-columns: 1fr 1.1fr;
  gap: clamp(30px, 5vw, 70px); align-items: center;
  background: var(--ink);
}
.visit address {
  font-style: normal; font-size: 17px; line-height: 1.7; color: var(--bone);
  margin: 22px 0;
  border-left: 2px solid var(--gold); padding-left: 18px;
}
.visit__hours { border-collapse: collapse; margin-bottom: 30px; width: 100%; max-width: 440px; }
.visit__hours td {
  padding: 10px 0; border-bottom: 1px dashed rgba(236,231,220,.12);
  font-size: 14.5px; color: var(--mute);
}
.visit__hours td:first-child { color: var(--bone); font-weight: 600; padding-right: 30px; }
.visit__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.visit__map { aspect-ratio: 4 / 3; }
.mapcard {
  position: relative; height: 100%; width: 100%;
  border: 1px solid var(--line);
  background:
    radial-gradient(90% 70% at 50% 30%, rgba(212,168,83,.10) 0%, transparent 60%),
    repeating-linear-gradient(0deg, transparent 0 79px, rgba(236,231,220,.045) 79px 80px),
    repeating-linear-gradient(90deg, transparent 0 79px, rgba(236,231,220,.045) 79px 80px),
    var(--ink-2);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 10px; text-align: center; padding: 40px;
  transition: border-color .3s, box-shadow .3s;
}
.mapcard:hover { border-color: var(--gold); box-shadow: 0 24px 70px -30px rgba(212,168,83,.4); }
.mapcard__pin { width: 54px; color: var(--gold); animation: hover-pin 3s ease-in-out infinite; }
@keyframes hover-pin { 50% { transform: translateY(-8px); } }
.mapcard__title {
  font-family: var(--display); font-weight: 800; font-size: 34px;
  text-transform: uppercase; letter-spacing: .04em; margin-top: 8px;
}
.mapcard__sub { font-family: var(--serif); font-style: italic; font-size: 17px; color: var(--mute); line-height: 1.5; }
.mapcard__cta {
  margin-top: 12px; font-size: 12px; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase; color: var(--gold);
  border-bottom: 1px solid var(--gold-dim); padding-bottom: 4px;
}
.mapcard:hover .mapcard__cta { color: var(--gold-hi); border-color: var(--gold-hi); }
.mapcard__coords {
  position: absolute; bottom: 14px; right: 18px;
  font-size: 11px; letter-spacing: .14em; color: var(--gold-dim);
}

/* ═══════════ FOOTER ═══════════ */
.footer {
  border-top: 1px solid var(--line);
  padding: 46px var(--pad) 90px; text-align: center;
  background: var(--ink-2);
}
.footer__mark {
  font-family: var(--display); font-weight: 900; font-size: clamp(26px, 4vw, 44px);
  letter-spacing: .08em; margin-bottom: 10px;
}
.footer__mark span { color: var(--gold); }
.footer p { font-size: 13px; color: var(--mute); letter-spacing: .06em; }
.footer__fine { margin-top: 8px; opacity: .6; }

/* ═══════════ FLOATING WHATSAPP ═══════════ */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 800;
  width: 58px; height: 58px; border-radius: 50%;
  background: var(--wa); color: #fff;
  display: grid; place-items: center;
  box-shadow: 0 10px 30px rgba(37, 211, 102, .4);
  transition: transform .25s ease;
}
.wa-float:hover { transform: scale(1.1) rotate(6deg); }
.wa-float::before {
  content: ""; position: absolute; inset: 0; border-radius: 50%;
  border: 2px solid var(--wa);
  animation: ripple 2s ease-out infinite;
}
@keyframes ripple { to { transform: scale(1.7); opacity: 0; } }

/* ═══════════ REVEALS ═══════════ */
.reveal-load { opacity: 0; transform: translateY(28px); animation: rise .9s cubic-bezier(.2,.7,.2,1) forwards; animation-delay: var(--d, 0s); }
@keyframes rise { to { opacity: 1; transform: none; } }
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); transition-delay: var(--d, 0s); }
.reveal--in { opacity: 1; transform: none; }

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

/* ═══════════ RESPONSIVE ═══════════ */
@media (max-width: 1024px) {
  .process__rail { grid-template-columns: repeat(3, 1fr); row-gap: 40px; }
  .packages__grid, .reviews__grid { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
  .pkg--hot { transform: none; }
  .visit { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .nav__links, .nav__cta { display: none; }
  .nav__burger {
    display: flex; flex-direction: column; gap: 6px; justify-content: center;
    background: none; border: 0; cursor: pointer; padding: 8px; z-index: 901;
  }
  .nav__burger span { width: 26px; height: 2px; background: var(--bone); transition: transform .3s, opacity .3s; }
  .nav__burger[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .nav__burger[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .services__grid { grid-template-columns: 1fr; }
  .svc:nth-child(even) { transform: none; }
  .hero__stats { grid-template-columns: repeat(2, 1fr); }
  .hero__scroll { display: none; }
  .process__rail { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .process__rail { grid-template-columns: 1fr; }
  .hero__actions .btn { width: 100%; justify-content: center; }
}
