/* ============================================================
   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) {
  .nav, .header-cta .btn-primary, .header-phone { display: none; }
  .burger { display: flex; }
  /* dark glass bar with subtle red accent line (matches black theme) */
  .header, .header.scrolled {
    background: linear-gradient(180deg, rgba(16,16,20,.92), rgba(11,11,14,.88));
    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);
  }

  /* 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: 360px; height: 360px; top: -90px; left: -70px;
  background: radial-gradient(circle, rgba(192,22,22,.55), transparent 68%);
  animation: orbA 20s ease-in-out infinite; }
.o2 { width: 300px; height: 300px; top: 34%; right: -100px;
  background: radial-gradient(circle, rgba(226,31,43,.42), transparent 68%);
  animation: orbB 26s ease-in-out infinite; }
.o3 { width: 280px; height: 280px; bottom: -90px; left: 18%;
  background: radial-gradient(circle, rgba(142,13,13,.5), transparent 70%);
  animation: orbC 23s ease-in-out infinite; }
.o4 { width: 220px; height: 220px; top: 10%; right: 24%;
  background: radial-gradient(circle, rgba(192,22,22,.4), 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: .6;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 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: 1px; width: 240px;
  background: linear-gradient(90deg, transparent, rgba(226,31,43,.85), transparent);
  box-shadow: 0 0 8px rgba(226,31,43,.5);
  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(226,31,43,.8); box-shadow: 0 0 10px rgba(226,31,43,.8);
  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; }
}

@media (prefers-reduced-motion: reduce) {
  .orb, .bg-grid, .bg-lines i, .bg-dots i { animation: none; }
  .bg-lines, .bg-dots { display: none; }
}
