/* ==========================================================================
   STUDIO24 CHENNAI - LUXURY OUTDOOR PHOTOSHOOT STUDIO
   Light Pink & Rose Blush Luxury Theme (Inspired by Elements Celebrate #EFC9C9)
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,400;0,9..144,500;0,9..144,600;0,9..144,700;1,9..144,300;1,9..144,400&family=Manrope:wght@300;400;500;600;700;800&family=Playfair+Display:ital,wght@0,500;0,600;1,400;1,600&display=swap');

:root {
  /* Soft Luxury Light Pink & Rose Blush Palette */
  --bg: #FFF5F7;               /* Gentle petal blush pink canvas */
  --bg2: #FDF0F3;              /* Secondary rose blush */
  --bg-subtle: #FBE6EA;        /* Accent blush tint */
  --surface: #FFFFFF;          /* Pure crisp card surface */
  --surface-hover: #FFF9FA;    /* Hover card surface */
  --surface-glass: rgba(255, 245, 247, 0.94);
  
  /* Delicate Rose & Pink Borders */
  --line: rgba(229, 152, 165, 0.22);
  --line-strong: rgba(216, 27, 58, 0.22);
  --lineg: #E8B4BC;            /* Soft rose-gold line */
  --lineg-strong: #D98895;

  /* Rose Gold & Soft Pink Accents */
  --rose-primary: #E08A98;
  --rose-gold: #D89886;
  --rose-light: #FCE8EC;
  --rose-badge: #F8D5DC;
  --gold: #C99355;
  --goldb: #B87F3D;

  /* Studio24 Signature Crimson Red */
  --brand-red: #D81B3A;
  --brand-red-hover: #B8112D;
  --brand-red-glow: rgba(216, 27, 58, 0.16);

  /* Typography Colors - High Contrast for Crystal Readability */
  --text-heading: #241619;     /* Deep rich espresso for headlines */
  --text-body: #4F383D;        /* Warm charcoal body text */
  --text-muted: #7E6368;       /* Refined secondary text */
  --text-faint: #A68D92;       /* Subtle text */
  --text-white: #FFFFFF;

  /* Fonts */
  --font-serif: 'Fraunces', 'Playfair Display', Georgia, serif;
  --font-sans: 'Manrope', system-ui, -apple-system, sans-serif;

  /* Layout */
  --max-width: 1240px;
  --nav-height: 84px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --shadow-sm: 0 4px 16px rgba(184, 90, 108, 0.06);
  --shadow-card: 0 12px 30px rgba(184, 90, 108, 0.09);
  --shadow-lg: 0 20px 48px rgba(36, 22, 25, 0.08);
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
  background-color: var(--bg);
}

body {
  font-family: var(--font-sans);
  background-color: var(--bg);
  color: var(--text-body);
  line-height: 1.75;
  font-weight: 400;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-serif);
  color: var(--text-heading);
  line-height: 1.12;
  font-weight: 400;
  letter-spacing: -0.015em;
}

p {
  margin-bottom: 1rem;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s var(--ease);
}

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

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
}

ul {
  list-style: none;
}

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

/* ==========================================================================
   Section Headers & Common Utilities
   ========================================================================== */
.section {
  padding: clamp(64px, 8vw, 110px) 0;
  position: relative;
}

.section-bg-dark2 {
  background-color: var(--bg2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section-head {
  text-align: center;
  max-width: 820px;
  margin: 0 auto clamp(40px, 5vw, 64px);
}

.eyebrow {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--brand-red);
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: var(--rose-light);
  padding: 6px 18px;
  border-radius: 999px;
  border: 1px solid var(--line);
  margin-bottom: 18px;
}

.eyebrow::before, .eyebrow::after {
  content: "";
  width: 20px;
  height: 1px;
  background: var(--rose-primary);
}

.section-title {
  font-size: clamp(2.3rem, 5vw, 3.8rem);
  font-weight: 300;
  color: var(--text-heading);
  margin-bottom: 18px;
}

.section-title em {
  font-style: italic;
  color: var(--brand-red);
  font-family: var(--font-serif);
}

.section-lead {
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  color: var(--text-muted);
  line-height: 1.8;
  max-width: 680px;
  margin: 0 auto;
}

/* Buttons (Elements Celebrate Style with Light Pink / Crimson Accents) */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 15px 30px;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.35s var(--ease);
  line-height: 1;
}

/* Matching the Elements Celebrate Screenshot: Bordered Button [ BOOK A SLOT ] */
.btn-gold-outline {
  background: #FFFFFF;
  border: 1px solid var(--rose-primary);
  color: var(--brand-red);
  box-shadow: 0 2px 8px rgba(216, 27, 58, 0.08);
}

.btn-gold-outline:hover {
  background: var(--brand-red);
  color: #FFFFFF;
  border-color: var(--brand-red);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(216, 27, 58, 0.25);
}

.btn-gold-filled {
  background: linear-gradient(135deg, var(--brand-red) 0%, #B8112D 100%);
  color: #FFFFFF;
  border: 1px solid var(--brand-red);
  box-shadow: 0 6px 20px rgba(216, 27, 58, 0.25);
}

.btn-gold-filled:hover {
  background: linear-gradient(135deg, #B8112D 0%, #8F0A20 100%);
  border-color: #8F0A20;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(216, 27, 58, 0.35);
}

.btn-whatsapp {
  background: #25D366;
  color: #FFFFFF;
  border: 1px solid #25D366;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.25);
}

.btn-whatsapp:hover {
  background: #1EBE5D;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
}

/* ==========================================================================
   Announcement Bar (Top)
   ========================================================================== */
.top-bar {
  background: #FCE8EC;
  color: var(--text-body);
  font-size: 0.78rem;
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
}

.top-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.top-bar-info {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.top-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.top-item i {
  color: var(--brand-red);
  font-size: 0.85rem;
}

.top-bar-socials {
  display: flex;
  align-items: center;
  gap: 14px;
}

.top-bar-socials a {
  color: var(--text-muted);
  transition: all 0.3s ease;
}

.top-bar-socials a:hover {
  color: var(--brand-red);
}

/* ==========================================================================
   Header & Navigation (Screenshot Layout with Light Pink Luxury Styling)
   ========================================================================== */
.site-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: var(--surface-glass);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 4px 20px rgba(184, 90, 108, 0.04);
  transition: all 0.3s var(--ease);
}

.site-header.scrolled {
  background: rgba(255, 245, 247, 0.98);
  border-bottom-color: var(--lineg);
  box-shadow: var(--shadow-card);
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--nav-height);
}

/* Brand Link with Transparent Studio24 Logo */
.brand-link {
  display: flex;
  align-items: center;
  gap: 16px;
}

.brand-logo-wrap {
  width: 48px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.brand-logo-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.brand-link:hover .brand-logo-wrap {
  transform: scale(1.05);
}

.brand-text {
  display: flex;
  flex-direction: column;
}

.brand-title {
  font-family: var(--font-serif);
  font-size: 1.45rem;
  font-weight: 500;
  color: var(--text-heading);
  line-height: 1;
  letter-spacing: -0.01em;
}

.brand-title span {
  color: var(--brand-red);
  font-weight: 600;
}

.brand-tagline {
  font-family: 'Playfair Display', cursive, serif;
  font-size: 0.82rem;
  font-style: italic;
  color: var(--brand-red);
  margin-top: 3px;
  letter-spacing: 0.02em;
}

/* Navigation Menu - EXACTLY matching user screenshot:
   Gallery | Packages & Prices | Reviews | FAQ | [ BOOK A SLOT ] */
.nav-menu {
  display: flex;
  align-items: center;
  gap: 34px;
}

.nav-link {
  font-family: var(--font-sans);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: var(--text-heading);
  padding: 6px 0;
  position: relative;
  transition: all 0.3s ease;
}

.nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--brand-red);
  transition: width 0.3s ease;
}

.nav-link:hover {
  color: var(--brand-red);
}

.nav-link:hover::after {
  width: 100%;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* Matching the screenshot button: [ BOOK A SLOT ] */
.nav-book-btn {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 12px 24px;
  border: 1px solid var(--rose-primary);
  color: var(--brand-red);
  background: var(--surface);
  border-radius: 3px;
  box-shadow: 0 2px 8px rgba(216, 27, 58, 0.08);
  transition: all 0.3s var(--ease);
}

.nav-book-btn:hover {
  background: var(--brand-red);
  color: #FFFFFF;
  border-color: var(--brand-red);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(216, 27, 58, 0.25);
}

/* Mobile Toggle */
.mobile-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--text-heading);
  font-size: 1.5rem;
  cursor: pointer;
  padding: 6px;
}

/* ==========================================================================
   Hero Section with Automatic Background Image Slideshow
   ========================================================================== */
.hero-section {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #241619;
}

/* Background Slideshow Container */
.hero-slides-container {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 1.8s ease-in-out, transform 8s ease-out;
}

.hero-slide.active {
  opacity: 1;
  transform: scale(1);
}

/* Soft Romantic Light-Pink Radiant Vignette Overlay */
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    180deg,
    rgba(255, 245, 247, 0.88) 0%,
    rgba(255, 245, 247, 0.65) 40%,
    rgba(255, 240, 243, 0.88) 75%,
    rgba(255, 245, 247, 0.98) 100%
  );
}

.hero-content {
  position: relative;
  z-index: 3;
  padding-bottom: clamp(60px, 8vh, 100px);
  max-width: 920px;
}

.hero-pill-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 20px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--brand-red);
  box-shadow: var(--shadow-sm);
  margin-bottom: 24px;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brand-red);
  animation: erBlip 1.8s infinite;
}

@keyframes erBlip {
  0% { box-shadow: 0 0 0 0 rgba(216, 27, 58, 0.7); }
  70% { box-shadow: 0 0 0 10px rgba(216, 27, 58, 0); }
  100% { box-shadow: 0 0 0 0 rgba(216, 27, 58, 0); }
}

.hero-title {
  font-size: clamp(2.6rem, 6vw, 4.6rem);
  font-weight: 300;
  color: var(--text-heading);
  line-height: 1.05;
  margin-bottom: 20px;
}

.hero-title em {
  font-style: italic;
  color: var(--brand-red);
  font-family: var(--font-serif);
}

.hero-description {
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  color: var(--text-body);
  line-height: 1.8;
  margin-bottom: 34px;
  max-width: 64ch;
}

.hero-ctas {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-stats-row {
  display: flex;
  align-items: center;
  gap: clamp(24px, 4vw, 48px);
  margin-top: 44px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  flex-wrap: wrap;
}

.hero-stat-item {
  display: flex;
  flex-direction: column;
}

.hero-stat-num {
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 3.2vw, 2.4rem);
  font-weight: 400;
  color: var(--brand-red);
  line-height: 1;
}

.hero-stat-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-top: 6px;
}

/* Slideshow Controls */
.hero-slider-nav {
  position: absolute;
  right: 32px;
  bottom: 32px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--surface);
  padding: 8px 18px;
  border-radius: 999px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

.slide-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(216, 27, 58, 0.2);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slide-dot.active {
  width: 26px;
  border-radius: 10px;
  background: var(--brand-red);
}

.slider-status-tag {
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--brand-red);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* ==========================================================================
   Trust Strip
   ========================================================================== */
.trust-strip {
  background: var(--surface);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 38px 0;
  box-shadow: 0 4px 20px rgba(184, 90, 108, 0.03);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 6px 0;
  border-right: 1px solid var(--line);
}

.trust-item:last-child {
  border-right: none;
}

.trust-icon-box {
  width: 52px;
  height: 52px;
  border-radius: 6px;
  background: var(--rose-light);
  border: 1px solid var(--line);
  color: var(--brand-red);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  flex-shrink: 0;
}

.trust-text h4 {
  font-family: var(--font-sans);
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--text-heading);
  margin-bottom: 3px;
}

.trust-text p {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-bottom: 0;
}

/* ==========================================================================
   Signature Sets & Backdrops
   ========================================================================== */
.sets-section {
  background: var(--bg);
}

.sets-filter-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 44px;
}

.filter-btn {
  background: var(--surface);
  border: 1px solid var(--line);
  color: var(--text-muted);
  padding: 11px 22px;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: all 0.3s var(--ease);
}

.filter-btn:hover {
  border-color: var(--brand-red);
  color: var(--brand-red);
  background: var(--rose-light);
}

.filter-btn.active {
  background: var(--brand-red);
  color: #FFFFFF;
  border-color: var(--brand-red);
  box-shadow: 0 4px 14px rgba(216, 27, 58, 0.25);
}

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

.set-card {
  background: var(--surface);
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  transition: all 0.4s var(--ease);
  display: flex;
  flex-direction: column;
}

.set-card:hover {
  transform: translateY(-6px);
  border-color: var(--brand-red);
  box-shadow: var(--shadow-card);
}

.set-media {
  position: relative;
  aspect-ratio: 16 / 11;
  overflow: hidden;
}

.set-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease);
}

.set-card:hover .set-media img {
  transform: scale(1.06);
}

.set-badge-tag {
  position: absolute;
  top: 13px;
  left: 13px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--line);
  color: var(--brand-red);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 3px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.set-badge-time {
  position: absolute;
  top: 13px;
  right: 13px;
  z-index: 2;
  background: #241619;
  color: #FFFFFF;
  font-size: 0.65rem;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 3px;
}

.set-zoom-btn {
  position: absolute;
  bottom: 14px;
  right: 14px;
  z-index: 2;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--surface);
  color: var(--brand-red);
  border: 1px solid var(--line);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s var(--ease);
}

.set-card:hover .set-zoom-btn {
  opacity: 1;
  transform: scale(1);
}

.set-zoom-btn:hover {
  background: var(--brand-red);
  color: #FFFFFF;
}

.set-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.set-title {
  font-size: 1.45rem;
  color: var(--text-heading);
  margin-bottom: 8px;
  font-weight: 500;
}

.set-desc {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 16px;
}

.set-props-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 20px;
}

.prop-tag {
  font-size: 0.72rem;
  background: var(--bg2);
  color: var(--text-muted);
  border: 1px solid var(--line);
  padding: 3px 9px;
  border-radius: 3px;
}

.set-footer {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.set-inquire-link {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand-red);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.set-inquire-link:hover {
  gap: 12px;
  color: var(--brand-red-hover);
}

/* ==========================================================================
   Shoot Types Grid (All 10 Categories)
   ========================================================================== */
.shoots-section {
  background: var(--bg2);
}

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

.shoot-card {
  background: var(--surface);
  border-radius: 6px;
  padding: 28px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  transition: all 0.35s var(--ease);
  display: flex;
  gap: 22px;
  align-items: flex-start;
}

.shoot-card:hover {
  transform: translateY(-4px);
  border-color: var(--brand-red);
  box-shadow: var(--shadow-card);
}

.shoot-icon-wrap {
  width: 60px;
  height: 60px;
  border-radius: 6px;
  background: var(--rose-light);
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.65rem;
  flex-shrink: 0;
}

.shoot-details {
  flex-grow: 1;
}

.shoot-card-title {
  font-size: 1.35rem;
  color: var(--text-heading);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}

.shoot-badge-tag {
  font-family: var(--font-sans);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--rose-light);
  color: var(--brand-red);
  border: 1px solid var(--line);
  padding: 2px 8px;
  border-radius: 3px;
}

.shoot-desc {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 14px;
}

.shoot-features {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.78rem;
  color: var(--text-heading);
  font-weight: 600;
  margin-bottom: 16px;
}

.shoot-features span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.shoot-features span i {
  color: var(--brand-red);
}

.shoot-card-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--brand-red);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.shoot-card-btn:hover {
  color: var(--brand-red-hover);
  transform: translateX(4px);
}

/* ==========================================================================
   Amenities Section
   ========================================================================== */
.amenities-section {
  background: var(--bg);
}

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

.amenity-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 28px 22px;
  text-align: center;
  transition: all 0.35s var(--ease);
  box-shadow: var(--shadow-sm);
}

.amenity-card:hover {
  transform: translateY(-5px);
  border-color: var(--brand-red);
  box-shadow: var(--shadow-card);
}

.amenity-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: var(--rose-light);
  border: 1px solid var(--line);
  color: var(--brand-red);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
  transition: all 0.3s ease;
}

.amenity-card:hover .amenity-icon {
  background: var(--brand-red);
  color: #FFFFFF;
  transform: scale(1.08);
}

.amenity-card h4 {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--text-heading);
  margin-bottom: 8px;
}

.amenity-card p {
  font-size: 0.84rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 0;
}

/* ==========================================================================
   Packages & Pricing
   ========================================================================== */
.packages-section {
  background: var(--bg2);
}

.pkg-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 60px;
}

.pkg-card {
  background: var(--surface);
  border-radius: 6px;
  border: 1px solid var(--line);
  padding: 38px 30px;
  display: flex;
  flex-direction: column;
  transition: all 0.4s var(--ease);
  position: relative;
  box-shadow: var(--shadow-sm);
}

.pkg-card.featured {
  border-color: var(--brand-red);
  box-shadow: 0 0 0 1px var(--brand-red), var(--shadow-card);
}

.pkg-card:hover {
  transform: translateY(-6px);
  border-color: var(--brand-red);
}

.pkg-card.featured:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 0 1px var(--brand-red), var(--shadow-lg);
}

.pkg-ribbon {
  position: absolute;
  top: -13px;
  right: 20px;
  background: var(--brand-red);
  color: #FFFFFF;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 3px;
}

.pkg-header {
  text-align: center;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 24px;
}

.pkg-title {
  font-size: 1.7rem;
  font-weight: 400;
  color: var(--text-heading);
  margin-bottom: 6px;
}

.pkg-subtitle {
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-bottom: 18px;
}

.pkg-price-box {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
}

.pkg-currency {
  font-family: var(--font-serif);
  font-size: 1.4rem;
  color: var(--brand-red);
  font-weight: 400;
}

.pkg-amount {
  font-family: var(--font-serif);
  font-size: 3rem;
  font-weight: 400;
  color: var(--brand-red);
  line-height: 1;
}

.pkg-duration {
  font-size: 0.78rem;
  color: var(--text-faint);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pkg-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
  flex-grow: 1;
}

.pkg-feat-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.86rem;
  color: var(--text-body);
}

.pkg-feat-item::before {
  content: "—";
  color: var(--brand-red);
  font-weight: 700;
}

.pkg-footer {
  margin-top: auto;
}

/* Interactive WhatsApp Slot Reservation Box */
.slot-calculator-box {
  background: var(--surface);
  border-radius: 8px;
  border: 1px solid var(--line);
  padding: clamp(32px, 4vw, 48px);
  box-shadow: var(--shadow-card);
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  align-items: center;
}

.calc-info h3 {
  font-size: clamp(1.8rem, 3.2vw, 2.4rem);
  font-weight: 400;
  margin-bottom: 12px;
}

.calc-info p {
  color: var(--text-muted);
  font-size: 0.94rem;
  line-height: 1.75;
}

.calc-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.calc-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.calc-group.full-width {
  grid-column: span 2;
}

.calc-label {
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--text-heading);
}

.calc-input, .calc-select {
  padding: 13px 16px;
  border-radius: 4px;
  border: 1px solid var(--line);
  background: var(--bg);
  color: var(--text-heading);
  outline: none;
  transition: all 0.3s ease;
}

.calc-input:focus, .calc-select:focus {
  border-color: var(--brand-red);
  box-shadow: 0 0 0 2px var(--brand-red-glow);
}

/* ==========================================================================
   Virtual Visual Gallery (Masonry & Lightbox)
   ========================================================================== */
.gallery-section {
  background: var(--bg);
}

.gallery-masonry {
  columns: 4;
  column-gap: 16px;
}

.gallery-item {
  break-inside: avoid;
  margin-bottom: 16px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

.gallery-item img {
  width: 100%;
  display: block;
  transition: transform 0.8s var(--ease);
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(36, 22, 25, 0.88) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.35s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px;
  color: #FFFFFF;
}

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

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-overlay h5 {
  font-size: 1.1rem;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 2px;
}

.gallery-overlay span {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #FF8D9E;
}

/* ==========================================================================
   Client Reviews
   ========================================================================== */
.reviews-section {
  background: var(--bg2);
}

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

.review-card {
  background: var(--surface);
  border-radius: 6px;
  padding: 32px 28px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
}

.review-stars {
  color: #F39C12;
  font-size: 1rem;
  letter-spacing: 3px;
  margin-bottom: 16px;
}

.review-quote {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.08rem;
  color: var(--text-heading);
  line-height: 1.65;
  margin-bottom: 24px;
  flex-grow: 1;
}

.review-author {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.review-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid var(--rose-primary);
}

.review-meta h5 {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text-heading);
  margin-bottom: 2px;
}

.review-meta span {
  font-size: 0.74rem;
  color: var(--brand-red);
  font-weight: 600;
}

/* ==========================================================================
   FAQ Section
   ========================================================================== */
.faq-section {
  background: var(--bg);
}

.faq-list {
  max-width: 840px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-item {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: all 0.3s ease;
}

.faq-item[open] {
  border-color: var(--brand-red);
}

.faq-summary {
  padding: 22px 24px;
  cursor: pointer;
  font-family: var(--font-serif);
  font-size: 1.18rem;
  color: var(--text-heading);
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  gap: 16px;
  font-weight: 500;
}

.faq-summary::-webkit-details-marker {
  display: none;
}

.faq-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid var(--line);
  color: var(--brand-red);
  background: var(--rose-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.faq-item[open] .faq-icon {
  transform: rotate(45deg);
  background: var(--brand-red);
  color: #FFFFFF;
  border-color: var(--brand-red);
}

.faq-answer {
  padding: 0 24px 22px;
  color: var(--text-muted);
  font-size: 0.94rem;
  line-height: 1.75;
}

/* ==========================================================================
   Location & Contact
   ========================================================================== */
.contact-section {
  background: var(--bg2);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: stretch;
}

.contact-info-card {
  background: var(--surface);
  border-radius: 6px;
  border: 1px solid var(--line);
  padding: clamp(32px, 4vw, 48px);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
}

.contact-details-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin: 28px 0 34px;
}

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

.contact-icon-circle {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  background: var(--rose-light);
  border: 1px solid var(--line);
  color: var(--brand-red);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}

.contact-detail-text h5 {
  font-family: var(--font-sans);
  font-size: 0.94rem;
  font-weight: 700;
  color: var(--text-heading);
  margin-bottom: 3px;
}

.contact-detail-text p, .contact-detail-text a {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.55;
  margin-bottom: 0;
}

.contact-detail-text a:hover {
  color: var(--brand-red);
}

.map-wrapper {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--line);
  min-height: 400px;
  background: #FFFFFF;
}

.map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* ==========================================================================
   Footer (Delicate Rose Blush Theme)
   ========================================================================== */
.site-footer {
  background: #241619;
  color: rgba(255, 245, 247, 0.7);
  padding: 64px 0 32px;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 40px;
  margin-bottom: 48px;
}

.footer-brand .brand-title {
  color: #FFFFFF;
}

.footer-brand p {
  color: rgba(255, 245, 247, 0.7);
  font-size: 0.88rem;
  margin: 16px 0 24px;
  line-height: 1.7;
}

.footer-social-links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-social-links a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: all 0.3s ease;
}

.footer-social-links a:hover {
  background: var(--brand-red);
  border-color: var(--brand-red);
  color: #FFFFFF;
  transform: translateY(-3px);
}

.footer-col h5 {
  font-family: var(--font-sans);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #FFA5B4;
  margin-bottom: 20px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.footer-links a {
  color: rgba(255, 245, 247, 0.7);
  font-size: 0.86rem;
  transition: all 0.3s ease;
}

.footer-links a:hover {
  color: #FFA5B4;
  transform: translateX(4px);
}

.footer-bottom {
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.78rem;
  color: rgba(255, 245, 247, 0.45);
}

/* Floating WhatsApp Button */
.floating-whatsapp {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 990;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #25D366;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.9rem;
  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.45);
  transition: all 0.3s var(--ease);
}

.floating-whatsapp:hover {
  transform: scale(1.1);
  color: #FFFFFF;
}

/* Mobile Sticky Bar */
.mobile-sticky-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 995;
  background: rgba(255, 245, 247, 0.98);
  backdrop-filter: blur(14px);
  border-top: 1px solid var(--line);
  padding: 11px 16px;
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.06);
}

.mobile-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.mobile-bar-info {
  display: flex;
  flex-direction: column;
}

.mobile-bar-info span {
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.mobile-bar-info strong {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  color: var(--brand-red);
}

.mobile-bar-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mobile-bar-btn {
  padding: 8px 14px;
  font-size: 0.74rem;
  border-radius: 3px;
}

/* Lightbox Modal */
.lightbox-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(36, 22, 25, 0.92);
  backdrop-filter: blur(10px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.lightbox-modal.active {
  display: flex;
}

.lightbox-content {
  position: relative;
  max-width: 90vw;
  max-height: 85vh;
}

.lightbox-content img {
  max-width: 100%;
  max-height: 85vh;
  object-fit: contain;
  border-radius: 6px;
  border: 1px solid var(--line);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
}

.lightbox-close {
  position: absolute;
  top: -44px;
  right: 0;
  background: none;
  border: none;
  color: #FFFFFF;
  font-size: 2rem;
  cursor: pointer;
}

/* Responsive */
@media (max-width: 1024px) {
  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .sets-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .amenities-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .pkg-cards-grid {
    grid-template-columns: 1fr;
  }
  .slot-calculator-box {
    grid-template-columns: 1fr;
  }
  .gallery-masonry {
    columns: 3;
  }
  .reviews-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  :root {
    --nav-height: 72px;
  }

  .top-bar {
    display: none;
  }

  .mobile-toggle {
    display: block;
  }

  .nav-menu {
    position: fixed;
    top: var(--nav-height);
    left: 0;
    right: 0;
    background: var(--bg);
    flex-direction: column;
    align-items: flex-start;
    padding: 28px;
    gap: 18px;
    box-shadow: var(--shadow-card);
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s var(--ease);
    border-bottom: 1px solid var(--line);
  }

  .nav-menu.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav-actions {
    display: none;
  }

  .hero-section {
    min-height: 85vh;
  }

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

  .shoot-card {
    flex-direction: column;
  }

  .gallery-masonry {
    columns: 2;
  }

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

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

  .mobile-sticky-bar {
    display: block;
  }

  .floating-whatsapp {
    bottom: 74px;
  }
}

@media (max-width: 480px) {
  .sets-grid {
    grid-template-columns: 1fr;
  }
  .amenities-grid {
    grid-template-columns: 1fr;
  }
  .calc-form-grid {
    grid-template-columns: 1fr;
  }
  .calc-group.full-width {
    grid-column: span 1;
  }
  .gallery-masonry {
    columns: 1;
  }
}
