.theme-luxe-detailing {
  --ink: #f8f3ea;
  --paper: #f7f2e9;
  --smoke: #d8d2c8;
  --muted: #9d978e;
  --charcoal: #080a0c;
  --panel: #121417;
  --line: rgba(248, 243, 234, 0.16);
  --dark-line: rgba(8, 10, 12, 0.14);
  --gold: #c7a15d;
  --copper: #a7633d;
  --steel: #6f8ea5;
  --max: 1220px;
  --body-font: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --display-font: "Oswald", "Arial Narrow", Impact, sans-serif;
  margin: 0;
  color: var(--ink);
  background: var(--charcoal);
  font-family: var(--body-font);
}

.theme-luxe-detailing *,
.theme-luxe-detailing *::before,
.theme-luxe-detailing *::after {
  box-sizing: border-box;
}

.theme-luxe-detailing img {
  display: block;
  max-width: 100%;
}

.theme-luxe-detailing a {
  color: inherit;
  text-decoration: none;
}

.theme-luxe-detailing p,
.theme-luxe-detailing h1,
.theme-luxe-detailing h2,
.theme-luxe-detailing h3 {
  margin-top: 0;
}

.theme-luxe-detailing .container {
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
}

.theme-luxe-detailing .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(248, 243, 234, 0.13);
  background: rgba(8, 10, 12, 0.9);
  backdrop-filter: blur(16px);
}

.announcement {
  min-height: 34px;
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 8px 20px;
  color: var(--smoke);
  background: #000;
  font-size: 0.78rem;
  font-weight: 800;
  text-align: center;
}

.announcement a,
.eyebrow,
.hero-proof span,
.service-number,
.timeline span,
.package-kicker {
  color: var(--gold);
}

.nav-row {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

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

.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(199, 161, 93, 0.55);
  border-radius: 50%;
  color: var(--gold);
  font-family: var(--display-font);
  font-weight: 700;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: var(--display-font);
  font-size: clamp(1.28rem, 1.05rem + 0.9vw, 1.9rem);
  line-height: 1;
  text-transform: uppercase;
}

.brand small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.3vw, 34px);
  color: var(--smoke);
  font-size: 0.88rem;
  font-weight: 900;
}

.site-nav a {
  padding-block: 8px;
}

.nav-cta,
.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 900;
  line-height: 1.05;
  transition: transform 180ms ease, background 180ms ease;
}

.nav-cta,
.button-primary {
  color: #111;
  background: var(--gold);
}

.button-secondary {
  border-color: rgba(248, 243, 234, 0.32);
  color: var(--ink);
  background: rgba(248, 243, 234, 0.08);
}

.button:hover,
.button:focus-visible,
.nav-cta:hover,
.nav-cta:focus-visible {
  transform: translateY(-2px);
}

.nav-toggle {
  width: 48px;
  height: 44px;
  display: none;
  place-items: center;
  gap: 4px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  background: transparent;
}

.nav-toggle span:not(.sr-only) {
  width: 18px;
  height: 2px;
  display: block;
  background: currentColor;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(5.5rem, 11vw, 8rem) 0 0;
  background: #050607;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 6, 7, 0.98) 0%, rgba(5, 6, 7, 0.78) 36%, rgba(5, 6, 7, 0.34) 75%),
    linear-gradient(0deg, rgba(5, 6, 7, 0.94) 0%, rgba(5, 6, 7, 0.12) 45%, rgba(5, 6, 7, 0.28) 100%),
    url("assets/home-hero.png") center / cover no-repeat;
}

.hero-content {
  max-width: 980px;
  margin-bottom: clamp(1.5rem, 4vw, 3rem);
}

.eyebrow {
  width: fit-content;
  display: block;
  margin-bottom: 1rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  background: transparent;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.showcase h2,
.packages h2,
.process h2,
.reviews h2,
.contact-copy h2,
.service-card h3,
.package-card h3,
.timeline h3 {
  font-family: var(--display-font);
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 20ch;
  margin-bottom: 1rem;
  font-size: clamp(3.4rem, 6.5vw, 5.2rem);
  line-height: 0.9;
}

.hero-content > p:not(.eyebrow) {
  max-width: 680px;
  margin-bottom: 1.5rem;
  color: var(--smoke);
  font-size: clamp(1rem, 0.98rem + 0.35vw, 1.22rem);
  line-height: 1.65;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.hero-proof article {
  min-height: 118px;
  display: grid;
  align-content: start;
  gap: 7px;
  padding: 18px clamp(14px, 2vw, 24px);
  border-right: 1px solid var(--line);
  background: rgba(8, 10, 12, 0.5);
}

.hero-proof article:last-child {
  border-right: 0;
}

.hero-proof strong {
  font-size: 1rem;
}

.hero-proof p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.metric-band,
.services,
.packages,
.reviews {
  background: var(--paper);
  color: var(--charcoal);
}

.metric-band {
  padding: clamp(1.25rem, 2.4vw, 2rem) 0;
}

.metric-grid,
.service-grid,
.package-grid,
.review-grid {
  display: grid;
  gap: 1px;
  background: var(--dark-line);
}

.metric-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.metric-grid article {
  min-height: 118px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: clamp(1rem, 2vw, 1.5rem);
  background: var(--paper);
}

.metric-grid strong {
  font-family: var(--display-font);
  font-size: clamp(2.3rem, 5vw, 4rem);
  line-height: 0.95;
}

.metric-grid span {
  color: #5f5950;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.45;
}

.section,
.showcase,
.process,
.reviews,
.contact-section {
  padding: clamp(4rem, 7vw, 7rem) 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.72fr);
  gap: clamp(1.5rem, 4vw, 5rem);
  align-items: end;
  margin-bottom: clamp(1.8rem, 4vw, 3.5rem);
}

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

.section-heading h2,
.showcase h2,
.packages h2,
.process h2,
.reviews h2,
.contact-copy h2 {
  margin-bottom: 0;
  font-size: clamp(2.8rem, 6vw, 5.6rem);
  line-height: 0.9;
}

.section-heading > p:not(.eyebrow),
.showcase-copy > p:not(.eyebrow),
.contact-copy > p {
  margin-bottom: 0;
  color: #5f5950;
  font-size: 1.05rem;
  line-height: 1.75;
}

.service-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-card,
.package-card,
.review-copy,
.quote-card {
  display: grid;
  align-content: space-between;
  gap: 1.25rem;
  padding: clamp(1.15rem, 2.4vw, 2rem);
  background: #fffaf1;
}

.service-card {
  min-height: 330px;
}

.service-card.featured,
.package-card.spotlight {
  color: var(--ink);
  background: linear-gradient(145deg, rgba(199, 161, 93, 0.16), transparent 50%), var(--panel);
}

.service-card h3 {
  margin: 0.8rem 0 0;
  font-size: clamp(1.85rem, 3vw, 2.8rem);
  line-height: 0.96;
}

.service-card p,
.package-card p {
  color: inherit;
  opacity: 0.76;
  line-height: 1.65;
}

.service-card a {
  width: fit-content;
  border-bottom: 2px solid currentColor;
  color: var(--copper);
  font-size: 0.86rem;
  font-weight: 900;
}

.service-card.featured a {
  color: var(--gold);
}

.showcase,
.process {
  background: var(--charcoal);
}

.showcase-grid,
.process-grid,
.contact-grid {
  display: grid;
  gap: clamp(2rem, 5vw, 6rem);
}

.showcase-grid {
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  align-items: center;
}

.showcase-copy > p:not(.eyebrow),
.contact-copy > p {
  color: var(--smoke);
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 1.6rem 0 0;
  padding: 0;
  color: var(--smoke);
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 26px;
  line-height: 1.55;
}

.check-list li::before {
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 10px;
  height: 10px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  content: "";
}

.image-stack {
  position: relative;
  min-height: clamp(440px, 55vw, 670px);
}

.image-stack img {
  border: 1px solid var(--line);
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.3);
}

.image-large {
  width: min(760px, 88%);
  height: clamp(360px, 46vw, 610px);
  margin-left: auto;
}

.image-small {
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(430px, 48%);
  height: clamp(230px, 28vw, 350px);
}

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

.package-card {
  min-height: 450px;
  align-content: start;
}

.package-card h3 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 0.92;
}

.package-card strong {
  font-family: var(--display-font);
  font-size: 2.15rem;
  line-height: 1;
}

.package-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  color: inherit;
  list-style: none;
  opacity: 0.82;
}

.package-card li {
  padding-top: 10px;
  border-top: 1px solid currentColor;
}

.process-grid {
  grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1fr);
}

.timeline {
  display: grid;
  gap: 1px;
  background: var(--line);
}

.timeline article {
  display: grid;
  grid-template-columns: minmax(100px, 0.3fr) minmax(160px, 0.45fr) minmax(220px, 1fr);
  gap: clamp(1rem, 2vw, 1.8rem);
  padding: clamp(1rem, 2vw, 1.45rem);
  background: var(--charcoal);
}

.timeline h3 {
  margin-bottom: 0;
  font-size: clamp(1.5rem, 3vw, 2.3rem);
  line-height: 0.96;
}

.timeline p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.65;
}

.review-grid {
  grid-template-columns: minmax(260px, 0.85fr) repeat(2, minmax(0, 1fr));
}

.review-copy,
.quote-card {
  min-height: 315px;
  align-content: center;
}

.quote-card p {
  font-size: clamp(1.18rem, 2vw, 1.6rem);
  line-height: 1.45;
}

.quote-card cite {
  color: #6b645b;
  font-style: normal;
  font-weight: 900;
}

.contact-section {
  background: linear-gradient(135deg, rgba(111, 142, 165, 0.18), transparent 42%), var(--charcoal);
}

.contact-grid {
  grid-template-columns: minmax(260px, 0.85fr) minmax(320px, 0.9fr);
  align-items: start;
}

.contact-details {
  display: grid;
  gap: 12px;
  margin-top: 2rem;
  color: var(--smoke);
  font-weight: 900;
}

.contact-details a {
  color: var(--gold);
}

.booking-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: clamp(1rem, 2.5vw, 1.5rem);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(248, 243, 234, 0.05);
}

.booking-form label {
  display: grid;
  gap: 8px;
  color: var(--smoke);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(248, 243, 234, 0.18);
  border-radius: 6px;
  padding: 13px 14px;
  color: var(--ink);
  background: rgba(0, 0, 0, 0.26);
  font: inherit;
}

.booking-form textarea {
  min-height: 120px;
  resize: vertical;
}

.booking-form .full,
.form-note {
  grid-column: 1 / -1;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.site-footer {
  padding: 2rem 0;
  border-top: 1px solid var(--line);
  background: #050607;
}

.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 900;
}

@media (max-width: 980px) {
  .announcement {
    display: none;
  }

  .nav-toggle {
    display: grid;
  }

  .site-nav {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 78px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(8, 10, 12, 0.98);
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.34);
  }

  .nav-open .site-nav {
    display: flex;
  }

  .site-nav a {
    padding: 14px;
  }

  .hero-proof,
  .metric-grid,
  .service-grid,
  .package-grid,
  .review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-heading,
  .showcase-grid,
  .process-grid,
  .contact-grid,
  .timeline article {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .theme-luxe-detailing .container {
    width: min(100% - 28px, var(--max));
  }

  .nav-row {
    min-height: 72px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .brand small {
    display: none;
  }

  .site-nav {
    top: 72px;
    left: 14px;
    right: 14px;
  }

  .hero {
    padding-top: 36svh;
  }

  .hero-bg {
    background:
      linear-gradient(180deg, rgba(5, 6, 7, 0.32) 0%, rgba(5, 6, 7, 0.72) 48%, rgba(5, 6, 7, 0.98) 84%),
      url("assets/home-hero.png") 64% 0 / auto 39% no-repeat,
      #050607;
  }

  .hero h1 {
    font-size: clamp(2.65rem, 11vw, 2.9rem);
  }

  .hero-proof,
  .metric-grid,
  .service-grid,
  .package-grid,
  .review-grid,
  .booking-form {
    grid-template-columns: 1fr;
  }

  .hero-proof article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .section-heading h2,
  .showcase h2,
  .packages h2,
  .process h2,
  .reviews h2,
  .contact-copy h2 {
    font-size: clamp(2.35rem, 12vw, 4.1rem);
  }

  .service-card,
  .package-card,
  .review-copy,
  .quote-card {
    min-height: auto;
  }

  .image-stack {
    min-height: auto;
  }

  .image-large {
    width: 100%;
    height: 340px;
  }

  .image-small {
    position: relative;
    width: 78%;
    height: 220px;
    margin-top: -70px;
    margin-left: 14px;
  }

  .footer-row {
    align-items: flex-start;
    flex-direction: column;
  }
}
