/* ============================================================
   DALLASEXOTICS — STYLESHEET
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --black:   #050505;
  --ink:     #0c0c0c;
  --card:    #181818;
  --gold:    #c9a227;
  --gold-lt: #e8c040;
  --gold-a:  rgba(201, 162, 39, 0.14);
  --white:   #fafaf8;
  --smoke:   #888888;
  --border:  rgba(201, 162, 39, 0.2);
  --border-w: rgba(255,255,255,0.07);
  --ff-disp: 'Cormorant Garamond', Georgia, serif;
  --ff-body: 'Inter', system-ui, sans-serif;
  --nav-h:   100px;
  --r:       8px;
  --trans:   0.28s cubic-bezier(0.4,0,0.2,1);
  --max-w:   1200px;
}

html { scroll-behavior: smooth; }
body {
  font-family: var(--ff-body);
  background: var(--black);
  color: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; display: block; }

.container { max-width: var(--max-w); margin: 0 auto; padding: 0 32px; }

/* ── SCROLL PROGRESS ── */
.progress {
  position: fixed; top: 0; left: 0; z-index: 9999;
  height: 2px; width: 0%;
  background: var(--gold);
  pointer-events: none;
}

/* ── BUTTONS ── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 34px;
  border-radius: 2px;
  font-family: var(--ff-body);
  font-size: 0.8rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  border: 1.5px solid transparent;
  cursor: pointer; transition: all var(--trans);
  white-space: nowrap;
}
.btn--gold  { background: var(--gold); color: var(--black); border-color: var(--gold); }
.btn--gold:hover { background: var(--gold-lt); border-color: var(--gold-lt); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(201,162,39,0.3); }
.btn--ghost { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.35); }
.btn--ghost:hover { border-color: var(--white); background: rgba(255,255,255,0.06); transform: translateY(-2px); }
.btn--full  { width: 100%; justify-content: center; padding-top: 16px; padding-bottom: 16px; }

/* ── EYEBROW ── */
.eyebrow {
  display: block;
  font-size: 0.68rem; font-weight: 600;
  letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 14px;
}

/* ── NAV ── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  height: var(--nav-h);
  padding-top: env(safe-area-inset-top);
  transition: background var(--trans), box-shadow var(--trans);
}
.nav.scrolled {
  background: rgba(5,5,5,0.94);
  backdrop-filter: blur(16px) saturate(180%);
  box-shadow: 0 1px 0 var(--border-w);
}
.nav__inner {
  max-width: var(--max-w); margin: 0 auto; padding: 0 20px 0 12px;
  height: 100%; display: flex; align-items: center;
  position: relative;
}
.nav__logo { color: var(--gold); flex-shrink: 0; }
.logo__emblem { height: 80px; width: auto; display: block; }
.nav__center {
  position: absolute; left: 50%; transform: translateX(-50%);
  display: flex; align-items: center; gap: 20px;
}
.nav__links { display: flex; gap: 36px; }
.nav__links a {
  font-size: 0.8rem; font-weight: 500;
  letter-spacing: 0.06em; text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  transition: color var(--trans);
}
.nav__links a:hover { color: var(--gold); }
.nav__cta { margin-left: 0; }
.nav__burger {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer;
  padding: 10px; margin-left: auto;
  min-width: 44px; min-height: 44px; justify-content: center; align-items: center;
}
.nav__burger span {
  display: block; width: 22px; height: 1.5px;
  background: var(--white); border-radius: 2px;
  transition: all var(--trans);
}

/* ── HERO ── */
.hero {
  position: relative; height: 100vh; min-height: 680px;
  height: 100dvh;
  display: flex; align-items: center; justify-content: center;
  text-align: center; overflow: hidden;
}
.hero__bg {
  position: absolute; inset: 0;
  /* Default: full-res for desktop */
  background-image: url('https://images.unsplash.com/photo-1492144534655-ae79c964c9d7?auto=format&fit=crop&w=1920&q=85');
  background-size: cover; background-position: center;
  transform: scale(1.06); transition: transform 10s ease;
  will-change: transform;
}
/* Serve a smaller image on mobile — saves ~60–80 KB on narrow viewports */
@media (max-width: 768px) {
  .hero__bg {
    background-image: url('https://images.unsplash.com/photo-1492144534655-ae79c964c9d7?auto=format&fit=crop&w=900&q=80');
  }
}
@media (max-width: 480px) {
  .hero__bg {
    background-image: url('https://images.unsplash.com/photo-1492144534655-ae79c964c9d7?auto=format&fit=crop&w=600&q=75');
  }
}
.hero.loaded .hero__bg { transform: scale(1); }
.hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    160deg,
    rgba(5,5,5,0.2) 0%,
    rgba(5,5,5,0.5) 45%,
    rgba(5,5,5,0.92) 100%
  );
}
.hero__watermark {
  position: absolute; right: -4%; bottom: -8%; z-index: 1;
  width: clamp(400px, 55vw, 760px);
  color: var(--white); opacity: 0.038;
  pointer-events: none;
}
.hero__watermark svg { width: 100%; height: auto; display: block; }
.hero__content {
  position: relative; z-index: 2;
  max-width: 860px; padding: 0 32px;
}
.hero__badge {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.7rem; font-weight: 500;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  border: 1px solid rgba(255,255,255,0.15);
  padding: 8px 16px; border-radius: 40px; margin-bottom: 32px;
}
.hero__badge .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--gold);
  animation: pulse 2s ease-in-out infinite;
}
.hero__headline {
  font-family: var(--ff-disp);
  font-size: clamp(3rem, 8.5vw, 7.5rem);
  font-weight: 700; line-height: 0.92;
  letter-spacing: -0.02em;
  margin-bottom: 28px;
}
.hero__headline .line { display: block; }
.hero__headline em { color: var(--gold); font-style: italic; }
.hero__sub {
  font-size: clamp(0.95rem, 1.4vw, 1.15rem);
  color: rgba(255,255,255,0.6);
  max-width: 480px; margin: 0 auto 40px;
  line-height: 1.7;
}
.hero__actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.hero__scroll-cue {
  position: absolute; bottom: 36px; left: 50%;
  transform: translateX(-50%);
  z-index: 2; display: flex; flex-direction: column;
  align-items: center; gap: 10px;
  font-size: 0.65rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  animation: scrollFade 3s ease-in-out infinite;
}
.hero__scroll-line {
  width: 1px; height: 40px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.3), transparent);
}

/* ── TICKER ── */
.ticker {
  background: var(--ink);
  border-top: 1px solid var(--border-w);
  border-bottom: 1px solid var(--border-w);
  padding: 14px 0; overflow: hidden;
}
.ticker__track {
  display: flex; width: max-content;
  animation: tickerScroll 28s linear infinite;
  will-change: transform;
}
.ticker__track:hover { animation-play-state: paused; }
.ticker__track span {
  font-size: 0.72rem; font-weight: 500;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  padding: 0 28px;
}
.ticker__track .sep { color: var(--gold); padding: 0 0; opacity: 0.7; }

/* ── FLEET ── */
.fleet { padding: 120px 0 0; background: var(--black); }
.fleet__intro {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 48px; align-items: end;
  padding-bottom: 80px;
  border-bottom: 1px solid var(--border-w);
}
.fleet__intro-title {
  font-family: var(--ff-disp);
  font-size: clamp(2.8rem, 5vw, 4.5rem);
  font-weight: 700; line-height: 1.05;
}
.fleet__intro-title em { color: var(--gold); font-style: italic; }
.fleet__intro-right p { color: var(--smoke); font-size: 1rem; line-height: 1.8; margin-bottom: 20px; }
.fleet__count {
  font-size: 0.75rem; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--gold);
}
.fleet__count span { font-size: 1.4rem; font-family: var(--ff-disp); vertical-align: middle; margin-right: 4px; }

/* ── FLEET BROWSE — phone left, 3-col grid right ── */
.fleet__browse {
  display: grid;
  grid-template-columns: 310px 1fr;
  border-top: 1px solid var(--border-w);
}
.fleet__phone-pane {
  position: sticky;
  top: var(--nav-h);
  height: calc(100vh - var(--nav-h));
  height: calc(100dvh - var(--nav-h));
  background: var(--ink);
  border-right: 1px solid var(--border-w);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 14px; padding: 24px 16px;
}
.fleet__phone-label { text-align: center; margin: 0; }
.fleet__phone-wrap { position: relative; }
/* Compact phone frame inside the narrower pane */
.fleet__phone-pane .phone-frame { width: 262px; }
.fleet__phone-pane .phone-screen { height: 490px; }
.fleet__phone-pane .phone-glow { width: 220px; height: 420px; }

/* ── 3-COLUMN CARD GRID ── */
.fleet__list-pane {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border-w); /* hairline separators between cells */
  align-content: start;
}

/* ── VEHICLE CARD ── */
.vehicle-card {
  background: var(--black);
  display: flex; flex-direction: column;
  transition: background var(--trans);
}
.vehicle-card:hover { background: var(--card); }

.vehicle-card__img-wrap {
  position: relative; overflow: hidden;
  aspect-ratio: 16 / 10;
}
.vehicle-card__img {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transform: scale(1.04);
  background-color: var(--card);
}
.vehicle-card:not(.vehicle-card--mystery) .vehicle-card__img {
  will-change: transform;
}
.vehicle-card:hover .vehicle-card__img {
  transition: transform 0.55s cubic-bezier(0.25,0.46,0.45,0.94);
  transform: scale(1);
}
.vehicle-card__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(5,5,5,0.6) 0%, transparent 50%);
}
/* Phone-style status bar overlaid on the image */
.vehicle-card__bar {
  position: absolute; top: 0; left: 0; right: 0; z-index: 2;
  display: flex; justify-content: space-between; align-items: center;
  padding: 9px 14px;
  background: linear-gradient(to bottom, rgba(0,0,0,0.72) 0%, transparent 100%);
  font-size: 0.58rem; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}
.vehicle-card__bar span:last-child { color: var(--gold); opacity: 0.8; }

.vehicle-card__body {
  padding: 18px 20px 16px;
  flex: 1; display: flex; flex-direction: column; gap: 10px;
}
.vehicle-card__name {
  font-family: var(--ff-body);
  font-size: clamp(1.1rem, 1.6vw, 1.45rem);
  letter-spacing: 0.02em;
  font-weight: 700; line-height: 1.05;
  color: var(--white);
}
.vehicle-card.active .vehicle-card__name { color: var(--gold); }
.vehicle-card__row {
  display: flex; justify-content: space-between; align-items: baseline;
  gap: 8px;
}
.vehicle-card__specs {
  display: flex; flex-wrap: wrap; gap: 0;
}
.vehicle-card__specs li {
  font-size: 0.68rem; color: var(--smoke);
  font-weight: 500; padding-right: 8px;
}
.vehicle-card__specs li + li {
  padding-left: 8px;
  border-left: 1px solid rgba(255,255,255,0.1);
}
.vehicle-card__price {
  font-family: var(--ff-disp);
  font-size: 1.45rem; font-weight: 700;
  color: var(--gold); white-space: nowrap; flex-shrink: 0;
}
.vehicle-card__price em { font-style: normal; font-family: var(--ff-body); font-size: 0.62rem; font-weight: 400; color: var(--smoke); }
.vehicle-card__ctas {
  display: flex; gap: 8px;
  padding: 12px 16px;
  border-top: 1px solid var(--border-w);
  background: rgba(255,255,255,0.02);
}
.btn--half { flex: 1; justify-content: center; padding: 11px 10px; min-height: 44px; }
.btn, .nav__burger, .phone-car, .nav__links a { -webkit-tap-highlight-color: transparent; }

/* phone mockup */
.phone-glow {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 280px; height: 500px;
  background: radial-gradient(ellipse, rgba(201,162,39,0.15) 0%, transparent 70%);
  pointer-events: none;
  filter: blur(30px);
}
.phone-frame {
  width: 320px;
  background: #0a0a0a;
  border-radius: 52px;
  border: 2px solid #2a2a2a;
  padding: 14px;
  box-shadow:
    0 0 0 1px #111,
    0 50px 100px rgba(0,0,0,0.9),
    0 20px 40px rgba(0,0,0,0.6),
    inset 0 1px 0 rgba(255,255,255,0.04);
  position: relative; z-index: 1;
}
.phone-island {
  width: 100px; height: 30px;
  background: #000; border-radius: 20px;
  margin: 0 auto 10px;
  border: 1.5px solid #1a1a1a;
}
.phone-screen {
  background: #080808;
  border-radius: 40px;
  overflow: hidden;
  display: flex; flex-direction: column;
  height: 590px;
  position: relative;
}

/* Lock screen */
.phone-lock {
  position: absolute; inset: 0; z-index: 10;
  background: #060606;
  border-radius: 40px;
  display: flex; flex-direction: column;
  align-items: center; justify-content: space-between;
  padding: 36px 24px 28px;
  transition: transform 0.55s cubic-bezier(0.32,0,0.67,0), opacity 0.4s;
}
.phone-lock.unlocked { transform: translateY(-105%); opacity: 0; pointer-events: none; }
.phone-lock__top { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.phone-lock__time {
  font-size: 3rem; font-weight: 700; color: var(--white);
  font-variant-numeric: tabular-nums; letter-spacing: -0.02em;
}
.phone-lock__date { font-size: 0.68rem; color: rgba(255,255,255,0.35); letter-spacing: 0.14em; text-transform: uppercase; }
.phone-lock__brand { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.phone-lock__tagline { font-size: 0.62rem; color: rgba(255,255,255,0.3); letter-spacing: 0.14em; text-transform: uppercase; }
.phone-lock__slider { width: 100%; }
.phone-lock__track {
  position: relative; height: 46px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 23px;
  display: flex; align-items: center; padding: 5px;
  overflow: hidden;
}
.phone-lock__label {
  position: absolute; left: 46px; right: 0; text-align: center;
  font-size: 0.62rem; color: rgba(255,255,255,0.32);
  letter-spacing: 0.14em; text-transform: uppercase;
  pointer-events: none; user-select: none; transition: opacity 0.15s;
}
.phone-lock__thumb {
  position: relative; z-index: 1;
  width: 36px; height: 36px; background: var(--gold);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  cursor: grab; flex-shrink: 0; touch-action: none; color: #000;
  transition: transform 0.3s ease;
}
.phone-lock__thumb:active { cursor: grabbing; }

/* GTA UI inside phone */
.phone-status {
  display: flex; justify-content: space-between; align-items: center;
  padding: 10px 20px 6px;
  background: #080808;
}
.phone-time {
  font-family: var(--ff-body);
  font-size: 0.75rem; font-weight: 700;
  color: var(--white); letter-spacing: 0.02em;
}
.phone-signal {
  display: flex; align-items: center; gap: 4px;
}
.phone-signal svg { width: 18px; color: var(--white); }

.phone-header {
  padding: 12px 18px 10px;
  border-bottom: 1px solid #1e1e1e;
}
.phone-header__top {
  display: flex; justify-content: space-between;
  align-items: center; margin-bottom: 3px;
}
.phone-app-name {
  font-family: var(--ff-body);
  font-size: 0.8rem; font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--white);
}
.phone-app-name em { color: var(--gold); font-style: normal; }
.phone-status-dot {
  font-size: 0.55rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: #4ade80; display: flex; align-items: center; gap: 4px;
}
.phone-header__sub {
  font-size: 0.6rem; color: #555;
  letter-spacing: 0.08em; text-transform: uppercase;
}

.phone-list {
  flex: 1; overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #1e1e1e #0a0a0a;
}
.phone-list::-webkit-scrollbar { width: 3px; }
.phone-list::-webkit-scrollbar-thumb { background: #2a2a2a; }

.phone-car {
  display: flex; align-items: center;
  padding: 11px 16px; gap: 12px;
  border-bottom: 1px solid #121212;
  cursor: pointer;
  transition: background var(--trans);
}
.phone-car:hover { background: rgba(201,162,39,0.07); }
.phone-car.active {
  background: rgba(201,162,39,0.1);
  border-left: 2px solid var(--gold);
}
.phone-car__thumb {
  width: 52px; height: 36px; border-radius: 4px;
  background-size: cover; background-position: center;
  background-color: #1a1a1a; flex-shrink: 0;
}
.phone-car__info { flex: 1; min-width: 0; }
.phone-car__name {
  display: block;
  font-size: 0.72rem; font-weight: 600;
  color: var(--white); white-space: nowrap;
  overflow: hidden; text-overflow: ellipsis;
  margin-bottom: 2px;
}
.phone-car__detail {
  display: block;
  font-size: 0.58rem; color: #555;
  letter-spacing: 0.06em; text-transform: uppercase;
}
.phone-car__price {
  font-family: var(--ff-disp);
  font-size: 0.85rem; font-weight: 700;
  color: var(--gold); flex-shrink: 0;
}

.phone-footer {
  padding: 12px 16px;
  background: #0a0a0a;
  border-top: 1px solid #1a1a1a;
}
.phone-reserve-btn {
  display: block; width: 100%;
  background: var(--gold); color: var(--black);
  text-align: center; padding: 11px;
  border-radius: 6px;
  font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  transition: background var(--trans);
}
.phone-reserve-btn:hover { background: var(--gold-lt); }


/* ── FOOTER ── */
.footer {
  background: #030303;
  border-top: 1px solid rgba(255,255,255,0.05);
}
.footer__inner {
  display: grid; grid-template-columns: 2fr 1fr 1fr;
  gap: 48px; padding: 72px 32px;
}
.footer__logo { display: block; margin-bottom: 16px; }
.footer__logo .logo__emblem { height: 78px; }
.footer__brand p { font-size: 0.85rem; color: var(--smoke); line-height: 1.8; max-width: 240px; margin-bottom: 24px; }
.footer__socials { display: flex; gap: 12px; }
.footer__socials a {
  width: 38px; height: 38px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 6px; display: flex;
  align-items: center; justify-content: center;
  color: var(--smoke); transition: all var(--trans);
}
.footer__socials a svg { width: 16px; height: 16px; }
.footer__socials a:hover { border-color: var(--gold); color: var(--gold); }
.footer__col strong {
  display: block; font-size: 0.65rem;
  font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--gold);
  margin-bottom: 20px;
}
.footer__col ul { display: flex; flex-direction: column; gap: 10px; }
.footer__col li, .footer__col a { font-size: 0.82rem; color: var(--smoke); transition: color var(--trans); }
.footer__col a:hover { color: var(--white); }
.footer__bottom {
  border-top: 1px solid rgba(255,255,255,0.04);
  padding: 18px 32px;
  display: flex; justify-content: space-between; align-items: center;
}
.footer__bottom p { font-size: 0.75rem; color: rgba(255,255,255,0.25); }
.footer__bottom-links { display: flex; gap: 24px; }
.footer__bottom-links a { font-size: 0.75rem; color: rgba(255,255,255,0.25); transition: color var(--trans); }
.footer__bottom-links a:hover { color: var(--gold); }

/* ── ANIMATIONS ── */
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(0.8); }
}
@keyframes scrollFade {
  0%, 100% { opacity: 0.3; transform: translateX(-50%) translateY(0); }
  50% { opacity: 0.7; transform: translateX(-50%) translateY(8px); }
}
@keyframes tickerScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.reveal {
  opacity: 0; transform: translateY(20px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }

.reveal-vehicle {
  opacity: 0; transform: translateY(32px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.reveal-vehicle.visible { opacity: 1; transform: translateY(0); }

/* ── RESPONSIVE ── */
@media (max-width: 1200px) {
  .fleet__list-pane { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 1024px) {
  .fleet__intro { grid-template-columns: 1fr; gap: 28px; }
  .fleet__browse { grid-template-columns: 270px 1fr; }
  .fleet__phone-pane .phone-frame { width: 230px; }
  .fleet__phone-pane .phone-screen { height: 440px; }
  .footer__inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  :root { --nav-h: 72px; }
  .container { padding: 0 20px; }
  .logo__emblem { height: 56px; }
  .nav__center { position: static; }
  .nav__links, .nav__cta { display: none; }
  .hero__bg, .vehicle-card__img { will-change: auto; }
  .nav__links.open {
    display: flex; flex-direction: column;
    position: fixed; top: var(--nav-h); left: 0; right: 0; width: 100%;
    background: #050505;
    padding: 28px 24px; gap: 24px;
    border-top: 1px solid var(--border-w);
    z-index: 1001;
    transform: translateZ(0);
  }
  .nav__links.open a { font-size: 1rem; }
  .nav__burger { display: flex; }
  .fleet__browse { grid-template-columns: 1fr; }
  .fleet__phone-pane { display: none; }
  .fleet__list-pane { grid-template-columns: repeat(2, 1fr); }
  .footer__inner { grid-template-columns: 1fr; gap: 32px; }
  .footer__bottom { flex-direction: column; gap: 10px; text-align: center; }
}
@media (max-width: 480px) {
  .fleet__list-pane { grid-template-columns: 1fr; }
  .hero__headline { font-size: 2.8rem; }
  .hero__actions { flex-direction: column; align-items: center; }
  .hero__actions .btn { width: 100%; justify-content: center; }
  .phone-frame { width: 280px; }
  .phone-screen { height: 520px; }
}

/* ── MYSTERY CARS ── */
.vehicle-card--mystery { align-self: start; }
.vehicle-card--mystery .vehicle-card__bar,
.vehicle-card--mystery .vehicle-card__overlay { display: none; }
.vehicle-card--mystery .vehicle-card__body,
.vehicle-card--mystery .vehicle-card__ctas { display: none; }

.vehicle-card__img--mystery {
  background: linear-gradient(135deg, #1c1c1c 0%, #0a0a0a 50%, #1c1c1c 100%);
  filter: blur(8px) brightness(1.3);
  transform: scale(1.06);
}

.vehicle-card--mystery .vehicle-card__img-wrap::after {
  content: 'COMING SOON';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 4px;
  color: var(--gold);
  opacity: 0.6;
  z-index: 5;
  pointer-events: none;
  white-space: nowrap;
  transition: opacity 0.4s ease;
}
.vehicle-card--mystery:hover .vehicle-card__img-wrap::after { opacity: 1; }
.phone-car__thumb--mystery {
  background: #111;
  position: relative;
}
.phone-car__thumb--mystery::after {
  content: '?';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--gold);
  opacity: 0.55;
}
.phone-car--mystery .phone-car__name,
.phone-car--mystery .phone-car__detail,
.phone-car--mystery .phone-car__price { filter: blur(5px); user-select: none; }
