/* ============================================================
   GIO'S DETAILING — Stylesheet
   Colors: White + Dark Red (logo theme)
   ============================================================ */

:root {
  --red: #c01616;
  --red-dark: #8e0d0d;
  --red-light: #e21f2b;
  --black: #0d0d0f;
  --charcoal: #16161a;
  --gray: #6b6b72;
  --light: #f5f5f7;
  --white: #ffffff;
  --shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
  --shadow-red: 0 14px 40px rgba(192, 22, 22, 0.35);
  --radius: 16px;
  --maxw: 1200px;
  --header-h: 76px;
  font-size: 16px;
}

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

html { scroll-behavior: smooth; scroll-padding-top: 90px; }

body {
  font-family: "Noto Sans Georgian", "Segoe UI", system-ui, sans-serif;
  color: #e8e8ec;
  background: #0d0d0f;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

:root { --font-head: "Noto Serif Georgian", "Noto Sans Georgian", Georgia, serif; }
.section-title, .slide h1, .about-text h2, .booking-info h2,
.service-card h3, .promo-body h3, .page-hero h1, .booking-form h3, .contact-form h3 {
  font-family: var(--font-head); letter-spacing: -.01em;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

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

.section { padding: 90px 0; }

.section-head { text-align: center; max-width: 680px; margin: 0 auto 56px; }
.eyebrow {
  display: inline-block;
  color: var(--red);
  font-weight: 800;
  letter-spacing: 3px;
  font-size: .8rem;
  text-transform: uppercase;
  margin-bottom: 14px;
  position: relative;
}
.eyebrow::before, .eyebrow::after {
  content: ""; position: absolute; top: 50%; width: 26px; height: 2px;
  background: var(--red); opacity: .5;
}
.eyebrow::before { right: 100%; margin-right: 12px; }
.eyebrow::after  { left: 100%;  margin-left: 12px; }
.section-title { font-size: clamp(1.7rem, 4vw, 2.6rem); font-weight: 900; line-height: 1.15; }
.section-title span { color: var(--red); }
.section-sub { color: var(--gray); margin-top: 14px; font-size: 1.02rem; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 15px 32px; border-radius: 50px; font-weight: 800; font-size: 1rem;
  cursor: pointer; border: none; transition: .28s ease; font-family: inherit;
}
.btn-primary {
  background: linear-gradient(135deg, var(--red-light), var(--red-dark));
  color: #fff; box-shadow: var(--shadow-red);
}
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 20px 46px rgba(192,22,22,.5); }
.btn-ghost { background: rgba(255,255,255,.1); color: #fff; border: 2px solid rgba(255,255,255,.7); }
.btn-ghost:hover { background: #fff; color: var(--red); }
.btn-block { width: 100%; justify-content: center; }

/* ============================================================
   HEADER
   ============================================================ */
.header {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 1000;
  height: var(--header-h);
  display: flex; align-items: center;
  background: linear-gradient(180deg, rgba(13,13,15,.5), rgba(13,13,15,.18));
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  border-bottom: 1px solid rgba(255,255,255,.08);
  transition: .35s ease;
}
.header.scrolled {
  background: rgba(15,15,20,.72);
  backdrop-filter: blur(20px) saturate(150%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
  border-bottom-color: rgba(255,255,255,.06);
  box-shadow: 0 6px 30px rgba(0,0,0,.25);
}
.header .container { display: flex; align-items: center; justify-content: space-between; }

.logo { display: flex; align-items: center; gap: 12px; }
.logo img { height: 52px; width: auto; filter: drop-shadow(0 4px 10px rgba(0,0,0,.5)); }
.logo-text { color: #fff; font-weight: 900; font-size: 1.15rem; line-height: 1; }
.logo-text small { display: block; color: var(--red-light); font-size: .62rem; letter-spacing: 3px; margin-top: 3px; }

.nav { display: flex; align-items: center; gap: 6px; }
.nav a {
  color: #f1f1f1; font-weight: 600; padding: 10px 16px; border-radius: 10px;
  position: relative; transition: .25s; font-size: .96rem;
}
.nav a::after {
  content: ""; position: absolute; left: 16px; right: 16px; bottom: 6px; height: 2px;
  background: var(--red-light); transform: scaleX(0); transition: .25s; transform-origin: left;
}
.nav a:hover { color: #fff; }
.nav a:hover::after, .nav a.active::after { transform: scaleX(1); }

.header-cta { display: flex; align-items: center; gap: 16px; }
.header-phone { color: #fff; font-weight: 800; display: flex; align-items: center; gap: 8px; font-size: .95rem; }
.header-phone svg { fill: var(--red-light); width: 18px; }
.header .btn-primary { padding: 11px 24px; font-size: .92rem; }

.burger { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.burger span { width: 26px; height: 3px; background: #fff; border-radius: 3px; transition: .3s; }
.burger.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ============================================================
   HERO SLIDER
   ============================================================ */
.hero { position: relative; height: 68vh; min-height: 460px; max-height: 600px; overflow: hidden; }
.slide { padding-top: var(--header-h); }
.slide {
  position: absolute; inset: 0; opacity: 0; transition: opacity 1.1s ease;
  background-size: cover; background-position: center;
  display: flex; align-items: center;
}
.slide.active { opacity: 1; }
.slide::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(13,13,15,.92) 0%, rgba(13,13,15,.7) 45%, rgba(13,13,15,.3) 100%);
}
.slide-inner { position: relative; z-index: 2; max-width: 600px; color: #fff; }
.slide-badge {
  display: inline-block; background: var(--red); color: #fff; padding: 6px 16px;
  border-radius: 50px; font-weight: 800; font-size: .76rem; letter-spacing: 1px; margin-bottom: 18px;
}
.slide h1 { font-size: clamp(1.9rem, 4.5vw, 3rem); font-weight: 900; line-height: 1.1; margin-bottom: 14px; }
.slide h1 span { color: var(--red-light); }
.slide p { font-size: 1.05rem; color: #d9d9dd; margin-bottom: 26px; max-width: 480px; }
.slide-actions { display: flex; gap: 14px; flex-wrap: wrap; }

.hero-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 5;
  width: 50px; height: 50px; border-radius: 50%; border: none; cursor: pointer;
  background: rgba(255,255,255,.12); color: #fff; backdrop-filter: blur(6px);
  display: grid; place-items: center; transition: .25s; font-size: 1.4rem;
}
.hero-arrow:hover { background: var(--red); }
.hero-arrow.prev { left: 24px; } .hero-arrow.next { right: 24px; }

.hero-dots { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); z-index: 5; display: flex; gap: 10px; }
.hero-dots button { width: 12px; height: 12px; border-radius: 50%; border: 2px solid #fff; background: transparent; cursor: pointer; transition: .25s; padding: 0; }
.hero-dots button.active { background: var(--red); border-color: var(--red); width: 30px; border-radius: 8px; }

/* ============================================================
   ABOUT
   ============================================================ */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.about-media { position: relative; }
.about-media img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; height: 460px; object-fit: cover; }
.about-badge {
  position: absolute; bottom: -26px; right: -16px; background: var(--red); color: #fff;
  padding: 22px 28px; border-radius: var(--radius); box-shadow: var(--shadow-red); text-align: center;
}
.about-badge b { font-size: 2rem; display: block; font-weight: 900; }
.about-badge span { font-size: .8rem; }
.about-text h2 { font-size: clamp(1.7rem,4vw,2.5rem); font-weight: 900; margin-bottom: 18px; }
.about-text h2 span { color: var(--red); }
.about-text p { color: var(--gray); margin-bottom: 18px; }
.about-feats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 26px 0; }
.about-feat { display: flex; gap: 12px; align-items: flex-start; }
.about-feat .ic { flex: 0 0 42px; height: 42px; border-radius: 12px; background: rgba(192,22,22,.1); color: var(--red); display: grid; place-items: center; }
.about-feat .ic svg { width: 22px; fill: var(--red); }
.about-feat b { display: block; font-size: 1rem; }
.about-feat small { color: var(--gray); }

/* ============================================================
   SERVICES
   ============================================================ */
.services-bg { background: var(--light); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card {
  position: relative; display: block; border-radius: var(--radius); overflow: hidden;
  height: 300px; background-size: cover; background-position: center; color: #fff;
  box-shadow: 0 12px 30px rgba(0,0,0,.12); transition: .4s ease;
}
.service-card::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(13,13,15,.55), rgba(13,13,15,.55));
  transition: .4s;
}
.service-card:hover { transform: translateY(-8px); box-shadow: 0 28px 54px rgba(0,0,0,.28); }
.service-card:hover::after { background: linear-gradient(180deg, rgba(142,13,13,.78), rgba(13,13,15,.6)); }
.service-cap {
  position: absolute; inset: 0; z-index: 2;
  display: flex; align-items: center; justify-content: center; text-align: center; padding: 22px;
}
.service-card h3 {
  font-size: 1.45rem; font-weight: 800; line-height: 1.3; color: #fff;
  text-shadow: 0 2px 16px rgba(0,0,0,.55); transition: .35s;
}
.service-card:hover h3 { transform: scale(1.04); }

/* ---------- STATS BAND ---------- */
.stats-band { background: linear-gradient(135deg, var(--red-dark), var(--red-light)); }
.stats-band .container { display: flex; justify-content: space-around; gap: 16px; padding: 30px 20px; flex-wrap: wrap; }
.stats-band .stat { text-align: center; color: #fff; }
.stats-band .stat b { display: block; font-size: 2rem; font-weight: 900; }
.stats-band .stat span { font-size: .85rem; opacity: .9; }

/* ============================================================
   PROMOS / AKCIEBI
   ============================================================ */
.promos-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.promo {
  border-radius: var(--radius); overflow: hidden; background: var(--white);
  box-shadow: var(--shadow); border: 1px solid #ececec; transition: .35s; display: flex; flex-direction: column;
}
.promo:hover { transform: translateY(-6px); box-shadow: 0 24px 50px rgba(0,0,0,.16); }
.promo-img { position: relative; height: 200px; background-size: cover; background-position: center; }
.promo-tag { position: absolute; top: 14px; left: 14px; background: var(--red); color: #fff; font-weight: 900; padding: 8px 16px; border-radius: 50px; font-size: .95rem; box-shadow: var(--shadow-red); }
.promo-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.promo-body h3 { font-size: 1.25rem; font-weight: 900; margin-bottom: 8px; }
.promo-body p { color: var(--gray); font-size: .94rem; flex: 1; }
.promo-price { display: flex; align-items: baseline; gap: 10px; margin-top: 16px; }
.promo-price .new { color: var(--red); font-size: 1.6rem; font-weight: 900; }
.promo-price .old { color: var(--gray); text-decoration: line-through; font-weight: 600; }
.promo-body .btn { margin-top: 16px; }

/* ============================================================
   BOOKING
   ============================================================ */
.booking { position: relative; background: var(--black); color: #fff; overflow: hidden; }
.booking::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(192,22,22,.35), transparent 55%);
}
.booking .container { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; align-items: center; }
.booking-info h2 { font-size: clamp(1.8rem,4vw,2.7rem); font-weight: 900; line-height: 1.1; margin-bottom: 18px; }
.booking-info h2 span { color: var(--red-light); }
.booking-info p { color: #c9c9cf; margin-bottom: 28px; }
.booking-li { display: flex; gap: 14px; align-items: center; margin-bottom: 18px; }
.booking-li .ic { flex: 0 0 48px; height: 48px; border-radius: 50%; background: var(--red); display: grid; place-items: center; }
.booking-li .ic svg { width: 22px; fill: #fff; }
.booking-li b { display: block; } .booking-li small { color: #b3b3ba; }

.booking-form {
  background: #fff; color: var(--black); border-radius: 22px; padding: 36px; box-shadow: var(--shadow);
}
.booking-form h3 { font-size: 1.5rem; font-weight: 900; margin-bottom: 6px; }
.booking-form .form-sub { color: var(--gray); font-size: .92rem; margin-bottom: 24px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-weight: 700; font-size: .85rem; margin-bottom: 7px; }
.field input, .field select {
  width: 100%; padding: 13px 15px; border: 2px solid #e7e7ea; border-radius: 12px;
  font-size: .96rem; font-family: inherit; transition: .2s; background: #fafafb;
}
.field input:focus, .field select:focus { outline: none; border-color: var(--red); background: #fff; }

/* toast */
.toast {
  position: fixed; top: 100px; right: 24px; z-index: 3000;
  background: #fff; border-left: 5px solid var(--red); border-radius: 14px;
  box-shadow: 0 18px 50px rgba(0,0,0,.25); padding: 18px 22px; display: flex; gap: 14px; align-items: center;
  transform: translateX(140%); transition: transform .5s cubic-bezier(.2,1.1,.3,1); max-width: 360px;
}
.toast.show { transform: translateX(0); }
.toast .check { flex: 0 0 44px; height: 44px; border-radius: 50%; background: #18a558; display: grid; place-items: center; }
.toast .check svg { width: 24px; fill: #fff; }
.toast b { display: block; font-size: 1.02rem; } .toast small { color: var(--gray); }

/* ============================================================
   GALLERY
   ============================================================ */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gallery-item { position: relative; overflow: hidden; border-radius: 14px; cursor: pointer; aspect-ratio: 4 / 3; box-shadow: var(--shadow); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: .5s; }
.gallery-item:hover img { transform: scale(1.1); }
.gallery-item::after {
  content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(192,22,22,.6), transparent 60%);
  opacity: 0; transition: .35s;
}
.gallery-item:hover::after { opacity: 1; }
.gallery-cap { position: absolute; bottom: 16px; left: 16px; z-index: 2; color: #fff; font-weight: 800; opacity: 0; transform: translateY(10px); transition: .35s; }
.gallery-item:hover .gallery-cap { opacity: 1; transform: translateY(0); }

/* lightbox */
.lightbox { position: fixed; inset: 0; z-index: 4000; background: rgba(8,8,10,.94); display: none; place-items: center; padding: 30px; }
.lightbox.open { display: grid; }
.lightbox img { max-width: 92vw; max-height: 88vh; border-radius: 12px; box-shadow: var(--shadow); }
.lightbox-close { position: absolute; top: 22px; right: 28px; background: none; border: 0; color: #fff; font-size: 2.4rem; cursor: pointer; line-height: 1; }

/* ============================================================
   CTA STRIP
   ============================================================ */
.cta-strip { background: linear-gradient(135deg, var(--red-dark), var(--red-light)); color: #fff; text-align: center; }
.cta-strip h2 { font-size: clamp(1.6rem,4vw,2.4rem); font-weight: 900; margin-bottom: 12px; }
.cta-strip p { opacity: .92; margin-bottom: 26px; }
.cta-strip .btn { background: #fff; color: var(--red); }
.cta-strip .btn:hover { background: var(--black); color: #fff; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--black); color: #cfcfd4; padding: 70px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 50px; }
.footer-logo img { height: 64px; margin-bottom: 18px; }
.footer-col h4 { color: #fff; font-size: 1.1rem; font-weight: 800; margin-bottom: 20px; position: relative; padding-bottom: 12px; }
.footer-col h4::after { content: ""; position: absolute; left: 0; bottom: 0; width: 38px; height: 3px; background: var(--red); border-radius: 3px; }
.footer-col p { font-size: .94rem; margin-bottom: 14px; }
.footer-col ul li { margin-bottom: 12px; }
.footer-col ul a { transition: .2s; display: inline-flex; align-items: center; gap: 8px; font-size: .94rem; }
.footer-col ul a:hover { color: var(--red-light); padding-left: 4px; }
.footer-contact li { display: flex; gap: 12px; margin-bottom: 16px; font-size: .94rem; align-items: flex-start; }
.footer-contact svg { width: 20px; fill: var(--red-light); flex: 0 0 20px; margin-top: 2px; }
.socials { display: flex; gap: 12px; margin-top: 20px; }
.socials a { width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,.08); display: grid; place-items: center; transition: .25s; }
.socials a svg { width: 20px; fill: #fff; transition: .25s; }
.socials a:hover { background: var(--red); transform: translateY(-4px); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 22px 0; text-align: center; font-size: .88rem; color: #9a9aa2; }
.footer-bottom span { color: var(--red-light); }
.footer-credit { margin-top: 8px; font-size: .82rem; color: #74747c; }
.footer-credit b { color: #cfcfd4; font-weight: 700; }

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.page-hero { height: 320px; min-height: 320px; display: flex; align-items: center; position: relative; background-size: cover; background-position: center; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,13,15,.92), rgba(13,13,15,.6)); }
.page-hero .container { position: relative; z-index: 2; color: #fff; }
.page-hero h1 { font-size: clamp(2rem,5vw,3.2rem); font-weight: 900; }
.page-hero .crumb { color: #d9d9dd; margin-top: 10px; }
.page-hero .crumb a { color: var(--red-light); }

.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 40px; }
.contact-cards { display: grid; gap: 18px; }
.c-card { display: flex; gap: 16px; padding: 24px; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); border: 1px solid #efefef; align-items: flex-start; transition: .3s; }
.c-card:hover { transform: translateY(-4px); border-color: var(--red); }
.c-card .ic { flex: 0 0 52px; height: 52px; border-radius: 14px; background: rgba(192,22,22,.1); display: grid; place-items: center; }
.c-card .ic svg { width: 26px; fill: var(--red); }
.c-card b { display: block; font-size: 1.05rem; margin-bottom: 4px; }
.c-card p, .c-card a { color: var(--gray); font-size: .95rem; }
.c-card a:hover { color: var(--red); }
.hours-list li { display: flex; justify-content: space-between; padding: 9px 0; border-bottom: 1px dashed #e4e4e7; font-size: .95rem; }
.hours-list li:last-child { border: 0; }
.hours-list .day { font-weight: 700; }
.hours-list .closed { color: var(--red); font-weight: 700; }
.map-wrap { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); margin-top: 40px; height: 420px; }
.map-wrap iframe { width: 100%; height: 100%; border: 0; }
.contact-form { background: #fff; border-radius: 22px; padding: 36px; box-shadow: var(--shadow); border: 1px solid #efefef; }
.field textarea { width: 100%; padding: 13px 15px; border: 2px solid #e7e7ea; border-radius: 12px; font-family: inherit; font-size: .96rem; resize: vertical; min-height: 130px; background: #fafafb; }
.field textarea:focus { outline: none; border-color: var(--red); background: #fff; }

/* ============================================================
   MOBILE BOTTOM NAV (app-style)
   ============================================================ */
.mobile-nav {
  display: none; position: fixed; bottom: 0; left: 0; width: 100%; z-index: 1500;
  background: rgba(255,255,255,.97); backdrop-filter: blur(14px);
  border-top: 1px solid #ececec; box-shadow: 0 -6px 24px rgba(0,0,0,.1);
  padding: 8px 6px calc(8px + env(safe-area-inset-bottom));
  justify-content: space-around; align-items: center;
}
.mobile-nav a {
  flex: 1; display: flex; flex-direction: column; align-items: center; gap: 3px;
  color: var(--gray); font-size: .66rem; font-weight: 700; padding: 6px 2px; transition: .2s; position: relative;
}
.mobile-nav a svg { width: 23px; height: 23px; fill: var(--gray); transition: .2s; }
.mobile-nav a.active { color: var(--red); }
.mobile-nav a.active svg { fill: var(--red); }
.mobile-nav a.fab {
  flex: 0 0 auto; margin-top: -34px; width: 60px; height: 60px; border-radius: 50%;
  background: linear-gradient(135deg, var(--red-light), var(--red-dark)); color: #fff; justify-content: center;
  box-shadow: var(--shadow-red); border: 4px solid #fff; font-size: .58rem;
}
.mobile-nav a.fab svg { width: 26px; height: 26px; fill: #fff; }

/* ============================================================
   REVEAL ANIMATION
   ============================================================ */
.reveal { opacity: 0; transform: translateY(36px); transition: .8s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .services-grid, .promos-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid, .booking .container, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-media img { height: 380px; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}

@media (max-width: 768px) {
  :root { --header-h: 150px; }
  html { scroll-padding-top: 156px; }
  .nav, .header-cta, .header-phone, .logo, .burger { display: none; }
  /* dark glass bar with subtle red accent line (matches black theme) */
  .header, .header.scrolled {
    background: linear-gradient(180deg, rgba(16,16,20,.94), rgba(9,9,12,.92));
    backdrop-filter: blur(16px) saturate(140%);
    -webkit-backdrop-filter: blur(16px) saturate(140%);
    border-bottom: 1px solid rgba(192,22,22,.55);
    box-shadow: 0 6px 24px rgba(0,0,0,.45);
  }
  .hdr-stage { display: block; }

  /* slide-out menu */
  .nav {
    position: fixed; top: var(--header-h); right: 0; width: 78%; max-width: 320px;
    height: calc(100vh - var(--header-h)); background: var(--black);
    flex-direction: column; align-items: stretch; gap: 4px; padding: 24px;
    transform: translateX(110%); transition: .35s ease; box-shadow: -10px 0 40px rgba(0,0,0,.5);
  }
  .nav.open { display: flex; transform: translateX(0); }
  .nav a { padding: 16px; font-size: 1.05rem; border-bottom: 1px solid rgba(255,255,255,.07); }
  .nav a::after { display: none; }

  .section { padding: 48px 0; }
  .section-head { margin-bottom: 30px; }

  /* hero — rounded photo card, the star of the screen */
  .hero {
    height: 240px; min-height: 240px; max-height: 240px;
    margin: calc(var(--header-h) + 12px) 14px 0;
    border-radius: 22px; overflow: hidden;
    box-shadow: 0 18px 40px rgba(0,0,0,.55);
  }
  .slide { align-items: flex-end; padding-top: 0; padding-bottom: 22px; background-size: cover; background-position: center; }
  .slide::after { background: linear-gradient(0deg, rgba(11,11,14,.92) 0%, rgba(11,11,14,.4) 42%, rgba(11,11,14,0) 72%); }
  .slide .container { padding: 0 18px; }
  .slide-inner { max-width: 100%; }
  .slide-badge { display: none; }
  .slide p { display: none; }
  .slide h1 { font-size: 1.35rem; margin-bottom: 0; line-height: 1.3; text-shadow: 0 2px 12px rgba(0,0,0,.6); }
  .slide-actions { display: none; }
  .hero-arrow { display: none; }
  .hero-dots { bottom: 12px; }
  .hero-dots button { width: 8px; height: 8px; border-width: 0; background: rgba(255,255,255,.45); }
  .hero-dots button.active { width: 22px; background: var(--red-light); }

  /* hide stats band on mobile */
  .stats-band { display: none; }

  /* services side by side (2 cols) */
  .services-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .service-card { height: 168px; border-radius: 14px; }
  .service-cap { padding: 14px; }
  .service-card h3 { font-size: 1.02rem; line-height: 1.3; }

  /* promos: 2 side by side + 1 big */
  .promos-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .promo { border-radius: 14px; }
  .promo-img { height: 120px; }
  .promo-tag { font-size: .72rem; padding: 5px 11px; top: 10px; left: 10px; }
  .promo-body { padding: 13px; }
  .promo-body h3 { font-size: 1rem; }
  .promo-body p { font-size: .8rem; }

  .promo-wide { grid-column: 1 / -1; flex-direction: row; }
  .promo-wide .promo-img { flex: 0 0 44%; height: auto; min-height: 130px; }
  .promo-wide .promo-body { justify-content: center; }
  .promo-wide .promo-body h3 { font-size: 1.15rem; }

  /* gallery side by side (2 cols) */
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .gallery-cap { font-size: .82rem; bottom: 10px; left: 10px; opacity: 1; transform: none; }

  .about-feats { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .about-badge { right: 12px; bottom: -20px; padding: 16px 20px; }

  .footer-grid { grid-template-columns: 1fr; gap: 30px; text-align: center; }
  .footer-col h4::after { left: 50%; transform: translateX(-50%); }
  .footer-contact li, .footer-logo img { justify-content: center; }
  .footer-contact li { text-align: left; }
  .socials { justify-content: center; }

  .booking-form, .contact-form { padding: 26px 20px; }

  /* show app-style bottom nav */
  .mobile-nav { display: flex; }
  body { padding-bottom: 70px; }
  .toast { right: 12px; left: 12px; max-width: none; top: 86px; }
}

@media (max-width: 420px) {
  .slide h1 { font-size: 1.2rem; }
  .slide-actions .btn { font-size: .76rem; padding: 9px 12px; }
  .stat { flex: 0 0 45%; }
  .services-grid, .promos-grid, .gallery-grid { gap: 10px; }
}

/* ============================================================
   DARK THEME (black background)
   ============================================================ */
.services-bg { background: rgba(18,18,23,.62); }
.section-title { color: #ffffff; }
.section-sub { color: #cccdd4; }
.about-text h2 { color: #ffffff; }
.about-text p { color: #cccdd4; }
.about-feat b { color: #ffffff; }
.about-feat small { color: #b9b9c1; }

.promo { background: #16161a; border-color: rgba(255,255,255,.08); }
.promo-body h3 { color: #ffffff; }
.promo-body p { color: #cccdd4; }

/* app-style bottom nav — dark to match */
.mobile-nav { background: rgba(18,18,22,.96); border-top: 1px solid rgba(255,255,255,.08); box-shadow: 0 -6px 24px rgba(0,0,0,.5); }
.mobile-nav a { color: #c8c8d0; }
.mobile-nav a svg { fill: #c8c8d0; }
.mobile-nav a.fab { color: #fff; }
.mobile-nav a.fab svg { fill: #fff; }
.mobile-nav a.active, .mobile-nav a.active svg { color: var(--red-light); fill: var(--red-light); }

/* keep text dark inside white cards/forms */
.booking-form, .contact-form, .c-card, .toast { color: #16161a; }
.c-card b { color: #16161a; }
.hours-list .day { color: #16161a; }

/* ============================================================
   ANIMATED BACKGROUND (drifting red glow + faint grid)
   ============================================================ */
.bg-fx { position: fixed; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; }
.orb { position: absolute; border-radius: 50%; filter: blur(72px); will-change: transform; }
.o1 { width: 380px; height: 380px; top: -90px; left: -70px;
  background: radial-gradient(circle, rgba(192,22,22,.68), transparent 68%);
  animation: orbA 20s ease-in-out infinite; }
.o2 { width: 320px; height: 320px; top: 34%; right: -100px;
  background: radial-gradient(circle, rgba(226,31,43,.55), transparent 68%);
  animation: orbB 26s ease-in-out infinite; }
.o3 { width: 300px; height: 300px; bottom: -90px; left: 18%;
  background: radial-gradient(circle, rgba(142,13,13,.62), transparent 70%);
  animation: orbC 23s ease-in-out infinite; }
.o4 { width: 240px; height: 240px; top: 10%; right: 24%;
  background: radial-gradient(circle, rgba(192,22,22,.52), transparent 70%);
  animation: orbA 30s ease-in-out infinite reverse; }
@keyframes orbA { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(70px,90px) scale(1.15); } }
@keyframes orbB { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(-90px,50px) scale(1.12); } }
@keyframes orbC { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(60px,-70px) scale(1.2); } }

.bg-grid {
  position: absolute; inset: 0; opacity: .8;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 48px 48px;
  -webkit-mask-image: radial-gradient(circle at 50% 38%, #000 28%, transparent 74%);
  mask-image: radial-gradient(circle at 50% 38%, #000 28%, transparent 74%);
  animation: gridPan 50s linear infinite;
}
@keyframes gridPan { from { background-position: 0 0, 0 0; } to { background-position: 48px 48px, 48px 48px; } }

/* travelling light streaks */
.bg-lines i {
  position: absolute; left: -260px; height: 2px; width: 240px;
  background: linear-gradient(90deg, transparent, rgba(226,31,43,1), transparent);
  box-shadow: 0 0 12px rgba(226,31,43,.7);
  animation: streak linear infinite;
}
.bg-lines i:nth-child(1) { top: 14%; width: 220px; animation-duration: 9s;  animation-delay: 0s; }
.bg-lines i:nth-child(2) { top: 30%; width: 300px; animation-duration: 13s; animation-delay: 3s; opacity: .7; }
.bg-lines i:nth-child(3) { top: 47%; width: 180px; animation-duration: 7.5s; animation-delay: 1.5s; }
.bg-lines i:nth-child(4) { top: 63%; width: 340px; animation-duration: 15s; animation-delay: 5s; opacity: .6; }
.bg-lines i:nth-child(5) { top: 78%; width: 200px; animation-duration: 10s; animation-delay: 2.5s; }
.bg-lines i:nth-child(6) { top: 90%; width: 280px; animation-duration: 12s; animation-delay: 6s; opacity: .7; }
@keyframes streak {
  0%   { transform: translateX(0);            opacity: 0; }
  8%   { opacity: 1; }
  92%  { opacity: 1; }
  100% { transform: translateX(calc(100vw + 300px)); opacity: 0; }
}

/* rising particles */
.bg-dots i {
  position: absolute; bottom: -12px; width: 4px; height: 4px; border-radius: 50%;
  background: rgba(232,60,70,1); box-shadow: 0 0 14px rgba(226,31,43,1);
  animation: rise linear infinite;
}
.bg-dots i:nth-child(1)  { left: 6%;  animation-duration: 14s; animation-delay: 0s;  }
.bg-dots i:nth-child(2)  { left: 14%; animation-duration: 18s; animation-delay: 4s;  width: 3px; height: 3px; }
.bg-dots i:nth-child(3)  { left: 23%; animation-duration: 12s; animation-delay: 2s;  }
.bg-dots i:nth-child(4)  { left: 31%; animation-duration: 20s; animation-delay: 7s;  width: 5px; height: 5px; }
.bg-dots i:nth-child(5)  { left: 39%; animation-duration: 15s; animation-delay: 1s;  }
.bg-dots i:nth-child(6)  { left: 47%; animation-duration: 17s; animation-delay: 5s;  width: 3px; height: 3px; }
.bg-dots i:nth-child(7)  { left: 55%; animation-duration: 13s; animation-delay: 3s;  }
.bg-dots i:nth-child(8)  { left: 62%; animation-duration: 19s; animation-delay: 8s;  width: 5px; height: 5px; }
.bg-dots i:nth-child(9)  { left: 70%; animation-duration: 16s; animation-delay: 2.5s; }
.bg-dots i:nth-child(10) { left: 77%; animation-duration: 14s; animation-delay: 6s;  width: 3px; height: 3px; }
.bg-dots i:nth-child(11) { left: 84%; animation-duration: 21s; animation-delay: 1.5s; }
.bg-dots i:nth-child(12) { left: 90%; animation-duration: 12s; animation-delay: 4.5s; width: 5px; height: 5px; }
.bg-dots i:nth-child(13) { left: 95%; animation-duration: 18s; animation-delay: 0s;  }
.bg-dots i:nth-child(14) { left: 50%; animation-duration: 22s; animation-delay: 9s;  width: 3px; height: 3px; }
@keyframes rise {
  0%   { transform: translateY(0) scale(1);    opacity: 0; }
  12%  { opacity: 1; }
  88%  { opacity: 1; }
  100% { transform: translateY(-104vh) scale(.6); opacity: 0; }
}

/* sporty front-view cars that roam around with blinking headlights */
.bg-cars { position: absolute; inset: 0; }
.car-defs { position: absolute; width: 0; height: 0; }
.car { position: absolute; width: 50px; opacity: .96; will-change: transform; }
.car::before { /* neon underglow */
  content: ""; position: absolute; left: 4%; right: 4%; bottom: 14%; height: 30%;
  background: radial-gradient(ellipse at 50% 50%, rgba(226,31,43,.7), transparent 72%);
  filter: blur(6px); border-radius: 50%; z-index: -1;
  animation: underglow 3s ease-in-out infinite;
}
.car svg { width: 100%; height: auto; display: block; position: relative; z-index: 1;
  filter: drop-shadow(0 5px 9px rgba(0,0,0,.5));
  animation: bob 3.4s ease-in-out infinite; }
.car .cbody { fill: url(#carGrad); }
.car .cglass { fill: rgba(190,224,255,.3); }
.car .cdark  { fill: rgba(34,4,4,.95); }
.car .hl {
  fill: url(#hlGrad);
  filter: drop-shadow(0 0 5px rgba(255,238,180,1)) drop-shadow(0 0 14px rgba(255,212,120,1)) drop-shadow(0 0 26px rgba(255,190,90,.6));
  animation: blink 2.6s steps(1, end) infinite;
}
.c-a { left: 12%; top: 18%; width: 52px; animation: roamA 26s ease-in-out infinite; }
.c-b { left: 60%; top: 30%; width: 40px; animation: roamB 32s ease-in-out infinite; }
.c-c { left: 34%; top: 60%; width: 58px; animation: roamC 22s ease-in-out infinite; }
.c-d { left: 80%; top: 72%; width: 44px; animation: roamD 28s ease-in-out infinite; }
.c-e { left: 6%;  top: 50%; width: 50px; animation: roamE 34s ease-in-out infinite; }
.c-b svg { animation-duration: 4s; }
.c-c svg { animation-duration: 2.8s; }
.c-d svg { animation-duration: 3.7s; }
.c-b .hl { animation-duration: 3.3s; animation-delay: -1.2s; }
.c-c .hl { animation-duration: 2.1s; animation-delay: -.6s; }
.c-d .hl { animation-duration: 2.9s; animation-delay: -1.8s; }
.c-e .hl { animation-duration: 3.7s; animation-delay: -.3s; }

@keyframes roamA {
  0%   { transform: translate(0,0) scale(.8)  rotate(-2deg); }
  25%  { transform: translate(24vw,14vh) scale(1.15) rotate(3deg); }
  50%  { transform: translate(46vw,-6vh) scale(.9)  rotate(-1deg); }
  75%  { transform: translate(14vw,20vh) scale(1.2) rotate(2deg); }
  100% { transform: translate(0,0) scale(.8)  rotate(-2deg); }
}
@keyframes roamB {
  0%   { transform: translate(0,0) scale(1.1) rotate(2deg); }
  25%  { transform: translate(-26vw,16vh) scale(.85) rotate(-3deg); }
  50%  { transform: translate(-44vw,-4vh) scale(1.2) rotate(1deg); }
  75%  { transform: translate(-12vw,22vh) scale(.95) rotate(-2deg); }
  100% { transform: translate(0,0) scale(1.1) rotate(2deg); }
}
@keyframes roamC {
  0%   { transform: translate(0,0) scale(.95) rotate(1deg); }
  30%  { transform: translate(30vw,-18vh) scale(1.25) rotate(-3deg); }
  60%  { transform: translate(-18vw,-30vh) scale(.8) rotate(3deg); }
  100% { transform: translate(0,0) scale(.95) rotate(1deg); }
}
@keyframes roamD {
  0%   { transform: translate(0,0) scale(1) rotate(-2deg); }
  25%  { transform: translate(-28vw,-14vh) scale(.82) rotate(3deg); }
  55%  { transform: translate(-50vw,8vh) scale(1.2) rotate(-1deg); }
  80%  { transform: translate(-16vw,-22vh) scale(.9) rotate(2deg); }
  100% { transform: translate(0,0) scale(1) rotate(-2deg); }
}
@keyframes roamE {
  0%   { transform: translate(0,0) scale(.9) rotate(2deg); }
  30%  { transform: translate(34vw,-22vh) scale(1.18) rotate(-3deg); }
  60%  { transform: translate(20vw,18vh) scale(.85) rotate(2deg); }
  85%  { transform: translate(48vw,4vh) scale(1.05) rotate(-1deg); }
  100% { transform: translate(0,0) scale(.9) rotate(2deg); }
}
@keyframes bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-3px); } }
@keyframes underglow { 0%,100% { opacity: .5; } 50% { opacity: .95; } }
@keyframes blink {
  0%, 60%  { opacity: 1; }
  61%, 100% { opacity: .14; }
}

/* ============================================================
   MOBILE HEADER SHOWCASE — Porsche front in fog, blinking beams
   ============================================================ */
.hdr-stage { display: none; position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.car-photo {
  position: absolute; left: 50%; top: 50%; width: 100%;
  transform: translate(-50%, -50%) translateY(4%); z-index: 1;
}
.car-photo img { width: 100%; height: auto; display: block; }
.ph-glow { position: absolute; transform: translate(-50%, -50%); border-radius: 50%; mix-blend-mode: screen; }
/* LEFT — green car red tail light, slow breathing blink */
.ph-tail {
  left: 17.5%; top: 51%; width: 21%; height: 11%;
  background: radial-gradient(ellipse at center, rgba(255,45,45,.95), rgba(220,10,10,.4) 45%, transparent 72%);
  filter: blur(5px); animation: tailBlink 2.4s ease-in-out infinite;
}
/* RIGHT — red car headlight, fast flicker */
.ph-head {
  left: 85%; top: 43%; width: 18%; height: 13%;
  background: radial-gradient(ellipse at center, rgba(228,240,255,1), rgba(150,200,255,.5) 40%, transparent 70%);
  filter: blur(4px); animation: headFlicker 1.8s linear infinite;
}
@keyframes tailBlink { 0%, 100% { opacity: .22; } 50% { opacity: 1; } }
@keyframes headFlicker {
  0%, 100% { opacity: 1; }   6% { opacity: .3; }   10% { opacity: 1; }
  18% { opacity: .55; }      22% { opacity: 1; }
  48% { opacity: .9; }       52% { opacity: .3; }   56% { opacity: 1; }
  80% { opacity: .55; }      84% { opacity: 1; }
}

/* center logo text */
.hdr-title {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 3;
  display: flex; flex-direction: column; align-items: center; line-height: 1; text-align: center;
}
.hdr-title span {
  font-size: 1.75rem; font-weight: 900; letter-spacing: 4px;
  background: linear-gradient(100deg, #8e8e96 0%, #ffffff 24%, #ffffff 32%, #74747c 54%, #ffffff 76%, #b6b6be 100%);
  background-size: 250% 100%;
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  filter: drop-shadow(0 2px 10px rgba(0,0,0,.9));
  animation: titleShine 5s linear infinite;
}
.hdr-title b {
  font-size: .82rem; font-weight: 800; color: var(--red-light); letter-spacing: 7px; margin-top: 4px;
  text-shadow: 0 0 12px rgba(226,31,43,.9), 0 2px 8px rgba(0,0,0,.85);
}
.hdr-title::after {
  content: ""; margin-top: 7px; width: 58px; height: 2px; border-radius: 2px;
  background: linear-gradient(90deg, transparent, var(--red-light), transparent);
  box-shadow: 0 0 10px rgba(226,31,43,.8);
}
@keyframes titleShine {
  0%   { background-position: 185% 0; }
  100% { background-position: -45% 0; }
}

/* drifting fog over the lower half of the car */
.hdr-fog { position: absolute; left: 0; right: 0; bottom: 0; height: 64%; z-index: 2; }
.hdr-fog::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(12,12,15,.85) 0%, rgba(160,160,175,.22) 45%, transparent 82%);
}
.hdr-fog span {
  position: absolute; bottom: -16%; left: -30%; width: 160%; height: 150%;
  background:
    radial-gradient(ellipse 60% 55% at 30% 100%, rgba(240,240,250,.55), transparent 70%),
    radial-gradient(ellipse 55% 50% at 65% 95%, rgba(235,235,245,.5), transparent 68%),
    radial-gradient(ellipse 70% 60% at 50% 100%, rgba(245,245,255,.45), transparent 72%);
  filter: blur(11px); will-change: transform;
  animation: fogDrift ease-in-out infinite;
}
.hdr-fog span:nth-child(1) { animation-duration: 13s; opacity: .85; }
.hdr-fog span:nth-child(2) { animation-duration: 18s; animation-delay: -6s; opacity: .65; }
.hdr-fog span:nth-child(3) { animation-duration: 24s; animation-delay: -11s; opacity: .55; }
@keyframes fogDrift {
  0%   { transform: translate(-9%, 2%)  scale(1);    }
  25%  { transform: translate(-2%, -5%) scale(1.08); }
  50%  { transform: translate(8%, 1%)   scale(1.04); }
  75%  { transform: translate(1%, -7%)  scale(1.12); }
  100% { transform: translate(-9%, 2%)  scale(1);    }
}

@media (prefers-reduced-motion: reduce) {
  .orb, .bg-grid, .bg-lines i, .bg-dots i, .car, .car .hl,
  .ph-glow, .hdr-fog span { animation: none; }
  .bg-lines, .bg-dots, .bg-cars { display: none; }
}

/* show the Porsche showcase on mobile (after the default hide above) */
@media (max-width: 768px) {
  .hdr-stage { display: block; }
}
