:root {
  color-scheme: dark;
  --black: #030303;
  --ink: #0a0a0a;
  --panel: #111111;
  --panel-strong: #171717;
  --line: rgba(255, 255, 255, 0.16);
  --line-strong: rgba(255, 255, 255, 0.28);
  --white: #ffffff;
  --soft: #f2f2f2;
  --muted: #b8b8b8;
  --faint: #7c7c7c;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.5);
  --max: 1180px;
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--black);
  color: var(--soft);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

body.is-loading {
  overflow: hidden;
}

body::selection {
  background: var(--white);
  color: var(--black);
}

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

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: fixed;
  z-index: 40;
  top: 14px;
  left: 50%;
  display: grid;
  width: min(calc(100% - 28px), var(--max));
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.68);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
  transition: top 180ms ease, border-color 180ms ease, background 180ms ease;
}

.site-header.is-compact {
  top: 8px;
  border-color: var(--line-strong);
  background: rgba(0, 0, 0, 0.88);
}

.brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  display: block;
  width: 82px;
  height: 56px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: #000;
  overflow: hidden;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 5px;
}

.brand-copy {
  display: grid;
  gap: 1px;
  min-width: 0;
}

.brand-copy strong {
  color: var(--white);
  font-size: 0.92rem;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand-copy span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav-links {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.nav-links a,
.header-cta {
  border-radius: var(--radius);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.nav-links a {
  padding: 10px 12px;
  color: rgba(255, 255, 255, 0.72);
}

.nav-links a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  transform: translateY(-1px);
}

.header-cta {
  justify-self: end;
  padding: 12px 18px;
  border: 1px solid var(--white);
  background: var(--white);
  color: var(--black);
}

.header-cta:hover {
  background: transparent;
  color: var(--white);
}

.floating-booking {
  position: fixed;
  z-index: 35;
  right: 18px;
  bottom: 22px;
  display: grid;
  gap: 2px;
  min-width: 184px;
  padding: 14px 16px;
  border: 1px solid var(--white);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--black);
  box-shadow: var(--shadow);
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.floating-booking:hover {
  box-shadow: 0 32px 92px rgba(255, 255, 255, 0.14);
  transform: translateY(-3px);
}

.floating-booking span {
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.floating-booking strong {
  font-size: 0.94rem;
  line-height: 1.1;
}

.mobile-booking-bar {
  display: none;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 138px 0 76px;
  isolation: isolate;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 58%;
  filter: grayscale(1) contrast(1.12) brightness(0.72);
  transform: scale(1.03);
  animation: heroDrift 16s ease-in-out infinite alternate;
}

.hero-mobile-bg,
.hero-bg-two,
.hero-bg-three {
  display: none;
}

.hero-overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.58) 44%, rgba(0, 0, 0, 0.22)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.86));
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(calc(100% - 36px), var(--max));
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: end;
  gap: clamp(28px, 5vw, 72px);
  margin: 0 auto;
}

.hero-copy {
  max-width: 780px;
}

.eyebrow,
.section-kicker,
.card-label {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  color: var(--white);
  font-size: clamp(3.2rem, 9vw, 8.6rem);
  line-height: 0.86;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-lede {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.02rem, 1.6vw, 1.24rem);
}

.hero-actions,
.proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.hero-actions {
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 20px;
  border: 1px solid var(--white);
  border-radius: var(--radius);
  cursor: pointer;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

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

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

.button-primary:hover {
  background: transparent;
  color: var(--white);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.button-secondary:hover {
  background: rgba(255, 255, 255, 0.16);
}

.proof-row {
  margin-top: 34px;
}

.proof-row span {
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 800;
}

.hero-card {
  padding: 24px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: rgba(5, 5, 5, 0.72);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  transition: border-color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.hero-card:hover,
.package-card:hover,
.review-card:hover {
  border-color: rgba(255, 255, 255, 0.48);
  transform: translateY(-4px);
}

.hero-card h2 {
  margin-bottom: 6px;
  color: var(--white);
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
}

.hero-card .price {
  margin-bottom: 16px;
  color: var(--white);
  font-size: 2.6rem;
  font-weight: 950;
  line-height: 1;
}

.hero-card p:not(.price) {
  color: var(--muted);
}

.hero-card a,
.package-card a,
.site-footer a {
  display: inline-flex;
  margin-top: 8px;
  color: var(--white);
  font-weight: 950;
  letter-spacing: 0.08em;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
  text-transform: uppercase;
}

.logo-band {
  display: grid;
  min-height: 180px;
  place-items: center;
  padding: 32px 18px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #000;
}

.logo-band img {
  width: min(380px, 86vw);
  max-height: 170px;
  object-fit: contain;
  filter: drop-shadow(0 22px 42px rgba(255, 255, 255, 0.08));
}

.section {
  width: min(calc(100% - 36px), var(--max));
  margin: 0 auto;
  padding: 92px 0;
}

.image-split,
.interior-section,
.reviews-section,
.process-section {
  position: relative;
  isolation: isolate;
}

.image-split::before,
.interior-section::before,
.reviews-section::before,
.process-section::before {
  position: absolute;
  z-index: -1;
  inset: 30px -24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  content: "";
  opacity: 0.42;
  pointer-events: none;
}

.image-split::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.82)),
    url("assets/bmw-headlight-night.jpg") center 50% / cover no-repeat;
}

.interior-section::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.94)),
    url("assets/aston-interior-controls.jpg") center 52% / cover no-repeat;
}

.reviews-section::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.92)),
    url("assets/porsche-tail-detail.jpg") center 52% / cover no-repeat;
}

.process-section::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0.9)),
    url("assets/audi-headlight-dark.jpg") center 48% / cover no-repeat;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: clamp(28px, 7vw, 92px);
  align-items: start;
}

.intro-grid h2,
.section-heading h2,
.split-copy h2,
.interior-copy h2,
.booking-copy h2,
.compact-heading h2 {
  color: var(--white);
  font-size: clamp(2.2rem, 5vw, 5rem);
  line-height: 0.94;
  letter-spacing: 0;
  text-transform: uppercase;
}

.intro-grid p,
.section-heading p,
.split-copy p,
.interior-copy p,
.booking-copy p,
.process-grid p,
.package-card p {
  color: var(--muted);
}

.image-split,
.interior-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.image-split {
  min-height: 520px;
  align-content: center;
}

.image-split .split-copy {
  max-width: 720px;
}

.image-panel,
.interior-image {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.image-panel img,
.interior-image img {
  width: 100%;
  min-height: 520px;
  object-fit: cover;
  filter: grayscale(1) contrast(1.1);
  transition: filter 360ms ease, transform 500ms ease;
}

.image-panel:hover img,
.interior-image:hover img {
  transform: scale(1.035);
}

.interior-image img {
  filter: saturate(1.12) contrast(1.05) brightness(1.02);
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 750;
}

.check-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "/";
  color: var(--white);
  font-weight: 950;
}

.packages-section {
  width: 100%;
  max-width: none;
  padding: 96px max(18px, calc((100vw - var(--max)) / 2));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.94)),
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.12), transparent 32%),
    url("assets/highend-mclaren-front.jpg") center 42% / cover fixed no-repeat,
    var(--ink);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.package-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(10px);
  transition: border-color 220ms ease, transform 220ms ease, background 220ms ease;
}

.package-card.featured-package {
  border-color: rgba(255, 255, 255, 0.54);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.package-card span {
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.package-card h3 {
  margin-bottom: 10px;
  color: var(--white);
  font-size: 1.65rem;
  line-height: 1;
  text-transform: uppercase;
}

.package-price {
  margin-bottom: 16px;
  color: var(--white) !important;
  font-size: 2.55rem;
  font-weight: 950;
  line-height: 1;
}

.package-card ul {
  display: grid;
  gap: 10px;
  margin: 14px 0 18px;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.8);
}

.package-card a {
  margin-top: auto;
}

.size-pricing {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.size-pricing div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.56);
  backdrop-filter: blur(10px);
}

.size-pricing span,
.size-pricing strong {
  display: block;
}

.size-pricing span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 850;
  text-transform: uppercase;
}

.size-pricing strong {
  margin-top: 6px;
  color: var(--white);
  font-size: 1.8rem;
  line-height: 1;
}

.interior-section {
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
}

.interior-image img {
  min-height: 440px;
}

.reviews-section {
  border-top: 1px solid var(--line);
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.review-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)),
    rgba(0, 0, 0, 0.58);
  backdrop-filter: blur(12px);
  transition: border-color 220ms ease, transform 220ms ease;
}

.stars {
  margin-bottom: 18px;
  color: var(--white);
  font-size: 0.92rem;
  letter-spacing: 0.16em;
}

.review-card p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.02rem;
}

.review-card span {
  margin-top: auto;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.process-section {
  border-top: 1px solid var(--line);
}

.compact-heading {
  max-width: 820px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.process-grid article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.process-grid span {
  display: block;
  margin-bottom: 26px;
  color: var(--faint);
  font-size: 0.9rem;
  font-weight: 950;
}

.process-grid h3 {
  margin-bottom: 8px;
  color: var(--white);
  text-transform: uppercase;
}

.booking-section {
  padding: 104px 18px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.96)),
    url("assets/white-luxury-mercedes.jpg") center 48% / cover no-repeat,
    var(--white);
  color: var(--black);
}

.booking-shell {
  display: grid;
  width: min(100%, var(--max));
  grid-template-columns: 1fr;
  gap: clamp(28px, 5vw, 72px);
  margin: 0 auto;
  align-items: start;
}

.booking-copy {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.booking-form {
  width: min(100%, 980px);
  max-width: 980px;
  margin: 0 auto;
}

.booking-copy .eyebrow,
.booking-copy h2,
.booking-copy p {
  color: var(--black);
}

.booking-copy h2 {
  margin-bottom: 18px;
}

.booking-copy p {
  color: #373737;
}

.booking-note {
  margin-top: 24px;
  padding: 18px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.04);
  color: #222;
}

.booking-form {
  display: grid;
  gap: 20px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: var(--radius);
  background: rgba(247, 247, 247, 0.88);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(14px);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

label {
  display: grid;
  gap: 7px;
  color: #111;
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--black);
  outline: none;
}

input,
select {
  min-height: 56px;
  padding: 0 15px;
}

textarea {
  resize: vertical;
  min-height: 150px;
  padding: 15px;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #000;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.form-submit {
  width: 100%;
  border-color: var(--black);
  background: var(--black);
  color: var(--white);
}

.form-submit:hover {
  background: #222;
  color: var(--white);
}

.form-status {
  min-height: 1.2em;
  margin: 0;
  color: #111;
  font-weight: 850;
}

.site-footer {
  display: flex;
  width: min(calc(100% - 36px), var(--max));
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 auto;
  padding: 34px 0 96px;
}

.site-footer div {
  max-width: 540px;
}

.site-footer img {
  width: 230px;
  max-height: 150px;
  object-fit: contain;
}

.site-footer p {
  margin: 18px 0 0;
  color: var(--muted);
}

.powered-by {
  margin-top: 14px !important;
  color: rgba(255, 255, 255, 0.42) !important;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.powered-by a {
  display: inline;
  margin: 0;
  color: #c5a3ff;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0.04em;
  text-shadow:
    0 0 10px rgba(91, 44, 146, 0.9),
    0 0 22px rgba(68, 28, 122, 0.68),
    0 0 34px rgba(31, 14, 58, 0.9);
}

.form-first-page {
  background: #020202;
}

.form-first-hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 130px 18px 74px;
  isolation: isolate;
}

.form-first-bg {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.9)),
    url("assets/white-luxury-mercedes.jpg") center 48% / cover no-repeat;
}

.form-first-hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 72% 28%, rgba(255, 255, 255, 0.22), transparent 24%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.86));
}

.form-first-shell {
  display: grid;
  width: min(100%, var(--max));
  grid-template-columns: minmax(0, 0.86fr) minmax(520px, 1.14fr);
  gap: clamp(28px, 5vw, 74px);
  margin: 0 auto;
  align-items: center;
}

.form-first-copy {
  max-width: 650px;
}

.form-first-copy img {
  width: min(280px, 72vw);
  margin-bottom: 26px;
  filter: drop-shadow(0 22px 44px rgba(255, 255, 255, 0.08));
}

.form-first-copy h1 {
  margin-bottom: 18px;
  font-size: clamp(3.4rem, 8vw, 7.6rem);
}

.form-first-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
}

.form-first-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.form-first-proof span {
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.form-first-card {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(248, 248, 248, 0.92);
}

.form-first-packages,
.form-first-reviews {
  width: min(calc(100% - 36px), var(--max));
  margin: 0 auto;
  padding: 86px 0;
}

.form-first-packages {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.form-first-packages h2,
.form-first-reviews h2 {
  color: var(--white);
  font-size: clamp(2.2rem, 4.8vw, 4.8rem);
  line-height: 0.96;
  text-transform: uppercase;
}

.form-first-package-grid {
  display: grid;
  gap: 12px;
}

.form-first-package-grid article {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.46)),
    url("assets/highend-mclaren-front.jpg") center 42% / cover no-repeat;
}

.form-first-package-grid article:nth-child(2) {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.5)),
    url("assets/bmw-headlight-night.jpg") center / cover no-repeat;
}

.form-first-package-grid article:nth-child(3) {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.46)),
    url("assets/aston-interior-controls.jpg") center 52% / cover no-repeat;
}

.form-first-package-grid span,
.form-first-package-grid strong {
  display: block;
}

.form-first-package-grid span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.form-first-package-grid strong {
  margin: 7px 0;
  color: var(--white);
  font-size: 2.2rem;
}

.form-first-package-grid p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
}

.mirror-form-first main > .booking-section:not(.top-booking-section) {
  display: none;
}

.mirror-form-first .top-booking-section {
  position: relative;
  overflow: hidden;
  padding-top: 132px;
  padding-bottom: 86px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 50% 16%, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.38) 22%, transparent 44%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.96)),
    url("assets/white-luxury-mercedes.jpg") center 42% / cover no-repeat,
    var(--white);
}

.mirror-form-first .top-booking-section::after {
  position: absolute;
  inset: auto 0 0;
  height: 130px;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.12));
  pointer-events: none;
}

.mirror-form-first .top-booking-section .booking-copy {
  max-width: 760px;
}

.mirror-form-first .top-booking-section .booking-copy h2 {
  color: #050505;
}

.mirror-form-first .top-booking-form {
  position: relative;
  z-index: 1;
  border-color: rgba(0, 0, 0, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 245, 245, 0.9)),
    rgba(255, 255, 255, 0.92);
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.25),
    inset 0 0 0 1px rgba(255, 255, 255, 0.62);
}

@media (max-width: 920px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .hero-grid,
  .intro-grid,
  .image-split,
  .interior-section,
  .booking-shell {
    grid-template-columns: 1fr;
  }

  .hero-card {
    max-width: 420px;
  }

  .package-grid,
  .size-pricing,
  .process-grid,
  .reviews-grid,
  .form-first-shell,
  .form-first-packages {
    grid-template-columns: 1fr;
  }

  .form-first-shell {
    max-width: 720px;
  }
}

@media (max-width: 640px) {
  .site-header {
    top: 8px;
    width: min(calc(100% - 18px), var(--max));
    gap: 8px;
    padding: 6px;
  }

  .brand-mark {
    width: 48px;
    height: 34px;
  }

  .brand-mark img {
    padding: 3px;
  }

  .brand {
    gap: 8px;
  }

  .brand-copy strong {
    font-size: 0.68rem;
  }

  .brand-copy span {
    font-size: 0.48rem;
    letter-spacing: 0.08em;
  }

  .header-cta {
    min-height: 34px;
    padding: 8px 10px;
    font-size: 0.64rem;
  }

  .floating-booking {
    display: none;
  }

  .mobile-booking-bar {
    position: fixed;
    z-index: 60;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    padding: 6px;
    border: 1px solid var(--line-strong);
    border-radius: var(--radius);
    background: rgba(0, 0, 0, 0.9);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.44);
    backdrop-filter: blur(14px);
  }

  .mobile-booking-bar a {
    display: grid;
    min-height: 38px;
    place-items: center;
    border-radius: var(--radius);
    color: var(--white);
    font-size: 0.68rem;
    font-weight: 950;
    text-decoration: none;
    text-transform: uppercase;
  }

  .mobile-booking-bar a:last-child {
    background: var(--white);
    color: var(--black);
  }

  .hero {
    min-height: auto;
    padding: 94px 0 42px;
  }

  h1 {
    margin-bottom: 14px;
    font-size: clamp(2.2rem, 13.5vw, 3.8rem);
    line-height: 0.9;
  }

  h2,
  .intro-grid h2,
  .section-heading h2,
  .split-copy h2,
  .interior-copy h2,
  .booking-copy h2,
  .compact-heading h2 {
    font-size: clamp(1.75rem, 10vw, 2.65rem);
    line-height: 0.98;
  }

  h3 {
    font-size: 1.05rem;
  }

  p,
  li {
    font-size: 0.9rem;
    line-height: 1.45;
  }

  .hero-grid {
    width: min(calc(100% - 24px), var(--max));
    gap: 18px;
  }

  .hero-lede {
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .eyebrow,
  .section-kicker,
  .card-label {
    margin-bottom: 9px;
    font-size: 0.62rem;
    letter-spacing: 0.14em;
  }

  .hero-actions {
    gap: 8px;
    margin-top: 18px;
  }

  .button,
  .hero-actions a {
    width: 100%;
  }

  .button {
    min-height: 42px;
    padding: 10px 14px;
    font-size: 0.72rem;
    letter-spacing: 0.06em;
  }

  .proof-row {
    gap: 6px;
    margin-top: 16px;
  }

  .proof-row span {
    padding: 6px 8px;
    font-size: 0.68rem;
  }

  .hero-card,
  .package-card,
  .review-card,
  .process-grid article,
  .booking-form,
  .booking-note {
    padding: 16px;
  }

  .hero-card h2 {
    font-size: 1.25rem;
  }

  .hero-card .price,
  .package-price {
    margin-bottom: 10px;
    font-size: 1.75rem;
  }

  .logo-band {
    min-height: 112px;
    padding: 20px 12px;
  }

  .logo-band img {
    width: min(250px, 76vw);
    max-height: 96px;
  }

  .section,
  .packages-section {
    width: min(calc(100% - 24px), var(--max));
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .packages-section {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }

  .intro-grid,
  .image-split,
  .interior-section,
  .booking-shell {
    gap: 22px;
  }

  .section-heading {
    margin-bottom: 22px;
  }

  .package-grid,
  .size-pricing,
  .process-grid,
  .reviews-grid {
    gap: 10px;
  }

  .package-card span {
    margin-bottom: 10px;
    padding: 4px 7px;
    font-size: 0.6rem;
  }

  .package-card h3 {
    margin-bottom: 6px;
    font-size: 1.2rem;
  }

  .package-card ul {
    gap: 6px;
    margin: 8px 0 12px;
    padding-left: 16px;
  }

  .size-pricing div {
    padding: 12px 14px;
  }

  .size-pricing span {
    font-size: 0.7rem;
  }

  .size-pricing strong {
    font-size: 1.3rem;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .image-panel img,
  .interior-image img {
    min-height: 230px;
  }

  .check-list {
    gap: 8px;
    margin-top: 16px;
  }

  .check-list li {
    padding-left: 20px;
  }

  .booking-section {
    padding: 52px 12px;
  }

  label {
    gap: 5px;
    font-size: 0.68rem;
    letter-spacing: 0.06em;
  }

  input,
  select {
    min-height: 40px;
    padding: 0 10px;
  }

  textarea {
    min-height: 104px;
    padding: 10px;
  }

  .booking-form {
    gap: 12px;
  }

  .stars {
    margin-bottom: 10px;
    font-size: 0.76rem;
  }

  .review-card p {
    font-size: 0.9rem;
  }

  .process-grid span {
    margin-bottom: 14px;
    font-size: 0.72rem;
  }

  .site-footer {
    display: grid;
    gap: 10px;
    padding: 24px 0 88px;
  }

  .site-footer img {
    width: 160px;
    max-height: 90px;
  }

  .site-footer p {
    margin-top: 8px;
    font-size: 0.82rem;
  }

  .powered-by {
    font-size: 0.62rem !important;
  }
}

@media (max-width: 640px) {
  body {
    background: #050505;
  }

  .site-header {
    top: 6px;
    width: calc(100% - 16px);
    border-radius: 7px;
    background: rgba(0, 0, 0, 0.86);
  }

  .brand-copy span {
    display: none;
  }

  .header-cta {
    min-height: 32px;
    padding: 7px 9px;
  }

  .hero {
    position: relative;
    display: grid;
    min-height: 560px;
    align-items: center;
    padding: 92px 0 72px;
    background: #050505;
  }

  .hero-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: #111;
  }

  .hero-bg-two,
  .hero-bg-three {
    display: block;
  }

  .hero-media img {
    position: absolute;
    inset: 0;
    opacity: 0;
    object-position: 50% 58%;
    filter: grayscale(0.22) contrast(1.08) brightness(0.72);
    transform: scale(1.06);
    animation: mobileHeroFade 15s ease-in-out infinite;
  }

  .hero-media .hero-bg-one {
    animation-delay: 0s;
  }

  .hero-media .hero-bg-two {
    object-position: 52% 48%;
    animation-delay: 5s;
  }

  .hero-media .hero-bg-three {
    object-position: 52% 52%;
    animation-delay: 10s;
  }

  .hero-overlay {
    display: block;
    z-index: 1;
    background:
      radial-gradient(circle at 50% 34%, rgba(255, 255, 255, 0.16), transparent 22%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.72) 42%, rgba(0, 0, 0, 0.94));
  }

  .hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    width: calc(100% - 24px);
    gap: 12px;
    justify-items: center;
    text-align: center;
  }

  h1 {
    max-width: 330px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    font-size: clamp(1.95rem, 11vw, 2.8rem);
    line-height: 0.94;
  }

  h2,
  .intro-grid h2,
  .section-heading h2,
  .booking-copy h2,
  .compact-heading h2 {
    font-size: clamp(1.45rem, 8vw, 2.05rem);
    line-height: 1;
  }

  .split-copy h2,
  .interior-copy h2 {
    font-size: 1.24rem;
    line-height: 1.02;
  }

  p,
  li {
    font-size: 0.82rem;
    line-height: 1.38;
  }

  .hero-lede {
    max-width: 360px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    font-size: 0.84rem;
    line-height: 1.38;
  }

  .hero-lede {
    font-size: 0;
    line-height: 0;
  }

  .hero-lede::before {
    content: "Premium details that make your car feel new again.";
    display: block;
    font-size: 0.9rem;
    line-height: 1.34;
  }

  .eyebrow,
  .section-kicker,
  .card-label {
    margin-bottom: 7px;
    font-size: 0.56rem;
    letter-spacing: 0.12em;
  }

  .hero-actions {
    grid-template-columns: 1fr 1fr;
    display: grid;
    width: min(100%, 330px);
    gap: 8px;
    margin-top: 14px;
  }

  .button,
  .hero-actions a {
    width: auto;
  }

  .button {
    min-height: 36px;
    padding: 8px 10px;
    font-size: 0.63rem;
  }

  .proof-row {
    width: min(100%, 340px);
    justify-content: center;
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
    gap: 5px;
    margin-top: 12px;
  }

  .proof-row::-webkit-scrollbar {
    display: none;
  }

  .proof-row span {
    flex: 0 0 auto;
    min-height: 0;
    padding: 6px 9px;
    font-size: 0.56rem;
    line-height: 1.15;
  }

  .hero-card {
    display: none;
  }

  .logo-band {
    display: none;
  }

  .section,
  .packages-section {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .intro-section {
    padding-top: 28px;
  }

  .intro-grid {
    gap: 10px;
  }

  .intro-grid p {
    font-size: 0;
    line-height: 0;
  }

  .intro-grid p:first-child::before {
    content: "Deep clean. Rich gloss. A vehicle that feels worth driving again.";
    display: block;
    color: var(--muted);
    font-size: 0.86rem;
    line-height: 1.35;
  }

  .intro-grid p + p {
    display: none;
  }

  .image-split {
    grid-template-columns: 1fr;
    gap: 12px;
    align-items: center;
    min-height: 350px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .image-split::before {
    inset: 0;
    opacity: 0.62;
  }

  .image-panel,
  .interior-image {
    border: 0;
    border-radius: 8px;
  }

  .image-panel img,
  .interior-image img {
    width: 100%;
    height: 212px;
    min-height: 0;
    object-fit: cover;
  }

  .image-panel img {
    filter: grayscale(0.12) contrast(1.04) brightness(0.98);
  }

  .split-copy p:not(.eyebrow) {
    display: none;
  }

  .split-copy h2 {
    max-width: 310px;
    font-size: 1.52rem;
    line-height: 0.98;
  }

  .check-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 12px;
  }

  .check-list li {
    width: fit-content;
    padding: 6px 9px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    font-size: 0.66rem;
    line-height: 1;
  }

  .check-list li::before {
    display: none;
  }

  .check-list li:nth-child(n + 4) {
    display: none;
  }

  .packages-section .section-heading p {
    font-size: 0;
    line-height: 0;
  }

  .packages-section .section-heading p::before {
    content: "Choose your level. MD handles the rest.";
    display: block;
    color: var(--muted);
    font-size: 0.84rem;
    line-height: 1.35;
  }

  .package-card {
    border: 0;
    border-top: 1px solid var(--line);
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
    padding: 14px 0;
  }

  .package-card:first-child {
    border-top: 0;
  }

  .package-card.featured-package {
    border-color: var(--line);
    background: transparent;
    box-shadow: none;
  }

  .package-card p:not(.package-price) {
    max-width: 310px;
    margin-bottom: 4px;
    font-size: 0.78rem;
  }

  .package-card ul {
    display: none;
  }

  .section-heading {
    margin-bottom: 14px;
  }

  .package-grid,
  .size-pricing,
  .process-grid,
  .reviews-grid {
    gap: 8px;
  }

  .package-card span {
    margin-bottom: 8px;
  }

  .package-card h3 {
    font-size: 1.05rem;
  }

  .package-price {
    font-size: 1.45rem;
  }

  .package-card a,
  .site-footer a {
    font-size: 0.66rem;
    text-underline-offset: 4px;
  }

  .size-pricing {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .size-pricing div {
    padding: 10px 8px;
    text-align: center;
  }

  .size-pricing span {
    font-size: 0.58rem;
    line-height: 1.15;
  }

  .size-pricing strong {
    font-size: 1.08rem;
  }

  .interior-section {
    grid-template-columns: 1fr;
    gap: 12px;
    align-items: center;
  }

  .interior-copy p {
    font-size: 0;
    line-height: 0;
  }

  .interior-copy p::before {
    content: "Clean touchpoints. Fresh seats. Clear glass. Better every time you open the door.";
    display: block;
    color: var(--muted);
    font-size: 0.84rem;
    line-height: 1.35;
  }

  .interior-image img {
    height: 218px;
  }

  .reviews-section {
    padding-top: 30px;
  }

  .reviews-section .section-heading {
    margin-bottom: 12px;
  }

  .reviews-grid {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .reviews-grid::-webkit-scrollbar {
    display: none;
  }

  .review-card {
    flex: 0 0 86%;
    scroll-snap-align: start;
    padding: 13px;
  }

  .stars {
    margin-bottom: 7px;
    font-size: 0.62rem;
  }

  .review-card p {
    margin-bottom: 10px;
    font-size: 0.78rem;
    line-height: 1.35;
  }

  .review-card span {
    font-size: 0.62rem;
  }

  .process-grid article {
    border: 0;
    border-top: 1px solid var(--line);
    border-radius: 0;
    background: transparent;
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 4px 10px;
    padding: 12px;
  }

  .process-grid span {
    grid-row: span 2;
    margin: 0;
    font-size: 0.66rem;
  }

  .process-grid h3 {
    margin-bottom: 0;
    font-size: 0.92rem;
  }

  .process-grid p {
    margin-bottom: 0;
    font-size: 0.76rem;
  }

  .booking-section {
    padding: 38px 10px 46px;
  }

  .booking-shell {
    gap: 14px;
  }

  .booking-copy {
    text-align: center;
  }

  .booking-note {
    display: none;
  }

  .booking-form {
    gap: 10px;
    padding: 13px;
  }

  .form-row {
    gap: 8px;
  }

  label {
    font-size: 0.6rem;
  }

  input,
  select {
    min-height: 36px;
    font-size: 0.82rem;
  }

  textarea {
    min-height: 86px;
    font-size: 0.82rem;
  }

  .mobile-booking-bar {
    right: 8px;
    bottom: 8px;
    left: 8px;
  }

  .site-footer {
    padding-bottom: 76px;
  }

  .form-first-hero {
    min-height: auto;
    padding: 76px 12px 38px;
  }

  .form-first-bg {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.8) 42%, rgba(0, 0, 0, 0.95)),
      url("assets/white-luxury-mercedes.jpg") center 42% / cover no-repeat;
  }

  .form-first-shell {
    gap: 16px;
  }

  .form-first-copy {
    text-align: center;
  }

  .form-first-copy img {
    width: 170px;
    margin: 0 auto 14px;
  }

  .form-first-copy h1 {
    max-width: 330px;
    margin: 0 auto 10px;
    font-size: clamp(2rem, 12vw, 3.2rem);
  }

  .form-first-copy p:not(.eyebrow) {
    max-width: 340px;
    margin: 0 auto;
    font-size: 0.86rem;
    line-height: 1.35;
  }

  .form-first-proof {
    justify-content: center;
    margin-top: 12px;
  }

  .form-first-proof span {
    padding: 6px 8px;
    font-size: 0.56rem;
  }

  .form-first-card {
    width: 100%;
    background: rgba(248, 248, 248, 0.92);
  }

  .form-first-packages,
  .form-first-reviews {
    width: min(calc(100% - 24px), var(--max));
    padding: 42px 0;
  }

  .form-first-packages {
    gap: 16px;
  }

  .form-first-packages h2,
  .form-first-reviews h2 {
    font-size: clamp(1.55rem, 9vw, 2.35rem);
  }

  .form-first-package-grid article {
    padding: 14px;
  }

  .form-first-package-grid strong {
    font-size: 1.45rem;
  }

  .mirror-form-first .top-booking-section {
    padding: 82px 10px 40px;
  }

  .mirror-form-first .top-booking-section .booking-copy h2 {
    max-width: 340px;
    margin-right: auto;
    margin-left: auto;
  }

  .mirror-form-first .top-booking-section .booking-copy p {
    max-width: 340px;
    margin-right: auto;
    margin-left: auto;
  }

  .mirror-form-first .top-booking-form {
    padding: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }

  body.is-loading {
    overflow: auto;
  }
}

@keyframes loaderIn {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes loaderLine {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(100%);
  }
}

@keyframes heroDrift {
  from {
    transform: scale(1.03) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.08) translate3d(-1.2%, -1%, 0);
  }
}

@keyframes mobileHeroFade {
  0% {
    opacity: 0;
    transform: scale(1.06);
  }

  8%,
  31% {
    opacity: 1;
  }

  42%,
  100% {
    opacity: 0;
    transform: scale(1.14);
  }
}
.site-loader {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: none;
  place-items: center;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.09), transparent 28%),
    #000;
  transition: opacity 520ms ease, visibility 520ms ease;
}

.js-enabled .site-loader {
  display: grid;
}

.site-loader.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.loader-panel {
  display: grid;
  width: min(420px, 76vw);
  justify-items: center;
  gap: 24px;
  opacity: 0;
  transform: translateY(10px) scale(0.98);
  animation: loaderIn 720ms cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.loader-panel img {
  width: min(330px, 72vw);
  filter: drop-shadow(0 20px 42px rgba(255, 255, 255, 0.08));
}

.loader-panel span {
  position: relative;
  display: block;
  width: min(260px, 58vw);
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.18);
}

.loader-panel span::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, transparent, #fff, transparent);
  animation: loaderLine 1200ms ease-in-out infinite;
}

.js-enabled .reveal-item {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 720ms cubic-bezier(0.19, 1, 0.22, 1), transform 720ms cubic-bezier(0.19, 1, 0.22, 1);
}

.js-enabled .reveal-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}
