/* ============================================================
   KQ CUTZ — Global Stylesheet (Light Theme)
   ============================================================ */

:root {
  --gold: #d4af37;
  --gold-dark: #b5952f;
  --bg-main: #ffffff;
  --bg-sec: #ffffff;
  --bg-card: #ffffff;
  --text-main: #111111;
  --text-muted: #666666;
  --border-color: #e5e5e5;
  --radius: 8px;
  --transition: 0.3s ease;
  --max-w: 1160px;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  background: var(--bg-main) !important;
  color: var(--text-main);
  line-height: 1.6;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

ul { list-style: none; }

.container {
  width: 90%;
  max-width: var(--max-w);
  margin: 0 auto;
}

.section { padding: 90px 0; }

.section-dark { background: var(--bg-sec); }

.section-eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}

.section-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  line-height: 1.05;
  margin-bottom: 20px;
  color: var(--text-main);
}

.center { text-align: center; }

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

/* ---- BUTTONS ---- */
.btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: var(--transition);
  border: 2px solid transparent;
  white-space: nowrap;
}

.btn-primary {
  background: var(--gold);
  color: var(--text-main);
}
.btn-primary:hover { background: var(--gold-dark); transform: translateY(-2px); color: var(--text-main); }

.btn-outline {
  border-color: var(--text-main);
  color: var(--text-main);
  background: transparent;
}
.btn-outline:hover { background: var(--text-main); color: #fff; transform: translateY(-2px); }

.full-width { width: 100%; text-align: center; }

/* ============================================================
   NAVBAR
   ============================================================ */
#navbar {
  position: fixed;
  top: 29px; left: 0; right: 0;
  z-index: 1000;
  padding: 0 5%;
  height: 70px;
  display: flex;
  align-items: center;
  transition: background var(--transition), box-shadow var(--transition);
}

#navbar.scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 2px 20px rgba(0,0,0,0.08);
}

.nav-inner {
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo img { height: 44px; width: auto; }

.logo-text {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  color: var(--text-main);
}
.logo-text span { color: var(--gold); }

.nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
}

.nav-links a {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-main);
  letter-spacing: 0.05em;
  transition: color var(--transition);
}
.nav-links a:hover { color: var(--gold); }

.nav-cta {
  background: var(--gold);
  color: var(--text-main) !important;
  padding: 10px 24px;
  border-radius: var(--radius);
  font-weight: 700 !important;
}
.nav-cta:hover { background: var(--gold-dark) !important; color: var(--text-main) !important; }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text-main);
  transition: var(--transition);
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: 100vh;
  background-color: var(--bg-main) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.hero-overlay {
  display: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 0 20px;
}

.hero-big-logo {
  width: 280px;
  max-width: 70vw;
  margin: 0 auto 30px auto;
  opacity: 0.95;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.05));
}

.hero-eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}

.hero-content h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(3.5rem, 10vw, 7rem);
  line-height: 1;
  color: var(--text-main);
  margin-bottom: 20px;
}

.hero-sub {
  font-size: 1.15rem;
  color: var(--text-muted);
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.gold-z {
  color: var(--gold) !important;
}

.hero-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.hero-scroll {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.hero-scroll span {
  display: block;
  width: 1px;
  height: 50px;
  background: var(--text-main);
  margin: 0 auto;
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%,100% { opacity: 1; transform: scaleY(1); }
  50% { opacity: 0.3; transform: scaleY(0.5); }
}

/* Hero fallback when no image */
.hero:not(:has(> .hero-overlay + .hero-content)) {
  background-color: var(--bg-sec);
}

/* ============================================================
   ABOUT
   ============================================================ */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.about-img-wrap {
  position: relative;
  border-radius: 12px;
  aspect-ratio: 4/5;
  background: var(--bg-sec);
  border: 1px solid var(--border-color);
}

.about-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-collage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.about-collage img:nth-child(1) {
  grid-column: 1;
  border-radius: 12px 0 0 12px;
}
.about-collage img:nth-child(2) {
  grid-column: 2;
  border-radius: 0 12px 12px 0;
}

.about-img-wrap.no-img::after {
  content: 'Your Photo Here';
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  font-size: 0.9rem;
  letter-spacing: 0.1em;
}

.about-badge {
  position: absolute;
  bottom: 24px;
  right: -16px;
  background: var(--text-main);
  color: #fff;
  padding: 16px 20px;
  border-radius: var(--radius);
  text-align: center;
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}
.badge-num {
  display: block;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2rem;
  color: var(--gold);
  line-height: 1;
}
.badge-label {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
}

.about-text p {
  color: var(--text-muted);
  margin-bottom: 16px;
}

.about-stats {
  display: flex;
  gap: 32px;
  margin: 32px 0;
}

.stat { text-align: center; }
.stat-num {
  display: block;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.4rem;
  color: var(--gold);
  line-height: 1;
}
.stat-label {
  font-size: 0.75rem;
  color: var(--text-muted);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* ============================================================
   SERVICES
   ============================================================ */
.services .section-title { margin-bottom: 50px; }

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

.service-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 32px 28px;
  position: relative;
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: var(--gold);
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.service-card.featured {
  border-color: var(--text-main);
  border-width: 2px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.service-badge-top {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: var(--text-main);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 4px 14px;
  border-radius: 20px;
  white-space: nowrap;
}

.service-icon {
  font-size: 2rem;
  margin-bottom: 14px;
}

.service-card h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  color: var(--text-main);
}

.service-card p {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-bottom: 20px;
}

.service-price {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.8rem;
  color: var(--gold);
  letter-spacing: 0.05em;
}

/* ============================================================
   GALLERY
   ============================================================ */
.gallery-filters {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 28px 0 36px;
}

.gallery-filter {
  padding: 9px 24px;
  border-radius: 50px;
  border: 2px solid var(--border-color);
  background: transparent;
  color: var(--text-muted);
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: all var(--transition);
  letter-spacing: 0.05em;
}
.gallery-filter:hover { border-color: var(--gold); color: var(--gold); }
.gallery-filter.active { background: var(--gold); border-color: var(--gold); color: #000; }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 260px 260px;
  gap: 14px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background: var(--bg-sec);
  border: 1px solid var(--border-color);
  cursor: pointer;
  transform: translateY(0);
  transition: transform 0.4s ease, box-shadow 0.4s ease, opacity 0.4s ease;
}

.gallery-item.tall  { grid-row: span 2; }
.gallery-item.wide  { grid-column: span 2; }

.gallery-item.hidden-item {
  opacity: 0;
  pointer-events: none;
  transform: scale(0.95);
}

.gallery-item img,
.gallery-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: block;
}

.gallery-item:hover { box-shadow: 0 12px 40px rgba(212,175,55,0.2); transform: translateY(-4px); }
.gallery-item:hover img,
.gallery-item:hover video { transform: scale(1.08); }

/* Hover overlay */
.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(212,175,55,0.85) 0%, rgba(0,0,0,0.75) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.gallery-item:hover .gallery-overlay { opacity: 1; }

.gallery-overlay-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #fff;
  transform: translateY(10px);
  transition: transform 0.35s ease;
}
.gallery-item:hover .gallery-overlay-inner { transform: translateY(0); }

.gallery-expand-icon { width: 32px; height: 32px; }

.gallery-overlay-inner span {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

/* Gold shimmer on hover */
.gallery-item::after {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
  transition: left 0.6s ease;
  pointer-events: none;
}
.gallery-item:hover::after { left: 150%; }

/* Video badge */
.video-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  letter-spacing: 0.08em;
  backdrop-filter: blur(4px);
  pointer-events: none;
}

.gallery-cta {
  text-align: center;
  margin-top: 40px;
}

/* Stagger entrance animation */
.gallery-item {
  opacity: 0;
  transform: translateY(30px);
}
.gallery-item.in-view {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.55s ease, transform 0.55s ease, box-shadow 0.4s ease;
}
.gallery-item.hidden-item.in-view {
  opacity: 0;
  transform: scale(0.95);
}

/* ---- LIGHTBOX ---- */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 9000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.lightbox.open { opacity: 1; visibility: visible; }

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.93);
  cursor: pointer;
}

.lightbox-content {
  position: relative;
  z-index: 1;
  max-width: 90vw;
  max-height: 85vh;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,0.6);
}
.lightbox-content img,
.lightbox-content video {
  max-width: 90vw;
  max-height: 85vh;
  object-fit: contain;
  display: block;
}

.lightbox-close {
  position: absolute;
  top: 20px; right: 24px;
  z-index: 2;
  background: rgba(255,255,255,0.1);
  border: none;
  color: #fff;
  font-size: 1.4rem;
  width: 42px; height: 42px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--transition);
  backdrop-filter: blur(4px);
}
.lightbox-close:hover { background: var(--gold); color: #000; }

.lightbox-prev,
.lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: rgba(255,255,255,0.1);
  border: none;
  color: #fff;
  font-size: 2.2rem;
  width: 52px; height: 52px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--transition);
  backdrop-filter: blur(4px);
  line-height: 1;
}
.lightbox-prev { left: 20px; }
.lightbox-next { right: 20px; }
.lightbox-prev:hover,
.lightbox-next:hover { background: var(--gold); color: #000; }

.lightbox-counter {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255,255,255,0.6);
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  z-index: 2;
}

@media (max-width: 768px) {
  .lightbox-prev { left: 8px; }
  .lightbox-next { right: 8px; }
}

/* ============================================================
   BOOKING
   ============================================================ */
.booking-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: start;
}

.booking-text p {
  color: var(--text-muted);
  margin-bottom: 24px;
}

.booking-perks {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 0;
}

.booking-perks li {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text-main);
}
.booking-perks li::before { color: var(--gold); }

.booking-form-wrap {
  background: var(--bg-card);
  border-radius: 16px;
  padding: 36px;
  border: 1px solid var(--border-color);
  box-shadow: 0 10px 40px rgba(0,0,0,0.03);
}

.booking-form h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.8rem;
  margin-bottom: 24px;
  letter-spacing: 0.05em;
  color: var(--text-main);
}

.form-group {
  margin-bottom: 18px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  margin-bottom: 6px;
}

input, select, textarea {
  width: 100%;
  background: var(--bg-sec);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  color: var(--text-main);
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  padding: 12px 14px;
  transition: border-color var(--transition);
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

input:focus, select:focus, textarea:focus {
  border-color: var(--text-main);
}

input::placeholder, textarea::placeholder { color: #aaa; }

select option { background: var(--bg-sec); color: var(--text-main); }

textarea { resize: vertical; min-height: 70px; }

.form-note {
  font-size: 0.78rem;
  color: var(--text-muted);
  text-align: center;
  margin-top: 12px;
}

.booking-success {
  text-align: center;
  padding: 40px 20px;
}

.success-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--text-main);
  color: #fff;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.booking-success h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.booking-success p { color: var(--text-muted); margin-bottom: 24px; }

/* ============================================================
   CONTACT
   ============================================================ */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: start;
}

.contact-items {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 32px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.contact-icon {
  font-size: 1.4rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.contact-item strong {
  display: block;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--gold);
  margin-bottom: 4px;
}

.contact-item p, .contact-item a {
  color: var(--text-main);
  font-size: 0.95rem;
  font-weight: 500;
}
.contact-item a:hover { color: var(--gold); }

.social-links {
  display: flex;
  gap: 14px;
}

.social-link {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  background: var(--bg-sec);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  color: var(--text-main);
}
.social-link svg { width: 20px; height: 20px; }
.social-link:hover {
  border-color: var(--text-main);
  background: var(--text-main);
  color: #fff;
}

.map-wrap {
  border-radius: 12px;
  overflow: hidden;
  height: 380px;
  background: var(--bg-sec);
  border: 1px solid var(--border-color);
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  border: none;
  /* Removed grayscale filter for light theme to keep map legible, or keep it light */
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: var(--bg-main);
  padding: 40px 5%;
  color: var(--text-main);
  border-top: 1px solid var(--border-color);
}

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}

.footer p {
  color: var(--text-muted);
  font-size: 0.85rem;
}

.footer .logo-text { color: var(--text-main); }

.footer-small a { color: var(--gold); }
.footer-small a:hover { text-decoration: underline; }

/* ============================================================
   FLOATING ACTION BUTTON
   ============================================================ */
.fab {
  position: fixed;
  bottom: 28px;
  right: 28px;
  background: var(--text-main);
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 14px 20px;
  border-radius: 50px;
  box-shadow: 0 6px 24px rgba(0,0,0,0.15);
  z-index: 999;
  transition: var(--transition);
  letter-spacing: 0.06em;
  display: none;
}
.fab:hover { background: var(--gold); color: #fff; transform: translateY(-3px); box-shadow: 0 10px 30px rgba(0,0,0,0.2); }
.fab.visible { display: block; }



/* ============================================================
   STYLE QUIZ
   ============================================================ */
.quiz-container {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.03);
}
.quiz-intro p { color: var(--text-muted); margin-bottom: 24px; }
.quiz-step h3 { margin-bottom: 24px; font-size: 1.2rem; }
.quiz-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.quiz-btn {
  background: var(--bg-sec);
  border: 1px solid var(--border-color);
  padding: 16px;
  border-radius: var(--radius);
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: var(--text-main);
  cursor: pointer;
  transition: var(--transition);
}
.quiz-btn:hover, .quiz-btn.selected {
  border-color: var(--gold);
  background: rgba(212, 175, 55, 0.05);
}
.quiz-result-desc { margin-bottom: 24px; color: var(--text-muted); }
.quiz-result h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.5rem;
  color: var(--gold);
  margin-bottom: 12px;
  letter-spacing: 0.05em;
}

/* ============================================================
   SOCIAL FEEDS
   ============================================================ */
.social-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.social-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.social-icon-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 1.1rem;
}

.ig-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.ig-item {
  aspect-ratio: 1/1;
  border-radius: 8px;
  overflow: hidden;
  background: #eee;
}
.ig-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.ig-item:hover img { transform: scale(1.05); }

.tiktok-embed-mock {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 9/16;
  max-width: 320px;
  margin: 0 auto;
  background: #000;
}
.tiktok-embed-mock video {
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0.8;
}
.tiktok-overlay {
  position: absolute;
  bottom: 20px; left: 20px; right: 20px;
  color: #fff;
  z-index: 2;
}
.tiktok-play {
  width: 40px; height: 40px;
  background: rgba(255,255,255,0.2);
  backdrop-filter: blur(4px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 1.2rem;
}

/* ============================================================
   AVAILABILITY WIDGET
   ============================================================ */
.availability-widget {
  position: fixed;
  bottom: 28px;
  left: 28px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border: 1px solid var(--border-color);
  border-radius: 50px;
  padding: 12px 20px 12px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  z-index: 998;
  transition: transform var(--transition), box-shadow var(--transition);
  color: var(--text-main);
  text-decoration: none;
}
.availability-widget:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  color: var(--text-main);
}
.aw-icon {
  width: 24px;
  height: 24px;
  background: rgba(212, 175, 55, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aw-pulse {
  width: 10px;
  height: 10px;
  background: var(--gold);
  border-radius: 50%;
  animation: pulse 1.5s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.7); }
  70% { box-shadow: 0 0 0 10px rgba(212, 175, 55, 0); }
  100% { box-shadow: 0 0 0 0 rgba(212, 175, 55, 0); }
}
.aw-text {
  display: flex;
  flex-direction: column;
}
.aw-status {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-muted);
  line-height: 1.2;
}
.aw-time {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .availability-widget {
    display: none !important;
  }
}

/* ============================================================
   FAQ
   ============================================================ */
.faq-container {
  max-width: 800px;
  margin: 0 auto;
}
.faq-item {
  border-bottom: 1px solid var(--border-color);
}
.faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 24px 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text-main);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Inter', sans-serif;
}
.faq-icon {
  font-size: 1.5rem;
  font-weight: 300;
  transition: transform var(--transition);
}
.faq-item.active .faq-icon {
  transform: rotate(45deg);
  color: var(--gold);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.faq-answer p {
  padding-bottom: 24px;
  color: var(--text-muted);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .section { padding: 60px 0; }

  .hamburger { display: flex; }

  .nav-links {
    position: fixed;
    inset: 99px 0 0 0;
    background: rgba(255, 255, 255, 0.98);
    flex-direction: column;
    justify-content: center;
    gap: 32px;
    font-size: 1.2rem;
    transform: translateX(100%);
    transition: transform var(--transition);
    border-top: 1px solid var(--border-color);
  }
  .nav-links.open { transform: translateX(0); }
  .nav-links a { font-size: 1.1rem; }
  .nav-cta { padding: 12px 32px; }

  .about-grid,
  .booking-inner,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-img-wrap { aspect-ratio: 4/3; }
  .about-badge { 
    right: 50%;
    transform: translateX(50%);
    bottom: -30px;
    z-index: 5;
  }

  .services-grid { grid-template-columns: 1fr; }
  .social-grid { grid-template-columns: 1fr; gap: 60px; }
  .bna-container { aspect-ratio: 1/1; }
  .quiz-container { padding: 24px 16px; }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-auto-rows: 200px;
  }
  .gallery-item.tall { grid-row: span 1; }
  .gallery-item.wide { grid-column: span 2; }

  .form-row { grid-template-columns: 1fr; }

  .fab { display: block; bottom: 20px; right: 20px; }
}

@media (max-width: 480px) {
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 220px; }
  .gallery-item.wide { grid-column: span 1; }
  .hero-content h1 { font-size: 3.2rem; }
  .booking-form-wrap { padding: 24px 18px; }
}

/* ============================================================
   LOADING SCREEN
   ============================================================ */
#loading-screen {
  position: fixed;
  inset: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
#loading-screen.hidden {
  opacity: 0;
  visibility: hidden;
}
.loading-logo {
  width: 160px;
  animation: loadPulse 0.8s ease-in-out infinite alternate;
}
@keyframes loadPulse {
  from { transform: scale(0.95); opacity: 0.7; }
  to   { transform: scale(1.05); opacity: 1; }
}

/* ============================================================
   OPEN/CLOSED STATUS BAR
   ============================================================ */
#status-bar {
  background: var(--text-main);
  color: #fff;
  text-align: center;
  font-size: 0.78rem;
  font-weight: 500;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  letter-spacing: 0.04em;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1001;
}
#status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
}
#status-dot.open  { background: #4ade80; box-shadow: 0 0 6px #4ade80; }
#status-dot.closed { background: #f87171; }
#status-text { font-weight: 700; }
#status-hours { color: rgba(255,255,255,0.55); }

/* ============================================================
   BACK TO TOP
   ============================================================ */
#back-to-top {
  position: fixed;
  bottom: 90px;
  left: 28px;
  width: 44px;
  height: 44px;
  background: var(--text-main);
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0,0,0,0.15);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity var(--transition), visibility var(--transition), transform var(--transition);
}
#back-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#back-to-top:hover { background: var(--gold); transform: translateY(-3px); }

/* ============================================================
   COOKIE BANNER
   ============================================================ */
#cookie-banner {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: var(--text-main);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 16px 24px;
  z-index: 9998;
  flex-wrap: wrap;
  transform: translateY(100%);
  transition: transform 0.4s ease;
}
#cookie-banner.visible { transform: translateY(0); }
#cookie-banner p { font-size: 0.88rem; color: rgba(255,255,255,0.8); margin: 0; }
#cookie-accept { padding: 9px 22px; font-size: 0.85rem; flex-shrink: 0; }

@media (max-width: 480px) {
  #cookie-banner { flex-direction: column; text-align: center; gap: 12px; }
  #back-to-top { left: 20px; bottom: 80px; }
}

/* ============================================================
   WHATSAPP BUTTON
   ============================================================ */
.whatsapp-btn {
  position: fixed;
  bottom: 90px;
  right: 28px;
  width: 52px;
  height: 52px;
  background: #25D366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(37,211,102,0.4);
  z-index: 999;
  transition: transform var(--transition), box-shadow var(--transition);
}
.whatsapp-btn:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 8px 24px rgba(37,211,102,0.5);
}

@media (max-width: 768px) {
  .whatsapp-btn { bottom: 80px; right: 20px; }
}



/* ============================================================
   NOISE / GRAIN TEXTURE
   ============================================================ */
.noise-overlay {
  position: fixed;
  inset: 0;
  z-index: 9996;
  pointer-events: none;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 200px 200px;
}


/* ============================================================
   HERO — word reveal typewriter animation
   ============================================================ */
.word-reveal {
  display: inline-block;
  clip-path: inset(0 100% 0 0);
  animation: wordReveal 0.7s cubic-bezier(0.77,0,0.18,1) forwards;
  animation-delay: var(--d, 0s);
}
@keyframes wordReveal {
  to { clip-path: inset(0 0% 0 0); }
}

/* ============================================================
   MARQUEE TICKER
   ============================================================ */
.marquee-strip {
  overflow: hidden;
  background: var(--text-main);
  padding: 13px 0;
  white-space: nowrap;
}
.marquee-track {
  display: inline-flex;
  align-items: center;
  animation: marqueeScroll 30s linear infinite;
}
.marquee-track span {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.18em;
  color: rgba(255,255,255,0.85);
  padding: 0 18px;
}
.marquee-sep {
  color: var(--gold) !important;
  font-size: 0.7rem !important;
  padding: 0 4px !important;
  letter-spacing: 0 !important;
}
.marquee-strip:hover .marquee-track { animation-play-state: paused; }
@keyframes marqueeScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ============================================================
   3D TILT CARDS
   ============================================================ */
.service-card {
  transform-style: preserve-3d;
  will-change: transform;
}
.service-card .card-shine {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(255,255,255,0.18) 0%, transparent 65%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.service-card:hover .card-shine { opacity: 1; }

/* ============================================================
   SPOTLIGHT CURSOR (dark sections)
   ============================================================ */
.section-dark {
  --sx: 50%;
  --sy: 50%;
  position: relative;
}
.section-dark::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(700px circle at var(--sx) var(--sy), rgba(212,175,55,0.07), transparent 55%);
  pointer-events: none;
  z-index: 0;
  transition: background 0.1s;
}
.section-dark > * { position: relative; z-index: 1; }
