/* =============================================
   PALAASH HOSPITALITY SERVICES — STYLESHEET
   ============================================= */

/* --- CSS Variables --- */
:root {
  --maroon: #6B0F1A;
  --maroon-dark: #4A0810;
  --maroon-light: #8B1A2A;
  --gold: #C9A84C;
  --gold-light: #E8C97A;
  --gold-pale: #F5E6C0;
  --cream: #FDF8F0;
  --white: #ffffff;
  --dark: #1A0A0E;
  --text: #3D1A22;
  --text-light: #7A5560;
  --shadow: 0 20px 60px rgba(107, 15, 26, 0.15);
  --shadow-gold: 0 10px 40px rgba(201, 168, 76, 0.2);
  --transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'Poppins', sans-serif;
}

/* --- Reset & Base --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

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

body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--cream);
  overflow-x: hidden;
  line-height: 1.7;
}

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

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* --- Utility --- */
.gold { color: var(--gold); }
.section-badge {
  display: inline-block;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--maroon-dark);
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 30px;
  margin-bottom: 20px;
}
.section-badge.light {
  background: rgba(201, 168, 76, 0.15);
  color: var(--gold);
  border: 1px solid rgba(201, 168, 76, 0.3);
}
.section-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--maroon-dark);
  margin-bottom: 20px;
}
.section-title.centered { text-align: center; }
.section-subtitle {
  text-align: center;
  color: var(--text-light);
  max-width: 600px;
  margin: 0 auto 50px;
  font-size: 1.05rem;
}

/* --- Buttons --- */
.btn-primary {
  display: inline-block;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--maroon-dark);
  font-weight: 700;
  font-size: 0.95rem;
  padding: 14px 34px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: var(--transition);
  letter-spacing: 0.5px;
  box-shadow: 0 4px 20px rgba(201,168,76,0.35);
}
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 8px 30px rgba(201,168,76,0.5); }
.btn-primary.small { padding: 10px 24px; font-size: 0.85rem; margin-top: 20px; }
.btn-primary.full { width: 100%; text-align: center; border-radius: 12px; padding: 16px; font-size: 1rem; }

.btn-outline {
  display: inline-block;
  border: 2px solid rgba(255,255,255,0.6);
  color: var(--white);
  padding: 13px 32px;
  border-radius: 50px;
  font-weight: 500;
  font-size: 0.95rem;
  transition: var(--transition);
  backdrop-filter: blur(4px);
}
.btn-outline:hover { background: rgba(255,255,255,0.15); border-color: white; }

/* =============================================
   NAVBAR
   ============================================= */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 16px 0;
  transition: var(--transition);
}
.navbar.scrolled {
  background: var(--maroon-dark);
  padding: 10px 0;
  box-shadow: 0 4px 30px rgba(0,0,0,0.3);
}
.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo img {
  height: 60px;
  width: auto;
  transition: var(--transition);
  border-radius: 6px;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
}
.nav-links a {
  color: rgba(255,255,255,0.9);
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: var(--transition);
  position: relative;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0;
  width: 0; height: 2px;
  background: var(--gold);
  transition: var(--transition);
}
.nav-links a:hover::after { width: 100%; }
.nav-links a:hover { color: var(--gold-light); }
.nav-cta {
  background: linear-gradient(135deg, var(--gold), var(--gold-light)) !important;
  color: var(--maroon-dark) !important;
  padding: 10px 24px;
  border-radius: 50px;
  font-weight: 700 !important;
}
.nav-cta::after { display: none !important; }
.nav-cta:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(201,168,76,0.4); }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.hamburger span {
  display: block;
  width: 26px; height: 2px;
  background: white;
  border-radius: 2px;
  transition: var(--transition);
}

/* =============================================
   HERO
   ============================================= */
.hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  background: url('https://images.unsplash.com/photo-1564507592333-c60657eea523?w=1600&q=85') center/cover no-repeat;
  overflow: hidden;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(74,8,16,0.93) 0%, rgba(107,15,26,0.85) 50%, rgba(74,8,16,0.75) 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 24px 80px;
  animation: heroFadeIn 1.2s ease forwards;
}
@keyframes heroFadeIn {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}
.hero-tagline {
  color: var(--gold);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 24px;
}
.hero-title span {
  color: var(--gold-light);
  font-style: italic;
}
.hero-subtitle {
  color: rgba(255,255,255,0.8);
  font-size: 1.15rem;
  max-width: 600px;
  margin-bottom: 40px;
  line-height: 1.8;
}
.hero-btns { display: flex; gap: 16px; flex-wrap: wrap; }

.hero-scroll {
  position: absolute;
  bottom: 40px;
  right: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.5);
  font-size: 0.7rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  z-index: 2;
}
.scroll-line {
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, rgba(201,168,76,0.6), transparent);
  animation: scrollPulse 2s infinite;
}
@keyframes scrollPulse {
  0%, 100% { opacity: 1; transform: scaleY(1); }
  50% { opacity: 0.4; transform: scaleY(0.5); }
}

/* =============================================
   ABOUT
   ============================================= */
.about {
  padding: 100px 0;
  background: var(--cream);
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.about-image {
  position: relative;
}
.about-image img {
  width: 100%;
  border-radius: 20px;
  box-shadow: var(--shadow);
  object-fit: cover;
  height: 500px;
}
.about-card-stat {
  position: absolute;
  bottom: -24px;
  right: -24px;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--maroon-dark);
  padding: 24px 32px;
  border-radius: 16px;
  text-align: center;
  box-shadow: var(--shadow-gold);
}
.stat-number {
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 900;
}
.stat-label {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 1px;
}
.about-text p {
  color: var(--text-light);
  margin-bottom: 20px;
  font-size: 1.02rem;
}
.about-features {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.feature {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px;
  background: white;
  border-radius: 14px;
  box-shadow: 0 4px 20px rgba(107,15,26,0.07);
  border-left: 4px solid var(--gold);
  transition: var(--transition);
}
.feature:hover { transform: translateX(6px); box-shadow: 0 8px 30px rgba(107,15,26,0.12); }
.feature-icon { font-size: 1.8rem; flex-shrink: 0; }
.feature strong { display: block; color: var(--maroon-dark); font-size: 1rem; margin-bottom: 4px; }
.feature p { color: var(--text-light); font-size: 0.88rem; margin: 0; }

/* =============================================
   SERVICES
   ============================================= */
.services {
  padding: 100px 0;
  background: linear-gradient(180deg, var(--maroon-dark) 0%, var(--maroon) 100%);
  position: relative;
  overflow: hidden;
}
.services::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(201,168,76,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.services .section-title { color: var(--white); }
.services .section-subtitle { color: rgba(255,255,255,0.6); }
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.service-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(201,168,76,0.2);
  border-radius: 20px;
  overflow: hidden;
  transition: var(--transition);
  backdrop-filter: blur(10px);
}
.service-card:hover { transform: translateY(-8px); border-color: rgba(201,168,76,0.5); box-shadow: 0 20px 50px rgba(0,0,0,0.3); }
.service-img {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}
.service-card:hover .service-img img { transform: scale(1.1); }
.service-overlay {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: linear-gradient(transparent, rgba(74,8,16,0.8));
  padding: 20px 16px 12px;
  color: var(--gold-light);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 1px;
}
.service-body {
  padding: 24px;
}
.service-icon { font-size: 1.6rem; margin-bottom: 10px; }
.service-body h3 {
  font-family: var(--font-display);
  color: var(--white);
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.service-body p { color: rgba(255,255,255,0.65); font-size: 0.9rem; }

.featured-service {
  grid-column: span 1;
  background: linear-gradient(135deg, rgba(201,168,76,0.15), rgba(201,168,76,0.05));
  border-color: rgba(201,168,76,0.4);
  display: flex;
  align-items: center;
}
.center-body { text-align: center; }
.service-icon.big { font-size: 3rem; margin-bottom: 16px; }

/* =============================================
   DESTINATIONS
   ============================================= */
.destinations {
  padding: 100px 0;
  background: var(--cream);
}
.dest-region { margin-bottom: 60px; }
.region-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.region-header h3 {
  font-family: var(--font-display);
  font-size: 1.6rem;
  color: var(--maroon);
  white-space: nowrap;
}
.region-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
}
.hotels-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
}
.hotels-grid.small-grid { grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); }
.hotel-card {
  border-radius: 16px;
  overflow: hidden;
  background: white;
  box-shadow: 0 8px 30px rgba(107,15,26,0.1);
  transition: var(--transition);
  cursor: pointer;
}
.hotel-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.hotel-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  transition: var(--transition);
}
.hotel-card:hover img { transform: scale(1.06); }
.hotel-card.intl img { height: 200px; }
.hotel-info {
  padding: 16px;
}
.hotel-info h4 {
  font-family: var(--font-display);
  font-size: 1rem;
  color: var(--maroon-dark);
  margin-bottom: 4px;
  font-weight: 700;
}
.hotel-info p { color: var(--text-light); font-size: 0.8rem; }

/* =============================================
   GALLERY
   ============================================= */
.gallery {
  padding: 100px 0;
  background: linear-gradient(180deg, var(--maroon) 0%, var(--maroon-dark) 100%);
}
.gallery .section-title { color: white; }
.gallery .section-subtitle { color: rgba(255,255,255,0.6); }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  gap: 16px;
}
.gallery-item {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.gallery-item.tall { grid-row: span 2; }
.gallery-item.wide { grid-column: span 2; }
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}
.gallery-item:hover img { transform: scale(1.08); }
.gallery-caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 20px 16px 14px;
  background: linear-gradient(transparent, rgba(74,8,16,0.85));
  color: var(--gold-light);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  transform: translateY(10px);
  opacity: 0;
  transition: var(--transition);
}
.gallery-item:hover .gallery-caption { opacity: 1; transform: translateY(0); }

/* =============================================
   CONTACT
   ============================================= */
.contact {
  padding: 100px 0;
  background: var(--cream);
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 50px;
  margin-bottom: 60px;
}
.contact-card {
  background: linear-gradient(135deg, var(--maroon-dark), var(--maroon));
  color: white;
  padding: 40px;
  border-radius: 24px;
  height: 100%;
  box-shadow: var(--shadow);
}
.contact-logo { margin-bottom: 24px; }
.contact-logo img {
  height: 80px;
  width: auto;
  /* no filter */
}
.contact-card h3 {
  font-family: var(--font-display);
  font-size: 1.8rem;
  color: var(--gold-light);
  margin-bottom: 4px;
}
.contact-designation {
  color: rgba(255,255,255,0.6);
  font-size: 0.9rem;
  margin-bottom: 28px;
}
.contact-details { display: flex; flex-direction: column; gap: 20px; }
.contact-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.contact-icon { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.contact-item a, .contact-item p {
  color: rgba(255,255,255,0.85);
  font-size: 0.92rem;
  line-height: 1.7;
  display: block;
  transition: color 0.2s;
}
.contact-item a:hover { color: var(--gold-light); }

.contact-form-wrap {
  background: white;
  padding: 40px;
  border-radius: 24px;
  box-shadow: 0 10px 40px rgba(107,15,26,0.1);
}
.contact-form h3 {
  font-family: var(--font-display);
  font-size: 1.6rem;
  color: var(--maroon-dark);
  margin-bottom: 28px;
}
.form-group { margin-bottom: 20px; }
.form-group label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 8px;
  letter-spacing: 0.3px;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 13px 16px;
  border: 1.5px solid #E8D5C0;
  border-radius: 10px;
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--text);
  background: #FFFBF5;
  transition: border-color 0.3s, box-shadow 0.3s;
  outline: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201,168,76,0.15);
}
.form-group textarea { resize: vertical; }
.form-success {
  display: none;
  background: #F0FFF4;
  border: 1px solid #9AE6B4;
  color: #276749;
  padding: 14px;
  border-radius: 10px;
  text-align: center;
  font-size: 0.9rem;
  margin-top: 14px;
}

.map-container {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow);
  height: 380px;
}
.map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* =============================================
   FOOTER
   ============================================= */
.footer {
  background: var(--maroon-dark);
  color: rgba(255,255,255,0.75);
}
.footer-top { padding: 70px 0 50px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 50px;
}
.footer-logo { height: 64px; width: auto; margin-bottom: 20px; /* no filter */ }
.footer-brand p { font-size: 0.9rem; line-height: 1.7; max-width: 280px; }
.social-links { display: flex; gap: 14px; margin-top: 24px; }
.social-links a {
  width: 40px; height: 40px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  color: rgba(255,255,255,0.7);
}
.social-links a svg { width: 18px; height: 18px; }
.social-links a:hover {
  background: var(--gold);
  color: var(--maroon-dark);
  border-color: var(--gold);
  transform: translateY(-3px);
}
.footer-col h4 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--gold-light);
  margin-bottom: 20px;
}
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col ul li a { font-size: 0.88rem; transition: color 0.2s; }
.footer-col ul li a:hover { color: var(--gold-light); }
.footer-col p { font-size: 0.88rem; margin-bottom: 10px; line-height: 1.5; }

.footer-bottom {
  padding: 20px 0;
  text-align: center;
  display: flex;
}
.footer-bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}
.footer-bottom p { font-size: 0.82rem; }

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1024px) {
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-card-stat { right: 20px; }
  .about-image img { height: 380px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .nav-links {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: var(--maroon-dark);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    z-index: 999;
  }
  .nav-links.active { display: flex; }
  .nav-links a { font-size: 1.3rem; }
  .hamburger { display: flex; z-index: 1000; }

  .hero-content { padding: 100px 24px 60px; }
  .hero-scroll { display: none; }
  .services-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-item.tall, .gallery-item.wide { grid-column: span 1; grid-row: span 1; }
  .contact-form-wrap { padding: 28px 20px; }
  .contact-card { padding: 28px 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom .container { flex-direction: column; text-align: center; }
  .hotels-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  .section-title { font-size: 1.8rem; }
  .gallery-grid { grid-template-columns: 1fr; }
  .hotels-grid { grid-template-columns: 1fr; }
  .hero-btns { flex-direction: column; }
  .btn-primary, .btn-outline { text-align: center; }
  .map-container { height: 260px; }
}

/* =============================================
   SCROLL ANIMATIONS
   ============================================= */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* =============================================
   HOTEL CLICK HINT
   ============================================= */
.hotel-card { position: relative; overflow: hidden; }
.hotel-click-hint {
  position: absolute;
  top: 10px; right: 10px;
  background: rgba(201,168,76,0.92);
  color: var(--maroon-dark);
  font-size: 0.72rem;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 20px;
  z-index: 3;
  letter-spacing: 0.3px;
  opacity: 0;
  transform: translateY(-4px);
  transition: all 0.3s ease;
  pointer-events: none;
}
.hotel-card:hover .hotel-click-hint { opacity: 1; transform: translateY(0); }

/* =============================================
   HOTEL LIGHTBOX
   ============================================= */
#hotelLightbox {
  position: fixed; inset: 0; z-index: 10000;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity 0.3s ease;
}
#hotelLightbox.open { opacity: 1; }

.lb-backdrop {
  position: absolute; inset: 0;
  background: rgba(26, 4, 8, 0.95);
  backdrop-filter: blur(6px);
}
.lb-modal {
  position: relative; z-index: 2;
  background: linear-gradient(160deg, #2A0810, #1A0408);
  border: 1px solid rgba(201,168,76,0.25);
  border-radius: 24px;
  width: min(95vw, 920px);
  max-height: 92vh;
  overflow-y: auto;
  padding: 36px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.7);
  transform: translateY(20px);
  transition: transform 0.3s ease;
}
#hotelLightbox.open .lb-modal { transform: translateY(0); }

.lb-close {
  position: absolute; top: 16px; right: 20px;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15);
  color: white; width: 36px; height: 36px;
  border-radius: 50%; font-size: 1rem; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.2s;
}
.lb-close:hover { background: var(--gold); color: var(--maroon-dark); }

.lb-header { margin-bottom: 24px; }
.lb-header h2 {
  font-family: var(--font-display);
  color: var(--gold-light);
  font-size: 1.7rem;
  margin-bottom: 4px;
}
.lb-location { color: rgba(255,255,255,0.5); font-size: 0.85rem; margin-bottom: 10px; }
.lb-desc { color: rgba(255,255,255,0.7); font-size: 0.9rem; line-height: 1.6; }

.lb-main {
  display: flex; align-items: center; gap: 16px;
  margin-bottom: 16px;
}
.lb-img-wrap {
  flex: 1; position: relative;
  border-radius: 16px; overflow: hidden;
  background: #000;
  aspect-ratio: 16/9;
}
.lb-img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: opacity 0.25s ease;
}
.lb-caption {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 20px 16px 12px;
  background: linear-gradient(transparent, rgba(0,0,0,0.7));
  color: var(--gold-light);
  font-size: 0.85rem; font-weight: 600;
  letter-spacing: 0.5px;
}
.lb-counter {
  position: absolute; top: 12px; right: 12px;
  background: rgba(0,0,0,0.6);
  color: white; font-size: 0.78rem;
  padding: 4px 10px; border-radius: 20px;
}

.lb-arrow {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  color: white; width: 44px; height: 44px;
  border-radius: 50%; font-size: 1.1rem;
  cursor: pointer; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.2s;
}
.lb-arrow:hover { background: var(--gold); color: var(--maroon-dark); border-color: var(--gold); }

.lb-thumbs {
  display: flex; gap: 10px; flex-wrap: wrap;
}
.lb-thumb {
  width: 80px; height: 56px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  opacity: 0.5;
  border: 2px solid transparent;
  transition: all 0.2s;
}
.lb-thumb:hover { opacity: 0.85; }
.lb-thumb.active { opacity: 1; border-color: var(--gold); }

@media (max-width: 600px) {
  .lb-modal { padding: 20px 16px; }
  .lb-header h2 { font-size: 1.3rem; }
  .lb-arrow { width: 36px; height: 36px; font-size: 0.9rem; }
  .lb-thumb { width: 60px; height: 44px; }
}
