*{margin:0;padding:0;box-sizing:border-box}
:root{
--gold:#B89232;--gold-light:#CDA54A;--gold-dark:#74530F;
--black:#0A0A0A;--dark:#111111;--dark2:#1A1A1A;--dark3:#242424;
--white:#FAFAF7;--cream:#F5F0E8;--text-muted:#9A9078;
--bg:rgba(184,146,50,0.24);--bg2:rgba(184,146,50,0.48);
--line-soft:rgba(255,255,255,0.08);--line-mid:rgba(255,255,255,0.12);
--panel-soft:rgba(255,255,255,0.03);
}
html{scroll-behavior:smooth}
body{background:var(--black);color:var(--white);font-family:'Outfit',sans-serif;overflow-x:hidden}
.serif{font-family:'Cormorant Garamond',serif}
a{
  -webkit-tap-highlight-color:transparent;
  color:#E6D8B6;
  text-decoration:none;
  transition:color 0.25s ease, opacity 0.25s ease;
}
a:hover{color:var(--gold-light)}
a[x-apple-data-detectors],
a[x-apple-data-detectors]:visited,
a[x-apple-data-detectors]:hover,
a[x-apple-data-detectors]:active{
  color:inherit !important;
  text-decoration:none !important;
  font-weight:inherit !important;
}
.btn-whatsapp,
.btn-whatsapp:visited,
.btn-whatsapp:hover,
.btn-whatsapp:active,
.btn-whatsapp:focus,
.btn-whatsapp:focus-visible{
  color:#ffffff !important;
  text-decoration:none !important;
}

/* NAV */
.site-nav{position:fixed;top:0;width:100%;z-index:1000;background:rgba(4,4,4,0.97);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,0.08);padding:0 2rem}
.site-nav::after{
  content:'';
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:2px;
  background:linear-gradient(90deg,rgba(0,0,0,0),rgba(201,168,76,0.36) 18%,rgba(232,201,106,0.42) 50%,rgba(201,168,76,0.36) 82%,rgba(0,0,0,0));
  pointer-events:none;
}
.nav-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:72px}
.logo{display:flex;align-items:center;gap:12px;text-decoration:none}
.logo img{
  height:56px;
  width:auto;
  object-fit:contain;
  filter:saturate(0.9) brightness(0.97) contrast(1);
  opacity:0.98;
}
.logo-text{font-family:'Cormorant Garamond',serif;font-size:1.3rem;font-weight:700;color:var(--white);letter-spacing:0.04em;line-height:1.1}
.logo-text span{color:var(--gold)}
.nav-links{display:flex;gap:2rem;list-style:none;align-items:center}
.nav-links li{display:flex;align-items:center}
.nav-links a{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#d8cfbe;
  text-decoration:none;
  font-size:0.85rem;
  letter-spacing:0.08em;
  text-transform:uppercase;
  transition:color 0.28s ease,opacity 0.28s ease;
  font-weight:500;
  padding:0.2rem 0;
  line-height:1;
}
.nav-links a.nav-events-spotlight{
  padding:0.5rem 0.94rem;
  border-radius:999px;
  border:1px solid rgba(201,168,76,0.28);
  background:linear-gradient(180deg,rgba(201,168,76,0.12),rgba(201,168,76,0.05));
  color:#f1e4c2;
  box-shadow:0 0 0 1px rgba(255,248,236,0.03) inset;
}
.nav-links a.nav-events-spotlight::after{
  left:0.85rem;
  right:0.85rem;
  bottom:0.28rem;
}
.nav-links a::after{
  content:'';
  position:absolute;
  left:0;
  right:0;
  bottom:-0.42rem;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,rgba(232,201,106,0.5),rgba(201,168,76,0.42));
  transform:scaleX(0.18);
  transform-origin:center;
  opacity:0;
  transition:transform 0.28s ease, opacity 0.28s ease;
}
.nav-links a:hover,
.nav-links a.active{
  color:#eee3cf;
}
.nav-links a.nav-events-spotlight:hover,
.nav-links a.nav-events-spotlight.active{
  color:#fbf3df;
  border-color:rgba(201,168,76,0.46);
  background:linear-gradient(180deg,rgba(201,168,76,0.18),rgba(201,168,76,0.08));
}
.nav-links a:hover::after,
.nav-links a.active::after{
  transform:scaleX(1);
  opacity:1;
}
.nav-cta{background:linear-gradient(135deg,#c19a3b 0%,#a47b23 55%,#6d4c0e 100%);color:var(--black);border:1px solid rgba(205,165,74,0.22);padding:10px 24px;border-radius:4px;font-size:0.82rem;font-weight:600;letter-spacing:0.08em;text-transform:uppercase;cursor:pointer;transition:opacity 0.3s}
.nav-cta:hover{opacity:0.85}
.nav-cta-mobile{display:none;text-decoration:none}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:4px}
.hamburger span{width:22px;height:2px;background:var(--gold);display:block;transition:0.3s}
.hamburger.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.hamburger.active span:nth-child(2){opacity:0}
.hamburger.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
/* SECTIONS */
section{display:none;min-height:100vh;padding-top:72px}
section.active{display:block}

/* ===== HERO SLIDESHOW ===== */
#home{padding-top:0;position:relative;overflow:hidden}
.home-main{padding-top:0}
.hero{position:relative;height:100vh;min-height:620px;margin-top:0;overflow:hidden}
.hero-slides{position:absolute;inset:0}
.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity 1.6s ease, transform 8.5s ease;background-size:cover;background-repeat:no-repeat;background-position:center 18%;transform:scale(1.1);filter:brightness(1.08) saturate(1.04)}
.hero-slide.active{opacity:1;transform:scale(1.03)}
.hero-slide-media{width:100%;height:100%;object-fit:cover;display:block}
.hero-slide-video{background:none !important;overflow:hidden}
.hero-slide-first{background-position:center 4%}
.hero-slide-replacement-1{background-position:center 30%}
.hero-slide-replacement-2{background-position:center 18%}

.hero-overlay{position:absolute;inset:0;background:linear-gradient(110deg,rgba(10,10,10,0.72) 0%,rgba(10,10,10,0.42) 52%,rgba(10,10,10,0.18) 100%)}
.hero-content{position:absolute;inset:0;z-index:2;max-width:1200px;margin:0 auto;width:100%;left:50%;transform:translateX(-50%)}
.hero-center-tagline{
  position:absolute;
  top:18%;
  left:50%;
  transform:translateX(-50%);
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:8px 19px;
  background:
    radial-gradient(circle at 20% 14%, rgba(255,255,255,0.08), rgba(255,255,255,0) 24%),
    linear-gradient(180deg,rgba(255,255,255,0.065) 0%,rgba(255,255,255,0.025) 14%,rgba(16,14,12,0.32) 50%,rgba(4,4,4,0.46) 100%);
  border:1px solid rgba(205,165,74,0.2);
  border-radius:999px;
  backdrop-filter:blur(10px) saturate(1.02);
  -webkit-backdrop-filter:blur(10px) saturate(1.02);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.12),
    inset 0 -1px 0 rgba(255,255,255,0.03),
    0 8px 20px rgba(0,0,0,0.16);
  overflow:hidden;
}
.hero-center-tagline::before{
  content:'';
  position:absolute;
  left:14px;
  right:14px;
  top:2px;
  height:34%;
  border-radius:999px;
  background:linear-gradient(180deg,rgba(255,255,255,0.16),rgba(255,255,255,0.05) 42%,rgba(255,255,255,0.01) 72%,rgba(255,255,255,0) 100%);
  pointer-events:none;
}
.hero-center-tagline::after{
  content:'';
  position:absolute;
  inset:0;
  border-radius:999px;
  background:
    linear-gradient(118deg,rgba(255,255,255,0.08) 0%,rgba(255,255,255,0.025) 14%,rgba(255,255,255,0) 28%) no-repeat,
    linear-gradient(180deg,rgba(255,248,236,0.025),rgba(255,248,236,0.008));
  box-shadow:inset 0 0 0 1px rgba(255,248,236,0.02);
  pointer-events:none;
}
.hero-center-tagline span{
  position:relative;
  z-index:1;
  color:var(--gold-light);
  font-size:0.83rem;
  font-weight:600;
  letter-spacing:0.16em;
  text-transform:uppercase;
  white-space:nowrap;
  text-shadow:0 2px 12px rgba(0,0,0,0.3);
}
.eline{position:relative;z-index:1;width:22px;height:1px;background:rgba(205,165,74,0.42)}
.hero-desktop-bottom-cta{
  position:absolute;
  left:50%;
  bottom:3.4rem;
  transform:translateX(-50%);
  display:flex;
  justify-content:center;
  width:100%;
  pointer-events:none;
}
.hero-mobile-cta{display:none}
.hero-mobile-copy{margin:0}
.hero-mobile-actions{display:flex}
.hero-pill-link{
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.btn-gold,.btn-outline,.form-submit,.nav-cta,.nav-cta-mobile,.btn,.btn-whatsapp,.copy-btn,.detect-btn,.events-tab,.payment-opt,.hero-pill-link{
  transition:transform 0.24s ease, box-shadow 0.24s ease, filter 0.24s ease, background 0.24s ease, border-color 0.24s ease, color 0.24s ease, opacity 0.24s ease;
  will-change:transform,box-shadow,filter;
}
.btn-gold:hover,
.btn-outline:hover,
.form-submit:hover,
.nav-cta:hover,
.nav-cta-mobile:hover,
.btn:hover,
.btn-whatsapp:hover,
.copy-btn:hover,
.detect-btn:hover,
.events-tab:hover,
.payment-opt:hover,
.hero-pill-link:hover{
  transform:translateY(-2px);
}
.hero-pill-desktop{
  position:relative;
  overflow:hidden;
  pointer-events:auto;
  min-height:48px;
  min-width:260px;
  padding:0.98rem 1.9rem 0.98rem 3.05rem;
  border-radius:4px;
  font-size:0.76rem;
  font-weight:700;
  letter-spacing:0.18em;
  text-transform:uppercase;
  color:rgba(255,247,232,0.98);
  background:linear-gradient(180deg,rgba(58,47,25,0.76),rgba(25,20,12,0.8));
  border:1px solid rgba(179,144,49,0.58);
  box-shadow:0 16px 34px rgba(0,0,0,0.28);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  transition:transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}
.hero-pill-desktop:hover{
  transform:translateY(-3px);
  border-color:rgba(226,192,92,0.82);
  background:linear-gradient(180deg,rgba(70,57,30,0.84),rgba(31,24,14,0.86));
  box-shadow:0 22px 42px rgba(0,0,0,0.34),0 0 20px rgba(201,168,76,0.14);
}
.hero-pill-desktop::before{
  content:'';
  position:absolute;
  inset:1px;
  border-radius:3px;
  background:linear-gradient(180deg,rgba(255,255,255,0.06),rgba(255,255,255,0));
  pointer-events:none;
}
.hero-pill-desktop::after{
  content:'';
  position:absolute;
  left:1.18rem;
  top:50%;
  width:9px;
  height:9px;
  border-radius:50%;
  transform:translateY(-50%);
  background:radial-gradient(circle at 35% 35%,rgba(199,255,221,0.98),rgba(72,201,126,0.98) 68%,rgba(17,103,53,0.98) 100%);
  box-shadow:0 0 12px rgba(72,201,126,0.44);
  animation:upcomingDotPulseDesktop 1.45s ease-in-out infinite;
}
@keyframes upcomingDotPulseDesktop{
  0%,100%{
    box-shadow:0 0 0 0 rgba(72,201,126,0.34),0 0 12px rgba(72,201,126,0.44);
    transform:translateY(-50%) scale(1);
  }
  55%{
    box-shadow:0 0 0 10px rgba(72,201,126,0),0 0 20px rgba(72,201,126,0.52);
    transform:translateY(-50%) scale(1.14);
  }
}
.btn-gold,
.btn-gold:visited,
.btn-gold:hover,
.btn-gold:active,
.btn-gold:focus,
.btn-gold:focus-visible,
.form-submit,
.form-submit:hover,
.form-submit:active,
.form-submit:focus,
.form-submit:focus-visible,
.nav-cta,
.nav-cta:visited,
.nav-cta:hover,
.nav-cta:active,
.nav-cta:focus,
.nav-cta:focus-visible,
.nav-cta-mobile,
.nav-cta-mobile:visited,
.nav-cta-mobile:hover,
.nav-cta-mobile:active,
.nav-cta-mobile:focus,
.nav-cta-mobile:focus-visible{
  color:var(--black);
}
.btn-outline,
.btn-outline:visited,
.btn-outline:hover,
.btn-outline:active,
.btn-outline:focus,
.btn-outline:focus-visible{
  color:var(--gold);
}
.hero-pill-link,
.hero-pill-link:visited,
.hero-pill-link:hover,
.hero-pill-link:active,
.hero-pill-link:focus,
.hero-pill-link:focus-visible{
  text-decoration:none;
}
.hero-pill-primary,
.hero-pill-primary:visited,
.hero-pill-primary:hover,
.hero-pill-primary:active,
.hero-pill-primary:focus,
.hero-pill-primary:focus-visible,
.hero-pill-secondary,
.hero-pill-secondary:visited,
.hero-pill-secondary:hover,
.hero-pill-secondary:active,
.hero-pill-secondary:focus,
.hero-pill-secondary:focus-visible{
  outline:none;
}
.hero-pill-primary,
.hero-pill-primary:visited,
.hero-pill-primary:hover,
.hero-pill-primary:active,
.hero-pill-primary:focus,
.hero-pill-primary:focus-visible{
  color:rgba(255,247,232,0.98);
}
.hero-pill-secondary,
.hero-pill-secondary:visited,
.hero-pill-secondary:hover,
.hero-pill-secondary:active,
.hero-pill-secondary:focus,
.hero-pill-secondary:focus-visible{
  color:rgba(255,247,232,0.96);
}
.btn-gold{background:linear-gradient(135deg,#c39d42 0%,#af8529 52%,#735110 100%);color:var(--black);border:1px solid rgba(205,165,74,0.18);padding:14px 32px;font-size:0.85rem;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;cursor:pointer;border-radius:3px}
.btn-gold:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(184,146,50,0.24)}
.btn-outline{background:transparent;color:var(--gold);border:1px solid var(--bg2);padding:14px 32px;font-size:0.85rem;font-weight:500;letter-spacing:0.1em;text-transform:uppercase;cursor:pointer;border-radius:3px}
.btn-outline:hover{background:rgba(201,168,76,0.08);border-color:var(--gold)}
.btn-gold:active,
.btn-outline:active,
.form-submit:active,
.nav-cta:active,
.nav-cta-mobile:active,
.btn-whatsapp:active,
.copy-btn:active,
.detect-btn:active,
.events-tab:active,
.payment-opt:active,
.btn:active,
.hero-pill-link:active{
  transform:translateY(1px) scale(0.975);
  filter:brightness(0.94);
}
.btn-gold:hover,
.form-submit:hover,
.nav-cta:hover,
.nav-cta-mobile:hover{
  box-shadow:0 10px 24px rgba(184,146,50,0.2);
}
.btn-outline:hover,
.copy-btn:hover,
.detect-btn:hover,
.events-tab:hover,
.payment-opt:hover{
  box-shadow:0 8px 22px rgba(0,0,0,0.18);
}
.btn-whatsapp:hover{
  box-shadow:0 12px 28px rgba(37,211,102,0.24);
  filter:brightness(1.03);
}
.hero-pill-link:hover{
  box-shadow:0 12px 28px rgba(0,0,0,0.22);
}
.btn-gold:focus-visible,
.btn-outline:focus-visible,
.form-submit:focus-visible,
.nav-cta:focus-visible,
.nav-cta-mobile:focus-visible,
.btn-whatsapp:focus-visible,
.copy-btn:focus-visible,
.detect-btn:focus-visible,
.events-tab:focus-visible,
.payment-opt:focus-visible,
.btn:focus-visible,
.hero-pill-link:focus-visible{
  box-shadow:0 0 0 2px rgba(10,10,10,0.78),0 0 0 4px rgba(201,168,76,0.42);
}
.btn-gold,.btn-outline,.form-submit,.nav-cta,.nav-cta-mobile,.btn{
  position:relative;
}
.btn-gold.is-loading,.btn-outline.is-loading,.form-submit.is-loading,.nav-cta.is-loading,.nav-cta-mobile.is-loading,.btn.is-loading{
  pointer-events:none;
  opacity:0.88;
  color:transparent !important;
}
.btn-gold.is-loading::after,.btn-outline.is-loading::after,.form-submit.is-loading::after,.nav-cta.is-loading::after,.nav-cta-mobile.is-loading::after,.btn.is-loading::after{
  content:'';
  position:absolute;
  top:50%;
  left:50%;
  width:18px;
  height:18px;
  margin:-9px 0 0 -9px;
  border-radius:50%;
  border:2px solid rgba(10,10,10,0.24);
  border-top-color:var(--black);
  border-right-color:var(--black);
  animation:buttonSpin 0.7s linear infinite;
}
.btn-sm.is-loading::after,
.nav-cta-mobile.is-loading::after{
  width:14px;
  height:14px;
  margin:-7px 0 0 -7px;
  border-width:1.8px;
}
.btn-sm.is-loading,
.nav-cta-mobile.is-loading{
  min-height:36px;
}
.form-submit.is-loading::after{
  width:20px;
  height:20px;
  margin:-10px 0 0 -10px;
  border-width:2.2px;
}
.btn-outline.is-loading::after{
  border-color:rgba(201,168,76,0.24);
  border-top-color:var(--gold);
  border-right-color:var(--gold);
}
.btn.is-loading.btn-outline::after{
  border-color:rgba(201,168,76,0.24);
  border-top-color:var(--gold);
  border-right-color:var(--gold);
}
@keyframes buttonSpin{
  to{transform:rotate(360deg)}
}

/* SERVICES OVERVIEW */
.services-overview{max-width:1200px;margin:0 auto;padding:6rem 2rem}
.section-header{text-align:center;margin-bottom:4rem}
.section-eyebrow{color:#d7c59b;font-size:0.75rem;font-weight:500;letter-spacing:0.2em;text-transform:uppercase;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;gap:12px}
.section-eyebrow::before,.section-eyebrow::after{content:'';flex:0 0 40px;height:1px;background:rgba(201,168,76,0.22)}
.section-title{font-family:'Cormorant Garamond',serif;font-size:3rem;font-weight:300;color:var(--white);margin-bottom:1rem}
.section-title em{font-style:italic;color:#c5a65e}
.section-sub{color:var(--text-muted);font-size:1rem;max-width:560px;margin:0 auto;line-height:1.7}
.services-overview .section-sub{
  font-family:'Outfit',sans-serif;
  font-weight:400;
  text-transform:none;
}
.faq-section .section-sub{
  font-family:'Outfit',sans-serif;
  font-weight:400;
  text-transform:none;
}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--bg)}
.service-card{background:var(--dark);padding:3rem 2.5rem;transition:background 0.3s;cursor:default}
.service-card:hover{background:var(--dark2)}
.service-icon{width:56px;height:56px;border:1px solid var(--line-soft);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1.5rem;background:var(--panel-soft)}
.service-icon img{width:28px;height:28px;object-fit:contain;display:block}
.service-name{font-family:'Cormorant Garamond',serif;font-size:1.6rem;color:var(--white);margin-bottom:0.75rem}
.service-desc{color:var(--text-muted);font-size:0.9rem;line-height:1.7;font-weight:500}
.service-list{list-style:none;margin-top:1.5rem}
.service-list li{color:var(--text-muted);font-size:0.85rem;padding:6px 0;border-bottom:1px solid rgba(201,168,76,0.08);display:flex;align-items:center;gap:8px;font-weight:500}
.service-list li::before{content:'';width:4px;height:4px;border-radius:50%;background:var(--gold);flex-shrink:0}
.services-carousel{width:100%}
.venue-services-overview{padding:0 2rem 2.8rem}
.venue-services-overview .services-grid{background:transparent;gap:1rem}
.venue-services-overview .service-card{
  border:1px solid rgba(201,168,76,0.12);
  border-radius:24px;
  background:linear-gradient(180deg,rgba(255,255,255,0.03),rgba(255,255,255,0.015));
  box-shadow:0 18px 34px rgba(0,0,0,0.12);
}
.venue-services-overview .service-icon{
  font-size:0.98rem;
  font-weight:700;
  letter-spacing:0.14em;
  color:var(--gold);
}
.venue-services-overview .service-desc{color:#cfc6b3}
.home-venue{padding:0 2rem 4.5rem}
.home-venue-inner{
  max-width:1200px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(320px,0.9fr);
  gap:1.4rem;
  align-items:stretch;
}
.home-venue-copy{
  background:linear-gradient(135deg,rgba(255,255,255,0.02),rgba(201,168,76,0.04));
  border:1px solid rgba(201,168,76,0.14);
  border-radius:24px;
  padding:2rem 2.1rem;
}
.home-venue-sub{margin:0;max-width:unset;text-align:left}
.home-venue-card{
  background:rgba(255,255,255,0.025);
  border:1px solid rgba(255,255,255,0.08);
  border-radius:24px;
  padding:1.8rem;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:1.4rem;
}
.home-venue-list{display:grid;gap:0.85rem}
.home-venue-item{
  position:relative;
  padding-left:1rem;
  color:#efe3c8;
  font-size:0.92rem;
  line-height:1.7;
}
.home-venue-item::before{
  content:'';
  position:absolute;
  left:0;
  top:0.75rem;
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--gold);
}
.home-venue-actions{display:flex;gap:0.8rem;flex-wrap:wrap}
.home-venue-actions .btn-gold,
.home-venue-actions .btn-outline{text-decoration:none}
.event-types{background:var(--dark2);border-top:1px solid var(--bg);border-bottom:1px solid var(--bg);padding:3rem 2rem}
.event-types-inner{max-width:1200px;margin:0 auto}
.event-types-label{font-size:0.75rem;color:var(--gold);text-transform:uppercase;letter-spacing:0.2em;margin-bottom:1.5rem;text-align:center}
.event-types-list{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}
.event-chip{background:var(--panel-soft);border:1px solid var(--line-soft);padding:8px 20px;border-radius:2px;font-size:0.85rem;color:var(--text-muted);transition:all 0.3s;cursor:default}
.event-chip:hover{border-color:rgba(201,168,76,0.34);color:var(--white);background:rgba(255,255,255,0.04)}
.home-faq{padding:5rem 2rem 1rem}
.home-faq-inner{max-width:1200px;margin:0 auto}
.home-faq-header{margin-bottom:2.5rem}
.home-faq-list{
  max-width:920px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:0.9rem;
}
.home-faq-item{
  background:var(--dark2);
  border:1px solid var(--line-soft);
  border-radius:999px;
  padding:0;
  position:relative;
  overflow:hidden;
}
.home-faq-item::before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:2px;
  background:linear-gradient(90deg,var(--gold),rgba(201,168,76,0.12),transparent);
}
.home-faq-item summary{
  list-style:none;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  padding:1.05rem 1.35rem;
  color:var(--white);
  font-family:'Cormorant Garamond',serif;
  font-size:1.28rem;
  line-height:1.05;
  position:relative;
  z-index:1;
}
.home-faq-item summary::-webkit-details-marker{
  display:none;
}
.home-faq-item summary::after{
  content:'+';
  flex-shrink:0;
  width:28px;
  height:28px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,0.12);
  color:var(--gold);
  font-family:'Outfit',sans-serif;
  font-size:1rem;
  font-weight:500;
  line-height:1;
  transition:transform 0.24s ease, background 0.24s ease, color 0.24s ease;
}
.home-faq-item[open]{
  border-radius:18px;
}
.home-faq-item[open] summary{
  padding-bottom:0.7rem;
}
.home-faq-item[open] summary::after{
  content:'−';
  background:rgba(255,255,255,0.06);
}
.home-faq-answer{
  padding:0 1.35rem 1.15rem;
}
.home-faq-answer p{
  margin:0;
  color:var(--text-muted);
  font-size:0.9rem;
  line-height:1.75;
}
.testimonial-strip{max-width:800px;margin:4rem auto;padding:0 2rem;text-align:center}
.testimonial-text{font-family:'Cormorant Garamond',serif;font-size:1.8rem;font-style:italic;color:var(--white);font-weight:300;line-height:1.4;margin-bottom:1rem}
.testimonial-author{color:var(--text-muted);font-size:0.85rem;letter-spacing:0.1em}
.testimonial-author span{color:var(--gold)}
.home-testimonials{padding:5rem 2rem 5.5rem}
.home-testimonials-inner{max-width:1200px;margin:0 auto}
.home-testimonials-header{margin-bottom:2.4rem}
.testimonial-carousel-shell{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  gap:0.8rem;
  align-items:center;
}
.testimonial-cards{
  display:flex;
  gap:0.9rem;
  overflow-x:auto;
  overscroll-behavior-x:contain;
  scroll-snap-type:x mandatory;
  -webkit-overflow-scrolling:touch;
  padding:0.2rem 0.1rem 0.6rem;
  margin:0 -0.1rem 0.55rem;
  scrollbar-width:none;
}
.testimonial-cards::-webkit-scrollbar{display:none}
.testimonial-arrow{
  width:40px;
  height:40px;
  border-radius:50%;
  border:1px solid var(--line-soft);
  background:rgba(255,255,255,0.03);
  color:#d7c59b;
  font-size:1.35rem;
  line-height:1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  transition:background 0.24s ease,border-color 0.24s ease,color 0.24s ease,transform 0.24s ease;
}
.testimonial-arrow:hover{
  background:rgba(255,255,255,0.05);
  border-color:rgba(201,168,76,0.28);
  color:var(--white);
  transform:translateY(-1px);
}
.testimonial-card{
  flex:0 0 min(320px, 84vw);
  scroll-snap-align:start;
  background:rgba(255,255,255,0.02);
  border:1px solid var(--line-soft);
  border-radius:18px;
  padding:1.1rem 1.05rem 1.15rem;
  min-height:210px;
}
.testimonial-stars{color:var(--gold);font-size:0.8rem;letter-spacing:0.16em;margin-bottom:0.78rem}
.testimonial-stars span{color:rgba(255,255,255,0.16)}
.testimonial-copy{
  color:#ddd4c5;
  font-size:0.86rem;
  line-height:1.72;
  margin:0 0 0.95rem;
  display:-webkit-box;
  -webkit-line-clamp:6;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.testimonial-meta{display:flex;flex-direction:column;gap:0.2rem}
.testimonial-meta strong{color:var(--white);font-size:0.84rem;font-weight:500}
.testimonial-meta span{color:var(--text-muted);font-size:0.76rem;letter-spacing:0.06em;text-transform:uppercase}
.testimonial-carousel-hint{
  color:var(--text-muted);
  font-size:0.72rem;
  letter-spacing:0.12em;
  text-transform:uppercase;
  text-align:center;
  margin:0 0 1.5rem;
}
.testimonial-form-wrap{display:grid;grid-template-columns:320px 1fr;gap:1.2rem;align-items:start;background:rgba(255,255,255,0.02);border:1px solid var(--line-soft);border-radius:22px;padding:1.45rem}
.testimonial-form-copy{padding:0.2rem 0.1rem}
.testimonial-form-kicker{font-size:0.72rem;color:#d7c59b;letter-spacing:0.18em;text-transform:uppercase;margin-bottom:0.7rem}
.testimonial-form-copy h3{font-family:'Cormorant Garamond',serif;font-size:2rem;font-weight:300;color:var(--white);margin-bottom:0.45rem}
.testimonial-form-copy p{color:var(--text-muted);font-size:0.86rem;line-height:1.7}
.testimonial-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}
.testimonial-submit{display:inline-flex;align-items:center;justify-content:center;min-width:180px;text-decoration:none;border:none;padding:12px 22px;border-radius:6px;cursor:pointer}
.venue-page{padding-top:72px}
.venue-hero{
  position:relative;
  min-height:84vh;
  display:flex;
  align-items:flex-end;
  padding:0 2rem 0.9rem;
  overflow:hidden;
  background:#090909;
}
.venue-hero-media{
  position:absolute;
  inset:0;
  touch-action:pan-y;
}
.venue-hero-slide{
  position:absolute;
  inset:0;
  opacity:0;
  transition:opacity 1.2s ease, transform 6s ease;
  transform:scale(1.04);
}
.venue-hero-slide.active{
  opacity:1;
  transform:scale(1);
}
.venue-hero-slide img,
.venue-hero-slide video{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 42%;
  display:block;
}
.venue-hero-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(5,5,5,0.14) 0%,rgba(5,5,5,0.28) 34%,rgba(5,5,5,0.56) 72%,rgba(5,5,5,0.78) 100%),
    linear-gradient(90deg,rgba(5,5,5,0.44) 0%,rgba(5,5,5,0.14) 38%,rgba(5,5,5,0.34) 100%);
  pointer-events:none;
}
.venue-hero-nav{
  position:absolute;
  inset:0;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 1.6rem;
  pointer-events:none;
}
.venue-hero-nav-btn{
  width:56px;
  height:56px;
  border-radius:50%;
  border:1px solid rgba(201,168,76,0.24);
  background:linear-gradient(180deg,rgba(10,10,10,0.54),rgba(16,16,16,0.3));
  color:#fff2d0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  pointer-events:auto;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  box-shadow:0 12px 24px rgba(0,0,0,0.16), 0 0 0 1px rgba(255,248,236,0.03) inset;
  transition:transform 0.24s ease, background 0.24s ease, border-color 0.24s ease, opacity 0.24s ease;
  opacity:0.92;
}
.venue-hero-nav-btn span{
  font-size:1.15rem;
  line-height:1;
}
.venue-hero-nav-btn:hover{
  transform:translateY(-2px);
  background:linear-gradient(180deg,rgba(22,22,22,0.7),rgba(18,18,18,0.44));
  border-color:rgba(201,168,76,0.4);
  opacity:1;
}
.venue-hero-nav-btn:focus-visible{
  outline:2px solid rgba(201,168,76,0.9);
  outline-offset:3px;
}
.venue-hero-inner{
  max-width:1080px;
  margin:0 auto;
  position:relative;
  z-index:1;
}
.venue-hero-inner--overlay{
  width:100%;
  padding:4.8rem 0 2rem;
}
.venue-hero-inner--overlay::before{
  content:'';
  position:absolute;
  left:-2rem;
  top:1.6rem;
  bottom:0.4rem;
  width:min(72vw, 940px);
  background:linear-gradient(90deg,rgba(7,7,7,0.58) 0%,rgba(7,7,7,0.34) 52%,rgba(7,7,7,0) 100%);
  pointer-events:none;
  z-index:-1;
}
.venue-hero-copy{
  max-width:760px;
  color:rgba(241,227,192,0.9);
  font-size:1.02rem;
  line-height:1.9;
}
.venue-hero-location{
  margin-top:1.15rem;
  max-width:640px;
  padding:1rem 1.1rem;
  border-radius:22px;
  background:linear-gradient(180deg,rgba(10,10,10,0.64),rgba(14,14,14,0.42));
  border:1px solid rgba(201,168,76,0.18);
  box-shadow:0 16px 34px rgba(0,0,0,0.18), 0 0 0 1px rgba(255,248,236,0.03) inset;
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}
.venue-hero-location-head{
  font-size:0.68rem;
  color:#d7c59b;
  letter-spacing:0.18em;
  text-transform:uppercase;
  margin-bottom:0.55rem;
}
.venue-hero-location-primary{
  color:var(--white);
  font-size:1rem;
  font-weight:700;
  line-height:1.45;
}
.venue-hero-location-secondary{
  margin-top:0.18rem;
  color:rgba(241,227,192,0.82);
  font-size:0.9rem;
  line-height:1.7;
}
.venue-hero-location-meta{
  display:flex;
  align-items:center;
  gap:0.85rem;
  flex-wrap:wrap;
  margin-top:0.85rem;
}
.venue-hero-location-gps{
  display:inline-flex;
  align-items:center;
  min-height:40px;
  padding:0.58rem 0.85rem;
  border-radius:999px;
  background:rgba(255,255,255,0.04);
  border:1px solid rgba(255,255,255,0.09);
  color:#efe3c8;
  font-size:0.78rem;
  font-weight:600;
  letter-spacing:0.08em;
  text-transform:uppercase;
}
.venue-hero-location-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:0.58rem 1rem;
  border-radius:999px;
  border:1px solid rgba(201,168,76,0.3);
  color:var(--gold-light);
  font-size:0.8rem;
  font-weight:700;
  letter-spacing:0.1em;
  text-transform:uppercase;
  text-decoration:none;
  transition:background 0.24s ease,border-color 0.24s ease,color 0.24s ease;
}
.venue-hero-location-link:hover{
  background:rgba(201,168,76,0.09);
  border-color:rgba(201,168,76,0.42);
  color:#fff1cf;
}
.venue-hero .section-title{
  font-size:4.3rem;
  max-width:980px;
  margin-bottom:1.15rem;
}
.venue-hero .section-eyebrow{
  justify-content:flex-start;
}
.venue-hero .section-eyebrow::after{display:none}
.venue-hero-availability{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:1rem;
  padding:0.78rem 1.05rem;
  border-radius:999px;
  background:linear-gradient(180deg,rgba(10,10,10,0.68),rgba(18,18,18,0.54));
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  border:1px solid rgba(201,168,76,0.34);
  box-shadow:0 10px 24px rgba(0,0,0,0.2), 0 0 0 1px rgba(255,248,236,0.03) inset;
  color:#fbf2df;
  font-size:0.92rem;
  font-weight:700;
  letter-spacing:0.11em;
  text-shadow:0 1px 10px rgba(0,0,0,0.42);
  text-transform:uppercase;
}
.venue-hero-availability::before{
  content:'';
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--gold);
  box-shadow:0 0 10px rgba(201,168,76,0.5);
}
.venue-hero-dots{
  display:flex;
  align-items:center;
  gap:0.65rem;
  margin-top:1.4rem;
}
.venue-hero-dot{
  width:11px;
  height:11px;
  border-radius:50%;
  border:1px solid rgba(241,227,192,0.45);
  background:rgba(255,255,255,0.12);
  cursor:pointer;
  transition:transform 0.24s ease, background 0.24s ease, border-color 0.24s ease;
}
.venue-hero-dot.active{
  background:var(--gold);
  border-color:var(--gold-light);
  transform:scale(1.12);
}
.venue-intro{padding:1rem 2rem 2.2rem}
.venue-intro-inner{
  max-width:1080px;
  margin:0 auto;
  display:block;
}
.venue-intro-copy{
  max-width:920px;
  margin:0 auto;
  padding:0.4rem 0 0;
  text-align:center;
}
.venue-intro-kicker{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  font-size:0.76rem;
  color:#d7c59b;
  letter-spacing:0.2em;
  text-transform:uppercase;
  margin-bottom:1rem;
}
.venue-intro-kicker::before,
.venue-intro-kicker::after{
  content:'';
  width:54px;
  height:1px;
  background:rgba(201,168,76,0.24);
}
.venue-intro-text{
  color:#d8cfbe;
  font-family:'Cormorant Garamond',serif;
  font-size:1.86rem;
  line-height:1.3;
  font-weight:300;
  letter-spacing:0.01em;
}
.venue-use-cards{padding:0 2rem 2.2rem}
.venue-use-cards-inner{max-width:1080px;margin:0 auto}
.venue-use-cards-label{
  font-size:0.75rem;
  color:var(--gold);
  text-transform:uppercase;
  letter-spacing:0.18em;
  margin-bottom:1rem;
}
.venue-use-cards-list{
  display:flex;
  gap:0.9rem;
  flex-wrap:wrap;
}
.venue-use-card{
  background:rgba(255,255,255,0.028);
  border:1px solid rgba(201,168,76,0.14);
  color:#efe3c8;
  padding:0.82rem 1rem;
  border-radius:999px;
  font-size:0.84rem;
  line-height:1.4;
  min-height:0;
  display:flex;
  align-items:center;
}
.venue-notes{padding:0 2rem 2.8rem}
.venue-notes-inner{
  max-width:1200px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1.1rem;
}
.venue-note{
  padding:1.35rem 1.25rem 1.2rem;
  border:1px solid rgba(201,168,76,0.12);
  border-radius:24px;
  background:
    linear-gradient(180deg,rgba(255,255,255,0.03),rgba(255,255,255,0.015));
  box-shadow:0 18px 34px rgba(0,0,0,0.12);
  position:relative;
  overflow:hidden;
}
.venue-note::before{
  content:'';
  position:absolute;
  top:0;
  left:1.25rem;
  right:1.25rem;
  height:1px;
  background:linear-gradient(90deg,rgba(201,168,76,0.4),rgba(201,168,76,0.08),transparent);
}
.venue-note-number{
  font-size:0.74rem;
  color:rgba(201,168,76,0.72);
  letter-spacing:0.18em;
  text-transform:uppercase;
  margin-bottom:0.6rem;
}
.venue-note-title{
  font-family:'Cormorant Garamond',serif;
  font-size:1.65rem;
  color:var(--white);
  margin-bottom:0.9rem;
  line-height:1;
}
.venue-note-pills{
  display:flex;
  flex-direction:column;
  gap:0.7rem;
}
.venue-note-pill{
  display:flex;
  align-items:center;
  width:100%;
  min-height:48px;
  padding:0.78rem 0.92rem;
  border-radius:16px;
  background:rgba(255,255,255,0.026);
  border:1px solid rgba(255,255,255,0.07);
  color:#efe3c8;
  font-size:0.83rem;
  line-height:1.5;
  position:relative;
  padding-left:1rem;
}
.venue-note-pill::before{
  content:'';
  width:7px;
  height:7px;
  flex:0 0 7px;
  border-radius:50%;
  margin-right:0.72rem;
  background:rgba(201,168,76,0.88);
  box-shadow:0 0 10px rgba(201,168,76,0.24);
}
.venue-gallery-grid-item{
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,0.07);
  background:#101010;
}
.venue-gallery-grid-item img,
.venue-gallery-grid-item video{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 35%;
  display:block;
}
.venue-gallery-full{padding:0 2rem 3.2rem}
.venue-gallery-full-inner{max-width:1200px;margin:0 auto}
.venue-gallery-full .section-header{margin-bottom:2rem}
.venue-gallery-grid{
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  grid-auto-rows:82px;
  gap:0.9rem;
}
.venue-gallery-grid--count-1{
  grid-template-columns:minmax(0,1fr);
  grid-auto-rows:420px;
}
.venue-gallery-grid--count-1 .venue-gallery-grid-item:nth-child(1){
  grid-column:1 / -1;
  grid-row:span 1;
}
.venue-gallery-grid--count-2{
  grid-template-columns:repeat(2,minmax(0,1fr));
  grid-auto-rows:320px;
}
.venue-gallery-grid--count-2 .venue-gallery-grid-item:nth-child(n){
  grid-column:span 1;
  grid-row:span 1;
}
.venue-gallery-grid--count-3{
  grid-template-columns:repeat(2,minmax(0,1fr));
  grid-auto-rows:210px;
}
.venue-gallery-grid--count-3 .venue-gallery-grid-item:nth-child(1){
  grid-column:1 / -1;
  grid-row:span 2;
}
.venue-gallery-grid--count-3 .venue-gallery-grid-item:nth-child(2),
.venue-gallery-grid--count-3 .venue-gallery-grid-item:nth-child(3){
  grid-column:span 1;
  grid-row:span 1;
}
.venue-gallery-grid--count-4{
  grid-template-columns:repeat(2,minmax(0,1fr));
  grid-auto-rows:240px;
}
.venue-gallery-grid--count-4 .venue-gallery-grid-item:nth-child(n){
  grid-column:span 1;
  grid-row:span 1;
}
.venue-gallery-grid-item:nth-child(6n+1){grid-column:span 7;grid-row:span 3}
.venue-gallery-grid-item:nth-child(6n+2){grid-column:span 5;grid-row:span 3}
.venue-gallery-grid-item:nth-child(6n+3){grid-column:span 4;grid-row:span 2}
.venue-gallery-grid-item:nth-child(6n+4){grid-column:span 4;grid-row:span 2}
.venue-gallery-grid-item:nth-child(6n+5){grid-column:span 4;grid-row:span 2}
.venue-gallery-grid-item:nth-child(6n+6){grid-column:span 12;grid-row:span 2}
.venue-cta{padding:0 2rem 5rem}
.venue-cta-inner{
  max-width:980px;
  margin:0 auto;
  text-align:center;
  background:linear-gradient(180deg,rgba(201,168,76,0.08),rgba(255,255,255,0.02));
  border:1px solid rgba(201,168,76,0.14);
  border-radius:28px;
  padding:2.4rem 2rem;
}
.venue-cta-inner p{
  max-width:720px;
  margin:0.8rem auto 0;
  color:var(--text-muted);
  font-size:0.95rem;
  line-height:1.85;
}
.venue-cta-actions{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:0.9rem;
  flex-wrap:wrap;
  margin-top:1.5rem;
}
.venue-cta-actions .btn-gold,
.venue-cta-actions .btn-outline{text-decoration:none}
@media(max-width:900px){
  .home-venue-inner,
  .venue-notes-inner{grid-template-columns:1fr}
  .venue-hero{
    min-height:70vh;
    padding-bottom:1rem;
  }
  .venue-hero-nav{
    padding:0 1rem;
  }
  .venue-hero-nav-btn{
    width:50px;
    height:50px;
  }
  .venue-hero-inner--overlay{padding-top:5.3rem}
  .venue-hero .section-title{
    font-size:3.15rem;
    line-height:1.02;
  }
  .venue-hero-inner--overlay::before{
    left:-1rem;
    width:min(86vw, 700px);
  }
  .venue-hero-availability{font-size:0.84rem}
  .venue-intro-text{font-size:1.7rem}
  .venue-gallery-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    grid-auto-rows:140px;
  }
  .venue-gallery-grid[class*="venue-gallery-grid--count-"]{
    grid-template-columns:repeat(2,minmax(0,1fr));
    grid-auto-rows:160px;
  }
  .venue-gallery-grid-item:nth-child(n){grid-column:span 1;grid-row:span 1}
  .venue-gallery-grid-item:nth-child(3n+1){grid-column:span 2;grid-row:span 2}
  .testimonial-form-wrap{grid-template-columns:1fr}
  .testimonial-carousel-shell{grid-template-columns:1fr}
  .testimonial-arrow{display:none}
}
@media(max-width:640px){
  .home-venue{padding:0 1rem 4rem}
  .venue-hero,
  .venue-intro,
  .venue-use-cards,
  .venue-services-overview,
  .venue-gallery-full,
  .venue-cta{padding-left:1rem;padding-right:1rem}
  .home-venue-copy,
  .home-venue-card,
  .venue-intro-copy,
  .venue-cta-inner{padding:1.35rem}
  .venue-hero{
    min-height:64vh;
    align-items:flex-end;
    padding-bottom:0.8rem;
  }
  .venue-hero-nav{
    padding:0 0.7rem;
  }
  .venue-hero-nav-btn{
    width:44px;
    height:44px;
  }
  .venue-hero-nav-btn span{font-size:1rem}
  .venue-hero-inner--overlay{padding-top:5.8rem;padding-bottom:1.35rem}
  .venue-hero .section-title{
    font-size:2.35rem;
    line-height:1.03;
  }
  .venue-hero-copy{
    font-size:0.92rem;
    line-height:1.75;
  }
  .venue-hero-inner--overlay::before{
    left:-1rem;
    top:2.4rem;
    bottom:0.6rem;
    width:calc(100% + 1rem);
    background:linear-gradient(180deg,rgba(7,7,7,0.34) 0%,rgba(7,7,7,0.44) 44%,rgba(7,7,7,0) 100%);
  }
  .venue-hero-availability{
    font-size:0.76rem;
    line-height:1.4;
    margin-bottom:0.85rem;
    padding:0.65rem 0.82rem;
  }
  .venue-hero-location{
    margin-top:1rem;
    padding:0.9rem 0.95rem;
    border-radius:18px;
  }
  .venue-intro-kicker{gap:10px;font-size:0.68rem}
  .venue-intro-kicker::before,
  .venue-intro-kicker::after{width:26px}
  .venue-intro-text{font-size:1.32rem;line-height:1.42}
  .venue-hero-location-primary{font-size:0.94rem}
  .venue-hero-location-secondary{font-size:0.84rem;line-height:1.6}
  .venue-hero-location-meta{gap:0.55rem}
  .venue-hero-location-gps,
  .venue-hero-location-link{
    width:100%;
    justify-content:center;
  }
  .venue-use-cards-list{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:0.8rem;
  }
  .venue-use-card{
    width:100%;
    min-height:56px;
    justify-content:center;
    text-align:center;
    padding:0.82rem 0.9rem;
    border-radius:18px;
    background:linear-gradient(180deg,rgba(255,255,255,0.05),rgba(255,255,255,0.025));
    border-color:rgba(201,168,76,0.18);
    box-shadow:0 12px 24px rgba(0,0,0,0.12);
  }
  .venue-gallery-grid[class*="venue-gallery-grid--count-"]{
    grid-template-columns:1fr;
    grid-auto-rows:220px;
  }
  .venue-gallery-grid[class*="venue-gallery-grid--count-"] .venue-gallery-grid-item:nth-child(n){
    grid-column:span 1;
    grid-row:span 1;
  }
  .venue-gallery-grid{
    grid-template-columns:1fr;
    grid-auto-rows:220px;
  }
  .venue-gallery-grid-item:nth-child(n){grid-column:span 1;grid-row:span 1}
  .home-testimonials{padding:4rem 1rem 4.5rem}
  .testimonial-form-grid{grid-template-columns:1fr}
  .testimonial-form-wrap{padding:1.1rem}
  .testimonial-form-copy h3{font-size:1.7rem}
  .testimonial-card{
    flex-basis:86vw;
    min-height:195px;
    padding:1rem 0.95rem 1.05rem;
  }
  .testimonial-copy{
    font-size:0.84rem;
    -webkit-line-clamp:7;
  }
  .testimonial-carousel-hint{
    font-size:0.68rem;
    margin-bottom:1.15rem;
  }
}
@media(max-width:768px){
  .venue-services-overview{
    padding:0 1rem 2.2rem;
  }
  .venue-services-overview .services-carousel{
    overflow:visible;
    padding:0.9rem 0 0.55rem;
    position:relative;
    height:440px;
    touch-action:pan-y;
  }
  .venue-services-overview .services-grid{
    gap:0;
    background:transparent;
    height:100%;
  }
  .venue-services-overview .service-card{
    position:absolute;
    top:0;
    left:50%;
    width:78vw;
    max-width:320px;
    min-height:420px;
    padding:2.2rem 1.45rem 2rem;
    border:1px solid rgba(201,168,76,0.14);
    border-radius:2px;
    background:var(--dark);
    box-shadow:0 18px 36px rgba(0,0,0,0.18);
    overflow:hidden;
    visibility:visible;
    opacity:1;
    transition:transform 0.42s cubic-bezier(0.22,0.78,0.24,1), opacity 0.32s ease, box-shadow 0.42s ease;
    will-change:transform,opacity;
  }
  .venue-services-overview .carousel-card.is-center{
    z-index:3;
    opacity:1;
    transform:translateX(-50%) scale(1);
    box-shadow:0 24px 46px rgba(0,0,0,0.26);
  }
  .venue-services-overview .carousel-card.is-left{
    z-index:2;
    opacity:0.92;
    transform:translateX(calc(-50% - 78px)) scale(0.85) rotateY(12deg);
  }
  .venue-services-overview .carousel-card.is-right{
    z-index:2;
    opacity:0.92;
    transform:translateX(calc(-50% + 78px)) scale(0.85) rotateY(-12deg);
  }
  .venue-services-overview .carousel-card.is-hidden{
    z-index:1;
    opacity:0.78;
    transform:translateX(-50%) scale(0.74);
    visibility:hidden;
    pointer-events:none;
  }
  .venue-services-overview .service-icon{
    margin-bottom:1.15rem;
  }
  .venue-services-overview .service-name{
    font-size:1.45rem;
  }
  .venue-services-overview .service-desc{
    font-size:0.86rem;
    line-height:1.58;
    display:-webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }
}
.whatsapp-bar{background:linear-gradient(135deg,rgba(255,255,255,0.03),rgba(201,168,76,0.025));border:1px solid var(--line-soft);max-width:700px;margin:2rem auto;border-radius:8px;padding:2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}
.whatsapp-text h3{font-family:'Cormorant Garamond',serif;font-size:1.5rem;color:var(--white);margin-bottom:4px}
.whatsapp-text p{color:var(--text-muted);font-size:0.88rem}
.btn-whatsapp{background:#25D366;color:white;border:none;padding:12px 24px;border-radius:4px;font-size:0.85rem;font-weight:600;cursor:pointer;letter-spacing:0.05em;display:flex;align-items:center;gap:8px;white-space:nowrap;transition:opacity 0.3s}
.btn-whatsapp:hover{opacity:0.85}

/* SERVICES PAGE */
#services{background:var(--black)}
.services-page{max-width:1200px;margin:0 auto;padding:4rem 2rem}
.page-hero{padding:4rem 0 3rem;text-align:center}
.page-hero-title{font-family:'Cormorant Garamond',serif;font-size:3.5rem;font-weight:300;margin-bottom:1rem}
.page-hero-title em{color:#c5a65e;font-style:italic}
.page-hero-sub{color:var(--text-muted);font-size:1rem;max-width:500px;margin:0 auto}
.services-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:3rem}
.service-detail-card{background:var(--dark2);border:1px solid var(--line-soft);border-radius:12px;padding:2.5rem;position:relative;overflow:hidden}
.service-detail-card::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--gold),transparent)}
.service-detail-num{font-family:'Cormorant Garamond',serif;font-size:5rem;font-weight:700;color:rgba(201,168,76,0.08);position:absolute;top:1rem;right:1.5rem;line-height:1}
.service-detail-icon{width:60px;height:60px;border:1px solid rgba(184,146,50,0.22);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:2rem;margin-bottom:1rem;background:rgba(201,168,76,0.05)}
.service-detail-icon img{width:32px;height:32px;object-fit:contain;display:block}
.service-detail-name{font-family:'Cormorant Garamond',serif;font-size:2.3rem;color:var(--white);margin-bottom:0.78rem;font-weight:700;position:relative;top:-0.14rem}
.service-detail-desc{color:#cfc6b3;font-size:0.98rem;line-height:1.76;margin-bottom:1.38rem;font-weight:500;position:relative;top:-0.12rem}
.service-detail-features{display:flex;flex-direction:column;gap:8px;margin-top:0.35rem}
.service-feature{display:flex;align-items:center;gap:10px;font-size:0.85rem;color:#d8cfbe;font-weight:600}
.service-feature-dot{width:6px;height:6px;border-radius:50%;background:var(--gold);flex-shrink:0}
.service-notice{background:rgba(201,168,76,0.05);border:1px solid var(--bg);border-radius:8px;padding:1.5rem 2rem;display:flex;gap:1rem;align-items:flex-start}
.notice-icon{font-size:1.2rem;flex-shrink:0;margin-top:2px}
.notice-content h4{color:var(--gold);font-size:0.85rem;font-weight:600;text-transform:uppercase;letter-spacing:0.1em;margin-bottom:6px}
.notice-content p{color:var(--text-muted);font-size:0.9rem;line-height:1.6}

/* PRICING */
#pricing{background:var(--black)}
.pricing-page{max-width:1100px;margin:0 auto;padding:4rem 2rem}
.pricing-carousel{width:100%}
.pricing-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin:3rem 0;align-items:center;perspective:1600px}
.pricing-card{background:var(--dark2);border:1px solid var(--line-soft);border-radius:12px;padding:2.5rem 2rem;position:relative;transition:transform 0.36s ease, box-shadow 0.36s ease, border-color 0.36s ease;text-align:center;transform-origin:center center}
.pricing-card:hover{transform:translateY(-4px);box-shadow:0 16px 30px rgba(0,0,0,0.16)}
.pricing-card.featured{background:linear-gradient(160deg,rgba(201,168,76,0.12),var(--dark2));border-color:var(--gold);border-width:2px}
.pricing-card.featured::before{content:'MOST POPULAR';position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:linear-gradient(135deg,var(--gold-light),var(--gold));color:var(--black);font-size:0.65rem;font-weight:700;letter-spacing:0.15em;padding:4px 14px;border-radius:12px}
.pricing-tier{font-size:0.75rem;color:var(--gold);text-transform:uppercase;letter-spacing:0.2em;font-weight:500;margin-bottom:0.5rem}
.pricing-time{font-size:0.85rem;color:var(--text-muted);margin-bottom:1.5rem}
.pricing-amount{font-family:'Cormorant Garamond',serif;font-size:3.5rem;font-weight:700;color:var(--white);line-height:1}
.pricing-amount span{font-size:1.2rem;color:var(--gold);font-family:'Outfit',sans-serif;font-weight:400}
.pricing-per{font-size:0.8rem;color:var(--text-muted);margin:4px 0 1.5rem}
.pricing-mini-note{font-size:0.76rem;color:#d8cfbe;line-height:1.5;margin:-0.2rem 0 1rem}
.pricing-divider{height:1px;background:var(--bg);margin:1.5rem 0}
.pricing-includes{list-style:none;text-align:left}
.pricing-includes li{font-size:0.85rem;color:var(--text-muted);padding:6px 0;display:flex;align-items:center;gap:8px}
.check-gold{color:var(--gold);font-size:0.9rem}
.pricing-rush{background:rgba(201,168,76,0.05);border:1px solid var(--bg);border-radius:8px;padding:1.5rem;text-align:center;margin-top:2rem}
.pricing-rush h4{color:var(--gold);font-size:0.85rem;text-transform:uppercase;letter-spacing:0.1em;font-weight:600;margin-bottom:6px}
.pricing-rush p{color:var(--text-muted);font-size:0.88rem;line-height:1.6}
.transport-note{display:flex;align-items:flex-start;gap:10px;background:var(--dark2);border:1px solid var(--bg);border-radius:8px;padding:1.5rem;margin-top:1rem}
.transport-note p{color:var(--text-muted);font-size:0.88rem;line-height:1.6}
.pricing-notes-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2.4rem}
.pricing-note-card{
  background:linear-gradient(180deg,rgba(255,255,255,0.03),rgba(201,168,76,0.018));
  border:1px solid var(--line-soft);
  border-radius:14px;
  padding:1.35rem 1.4rem 1.45rem;
  position:relative;
  overflow:hidden;
}
.pricing-note-card::before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:2px;
  background:linear-gradient(90deg,var(--gold),rgba(201,168,76,0.18),transparent 82%);
}
.pricing-note-head{
  display:flex;
  align-items:center;
  gap:0.75rem;
  margin-bottom:0.8rem;
}
.pricing-note-icon{
  width:34px;
  height:34px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,0.05);
  border:1px solid rgba(255,255,255,0.1);
  color:var(--gold);
  font-size:0.9rem;
  flex-shrink:0;
}
.pricing-note-title{
  color:var(--gold);
  font-size:0.82rem;
  text-transform:uppercase;
  letter-spacing:0.14em;
  font-weight:700;
  margin-bottom:0;
}
.pricing-note-card p{
  color:var(--text-muted);
  font-size:0.86rem;
  line-height:1.6;
  margin-bottom:0.55rem;
}
.pricing-note-card p:last-child{margin-bottom:0}
.pricing-note-card strong{color:var(--white);font-weight:600}
.pricing-amount-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0.18rem 0.6rem;
  margin:0 0.08rem;
  border-radius:999px;
  background:rgba(255,248,236,0.08);
  border:1px solid rgba(245,229,191,0.22);
  color:var(--gold-light);
  font-size:1.02em;
  font-weight:600;
  line-height:1.1;
  white-space:nowrap;
}

@media(min-width:769px){
  .pricing-cards .pricing-card:not(.featured){
    transform:translateY(8px) scale(0.965);
    box-shadow:0 14px 26px rgba(0,0,0,0.14);
  }
  .pricing-cards .pricing-card:first-child{
    transform:perspective(1400px) rotateY(7deg) translateX(10px) translateY(8px) scale(0.965);
  }
  .pricing-cards .pricing-card:last-child{
    transform:perspective(1400px) rotateY(-7deg) translateX(-10px) translateY(8px) scale(0.965);
  }
  .pricing-cards .pricing-card:not(.featured):hover{
    box-shadow:0 20px 34px rgba(0,0,0,0.18);
  }
  .pricing-cards .pricing-card:first-child:hover{
    transform:perspective(1400px) rotateY(7deg) translateX(10px) translateY(2px) scale(0.98);
  }
  .pricing-cards .pricing-card:last-child:hover{
    transform:perspective(1400px) rotateY(-7deg) translateX(-10px) translateY(2px) scale(0.98);
  }
  .pricing-cards .pricing-card.featured{
    z-index:3;
    transform:translateZ(90px) translateY(-18px) scale(1.06);
    box-shadow:0 34px 60px rgba(0,0,0,0.26), 0 0 26px rgba(201,168,76,0.08);
  }
  .pricing-cards .pricing-card.featured:hover{
    transform:translateZ(90px) translateY(-22px) scale(1.075);
    box-shadow:0 40px 70px rgba(0,0,0,0.3), 0 0 30px rgba(201,168,76,0.12);
  }
}

/* EVENTS */
#events{background:var(--black)}
.events-page{max-width:1200px;margin:0 auto;padding:4rem 2rem}
.events-tabs{display:flex;gap:0;border:1px solid var(--bg);border-radius:4px;overflow:hidden;width:fit-content;margin:2rem 0 3rem}
.events-tab{background:transparent;border:none;color:var(--text-muted);padding:10px 24px;font-size:0.8rem;font-weight:500;letter-spacing:0.08em;text-transform:uppercase;cursor:pointer;transition:all 0.3s;border-right:1px solid var(--bg);font-family:'Outfit',sans-serif}
.events-tab:last-child{border-right:none}
.events-tab.active,.events-tab:hover{background:rgba(201,168,76,0.1);color:var(--gold)}
.events-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}
.event-card{background:var(--dark2);border:1px solid var(--line-soft);border-radius:12px;overflow:hidden;transition:transform 0.3s}
.event-card:hover{transform:translateY(-3px)}
.event-card-img{height:200px;background:linear-gradient(135deg,#1a1a2e,#16213e);overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative}
.event-card-img img{width:100%;height:100%;object-fit:cover}
.event-tag{position:absolute;top:1rem;right:1rem;padding:4px 12px;border-radius:12px;font-size:0.7rem;font-weight:600;text-transform:uppercase;letter-spacing:0.1em}
.event-tag.upcoming{
  background:rgba(12, 52, 28, 0.92);
  border:1px solid rgba(110, 244, 164, 0.92);
  color:#b7ffd0;
  backdrop-filter:blur(4px);
  box-shadow:0 0 0 0 rgba(72, 201, 126, 0.52), 0 0 14px rgba(72, 201, 126, 0.22);
  animation:eventUpcomingPulse 1.55s ease-out infinite;
}
.event-tag.completed{background:rgba(154,144,120,0.2);border:1px solid var(--text-muted);color:var(--text-muted)}
@keyframes eventUpcomingPulse{
  0%{box-shadow:0 0 0 0 rgba(72, 201, 126, 0.52), 0 0 14px rgba(72, 201, 126, 0.22)}
  70%{box-shadow:0 0 0 13px rgba(72, 201, 126, 0), 0 0 20px rgba(72, 201, 126, 0.12)}
  100%{box-shadow:0 0 0 0 rgba(72, 201, 126, 0), 0 0 14px rgba(72, 201, 126, 0.1)}
}
.event-card-body{padding:1.5rem}
.event-date{
  display:inline-flex;
  align-items:center;
  width:fit-content;
  max-width:100%;
  padding:0.38rem 0.72rem;
  border-radius:999px;
  border:1px solid rgba(201,168,76,0.2);
  background:rgba(201,168,76,0.08);
  font-size:0.73rem;
  color:var(--gold);
  text-transform:uppercase;
  letter-spacing:0.12em;
  margin-bottom:0.78rem;
  line-height:1.1;
}
.event-date-range{
  border-color:rgba(201,168,76,0.34);
  background:linear-gradient(135deg,rgba(201,168,76,0.14),rgba(201,168,76,0.06));
  box-shadow:0 10px 24px rgba(0,0,0,0.12);
}
.event-name{font-family:'Cormorant Garamond',serif;font-size:1.5rem;color:var(--white);margin-bottom:0.5rem}
.event-desc{color:var(--text-muted);font-size:0.85rem;line-height:1.6}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:2rem}
.gallery-item{aspect-ratio:4/3;border-radius:6px;overflow:hidden;border:1px solid var(--bg)}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform 0.4s}
.gallery-item[data-gallery-group="team"] img,
.gallery-item[data-gallery-group="team"] video{object-position:center 18%}
.gallery-item:hover img{transform:scale(1.06)}

/* BOOKING */
#booking{background:var(--black)}
.booking-page{max-width:1240px;margin:0 auto;padding:4rem 2rem}
.booking-layout{display:block}
.booking-form{background:var(--dark2);border:1px solid var(--line-soft);border-radius:12px;padding:2.5rem;position:relative;overflow:hidden}
.booking-form::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--gold),var(--gold-light),transparent)}
.form-title{font-family:'Cormorant Garamond',serif;font-size:2rem;color:var(--white);margin-bottom:0.5rem}
.form-sub{color:var(--text-muted);font-size:0.85rem;margin-bottom:2rem}
.form-group{margin-bottom:1.25rem}
.form-label{display:block;font-size:0.75rem;color:#cdbf9c;text-transform:uppercase;letter-spacing:0.1em;font-weight:500;margin-bottom:6px}
.form-help{font-size:0.72rem;color:var(--text-muted);margin-top:4px;line-height:1.35}
.form-input,.form-select,.form-textarea{width:100%;background:var(--dark);border:1px solid rgba(255,255,255,0.12);border-radius:4px;padding:12px 14px;color:var(--white);font-size:0.9rem;font-family:'Outfit',sans-serif;transition:border-color 0.3s, box-shadow 0.3s;outline:none}
.form-input:focus,.form-select:focus{border-color:rgba(201,168,76,0.4);box-shadow:0 0 0 1px rgba(201,168,76,0.14)}
.form-select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23C9A84C' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}
.form-select option{background:var(--dark2)}
.custom-select{position:relative}
.custom-select-trigger{
  width:100%;
  background:var(--dark);
  border:1px solid rgba(255,255,255,0.12);
  border-radius:4px;
  padding:12px 14px;
  color:var(--white);
  font-size:0.9rem;
  font-family:'Outfit',sans-serif;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  cursor:pointer;
  text-align:left;
}
.custom-select-trigger.open{border-color:rgba(201,168,76,0.4)}
.custom-select-label{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.custom-select-caret{color:var(--gold);font-size:0.85rem;flex-shrink:0}
.custom-select-menu{
  position:absolute;
  top:calc(100% + 8px);
  left:0;
  right:0;
  background:#121212;
  border:1px solid rgba(255,255,255,0.1);
  border-radius:10px;
  box-shadow:0 18px 50px rgba(0,0,0,0.32);
  padding:0.45rem;
  display:none;
  z-index:50;
  max-height:260px;
  overflow-y:auto;
}
.custom-select.open .custom-select-menu{display:block}
.custom-select-option{
  width:100%;
  border:none;
  background:transparent;
  color:rgba(250,250,247,0.92);
  text-align:left;
  padding:0.8rem 0.85rem;
  border-radius:8px;
  font-size:0.88rem;
  cursor:pointer;
}
.custom-select-option:hover{background:rgba(255,255,255,0.05);color:var(--white)}
.custom-select-group{
  color:var(--gold);
  font-size:0.68rem;
  letter-spacing:0.12em;
  text-transform:uppercase;
  padding:0.7rem 0.85rem 0.35rem;
  opacity:0.8;
}
.custom-select-with-btn .custom-select-trigger{padding-right:118px}
.custom-select-menu-tall{max-height:300px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.price-display{background:var(--dark);border:1px solid var(--bg);border-radius:8px;padding:1.25rem;margin:1.5rem 0}
.price-row{display:flex;justify-content:space-between;align-items:center;font-size:0.85rem;padding:4px 0}
.price-row.total{border-top:1px solid var(--bg);margin-top:8px;padding-top:12px;font-size:1rem}
.price-label{color:var(--text-muted)}
.price-val{color:var(--white);font-weight:500}
.price-val.highlight{color:var(--gold);font-size:1.3rem;font-family:'Cormorant Garamond',serif;font-weight:700}
.payment-method-select{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:1.25rem}
.payment-opt{background:var(--dark);border:1px solid var(--bg);border-radius:6px;padding:12px;cursor:pointer;transition:all 0.3s;display:flex;align-items:center;gap:8px;font-size:0.85rem;color:var(--text-muted)}
.payment-opt.selected{border-color:rgba(201,168,76,0.38);background:rgba(255,255,255,0.05);color:var(--gold-light)}
.payment-opt-icon{font-size:1.2rem}
.payment-details{background:var(--dark);border:1px solid var(--bg);border-radius:8px;padding:1.25rem;margin-bottom:1.25rem;display:none}
.payment-details.visible{display:block}
.payment-info-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid rgba(201,168,76,0.1);font-size:0.85rem}
.payment-modal-wrap{
  position:fixed;
  inset:0;
  z-index:9999;
  background:rgba(0,0,0,0.82);
  padding:1rem;
  overflow-y:auto;
}
.payment-modal-panel{
  max-width:620px;
  margin:2rem auto;
  background:var(--dark2);
  border:1px solid rgba(201,168,76,0.24);
  border-radius:14px;
  padding:1.4rem 1.35rem 1.25rem;
  box-shadow:0 24px 70px rgba(0,0,0,0.48);
}
.payment-info-row:last-child{border-bottom:none}
.payment-info-label{color:var(--text-muted)}
.payment-info-val{color:var(--white);font-weight:500;display:flex;align-items:center;gap:8px}
.copy-btn{background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);color:var(--gold-light);font-size:0.7rem;font-weight:600;text-transform:uppercase;letter-spacing:0.08em;padding:3px 8px;border-radius:3px;cursor:pointer;transition:background 0.2s}
.copy-btn:hover{background:rgba(255,255,255,0.08)}
.upload-zone{background:var(--dark);border:2px dashed var(--bg);border-radius:8px;padding:2rem;text-align:center;cursor:pointer;transition:all 0.3s;position:relative}
.upload-zone:hover,.upload-zone.has-file{border-color:var(--gold);background:rgba(201,168,76,0.05)}
.upload-zone.error{
  border-color:#e05555 !important;
  background:rgba(220,60,60,0.06) !important;
  box-shadow:0 0 0 1px rgba(224,112,112,0.12) inset;
  animation:shake 0.35s ease;
}
.upload-zone input[type=file]{position:absolute;inset:0;opacity:0;cursor:pointer}
.upload-icon{font-size:2rem;margin-bottom:0.5rem}
.upload-text{color:var(--text-muted);font-size:0.85rem}
.upload-text strong{color:var(--gold)}
.sidebar-card{background:var(--dark2);border:1px solid var(--line-soft);border-radius:12px;padding:2rem;margin-bottom:1.5rem}
.sidebar-title{font-family:'Cormorant Garamond',serif;font-size:1.4rem;color:var(--white);margin-bottom:1rem}
.contact-info{display:flex;flex-direction:column;gap:10px}
.contact-row{display:flex;align-items:center;gap:10px;font-size:0.85rem;color:var(--text-muted)}
.contact-row a{color:var(--gold-light);text-decoration:none;transition:color 0.3s ease}
.contact-row a:hover{color:var(--white)}
.contact-row span:first-child{font-size:1.1rem;flex-shrink:0}
.booking-steps{display:flex;flex-direction:column;gap:0}
.step{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid rgba(201,168,76,0.08)}
.step:last-child{border-bottom:none}
.step-num{width:28px;height:28px;border-radius:50%;border:1px solid var(--gold);display:flex;align-items:center;justify-content:center;font-size:0.75rem;font-weight:600;color:var(--gold);flex-shrink:0;margin-top:2px}
.step-info h4{font-size:0.88rem;color:var(--white);font-weight:500;margin-bottom:2px}
.step-info p{font-size:0.78rem;color:var(--text-muted)}
.form-submit{width:100%;padding:14px;background:linear-gradient(135deg,#c39d42 0%,#af8529 52%,#735110 100%);color:var(--black);border:1px solid rgba(205,165,74,0.18);border-radius:4px;font-size:0.88rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;cursor:pointer;transition:opacity 0.3s;margin-top:1rem}
.form-submit:hover{opacity:0.9}
.success-overlay{display:none;text-align:center;padding:2rem;background:var(--dark2);border:1px solid var(--gold);border-radius:12px;margin-top:2rem}
.success-overlay.show{display:block}
.success-icon{font-size:3rem;margin-bottom:1rem}
.success-title{font-family:'Cormorant Garamond',serif;font-size:2rem;color:var(--gold);margin-bottom:0.5rem}
.success-text{color:var(--text-muted);font-size:0.9rem}

/* FOOTER */
footer{background:#050505;border-top:1px solid rgba(255,255,255,0.08);margin-top:4rem}
.footer-inner{max-width:1200px;margin:0 auto}
.gold-divider{width:60px;height:2px;background:linear-gradient(90deg,var(--gold),transparent);margin:2rem 0}

/* MOBILE */
@media(max-width:768px){
  html,body,main{max-width:100%;overflow-x:hidden}
  .hero-desktop-bottom-cta{display:none}
  .site-nav{padding:0 1rem}
  .nav-links{
    display:none;
    position:absolute;
    top:calc(100% + 10px);
    right:1rem;
    left:1rem;
    list-style:none;
    flex-direction:column;
    gap:0;
    padding:0.75rem;
    background:rgba(6,6,6,0.82);
    backdrop-filter:blur(22px);
    -webkit-backdrop-filter:blur(22px);
    border:1px solid rgba(245,229,191,0.12);
    border-radius:14px;
    box-shadow:0 24px 60px rgba(0,0,0,0.42);
    opacity:0;
    visibility:hidden;
    transform:translateY(-14px) scale(0.98);
    transform-origin:top center;
    pointer-events:none;
    transition:opacity 0.28s ease, transform 0.28s ease, visibility 0.28s ease;
  }
  .nav-links.open{
    display:flex;
    opacity:1;
    visibility:visible;
    transform:translateY(0) scale(1);
    pointer-events:auto;
  }
  .nav-links li{width:100%}
  .nav-links a{
    display:block;
    width:100%;
    padding:0.95rem 1rem;
    border-radius:10px;
    background:transparent;
    color:rgba(250,250,247,0.96);
  }
  .nav-links a.nav-events-spotlight{
    border-radius:12px;
    border:1px solid rgba(201,168,76,0.24);
    background:linear-gradient(180deg,rgba(201,168,76,0.1),rgba(201,168,76,0.04));
  }
  .nav-links a::after{
    display:none;
  }
  .nav-links a:hover,.nav-links a.active{
    background:rgba(255,248,236,0.06);
    color:rgba(247,233,202,0.96);
  }
  .nav-cta{display:none}
  .nav-cta-mobile{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-left:auto;
    margin-right:0.6rem;
    padding:8px 14px;
    border-radius:4px;
    background:linear-gradient(135deg,#b99644 0%,#9d7828 52%,#654915 100%);
    color:var(--black);
    font-size:0.68rem;
    font-weight:700;
    letter-spacing:0.12em;
    text-transform:uppercase;
    border:1px solid rgba(240,219,174,0.16);
    box-shadow:0 8px 18px rgba(0,0,0,0.2);
  }
  .hamburger{display:flex}
  .home-main{padding-top:72px}
  .hero{height:auto;min-height:78svh}
  .hero-slide{background-position:center 14%}
  .hero-center-tagline{
    display:none;
    top:18%;
    padding:8px 14px;
    gap:8px;
    width:calc(100% - 2rem);
    max-width:348px;
    justify-content:center;
  }
  .hero-center-tagline span{
    font-size:0.58rem;
    letter-spacing:0.08em;
    text-align:center;
    white-space:nowrap;
  }
  .eline{width:12px;flex-shrink:0}
  .hero-mobile-cta{
    position:absolute;
    left:50%;
    bottom:2.7rem;
    transform:translateX(-50%);
    z-index:3;
    width:calc(100% - 2rem);
    max-width:360px;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:0.7rem;
    text-align:center;
    padding-top:0.25rem;
  }
  .hero-mobile-copy{
    max-width:330px;
    padding:0;
    color:rgba(255,248,236,0.98);
    font-family:'Cormorant Garamond',serif;
    font-size:1.18rem;
    font-weight:600;
    line-height:1.08;
    letter-spacing:0.01em;
    text-shadow:0 2px 14px rgba(0,0,0,0.45);
  }
  .hero-mobile-copy em{
    font-style:italic;
    color:var(--gold-light);
  }
  .hero-mobile-tagline{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    width:100%;
    max-width:330px;
    padding:8px 14px;
    border-radius:999px;
    position:relative;
    overflow:hidden;
    background:
      radial-gradient(circle at 20% 14%, rgba(255,255,255,0.08), rgba(255,255,255,0) 24%),
      linear-gradient(180deg,rgba(255,255,255,0.065) 0%,rgba(255,255,255,0.025) 14%,rgba(16,14,12,0.32) 50%,rgba(4,4,4,0.46) 100%);
    border:1px solid rgba(205,165,74,0.2);
    backdrop-filter:blur(10px) saturate(1.02);
    -webkit-backdrop-filter:blur(10px) saturate(1.02);
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,0.12),
      inset 0 -1px 0 rgba(255,255,255,0.03),
      0 8px 18px rgba(0,0,0,0.16);
    margin-bottom:0.1rem;
  }
  .hero-mobile-tagline::before{
    content:'';
    position:absolute;
    left:12px;
    right:12px;
    top:2px;
    height:34%;
    border-radius:999px;
    background:linear-gradient(180deg,rgba(255,255,255,0.16),rgba(255,255,255,0.05) 42%,rgba(255,255,255,0.01) 72%,rgba(255,255,255,0) 100%);
    pointer-events:none;
  }
  .hero-mobile-tagline::after{
    content:'';
    position:absolute;
    inset:0;
    border-radius:999px;
    background:
      linear-gradient(118deg,rgba(255,255,255,0.08) 0%,rgba(255,255,255,0.025) 14%,rgba(255,255,255,0) 28%) no-repeat,
      linear-gradient(180deg,rgba(255,248,236,0.025),rgba(255,248,236,0.008));
    box-shadow:inset 0 0 0 1px rgba(255,248,236,0.02);
    pointer-events:none;
  }
  .hero-mobile-tagline span{
    position:relative;
    z-index:1;
    color:var(--gold-light);
    font-size:0.56rem;
    font-weight:600;
    letter-spacing:0.14em;
    text-transform:uppercase;
    white-space:nowrap;
    text-shadow:0 2px 12px rgba(0,0,0,0.3);
  }
  .hero-mobile-actions{
    width:100%;
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:center;
    gap:0.65rem;
  }
  .hero-pill-link{
    min-height:40px;
    padding:0.82rem 1rem;
    border-radius:3px;
    font-size:0.68rem;
    font-weight:700;
    letter-spacing:0.18em;
    text-transform:uppercase;
    backdrop-filter:blur(8px);
    -webkit-backdrop-filter:blur(8px);
    transition:transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
    justify-content:center;
  }
  .hero-pill-link:active{
    transform:translateY(1px);
  }
  .hero-pill-secondary{
    flex:0 0 auto;
    max-width:145px;
    color:rgba(255,247,232,0.96);
    min-height:36px;
    padding:0.7rem 0.9rem;
    background:linear-gradient(180deg,rgba(24,20,16,0.34),rgba(11,10,8,0.4));
    border:1px solid rgba(179,144,49,0.34);
    box-shadow:none;
  }
  .hero-pill-pricing-mobile{
    order:2;
    align-self:auto;
    min-width:118px;
    justify-content:center;
    margin:0;
  }
  .hero-pill-events-mobile{
    order:1;
    align-self:auto;
    width:auto;
    max-width:none;
    justify-content:center;
    padding-left:1rem;
    padding-right:1rem;
    background:linear-gradient(180deg,rgba(46,37,19,0.66),rgba(20,16,10,0.72));
    border:1px solid rgba(179,144,49,0.5);
    box-shadow:0 10px 24px rgba(0,0,0,0.18);
    white-space:nowrap;
  }
  .hero-pill-primary{
    width:100%;
    max-width:260px;
    color:rgba(255,247,232,0.98);
    background:linear-gradient(180deg,rgba(58,47,25,0.72),rgba(25,20,12,0.76));
    border:1px solid rgba(179,144,49,0.58);
    box-shadow:0 14px 30px rgba(0,0,0,0.24);
    padding-left:1.7rem;
  }
  .hero-pill-primary::before{
    content:'';
    position:absolute;
    inset:1px;
    border-radius:3px;
    background:linear-gradient(180deg,rgba(255,255,255,0.06),rgba(255,255,255,0));
    pointer-events:none;
  }
  .hero-pill-primary::after{
    content:'';
    position:absolute;
    left:0.85rem;
    top:50%;
    width:8px;
    height:8px;
    border-radius:50%;
    transform:translateY(-50%);
    background:radial-gradient(circle at 35% 35%,rgba(199,255,221,0.98),rgba(72,201,126,0.98) 68%,rgba(17,103,53,0.98) 100%);
    box-shadow:0 0 12px rgba(72,201,126,0.44);
    animation:upcomingDotPulse 1.45s ease-in-out infinite;
  }
  @keyframes upcomingDotPulse{
    0%,100%{
      box-shadow:0 0 0 0 rgba(72,201,126,0.34),0 0 12px rgba(72,201,126,0.44);
      transform:translateY(-50%) scale(1);
    }
    55%{
      box-shadow:0 0 0 10px rgba(72,201,126,0),0 0 20px rgba(72,201,126,0.52);
      transform:translateY(-50%) scale(1.14);
    }
  }
  .hero-pill-primary,
  .hero-pill-secondary{
    position:relative;
    overflow:hidden;
  }
  .services-overview{padding:2.8rem 2rem 5.2rem}
  .section-header{margin-bottom:2.5rem}
  .page-hero{padding:2.2rem 0 1.4rem !important}
  .page-hero-title{font-size:2.35rem;line-height:1.03}
  .section-eyebrow{font-size:0.68rem;letter-spacing:0.16em;gap:10px}
  .section-eyebrow::before,.section-eyebrow::after{flex-basis:26px}
  .section-title{font-size:2.1rem;line-height:1.02}
  .hero-stats-inner{grid-template-columns:repeat(3,1fr)}
  .hstat{padding:1rem}
  .services-grid{grid-template-columns:1fr}
  .services-carousel{
    overflow:visible;
    padding:0.9rem 0 0.55rem;
    position:relative;
    height:440px;
    touch-action:pan-y;
  }
  .services-carousel .services-grid{
    position:relative;
    display:block;
    gap:0;
    background:transparent;
    height:100%;
  }
  .services-carousel .service-card{
    position:absolute;
    top:0;
    left:50%;
    width:78vw;
    max-width:320px;
    min-height:420px;
    padding:2.2rem 1.45rem 2rem;
    border:1px solid rgba(201,168,76,0.14);
    border-radius:2px;
    background:var(--dark);
    box-shadow:0 18px 36px rgba(0,0,0,0.18);
    overflow:hidden;
    visibility:visible;
    opacity:1;
    transition:transform 0.42s cubic-bezier(0.22,0.78,0.24,1), opacity 0.32s ease, box-shadow 0.42s ease;
    will-change:transform,opacity;
  }
  .services-carousel .carousel-card.is-center{
    z-index:3;
    opacity:1;
    transform:translateX(-50%) scale(1);
    box-shadow:0 24px 46px rgba(0,0,0,0.26);
  }
  .services-carousel .carousel-card.is-left{
    z-index:2;
    opacity:0.92;
    transform:translateX(calc(-50% - 78px)) scale(0.85) rotateY(12deg);
  }
  .services-carousel .carousel-card.is-right{
    z-index:2;
    opacity:0.92;
    transform:translateX(calc(-50% + 78px)) scale(0.85) rotateY(-12deg);
  }
  .services-carousel .carousel-card.is-hidden{
    z-index:1;
    opacity:0.78;
    transform:translateX(-50%) scale(0.74);
    visibility:hidden;
    pointer-events:none;
  }
  .services-carousel .service-icon{
    margin-bottom:1.15rem;
  }
  .services-carousel .service-name{
    font-size:1.45rem;
  }
  .services-carousel .service-desc{
    font-size:0.86rem;
    line-height:1.58;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }
  .services-carousel .service-list{
    margin-top:1.1rem;
  }
  .services-carousel .service-list li{
    font-size:0.81rem;
  }
  .services-carousel .service-list li:nth-child(n+4){
    display:none;
  }
  .services-detail-grid{grid-template-columns:1fr}
  .pricing-cards{grid-template-columns:1fr}
  .pricing-cards,
  .events-grid,
  .services-grid,
  .services-detail-grid,
  .booking-layout{min-width:0}
  .pricing-card,
  .service-card,
  .service-detail-card,
  .event-card,
  .booking-form,
  .sidebar-card,
  .transport-note,
  .pricing-rush{width:100%;max-width:100%;min-width:0}
  .events-grid{grid-template-columns:1fr}
  .booking-layout{display:block}
  .booking-page,.services-page,.pricing-page,.events-page{padding:2rem 0.8rem}
  .booking-form,.sidebar-card,.service-card,.service-detail-card,.pricing-card,.event-card-body,.transport-note,.pricing-rush{padding:1rem}
  .services-page .page-hero{padding:2rem 0 1.2rem}
  .services-page .page-hero-title{font-size:2.15rem;line-height:0.98}
  .services-page .page-hero-sub{font-size:0.84rem;max-width:330px}
  .services-detail-grid{gap:0.85rem;margin-bottom:1.4rem;justify-items:center}
  .service-detail-card{width:min(100%, 336px);padding:1.15rem 1rem 1.05rem;border-radius:9px}
  .service-detail-card::before{height:1px}
  .service-detail-num{font-size:3.4rem;top:0.7rem;right:0.95rem}
  .service-detail-icon{width:52px;height:52px;font-size:1.45rem;margin-bottom:0.55rem}
  .service-detail-icon img{width:28px;height:28px}
  .service-detail-name{font-size:1.74rem;margin-bottom:0.46rem;top:-0.12rem}
  .service-detail-desc{font-size:0.88rem;line-height:1.52;margin-bottom:0.76rem;top:-0.1rem}
  .service-detail-features{gap:6px;margin-top:0.2rem}
  .service-feature{font-size:0.76rem;gap:8px;align-items:flex-start}
  .service-feature-dot{width:5px;height:5px;margin-top:0.34rem}
  .pricing-cards{gap:0.8rem;margin:1.5rem 0;justify-items:center}
  .pricing-page .page-hero{padding:2rem 0 1.2rem !important}
  .pricing-page .page-hero-title{font-size:2.1rem;line-height:1}
  .pricing-page .page-hero-sub{font-size:0.84rem;max-width:320px}
  .pricing-card{width:min(100%, 290px);overflow:hidden;padding:0.75rem 0.7rem;border-radius:8px}
  .pricing-notes-grid{grid-template-columns:1fr;gap:0.8rem;margin-top:1.4rem}
  .pricing-note-card{
    width:min(100%, 316px);
    padding:1.05rem 1rem 1.1rem;
    margin:0 auto;
    border-radius:12px;
  }
  .pricing-note-head{
    gap:0.62rem;
    margin-bottom:0.65rem;
  }
  .pricing-note-icon{
    width:30px;
    height:30px;
    font-size:0.8rem;
  }
  .pricing-note-title{font-size:0.72rem;margin-bottom:0.62rem}
  .pricing-note-card p{font-size:0.8rem;line-height:1.5}
  .pricing-amount-badge{
    padding:0.14rem 0.5rem;
    font-size:0.98em;
  }
  .pricing-card.featured::before{
    top:-10px;
    max-width:calc(100% - 1.1rem);
    white-space:normal;
    text-align:center;
    font-size:0.53rem;
    letter-spacing:0.1em;
    padding:3px 10px;
  }
  .pricing-tier{font-size:0.68rem;letter-spacing:0.14em}
  .pricing-time{font-size:0.72rem;margin-bottom:0.75rem}
  .pricing-amount{font-size:1.9rem;line-height:0.92}
  .pricing-amount span{font-size:0.72rem}
  .pricing-per{font-size:0.68rem;margin:2px 0 0.8rem}
  .pricing-mini-note{font-size:0.68rem;line-height:1.42;margin:-0.1rem 0 0.8rem}
  .pricing-divider{margin:0.8rem 0}
  .pricing-includes{gap:0}
  .pricing-includes li{font-size:0.72rem;padding:4px 0;gap:6px}
  .pricing-card .btn-gold,
  .pricing-card .btn-outline{
    margin-top:1rem !important;
    padding:10px 12px !important;
    font-size:0.72rem;
    letter-spacing:0.08em;
  }
  .pricing-carousel{
    overflow:visible;
    padding:0.8rem 0 0.45rem;
    position:relative;
    height:392px;
    touch-action:pan-y;
  }
  .pricing-carousel .pricing-cards{
    position:relative;
    display:block;
    gap:0;
    background:transparent;
    height:100%;
    margin:0;
  }
  .pricing-carousel .pricing-card{
    position:absolute;
    top:0;
    left:50%;
    width:72vw;
    max-width:288px;
    min-height:368px;
    padding:1.25rem 1rem 1rem;
    border-radius:2px;
    background:#171717;
    box-shadow:0 18px 34px rgba(0,0,0,0.18);
    transition:transform 0.42s cubic-bezier(0.22,0.78,0.24,1), opacity 0.32s ease, box-shadow 0.42s ease;
    will-change:transform,opacity;
    overflow:hidden;
    visibility:visible;
  }
  .pricing-carousel .pricing-card.featured{
    background:linear-gradient(160deg,#5e4917 0%,#2a2417 34%,#171717 100%);
    border-color:var(--gold);
    border-width:2px;
    box-shadow:0 24px 44px rgba(0,0,0,0.28);
  }
  .pricing-carousel .pricing-stack-card.is-center{
    z-index:3;
    opacity:1;
    transform:translateX(-50%) scale(1);
    box-shadow:0 24px 44px rgba(0,0,0,0.24);
  }
  .pricing-carousel .pricing-stack-card.is-left{
    z-index:2;
    opacity:0.92;
    transform:translateX(calc(-50% - 68px)) scale(0.85) rotateY(12deg);
  }
  .pricing-carousel .pricing-stack-card.is-right{
    z-index:2;
    opacity:0.92;
    transform:translateX(calc(-50% + 68px)) scale(0.85) rotateY(-12deg);
  }
  .pricing-carousel .pricing-stack-card.is-hidden{
    z-index:1;
    opacity:0.78;
    transform:translateX(-50%) scale(0.74);
    visibility:hidden;
    pointer-events:none;
  }
  .pricing-carousel .pricing-tier{font-size:0.7rem}
  .pricing-carousel .pricing-time{font-size:0.78rem;margin-bottom:1rem}
  .pricing-carousel .pricing-amount{font-size:3rem;line-height:0.95}
  .pricing-carousel .pricing-amount span{font-size:1rem}
  .pricing-carousel .pricing-per{font-size:0.76rem;margin:2px 0 1rem}
  .pricing-carousel .pricing-divider{margin:1rem 0}
  .pricing-carousel .pricing-includes li{font-size:0.8rem;padding:5px 0}
  .pricing-carousel .pricing-card .btn-gold{margin-top:1rem !important}
  .pricing-includes li,
  .transport-note p,
  .pricing-rush p{overflow-wrap:anywhere;word-break:break-word}
  .transport-note{gap:8px}
  .btn-gold,
  .btn-outline,
  .form-submit{
    width:100%;
    max-width:100%;
    padding-left:1rem;
    padding-right:1rem;
    white-space:normal;
    text-align:center;
  }
  .form-title{font-size:1.55rem;line-height:1.05}
  .form-sub{font-size:0.8rem;line-height:1.42;margin-bottom:0.95rem}
  .form-group{margin-bottom:0.85rem}
  .form-label{font-size:0.66rem;letter-spacing:0.08em;margin-bottom:4px;line-height:1.2}
  .form-input,.form-select,.form-textarea{padding:10px 12px;font-size:0.92rem}
  .custom-select{min-width:0}
  .custom-select-trigger{
    width:100%;
    max-width:100%;
    min-width:0;
    padding:10px 12px;
    font-size:0.92rem;
  }
  .custom-select-label{
    min-width:0;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .custom-select-menu{
    left:0;
    right:0;
    width:100%;
    max-width:100%;
    min-width:0;
    padding:0.35rem;
    max-height:220px;
    overflow-x:hidden;
  }
  .custom-select-option,
  .custom-select-group{
    white-space:normal;
    overflow-wrap:anywhere;
    word-break:break-word;
  }
  .location-wrap{
    display:grid;
    grid-template-columns:1fr;
    gap:0.55rem;
  }
  .custom-select-with-btn .custom-select-trigger{padding-right:12px}
  .detect-btn{
    position:static;
    transform:none;
    width:max-content;
    max-width:100%;
    justify-self:start;
  }
  .form-textarea{min-height:76px}
  .form-row{grid-template-columns:1fr 1fr;gap:0.75rem}
  .payment-method-select{grid-template-columns:1fr}
  .payment-opt{padding:11px}
  .payment-details{padding:0.95rem}
  .payment-modal-panel{margin:1rem auto;padding:1rem 0.95rem 0.95rem}
  .payment-info-row{font-size:0.8rem;padding:6px 0}
  .price-display{padding:1rem;margin:1rem 0}
  .price-row{font-size:0.8rem}
  .upload-zone{padding:1rem}
  .upload-icon{font-size:1.45rem}
  .upload-text{font-size:0.76rem}
  .form-submit{padding:12px;font-size:0.8rem;margin-top:0.7rem}
  .sidebar-title{font-size:1.05rem}
  .contact-row{font-size:0.78rem;gap:8px}
  .step{padding:9px 0;gap:9px}
  .step-num{width:24px;height:24px;font-size:0.68rem}
  .step-info h4{font-size:0.8rem}
  .step-info p{font-size:0.72rem;line-height:1.3}
  .events-tabs{width:100%;display:grid;grid-template-columns:repeat(3,1fr)}
  .events-tab{padding:10px 8px;font-size:0.72rem;text-align:center}
  .gallery-grid{grid-template-columns:1fr}
.service-card,.pricing-card,.service-detail-card,.event-card,.sidebar-card,.booking-form{border-radius:9px}
.footer-bottom{flex-direction:column;text-align:center}
}

.booking-section-heading{
  font-size:0.7rem;
  letter-spacing:0.15em;
  text-transform:uppercase;
  color:var(--gold);
  margin:1.5rem 0 1rem;
  padding-bottom:0.5rem;
  border-bottom:1px solid rgba(201,168,76,0.15);
}

.payment-modal-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  margin-bottom:1rem;
}

.payment-modal-kicker{
  font-size:0.7rem;
  letter-spacing:0.15em;
  text-transform:uppercase;
  color:var(--gold);
  padding-bottom:0.5rem;
}

.payment-modal-sub{
  font-size:0.82rem;
  color:var(--text-muted);
  margin:-0.2rem 0 1rem;
}

@media(max-width:600px){
  .booking-page{
    padding:1.4rem 0.76rem;
  }
  .booking-form{
    width:min(100%, 31.5rem);
    margin-left:auto;
    margin-right:auto;
    padding:0.98rem 0.92rem;
    border-radius:8px;
  }
  .booking-form::before{
    height:1px;
  }
  .form-title{
    font-size:1.28rem;
    line-height:1;
    margin-bottom:0.3rem;
  }
  .form-sub{
    font-size:0.74rem;
    line-height:1.28;
    margin-bottom:0.72rem;
  }
  .form-group{
    margin-bottom:0.68rem;
  }
  .form-label{
    font-size:0.6rem;
    letter-spacing:0.07em;
    margin-bottom:3px;
  }
  .form-input,.form-select,.form-textarea{
    min-height:48px;
    padding:12px 13px;
    font-size:0.84rem;
    border-radius:3px;
    line-height:1.35;
  }
  .custom-select-trigger{
    min-height:48px;
    padding:12px 13px;
    font-size:0.84rem;
    border-radius:3px;
    gap:8px;
    line-height:1.35;
  }
  .custom-select-menu{
    top:calc(100% + 6px);
    padding:0.28rem;
    border-radius:8px;
    max-height:190px;
  }
  .custom-select-option{
    padding:0.62rem 0.7rem;
    font-size:0.8rem;
    border-radius:6px;
  }
  .custom-select-group{
    font-size:0.6rem;
    padding:0.5rem 0.7rem 0.22rem;
  }
  .form-row{
    gap:0.55rem;
  }
  .price-display{
    padding:0.75rem 0.8rem;
    margin:0.75rem 0;
    border-radius:6px;
  }
  .price-row{
    font-size:0.74rem;
    padding:3px 0;
  }
  .price-row.total{
    margin-top:6px;
    padding-top:9px;
    font-size:0.88rem;
  }
  .price-val.highlight{
    font-size:1.05rem;
  }
  .payment-method-select{
    gap:6px;
    margin-bottom:0.8rem;
  }
  .payment-opt{
    padding:9px;
    font-size:0.78rem;
    border-radius:5px;
    gap:6px;
  }
  .payment-opt-icon{
    font-size:1rem;
  }
  .payment-details{
    padding:0.78rem 0.8rem;
    margin-bottom:0.8rem;
    border-radius:6px;
  }
  .payment-info-row{
    padding:5px 0;
    font-size:0.74rem;
  }
  .copy-btn{
    font-size:0.62rem;
    padding:2px 6px;
  }
  .upload-zone{
    padding:0.82rem;
    border-radius:6px;
  }
  .upload-icon{
    font-size:1.15rem;
    margin-bottom:0.28rem;
  }
  .upload-text{
    font-size:0.68rem;
    line-height:1.25;
  }
  .form-textarea{
    min-height:96px;
  }
  .form-submit{
    min-height:46px;
    padding:12px 12px;
    font-size:0.74rem;
    margin-top:0.55rem;
  }
  .payment-modal-wrap{
    padding:0.55rem;
  }
  .payment-modal-panel{
    margin:0.6rem auto;
    padding:0.82rem 0.78rem 0.78rem;
    border-radius:10px;
  }
  .payment-modal-head{
    gap:0.65rem;
    margin-bottom:0.72rem;
  }
  .payment-modal-kicker{
    font-size:0.62rem;
    letter-spacing:0.11em;
    padding-bottom:0.24rem;
  }
  .payment-modal-sub{
    font-size:0.72rem;
    line-height:1.28;
    margin:-0.08rem 0 0.72rem;
  }
  .booking-section-heading{
    font-size:0.6rem;
    letter-spacing:0.11em;
    margin:0.98rem 0 0.6rem;
    padding-bottom:0.32rem;
  }
  .booking-form .field-error{
    font-size:0.68rem;
    margin-top:4px;
  }
  .form-help{
    font-size:0.64rem;
    margin-top:3px;
    line-height:1.24;
  }
  #locationHint{
    font-size:0.68rem !important;
    margin-top:3px !important;
    line-height:1.24;
  }
  .sidebar-card{
    padding:0.85rem;
    border-radius:8px;
    margin-bottom:0.8rem;
  }
  .sidebar-title{
    font-size:0.95rem;
    margin-bottom:0.7rem;
  }
  .contact-row{
    font-size:0.72rem;
    gap:7px;
  }
  .step{
    padding:7px 0;
    gap:8px;
  }
  .step-num{
    width:22px;
    height:22px;
    font-size:0.62rem;
    margin-top:1px;
  }
  .step-info h4{
    font-size:0.74rem;
  }
  .step-info p{
    font-size:0.66rem;
    line-height:1.22;
  }
}

@media(max-width:480px){
  .services-page{
    padding:1.65rem 0.5rem;
  }
  .services-page .page-hero{
    padding:1.45rem 0 0.9rem;
  }
  .services-page .page-hero-title{
    font-size:1.86rem;
  }
  .services-page .page-hero-sub{
    font-size:0.76rem;
    max-width:290px;
  }
  .services-detail-grid{
    gap:0.72rem;
    margin-bottom:1.1rem;
  }
  .service-detail-card{
    width:min(100%, 326px);
    padding:0.82rem 0.84rem 0.78rem;
    border-radius:0;
    display:grid;
    grid-template-columns:50px minmax(0,1fr);
    grid-template-areas:
      "icon title"
      "num desc"
      "num features";
    column-gap:0.56rem;
    row-gap:0.16rem;
    align-items:start;
    background:
      linear-gradient(180deg, rgba(201,168,76,0.08), rgba(201,168,76,0.03) 21%, rgba(17,17,17,0.97) 21%),
      var(--dark2);
    border:1px solid rgba(201,168,76,0.18);
  }
  .service-detail-card::before{
    height:1px;
    background:linear-gradient(90deg, rgba(201,168,76,0.68), rgba(201,168,76,0.18), transparent 88%);
  }
  .service-detail-num{
    grid-area:num;
    position:relative;
    top:auto;
    right:auto;
    align-self:end;
    justify-self:center;
    font-size:2.2rem;
    line-height:0.86;
    margin-top:0.08rem;
    color:rgba(201,168,76,0.12);
  }
  .service-detail-icon{
    grid-area:icon;
    width:50px;
    min-width:50px;
    height:50px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:1rem;
    margin-bottom:0;
    padding-right:0.08rem;
    border-right:1px solid rgba(201,168,76,0.15);
    border-bottom:1px solid rgba(201,168,76,0.1);
  }
  .service-detail-name{
    grid-area:title;
    font-size:1.36rem;
    margin-bottom:0.08rem;
    line-height:1;
    padding-top:0;
    top:-0.14rem;
  }
  .service-detail-desc{
    font-size:0.8rem;
    line-height:1.42;
    margin-bottom:0;
    color:#ddd2bf;
    top:-0.14rem;
  }
  .service-feature{
    font-size:0.68rem;
    line-height:1.2;
    color:#e2d8c6;
    font-weight:600;
  }
  .service-detail-desc{
    grid-area:desc;
    font-size:0.78rem;
    line-height:1.24;
    margin-bottom:0;
    color:#c8c0ae;
    top:-0.18rem;
  }
  .service-detail-features{
    grid-area:features;
    gap:3px;
    margin-top:0.3rem;
  }
  .service-feature{
    font-size:0.66rem;
    gap:6px;
    line-height:1.08;
    align-items:flex-start;
  }
  .service-feature-dot{
    width:4px;
    height:4px;
    margin-top:0.2rem;
  }
  .booking-page{
    padding:1rem 0.66rem;
  }
  .page-hero,
  .booking-form,
  .sidebar-card{
    width:min(100%, 25.9rem);
    margin-left:auto;
    margin-right:auto;
  }
  .booking-form{
    padding:0.86rem 0.82rem;
    border-radius:7px;
  }
  .page-hero{
    padding:2.3rem 0 1.4rem !important;
  }
  .form-title{
    font-size:1.14rem;
    line-height:0.98;
  }
  .form-sub{
    font-size:0.7rem;
    line-height:1.24;
    margin-bottom:0.62rem;
  }
  .form-group{
    margin-bottom:0.56rem;
  }
  .form-row{
    gap:0.46rem;
  }
  .location-wrap{
    grid-template-columns:minmax(0,1fr) auto;
    align-items:stretch;
    gap:0.42rem;
  }
  .detect-btn{
    width:auto;
    min-width:74px;
    justify-self:stretch;
    justify-content:center;
    padding-inline:10px;
  }
  .form-input,.form-select,.form-textarea,
  .custom-select-trigger{
    min-height:46px;
    padding:11px 12px;
    font-size:0.8rem;
    line-height:1.35;
  }
  .custom-select-menu{
    max-height:180px;
  }
  .custom-select-option{
    padding:0.56rem 0.62rem;
    font-size:0.76rem;
  }
  .custom-select-group{
    font-size:0.56rem;
    padding:0.42rem 0.62rem 0.18rem;
  }
  .form-textarea{
    min-height:90px;
  }
  .booking-section-heading{
    margin:0.84rem 0 0.52rem;
  }
  .price-display{
    padding:0.66rem 0.7rem;
    margin:0.58rem 0;
  }
  .price-row{
    font-size:0.7rem;
    padding:2px 0;
  }
  .price-row.total{
    margin-top:4px;
    padding-top:7px;
    font-size:0.8rem;
  }
  .price-val.highlight{
    font-size:0.92rem;
  }
  .payment-method-select{
    gap:5px;
    margin-bottom:0.7rem;
  }
  .payment-opt{
    padding:8px;
    font-size:0.73rem;
  }
  .payment-details{
    padding:0.68rem 0.72rem;
    margin-bottom:0.68rem;
  }
  .payment-info-row{
    padding:4px 0;
    font-size:0.7rem;
  }
  .copy-btn{
    padding:1px 6px;
    font-size:0.6rem;
  }
  .payment-modal-panel{
    margin:0.5rem auto;
    padding:0.72rem 0.72rem 0.74rem;
  }
  .payment-modal-head{
    margin-bottom:0.6rem;
  }
  .payment-modal-sub{
    font-size:0.68rem;
    margin:0 0 0.62rem;
  }
  .upload-zone{
    padding:0.7rem;
  }
  .upload-icon{
    font-size:1.1rem;
    margin-bottom:0.2rem;
  }
  .upload-text{
    font-size:0.66rem;
  }
  .form-submit{
    min-height:44px;
    padding:12px 10px;
    font-size:0.72rem;
    margin-top:0.48rem;
  }
  .sidebar-card{
    padding:0.76rem;
    margin-bottom:0.68rem;
  }
  .sidebar-title{
    font-size:0.9rem;
    margin-bottom:0.56rem;
  }
  .contact-row{
    font-size:0.7rem;
    gap:6px;
  }
  .step{
    padding:6px 0;
    gap:7px;
  }
  .step-num{
    width:20px;
    height:20px;
    font-size:0.58rem;
  }
  .step-info h4{
    font-size:0.7rem;
  }
  .step-info p{
    font-size:0.62rem;
  }
}

@media(max-width:430px){
  .services-page{
    padding:1.45rem 0.42rem;
  }
  .services-detail-grid{
    gap:0.64rem;
  }
  .service-detail-card{
    width:min(100%, 300px);
    grid-template-columns:46px minmax(0,1fr);
    padding:0.6rem 0.6rem 0.56rem;
    column-gap:0.5rem;
  }
  .service-detail-icon{
    width:46px;
    min-width:46px;
    height:46px;
    font-size:0.92rem;
  }
  .service-detail-num{
    font-size:2rem;
  }
  .service-detail-name{
    font-size:1.18rem;
    top:-0.12rem;
  }
  .service-detail-desc{
    font-size:0.72rem;
    line-height:1.2;
    top:-0.14rem;
  }
  .service-feature{
    font-size:0.62rem;
    gap:5px;
  }
  .booking-page{
    padding:0.82rem 0.54rem;
  }
  .page-hero,
  .booking-form,
  .sidebar-card{
    width:min(100%, 24.8rem);
  }
  .booking-form{
    padding:0.78rem 0.74rem;
    border-radius:6px;
  }
  .booking-form::before{
    height:1px;
  }
  .form-title{
    font-size:1.04rem;
    margin-bottom:0.22rem;
  }
  .form-sub{
    font-size:0.66rem;
    line-height:1.18;
    margin-bottom:0.5rem;
  }
  .booking-section-heading{
    font-size:0.56rem;
    letter-spacing:0.09em;
    margin:0.72rem 0 0.44rem;
    padding-bottom:0.24rem;
  }
  .form-group{
    margin-bottom:0.48rem;
  }
  .form-label{
    font-size:0.56rem;
    margin-bottom:2px;
  }
  .form-input,.form-select,.form-textarea,
  .custom-select-trigger{
    min-height:44px;
    padding:10px 11px;
    font-size:0.76rem;
    border-radius:3px;
    line-height:1.35;
  }
  .custom-select-trigger{
    gap:6px;
  }
  .custom-select-menu{
    top:calc(100% + 4px);
    max-height:160px;
    padding:0.22rem;
    border-radius:7px;
  }
  .custom-select-option{
    padding:0.5rem 0.56rem;
    font-size:0.72rem;
  }
  .custom-select-group{
    font-size:0.52rem;
    padding:0.34rem 0.56rem 0.14rem;
  }
  .form-row{
    gap:0.38rem;
  }
  .form-textarea{
    min-height:84px;
  }
  .price-display{
    padding:0.56rem 0.62rem;
    margin:0.48rem 0;
    border-radius:5px;
  }
  .price-row{
    font-size:0.66rem;
    padding:1px 0;
  }
  .price-row.total{
    margin-top:3px;
    padding-top:6px;
    font-size:0.76rem;
  }
  .price-val.highlight{
    font-size:0.88rem;
  }
  .payment-method-select{
    gap:4px;
    margin-bottom:0.58rem;
  }
  .payment-opt{
    padding:7px;
    font-size:0.68rem;
    gap:5px;
    border-radius:4px;
  }
  .payment-opt-icon{
    font-size:0.88rem;
  }
  .payment-modal-wrap{
    padding:0.35rem;
  }
  .payment-modal-panel{
    margin:0.35rem auto;
    padding:0.64rem 0.64rem 0.66rem;
    border-radius:8px;
  }
  .payment-modal-head{
    gap:0.5rem;
    margin-bottom:0.5rem;
  }
  .payment-modal-kicker{
    font-size:0.56rem;
    letter-spacing:0.09em;
    padding-bottom:0.18rem;
  }
  .payment-modal-sub{
    font-size:0.64rem;
    line-height:1.18;
    margin:0 0 0.54rem;
  }
  .payment-details{
    padding:0.58rem 0.62rem;
    margin-bottom:0.56rem;
    border-radius:5px;
  }
  .payment-info-row{
    font-size:0.66rem;
    padding:3px 0;
  }
  .copy-btn{
    font-size:0.56rem;
    padding:1px 5px;
  }
  .upload-zone{
    padding:0.62rem;
    border-radius:5px;
  }
  .upload-icon{
    font-size:1rem;
    margin-bottom:0.12rem;
  }
  .upload-text{
    font-size:0.62rem;
    line-height:1.15;
  }
  .booking-form .field-error{
    font-size:0.62rem;
    margin-top:3px;
  }
  .form-help{
    font-size:0.6rem;
    margin-top:3px;
    line-height:1.18;
  }
  #locationHint{
    font-size:0.62rem !important;
  }
  .form-submit{
    padding:9px;
    font-size:0.68rem;
    margin-top:0.4rem;
  }
  .sidebar-card{
    padding:0.66rem;
    margin-bottom:0.58rem;
    border-radius:7px;
  }
  .sidebar-title{
    font-size:0.82rem;
    margin-bottom:0.46rem;
  }
  .contact-row{
    font-size:0.66rem;
    gap:5px;
  }
  .step{
    padding:5px 0;
    gap:6px;
  }
  .step-num{
    width:18px;
    height:18px;
    font-size:0.52rem;
  }
  .step-info h4{
    font-size:0.66rem;
    margin-bottom:0;
  }
  .step-info p{
    font-size:0.58rem;
    line-height:1.15;
  }
}

@media(max-width:390px){
  .booking-page{
    padding:0.72rem 0.46rem;
  }
  .page-hero,
  .booking-form,
  .sidebar-card{
    width:min(100%, 23.9rem);
  }
  .booking-form{
    padding:0.72rem 0.68rem;
  }
  .form-row{
    grid-template-columns:1fr 1fr;
    gap:0.34rem;
  }
  .location-wrap{
    grid-template-columns:minmax(0,1fr) auto;
  }
  .form-input,.form-select,.form-textarea,
  .custom-select-trigger{
    min-height:42px;
    padding:10px 11px;
    font-size:0.74rem;
    line-height:1.35;
  }
  .form-textarea{
    min-height:78px;
  }
  .price-row.total{
    font-size:0.72rem;
  }
  .price-val.highlight{
    font-size:0.82rem;
  }
  .payment-opt{
    font-size:0.64rem;
    padding:6px;
  }
  .form-submit{
    font-size:0.66rem;
  }
}

/* Multi-page: pages are always visible, no section hide/show needed */
section { display: block !important; min-height: auto; padding-top: 72px; }
main { padding-top: 72px; }

/* Alert/Flash messages */
.alert { padding: 1rem 1.5rem; border-radius: 6px; margin-bottom: 1.5rem; font-size: 0.9rem; }
.alert-success { background: rgba(37,211,102,0.1); border: 1px solid rgba(37,211,102,0.3); color: #25D366; }
.alert-error   { background: rgba(220,50,50,0.1);  border: 1px solid rgba(220,50,50,0.3);  color: #e07070; }

/* Footer extra */
.site-footer{
  width:100%;
  background:#050505;
  border-top:1px solid rgba(201,168,76,0.18);
  margin-top:4rem;
}
.footer-inner{
  width:min(100%, 1280px);
  margin:0 auto;
  padding:3rem 2rem 1.4rem;
}
.footer-grid{
  display:grid;
  grid-template-columns:minmax(0,1.7fr) minmax(180px,0.9fr) minmax(220px,1fr);
  gap:2.25rem 3rem;
  align-items:start;
}
.footer-col{min-width:0}
.footer-logo{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:1rem;
}
.footer-logo img{
  height:58px;
  width:auto;
  flex-shrink:0;
  filter:saturate(0.9) brightness(0.97) contrast(1);
  opacity:0.98;
}
.footer-logo span{
  font-family:'Cormorant Garamond',serif;
  font-size:1.32rem;
  color:var(--white);
  font-weight:700;
  line-height:1;
}
.footer-logo span span{color:var(--gold)}
.footer-about{
  color:var(--text-muted);
  font-size:0.92rem;
  line-height:1.8;
  max-width:420px;
}
.footer-socials{
  display:flex;
  align-items:center;
  gap:0.75rem;
  margin-top:1rem;
  flex-wrap:wrap;
}
.footer-social-link{
  width:40px;
  height:40px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  border:1px solid rgba(201,168,76,0.18);
  background:rgba(255,255,255,0.03);
  color:#F1E3C0 !important;
  line-height:0;
  flex:0 0 40px;
  overflow:hidden;
  transition:transform 0.24s ease, border-color 0.24s ease, background 0.24s ease, color 0.24s ease;
}
.footer-social-link svg{
  width:18px;
  height:18px;
  min-width:18px;
  min-height:18px;
  display:block;
  flex:0 0 18px;
}
.footer-social-link:hover{
  transform:translateY(-2px);
  border-color:rgba(201,168,76,0.42);
  background:rgba(201,168,76,0.08);
  color:var(--gold-light) !important;
}
.footer-col-title{
  font-size:0.78rem;
  color:#cfbc8e;
  text-transform:uppercase;
  letter-spacing:0.18em;
  font-weight:600;
  margin-bottom:1rem;
}
.footer-links,
.footer-contact{
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:0.7rem;
  margin:0;
  padding:0;
}
.footer-links a,
.footer-contact a,
.footer-contact li{
  color:var(--text-muted);
  text-decoration:none;
  font-size:0.9rem;
  transition:color 0.3s;
}
.footer-links a:hover,
.footer-contact a:hover{color:#ebdebf}
.footer-bottom{
  width:100%;
  margin-top:2rem;
  padding-top:1.15rem;
  border-top:1px solid rgba(201,168,76,0.14);
  text-align:center;
}
.footer-bottom p{
  color:var(--text-muted);
  font-size:0.82rem;
  margin:0;
}

.contact-layout{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(280px,0.8fr);
  gap:1.5rem;
  align-items:start;
}
.contact-sidebar{
  display:flex;
  flex-direction:column;
  gap:1rem;
}
.contact-side-copy{
  color:var(--text-muted);
  font-size:0.88rem;
  line-height:1.7;
  margin-bottom:1rem;
}
.contact-whatsapp-cta{
  width:100%;
  justify-content:center;
  text-decoration:none;
}
.legal-page{
  max-width:1080px;
}
.legal-card{
  background:var(--dark2);
  border:1px solid var(--line-soft);
  border-radius:12px;
  padding:2.2rem 2rem;
  position:relative;
  overflow:hidden;
}
.legal-card::before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:2px;
  background:linear-gradient(90deg,var(--gold),var(--gold-light),transparent);
}
.legal-section + .legal-section{
  margin-top:1.6rem;
  padding-top:1.4rem;
  border-top:1px solid rgba(201,168,76,0.12);
}
.legal-section h2{
  font-family:'Cormorant Garamond',serif;
  font-size:1.7rem;
  color:var(--white);
  margin-bottom:0.55rem;
}
.legal-section p{
  color:var(--text-muted);
  font-size:0.94rem;
  line-height:1.85;
}
.gallery-filter-row{
  display:flex;
  gap:0.65rem;
  flex-wrap:wrap;
  margin-bottom:1rem;
}
.gallery-filter{
  border:1px solid rgba(255,255,255,0.1);
  background:rgba(255,255,255,0.035);
  color:var(--text-muted);
  padding:0.75rem 1rem;
  border-radius:999px;
  font-size:0.76rem;
  letter-spacing:0.08em;
  text-transform:uppercase;
  cursor:pointer;
}
.gallery-filter.active{
  color:var(--gold-light);
  border-color:rgba(201,168,76,0.34);
  background:rgba(255,255,255,0.05);
}
.gallery-item{
  position:relative;
}
.gallery-item-tag{
  position:absolute;
  left:0.7rem;
  bottom:0.7rem;
  padding:0.35rem 0.6rem;
  border-radius:999px;
  background:rgba(10,10,10,0.78);
  border:1px solid rgba(201,168,76,0.24);
  color:var(--gold-light);
  font-size:0.62rem;
  letter-spacing:0.1em;
  text-transform:uppercase;
}
.about-page{
  max-width:1120px;
  padding:1.35rem 0.85rem 2.4rem;
}
.about-hero{
  padding:1.65rem 0 1rem !important;
}
.about-story-card,
.ceo-spotlight-card,
.about-cta-card,
.about-value-card{
  background:var(--dark2);
  border:1px solid var(--line-soft);
}
.about-story-card,
.ceo-spotlight-card,
.about-cta-card{
  position:relative;
  overflow:hidden;
  border-radius:14px;
  padding:1.2rem 1rem;
  margin-bottom:1rem;
}
.about-story-card::before,
.ceo-spotlight-card::before,
.about-cta-card::before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:2px;
  background:linear-gradient(90deg,var(--gold),var(--gold-light),transparent);
}
.about-story-grid,
.ceo-spotlight-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:1rem;
}
.about-kicker{
  color:var(--gold);
  font-size:0.7rem;
  text-transform:uppercase;
  letter-spacing:0.16em;
  margin-bottom:0.55rem;
  font-weight:600;
}
.about-title{
  font-family:'Cormorant Garamond',serif;
  font-size:1.85rem;
  line-height:1.02;
  color:var(--white);
  margin:0;
}
.about-copy-stack{
  display:flex;
  flex-direction:column;
  gap:0.8rem;
}
.about-copy-stack p,
.ceo-copy p{
  color:var(--text-muted);
  font-size:0.9rem;
  line-height:1.72;
  margin:0;
}
.about-values-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:0.9rem;
  margin-bottom:1rem;
}
.about-value-card{
  border-radius:12px;
  padding:1.05rem 0.95rem;
}
.about-value-label{
  color:var(--gold);
  font-size:0.66rem;
  text-transform:uppercase;
  letter-spacing:0.16em;
  margin-bottom:0.55rem;
}
.about-value-card h3{
  font-family:'Cormorant Garamond',serif;
  font-size:1.3rem;
  color:var(--white);
  margin:0 0 0.35rem;
}
.about-value-card p{
  color:var(--text-muted);
  font-size:0.86rem;
  line-height:1.65;
  margin:0;
}
.ceo-photo-shell{
  display:flex;
  flex-direction:column;
  gap:0.75rem;
}
.ceo-photo-frame{
  border-radius:16px;
  border:1px solid rgba(201,168,76,0.22);
  background:linear-gradient(160deg,rgba(201,168,76,0.14),rgba(201,168,76,0.03) 34%,rgba(17,17,17,0.96) 34%);
  padding:0.85rem;
}
.ceo-photo-placeholder{
  min-height:320px;
  border-radius:12px;
  border:1px dashed rgba(201,168,76,0.3);
  display:flex;
  align-items:center;
  justify-content:center;
  color:rgba(250,250,247,0.72);
  font-family:'Cormorant Garamond',serif;
  font-size:1.25rem;
  background:
    radial-gradient(circle at top, rgba(201,168,76,0.18), transparent 44%),
    linear-gradient(180deg, rgba(255,255,255,0.03), rgba(0,0,0,0.12));
}
.ceo-photo-image{
  width:100%;
  min-height:320px;
  max-height:520px;
  object-fit:cover;
  display:block;
  border-radius:12px;
}
.ceo-quote-tag{
  color:#e5dac7;
  font-size:0.84rem;
  line-height:1.65;
  padding:0.9rem 1rem;
  border-radius:12px;
  background:rgba(201,168,76,0.08);
  border:1px solid rgba(201,168,76,0.14);
  font-style:italic;
}
.ceo-name{
  color:var(--white);
  font-size:1.15rem;
  font-weight:600;
  margin-top:0.85rem;
}
.ceo-role{
  color:var(--gold);
  font-size:0.78rem;
  text-transform:uppercase;
  letter-spacing:0.14em;
  margin:0.28rem 0 0.95rem;
}
.about-cta-card{
  display:flex;
  flex-direction:column;
  gap:1rem;
}
.about-cta-actions{
  display:flex;
  flex-direction:column;
  gap:0.7rem;
}
.about-ceo-image{
  width:100%;
  height:320px;
  object-fit:cover;
  border-radius:10px;
  border:1px solid rgba(201,168,76,0.18);
  margin:0.15rem 0 0.95rem;
  background:linear-gradient(180deg,rgba(255,255,255,0.03),rgba(0,0,0,0.08));
}
.about-ceo-placeholder{
  display:flex;
  align-items:center;
  justify-content:center;
  color:rgba(250,250,247,0.72);
  font-family:'Cormorant Garamond',serif;
  font-size:1.25rem;
}
.about-ceo-quote{
  color:#e1d7c4;
  font-size:0.84rem;
  line-height:1.7;
  font-style:italic;
  padding:0.9rem 1rem;
  border-radius:10px;
  background:rgba(201,168,76,0.06);
  border:1px solid rgba(201,168,76,0.12);
  margin:0 0 0.95rem;
}

@media(max-width: 768px) {
  .service-card{
    border:2px solid rgba(201,168,76,0.38);
  }
  .home-faq{
    padding:3rem 1rem 0.5rem;
  }
  .home-faq-header{
    margin-bottom:1.6rem;
  }
  .home-faq-list{
    gap:0.75rem;
  }
  .home-faq-item{
    border-radius:24px;
  }
  .home-faq-item summary{
    padding:0.95rem 1rem;
    font-size:1.08rem;
  }
  .home-faq-item summary::after{
    width:24px;
    height:24px;
    font-size:0.92rem;
  }
  .home-faq-item[open]{
    border-radius:16px;
  }
  .home-faq-answer{
    padding:0 1rem 1rem;
  }
  .home-faq-answer p{
    font-size:0.84rem;
    line-height:1.66;
  }
  .footer-inner{padding:2.4rem 1.25rem 1.2rem}
  .footer-grid{grid-template-columns:1fr 1fr;gap:1.7rem 1.2rem}
  .footer-col-legal-contact{grid-column:1/-1}
  .footer-col:nth-child(2){padding-top:1.1rem}
  .footer-about{max-width:none}
  .contact-layout{grid-template-columns:1fr}
  .legal-card{padding:1.5rem 1.1rem}
  .legal-section h2{font-size:1.45rem}
  .legal-section p{font-size:0.88rem}
}

@media(max-width: 560px) {
  .footer-grid{grid-template-columns:1fr 1fr;gap:1.45rem 1rem}
  .footer-col-legal-contact{grid-column:1/-1}
  .footer-col:nth-child(2){padding-top:1.25rem}
}

@media(min-width: 769px) {
  .about-page{
    padding:3.2rem 1.4rem 3rem;
  }
  .about-hero{
    padding:3.2rem 0 1.8rem !important;
  }
  .about-story-card,
  .ceo-spotlight-card,
  .about-cta-card{
    padding:2rem 1.8rem;
    margin-bottom:1.4rem;
  }
  .about-story-grid{
    grid-template-columns:minmax(0,0.95fr) minmax(0,1.05fr);
    gap:2rem;
    align-items:start;
  }
  .about-values-grid{
    grid-template-columns:repeat(3,1fr);
    gap:1rem;
    margin-bottom:1.4rem;
  }
  .ceo-spotlight-grid{
    grid-template-columns:minmax(300px,0.85fr) minmax(0,1.15fr);
    gap:2rem;
    align-items:start;
  }
  .ceo-photo-placeholder{
    min-height:420px;
  }
  .ceo-photo-image{
    min-height:420px;
  }
  .about-title{
    font-size:2.55rem;
  }
  .about-cta-card{
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
  }
  .about-cta-actions{
    flex-direction:row;
    align-items:center;
  }
  .about-ceo-image{
    height:420px;
  }
}

@media (max-width: 768px) {
  .form-input,
  .form-select,
  .form-textarea,
  .custom-select-trigger,
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  input[type="number"],
  input[type="date"],
  input[type="time"],
  input[type="password"],
  select,
  textarea {
    font-size:16px !important;
  }
}
