/* ============================================================
   Sunrise Villa - Main Stylesheet
   ============================================================ */

:root {
  --gold:        #c9a227;
  --gold-light:  #e8c547;
  --gold-dark:   #9a7a1a;
  --navy:        #1a1a2e;
  --navy-light:  #2a2a4a;
  --cream:       #faf7f2;
  --cream-dark:  #f0ead8;
  --text:        #333333;
  --text-muted:  #777777;
  --white:       #ffffff;
  --shadow:      0 4px 24px rgba(0,0,0,0.10);
  --shadow-lg:   0 8px 48px rgba(0,0,0,0.15);
  --radius:      8px;
  --transition:  0.3s ease;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: 'Lato', sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.7;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  line-height: 1.3;
}

a { color: var(--gold); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--gold-dark); }

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

/* ── Buttons ──────────────────────────────────────────────── */
.btn-gold {
  background: var(--gold);
  color: var(--white);
  border: 2px solid var(--gold);
  padding: 12px 32px;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all var(--transition);
  display: inline-block;
  cursor: pointer;
}
.btn-gold:hover { background: var(--gold-dark); border-color: var(--gold-dark); color: var(--white); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(201,162,39,0.4); }

.btn-outline-gold {
  background: transparent;
  color: var(--gold);
  border: 2px solid var(--gold);
  padding: 12px 32px;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all var(--transition);
  display: inline-block;
}
.btn-outline-gold:hover { background: var(--gold); color: var(--white); transform: translateY(-2px); }

.btn-white {
  background: var(--white);
  color: var(--navy);
  border: 2px solid var(--white);
  padding: 12px 32px;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all var(--transition);
  display: inline-block;
}
.btn-white:hover { background: transparent; color: var(--white); }

.btn-whatsapp {
  background: #25d366;
  color: var(--white);
  border: 2px solid #25d366;
  padding: 12px 32px;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 0.95rem;
  transition: all var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-whatsapp:hover { background: #1da851; border-color: #1da851; color: var(--white); transform: translateY(-2px); }

/* ── Section Titles ───────────────────────────────────────── */
.section-title {
  text-align: center;
  margin-bottom: 50px;
}
.section-title .subtitle {
  display: inline-block;
  color: var(--gold);
  font-size: 0.9rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 12px;
  font-family: 'Lato', sans-serif;
}
.section-title h2 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  color: var(--navy);
  margin-bottom: 16px;
}
.section-title p {
  color: var(--text-muted);
  max-width: 600px;
  margin: 0 auto;
  font-size: 1.05rem;
}
.section-divider {
  width: 60px;
  height: 3px;
  background: var(--gold);
  margin: 16px auto 20px;
  border-radius: 2px;
}

/* ── Navbar ───────────────────────────────────────────────── */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 18px 0;
  transition: all var(--transition);
}
.navbar.scrolled {
  background: var(--navy);
  padding: 12px 0;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}
.navbar-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
.navbar-logo img { width: 48px; height: 48px; border-radius: 50%; }
.navbar-logo .logo-text { color: var(--white); }
.navbar-logo .logo-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  font-weight: 700;
  display: block;
  line-height: 1;
}
.navbar-logo .logo-sub {
  font-size: 0.7rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-top: 2px;
}
.navbar-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
}
.navbar-nav a {
  color: rgba(255,255,255,0.9);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 8px 16px;
  border-radius: 4px;
  transition: all var(--transition);
  text-transform: uppercase;
}
.navbar-nav a:hover, .navbar-nav a.active { color: var(--gold); }
.navbar-nav .nav-book a {
  background: var(--gold);
  color: var(--white);
  border-radius: var(--radius);
  padding: 10px 20px;
}
.navbar-nav .nav-book a:hover { background: var(--gold-dark); color: var(--white); }

.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
}
.menu-toggle span {
  display: block;
  width: 25px;
  height: 2px;
  background: var(--white);
  transition: all var(--transition);
  border-radius: 2px;
}

@media (max-width: 768px) {
  .menu-toggle { display: flex; }
  .navbar-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--navy);
    flex-direction: column;
    padding: 20px;
    gap: 4px;
    border-top: 1px solid rgba(255,255,255,0.1);
  }
  .navbar-nav.open { display: flex; }
  .navbar-nav a { color: rgba(255,255,255,0.9); padding: 12px 20px; display: block; }
}

/* ── Hero ─────────────────────────────────────────────────── */
.hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero-slides { position: absolute; inset: 0; }
.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease;
}
.hero-slide.active { opacity: 1; }
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(26,26,46,0.5), rgba(26,26,46,0.7));
}
.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: var(--white);
  padding: 0 24px;
  max-width: 800px;
}
.hero-badge {
  display: inline-block;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-size: 0.8rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 6px 20px;
  border-radius: 50px;
  margin-bottom: 24px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.hero-content h1 {
  font-size: clamp(2.2rem, 6vw, 4rem);
  margin-bottom: 20px;
  text-shadow: 0 2px 20px rgba(0,0,0,0.3);
}
.hero-content h1 span { color: var(--gold); }
.hero-content p {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  opacity: 0.9;
  margin-bottom: 36px;
  font-weight: 300;
}
.hero-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

.hero-scroll-indicator {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.7);
  font-size: 0.75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: scrollAnim 1.5s ease infinite;
}
@keyframes scrollAnim {
  0% { transform: scaleY(0); transform-origin: top; }
  50% { transform: scaleY(1); transform-origin: top; }
  51% { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* ── Quick Booking Bar ────────────────────────────────────── */
.booking-bar {
  background: var(--white);
  box-shadow: var(--shadow-lg);
  position: relative;
  z-index: 10;
  margin: -36px auto 0;
  max-width: 960px;
  border-radius: var(--radius);
  padding: 28px 32px;
}
.booking-bar h3 {
  font-size: 1rem;
  color: var(--text-muted);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
  font-family: 'Lato', sans-serif;
}
.booking-bar-form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  gap: 16px;
  align-items: end;
}
.booking-bar-form .form-group { display: flex; flex-direction: column; gap: 6px; }
.booking-bar-form label {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--text-muted);
}
.booking-bar-form input,
.booking-bar-form select {
  border: 2px solid #e8e0d0;
  border-radius: var(--radius);
  padding: 12px 16px;
  font-size: 0.95rem;
  color: var(--text);
  background: var(--cream);
  transition: border-color var(--transition);
  font-family: 'Lato', sans-serif;
  width: 100%;
}
.booking-bar-form input:focus, .booking-bar-form select:focus {
  outline: none;
  border-color: var(--gold);
}
@media (max-width: 768px) {
  .booking-bar { margin: 20px 16px; padding: 20px; }
  .booking-bar-form { grid-template-columns: 1fr 1fr; }
  .booking-bar-form .btn-gold { grid-column: 1 / -1; text-align: center; }
}
@media (max-width: 480px) {
  .booking-bar-form { grid-template-columns: 1fr; }
}

/* ── Sections ─────────────────────────────────────────────── */
section { padding: 80px 0; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

.bg-cream { background: var(--cream); }
.bg-navy { background: var(--navy); }

/* ── Welcome / About ──────────────────────────────────────── */
.welcome-section { background: var(--cream); }
.welcome-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.welcome-images {
  position: relative;
  height: 460px;
}
.welcome-img-main {
  position: absolute;
  right: 0;
  top: 0;
  width: 78%;
  height: 340px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
}
.welcome-img-accent {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 55%;
  height: 220px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  border: 4px solid var(--white);
}
.experience-badge {
  position: absolute;
  right: -20px;
  bottom: 80px;
  background: var(--gold);
  color: var(--white);
  text-align: center;
  padding: 20px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.experience-badge .num {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  display: block;
}
.experience-badge .lbl { font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; opacity: 0.9; }
.welcome-content .subtitle { color: var(--gold); font-size: 0.9rem; letter-spacing: 3px; text-transform: uppercase; font-weight: 700; font-family: 'Lato', sans-serif; }
.welcome-content h2 { font-size: clamp(1.6rem, 3.5vw, 2.4rem); color: var(--navy); margin: 12px 0 20px; }
.welcome-content p { color: var(--text-muted); margin-bottom: 16px; font-size: 1.02rem; }
.welcome-features { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 28px 0; }
.welcome-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--text);
}
.welcome-feature i { color: var(--gold); font-size: 1rem; }
@media (max-width: 768px) {
  .welcome-grid { grid-template-columns: 1fr; gap: 40px; }
  .welcome-images { height: 300px; }
  .welcome-img-main { width: 100%; height: 280px; position: relative; right: auto; top: auto; }
  .welcome-img-accent { display: none; }
  .experience-badge { right: 16px; bottom: auto; top: 220px; }
}

/* ── Stats bar ────────────────────────────────────────────── */
.stats-bar {
  background: var(--navy);
  padding: 48px 0;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}
.stat-item {}
.stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
}
.stat-label {
  color: rgba(255,255,255,0.7);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 8px;
  font-weight: 600;
}
@media (max-width: 600px) { .stats-grid { grid-template-columns: repeat(2, 1fr); } }

/* ── Room Cards ───────────────────────────────────────────── */
.rooms-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 32px; }
.room-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform var(--transition), box-shadow var(--transition);
}
.room-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.room-card-img {
  position: relative;
  height: 240px;
  overflow: hidden;
}
.room-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.room-card:hover .room-card-img img { transform: scale(1.08); }
.room-card-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--gold);
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 50px;
}
.room-card-body { padding: 24px; }
.room-card-body h3 {
  font-size: 1.3rem;
  color: var(--navy);
  margin-bottom: 8px;
}
.room-meta { display: flex; gap: 16px; color: var(--text-muted); font-size: 0.85rem; margin-bottom: 12px; }
.room-meta span { display: flex; align-items: center; gap: 5px; }
.room-meta i { color: var(--gold); }
.room-card-body p { color: var(--text-muted); font-size: 0.93rem; margin-bottom: 20px; line-height: 1.6; }
.room-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  border-top: 1px solid #f0e8d8;
}
.room-price .from { font-size: 0.8rem; color: var(--text-muted); display: block; }
.room-price .amount {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--navy);
}
.room-price .night { font-size: 0.8rem; color: var(--text-muted); }

/* ── Amenities ────────────────────────────────────────────── */
.amenities-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 32px; }
.amenity-item { text-align: center; padding: 32px 20px; }
.amenity-icon {
  width: 72px;
  height: 72px;
  background: var(--cream-dark);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 1.8rem;
  color: var(--gold);
  transition: all var(--transition);
}
.amenity-item:hover .amenity-icon { background: var(--gold); color: var(--white); transform: scale(1.1); }
.amenity-item h4 { font-size: 1rem; color: var(--navy); margin-bottom: 8px; }
.amenity-item p { color: var(--text-muted); font-size: 0.88rem; }

/* ── Gallery ──────────────────────────────────────────────── */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  cursor: pointer;
}
.gallery-item.tall { grid-row: span 2; }
.gallery-item img {
  width: 100%;
  height: 100%;
  min-height: 200px;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.gallery-item:hover img { transform: scale(1.08); }
.gallery-item-overlay {
  position: absolute;
  inset: 0;
  background: rgba(26,26,46,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity var(--transition);
  color: var(--white);
  font-size: 2rem;
}
.gallery-item:hover .gallery-item-overlay { opacity: 1; }
@media (max-width: 768px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .gallery-grid { grid-template-columns: 1fr; } }

/* ── Testimonials ─────────────────────────────────────────── */
.testimonials-section { background: var(--cream); }
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 28px; }
.testimonial-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--shadow);
  position: relative;
}
.testimonial-card::before {
  content: '"';
  font-family: 'Playfair Display', serif;
  font-size: 5rem;
  color: var(--gold);
  opacity: 0.2;
  position: absolute;
  top: 10px;
  left: 20px;
  line-height: 1;
}
.testimonial-stars { color: var(--gold); margin-bottom: 16px; font-size: 1rem; }
.testimonial-text { color: var(--text-muted); font-size: 0.96rem; line-height: 1.8; margin-bottom: 20px; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.author-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 1.2rem;
}
.author-name { font-weight: 700; color: var(--navy); font-size: 0.95rem; }
.author-loc { color: var(--text-muted); font-size: 0.82rem; }

/* ── CTA Section ──────────────────────────────────────────── */
.cta-section {
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  text-align: center;
  color: var(--white);
}
.cta-section h2 { font-size: clamp(1.8rem, 4vw, 2.8rem); margin-bottom: 16px; }
.cta-section h2 span { color: var(--gold); }
.cta-section p { color: rgba(255,255,255,0.75); max-width: 560px; margin: 0 auto 36px; font-size: 1.05rem; }
.cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ── Footer ───────────────────────────────────────────────── */
.footer { background: #0f0f1a; color: rgba(255,255,255,0.7); }
.footer-top { padding: 64px 0 40px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; }
.footer-brand .logo-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  color: var(--white);
  display: block;
  margin-bottom: 4px;
}
.footer-brand .logo-sub {
  font-size: 0.72rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-bottom: 16px;
}
.footer-brand p { font-size: 0.9rem; line-height: 1.8; max-width: 280px; }
.footer-social { display: flex; gap: 12px; margin-top: 20px; }
.footer-social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.7);
  font-size: 0.9rem;
  transition: all var(--transition);
}
.footer-social a:hover { background: var(--gold); border-color: var(--gold); color: var(--white); transform: translateY(-3px); }
.footer-col h4 {
  font-size: 1rem;
  color: var(--white);
  margin-bottom: 20px;
  font-family: 'Playfair Display', serif;
}
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a { color: rgba(255,255,255,0.65); font-size: 0.9rem; transition: color var(--transition); }
.footer-col ul li a:hover { color: var(--gold); padding-left: 4px; }
.footer-contact-item { display: flex; gap: 12px; margin-bottom: 12px; align-items: flex-start; }
.footer-contact-item i { color: var(--gold); margin-top: 3px; font-size: 0.9rem; flex-shrink: 0; }
.footer-contact-item span { font-size: 0.9rem; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.85rem;
}
.footer-bottom a { color: var(--gold); }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .footer-grid { grid-template-columns: 1fr; } }

/* ── WhatsApp Float ───────────────────────────────────────── */
.whatsapp-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 56px;
  height: 56px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.6rem;
  box-shadow: 0 4px 20px rgba(37,211,102,0.5);
  z-index: 999;
  transition: all var(--transition);
  animation: pulse 2s infinite;
}
.whatsapp-float:hover { transform: scale(1.1); color: var(--white); }
@keyframes pulse {
  0%, 100% { box-shadow: 0 4px 20px rgba(37,211,102,0.5); }
  50% { box-shadow: 0 4px 40px rgba(37,211,102,0.8); }
}

/* ── Page Banner ──────────────────────────────────────────── */
.page-banner {
  position: relative;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--white);
  overflow: hidden;
  margin-top: 72px;
}
.page-banner-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.page-banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(26,26,46,0.65);
}
.page-banner-content { position: relative; z-index: 2; }
.page-banner-content .breadcrumb {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.7);
  margin-bottom: 12px;
}
.page-banner-content .breadcrumb a { color: var(--gold); }
.page-banner-content h1 { font-size: clamp(1.8rem, 5vw, 3rem); }

/* ── Room Detail ──────────────────────────────────────────── */
.room-detail-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 48px; align-items: start; }
.room-gallery-main { border-radius: var(--radius); overflow: hidden; margin-bottom: 12px; }
.room-gallery-main img { width: 100%; height: 400px; object-fit: cover; }
.room-thumbs { display: flex; gap: 8px; flex-wrap: wrap; }
.room-thumb {
  width: 80px;
  height: 60px;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color var(--transition);
}
.room-thumb.active, .room-thumb:hover { border-color: var(--gold); }
.room-thumb img { width: 100%; height: 100%; object-fit: cover; }
.room-detail-content h1 { font-size: clamp(1.6rem, 3vw, 2.2rem); color: var(--navy); margin-bottom: 12px; }
.room-amenities-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0; }
.amenity-tag {
  display: flex;
  align-items: center;
  gap: 6px;
  background: var(--cream);
  border: 1px solid var(--cream-dark);
  color: var(--text);
  font-size: 0.82rem;
  padding: 6px 12px;
  border-radius: 50px;
  font-weight: 600;
}
.amenity-tag i { color: var(--gold); font-size: 0.85rem; }
.booking-widget {
  background: var(--white);
  border: 2px solid var(--cream-dark);
  border-radius: var(--radius);
  padding: 28px;
  position: sticky;
  top: 90px;
  box-shadow: var(--shadow);
}
.booking-widget .price-display { text-align: center; margin-bottom: 24px; padding-bottom: 20px; border-bottom: 1px solid var(--cream-dark); }
.booking-widget .price-display .amount {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  color: var(--navy);
  font-weight: 700;
}
.booking-widget .price-display .night { color: var(--text-muted); font-size: 0.9rem; }
.booking-widget .form-group { margin-bottom: 16px; }
.booking-widget label { display: block; font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: var(--text-muted); margin-bottom: 6px; }
.booking-widget input, .booking-widget select {
  width: 100%;
  border: 2px solid #e8e0d0;
  border-radius: var(--radius);
  padding: 10px 14px;
  font-family: 'Lato', sans-serif;
  font-size: 0.95rem;
  color: var(--text);
  transition: border-color var(--transition);
}
.booking-widget input:focus, .booking-widget select:focus { outline: none; border-color: var(--gold); }
.price-breakdown { background: var(--cream); border-radius: var(--radius); padding: 16px; margin: 16px 0; font-size: 0.9rem; }
.price-breakdown .row { display: flex; justify-content: space-between; margin-bottom: 8px; color: var(--text-muted); }
.price-breakdown .row.total { font-weight: 700; color: var(--navy); font-size: 1rem; border-top: 1px solid var(--cream-dark); padding-top: 8px; margin-top: 4px; }
@media (max-width: 900px) { .room-detail-grid { grid-template-columns: 1fr; } .booking-widget { position: static; } }

/* ── Contact ──────────────────────────────────────────────── */
.contact-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 56px; }
.contact-info-card { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 28px; }
.contact-info-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.contact-info-card h4 { font-size: 1rem; color: var(--navy); margin-bottom: 4px; }
.contact-info-card p { color: var(--text-muted); font-size: 0.9rem; line-height: 1.7; }
.contact-form .form-group { margin-bottom: 20px; }
.contact-form label { display: block; font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: var(--text-muted); margin-bottom: 6px; }
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%;
  border: 2px solid #e8e0d0;
  border-radius: var(--radius);
  padding: 12px 16px;
  font-family: 'Lato', sans-serif;
  font-size: 0.95rem;
  color: var(--text);
  background: var(--cream);
  transition: border-color var(--transition);
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: none; border-color: var(--gold); background: var(--white); }
.contact-form textarea { resize: vertical; min-height: 140px; }
.form-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 768px) { .contact-grid { grid-template-columns: 1fr; } .form-grid-2 { grid-template-columns: 1fr; } }

/* ── Alert ────────────────────────────────────────────────── */
.alert { padding: 16px 20px; border-radius: var(--radius); margin-bottom: 20px; font-weight: 600; }
.alert-success { background: #d1fae5; color: #065f46; border: 1px solid #a7f3d0; }
.alert-error { background: #fee2e2; color: #991b1b; border: 1px solid #fca5a5; }
.alert-warning { background: #fef3c7; color: #92400e; border: 1px solid #fde68a; }
.alert-info { background: #dbeafe; color: #1e40af; border: 1px solid #bfdbfe; }

/* ── Lightbox ─────────────────────────────────────────────── */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.95);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.lightbox.open { display: flex; }
.lightbox img { max-width: 90vw; max-height: 90vh; object-fit: contain; border-radius: var(--radius); }
.lightbox-close {
  position: absolute;
  top: 24px;
  right: 24px;
  color: var(--white);
  font-size: 1.8rem;
  cursor: pointer;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--transition);
}
.lightbox-close:hover { background: var(--gold); }
.lightbox-prev, .lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: var(--white);
  font-size: 1.5rem;
  cursor: pointer;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--transition);
}
.lightbox-prev { left: 24px; }
.lightbox-next { right: 24px; }
.lightbox-prev:hover, .lightbox-next:hover { background: var(--gold); }

/* ── Misc ─────────────────────────────────────────────────── */
.text-gold { color: var(--gold); }
.text-navy { color: var(--navy); }
.text-center { text-align: center; }
.mb-0 { margin-bottom: 0; }
.mt-16 { margin-top: 16px; }
.mt-24 { margin-top: 24px; }
.mt-32 { margin-top: 32px; }
.no-results { text-align: center; padding: 60px 20px; color: var(--text-muted); }
.no-results i { font-size: 3rem; color: var(--cream-dark); margin-bottom: 16px; }

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