  --foreground: #f7f3e9;
  --muted: rgba(247,243,233,.72);
  --muted-2: rgba(247,243,233,.55);
  --gold: #d4af37;
  --gold-soft: #e8c76a;
  --ivory: #f7f3e9;
  --forest: #1f3a2e;
  --ink: #050505;
  --border: rgba(212,175,55,.18);
  --gradient-gold: linear-gradient(135deg, #e8c76a 0%, #d4af37 50%, #a07d1f 100%);
  --gradient-hero: linear-gradient(180deg, rgba(5,5,5,.2) 0%, rgba(5,5,5,.55) 55%, rgba(5,5,5,.95) 100%);
  --shadow-gold: 0 20px 60px -20px rgba(212,175,55,.45);
  --shadow-deep: 0 30px 80px -20px rgba(0,0,0,.7);
  --font-display: "Cormorant Garamond", "Playfair Display", serif;
  --font-sans: "Inter", system-ui, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--background); color: var(--foreground); font-family: var(--font-sans); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
.site { min-height: 100vh; overflow-x: hidden; }
.container { width: min(1152px, calc(100% - 48px)); margin: 0 auto; }
.container-wide { width: min(1280px, calc(100% - 48px)); margin: 0 auto; }
.font-display, h1, h2, h3 { font-family: var(--font-display); letter-spacing: 0; }
.text-gold, .shimmer-text { background: var(--gradient-gold); -webkit-background-clip: text; background-clip: text; color: transparent; }
.shimmer-text { background: linear-gradient(90deg, #d4af37 0%, #f7f3e9 50%, #d4af37 100%); background-size: 200% auto; animation: shimmer 6s linear infinite; }
.bg-gold { background: var(--gradient-gold); color: #101008; }
.glass { background: linear-gradient(135deg, rgba(255,255,255,.04), rgba(255,255,255,.01)); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border: 1px solid var(--border); }
.glass-hover { transition: all .5s cubic-bezier(.2,.8,.2,1); }
.glass-hover:hover { border-color: rgba(212,175,55,.5); transform: translateY(-4px); box-shadow: var(--shadow-gold); }
.gold-divider { height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.shadow-deep { box-shadow: var(--shadow-deep); }
.loading-veil { position: fixed; inset: 0; z-index: 100; display: flex; align-items: center; justify-content: center; background: var(--background); transition: opacity .7s ease; }
.loading-veil.hidden { opacity: 0; pointer-events: none; }
.radial-gold { background: radial-gradient(circle at 50% 0%, rgba(212,175,55,.25), transparent 60%); }
.loading-veil .radial-gold { position: absolute; inset: 0; }
.loader-inner { position: relative; display: flex; flex-direction: column; align-items: center; gap: 24px; }
.loader-inner img { height: 96px; width: auto; animation: pulse 2s infinite; }
.loader-inner div { font-size: 12px; letter-spacing: .4em; }
.header { position: fixed; top: 0; left: 0; right: 0; z-index: 50; transition: all .5s; }
.header.scrolled { background: rgba(5,5,5,.85); backdrop-filter: blur(18px); border-bottom: 1px solid var(--border); }
.nav-inner { width: min(1280px, calc(100% - 48px)); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 16px 0; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { height: 40px; width: auto; }
.brand span { font-family: var(--font-display); font-size: 18px; letter-spacing: .18em; }
.nav-links { display: flex; align-items: center; gap: 32px; font-size: 14px; }
.nav-links a { color: var(--muted); transition: color .3s; }
.nav-links a:hover { color: var(--gold); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 0; cursor: pointer; border-radius: 999px; padding: 14px 28px; font-size: 14px; font-weight: 600; transition: transform .25s, background .25s, border-color .25s; }
.button:hover { transform: scale(1.05); }
.button.small { padding: 10px 20px; }
.button.gold { background: var(--gradient-gold); color: #101008; box-shadow: var(--shadow-gold); }
.button.glass-button { background: linear-gradient(135deg, rgba(255,255,255,.04), rgba(255,255,255,.01)); border: 1px solid var(--border); color: var(--foreground); backdrop-filter: blur(14px); }
.button.outline { background: transparent; border: 1px solid rgba(212,175,55,.4); color: var(--gold-soft); }
.mobile-menu-btn { display: none; background: transparent; border: 0; color: var(--gold); font-size: 28px; cursor: pointer; }
.mobile-menu { display: none; background: rgba(5,5,5,.95); border-top: 1px solid var(--border); padding: 24px; flex-direction: column; gap: 16px; }
.mobile-menu a { color: var(--muted); }
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.hero-bg, .hero-bg img, .hero-overlay, .hero .radial-gold, .particles { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; animation: ken-burns 18s ease-out infinite alternate; }
.hero-overlay { background: var(--gradient-hero); }
.hero .radial-gold { opacity: .7; }
.hero-content { position: relative; z-index: 10; width: min(1024px, calc(100% - 48px)); margin: 0 auto; text-align: center; padding-top: 96px; }
.hero-pill { display: inline-flex; align-items: center; gap: 12px; padding: 6px 16px; border-radius: 999px; margin-bottom: 32px; }
.hero-pill i { width: 6px; height: 6px; border-radius: 999px; background: var(--gold); animation: pulse 2s infinite; }
.hero-pill span { font-size: 12px; letter-spacing: .3em; color: var(--gold-soft); }
h1 { margin: 0; font-size: clamp(52px, 9vw, 120px); font-weight: 300; line-height: 1.05; }
h1 em { font-style: normal; font-weight: 500; }
.hero p { max-width: 672px; margin: 32px auto 0; color: var(--muted); font-size: 18px; line-height: 1.75; }
.hero-buttons { margin-top: 40px; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.scroll-cue { position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%); z-index: 10; display: flex; flex-direction: column; align-items: center; gap: 8px; color: rgba(232,199,106,.7); }
.scroll-cue span { font-size: 10px; letter-spacing: .4em; }
.scroll-cue i { height: 40px; width: 1px; background: linear-gradient(var(--gold), transparent); animation: pulse 2s infinite; }
.particle { position: absolute; border-radius: 999px; background: radial-gradient(circle, #e8c76a, transparent 70%); box-shadow: 0 0 8px #d4af37; animation: particle-rise linear infinite; }
.marquee { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: rgba(5,5,5,.4); overflow: hidden; }
.marquee-track { display: flex; gap: 48px; padding: 20px 0; white-space: nowrap; animation: marquee 35s linear infinite; }
.marquee span { font-family: var(--font-display); font-size: 22px; color: rgba(232,199,106,.7); letter-spacing: .06em; }
.marquee b { margin: 0 24px; color: var(--gold); }
.section { position: relative; padding: 112px 0; }
.section-dark { background: var(--ink); }
.section .radial-gold { position: absolute; inset: 0; opacity: .4; pointer-events: none; }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; }
.eyebrow i { height: 1px; width: 32px; background: var(--gold); }
.eyebrow span { font-size: 12px; letter-spacing: .35em; color: var(--gold-soft); text-transform: uppercase; }
h2 { font-size: clamp(42px, 6vw, 72px); line-height: 1.05; font-weight: 400; margin: 16px 0 0; }
.about-grid, .wedding-grid, .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.about-copy p, .wedding-copy p { color: var(--muted); line-height: 1.75; margin: 24px 0 0; }
.stats { margin-top: 40px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.stat { border-radius: 24px; padding: 20px; text-align: center; }
.stat-number { font-family: var(--font-display); font-size: 36px; }
.stat-label { margin-top: 4px; font-size: 12px; letter-spacing: .08em; color: var(--muted); }
.image-frame { position: relative; }
.image-frame:before { content: ""; position: absolute; inset: -16px; background: var(--gradient-gold); border-radius: 28px; opacity: .2; filter: blur(28px); }
.image-frame img { position: relative; border-radius: 28px; width: 100%; box-shadow: var(--shadow-deep); }
.float-badge { position: absolute; left: -24px; bottom: -24px; border-radius: 20px; padding: 20px; max-width: 210px; animation: float-slow 8s ease-in-out infinite; }
.float-badge small { display: block; font-size: 12px; letter-spacing: .16em; color: var(--gold); }
.float-badge strong { display: block; font-family: var(--font-display); font-size: 28px; margin-top: 4px; font-weight: 400; }
.section-heading { text-align: center; margin-bottom: 56px; }
.section-heading p { color: var(--muted); max-width: 580px; margin: 16px auto 0; }
.map { position: relative; width: min(1024px, calc(100% - 48px)); margin: 0 auto; aspect-ratio: 16/10; border-radius: 28px; overflow: hidden; }
.map img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .5; }
.map:after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, var(--ink), transparent); pointer-events: none; }
.hotspot { position: absolute; z-index: 5; transform: translate(-50%, -50%); border: 0; background: transparent; cursor: pointer; }
.hotspot:before { content: ""; position: absolute; inset: -12px; border-radius: 999px; background: rgba(212,175,55,.3); animation: ping 1.4s cubic-bezier(0,0,.2,1) infinite; }
.hotspot-dot { position: relative; display: block; width: 12px; height: 12px; border-radius: 999px; background: var(--gold); box-shadow: var(--shadow-gold); }
.hotspot-card { position: absolute; left: 50%; bottom: 100%; width: 192px; transform: translate(-50%, 8px); margin-bottom: 12px; border-radius: 14px; padding: 12px; text-align: left; opacity: 0; pointer-events: none; transition: .3s; }
.hotspot:hover .hotspot-card, .hotspot.active .hotspot-card { opacity: 1; transform: translate(-50%, 0); }
.hotspot-card strong { display: block; font-family: var(--font-display); color: var(--gold); font-size: 17px; font-weight: 500; }
.hotspot-card span { display: block; color: var(--muted); font-size: 12px; margin-top: 4px; }
.amenities-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.amenity { position: relative; overflow: hidden; border-radius: 24px; padding: 28px; }
.amenity:before { content: ""; position: absolute; right: -40px; top: -40px; height: 128px; width: 128px; border-radius: 999px; background: rgba(212,175,55,.1); filter: blur(28px); transition: .3s; }
.amenity:hover:before { background: rgba(212,175,55,.25); }
.amenity-icon { position: relative; font-size: 32px; color: var(--gold); margin-bottom: 16px; }
.amenity h3 { position: relative; font-size: 28px; font-weight: 500; margin: 0; }
.amenity p { position: relative; font-size: 14px; color: var(--muted); line-height: 1.65; margin: 10px 0 0; }
.amenity .gold-divider { position: relative; margin-top: 20px; opacity: .4; transition: .3s; }
.amenity:hover .gold-divider { opacity: 1; }
.wedding-grid { grid-template-columns: 1fr 1fr; }
.wedding-image { order: 1; }
.wedding-copy { order: 2; }
.feature-list { list-style: none; padding: 0; margin: 32px 0 0; display: grid; gap: 12px; }
.feature-list li { display: flex; align-items: center; gap: 12px; font-size: 14px; }
.feature-list span { color: var(--gold); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; gap: 12px; }
.gallery-item { position: relative; overflow: hidden; border-radius: 20px; cursor: pointer; }
.gallery-item.featured { grid-column: span 2; grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.gallery-item:hover img { transform: scale(1.1); }
.gallery-item:before { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.5); transition: .3s; z-index: 1; }
.gallery-item:hover:before { background: rgba(0,0,0,.3); }
.gallery-label { position: absolute; z-index: 2; left: 16px; right: 16px; bottom: 16px; display: flex; justify-content: space-between; align-items: flex-end; }
.gallery-label strong { font-family: var(--font-display); font-size: 20px; font-weight: 400; color: var(--ivory); }
.gallery-label span { color: var(--gold); }
.gallery-border { position: absolute; inset: 0; border: 1px solid rgba(212,175,55,0); border-radius: 20px; z-index: 3; transition: .3s; }
.gallery-item:hover .gallery-border { border-color: rgba(212,175,55,.5); }
.reviews { text-align: center; }
.stars { color: var(--gold); font-size: 28px; margin-top: 16px; letter-spacing: 4px; }
.rating { color: var(--muted); font-size: 14px; margin-top: 4px; }
.review-card { position: relative; margin: 40px auto 0; max-width: 896px; border-radius: 28px; padding: 56px; }
.quote-mark { position: absolute; top: -28px; left: 50%; transform: translateX(-50%); font-family: var(--font-display); font-size: 112px; line-height: 1; color: var(--gold); }
.review-text { font-family: var(--font-display); font-size: clamp(26px, 3vw, 38px); line-height: 1.45; color: rgba(247,243,233,.9); margin: 0; }
.review-name { font-family: var(--font-display); font-size: 20px; margin-top: 32px; }
.review-role { font-size: 12px; letter-spacing: .18em; color: var(--muted); margin-top: 4px; }
.review-dots { display: flex; justify-content: center; gap: 8px; margin-top: 32px; }
.review-dot { height: 6px; width: 6px; border-radius: 99px; border: 0; background: rgba(247,243,233,.25); cursor: pointer; transition: .3s; }
.review-dot.active { width: 32px; background: var(--gold); }
.booking { overflow: hidden; }
.booking .radial-gold { opacity: .5; }
.booking-wrap { position: relative; width: min(896px, calc(100% - 48px)); margin: 0 auto; }
.form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; border-radius: 28px; padding: 40px; }
.field.full, .form-actions { grid-column: 1/-1; }
.field span { display: block; font-size: 12px; letter-spacing: .16em; color: var(--gold-soft); text-transform: uppercase; margin-bottom: 8px; }
.input { width: 100%; background: rgba(5,5,5,.5); border: 1px solid var(--border); color: var(--foreground); outline: none; border-radius: 14px; padding: 13px 16px; font-size: 14px; transition: .25s; }
.input:focus { border-color: var(--gold); }
.input::placeholder { color: rgba(247,243,233,.35); }
select.input option { color: #111; }
.form-actions { margin-top: 8px; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.form-actions p { color: var(--muted); font-size: 12px; margin: 0; }
.contact-grid { align-items: stretch; }
.contact-rows { margin-top: 32px; display: grid; gap: 20px; }
.contact-row { display: flex; gap: 16px; align-items: flex-start; transition: opacity .25s; }
a.contact-row:hover { opacity: .8; }
.contact-icon { height: 44px; width: 44px; border-radius: 999px; flex: none; display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 18px; }
.contact-label { font-size: 12px; letter-spacing: .16em; color: var(--gold-soft); text-transform: uppercase; }
.contact-value { color: rgba(247,243,233,.9); margin-top: 4px; line-height: 1.55; }
.contact-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.map-frame { position: relative; border-radius: 28px; overflow: hidden; min-height: 400px; }
.map-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: grayscale(1) contrast(1.25); }
.map-frame:after { content: ""; position: absolute; inset: 0; pointer-events: none; border: 1px solid rgba(212,175,55,.3); border-radius: 28px; }
.footer { border-top: 1px solid var(--border); padding: 48px 0; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { height: 40px; width: auto; }
.footer-name { font-family: var(--font-display); letter-spacing: .18em; }
.footer-sub { color: var(--muted); font-size: 12px; }
.footer-copy { color: var(--muted); font-size: 12px; text-align: right; line-height: 1.6; }
.floating-actions { position: fixed; bottom: 24px; right: 24px; z-index: 40; display: flex; flex-direction: column; gap: 12px; }
.float-action { height: 56px; width: 56px; border-radius: 999px; display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-deep); transition: transform .25s; font-size: 24px; }
.float-action:hover { transform: scale(1.1); }
.whatsapp { background: #25d366; }
.call { background: var(--gradient-gold); color: #101008; }
@keyframes shimmer { from { background-position: -200% 0; } to { background-position: 200% 0; } }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .5; } }
@keyframes ken-burns { from { transform: scale(1.05) translate(0,0); } to { transform: scale(1.18) translate(-1%,-2%); } }
@keyframes particle-rise { 0% { transform: translateY(100vh) scale(.4); opacity: 0; } 10% { opacity: 1; } 100% { transform: translateY(-10vh) scale(1); opacity: 0; } }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-33.33%); } }
@keyframes float-slow { 0%,100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-12px) scale(1.03); } }
@keyframes ping { 75%,100% { transform: scale(2); opacity: 0; } }
@media (max-width: 900px) {
  .nav-links, .header .button.small, .brand span { display: none; }
  .mobile-menu-btn { display: block; }
  .mobile-menu.open { display: flex; }
  .about-grid, .wedding-grid, .contact-grid, .form { grid-template-columns: 1fr; }
  .wedding-image, .wedding-copy { order: initial; }
  .amenities-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 160px; }
  .footer-inner, .form-actions { flex-direction: column; text-align: center; }
  .footer-copy { text-align: center; }
  .float-badge { left: 16px; bottom: 16px; }
}
@media (max-width: 560px) {
  .container, .container-wide, .nav-inner, .hero-content, .map, .booking-wrap { width: min(100% - 32px, 100%); }
  h1 { font-size: 50px; }
  h2 { font-size: 42px; }
  .hero p { font-size: 16px; }
  .stats, .amenities-grid { grid-template-columns: 1fr; }
  .gallery-item.featured { grid-column: span 2; grid-row: span 1; }
  .review-card, .form { padding: 32px 22px; }
  .floating-actions { bottom: 16px; right: 16px; }
}
