@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/manrope-latin-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --site-bg: #123d2e;
  --site-bg-2: #155039;
  --site-surface: #1b5c42;
  --site-surface-2: #23704f;
  --site-border: rgba(235, 255, 242, .19);
  --site-border-strong: rgba(235, 255, 242, .33);
  --site-text: #f5faf7;
  --site-text-soft: #d7eadf;
  --site-muted: #9abcaa;
  --site-accent: #a9e34b;
  --site-accent-strong: #94cd35;
  --site-accent-ink: #14240e;
  --site-highlight: #d6ff73;
  --site-highlight-ink: #17260f;
  --site-amber: #a9e34b;
  --site-amber-ink: #261a05;
  --site-danger: #f09a90;
  --site-courts-bg: #0c7650;
  --site-gallery-bg: #155e42;
  --site-about-bg: #116c49;
  --site-services-bg: #18553d;
  --site-birthday-bg: #137453;
  --site-sponsor-bg: #1c6b4b;
  --site-location-bg: #0d6647;
  --site-faq-bg: #16583f;
  --site-footer-bg: #103a2d;
  --site-turf-thread: rgba(218, 255, 151, .05);
  --site-shadow: 0 24px 70px rgba(3, 29, 20, .27);
  --site-header-height: 78px;
  --site-font: "Manrope", Inter, system-ui, sans-serif;
}

html[data-theme="light"] {
  color-scheme: light;
  --site-bg: #f5faf7;
  --site-bg-2: #e7f7ec;
  --site-surface: #ffffff;
  --site-surface-2: #d7eedd;
  --site-border: rgba(18, 61, 46, .16);
  --site-border-strong: rgba(18, 61, 46, .3);
  --site-text: #123d2e;
  --site-text-soft: #3c604f;
  --site-muted: #6f8c7d;
  --site-accent: #a9e34b;
  --site-accent-strong: #95cf35;
  --site-accent-ink: #14240e;
  --site-highlight: #6f9d25;
  --site-highlight-ink: #ffffff;
  --site-amber: #a9e34b;
  --site-amber-ink: #14240e;
  --site-danger: #a55650;
  --site-courts-bg: #dff5e5;
  --site-gallery-bg: #e8f7ec;
  --site-about-bg: #f5faf7;
  --site-services-bg: #d5f0dd;
  --site-birthday-bg: #ecf8ef;
  --site-sponsor-bg: #c8efaf;
  --site-location-bg: #e1f4e6;
  --site-faq-bg: #f0f8f2;
  --site-footer-bg: #123d2e;
  --site-turf-thread: rgba(91, 139, 31, .055);
  --site-shadow: 0 24px 70px rgba(13, 66, 42, .14);
}

* { box-sizing: border-box; }
html { min-width: 320px; max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; scroll-padding-top: var(--site-header-height); background: var(--site-bg); }
body { min-width: 320px; max-width: 100%; min-height: 100vh; margin: 0; overflow-x: hidden; background: var(--site-bg); color: var(--site-text); font-family: var(--site-font); font-size: 15px; letter-spacing: 0; -webkit-font-smoothing: antialiased; }
button, input, textarea { font: inherit; letter-spacing: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
svg { width: 19px; height: 19px; flex: 0 0 auto; stroke-width: 1.8; }
[hidden] { display: none !important; }

.site-page { width: 100%; max-width: 100%; overflow-x: hidden; }
.site-container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.site-section { padding: 112px 0; }
.site-kicker { margin: 0; color: var(--site-accent); font-size: 11px; line-height: 1.2; font-weight: 800; letter-spacing: 0; text-transform: uppercase; }
.site-kicker::before { content: ""; display: inline-block; width: 28px; height: 1px; margin-right: 10px; vertical-align: middle; background: currentColor; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 60;
  height: var(--site-header-height);
  color: #f4f8f6;
  transition: background .22s ease, border-color .22s ease, backdrop-filter .22s ease;
}

.site-header.scrolled {
  background: rgba(18, 61, 46, .94);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  backdrop-filter: blur(18px);
}

.site-header-inner {
  width: min(1260px, calc(100% - 40px));
  height: 100%;
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 0 auto;
}

.site-brand { min-width: 0; display: inline-flex; align-items: center; gap: 11px; }
.site-brand-logo { width: 42px; height: 42px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(255, 255, 255, .24); border-radius: 7px; background: rgba(8, 76, 52, .62); }
.site-brand-logo img { width: 34px; height: 34px; object-fit: contain; }
.site-brand strong, .site-brand small { display: block; }
.site-brand strong { max-width: 230px; overflow: hidden; font-size: 14px; line-height: 1.15; font-weight: 780; text-overflow: ellipsis; white-space: nowrap; }
.site-brand small { margin-top: 3px; color: rgba(239, 248, 243, .58); font-size: 9px; font-weight: 700; text-transform: uppercase; }

.site-nav { display: flex; align-items: center; justify-content: center; gap: 26px; margin-left: auto; }
.site-nav a { position: relative; color: rgba(244, 248, 246, .72); font-size: 11px; font-weight: 720; }
.site-nav a::after { content: ""; position: absolute; right: 0; bottom: -9px; left: 0; height: 1px; background: var(--site-accent); transform: scaleX(0); transform-origin: right; transition: transform .18s ease; }
.site-nav a:hover { color: #fff; }
.site-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.mobile-nav-reserve { display: none; }
.site-header-actions { display: flex; align-items: center; gap: 8px; }

.site-icon-button {
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  padding: 0;
  border: 1px solid var(--site-border);
  border-radius: 6px;
  background: var(--site-surface);
  color: var(--site-text);
  cursor: pointer;
  transition: background .16s ease, border-color .16s ease, transform .16s ease;
}

.site-header .site-icon-button { border-color: rgba(255, 255, 255, .18); background: rgba(8, 74, 51, .52); color: #fff; }
.site-icon-button:hover { border-color: var(--site-border-strong); background: var(--site-surface-2); transform: translateY(-1px); }
.site-menu-button { display: none; }

.site-button {
  min-height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 17px;
  border: 1px solid var(--site-border);
  border-radius: 6px;
  background: var(--site-surface);
  color: var(--site-text);
  font-size: 12px;
  font-weight: 780;
  cursor: pointer;
  transition: background .16s ease, border-color .16s ease, transform .16s ease;
}

.site-button:hover { border-color: var(--site-border-strong); transform: translateY(-1px); }
.site-button-primary { border-color: var(--site-accent); background: var(--site-accent); color: var(--site-accent-ink); }
.site-button-primary:hover { border-color: var(--site-accent-strong); background: var(--site-accent-strong); }
.site-button-ghost { border-color: rgba(255, 255, 255, .28); background: rgba(8, 70, 49, .34); color: #fff; backdrop-filter: blur(8px); }
.site-button-ghost:hover { background: rgba(8, 78, 54, .68); }
.site-button-outline { background: transparent; }
.site-button-large { min-height: 52px; padding: 0 22px; font-size: 13px; }
.site-button[disabled] { opacity: .62; cursor: wait; transform: none; }

.site-hero { position: relative; min-height: 560px; height: 82svh; max-height: 920px; display: flex; align-items: center; overflow: hidden; color: #f4f8f6; background: #0a3e2b; }
.hero-media, .hero-shade, .hero-media img, .hero-media video { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img, .hero-media video { object-fit: cover; }
.hero-media img { opacity: 0; transform: scale(1.025); transition: opacity 1s ease, transform 6s ease; }
.hero-media img.active { opacity: 1; transform: scale(1); }
.hero-shade { background: rgba(4, 40, 27, .35); box-shadow: inset 0 -300px 210px rgba(4, 37, 25, .62), inset 520px 0 320px rgba(4, 41, 28, .24); }

.hero-content { position: relative; z-index: 2; padding-top: 46px; padding-bottom: 115px; }
.hero-content .site-kicker { color: #d6ff73; }
.hero-content h1 { max-width: 900px; margin: 24px 0 0; font-size: 74px; line-height: .98; font-weight: 800; letter-spacing: 0; text-wrap: balance; }
.hero-offer { max-width: 700px; margin: 20px 0 0; font-size: 26px; line-height: 1.24; font-weight: 720; text-wrap: balance; }
.hero-copy { max-width: 610px; margin: 17px 0 0; color: rgba(240, 247, 243, .74); font-size: 16px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 10px; margin-top: 32px; }

.hero-facts { position: absolute; right: 0; bottom: 0; left: 0; z-index: 3; border-top: 1px solid rgba(255, 255, 255, .18); background: rgba(7, 59, 41, .78); backdrop-filter: blur(16px); }
.hero-facts-inner { min-height: 92px; display: grid; grid-template-columns: 1fr 1fr 1fr auto; align-items: stretch; }
.hero-facts-inner > div { display: grid; align-content: center; padding: 16px 28px; border-right: 1px solid rgba(255, 255, 255, .12); }
.hero-facts span, .hero-facts strong { display: block; }
.hero-facts span { color: rgba(241, 248, 244, .56); font-size: 9px; font-weight: 750; text-transform: uppercase; }
.hero-facts strong { margin-top: 7px; font-size: 17px; font-weight: 760; }
.hero-facts-inner > a { min-width: 185px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 0 24px; color: #061d15; background: var(--site-accent); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.hero-facts-inner > a span { color: inherit; font-size: inherit; font-weight: inherit; }

.section-intro { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); align-items: end; gap: 52px; margin-bottom: 46px; }
.section-intro h2, .about-copy h2, .birthday-content h2, .location-copy h2, .faq-heading h2 { margin: 17px 0 0; font-size: 46px; line-height: 1.08; font-weight: 780; letter-spacing: 0; text-wrap: balance; }
.section-intro > p { margin: 0; color: var(--site-text-soft); font-size: 14px; line-height: 1.75; }

.courts-section { padding-top: 64px; background-color: var(--site-courts-bg); background-image: repeating-linear-gradient(96deg, var(--site-turf-thread) 0 1px, transparent 1px 5px), repeating-linear-gradient(4deg, rgba(0, 0, 0, .018) 0 1px, transparent 1px 8px); }
.venue-map-shell { overflow: hidden; border: 1px solid var(--site-border); border-radius: 8px; background: var(--site-surface); box-shadow: var(--site-shadow); }
.venue-map { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #061411; isolation: isolate; }
.venue-map > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.venue-map-tint { position: absolute; inset: 0; z-index: 1; background: rgba(0, 21, 18, .05); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04), inset 0 -90px 100px rgba(2, 12, 9, .16); pointer-events: none; }
.map-court { position: absolute; top: 25.3%; z-index: 3; width: 9.85%; height: 38.6%; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 5px; padding: 6px; border: 1px solid rgba(240, 248, 244, .28); border-radius: 5px; background: rgba(4, 26, 20, .2); color: #fff; cursor: pointer; backdrop-filter: blur(1px); transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease; }
.map-court-1 { left: 59.15%; }
.map-court-2 { left: 69.7%; }
.map-court-3 { left: 80.2%; }
.map-court-11 { left: 7.9%; width: 30%; }
.map-court > span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: rgba(1, 14, 10, .76); color: var(--site-accent); font-size: 13px; font-weight: 800; box-shadow: 0 6px 20px rgba(0, 0, 0, .28); }
.map-court strong { font-size: 11px; font-weight: 800; }
.map-court small { color: rgba(255, 255, 255, .72); font-size: 8px; text-transform: uppercase; }
.map-court:hover, .map-court:focus-visible, .map-court.active { z-index: 5; border-color: var(--site-highlight); background: rgba(169, 227, 75, .15); box-shadow: inset 0 0 0 1px rgba(214, 255, 115, .46), 0 0 30px rgba(169, 227, 75, .16); outline: 0; transform: translateY(-2px); }
.map-court:hover > span, .map-court:focus-visible > span, .map-court.active > span { background: var(--site-highlight); color: var(--site-highlight-ink); }
.map-place { position: absolute; z-index: 4; display: inline-flex; align-items: center; gap: 7px; padding: 8px 10px; border: 1px solid rgba(255, 255, 255, .22); border-radius: 6px; background: rgba(2, 17, 13, .78); color: #fff; font-size: 9px; font-weight: 780; box-shadow: 0 10px 28px rgba(0, 0, 0, .24); backdrop-filter: blur(8px); pointer-events: none; }
.map-place svg { width: 15px; height: 15px; color: var(--site-accent); }
.map-parking { top: 31%; left: 40%; }
.map-cantina { top: 45%; left: 50.2%; }
.map-entrance { top: 67%; left: 43.4%; }
.venue-map-details { min-height: 132px; display: grid; grid-template-columns: minmax(190px, .75fr) minmax(420px, 1.55fr) auto; align-items: center; gap: 28px; padding: 22px 24px; border-top: 1px solid var(--site-border); }
.venue-map-details > div:first-child > span { display: block; color: var(--site-highlight); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.venue-map-details > div:first-child > strong { display: block; margin-top: 5px; font-size: 20px; line-height: 1.2; }
.venue-map-key { display: flex; flex-wrap: wrap; gap: 10px 14px; margin-top: 12px; color: var(--site-muted); font-size: 8px; text-transform: uppercase; }
.venue-map-key span { display: inline-flex; align-items: center; gap: 5px; }
.venue-map-key svg { width: 12px; height: 12px; color: var(--site-accent); }
.venue-map-details dl { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin: 0; }
.venue-map-details dl > div { min-width: 0; padding-left: 14px; border-left: 1px solid var(--site-border); }
.venue-map-details dt { color: var(--site-muted); font-size: 8px; font-weight: 750; text-transform: uppercase; }
.venue-map-details dd { margin: 6px 0 0; overflow-wrap: anywhere; color: var(--site-text-soft); font-size: 11px; font-weight: 720; }
.venue-map-details .site-button { min-width: 150px; }
.site-empty { min-height: 240px; display: grid; place-items: center; border: 1px dashed var(--site-border); color: var(--site-muted); }

.gallery-section { overflow: hidden; background: var(--site-gallery-bg); }
.gallery-intro { margin-bottom: 34px; }
.gallery-shell { position: relative; overflow: hidden; border: 1px solid var(--site-border); border-radius: 8px; background: var(--site-surface); box-shadow: var(--site-shadow); }
.gallery-viewport { overflow: hidden; outline: 0; }
.gallery-viewport:focus-visible { box-shadow: inset 0 0 0 2px var(--site-highlight); }
.gallery-track { display: flex; transition: transform .48s cubic-bezier(.22, .8, .25, 1); will-change: transform; }
.gallery-slide { position: relative; flex: 0 0 100%; height: 570px; margin: 0; overflow: hidden; background: var(--site-surface); }
.gallery-slide img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery-slide:hover img { transform: scale(1.015); }
.gallery-slide::after { content: ""; position: absolute; inset: auto 0 0; height: 42%; background: linear-gradient(to top, rgba(2, 12, 9, .78), transparent); pointer-events: none; }
.gallery-slide figcaption { position: absolute; right: 124px; bottom: 25px; left: 25px; z-index: 2; display: flex; align-items: center; gap: 12px; max-width: 520px; color: #fff; font-size: 13px; font-weight: 720; }
.gallery-slide figcaption span { color: var(--site-accent); font-size: 10px; font-weight: 800; }
.gallery-controls { position: absolute; right: 22px; bottom: 18px; z-index: 4; display: flex; align-items: center; gap: 9px; padding: 5px; border: 1px solid rgba(255, 255, 255, .15); border-radius: 7px; background: rgba(3, 16, 12, .74); backdrop-filter: blur(10px); }
.gallery-controls > span { min-width: 62px; color: rgba(255, 255, 255, .58); font-size: 9px; text-align: center; }
.gallery-controls strong { color: #fff; font-size: 12px; }
.gallery-controls .site-icon-button { width: 40px; height: 40px; border-color: rgba(255, 255, 255, .16); background: rgba(9, 44, 32, .76); color: #fff; }
.gallery-controls .site-icon-button:hover { border-color: var(--site-highlight); background: var(--site-highlight); color: var(--site-highlight-ink); }
.gallery-controls .site-icon-button:disabled { opacity: .35; cursor: default; }

.about-section { background-color: var(--site-about-bg); background-image: repeating-linear-gradient(94deg, var(--site-turf-thread) 0 1px, transparent 1px 6px); }
.about-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr); align-items: center; gap: 80px; }
.about-media { position: relative; min-height: 590px; }
.about-media > img { width: 100%; height: 590px; object-fit: cover; border-radius: 8px; }
.about-media > span { position: absolute; right: 18px; bottom: 18px; display: inline-flex; align-items: center; gap: 8px; padding: 11px 13px; border: 1px solid rgba(255, 255, 255, .24); border-radius: 6px; background: rgba(7, 70, 49, .78); color: #fff; font-size: 10px; font-weight: 720; backdrop-filter: blur(10px); }
.about-copy > p:not(.site-kicker) { margin: 26px 0 0; color: var(--site-text-soft); font-size: 15px; line-height: 1.9; }
.about-actions { display: flex; align-items: center; gap: 24px; margin-top: 32px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--site-accent); font-size: 12px; font-weight: 780; }
.text-link.muted { color: var(--site-text-soft); }
.text-link svg { width: 17px; height: 17px; transition: transform .16s ease; }
.text-link:hover svg { transform: translateX(3px); }

.services-section { background: var(--site-services-bg); }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.service-card { position: relative; min-height: 460px; display: flex; align-items: flex-end; overflow: hidden; border: 1px solid var(--site-border); border-radius: 8px; background: var(--site-surface); color: #fff; }
.service-card > img, .service-card-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.service-card > img { object-fit: cover; transition: transform .5s ease; }
.service-card-shade { background: rgba(4, 42, 29, .22); box-shadow: inset 0 -280px 180px rgba(4, 38, 26, .78); }
.service-card-icon { position: absolute; top: 20px; left: 20px; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .24); border-radius: 7px; background: rgba(8, 76, 53, .64); backdrop-filter: blur(8px); }
.service-card-copy { position: relative; z-index: 1; display: block; padding: 26px; }
.service-card-copy strong, .service-card-copy small { display: block; }
.service-card-copy strong { font-size: 23px; line-height: 1.18; }
.service-card-copy small { max-width: 290px; margin-top: 10px; color: rgba(241, 248, 244, .7); font-size: 12px; line-height: 1.65; }
.service-card > svg { position: absolute; right: 22px; bottom: 25px; z-index: 2; width: 22px; height: 22px; color: var(--site-accent); transition: transform .18s ease; }
.service-card:hover > img { transform: scale(1.03); }
.service-card:hover > svg { transform: translate(3px, -3px); }

.birthday-section { background: var(--site-birthday-bg); }
.birthday-layout { display: grid; grid-template-columns: minmax(320px, .84fr) minmax(0, 1.16fr); gap: 72px; align-items: center; }
.birthday-visual { position: relative; min-height: 720px; }
.birthday-visual > img { width: 100%; height: 720px; object-fit: cover; border-radius: 8px; }
.birthday-stamp { position: absolute; right: -24px; bottom: 46px; width: 140px; height: 140px; display: grid; place-content: center; justify-items: center; gap: 9px; border-radius: 50%; background: var(--site-amber); color: var(--site-amber-ink); text-align: center; transform: rotate(5deg); }
.birthday-stamp svg { width: 25px; height: 25px; }
.birthday-stamp span { font-size: 13px; line-height: 1.2; font-weight: 800; text-transform: uppercase; }
.birthday-content > p:not(.site-kicker) { margin: 20px 0 0; color: var(--site-text-soft); line-height: 1.75; }
.birthday-form { display: grid; gap: 14px; margin-top: 30px; }
.birthday-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.birthday-form label > span { display: block; margin-bottom: 7px; color: var(--site-muted); font-size: 9px; font-weight: 750; text-transform: uppercase; }
.birthday-form input, .birthday-form textarea { width: 100%; min-width: 0; border: 1px solid var(--site-border); border-radius: 6px; outline: 0; background: var(--site-surface); color: var(--site-text); transition: border-color .16s ease, box-shadow .16s ease; }
.birthday-form input { height: 48px; padding: 0 13px; }
.birthday-form textarea { padding: 13px; resize: vertical; }
.birthday-form input:focus, .birthday-form textarea:focus { border-color: rgba(40, 213, 151, .55); box-shadow: 0 0 0 3px rgba(40, 213, 151, .1); }
.birthday-form input::placeholder, .birthday-form textarea::placeholder { color: var(--site-muted); }
.birthday-honeypot { position: fixed; top: 0; left: 0; width: 1px; height: 1px; overflow: hidden; opacity: 0; pointer-events: none; clip-path: inset(50%); }
.privacy-check { display: flex; align-items: flex-start; gap: 9px; color: var(--site-muted); cursor: pointer; }
.privacy-check input { width: 16px; height: 16px; margin: 1px 0 0; accent-color: var(--site-accent); }
.privacy-check > span { margin: 0 !important; font-size: 10px !important; line-height: 1.5; text-transform: none !important; }
.birthday-submit-row { min-height: 56px; display: flex; align-items: center; gap: 16px; }
.birthday-form-status { flex: 1; margin: 0; font-size: 11px; line-height: 1.5; }
.birthday-form-status.success { color: var(--site-accent); }
.birthday-form-status.error { color: var(--site-danger); }
.site-spinner { width: 16px; height: 16px; border: 2px solid currentColor; border-right-color: transparent; border-radius: 50%; animation: site-spin .7s linear infinite; }
@keyframes site-spin { to { transform: rotate(360deg); } }

.sponsor-band { overflow: hidden; padding: 48px 0; border-top: 1px solid var(--site-border); border-bottom: 1px solid var(--site-border); background: var(--site-sponsor-bg); }
.sponsor-marquee { overflow: hidden; }
.sponsor-track { display: flex; align-items: center; justify-content: center; }
.sponsor-group { display: flex; align-items: center; justify-content: center; gap: 70px; }
.sponsor-group[aria-hidden="true"] { display: none; }
.sponsor-group a, .sponsor-group > span { min-width: 160px; height: 76px; display: grid; place-items: center; flex: 0 0 auto; }
.sponsor-track img { max-width: 150px; max-height: 64px; object-fit: contain; filter: saturate(.9) brightness(1.06); opacity: .9; transition: filter .18s ease, opacity .18s ease, transform .18s ease; }
.sponsor-track a:hover img { filter: saturate(1.08) brightness(1.1); opacity: 1; transform: scale(1.04); }
@keyframes sponsor-marquee { to { transform: translate3d(calc(-50% - 17px), 0, 0); } }

.location-section { background: var(--site-location-bg); }
.location-layout { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr); gap: 58px; align-items: stretch; }
.location-copy { padding: 28px 0; }
.location-details { display: grid; gap: 0; margin: 34px 0; border-top: 1px solid var(--site-border); }
.location-details > div { min-height: 70px; display: flex; align-items: center; gap: 14px; border-bottom: 1px solid var(--site-border); }
.location-details > div > svg { color: var(--site-accent); }
.location-details span, .location-details small, .location-details strong { min-width: 0; display: block; }
.location-details small { color: var(--site-muted); font-size: 9px; text-transform: uppercase; }
.location-details strong { margin-top: 5px; overflow-wrap: anywhere; font-size: 12px; }
.map-frame { min-height: 560px; overflow: hidden; border: 1px solid var(--site-border); border-radius: 8px; background: var(--site-surface); }
.map-frame iframe, .map-frame > a { width: 100%; height: 100%; min-height: 560px; border: 0; }
.map-frame > a { position: relative; display: grid; place-content: center; justify-items: center; overflow: hidden; color: var(--site-text); }
.map-frame > a strong { position: relative; margin-top: 18px; font-size: 18px; }
.map-frame > a small { position: relative; margin-top: 7px; color: var(--site-muted); }
.map-grid { position: absolute; inset: -30%; opacity: .48; background-image: linear-gradient(var(--site-border) 1px, transparent 1px), linear-gradient(90deg, var(--site-border) 1px, transparent 1px); background-size: 48px 48px; transform: rotate(12deg); }
.map-pin { position: relative; width: 76px; height: 76px; display: grid; place-items: center; border-radius: 50%; background: var(--site-accent); color: var(--site-accent-ink); box-shadow: 0 0 0 14px rgba(169, 227, 75, .14); }
.map-pin svg { width: 29px; height: 29px; }

.faq-section { background-color: var(--site-faq-bg); background-image: repeating-linear-gradient(95deg, var(--site-turf-thread) 0 1px, transparent 1px 6px); }
.faq-layout { display: grid; grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr); gap: 80px; align-items: start; }
.faq-heading { position: sticky; top: 120px; }
.faq-heading .text-link { margin-top: 30px; }
.faq-list { border-top: 1px solid var(--site-border); }
.faq-list details { border-bottom: 1px solid var(--site-border); }
.faq-list summary { min-height: 92px; display: grid; grid-template-columns: 38px minmax(0, 1fr) 28px; align-items: center; gap: 14px; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { color: var(--site-accent); font-size: 10px; font-weight: 800; }
.faq-list summary strong { font-size: 15px; line-height: 1.45; }
.faq-list summary > svg { color: var(--site-muted); transition: transform .2s ease; }
.faq-list details[open] summary > svg { color: var(--site-accent); transform: rotate(45deg); }
.faq-list details > p { max-width: 720px; margin: -8px 42px 28px 52px; color: var(--site-text-soft); font-size: 13px; line-height: 1.8; }

.site-footer { padding: 72px 0 24px; border-top: 1px solid rgba(255, 255, 255, .12); background: var(--site-footer-bg); color: #f1f6f3; }
.site-footer-main { display: grid; grid-template-columns: minmax(0, 1.6fr) repeat(2, minmax(130px, .45fr)); gap: 60px; padding-bottom: 64px; }
.site-footer-brand { color: #fff; }
.site-footer-main > div > p { max-width: 370px; margin: 22px 0 0; color: rgba(240, 247, 243, .56); font-size: 13px; line-height: 1.75; }
.site-footer nav { display: grid; align-content: start; gap: 13px; }
.site-footer nav > strong { margin-bottom: 7px; color: #fff; font-size: 10px; text-transform: uppercase; }
.site-footer nav a { display: inline-flex; align-items: center; gap: 8px; color: rgba(240, 247, 243, .58); font-size: 11px; }
.site-footer nav a svg { width: 14px; height: 14px; }
.site-footer nav a:hover { color: var(--site-accent); }
.site-footer-bottom { min-height: 54px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .1); color: rgba(240, 247, 243, .38); font-size: 9px; text-transform: uppercase; }
.site-footer-credit { position: relative; color: rgba(240, 247, 243, .52); font-weight: 800; transition: color .18s ease, text-shadow .18s ease; }
.site-footer-credit::after { content: ""; position: absolute; right: 0; bottom: -4px; left: 0; height: 1px; background: var(--site-accent); transform: scaleX(0); transform-origin: right; transition: transform .18s ease; }
.site-footer-credit:hover, .site-footer-credit:focus-visible { color: var(--site-accent); text-shadow: 0 0 18px color-mix(in srgb, var(--site-accent) 55%, transparent); outline: 0; }
.site-footer-credit:hover::after, .site-footer-credit:focus-visible::after { transform: scaleX(1); transform-origin: left; }

.site-popup-backdrop { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 24px; background: rgba(2, 12, 9, .78); backdrop-filter: blur(12px); }
.site-popup-backdrop[hidden] { display: none; }
.site-popup { position: relative; width: min(860px, 100%); max-height: min(760px, calc(100svh - 48px)); display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); overflow: auto; border: 1px solid var(--site-border-strong); border-radius: 8px; background: var(--site-surface); color: var(--site-text); box-shadow: 0 34px 90px rgba(0, 0, 0, .44); }
.site-popup:not(:has(.site-popup-media)) { max-width: 560px; grid-template-columns: 1fr; }
.site-popup-close { position: absolute; top: 14px; right: 14px; z-index: 3; width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .22); border-radius: 6px; background: rgba(3, 20, 14, .68); color: #fff; cursor: pointer; backdrop-filter: blur(8px); }
.site-popup-close:hover { background: var(--site-highlight); color: var(--site-highlight-ink); }
.site-popup-close svg { width: 18px; height: 18px; }
.site-popup-media { min-height: 480px; }
.site-popup-media img { width: 100%; height: 100%; object-fit: cover; }
.site-popup-copy { display: flex; align-items: flex-start; justify-content: center; flex-direction: column; padding: 58px 46px 46px; }
.site-popup-copy .site-kicker { color: var(--site-accent); }
.site-popup-copy h2 { margin: 20px 0 0; font-size: 38px; line-height: 1.08; }
.site-popup-copy > p:not(.site-kicker) { margin: 18px 0 0; color: var(--site-text-soft); font-size: 14px; line-height: 1.75; }
.site-popup-copy .site-button { width: 100%; margin-top: 28px; }
.site-popup-open { overflow: hidden; }

.floating-whatsapp { position: fixed; right: 20px; bottom: 20px; z-index: 50; width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .2); border-radius: 50%; background: #25d366; color: #fff; box-shadow: 0 15px 38px rgba(0, 0, 0, .28); transition: transform .18s ease, box-shadow .18s ease; }
.floating-whatsapp:hover { transform: translateY(-3px); }
.floating-whatsapp svg { width: 24px; height: 24px; fill: currentColor; stroke: none; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.revealed { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  .site-nav { gap: 17px; }
  .site-nav a { font-size: 10px; }
  .site-reserve-nav { padding: 0 13px; }
  .hero-content h1 { font-size: 62px; }
  .venue-map-details { grid-template-columns: minmax(175px, .7fr) minmax(360px, 1.5fr) auto; gap: 18px; }
  .birthday-layout { gap: 48px; }
  .birthday-stamp { right: -8px; }
}

@media (max-width: 940px) {
  :root { --site-header-height: 68px; }
  .site-container { width: min(100% - 36px, 760px); }
  .site-section { padding: 88px 0; }
  .site-header-inner { width: calc(100% - 28px); }
  .site-menu-button { display: inline-grid; }
  .site-reserve-nav span { display: none; }
  .site-reserve-nav { width: 40px; min-height: 40px; padding: 0; }
  .site-nav { position: fixed; top: var(--site-header-height); right: 0; left: 0; display: grid; gap: 0; padding: 14px 18px 22px; border-bottom: 1px solid rgba(255, 255, 255, .14); background: rgba(8, 54, 40, .98); transform: translateY(-120%); opacity: 0; pointer-events: none; transition: transform .22s ease, opacity .22s ease; }
  .site-menu-open .site-nav { transform: none; opacity: 1; pointer-events: auto; }
  .site-nav a { min-height: 47px; display: flex; align-items: center; border-bottom: 1px solid rgba(255, 255, 255, .08); color: rgba(244, 248, 246, .82); font-size: 12px; }
  .site-nav a::after { display: none; }
  .site-nav .mobile-nav-reserve { min-height: 48px; justify-content: space-between; margin-top: 14px; padding: 0 17px; border: 0; border-radius: 7px; background: var(--site-accent); color: var(--site-accent-ink); font-weight: 800; }
  .site-nav .mobile-nav-reserve svg { width: 17px; height: 17px; }
  .site-hero { min-height: 580px; height: 80svh; }
  .hero-content { padding-bottom: 120px; }
  .hero-content h1 { font-size: 54px; }
  .hero-offer { font-size: 22px; }
  .hero-facts-inner { grid-template-columns: repeat(3, 1fr); }
  .hero-facts-inner > div { padding: 15px 16px; }
  .hero-facts-inner > a { display: none; }
  .section-intro { grid-template-columns: 1fr; gap: 18px; }
  .section-intro h2, .about-copy h2, .birthday-content h2, .location-copy h2, .faq-heading h2 { font-size: 38px; }
  .venue-map-details { grid-template-columns: minmax(170px, .7fr) minmax(0, 1.3fr); }
  .venue-map-details .site-button { grid-column: 1 / -1; width: 100%; }
  .venue-map-details dl { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery-slide { height: 460px; }
  .about-grid { grid-template-columns: 1fr; gap: 48px; }
  .about-media, .about-media > img { min-height: 500px; height: 500px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 340px; }
  .birthday-layout { grid-template-columns: 1fr; }
  .birthday-visual, .birthday-visual > img { min-height: 540px; height: 540px; }
  .location-layout { grid-template-columns: 1fr; }
  .faq-layout { grid-template-columns: 1fr; gap: 42px; }
  .faq-heading { position: static; }
  .site-popup { grid-template-columns: minmax(0, 1fr) minmax(290px, .9fr); }
  .site-popup-copy { padding: 52px 34px 38px; }
}

@media (max-width: 640px) {
  .site-container { width: calc(100% - 28px); }
  .site-section { padding: 72px 0; }
  .site-brand-logo { width: 37px; height: 37px; }
  .site-brand-logo img { width: 30px; height: 30px; }
  .site-brand strong { max-width: 150px; font-size: 12px; }
  .site-header-actions { gap: 5px; }
  .site-header .site-icon-button, .site-reserve-nav { width: 37px; height: 37px; min-height: 37px; }
  .site-hero { min-height: 580px; height: 80svh; }
  .hero-shade { background: rgba(4, 39, 27, .4); box-shadow: inset 0 -280px 180px rgba(4, 38, 26, .66); }
  .hero-content { padding-top: 56px; padding-bottom: 126px; }
  .hero-content h1 { margin-top: 18px; font-size: 42px; line-height: 1.02; }
  .hero-offer { margin-top: 16px; font-size: 19px; }
  .hero-copy { margin-top: 13px; font-size: 13px; line-height: 1.65; }
  .hero-actions { align-items: stretch; flex-direction: column; margin-top: 25px; }
  .hero-actions .site-button { width: 100%; }
  .hero-facts-inner { min-height: 86px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hero-facts-inner > div { min-width: 0; padding: 13px 9px; }
  .hero-facts span { font-size: 7px; }
  .hero-facts strong { margin-top: 5px; overflow-wrap: anywhere; font-size: 11px; }
  .section-intro { margin-bottom: 30px; }
  .section-intro h2, .about-copy h2, .birthday-content h2, .location-copy h2, .faq-heading h2 { font-size: 31px; }
  .venue-map-shell { max-width: 100%; overflow: hidden; border: 0; background: transparent; box-shadow: none; }
  .venue-map { border: 1px solid var(--site-border); border-radius: 7px; }
  .map-court { border-radius: 3px; gap: 0; padding: 0; }
  .map-court > span { width: 24px; height: 24px; font-size: 10px; }
  .map-court strong, .map-court small { display: none; }
  .map-place { width: 27px; height: 27px; justify-content: center; padding: 0; border-radius: 50%; }
  .map-place strong { display: none; }
  .map-place svg { width: 13px; height: 13px; }
  .map-parking { top: 31%; left: 41%; }
  .map-cantina { top: 44%; left: 51.5%; }
  .map-entrance { top: 66%; left: 44%; }
  .venue-map-details { min-height: 0; grid-template-columns: 1fr; gap: 20px; margin-top: 10px; padding: 18px; border: 1px solid var(--site-border); border-radius: 7px; }
  .venue-map-details dl { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .venue-map-details dl > div { padding-left: 10px; }
  .venue-map-key { gap: 9px 12px; }
  .gallery-slide { height: 330px; }
  .gallery-slide figcaption { right: 16px; bottom: 76px; left: 16px; font-size: 11px; }
  .gallery-controls { right: 12px; bottom: 12px; left: 12px; justify-content: space-between; }
  .about-grid { gap: 34px; }
  .about-media, .about-media > img { min-height: 390px; height: 390px; }
  .about-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .service-card { min-height: 320px; }
  .service-card-copy { padding: 21px; }
  .service-card-copy strong { font-size: 20px; }
  .birthday-visual, .birthday-visual > img { min-height: 430px; height: 430px; }
  .birthday-stamp { right: 12px; bottom: 12px; width: 112px; height: 112px; }
  .birthday-form-grid { grid-template-columns: 1fr; }
  .birthday-submit-row { align-items: stretch; flex-direction: column; }
  .birthday-submit-row .site-button { width: 100%; }
  .sponsor-band { padding: 30px 0; }
  .sponsor-marquee { width: 100%; max-width: none; }
  .sponsor-track { width: max-content; justify-content: flex-start; gap: 34px; animation: sponsor-marquee var(--sponsor-duration, 16s) linear infinite; will-change: transform; }
  .sponsor-group { justify-content: flex-start; gap: 34px; }
  .sponsor-group[aria-hidden="true"] { display: flex; }
  .sponsor-group a, .sponsor-group > span { min-width: 140px; }
  .sponsor-marquee:hover .sponsor-track, .sponsor-marquee:focus-within .sponsor-track { animation-play-state: paused; }
  .map-frame, .map-frame iframe, .map-frame > a { min-height: 420px; }
  .faq-list summary { min-height: 82px; grid-template-columns: 29px minmax(0, 1fr) 24px; gap: 9px; }
  .faq-list summary strong { font-size: 13px; }
  .faq-list details > p { margin: -3px 32px 24px 38px; font-size: 12px; }
  .site-footer { padding-top: 54px; }
  .site-footer-main { grid-template-columns: 1fr 1fr; gap: 42px 24px; padding-bottom: 48px; }
  .site-footer-main > div { grid-column: 1 / -1; }
  .site-footer-bottom { align-items: flex-start; flex-direction: column; }
  .site-popup-backdrop { align-items: end; padding: 12px; }
  .site-popup { max-height: calc(100svh - 24px); grid-template-columns: 1fr; }
  .site-popup-media { min-height: 0; height: 250px; }
  .site-popup-copy { padding: 30px 22px 24px; }
  .site-popup-copy h2 { margin-top: 15px; font-size: 29px; }
  .site-popup-copy > p:not(.site-kicker) { margin-top: 13px; font-size: 13px; }
  .site-popup-copy .site-button { margin-top: 22px; }
  .floating-whatsapp { right: 14px; bottom: 14px; width: 48px; height: 48px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
