/* Garage Chavrot — concept site by Northpin Studio
   One family, three widths: Archivo Condensed (display, plates, prices), Archivo (text), Archivo Expanded (printed form labels).
   Palette: graphite counter, white work-order paper, cobalt form ink. Green and red only mean "within spec" / "replace". */

/* latin-ext first, with no overlap with latin, so French pages (œ, ’, €) only ever load the latin file */
@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo-latin-ext.woff2") format("woff2");
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-0130, U+0132-0151, U+0154-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --graphite: #16191d;      /* the counter */
  --ink: #111418;
  --steel: #525c67;
  --line: #d3d8dd;
  --line-strong: #a9b1ba;
  --zinc: #eceff1;
  --paper: #ffffff;
  --cobalt: #2343a8;        /* form ink, bleu de travail */
  --cobalt-700: #1a3386;
  --cobalt-900: #0d1733;
  --cobalt-bright: #2f55d4; /* cobalt on dark surfaces */
  --cobalt-pale: #aab9ee;   /* text accents on dark surfaces */
  --cobalt-200: #c3cdf0;
  --cobalt-100: #dfe5f7;
  --cobalt-50: #f0f3fb;
  --rule: #d5dbf0;          /* printed form rules */
  --ok: #0f7a43;
  --ok-bright: #4ade80;
  --ko: #b42318;
  --soon: #8a5a00;
  --signal: #ffb020;        /* status dot only: "closing soon" */
  --plate-blue: #003399;

  --font: "Archivo", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --gutter: clamp(16px, 4vw, 40px);
  --maxw: 1280px;
  --r: 4px;
  --r-lg: 10px;
  --focus: var(--cobalt);
  --bar-h: 0px;
  --shadow: 0 1px 2px rgba(17, 20, 24, .06), 0 8px 24px -12px rgba(17, 20, 24, .18);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-padding-top: 16px; }
@media (min-width: 1024px) { html { scroll-padding-top: 92px; } }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 1.0625rem;
  line-height: 1.6;
  font-stretch: 100%;
  color: var(--ink);
  background: var(--paper);
  padding-bottom: var(--bar-h);
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
}
img, svg, picture { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; }
p { margin: 0 0 1em; }
h1, h2, h3, h4 { margin: 0; font-weight: 800; line-height: 1.08; }
ul, ol { margin: 0; padding: 0; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
[hidden] { display: none !important; }
::selection { background: var(--cobalt-100); color: var(--ink); }

:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; border-radius: 2px; }
.on-dark { --focus: #fff; }

.nw { white-space: nowrap; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip { position: absolute; left: 12px; top: -60px; z-index: 100; background: var(--cobalt); color: #fff; padding: 12px 16px; font-weight: 700; border-radius: var(--r); text-decoration: none; }
.skip:focus { top: 12px; }

.wrap { width: 100%; max-width: calc(var(--maxw) + 2 * var(--gutter)); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(56px, 9vw, 120px); }
[tabindex="-1"]:focus { outline: none; }
sup { font-size: .68em; line-height: 0; vertical-align: .5em; }
.bg-zinc { background: var(--zinc); }
.bg-night { background: var(--cobalt-900); color: #fff; }
.bg-graphite { background: var(--graphite); color: #fff; }

/* ---------- Type ---------- */
.kicker {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: .8125rem; font-weight: 700; font-stretch: 115%;
  text-transform: uppercase; letter-spacing: .1em; line-height: 1.3;
  color: var(--cobalt); margin: 0 0 16px;
}
.kicker::before { content: ""; width: 22px; height: 2px; background: currentColor; flex: none; }
.on-dark .kicker { color: var(--cobalt-pale); }
.h2 {
  font-size: clamp(2.375rem, 1.6rem + 3.2vw, 4.25rem);
  font-stretch: 74%; font-weight: 800; letter-spacing: -.008em; line-height: .98;
  text-wrap: balance;
}
.h3 { font-size: 1.25rem; font-stretch: 100%; font-weight: 750; letter-spacing: -.01em; line-height: 1.22; }
.lede { font-size: clamp(1.0625rem, 1rem + .35vw, 1.25rem); line-height: 1.55; color: var(--steel); max-width: 60ch; margin-top: 18px; }
.on-dark .lede { color: #c9d1e6; }
.sec-head { max-width: 780px; margin-bottom: clamp(32px, 5vw, 56px); }
.num { font-variant-numeric: tabular-nums; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 12px 22px;
  border: 2px solid transparent; border-radius: var(--r);
  font-weight: 750; font-size: 1rem; line-height: 1.2;
  text-decoration: none; text-align: center;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
  -webkit-tap-highlight-color: transparent;
}
.btn svg { width: 20px; height: 20px; flex: none; }
.btn:active { transform: translateY(1px); }
.btn--cobalt { background: var(--cobalt); color: #fff; }
.btn--cobalt:hover { background: var(--cobalt-700); }
.btn--paper { background: #fff; color: var(--ink); }
.btn--paper:hover { background: var(--cobalt-50); }
.btn--ghost { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn--ghost:hover { background: var(--ink); color: #fff; }
.btn--ghost-light { border-color: rgba(255, 255, 255, .6); color: #fff; background: transparent; }
.btn--ghost-light:hover { border-color: #fff; background: rgba(255, 255, 255, .1); }
.btn--block { width: 100%; }
.btn--lg { min-height: 60px; font-size: 1.0625rem; padding-inline: 26px; }
.link-arrow { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: var(--cobalt); text-underline-offset: 4px; min-height: 44px; }
.link-arrow svg { width: 18px; height: 18px; }

.ico { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: none; }

/* ---------- Honesty ribbon (hidden with ?clean for screenshots) ---------- */
.ribbon { background: var(--ink); color: #d5dae0; font-size: .8125rem; line-height: 1.4; }
.ribbon__in { max-width: calc(var(--maxw) + 2 * var(--gutter)); margin-inline: auto; padding: 7px var(--gutter); display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 0 18px; text-align: center; }
.ribbon p { margin: 0; }
.ribbon__text { text-wrap: balance; }
.ribbon__links { display: flex; flex-wrap: wrap; justify-content: center; gap: 0 18px; }
.ribbon a { color: #fff; font-weight: 650; text-decoration-color: var(--cobalt-pale); text-underline-offset: 3px; white-space: nowrap; display: inline-flex; align-items: center; min-height: 44px; margin-block: -9px; }
@media (min-width: 1024px) { .ribbon__in { justify-content: space-between; text-align: left; } }
html.clean .ribbon { display: none; }

/* ---------- Header ---------- */
.site-header { background: var(--paper); border-bottom: 1px solid var(--line); position: relative; z-index: 40; }
@media (min-width: 1024px) { .site-header { position: sticky; top: 0; } }
.site-header__in { display: flex; align-items: center; gap: 12px; min-height: 68px; }
.logo { display: inline-flex; align-items: center; text-decoration: none; color: var(--ink); margin-right: auto; min-height: 44px; min-width: 0; }
.logo svg { width: 176px; height: auto; }
@media (max-width: 399.98px) {
  .logo__sub { display: none; }
  .logo__word { transform: translateY(6px); }
}
.nav { display: none; }
.nav a {
  display: inline-flex; align-items: center; min-height: 44px; padding-inline: 12px;
  font-weight: 600; font-size: .9375rem; text-decoration: none; color: var(--ink); border-radius: var(--r);
}
.nav a:hover { color: var(--cobalt); background: var(--cobalt-50); }
.lang { display: inline-flex; border: 1px solid var(--line-strong); border-radius: var(--r); overflow: hidden; flex: none; }
.lang a, .lang span {
  display: inline-flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px;
  font-size: .8125rem; font-weight: 750; font-stretch: 115%; letter-spacing: .06em; text-decoration: none;
}
.lang [aria-current="true"] { background: var(--ink); color: #fff; }
.lang a:hover { background: var(--cobalt-50); }
.header-phone { display: none; align-items: center; gap: 8px; font-weight: 700; text-decoration: none; min-height: 44px; font-variant-numeric: tabular-nums; white-space: nowrap; }
.header-phone .ico { color: var(--cobalt); width: 20px; height: 20px; }
.header-cta { display: none; }
.menu-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px; flex: none;
  min-width: 48px; min-height: 44px; padding: 0 12px;
  border: 1px solid var(--line-strong); border-radius: var(--r); background: var(--paper);
  font-weight: 700; font-size: .9375rem;
}
.menu-btn .ico { width: 20px; height: 20px; }
.menu-panel { position: absolute; left: 0; right: 0; top: 100%; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px -18px rgba(17, 20, 24, .35); }
.menu-panel ul { list-style: none; padding: 8px var(--gutter) 20px; }
.menu-panel li + li { border-top: 1px solid var(--line); }
.menu-panel a:not(.btn) { display: flex; align-items: center; justify-content: space-between; min-height: 52px; font-weight: 650; font-size: 1.0625rem; text-decoration: none; }
.menu-panel .btn { margin-top: 12px; }
@media (min-width: 640px) { .logo svg { width: 196px; } .site-header__in { gap: 16px; } }
@media (min-width: 768px) { .header-cta { display: inline-flex; min-height: 46px; padding-block: 8px; } }
@media (min-width: 1100px) {
  .nav { display: flex; gap: 2px; }
  .menu-btn, .menu-panel { display: none !important; }
  .site-header__in { min-height: 76px; }
}
@media (min-width: 1280px) { .header-phone { display: inline-flex; } }

/* ---------- Hero: a work order lying on the counter ---------- */
.hero { position: relative; background: var(--graphite); padding-block: 12px 28px; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(120% 70% at 25% -10%, rgba(170, 185, 238, .16), transparent 62%);
}
.hero .wrap { position: relative; }
@media (max-width: 767.98px) { .hero .wrap { padding-inline: 10px; } }

.sheet {
  position: relative; display: grid; grid-template-columns: minmax(0, 1fr);
  grid-template-areas: "head" "main" "checks" "photo";
  background: var(--paper); color: var(--ink); border-radius: 4px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, .3), 0 40px 70px -36px rgba(0, 0, 0, .9);
}
.sheet__head {
  grid-area: head; display: flex; align-items: center; justify-content: space-between; gap: 6px 16px; flex-wrap: wrap;
  padding: 11px 16px 10px; border-bottom: 2px solid var(--cobalt);
  color: var(--cobalt); font-size: .75rem; font-weight: 750; font-stretch: 115%; letter-spacing: .12em; text-transform: uppercase; line-height: 1.3;
}
.sheet__meta { display: inline-flex; gap: 18px; font-variant-numeric: tabular-nums; letter-spacing: .06em; }
.sheet__date { display: none; }
@media (min-width: 640px) { .sheet__date { display: inline; } }
@media (max-width: 479.98px) { .sheet__head { letter-spacing: .07em; gap: 4px 10px; } .sheet__meta { letter-spacing: .02em; } }
.sheet__main { grid-area: main; min-width: 0; padding: 18px 16px 18px; container-type: inline-size; }
.sheet__eyebrow { margin: 0 0 10px; font-size: .8125rem; font-weight: 700; font-stretch: 112%; letter-spacing: .08em; text-transform: uppercase; color: var(--steel); line-height: 1.45; }
.hero h1 {
  font-size: clamp(2.875rem, 1.6rem + 5vw, 5.5rem);
  font-stretch: 70%; font-weight: 800; letter-spacing: -.008em; line-height: .92;
  text-wrap: balance;
}
.hero__lead { font-size: clamp(1.0625rem, 1rem + .3vw, 1.25rem); line-height: 1.5; color: var(--steel); max-width: 50ch; margin: 14px 0 18px; }
.hero__alt { display: none; margin: 10px 0 0; }
.hero__alt .link-arrow { color: var(--ink); text-decoration-color: var(--cobalt-200); }
.hero__alt .ico { color: var(--cobalt); }
@media (min-width: 1024px) { .hero__alt { display: block; } }

.sheet__checks { grid-area: checks; list-style: none; display: grid; border-top: 1.5px dashed var(--cobalt-200); }
.sheet__checks li { display: flex; align-items: center; gap: 12px; padding: 10px 16px; font-weight: 650; font-size: 1rem; line-height: 1.3; }
.sheet__checks li + li { border-top: 1px solid var(--rule); }
.tickbox { flex: none; width: 24px; height: 24px; border-radius: 3px; background: var(--cobalt); display: grid; place-items: center; }
.tickbox svg { width: 16px; height: 16px; stroke: #fff; stroke-width: 3; fill: none; stroke-linecap: round; stroke-linejoin: round; }

.sheet__photo { grid-area: photo; margin: 0; position: relative; display: flex; flex-direction: column; gap: 10px; padding: 12px 12px 14px; border-top: 2px solid var(--cobalt); min-width: 0; }
.sheet__lbl { font-size: .75rem; font-weight: 750; font-stretch: 115%; letter-spacing: .12em; text-transform: uppercase; color: var(--cobalt); line-height: 1.3; }
.shot { position: relative; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 2px; background: var(--zinc); container-type: inline-size; }
.shot picture { position: absolute; inset: 0; }
.shot img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 38%; }

/* Live open/closed status as a rubber stamp */
.stamp {
  position: absolute; left: 22px; top: 42px; margin: 0; z-index: 2;
  display: grid; gap: 1px; padding: 7px 12px 8px; max-width: calc(100% - 44px);
  color: var(--steel); background: rgba(255, 255, 255, .95);
  border: 2.5px solid currentColor; border-radius: 6px;
  box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 3.5px currentColor, 0 8px 18px -10px rgba(0, 0, 0, .6);
  transform: rotate(-4deg); transform-origin: left top; line-height: 1.15;
}
@media (min-width: 768px) { .stamp { top: auto; bottom: 30px; transform-origin: left bottom; } }
.stamp__word { font-size: 1.375rem; font-weight: 800; font-stretch: 72%; letter-spacing: .07em; text-transform: uppercase; }
.stamp__detail { font-size: 1rem; font-weight: 700; }
.stamp[data-state="open"] { color: var(--ok); }
.stamp[data-state="soon"] { color: var(--soon); }
.stamp[data-state="closed"] { color: var(--ko); }

@media (min-width: 768px) {
  .hero { padding-block: 32px 56px; }
  .sheet { grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr); grid-template-areas: "head head" "main photo" "checks checks"; }
  .sheet__head { padding: 14px 28px 12px; }
  .sheet__main { padding: 30px 28px 32px; }
  .sheet__photo { border-top: 0; border-left: 2px solid var(--cobalt); padding: 16px 16px 20px; }
  .shot { aspect-ratio: auto; flex: 1 1 auto; min-height: 320px; }
  .sheet__checks { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sheet__checks li { padding: 16px 20px 16px 28px; }
  .sheet__checks li + li { border-top: 0; border-left: 1px solid var(--rule); padding-left: 20px; }
}
@media (min-width: 1100px) {
  .hero { padding-block: 28px 64px; }
  .sheet { grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); }
  .sheet__head { padding-inline: 44px 24px; }
  .sheet__main { padding: 36px 44px 34px; }
  .sheet__checks li:first-child { padding-left: 44px; }
}

/* Plate — the signature: a real French plate you type into */
.plate-form__label { display: block; font-weight: 750; font-size: 1rem; margin-bottom: 8px; }
.plate-form__row { display: grid; gap: 10px; }
@container (min-width: 520px) { .plate-form__row { grid-template-columns: minmax(0, 1fr) auto; align-items: stretch; } }
.plate {
  --h: 68px;
  position: relative; display: grid; grid-template-columns: calc(var(--h) * .52) minmax(0, 1fr) calc(var(--h) * .52);
  height: var(--h); background: #fff; border-radius: 7px;
  box-shadow: 0 0 0 2px var(--ink) inset, 0 0 0 4px #fff inset, 0 12px 26px -16px rgba(17, 20, 24, .55);
  overflow: hidden; max-width: 520px; width: 100%;
}
.plate__band {
  background: var(--plate-blue); color: #fff; margin: 4px 0;
  display: flex; flex-direction: column; align-items: center; justify-content: space-between;
  padding: 6px 0 5px; font-weight: 800; font-stretch: 100%; line-height: 1;
}
.plate__band:first-child { margin-left: 4px; border-radius: 4px 0 0 4px; }
.plate__band:last-child { margin-right: 4px; border-radius: 0 4px 4px 0; }
.plate__band svg { width: 70%; height: auto; }
.plate__band b { font-size: calc(var(--h) * .24); }
.plate__input {
  width: 100%; min-width: 0; height: 100%; border: 0; background: transparent;
  text-align: center; text-transform: uppercase;
  font-size: calc(var(--h) * .5); font-weight: 650; font-stretch: 78%; letter-spacing: .04em;
  color: var(--ink); padding: 0 6px; border-radius: 0; -webkit-appearance: none; appearance: none;
  font-variant-numeric: tabular-nums;
}
.plate__input::placeholder { color: #b8bec6; opacity: 1; }
.plate__input:focus { outline: none; }
.plate:focus-within { box-shadow: 0 0 0 2px var(--ink) inset, 0 0 0 4px #fff inset, 0 0 0 3px #fff, 0 0 0 6px var(--cobalt), 0 12px 26px -16px rgba(17, 20, 24, .55); }
.plate-form__help { font-size: 1rem; color: var(--steel); margin: 8px 0 0; line-height: 1.45; }
.plate-form__help.is-error { color: var(--ko); font-weight: 650; }
.plate-form__help.is-error::before { content: "!"; display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 8px; border-radius: 50%; background: var(--ko); color: #fff; font-weight: 800; font-size: .8125rem; vertical-align: 1px; }
@media (min-width: 1024px) { .plate { --h: 76px; } }

/* Measurement callout on the attached photo */
.measure { position: absolute; left: var(--x); top: var(--y); width: 0; height: 0; --x: 74%; --y: 36%; }
.measure__dot { position: absolute; left: -9px; top: -9px; width: 18px; height: 18px; border-radius: 50%; border: 2px solid #fff; box-shadow: 0 0 0 3px rgba(17, 20, 24, .35); }
.measure__dot::after { content: ""; position: absolute; inset: 4px; border-radius: 50%; background: var(--ok-bright); }
.measure__line { position: absolute; left: -1px; top: 9px; width: 2px; height: 34px; background: #fff; box-shadow: 0 0 0 1px rgba(17, 20, 24, .2); }
.measure__label {
  position: absolute; right: -16px; top: 42px; white-space: nowrap;
  background: #fff; color: var(--ink); border-radius: var(--r);
  padding: 7px 11px; font-size: .8125rem; line-height: 1.35; box-shadow: var(--shadow);
}
.measure__label strong { display: block; font-size: 1rem; font-stretch: 80%; font-variant-numeric: tabular-nums; }
.measure__label span { color: var(--ok); font-weight: 700; display: inline-flex; align-items: center; gap: 4px; }
.measure__label .ico { width: 15px; height: 15px; stroke-width: 2.6; }
@media (min-width: 768px) { .measure { --x: 74%; --y: 37%; } }
@container (max-width: 300px) {
  .measure__label { padding: 6px 8px; font-size: .75rem; right: -12px; }
  .measure__label strong { font-size: .875rem; }
}

/* ---------- Charter ---------- */
.charter__grid { display: grid; gap: 40px; }
.articles { display: grid; gap: 0; }
.article { padding: 26px 0 28px; border-top: 2px solid var(--ink); }
.article__no { display: block; font-size: .8125rem; font-weight: 750; font-stretch: 115%; letter-spacing: .1em; text-transform: uppercase; color: var(--cobalt); margin-bottom: 10px; }
.article p { color: var(--steel); margin: 10px 0 0; }
.charter__photo { margin: 0; }
.charter__photo img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 2px; }
.charter__photo figcaption, .caption { font-size: 1rem; color: var(--steel); margin-top: 12px; line-height: 1.45; }
.charter__guarantee { margin-top: 28px; padding: 16px 20px; background: var(--cobalt-50); border-left: 4px solid var(--cobalt); border-radius: 0 var(--r) var(--r) 0; font-weight: 650; }
@media (min-width: 720px) { .articles { grid-template-columns: 1fr 1fr; column-gap: 40px; } }
@media (min-width: 1024px) {
  .charter__grid { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 72px; align-items: start; }
  .charter__side { position: sticky; top: 110px; }
}

/* ---------- Estimator ---------- */
.est { display: grid; gap: 28px; align-items: start; }
@media (min-width: 1024px) { .est { grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 40px; } .ticket { position: sticky; top: 100px; } }
.est fieldset { border: 0; margin: 0; padding: 0; min-width: 0; }
.est legend { padding: 0; font-size: 1.125rem; font-weight: 800; display: flex; align-items: baseline; gap: 12px; margin-bottom: 16px; }
.est legend .step-no { font-size: .8125rem; font-weight: 750; color: var(--cobalt); letter-spacing: .08em; font-stretch: 115%; }
.est fieldset + fieldset { margin-top: 36px; }

.est-plate { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 16px; margin-bottom: 32px; padding: 16px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); }
.est-plate__lbl { font-size: 1.75rem; font-weight: 800; font-stretch: 72%; line-height: 1; letter-spacing: -.005em; }
.est-plate .plate { --h: 58px; flex: 1 1 210px; max-width: 340px; }
.est-plate__help { flex-basis: 100%; margin: 0; font-size: 1rem; color: var(--steel); line-height: 1.45; }
@media (min-width: 560px) { .est-plate { padding: 18px 20px; } .est-plate__lbl { font-size: 2rem; } }

.sizes { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
@media (min-width: 700px) { .sizes { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.pick { position: absolute; opacity: 0; width: 1px; height: 1px; pointer-events: none; }
.size {
  display: flex; flex-direction: column; gap: 4px; height: 100%;
  padding: 14px; min-height: 44px;
  background: var(--paper); border: 1.5px solid var(--line); border-radius: var(--r-lg);
  cursor: pointer; transition: border-color .15s, box-shadow .15s, background-color .15s;
}
.size:hover { border-color: var(--line-strong); }
.size svg { width: 100%; height: auto; color: var(--line-strong); margin-bottom: 6px; transition: color .15s; }
.size svg .dim { stroke: var(--steel); }
.size__name { font-weight: 750; line-height: 1.2; font-size: 1rem; }
.size__dim { font-size: 1rem; color: var(--steel); font-variant-numeric: tabular-nums; line-height: 1.3; }
.pick:checked + .size { border-color: var(--cobalt); box-shadow: 0 0 0 1.5px var(--cobalt) inset; background: var(--cobalt-50); }
.pick:checked + .size svg { color: var(--cobalt); }
.pick:focus-visible + .size, .pick:focus-visible + .job__label, .pick:focus-visible + .chip { outline: 3px solid var(--cobalt); outline-offset: 2px; }

.jobs { list-style: none; display: grid; gap: 10px; }
.job { background: var(--paper); border: 1.5px solid var(--line); border-radius: var(--r-lg); transition: border-color .15s, box-shadow .15s; position: relative; }
.job:has(.pick:checked) { border-color: var(--cobalt); box-shadow: 0 0 0 1.5px var(--cobalt) inset; }
.job__label { display: grid; grid-template-columns: 26px minmax(0, 1fr) auto; gap: 14px; align-items: center; padding: 16px; min-height: 64px; cursor: pointer; }
.box { width: 26px; height: 26px; border: 2px solid var(--line-strong); border-radius: 5px; display: grid; place-items: center; background: #fff; transition: background-color .15s, border-color .15s; }
.box svg { width: 16px; height: 16px; stroke: #fff; stroke-width: 3; fill: none; opacity: 0; stroke-linecap: round; stroke-linejoin: round; }
.pick:checked + .job__label .box { background: var(--cobalt); border-color: var(--cobalt); }
.pick:checked + .job__label .box svg { opacity: 1; }
.job__name { display: block; font-weight: 750; line-height: 1.25; }
.job__detail { display: block; font-size: 1rem; color: var(--steel); line-height: 1.4; margin-top: 3px; }
.job__price { font-weight: 800; font-stretch: 82%; font-size: 1.25rem; font-variant-numeric: tabular-nums; text-align: right; white-space: nowrap; }
.job.is-included .job__price { color: var(--steel); font-size: .875rem; font-weight: 700; white-space: normal; max-width: 6.5rem; line-height: 1.25; font-stretch: 100%; }
.job.is-included .job__label { cursor: default; }
.job.is-included { background: var(--zinc); border-style: dashed; box-shadow: none; }
.job.is-included .box { background: var(--zinc); }
.job__extra { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 14px; padding: 0 16px 16px 56px; margin-top: -4px; }
.job__extra-label { font-size: 1rem; color: var(--steel); font-weight: 600; }
.seg { display: inline-flex; border: 1.5px solid var(--line-strong); border-radius: var(--r); overflow: hidden; }
.seg label { position: relative; display: inline-flex; align-items: center; justify-content: center; min-width: 64px; min-height: 44px; padding: 0 12px; font-weight: 700; font-size: 1rem; cursor: pointer; }
.seg label + label { border-left: 1.5px solid var(--line-strong); }
.seg input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.seg label:has(input:checked) { background: var(--ink); color: #fff; }
.seg label:has(input:focus-visible) { outline: 3px solid var(--cobalt); outline-offset: 2px; z-index: 1; }
.est__note { margin-top: 16px; font-size: 1rem; color: var(--steel); display: flex; gap: 10px; align-items: flex-start; }
.est__note .ico { color: var(--cobalt); margin-top: 2px; width: 20px; height: 20px; }

/* Work order ticket */
.ticket { background: var(--paper); border-radius: var(--r-lg); box-shadow: var(--shadow); border: 1px solid var(--line); overflow: hidden; }
.ticket__head { background: var(--cobalt); color: #fff; padding: 14px 20px; display: flex; justify-content: space-between; align-items: baseline; gap: 4px 12px; flex-wrap: wrap; }
.ticket__kicker { margin: 0; font-size: .8125rem; font-weight: 750; font-stretch: 115%; letter-spacing: .1em; text-transform: uppercase; line-height: 1.4; }
.ticket__sub { display: block; font-size: 1.375rem; font-stretch: 74%; letter-spacing: 0; text-transform: none; font-weight: 800; }
.ticket__no { margin: 0; font-size: .8125rem; color: #dfe5f7; font-variant-numeric: tabular-nums; letter-spacing: .04em; align-self: flex-start; }
.ticket__body { padding: 20px; }
.ticket__vehicle { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; padding-bottom: 16px; border-bottom: 1px dashed var(--line-strong); }
.mini-plate {
  display: inline-grid; grid-template-columns: 14px auto 14px; align-items: stretch; height: 36px;
  border: 1.5px solid var(--ink); border-radius: 4px; overflow: hidden; background: #fff;
}
.mini-plate::before, .mini-plate::after { content: ""; background: var(--plate-blue); }
.mini-plate span { padding: 0 10px; display: grid; place-items: center; font-weight: 650; font-stretch: 78%; font-size: 1.3125rem; letter-spacing: .04em; font-variant-numeric: tabular-nums; white-space: nowrap; }
.mini-plate.is-empty span { color: var(--steel); font-size: 1rem; font-stretch: 100%; font-weight: 600; letter-spacing: 0; }
.ticket__size { font-size: 1rem; color: var(--steel); font-weight: 600; }
.lines { list-style: none; padding: 8px 0; border-bottom: 1px dashed var(--line-strong); }
.lines li { display: flex; justify-content: space-between; gap: 16px; padding: 8px 0; font-size: 1rem; line-height: 1.35; }
.lines li span:last-child { font-variant-numeric: tabular-nums; font-weight: 700; white-space: nowrap; }
.lines .is-free span:last-child { color: var(--ok); }
.lines .is-empty { color: var(--steel); }
.lines--free li { color: var(--steel); }
.ticket__total { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding-top: 16px; }
.ticket__total span { font-weight: 800; font-stretch: 115%; text-transform: uppercase; letter-spacing: .06em; font-size: .875rem; }
.ticket__total strong { font-size: clamp(2.5rem, 2rem + 1.6vw, 3.25rem); font-weight: 800; font-stretch: 74%; font-variant-numeric: tabular-nums; letter-spacing: -.01em; line-height: 1; }
.ticket__vat { text-align: right; font-size: 1rem; color: var(--steel); margin: 6px 0 16px; font-variant-numeric: tabular-nums; }
.ticket__meta { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 0 0 18px; padding: 14px; background: var(--zinc); border-radius: var(--r); }
.ticket__meta dt { font-size: .75rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; font-stretch: 112%; color: var(--steel); }
.ticket__meta dd { margin: 2px 0 0; font-weight: 750; line-height: 1.3; }
.ticket__note { font-size: 1rem; color: var(--steel); margin: 14px 0 0; line-height: 1.5; }

/* ---------- Method ---------- */
.method { display: grid; gap: 48px; align-items: start; }
@media (min-width: 1024px) { .method { grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 72px; } }
.steps { list-style: none; counter-reset: s; }
.steps li { counter-increment: s; display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 18px; padding-bottom: 28px; position: relative; }
.steps li::before {
  content: counter(s); display: grid; place-items: center; width: 48px; height: 48px;
  border: 2px solid var(--ink); border-radius: 50%; font-weight: 800; font-stretch: 80%; font-size: 1.375rem; background: var(--paper); position: relative; z-index: 1;
}
.steps li::after { content: ""; position: absolute; left: 23px; top: 48px; bottom: 0; width: 2px; background: var(--line); }
.steps li:last-child { padding-bottom: 0; }
.steps li:last-child::after { display: none; }
.steps li.is-key::before { background: var(--cobalt); border-color: var(--cobalt); color: #fff; }
.steps h3 { margin-top: 10px; }
.steps p { color: var(--steel); margin: 8px 0 0; }

.phone {
  width: 100%; max-width: 360px; margin-inline: auto;
  background: var(--ink); border-radius: 40px; padding: 12px;
  box-shadow: 0 30px 60px -30px rgba(13, 23, 51, .55);
}
.phone__screen { background: #f4f5f7; border-radius: 30px; overflow: hidden; }
.phone__top { display: flex; align-items: center; gap: 12px; padding: 18px 18px 14px; background: #fff; border-bottom: 1px solid var(--line); }
.phone__avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--cobalt); display: grid; place-items: center; flex: none; }
.phone__avatar svg { width: 24px; height: 24px; }
.phone__who strong { display: block; font-size: .9375rem; line-height: 1.2; }
.phone__who span { font-size: .8125rem; color: var(--steel); }
.thread { list-style: none; padding: 16px 14px 20px; display: grid; gap: 8px; }
.thread__time { text-align: center; font-size: .75rem; color: var(--steel); font-weight: 600; margin: 4px 0; }
.bubble { max-width: 86%; padding: 10px 13px; border-radius: 18px 18px 18px 5px; background: #fff; font-size: .9375rem; line-height: 1.42; border: 1px solid #e3e6ea; }
.bubble--me { justify-self: end; background: var(--cobalt); color: #fff; border-color: var(--cobalt); border-radius: 18px 18px 5px 18px; }
.bubble--img { padding: 4px; overflow: hidden; }
.bubble--img img { border-radius: 14px; width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.bubble b { font-variant-numeric: tabular-nums; }
.phone__cap { text-align: center; font-size: 1rem; color: var(--steel); margin-top: 16px; }

/* ---------- Warranty ---------- */
.warranty { display: grid; gap: 44px; align-items: center; }
@media (min-width: 760px) { .warranty { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(36px, 6vw, 80px); } .warranty > .portrait { order: -1; } }
.portrait { margin: 0; position: relative; }
.portrait img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 30%; border-radius: 2px; }
.portrait blockquote { position: relative; background: var(--paper); color: var(--ink); padding: 22px 22px 20px; border-radius: 2px; margin: -56px 16px 0; box-shadow: 0 20px 40px -20px rgba(0, 0, 0, .5); }
.portrait blockquote p { font-size: 1.125rem; font-weight: 650; line-height: 1.45; margin: 0 0 12px; }
.portrait cite { font-style: normal; font-size: 1rem; color: var(--steel); }
.portrait cite strong { color: var(--ink); }
.conds { list-style: none; display: grid; gap: 0; margin-top: 32px; border-top: 1px solid rgba(255, 255, 255, .18); }
.conds li { display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: 16px; padding: 20px 0; border-bottom: 1px solid rgba(255, 255, 255, .18); }
.conds .tick { width: 40px; height: 40px; border-radius: 50%; background: rgba(74, 222, 128, .14); display: grid; place-items: center; color: var(--ok-bright); }
.conds .tick .ico { width: 20px; height: 20px; stroke-width: 2.4; }
.conds p { color: #c9d1e6; margin: 6px 0 0; }
.law { display: inline-block; margin-top: 22px; font-size: 1rem; color: #c9d1e6; }

/* ---------- Other services ---------- */
.shop { display: grid; gap: 40px; align-items: start; }
@media (min-width: 1024px) { .shop { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 64px; } }
.shop__photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 2px; }
.pricelist { list-style: none; border-top: 2px solid var(--ink); }
.pricelist li { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 4px 20px; padding: 16px 0; border-bottom: 1px solid var(--line-strong); align-items: baseline; }
.pricelist strong { font-weight: 750; font-size: 1.0625rem; }
.pricelist .price { font-weight: 800; font-stretch: 82%; font-size: 1.25rem; font-variant-numeric: tabular-nums; white-space: nowrap; text-align: right; }
.pricelist .price small { font-weight: 600; color: var(--steel); font-size: .875rem; font-stretch: 100%; }
.pricelist p { grid-column: 1 / -1; margin: 0; font-size: 1rem; color: var(--steel); line-height: 1.45; }
@media (min-width: 640px) { .pricelist p { grid-column: 1; } .pricelist li { grid-template-rows: auto auto; } .pricelist strong { grid-column: 1; grid-row: 1; } .pricelist .price { grid-column: 2; grid-row: 1 / span 2; align-self: center; } }

/* ---------- Workshop band ---------- */
.band { position: relative; margin: 0; background: var(--ink); }
.band img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: 50% 50%; }
@media (min-width: 720px) { .band img { aspect-ratio: 21 / 9; max-height: 640px; } }
.band figcaption { background: var(--ink); color: #fff; }
.band figcaption .wrap { display: grid; gap: 6px 24px; padding-block: 20px; }
.band figcaption strong { font-size: .8125rem; font-weight: 750; font-stretch: 115%; letter-spacing: .1em; text-transform: uppercase; color: var(--cobalt-pale); }
.band figcaption span { font-size: 1.0625rem; color: #d5dae0; }
@media (min-width: 720px) { .band figcaption .wrap { grid-template-columns: auto 1fr; align-items: baseline; } }

/* ---------- Reviews ---------- */
.reviews-head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: end; gap: 16px; }
.demo-note { display: inline-flex; align-items: center; gap: 8px; font-size: .875rem; font-weight: 650; color: var(--steel); border: 1px dashed var(--line-strong); padding: 6px 10px; border-radius: var(--r); margin: 0; }
.demo-note .ico { width: 18px; height: 18px; }
.reviews { display: grid; gap: 20px; }
.review { margin: 0; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 22px; display: flex; flex-direction: column; }
.review--feature { padding: 0; overflow: hidden; }
.review--feature img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.review--feature .review__in { padding: 24px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.review--feature blockquote p { font-size: clamp(1.1875rem, 1.05rem + .5vw, 1.4375rem); font-weight: 650; line-height: 1.4; letter-spacing: -.005em; }
.sample-tag { align-self: flex-start; display: inline-block; font-size: .8125rem; font-weight: 650; line-height: 1.3; color: var(--steel); border: 1px dashed var(--line-strong); border-radius: var(--r); padding: 3px 8px; margin-bottom: 12px; }
.stars { display: flex; gap: 2px; color: var(--cobalt); margin-bottom: 12px; }
.stars svg { width: 18px; height: 18px; fill: currentColor; }
.review blockquote { margin: 0; }
.review blockquote p { margin: 0; }
.review figcaption { margin-top: 14px; font-size: 1rem; color: var(--steel); line-height: 1.4; }
.review figcaption strong { color: var(--ink); }
.review-stack { display: grid; gap: 16px; }
.swipe-hint { display: none; }
@media (max-width: 899.98px) {
  /* Mobile: one swipeable row instead of a 900px stack */
  .reviews {
    grid-auto-flow: column; grid-auto-columns: 84%; gap: 14px; align-items: stretch;
    overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory;
    margin-inline: calc(var(--gutter) * -1); padding: 4px var(--gutter) 14px; scroll-padding-inline: var(--gutter);
    scrollbar-width: none;
  }
  .reviews::-webkit-scrollbar { display: none; }
  .reviews:focus-visible { outline-offset: -3px; }
  .review-stack { display: contents; }
  .reviews .review { scroll-snap-align: start; }
  .review--feature img { aspect-ratio: 16 / 9; }
  .review figcaption { margin-top: auto; padding-top: 14px; }
  .swipe-hint { display: flex; align-items: center; gap: 8px; margin: 6px 0 0; font-size: 1rem; font-weight: 650; color: var(--steel); }
  .swipe-hint .ico { width: 18px; height: 18px; color: var(--cobalt); }
}
@media (min-width: 900px) { .reviews { grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: 28px; align-items: start; } }

/* ---------- Booking ---------- */
.book { display: grid; gap: 32px; grid-template-areas: "intro" "form" "call"; }
.book__intro { grid-area: intro; }
.form-card { grid-area: form; }
.call-card { grid-area: call; }
@media (min-width: 1024px) {
  .book { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); grid-template-rows: auto 1fr; grid-template-areas: "intro form" "call form"; column-gap: 64px; row-gap: 32px; align-items: start; }
}
.next-list { list-style: none; display: grid; gap: 14px; margin-top: 28px; }
.next-list li { display: flex; gap: 12px; align-items: flex-start; font-weight: 600; }
.next-list .ico { color: var(--cobalt-pale); margin-top: 2px; stroke-width: 2.2; }
.call-card { padding: 20px; border: 1px solid rgba(255, 255, 255, .25); border-radius: var(--r-lg); }
.call-card p { margin: 0 0 12px; font-weight: 650; }
.call-card .status-line { margin-top: 12px; font-size: 1rem; color: #d7ddf0; display: flex; align-items: center; gap: 8px; }

.form-card { background: var(--paper); color: var(--ink); border-radius: var(--r-lg); padding: 22px 18px 24px; box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .7); --focus: var(--cobalt); scroll-margin-top: 12px; }
@media (min-width: 560px) { .form-card { padding: 32px; } }
.progress { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-bottom: 26px; }
.progress li { font-size: 1rem; font-weight: 700; color: var(--steel); padding-top: 10px; border-top: 4px solid var(--line); line-height: 1.25; }
.progress li b { display: block; font-size: .75rem; letter-spacing: .08em; font-stretch: 112%; text-transform: uppercase; }
.progress li.is-done { border-color: var(--cobalt); color: var(--ink); }
.progress li[aria-current="step"] { border-color: var(--cobalt); color: var(--cobalt); }
.step { border: 0; margin: 0; padding: 0; min-width: 0; }
.step > legend { font-size: 1.75rem; font-weight: 800; font-stretch: 74%; margin-bottom: 18px; letter-spacing: -.005em; padding: 0; }
.fields { display: grid; gap: 18px; }
@media (min-width: 560px) { .fields--2 { grid-template-columns: 1fr 1fr; } }
.field > label, .field > .label { display: block; font-weight: 700; font-size: 1rem; margin-bottom: 6px; }
.field .opt { font-weight: 500; color: var(--steel); }
.field input:not([type="checkbox"]):not([type="radio"]), .field select, .field textarea {
  width: 100%; min-height: 52px; padding: 12px 14px;
  border: 1.5px solid var(--line-strong); border-radius: var(--r); background: #fff;
  font-size: 1.0625rem; line-height: 1.3; -webkit-appearance: none; appearance: none;
}
.field textarea { min-height: 104px; resize: vertical; }
.field select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111418' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; background-size: 20px; padding-right: 44px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--cobalt); outline-offset: 1px; border-color: var(--cobalt); }
.field [aria-invalid="true"] { border-color: var(--ko) !important; box-shadow: 0 0 0 3px #fbe1de; }
.field [aria-invalid="true"]:focus { outline-color: var(--ko); }
.field__help { font-size: 1rem; color: var(--steel); margin: 6px 0 0; line-height: 1.45; }
.field__error { font-size: 1rem; color: var(--ko); font-weight: 650; margin: 6px 0 0; line-height: 1.4; }
.field .plate-field { font-stretch: 78%; font-weight: 650; font-size: 1.5rem !important; letter-spacing: .06em; text-transform: uppercase; text-align: center; border-left: 16px solid var(--plate-blue) !important; border-right: 16px solid var(--plate-blue) !important; font-variant-numeric: tabular-nums; }
.field .plate-field::placeholder { color: #b8bec6; }
.field .plate-field:disabled { opacity: .5; }
/* iOS shows nothing in an empty date input: give it a hint and a calendar icon */
.date-wrap { position: relative; }
@supports (-webkit-touch-callout: none) {
  .field input[type="date"] { background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232343a8' stroke-width='1.8' stroke-linecap='round'%3E%3Crect x='3.5' y='5' width='17' height='15.5' rx='1.5'/%3E%3Cpath d='M3.5 10h17M8 3v4M16 3v4'/%3E%3C/svg%3E") no-repeat right 14px center / 22px; padding-right: 48px; text-align: left; }
  .field input[type="date"]::-webkit-date-and-time-value { text-align: left; }
  .date-wrap.is-empty::after { content: attr(data-hint); position: absolute; left: 16px; top: 50%; transform: translateY(-50%); color: var(--steel); pointer-events: none; font-size: 1.0625rem; }
}
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 8px 14px; border: 1.5px solid var(--line-strong); border-radius: 999px; font-weight: 650; font-size: 1rem; cursor: pointer; background: #fff; transition: background-color .15s, border-color .15s; }
.chip svg { width: 16px; height: 16px; stroke: currentColor; stroke-width: 3; fill: none; display: none; stroke-linecap: round; stroke-linejoin: round; }
.pick:checked + .chip { background: var(--cobalt); border-color: var(--cobalt); color: #fff; }
.pick:checked + .chip svg { display: block; }
.slots { display: grid; gap: 10px; }
@media (min-width: 560px) { .slots { grid-template-columns: 1fr 1fr; } }
.slot { display: flex; flex-direction: column; justify-content: center; min-height: 64px; padding: 12px 16px; border: 1.5px solid var(--line-strong); border-radius: var(--r-lg); cursor: pointer; background: #fff; }
.slot b { font-size: 1rem; }
.slot span { font-size: 1rem; color: var(--steel); font-variant-numeric: tabular-nums; }
.pick:checked + .slot { border-color: var(--cobalt); box-shadow: 0 0 0 1.5px var(--cobalt) inset; background: var(--cobalt-50); }
.pick:disabled + .slot { opacity: .45; cursor: not-allowed; background: var(--zinc); }
.pick:focus-visible + .slot { outline: 3px solid var(--cobalt); outline-offset: 2px; }
.check { display: grid; grid-template-columns: 26px minmax(0, 1fr); gap: 12px; align-items: start; cursor: pointer; padding: 14px 16px; border: 1.5px solid var(--line); border-radius: var(--r-lg); min-height: 44px; }
.check input { width: 22px; height: 22px; margin: 2px 0 0; accent-color: var(--cobalt); }
.check span { font-weight: 650; line-height: 1.4; }
.check small { display: block; font-weight: 500; color: var(--steel); font-size: 1rem; }
.field > .check { display: grid; font-weight: inherit; margin-bottom: 0; }
.check--plain { margin-top: 12px; padding: 10px 0 0; border: 0; border-radius: 0; }
.step__nav { display: flex; gap: 12px; margin-top: 26px; flex-wrap: wrap; }
.step__nav .btn--cobalt { flex: 1 1 200px; }
.step__nav .btn--ghost { flex: 0 0 auto; padding-inline: 16px; }
@media (max-width: 479.98px) { .step__nav { flex-direction: column-reverse; } .step__nav .btn { width: 100%; flex: none; } .step__nav .btn--ghost { border-width: 1.5px; border-color: var(--line-strong); min-height: 48px; } }
.summary { margin-top: 22px; background: var(--zinc); border-radius: var(--r); padding: 16px; font-size: 1rem; }
.summary dl { margin: 0; display: grid; gap: 10px; }
.summary dl div { display: grid; grid-template-columns: 116px minmax(0, 1fr); gap: 12px; }
.summary dt { color: var(--steel); font-weight: 600; }
.summary dd { margin: 0; font-weight: 650; }
@media (max-width: 479.98px) {
  .summary dl div { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .summary dt { font-size: .75rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; font-stretch: 112%; }
}
.privacy { font-size: 1rem; color: var(--steel); margin: 14px 0 0; }
.success { text-align: left; }
.success__icon { width: 56px; height: 56px; border-radius: 50%; background: var(--ok); color: #fff; display: grid; place-items: center; margin-bottom: 18px; }
.success__icon .ico { width: 30px; height: 30px; stroke-width: 2.6; }
.success h3 { font-size: 2rem; font-stretch: 74%; margin-bottom: 10px; }
.success .demo-flag { background: var(--cobalt-50); border-left: 4px solid var(--cobalt); padding: 12px 14px; font-weight: 650; border-radius: 0 var(--r) var(--r) 0; margin: 16px 0; }

/* ---------- Visit ---------- */
.visit { display: grid; gap: 20px; }
@media (min-width: 760px) { .visit { grid-template-columns: 1fr 1fr; } }
@media (min-width: 760px) and (max-width: 1099.98px) { .visit > .card:last-child { grid-column: 1 / -1; } .visit > .card:last-child .area { columns: 2; column-gap: 32px; } .area li { break-inside: avoid; } }
@media (min-width: 1100px) { .visit { grid-template-columns: 1.1fr 1fr 1fr; } }
.card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 24px; }
.card h3 { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.card h3 .ico { color: var(--cobalt); }
.status-line { display: flex; align-items: center; gap: 10px; font-weight: 700; }
.hours-status { padding: 12px 14px; background: var(--zinc); border-radius: var(--r); margin-bottom: 12px; }
.dot { width: 10px; height: 10px; border-radius: 50%; background: var(--line-strong); flex: none; }
[data-state="open"] .dot { background: var(--ok-bright); box-shadow: 0 0 0 4px rgba(74, 222, 128, .22); }
[data-state="soon"] .dot { background: var(--signal); box-shadow: 0 0 0 4px rgba(255, 176, 32, .25); }
[data-state="closed"] .dot { background: #ff6b5b; }
.hours { width: 100%; border-collapse: collapse; font-variant-numeric: tabular-nums; }
.hours th, .hours td { text-align: left; padding: 9px 0; border-bottom: 1px solid var(--line); font-size: 1rem; vertical-align: top; }
.hours th { font-weight: 650; padding-right: 12px; }
.hours td { text-align: right; color: var(--steel); }
.hours td span { display: block; white-space: nowrap; }
.today-badge { display: none; margin-left: 4px; font-size: .6875rem; letter-spacing: .08em; text-transform: uppercase; background: var(--cobalt); color: #fff; padding: 2px 6px; border-radius: 3px; vertical-align: 2px; font-weight: 750; }
.hours tr.is-today .today-badge { display: inline-block; }
.hours tr.is-today th, .hours tr.is-today td { color: var(--cobalt); font-weight: 800; }
.card .small { font-size: 1rem; color: var(--steel); margin: 14px 0 0; }
.addr { font-style: normal; font-size: 1.0625rem; line-height: 1.5; margin-bottom: 16px; }
.facts { list-style: none; display: grid; gap: 10px; margin-top: 18px; }
.facts li { display: flex; gap: 10px; align-items: flex-start; font-size: 1rem; }
.facts a { display: inline-flex; align-items: center; min-height: 44px; margin-block: -12px; }
.facts .ico { color: var(--cobalt); width: 20px; height: 20px; margin-top: 2px; }
.area { list-style: none; }
.area li { display: flex; justify-content: space-between; gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--line); }
.area li span:last-child { color: var(--steel); font-variant-numeric: tabular-nums; white-space: nowrap; }
.card .btn { margin-top: 4px; }

/* ---------- FAQ ---------- */
.faq-grid { display: grid; gap: 32px; }
@media (min-width: 1024px) { .faq-grid { grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: 72px; } .faq-grid .sec-head { position: sticky; top: 110px; } }
.faq { border-top: 2px solid var(--ink); }
.faq details { border-bottom: 1px solid var(--line-strong); }
.faq summary {
  list-style: none; cursor: pointer; display: grid; grid-template-columns: minmax(0, 1fr) 32px; gap: 16px; align-items: center;
  padding: 18px 0; min-height: 60px; font-weight: 750; font-size: 1.0625rem; line-height: 1.35;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary .pm { width: 32px; height: 32px; border-radius: 50%; border: 1.5px solid var(--line-strong); display: grid; place-items: center; transition: transform .2s, background-color .2s; }
.faq summary .pm svg { width: 16px; height: 16px; stroke: currentColor; stroke-width: 2.4; fill: none; stroke-linecap: round; }
.faq details[open] summary .pm { transform: rotate(45deg); background: var(--ink); color: #fff; border-color: var(--ink); }
.faq details p { margin: 0 0 20px; color: var(--steel); max-width: 68ch; }
.faq summary:hover { color: var(--cobalt); }

/* ---------- Footer ---------- */
.footer { background: var(--ink); color: #c7ccd3; padding-block: 56px 32px; font-size: 1rem; }
.footer a { color: #fff; }
.footer p a.num { display: inline-flex; align-items: center; min-height: 44px; }
.footer__grid { display: grid; gap: 32px; }
@media (min-width: 760px) { .footer__grid { grid-template-columns: 1.4fr 1fr 1fr; } }
.footer .logo { color: #fff; margin-bottom: 14px; }
.footer h2 { font-size: .8125rem; font-weight: 750; font-stretch: 115%; letter-spacing: .1em; text-transform: uppercase; color: #fff; margin-bottom: 12px; }
.footer ul { list-style: none; display: grid; gap: 2px; }
.footer ul a { display: inline-flex; min-height: 44px; align-items: center; text-decoration: none; }
.footer ul a:hover { text-decoration: underline; }
.footer__legal { margin-top: 40px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .15); font-size: 1rem; color: #a9b0b9; display: grid; gap: 8px; }
.footer__legal p { margin: 0; }
.footer__legal a { display: inline-block; padding-block: 12px; margin-block: -12px; }
.footer__assure { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 16px; }
.footer__assure span { display: inline-flex; align-items: center; gap: 8px; color: #e6e9ed; font-weight: 600; }
.footer__assure .ico { color: var(--cobalt-pale); width: 18px; height: 18px; }

/* ---------- Mobile action bar ---------- */
.actionbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
  display: grid; grid-template-columns: 1fr 1fr 1.35fr; gap: 8px;
  padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
  background: rgba(22, 25, 29, .97); border-top: 1px solid rgba(255, 255, 255, .1);
  transition: transform .25s ease;
}
.actionbar a {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px;
  min-height: 52px; border-radius: var(--r); text-decoration: none; color: #fff;
  font-size: .875rem; font-weight: 700; line-height: 1.1; border: 1px solid rgba(255, 255, 255, .22);
}
.actionbar a .ico { width: 20px; height: 20px; }
.actionbar a.is-primary { background: var(--cobalt-bright); color: #fff; border-color: var(--cobalt-bright); flex-direction: row; gap: 8px; font-size: 1rem; }
.actionbar .ab-quote { display: none; }
/* While the estimator is on screen, the bar carries the live total and books with it */
.actionbar.is-quote { grid-template-columns: 1fr 2.8fr; }
.actionbar.is-quote .ab-prices, .actionbar.is-quote .ab-book { display: none; }
.actionbar.is-quote .ab-quote { display: flex; justify-content: space-between; padding-inline: 14px 12px; gap: 10px; }
.ab-quote__total { display: grid; text-align: left; line-height: 1.05; }
.ab-quote__total small { font-size: .6875rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; font-stretch: 112%; color: #dfe5f7; }
.ab-quote__total strong { font-size: 1.5rem; font-weight: 800; font-stretch: 74%; font-variant-numeric: tabular-nums; }
.ab-quote__cta { display: inline-flex; align-items: center; gap: 6px; font-weight: 750; white-space: nowrap; }
.ab-quote__cta .ico { width: 18px; height: 18px; }
body.is-typing .actionbar { transform: translateY(110%); }
@media (max-width: 1023.98px) { body { --bar-h: calc(68px + env(safe-area-inset-bottom)); } }
@media (min-width: 1024px) { .actionbar { display: none; } }

/* ---------- Dialog ---------- */
.demo-dialog { border: 0; border-radius: var(--r-lg); padding: 0; width: min(440px, calc(100vw - 32px)); color: var(--ink); box-shadow: 0 30px 80px -20px rgba(0, 0, 0, .5); }
.demo-dialog::backdrop { background: rgba(22, 25, 29, .7); }
.demo-dialog__in { padding: 26px 24px 22px; }
.demo-dialog h2 { font-size: 1.75rem; font-stretch: 74%; margin-bottom: 10px; }
.demo-dialog p { color: var(--steel); }
.demo-dialog__num { font-size: 1.75rem; font-weight: 800; font-stretch: 78%; color: var(--ink) !important; font-variant-numeric: tabular-nums; }
.demo-dialog__actions { display: grid; gap: 10px; margin-top: 18px; }

/* ---------- Reveal ---------- */
html.js [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s cubic-bezier(.2, .7, .2, 1); }
html.js [data-reveal].is-visible { opacity: 1; transform: none; }

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