/* Beauchamp & Fils, Esthétique automobile */
:root {
  --ink: #101216;
  --ink-2: #1B1E24;
  --lacquer: #9B1B2E;
  --lacquer-deep: #5C0E1A;
  --chrome: #C7CCD3;
  --mist: #EEF0F2;
  --paper: #FFFFFF;
  --steel: #555C68;
  --line: #DADEE3;

  --display: "Archivo", "Arial Narrow", sans-serif;
  --body: "Instrument Sans", system-ui, sans-serif;

  --r-lg: 22px;
  --r-md: 14px;
  --gutter: clamp(16px, 4vw, 40px);
  --banner: 44px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 20px; }
body {
  margin: 0;
  padding-top: var(--banner);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
svg { width: 1em; height: 1em; flex-shrink: 0; }
:focus-visible { outline: 2px solid var(--lacquer); outline-offset: 3px; border-radius: 4px; }

.container { width: min(1200px, 100% - 2 * var(--gutter)); margin-inline: auto; }

/* Preview banner */
.vs-banner {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  height: var(--banner); display: flex; align-items: center; gap: .6rem; padding: 0 1.5rem;
  background: #0F172A; color: #fff; font: 600 .8rem/1 "Inter", system-ui, sans-serif;
  box-shadow: 0 2px 8px rgba(0,0,0,.3);
}

/* ---------- Brand ---------- */
.brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; }
.brand__emblem { width: 58px; height: 31px; }
.brand__words { display: flex; flex-direction: column; line-height: 1; }
.brand__words b {
  font-family: var(--display); font-stretch: 125%; font-weight: 800;
  font-size: 15px; letter-spacing: .02em; text-transform: uppercase;
}
.brand__words i {
  font-style: normal; font-size: 9.5px; font-weight: 600; letter-spacing: .28em;
  text-transform: uppercase; color: var(--chrome); margin-top: 5px;
}
.brand--dark { color: var(--ink); }
.brand--dark .brand__words i { color: var(--steel); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  padding: 15px 30px; border-radius: 8px; border: 0; cursor: pointer;
  font-family: var(--display); font-stretch: 112%; font-weight: 700; font-size: 14px;
  letter-spacing: .14em; text-transform: uppercase; line-height: 1;
  transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}
.btn svg { font-size: 16px; }
.btn:hover { transform: translateY(-2px); }
.btn--sm { padding: 12px 22px; font-size: 12px; }
.btn--ink { background: var(--ink); color: #fff; }
.btn--ink:hover { background: var(--lacquer); }
.btn--lacquer { background: var(--lacquer); color: #fff; }
.btn--lacquer:hover { background: var(--lacquer-deep); }
.btn--white { background: #fff; color: var(--ink); }
.btn--light { background: #fff; color: var(--lacquer-deep); }
.btn--glass {
  background: rgba(16,18,22,.78); color: #fff;
  box-shadow: inset 0 0 0 1.5px rgba(199,204,211,.55), 0 10px 30px rgba(0,0,0,.25);
  backdrop-filter: blur(6px);
}
.btn--glass:hover { background: var(--lacquer); box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.4), 0 10px 30px rgba(155,27,46,.35); }

/* ---------- Hero ---------- */
.hero {
  position: relative; margin: 12px; border-radius: var(--r-lg); overflow: hidden;
  min-height: calc(100svh - var(--banner) - 24px); min-height: max(640px, calc(100svh - var(--banner) - 24px));
  display: grid; grid-template-rows: auto 1fr; color: #fff; isolation: isolate;
}
.hero__media { position: absolute; inset: 0; z-index: -1; background: var(--ink); }
.hero__media img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 60%;
  filter: saturate(.6) brightness(.72) contrast(1.05);
  animation: drift 22s ease-in-out infinite alternate;
}
.hero__media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(16,18,22,.55) 0%, rgba(16,18,22,.15) 40%, rgba(16,18,22,.45) 100%);
}
@keyframes drift { from { transform: scale(1.04); } to { transform: scale(1.14) translateX(-1.5%); } }

.hero__chrome { padding: 14px 18px 0; display: grid; gap: 10px; }
.topbar {
  display: flex; justify-content: center; align-items: center; gap: 28px; flex-wrap: wrap;
  padding: 8px 18px; border-radius: 10px; background: rgba(16,18,22,.72); backdrop-filter: blur(8px);
  font-size: 12.5px; font-weight: 500;
}
.topbar > * { display: inline-flex; align-items: center; gap: 7px; }
.topbar svg { font-size: 13px; color: var(--chrome); }
.topbar a:hover { color: var(--chrome); }
.topbar__lang { margin-left: auto; gap: 16px !important; }
.topbar__lang a[aria-current] { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.topbar__lang a:not([aria-current]) { color: var(--chrome); }

.nav {
  display: flex; align-items: center; gap: 24px; padding: 12px 14px 12px 20px;
  border-radius: 12px; background: rgba(16,18,22,.8); backdrop-filter: blur(10px);
  box-shadow: inset 0 0 0 1px rgba(199,204,211,.12);
}
.nav__links { display: flex; gap: 4px; list-style: none; margin: 0 0 0 auto; padding: 0; }
.nav__links a {
  display: block; padding: 8px 12px; border-radius: 6px; font-size: 14px; font-weight: 600;
  color: rgba(255,255,255,.86); transition: color .2s, background-color .2s;
}
.nav__links a:hover { color: #fff; background: rgba(255,255,255,.07); }
.nav__links a[aria-current] { color: #fff; box-shadow: inset 0 -2px 0 var(--lacquer); border-radius: 0; }
.nav__book {
  display: inline-flex; align-items: center; gap: 6px; padding: 10px 18px; border-radius: 7px;
  background: #fff; color: var(--ink); font-family: var(--display); font-stretch: 112%;
  font-weight: 800; font-size: 13px; letter-spacing: .12em; text-transform: uppercase;
  transition: background-color .2s, color .2s;
}
.nav__book:hover { background: var(--lacquer); color: #fff; }

.hero__content { align-self: center; text-align: center; padding: 40px var(--gutter) 90px; }
.hero__title {
  position: relative; display: inline-block; margin: 0;
  font-family: var(--display); font-stretch: 112%; font-weight: 800;
  font-size: clamp(38px, 5.4vw, 78px); line-height: 1.12; letter-spacing: -.01em;
  text-shadow: 0 4px 30px rgba(0,0,0,.35);
}
.hero__title span { display: block; font-stretch: 100%; font-weight: 700; color: var(--chrome); font-size: .62em; margin-top: .25em; letter-spacing: .02em; }
.spark { position: absolute; color: #fff; filter: drop-shadow(0 0 12px rgba(255,255,255,.8)); animation: twinkle 3.2s ease-in-out infinite; }
.spark--lg { width: 64px; height: 64px; right: -34px; top: -26px; }
.spark--sm { width: 26px; height: 26px; right: -62px; top: 44px; animation-delay: 1.1s; }
@keyframes twinkle { 0%,100% { transform: scale(1) rotate(0); opacity: 1; } 50% { transform: scale(.6) rotate(45deg); opacity: .6; } }
.hero__ctas { margin-top: 44px; display: flex; flex-direction: column; align-items: center; gap: 18px; }
@media (min-width: 900px) { .hero__ctas { flex-direction: row; justify-content: center; } }

/* ---------- Floating contact rail ---------- */
.rail { position: fixed; right: 0; top: 50%; transform: translateY(-50%); z-index: 50; display: grid; gap: 6px; }
.rail a {
  width: 42px; height: 42px; display: grid; place-items: center; border-radius: 8px 0 0 8px;
  background: var(--ink); color: #fff; transition: width .2s, background-color .2s;
  box-shadow: 0 0 0 1px rgba(255,255,255,.16), 0 6px 16px rgba(0,0,0,.18);
}
.rail a:hover { width: 52px; background: var(--lacquer); }
.rail svg { font-size: 18px; }

/* ---------- What we do (pinned horizontal) ---------- */
.wwd { position: relative; height: calc(100vh + (var(--n) - 1) * 150vh); }
.wwd__sticky { position: sticky; top: 0; height: 100vh; overflow: hidden; }
.wwd__track {
  display: flex; height: 100%; width: calc(var(--n) * 100vw);
  will-change: transform;
}
.wwd__panel { width: 100vw; height: 100%; display: grid; place-items: center; padding: 60px var(--gutter); }

.wwd__title {
  --p: 0; margin: 0; white-space: nowrap;
  font-family: var(--display); font-stretch: 125%; font-weight: 900; text-transform: uppercase;
  font-size: clamp(56px, 9.4vw, 160px); letter-spacing: -.01em; line-height: 1;
  color: transparent; -webkit-text-stroke: 2px var(--ink);
  /* the light sweep: a streak of reflection that travels as you scroll */
  background-image: linear-gradient(100deg,
    transparent 0%, transparent 42%,
    rgba(155,27,46,.9) 46%, #fff 49.5%, rgba(155,27,46,.9) 53%,
    transparent 57%, transparent 100%);
  background-size: 260% 100%;
  background-position: calc(100% - var(--p) * 100%) 0;
  -webkit-background-clip: text; background-clip: text;
  transform: scale(calc(1 + var(--p) * .12));
  transform-origin: center;
}

.svc { width: min(820px, 100%); text-align: center; }
.svc__name {
  margin: 0 0 18px; font-family: var(--display); font-stretch: 112%; font-weight: 800;
  font-size: clamp(30px, 4vw, 54px); line-height: 1.05; letter-spacing: -.01em;
}
.svc__img { border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 16 / 7.4; background: var(--mist); }
.svc__img img { width: 100%; height: 100%; object-fit: cover; }
.svc__txt { max-width: 540px; margin: 16px auto 24px; color: var(--steel); font-size: 15.5px; }
.svc .chips { justify-content: center; margin-top: 22px; }

.chips { list-style: none; padding: 0; margin: 18px 0 0; display: flex; flex-wrap: wrap; gap: 8px 22px; font-size: 14.5px; font-weight: 600; }
.chips li { display: inline-flex; align-items: center; gap: 9px; }
.chips li::before {
  content: ""; width: 10px; height: 10px; border-radius: 50%;
  background: var(--lacquer); box-shadow: 0 0 0 3px rgba(155,27,46,.18);
}

/* ---------- Serving strip ---------- */
.serving { padding: 110px 0 40px; text-align: center; overflow: hidden; }
.serving__label {
  margin: 0 0 30px; font-family: var(--display); font-stretch: 112%; font-weight: 800;
  text-transform: uppercase; letter-spacing: .06em; font-size: 22px;
}
.serving__label::after { content: ":"; color: var(--lacquer); }
.serving__marquee { mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
.serving__row { display: flex; width: max-content; animation: marquee 38s linear infinite; }
.serving__row span {
  display: inline-flex; align-items: center; gap: 48px; padding-right: 48px;
  font-family: var(--display); font-stretch: 125%; font-weight: 700;
  font-size: clamp(22px, 2.6vw, 34px); color: #9AA1AB; white-space: nowrap;
}
.serving__row span::after { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--lacquer); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Reviews ---------- */
.reviews { padding: 80px 0 110px; }
.reviews__head { position: relative; text-align: center; margin-bottom: 44px; }
.reviews__ghost {
  display: block; font-family: var(--display); font-stretch: 125%; font-weight: 900;
  font-size: clamp(80px, 10vw, 128px); line-height: .8; color: transparent;
  -webkit-text-stroke: 1.5px var(--chrome); letter-spacing: -.02em;
}
.reviews__title {
  margin: -30px 0 10px; position: relative; font-family: var(--display); font-stretch: 112%;
  font-weight: 800; text-transform: uppercase; font-size: clamp(30px, 3.4vw, 44px); line-height: 1;
}
.stars { display: inline-flex; gap: 4px; color: #E0A526; font-size: 30px; }

.reviews__viewport { overflow: hidden; margin: 0 -10px; padding: 10px; }
.reviews__track { display: flex; transition: transform .6s cubic-bezier(.65,0,.35,1); }
.rcard {
  flex: 0 0 calc(100% / 3 - 20px); margin: 0 10px; padding: 22px 22px 18px;
  border-radius: var(--r-md); background: #fff; border: 1px solid var(--line);
  box-shadow: 0 8px 24px rgba(16,18,22,.05); display: flex; flex-direction: column;
}
.rcard header { display: flex; justify-content: space-between; align-items: center; font-size: 12.5px; color: var(--steel); }
.rcard__score { font-weight: 700; color: var(--ink); font-size: 15px; }
.rcard__score i { font-style: normal; color: #E0A526; letter-spacing: 1px; }
.rcard p { margin: 14px 0 18px; font-size: 14.5px; flex: 1; }
.rcard footer { display: flex; align-items: center; gap: 10px; font-size: 13.5px; font-weight: 600; }
.rcard footer small { margin-left: auto; font-weight: 500; color: var(--steel); font-size: 12px; }
.avatar { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; background: var(--mist); color: var(--lacquer-deep); font-size: 11px; font-weight: 700; }
.pager { display: flex; justify-content: center; align-items: center; gap: 6px; margin-top: 28px; }
.pager button { min-width: 34px; height: 34px; border: 0; border-radius: 8px; background: transparent; cursor: pointer; font-weight: 600; font-size: 14px; display: grid; place-items: center; }
.pager button:hover { background: var(--mist); }
.pager__num[aria-current="true"] { background: var(--ink); color: #fff; }

/* ---------- Headings shared ---------- */
.h-sec {
  margin: 0; font-family: var(--display); font-stretch: 112%; font-weight: 800;
  font-size: clamp(30px, 3.6vw, 46px); line-height: 1.02; text-transform: uppercase; letter-spacing: -.005em;
}
.h-sec--center { text-align: center; }
.h-sec--mixed { text-transform: none; font-size: clamp(32px, 3.8vw, 50px); line-height: 1.08; }
.eyebrow {
  margin: 0 0 10px; font-family: var(--display); font-stretch: 125%; font-weight: 700; font-size: 13px;
  letter-spacing: .24em; text-transform: uppercase; color: var(--lacquer);
}
.eyebrow--center { text-align: center; }
/* coachline pinstripe: one bold line, one hairline, like a hand-painted body stripe */
.pinstripe {
  display: block; width: 260px; max-width: 70%; height: 8px; margin: 14px 0 22px;
  background:
    linear-gradient(var(--lacquer), var(--lacquer)) 0 0 / 100% 4px no-repeat,
    linear-gradient(var(--lacquer), var(--lacquer)) 0 100% / 78% 1.5px no-repeat;
}
.pinstripe--center { margin-inline: auto; background-position: 50% 0, 50% 100%; }

/* ---------- Service rows ---------- */
.rows { padding: 30px 0 60px; }
.row { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; padding: 60px 0; }
.row--flip .row__text { order: 2; }
.row__text p { margin: 0 0 12px; font-size: 15.5px; color: #2E333B; }
.row__text .chips { margin: 20px 0 30px; }
.row__img { border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 5 / 3.4; background: var(--mist); }
.row__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s cubic-bezier(.2,.7,.2,1); }
.row:hover .row__img img { transform: scale(1.04); }

/* ---------- Mobile service card ---------- */
.mobile { padding: 60px 0 100px; }
.mcard {
  display: grid; grid-template-columns: 1fr 1fr; border-radius: var(--r-lg); overflow: hidden;
  box-shadow: 0 0 0 3px var(--lacquer), 0 24px 60px rgba(92,14,26,.18);
}
.mcard__map { background: #D5DCE3; }
.mcard__map svg { width: 100%; height: 100%; display: block; }
.mcard__text {
  padding: clamp(32px, 4vw, 56px); color: #fff;
  background: linear-gradient(160deg, var(--lacquer) 0%, var(--lacquer-deep) 70%, #2A060C 100%);
}
.mcard__kicker { margin: 0; font-size: 20px; font-weight: 600; opacity: .9; }
.mcard__title {
  margin: 4px 0 16px; font-family: var(--display); font-stretch: 125%; font-weight: 900;
  font-size: clamp(32px, 3.6vw, 48px); line-height: 1; text-transform: uppercase;
}
.mcard__text > p { margin: 0 0 22px; opacity: .92; }
.mcard__list { list-style: none; padding: 0; margin: 0 0 30px; display: grid; gap: 14px; font-weight: 600; }
.mcard__list li { display: flex; align-items: center; gap: 14px; }
.mcard__list svg { font-size: 22px; color: var(--chrome); }

/* ---------- How it works ---------- */
.how { padding: 60px 0 100px; }
.how__grid { margin-top: 44px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.step__cap { text-align: center; margin: 0 0 16px; font-size: 17px; font-weight: 500; line-height: 1.35; }
.phone {
  position: relative; aspect-ratio: 9 / 15.5; width: 100%; max-width: 250px; margin-inline: auto; border-radius: 34px; background: #fff; overflow: hidden;
  border: 7px solid var(--ink); box-shadow: 0 0 0 1.5px #3A3F48, 0 20px 40px rgba(16,18,22,.14);
  display: flex; flex-direction: column; align-items: center; padding: 34px 14px 16px;
}
.phone::before { content: ""; position: absolute; top: 8px; left: 50%; width: 34%; height: 17px; transform: translateX(-50%); border-radius: 20px; background: var(--ink); }
.phone__rail { position: absolute; left: 14px; top: 44px; bottom: 52%; width: 2px; background: var(--lacquer); opacity: .35; }
.phone__rail::before, .phone__rail::after { content: ""; position: absolute; left: -4px; width: 10px; height: 10px; border-radius: 50%; border: 2px solid var(--lacquer); background: #fff; }
.phone__rail::before { top: 0; } .phone__rail::after { bottom: 0; }
.phone__num {
  font-family: var(--display); font-stretch: 125%; font-weight: 900; line-height: .9;
  font-size: clamp(84px, 8vw, 120px); color: var(--lacquer); margin-top: 6px;
}
.phone__lbl { margin: 10px 0 14px; font-family: var(--display); font-weight: 700; font-size: 16px; }
.phone__ui {
  margin-top: auto; width: 100%; border-radius: 14px; background: var(--ink); color: #fff;
  padding: 14px 12px; display: grid; gap: 8px; font-size: 11.5px;
}
.ui-url { background: #fff; color: var(--ink); border-radius: 6px; padding: 7px 10px; font-weight: 700; text-align: center; font-size: 12.5px; }
.ui-btn { justify-self: end; background: var(--lacquer); border-radius: 20px; padding: 5px 12px; font-weight: 700; font-size: 11px; }
.ui-row { display: flex; justify-content: space-between; padding: 7px 9px; border-radius: 6px; background: var(--ink-2); box-shadow: inset 0 0 0 1px #2E333B; }
.ui-row em { font-style: normal; color: var(--chrome); }
.ui-row--on { box-shadow: inset 0 0 0 1.5px var(--lacquer); }
.ui-cal { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.ui-cal i { aspect-ratio: 1; border-radius: 4px; background: #2E333B; }
.ui-cal i.on { background: var(--lacquer); }
.phone--photo { padding: 0; }
.phone--photo img { width: 100%; height: 100%; object-fit: cover; }
.how__ctas { display: flex; justify-content: center; margin-top: 40px; }

/* ---------- Why ---------- */
.why { padding: 60px 0 90px; }
.why__grid { display: grid; grid-template-columns: 1.7fr 1fr; gap: 64px; align-items: center; }
.why__lede { margin: 0 0 32px; color: #2E333B; max-width: 680px; }
.why__feats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px 30px; }
.why__feats h3 { margin: 0 0 6px; display: flex; align-items: center; gap: 8px; font-size: 15.5px; font-weight: 700; }
.why__feats h3 svg { width: 20px; height: 20px; padding: 4px; border-radius: 50%; background: var(--lacquer); color: #fff; }
.why__feats p { margin: 0; font-size: 14px; color: var(--steel); }
.why__img { border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 3 / 4.2; }
.why__img img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- About ---------- */
.about { padding: 60px 0 110px; }
.about__grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; align-items: center; }
.about__collage { position: relative; aspect-ratio: 1 / .9; }
.about__collage img { position: absolute; object-fit: cover; border-radius: var(--r-lg); }
.about__collage .c1 { left: 0; top: 0; width: 72%; height: 78%; }
.about__collage .c2 { right: 0; bottom: 0; width: 52%; height: 54%; border: 8px solid #fff; box-shadow: 0 20px 50px rgba(16,18,22,.18); }
.about__text .h-sec { margin-bottom: 22px; }
.about__text p { margin: 0 0 14px; color: #2E333B; }
.about__text .btn { margin-top: 16px; }

/* ---------- Blog ---------- */
.blog { padding: 40px 0 110px; }
.blog__grid { margin-top: 40px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.post { display: block; border-radius: var(--r-md); overflow: hidden; background: #fff; border: 1px solid var(--line); transition: transform .3s, box-shadow .3s; }
.post:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(16,18,22,.1); }
.post__img { position: relative; aspect-ratio: 16 / 10; overflow: hidden; }
.post__img img { width: 100%; height: 100%; object-fit: cover; }
.tag { position: absolute; top: 12px; left: 12px; z-index: 1; padding: 4px 10px; border-radius: 4px; background: var(--lacquer); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.post h3 { margin: 18px 20px 8px; font-family: var(--display); font-weight: 700; font-size: 19px; line-height: 1.25; }
.post time { display: block; margin: 0 20px 20px; font-size: 13px; color: var(--steel); }

/* ---------- FAQ ---------- */
.faq { padding: 60px 0 90px; }
.faq__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 26px; margin-top: 16px; align-items: start; }
.faq__cols > div { display: grid; gap: 12px; }
details { border: 1px solid var(--line); border-radius: 10px; background: #fff; transition: border-color .2s; }
details[open] { border-color: var(--lacquer); }
summary {
  list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 16px 18px; font-weight: 600; font-size: 15px;
}
summary::-webkit-details-marker { display: none; }
summary svg { font-size: 20px; color: var(--lacquer); transition: transform .25s; }
details[open] summary svg { transform: rotate(45deg); }
details p { margin: 0; padding: 0 18px 18px; color: var(--steel); font-size: 14.5px; }

/* ---------- Call back form ---------- */
.callback { padding: 30px 0 110px; }
.cform {
  border-radius: var(--r-lg); padding: clamp(28px, 5vw, 56px) clamp(20px, 8vw, 110px);
  box-shadow: 0 0 0 2px var(--lacquer), 0 20px 50px rgba(16,18,22,.08);
}
.cform__title {
  margin: 0 0 30px; text-align: center; font-family: var(--display); font-stretch: 112%; font-weight: 800;
  font-size: clamp(28px, 3.4vw, 44px); text-transform: uppercase;
}
.cform__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 22px; }
.cform label, .foot__form label { display: grid; gap: 6px; font-size: 13px; font-weight: 600; }
.cform input, .cform select, .cform textarea, .foot__form input {
  width: 100%; padding: 12px 14px; border-radius: 8px; border: 1px solid #C9CED5; background: #fff;
  font-size: 15px; font-weight: 400; transition: border-color .2s, box-shadow .2s;
}
.cform input:focus, .cform select:focus, .cform textarea:focus, .foot__form input:focus {
  outline: none; border-color: var(--lacquer); box-shadow: 0 0 0 3px rgba(155,27,46,.15);
}
.cform__full { grid-column: 1 / -1; }
.cform textarea { resize: vertical; }
.cform__submit { width: 100%; margin-top: 24px; }
.cform__done { margin: 16px 0 0; text-align: center; font-weight: 600; color: var(--lacquer); }

/* ---------- Footer ---------- */
.foot { background: var(--ink); color: #fff; }
.foot__band {
  display: flex; justify-content: center; align-items: center; gap: 30px; flex-wrap: wrap; padding: 44px var(--gutter);
  background: linear-gradient(180deg, var(--lacquer) 0%, var(--lacquer-deep) 60%, var(--ink) 100%);
}
.foot__band p { margin: 0; font-family: var(--display); font-stretch: 112%; font-weight: 800; font-size: clamp(20px, 2.2vw, 28px); text-transform: uppercase; text-align: center; }
.foot__main { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 50px; padding: 60px 0 50px; }
.foot__brand { display: grid; gap: 14px; align-content: start; font-size: 14px; }
.foot__brand .brand { margin-bottom: 10px; }
.foot__brand > a:not(.brand), .foot__brand > span { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.85); }
.foot__brand svg:not(.brand__emblem) { color: var(--chrome); }
.foot__links { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 20px; align-content: start; font-size: 14px; }
.foot__links a { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.85); }
.foot__links a::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--lacquer); }
.foot__links a:hover { color: #fff; }
.foot__form { display: grid; gap: 12px; align-content: start; }
.foot__form h3 { margin: 0 0 4px; font-family: var(--display); font-weight: 800; font-size: 22px; }
.foot__form input { border-color: transparent; color: var(--ink); padding: 10px 12px; }
.foot__form .cform__done { color: var(--chrome); text-align: left; margin: 0; }
.foot__credit { text-align: center; padding: 26px var(--gutter) 30px; border-top: 1px solid rgba(255,255,255,.08); font-size: 12.5px; color: rgba(255,255,255,.6); }
.foot__credit p { margin: 2px 0; }
.foot__credit b { color: #fff; }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.is-in { opacity: 1; transform: none; }

/* ---------- Mobile header (hidden on desktop) ---------- */
.mhead { display: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .nav__links a { padding: 8px 8px; font-size: 13px; }
  .topbar { gap: 18px; }
  .why__feats { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .mhead { display: block; position: sticky; top: var(--banner); z-index: 60; background: #fff; box-shadow: 0 1px 0 var(--line); }
  .mhead__row { display: flex; justify-content: space-between; align-items: center; padding: 10px 16px; }
  .mhead__icon { width: 40px; height: 40px; display: grid; place-items: center; border: 0; background: none; color: var(--ink); cursor: pointer; font-size: 26px; }
  .mhead .brand__emblem { width: 50px; height: 27px; }
  .mhead .brand__words b { font-size: 13px; }
  .mhead .brand__words i { font-size: 8px; }
  .mhead__bar { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
  .mhead__bar a { display: flex; justify-content: center; align-items: center; gap: 7px; padding: 11px 0; font-family: var(--display); font-stretch: 112%; font-weight: 700; font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase; }
  .mhead__bar a:nth-child(2) { color: var(--lacquer); }
  .mmenu { display: grid; padding: 8px 16px 18px; border-top: 1px solid var(--line); }
  .mmenu[hidden] { display: none; }
  .mmenu a { padding: 12px 4px; font-weight: 600; border-bottom: 1px solid var(--mist); }
  .mmenu__cta { margin-top: 12px; text-align: center; border-radius: 8px; background: var(--lacquer); color: #fff; border: 0 !important; }

  .hero { margin: 0; border-radius: 0 0 var(--r-lg) var(--r-lg); min-height: 520px; }
  .hero__chrome { display: none; }
  .hero__content { padding: 70px var(--gutter); }
  .hero__title span { font-size: .7em; }
  .spark--lg { width: 40px; height: 40px; right: -4px; top: -34px; }
  .spark--sm { width: 18px; height: 18px; right: 30px; top: -46px; }
  .rail { display: none; }

  /* horizontal pin becomes a vertical stack on small screens */
  .wwd { height: auto; }
  .wwd__sticky { position: static; height: auto; overflow: visible; }
  .wwd__track { width: 100%; flex-direction: column; transform: none !important; }
  .wwd__panel { width: 100%; height: auto; padding: 40px var(--gutter); }
  .wwd__panel--title { padding-top: 80px; padding-bottom: 10px; }
  .wwd__title { font-size: clamp(44px, 13vw, 90px); transform: none; white-space: normal; text-align: center; }
  .svc__img { aspect-ratio: 16 / 10; }

  .row, .why__grid, .about__grid, .mcard, .foot__main { grid-template-columns: 1fr; }
  .row { gap: 28px; padding: 44px 0; }
  .row--flip .row__text { order: 0; }
  .row__img { order: -1; }
  .mcard__map { aspect-ratio: 600 / 460; }
  .how__grid { grid-template-columns: 1fr 1fr; gap: 28px 16px; }
  .why__img { aspect-ratio: 4 / 3; }
  .about__grid { gap: 40px; }
  .blog__grid { grid-template-columns: 1fr; }
  .faq__cols { grid-template-columns: 1fr; }
  .rcard { flex-basis: calc(100% - 20px); }
  .foot__main { gap: 36px; }
}

@media (max-width: 560px) {
  .cform__grid, .why__feats { grid-template-columns: 1fr; }
  .how__grid {
    display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 16px;
    margin-inline: calc(-1 * var(--gutter)); padding: 0 var(--gutter) 12px; scrollbar-width: none;
  }
  .how__grid::-webkit-scrollbar { display: none; }
  .step { flex: 0 0 72%; scroll-snap-align: center; }
  .how__grid .reveal { opacity: 1; transform: none; }
  .mhead .brand__words i { display: none; }
  .btn { padding: 14px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
  .wwd { height: auto; }
  .wwd__sticky { position: static; height: auto; overflow: visible; }
  .wwd__track { width: 100%; flex-direction: column; transform: none !important; }
  .wwd__panel { width: 100%; height: auto; padding: 60px var(--gutter); }
  .wwd__title { transform: none; white-space: normal; text-align: center; --p: .5; }
}
