:root {
  --mint: #a8e6dc;
  --mint-2: #65cfc5;
  --teal: #278f8a;
  --teal-dark: #176d69;
  --ink: #171717;
  --text: #555;
  --white: #fffdfc;
  --blush: #faf2f0;
  --cream: #f5efe7;
  --pool: #63bfd3;
  --sand: #d8b995;
  --green: #93bfa6;
  --line: rgba(23, 23, 23, .11);
  --shadow: 0 18px 60px rgba(23, 23, 23, .10);
  --shadow-sm: 0 10px 30px rgba(23, 23, 23, .08);
  --radius: 22px;
  --container: 1240px;
  --header-height: 82px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; font-family: "Inter", sans-serif; color: var(--text); background: var(--white); line-height: 1.65; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 9999; top: 10px; left: 10px; transform: translateY(-150%); background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.topbar { background: linear-gradient(90deg, #d8f3ee, #e6f7f4); color: #386c69; font-size: .82rem; font-weight: 600; }
.topbar__inner { height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar__desktop { display: flex; align-items: center; gap: 14px; }
.topbar__desktop span, .topbar__desktop a { display: inline-flex; align-items: center; gap: 7px; }
.topbar svg { width: 15px; height: 15px; }
.topbar .whatsapp-icon--topbar { width: 18px; height: 18px; object-fit: contain; flex: 0 0 auto; }
.topbar__sep { width: 1px; height: 14px; background: rgba(39,143,138,.35); }
.topbar__cta { color: var(--teal-dark); border: 1px solid rgba(39,143,138,.5); padding: 3px 12px; border-radius: 7px; background: rgba(255,255,255,.35); }
.topbar__mobile { display: none; }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,253,252,.94); backdrop-filter: blur(16px); border-bottom: 1px solid transparent; transition: box-shadow .3s, border-color .3s; }
.site-header.is-scrolled { box-shadow: 0 12px 35px rgba(23,23,23,.08); border-color: var(--line); }
.header__inner { height: var(--header-height); display: grid; grid-template-columns: 150px 1fr auto; align-items: center; gap: 26px; }
.brand { width: 108px; height: 108px; align-self: start; margin-top: 4px; position: relative; z-index: 2; border-radius: 50%; overflow: hidden; background: var(--blush); box-shadow: 0 8px 20px rgba(23,23,23,.06); }
.brand img { width: 100%; height: 100%; object-fit: cover; }
.main-nav { justify-self: center; }
.nav-panel { display: flex; align-items: center; gap: clamp(14px, 1.6vw, 28px); }
.nav-panel a { color: #363636; font-family: "Manrope", sans-serif; font-size: .82rem; font-weight: 700; white-space: nowrap; position: relative; padding-block: 10px; }
.nav-panel a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 2px; background: var(--teal); transition: right .25s; }
.nav-panel a:hover::after, .nav-panel a.is-active::after { right: 0; }
.nav-panel a.is-active { color: var(--teal-dark); }
.menu-toggle { display: none; border: 0; background: none; width: 44px; height: 44px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; cursor: pointer; }
.menu-toggle span { width: 23px; height: 2px; background: var(--ink); border-radius: 3px; transition: transform .25s, opacity .25s; }
.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: 9px; padding: 11px 19px; font-family: "Manrope", sans-serif; font-size: .88rem; font-weight: 800; line-height: 1.2; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s, color .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(39,143,138,.35); outline-offset: 3px; }
.button--primary { color: white; background: var(--teal); box-shadow: 0 10px 24px rgba(39,143,138,.22); }
.button--primary:hover { background: var(--teal-dark); box-shadow: 0 13px 28px rgba(39,143,138,.3); }
.button--outline { border-color: rgba(39,143,138,.45); color: var(--teal-dark); background: rgba(255,255,255,.84); }
.button--outline:hover { border-color: var(--teal); background: #fff; }
.button--soft { background: #e8f7f4; color: var(--teal-dark); border-color: rgba(39,143,138,.17); }
.button--light { background: #fff; color: var(--ink); }
.header__cta { min-height: 44px; padding-inline: 18px; }

.hero { position: relative; min-height: clamp(560px, 67vw, 690px); overflow: hidden; isolation: isolate; display: flex; align-items: center; }
.hero__media, .hero__media img, .hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__media img { object-fit: cover; object-position: center 54%; }
.hero__shade { z-index: 1; background: linear-gradient(90deg, rgba(255,253,252,.98) 0%, rgba(255,253,252,.90) 27%, rgba(255,253,252,.18) 54%, rgba(23,23,23,.05) 100%); }
.hero__content { position: relative; z-index: 2; padding-block: 100px 90px; }
.hero__card { max-width: 600px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; background: rgba(168,230,220,.68); color: #245f5c; border-radius: 99px; padding: 7px 13px; font-weight: 700; font-size: .82rem; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); }
h1, h2, h3 { font-family: "Manrope", sans-serif; color: var(--ink); margin-top: 0; line-height: 1.12; letter-spacing: -.035em; }
h1 { font-size: clamp(2.7rem, 5.2vw, 5.1rem); margin: 18px 0 22px; font-weight: 700; }
h2 { font-size: clamp(2rem, 3.5vw, 3.55rem); margin-bottom: 18px; }
h3 { font-size: 1.16rem; margin-bottom: 10px; }
.hero__card p { font-size: clamp(1rem, 1.25vw, 1.12rem); max-width: 590px; color: #3d4a49; }
.hero__actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }

.facts { position: relative; z-index: 3; margin-top: -26px; }
.facts__grid { background: rgba(255,253,252,.97); box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.8); border-radius: 15px; min-height: 90px; display: grid; grid-template-columns: repeat(4, 1fr); padding: 12px 20px; }
.fact { display: flex; align-items: center; justify-content: center; gap: 14px; padding: 10px 18px; position: relative; }
.fact:not(:last-child)::after { content: ""; width: 1px; height: 34px; background: var(--line); position: absolute; right: 0; }
.fact img { width: 62px; height: 62px; object-fit: contain; }
.fact strong { color: #454545; font-family: "Manrope", sans-serif; font-size: .98rem; line-height: 1.35; }
.location-ribbon { border-bottom: 1px solid var(--line); background: #fff; color: #4b5a59; font-size: .85rem; font-weight: 600; }
.location-ribbon .container { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 52px; }
.location-ribbon svg { width: 18px; color: var(--teal); }

.section { padding: clamp(75px, 8vw, 120px) 0; }
.section-heading { max-width: 760px; margin-bottom: 38px; }
.section-heading--center { text-align: center; margin-inline: auto; }
.section-heading p { margin: 0; font-size: 1.05rem; }
.script-label { display: block; color: var(--teal); font-family: cursive; font-style: italic; font-size: 1.35rem; margin-bottom: 8px; transform: rotate(-1deg); }
.overline { color: var(--teal); font-family: "Manrope", sans-serif; font-size: .78rem; font-weight: 800; letter-spacing: .16em; }

.events { background: linear-gradient(180deg, var(--white), #fff); }
.event-mosaic { display: grid; grid-template-columns: 1.05fr 1fr 1.25fr 1fr 1.05fr; grid-template-rows: 185px 185px; gap: 12px; }
.event-card { position: relative; overflow: hidden; border: 0; border-radius: 13px; background: var(--cream); min-height: 180px; padding: 0; cursor: pointer; isolation: isolate; box-shadow: var(--shadow-sm); }
.event-card::before { content: ""; position: absolute; inset: 0; z-index: -2; background: var(--image) center/cover no-repeat; transition: transform .45s; }
.event-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, transparent 48%, rgba(0,0,0,.55)); }
.event-card:hover::before { transform: scale(1.06); }
.event-card span:not(.event-card__icon) { position: absolute; left: 12px; right: 12px; bottom: 11px; background: rgba(255,255,255,.94); color: #383838; border-radius: 8px; padding: 8px 10px; font-family: "Manrope", sans-serif; font-weight: 800; font-size: .9rem; text-align: center; box-shadow: 0 4px 18px rgba(0,0,0,.12); }
.event-card--tall { grid-row: span 2; }
.event-card--wide { grid-column: span 2; }
.event-card--portrait { grid-row: span 2; }
.event-card--idea { background: var(--mint); padding: 24px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; text-align: left; box-shadow: none; }
.event-card--idea::before, .event-card--idea::after { display: none; }
.event-card--idea strong { font: 800 1.2rem "Manrope"; color: var(--ink); margin: 10px 0 5px; }
.event-card--idea small { color: #356663; }
.event-card__icon { position: static !important; background: none !important; box-shadow: none !important; color: var(--teal-dark) !important; font-size: 2rem !important; padding: 0 !important; }

.about { background: var(--blush); }
.about__grid { display: grid; grid-template-columns: .92fr 1.25fr; gap: clamp(50px, 7vw, 90px); align-items: center; }
.about__content p { font-size: 1.02rem; }
.check-list { list-style: none; padding: 0; margin: 27px 0 30px; display: grid; gap: 10px; }
.check-list li { position: relative; padding-left: 28px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; background: #d9f4ef; color: var(--teal-dark); font-size: .72rem; font-weight: 900; }
.about__gallery { display: grid; grid-template-columns: 1.65fr .75fr; grid-template-rows: 1fr 1fr; gap: 10px; min-height: 520px; }
.about__gallery figure { margin: 0; overflow: hidden; border-radius: 15px; box-shadow: var(--shadow-sm); }
.about__gallery img { width: 100%; height: 100%; object-fit: cover; }
.about__main-photo { grid-row: span 2; }

.facilities { background: #fff; }
.facilities__layout { display: grid; grid-template-columns: 1fr 310px; gap: 30px; align-items: stretch; }
.facility-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.facility-card { border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: #fff; padding: 10px; box-shadow: 0 8px 25px rgba(23,23,23,.04); }
.facility-card__image { height: 130px; border-radius: 9px; overflow: hidden; margin-bottom: 13px; }
.facility-card__image img { width: 100%; height: 100%; object-fit: cover; }
.facility-card h3 { font-size: .98rem; margin: 0 4px 5px; }
.facility-card p { margin: 0 4px 6px; font-size: .81rem; line-height: 1.45; }
.facility-card__icon { height: 150px; display: grid; place-items: center; font-size: 4rem; background: #effaf8; border-radius: 9px; margin-bottom: 13px; }
.facility-card--wide { grid-column: span 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: 14px; align-items: center; }
.facility-card--wide .facility-card__image { margin: 0; height: 150px; grid-row: span 2; }
.facilities__quote { border-radius: 17px; background: linear-gradient(140deg, #e9faf7, #c8eee7); padding: 45px 25px; color: var(--teal-dark); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; min-height: 420px; position: relative; overflow: hidden; }
.facilities__quote::before, .facilities__quote::after { content: ""; position: absolute; width: 170px; height: 50px; border-radius: 50%; background: rgba(255,255,255,.45); transform: rotate(-9deg); }
.facilities__quote::before { top: 35px; left: -55px; }
.facilities__quote::after { bottom: 42px; right: -55px; }
.facilities__quote span, .facilities__quote strong { position: relative; z-index: 1; font: italic 2rem/1.25 cursive; }
.facilities__quote strong { font-size: 2.35rem; }
.facilities__quote svg { width: 62px; margin-top: 30px; position: relative; z-index: 1; }

.enjoy { background: var(--cream); padding-top: 80px; padding-bottom: 80px; }
.enjoy__grid { display: grid; grid-template-columns: .92fr 1.28fr; gap: 30px; align-items: center; }
.enjoy__feature { position: relative; border-radius: 18px; overflow: hidden; min-height: 410px; margin: 0; }
.enjoy__feature img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.enjoy__feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,55,59,.88), rgba(13,55,59,.14)); }
.enjoy__overlay { position: absolute; z-index: 1; inset: auto 34px 34px; color: white; max-width: 390px; }
.enjoy__overlay h2 { color: white; font-size: 2.15rem; }
.enjoy__amenities { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.amenity { background: #fff; border-radius: 13px; border: 1px solid var(--line); padding: 18px 10px; min-height: 145px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 9px; box-shadow: 0 8px 22px rgba(23,23,23,.04); }
.amenity img { width: 76px; height: 76px; object-fit: contain; }
.amenity__emoji { font-size: 3.35rem; }
.amenity span:last-child { font-weight: 700; font-size: .82rem; line-height: 1.3; color: #3c4b4a; }
.notice { grid-column: 1 / -1; background: #eaf7f5; border: 1px solid rgba(39,143,138,.18); color: #356663; border-radius: 11px; padding: 13px 18px; display: flex; align-items: center; justify-content: center; gap: 12px; }
.notice svg { width: 25px; flex: 0 0 auto; }
.notice p { margin: 0; font-size: .84rem; }

.formats { background: #fff; }
.format-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.format-card { border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: #fff; box-shadow: 0 8px 28px rgba(23,23,23,.05); display: flex; flex-direction: column; }
.format-card img { height: 170px; width: 100%; object-fit: cover; }
.format-card > div { padding: 20px 16px 17px; display: flex; flex-direction: column; height: 100%; }
.format-card h3 { font-size: 1.04rem; text-align: center; }
.format-card p { font-size: .82rem; line-height: 1.5; text-align: center; flex: 1; }
.text-link { border: 0; background: transparent; color: var(--teal-dark); font-weight: 800; font-size: .8rem; cursor: pointer; padding: 8px 2px 2px; }
.text-link span { transition: transform .2s; display: inline-block; }
.text-link:hover span { transform: translateX(4px); }

.gallery { background: linear-gradient(180deg, var(--blush), #fff); }
.gallery-filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-bottom: 24px; }
.gallery-filters button { border: 1px solid rgba(39,143,138,.26); background: rgba(255,255,255,.8); color: #426664; border-radius: 99px; padding: 7px 14px; font-weight: 700; font-size: .78rem; cursor: pointer; }
.gallery-filters button.is-active { color: white; background: var(--teal); border-color: var(--teal); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 190px; gap: 10px; }
.gallery-item { border: 0; padding: 0; border-radius: 13px; overflow: hidden; cursor: zoom-in; background: #ddd; transition: opacity .25s, transform .25s; }
.gallery-item[hidden] { display: none; }
.gallery-item:hover { transform: translateY(-3px); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item--wide { grid-column: span 2; }
.gallery-item--tall { grid-row: span 2; }
.gallery__cta { display: flex; justify-content: center; margin-top: 28px; }

.planning { background: #fff; padding-top: 80px; padding-bottom: 80px; }
.steps { list-style: none; padding: 15px 0 0; margin: 0; display: grid; grid-template-columns: repeat(6, 1fr); position: relative; }
.steps::before { content: ""; position: absolute; left: 8%; right: 8%; top: 42px; height: 2px; background: linear-gradient(90deg, var(--mint), var(--teal), var(--mint)); }
.steps li { position: relative; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 13px; }
.steps span { width: 55px; height: 55px; border-radius: 50%; background: var(--teal); color: #fff; display: grid; place-items: center; font: 800 1.1rem "Manrope"; border: 7px solid #e7f7f4; position: relative; z-index: 1; }
.steps strong { color: #424b4a; font-size: .82rem; line-height: 1.35; }

.information { background: var(--cream); }
.information__grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 34px; align-items: start; }
.accordion { display: grid; gap: 9px; }
.accordion-item { background: #fff; border: 1px solid var(--line); border-radius: 11px; overflow: hidden; }
.accordion-item button { width: 100%; border: 0; background: #fff; min-height: 58px; padding: 14px 17px; display: flex; justify-content: space-between; align-items: center; text-align: left; cursor: pointer; font-weight: 700; color: #3d4746; }
.accordion-item i { width: 18px; height: 18px; position: relative; flex: 0 0 auto; }
.accordion-item i::before, .accordion-item i::after { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 2px; background: var(--teal); transform: translate(-50%,-50%); }
.accordion-item i::after { transform: translate(-50%,-50%) rotate(90deg); transition: transform .25s; }
.accordion-item.is-open i::after { transform: translate(-50%,-50%) rotate(0); }
.accordion-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s; }
.accordion-panel > p { overflow: hidden; margin: 0; padding: 0 17px; font-size: .9rem; }
.accordion-item.is-open .accordion-panel { grid-template-rows: 1fr; }
.accordion-item.is-open .accordion-panel > p { padding-bottom: 17px; }
.location-card { background: #fff; border-radius: 18px; padding: 28px; box-shadow: var(--shadow-sm); }
.location-card__head h2 { font-size: 2.2rem; }
.map-shell { height: 270px; border-radius: 13px; overflow: hidden; background: #e9efec; margin: 20px 0 15px; }
.map-shell iframe { width: 100%; height: 100%; border: 0; }
.map-placeholder { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; background: radial-gradient(circle at 35% 35%, #fff, #dbe9e5); color: #426664; }
.map-placeholder svg { width: 48px; margin-bottom: 8px; color: var(--teal); }
.map-placeholder button { margin-top: 13px; border: 0; background: var(--teal); color: #fff; border-radius: 8px; padding: 8px 15px; font-weight: 700; cursor: pointer; }
.location-card__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.location-card__actions .button { font-size: .77rem; padding-inline: 10px; }
.geo-note { margin-top: 15px; background: #fff7f2; border: 1px solid rgba(216,185,149,.45); border-radius: 11px; padding: 14px; display: flex; align-items: center; gap: 12px; font-size: .82rem; color: #5d5146; }
.geo-note svg { width: 29px; color: var(--teal); flex: 0 0 auto; }

.quote { background: #fff; }
.quote__grid { display: grid; grid-template-columns: 1.28fr .72fr; gap: 35px; align-items: stretch; }
.quote__form-wrap { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: clamp(24px, 4vw, 45px); box-shadow: var(--shadow-sm); }
.form-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.form-grid label { display: flex; flex-direction: column; gap: 6px; font-size: .78rem; font-weight: 700; color: #444; }
.form-grid label > span { color: #c65d5d; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; border: 1px solid #d9dcda; border-radius: 8px; min-height: 45px; padding: 10px 12px; color: #303030; background: #fff; transition: border-color .2s, box-shadow .2s; }
.form-grid textarea { resize: vertical; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(39,143,138,.10); outline: 0; }
.form-grid input[aria-invalid="true"], .form-grid select[aria-invalid="true"] { border-color: #c65d5d; }
.form-grid__wide { grid-column: span 2; }
.form-note { font-size: .76rem; color: #707070; margin: 18px 0 10px; }
.form-status { min-height: 22px; color: #b24c4c; font-size: .82rem; margin-bottom: 7px; }
.button--wide { width: 100%; }
.button--wide svg { width: 20px; }
.whatsapp-icon--button { width: 24px; height: 24px; object-fit: contain; background: #fff; border-radius: 50%; padding: 1px; flex: 0 0 auto; }
.quote__image { position: relative; border-radius: 20px; overflow: hidden; min-height: 650px; }
.quote__image > img { width: 100%; height: 100%; object-fit: cover; }
.quote__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(12,41,40,.72)); }
.quote__image-card { position: absolute; z-index: 1; left: 25px; right: 25px; bottom: 25px; color: white; }
.quote__image-card span { display: block; color: var(--mint); font-size: .82rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.quote__image-card strong { display: block; font: 700 1.5rem/1.25 "Manrope"; margin-top: 8px; }

.final-cta { min-height: 320px; position: relative; display: flex; align-items: center; isolation: isolate; overflow: hidden; }
.final-cta > img, .final-cta__shade { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.final-cta__shade { z-index: -1; background: linear-gradient(90deg, rgba(15,35,34,.9), rgba(15,35,34,.55)); }
.final-cta__content { display: flex; align-items: center; justify-content: space-between; gap: 40px; color: #fff; padding-block: 55px; }
.final-cta h2 { color: #fff; max-width: 650px; margin: 9px 0 12px; font-size: clamp(2rem, 3.4vw, 3.3rem); }
.final-cta p { margin: 0; max-width: 650px; }
.final-cta__actions { display: flex; gap: 10px; flex-wrap: wrap; flex: 0 0 auto; }

.site-footer { background: #fff; }
.footer__grid { display: grid; grid-template-columns: 1.15fr .75fr 1.15fr 1fr; gap: 40px; padding-block: 55px; }
.footer__brand img { width: 120px; height: 120px; border-radius: 50%; object-fit: cover; margin-bottom: 15px; }
.footer__brand p { max-width: 270px; font-size: .86rem; }
.site-footer h3 { font-size: .9rem; margin-bottom: 14px; }
.site-footer nav { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 14px; }
.site-footer nav a, .site-footer li, .site-footer p { font-size: .79rem; }
.site-footer nav a:hover, .site-footer a:hover { color: var(--teal); }
.site-footer ul { padding: 0; margin: 0; list-style: none; display: grid; gap: 9px; }
.footer__note { border-left: 3px solid var(--mint); padding-left: 18px; }
.footer__bottom { border-top: 1px solid var(--line); background: var(--blush); }
.footer__bottom .container { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 15px; font-size: .72rem; }
.footer__bottom a { color: var(--teal-dark); font-weight: 800; }

.floating-whatsapp { position: fixed; z-index: 900; right: max(20px, env(safe-area-inset-right)); bottom: max(22px, env(safe-area-inset-bottom)); width: 76px; height: 76px; border-radius: 50%; background: transparent; display: grid; place-items: center; filter: drop-shadow(0 14px 18px rgba(0,0,0,.24)); transition: transform .2s; }
.floating-whatsapp:hover { transform: scale(1.06); }
.floating-whatsapp img { width: 76px; height: 76px; filter: none; object-fit: contain; }
.back-to-top { position: fixed; z-index: 890; right: max(27px, env(safe-area-inset-right)); bottom: calc(max(22px, env(safe-area-inset-bottom)) + 92px); width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.92); color: var(--teal-dark); box-shadow: var(--shadow-sm); cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(10px); transition: .25s; }
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }

.lightbox { width: min(1100px, calc(100% - 30px)); max-height: 90vh; border: 0; border-radius: 15px; padding: 0; background: #111; color: #fff; overflow: visible; }
.lightbox::backdrop { background: rgba(0,0,0,.82); backdrop-filter: blur(5px); }
.lightbox figure { margin: 0; }
.lightbox img { width: 100%; max-height: 82vh; object-fit: contain; border-radius: 15px 15px 0 0; }
.lightbox figcaption { padding: 12px 18px; font-size: .82rem; }
.lightbox__close { position: absolute; z-index: 2; top: -16px; right: -16px; width: 42px; height: 42px; border-radius: 50%; border: 0; background: #fff; color: #111; font-size: 1.8rem; cursor: pointer; }
.lightbox__nav { position: absolute; top: 50%; transform: translateY(-50%); width: 46px; height: 58px; border: 0; background: rgba(255,255,255,.9); color: #111; font-size: 2rem; cursor: pointer; }
.lightbox__prev { left: -20px; border-radius: 8px 0 0 8px; }
.lightbox__next { right: -20px; border-radius: 0 8px 8px 0; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1150px) {
  .header__inner { grid-template-columns: 115px 1fr auto; gap: 15px; }
  .brand { width: 92px; height: 92px; }
  .nav-panel { gap: 12px; }
  .nav-panel a { font-size: .74rem; }
  .header__cta { padding-inline: 12px; font-size: .76rem; }
  .event-mosaic { grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(3, 170px); }
  .event-card--portrait { grid-row: span 1; }
  .event-card--idea { grid-column: span 1; }
  .facilities__layout { grid-template-columns: 1fr 260px; }
  .facility-grid { grid-template-columns: repeat(3, 1fr); }
  .format-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 950px) {
  :root { --header-height: 72px; }
  .header__inner { grid-template-columns: 90px 1fr auto; }
  .brand { width: 78px; height: 78px; }
  .main-nav { justify-self: end; order: 3; }
  .menu-toggle { display: flex; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav-panel { position: fixed; top: calc(34px + var(--header-height)); left: 0; right: 0; background: rgba(255,253,252,.98); border-top: 1px solid var(--line); box-shadow: 0 20px 35px rgba(23,23,23,.1); display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; padding: 10px 20px 20px; transform: translateY(-120%); opacity: 0; pointer-events: none; transition: transform .3s, opacity .3s; }
  .nav-panel.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav-panel a { font-size: .88rem; padding: 13px 10px; border-bottom: 1px solid var(--line); }
  .header__cta { justify-self: end; }
  .facts__grid { grid-template-columns: repeat(2, 1fr); }
  .fact:nth-child(2)::after { display: none; }
  .fact:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .event-mosaic { grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(4, 175px); }
  .about__grid, .enjoy__grid, .quote__grid, .information__grid { grid-template-columns: 1fr; }
  .about__gallery { min-height: 460px; }
  .facilities__layout { grid-template-columns: 1fr; }
  .facilities__quote { min-height: 260px; }
  .enjoy__amenities { grid-template-columns: repeat(5, 1fr); }
  .format-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .steps { grid-template-columns: repeat(3, 1fr); row-gap: 35px; }
  .steps::before { display: none; }
  .quote__image { min-height: 480px; }
  .footer__grid { grid-template-columns: repeat(2, 1fr); }
  .final-cta__content { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 700px) {
  .container { width: min(100% - 28px, var(--container)); }
  .topbar__desktop { display: none; }
  .topbar__mobile { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .topbar__cta { padding-inline: 9px; font-size: .72rem; }
  .header__inner { grid-template-columns: 70px 1fr 44px; }
  .brand { width: 67px; height: 67px; }
  .header__cta { display: none; }
  .main-nav { grid-column: 3; }
  .nav-panel { top: calc(34px + var(--header-height)); grid-template-columns: 1fr; max-height: calc(100vh - 106px); overflow: auto; }
  .hero { min-height: auto; display: block; overflow: visible; }
  .hero__media { position: relative; inset: auto; display: block; height: min(68vh, 760px); }
  .hero__media img { position: relative; inset: auto; width: 100%; height: 100%; object-fit: cover; object-position: center top; border-radius: 0 0 24px 24px; }
  .hero__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(23,23,23,.04) 0%, rgba(23,23,23,.10) 45%, rgba(255,253,252,.20) 72%, rgba(255,253,252,.94) 88%, rgba(255,253,252,1) 100%); }
  .hero__content { padding: 0 0 50px; margin-top: -56px; }
  .hero__card { background: rgba(255,253,252,.96); backdrop-filter: blur(8px); border-radius: 18px; padding: 24px 20px; box-shadow: var(--shadow); }
  h1 { font-size: clamp(2.4rem, 12vw, 3.4rem); }
  .hero__card p { font-size: .94rem; }
  .hero__actions { flex-direction: column; }
  .hero__actions .button { width: 100%; }
  .facts { margin-top: 0; }
  .facts__grid { border-radius: 0; width: 100%; box-shadow: none; padding: 8px 12px; }
  .fact { padding: 10px 8px; gap: 8px; justify-content: flex-start; }
  .fact img { width: 52px; height: 52px; }
  .fact strong { font-size: .86rem; }
  .location-ribbon .container { text-align: center; line-height: 1.35; padding-block: 11px; }
  .section { padding: 70px 0; }
  .event-mosaic { grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(5, 170px); gap: 9px; }
  .event-card--tall { grid-row: span 2; }
  .event-card--wide { grid-column: span 1; }
  .event-card--portrait { grid-row: span 2; }
  .about__gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 300px 150px; min-height: 0; }
  .about__main-photo { grid-column: span 2; grid-row: span 1; }
  .facility-grid { grid-template-columns: repeat(2, 1fr); }
  .facility-card--wide { grid-column: span 2; }
  .facility-card__image, .facility-card__icon { height: 130px; }
  .enjoy__feature { min-height: 440px; }
  .enjoy__amenities { grid-template-columns: repeat(2, 1fr); }
  .amenity:last-of-type { grid-column: span 2; }
  .format-grid { grid-template-columns: 1fr; }
  .format-card { display: grid; grid-template-columns: 150px 1fr; }
  .format-card img { height: 100%; min-height: 220px; }
  .format-card h3, .format-card p { text-align: left; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 160px; }
  .gallery-item--wide { grid-column: span 2; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid__wide { grid-column: span 1; }
  .location-card { padding: 20px; }
  .location-card__actions { grid-template-columns: 1fr; }
  .quote__form-wrap { padding: 22px 17px; }
  .quote__image { min-height: 400px; }
  .final-cta__actions { width: 100%; flex-direction: column; }
  .final-cta__actions .button { width: 100%; }
  .footer__grid { grid-template-columns: 1fr; gap: 26px; }
  .footer__bottom .container { flex-direction: column; align-items: flex-start; justify-content: center; padding-block: 12px; }
  .lightbox__nav { top: auto; bottom: -2px; }
  .lightbox__prev { left: 8px; }
  .lightbox__next { right: 8px; }
  .lightbox__close { right: 0; top: -50px; }
}

@media (max-width: 420px) {
  .topbar__inner { gap: 8px; }
  .topbar__mobile { font-size: .7rem; }
  .topbar__cta { font-size: 0; width: 34px; height: 26px; padding: 0; display: grid; place-items: center; }
  .topbar__cta::after { content: "→"; font-size: .9rem; }
  .event-mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(6, 155px); }
  .event-card--tall, .event-card--portrait { grid-row: span 2; }
  .facility-grid { grid-template-columns: 1fr; }
  .facility-card--wide { grid-column: span 1; display: block; }
  .facility-card--wide .facility-card__image { height: 135px; margin-bottom: 13px; }
  .format-card { grid-template-columns: 125px 1fr; }
  .format-card > div { padding: 16px 13px; }
  .format-card h3 { font-size: .95rem; }
  .format-card p { font-size: .77rem; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-item--wide { grid-column: span 1; }
}

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