/* ============================================================
   Petal & Pour ATL — Shared Stylesheet
   Covers: index, about, gallery, testimonials, faq
   ============================================================ */

/* ── CSS Variables ─────────────────────────────────────────── */
:root {
  --cream: #FAF5EE;
  --warm-white: #FDF9F4;
  --gold: #C9A96E;
  --gold-light: #E8D5A3;
  --deep: #1C1410;
  --brown: #3D2B1F;
  --blush: #E8C4B8;
  --terracotta: #C07050;
  --sage: #8A9E8A;
  --text: #2C1F17;
  --muted: #7A6A60;
}

/* ── Reset ─────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Jost', sans-serif; background: var(--cream); color: var(--text); overflow-x: hidden; }

/* ── Accessibility ─────────────────────────────────────────── */
.skip-link {
  position: absolute; top: -100%; left: 1rem;
  background: var(--gold); color: var(--deep);
  padding: 0.75rem 1.5rem; font-size: 0.85rem; font-weight: 600;
  text-decoration: none; z-index: 9999;
}
.skip-link:focus { top: 0; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ── Navigation ────────────────────────────────────────────── */
nav {
  position: fixed; top: 0; width: 100%; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.4rem 4rem;
  background: rgba(250,245,238,0.92); backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(201,169,110,0.2); transition: padding 0.4s;
}
.nav-logo {
  font-family: 'Cormorant Garamond', serif; font-size: 1.5rem;
  font-weight: 300; letter-spacing: 0.08em; color: var(--brown); text-decoration: none;
}
.nav-logo span { color: var(--gold); font-style: italic; }
.nav-links { display: flex; gap: 2.5rem; list-style: none; }
.nav-links a {
  font-size: 0.75rem; font-weight: 500; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--muted); text-decoration: none; transition: color 0.3s;
}
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.nav-cta {
  background: var(--gold); color: var(--cream) !important;
  padding: 0.6rem 1.6rem; letter-spacing: 0.15em !important; transition: background 0.3s !important;
}
.nav-cta:hover { background: var(--brown) !important; }

/* ── Hamburger ─────────────────────────────────────────────── */
.hamburger {
  display: none; flex-direction: column; justify-content: center;
  gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; z-index: 200;
}
.hamburger span { display: block; width: 24px; height: 1.5px; background: var(--brown); transition: all 0.3s; }
.hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* ── Mobile Menu ───────────────────────────────────────────── */
.mobile-menu {
  display: none; position: fixed; inset: 0;
  background: rgba(250,245,238,0.98); backdrop-filter: blur(16px);
  z-index: 99; flex-direction: column; align-items: center; justify-content: center; gap: 2rem;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  font-size: 0.85rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--muted); text-decoration: none; font-weight: 500; transition: color 0.3s;
}
.mobile-menu a:hover { color: var(--gold); }
.mobile-menu .mobile-cta {
  background: var(--gold); color: var(--deep) !important;
  padding: 0.9rem 2.5rem; margin-top: 0.5rem;
}

/* ── Page Hero (inner pages) ───────────────────────────────── */
.page-hero {
  min-height: 50vh; display: flex; flex-direction: column; justify-content: flex-end;
  padding: 10rem 8rem 5rem; background: var(--deep); position: relative; overflow: hidden;
}
.page-hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 80% at 0% 50%, rgba(201,169,110,0.07) 0%, transparent 65%);
}
.page-hero h1 {
  font-family: 'Cormorant Garamond', serif; font-size: clamp(3rem, 6vw, 5.5rem);
  font-weight: 300; line-height: 1.05; color: var(--cream); margin-bottom: 1.5rem; position: relative; z-index: 1;
}
.page-hero h1 em { font-style: italic; color: var(--gold); }
.page-hero-sub {
  font-size: 0.95rem; font-weight: 300; line-height: 1.9;
  color: rgba(255,255,255,0.45); max-width: 560px; position: relative; z-index: 1;
}
.breadcrumb {
  font-size: 0.68rem; letter-spacing: 0.15em; text-transform: uppercase;
  color: rgba(255,255,255,0.3); margin-bottom: 2rem; position: relative; z-index: 1;
}
.breadcrumb a { color: var(--gold); text-decoration: none; }
.breadcrumb span, .breadcrumb-sep { margin: 0 0.5rem; color: rgba(255,255,255,0.2); }

/* ── Typography ────────────────────────────────────────────── */
h2 {
  font-family: 'Cormorant Garamond', serif; font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 300; color: var(--brown); line-height: 1.15;
}
h2 em { font-style: italic; color: var(--terracotta); }
h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 300; color: var(--brown); }
h3 em { font-style: italic; color: var(--terracotta); }
h4 { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 300; color: var(--brown); }
.section-tag {
  font-size: 0.68rem; letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--gold); display: block; margin-bottom: 1rem;
}
.section-header { text-align: center; margin-bottom: 4rem; }
.section-sub {
  margin-top: 1.2rem; font-size: 0.95rem; font-weight: 300; color: var(--muted);
  max-width: 520px; margin-left: auto; margin-right: auto; line-height: 1.8;
}

/* ── Buttons ───────────────────────────────────────────────── */
.btn-primary {
  background: var(--deep); color: var(--cream); border: none; cursor: pointer;
  padding: 1rem 2.5rem; font-family: 'Jost', sans-serif; font-size: 0.72rem; font-weight: 500;
  letter-spacing: 0.2em; text-transform: uppercase; text-decoration: none;
  display: inline-block; transition: all 0.35s;
}
.btn-primary:hover { background: var(--gold); }
.btn-outline {
  color: var(--brown); border: 1px solid var(--gold); cursor: pointer;
  padding: 1rem 2.5rem; font-family: 'Jost', sans-serif; font-size: 0.72rem; font-weight: 500;
  letter-spacing: 0.2em; text-transform: uppercase; text-decoration: none;
  display: inline-block; transition: all 0.35s; background: transparent;
}
.btn-outline:hover { background: var(--gold); color: var(--cream); border-color: var(--gold); }

/* ── CTA Strip ─────────────────────────────────────────────── */
.cta-strip {
  background: var(--deep); padding: 5rem 8rem;
  display: flex; align-items: center; justify-content: space-between; gap: 3rem; flex-wrap: wrap;
}
.cta-strip-text h3 {
  font-family: 'Cormorant Garamond', serif; font-size: 2rem;
  font-weight: 300; color: var(--cream); margin-bottom: 0.5rem;
}
.cta-strip-text h3 em { font-style: italic; color: var(--gold); }
.cta-strip-text p { font-size: 0.85rem; color: rgba(255,255,255,0.4); font-weight: 300; }

/* ── Footer ────────────────────────────────────────────────── */
footer {
  background: #110D0A; padding: 5rem 6rem 3rem;
  border-top: 1px solid rgba(201,169,110,0.1);
}
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 4rem; margin-bottom: 4rem;
}
.footer-brand .nav-logo { display: block; margin-bottom: 1rem; font-size: 1.8rem; color: rgba(255,255,255,0.7); }
.footer-tagline { font-size: 0.82rem; color: rgba(255,255,255,0.3); font-weight: 300; line-height: 1.7; max-width: 260px; }
.footer-social { display: flex; gap: 1rem; margin-top: 1.5rem; }
.social-btn {
  width: 36px; height: 36px; border: 1px solid rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: center; font-size: 0.7rem;
  color: rgba(255,255,255,0.35); text-decoration: none; transition: all 0.3s; cursor: pointer;
}
.social-btn:hover { border-color: var(--gold); color: var(--gold); }
.footer-col h4 {
  font-size: 0.65rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(255,255,255,0.25); margin-bottom: 1.2rem; font-weight: 500;
}
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 0.7rem; }
.footer-col ul li a {
  font-size: 0.82rem; color: rgba(255,255,255,0.4);
  text-decoration: none; font-weight: 300; transition: color 0.3s;
}
.footer-col ul li a:hover { color: var(--gold); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.04); padding-top: 2rem;
  display: flex; justify-content: space-between; align-items: center;
}
.footer-copy { font-size: 0.72rem; color: rgba(255,255,255,0.2); font-weight: 300; }
.footer-atl { font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(201,169,110,0.3); }

/* ── Animations ────────────────────────────────────────────── */
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeIn  { from { opacity: 0; } to { opacity: 1; } }
@keyframes scrollPulse { 0%,100% { opacity: 0.4; } 50% { opacity: 1; } }
.animate-in { animation: fadeUp 0.8s ease forwards; }
.delay-1 { animation-delay: 0.15s; opacity: 0; }
.delay-2 { animation-delay: 0.3s;  opacity: 0; }
.delay-3 { animation-delay: 0.45s; opacity: 0; }
.fade-up { opacity: 0; }
.fade-up.visible { animation: fadeUp 0.7s ease forwards; }

/* ── Shared Responsive ─────────────────────────────────────── */
@media (max-width: 1024px) {
  nav { padding: 1.2rem 1.5rem; }
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .page-hero { padding: 8rem 2rem 4rem; min-height: auto; }
  .cta-strip { padding: 4rem 2rem; flex-direction: column; align-items: flex-start; }
  footer { padding: 4rem 2rem 2rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
}


/* ============================================================
   INDEX PAGE — Hero, Stats, Packages, Gallery, Process,
                Testimonials, Booking
   ============================================================ */

/* Hero */
#hero { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; position: relative; overflow: hidden; }
.hero-left { display: flex; flex-direction: column; justify-content: center; padding: 8rem 5rem 5rem 8rem; position: relative; z-index: 2; }
.hero-tag {
  font-size: 0.7rem; letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 1.5rem; display: flex; align-items: center; gap: 1rem;
}
.hero-tag::before { content: ''; display: block; width: 40px; height: 1px; background: var(--gold); }
h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(3.2rem, 6vw, 6rem); font-weight: 300; line-height: 1.05; color: var(--brown); margin-bottom: 2rem; }
h1 em { font-style: italic; color: var(--terracotta); }
.hero-sub { font-size: 1rem; font-weight: 300; line-height: 1.8; color: var(--muted); max-width: 380px; margin-bottom: 3rem; }
.hero-ctas { display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; }
.hero-right { position: relative; overflow: hidden; }
.hero-image-grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; height: 100%; gap: 4px; }
.hero-img { overflow: hidden; position: relative; }
.hero-img:first-child { grid-row: span 2; }
.hero-img .img-fill { width: 100%; height: 100%; background-size: cover; background-position: center; transition: transform 0.8s cubic-bezier(0.25,0.46,0.45,0.94); }
.hero-img:hover .img-fill { transform: scale(1.04); }
/* Hero images — replace gradient fallbacks with your photos */
.scene-1 { background: url('uploads/7d5807a7068df120e62a1161834c8e2af4a5fb252a354a80fbc153608bd99197.png') center/cover no-repeat, radial-gradient(ellipse 60% 30% at 50% 85%,#8A9E8A 0%,transparent 60%),linear-gradient(160deg,#E8C4B8 0%,#D4956A 30%,#C07050 55%,#8A9E8A 80%,#6B8A6B 100%); /* pp:images/hero/hero-1.jpg */ }
.scene-2 { background: url('uploads/119d05cc39195be51840c2613afed5a939448428de33e3e82f8332eaad644e49.png') center/cover no-repeat, linear-gradient(135deg,#FAD7A0 0%,#E8C4B8 40%,#D4956A 70%,#8B5E3C 100%); /* pp:images/hero/hero-2.jpg */ }
.scene-3 { background: url('uploads/bcbec7e29b2adacdfad8f297a573f45818461465396b991594d61e159f7a5a75.png') center/cover no-repeat, linear-gradient(200deg,#C9A96E 0%,#E8D5A3 35%,#FAF5EE 60%,#E8C4B8 100%); /* pp:images/hero/hero-3.jpg */ }
.scroll-hint {
  position: absolute; bottom: 3rem; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 0.5rem;
  color: var(--muted); font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; z-index: 5;
}
.scroll-line { width: 1px; height: 50px; background: linear-gradient(to bottom, var(--gold), transparent); animation: scrollPulse 2s ease-in-out infinite; }

/* Stats Strip */
.stats-strip { background: var(--deep); display: flex; justify-content: center; overflow: hidden; }
.stat-item { flex: 1; max-width: 280px; padding: 3rem 2rem; border-right: 1px solid rgba(255,255,255,0.06); text-align: center; }
.stat-item:last-child { border-right: none; }
.stat-num { font-family: 'Cormorant Garamond', serif; font-size: 3rem; font-weight: 300; color: var(--gold); display: block; line-height: 1; margin-bottom: 0.5rem; }
.stat-label { font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.45); }

/* Packages */
#packages { padding: 8rem 6rem; background: var(--warm-white); }
.packages-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; max-width: 1200px; margin: 0 auto; }
.package-card { background: var(--cream); padding: 3rem 2.5rem; position: relative; border: 1px solid transparent; transition: all 0.4s; }
.package-card.featured { background: var(--deep); z-index: 1; }
.package-card:hover:not(.featured) { border-color: var(--gold); transform: translateY(-4px); box-shadow: 0 20px 60px rgba(201,169,110,0.12); }
.pkg-occasion { font-size: 0.65rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; display: block; }
.pkg-title { font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; font-weight: 300; color: var(--brown); margin-bottom: 0.5rem; }
.package-card.featured .pkg-title { color: var(--cream); }
.pkg-sub { font-size: 0.82rem; color: var(--muted); margin-bottom: 2rem; font-weight: 300; line-height: 1.6; }
.package-card.featured .pkg-sub { color: rgba(255,255,255,0.5); }
.pkg-price { display: flex; align-items: baseline; gap: 0.4rem; margin-bottom: 2rem; }
.price-from { font-size: 0.7rem; color: var(--muted); letter-spacing: 0.1em; }
.price-num { font-family: 'Cormorant Garamond', serif; font-size: 2.8rem; font-weight: 300; color: var(--gold); }
.price-dur { font-size: 0.75rem; color: var(--muted); }
.pkg-includes { list-style: none; margin-bottom: 2.5rem; }
.pkg-includes li { font-size: 0.82rem; color: var(--muted); padding: 0.5rem 0; border-bottom: 1px solid rgba(0,0,0,0.05); display: flex; align-items: center; gap: 0.8rem; font-weight: 300; }
.package-card.featured .pkg-includes li { color: rgba(255,255,255,0.55); border-color: rgba(255,255,255,0.06); }
.pkg-includes li::before { content: '◆'; font-size: 0.4rem; color: var(--gold); flex-shrink: 0; }
.pkg-badge { position: absolute; top: -1px; left: 50%; transform: translateX(-50%); background: var(--gold); color: var(--deep); font-size: 0.6rem; letter-spacing: 0.18em; text-transform: uppercase; padding: 0.35rem 1.2rem; font-weight: 500; }
.addons-section { max-width: 1200px; margin: 4rem auto 0; border-top: 1px solid rgba(201,169,110,0.2); padding-top: 3rem; }
.addons-title { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 300; color: var(--brown); margin-bottom: 2rem; text-align: center; }
.addons-grid { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.addon-pill { border: 1px solid var(--gold-light); padding: 0.7rem 1.5rem; font-size: 0.78rem; color: var(--muted); cursor: pointer; transition: all 0.3s; background: transparent; font-family: 'Jost', sans-serif; letter-spacing: 0.05em; }
.addon-pill:hover { background: var(--gold); color: var(--cream); border-color: var(--gold); }
.addon-price { color: var(--gold); font-weight: 500; margin-left: 0.4rem; }

/* ── Gallery Strip (homepage) ──────────────────────────────── */
/* Uses CSS columns layout — items always flow top-to-bottom    */
/* with zero gaps, no blank spots possible.                     */
#gallery { padding: 8rem 0; background: var(--deep); }
#gallery .section-header { padding: 0 6rem; }
#gallery h2 { color: var(--cream); }
#gallery .section-sub { color: rgba(255,255,255,0.4); }

.gallery-masonry {
  columns: 4;
  column-gap: 4px;
  padding: 3rem 0 0;
}

.gallery-item {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: block;
  margin-bottom: 4px;
}

.gallery-item.hidden { display: none; }

/* Varied heights for visual interest — only apply when gal-fill has no img child */
.gallery-item:nth-child(4n+1) .gal-fill { height: 320px; }
.gallery-item:nth-child(4n+2) .gal-fill { height: 220px; }
.gallery-item:nth-child(4n+3) .gal-fill { height: 260px; }
.gallery-item:nth-child(4n)   .gal-fill { height: 200px; }

/* When a real image is present, let the img control height */
.gallery-item .gal-fill.has-image { height: auto !important; }
.gallery-item .gal-fill.has-image img {
  width: 100%; display: block;
  object-fit: cover;
  filter: saturate(0.85);
  transition: transform 0.7s cubic-bezier(0.25,0.46,0.45,0.94), filter 0.5s;
}
.gallery-item:hover .gal-fill.has-image img { transform: scale(1.06); filter: saturate(1.1); }

.gal-fill {
  width: 100%;
  display: block;
  background-size: cover;
  background-position: center;
  transition: transform 0.7s cubic-bezier(0.25,0.46,0.45,0.94), filter 0.5s;
  filter: saturate(0.85);
}
.gallery-item:hover .gal-fill { transform: scale(1.06); filter: saturate(1.1); }
/* Don't double-transform when using has-image */
.gallery-item:hover .gal-fill.has-image { transform: none; }

.gal-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(28,20,16,0.7) 0%, transparent 50%);
  opacity: 0; transition: opacity 0.4s;
  display: flex; align-items: flex-end; padding: 1.5rem;
}
.gallery-item:hover .gal-overlay { opacity: 1; }
.gal-label { font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-light); }

/* Homepage gallery — replace gradient fallbacks with your photos */
.g1 { background: url('uploads/bc973080fbd881569f70e3215ffdc8014901b3ca987b58d7aa4f02bdf36cbd9b.png') center/cover no-repeat, linear-gradient(135deg,#C9A96E 0%,#E8C4B8 40%,#D4956A 100%); /* pp:images/gallery/boho-1.jpg */ }
.g2 { background: url('uploads/8fb17c9192011f7877aa50c97e021a1e9a0dd4669eea806010deb9bab0159e20.png') center/cover no-repeat, linear-gradient(200deg,#8A9E8A 0%,#C07050 50%,#E8D5A3 100%); /* pp:images/gallery/romantic-1.jpg */ }
.g3 { background: url('images/gallery/golden-1.jpg') center/cover no-repeat, linear-gradient(160deg,#FAD7A0 0%,#C9A96E 40%,#8B5E3C 100%); /* pp:images/gallery/golden-1.jpg */ }
.g4 { background: url('uploads/5873291a0607314838155db1323063bcaec8948d018ee8053cffa63dca618c7a.png') center/cover no-repeat, linear-gradient(135deg,#E8C4B8 0%,#C07050 60%,#3D2B1F 100%); /* pp:images/gallery/garden-1.jpg */ }
.g5 { background: url('images/gallery/birthday-1.jpg') center/cover no-repeat, linear-gradient(180deg,#FAF5EE 0%,#E8D5A3 30%,#C9A96E 70%,#8B5E3C 100%); /* pp:images/gallery/birthday-1.jpg */ }
.g6 { background: url('uploads/7d9af21f7b5a5014a90b28373dc133f90677fb4554b68064773854fc10e22732.png') center/cover no-repeat, linear-gradient(135deg,#D4956A 0%,#E8C4B8 50%,#FAF5EE 100%); /* pp:images/gallery/minimalist-1.jpg */ }
.g7 { background: url('images/gallery/boho-2.jpg') center/cover no-repeat, linear-gradient(160deg,#8A9E8A 0%,#E8D5A3 50%,#C9A96E 100%); /* pp:images/gallery/boho-2.jpg */ }
.g8 { background: url('uploads/38318185d5a4a98df41a76951bf3d69068e2fff206da7c723a7382fa5492d56f.png') center/cover no-repeat, linear-gradient(200deg,#C07050 0%,#E8C4B8 40%,#FAD7A0 100%); /* pp:images/gallery/romantic-2.jpg */ }

.theme-tags { display: flex; gap: 0.8rem; justify-content: center; flex-wrap: wrap; margin-top: 3rem; padding: 0 6rem; }
.theme-tag { font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.35); border: 1px solid rgba(255,255,255,0.1); padding: 0.5rem 1.2rem; cursor: pointer; transition: all 0.3s; }
.theme-tag:hover, .theme-tag.active { color: var(--gold); border-color: var(--gold); }

/* Process */
#process { padding: 8rem 6rem; background: var(--cream); overflow: hidden; }
.process-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 3rem; max-width: 1200px; margin: 0 auto; position: relative; }
.process-steps::before { content: ''; position: absolute; top: 2rem; left: 12%; right: 12%; height: 1px; background: linear-gradient(to right, transparent, var(--gold-light), transparent); }
.step { text-align: center; position: relative; }
.step-num { width: 4rem; height: 4rem; border: 1px solid var(--gold-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.8rem; font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 300; color: var(--gold); background: var(--cream); position: relative; z-index: 1; }
.step-title { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 400; color: var(--brown); margin-bottom: 0.8rem; }
.step-desc { font-size: 0.82rem; font-weight: 300; color: var(--muted); line-height: 1.7; }

/* Testimonials (homepage) */
#testimonials { padding: 8rem 6rem; background: var(--warm-white); }
.testimonials-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2rem; max-width: 1200px; margin: 0 auto; }
.testimonial-card { padding: 2.5rem; background: var(--cream); border-left: 3px solid var(--gold-light); position: relative; }
.testimonial-card::before { content: '"'; font-family: 'Cormorant Garamond', serif; font-size: 6rem; font-weight: 300; color: var(--gold-light); position: absolute; top: -1rem; left: 1.5rem; line-height: 1; }
.test-text { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 300; font-style: italic; color: var(--brown); line-height: 1.7; margin-bottom: 1.5rem; padding-top: 2rem; }
.test-author { display: flex; align-items: center; gap: 1rem; }
.test-avatar { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--blush), var(--gold-light)); flex-shrink: 0; }
.test-name { font-size: 0.8rem; font-weight: 500; color: var(--brown); }
.test-detail { font-size: 0.7rem; color: var(--muted); letter-spacing: 0.05em; }
.stars { color: var(--gold); font-size: 0.7rem; letter-spacing: 0.1em; margin-bottom: 0.2rem; }

/* Booking Form */
#booking { padding: 8rem 6rem; background: var(--deep); position: relative; overflow: hidden; }
#booking::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 80% 60% at 50% 50%, rgba(201,169,110,0.06) 0%, transparent 70%); pointer-events: none; }
#booking .section-header { position: relative; z-index: 1; }
#booking h2 { color: var(--cream); }
#booking .section-sub { color: rgba(255,255,255,0.4); }
.booking-form { max-width: 780px; margin: 0 auto; position: relative; z-index: 1; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-bottom: 1.5rem; }
.form-group { display: flex; flex-direction: column; gap: 0.5rem; }
.form-group.full { grid-column: span 2; }
label { font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.35); font-weight: 500; }
input:not([type='checkbox']):not([type='radio']), select, textarea { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); color: var(--cream); padding: 1rem 1.2rem; font-family: 'Jost', sans-serif; font-size: 0.9rem; font-weight: 300; outline: none; transition: border-color 0.3s; width: 100%; -webkit-appearance: none; }
input::placeholder, textarea::placeholder { color: rgba(255,255,255,0.2); }
input:focus, select:focus, textarea:focus { border-color: var(--gold); }
select { cursor: pointer; }
select option { background: var(--deep); color: var(--cream); }
textarea { resize: vertical; min-height: 120px; }
.package-selector { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; margin-bottom: 1.5rem; }
.pkg-select-btn { border: 1px solid rgba(255,255,255,0.1); background: transparent; color: rgba(255,255,255,0.4); padding: 1rem; text-align: center; cursor: pointer; transition: all 0.3s; font-family: 'Jost', sans-serif; }
.pkg-select-btn:hover, .pkg-select-btn.selected { border-color: var(--gold); color: var(--gold); }
.pkg-select-btn .ps-name { display: block; font-size: 0.75rem; letter-spacing: 0.1em; margin-bottom: 0.3rem; }
.pkg-select-btn .ps-price { display: block; font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 300; }
.addon-checkboxes { display: grid; grid-template-columns: 1fr 1fr; gap: 0.6rem; margin-bottom: 1.5rem; }
.addon-check-item { display: flex; align-items: center; gap: 0.8rem; border: 1px solid rgba(255,255,255,0.08); padding: 0.8rem 1rem; cursor: pointer; transition: all 0.3s; }
.addon-check-item:hover { border-color: rgba(201,169,110,0.4); background: rgba(201,169,110,0.04); }
.addon-check-item input[type="checkbox"] { -webkit-appearance: checkbox; appearance: checkbox; width: 18px; height: 18px; flex-shrink: 0; cursor: pointer; accent-color: var(--gold); border: none; padding: 0; background: transparent; opacity: 1; }
.addon-check-item input[type="checkbox"]:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }
.addon-check-item:has(input:checked) { border-color: var(--gold); background: rgba(201,169,110,0.08); }
.addon-check-label { font-size: 0.78rem; font-weight: 300; color: rgba(255,255,255,0.5); flex: 1; transition: color 0.2s; }
.addon-check-item:has(input:checked) .addon-check-label { color: var(--cream); }
.addon-check-price { font-size: 0.7rem; color: var(--gold); font-weight: 500; }
.submit-row { display: flex; align-items: center; gap: 2rem; margin-top: 2rem; }
.btn-submit { background: var(--gold); color: var(--deep); border: none; cursor: pointer; padding: 1.2rem 3rem; font-family: 'Jost', sans-serif; font-size: 0.72rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; transition: all 0.35s; flex-shrink: 0; }
.btn-submit:hover { background: var(--cream); }
.submit-note { font-size: 0.75rem; color: rgba(255,255,255,0.25); line-height: 1.6; font-weight: 300; }
.price-summary { background: rgba(201,169,110,0.08); border: 1px solid rgba(201,169,110,0.2); padding: 1.5rem 2rem; margin-top: 2rem; display: flex; align-items: center; justify-content: space-between; }
.ps-label { font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.3); }
.ps-amount { font-family: 'Cormorant Garamond', serif; font-size: 2.5rem; font-weight: 300; color: var(--gold); }
.ps-breakdown { font-size: 0.75rem; color: rgba(255,255,255,0.3); margin-top: 0.3rem; }
.form-success { display: none; text-align: center; padding: 4rem; }
.form-success .success-icon { font-size: 3rem; color: var(--gold); display: block; margin-bottom: 1.5rem; }
.form-success h3 { font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 300; color: var(--cream); margin-bottom: 1rem; }
.form-success p { font-size: 0.85rem; color: rgba(255,255,255,0.4); font-weight: 300; }

/* Index Responsive */
@media (max-width: 1024px) {
  #hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-left { padding: 8rem 2rem 4rem; }
  .hero-right { height: 60vw; }
  #packages, #process, #testimonials, #booking { padding: 5rem 2rem; }
  .packages-grid { grid-template-columns: 1fr; gap: 1rem; }
  .process-steps { grid-template-columns: 1fr 1fr; }
  .process-steps::before { display: none; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .gallery-masonry { columns: 2; }
  .form-grid { grid-template-columns: 1fr; }
  .form-group.full { grid-column: span 1; }
  .package-selector { grid-template-columns: 1fr; }
  .addon-checkboxes { grid-template-columns: 1fr; }
  #gallery { padding: 5rem 0; }
  #gallery .section-header { padding: 0 2rem; }
  .theme-tags { padding: 0 2rem; }
  .stats-strip { flex-wrap: wrap; }
  .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.06); }
}


/* ============================================================
   ABOUT PAGE
   ============================================================ */

/* Story Section */
.story-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 70vh; }
.story-image { position: relative; overflow: hidden; background: linear-gradient(160deg, #E8C4B8 0%, #D4956A 30%, #C9A96E 60%, #8A9E8A 100%); display: flex; flex-direction: column; }
.story-img-fill { flex: 1; min-height: 400px; background: url('uploads/e466a8e4e41337c75cddedd9e0abc25236c8e6cd9ea5e8547434d1f44ea3309c.png') center/cover no-repeat, linear-gradient(160deg, #E8C4B8 0%, #D4956A 30%, #C9A96E 60%, #8A9E8A 100%); background-size: cover; background-position: center; /* pp:images/about/story.jpg */ }
.story-quote { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(28,20,16,0.82); padding: 2rem 2.5rem; }
.story-quote-text { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-style: italic; font-weight: 300; color: var(--gold-light); line-height: 1.6; }
.story-content { padding: 6rem 5rem; display: flex; flex-direction: column; justify-content: center; background: var(--cream); }
.story-content h2 { margin-bottom: 2rem; }
.story-content p { font-size: 0.92rem; font-weight: 300; line-height: 1.9; color: var(--muted); margin-bottom: 1.2rem; }
.story-sig { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-style: italic; color: var(--brown); margin-top: 1.5rem; display: flex; flex-direction: column; gap: 0.2rem; }
.story-sig span { font-family: 'Jost', sans-serif; font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); font-style: normal; }

/* Hero Deco */
.hero-deco { position: absolute; right: -2rem; bottom: -4rem; width: 280px; height: 280px; border: 1px solid rgba(201,169,110,0.08); border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 0; }
.hero-deco-inner { width: 200px; height: 200px; border: 1px solid rgba(201,169,110,0.06); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.hero-deco-text { font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 300; color: rgba(201,169,110,0.12); letter-spacing: 0.3em; }

/* Owner Section */
.owner-section { display: grid; grid-template-columns: 420px 1fr; gap: 0; background: var(--warm-white); }
.owner-photo-frame { position: relative; background: var(--cream); padding: 4rem 3rem 4rem 8rem; display: flex; align-items: center; }
.owner-photo { width: 100%; aspect-ratio: 3/4; background: url('uploads/aeaf4a89b0c206b5f034d8105a44b60e56661d54ce5d44ac5c7d6a2033e6a6cc.jpg') center/cover no-repeat, linear-gradient(160deg, #FAD7A0 0%, #E8C4B8 40%, #C9A96E 70%, #8B5E3C 100%); position: relative; /* pp:images/about/owner-portrait.jpg */ }
.owner-photo-border { position: absolute; top: 3rem; left: 7rem; right: 2rem; bottom: 3rem; border: 1px solid rgba(201,169,110,0.3); pointer-events: none; }
.owner-name-plate { position: absolute; bottom: 2.5rem; left: 6.5rem; right: 1.5rem; background: var(--deep); padding: 1rem 1.5rem; }
.owner-name-plate span { font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); }
.owner-content { padding: 6rem 8rem 6rem 5rem; display: flex; flex-direction: column; justify-content: center; }
.owner-content h2 { margin-bottom: 2rem; }
.owner-content p { font-size: 0.92rem; font-weight: 300; line-height: 1.9; color: var(--muted); margin-bottom: 1.2rem; }
.owner-facts { display: flex; gap: 3rem; margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid rgba(201,169,110,0.2); }
.owner-fact-num { display: block; font-family: 'Cormorant Garamond', serif; font-size: 2.5rem; font-weight: 300; color: var(--gold); line-height: 1; }
.owner-fact-label { display: block; font-size: 0.65rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); margin-top: 0.3rem; }

/* Mission & Values */
.mission-section { padding: 8rem 8rem; background: var(--deep); }
.mission-header { text-align: center; margin-bottom: 3rem; }
.mission-header h2 { color: var(--cream); margin-bottom: 1rem; }
.mission-header h2 em { color: var(--gold); }
.mission-header p { font-size: 0.9rem; color: rgba(255,255,255,0.35); font-weight: 300; max-width: 500px; margin: 0 auto; line-height: 1.8; }
.mission-statement { max-width: 780px; margin: 0 auto 5rem; padding: 3rem; border: 1px solid rgba(201,169,110,0.2); text-align: center; }
.mission-statement p { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-style: italic; font-weight: 300; color: var(--gold-light); line-height: 1.7; }
.values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; max-width: 1100px; margin: 0 auto; }
.value-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.05); padding: 3rem 2.5rem; transition: border-color 0.4s; }
.value-card:hover { border-color: rgba(201,169,110,0.3); }
.value-icon { font-size: 1.2rem; color: var(--gold); display: block; margin-bottom: 1.2rem; }
.value-title { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 300; color: var(--cream); margin-bottom: 0.8rem; }
.value-desc { font-size: 0.82rem; font-weight: 300; color: rgba(255,255,255,0.4); line-height: 1.8; }

/* Team */
.team-section { padding: 8rem 8rem; background: var(--cream); }
.team-header { text-align: center; margin-bottom: 4rem; }
.team-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2.5rem; max-width: 1000px; margin: 0 auto; }
.team-card { text-align: center; }
.team-photo { aspect-ratio: 1; overflow: hidden; margin-bottom: 1.5rem; }
.team-photo-fill { width: 100%; height: 100%; }
/* Team & about photos */
.tp1 { background: url('uploads/23b5de68d82f0e4164aa4504523f7e58394e6c9be7d2859fac2ba3be35c7fe8f.jpg') center/cover no-repeat, linear-gradient(135deg, #E8C4B8, #C9A96E); /* pp:images/team/owner.jpg */ }
.tp2 { background: url('images/team/team-1.jpg') center/cover no-repeat, linear-gradient(135deg, #8A9E8A, #E8D5A3); /* pp:images/team/team-1.jpg */ }
.tp3 { background: url('images/team/team-2.jpg') center/cover no-repeat, linear-gradient(135deg, #C07050, #E8C4B8); /* pp:images/team/team-2.jpg */ }
.team-name { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 300; color: var(--brown); margin-bottom: 0.3rem; line-height: 1.2; }
h4.team-name { font-size: 1.3rem; font-weight: 300; }
.team-role { font-size: 0.65rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 0.8rem; }
.team-bio { font-size: 0.82rem; font-weight: 300; color: var(--muted); line-height: 1.7; }

/* About Responsive */
@media (max-width: 1024px) {
  .story-section { grid-template-columns: 1fr; }
  .story-image { min-height: 50vw; }
  .story-content { padding: 4rem 2rem; }
  .owner-section { grid-template-columns: 1fr; }
  .owner-photo-frame { padding: 3rem 2rem; }
  .owner-photo-border, .owner-name-plate { left: 1.5rem; right: 1.5rem; }
  .owner-content { padding: 3rem 2rem; }
  .owner-facts { gap: 2rem; }
  .mission-section { padding: 5rem 2rem; }
  .values-grid { grid-template-columns: 1fr; }
  .team-section { padding: 5rem 2rem; }
  .team-grid { grid-template-columns: 1fr; max-width: 340px; }
}


/* ============================================================
   GALLERY PAGE
   ============================================================ */

/* Dark body override for gallery page */
body.gallery-page { background: var(--deep); }
body.gallery-page nav { background: rgba(28,20,16,0.92); border-bottom-color: rgba(201,169,110,0.15); }
body.gallery-page .nav-logo { color: var(--cream); }
body.gallery-page .nav-links a { color: rgba(255,255,255,0.4); }
body.gallery-page .hamburger span { background: var(--cream); }
body.gallery-page .mobile-menu { background: rgba(28,20,16,0.98); }
body.gallery-page .mobile-menu a { color: rgba(255,255,255,0.45); }
body.gallery-page .cta-strip { background: var(--cream); }
body.gallery-page .cta-strip-text h3 { color: var(--brown); }
body.gallery-page .cta-strip-text h3 em { color: var(--terracotta); }
body.gallery-page .cta-strip-text p { color: var(--muted); }

/* Filter Bar */
.filter-bar {
  background: rgba(28,20,16,0.95); border-bottom: 1px solid rgba(201,169,110,0.12);
  padding: 1.2rem 4rem; position: sticky; top: 68px; z-index: 50; overflow-x: auto;
}
.filter-bar::-webkit-scrollbar { display: none; }
.filter-tabs { display: flex; gap: 0; }
.filter-tab {
  background: none; border: none; border-bottom: 2px solid transparent; cursor: pointer;
  font-family: 'Jost', sans-serif; font-size: 0.72rem; font-weight: 500; letter-spacing: 0.15em;
  text-transform: uppercase; color: rgba(255,255,255,0.35); padding: 0.6rem 1.4rem;
  transition: all 0.3s; white-space: nowrap;
}
.filter-tab:hover { color: rgba(255,255,255,0.7); }
.filter-tab.active { color: var(--gold); border-bottom-color: var(--gold); }

/* Gallery Grid (gallery page) */
.gallery-section { padding: 3rem 4rem 5rem; }
.gallery-count { font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.25); margin-bottom: 2rem; }
.photo-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 260px; gap: 3px; }
.photo-item { position: relative; overflow: hidden; cursor: pointer; background: var(--brown); }
.photo-item.tall { grid-row: span 2; }
.photo-fill { width: 100%; height: 100%; background-size: cover; background-position: center; transition: transform 0.7s cubic-bezier(0.25,0.46,0.45,0.94), filter 0.5s; filter: saturate(0.8); }
.photo-item:hover .photo-fill { transform: scale(1.05); filter: saturate(1.1); }
.photo-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(28,20,16,0.85) 0%, transparent 55%); opacity: 0; transition: opacity 0.4s; display: flex; flex-direction: column; justify-content: flex-end; padding: 1.5rem; }
.photo-item:hover .photo-overlay { opacity: 1; }
.photo-theme { font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.3rem; }
.photo-caption { font-family: 'Cormorant Garamond', serif; font-size: 1rem; font-style: italic; color: rgba(255,255,255,0.8); }
.photo-item.photo-hidden { display: none; }

/* Gallery page photos — replace gradient fallbacks with your photos */
.s1  { background: url('uploads/bc973080fbd881569f70e3215ffdc8014901b3ca987b58d7aa4f02bdf36cbd9b.png') center/cover no-repeat, linear-gradient(135deg, #C9A96E 0%, #E8C4B8 40%, #D4956A 100%); /* pp:images/gallery/boho-1.jpg */ }
.s2  { background: url('uploads/8fb17c9192011f7877aa50c97e021a1e9a0dd4669eea806010deb9bab0159e20.png') center/cover no-repeat, linear-gradient(135deg, #F5C6D0 0%, #E8A0B0 40%, #C07070 100%); /* pp:images/gallery/romantic-1.jpg */ }
.s3  { background: url('images/gallery/golden-1.jpg') center/cover no-repeat, linear-gradient(135deg, #FAD7A0 0%, #F0A830 50%, #C07030 100%); /* pp:images/gallery/golden-1.jpg */ }
.s4  { background: url('images/gallery/birthday-1.jpg') center/cover no-repeat, linear-gradient(135deg, #C9A96E 0%, #E8C4B8 30%, #F090B0 70%, #C070A0 100%); /* pp:images/gallery/birthday-1.jpg */ }
.s5  { background: url('uploads/5873291a0607314838155db1323063bcaec8948d018ee8053cffa63dca618c7a.png') center/cover no-repeat, linear-gradient(135deg, #8A9E8A 0%, #E8D5A3 50%, #C9A96E 100%); /* pp:images/gallery/garden-1.jpg */ }
.s6  { background: url('uploads/7d9af21f7b5a5014a90b28373dc133f90677fb4554b68064773854fc10e22732.png') center/cover no-repeat, linear-gradient(135deg, #FAF5EE 0%, #E8DDD0 50%, #C8BDB0 100%); /* pp:images/gallery/minimalist-1.jpg */ }
.s7  { background: url('images/gallery/proposal-1.jpg') center/cover no-repeat, linear-gradient(135deg, #F5C6D0 0%, #C9A96E 50%, #3D2B1F 100%); /* pp:images/gallery/proposal-1.jpg */ }
.s8  { background: url('images/gallery/boho-2.jpg') center/cover no-repeat, linear-gradient(160deg, #FAD7A0 0%, #C9A96E 50%, #8B5E3C 100%); /* pp:images/gallery/boho-2.jpg */ }
.s9  { background: url('uploads/38318185d5a4a98df41a76951bf3d69068e2fff206da7c723a7382fa5492d56f.png') center/cover no-repeat, linear-gradient(200deg, #FAD7E0 0%, #E8B4C0 50%, #C08090 100%); /* pp:images/gallery/romantic-2.jpg */ }
.s10 { background: url('images/gallery/birthday-2.jpg') center/cover no-repeat, linear-gradient(135deg, #FDE8B0 0%, #F8C8D8 50%, #D090C0 100%); /* pp:images/gallery/birthday-2.jpg */ }
.s11 { background: url('uploads/572aa10148b968c55b69bcb87bc93f25ee11833fb5d7661ee18edad4dd36e6ca.png') center/cover no-repeat, linear-gradient(160deg, #FDE8B0 0%, #E8A850 60%, #8B5E3C 100%); /* pp:images/gallery/golden-2.jpg */ }
.s12 { background: url('uploads/115e24f0af996487e0d5b7836f8891d1ac0eda9384166a9bc00ba89216cf6ba2.png') center/cover no-repeat, linear-gradient(135deg, #9AAE9A 0%, #C9A96E 50%, #8B5E3C 100%); /* pp:images/gallery/garden-2.jpg */ }

/* Lightbox */
.lightbox { display: none; position: fixed; inset: 0; background: rgba(28,20,16,0.97); z-index: 200; align-items: center; justify-content: center; }
.lightbox.open { display: flex; }
.lightbox-inner { position: relative; width: 90%; max-width: 880px; }
.lightbox-img { width: 100%; aspect-ratio: 4/3; background-size: cover; background-position: center; }
.lightbox-caption { display: flex; justify-content: space-between; align-items: center; margin-top: 1.2rem; }
.lightbox-theme { font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); }
.lightbox-title { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-style: italic; color: rgba(255,255,255,0.5); }
.lightbox-close { position: absolute; top: -2.5rem; right: 0; background: none; border: none; color: rgba(255,255,255,0.4); cursor: pointer; font-family: 'Jost', sans-serif; font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase; transition: color 0.3s; }
.lightbox-close:hover { color: var(--gold); }
.lightbox-nav { display: flex; justify-content: center; gap: 1rem; margin-top: 1.5rem; }
.lb-btn { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); color: rgba(255,255,255,0.5); padding: 0.7rem 1.8rem; font-family: 'Jost', sans-serif; font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase; cursor: pointer; transition: all 0.3s; }
.lb-btn:hover { border-color: var(--gold); color: var(--gold); }

/* Gallery Page Responsive */
@media (max-width: 1024px) {
  .filter-bar { padding: 1rem 1.5rem; top: 58px; }
  .gallery-section { padding: 2rem 1rem; }
  .photo-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 200px; }
}


/* ============================================================
   TESTIMONIALS PAGE
   ============================================================ */

/* Rating Strip */
.rating-strip { background: var(--deep); display: flex; justify-content: center; }
.rating-item { flex: 1; max-width: 280px; padding: 3rem 2rem; border-right: 1px solid rgba(255,255,255,0.06); text-align: center; }
.rating-item:last-child { border-right: none; }
.rating-num { display: block; font-family: 'Cormorant Garamond', serif; font-size: 3rem; font-weight: 300; color: var(--gold); line-height: 1; margin-bottom: 0.3rem; }
.rating-stars { display: block; color: var(--gold); font-size: 0.8rem; letter-spacing: 0.15em; margin-bottom: 0.5rem; }
.rating-label { font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.4); }

/* Featured Quote */
.featured-quote { padding: 8rem 8rem; background: var(--warm-white); }
.fq-inner { max-width: 860px; margin: 0 auto; text-align: center; position: relative; }
.fq-mark { font-family: 'Cormorant Garamond', serif; font-size: 10rem; font-weight: 300; color: var(--gold-light); line-height: 0.5; display: block; margin-bottom: 1rem; opacity: 0.5; }
.fq-text { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 300; font-style: italic; color: var(--brown); line-height: 1.6; margin-bottom: 2.5rem; }
.fq-author { display: flex; align-items: center; justify-content: center; gap: 1.2rem; }
.fq-avatar { width: 52px; height: 52px; border-radius: 50%; background: linear-gradient(135deg, var(--blush), var(--gold-light)); flex-shrink: 0; }
.fq-name strong { display: block; font-size: 0.9rem; font-weight: 500; color: var(--brown); }
.fq-name span { font-size: 0.72rem; color: var(--gold); letter-spacing: 0.08em; }

/* Reviews Section */
.reviews-section { padding: 6rem 8rem; background: var(--cream); }
.reviews-header { text-align: center; margin-bottom: 3rem; }
.reviews-header h2 { margin-bottom: 0; }
.review-filters { display: flex; gap: 0.6rem; justify-content: center; flex-wrap: wrap; margin-bottom: 3rem; }
.rev-filter { background: none; border: 1px solid var(--gold-light); padding: 0.5rem 1.4rem; font-family: 'Jost', sans-serif; font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); cursor: pointer; transition: all 0.3s; }
.rev-filter:hover, .rev-filter.active { background: var(--gold); color: var(--cream); border-color: var(--gold); }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.review-card { background: var(--warm-white); padding: 2.5rem; border-left: 3px solid var(--gold-light); transition: all 0.35s; }
.review-card:hover { border-left-color: var(--gold); box-shadow: 0 12px 40px rgba(201,169,110,0.1); transform: translateY(-3px); }
.review-card.hidden { display: none; }
.review-occasion { font-size: 0.65rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 1rem; }
.review-text { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; font-weight: 300; font-style: italic; color: var(--brown); line-height: 1.7; margin-bottom: 1.5rem; }
.review-author { display: flex; align-items: center; gap: 1rem; }
.review-avatar { width: 36px; height: 36px; border-radius: 50%; flex-shrink: 0; }
.a1 { background: linear-gradient(135deg, #E8C4B8, #C9A96E); }
.a2 { background: linear-gradient(135deg, #8A9E8A, #E8D5A3); }
.a3 { background: linear-gradient(135deg, #C07050, #E8C4B8); }
.a4 { background: linear-gradient(135deg, #FAD7A0, #C9A96E); }
.a5 { background: linear-gradient(135deg, #C9A96E, #8B5E3C); }
.a6 { background: linear-gradient(135deg, #E8C4B8, #8A9E8A); }
.review-name { font-size: 0.8rem; font-weight: 500; color: var(--brown); }
.review-detail { font-size: 0.68rem; color: var(--muted); margin-top: 0.1rem; }

/* Leave Review */
.leave-review { padding: 7rem 8rem; background: var(--deep); text-align: center; }
.lr-inner { max-width: 680px; margin: 0 auto; }
.lr-inner h2 { color: var(--cream); margin-bottom: 1.2rem; }
.lr-inner h2 em { color: var(--gold); }
.lr-inner p { font-size: 0.9rem; font-weight: 300; color: rgba(255,255,255,0.4); max-width: 500px; margin: 0 auto 2.5rem; line-height: 1.8; }
.review-platforms { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.platform-btn { display: flex; align-items: center; gap: 0.7rem; border: 1px solid rgba(255,255,255,0.12); padding: 0.9rem 1.8rem; color: rgba(255,255,255,0.45); text-decoration: none; font-family: 'Jost', sans-serif; font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; transition: all 0.3s; }
.platform-btn:hover { border-color: var(--gold); color: var(--gold); }
.platform-icon { font-size: 1rem; }

/* Testimonials Responsive */
@media (max-width: 1024px) {
  .featured-quote, .reviews-section, .leave-review { padding: 5rem 2rem; }
  .reviews-grid { grid-template-columns: 1fr; }
  .rating-strip { flex-wrap: wrap; }
  .rating-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.06); }
}


/* ============================================================
   FAQ PAGE
   ============================================================ */

/* FAQ Layout */
.faq-body { display: grid; grid-template-columns: 260px 1fr; max-width: 1200px; margin: 0 auto; }

/* Sidebar */
.faq-sidebar { padding: 4rem 2rem 4rem 4rem; position: sticky; top: 70px; align-self: start; background: var(--cream); }
.sidebar-label { font-size: 0.6rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted); margin-bottom: 1.5rem; display: block; }
.sidebar-nav { list-style: none; display: flex; flex-direction: column; gap: 0.2rem; margin-bottom: 3rem; }
.sidebar-nav a { font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); text-decoration: none; padding: 0.7rem 1rem; display: block; border-left: 2px solid transparent; transition: all 0.3s; }
.sidebar-nav a:hover, .sidebar-nav a.active { color: var(--gold); border-left-color: var(--gold); background: rgba(201,169,110,0.05); }
.sidebar-cta { border: 1px solid var(--gold-light); padding: 1.5rem; }
.sidebar-cta p { font-size: 0.8rem; color: var(--muted); font-weight: 300; line-height: 1.6; margin-bottom: 1rem; }
.sidebar-cta a { font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); text-decoration: none; font-weight: 500; }

/* FAQ Content */
.faq-content { padding: 4rem 5rem 6rem 4rem; border-left: 1px solid rgba(201,169,110,0.15); background: var(--cream); }
.faq-category { margin-bottom: 5rem; }
.faq-category:last-child { margin-bottom: 0; }
.category-header { display: flex; align-items: center; gap: 1.5rem; margin-bottom: 2.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid rgba(201,169,110,0.15); }
.category-icon { width: 44px; height: 44px; border: 1px solid var(--gold-light); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.category-title { font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; font-weight: 300; color: var(--brown); }
.category-title em { font-style: italic; color: var(--terracotta); }

/* FAQ Accordion */
.faq-item { border-bottom: 1px solid rgba(201,169,110,0.12); }
.faq-question { width: 100%; background: none; border: none; cursor: pointer; padding: 1.4rem 0; display: flex; align-items: center; justify-content: space-between; gap: 1rem; text-align: left; }
.faq-question:hover .faq-question-text { color: var(--gold); }
.faq-question-text { font-family: 'Jost', sans-serif; font-size: 0.9rem; font-weight: 500; color: var(--brown); line-height: 1.4; transition: color 0.2s; }
.faq-icon { width: 28px; height: 28px; border: 1px solid var(--gold-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--gold); font-size: 1.2rem; line-height: 1; }
.faq-item.open .faq-icon { background: var(--gold); color: var(--deep); border-color: var(--gold); transform: rotate(45deg); }
.faq-answer { display: none; }
.faq-item.open .faq-answer { display: block; }
.faq-answer p { font-size: 0.88rem; font-weight: 300; color: var(--muted); line-height: 1.9; padding: 0.5rem 0 1.5rem; }

/* FAQ Responsive */
@media (max-width: 1024px) {
  .faq-body { grid-template-columns: 1fr; }
  .faq-sidebar { display: none; }
  .faq-content { padding: 3rem 2rem; border-left: none; }
}
