:root {
  --vl-plum-950: #190d17;
  --vl-plum-900: #26101f;
  --vl-plum-800: #351128;
  --vl-oxblood: #75263c;
  --vl-gold: #c9a466;
  --vl-champagne: #ecd8af;
  --vl-ivory: #faf6ee;
  --vl-ink: #1a1518;
  --vl-white: #fffdf9;
  --vl-line-dark: rgba(255, 255, 255, .15);
  --vl-display: "Bodoni 72", "Bodoni MT", Didot, "Times New Roman", serif;
  --vl-sans: Manrope, Inter, Avenir, "Segoe UI", sans-serif;
  --vl-shell: min(1240px, calc(100vw - 64px));
  --vl-ease: cubic-bezier(.22, 1, .36, 1);
}

html { scroll-behavior: smooth; }
body.viva-loca-unified-shell { margin: 0; overflow-x: hidden; }
body.viva-loca-unified-shell * { box-sizing: border-box; }
body.viva-loca-unified-shell img { max-width: 100%; }
body.viva-loca-unified-shell .viva-loca-site { visibility: visible; min-height: 100vh; overflow: visible; }
body.viva-loca-unified-shell .site-main { min-height: 50vh; }
body.viva-loca-inner { background: #fff; color: var(--vl-ink); }
body.viva-loca-unified-shell:has(dialog[open]) { overflow: hidden; }

.vl-shell { width: var(--vl-shell); margin-inline: auto; }
.sr-only { position: absolute!important; width: 1px!important; height: 1px!important; padding: 0!important; margin: -1px!important; overflow: hidden!important; clip: rect(0,0,0,0)!important; white-space: nowrap!important; border: 0!important; }
.vl-skip-link { position: fixed; z-index: 10000; top: 8px; left: 8px; padding: 10px 16px; background: var(--vl-ivory); color: var(--vl-ink); transform: translateY(-160%); }
.vl-skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute;
  z-index: 900;
  top: 0;
  left: 0;
  right: 0;
  height: 88px;
  padding: 0 clamp(22px, 4vw, 68px);
  display: grid;
  grid-template-columns: auto minmax(340px, 1fr) auto;
  align-items: center;
  border-bottom: 1px solid var(--vl-line-dark);
  background: linear-gradient(180deg, rgba(15, 7, 13, .64), rgba(15, 7, 13, .08));
  color: var(--vl-white);
  font-family: var(--vl-sans);
  transition: background .35s ease, height .35s ease, box-shadow .35s ease;
}
.site-header.is-scrolled {
  position: fixed;
  height: 70px;
  background: rgba(25, 13, 23, .94);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  box-shadow: 0 8px 36px rgba(0, 0, 0, .2);
}
.viva-loca-inner .site-header,
.viva-loca-inner .site-header.is-scrolled {
  position: sticky;
  top: 0;
  height: 76px;
  background: rgba(25, 13, 23, .98);
  box-shadow: 0 8px 30px rgba(0, 0, 0, .14);
}
.site-header a { text-decoration: none; }
.site-header .brand { width: 126px; display: inline-flex; align-items: center; }
.site-header .brand img { width: 100%; height: auto; display: block; filter: drop-shadow(0 2px 8px rgba(0,0,0,.3)); }
.site-header .desktop-nav { display: flex; justify-content: center; align-items: center; gap: clamp(15px, 1.9vw, 30px); }
.site-header .desktop-nav a { position: relative; padding: 12px 0; color: rgba(255,255,255,.84); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.site-header .desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 1px; background: var(--vl-champagne); transition: right .25s ease; }
.site-header .desktop-nav a:hover::after,
.site-header .desktop-nav a:focus-visible::after { right: 0; }
.site-header .header-actions { display: flex; align-items: center; gap: 8px; }
.site-header .host-link { border: 0; background: transparent; color: var(--vl-white); display: flex; align-items: center; gap: 9px; padding: 10px 8px; font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .1em; cursor: pointer; }
.site-header .host-link__spark { width: 16px; height: 16px; border-radius: 50%; background: radial-gradient(circle at 36% 34%, #fff 0 5%, #edc989 9%, #a73d52 37%, #2c1027 70%); box-shadow: 0 0 16px rgba(236,216,175,.35); }
.vl-button { min-height: 46px; padding: 0 18px; border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: center; color: inherit; font: 750 10px/1 var(--vl-sans); letter-spacing: .1em; text-transform: uppercase; transition: transform .25s var(--vl-ease), background .25s ease, border-color .25s ease; }
.vl-button:hover { transform: translateY(-2px); }
.vl-button--compact { min-height: 42px; }
.vl-button--glass { border-color: rgba(255,255,255,.44); background: rgba(255,255,255,.06); color: var(--vl-white); }
.vl-button--champagne { background: var(--vl-champagne); color: var(--vl-ink); }
.site-header .menu-toggle { width: 42px; height: 42px; padding: 0; display: none; place-content: center; gap: 6px; border: 1px solid var(--vl-line-dark); background: transparent; color: var(--vl-white); }
.site-header .menu-toggle i { display: block; width: 18px; height: 1px; background: currentColor; transition: transform .2s ease; }
.site-header .menu-toggle[aria-expanded="true"] i:first-of-type { transform: translateY(3.5px) rotate(45deg); }
.site-header .menu-toggle[aria-expanded="true"] i:last-of-type { transform: translateY(-3.5px) rotate(-45deg); }
.site-header .mobile-menu { position: absolute; top: 100%; left: 0; right: 0; max-height: calc(100vh - 70px); padding: 20px 28px 32px; overflow-y: auto; background: rgba(25,13,23,.99); border-top: 1px solid var(--vl-line-dark); box-shadow: 0 20px 45px rgba(0,0,0,.3); }
.site-header .mobile-menu[hidden] { display: none; }
.site-header .mobile-menu a { display: block; padding: 12px 0; border-bottom: 1px solid var(--vl-line-dark); color: var(--vl-white); font-family: var(--vl-display); font-size: 23px; line-height: 1.25; }
.site-header .mobile-menu a.mobile-menu__event { color: var(--vl-champagne); }

.vl-app-page { width: 100%; min-height: 62vh; background: #fff; }
.vl-app-page > * { max-width: none; }
.vl-app-page--reservation { padding: 24px 0 0; }
.vl-app-page--event-planner { padding: 0; }

.vl-standard-page {
  min-height: 60vh;
  width: 100%;
  padding: clamp(7rem, 10vw, 10rem) clamp(1.1rem, 4vw, 4rem) clamp(4rem, 8vw, 7rem);
  background: radial-gradient(circle at 92% 0%, rgba(181, 126, 84, .13), transparent 34rem), #fffaf5;
  color: #2c1724;
}
.vl-standard-page__article { width: min(1180px, 100%); margin: 0 auto; }
.vl-standard-page__header { margin: 0 0 clamp(2rem, 5vw, 4rem); padding-bottom: clamp(1.5rem, 3vw, 2.5rem); border-bottom: 1px solid rgba(83, 37, 63, .14); }
.vl-standard-page__eyebrow { margin: 0 0 .7rem; color: #9b5639; font-size: .72rem; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.vl-standard-page__header h1 { max-width: 18ch; margin: 0; color: #3f1a35; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.4rem, 6vw, 5rem); font-weight: 500; letter-spacing: -.045em; line-height: .96; }
.vl-standard-page__content { width: 100%; }
.vl-standard-page__content::after { display: table; clear: both; content: ""; }

.site-footer { padding: 74px 0 20px; background: #10090e; color: var(--vl-white); font-family: var(--vl-sans); }
.site-footer__grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 54px; }
.site-footer__grid > div:first-child img { width: 155px; height: auto; display: block; filter: drop-shadow(0 2px 8px rgba(0,0,0,.28)); }
.site-footer__grid > div:first-child p { max-width: 285px; margin: 18px 0 0; color: rgba(255,255,255,.46); font-size: 13px; line-height: 1.65; }
.site-footer h2 { margin: 0 0 17px; color: var(--vl-champagne); font-size: 9px; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.site-footer a,
.site-footer button { display: block; width: max-content; max-width: 100%; padding: 5px 0; border: 0; background: transparent; color: rgba(255,255,255,.62); font: 12px/1.55 var(--vl-sans); text-align: left; text-decoration: none; cursor: pointer; }
.site-footer a:hover,
.site-footer button:hover { color: var(--vl-white); }
.site-footer__bottom { margin-top: 54px; padding-top: 17px; display: flex; justify-content: space-between; border-top: 1px solid var(--vl-line-dark); color: rgba(255,255,255,.34); font: 9px/1.5 var(--vl-sans); letter-spacing: .08em; text-transform: uppercase; }

body.admin-bar .site-header.is-scrolled,
body.admin-bar.viva-loca-inner .site-header { top: 32px; }

@media (max-width: 1180px) {
  .site-header { grid-template-columns: auto 1fr auto; }
  .site-header .desktop-nav { display: none; }
  .site-header .menu-toggle { display: grid; }
  .site-header .header-actions { justify-content: flex-end; }
}

@media (max-width: 782px) {
  body.admin-bar .site-header.is-scrolled,
  body.admin-bar.viva-loca-inner .site-header { top: 46px; }
}

@media (max-width: 760px) {
  :root { --vl-shell: min(100% - 34px, 1240px); }
  .site-header,
  .viva-loca-inner .site-header,
  .viva-loca-inner .site-header.is-scrolled { height: 66px; padding-inline: 16px; }
  .site-header.is-scrolled { height: 64px; }
  .site-header .brand { width: 105px; }
  .site-header .host-link,
  .site-header .vl-button { display: none; }
  .site-header .mobile-menu { padding-inline: 20px; }
  .site-footer { padding-bottom: 88px; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; gap: 38px 28px; }
  .site-footer__grid > div:first-child { grid-column: 1 / -1; }
  .site-footer__bottom { gap: 14px; flex-direction: column; }
  .vl-app-page--reservation { padding-top: 10px; }
  .vl-standard-page { padding-top: 6.5rem; }
}

@media (max-width: 430px) {
  .site-footer__grid { grid-template-columns: 1fr; }
  .site-footer__grid > div:first-child { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .site-header,
  .site-header *,
  .vl-button { transition-duration: .01ms!important; animation-duration: .01ms!important; }
}
