:root {
  --navy-950: #031d32;
  --navy-900: #062942;
  --navy-800: #0a3b58;
  --aqua-700: #087d92;
  --aqua-600: #079bb0;
  --aqua-500: #1db9cb;
  --aqua-300: #75dae4;
  --sky-100: #dff7fa;
  --sand-100: #f7f5ef;
  --sand-50: #fbfaf7;
  --gold-400: #edc568;
  --coral-500: #f06445;
  --ink: #10283b;
  --muted: #5d7281;
  --white: #fff;
  --line: rgba(16, 40, 59, .13);
  --shadow: 0 24px 70px rgba(3, 29, 50, .14);
  --shadow-soft: 0 14px 40px rgba(3, 29, 50, .09);
  --radius-sm: 12px;
  --radius: 22px;
  --radius-lg: 34px;
  --shell: 1200px;
  --header: 82px;
  --font: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Manrope", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header) + 20px); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--sand-50);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold-400); outline-offset: 4px; }
::selection { background: var(--aqua-300); color: var(--navy-950); }

.shell { width: min(var(--shell), calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 820px; }
.section { padding: clamp(76px, 9vw, 130px) 0; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; left: 16px; top: -100px; z-index: 9999; padding: 12px 18px;
  color: var(--white); background: var(--navy-950); border-radius: 8px;
}
.skip-link:focus { top: 16px; }

h1, h2, h3 { margin: 0; color: var(--navy-950); font-family: var(--font-display); line-height: 1.08; letter-spacing: -.04em; text-wrap: balance; }
h1 { font-size: clamp(2.8rem, 6vw, 5.5rem); }
h2 { font-size: clamp(2.2rem, 4.5vw, 4rem); }
h3 { font-size: clamp(1.3rem, 2vw, 1.72rem); }
p { margin: 0; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px;
  color: var(--aqua-700); font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
}
.eyebrow > span { width: 28px; height: 2px; background: currentColor; }
.eyebrow--light { color: var(--aqua-300); }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 11px;
  min-height: 54px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px;
  font-size: .95rem; font-weight: 800; line-height: 1; transition: transform .2s ease, background .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button--primary { color: var(--white); background: var(--aqua-700); box-shadow: 0 12px 28px rgba(8, 125, 146, .25); }
.button--primary:hover { background: var(--navy-800); box-shadow: 0 16px 34px rgba(3, 29, 50, .24); }
.button--ghost { color: var(--navy-900); border-color: var(--line); background: rgba(255, 255, 255, .62); }
.button--ghost:hover { border-color: var(--aqua-600); background: var(--white); }
.button--white { color: var(--navy-950); background: var(--white); box-shadow: 0 16px 36px rgba(3, 29, 50, .16); }
.button--white:hover { color: var(--white); background: var(--navy-950); }
.button--small { min-height: 46px; padding-inline: 19px; font-size: .86rem; }
.button--large { min-height: 62px; padding-inline: 30px; }
.wa-dot { width: 9px; height: 9px; background: #25d366; border: 2px solid var(--white); border-radius: 50%; box-shadow: 0 0 0 3px rgba(37, 211, 102, .18); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--aqua-700); font-weight: 800; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.text-link--light { color: var(--aqua-300); }

/* Header */
.site-header {
  position: fixed; inset: 0 0 auto; z-index: 1000; height: var(--header);
  background: rgba(251, 250, 247, .9); border-bottom: 1px solid transparent;
  backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); transition: height .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled { height: 72px; border-color: var(--line); box-shadow: 0 8px 26px rgba(3, 29, 50, .07); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.header-brand { width: 170px; }
.brand { display: block; width: 100%; }
.brand img, .custom-logo { width: auto; height: 62px; object-fit: contain; object-position: left center; }
.site-header.is-scrolled .brand img, .site-header.is-scrolled .custom-logo { height: 54px; }
.custom-logo-link { display: block; }
.primary-nav { display: flex; align-items: center; gap: 30px; }
.nav-list { display: flex; align-items: center; gap: 26px; margin: 0; padding: 0; list-style: none; }
.nav-list a { position: relative; color: var(--navy-900); font-size: .88rem; font-weight: 700; }
.nav-list a::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 0; height: 2px; background: var(--aqua-600); transition: width .2s ease; }
.nav-list a:hover::after { width: 100%; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px auto; background: var(--navy-950); transition: transform .2s ease, opacity .2s ease; }

/* Hero */
.hero {
  position: relative; min-height: 760px; padding: calc(var(--header) + clamp(65px, 8vw, 105px)) 0 clamp(75px, 8vw, 115px);
  background: linear-gradient(145deg, #f9fbfa 0%, var(--sky-100) 56%, #c5edf2 100%); overflow: hidden;
}
.hero::before {
  content: ""; position: absolute; inset: 0; opacity: .24; pointer-events: none;
  background-image: radial-gradient(rgba(6, 41, 66, .22) .7px, transparent .7px); background-size: 20px 20px;
  mask-image: linear-gradient(to right, #000, transparent 70%);
}
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-orb--one { width: 330px; height: 330px; top: 100px; right: -120px; background: rgba(29, 185, 203, .23); }
.hero-orb--two { width: 210px; height: 210px; left: -100px; bottom: 30px; background: rgba(237, 197, 104, .18); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .82fr; gap: clamp(45px, 7vw, 100px); align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { max-width: 760px; }
.hero-lead { max-width: 660px; margin-top: 26px; color: #3b596c; font-size: clamp(1.06rem, 1.8vw, 1.26rem); line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.hero-checks { display: flex; flex-wrap: wrap; gap: 18px; margin: 26px 0 0; padding: 0; list-style: none; color: var(--navy-800); font-size: .84rem; font-weight: 700; }
.hero-checks li { display: flex; align-items: center; gap: 7px; }
.hero-checks li::before { content: "✓"; display: grid; place-items: center; width: 20px; height: 20px; color: var(--aqua-700); background: rgba(255, 255, 255, .8); border-radius: 50%; font-size: .7rem; }
.hero-visual { position: relative; justify-self: end; width: min(100%, 465px); }
.hero-image-frame { position: relative; padding: 12px; background: rgba(255, 255, 255, .72); border: 1px solid rgba(255, 255, 255, .84); border-radius: 38px; box-shadow: var(--shadow); transform: rotate(1.5deg); }
.hero-image-frame::after { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(255, 255, 255, .26); border-radius: 28px; pointer-events: none; }
.hero-image-frame img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 28px; }
.hero-float { position: absolute; z-index: 3; display: flex; align-items: center; gap: 11px; padding: 13px 16px; color: var(--navy-950); background: rgba(255, 255, 255, .93); border: 1px solid rgba(255, 255, 255, .82); border-radius: 16px; box-shadow: var(--shadow-soft); backdrop-filter: blur(10px); }
.hero-float--top { top: 42px; left: -48px; }
.hero-float--bottom { right: -25px; bottom: 44px; flex-direction: column; align-items: flex-start; gap: 1px; }
.hero-float strong { display: block; font-family: var(--font-display); font-size: .95rem; }
.hero-float small, .hero-float span { color: var(--muted); font-size: .72rem; }
.hero-float-icon { display: grid; place-items: center; width: 34px; height: 34px; color: var(--navy-950) !important; background: var(--gold-400); border-radius: 50%; font-size: 1rem !important; }

/* Trust */
.trust-bar { position: relative; z-index: 4; color: var(--white); background: var(--navy-950); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { display: flex; flex-direction: column; justify-content: center; min-height: 118px; padding: 24px clamp(12px, 2vw, 30px); border-right: 1px solid rgba(255, 255, 255, .11); }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid strong { font-family: var(--font-display); font-size: 1.05rem; }
.trust-grid span { margin-top: 3px; color: rgba(255, 255, 255, .6); font-size: .76rem; }

/* Promotion */
.promo { padding-top: clamp(64px, 8vw, 110px); padding-bottom: 0; }
.promo-card { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; min-height: 510px; padding: clamp(42px, 7vw, 90px); color: var(--white); background: linear-gradient(135deg, var(--navy-950), #075b73 70%, #0b8fa2); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); }
.promo-card::before { content: ""; position: absolute; width: 520px; height: 520px; right: -200px; top: -220px; border: 70px solid rgba(117, 218, 228, .13); border-radius: 50%; }
.promo-card::after { content: "+"; position: absolute; right: 5%; bottom: -120px; color: rgba(255,255,255,.04); font: 800 360px/1 var(--font-display); }
.promo-copy { position: relative; z-index: 2; max-width: 610px; }
.promo h2 { color: var(--white); }
.promo-copy > p:not(.eyebrow):not(.promo-price) { max-width: 580px; color: rgba(255, 255, 255, .72); font-size: 1.06rem; }
.promo-price { margin: 18px 0 16px; color: var(--gold-400); font: 800 clamp(2rem, 4vw, 3.5rem)/1 var(--font-display); letter-spacing: -.045em; }
.promo-price sup { font-size: .4em; vertical-align: top; }
.promo .button { margin-top: 30px; }
.promo-copy small { display: block; max-width: 570px; margin-top: 18px; color: rgba(255, 255, 255, .52); font-size: .72rem; }
.promo-nights { position: relative; z-index: 2; display: flex; align-items: center; justify-content: flex-end; padding-left: 25px; }
.night-card { display: flex; flex-direction: column; justify-content: center; width: 138px; height: 190px; margin-left: -22px; padding: 22px; color: var(--navy-950); background: var(--white); border: 1px solid rgba(3, 29, 50, .08); border-radius: 20px; box-shadow: 0 18px 40px rgba(3, 29, 50, .22); transform: rotate(-7deg); }
.night-card:nth-child(2) { transform: rotate(1deg) translateY(-14px); }
.night-card--free { color: var(--white); background: var(--coral-500); transform: rotate(8deg) translateY(10px); }
.night-card span { font: 800 4.5rem/1 var(--font-display); }
.night-card small { margin-top: 9px; font-size: .7rem; font-weight: 800; line-height: 1.2; text-transform: uppercase; }

/* Section heading */
.section-heading { margin-bottom: clamp(40px, 6vw, 70px); }
.section-heading--split { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .65fr); gap: 70px; align-items: end; }
.section-heading--split > p { color: var(--muted); font-size: 1.02rem; }
.section-heading--center { max-width: 830px; margin-right: auto; margin-left: auto; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading--center > p:last-child { max-width: 650px; margin: 22px auto 0; color: var(--muted); font-size: 1.04rem; }

/* Properties */
.properties { background: var(--sand-50); }
.property-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.property-card { display: flex; flex-direction: column; min-width: 0; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: 0 10px 34px rgba(3, 29, 50, .045); transition: transform .25s ease, box-shadow .25s ease; }
.property-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-soft); }
.property-media { position: relative; display: block; overflow: hidden; background: linear-gradient(140deg, #ceeef1, #0b7088); }
.property-media img, .property-placeholder { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .5s ease; }
.property-card:hover .property-media img { transform: scale(1.035); }
.property-placeholder { display: grid; place-items: center; position: relative; color: rgba(255,255,255,.9); background: radial-gradient(circle at 75% 25%, rgba(255,255,255,.2), transparent 30%), linear-gradient(145deg, var(--aqua-500), var(--navy-900)); overflow: hidden; }
.property-placeholder::before, .property-placeholder::after { content: ""; position: absolute; border: 2px solid rgba(255,255,255,.15); border-radius: 50%; }
.property-placeholder::before { width: 220px; height: 220px; right: -90px; bottom: -100px; }
.property-placeholder::after { width: 140px; height: 140px; left: -70px; top: -40px; }
.property-placeholder span { position: relative; z-index: 1; font: 800 4rem/1 var(--font-display); letter-spacing: -.08em; }
.property-placeholder small { position: relative; z-index: 1; max-width: 220px; margin-top: 12px; text-align: center; }
.property-floor { position: absolute; top: 15px; left: 15px; padding: 7px 11px; color: var(--navy-950); background: rgba(255,255,255,.93); border-radius: 999px; font-size: .7rem; font-weight: 800; box-shadow: 0 6px 16px rgba(3,29,50,.1); }
.property-body { display: flex; flex: 1; flex-direction: column; padding: 25px; }
.property-type { color: var(--aqua-700); font-size: .7rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.property-body h3 { margin-top: 7px; }
.property-capacity { margin-top: 11px; color: var(--ink); font-size: .87rem; font-weight: 700; }
.property-amenities { min-height: 50px; margin-top: 9px; color: var(--muted); font-size: .8rem; line-height: 1.55; }
.property-prices { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); }
.property-prices span { display: flex; flex-direction: column; }
.property-prices small { color: var(--muted); font-size: .66rem; }
.property-prices strong { margin-top: 2px; color: var(--navy-900); font-size: .85rem; }
.property-actions { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 22px; }
.property-actions .text-link, .property-location { font-size: .76rem; }
.property-location { color: var(--muted); }
.icon-button { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; padding: 0 14px; color: var(--white); background: var(--aqua-700); border-radius: 999px; font-size: .72rem; font-weight: 800; }
.icon-button:hover { background: var(--navy-900); }
.price-note { max-width: 900px; margin: 28px auto 0; color: var(--muted); font-size: .74rem; text-align: center; }

/* Experience */
.experience { color: var(--white); background: var(--navy-950); }
.experience-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(55px, 9vw, 125px); align-items: start; }
.experience h2 { color: var(--white); }
.experience-copy > p:not(.eyebrow) { margin-top: 26px; color: rgba(255,255,255,.65); font-size: 1.04rem; }
.experience-copy .text-link { margin-top: 30px; }
.experience-list { border-top: 1px solid rgba(255,255,255,.13); }
.experience-list article { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 34px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.experience-list h3 { color: var(--white); }
.experience-list p { margin-top: 9px; color: rgba(255,255,255,.57); font-size: .92rem; }
.feature-number { color: var(--aqua-300); font-size: .75rem; font-weight: 800; letter-spacing: .1em; }

/* Audience */
.audiences { background: var(--sand-100); }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.audience-card { position: relative; min-height: 440px; padding: clamp(38px, 6vw, 70px); color: var(--white); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-soft); }
.audience-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 85% 20%, rgba(255,255,255,.15), transparent 32%); }
.audience-card::after { content: ""; position: absolute; width: 270px; height: 270px; right: -120px; bottom: -120px; border: 42px solid rgba(255,255,255,.08); border-radius: 50%; }
.audience-card--family { background: linear-gradient(145deg, #075c72, var(--aqua-600)); }
.audience-card--friends { background: linear-gradient(145deg, var(--navy-950), #174b69); }
.audience-card > * { position: relative; z-index: 1; }
.audience-card > span { display: inline-flex; padding: 7px 12px; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.18); border-radius: 999px; font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.audience-card h3 { max-width: 430px; margin-top: 40px; color: var(--white); font-size: clamp(2rem, 3.5vw, 3.2rem); }
.audience-card p { max-width: 450px; margin-top: 20px; color: rgba(255,255,255,.7); }
.audience-card a { display: inline-block; margin-top: 36px; color: var(--white); font-size: .88rem; font-weight: 800; border-bottom: 1px solid rgba(255,255,255,.4); }

/* Steps */
.booking { background: var(--white); }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.steps-grid li { position: relative; min-height: 285px; padding: 34px 28px; border-right: 1px solid var(--line); }
.steps-grid li:last-child { border-right: 0; }
.steps-grid li > span { color: var(--aqua-700); font-size: .74rem; font-weight: 800; letter-spacing: .12em; }
.steps-grid h3 { margin-top: 56px; font-size: 1.35rem; }
.steps-grid p { margin-top: 13px; color: var(--muted); font-size: .86rem; }
.booking-action { margin-top: 42px; text-align: center; }

/* FAQ */
.faq { background: var(--sand-100); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(55px, 9vw, 130px); align-items: start; }
.faq-intro { position: sticky; top: 120px; }
.faq-intro > p:last-child { max-width: 430px; margin-top: 24px; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 27px 0; color: var(--navy-950); font-family: var(--font-display); font-size: 1.08rem; font-weight: 800; line-height: 1.3; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; flex: 0 0 auto; place-items: center; width: 28px; height: 28px; color: var(--aqua-700); border: 1px solid var(--line); border-radius: 50%; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 690px; padding: 0 45px 28px 0; color: var(--muted); }

/* Final CTA */
.final-cta { padding: clamp(76px, 10vw, 135px) 0; color: var(--white); background: linear-gradient(135deg, var(--aqua-700), #06455f 58%, var(--navy-950)); text-align: center; }
.final-cta-inner { max-width: 950px; }
.final-cta .eyebrow { justify-content: center; }
.final-cta h2 { color: var(--white); }
.final-cta p:not(.eyebrow) { margin-top: 24px; color: rgba(255,255,255,.7); font-size: 1.08rem; }
.final-cta .button { margin-top: 34px; }

/* Footer */
.site-footer { padding: 70px 0 24px; color: rgba(255,255,255,.65); background: #021522; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .65fr .85fr; gap: clamp(45px, 8vw, 110px); }
.footer-brand .brand { width: 180px; }
.footer-brand .brand img, .footer-brand .custom-logo { height: 80px; filter: brightness(0) invert(1); opacity: .92; }
.footer-brand p { max-width: 420px; margin-top: 20px; font-size: .88rem; }
.footer-title { margin-bottom: 20px; color: var(--white); font-family: var(--font); font-size: .72rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li + li { margin-top: 11px; }
.footer-links a { font-size: .84rem; transition: color .2s ease; }
.footer-links a:hover { color: var(--aqua-300); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 58px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.09); font-size: .72rem; }
.floating-wa { position: fixed; right: 20px; bottom: 20px; z-index: 900; display: grid; place-items: center; width: 58px; height: 58px; color: var(--white); background: #25d366; border: 4px solid var(--white); border-radius: 50%; box-shadow: 0 14px 34px rgba(3,29,50,.25); transition: transform .2s ease; }
.floating-wa:hover { transform: translateY(-4px) scale(1.03); }
.floating-wa svg { width: 29px; height: 29px; fill: currentColor; }

/* Pages and posts */
.content-page { min-height: 70vh; padding: calc(var(--header) + 85px) 0 100px; }
.content-header { margin-bottom: 48px; }
.content-header--center { max-width: 850px; margin: 0 auto 60px; text-align: center; }
.content-header--center .eyebrow { justify-content: center; }
.content-header--center > p:last-child { margin-top: 22px; color: var(--muted); }
.post-list { display: grid; gap: 18px; }
.post-card { padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.post-card h2 { font-size: 1.8rem; }
.post-card p { margin-top: 14px; color: var(--muted); }
.prose > * + * { margin-top: 1.25em; }
.prose h2 { margin-top: 1.7em; font-size: 2rem; }
.prose h3 { margin-top: 1.5em; }
.prose ul, .prose ol { padding-left: 1.4em; }
.prose a { color: var(--aqua-700); text-decoration: underline; }
.prose .wp-block-gallery { margin-top: 35px; }
.nav-links { display: flex; justify-content: center; gap: 8px; margin-top: 40px; }
.page-numbers { display: grid; place-items: center; min-width: 40px; height: 40px; padding: 0 10px; border: 1px solid var(--line); border-radius: 99px; }
.page-numbers.current { color: var(--white); background: var(--aqua-700); }

/* Single property */
.property-hero { padding: calc(var(--header) + 70px) 0 80px; background: linear-gradient(145deg, var(--sky-100), var(--sand-50)); }
.property-hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(45px, 7vw, 95px); align-items: center; }
.back-link { display: inline-block; margin-bottom: 35px; color: var(--muted); font-size: .82rem; font-weight: 700; }
.property-quick-facts { display: grid; gap: 10px; margin: 30px 0; }
.property-quick-facts span { display: flex; flex-direction: column; padding: 13px 0; border-bottom: 1px solid var(--line); font-weight: 700; }
.property-quick-facts small { color: var(--muted); font-size: .65rem; font-weight: 700; text-transform: uppercase; }
.property-hero-media { overflow: hidden; border: 10px solid var(--white); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.property-hero-media img, .property-hero-media .property-placeholder { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.property-details-grid { display: grid; grid-template-columns: 1fr 360px; gap: 85px; align-items: start; }
.quote-card { position: sticky; top: 110px; padding: 30px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.quote-card > div { display: flex; flex-direction: column; padding: 16px 0; border-bottom: 1px solid var(--line); }
.quote-card small { color: var(--muted); }
.quote-card strong { margin-top: 4px; color: var(--navy-950); font-family: var(--font-display); font-size: 1.12rem; }
.quote-card > p:not(.property-type) { margin-top: 18px; color: var(--muted); font-size: .76rem; }
.quote-card .button { width: 100%; margin-top: 22px; }

/* Reveal */
[data-reveal] { opacity: 1; transform: none; }
.js [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .65s cubic-bezier(.2,.65,.2,1), transform .65s cubic-bezier(.2,.65,.2,1); }
.js [data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1060px) {
  .primary-nav { gap: 18px; }
  .nav-list { gap: 17px; }
  .nav-list a { font-size: .81rem; }
  .property-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid li:nth-child(2) { border-right: 0; }
  .steps-grid li:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 900px) {
  :root { --header: 72px; }
  .site-header, .site-header.is-scrolled { height: var(--header); }
  .header-brand { width: 145px; }
  .brand img, .custom-logo, .site-header.is-scrolled .brand img, .site-header.is-scrolled .custom-logo { height: 54px; }
  .menu-toggle { display: block; position: relative; z-index: 3; }
  .menu-toggle[aria-expanded="true"] span:not(.sr-only):nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:not(.sr-only):nth-of-type(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:not(.sr-only):nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav { position: fixed; inset: var(--header) 0 auto; display: flex; flex-direction: column; align-items: stretch; gap: 24px; max-height: 0; padding: 0 20px; background: var(--sand-50); border-bottom: 1px solid var(--line); overflow: hidden; opacity: 0; transition: max-height .3s ease, padding .3s ease, opacity .2s ease; }
  .primary-nav.is-open { max-height: calc(100vh - var(--header)); padding-top: 28px; padding-bottom: 32px; opacity: 1; overflow-y: auto; }
  .nav-list { flex-direction: column; align-items: stretch; gap: 0; }
  .nav-list li { border-bottom: 1px solid var(--line); }
  .nav-list a { display: block; padding: 15px 0; font-size: 1rem; }
  .nav-list a::after { display: none; }
  .primary-nav .button { width: 100%; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-visual { justify-self: center; width: min(80vw, 500px); margin-top: 25px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div { min-height: 102px; border-bottom: 1px solid rgba(255,255,255,.11); }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:nth-child(n+3) { border-bottom: 0; }
  .trust-grid > div:first-child, .trust-grid > div:nth-child(3) { padding-left: 0; }
  .promo-card { grid-template-columns: 1fr; gap: 60px; }
  .promo-nights { justify-content: center; padding-left: 0; }
  .section-heading--split { grid-template-columns: 1fr; gap: 22px; }
  .experience-grid, .faq-grid, .property-hero-grid, .property-details-grid { grid-template-columns: 1fr; }
  .faq-intro, .quote-card { position: static; }
  .audience-card { min-height: 400px; }
  .property-details-grid { gap: 50px; }
  .quote-card { max-width: 520px; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 28px, var(--shell)); }
  .section { padding: 72px 0; }
  h1 { font-size: clamp(2.45rem, 13vw, 3.8rem); }
  h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .button { width: 100%; }
  .hero { padding-top: calc(var(--header) + 54px); }
  .hero-actions { flex-direction: column; }
  .hero-checks { gap: 10px 16px; }
  .hero-visual { width: calc(100% - 24px); }
  .hero-float--top { top: 26px; left: -16px; }
  .hero-float--bottom { right: -13px; bottom: 28px; }
  .hero-float { padding: 10px 12px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div { padding: 18px 10px; }
  .trust-grid strong { font-size: .85rem; }
  .trust-grid span { font-size: .64rem; }
  .promo-card { width: calc(100% - 28px); min-height: 0; padding: 42px 24px 55px; border-radius: 24px; }
  .promo-nights { transform: scale(.82); margin: -18px -35px; }
  .night-card { width: 120px; height: 165px; }
  .property-grid, .audience-grid { grid-template-columns: 1fr; }
  .property-amenities { min-height: 0; }
  .audience-card { min-height: 390px; padding: 40px 28px; border-radius: 24px; }
  .steps-grid { grid-template-columns: 1fr; }
  .steps-grid li, .steps-grid li:nth-child(2) { min-height: 0; padding: 28px 10px 34px; border-right: 0; border-bottom: 1px solid var(--line); }
  .steps-grid li:last-child { border-bottom: 0; }
  .steps-grid h3 { margin-top: 24px; }
  .faq-list summary { font-size: 1rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .floating-wa { right: 14px; bottom: 14px; width: 54px; height: 54px; }
  .property-hero { padding-top: calc(var(--header) + 48px); }
  .property-prices { grid-template-columns: 1fr; }
}

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

/* V2: photographic promotion and complete galleries */
.promo-card {
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, .95fr);
  min-height: 620px;
  padding: 0;
}
.promo-card::before { right: auto; left: -260px; top: -260px; }
.promo-card::after { right: 42%; bottom: -150px; }
.promo-copy { max-width: none; padding: clamp(42px, 7vw, 86px); }
.promo-copy h2 { max-width: 610px; }
.promo-price { margin: 20px 0 18px; font-size: clamp(4rem, 8vw, 7.2rem); }
.promo-benefits { display: flex; flex-wrap: wrap; gap: 9px; margin: 26px 0 0; padding: 0; list-style: none; }
.promo-benefits li { padding: 8px 12px; color: var(--white); background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15); border-radius: 999px; font-size: .72rem; font-weight: 800; }
.promo-media { position: relative; z-index: 2; align-self: stretch; min-height: 620px; overflow: hidden; }
.promo-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,29,50,.42), transparent 32%), linear-gradient(0deg, rgba(3,29,50,.74), transparent 50%); }
.promo-media img { width: 100%; height: 100%; object-fit: cover; }
.promo-location { position: absolute; z-index: 2; right: 30px; bottom: 30px; left: 30px; display: flex; flex-direction: column; padding-top: 18px; color: var(--white); border-top: 1px solid rgba(255,255,255,.46); }
.promo-location span { color: var(--gold-400); font-size: .72rem; font-weight: 800; letter-spacing: .18em; }
.promo-location strong { margin-top: 5px; font: 800 clamp(1.25rem, 2.5vw, 2rem)/1.15 var(--font-display); }
.promo-location small { margin-top: 4px; color: rgba(255,255,255,.72); }

.facilities { background: var(--white); overflow: hidden; }
.gallery-rail { display: flex; gap: 18px; width: calc(100vw - max(28px, (100vw - var(--shell)) / 2)); padding: 3px 4px 22px 0; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-color: var(--aqua-600) rgba(16,40,59,.08); scrollbar-width: thin; }
.gallery-rail::-webkit-scrollbar { height: 8px; }
.gallery-rail::-webkit-scrollbar-track { background: rgba(16,40,59,.08); border-radius: 99px; }
.gallery-rail::-webkit-scrollbar-thumb { background: var(--aqua-600); border-radius: 99px; }
.gallery-tile { position: relative; flex: 0 0 clamp(255px, 28vw, 390px); height: clamp(350px, 42vw, 510px); padding: 0; color: var(--white); background: var(--navy-900); border: 0; border-radius: 22px; box-shadow: var(--shadow-soft); cursor: zoom-in; overflow: hidden; scroll-snap-align: start; text-align: left; }
.gallery-tile--wide { flex-basis: clamp(360px, 43vw, 580px); }
.gallery-tile::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(3,29,50,.8)); pointer-events: none; }
.gallery-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-tile:hover img { transform: scale(1.035); }
.gallery-tile > span { position: absolute; z-index: 2; right: 20px; bottom: 20px; left: 20px; font-size: .82rem; font-weight: 800; }
.gallery-tile > small { position: absolute; z-index: 2; top: 16px; right: 16px; padding: 6px 9px; color: var(--navy-950); background: rgba(255,255,255,.9); border-radius: 999px; font-size: .6rem; font-weight: 800; }
.gallery-hint { margin-top: 13px; color: var(--muted); font-size: .76rem; font-weight: 700; }

.property-gallery-section { padding-top: 10px; background: var(--sand-100); }
.property-photo-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 265px; gap: 14px; }
.property-photo { position: relative; min-width: 0; padding: 0; background: var(--navy-900); border: 0; border-radius: 18px; cursor: zoom-in; overflow: hidden; }
.property-photo--featured { grid-column: span 2; grid-row: span 2; }
.property-photo::after { content: ""; position: absolute; inset: 60% 0 0; background: linear-gradient(transparent, rgba(3,29,50,.65)); }
.property-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.property-photo:hover img { transform: scale(1.035); }
.property-photo span { position: absolute; z-index: 2; right: 14px; bottom: 12px; padding: 5px 9px; color: var(--white); background: rgba(3,29,50,.62); border-radius: 999px; font-size: .66rem; font-weight: 800; }
.gallery-cta { margin-top: 36px; text-align: center; }

.vp-lightbox { width: min(94vw, 1380px); max-width: none; height: min(92vh, 980px); max-height: none; padding: 0; color: var(--white); background: rgba(2,21,34,.98); border: 1px solid rgba(255,255,255,.14); border-radius: 22px; box-shadow: 0 30px 100px rgba(0,0,0,.5); overflow: hidden; }
.vp-lightbox::backdrop { background: rgba(2,15,25,.86); backdrop-filter: blur(8px); }
.vp-lightbox-inner { display: grid; grid-template-rows: minmax(0, 1fr) auto; width: 100%; height: 100%; }
.vp-lightbox-media { position: relative; display: grid; place-items: center; min-height: 0; padding: 58px 72px 16px; }
.vp-lightbox img { max-width: 100%; max-height: 100%; object-fit: contain; }
.vp-lightbox-caption { min-height: 62px; padding: 17px 80px 20px; color: rgba(255,255,255,.76); font-size: .84rem; text-align: center; }
.vp-lightbox button { position: absolute; z-index: 2; display: grid; place-items: center; width: 44px; height: 44px; padding: 0; color: var(--white); background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); border-radius: 50%; cursor: pointer; }
.vp-lightbox button:hover { background: rgba(255,255,255,.2); }
.vp-lightbox-close { top: 18px; right: 18px; font-size: 1.4rem; }
.vp-lightbox-prev, .vp-lightbox-next { top: 50%; transform: translateY(-50%); font-size: 1.4rem; }
.vp-lightbox-prev { left: 18px; }
.vp-lightbox-next { right: 18px; }

@media (max-width: 900px) {
  .promo-card { grid-template-columns: 1fr; }
  .promo-media { min-height: 480px; }
  .property-photo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 230px; }
}

@media (max-width: 680px) {
  .promo-card { width: calc(100% - 28px); padding: 0; }
  .promo-copy { padding: 42px 24px; }
  .promo-media { min-height: 400px; }
  .promo-price { font-size: clamp(4.4rem, 25vw, 6.2rem); }
  .gallery-rail { width: calc(100vw - 14px); }
  .gallery-tile { flex-basis: 78vw; height: 420px; }
  .gallery-tile--wide { flex-basis: 86vw; }
  .property-photo-grid { grid-auto-rows: 180px; gap: 9px; }
  .property-photo--featured { grid-column: 1 / -1; grid-row: span 2; }
  .vp-lightbox { width: 100vw; height: 100dvh; border: 0; border-radius: 0; }
  .vp-lightbox-media { padding: 62px 10px 10px; }
  .vp-lightbox-caption { padding: 12px 60px 18px; }
  .vp-lightbox-prev, .vp-lightbox-next { top: auto; bottom: 12px; transform: none; }
}
