:root {
  --gold: #C6A15B;
  --gold-light: #E6C97F;
  --gold-lighter: #E2C57C;
  --dark: #0B0A08;
  --dark2: #080706;
  --dark3: #12100C;
  --dark4: #0F0D09;
  --dark5: #161310;
  --cream: #F3ECDC;
  --cream2: #E9E1CE;
  --cream3: #D8CDB4;
  --muted: #A79A7E;
  --muted2: #9A8D71;
  --muted3: #7E7259;
  --muted4: #CFC2A3;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; max-width: 100vw; }
body {
  background: var(--dark); color: var(--cream2);
  font-family: 'Jost', sans-serif; -webkit-font-smoothing: antialiased;
  overflow-x: hidden; max-width: 100vw;
}
a { color: var(--gold); text-decoration: none; transition: color .25s ease; }
a:hover { color: var(--gold-light); }
img { max-width: 100%; display: block; }
::selection { background: var(--gold); color: #14110C; }
input::placeholder { color: rgba(23,18,8,.55); }
button { font-family: 'Jost', sans-serif; cursor: pointer; }
h1, h2, h3 { font-family: 'Cinzel', serif; color: var(--cream); font-weight: 500; }

.gold { color: var(--gold); }

@keyframes dgMarquee { to { transform: translateX(-50%); } }
@keyframes dgPulse { 0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(198,161,91,.55); } 50% { opacity: .5; box-shadow: 0 0 0 7px rgba(198,161,91,0); } }
@keyframes dgScrollCue { 0% { transform: scaleY(0); transform-origin: top; } 45% { transform: scaleY(1); transform-origin: top; } 55% { transform: scaleY(1); transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }

/* ===== Buttons & shared bits ===== */
.btn { display: inline-block; padding: 14px 26px; font-size: 12px; font-weight: 500; letter-spacing: 2.2px; border-radius: 2px; transition: all .25s ease; border: none; text-align: center; }
.btn--gold { background: linear-gradient(120deg, var(--gold), var(--gold-lighter) 55%, var(--gold)); color: #171208; font-weight: 600; box-shadow: 0 8px 28px rgba(198,161,91,.28); }
.btn--gold:hover { color: #171208; box-shadow: 0 10px 36px rgba(198,161,91,.5); }
.btn--outline { border: 1px solid rgba(198,161,91,.55); color: var(--gold-light); }
.btn--outline:hover { border-color: var(--gold-light); background: rgba(198,161,91,.08); }
.btn--ghost { border: 1px solid rgba(243,236,220,.45); color: var(--cream); }
.btn--ghost:hover { border-color: var(--gold-light); color: var(--gold-light); }
.btn--lg { padding: 17px 32px; font-size: 13px; letter-spacing: 2.5px; }
.btn--sm { padding: 8px 18px; font-size: 10.5px; letter-spacing: 1.5px; }
.btn--block { width: 100%; padding: 15px 0; font-size: 12.5px; letter-spacing: 2.5px; margin-top: 10px; box-shadow: 0 8px 28px rgba(198,161,91,.3); }
.btn--block:hover { box-shadow: 0 10px 36px rgba(198,161,91,.5); }

.kicker { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.kicker--center { justify-content: center; }
.kicker__line { width: 34px; height: 1px; background: var(--gold); display: inline-block; flex-shrink: 0; }
.kicker__text { font-size: 11px; letter-spacing: 5px; color: var(--gold); white-space: nowrap; }

.badge { display: inline-block; padding: 7px 14px; border: 1px solid rgba(198,161,91,.5); border-radius: 2px; font-size: 9.5px; letter-spacing: 3px; color: var(--gold-light); white-space: nowrap; }

.section { padding: 100px 8vw; scroll-margin-top: 80px; }
.section__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 44px; flex-wrap: wrap; }
.section__head h2 { font-size: clamp(30px, 3.2vw, 46px); }
.section__lede { max-width: 420px; font-weight: 300; font-size: 15px; line-height: 1.7; color: var(--muted); }
.section__center { text-align: center; margin-bottom: 50px; }
.section__center h2 { margin-bottom: 16px; font-size: clamp(30px, 3.2vw, 46px); }
.section__center .section__lede { max-width: 520px; margin: 0 auto; }

.ph-placeholder {
  position: absolute; inset: 0; width: 100%; height: 100%;
  background: linear-gradient(135deg, #1c1712 0%, #0f0d09 45%, #1c1712 100%);
  background-size: 200% 200%;
}
.ph-placeholder::after {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 30% 30%, rgba(198,161,91,.12), transparent 60%);
}

/* ===== Top bar ===== */
.topbar { background: var(--dark2); border-bottom: 1px solid rgba(198,161,91,.16); display: flex; align-items: center; justify-content: space-between; padding: 9px 4vw; font-size: 11.5px; letter-spacing: 1.5px; gap: 16px; flex-wrap: wrap; row-gap: 6px; }
.topbar__left, .topbar__right { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.topbar__link { display: inline-flex; align-items: center; gap: 8px; color: var(--muted4); }
.topbar__muted { color: var(--muted3); }
.dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); display: inline-block; }
.sep { color: rgba(198,161,91,.35); }

.lang-switch { position: relative; display: inline-flex; }
.lang-trigger { background: none; border: none; display: inline-flex; align-items: center; gap: 9px; padding: 3px 2px; color: var(--muted4); font-size: 11px; }
.lang-trigger[aria-expanded="true"] { color: var(--cream); }
.lang-flag-img { width: 18px; height: 13px; object-fit: cover; border-radius: 1px; filter: saturate(.8); opacity: .95; }
.lang-flag-glyph { font-size: 12px; line-height: 1; }
.lang-code { font-size: 11px; font-weight: 500; letter-spacing: 2.5px; }
.lang-caret { font-size: 7.5px; color: var(--gold); transform: translateY(1px); }
.lang-dropdown { position: fixed; width: 238px; max-width: calc(100vw - 24px); background: #0E0C08; border: 1px solid rgba(198,161,91,.28); border-radius: 2px; box-shadow: 0 34px 70px rgba(0,0,0,.65); padding: 4px 0 6px; z-index: 200; }
[dir="rtl"] .lang-dropdown { right: auto; left: -8px; }
.lang-dropdown__header { display: block; padding: 10px 18px 9px; font-size: 9px; letter-spacing: 3px; color: var(--muted3); border-bottom: 1px solid rgba(198,161,91,.14); }
.lang-option { display: flex; align-items: center; gap: 11px; padding: 9.5px 18px; background: transparent; transition: background .2s ease; width: 100%; border: none; text-align: left; }
[dir="rtl"] .lang-option { text-align: right; }
.lang-option:hover { background: rgba(198,161,91,.09); }
.lang-option.is-active { background: rgba(198,161,91,.07); }
.lang-option__flagwrap { width: 20px; display: inline-flex; align-items: center; justify-content: center; }
.lang-option__flagwrap img { width: 18px; height: 13px; object-fit: cover; border-radius: 1px; filter: saturate(.8); opacity: .9; }
.lang-option__flagwrap span { font-size: 13.5px; line-height: 1; color: var(--gold); }
.lang-option__code { width: 24px; font-size: 10px; font-weight: 500; letter-spacing: 2px; color: var(--muted3); }
.lang-option.is-active .lang-option__code { color: var(--gold-light); }
.lang-option__name { flex: 1; font-size: 13.5px; font-weight: 300; letter-spacing: .5px; color: var(--cream3); }
.lang-option.is-active .lang-option__name { color: var(--gold-light); }
.lang-option__marker { font-size: 8px; color: var(--gold); opacity: 0; }
.lang-option.is-active .lang-option__marker { opacity: 1; }

/* ---- Currency switch (mirrors the language switch) ---- */
.currency-switch { position: relative; display: inline-flex; }
.currency-trigger { background: none; border: none; display: inline-flex; align-items: center; gap: 6px; padding: 3px 2px; color: var(--muted4); font-size: 11px; }
.currency-trigger[aria-expanded="true"] { color: var(--cream); }
.currency-code { font-size: 11px; font-weight: 500; letter-spacing: 2px; }
.currency-caret { font-size: 7.5px; color: var(--gold); transform: translateY(1px); }
.currency-dropdown { position: fixed; width: 160px; background: #0E0C08; border: 1px solid rgba(198,161,91,.28); border-radius: 2px; box-shadow: 0 34px 70px rgba(0,0,0,.65); padding: 4px 0 6px; z-index: 200; }
.currency-option .lang-option__code { width: 22px; text-align: center; }

/* ---- Estimated-price annotation next to any [data-eur] element ---- */
.fx-estimate { display: inline-block; margin-left: 8px; font-size: 11px; font-style: italic; color: var(--muted3); white-space: nowrap; }

/* ===== Nav dropdown (e.g. "OTRO") ===== */
.nav-dropdown { position: relative; }
.nav-dropdown__trigger { display: inline-flex; align-items: center; gap: 6px; background: none; border: none; color: var(--muted4); font-size: 12px; font-weight: 500; letter-spacing: 2.5px; font-family: 'Jost', sans-serif; cursor: pointer; }
.nav-dropdown__trigger:hover, .nav-dropdown__trigger[aria-expanded="true"] { color: var(--gold-light); }
.nav-dropdown__caret { font-size: 8px; color: var(--gold); }
.nav-dropdown__menu { position: absolute; top: calc(100% + 16px); left: 50%; transform: translateX(-50%); min-width: 190px; background: #0E0C08; border: 1px solid rgba(198,161,91,.28); border-radius: 2px; box-shadow: 0 24px 50px rgba(0,0,0,.55); padding: 8px 0; z-index: 150; }
.nav-dropdown__menu[hidden] { display: none; }
.nav-dropdown__menu a { display: block; padding: 10px 20px; font-size: 11.5px; letter-spacing: 2px; color: var(--cream3); white-space: nowrap; }
.nav-dropdown__menu a:hover { color: var(--gold-light); background: rgba(198,161,91,.08); }

/* ===== Nav ===== */
.nav { position: sticky; top: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 12px 4vw; background: rgba(10,9,7,.86); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-bottom: 1px solid rgba(198,161,91,.2); }
.brand { display: flex; align-items: center; gap: 14px; }
.brand__logo { width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(198,161,91,.6); object-fit: cover; }
.brand__logo--lg { width: 62px; height: 62px; }
.brand__text { display: flex; flex-direction: column; gap: 3px; }
.brand__name { font-family: 'Cinzel', serif; font-size: 15px; font-weight: 600; letter-spacing: 3.5px; color: var(--cream); }
.brand__sub { font-size: 9px; letter-spacing: 6px; color: var(--gold); }
.nav__links { display: flex; align-items: center; gap: 30px; font-size: 12px; font-weight: 500; letter-spacing: 2.5px; white-space: nowrap; }
.nav__links a { color: var(--muted4); }
.nav__links a:hover { color: var(--gold-light); }
.nav__actions { display: flex; align-items: center; gap: 12px; }
.nav__burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; padding: 8px; }
.nav__burger span { width: 22px; height: 2px; background: var(--gold-light); display: block; transition: transform .25s ease, opacity .25s ease; }
.nav__cta-outline, .nav__cta-gold { display: none; }
.mobile-only { display: none; }

/* ===== Modal ===== */
.modal-overlay { position: fixed; inset: 0; z-index: 500; background: rgba(8,7,5,.82); backdrop-filter: blur(4px); display: flex; align-items: center; justify-content: center; padding: 30px; }
.modal-overlay[hidden] { display: none; }
.modal { width: 100%; max-width: 520px; max-height: 90vh; overflow-y: auto; background: #12100C; border: 1px solid rgba(198,161,91,.32); border-radius: 3px; padding: 44px 44px 38px; position: relative; }
.modal__close { position: absolute; top: 18px; right: 18px; background: none; border: none; color: var(--muted2); font-size: 20px; line-height: 1; padding: 6px; }
[dir="rtl"] .modal__close { right: auto; left: 18px; }
.modal__close:hover { color: var(--gold-light); }
.modal__title { margin: 0 0 10px; font-size: 26px; }
.modal__desc { margin: 0 0 28px; font-size: 13.5px; font-weight: 300; line-height: 1.65; color: var(--muted); }
.stay-form { display: flex; flex-direction: column; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field label:not(.radio) { font-size: 10.5px; letter-spacing: 2px; color: var(--muted2); }
.field input[type="text"] { background: var(--dark); border: 1px solid rgba(198,161,91,.3); border-radius: 2px; padding: 12px 14px; font-size: 14px; color: var(--cream); font-family: 'Jost', sans-serif; }
.field input[type="text"]:focus { border-color: var(--gold-light); outline: none; }
.radio { display: flex; align-items: center; gap: 10px; font-size: 13.5px; font-weight: 300; color: var(--cream3); cursor: pointer; }
.radio input { accent-color: var(--gold); width: 15px; height: 15px; }
.date-trigger { text-align: left; background: var(--dark); border: 1px solid rgba(198,161,91,.3); border-radius: 2px; padding: 12px 14px; font-size: 14px; color: var(--cream); width: 100%; }
[dir="rtl"] .date-trigger { text-align: right; }
.date-trigger:hover { border-color: rgba(198,161,91,.6); }
.calendar { margin-top: 6px; padding: 16px; border: 1px solid rgba(198,161,91,.28); border-radius: 2px; background: var(--dark); }
.calendar__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.calendar__nav { background: none; border: 1px solid rgba(198,161,91,.3); border-radius: 2px; color: var(--gold-light); width: 28px; height: 28px; font-size: 12px; }
.calendar__nav:hover { border-color: var(--gold-light); }
.calendar__head span { font-size: 12px; letter-spacing: 2px; color: var(--cream); }
.calendar__weekdays, .calendar__grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.calendar__weekdays { margin-bottom: 6px; }
.calendar__weekdays span { text-align: center; font-size: 9.5px; letter-spacing: 1px; color: var(--muted3); }
.calendar__grid { margin-bottom: 4px; }
.cal-day { aspect-ratio: 1; border-radius: 2px; border: 1px solid transparent; background: transparent; color: var(--cream3); font-size: 11.5px; font-family: 'Jost', sans-serif; }
.cal-day:disabled { color: transparent; cursor: default; }
.cal-day.is-today { border-color: rgba(198,161,91,.5); }
.cal-day.in-range { background: rgba(198,161,91,.16); }
.cal-day.is-edge { background: var(--gold); color: #171208; }
.cal-day.is-past:not(:disabled) { color: #4A4536; }
.calendar__footer { display: flex; align-items: center; justify-content: space-between; margin-top: 10px; padding-top: 12px; border-top: 1px solid rgba(198,161,91,.14); font-size: 11.5px; color: var(--muted); }

/* ===== Hero ===== */
.hero { position: relative; height: calc(100svh - 110px); min-height: 560px; overflow: hidden; background: var(--dark2); }
.hero__videos { position: absolute; inset: 0; }
.hero__videos video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 1.8s ease; }
.hero__videos video.is-active { opacity: 1; }
.hero__scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,7,5,.62) 0%, rgba(8,7,5,.28) 38%, rgba(8,7,5,.55) 70%, rgba(8,7,5,.94) 100%); }
.hero__scrim2 { position: absolute; inset: 0; background: radial-gradient(120% 90% at 18% 60%, transparent 40%, rgba(8,7,5,.45) 100%); }
.hero__content { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; padding: 0 8vw; }
.hero__title { margin: 0 0 26px; font-size: clamp(38px, 5.8vw, 86px); line-height: 1.08; color: var(--cream); max-width: 15em; text-wrap: balance; }
.hero__subtitle { margin: 0 0 38px; max-width: 560px; font-weight: 300; font-size: 17px; line-height: 1.65; color: var(--cream3); }
.hero__ctas { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.hero__note { margin-top: 30px; max-width: 640px; font-size: 12px; letter-spacing: 1.5px; color: var(--muted2); }
.hero__onscreen { position: absolute; left: 8vw; bottom: 30px; display: flex; align-items: center; gap: 12px; z-index: 2; }
.pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); animation: dgPulse 2.4s ease infinite; flex-shrink: 0; }
.hero__onscreen span:last-child { font-size: 10.5px; letter-spacing: 3.5px; color: #BBAE8F; }
.hero__scroll { position: absolute; right: 8vw; bottom: 26px; display: flex; flex-direction: column; align-items: center; gap: 10px; z-index: 2; }
.hero__scroll span:first-child { font-size: 9.5px; letter-spacing: 3.5px; color: var(--muted2); }
.scroll-line { width: 1px; height: 42px; background: linear-gradient(180deg, var(--gold), transparent); animation: dgScrollCue 2.2s ease infinite; }

/* ===== Marquee ===== */
.marquee { background: linear-gradient(120deg, #B8924C, #E2C57C 50%, #B8924C); overflow: hidden; padding: 13px 0; border-top: 1px solid rgba(23,18,8,.25); border-bottom: 1px solid rgba(23,18,8,.25); }
.marquee__track { display: inline-flex; white-space: nowrap; width: max-content; animation: dgMarquee 30s linear infinite; }
.marquee__set { font-family: 'Cinzel', serif; font-weight: 600; font-size: 13px; letter-spacing: 3.5px; color: #171208; padding-right: 8px; }
.marquee__set span.dia { opacity: .5; padding: 0 14px; }

/* ===== Venues ===== */
.venues__grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 22px; }
.venue-card { position: relative; overflow: hidden; border: 1px solid rgba(198,161,91,.18); border-radius: 3px; scroll-margin-top: 100px; transition: border-color .3s ease; height: 420px; }
.venue-card:hover { border-color: rgba(198,161,91,.6); }
.venue-card--fitz, .venue-card--social { grid-column: span 6; height: 420px; }
.venue-card--oceans { grid-column: 1 / -1; height: 380px; }
.venue-card__img, .venue-card__placeholder { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.venue-card__scrim { position: absolute; inset: 0; background: linear-gradient(200deg, transparent 45%, rgba(8,7,5,.9) 92%); pointer-events: none; }
.venue-card__tag { position: absolute; top: 20px; left: 20px; padding: 7px 14px; border: 1px solid rgba(198,161,91,.5); border-radius: 2px; background: rgba(10,9,7,.55); backdrop-filter: blur(6px); font-size: 9.5px; letter-spacing: 3px; color: var(--gold-light); pointer-events: none; z-index: 1; }
[dir="rtl"] .venue-card__tag { left: auto; right: 20px; }
.venue-card__bottom { position: absolute; left: 0; right: 0; bottom: 0; padding: 28px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; z-index: 1; }
.venue-card__name { font-family: 'Cinzel', serif; font-size: 30px; font-weight: 600; letter-spacing: 3px; color: var(--cream); }
.venue-card__desc { margin-top: 8px; font-size: 10.5px; letter-spacing: 2.5px; color: var(--gold); }
.venue-card__cta { white-space: nowrap; font-size: 11.5px; letter-spacing: 2.5px; color: var(--gold-light); border-bottom: 1px solid rgba(198,161,91,.5); padding-bottom: 4px; flex-shrink: 0; }

/* Clickable-card variant (links out to a dedicated venue page; RESERVAR stays a separate WhatsApp link on top) */
.venue-card__link { position: absolute; inset: 0; display: block; z-index: 0; }
.venue-card__info { position: absolute; left: 0; bottom: 0; padding: 28px 120px 28px 28px; }
.venue-card > .venue-card__cta { position: absolute; right: 28px; bottom: 28px; z-index: 2; }

.mcp-card { grid-column: 1 / -1; position: relative; padding: 34px; border: 1px solid rgba(198,161,91,.28); border-radius: 3px; background: var(--dark4); scroll-margin-top: 100px; }
.mcp-card__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 28px; }
.mcp-card__head { align-items: center; }
.mcp-card__title { font-family: 'Cinzel', serif; font-size: 19px; font-weight: 600; letter-spacing: 2px; color: var(--cream); }
.mcp-card__desc { margin-top: 4px; font-size: 12.5px; font-weight: 300; line-height: 1.6; color: var(--muted); max-width: 560px; }
.mcp-card__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.mcp-pass { border: 1px solid rgba(198,161,91,.2); border-radius: 2px; padding: 20px 18px; display: flex; flex-direction: column; gap: 10px; position: relative; }
.mcp-pass__badge { position: absolute; top: -10px; right: 14px; padding: 3px 9px; background: var(--gold); color: #171208; font-size: 8.5px; font-weight: 600; letter-spacing: 1.5px; border-radius: 2px; }
[dir="rtl"] .mcp-pass__badge { right: auto; left: 14px; }
.mcp-pass__label { font-size: 10.5px; letter-spacing: 2px; color: var(--muted2); }
.mcp-pass__price { font-family: 'Cinzel', serif; font-size: 24px; font-weight: 600; color: var(--cream); }
.mcp-pass__credit { font-size: 12px; font-weight: 300; color: var(--muted); line-height: 1.5; min-height: 34px; }

/* ===== Agenda ===== */
.agenda { background: var(--dark3); border-top: 1px solid rgba(198,161,91,.14); border-bottom: 1px solid rgba(198,161,91,.14); }
.agenda__filters { display: flex; gap: 10px; flex-wrap: wrap; }
.agenda__filter { padding: 10px 20px; border-radius: 999px; border: 1px solid rgba(198,161,91,.35); background: transparent; color: var(--muted); font-size: 11px; font-weight: 500; letter-spacing: 2px; transition: all .25s ease; }
.agenda__filter.is-active { border-color: var(--gold); background: var(--gold); color: #14110C; }
.agenda__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.event-card { background: var(--dark5); border: 1px solid rgba(198,161,91,.16); border-radius: 3px; overflow: hidden; transition: border-color .3s ease, transform .3s ease; }
.event-card:hover { border-color: rgba(198,161,91,.55); transform: translateY(-4px); }
.event-card__img { position: relative; height: 170px; }
.event-card__img img { width: 100%; height: 100%; object-fit: cover; }
.event-card__date { position: absolute; top: 14px; left: 14px; padding: 9px 13px; background: rgba(10,9,7,.74); backdrop-filter: blur(6px); border: 1px solid rgba(198,161,91,.4); border-radius: 2px; text-align: center; }
[dir="rtl"] .event-card__date { left: auto; right: 14px; }
.event-card__day { font-family: 'Cinzel', serif; font-size: 23px; font-weight: 600; color: var(--gold-light); line-height: 1; }
.event-card__dow { margin-top: 4px; font-size: 8.5px; letter-spacing: 2px; color: var(--cream3); text-transform: uppercase; }
.event-card__body { padding: 20px 22px 22px; }
.event-card__venue { font-size: 10px; letter-spacing: 3px; color: var(--gold); }
.event-card__title { margin-top: 8px; font-family: 'Cinzel', serif; font-size: 20px; font-weight: 600; color: var(--cream); }
.event-card__meta { margin-top: 7px; font-size: 12.5px; font-weight: 300; letter-spacing: .5px; color: var(--muted); }
.event-card__ctas { display: flex; gap: 10px; margin-top: 18px; }
.event-card__ctas a { flex: 1; text-align: center; padding: 11px 0; font-size: 10.5px; font-weight: 600; letter-spacing: 2px; border-radius: 2px; }
.event-card__ctas a.tickets { background: linear-gradient(120deg, var(--gold), var(--gold-lighter) 55%, var(--gold)); color: #171208; }
.event-card__ctas a.tickets:hover { color: #171208; box-shadow: 0 6px 20px rgba(198,161,91,.35); }
.event-card__ctas a.vip { border: 1px solid rgba(198,161,91,.45); color: var(--gold-light); font-weight: 500; }
.event-card__ctas a.vip:hover { border-color: var(--gold-light); background: rgba(198,161,91,.07); }
.agenda__links { display: flex; align-items: center; justify-content: center; gap: 28px; margin-top: 46px; flex-wrap: wrap; }
.agenda__links-label { font-size: 10px; letter-spacing: 3px; color: var(--muted3); }
.agenda__links a { font-size: 11.5px; letter-spacing: 2.5px; color: var(--gold-light); border-bottom: 1px solid rgba(198,161,91,.5); padding-bottom: 3px; }

/* ===== Gastro ===== */
.gastro__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.gastro h2 { margin: 0 0 22px; font-size: clamp(30px, 3.2vw, 46px); line-height: 1.15; }
.feature-list { display: flex; flex-direction: column; border-top: 1px solid rgba(198,161,91,.22); list-style: none; margin: 34px 0 0; padding: 0; }
.feature-list li { display: flex; align-items: center; gap: 14px; padding: 15px 4px; border-bottom: 1px solid rgba(198,161,91,.14); font-size: 14px; font-weight: 300; letter-spacing: .5px; color: var(--cream3); }
.feature-list li::before { content: '◆'; color: var(--gold); font-size: 9px; flex-shrink: 0; }
.gastro__ctas { display: flex; gap: 14px; margin-top: 36px; flex-wrap: wrap; }
.gastro__photos { position: relative; height: 520px; }
.gastro__photo--main { position: absolute; top: 0; left: 0; width: 76%; height: 380px; border: 1px solid rgba(198,161,91,.25); border-radius: 3px; overflow: hidden; }
.gastro__photo--vip { position: absolute; bottom: 0; right: 0; width: 56%; height: 240px; border: 1px solid rgba(198,161,91,.35); border-radius: 3px; overflow: hidden; box-shadow: 0 30px 60px rgba(0,0,0,.55); }
.gastro__photo--vip img { width: 100%; height: 100%; object-fit: cover; }
.gastro__note { position: absolute; left: 0; bottom: 40px; padding: 16px 20px; background: var(--dark); border: 1px solid rgba(198,161,91,.45); border-radius: 2px; max-width: 240px; }
.gastro__note-title { font-family: 'Cinzel', serif; font-size: 15px; font-weight: 600; color: var(--gold-light); letter-spacing: 1px; }
.gastro__note-desc { margin-top: 6px; font-size: 12px; font-weight: 300; line-height: 1.6; color: var(--muted); }

/* ===== Ambiente ===== */
.ambiente { background: var(--dark3); border-top: 1px solid rgba(198,161,91,.14); padding-left: 4vw; padding-right: 4vw; }
.ambiente__grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: 270px 270px; gap: 14px; }
.ambiente__video-tile { grid-column: span 2; grid-row: span 2; position: relative; overflow: hidden; border-radius: 3px; border: 1px solid rgba(198,161,91,.2); }
.ambiente__video-tile video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ambiente__video-label { position: absolute; bottom: 18px; left: 18px; padding: 7px 14px; background: rgba(10,9,7,.65); backdrop-filter: blur(6px); border: 1px solid rgba(198,161,91,.4); border-radius: 2px; font-size: 9.5px; letter-spacing: 3px; color: var(--gold-light); }
.ambiente__tile { position: relative; overflow: hidden; border-radius: 3px; }

/* ===== Recommendations (beaches, restaurants...) ===== */
.rec-subhead { font-size: 11px; letter-spacing: 3.5px; color: var(--gold); margin-bottom: 22px; }
.rec-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.rec-card { position: relative; overflow: hidden; border: 1px solid rgba(198,161,91,.18); border-radius: 3px; height: 300px; transition: border-color .3s ease; }
.rec-card:hover { border-color: rgba(198,161,91,.55); }
.rec-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.rec-credits { margin-top: 22px; font-size: 10.5px; color: var(--muted3); line-height: 1.6; }
.rec-card__scrim { position: absolute; inset: 0; background: linear-gradient(200deg, transparent 45%, rgba(8,7,5,.92) 92%); pointer-events: none; }
.rec-card__body { position: absolute; left: 0; right: 0; bottom: 0; padding: 22px; }
.rec-card__name { font-family: 'Cinzel', serif; font-size: 19px; font-weight: 600; color: var(--cream); letter-spacing: .5px; }
.rec-card__blurb { margin-top: 8px; font-size: 12px; font-weight: 300; line-height: 1.6; color: var(--muted); }
.rec-card__cta { display: inline-block; margin-top: 12px; font-size: 10.5px; letter-spacing: 2px; color: var(--gold-light); border-bottom: 1px solid rgba(198,161,91,.5); padding-bottom: 3px; }

@media (max-width: 900px) { .rec-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .rec-grid { grid-template-columns: 1fr; } .rec-card { height: 260px; } }

/* ===== Testimonials & press ===== */
.testimonials h2 { margin: 0 0 50px; font-size: clamp(30px, 3.2vw, 46px); }
.testimonials__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.testimonial { border-top: 1px solid rgba(198,161,91,.4); padding-top: 26px; }
.testimonial .stars { color: var(--gold); font-size: 13px; letter-spacing: 5px; }
.testimonial p { margin: 18px 0 20px; font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 20px; line-height: 1.5; color: var(--cream2); }
.testimonial__author { font-size: 11px; letter-spacing: 2.5px; color: var(--gold); }
.testimonial__author span { color: var(--muted3); }
.press { margin-top: 80px; text-align: center; }
.press__label { font-size: 10px; letter-spacing: 4px; color: var(--muted3); margin-bottom: 24px; }
.press__logos { display: flex; justify-content: center; align-items: center; gap: 26px; flex-wrap: wrap; }
.press__logos img { height: 44px; width: auto; object-fit: contain; opacity: .92; }

/* ===== Newsletter ===== */
.newsletter { background: linear-gradient(115deg, #B8924C, #E2C57C 55%, #B8924C); padding: 66px 8vw; }
.newsletter__grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: center; }
.newsletter h3 { margin: 0 0 12px; font-size: 32px; color: #171208; }
.newsletter p { margin: 0; font-size: 15px; font-weight: 400; line-height: 1.6; color: rgba(23,18,8,.75); max-width: 440px; }
.newsletter__form { display: flex; gap: 12px; }
.newsletter__form[hidden] { display: none; }
.newsletter__form input { flex: 1; padding: 16px 18px; background: rgba(23,18,8,.1); border: 1px solid rgba(23,18,8,.4); border-radius: 2px; color: #171208; font-family: 'Jost', sans-serif; font-size: 14px; letter-spacing: .5px; outline: none; min-width: 0; }
.newsletter__form button { padding: 16px 30px; background: #171208; color: var(--gold-light); border: none; border-radius: 2px; font-size: 12px; font-weight: 600; letter-spacing: 2.5px; white-space: nowrap; }
.newsletter__form button:hover { background: #262012; }
.newsletter__success { padding: 18px 24px; border: 1px solid rgba(23,18,8,.5); border-radius: 2px; font-size: 14px; font-weight: 500; letter-spacing: 1px; color: #171208; }
.hp-field { position: absolute; left: -9999px; top: -9999px; }

/* ===== Footer ===== */
.footer { background: var(--dark2); border-top: 1px solid rgba(198,161,91,.16); padding: 80px 8vw 0; }
.footer__grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.1fr; gap: 52px; padding-bottom: 64px; }
.footer .brand { margin-bottom: 22px; }
.footer__desc { margin: 0 0 24px; font-size: 13.5px; font-weight: 300; line-height: 1.75; color: var(--muted); max-width: 300px; }
.footer__social { display: flex; gap: 20px; font-size: 11px; letter-spacing: 2.5px; flex-wrap: wrap; }
.footer__kicker { font-size: 11px; letter-spacing: 3.5px; color: var(--gold); margin-bottom: 22px; }
.footer__hours { display: flex; flex-direction: column; }
.footer__hours > div { display: flex; justify-content: space-between; gap: 12px; padding: 11px 0; border-bottom: 1px solid rgba(198,161,91,.12); }
.footer__hours > div:last-child { border-bottom: none; }
.footer__hours span:first-child { font-size: 13px; letter-spacing: 1.5px; color: var(--cream2); }
.footer__hours span:last-child { font-size: 12px; font-weight: 300; color: #8C8069; }
.footer__info { display: flex; flex-direction: column; gap: 16px; font-size: 13px; font-weight: 300; line-height: 1.6; color: var(--muted); }
.footer__info-label { display: block; font-weight: 500; font-size: 11px; letter-spacing: 2px; color: var(--cream3); margin-bottom: 4px; }
.footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0 26px; border-top: 1px solid rgba(198,161,91,.12); font-size: 11px; letter-spacing: 1.5px; color: #6E6350; flex-wrap: wrap; }
.footer__legal { display: flex; gap: 24px; }
.footer__legal a { color: #8C8069; }

.whatsapp-float { position: fixed; bottom: 26px; right: 26px; z-index: 200; padding: 15px 24px; background: linear-gradient(120deg, var(--gold), var(--gold-lighter) 55%, var(--gold)); color: #171208; font-size: 11.5px; font-weight: 600; letter-spacing: 2px; border-radius: 999px; box-shadow: 0 10px 34px rgba(198,161,91,.4); }
.whatsapp-float:hover { box-shadow: 0 12px 42px rgba(198,161,91,.6); color: #171208; }
[dir="rtl"] .whatsapp-float { right: auto; left: 26px; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1080px) {
  .venues__grid { grid-template-columns: repeat(6, 1fr); }
  .venue-card--fitz, .venue-card--oceans, .venue-card--social { grid-column: 1 / -1; }
  .mcp-card__grid { grid-template-columns: repeat(2, 1fr); }
  .gastro__grid { grid-template-columns: 1fr; gap: 50px; }
  .gastro__photos { height: 420px; }
  .ambiente__grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(3, 220px); }
  .ambiente__video-tile { grid-column: span 2; grid-row: span 1; }
  .testimonials__grid { grid-template-columns: 1fr; gap: 34px; }
  .footer__grid { grid-template-columns: 1fr 1fr; row-gap: 40px; }
}

@media (max-width: 1220px) {
  .nav__burger { display: flex; }
  .nav__links {
    position: fixed; top: 0; right: 0; height: 100vh; width: min(320px, 84vw);
    background: #0c0a07; border-left: 1px solid rgba(198,161,91,.2);
    flex-direction: column; align-items: flex-start; justify-content: flex-start;
    padding: 90px 28px 28px; gap: 22px; transform: translateX(100%); transition: transform .3s ease;
    z-index: 150; overflow-y: auto;
  }
  [dir="rtl"] .nav__links { right: auto; left: 0; border-left: none; border-right: 1px solid rgba(198,161,91,.2); transform: translateX(-100%); }
  .nav__links.is-open { transform: translateX(0); }
  .nav__actions { display: none; }
  .nav__cta-outline, .nav__cta-gold { display: inline-block; margin-top: 8px; }
  .mobile-only { display: inline-block; }
  .nav-dropdown { display: flex; flex-direction: column; gap: 10px; }
  .nav-dropdown__caret { display: none; }
  .nav-dropdown__menu[hidden] { display: block !important; position: static; transform: none; min-width: 0; background: none; border: none; box-shadow: none; padding: 0 0 0 14px; }
  .newsletter__grid { grid-template-columns: 1fr; gap: 30px; text-align: center; }
  .newsletter__form { max-width: 420px; margin: 0 auto; }
}

@media (max-width: 760px) {
  .section { padding: 70px 6vw; }
  .section__head { flex-direction: column; align-items: flex-start; }
  .venues__grid, .mcp-card__grid { grid-template-columns: 1fr; }
  .venue-card--fitz, .venue-card--oceans, .venue-card--social { grid-column: 1; height: auto; display: flex; flex-direction: column; }
  .venue-card__img, .venue-card__placeholder { position: relative; inset: auto; height: 220px; flex-shrink: 0; }
  .venue-card__scrim { display: none; }
  .venue-card__bottom { position: relative; inset: auto; padding: 20px; flex-direction: column; align-items: flex-start; gap: 12px; }
  .venue-card__cta { align-self: flex-start; }
  .venue-card__link { position: relative; inset: auto; display: block; }
  .venue-card__info { position: relative; padding: 16px 20px 20px; }
  .venue-card > .venue-card__cta { position: relative; right: auto; bottom: auto; display: inline-block; margin: 0 20px 20px; }
  .agenda__grid { grid-template-columns: 1fr; }
  .hero { min-height: 640px; height: calc(100svh - 84px); }
  .hero__title { font-size: clamp(32px, 9vw, 48px); }
  .hero__note { display: none; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer__bottom { flex-direction: column; align-items: flex-start; gap: 12px; }
  .ambiente__grid { grid-template-columns: 1fr; grid-template-rows: repeat(5, 220px); }
  .ambiente__video-tile { grid-column: 1; }
  .whatsapp-float { bottom: 16px; right: 16px; padding: 12px 18px; font-size: 10px; }
  [dir="rtl"] .whatsapp-float { left: 16px; right: auto; }
  .modal { padding: 34px 24px 28px; max-height: 94vh; }
}
