/* ============================================
   Venue Tour Page - Luxury Black & Gold Theme
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&family=Cormorant+Garamond:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600&display=swap');

:root {
  --bg-primary: #0a0a0a;
  --bg-secondary: #111111;
  --bg-card: rgba(212, 175, 55, 0.04);
  --glass-bg: rgba(20, 20, 20, 0.85);
  --glass-border: rgba(212, 175, 55, 0.2);

  --gold: #d4af37;
  --gold-light: #f0d060;
  --gold-dark: #b8962e;
  --gold-muted: rgba(212, 175, 55, 0.6);
  --white: #ffffff;
  --white-soft: rgba(255, 255, 255, 0.85);
  --white-muted: rgba(255, 255, 255, 0.5);
  --white-dim: rgba(255, 255, 255, 0.3);

  --gradient-gold: linear-gradient(135deg, #d4af37, #f0d060, #d4af37);
  --gradient-gold-shine: linear-gradient(105deg, #b8962e 0%, #f0d060 45%, #d4af37 55%, #b8962e 100%);

  --container-max: 1100px;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;

  --shadow-gold: 0 4px 30px rgba(212, 175, 55, 0.15);
  --shadow-gold-strong: 0 8px 40px rgba(212, 175, 55, 0.25);
}

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

html { scroll-behavior: smooth; font-size: 16px; overflow-x: hidden; }

body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  background: var(--bg-primary);
  color: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}

h1, h2, h3, h4 {
  font-family: 'Playfair Display', Georgia, serif;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; }

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

.gold-text {
  background: var(--gradient-gold-shine);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.glass-card {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

/* ============ NAV BAR ============ */
.page-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  background: var(--bg-secondary);
  border-bottom: 1px solid rgba(212, 175, 55, 0.12);
  position: sticky;
  top: 0;
  z-index: 100;
}

.nav-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold-muted);
  font-size: 0.85rem;
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-back:hover { color: var(--gold); }
.nav-back svg { stroke: var(--gold-muted); }

.nav-title {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 1rem;
  color: var(--gold);
}

/* ============ HERO SECTION ============ */
.venue-hero {
  position: relative;
  height: 70vh;
  min-height: 480px;
  max-height: 700px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.venue-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.venue-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.venue-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(10, 10, 10, 0.95) 0%,
    rgba(10, 10, 10, 0.6) 40%,
    rgba(10, 10, 10, 0.2) 70%,
    rgba(10, 10, 10, 0.1) 100%
  );
  z-index: 1;
}

.venue-hero-content {
  position: relative;
  z-index: 2;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 40px 24px 50px;
  width: 100%;
}

.venue-hero-badge {
  display: inline-block;
  padding: 6px 20px;
  border-radius: 50px;
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid rgba(212, 175, 55, 0.3);
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  animation: fadeInUp 0.8s ease 0.2s both;
}

.venue-hero-title {
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 12px;
  animation: fadeInUp 0.8s ease 0.3s both;
  text-shadow: 0 2px 30px rgba(0, 0, 0, 0.5);
}

.venue-hero-subtitle {
  font-size: clamp(0.95rem, 2vw, 1.15rem);
  color: var(--white-soft);
  font-weight: 400;
  margin-bottom: 20px;
  animation: fadeInUp 0.8s ease 0.4s both;
}

.venue-hero-rating {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 20px;
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 50px;
  animation: fadeInUp 0.8s ease 0.5s both;
}

.rating-score {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--gold-light);
}

.rating-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--gold-muted);
}

.rating-stars {
  font-size: 0.9rem;
}

/* ============ SECTIONS ============ */
.venue-section {
  padding: 80px 0;
  position: relative;
}

.gallery-section,
.rooms-section {
  background: var(--bg-secondary);
  border-top: 1px solid rgba(212, 175, 55, 0.06);
  border-bottom: 1px solid rgba(212, 175, 55, 0.06);
}

.section-badge-row {
  margin-bottom: 16px;
}

.section-badge {
  display: inline-block;
  padding: 6px 20px;
  border-radius: 50px;
  background: rgba(212, 175, 55, 0.08);
  border: 1px solid rgba(212, 175, 55, 0.2);
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 800;
  margin-bottom: 24px;
}

/* ============ OVERVIEW ============ */
.venue-description {
  font-size: 1rem;
  color: var(--white-muted);
  max-width: 800px;
  line-height: 1.8;
  margin-bottom: 48px;
}

.overview-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.overview-stat {
  text-align: center;
  padding: 30px 16px;
  border-radius: var(--radius-lg);
  background: var(--bg-card);
  border: 1px solid var(--glass-border);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.overview-stat:hover {
  transform: translateY(-4px);
  border-color: var(--gold);
  box-shadow: var(--shadow-gold);
}

.overview-stat .stat-number {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  font-weight: 900;
  background: var(--gradient-gold-shine);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.overview-stat .stat-unit {
  font-size: 0.85rem;
  color: var(--gold-muted);
  font-weight: 500;
}

.overview-stat .stat-desc {
  display: block;
  font-size: 0.8rem;
  color: var(--white-dim);
  margin-top: 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ============ GALLERY ============ */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.gallery-item {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(212, 175, 55, 0.1);
  transition: all 0.4s ease;
}

.gallery-large {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-item:hover img {
  transform: scale(1.08);
}

.gallery-item:hover {
  border-color: var(--gold);
  box-shadow: var(--shadow-gold);
}

.gallery-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px 16px;
  background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--gold-light);
  letter-spacing: 0.5px;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-label {
  transform: translateY(0);
}

/* ============ AMENITIES ============ */
.amenities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 14px;
}

.amenity-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 24px 16px;
  border-radius: var(--radius-md);
  background: var(--bg-card);
  border: 1px solid rgba(212, 175, 55, 0.1);
  transition: all 0.3s ease;
  text-align: center;
}

.amenity-card:hover {
  transform: translateY(-3px);
  border-color: var(--gold);
  box-shadow: var(--shadow-gold);
}

.amenity-icon {
  font-size: 1.6rem;
}

.amenity-name {
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--white-soft);
}

/* ============ ROOMS ============ */
.rooms-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.room-card {
  overflow: hidden;
  transition: all 0.4s ease;
}

.room-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-gold);
  border-color: var(--gold);
}

.room-image {
  height: 200px;
  overflow: hidden;
}

.room-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.room-card:hover .room-image img {
  transform: scale(1.05);
}

.room-info {
  padding: 20px;
}

.room-info h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--gold-light);
}

.room-info p {
  font-size: 0.9rem;
  color: var(--white-muted);
  margin-bottom: 12px;
}

.room-badge {
  display: inline-block;
  padding: 4px 14px;
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ============ HOUSE RULES ============ */
.rules-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.rule-card {
  padding: 28px 20px;
  text-align: center;
  transition: all 0.3s ease;
}

.rule-card:hover {
  transform: translateY(-3px);
  border-color: var(--gold);
}

.rule-icon {
  font-size: 2rem;
  display: block;
  margin-bottom: 12px;
}

.rule-card h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--gold-light);
}

.rule-card p {
  font-size: 0.9rem;
  color: var(--white-soft);
  font-weight: 500;
}

.rule-note {
  display: block;
  margin-top: 8px;
  font-size: 0.78rem;
  color: var(--white-dim);
}

/* ============ LOCATION ============ */
.location-content {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 24px;
}

.location-map {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--glass-border);
}

.location-map iframe {
  display: block;
}

.location-details {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.address-card, .distances-card {
  padding: 24px;
}

.address-card h3, .distances-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 14px;
  color: var(--gold-light);
}

.address-text {
  font-size: 1rem;
  color: var(--white-soft);
  line-height: 1.7;
  margin-bottom: 18px;
}

.map-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.map-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  border-radius: 50px;
  background: rgba(212, 175, 55, 0.06);
  border: 1px solid rgba(212, 175, 55, 0.2);
  color: var(--gold-muted);
  font-size: 0.85rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.map-btn:hover {
  border-color: var(--gold);
  background: rgba(212, 175, 55, 0.1);
  color: var(--gold);
  transform: translateY(-2px);
}

.distance-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(212, 175, 55, 0.06);
}

.distance-item:last-child {
  border-bottom: none;
}

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

.distance-item div {
  display: flex;
  flex-direction: column;
}

.distance-item strong {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--white-soft);
}

.distance-item span {
  font-size: 0.82rem;
  color: var(--white-dim);
}

/* ============ CTA SECTION ============ */
.venue-cta {
  padding: 80px 0;
  text-align: center;
  background: var(--bg-secondary);
  border-top: 1px solid rgba(212, 175, 55, 0.06);
}

.venue-cta h2 {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 800;
  margin-bottom: 12px;
}

.venue-cta p {
  color: var(--white-muted);
  font-size: 1rem;
  margin-bottom: 32px;
}

.cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-button-primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 44px;
  border-radius: 50px;
  background: var(--gradient-gold-shine);
  color: #0a0a0a;
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 4px 24px rgba(212, 175, 55, 0.3);
  overflow: hidden;
}

.cta-button-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 100%);
  transform: skewX(-25deg);
  animation: sweepShine 3s infinite 2s;
  z-index: 1;
}

.cta-button-primary span, .cta-button-primary svg {
  position: relative;
  z-index: 2;
}

.cta-button-primary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 36px rgba(212, 175, 55, 0.45);
}

.cta-button-primary svg {
  stroke: #0a0a0a;
}

.cta-button-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 36px;
  border-radius: 50px;
  background: rgba(212, 175, 55, 0.06);
  border: 1px solid rgba(212, 175, 55, 0.25);
  color: var(--gold);
  font-family: 'Playfair Display', serif;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.cta-button-secondary:hover {
  background: rgba(212, 175, 55, 0.12);
  border-color: var(--gold);
  transform: translateY(-2px);
}

.cta-button-secondary svg {
  stroke: var(--gold);
}

/* ============ FOOTER ============ */
.venue-footer {
  text-align: center;
  padding: 36px 20px;
  background: var(--bg-primary);
  border-top: 1px solid rgba(212, 175, 55, 0.08);
  color: var(--white-dim);
  font-size: 0.85rem;
}

/* ============ LIGHTBOX ============ */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(12px);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.lightbox-content {
  max-width: 900px;
  max-height: 80vh;
  text-align: center;
}

.lightbox-content img {
  max-width: 100%;
  max-height: 75vh;
  object-fit: contain;
  border-radius: var(--radius-md);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.6);
}

.lightbox-caption {
  margin-top: 16px;
  font-size: 0.95rem;
  color: var(--gold-muted);
  font-weight: 500;
}

.lightbox-close {
  position: fixed;
  top: 20px;
  right: 24px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: white;
  font-size: 1.3rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 1;
}

.lightbox-close:hover {
  background: rgba(248, 113, 113, 0.3);
  border-color: rgba(248, 113, 113, 0.5);
}

.lightbox-prev,
.lightbox-next {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: white;
  font-size: 1.8rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 1;
}

.lightbox-prev { left: 20px; }
.lightbox-next { right: 20px; }

.lightbox-prev:hover,
.lightbox-next:hover {
  background: rgba(212, 175, 55, 0.15);
  border-color: var(--gold);
  color: var(--gold);
}

/* ============ ANIMATIONS ============ */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.animate-on-scroll.animated {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger animations */
.gallery-item.animate-on-scroll:nth-child(1) { transition-delay: 0s; }
.gallery-item.animate-on-scroll:nth-child(2) { transition-delay: 0.05s; }
.gallery-item.animate-on-scroll:nth-child(3) { transition-delay: 0.1s; }
.gallery-item.animate-on-scroll:nth-child(4) { transition-delay: 0.15s; }
.gallery-item.animate-on-scroll:nth-child(5) { transition-delay: 0.2s; }
.gallery-item.animate-on-scroll:nth-child(6) { transition-delay: 0.25s; }
.gallery-item.animate-on-scroll:nth-child(7) { transition-delay: 0.3s; }
.gallery-item.animate-on-scroll:nth-child(8) { transition-delay: 0.35s; }
.gallery-item.animate-on-scroll:nth-child(9) { transition-delay: 0.4s; }
.gallery-item.animate-on-scroll:nth-child(10) { transition-delay: 0.45s; }
.gallery-item.animate-on-scroll:nth-child(11) { transition-delay: 0.5s; }
.gallery-item.animate-on-scroll:nth-child(12) { transition-delay: 0.55s; }

.amenity-card.animate-on-scroll:nth-child(even) { transition-delay: 0.08s; }
.amenity-card.animate-on-scroll:nth-child(3n) { transition-delay: 0.12s; }

/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .gallery-large {
    grid-column: span 2;
    grid-row: span 1;
  }
  .location-content {
    grid-template-columns: 1fr;
  }
}

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

  .venue-hero {
    height: 55vh;
    min-height: 380px;
  }

  .venue-hero-content {
    padding: 24px 20px 36px;
  }

  .overview-stats {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .gallery-large {
    grid-column: span 2;
  }

  .rooms-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .rules-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

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

  .amenity-card {
    padding: 18px 12px;
  }

  .amenity-icon {
    font-size: 1.3rem;
  }

  .amenity-name {
    font-size: 0.75rem;
  }

  .page-nav {
    padding: 12px 16px;
  }

  .location-map iframe {
    height: 280px !important;
  }
}

@media (max-width: 480px) {
  .overview-stats {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .overview-stat {
    padding: 22px 12px;
  }

  .overview-stat .stat-number {
    font-size: 1.8rem;
  }

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

  .gallery-large {
    grid-column: span 1;
  }

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

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

  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .cta-button-primary,
  .cta-button-secondary {
    width: 100%;
    max-width: 320px;
    justify-content: center;
  }

  .venue-hero-title {
    font-size: clamp(2rem, 8vw, 3rem);
  }
}
