@font-face {
  font-family: "Vietlinker Sans";
  src: url("../realtor/fonts/vietlinker-sans-vietnamese.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: "Vietlinker Sans";
  src: url("../realtor/fonts/vietlinker-sans-latin.woff2") format("woff2");
  font-weight: 100 900;
  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;
}

@font-face {
  font-family: "Vietlinker Serif";
  src: url("../realtor/fonts/vietlinker-serif-normal-vietnamese.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: "Vietlinker Serif";
  src: url("../realtor/fonts/vietlinker-serif-normal-latin.woff2") format("woff2");
  font-weight: 100 900;
  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;
}

@font-face {
  font-family: "Vietlinker Serif";
  src: url("../realtor/fonts/vietlinker-serif-italic-vietnamese.woff2") format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: "Vietlinker Serif";
  src: url("../realtor/fonts/vietlinker-serif-italic-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-style: italic;
  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 {
  --paper: #f7f2e8;
  --paper-deep: #ebe2d3;
  --white: #fffdf8;
  --ink: #10283f;
  --ink-soft: #43566a;
  --cobalt: #17456f;
  --cobalt-dark: #0d2d4a;
  --orange: #c98228;
  --orange-light: #e0a151;
  --acid: #f3c76e;
  --line: rgba(16, 40, 63, 0.17);
  --line-light: rgba(255, 255, 255, 0.24);
  --good: #1d8c61;
  --watch: #c77a00;
  --action: #cf362c;
  --notice-h: 34px;
  --header-h: 82px;
  --shell: min(1460px, calc(100vw - 64px));
  --section-space: clamp(88px, 10vw, 160px);
  --shadow: 0 26px 70px rgba(16, 40, 63, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--notice-h) + var(--header-h) + 22px);
  background: var(--paper);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Vietlinker Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: clip;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open,
body.dialog-open {
  overflow: hidden;
}

button,
input,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
video {
  display: block;
  max-width: 100%;
}

p,
h1,
h2,
h3,
blockquote,
figure,
dl,
dd {
  margin: 0;
}

fieldset {
  min-inline-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

button,
summary,
select,
input[type="range"] {
  cursor: pointer;
}

:focus-visible {
  outline: 3px solid var(--acid);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 999;
  left: 16px;
  top: 10px;
  padding: 12px 18px;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.section {
  position: relative;
  padding-block: var(--section-space);
}

.section--cream {
  background: var(--paper-deep);
}

.demo-disclosure {
  position: fixed;
  z-index: 300;
  inset: 0 0 auto;
  height: var(--notice-h);
  display: flex;
  align-items: center;
  gap: 11px;
  padding-inline: 22px;
  color: var(--white);
  background: var(--orange);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.17em;
  line-height: 1;
}

.demo-disclosure p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.disclosure-credit {
  margin-left: auto;
  white-space: nowrap;
}

.disclosure-pulse {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--ink);
  box-shadow: 0 0 0 4px rgba(16, 24, 35, 0.14);
}

.site-header {
  position: fixed;
  z-index: 250;
  inset: var(--notice-h) 0 auto;
  height: var(--header-h);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 40px;
  padding-inline: max(24px, calc((100vw - 1460px) / 2));
  color: var(--ink);
  background: rgba(247, 242, 232, 0.91);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
  transition: color 220ms ease, background 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.site-header.is-scrolled,
.site-header.menu-active {
  color: var(--ink);
  background: rgba(247, 242, 232, 0.98);
  border-color: var(--line);
  box-shadow: 0 8px 34px rgba(16, 24, 35, 0.08);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.brand-mark {
  position: relative;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.brand-mark b {
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: 15px;
  line-height: 1;
}

.brand-mark i {
  position: absolute;
  width: 130%;
  height: 2px;
  background: var(--orange);
  transform: rotate(-24deg);
}

.brand-copy {
  display: grid;
  line-height: 1;
}

.brand-copy strong {
  font-size: 15px;
  letter-spacing: 0.28em;
}

.brand-copy small {
  margin-top: 6px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.33em;
}

.desktop-nav {
  display: flex;
  justify-content: center;
  gap: clamp(22px, 2.5vw, 46px);
  font-size: 12px;
  font-weight: 700;
}

.desktop-nav a {
  position: relative;
  padding-block: 10px;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  inset: auto 0 3px;
  height: 1px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-actions,
.language-switch {
  display: flex;
  align-items: center;
}

.header-actions {
  gap: 18px;
}

.language-switch {
  gap: 7px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.language-switch button {
  min-width: 26px;
  padding: 5px 2px;
  color: inherit;
  background: transparent;
  border: 0;
  opacity: 0.48;
}

.language-switch button.is-active {
  opacity: 1;
}

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button i {
  font-size: 17px;
  font-style: normal;
  line-height: 1;
}

.button--dark {
  color: var(--white);
  background: var(--ink);
}

.button--orange {
  color: var(--white);
  background: var(--orange);
}

.button--orange:hover {
  background: #ad6b1e;
}

.button--cobalt {
  color: var(--white);
  background: var(--cobalt);
}

.button--cobalt:hover {
  background: var(--cobalt-dark);
}

.button--outline {
  color: var(--ink);
  background: transparent;
  border-color: var(--line);
}

.button--ghost-light {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--line-light);
}

.menu-toggle {
  width: 46px;
  height: 46px;
  display: none;
  place-items: center;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 1px solid currentColor;
}

.menu-toggle span {
  position: absolute;
  width: 18px;
  height: 1px;
  background: currentColor;
  transition: transform 180ms ease;
}

.menu-toggle span:first-child {
  transform: translateY(-4px);
}

.menu-toggle span:last-child {
  transform: translateY(4px);
}

.menu-toggle[aria-expanded="true"] span:first-child {
  transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:last-child {
  transform: rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  z-index: 225;
  inset: calc(var(--notice-h) + var(--header-h)) 0 0;
  display: grid;
  grid-template-rows: 1fr auto;
  padding: 36px max(24px, calc((100vw - 1460px) / 2)) 28px;
  color: var(--ink);
  background: var(--paper);
  visibility: hidden;
  opacity: 0;
  transform: translateY(-18px);
  transition: opacity 220ms ease, transform 220ms ease, visibility 220ms;
}

.mobile-menu.is-open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.mobile-menu nav {
  display: grid;
  align-content: center;
  max-width: 620px;
}

.mobile-menu nav a {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: baseline;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.mobile-menu nav span {
  color: var(--orange);
  font-size: 10px;
  font-weight: 800;
}

.mobile-menu nav b {
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: clamp(31px, 7vw, 56px);
  font-weight: 500;
}

.mobile-menu-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  font-size: 12px;
}

.language-switch--mobile {
  gap: 6px;
}

.language-switch--mobile button {
  min-width: auto;
  padding: 9px 13px;
  border: 1px solid var(--line);
}

.language-switch--mobile button.is-active {
  color: var(--white);
  background: var(--cobalt);
}

.hero {
  position: relative;
  min-height: max(940px, 100svh);
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: calc(var(--notice-h) + var(--header-h) + 64px) 0 104px;
  color: var(--ink);
  background: var(--paper);
}

.hero-media,
.hero-media video,
.hero-image-fallback,
.hero-shade,
.lab-grid {
  position: absolute;
  inset: 0;
}

.hero-media video,
.hero-image-fallback {
  width: 100%;
  height: 100%;
  object-position: center;
}

.hero-media {
  inset: 0 0 0 48%;
  overflow: hidden;
  background: #ddd6c8;
}

.hero-media video {
  z-index: 1;
  object-fit: contain;
  filter: brightness(1.05) saturate(0.9);
}

.hero-image-fallback {
  z-index: 0;
  background: url("../assets/services-auto-hero-v1.webp") center / cover no-repeat;
  filter: blur(8px) brightness(0.82) saturate(0.72);
  transform: scale(1.04);
}

.hero-media video:not([data-ready]) {
  opacity: 0;
}

.hero-shade {
  z-index: 2;
  background: linear-gradient(90deg, rgba(247, 242, 232, 0.38), transparent 24%, rgba(16, 40, 63, 0.08));
}

.lab-grid {
  z-index: 3;
  opacity: 0.08;
  background-image: linear-gradient(rgba(16, 40, 63, 0.35) 1px, transparent 1px), linear-gradient(90deg, rgba(16, 40, 63, 0.35) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(90deg, transparent 0, #000 45%, #000 100%);
}

.hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(430px, 0.78fr) minmax(0, 1.22fr);
  grid-template-rows: auto auto;
  align-items: end;
  gap: 28px 70px;
}

.hero-copy {
  grid-column: 1;
  grid-row: 1;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--cobalt);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.18em;
}

.eyebrow > span {
  width: 28px;
  height: 2px;
  background: currentColor;
}

.eyebrow--light {
  color: var(--acid);
}

.hero h1,
.section-intro h2,
.case-copy h2,
.team-copy h2,
.faq-list h2,
.final-cta h2,
.booking-shell h2 {
  letter-spacing: -0.055em;
  line-height: 0.93;
}

.hero h1 {
  max-width: 640px;
  margin-top: 24px;
  font-size: clamp(54px, 4.45vw, 72px);
  font-weight: 580;
  line-height: 1.01;
}

.hero h1 span,
.hero h1 em,
.section-intro h2 span,
.section-intro h2 em,
.case-copy h2 span,
.case-copy h2 em,
.team-copy h2 span,
.team-copy h2 em,
.faq-list h2 span,
.faq-list h2 em,
.final-cta h2 span,
.final-cta h2 em,
.booking-shell h2 span,
.booking-shell h2 em {
  display: block;
}

.hero h1 em,
.section-intro h2 em,
.case-copy h2 em,
.team-copy h2 em,
.faq-list h2 em,
.final-cta h2 em,
.booking-shell h2 em {
  font-family: "Vietlinker Serif", Georgia, serif;
  font-weight: 400;
}

.hero h1 em {
  color: var(--cobalt);
}

.hero-intro {
  max-width: 570px;
  margin-top: 24px;
  color: var(--ink-soft);
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin-top: 24px;
}

.hero-trust span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ink-soft);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.hero-trust b {
  color: var(--orange);
}

.hero-trust i {
  font-style: normal;
}

.symptom-finder {
  grid-column: 1;
  grid-row: 2;
  max-width: 590px;
  padding: 22px 24px;
  color: var(--ink);
  background: rgba(255, 253, 248, 0.98);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.finder-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  padding-bottom: 13px;
  border-bottom: 1px solid var(--line);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.finder-number {
  color: var(--cobalt);
}

.live-dot {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.live-dot i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 4px rgba(201, 130, 40, 0.14);
}

.symptom-finder fieldset + fieldset {
  margin-top: 16px;
}

.symptom-finder legend {
  margin-bottom: 9px;
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: 16px;
  font-weight: 600;
}

.symptom-options,
.when-options {
  display: grid;
  gap: 8px;
}

.symptom-options {
  grid-template-columns: 1fr 1fr;
}

.when-options {
  grid-template-columns: repeat(3, 1fr);
}

.symptom-options label,
.when-options label {
  position: relative;
}

.symptom-options input,
.when-options input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.symptom-options span,
.when-options span {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border: 1px solid var(--line);
  font-size: 9px;
  font-weight: 760;
  text-align: center;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease;
}

.symptom-options input:focus-visible + span,
.when-options input:focus-visible + span {
  outline: 3px solid var(--acid);
  outline-offset: 2px;
}

.symptom-options input:checked + span,
.when-options input:checked + span {
  color: var(--white);
  background: var(--cobalt);
  border-color: var(--cobalt);
}

.finder-submit {
  width: 100%;
  margin-top: 18px;
  justify-content: space-between;
}

.finder-result {
  margin-top: 16px;
  padding: 16px;
  border-left: 3px solid var(--cobalt);
  background: #eaf0fb;
}

.finder-result span,
.finder-result strong,
.finder-result p {
  display: block;
}

.finder-result span {
  color: var(--cobalt);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.15em;
}

.finder-result strong {
  margin-top: 5px;
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: 17px;
}

.finder-result p {
  margin-top: 5px;
  color: var(--ink-soft);
  font-size: 10px;
}

.hero-bottom {
  position: absolute;
  z-index: 2;
  inset: auto 0 28px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  color: var(--ink-soft);
  font-size: 9px;
  letter-spacing: 0.12em;
}

.media-control,
.scroll-cue {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  color: inherit;
  background: transparent;
  border: 0;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.hero-bottom > p {
  text-align: center;
}

.pause-icon {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-light);
  border-radius: 50%;
}

.pause-icon::before {
  content: "Ⅱ";
  font-size: 8px;
}

.media-control.is-paused .pause-icon::before {
  content: "▶";
}

.scroll-cue i {
  color: var(--acid);
  font-size: 17px;
  font-style: normal;
}

.section-intro {
  max-width: 1050px;
}

.section-intro h2,
.case-copy h2,
.team-copy h2,
.faq-list h2,
.final-cta h2,
.booking-shell h2 {
  margin-top: 24px;
  font-size: clamp(48px, 6vw, 94px);
  font-weight: 500;
}

.section-intro h2 em,
.case-copy h2 em,
.faq-list h2 em,
.booking-shell h2 em {
  color: var(--cobalt);
}

.section-intro > p:last-child {
  max-width: 680px;
  margin-top: 26px;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.7;
}

.service-pricing {
  background: var(--white);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 58px;
}

.service-card {
  position: relative;
  min-height: 390px;
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  padding: 28px;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 14px;
  transition: color 220ms ease, background 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.service-card--featured {
  color: var(--white);
  background: var(--cobalt);
  border-color: var(--cobalt);
}

.service-index {
  color: var(--orange);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.service-card--featured .service-index {
  color: var(--acid);
}

.service-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-top: 36px;
  color: var(--cobalt);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 22px;
}

.service-card--featured .service-icon {
  color: var(--ink);
  background: var(--acid);
  border-color: var(--acid);
}

.service-card h3 {
  margin-top: 26px;
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: clamp(24px, 2vw, 31px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.service-card > p {
  margin-top: 15px;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.65;
}

.service-card--featured > p {
  color: rgba(255, 255, 255, 0.72);
}

.service-card footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.service-card--featured footer {
  border-color: var(--line-light);
}

.service-card footer span {
  display: flex;
  align-items: baseline;
  gap: 7px;
}

.service-card footer small,
.service-card footer b {
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.service-card footer small {
  color: var(--orange);
}

.service-card--featured footer small {
  color: var(--acid);
}

.service-card footer strong {
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: 32px;
  line-height: 1;
}

.service-card footer > b {
  color: var(--ink-soft);
}

.service-card--featured footer > b {
  color: rgba(255, 255, 255, 0.7);
}

.pricing-note {
  margin-top: 18px;
  color: var(--ink-soft);
  font-size: 9px;
  text-align: right;
}

.scan-journey {
  position: relative;
  height: 330vh;
  margin-top: 80px;
}

.scan-sticky {
  position: sticky;
  top: calc(var(--notice-h) + var(--header-h) + 24px);
  height: calc(100svh - var(--notice-h) - var(--header-h) - 48px);
  min-height: 590px;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(360px, 0.68fr);
  gap: clamp(38px, 5vw, 76px);
  align-items: center;
}

.vehicle-window {
  position: relative;
  height: min(68svh, 720px);
  min-height: 520px;
  overflow: hidden;
  background: #dcdfe2;
  border-radius: 16px;
  box-shadow: var(--shadow);
}

.vehicle-window > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.82) contrast(1.05);
  transform: scale(1.02);
}

.vehicle-wash,
.scan-grid,
.scan-beam {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.vehicle-wash {
  background: linear-gradient(90deg, rgba(18, 85, 199, 0.22), transparent 42%, rgba(255, 90, 31, 0.12));
  mix-blend-mode: color;
}

.scan-grid {
  opacity: 0.24;
  background-image: linear-gradient(rgba(255, 255, 255, 0.75) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.75) 1px, transparent 1px);
  background-size: 54px 54px;
}

.scan-beam {
  top: clamp(5%, calc(var(--scan-progress, 12) * 1%), 94%);
  bottom: auto;
  height: 2px;
  background: var(--acid);
  box-shadow: 0 0 8px var(--acid), 0 0 26px rgba(200, 255, 97, 0.88);
}

.scan-beam::before {
  content: "";
  position: absolute;
  inset: -80px 0 2px;
  background: linear-gradient(0deg, rgba(200, 255, 97, 0.18), transparent);
}

.scan-beam span {
  position: absolute;
  right: 0;
  top: -14px;
  width: 9px;
  height: 28px;
  background: var(--acid);
}

.scan-readout {
  position: absolute;
  inset: 18px 18px auto auto;
  display: grid;
  justify-items: end;
  padding: 12px 14px;
  color: var(--white);
  background: rgba(16, 24, 35, 0.82);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.scan-readout b {
  margin-top: 3px;
  color: var(--acid);
  font-size: 20px;
  letter-spacing: 0;
}

.hotspot {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 5px;
  color: var(--white);
  background: rgba(16, 24, 35, 0.78);
  border: 0;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.1em;
  opacity: 0.55;
  transform: translate(-50%, -50%);
  transition: opacity 180ms ease, transform 180ms ease, background 180ms ease;
}

.hotspot:hover,
.hotspot.is-active {
  opacity: 1;
  background: var(--cobalt);
  transform: translate(-50%, -50%) scale(1.04);
}

.hotspot i {
  position: relative;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  border: 1px solid var(--acid);
  border-radius: 50%;
}

.hotspot i::after {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  background: var(--acid);
}

.hotspot--engine { left: 67%; top: 50%; }
.hotspot--brake { left: 66%; top: 68%; }
.hotspot--tire { left: 35%; top: 69%; }
.hotspot--battery { left: 53%; top: 42%; }

.vehicle-lab figcaption,
.case-media > p {
  margin-top: 12px;
  color: var(--ink-soft);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.scan-copy {
  position: relative;
  height: min(68svh, 720px);
  min-height: 520px;
  display: grid;
  align-content: center;
}

.scan-progress {
  position: absolute;
  inset: 0 auto 0 -25px;
  width: 1px;
  background: var(--line);
}

.scan-progress span {
  position: absolute;
  inset: 0 0 auto;
  height: calc(var(--scan-progress, 12) * 1%);
  background: var(--orange);
}

.scan-step {
  position: absolute;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 16px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 240ms ease, transform 240ms ease, visibility 240ms;
}

.scan-step.is-active {
  position: relative;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.scan-step > span {
  color: var(--orange);
  font-size: 10px;
  font-weight: 850;
}

.scan-step div > p:first-child {
  color: var(--cobalt);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.15em;
}

.scan-step h3 {
  margin-top: 14px;
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: clamp(31px, 3vw, 48px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.scan-step div > p:last-child {
  margin-top: 18px;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.7;
}

.section-intro--split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.55fr);
  align-items: end;
  gap: 80px;
}

.section-intro--split > p:last-child {
  margin: 0 0 8px;
}

.inspection-dashboard {
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  gap: 24px;
  margin-top: 66px;
}

.dvi-card,
.estimate-card {
  padding: clamp(24px, 3vw, 46px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
}

.dvi-head,
.estimate-head,
.health-score,
.estimate-total,
.mechanic-id,
.review-card footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.dvi-head span,
.estimate-head span,
.estimate-head > b,
.health-score p,
.warranty-kicker,
.footer-top > div > span {
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.15em;
}

.dvi-head h3,
.estimate-head h3 {
  margin-top: 7px;
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: clamp(20px, 2vw, 29px);
  font-weight: 600;
}

.status-pill {
  min-width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  color: var(--good);
  background: rgba(29, 140, 97, 0.09);
}

.status-pill i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
}

.health-score {
  justify-content: flex-start;
  margin-top: 28px;
  padding: 24px;
  background: #eef3fb;
}

.score-ring {
  width: 94px;
  height: 94px;
  flex: 0 0 auto;
  display: grid;
  place-content: center;
  text-align: center;
  border-radius: 50%;
  background: conic-gradient(var(--cobalt) 0 82%, rgba(18, 85, 199, 0.14) 82% 100%);
  box-shadow: inset 0 0 0 10px #eef3fb;
}

.score-ring span {
  font-size: 25px;
  font-weight: 750;
  line-height: 1;
}

.score-ring small {
  margin-top: 3px;
  font-size: 8px;
  font-weight: 800;
}

.health-score strong,
.health-score span {
  display: block;
}

.health-score strong {
  margin-top: 8px;
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: 20px;
}

.health-score span {
  margin-top: 5px;
  color: var(--ink-soft);
  font-size: 10px;
}

.inspection-list {
  margin-top: 16px;
  border-top: 1px solid var(--line);
}

.inspection-item {
  display: grid;
  grid-template-columns: 30px 1fr auto;
  align-items: center;
  gap: 14px;
  min-height: 70px;
  border-bottom: 1px solid var(--line);
}

.inspection-item > i {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--good);
  border-radius: 50%;
  font-style: normal;
  font-weight: 850;
}

.inspection-item--watch > i { background: var(--watch); }
.inspection-item--action > i { background: var(--action); }
.inspection-item div span,
.inspection-item div strong { display: block; }
.inspection-item div span { color: var(--ink-soft); font-size: 10px; }
.inspection-item div strong { margin-top: 2px; font-size: 13px; }
.inspection-item > b { color: var(--good); font-size: 8px; letter-spacing: 0.12em; }
.inspection-item--watch > b { color: var(--watch); }
.inspection-item--action > b { color: var(--action); }

.text-action {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 28px;
  margin-top: 18px;
  padding: 0 0 3px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid currentColor;
  font-size: 10px;
  font-weight: 850;
}

.text-action i {
  color: var(--orange);
  font-size: 16px;
  font-style: normal;
}

.estimate-card {
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
}

.estimate-head {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line-light);
}

.estimate-head > b {
  color: var(--acid);
}

.estimate-table {
  font-size: 12px;
}

.estimate-table [role="row"] {
  display: grid;
  grid-template-columns: 1fr 86px 78px;
  gap: 12px;
  align-items: center;
  min-height: 76px;
  border-bottom: 1px solid var(--line-light);
}

.estimate-table-head {
  min-height: 44px !important;
  color: rgba(255, 255, 255, 0.5);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.estimate-table [role="cell"]:not(:first-child),
.estimate-table [role="columnheader"]:not(:first-child) {
  text-align: right;
}

.estimate-table b,
.estimate-table small {
  display: block;
}

.estimate-table small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 9px;
}

.estimate-total {
  align-items: end;
  margin-top: 24px;
}

.estimate-total span b,
.estimate-total span small {
  display: block;
}

.estimate-total span b {
  color: var(--acid);
  font-size: 9px;
  letter-spacing: 0.13em;
}

.estimate-total span small {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 9px;
}

.estimate-total strong {
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 500;
  line-height: 1;
}

.estimate-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 28px;
}

.estimate-card .button--outline {
  color: var(--white);
  border-color: var(--line-light);
}

.micro-disclosure {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 9px;
  line-height: 1.5;
}

.case-study {
  color: var(--white);
  background: var(--cobalt);
}

.case-layout {
  display: grid;
  grid-template-columns: 1.16fr 0.84fr;
  align-items: center;
  gap: clamp(54px, 7vw, 110px);
}

.comparison {
  --reveal: 56%;
  position: relative;
  aspect-ratio: 1.35;
  overflow: hidden;
  background: #1d2f50;
}

.comparison > img,
.comparison-after,
.comparison-after img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.comparison > img {
  filter: grayscale(1) contrast(0.78) brightness(0.72);
}

.comparison-after {
  width: 100%;
  overflow: hidden;
  clip-path: inset(0 calc(100% - var(--reveal)) 0 0);
}

.comparison-after img {
  width: 100%;
  max-width: 100%;
  filter: saturate(1.04) contrast(1.02);
}

.comparison-handle {
  position: absolute;
  z-index: 3;
  left: var(--reveal);
  top: 50%;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: var(--acid);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  isolation: isolate;
}

.comparison-handle i {
  font-style: normal;
  font-weight: 850;
}

.comparison-handle::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 100vh;
  background: var(--acid);
  transform: translate(-50%, -50%);
}

.comparison input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
}

.comparison-label {
  position: absolute;
  z-index: 2;
  top: 18px;
  padding: 8px 10px;
  color: var(--white);
  background: rgba(16, 24, 35, 0.76);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.comparison-label--before { right: 18px; }
.comparison-label--after { left: 18px; color: var(--ink); background: var(--acid); }
.case-media > p { color: rgba(255, 255, 255, 0.6); }
.case-copy .eyebrow { color: var(--acid); }
.case-copy h2 { font-size: clamp(48px, 5vw, 82px); }
.case-copy h2 em { color: var(--orange-light); }
.case-copy > p:not(.eyebrow) { margin-top: 26px; color: rgba(255, 255, 255, 0.76); font-size: 16px; line-height: 1.75; }

.case-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 32px;
  border-top: 1px solid var(--line-light);
}

.case-facts div {
  padding: 18px 12px 18px 0;
  border-bottom: 1px solid var(--line-light);
}

.case-facts div:nth-child(odd) { border-right: 1px solid var(--line-light); }
.case-facts div:nth-child(even) { padding-left: 18px; }
.case-facts dt { color: var(--acid); font-size: 8px; font-weight: 850; letter-spacing: 0.13em; }
.case-facts dd { margin-top: 8px; font-family: "Vietlinker Serif", Georgia, serif; font-size: 17px; }
.text-action--dark { color: var(--white); }

.team-film {
  color: var(--white);
  background: var(--ink);
}

.team-film-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: clamp(50px, 7vw, 112px);
}

.story-player {
  position: relative;
}

.story-player video {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #0b1017;
}

.film-stamp {
  position: absolute;
  inset: 18px 18px auto auto;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 9px 12px;
  color: var(--white);
  background: rgba(16, 24, 35, 0.82);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.film-stamp b { color: var(--acid); }
.film-stamp i { font-style: normal; }
.team-copy h2 { font-size: clamp(48px, 5vw, 80px); }
.team-copy h2 em { color: var(--orange-light); }

.team-copy blockquote {
  margin-top: 28px;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.76);
  border-left: 2px solid var(--acid);
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: 18px;
  line-height: 1.65;
}

.mechanic-id {
  justify-content: flex-start;
  margin-top: 30px;
}

.mechanic-avatar,
.review-card footer > span {
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: var(--acid);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 850;
}

.mechanic-id strong,
.mechanic-id span,
.mechanic-id small {
  display: block;
}

.mechanic-id strong { font-size: 12px; }
.mechanic-id span { margin-top: 4px; color: rgba(255, 255, 255, 0.6); font-size: 10px; }
.mechanic-id small { margin-top: 3px; color: var(--orange-light); font-size: 9px; }

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 58px;
}

.review-card {
  min-height: 350px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 28px;
  padding: clamp(24px, 3vw, 40px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
}

.review-card--cobalt {
  color: var(--white);
  background: var(--cobalt);
  border-color: var(--cobalt);
  transform: translateY(-20px);
}

.review-stars {
  color: var(--orange);
  font-size: 13px;
  letter-spacing: 0.1em;
}

.review-card--cobalt .review-stars { color: var(--acid); }
.review-card blockquote { font-family: "Vietlinker Serif", Georgia, serif; font-size: clamp(20px, 1.7vw, 26px); line-height: 1.4; }
.review-card footer { justify-content: flex-start; }
.review-card footer > span { width: 42px; height: 42px; color: var(--white); background: var(--cobalt); }
.review-card--cobalt footer > span { color: var(--ink); background: var(--acid); }
.review-card footer b,
.review-card footer small { display: block; }
.review-card footer b { font-size: 11px; }
.review-card footer small { margin-top: 3px; color: var(--ink-soft); font-size: 9px; }
.review-card--cobalt footer small { color: rgba(255, 255, 255, 0.6); }

.warranty-faq-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.1fr;
  gap: clamp(52px, 8vw, 130px);
  align-items: start;
}

.warranty-card {
  position: sticky;
  top: calc(var(--notice-h) + var(--header-h) + 30px);
  padding: clamp(28px, 4vw, 56px);
  color: var(--white);
  background: var(--cobalt);
}

.warranty-kicker { color: var(--acid); }
.warranty-number { display: flex; align-items: center; gap: 16px; margin-top: 34px; }
.warranty-number > strong { font-family: "Vietlinker Serif", Georgia, serif; font-size: clamp(84px, 9vw, 140px); font-weight: 500; line-height: 0.8; }
.warranty-number > span { display: grid; gap: 4px; color: var(--acid); font-size: 9px; letter-spacing: 0.13em; }
.warranty-number i { width: 34px; height: 1px; color: transparent; background: var(--line-light); }
.warranty-card h2 { margin-top: 32px; font-family: "Vietlinker Serif", Georgia, serif; font-size: clamp(25px, 2.3vw, 36px); font-weight: 500; line-height: 1.18; }
.warranty-card > p { margin-top: 20px; color: rgba(255, 255, 255, 0.7); font-size: 13px; line-height: 1.7; }
.warranty-card .text-action { color: var(--white); }
.faq-list h2 { font-size: clamp(48px, 5vw, 80px); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 82px; display: grid; grid-template-columns: 1fr 28px; align-items: center; gap: 22px; list-style: none; font-family: "Vietlinker Serif", Georgia, serif; font-size: clamp(18px, 1.7vw, 24px); font-weight: 600; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { position: relative; width: 24px; height: 24px; }
.faq-list summary i::before,
.faq-list summary i::after { content: ""; position: absolute; left: 50%; top: 50%; width: 14px; height: 1px; background: var(--cobalt); transform: translate(-50%, -50%); }
.faq-list summary i::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform 160ms ease; }
.faq-list details[open] summary i::after { transform: translate(-50%, -50%) rotate(0); }
.faq-list details p { max-width: 700px; padding: 0 52px 26px 0; color: var(--ink-soft); font-size: 14px; line-height: 1.75; }

.final-cta {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.final-cta-media,
.final-cta-media img,
.final-cta-media span {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.final-cta-media img { object-fit: cover; object-position: center; }
.final-cta-media span { background: linear-gradient(90deg, rgba(8, 17, 28, 0.94), rgba(8, 17, 28, 0.65) 52%, rgba(8, 17, 28, 0.2)); }
.final-cta-copy { position: relative; z-index: 2; padding-block: 110px; }
.final-cta h2 { max-width: 950px; }
.final-cta h2 em { color: var(--orange-light); }
.final-cta-copy > p:not(.eyebrow) { max-width: 650px; margin-top: 28px; color: rgba(255, 255, 255, 0.75); font-size: 16px; line-height: 1.7; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }

.site-footer {
  color: rgba(255, 255, 255, 0.72);
  background: #0b111a;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.25fr repeat(3, 0.6fr);
  gap: 46px;
  padding-block: 72px;
}

.brand--footer { color: var(--white); }
.footer-brand > p { max-width: 300px; margin-top: 22px; font-size: 12px; line-height: 1.7; }
.footer-top > div > span { color: var(--orange-light); }
.footer-top > div > p:not(.footer-brand p) { margin-top: 14px; font-size: 11px; line-height: 1.8; white-space: pre-line; }
.footer-top a:hover { color: var(--white); }
.footer-bottom { min-height: 72px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 26px; border-top: 1px solid rgba(255, 255, 255, 0.12); font-size: 8px; font-weight: 750; letter-spacing: 0.1em; }
.footer-bottom p:nth-child(2) { display: flex; gap: 18px; }
.footer-bottom p:last-child { text-align: right; color: var(--acid); }

.footer-disclosure {
  padding: 20px 0;
  color: rgba(255, 255, 255, 0.52);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 9px;
  line-height: 1.65;
  text-align: center;
}

.mobile-sticky {
  position: fixed;
  z-index: 180;
  inset: auto 0 0;
  min-height: 58px;
  display: none;
  grid-template-columns: 0.75fr 1.25fr;
  color: var(--white);
  box-shadow: 0 -10px 30px rgba(16, 24, 35, 0.14);
}

.mobile-sticky a,
.mobile-sticky button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 15px;
  color: inherit;
  background: var(--ink);
  border: 0;
  font-size: 10px;
  font-weight: 850;
}

.mobile-sticky button { justify-content: space-between; background: var(--orange); }
.mobile-sticky i { color: var(--acid); font-size: 15px; font-style: normal; }
.mobile-sticky button i { color: var(--white); }

.booking-dialog {
  width: min(720px, calc(100vw - 32px));
  max-height: min(880px, calc(100svh - 32px));
  padding: 0;
  color: var(--ink);
  background: var(--paper);
  border: 0;
  box-shadow: 0 40px 100px rgba(4, 12, 26, 0.32);
}

.booking-dialog::backdrop {
  background: rgba(8, 17, 28, 0.76);
  backdrop-filter: blur(5px);
}

.booking-shell {
  position: relative;
  padding: clamp(28px, 5vw, 64px);
}

.dialog-close {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 42px;
  height: 42px;
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--line);
  font-size: 24px;
  line-height: 1;
}

.dialog-index {
  display: block;
  margin-bottom: 28px;
  color: var(--orange);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.booking-shell h2 { font-size: clamp(40px, 6vw, 64px); }
.booking-shell > p:not(.eyebrow) { max-width: 550px; margin-top: 18px; color: var(--ink-soft); font-size: 13px; line-height: 1.7; }
.booking-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 30px; }
.booking-grid label { display: grid; gap: 8px; font-size: 10px; font-weight: 800; letter-spacing: 0.06em; }
.booking-grid-wide { grid-column: 1 / -1; }
.booking-grid select { width: 100%; min-height: 52px; padding: 0 40px 0 14px; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 0; }
.booking-privacy { display: flex; align-items: flex-start; gap: 12px; margin-top: 22px; padding: 15px; color: var(--cobalt-dark); background: #e7eefb; }
.booking-privacy > span { font-size: 22px; line-height: 1; }
.booking-privacy b,
.booking-privacy small { display: block; }
.booking-privacy b { font-size: 8px; letter-spacing: 0.12em; }
.booking-privacy small { margin-top: 4px; font-size: 10px; line-height: 1.5; }
.dialog-submit { width: 100%; margin-top: 20px; justify-content: space-between; }

.toast {
  position: fixed;
  z-index: 500;
  right: 24px;
  bottom: 24px;
  width: min(420px, calc(100vw - 32px));
  display: grid;
  grid-template-columns: 36px 1fr 28px;
  align-items: center;
  gap: 12px;
  padding: 17px;
  color: var(--white);
  background: var(--ink);
  border-left: 4px solid var(--acid);
  box-shadow: var(--shadow);
}

.toast[hidden] {
  display: none !important;
}

.toast > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: var(--acid);
  border-radius: 50%;
  font-weight: 850;
}

.toast strong,
.toast small { display: block; }
.toast strong { font-size: 12px; }
.toast small { margin-top: 4px; color: rgba(255, 255, 255, 0.65); font-size: 10px; line-height: 1.5; }
.toast button { width: 28px; height: 28px; color: var(--white); background: transparent; border: 0; font-size: 19px; }

.data-saver .hero-media video,
.data-saver .story-player video {
  display: none;
}

.data-saver .story-player {
  aspect-ratio: 16 / 10;
  background: url("../assets/services-auto-story-v1.webp") center / cover no-repeat;
}

.data-saver .hero-image-fallback {
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #d8d1c5;
  filter: none;
  transform: none;
}

@media (max-width: 1180px) {
  :root { --shell: min(100% - 40px, 1120px); }
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: auto 1fr; padding-inline: 20px; }
  .header-actions { justify-self: end; }
  .menu-toggle { display: grid; }
  .hero-layout { grid-template-columns: minmax(400px, 0.85fr) minmax(0, 1.15fr); gap: 24px 40px; }
  .hero h1 { font-size: clamp(50px, 5.2vw, 64px); }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .scan-sticky { grid-template-columns: minmax(0, 1.25fr) minmax(310px, 0.75fr); gap: 40px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  :root { --notice-h: 42px; --header-h: 72px; --section-space: 90px; }
  .demo-disclosure { padding-inline: 16px; font-size: 8px; letter-spacing: 0.11em; }
  .disclosure-credit { display: none; }
  .header-book,
  .header-actions > .language-switch { display: none; }
  .hero { min-height: auto; display: block; padding: calc(var(--notice-h) + var(--header-h) + 34px) 0 70px; }
  .hero-media { position: relative; inset: auto; width: var(--shell); height: min(58vw, 560px); margin: 0 auto 42px; border-radius: 18px; }
  .hero-layout { grid-template-columns: 1fr; grid-template-rows: auto auto; align-items: start; }
  .hero-copy { max-width: 760px; }
  .symptom-finder { width: 100%; max-width: 680px; margin-top: 8px; }
  .hero-bottom { position: relative; inset: auto; margin-top: 48px; grid-template-columns: auto 1fr; }
  .hero-bottom > p { text-align: right; }
  .scroll-cue { display: none; }
  .section-intro--split,
  .inspection-dashboard,
  .case-layout,
  .team-film-layout,
  .warranty-faq-layout { grid-template-columns: 1fr; }
  .section-intro--split { gap: 28px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .scan-journey { height: auto; margin-top: 58px; }
  .scan-sticky { position: relative; top: auto; height: auto; min-height: 0; grid-template-columns: 1fr; }
  .vehicle-window { height: min(70vw, 620px); min-height: 440px; }
  .scan-copy { height: auto; min-height: 0; gap: 12px; }
  .scan-progress { display: none; }
  .scan-step,
  .scan-step.is-active { position: relative; visibility: visible; opacity: 1; transform: none; padding: 24px; background: var(--white); border: 1px solid var(--line); }
  .scan-step div > p:last-child { margin-top: 10px; }
  .scan-step h3 { margin-top: 8px; font-size: 28px; }
  .case-layout,
  .team-film-layout { gap: 54px; }
  .review-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 290px; }
  .review-card--cobalt { transform: none; }
  .warranty-card { position: relative; top: auto; }
  .footer-bottom { grid-template-columns: 1fr; padding-block: 26px 86px; text-align: center; }
  .footer-bottom p:nth-child(2) { justify-content: center; flex-wrap: wrap; }
  .footer-bottom p:last-child { text-align: center; }
  .mobile-sticky { display: grid; padding-bottom: env(safe-area-inset-bottom); }
  .toast { bottom: calc(70px + env(safe-area-inset-bottom)); }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 28px); --section-space: 74px; }
  .site-header { padding-inline: 14px; }
  .brand-mark { width: 36px; height: 36px; }
  .brand-copy strong { font-size: 13px; }
  .brand-copy small { font-size: 7px; }
  .menu-toggle { width: 42px; height: 42px; }
  .mobile-menu { padding-inline: 18px; }
  .mobile-menu-footer { align-items: flex-start; flex-direction: column; }
  .hero { padding-bottom: 62px; }
  .hero-media { width: var(--shell); height: max(340px, 53svh); margin-bottom: 32px; border-radius: 14px; }
  .hero-shade { background: linear-gradient(90deg, rgba(247, 242, 232, 0.16), transparent 35%, rgba(16, 40, 63, 0.06)); }
  .lab-grid { background-size: 48px 48px; mask-image: none; opacity: 0.1; }
  .hero h1 { max-width: 360px; margin-top: 18px; font-size: clamp(42px, 11.5vw, 58px); line-height: 1; }
  .hero h1 em { font-size: 0.72em; white-space: nowrap; }
  .hero-intro { margin-top: 22px; font-size: 15px; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-actions .button { min-height: 52px; gap: 9px; padding-inline: 12px; font-size: 9px; }
  .hero-trust { display: grid; gap: 9px; }
  .symptom-finder { padding: 22px 18px; }
  .symptom-options { grid-template-columns: 1fr 1fr; }
  .when-options { grid-template-columns: repeat(3, 1fr); }
  .hero-bottom { display: none; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 330px; }
  .section-intro h2,
  .case-copy h2,
  .team-copy h2,
  .faq-list h2,
  .final-cta h2,
  .booking-shell h2 { font-size: clamp(42px, 13vw, 64px); }
  .section-intro > p:last-child { font-size: 14px; }
  .vehicle-window { height: 70svh; min-height: 500px; }
  .vehicle-window > img { object-position: 60% center; }
  .hotspot b { display: none; }
  .hotspot { padding: 4px; }
  .hotspot--engine { left: 69%; }
  .hotspot--brake { left: 70%; }
  .hotspot--tire { left: 30%; }
  .inspection-dashboard { width: 100%; }
  .dvi-card,
  .estimate-card { padding: 24px 16px; border-inline: 0; }
  .dvi-head { align-items: flex-start; }
  .dvi-head h3 { font-size: 20px; }
  .status-pill { padding: 6px; }
  .health-score { padding: 16px; }
  .score-ring { width: 76px; height: 76px; }
  .inspection-item { grid-template-columns: 28px 1fr; padding-block: 10px; }
  .inspection-item > b { grid-column: 2; }
  .estimate-table [role="row"] { grid-template-columns: 1fr 62px 58px; gap: 8px; }
  .estimate-actions { grid-template-columns: 1fr; }
  .estimate-total strong { font-size: 37px; }
  .case-study,
  .team-film { padding-block: 76px; }
  .comparison { aspect-ratio: 0.92; }
  .case-facts { grid-template-columns: 1fr; }
  .case-facts div:nth-child(odd) { border-right: 0; }
  .case-facts div:nth-child(even) { padding-left: 0; }
  .film-stamp { display: none; }
  .review-card { min-height: 320px; }
  .warranty-number > strong { font-size: 96px; }
  .faq-list summary { min-height: 74px; font-size: 18px; }
  .final-cta { min-height: 700px; }
  .final-cta-media img { object-position: 58% center; }
  .footer-top { grid-template-columns: 1fr; gap: 30px; padding-block: 58px; }
  .footer-brand { padding-bottom: 24px; border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
  .booking-dialog { width: 100%; max-width: none; max-height: calc(100svh - var(--notice-h)); margin: auto 0 0; }
  .booking-shell { padding: 28px 18px 24px; }
  .dialog-close { right: 14px; top: 14px; }
  .booking-grid { grid-template-columns: 1fr; }
  .booking-grid-wide { grid-column: auto; }
  .toast { right: 16px; bottom: calc(70px + env(safe-area-inset-bottom)); max-height: calc(100svh - 100px); }
}

@media (max-height: 650px) and (orientation: landscape) {
  :root { --notice-h: 30px; --header-h: 62px; }
  .demo-disclosure { font-size: 7px; }
  .hero { min-height: 780px; }
  .mobile-menu nav { grid-template-columns: 1fr 1fr; column-gap: 30px; }
  .mobile-menu nav b { font-size: 26px; }
  .mobile-menu nav a { padding: 8px 0; }
  .booking-dialog { max-height: calc(100svh - 14px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .scan-beam { top: 50%; }
  .hero-media video { display: none; }
  .hero-image-fallback { background-size: contain; background-repeat: no-repeat; background-color: #d8d1c5; filter: none; transform: none; }
  .vehicle-window > img { transform: none; }
}
