/* ==========================================================================
   DIGII MOBILE DETAILING / PROFESSIONAL CAR DETAILING COLORADO SPRINGS
   Premium black & gold — mobile-first production stylesheet
   ========================================================================== */

/* --------------------------------------------------------------------------
   0. CSS VARIABLES / THEME
   -------------------------------------------------------------------------- */
:root {
  /* Colors */
  --bg-0: #0a0a0a;
  --bg-1: #151515;
  --bg-2: #1c1c1c;
  --border: #2a2a2a;
  --gold: #d4af37;
  --gold-hi: #f0c75e;
  --gold-deep: #a88826;
  --gold-soft: rgba(212, 175, 55, 0.3);
  --gold-glow: rgba(212, 175, 55, 0.18);
  --text: #ffffff;
  --text-2: #b8b8b8;
  --text-3: #7a7a7a;
  --black-o-90: rgba(0, 0, 0, 0.9);
  --black-o-80: rgba(0, 0, 0, 0.8);
  --black-o-60: rgba(0, 0, 0, 0.6);
  --black-o-50: rgba(0, 0, 0, 0.5);

  /* Typography */
  --ff-display: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  --ff-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --ff-accent: "Playfair Display", Georgia, serif;

  /* Spacing / rhythm */
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-8: 4rem;
  --space-9: 6rem;
  --space-10: 8rem;

  /* Radii */
  --r-sm: 6px;
  --r-md: 10px;
  --r-lg: 16px;
  --r-pill: 999px;

  /* Elevation */
  --shadow-1: 0 2px 10px rgba(0,0,0,0.35);
  --shadow-2: 0 10px 30px rgba(0,0,0,0.5);
  --shadow-gold: 0 0 30px rgba(212, 175, 55, 0.25);
  --shadow-gold-strong: 0 0 50px rgba(212, 175, 55, 0.45);

  /* Layout */
  --nav-h: 90px;
  --nav-h-sm: 70px;
  --ribbon-h: 40px;
  --container: 1200px;
  --container-narrow: 860px;
}

/* --------------------------------------------------------------------------
   1. RESET + BASE
   -------------------------------------------------------------------------- */
*,
*::before,
*::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--nav-h-sm) + var(--ribbon-h) + 12px);
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--ff-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
  background: var(--bg-0);
  overflow-x: hidden;
}

.ribbon-hidden { /* adjusts scroll padding once dismissed */
  --ribbon-h: 0px;
}

img, svg, video, figure { max-width: 100%; display: block; }
figure { margin: 0; }

ul, ol { margin: 0; padding: 0; list-style: none; }

a {
  color: var(--gold);
  text-decoration: none;
  transition: color 0.2s ease;
}
a:hover { color: var(--gold-hi); }

button {
  font-family: inherit;
  cursor: pointer;
}

h1, h2, h3, h4, h5 {
  font-family: var(--ff-display);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0;
  color: var(--text);
}

p { margin: 0 0 1em; color: var(--text-2); }
p strong { color: var(--text); }

em { font-style: italic; color: var(--gold-hi); }

/* Skip link */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--gold);
  color: #000;
  padding: 10px 16px;
  z-index: 10000;
  font-weight: 700;
}
.skip-link:focus { left: 8px; top: 8px; }

/* Focus */
a:focus-visible,
button:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
  border-radius: 4px;
}

/* Container */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 20px;
}
.container--narrow { max-width: var(--container-narrow); }

/* --------------------------------------------------------------------------
   2. UTILITY / SHARED
   -------------------------------------------------------------------------- */
.eyebrow {
  display: inline-block;
  font-family: var(--ff-display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.72rem;
  color: var(--gold);
  padding-bottom: 10px;
  position: relative;
}
.eyebrow::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 28px; height: 2px;
  background: var(--gold);
}
.eyebrow--lux { color: var(--gold-hi); }

.section__title {
  font-size: clamp(1.9rem, 4.5vw, 3rem);
  margin: 12px 0 14px;
}

.section__sub {
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  color: var(--text-2);
  max-width: 62ch;
  margin: 0 0 2.5rem;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--gold);
  color: #000;
  font-family: var(--ff-display);
  font-weight: 800;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: var(--r-pill);
}

.gold { color: var(--gold); }

.stars {
  color: var(--gold);
  letter-spacing: 2px;
  font-size: 1rem;
  text-shadow: 0 0 12px rgba(212, 175, 55, 0.45);
}

/* Ribbon badge corners */
.ribbon-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  background: var(--gold);
  color: #000;
  font-family: var(--ff-display);
  font-weight: 800;
  letter-spacing: 0.06em;
  font-size: 0.72rem;
  padding: 6px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  z-index: 2;
  box-shadow: 0 4px 14px rgba(212, 175, 55, 0.35);
}
.ribbon-badge--diamond {
  background: linear-gradient(135deg, #e8d07a, #d4af37);
}
.ribbon-badge--crown {
  background: linear-gradient(135deg, #f5d568, #b8902a);
}

.mini-badge {
  display: inline-block;
  background: var(--gold);
  color: #000;
  font-family: var(--ff-display);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 3px 8px;
  border-radius: 4px;
  margin-left: 8px;
  text-transform: uppercase;
  vertical-align: middle;
}

/* --------------------------------------------------------------------------
   3. BUTTONS
   -------------------------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 14px 24px;
  font-family: var(--ff-display);
  font-weight: 800;
  letter-spacing: 0.04em;
  font-size: 0.95rem;
  text-transform: uppercase;
  border-radius: var(--r-md);
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
}

.btn--primary {
  background: var(--gold);
  color: #000;
  border-color: var(--gold);
  box-shadow: 0 4px 18px rgba(212, 175, 55, 0.25);
}
.btn--primary:hover {
  background: var(--gold-hi);
  border-color: var(--gold-hi);
  color: #000;
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 8px 24px rgba(212, 175, 55, 0.55);
}

.btn--outline {
  background: transparent;
  color: var(--gold);
  border-color: var(--gold);
}
.btn--outline:hover {
  background: var(--gold);
  color: #000;
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 8px 24px rgba(212, 175, 55, 0.35);
}

.btn--block { width: 100%; }

.btn--lg {
  min-height: 56px;
  padding: 16px 28px;
  font-size: 1rem;
}
.btn--xl {
  min-height: 64px;
  padding: 20px 34px;
  font-size: 1.05rem;
}

/* --------------------------------------------------------------------------
   4. TOP RIBBON
   -------------------------------------------------------------------------- */
.ribbon {
  position: sticky;
  top: 0;
  z-index: 120;
  background: linear-gradient(90deg, #0f0f0f, #151515, #0f0f0f);
  border-bottom: 1px solid var(--gold-soft);
  min-height: var(--ribbon-h);
  transition: transform 0.3s ease;
}
.ribbon.is-hidden {
  display: none;
}
.ribbon__inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 40px 0 20px;
  min-height: var(--ribbon-h);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ribbon__text {
  font-family: var(--ff-display);
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  color: var(--gold);
  text-transform: uppercase;
  text-align: center;
}
.ribbon__close {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  color: var(--gold);
  border: none;
  font-size: 1.3rem;
  width: 32px;
  height: 32px;
  line-height: 1;
  border-radius: 50%;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.ribbon__close:hover { opacity: 1; background: rgba(212,175,55,0.1); }

/* --------------------------------------------------------------------------
   5. NAVIGATION
   -------------------------------------------------------------------------- */
.nav {
  position: sticky;
  top: var(--ribbon-h);
  z-index: 100;
  height: var(--nav-h);
  background: rgba(10, 10, 10, 0.72);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: height 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}
.nav.is-scrolled {
  height: var(--nav-h-sm);
  background: rgba(10, 10, 10, 0.94);
  border-bottom-color: var(--border);
}

.nav__inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: flex;
  flex-direction: column;
  line-height: 1;
  text-decoration: none;
}
.brand__mark {
  font-family: var(--ff-display);
  font-weight: 900;
  font-size: 1.7rem;
  letter-spacing: 0.18em;
  color: var(--text);
  background: linear-gradient(180deg, #ffffff 0%, #e6e6e6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nav.is-scrolled .brand__mark { font-size: 1.5rem; }
.brand__sub {
  display: block;
  margin-top: 4px;
  font-family: var(--ff-accent);
  font-style: italic;
  font-weight: 400;
  font-size: 0.68rem;
  letter-spacing: 0.05em;
  color: var(--gold);
}

.nav__links {
  display: none;
  gap: 20px;
  align-items: center;
}
.nav__links a {
  color: var(--text-2);
  font-family: var(--ff-display);
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  position: relative;
  padding: 4px 0;
  white-space: nowrap;
  transition: color 180ms ease;
}
.nav__links a::after {
  content: "";
  position: absolute;
  left: 0; right: 100%;
  bottom: -2px;
  height: 2px;
  background: var(--gold);
  transition: right 0.3s ease;
}
.nav__links a:hover { color: var(--text); }
.nav__links a:hover::after { right: 0; }

@media (min-width: 1200px) {
  .nav__links { display: flex; }
}

@media (min-width: 1280px) {
  .nav__links { gap: 24px; }
  .nav__links a { font-size: 0.82rem; }
}

.nav__actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.nav__phone {
  display: none;
  color: var(--text);
  font-family: var(--ff-display);
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: 0.9rem;
}
.nav__phone:hover { color: var(--gold); }

.nav__cta {
  padding: 12px 22px;
  min-height: 44px;
  font-size: 0.85rem;
}

/* Burger */
.nav__burger {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: var(--r-sm);
  padding: 0 10px;
}
.nav__burger span {
  display: block;
  height: 2px;
  background: var(--gold);
  transition: transform 0.3s ease, opacity 0.25s ease;
}

/* Mobile menu */
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 200;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.mobile-menu.is-open {
  pointer-events: auto;
  opacity: 1;
}
.mobile-menu__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.7);
  backdrop-filter: blur(4px);
}
.mobile-menu__panel {
  position: absolute;
  top: 0; right: 0;
  height: 100dvh;
  width: min(86vw, 380px);
  background: linear-gradient(180deg, #101010 0%, #070707 100%);
  border-left: 1px solid var(--gold-soft);
  padding: 24px 20px 32px;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 18px;
  overflow-y: auto;
}
.mobile-menu.is-open .mobile-menu__panel { transform: translateX(0); }
.mobile-menu__close {
  align-self: flex-end;
  background: transparent;
  color: var(--gold);
  border: 1px solid var(--border);
  border-radius: 50%;
  width: 40px; height: 40px;
  font-size: 1.5rem;
  line-height: 1;
}
.mobile-menu__brand { margin-top: -4px; }
.mobile-menu nav {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 8px;
}
.mobile-menu nav a {
  color: var(--text);
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  padding: 14px 10px;
  border-bottom: 1px solid var(--border);
}
.mobile-menu nav a:hover { color: var(--gold); }
.mobile-menu__ctas {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 20px;
}

/* --------------------------------------------------------------------------
   6. HERO
   -------------------------------------------------------------------------- */
.hero {
  position: relative;
  min-height: calc(100vh - var(--nav-h-sm) - var(--ribbon-h));
  min-height: calc(100dvh - var(--nav-h-sm) - var(--ribbon-h));
  display: flex;
  align-items: stretch;
  overflow: hidden;
  isolation: isolate;
}
.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(1200px 600px at 30% 20%, rgba(212,175,55,0.12), transparent 60%),
    linear-gradient(135deg, #0f0f0f 0%, #0a0a0a 60%, #050505 100%);
}
.hero__bg .image-placeholder {
  height: 100%;
  width: 100%;
  border: 0;
  background: transparent;
  opacity: 0.35;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(135deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.55) 60%, rgba(0,0,0,0.4) 100%),
    radial-gradient(600px 400px at 85% 85%, rgba(212,175,55,0.1), transparent 70%);
  pointer-events: none;
}
.hero__inner {
  position: relative;
  z-index: 2;
  max-width: var(--container);
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px 60px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}

.hero__text { animation: fadeUp 0.9s 0.1s both ease; }
.hero__title {
  font-size: clamp(2.2rem, 6vw, 5rem);
  font-weight: 900;
  margin: 18px 0 18px;
  letter-spacing: -0.025em;
  line-height: 1.05;
}
.hero__title em {
  font-style: normal;
  background: linear-gradient(135deg, var(--gold-hi), var(--gold) 55%, var(--gold-deep));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.hero__sub {
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  color: var(--text-2);
  margin: 0 0 22px;
  max-width: 58ch;
}
.hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
  font-size: 0.88rem;
  color: var(--text-2);
  margin-bottom: 26px;
}
.hero__trust .dot { color: var(--gold); opacity: 0.6; }
.hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero__form { animation: fadeUp 0.9s 0.3s both ease; }

/* Form card */
.form-card {
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid var(--gold-soft);
  border-radius: var(--r-lg);
  padding: 22px;
  box-shadow: var(--shadow-gold), var(--shadow-2);
  position: relative;
  overflow: hidden;
}
.form-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.form-card__title {
  font-size: clamp(1.3rem, 2.4vw, 1.65rem);
  margin-bottom: 4px;
}
.form-card__sub {
  color: var(--text-2);
  font-size: 0.95rem;
  margin-bottom: 16px;
}
.form-card__frame {
  border-radius: var(--r-md);
  overflow: hidden;
  background: #111;
  min-height: 564px;
}

/* --------------------------------------------------------------------------
   7. TRUST BAR
   -------------------------------------------------------------------------- */
.trustbar {
  background: linear-gradient(180deg, #0c0c0c, #0a0a0a);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 22px 0;
}
.trustbar__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 18px;
  align-items: center;
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text);
}
.trustbar__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  color: var(--text-2);
}
.trustbar__list li span[aria-hidden] {
  color: var(--gold);
  font-size: 1rem;
}

/* --------------------------------------------------------------------------
   8. STATS
   -------------------------------------------------------------------------- */
.stats {
  padding: var(--space-8) 0;
  background:
    radial-gradient(800px 300px at 50% 0%, rgba(212,175,55,0.08), transparent 70%),
    var(--bg-0);
  text-align: center;
}
.stats__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 20px;
  margin: 30px 0 22px;
}
.stat {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.stat__num {
  font-family: var(--ff-display);
  font-weight: 900;
  font-size: clamp(2rem, 6vw, 3.4rem);
  color: var(--gold);
  line-height: 1;
  letter-spacing: -0.02em;
  background: linear-gradient(180deg, var(--gold-hi), var(--gold) 60%, var(--gold-deep));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.stat__label {
  font-family: var(--ff-display);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
  color: var(--text-2);
}
.stats__foot {
  color: var(--text-2);
  margin-top: 10px;
  font-size: 0.95rem;
}

/* --------------------------------------------------------------------------
   9. ABOUT
   -------------------------------------------------------------------------- */
.about {
  padding: var(--space-9) 0;
  background: var(--bg-0);
  border-top: 1px solid var(--border);
}
.about__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}
.about__media { order: -1; }
.about__copy p { font-size: 1.05rem; color: var(--text-2); }
.about__sign {
  font-family: var(--ff-accent);
  font-style: italic;
  color: var(--gold);
  font-size: 1.05rem;
  margin-top: 18px;
  margin-bottom: 22px;
}

/* --------------------------------------------------------------------------
   10. SERVICES (3 cards)
   -------------------------------------------------------------------------- */
.services {
  padding: var(--space-9) 0;
  background: linear-gradient(180deg, var(--bg-0), var(--bg-1));
}

.cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}
.card {
  position: relative;
  background: var(--bg-1);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
  will-change: transform;
  display: flex;
  flex-direction: column;
}
.card:hover {
  border-color: var(--gold-soft);
  box-shadow: var(--shadow-gold), var(--shadow-2);
}
.card--popular {
  border-color: var(--gold-soft);
  box-shadow: 0 0 0 1px var(--gold-soft), var(--shadow-gold);
}
.card__body {
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.card__title {
  font-size: 1.3rem;
  font-weight: 800;
}
.card__price {
  color: var(--gold);
  font-family: var(--ff-display);
  font-size: 0.95rem;
  letter-spacing: 0.04em;
}
.card__price strong {
  color: var(--gold-hi);
  font-size: 1.15rem;
}
.card__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 4px 0 12px;
}
.card__list li {
  color: var(--text-2);
  font-size: 0.95rem;
  padding-left: 22px;
  position: relative;
}
.card__list li::before {
  content: "✓";
  position: absolute;
  left: 0; top: 0;
  color: var(--gold);
  font-weight: 800;
}

/* --------------------------------------------------------------------------
   11. PACKAGES / PRICING ACCORDION
   -------------------------------------------------------------------------- */
.packages {
  padding: var(--space-9) 0;
  background: var(--bg-0);
}
.pkg-accordion {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 10px;
}
.pkg {
  background: var(--bg-1);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.pkg[open] {
  border-color: var(--gold-soft);
  box-shadow: var(--shadow-gold);
}
.pkg__summary {
  list-style: none;
  cursor: pointer;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 12px;
  align-items: center;
  padding: 18px 18px;
}
.pkg__summary::-webkit-details-marker { display: none; }

.pkg__icon { font-size: 1.3rem; }
.pkg__name {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  color: var(--text);
}
.pkg__from {
  font-family: var(--ff-display);
  color: var(--gold);
  font-weight: 700;
  font-size: 0.95rem;
  white-space: nowrap;
}
.pkg__chev {
  color: var(--gold);
  font-size: 1.2rem;
  transition: transform 0.3s;
}
.pkg[open] .pkg__chev { transform: rotate(180deg); }

.pkg__body {
  padding: 0 18px 22px;
  border-top: 1px solid var(--border);
  margin-top: 2px;
  padding-top: 18px;
}
.pkg__tag {
  color: var(--text-2);
  font-size: 0.98rem;
  margin-bottom: 16px;
}
.pkg__prices {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-bottom: 18px;
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--bg-2);
}
.pkg__prices > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border-bottom: 1px solid var(--border);
  font-family: var(--ff-body);
  font-size: 0.95rem;
}
.pkg__prices > div:last-child { border-bottom: none; }
.pkg__prices > div span { color: var(--text-2); }
.pkg__prices > div strong {
  color: var(--gold);
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 1.05rem;
}
.pkg__inc-title {
  font-family: var(--ff-display);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--gold);
  margin: 14px 0 10px;
}
.pkg__inc {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-bottom: 18px;
}
.pkg__inc li {
  color: var(--text-2);
  font-size: 0.95rem;
  padding-left: 22px;
  position: relative;
}
.pkg__inc li::before {
  content: "✓";
  position: absolute;
  left: 0; top: 0;
  color: var(--gold);
  font-weight: 800;
}
.packages__foot {
  margin-top: 22px;
  text-align: center;
  color: var(--text-2);
  font-size: 0.98rem;
  padding: 14px 18px;
  border: 1px dashed var(--gold-soft);
  border-radius: var(--r-md);
  background: rgba(212,175,55,0.04);
}

/* --------------------------------------------------------------------------
   12. CERAMIC COATINGS
   -------------------------------------------------------------------------- */
.ceramic {
  position: relative;
  padding: var(--space-9) 0;
  background:
    radial-gradient(900px 500px at 80% -10%, rgba(212,175,55,0.10), transparent 60%),
    linear-gradient(180deg, #0a0a0a, #0d0d0d);
  border-top: 1px solid var(--border);
  overflow: hidden;
}
.ceramic__glow {
  position: absolute;
  left: 50%; top: 60%;
  width: 900px; height: 900px;
  transform: translate(-50%, -50%);
  background: radial-gradient(closest-side, rgba(212,175,55,0.09), transparent 80%);
  filter: blur(60px);
  pointer-events: none;
}
.ceramic__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  margin: 30px 0;
  position: relative;
  z-index: 1;
}
.coat-card {
  position: relative;
  background: linear-gradient(180deg, #141414, #0e0e0e);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
  display: flex;
  flex-direction: column;
}
.coat-card:hover {
  border-color: var(--gold-soft);
  box-shadow: var(--shadow-gold-strong);
}
.coat-card--featured {
  border-color: var(--gold-soft);
  background: linear-gradient(180deg, #181207, #0c0a04);
  box-shadow: 0 0 0 1px var(--gold-soft), var(--shadow-gold);
}
.coat-card--value {
  border-color: rgba(232, 208, 122, 0.4);
}
.coat-card--ultimate {
  border-color: rgba(245, 213, 104, 0.5);
  background: linear-gradient(180deg, #1c1606, #0a0805);
}

.coat-card__body {
  padding: 24px 22px 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.coat-card__dur {
  font-family: var(--ff-display);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.7rem;
  color: var(--gold);
}
.coat-card__title {
  font-size: 1.35rem;
  margin: 2px 0 8px;
}
.coat-card__price {
  font-family: var(--ff-display);
  font-weight: 900;
  color: var(--text);
  font-size: 3rem;
  letter-spacing: -0.03em;
  line-height: 1;
  background: linear-gradient(180deg, #ffffff, var(--gold) 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 8px;
}
.coat-card__price span {
  font-size: 1.4rem;
  vertical-align: top;
  margin-right: 4px;
}
.coat-card ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.coat-card ul li {
  color: var(--text-2);
  font-size: 0.95rem;
  padding-left: 22px;
  position: relative;
}
.coat-card ul li::before {
  content: "✓";
  position: absolute; left: 0; top: 0;
  color: var(--gold);
  font-weight: 800;
}

.ceramic__upgrade {
  margin-top: 22px;
  background: var(--bg-1);
  border: 1px dashed var(--gold-soft);
  border-radius: var(--r-lg);
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
}
.ceramic__upgrade h4 {
  font-size: 1.05rem;
  margin-bottom: 4px;
}
.ceramic__upgrade p {
  margin: 0;
  color: var(--text-2);
  font-size: 0.95rem;
}

/* --------------------------------------------------------------------------
   13. WHY CERAMIC MATTERS
   -------------------------------------------------------------------------- */
.why {
  padding: var(--space-9) 0;
  background: var(--bg-0);
  border-top: 1px solid var(--border);
}
.why__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}
.why__copy p {
  color: var(--text-2);
  font-size: 1.05rem;
}

/* --------------------------------------------------------------------------
   14. WASH CLUB
   -------------------------------------------------------------------------- */
.club {
  padding: var(--space-9) 0;
  background: linear-gradient(180deg, var(--bg-0), var(--bg-1));
}
.club__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  margin-top: 12px;
}
.club-card {
  background: var(--bg-1);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.club-card:hover {
  border-color: var(--gold-soft);
  box-shadow: var(--shadow-gold);
}
.club-card--premium {
  background: linear-gradient(180deg, #1a1509, #0e0c05);
  border-color: var(--gold-soft);
  box-shadow: var(--shadow-gold);
}
.club-card__title {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
.club-card__price {
  font-family: var(--ff-display);
  font-weight: 900;
  color: var(--gold);
  font-size: 2.4rem;
  letter-spacing: -0.02em;
  line-height: 1;
}
.club-card__price span {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-2);
  margin-left: 4px;
}
.club-card ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 4px 0 6px;
}
.club-card ul li {
  color: var(--text-2);
  font-size: 0.95rem;
  padding-left: 22px;
  position: relative;
}
.club-card ul li::before {
  content: "✓";
  position: absolute; left: 0; top: 0;
  color: var(--gold);
  font-weight: 800;
}
.club-card__note {
  color: var(--text-3);
  font-size: 0.9rem;
  font-style: italic;
  margin: 0;
}

/* --------------------------------------------------------------------------
   15. ADD-ONS
   -------------------------------------------------------------------------- */
.addons {
  padding: var(--space-9) 0;
  background: var(--bg-0);
}
.addons__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 14px 0 32px;
}
.addon {
  background: var(--bg-1);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
}
.addon:hover {
  transform: translateY(-3px);
  border-color: var(--gold-soft);
  box-shadow: var(--shadow-gold);
}
.addon__icon { font-size: 1.5rem; }
.addon h3 {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 0.95rem;
  line-height: 1.25;
}
.addon__price {
  font-family: var(--ff-display);
  color: var(--gold);
  font-weight: 800;
  font-size: 1.2rem;
}
.addon p {
  color: var(--text-3);
  font-size: 0.85rem;
  margin: 0;
}
.addons__cta { text-align: center; }

/* --------------------------------------------------------------------------
   16. BEFORE / AFTER GALLERY
   -------------------------------------------------------------------------- */
.gallery {
  padding: var(--space-9) 0;
  background: linear-gradient(180deg, var(--bg-0), var(--bg-1));
}
.gallery__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  margin-top: 10px;
}
.ba-slider {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: var(--r-lg);
  overflow: hidden;
  user-select: none;
  border: 1px solid var(--border);
  touch-action: pan-y;
}
.ba-slider:hover { border-color: var(--gold-soft); }
.ba-slider__before,
.ba-slider__after {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.ba-slider__after {
  clip-path: inset(0 0 0 50%);
}
.ba-slider .image-placeholder {
  width: 100%; height: 100%;
  border: 0;
  border-radius: 0;
  background: linear-gradient(135deg, #151515, #0a0a0a);
}
.ba-slider .image-placeholder--after {
  background: linear-gradient(135deg, #2a2310, #161108);
}
.ba-label {
  position: absolute;
  top: 14px;
  padding: 6px 10px;
  background: rgba(0,0,0,0.7);
  color: var(--gold);
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: 4px;
  z-index: 3;
  backdrop-filter: blur(4px);
}
.ba-label--before { left: 14px; }
.ba-label--after { right: 14px; }

.ba-handle {
  position: absolute;
  top: 0; bottom: 0;
  left: 50%;
  width: 44px;
  transform: translateX(-50%);
  background: transparent;
  border: none;
  cursor: ew-resize;
  z-index: 4;
  touch-action: none;
}
.ba-handle::before {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  left: 50%;
  width: 2px;
  background: var(--gold);
  transform: translateX(-50%);
  box-shadow: 0 0 12px rgba(212,175,55,0.55);
}
.ba-handle span {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 44px; height: 44px;
  background: var(--gold);
  color: #000;
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(212,175,55,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}
.ba-handle span::before,
.ba-handle span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px; height: 8px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}
.ba-handle span::before {
  left: 9px;
  transform: translateY(-50%) rotate(-45deg);
}
.ba-handle span::after {
  right: 9px;
  transform: translateY(-50%) rotate(135deg);
}

.ba-slider figcaption {
  position: absolute;
  bottom: 14px; left: 14px; right: 14px;
  text-align: center;
  z-index: 3;
  color: var(--text);
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-shadow: 0 2px 8px rgba(0,0,0,0.8);
}
.gallery__cta { margin-top: 30px; text-align: center; }

/* --------------------------------------------------------------------------
   17. HOW IT WORKS
   -------------------------------------------------------------------------- */
.how {
  padding: var(--space-9) 0;
  background: var(--bg-0);
  border-top: 1px solid var(--border);
}
.how__steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin: 14px 0 30px;
  counter-reset: stepc;
  position: relative;
}
.how__step {
  position: relative;
  background: var(--bg-1);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 24px 22px 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.how__step:hover {
  border-color: var(--gold-soft);
  box-shadow: var(--shadow-gold);
}
.how__num {
  position: absolute;
  top: -14px; left: 20px;
  background: var(--gold);
  color: #000;
  font-family: var(--ff-display);
  font-weight: 900;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
}
.how__icon { font-size: 1.7rem; }
.how__step h3 {
  font-family: var(--ff-display);
  font-size: 1.1rem;
  margin-top: 4px;
}
.how__step p {
  color: var(--text-2);
  font-size: 0.95rem;
  margin: 0;
}
.how__cta { text-align: center; margin-top: 16px; }

/* --------------------------------------------------------------------------
   18. REVIEWS CAROUSEL
   -------------------------------------------------------------------------- */
.reviews {
  padding: var(--space-9) 0;
  background: linear-gradient(180deg, var(--bg-1), var(--bg-0));
}
.carousel {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0 -10px;
}
.carousel__track {
  display: flex;
  gap: 18px;
  padding: 4px 10px;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  touch-action: pan-y;
  will-change: transform;
}
.review {
  flex: 0 0 100%;
  background: var(--bg-1);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 240px;
  position: relative;
}
.review::before {
  content: "\201C";
  position: absolute;
  top: 6px; right: 18px;
  font-family: Georgia, serif;
  font-size: 4rem;
  color: var(--gold);
  opacity: 0.18;
  line-height: 1;
}
.review p {
  color: var(--text);
  font-size: 1.02rem;
  line-height: 1.55;
  flex: 1;
  margin: 0;
}
.review footer {
  font-family: var(--ff-display);
  font-weight: 700;
  color: var(--gold);
  font-size: 0.88rem;
  letter-spacing: 0.04em;
}

.carousel__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px; height: 44px;
  border-radius: 50%;
  background: rgba(0,0,0,0.7);
  border: 1px solid var(--gold-soft);
  color: var(--gold);
  font-size: 1.5rem;
  line-height: 1;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, transform 0.2s;
}
.carousel__btn:hover {
  background: var(--gold);
  color: #000;
  transform: translateY(-50%) scale(1.06);
}
.carousel__btn--prev { left: 4px; }
.carousel__btn--next { right: 4px; }

.carousel__dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 18px;
}
.carousel__dots button {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--border);
  border: none;
  transition: background 0.2s, transform 0.2s;
}
.carousel__dots button[aria-current="true"] {
  background: var(--gold);
  transform: scale(1.3);
}
.reviews__cta {
  margin-top: 30px;
  text-align: center;
}

/* --------------------------------------------------------------------------
   19. SERVICE AREA
   -------------------------------------------------------------------------- */
.area {
  padding: var(--space-9) 0;
  background: var(--bg-0);
  border-top: 1px solid var(--border);
}
.area__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0 24px;
}
.area__pills li {
  padding: 8px 16px;
  border: 1px solid var(--gold-soft);
  border-radius: var(--r-pill);
  color: var(--text);
  font-family: var(--ff-display);
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.03em;
  background: rgba(212,175,55,0.04);
  transition: background 0.2s, color 0.2s;
}
.area__pills li:hover {
  background: var(--gold);
  color: #000;
}
.area__foot {
  color: var(--text-2);
  margin-bottom: 22px;
}
.area__cta { text-align: center; margin-top: 24px; }

/* --------------------------------------------------------------------------
   20. FAQ
   -------------------------------------------------------------------------- */
.faq {
  padding: var(--space-9) 0;
  background: linear-gradient(180deg, var(--bg-0), var(--bg-1));
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}
.faq__item {
  background: var(--bg-1);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  overflow: hidden;
  transition: border-color 0.3s;
}
.faq__item[open] { border-color: var(--gold-soft); }
.faq__item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 1rem;
  color: var(--text);
  position: relative;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after {
  content: "+";
  color: var(--gold);
  font-size: 1.5rem;
  font-weight: 700;
  transition: transform 0.3s;
  flex-shrink: 0;
}
.faq__item[open] summary::after {
  content: "–";
  transform: rotate(0deg);
}
.faq__body {
  padding: 0 20px 20px;
}
.faq__body p {
  color: var(--text-2);
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.65;
}

/* --------------------------------------------------------------------------
   21. FINAL CTA
   -------------------------------------------------------------------------- */
.final {
  position: relative;
  padding: var(--space-10) 0;
  isolation: isolate;
  overflow: hidden;
}
.final__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(135deg, #0a0a0a, #050505);
}
.final__bg .image-placeholder {
  width: 100%; height: 100%;
  border: 0;
  opacity: 0.3;
}
.final__overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(800px 400px at 50% 20%, rgba(212,175,55,0.14), transparent 70%),
    rgba(0,0,0,0.85);
}
.final__content {
  text-align: center;
  max-width: 800px;
}
.final__ctas {
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: center;
  margin: 26px auto 20px;
  max-width: 440px;
}
.final__trust {
  color: var(--gold);
  font-family: var(--ff-display);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
  margin: 10px 0 0;
}

/* --------------------------------------------------------------------------
   22. FOOTER
   -------------------------------------------------------------------------- */
.footer {
  background: #060606;
  border-top: 1px solid var(--border);
  padding: var(--space-8) 0 0;
  color: var(--text-2);
}
.footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  padding-bottom: var(--space-7);
}
.footer__col h4 {
  font-family: var(--ff-display);
  font-size: 0.85rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border);
}
.footer__col ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__col ul li a,
.footer__col ul li {
  color: var(--text-2);
  font-size: 0.95rem;
}
.footer__col ul li a:hover { color: var(--gold); }
.footer__tag {
  margin-top: 14px;
  color: var(--text-2);
  font-size: 0.92rem;
}

.footer__social li a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 4px 0;
  color: var(--text-2);
}
.footer__social li a:hover { color: var(--gold); }

.footer__bottom {
  border-top: 1px solid var(--border);
  padding: 20px 0;
  background: #030303;
}
.footer__bottom .container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  text-align: center;
}
.footer__bottom p {
  color: var(--text-3);
  font-size: 0.82rem;
  margin: 0;
  line-height: 1.6;
}
.footer__bottom p strong { color: var(--text); }
.footer__links a { color: var(--text-3); }
.footer__links a:hover { color: var(--gold); }

/* --------------------------------------------------------------------------
   23. STICKY MOBILE CTA BAR
   -------------------------------------------------------------------------- */
.mobile-cta {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 90;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: rgba(10,10,10,0.96);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--gold-soft);
  transform: translateY(120%);
  transition: transform 0.35s ease;
}
.mobile-cta.is-visible { transform: translateY(0); }
.mobile-cta .btn {
  min-height: 52px;
  padding: 12px 16px;
  font-size: 0.9rem;
}

/* --------------------------------------------------------------------------
   24. IMAGE PLACEHOLDERS
   -------------------------------------------------------------------------- */
.image-placeholder {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background:
    linear-gradient(135deg, #151515 0%, #0a0a0a 100%),
    radial-gradient(400px 200px at 50% 50%, rgba(212,175,55,0.08), transparent);
  border: 2px dashed var(--gold-soft);
  border-radius: var(--r-md);
  color: var(--gold);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-family: var(--ff-display);
  font-weight: 700;
  text-align: center;
  padding: 10px;
  overflow: hidden;
}
.image-placeholder::before {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid var(--gold-soft);
  border-radius: 6px;
  pointer-events: none;
  opacity: 0.6;
}
.image-placeholder__num {
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  background: linear-gradient(180deg, var(--gold-hi), var(--gold-deep));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.image-placeholder__desc {
  font-family: var(--ff-body);
  font-weight: 500;
  font-size: 0.78rem;
  color: var(--text-2);
  letter-spacing: 0.02em;
  max-width: 90%;
}
.image-placeholder--hero {
  aspect-ratio: unset;
  height: 100%;
}
.image-placeholder--portrait { aspect-ratio: 4 / 5; }
.image-placeholder--card { aspect-ratio: 16 / 10; border-radius: 0; border-left: 0; border-right: 0; border-top: 0; }
.image-placeholder--coat { aspect-ratio: 16 / 10; border-radius: 0; border-left: 0; border-right: 0; border-top: 0; }
.image-placeholder--why { aspect-ratio: 4 / 5; }
.image-placeholder--ba { aspect-ratio: 16 / 10; border: 0; border-radius: 0; }
.image-placeholder--wide { aspect-ratio: 21 / 9; margin-top: 22px; }
.image-placeholder--bg {
  aspect-ratio: unset;
  height: 100%;
  width: 100%;
  border: 0;
}

/* --------------------------------------------------------------------------
   24b. IMAGE FRAMES (real photographs)
   -------------------------------------------------------------------------- */
.image-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--r-md);
  overflow: hidden;
  border: 1px solid var(--gold-soft);
  background: #0a0a0a;
  isolation: isolate;
}
.image-frame > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 600ms cubic-bezier(.2,.7,.2,1), filter 400ms ease;
}
/* Subtle zoom on hover for card-style frames */
.image-frame--card:hover > img,
.image-frame--coat:hover > img,
.image-frame--portrait:hover > img,
.image-frame--why:hover > img,
.image-frame--wide:hover > img {
  transform: scale(1.04);
}
/* Variants — match aspect ratios of old placeholders */
.image-frame--hero     { aspect-ratio: unset; height: 100%; border: 0; border-radius: 0; }
.image-frame--portrait { aspect-ratio: 4 / 5; }
.image-frame--card     { aspect-ratio: 16 / 10; border-radius: 0; border-left: 0; border-right: 0; border-top: 0; }
.image-frame--coat     { aspect-ratio: 16 / 10; border-radius: 0; border-left: 0; border-right: 0; border-top: 0; }
.image-frame--why      { aspect-ratio: 4 / 5; }
.image-frame--ba       { aspect-ratio: 16 / 10; border: 0; border-radius: 0; background: #0a0a0a; }
.image-frame--wide     { aspect-ratio: 21 / 9; margin-top: 22px; }
.image-frame--bg       { aspect-ratio: unset; height: 100%; width: 100%; border: 0; border-radius: 0; }
.image-frame--boat     { aspect-ratio: 16 / 10; border-radius: 0; border-left: 0; border-right: 0; border-top: 0; border-bottom: 1px solid var(--gold-soft); }
.image-frame--boat-wide { aspect-ratio: 16 / 9; border-radius: var(--r-md); border: 1px solid var(--gold-soft); }

/* Drew portrait — landscape source, portrait frame, keep his face centered */
.image-frame--drew > img { object-position: 58% 35%; }

/* Ceramic sealant card — portrait source, landscape frame, keep bottle-to-pad action centered */
.image-frame--ceramic-sealant > img { object-position: center 45%; }

/* Graphene card — portrait source, landscape frame, keep polisher + bottle centered */
.image-frame--graphene > img { object-position: center 40%; }

/* Hero background image treatment — darker so overlay gradient + hero text stay legible */
.hero__bg .image-frame       { height: 100%; width: 100%; border: 0; border-radius: 0; }
.hero__bg .image-frame > img { opacity: 0.7; filter: saturate(1.05); }

/* Final CTA background image treatment */
.final__bg .image-frame       { height: 100%; width: 100%; border: 0; border-radius: 0; }
.final__bg .image-frame > img { opacity: 0.5; filter: saturate(1.1); }

/* Before/after slider full-bleed */
.ba-slider .image-frame       { width: 100%; height: 100%; border: 0; border-radius: 0; }
.ba-slider .image-frame > img { transition: none; /* no hover zoom inside slider */ }

/* --------------------------------------------------------------------------
   25. SCROLL REVEAL
   -------------------------------------------------------------------------- */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  * { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* --------------------------------------------------------------------------
   26. RESPONSIVE BREAKPOINTS
   -------------------------------------------------------------------------- */

/* ≥ 560px — slight up-scaling */
@media (min-width: 560px) {
  .trustbar__list { font-size: 0.88rem; }
  .addons__grid { grid-template-columns: repeat(2, 1fr); }
}

/* ≥ 768px — tablet */
@media (min-width: 768px) {
  :root {
    --space-9: 7rem;
    --space-10: 9rem;
  }

  .brand__mark { font-size: 1.9rem; }
  .nav__phone { display: inline-flex; align-items: center; gap: 6px; }
  .nav__burger { display: none; }

  .hero__inner {
    padding: 60px 30px 80px;
    grid-template-columns: 1.1fr 1fr;
    gap: 48px;
    align-items: center;
  }

  .trustbar__list {
    grid-template-columns: repeat(4, 1fr);
    position: relative;
  }
  .trustbar__list li + li {
    border-left: 1px solid var(--border);
    padding-left: 18px;
  }

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

  .about__grid {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 50px;
  }
  .about__media { order: 0; }

  .cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .pkg__prices {
    grid-template-columns: repeat(3, 1fr);
  }
  .pkg__prices > div {
    border-bottom: none;
    border-right: 1px solid var(--border);
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 16px 18px;
  }
  .pkg__prices > div:last-child { border-right: none; }

  .pkg__inc { grid-template-columns: 1fr 1fr; }

  .ceramic__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ceramic__upgrade {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
  .ceramic__upgrade > div { flex: 1; }

  .why__grid {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }

  .club__grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .gallery__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .how__steps {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    position: relative;
  }
  .how__steps::before {
    content: "";
    position: absolute;
    top: 30%;
    left: 10%;
    right: 10%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold-soft) 10%, var(--gold-soft) 90%, transparent);
    z-index: -1;
  }

  .review { flex: 0 0 calc((100% - 18px) / 2); }

  .final__ctas {
    flex-direction: row;
    max-width: none;
  }

  .footer__grid {
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
  }
  .footer__bottom .container {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }

  /* Hide mobile CTA on tablet+ */
  .mobile-cta { display: none !important; }
}

/* ≥ 1024px — desktop */
@media (min-width: 1024px) {
  body { font-size: 17px; }

  html {
    scroll-padding-top: calc(var(--nav-h) + var(--ribbon-h) + 12px);
  }

  .nav__links { display: none; }

  /* Parallax hero background on desktop */
  .hero__bg { background-attachment: fixed; }

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

  .review { flex: 0 0 calc((100% - 36px) / 3); }

  .ceramic__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .coat-card ul { min-height: 200px; }

  .hero__inner {
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    padding: 80px 40px 100px;
  }
}

/* ≥ 1280px — large desktop */
@media (min-width: 1280px) {
  .brand__mark { font-size: 2rem; }
  .brand__sub { font-size: 0.72rem; }
}

/* ≥ 1440px — wide desktop */
@media (min-width: 1440px) {
  :root { --container: 1280px; }
}

/* --------------------------------------------------------------------------
   28. SCROLL PROGRESS BAR
   -------------------------------------------------------------------------- */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 10001;
  background: transparent;
  pointer-events: none;
}
.scroll-progress > span {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--gold-deep), var(--gold-hi), var(--gold));
  box-shadow: 0 0 12px rgba(212,175,55,0.6);
  transform-origin: left center;
  transition: width 80ms linear;
}

/* --------------------------------------------------------------------------
   29. ACTIVE NAV HIGHLIGHT
   -------------------------------------------------------------------------- */
.nav__links a.is-active,
.mobile-menu nav a.is-active {
  color: var(--gold);
  position: relative;
}
.nav__links a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  border-radius: 2px;
}

/* --------------------------------------------------------------------------
   30. PRICE CALCULATOR
   -------------------------------------------------------------------------- */
.calc {
  padding: 72px 0;
  background:
    radial-gradient(900px 500px at 80% 10%, rgba(212,175,55,0.06), transparent 60%),
    linear-gradient(180deg, var(--bg-0) 0%, #0b0b0b 100%);
  position: relative;
}
.calc::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-soft), transparent);
}
.calc__wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 34px;
}
.calc__panel {
  background: linear-gradient(180deg, #161616, #101010);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 24px 20px;
}
.calc__step {
  border: 0;
  margin: 0 0 22px;
  padding: 0;
}
.calc__step:last-child { margin-bottom: 0; }
.calc__step legend {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--text-1);
  letter-spacing: 0.02em;
  padding: 0 0 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.calc__step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-deep), var(--gold));
  color: #0a0a0a;
  font-weight: 900;
  font-size: 0.85rem;
  flex-shrink: 0;
}
.calc__legend-hint {
  font-family: var(--ff-body);
  font-weight: 500;
  font-size: 0.78rem;
  color: var(--text-3);
  letter-spacing: 0;
  margin-left: auto;
}
.calc__options {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.calc__options--3 { grid-template-columns: 1fr; }
.calc-opt {
  position: relative;
  cursor: pointer;
  display: block;
}
.calc-opt input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.calc-opt__inner {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1.5px solid var(--border);
  border-radius: var(--r-md);
  background: #0e0e0e;
  transition: all 180ms ease;
  min-height: 64px;
}
.calc-opt__icon {
  font-size: 1.6rem;
  line-height: 1;
  flex-shrink: 0;
}
.calc-opt__title {
  font-family: var(--ff-display);
  font-weight: 700;
  color: var(--text-1);
  flex: 1;
  font-size: 0.95rem;
}
.calc-opt__meta {
  font-size: 0.8rem;
  color: var(--text-3);
  font-weight: 500;
}
.calc-opt__badge {
  position: absolute;
  top: -9px;
  right: 10px;
  background: linear-gradient(135deg, var(--gold-deep), var(--gold-hi));
  color: #0a0a0a;
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 3px 8px;
  border-radius: 4px;
}
.calc-opt input:checked + .calc-opt__inner {
  border-color: var(--gold);
  background:
    linear-gradient(135deg, rgba(212,175,55,0.12), rgba(212,175,55,0.04)),
    #0e0e0e;
  box-shadow: 0 0 0 3px rgba(212,175,55,0.12), 0 6px 20px rgba(0,0,0,0.4);
}
.calc-opt input:checked + .calc-opt__inner .calc-opt__title { color: var(--gold); }
.calc-opt input:focus-visible + .calc-opt__inner {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}
.calc-opt:hover .calc-opt__inner { border-color: var(--gold-soft); }

.calc__addons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
.calc-addon {
  position: relative;
  display: grid;
  grid-template-columns: 26px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1.5px solid var(--border);
  border-radius: var(--r-md);
  background: #0e0e0e;
  cursor: pointer;
  transition: all 180ms ease;
}
.calc-addon input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.calc-addon__check {
  width: 22px;
  height: 22px;
  border: 1.5px solid var(--gold-soft);
  border-radius: 5px;
  background: #0a0a0a;
  position: relative;
  transition: all 150ms ease;
  flex-shrink: 0;
}
.calc-addon__check::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 11px;
  border: solid #0a0a0a;
  border-width: 0 2.5px 2.5px 0;
  transform: rotate(45deg) scale(0);
  transition: transform 150ms ease;
}
.calc-addon input:checked ~ .calc-addon__check {
  background: linear-gradient(135deg, var(--gold-hi), var(--gold-deep));
  border-color: var(--gold);
}
.calc-addon input:checked ~ .calc-addon__check::after { transform: rotate(45deg) scale(1); }
.calc-addon__title {
  font-family: var(--ff-body);
  font-weight: 600;
  color: var(--text-1);
  font-size: 0.92rem;
}
.calc-addon__price {
  font-family: var(--ff-display);
  font-weight: 800;
  color: var(--gold);
  font-size: 0.92rem;
}
.calc-addon:hover { border-color: var(--gold-soft); background: #111; }
.calc-addon:has(input:checked) {
  border-color: var(--gold);
  background: linear-gradient(135deg, rgba(212,175,55,0.08), rgba(212,175,55,0.02)), #0e0e0e;
}
.calc-addon input:focus-visible ~ .calc-addon__check {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.calc__total {
  position: relative;
}
.calc__total-inner {
  background:
    linear-gradient(135deg, rgba(212,175,55,0.14) 0%, rgba(212,175,55,0.04) 50%, rgba(212,175,55,0.02) 100%),
    linear-gradient(180deg, #1a1a1a, #0e0e0e);
  border: 1.5px solid var(--gold);
  border-radius: var(--r-lg);
  padding: 26px 22px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5), 0 0 0 1px rgba(212,175,55,0.1) inset;
}
.calc__total-label {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 6px;
}
.calc__total-price {
  font-family: var(--ff-display);
  font-weight: 900;
  font-size: clamp(3rem, 10vw, 4.5rem);
  line-height: 1;
  color: var(--text-1);
  display: flex;
  align-items: baseline;
  gap: 4px;
  letter-spacing: -0.02em;
  margin: 0 0 20px;
}
.calc__currency {
  font-size: 0.5em;
  color: var(--gold);
  font-weight: 700;
  transform: translateY(-0.2em);
}
#calcAmount {
  background: linear-gradient(180deg, #fff 0%, var(--gold-hi) 70%, var(--gold) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: opacity 200ms ease;
}
.calc__total-price.is-updating #calcAmount { opacity: 0.3; }

.calc__total-bd {
  border-top: 1px solid rgba(212,175,55,0.18);
  border-bottom: 1px solid rgba(212,175,55,0.18);
  padding: 14px 0;
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.calc__row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.88rem;
  color: var(--text-2);
}
.calc__row > span:last-child {
  color: var(--text-1);
  font-weight: 600;
  text-align: right;
}
.calc__row--addons > span:last-child {
  color: var(--gold);
  font-size: 0.82rem;
}
.calc__cta-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.calc__guarantee {
  text-align: center;
  font-size: 0.78rem;
  color: var(--text-3);
  margin: 14px 0 0;
}

@media (min-width: 768px) {
  .calc__options--3 { grid-template-columns: repeat(3, 1fr); }
  .calc__addons { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1024px) {
  .calc__wrap {
    grid-template-columns: 1.6fr 1fr;
    gap: 30px;
    align-items: start;
  }
  .calc__panel { padding: 32px; }
  .calc__total { position: sticky; top: 110px; }
}

/* --------------------------------------------------------------------------
   31. ZIP CODE CHECKER
   -------------------------------------------------------------------------- */
.zipcheck {
  max-width: 540px;
  margin: 28px auto 10px;
  padding: 22px 22px 24px;
  background: linear-gradient(180deg, #141414, #0d0d0d);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  text-align: center;
}
.zipcheck__title {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 1.2rem;
  color: var(--text-1);
  margin: 0 0 6px;
}
.zipcheck__sub {
  font-size: 0.88rem;
  color: var(--text-3);
  margin: 0 0 16px;
}
.zipcheck__form {
  display: flex;
  gap: 8px;
  max-width: 360px;
  margin: 0 auto;
}
.zipcheck__input {
  flex: 1;
  background: #0a0a0a;
  border: 1.5px solid var(--border);
  border-radius: var(--r-md);
  color: var(--text-1);
  padding: 12px 16px;
  font-family: var(--ff-body);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-align: center;
  transition: all 180ms ease;
  min-width: 0;
}
.zipcheck__input:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(212,175,55,0.14);
}
.zipcheck__input::placeholder { color: var(--text-3); font-weight: 500; }
.zipcheck__btn { white-space: nowrap; }
.zipcheck__result {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: var(--r-md);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.4;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 220ms ease, max-height 220ms ease, padding 220ms ease, margin 220ms ease;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
}
.zipcheck__result.is-visible {
  opacity: 1;
  max-height: 200px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 14px;
}
.zipcheck__result--yes {
  background: linear-gradient(135deg, rgba(212,175,55,0.18), rgba(212,175,55,0.05));
  border: 1px solid var(--gold);
  color: var(--gold-hi);
}
.zipcheck__result--maybe {
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border);
  color: var(--text-2);
}
.zipcheck__result--error {
  background: rgba(220, 80, 80, 0.08);
  border: 1px solid rgba(220, 80, 80, 0.4);
  color: #ff9b9b;
}

/* --------------------------------------------------------------------------
   32. IMAGE LIGHTBOX
   -------------------------------------------------------------------------- */
/* Make all in-content images feel clickable */
.image-frame--card > img,
.image-frame--coat > img,
.image-frame--portrait > img,
.image-frame--why > img,
.image-frame--wide > img,
.image-frame--boat > img,
.image-frame--boat-wide > img,
.recent__item > img {
  cursor: zoom-in;
}
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(0,0,0,0.95);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  animation: lb-fade 250ms ease;
}
.lightbox.is-open {
  display: flex;
}
@keyframes lb-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}
.lightbox__stage {
  margin: 0;
  max-width: min(1200px, 94vw);
  max-height: 86vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.lightbox__stage img {
  max-width: 100%;
  max-height: 76vh;
  object-fit: contain;
  border-radius: var(--r-md);
  box-shadow: 0 30px 80px rgba(0,0,0,0.8), 0 0 0 1px rgba(212,175,55,0.3);
  animation: lb-pop 320ms cubic-bezier(.2,.8,.2,1);
}
@keyframes lb-pop {
  from { transform: scale(0.92); opacity: 0; }
  to   { transform: scale(1); opacity: 1; }
}
.lightbox__caption {
  font-family: var(--ff-body);
  font-size: 0.88rem;
  color: var(--text-2);
  text-align: center;
  max-width: 640px;
  line-height: 1.5;
  padding: 0 12px;
}
.lightbox__close,
.lightbox__prev,
.lightbox__next {
  position: absolute;
  background: rgba(15,15,15,0.8);
  color: var(--gold);
  border: 1px solid var(--gold-soft);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  font-family: var(--ff-display);
  font-size: 1.6rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 180ms ease;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.lightbox__close:hover,
.lightbox__prev:hover,
.lightbox__next:hover {
  background: var(--gold);
  color: #0a0a0a;
  transform: scale(1.08);
}
.lightbox__close { top: 20px; right: 20px; font-size: 1.4rem; }
.lightbox__prev  { left: 20px; top: 50%; transform: translateY(-50%); }
.lightbox__next  { right: 20px; top: 50%; transform: translateY(-50%); }
.lightbox__prev:hover,
.lightbox__next:hover { transform: translateY(-50%) scale(1.08); }
.lightbox__counter {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--ff-display);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  color: var(--gold);
  background: rgba(15,15,15,0.8);
  border: 1px solid var(--gold-soft);
  padding: 6px 14px;
  border-radius: 20px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
@media (max-width: 560px) {
  .lightbox__prev, .lightbox__next { width: 40px; height: 40px; font-size: 1.3rem; }
  .lightbox__prev { left: 10px; }
  .lightbox__next { right: 10px; }
  .lightbox__close { top: 12px; right: 12px; width: 40px; height: 40px; }
}

body.lb-locked { overflow: hidden; }

/* --------------------------------------------------------------------------
   32b. BACK TO TOP BUTTON
   -------------------------------------------------------------------------- */
.back-to-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9998;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-deep), var(--gold));
  color: #0a0a0a;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0,0,0,0.5), 0 0 0 1px rgba(212,175,55,0.3);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 240ms ease, transform 240ms ease, box-shadow 200ms ease;
}
.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.back-to-top:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(212,175,55,0.35), 0 0 0 1px var(--gold);
}
.back-to-top:active { transform: translateY(-1px); }
.back-to-top:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}
/* Hide when mobile CTA bar is visible to avoid overlap on mobile */
@media (max-width: 767px) {
  .back-to-top { bottom: 80px; right: 16px; width: 44px; height: 44px; }
}

/* --------------------------------------------------------------------------
   33. RECENT WORK MARQUEE
   -------------------------------------------------------------------------- */
.recent {
  padding: 64px 0 72px;
  background: linear-gradient(180deg, #0b0b0b 0%, var(--bg-0) 100%);
  overflow: hidden;
}
.recent .section__title { margin-top: 8px; }
.recent__track {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 24px 20px 28px;
  margin: 0 calc(50% - 50vw);  /* break out of container to edge */
  scrollbar-width: thin;
  scrollbar-color: var(--gold-soft) transparent;
}
.recent__track::-webkit-scrollbar { height: 8px; }
.recent__track::-webkit-scrollbar-track { background: transparent; }
.recent__track::-webkit-scrollbar-thumb {
  background: var(--gold-soft);
  border-radius: 4px;
}
.recent__track::-webkit-scrollbar-thumb:hover { background: var(--gold); }
.recent__item {
  flex: 0 0 auto;
  width: 280px;
  aspect-ratio: 4 / 3;
  margin: 0;
  scroll-snap-align: center;
  border: 1px solid var(--gold-soft);
  transition: transform 300ms ease, border-color 300ms ease;
}
.recent__item:hover {
  transform: translateY(-4px);
  border-color: var(--gold);
}
.recent__cta {
  text-align: center;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .recent__item { width: 340px; }
  .recent__track { gap: 18px; padding: 28px 40px 32px; }
}
@media (min-width: 1024px) {
  .recent__item { width: 400px; }
}

/* --------------------------------------------------------------------------
   34. BOAT & YACHT DETAILING
   -------------------------------------------------------------------------- */
.boats {
  padding: 72px 0 80px;
  background:
    radial-gradient(1000px 500px at 20% 20%, rgba(65, 150, 200, 0.06), transparent 60%),
    radial-gradient(900px 500px at 90% 90%, rgba(212,175,55,0.05), transparent 60%),
    linear-gradient(180deg, var(--bg-0) 0%, #0b0b0b 100%);
  position: relative;
}
.boats::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-soft), transparent);
}

.boats__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 36px;
}

.boat {
  position: relative;
  background: linear-gradient(180deg, #161616 0%, #0e0e0e 100%);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 300ms ease, border-color 300ms ease, box-shadow 300ms ease;
}
.boat:hover {
  transform: translateY(-4px);
  border-color: var(--gold-soft);
  box-shadow: 0 18px 50px rgba(0,0,0,0.5);
}
.boat--popular {
  border-color: var(--gold);
  box-shadow: 0 0 0 1px rgba(212,175,55,0.25) inset, 0 14px 40px rgba(0,0,0,0.5);
}
.boat--popular:hover {
  border-color: var(--gold-hi);
  box-shadow: 0 0 0 1px rgba(240,199,94,0.4) inset, 0 22px 60px rgba(0,0,0,0.6);
}

.boat__badge {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  background: linear-gradient(135deg, var(--gold-deep), var(--gold-hi));
  color: #0a0a0a;
  font-family: var(--ff-display);
  font-weight: 900;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 11px;
  border-radius: 4px;
  box-shadow: 0 4px 14px rgba(212,175,55,0.35);
}
.boat__badge--ultimate {
  background: linear-gradient(135deg, #3a2a08, #6b4d0f);
  color: var(--gold-hi);
  border: 1px solid var(--gold);
}
.boat__badge--premium {
  position: static;
  align-self: flex-start;
  margin-bottom: 10px;
  background: linear-gradient(135deg, #1a1a2e, #2a2a44);
  color: var(--gold-hi);
  border: 1px solid var(--gold);
}

.boat__body {
  padding: 22px 22px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.boat__title {
  font-family: var(--ff-display);
  font-weight: 900;
  font-size: 1.7rem;
  color: var(--text-1);
  margin: 0 0 2px;
  letter-spacing: -0.01em;
}
.boat__subtitle {
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--gold);
  margin: 0 0 10px;
  letter-spacing: 0.02em;
}
.boat__best {
  font-size: 0.85rem;
  color: var(--text-3);
  margin: 0 0 16px;
  font-style: italic;
}

.boat__price {
  font-family: var(--ff-display);
  font-weight: 900;
  font-size: 2.8rem;
  line-height: 1;
  background: linear-gradient(180deg, #fff 0%, var(--gold-hi) 70%, var(--gold) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 18px;
  letter-spacing: -0.02em;
  display: flex;
  align-items: baseline;
  gap: 2px;
}
.boat__price-currency {
  font-size: 0.55em;
  color: var(--gold);
  font-weight: 700;
  -webkit-text-fill-color: var(--gold);
  transform: translateY(-0.15em);
}
.boat__price--custom {
  font-size: 1.6rem;
  margin-bottom: 4px;
}
.boat__quote-note {
  font-size: 0.82rem;
  color: var(--text-3);
  margin: 0 0 18px;
  font-style: italic;
}

.boat__specs {
  flex: 1;
  margin-bottom: 18px;
}
.boat__includes {
  font-size: 0.85rem;
  color: var(--gold);
  margin: 0 0 12px;
  padding: 8px 12px;
  background: rgba(212,175,55,0.08);
  border-left: 2px solid var(--gold);
  border-radius: 0 4px 4px 0;
}
.boat__specs-title {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 14px 0 8px;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--border);
}
.boat__specs-title:first-child { margin-top: 0; }
.boat__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.boat__list li {
  font-size: 0.86rem;
  color: var(--text-2);
  line-height: 1.45;
  padding-left: 18px;
  position: relative;
}
.boat__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gold);
  font-weight: 900;
  font-size: 0.9rem;
}

/* Image placeholder — boat variant (dashed gold border, scuba-blue tint) */
.image-placeholder--boat {
  aspect-ratio: 16 / 10;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid var(--gold-soft);
  background:
    repeating-linear-gradient(
      -45deg,
      rgba(65,150,200,0.04),
      rgba(65,150,200,0.04) 10px,
      rgba(212,175,55,0.03) 10px,
      rgba(212,175,55,0.03) 20px
    ),
    linear-gradient(135deg, #0f1820, #0a0f14);
}
.image-placeholder--boat-wide {
  aspect-ratio: 16 / 9;
  border-radius: var(--r-md);
  background:
    repeating-linear-gradient(
      -45deg,
      rgba(65,150,200,0.04),
      rgba(65,150,200,0.04) 10px,
      rgba(212,175,55,0.03) 10px,
      rgba(212,175,55,0.03) 20px
    ),
    linear-gradient(135deg, #0f1820, #0a0f14);
  border: 1px dashed var(--gold-soft);
}

/* Custom yacht card — featured full-width */
.boat--custom {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr;
  background:
    linear-gradient(135deg, rgba(65, 150, 200, 0.08) 0%, rgba(212,175,55,0.08) 100%),
    linear-gradient(180deg, #161616, #0d0d0d);
  border: 1.5px solid var(--gold);
  box-shadow: 0 0 0 1px rgba(212,175,55,0.12) inset, 0 22px 60px rgba(0,0,0,0.5);
}
.boat--custom:hover { transform: none; }
.boat--custom__media { padding: 22px 22px 0; }
.boat--custom__body {
  padding: 8px 22px 26px;
  display: flex;
  flex-direction: column;
}
.boat--custom .boat__title {
  font-size: 1.5rem;
  line-height: 1.15;
}
.boat__list--custom {
  margin-bottom: 22px;
}
.boat--custom__ctas {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (min-width: 768px) {
  .boats__grid { grid-template-columns: repeat(2, 1fr); gap: 22px; }
  .boat--custom {
    grid-template-columns: 1.2fr 1fr;
    align-items: center;
  }
  .boat--custom__media { padding: 26px 0 26px 26px; }
  .boat--custom__body { padding: 26px 30px; }
  .boat--custom__ctas { flex-direction: row; }
}
@media (min-width: 1024px) {
  .boats__grid { grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .boat__title { font-size: 1.9rem; }
}

/* --------------------------------------------------------------------------
   35. AI CHATBOT
   -------------------------------------------------------------------------- */
.chatbot {
  padding: 60px 0 70px;
  background:
    radial-gradient(1200px 600px at 50% 0%, rgba(212,175,55,0.09), transparent 60%),
    linear-gradient(180deg, #0b0b0b 0%, var(--bg-0) 100%);
  position: relative;
  overflow: hidden;
}
.chatbot::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.chatbot__head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 28px;
}
.chatbot__head .section__title { margin-top: 6px; }
.chatbot__shell {
  max-width: 720px;
  margin: 0 auto;
  background: linear-gradient(180deg, #151515 0%, #0e0e0e 100%);
  border: 1.5px solid var(--gold);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(212,175,55,0.1) inset, 0 30px 80px rgba(0,0,0,0.5);
  display: flex;
  flex-direction: column;
  max-height: min(80vh, 720px);
  min-height: 540px;
}
.chatbot__bar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  background: linear-gradient(180deg, rgba(212,175,55,0.08), rgba(212,175,55,0.02));
  border-bottom: 1px solid rgba(212,175,55,0.18);
  flex-shrink: 0;
}
.chatbot__avatar {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-deep), var(--gold-hi));
  color: #0a0a0a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ff-display);
  font-weight: 900;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.chatbot__avatar-dot {
  position: absolute;
  bottom: 1px;
  right: 1px;
  width: 11px;
  height: 11px;
  background: #22c55e;
  border: 2px solid #151515;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(34,197,94,0.2);
  animation: chat-pulse 2s infinite ease-in-out;
}
@keyframes chat-pulse {
  0%, 100% { box-shadow: 0 0 0 2px rgba(34,197,94,0.2); }
  50% { box-shadow: 0 0 0 5px rgba(34,197,94,0.05); }
}
.chatbot__id {
  flex: 1;
  min-width: 0;
}
.chatbot__id strong {
  display: block;
  font-family: var(--ff-display);
  font-weight: 800;
  color: var(--text-1);
  font-size: 0.98rem;
}
.chatbot__id span {
  font-size: 0.75rem;
  color: #22c55e;
}
.chatbot__restart {
  background: transparent;
  border: 1px solid var(--gold-soft);
  color: var(--gold);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 180ms ease;
  flex-shrink: 0;
}
.chatbot__restart:hover { background: var(--gold); color: #0a0a0a; transform: rotate(180deg); }

.chatbot__messages {
  flex: 1;
  overflow-y: auto;
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  scrollbar-width: thin;
  scrollbar-color: var(--gold-soft) transparent;
  scroll-behavior: smooth;
}
.chatbot__messages::-webkit-scrollbar { width: 6px; }
.chatbot__messages::-webkit-scrollbar-track { background: transparent; }
.chatbot__messages::-webkit-scrollbar-thumb { background: var(--gold-soft); border-radius: 4px; }

.chat-msg {
  max-width: 82%;
  padding: 12px 16px;
  border-radius: 16px;
  font-size: 0.95rem;
  line-height: 1.5;
  word-wrap: break-word;
  animation: chat-in 260ms cubic-bezier(.2,.8,.2,1);
}
@keyframes chat-in {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}
.chat-msg--bot {
  align-self: flex-start;
  background: #1f1f1f;
  color: var(--text-1);
  border-bottom-left-radius: 4px;
  border: 1px solid var(--border);
}
.chat-msg--user {
  align-self: flex-end;
  background: linear-gradient(135deg, var(--gold-deep), var(--gold));
  color: #0a0a0a;
  font-weight: 600;
  border-bottom-right-radius: 4px;
  box-shadow: 0 4px 14px rgba(212,175,55,0.2);
}
.chat-msg--card {
  max-width: 100%;
  padding: 0;
  background: transparent;
  border: 0;
}
.chat-msg--typing {
  padding: 14px 18px;
  display: flex;
  gap: 5px;
  align-items: center;
  background: #1f1f1f;
  border: 1px solid var(--border);
  border-bottom-left-radius: 4px;
  align-self: flex-start;
}
.chat-msg--typing span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  animation: chat-dots 1.2s infinite ease-in-out;
  opacity: 0.5;
}
.chat-msg--typing span:nth-child(2) { animation-delay: 0.2s; }
.chat-msg--typing span:nth-child(3) { animation-delay: 0.4s; }
@keyframes chat-dots {
  0%, 80%, 100% { transform: scale(0.7); opacity: 0.4; }
  40% { transform: scale(1.1); opacity: 1; }
}

/* Recommendation card inside chat */
.rec-card {
  background: linear-gradient(135deg, rgba(212,175,55,0.14) 0%, rgba(212,175,55,0.03) 100%),
              linear-gradient(180deg, #1a1a1a, #0e0e0e);
  border: 1.5px solid var(--gold);
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 0 0 1px rgba(212,175,55,0.1) inset, 0 14px 40px rgba(0,0,0,0.4);
  animation: chat-in 300ms cubic-bezier(.2,.8,.2,1);
}
.rec-card__eyebrow {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 6px;
}
.rec-card__title {
  font-family: var(--ff-display);
  font-weight: 900;
  font-size: 1.3rem;
  color: var(--text-1);
  line-height: 1.2;
  margin-bottom: 2px;
}
.rec-card__meta {
  font-size: 0.82rem;
  color: var(--text-3);
  margin-bottom: 14px;
}
.rec-card__list {
  list-style: none;
  margin: 0 0 14px;
  padding: 12px 0;
  border-top: 1px solid rgba(212,175,55,0.18);
  border-bottom: 1px solid rgba(212,175,55,0.18);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.rec-card__list li {
  display: flex;
  justify-content: space-between;
  font-size: 0.88rem;
  color: var(--text-2);
  gap: 12px;
}
.rec-card__list li > span:last-child {
  color: var(--gold);
  font-family: var(--ff-display);
  font-weight: 700;
}
.rec-card__total {
  font-family: var(--ff-display);
  font-size: 1.05rem;
  color: var(--text-1);
  margin-bottom: 14px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.rec-card__total strong {
  font-size: 1.9rem;
  font-weight: 900;
  background: linear-gradient(180deg, #fff 0%, var(--gold-hi) 60%, var(--gold) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rec-card__upsell {
  background: rgba(212,175,55,0.06);
  border-left: 3px solid var(--gold);
  border-radius: 0 8px 8px 0;
  padding: 10px 12px;
  margin-bottom: 14px;
}

/* What's Included — expandable */
.rec-card__includes {
  margin: 0 0 14px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(255,255,255,0.02);
  overflow: hidden;
  transition: border-color 200ms ease;
}
.rec-card__includes[open] {
  border-color: var(--gold-soft);
  background: rgba(212,175,55,0.03);
}
.rec-card__includes summary {
  padding: 11px 14px;
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--gold);
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  user-select: none;
  transition: background 150ms ease;
}
.rec-card__includes summary::-webkit-details-marker { display: none; }
.rec-card__includes summary::after {
  content: "▼";
  font-size: 0.7rem;
  transition: transform 250ms ease;
  color: var(--gold);
  flex-shrink: 0;
}
.rec-card__includes[open] summary::after { transform: rotate(180deg); }
.rec-card__includes summary:hover { background: rgba(212,175,55,0.05); }
.rec-card__includes summary:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: -2px;
}
.rec-card__includes-list {
  list-style: none;
  margin: 0;
  padding: 4px 14px 12px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  animation: chat-in 220ms ease;
}
.rec-card__includes-list li {
  font-size: 0.82rem;
  color: var(--text-2);
  line-height: 1.45;
  padding-left: 18px;
  position: relative;
}
.rec-card__includes-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gold);
  font-weight: 900;
  font-size: 0.85rem;
}
.rec-card__includes-divider {
  padding-left: 0 !important;
  margin-top: 8px;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  color: var(--gold-hi);
  text-transform: uppercase;
}
.rec-card__includes-divider::before { display: none; }
.rec-card__includes-list li:first-child.rec-card__includes-divider { margin-top: 0; }
.rec-card__upsell-title {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 4px;
}
.rec-card__upsell-body {
  font-size: 0.85rem;
  color: var(--text-2);
  line-height: 1.4;
}
.rec-card__ctas {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.chatbot__chips {
  padding: 8px 18px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  max-height: 120px;
  overflow-y: auto;
  flex-shrink: 0;
}
.chatbot__chips:empty { padding: 0; }
.chat-chip {
  background: #1a1a1a;
  border: 1px solid var(--border);
  color: var(--text-1);
  padding: 8px 14px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-family: var(--ff-body);
  font-weight: 500;
  cursor: pointer;
  transition: all 180ms ease;
  white-space: nowrap;
  animation: chat-in 220ms ease;
}
.chat-chip:hover {
  background: var(--gold);
  color: #0a0a0a;
  border-color: var(--gold);
  transform: translateY(-1px);
}
.chat-chip:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.chatbot__input {
  display: flex;
  gap: 8px;
  padding: 14px 18px 18px;
  border-top: 1px solid var(--border);
  background: #0a0a0a;
  flex-shrink: 0;
}
.chatbot__field {
  flex: 1;
  background: #1a1a1a;
  border: 1.5px solid var(--border);
  border-radius: 22px;
  color: var(--text-1);
  padding: 10px 18px;
  font-family: var(--ff-body);
  font-size: 0.95rem;
  transition: all 180ms ease;
  min-width: 0;
}
.chatbot__field::placeholder { color: var(--text-3); }
.chatbot__field:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(212,175,55,0.12);
}
.chatbot__send {
  background: linear-gradient(135deg, var(--gold-deep), var(--gold));
  color: #0a0a0a;
  border: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 180ms ease;
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(212,175,55,0.3);
}
.chatbot__send:hover { transform: scale(1.08); box-shadow: 0 6px 20px rgba(212,175,55,0.5); }
.chatbot__send:active { transform: scale(0.95); }

.chatbot__foot {
  text-align: center;
  margin-top: 18px;
  font-size: 0.85rem;
  color: var(--text-3);
}
.chatbot__foot a {
  color: var(--gold);
  text-decoration: none;
  font-weight: 600;
}
.chatbot__foot a:hover { text-decoration: underline; }

@media (max-width: 560px) {
  .chatbot__shell { min-height: 480px; border-radius: var(--r-md); }
  .chat-msg { max-width: 88%; font-size: 0.92rem; }
  .chatbot__bar { padding: 12px 14px; }
  .chatbot__messages { padding: 16px 14px; }
  .chatbot__input { padding: 12px 14px 14px; }
  .chatbot__chips { padding: 8px 14px 0; }
  .rec-card { padding: 14px; }
  .rec-card__title { font-size: 1.15rem; }
  .rec-card__total strong { font-size: 1.6rem; }
}

/* --------------------------------------------------------------------------
   27. PRINT (cleanup)
   -------------------------------------------------------------------------- */
@media print {
  .ribbon, .nav, .mobile-cta, .mobile-menu, .carousel__btn { display: none !important; }
  body { color: #000; background: #fff; }
  * { box-shadow: none !important; text-shadow: none !important; }
}
