
/* ═══════════════════════════════════════════════════════
   DESIGN TOKENS
═══════════════════════════════════════════════════════ */

.hero-text {
    color: #fff;
    max-width: 600px;
    margin-bottom: 25px;
}

.hero-text h1 {
    font-size: 18px;
    letter-spacing: 3px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #ddd;
}

.hero-text h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 15px;
}

.hero-text h2 span {
    color: #c9a24a; 
}

.hero-text p {
    font-size: 16px;
    color: #ccc;
    line-height: 1.6;
}




:root {
  --gold:      #B8962E;
  --gold-lt:   #D4AF55;
  --gold-pal:  #F0DFA0;
  --brown:     #8B5E3C;
  --brown-dk:  #5C3A1E;
  --ink:       #0C0B09;
  --dark:      #111009;
  --dark2:     #1A1712;
  --dark3:     #242018;
  --cream:     #F8F3EA;
  --cream2:    #EDE4D2;
  --white:     #FFFFFF;
  --muted:     #8C7F6A;
  --cinzel:    'Cinzel', serif;
  --cormorant: 'Cormorant Garamond', serif;
  --outfit:    'Outfit', sans-serif;
  --playfair:  'Playfair Display', serif;
  --ease:      cubic-bezier(.16,1,.3,1);
}

.premium-line {
    width: 50px;
    height: 1px;
    background: #C8A96A;
    margin: 10px 0;
    opacity: 0.6;
}


/* ── RESET & BASE ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--outfit);
  background: var(--cream);
  color: var(--ink);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { text-decoration: none; color: inherit; cursor: pointer; }
button { cursor: pointer; font-family: var(--outfit); }
::-webkit-scrollbar { width: 3px; }
::-webkit-scrollbar-track { background: var(--dark); }
::-webkit-scrollbar-thumb { background: var(--gold); }
::selection { background: var(--gold); color: var(--ink); }

/* ═══════════════════════════════════════════════════════
   NAVIGATION
═══════════════════════════════════════════════════════ */
#nav {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 1000;
  padding: 0 5%; height: 76px;
  display: flex; align-items: center; justify-content: space-between;
  transition: all .5s var(--ease);
  border-bottom: 1px solid transparent;
}
#nav.scrolled {
  background: rgba(10,9,7,.96);
  backdrop-filter: blur(24px);
  height: 62px;
  border-color: rgba(184,150,46,.2);
}
.nav-logo { display: flex; flex-direction: column; gap: 3px; }
.nav-logo-top {
  font-family: var(--cinzel); font-size: .42rem;
  letter-spacing: 5px; color: rgba(139,94,60,.65); text-transform: uppercase;
}
.nav-logo-brand {
  font-family: var(--cinzel); font-size: 1.06rem;
  color: var(--brown); font-weight: 500;
  letter-spacing: 4px; line-height: 1; text-transform: uppercase;
}
.nav-logo-brand em { font-style: normal; color: var(--brown); font-weight: 500; }
.nav-links { display: flex; gap: 2.4rem; list-style: none; }
.nav-links a {
  font-family: var(--outfit); font-size: .57rem;
  letter-spacing: 3px; text-transform: uppercase;
  color: rgba(255,255,255,.65); transition: color .3s; position: relative; padding-bottom: 2px;
}
.nav-links a::after {
  content: ''; position: absolute; bottom: -2px; left: 0;
  width: 0; height: 1px; background: var(--gold); transition: width .35s var(--ease);
}
.nav-links a:hover { color: var(--gold); }
.nav-links a:hover::after { width: 100%; }
.nav-cta {
  font-family: var(--outfit); font-size: .54rem;
  letter-spacing: 3px; text-transform: uppercase;
  color: var(--gold); border: 1px solid rgba(184,150,46,.45);
  padding: 10px 24px; transition: all .35s;
}
.nav-cta:hover { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.hamburger {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; padding: 4px;
}
.hamburger span { width: 24px; height: 1px; background: var(--gold); display: block; transition: all .3s; }

/* ── MOBILE DRAWER ── */
#drawer {
  position: fixed; inset: 0; background: var(--dark); z-index: 990;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 2.6rem; opacity: 0; pointer-events: none; transition: opacity .45s var(--ease);
}
#drawer.open { opacity: 1; pointer-events: all; }
#drawer a {
  font-family: var(--playfair); font-size: 2rem; font-style: italic;
  color: rgba(255,255,255,.5); letter-spacing: 2px; transition: color .3s;
}
#drawer a:hover { color: var(--gold); }
#drawer-close {
  position: absolute; top: 1.8rem; right: 5%;
  background: none; border: none; color: rgba(255,255,255,.5);
  font-size: 1.5rem; transition: color .3s;
}
#drawer-close:hover { color: var(--gold); }

/* ═══════════════════════════════════════════════════════
   HERO — LUXURY MONOGRAM STYLE
═══════════════════════════════════════════════════════ */
#hero {
  position: relative; height: 100vh; min-height: 600px;
  overflow: hidden; display: flex; align-items: center; justify-content: flex-start;
}
.hero-slide {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0; transform: scale(1.06);
  transition: opacity 1.8s ease, transform 10s ease;
}
.hero-slide.active { opacity: 1; transform: scale(1); }
.hero-slide:nth-child(1) { background-image: url('photos/photo10.png'); }
.hero-slide:nth-child(2) { background-image: url('photos/photo12.jpeg'); }
.hero-slide:nth-child(3) { background-image: url('photos/photo11.png'); }
.hero-slide:nth-child(4) { background-image: url('photos/photo13.jpeg'); }
.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to bottom, rgba(8,6,4,.42) 0%, rgba(8,6,4,.55) 50%, rgba(8,6,4,.72) 100%);
}
/* Hero content */
.hero-content {
  position: relative; z-index: 2; text-align: left;
  padding-left: 9%; max-width: 700px;
  opacity: 0; transform: translateY(22px);
  animation: heroReveal 1.4s 0.3s var(--ease) forwards;
}
/* Monogram row */
.hero-monogram {
  display: inline-flex; align-items: center; justify-content: flex-start;
  gap: 0; margin-bottom: 1.2rem;
 margin-left: 100px;/* Adjust for the dot spacing */
}
.hero-mono-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--brown); margin: 0 1.6rem;
  opacity: .85; flex-shrink: 0;
}
.hero-mono-r {
  font-family: var(--cinzel);
  font-size: clamp(3rem,5.8vw,5rem);
  color: var(--brown); font-weight: 400;
  line-height: 1; letter-spacing: -2px;
  text-shadow: 0 0 80px rgba(139,94,60,.25);
}
/* RIVOLI */
.hero-brand {
  font-family: var(--cinzel);
  font-size: clamp(2.6rem,6.5vw,5.8rem);
  color: var(--brown); font-weight: 500;
  letter-spacing: clamp(12px,2.4vw,26px);
  text-transform: uppercase; line-height: 1;
  margin-bottom: 1.1rem;
  text-shadow: 0 2px 50px rgba(139,94,60,.22);
}
/* Tagline */
.hero-tagline {
  font-family: var(--cinzel);
  font-size: clamp(.52rem,.88vw,.78rem);
  /* color: rgba(255,255,255,.62); */ color: var(--brown);
  letter-spacing: clamp(5px,1.2vw,12px);
  text-transform: uppercase; margin-bottom: 3rem;
  display: flex; align-items: center; justify-content: flex-start; gap: 1.4rem;
}
.hero-tagline-dot { color: var(--gold); opacity: .75; font-size: .6em; }
/* Buttons */
.hero-btns { display: flex; gap: 1.1rem; justify-content: flex-start; flex-wrap: wrap; }
.btn-gold {
  font-family: var(--outfit); font-size: .57rem;
  letter-spacing: 3px; text-transform: uppercase;
  color: var(--ink); background: var(--gold);
  border: 1px solid var(--gold); padding: 15px 36px;
  transition: all .4s var(--ease); font-weight: 500; display: inline-block;
}
.btn-gold:hover { background: transparent; color: var(--gold); }
.btn-ghost {
  font-family: var(--outfit); font-size: .57rem;
  letter-spacing: 3px; text-transform: uppercase;
  color: var(--white); background: transparent;
  border: 1px solid rgba(255,255,255,.35);
  padding: 15px 36px; transition: all .4s var(--ease); display: inline-block;
}
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }
/* Hero dots */
.hero-dots {
  position: absolute; bottom: 2.5rem; left: 50%;
  transform: translateX(-50%); z-index: 2; display: flex; gap: 8px;
}
.hero-dot {
  width: 5px; height: 5px; border-radius: 50%;
  background: rgba(255,255,255,.28); transition: all .35s; cursor: pointer;
}
.hero-dot.active { background: var(--gold); transform: scale(1.5); }
/* Scroll hint */
.scroll-hint {
  position: absolute; bottom: 2rem; right: 5%; z-index: 2;
  display: flex; flex-direction: column; align-items: center; gap: 7px;
  opacity: 0; animation: fadeIn 1s 2.2s forwards;
}
.scroll-hint-label {
  font-family: var(--outfit); font-size: .42rem;
  letter-spacing: 4px; text-transform: uppercase;
  color: rgba(255,255,255,.32); writing-mode: vertical-rl;
}
.scroll-hint-line {
  width: 1px; height: 48px;
  background: linear-gradient(var(--gold), transparent);
  animation: scrollAnim 2.6s infinite;
}

/* ═══════════════════════════════════════════════════════
   SHARED UTILITIES
═══════════════════════════════════════════════════════ */
.sec { padding: 96px 5%; }
.sec-label {
  font-family: var(--outfit); font-size: .49rem;
  letter-spacing: 6px; text-transform: uppercase; color: var(--gold);
  text-align: center; margin-bottom: .8rem;
  display: flex; align-items: center; justify-content: center; gap: 12px;
}
.sec-label::before, .sec-label::after { content: ''; flex: 0 0 28px; height: 1px; background: var(--gold); }
.sec-title {
  font-family: var(--playfair); font-size: clamp(1.85rem,3.6vw,3.1rem);
  text-align: center; font-weight: 400; line-height: 1.15; margin-bottom: .6rem;
}
.sec-title.lt { color: var(--white); }
.sec-sub {
  font-family: var(--cormorant); font-size: 1.06rem;
  font-style: italic; font-weight: 300; color: var(--muted);
  text-align: center; margin-bottom: 3.2rem;
}
.sec-sub.lt { color: rgba(255,255,255,.5); }
/* Reveal */
.rv  { opacity:0; transform:translateY(34px); transition:opacity .85s var(--ease),transform .85s var(--ease); }
.rvl { opacity:0; transform:translateX(-34px); transition:opacity .85s var(--ease),transform .85s var(--ease); }
.rvr { opacity:0; transform:translateX(34px);  transition:opacity .85s var(--ease),transform .85s var(--ease); }
.rv.in, .rvl.in, .rvr.in { opacity:1; transform:none; }

/* ═══════════════════════════════════════════════════════
   ABOUT
═══════════════════════════════════════════════════════ */
#about { background: var(--cream); }
.about-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 6%; align-items: center; max-width: 1200px; margin: 0 auto;
}
.about-imgs { position: relative; height: 540px; }
.about-img-main { width: 74%; height: 86%; position: absolute; bottom: 0; left: 0; overflow: hidden; }
.about-img-accent { width: 46%; height: 43%; position: absolute; top: 0; right: 0; overflow: hidden; border: 7px solid var(--cream); }
.about-badge {
  position: absolute; bottom: 6%; right: 0;
  background: var(--gold); color: var(--ink);
  padding: 14px 18px; text-align: center;
  font-family: var(--cinzel); font-size: .57rem; letter-spacing: 2px;
}
.about-badge strong {
  display: block; font-family: var(--playfair); font-style: italic;
  font-size: 2rem; font-weight: 400; line-height: 1; margin-bottom: 3px;
}
.about-eye {
  font-family: var(--outfit); font-size: .49rem;
  letter-spacing: 5px; text-transform: uppercase; color: var(--gold);
  display: flex; align-items: center; gap: 10px; margin-bottom: 1.1rem;
}
.about-eye::before { content: ''; width: 28px; height: 1px; background: var(--gold); }
.about-h2 {
  font-family: var(--playfair); font-size: clamp(1.7rem,2.8vw,2.5rem);
  font-weight: 600; margin-bottom: 1.1rem; line-height: 1.18;
}
.about-h2 em { font-style: italic; color: var(--gold); font-weight: 400; }
.about-p {
  font-family: var(--cormorant); font-size: 1.04rem; font-weight: 300;
  color: #4a4035; line-height: 1.94; margin-bottom: 1.1rem;
}
.about-rule { height: 1px; background: linear-gradient(to right,var(--gold),transparent); margin: 1.6rem 0; max-width: 180px; }

/* ═══════════════════════════════════════════════════════
   GALLERY
═══════════════════════════════════════════════════════ */
#gallery { background: var(--dark2); }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-auto-rows: 265px;
  gap: 5px;
  max-width: 1320px; margin: 0 auto;
}
.gi { position: relative; overflow: hidden; cursor: pointer; }
.gi:nth-child(1), .gi:nth-child(6) { grid-column: span 2; }
.gi img { transition: transform .8s var(--ease); }
.gi:hover img { transform: scale(1.08); }
.gi-ov {
  position: absolute; inset: 0; background: rgba(0,0,0,0);
  display: flex; align-items: center; justify-content: center; transition: background .4s;
}
.gi:hover .gi-ov { background: rgba(184,150,46,.13); }
.gi-ico {
  width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.55);
  display: flex; align-items: center; justify-content: center;
  color: var(--white); font-size: .9rem;
  opacity: 0; transform: scale(.8); transition: opacity .35s, transform .35s;
}
.gi:hover .gi-ico { opacity: 1; transform: scale(1); }

/* ── Lightbox ── */
#lb { display:none; position:fixed; inset:0; background:rgba(0,0,0,.96); z-index:9999; align-items:center; justify-content:center; }
#lb.open { display:flex; }
#lb img { max-width:90vw; max-height:88vh; object-fit:contain; width:auto; height:auto; border:1px solid rgba(184,150,46,.2); }
#lb-cl { position:absolute; top:1.5rem; right:1.5rem; background:none; border:none; color:var(--gold); font-size:1.5rem; transition:transform .3s; }
#lb-cl:hover { transform:rotate(90deg); }
.lb-arr { position:absolute; top:50%; transform:translateY(-50%); background:none; border:none; color:var(--gold); font-size:2rem; padding:1rem; transition:color .3s; }
.lb-arr:hover { color:var(--gold-lt); }
#lb-pv { left:.5rem; }
#lb-nx { right:.5rem; }

/* ═══════════════════════════════════════════════════════
   VENUE STRIP (PARALLAX)
═══════════════════════════════════════════════════════ */
#venue-strip {
  background: url('photos/photo11.png') center/cover no-repeat fixed;
  position: relative; padding: 108px 5%;
}
#venue-strip::before { content: ''; position: absolute; inset: 0; background: rgba(8,6,4,.76); }
.venue-inner { position: relative; z-index: 1; max-width: 920px; margin: 0 auto; text-align: center; }
.venue-grid {
  display: grid; grid-template-columns: repeat(4,1fr);
  gap: 2px; max-width: 860px; margin: 3rem auto 0;
}
.venue-card {
  background: rgba(255,255,255,.04); border: 1px solid rgba(184,150,46,.16);
  padding: 2.4rem 1.4rem; text-align: center; transition: all .4s var(--ease);
}
.venue-card:hover { background: rgba(184,150,46,.08); border-color: rgba(184,150,46,.42); transform: translateY(-4px); }
.venue-card i { font-size: 1.7rem; color: var(--gold); margin-bottom: 1rem; display: block; }
.venue-card-name { font-family: var(--outfit); font-size: .57rem; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,.62); line-height: 1.7; }

/* ═══════════════════════════════════════════════════════
   DINING — FULLSCREEN CAROUSEL
═══════════════════════════════════════════════════════ */
#dining {
  position: relative; height: 100vh; min-height: 600px;
  overflow: hidden; display: flex; align-items: center; justify-content: center;
}
.dining-slide {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0; transform: scale(1.05);
  transition: opacity 1.8s ease, transform 10s ease;
}
.dining-slide.active { opacity: 1; transform: scale(1); }
.dining-slide:nth-child(1) { background-image: url('https://images.unsplash.com/photo-1414235077428-338989a2e8c0?w=1920&q=85'); }
.dining-slide:nth-child(2) { background-image: url('photos/photo12.jpeg'); }
.dining-slide:nth-child(3) { background-image: url('https://images.unsplash.com/photo-1476224203421-9ac39bcb3327?w=1920&q=85'); }
.dining-ov {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to bottom, rgba(8,6,4,.5) 0%, rgba(8,6,4,.62) 50%, rgba(8,6,4,.78) 100%);
}
.dining-content { position: relative; z-index: 2; text-align: center; max-width: 720px; padding: 0 2rem; }
.dining-eyebrow {
  font-family: var(--cinzel); font-size: .52rem; letter-spacing: 7px;
  text-transform: uppercase; color: var(--gold); margin-bottom: 1.4rem;
  display: flex; align-items: center; justify-content: center; gap: 14px;
}
.dining-eyebrow::before, .dining-eyebrow::after { content: ''; flex: 0 0 32px; height: 1px; background: var(--gold); }
.dining-title {
  font-family: var(--playfair); font-size: clamp(2.6rem,6.5vw,5.5rem);
  color: var(--white); font-weight: 400; font-style: italic;
  line-height: 1.1; margin-bottom: 1.8rem; letter-spacing: 2px;
}
.dining-badge {
  display: inline-flex; align-items: center; gap: 12px;
  border: 1px solid rgba(184,150,46,.38);
  padding: 11px 30px; background: rgba(184,150,46,.07); margin-bottom: 2rem;
}
.dining-dot-pulse {
  width: 7px; height: 7px; border-radius: 50%; background: var(--gold); flex-shrink: 0;
  box-shadow: 0 0 8px var(--gold); animation: glowPulse 2s ease-in-out infinite;
}
.dining-badge-text { font-family: var(--cinzel); font-size: .54rem; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); }
.dining-sub {
  font-family: var(--cormorant); font-size: 1.15rem; font-style: italic;
  color: rgba(255,255,255,.55); font-weight: 300; line-height: 1.75;
}
.dining-dots {
  position: absolute; bottom: 2.5rem; left: 50%; transform: translateX(-50%); z-index: 2; display: flex; gap: 8px;
}
.dining-dot { width: 5px; height: 5px; border-radius: 50%; background: rgba(255,255,255,.28); transition: all .35s; cursor: pointer; }
.dining-dot.active { background: var(--gold); transform: scale(1.5); }

/* ═══════════════════════════════════════════════════════
   FACILITIES
═══════════════════════════════════════════════════════ */
#facilities { background: var(--cream2); }
.fac-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 2px; max-width: 1100px; margin: 0 auto; }
.fac-card {
  background: var(--cream); padding: 3rem 1.6rem; text-align: center;
  position: relative; overflow: hidden; transition: background .35s;
}
.fac-card::after {
  content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px;
  background: var(--gold); transform: scaleX(0); transition: transform .42s var(--ease);
}
.fac-card:hover::after { transform: scaleX(1); }
.fac-card:hover { background: var(--white); }
.fac-card i { font-size: 1.7rem; color: var(--gold); margin-bottom: 1.1rem; display: block; }
.fac-name { font-family: var(--outfit); font-size: .57rem; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); line-height: 1.7; }

/* ═══════════════════════════════════════════════════════
   CONTACT
═══════════════════════════════════════════════════════ */
#contact { background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 5%; max-width: 1200px; margin: 0 auto; align-items: start; }
.c-title { font-family: var(--playfair); font-size: 1.55rem; font-weight: 600; margin-bottom: 1.7rem; color: var(--ink); }
.c-item { display: flex; gap: .9rem; align-items: flex-start; margin-bottom: 1.3rem; }
.c-ico { width: 42px; height: 42px; flex-shrink: 0; border: 1px solid rgba(184,150,46,.35); display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: .85rem; }
.c-lbl { font-size: .47rem; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 3px; }
.c-val { font-family: var(--cormorant); font-size: .96rem; color: var(--ink); font-weight: 300; line-height: 1.65; }
.c-val a { color: var(--ink); transition: color .3s; }
.c-val a:hover { color: var(--gold); }
.qc { display: flex; gap: .55rem; flex-wrap: wrap; margin-top: 1.7rem; }
.qb {
  display: inline-flex; align-items: center; gap: 7px; padding: 9px 14px; border: 1px solid;
  font-family: var(--outfit); font-size: .51rem; letter-spacing: 2px;
  text-transform: uppercase; transition: all .3s; white-space: nowrap;
}
.wa { color: #25D366; border-color: rgba(37,211,102,.35); } .wa:hover { background: #25D366; color: #fff; border-color: #25D366; }
.ph { color: var(--gold); border-color: rgba(184,150,46,.35); } .ph:hover { background: var(--gold); color: var(--ink); }
.em { color: #EA4335; border-color: rgba(234,67,53,.3); } .em:hover { background: #EA4335; color: #fff; }
.ig { color: #C13584; border-color: rgba(193,53,132,.3); } .ig:hover { background: #C13584; color: #fff; }
.fb { color: #1877F2; border-color: rgba(24,119,242,.3); } .fb:hover { background: #1877F2; color: #fff; }
.map-wrap { margin-top: 1.8rem; height: 200px; overflow: hidden; border: 1px solid var(--cream2); }
.map-wrap iframe { width: 100%; height: 100%; border: 0; filter: sepia(16%) contrast(1.04); }
.f-title { font-family: var(--playfair); font-size: 1.55rem; font-weight: 600; margin-bottom: 1.7rem; color: var(--ink); }
.f-row { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; }
.fg { margin-bottom: .9rem; }
.fg label { display: block; font-size: .46rem; letter-spacing: 3px; text-transform: uppercase; color: var(--muted); margin-bottom: 5px; }
.fg input, .fg select, .fg textarea {
  width: 100%; background: transparent; border: none;
  border-bottom: 1px solid var(--cream2); padding: 9px 0;
  font-family: var(--cormorant); font-size: .96rem; color: var(--ink);
  outline: none; transition: border-color .3s;
}
.fg input:focus, .fg select:focus, .fg textarea:focus { border-bottom-color: var(--gold); }
.fg select { appearance: none; }
.fg textarea { resize: none; height: 78px; }
.btn-send {
  background: var(--dark); color: var(--gold);
  font-family: var(--outfit); font-size: .57rem;
  letter-spacing: 3px; text-transform: uppercase;
  padding: 14px 36px; border: 1px solid var(--dark);
  transition: all .35s; margin-top: .8rem;
  display: inline-flex; align-items: center; gap: 9px;
}
.btn-send:hover { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.btn-send .spin { width:13px; height:13px; border:2px solid transparent; border-top-color:currentColor; border-radius:50%; animation:spin .7s linear infinite; display:none; }
.btn-send.loading .spin { display:block; }
.btn-send.loading .st { opacity:.6; }

/* ── Toast ── */
#toast {
  position: fixed; bottom: 2.2rem; left: 50%; transform: translateX(-50%) translateY(18px);
  background: var(--dark); border: 1px solid rgba(184,150,46,.3); color: var(--white);
  font-family: var(--cormorant); font-style: italic; font-size: .96rem;
  padding: 13px 28px; z-index: 9998; opacity: 0;
  transition: all .5s var(--ease); pointer-events: none; white-space: nowrap;
}
#toast.show { opacity:1; transform:translateX(-50%) translateY(0); }
#toast.ok  { border-color:rgba(184,150,46,.6); }
#toast.err { border-color:rgba(220,53,69,.55); color:#ff8a80; }

/* ═══════════════════════════════════════════════════════
   FLOATING WHATSAPP
═══════════════════════════════════════════════════════ */
#wa-fab {
  position: fixed; bottom: 2rem; right: 2rem; z-index: 800;
  width: 58px; height: 58px; border-radius: 50%;
  background: #25D366; color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 22px rgba(37,211,102,.4);
  transition: transform .35s var(--ease), box-shadow .35s;
  text-decoration: none;
}
#wa-fab:hover { transform: scale(1.13) translateY(-3px); box-shadow: 0 8px 36px rgba(37,211,102,.55); }
#wa-fab i { font-size: 1.65rem; }
#wa-fab::before {
  content: 'Chat with us';
  position: absolute; right: calc(100% + 12px);
  background: var(--dark); color: var(--white);
  font-family: var(--outfit); font-size: .53rem; letter-spacing: 2px; white-space: nowrap;
  padding: 7px 14px; border: 1px solid rgba(184,150,46,.22);
  opacity: 0; transform: translateX(8px); transition: all .3s var(--ease); pointer-events: none;
}
#wa-fab:hover::before { opacity: 1; transform: translateX(0); }

/* ═══════════════════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════════════════ */
footer { background: #060503; border-top: 1px solid rgba(184,150,46,.15); padding: 62px 5% 30px; }
.ft-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 4%; margin-bottom: 3.2rem; }
.ft-brand {font-family: var(--cinzel); font-size: 1.4rem;  color: var(--brown); font-weight: 600; display: block; margin-bottom: 3px; }
.ft-brand em { font-family: var(--cinzel); color: var(--brown); font-weight: 400; }
.ft-sub { font-size: .44rem; letter-spacing: 5px; color: rgba(255,255,255,.22); text-transform: uppercase; display: block; margin-bottom: 1.3rem; }
.ft-about { font-family: var(--cormorant); font-size: .9rem; color: rgba(255,255,255,.3); line-height: 1.9; font-weight: 300; margin-bottom: 1.4rem; }
.ft-soc { display: flex; gap: 8px; }
.ft-soc a { width: 34px; height: 34px; border: 1px solid rgba(184,150,46,.22); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.3); font-size: .75rem; transition: all .3s; }
.ft-soc a:hover { border-color: var(--gold); color: var(--gold); background: rgba(184,150,46,.08); }
.ft-col-h { font-family: var(--cinzel); font-size: .57rem; letter-spacing: 3px; color: var(--gold); text-transform: uppercase; margin-bottom: 1.2rem; padding-bottom: .7rem; border-bottom: 1px solid rgba(184,150,46,.16); }
.ft-ul { list-style: none; }
.ft-ul li { margin-bottom: .6rem; }
.ft-ul a { font-size: .72rem; color: rgba(255,255,255,.3); letter-spacing: .5px; transition: color .3s; }
.ft-ul a:hover { color: var(--gold); }
.ft-ci { display: flex; gap: 9px; margin-bottom: .65rem; align-items: flex-start; }
.ft-ci i { color: var(--gold); font-size: .65rem; margin-top: 3px; }
.ft-ci span { font-size: .7rem; color: rgba(255,255,255,.3); line-height: 1.55; }
.ft-bot { border-top: 1px solid rgba(255,255,255,.05); padding-top: 1.6rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: .8rem; }
.ft-copy { font-size: .6rem; color: rgba(255,255,255,.16); letter-spacing: .5px; }
.ft-bot-links { display: flex; gap: 1.4rem; }
.ft-bot-links a { font-size: .57rem; color: rgba(255,255,255,.16); transition: color .3s; }
.ft-bot-links a:hover { color: var(--gold); }

/* ═══════════════════════════════════════════════════════
   KEYFRAMES
═══════════════════════════════════════════════════════ */
@keyframes heroReveal  { to { opacity:1; transform:translateY(0); } }
@keyframes fadeIn      { to { opacity:1; } }
@keyframes scrollAnim  { 0%{opacity:0;transform:scaleY(0);transform-origin:top} 50%{opacity:1} 100%{opacity:0;transform:scaleY(1);transform-origin:top} }
@keyframes spin        { to { transform: rotate(360deg); } }
@keyframes glowPulse   { 0%,100%{opacity:1;box-shadow:0 0 8px var(--gold)} 50%{opacity:.35;box-shadow:0 0 2px var(--gold)} }

/* ═══════════════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════════════ */
@media (max-width: 1100px) {
  .gallery-grid { grid-template-columns: repeat(3,1fr); }
  .gi:nth-child(6) { grid-column: span 1; }
  .venue-grid { grid-template-columns: repeat(2,1fr); }
  .ft-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .nav-links, .nav-cta { display: none; }
  .hamburger { display: flex; }
  /* Hero: center on mobile */
  #hero { justify-content: center; }
  .hero-content { padding-left: 0; padding: 0 6%; text-align: center; max-width: 100%; }
  .hero-monogram { justify-content: center; }
  .hero-tagline { justify-content: center; }
  .hero-btns { justify-content: center; }
  .about-grid { grid-template-columns: 1fr; }
  .about-imgs { height: 340px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 175px; }
  .gi:nth-child(1), .gi:nth-child(6) { grid-column: span 2; }
  .venue-grid { grid-template-columns: repeat(2,1fr); }
  .fac-grid { grid-template-columns: repeat(2,1fr); }
  .contact-grid { grid-template-columns: 1fr; }
  .ft-grid { grid-template-columns: 1fr; }
  .sec { padding: 68px 5%; }
  #venue-strip { background-attachment: scroll; }
  .f-row { grid-template-columns: 1fr; }
  .ft-bot { flex-direction: column; text-align: center; }
}
@media (max-width: 480px) {
  .hero-btns { flex-direction: column; align-items: center; }
  .btn-gold, .btn-ghost { width: 100%; max-width: 260px; text-align: center; }
  .hero-brand { letter-spacing: 8px; }
  .qc { gap: .4rem; }
  #wa-fab { bottom: 1.4rem; right: 1.4rem; width: 52px; height: 52px; }
  #wa-fab i { font-size: 1.4rem; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gi:nth-child(1), .gi:nth-child(6) { grid-column: span 1; }
  .fac-grid { grid-template-columns: 1fr 1fr; }
}
