:root {
  --pine-950: #081714;
  --pine-900: #0e2420;
  --pine-800: #17342e;
  --pine-700: #24483f;
  --ivory: #f4efe6;
  --paper: #fffdf8;
  --sand: #e9dfcf;
  --sand-dark: #d6c8b3;
  --gold: #bd9257;
  --gold-light: #dfc089;
  --rust: #965b3f;
  --ink: #18312c;
  --muted: #5d6d68;
  --line: rgba(24, 49, 44, .16);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --page: min(88vw, 1440px);
  --shadow: 0 30px 90px rgba(15, 42, 35, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--ivory); color: var(--ink); font: 400 16px/1.7 var(--sans); -webkit-font-smoothing: antialiased; }
body.no-scroll { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
svg { width: 20px; height: 20px; flex: 0 0 auto; }
::selection { color: var(--pine-950); background: var(--gold-light); }

.preview-strip { position: relative; z-index: 110; min-height: 30px; display: flex; align-items: center; justify-content: center; padding: 7px 5vw; color: #d9c08e; background: #071613; text-align: center; text-transform: uppercase; letter-spacing: .18em; font-size: 9px; }
.site-header { position: absolute; z-index: 100; top: 30px; left: 0; right: 0; min-height: 88px; display: grid; grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr); align-items: center; width: var(--page); margin: auto; color: #fff; border-bottom: 1px solid rgba(255, 255, 255, .23); transition: background .35s, box-shadow .35s, min-height .35s, width .35s, padding .35s, top .35s; }
.site-header.is-scrolled { position: fixed; top: 0; width: 100%; min-height: 74px; padding: 0 4.5vw; background: rgba(8, 23, 20, .96); box-shadow: 0 12px 42px rgba(0, 0, 0, .18); backdrop-filter: blur(18px); border-color: rgba(223, 192, 137, .18); }
.brand { display: inline-flex; align-items: center; gap: 13px; width: max-content; }
.brand-mark { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid var(--gold-light); border-radius: 50%; color: var(--gold-light); font: 500 17px/1 var(--serif); letter-spacing: .03em; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.25; }
.brand-copy strong { color: #fff; font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.brand-copy small { margin-top: 5px; color: rgba(239, 244, 240, .67); font-size: 8px; letter-spacing: .1em; }
.desktop-nav { display: flex; align-items: center; gap: clamp(18px, 2vw, 34px); }
.desktop-nav a { position: relative; padding: 34px 0 32px; color: rgba(255, 255, 255, .78); font-size: 10px; font-weight: 500; letter-spacing: .13em; text-transform: uppercase; transition: color .25s; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 24px; height: 1px; background: var(--gold-light); transition: right .3s; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: var(--gold-light); }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { right: 0; }
.header-tools { display: flex; justify-content: flex-end; align-items: center; gap: 12px; }
.language-switch { display: inline-flex; padding: 3px; border: 1px solid rgba(223, 192, 137, .36); background: rgba(4, 19, 16, .22); backdrop-filter: blur(10px); }
.language-switch a { min-width: 29px; padding: 5px 7px; color: rgba(255, 255, 255, .75); text-align: center; font-size: 9px; letter-spacing: .09em; }
.language-switch a:hover { color: var(--gold-light); }
.language-switch a[aria-current="page"] { color: var(--pine-950); background: var(--gold-light); }
.header-book { height: 39px; display: inline-flex; align-items: center; gap: 13px; padding: 0 15px; border: 1px solid rgba(223, 192, 137, .7); color: var(--gold-light); font-size: 9px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; transition: color .25s, background .25s; }
.header-book svg { width: 15px; }
.header-book:hover { color: var(--pine-950); background: var(--gold-light); }
.menu-toggle { display: none; width: 42px; height: 42px; place-items: center; padding: 0; border: 1px solid rgba(255, 255, 255, .35); background: transparent; cursor: pointer; }
.mobile-menu { visibility: hidden; position: fixed; z-index: 200; inset: 0; opacity: 0; color: #fff; background: rgba(8, 23, 20, .98); transform: translateX(100%); transition: opacity .35s, transform .5s cubic-bezier(.77, 0, .18, 1), visibility .5s; }
.mobile-menu.is-open { visibility: visible; opacity: 1; transform: none; }
.mobile-menu-close { position: absolute; top: 26px; right: 6vw; width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); background: transparent; cursor: pointer; }
.mobile-menu-inner { width: min(82vw, 540px); margin: 15vh auto 0; }
.mobile-menu nav { display: grid; margin: 28px 0 35px; border-top: 1px solid rgba(255, 255, 255, .15); }
.mobile-menu nav a { display: flex; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid rgba(255, 255, 255, .15); font: 400 clamp(28px, 8vw, 48px)/1.15 var(--serif); }
.mobile-menu .language-switch { margin: 0 0 28px; }

.eyebrow { display: block; color: var(--rust); text-transform: uppercase; letter-spacing: .25em; font-size: 10px; font-weight: 600; line-height: 1.5; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }
h1 em, h2 em { color: var(--rust); font-weight: 400; }
p { color: var(--muted); }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 0 21px; border: 1px solid transparent; cursor: pointer; text-transform: uppercase; letter-spacing: .14em; font-size: 10px; font-weight: 600; transition: transform .25s, background .25s, color .25s, border-color .25s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 17px; }
.button-gold { color: var(--pine-950); background: var(--gold); }
.button-gold:hover { background: var(--gold-light); }
.button-dark { color: #fff; background: var(--pine-900); }
.button-dark:hover { background: var(--pine-800); }
.button-ghost { color: #fff; border-color: rgba(255, 255, 255, .62); }
.button-ghost:hover { border-color: var(--gold-light); color: var(--gold-light); background: rgba(8, 23, 20, .18); }
.text-link { width: max-content; display: inline-flex; align-items: center; gap: 14px; color: var(--rust); text-transform: uppercase; letter-spacing: .13em; font-size: 10px; font-weight: 600; }
.text-link svg { width: 17px; transition: transform .25s; }
.text-link:hover svg { transform: translateX(5px); }
.section { position: relative; width: var(--page); margin: auto; padding: 126px 0; }
.section-number { position: absolute; top: 46px; right: 0; color: rgba(24, 49, 44, .25); font-size: 10px; letter-spacing: .25em; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .55fr); align-items: end; gap: 8vw; margin-bottom: 48px; }
.section-heading h2 { margin: 15px 0 0; font-size: clamp(52px, 6vw, 88px); line-height: .92; letter-spacing: -.035em; }
.section-heading p { max-width: 460px; margin: 0; font-size: 15px; line-height: 1.9; }
.reveal { opacity: 1; transform: translateY(24px); transition: opacity .8s ease var(--delay, 0ms), transform .8s ease var(--delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: none; }

.home-hero { position: relative; min-height: max(720px, calc(100svh - 30px)); display: flex; align-items: flex-end; padding: 0 6vw clamp(128px, 15vh, 176px); overflow: hidden; color: #fff; background: var(--pine-950); }
.hero-slides, .hero-slide, .hero-grain { position: absolute; inset: 0; }
.hero-slide { opacity: 0; background-size: cover; background-position: center; transform: scale(1.05); transition: opacity 1.2s ease, transform 7.5s ease; }
.hero-slide.is-active { opacity: 1; transform: scale(1); }
.hero-slides::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5, 19, 16, .88) 0%, rgba(5, 19, 16, .54) 46%, rgba(5, 19, 16, .09) 78%), linear-gradient(0deg, rgba(5, 19, 16, .78) 0%, transparent 54%); }
.hero-grain { z-index: 1; pointer-events: none; opacity: .6; background: radial-gradient(circle at 15% 22%, rgba(223, 192, 137, .25), transparent 26%), repeating-linear-gradient(135deg, transparent 0 8px, rgba(255, 255, 255, .017) 8px 9px); }
.hero-copy { position: relative; z-index: 2; width: min(780px, 75vw); }
.home-hero .eyebrow { color: var(--gold-light); }
.home-hero h1 { margin: 19px 0 25px; font-size: clamp(64px, 8.2vw, 126px); line-height: .82; letter-spacing: -.045em; text-wrap: balance; }
.home-hero h1 em { color: #e5c892; }
.home-hero p { max-width: 620px; margin-bottom: 31px; color: rgba(242, 247, 243, .82); font-size: 17px; line-height: 1.78; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-vertical { position: absolute; z-index: 2; right: 6vw; bottom: 150px; display: flex; align-items: center; gap: 17px; writing-mode: vertical-rl; transform: rotate(180deg); color: rgba(255, 255, 255, .7); text-transform: uppercase; letter-spacing: .18em; font-size: 9px; }
.hero-vertical i { width: 1px; height: 60px; background: var(--gold); }
.hero-pager { position: absolute; z-index: 3; right: 6vw; bottom: 62px; display: flex; gap: 8px; }
.hero-pager button { width: 35px; height: 4px; padding: 0; border: 0; cursor: pointer; background: rgba(255, 255, 255, .35); transition: width .3s, background .3s; }
.hero-pager button.is-active { width: 58px; background: var(--gold-light); }
.scroll-cue { position: absolute; z-index: 3; left: 50%; bottom: 30px; display: flex; flex-direction: column; align-items: center; gap: 9px; transform: translateX(-50%); color: rgba(255, 255, 255, .55); text-transform: uppercase; letter-spacing: .2em; font-size: 8px; }
.scroll-cue i { width: 1px; height: 28px; background: linear-gradient(var(--gold-light), transparent); }

.booking-panel { position: relative; z-index: 6; width: var(--page); margin: -60px auto 0; padding: 28px 30px 20px; display: grid; grid-template-columns: minmax(240px, 1.4fr) repeat(2, minmax(135px, 1fr)) repeat(2, minmax(100px, .75fr)) minmax(160px, 1fr); gap: 16px; align-items: end; background: var(--paper); border-top: 1px solid rgba(189, 146, 87, .5); box-shadow: var(--shadow); overflow: hidden; }
.booking-panel::after { content: ""; position: absolute; z-index: -1; top: -155px; right: -80px; width: 260px; height: 260px; border: 1px solid rgba(189, 146, 87, .14); border-radius: 50%; box-shadow: 0 0 0 20px rgba(189, 146, 87, .035), 0 0 0 41px rgba(189, 146, 87, .018); }
.booking-intro strong { display: block; margin: 7px 0 4px; font: 400 28px/1.05 var(--serif); }
.booking-intro p { margin: 0; font-size: 11px; line-height: 1.5; }
.booking-field { min-width: 0; }
.booking-field > span:first-child { display: block; margin-bottom: 6px; color: var(--rust); text-transform: uppercase; letter-spacing: .14em; font-size: 9px; font-weight: 600; }
.input-shell { display: flex; align-items: center; gap: 8px; border-bottom: 1px solid var(--line); }
.input-shell:focus-within { border-bottom-color: var(--gold); box-shadow: 0 2px 0 rgba(189,146,87,.22); }
.input-shell svg { width: 15px; color: var(--gold); }
.input-shell input, .input-shell select { min-width: 0; width: 100%; height: 42px; padding: 0; border: 0; outline: 0; color: var(--ink); background: transparent; font: 500 13px var(--sans); }
.input-shell input:focus, .input-shell select:focus { color: var(--rust); }
.booking-submit { min-height: 52px; display: flex; align-items: center; justify-content: center; gap: 12px; padding: 0 12px; border: 0; color: #fff; background: var(--pine-900); cursor: pointer; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; font-weight: 600; transition: background .25s; }
.booking-submit:hover { background: var(--pine-700); }
.booking-submit:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.booking-submit svg { width: 16px; }
.child-ages { grid-column: 2 / -1; display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 12px; padding-top: 2px; }
.child-ages[hidden] { display: none; }
.child-age-field > span:first-child { display: block; margin-bottom: 5px; color: var(--muted); font-size: 10px; }
.child-age-field .input-shell { padding: 0 9px; border: 1px solid var(--line); background: rgba(255,255,255,.45); }
.child-age-field select { height: 38px; }
.booking-note { grid-column: 2 / -1; min-height: 19px; display: flex; align-items: center; justify-content: flex-end; gap: 7px; color: #5d6d68; font-size: 10px; }
.booking-note svg { width: 14px; color: var(--gold); }
.booking-note.is-error { color: #a3503e; }
.booking-note.is-success { color: #42765f; }
.booking-panel-compact { margin-top: -49px; }

.story { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 9vw; }
.story-copy h2 { margin: 16px 0 28px; font-size: clamp(52px, 5.5vw, 82px); line-height: .94; letter-spacing: -.035em; }
.story-copy p { max-width: 575px; margin-bottom: 19px; line-height: 1.95; }
.story-copy .text-link { margin-top: 14px; }
.story-visual { position: relative; min-height: 580px; }
.story-visual figure { margin: 0; overflow: hidden; }
.story-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s; }
.story-visual:hover img { transform: scale(1.025); }
.story-main { position: absolute; top: 0; right: 0; width: 78%; height: 88%; }
.story-detail { position: absolute; left: 0; bottom: 0; width: 43%; height: 46%; border: 12px solid var(--ivory); }
.story-visual > span { position: absolute; right: 18px; bottom: 29px; color: #fff; text-transform: uppercase; letter-spacing: .2em; font-size: 9px; }

.facts-section { display: grid; grid-template-columns: minmax(240px, 1.25fr) repeat(4, 1fr); gap: 28px; padding: 68px 6vw; color: #fff; background: var(--pine-900); }
.facts-intro h2 { margin: 8px 0 5px; font-size: 40px; }
.facts-intro p { margin: 0; color: rgba(235, 242, 237, .66); font-size: 12px; }
.facts-section .eyebrow { color: var(--gold-light); }
.fact { display: flex; flex-direction: column; justify-content: center; padding-left: 25px; border-left: 1px solid rgba(255, 255, 255, .18); }
.fact strong { color: var(--gold-light); font: 400 clamp(38px, 4vw, 56px)/1 var(--serif); }
.fact span { max-width: 135px; margin-top: 8px; color: rgba(235, 242, 237, .7); text-transform: uppercase; letter-spacing: .1em; font-size: 9px; line-height: 1.55; }

.residence-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.residence-card { grid-column: span 4; background: var(--paper); transition: box-shadow .3s, transform .3s; }
.residence-card:nth-child(4), .residence-card:nth-child(5) { grid-column: span 6; }
.residence-card:hover { transform: translateY(-7px); box-shadow: 0 28px 60px rgba(14, 45, 37, .13); }
.residence-image { position: relative; height: 310px; display: block; overflow: hidden; }
.residence-card:nth-child(4) .residence-image, .residence-card:nth-child(5) .residence-image { height: 380px; }
.residence-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8, 23, 20, .42), transparent 45%); }
.residence-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.residence-card:hover .residence-image img { transform: scale(1.045); }
.image-index { position: absolute; z-index: 1; right: 15px; bottom: 12px; color: #fff; letter-spacing: .12em; font-size: 9px; }
.residence-content { padding: 25px 25px 28px; }
.residence-content h3 { margin: 8px 0 12px; font-size: 38px; line-height: 1; }
.residence-content p { min-height: 50px; margin-bottom: 16px; font-size: 13px; line-height: 1.7; }
.residence-meta { display: flex; flex-wrap: wrap; gap: 13px; padding: 13px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); font-size: 10px; }
.residence-meta span { display: inline-flex; align-items: center; gap: 5px; }
.residence-meta svg { width: 13px; color: var(--gold); }
.residence-content .text-link { margin-top: 19px; }

.experience-section { display: grid; grid-template-columns: 1.08fr .92fr; align-items: stretch; background: var(--sand); }
.experience-image { position: relative; min-height: 680px; overflow: hidden; }
.experience-image img { width: 100%; height: 100%; object-fit: cover; }
.experience-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8, 23, 20, .5), transparent 40%); }
.experience-image span { position: absolute; z-index: 1; left: 32px; bottom: 27px; color: #fff; text-transform: uppercase; letter-spacing: .2em; font-size: 9px; }
.experience-copy { display: flex; flex-direction: column; justify-content: center; padding: 8vw 7vw; }
.experience-copy h2 { margin: 16px 0 24px; font-size: clamp(50px, 5.4vw, 80px); line-height: .92; letter-spacing: -.035em; }
.experience-copy > p { max-width: 560px; line-height: 1.9; }
.amenity-list { margin: 27px 0 33px; padding: 0; list-style: none; border-top: 1px solid rgba(24, 49, 44, .17); }
.amenity-list li { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid rgba(24, 49, 44, .17); color: #53665f; font-size: 13px; }
.amenity-list b { color: var(--rust); font: 400 16px var(--serif); }
.experience-copy .button { align-self: flex-start; }

.direct-section { display: grid; grid-template-columns: 1.1fr .9fr; gap: 10vw; align-items: center; padding: 125px max(6vw, calc((100vw - 1440px) / 2)); color: #fff; background: var(--pine-950); }
.direct-section .eyebrow { color: var(--gold-light); }
.direct-copy h2 { margin: 15px 0 23px; font-size: clamp(53px, 6vw, 88px); line-height: .93; }
.direct-copy p { max-width: 630px; color: rgba(235, 242, 237, .72); line-height: 1.9; }
.payment-card { position: relative; padding: 43px; border: 1px solid rgba(223, 192, 137, .28); background: linear-gradient(145deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .015)); overflow: hidden; }
.payment-card::after { content: ""; position: absolute; top: -100px; right: -90px; width: 230px; height: 230px; border: 1px solid rgba(223, 192, 137, .16); border-radius: 50%; box-shadow: 0 0 0 20px rgba(223,192,137,.03), 0 0 0 42px rgba(223,192,137,.018); }
.payment-icon { width: 51px; height: 51px; display: grid; place-items: center; margin-bottom: 30px; border: 1px solid var(--gold); color: var(--gold-light); }
.payment-card h3 { margin: 8px 0 16px; font-size: 38px; }
.payment-card p { color: rgba(235, 242, 237, .65); font-size: 13px; line-height: 1.8; }
.payment-card ul { margin: 24px 0; padding: 0; list-style: none; }
.payment-card li { display: flex; gap: 10px; align-items: center; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.11); color: rgba(255,255,255,.82); font-size: 12px; }
.payment-card li svg { width: 15px; color: var(--gold-light); }
.payment-card small { color: var(--gold-light); text-transform: uppercase; letter-spacing: .18em; font-size: 8px; }

.reviews-section { display: grid; grid-template-columns: 1.05fr .95fr; gap: 8vw; align-items: center; background: var(--paper); width: 100%; padding-left: max(6vw, calc((100vw - 1440px) / 2)); padding-right: max(6vw, calc((100vw - 1440px) / 2)); }
.reviews-score h2 { margin: 15px 0 34px; font-size: clamp(50px, 5.6vw, 82px); line-height: .94; }
.ratings-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.rating-card { padding: 18px 16px; border: 1px solid var(--line); background: rgba(244,239,230,.42); }
.rating-card > span { display: block; color: var(--muted); text-transform: uppercase; letter-spacing: .12em; font-size: 9px; }
.rating-card strong { display: block; margin: 6px 0 4px; font: 400 36px/1 var(--serif); }
.rating-card strong small { font-size: 16px; }
.rating-stars { color: var(--gold); letter-spacing: 2px; font-size: 10px; }
.ratings-note { margin: 12px 0 0; font-size: 9px; }
.review-quote { position: relative; padding: 70px 0 55px 60px; border-left: 1px solid var(--line); }
.quote-mark { position: absolute; top: -8px; left: 33px; color: var(--sand); font: 170px/1 var(--serif); }
.review-quote blockquote { position: relative; margin: 0 0 25px; font: 400 clamp(27px, 3vw, 44px)/1.25 var(--serif); }
.review-quote cite { color: var(--rust); text-transform: uppercase; letter-spacing: .16em; font-size: 9px; font-style: normal; }

.host-section { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 9vw; padding: 126px max(6vw, calc((100vw - 1440px) / 2)); }
.host-image { min-height: 590px; overflow: hidden; }
.host-image img { width: 100%; height: 100%; object-fit: cover; }
.host-copy h2 { margin: 15px 0 25px; font-size: clamp(50px, 5.4vw, 79px); line-height: .93; }
.host-copy > p { max-width: 570px; line-height: 1.9; }
.host-copy blockquote { max-width: 580px; margin: 30px 0 34px; padding-left: 22px; border-left: 2px solid var(--gold); color: #53665f; font: italic 400 22px/1.55 var(--serif); }

.gallery-section { background: var(--sand); width: 100%; padding-left: max(6vw, calc((100vw - 1440px) / 2)); padding-right: max(6vw, calc((100vw - 1440px) / 2)); }
.gallery-section .section-number { right: max(6vw, calc((100vw - 1440px) / 2)); }
.gallery-section .section-heading > div:last-child .text-link { margin-top: 10px; }
.gallery-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; grid-template-rows: 255px 255px; gap: 12px; }
.gallery-item { position: relative; display: block; min-width: 0; padding: 0; border: 0; overflow: hidden; background: #d1c7b6; cursor: zoom-in; }
.gallery-item:first-child { grid-row: span 2; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8, 23, 20, .46), transparent 45%); opacity: .65; transition: opacity .3s; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.gallery-item:hover img { transform: scale(1.045); }
.gallery-item:hover::after { opacity: 1; }
.gallery-item span { position: absolute; z-index: 1; right: 15px; bottom: 11px; color: #fff; letter-spacing: .14em; font-size: 9px; }
.gallery-grid-full { grid-template-columns: repeat(12, 1fr); grid-auto-rows: 255px; }
.gallery-grid-full .gallery-item { grid-column: span 4; grid-row: span 1; }
.gallery-grid-full .gallery-item:nth-child(1), .gallery-grid-full .gallery-item:nth-child(7) { grid-column: span 8; grid-row: span 2; }
.gallery-grid-full .gallery-item:nth-child(2), .gallery-grid-full .gallery-item:nth-child(8) { grid-column: span 4; grid-row: span 2; }
.gallery-grid-full .gallery-item:nth-child(6), .gallery-grid-full .gallery-item:nth-child(12) { grid-column: span 8; }

.lightbox { visibility: hidden; position: fixed; z-index: 300; inset: 0; display: flex; align-items: center; justify-content: center; padding: 32px 9vw; opacity: 0; background: rgba(4, 15, 13, .97); transition: opacity .3s, visibility .3s; }
.lightbox.is-open { visibility: visible; opacity: 1; }
.lightbox img { max-width: 100%; max-height: 86vh; object-fit: contain; box-shadow: 0 20px 80px rgba(0,0,0,.38); }
.lightbox > button { position: absolute; z-index: 1; display: grid; place-items: center; border: 0; color: #fff; background: transparent; cursor: pointer; }
.lightbox [data-lightbox-close] { top: 20px; right: 26px; width: 45px; height: 45px; border: 1px solid rgba(255,255,255,.3); }
.lightbox-prev, .lightbox-next { top: 50%; width: 55px; height: 70px; font: 40px var(--serif); transform: translateY(-50%); }
.lightbox-prev { left: 2.5vw; }
.lightbox-next { right: 2.5vw; }
.lightbox [data-lightbox-count] { position: absolute; bottom: 17px; color: rgba(255,255,255,.65); letter-spacing: .18em; font-size: 9px; }

.coast-section { display: grid; grid-template-columns: .78fr 1.22fr; gap: 5vw; padding: 96px max(6vw, calc((100vw - 1440px) / 2)); color: #fff; background: var(--pine-950); overflow: hidden; }
.coast-copy { min-width: 0; align-self: center; }
.coast-copy .eyebrow { color: var(--gold-light); }
.coast-copy h2 { max-width: 480px; margin: 14px 0 23px; font-size: clamp(48px, 4.8vw, 72px); line-height: .92; letter-spacing: -.035em; }
.coast-copy h2 em { color: #e3c28a; }
.coast-copy > p { max-width: 500px; color: rgba(235,242,237,.72); font-size: 15px; line-height: 1.8; }
.coast-distance { display: flex; align-items: center; gap: 18px; margin-top: 32px; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.16); }
.coast-distance strong { color: var(--gold-light); font: 400 clamp(36px,3.5vw,52px)/1 var(--serif); }
.coast-distance span { max-width: 130px; color: rgba(235,242,237,.58); text-transform: uppercase; letter-spacing: .15em; font-size: 10px; line-height: 1.55; }
.coast-media { min-width: 0; height: 500px; display: grid; grid-template-columns: 1.4fr .6fr; grid-template-rows: 1fr 1fr; gap: 12px; }
.coast-video { position: relative; grid-row: 1 / -1; min-height: 0; overflow: hidden; background: #17322c; }
.coast-video::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(0deg,rgba(5,19,16,.7),transparent 43%), linear-gradient(90deg,rgba(5,19,16,.2),transparent 50%); }
.coast-video video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; cursor: pointer; }
.coast-caption { position: absolute; z-index: 1; left: 25px; right: 90px; bottom: 24px; color: rgba(255,255,255,.82); text-transform: uppercase; letter-spacing: .16em; font-size: 9px; line-height: 1.6; }
.coast-video-toggle { position: absolute; z-index: 2; right: 20px; bottom: 18px; width: 52px; height: 52px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; color: #fff; background: rgba(5,19,16,.55); backdrop-filter: blur(9px); cursor: pointer; }
.coast-video-toggle span { font-size: 13px; transform: translateX(1px); }
.coast-video-toggle b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.coast-video-toggle:hover { color: var(--pine-950); background: var(--gold-light); border-color: var(--gold-light); }
.coast-photo { position: relative; min-width: 0; min-height: 0; height: auto; margin: 0; overflow: hidden; }
.coast-photo picture, .coast-photo img { width: 100%; height: 100%; display: block; }
.coast-photo img { object-fit: cover; transition: transform .8s; }
.coast-photo:hover img { transform: scale(1.035); }
.coast-photo figcaption { position: absolute; right: 15px; bottom: 14px; padding: 7px 9px; color: #fff; background: rgba(5,19,16,.5); text-transform: uppercase; letter-spacing: .16em; font-size: 8px; }

.location-teaser { background: var(--paper); }
.location-image { min-height: 570px; display: flex; align-items: center; padding: 90px max(6vw, calc((100vw - 1440px) / 2)); color: #fff; background-size: cover; background-position: center; }
.location-image > div { max-width: 670px; }
.location-image .eyebrow { color: var(--gold-light); }
.location-image h2 { margin: 15px 0 23px; font-size: clamp(54px, 6.2vw, 91px); line-height: .92; }
.location-image h2 em { color: #e3c28a; }
.location-image p { max-width: 590px; color: rgba(239, 245, 240, .75); line-height: 1.9; }
.location-facts { width: var(--page); display: grid; grid-template-columns: repeat(3, 1fr); margin: -35px auto 0; box-shadow: var(--shadow); }
.location-facts span { min-height: 72px; display: flex; align-items: center; justify-content: center; gap: 13px; padding: 15px; background: var(--paper); border-right: 1px solid var(--line); color: var(--muted); text-align: center; font-size: 11px; }
.location-facts span:last-child { border: 0; }
.location-facts svg { width: 17px; color: var(--gold); }

.faq-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 9vw; }
.faq-section h2 { margin: 15px 0; font-size: clamp(55px, 6vw, 83px); line-height: .95; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; cursor: pointer; list-style: none; font: 400 23px/1.3 var(--serif); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--rust); font: 300 28px/1 var(--sans); transition: transform .25s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 700px; margin: -5px 0 24px; padding-right: 35px; font-size: 13px; line-height: 1.8; }

.final-cta { position: relative; min-height: 530px; display: flex; align-items: center; margin: 0 6vw 120px; padding: 80px 8vw; overflow: hidden; color: #fff; }
.final-cta-bg { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform 1.5s; }
.final-cta:hover .final-cta-bg { transform: scale(1.02); }
.final-cta > div:last-child { position: relative; z-index: 1; max-width: 760px; }
.final-cta .eyebrow { color: var(--gold-light); }
.final-cta h2 { margin: 15px 0 24px; font-size: clamp(55px, 6.5vw, 94px); line-height: .9; }
.final-cta h2 em { color: #e4c38b; }
.final-cta p { max-width: 610px; color: rgba(239,245,240,.73); }
.final-cta.compact { min-height: 420px; margin-top: 20px; }

.contact-bar { display: flex; align-items: center; justify-content: space-between; gap: 30px; width: var(--page); margin: 0 auto 100px; padding: 37px 43px; color: #fff; background: var(--pine-800); }
.contact-bar .eyebrow { color: var(--gold-light); }
.contact-bar h2 { margin: 5px 0 0; font-size: clamp(30px, 3vw, 44px); }
.contact-bar-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; }
.contact-bar-actions a { min-height: 43px; display: inline-flex; align-items: center; gap: 8px; padding: 0 14px; border: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.82); font-size: 10px; }
.contact-bar-actions a:hover { color: var(--gold-light); border-color: var(--gold); }
.contact-bar-actions svg { width: 15px; }

.site-footer { display: grid; grid-template-columns: 1.4fr .7fr 1fr 1.1fr; gap: 5vw; padding: 65px 6vw 52px; color: rgba(232, 240, 234, .67); background: var(--pine-950); font-size: 11px; }
.footer-brand { display: flex; align-items: flex-start; gap: 14px; }
.footer-brand strong { color: #fff; text-transform: uppercase; letter-spacing: .17em; font-size: 11px; }
.footer-brand p { margin-top: 4px; color: inherit; font-size: 9px; }
.site-footer > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.footer-label { margin-bottom: 8px; color: var(--gold-light); text-transform: uppercase; letter-spacing: .19em; font-size: 9px; }
.site-footer a:hover { color: var(--gold-light); }
.site-footer p { margin: 0; color: inherit; }
.footer-note { justify-content: flex-end; }
.footer-note > span { color: var(--gold-light); text-transform: uppercase; letter-spacing: .17em; font-size: 9px; }
.footer-note small { color: rgba(232,240,234,.4); }
.floating-whatsapp { position: fixed; z-index: 80; right: 22px; bottom: 21px; min-height: 48px; display: flex; align-items: center; gap: 9px; padding: 0 16px; border-radius: 28px; color: #fff; background: #168c63; box-shadow: 0 12px 32px rgba(0,0,0,.25); font-size: 11px; }
.floating-whatsapp svg { width: 18px; }
.mobile-book { display: none; }

/* Inner pages */
.inner-page .site-header:not(.is-scrolled) { background: rgba(8,23,20,.12); }
.inner-hero { position: relative; min-height: 690px; display: flex; align-items: flex-end; padding: 0 6vw 100px; color: #fff; background: var(--pine-950) var(--hero) center/cover no-repeat; }
.inner-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6, 21, 18, .87), rgba(6, 21, 18, .3) 68%, rgba(6,21,18,.12)), linear-gradient(0deg, rgba(6,21,18,.68), transparent 60%); }
.inner-hero > div { position: relative; z-index: 1; max-width: 850px; }
.inner-hero .eyebrow { color: var(--gold-light); }
.inner-hero h1 { margin: 15px 0 22px; font-size: clamp(64px, 8vw, 118px); line-height: .83; letter-spacing: -.045em; }
.inner-hero h1 em { color: #e4c38c; }
.inner-hero p { max-width: 630px; margin: 0; color: rgba(239, 245, 240, .77); font-size: 17px; }
.residences-index { padding-top: 145px; }
.included-band { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; padding: 105px max(6vw, calc((100vw - 1440px) / 2)); background: var(--sand); }
.included-band h2 { margin: 15px 0; font-size: clamp(50px, 5vw, 76px); line-height: .94; }
.included-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.included-grid span { display: flex; gap: 14px; padding: 17px 10px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.included-grid b { color: var(--rust); font: 400 16px var(--serif); }

.residence-hero { position: relative; min-height: 780px; display: flex; align-items: flex-end; padding: 0 6vw 100px; color: #fff; background: var(--pine-950) var(--hero) center/cover no-repeat; }
.residence-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,19,16,.9) 0%, rgba(5,19,16,.42) 48%, rgba(5,19,16,.08) 82%), linear-gradient(0deg, rgba(5,19,16,.78), transparent 55%); }
.residence-hero-copy { position: relative; z-index: 1; max-width: 840px; }
.breadcrumb { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 45px; color: rgba(255,255,255,.64); text-transform: uppercase; letter-spacing: .14em; font-size: 9px; }
.breadcrumb svg { width: 15px; transform: rotate(180deg); }
.residence-hero .eyebrow { color: var(--gold-light); }
.residence-hero h1 { margin: 7px 0 11px; font-size: clamp(88px, 12vw, 168px); line-height: .78; letter-spacing: -.05em; }
.residence-hero p { max-width: 630px; color: rgba(239,245,240,.8); font: 400 clamp(21px,2.3vw,31px)/1.35 var(--serif); }
.residence-hero-meta { display: flex; gap: 8px; margin-top: 28px; }
.residence-hero-meta span { padding: 9px 13px; border: 1px solid rgba(255,255,255,.27); text-transform: uppercase; letter-spacing: .1em; font-size: 9px; }
.residence-overview { display: grid; grid-template-columns: 1.1fr .9fr; gap: 10vw; align-items: start; }
.overview-title h2 { max-width: 760px; margin: 17px 0 0; font-size: clamp(50px, 5.6vw, 82px); line-height: .98; }
.overview-copy { padding-top: 40px; }
.overview-copy p { font-size: 17px; line-height: 1.95; }
.overview-copy .text-link { margin-top: 16px; }
.residence-facts { padding: 74px max(6vw, calc((100vw - 1440px) / 2)); color: #fff; background: var(--pine-900); }
.residence-facts .eyebrow { color: var(--gold-light); }
.residence-facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 30px; }
.residence-facts-grid > div { display: grid; grid-template-columns: 36px 1fr; grid-template-rows: auto auto; align-items: center; padding: 5px 28px; border-left: 1px solid rgba(255,255,255,.16); }
.residence-facts-grid > div:first-child { border-left: 0; padding-left: 0; }
.residence-facts-grid svg { grid-row: span 2; color: var(--gold-light); }
.residence-facts-grid strong { color: var(--gold-light); font: 400 45px/1 var(--serif); }
.residence-facts-grid span { color: rgba(235,242,237,.65); text-transform: uppercase; letter-spacing: .1em; font-size: 9px; }
.residence-facts > p { margin: 30px 0 0; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(235,242,237,.65); font-size: 12px; }
.residence-facts > p b { color: #fff; font-weight: 500; }
.detail-gallery .section-heading h2 { font-size: clamp(47px, 5vw, 72px); }
.apartment-included { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; padding: 105px max(6vw, calc((100vw - 1440px) / 2)); background: var(--sand); }
.apartment-included h2 { margin: 15px 0; font-size: clamp(49px, 5vw, 76px); line-height: .94; }
.apartment-included ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0 25px; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.apartment-included li { display: flex; align-items: center; gap: 10px; padding: 14px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.apartment-included li svg { width: 15px; color: var(--gold); }
.next-residence { position: relative; min-height: 450px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; background: var(--pine-950) var(--hero) center/cover no-repeat; overflow: hidden; }
.next-residence::after { content: ""; position: absolute; inset: 0; background: rgba(8, 23, 20, .65); transition: background .3s; }
.next-residence:hover::after { background: rgba(8, 23, 20, .5); }
.next-residence span, .next-residence strong, .next-residence svg { position: relative; z-index: 1; }
.next-residence span { color: var(--gold-light); text-transform: uppercase; letter-spacing: .2em; font-size: 9px; }
.next-residence strong { font: 400 clamp(76px, 10vw, 140px)/1 var(--serif); }
.next-residence svg { color: var(--gold-light); }

.gallery-page-grid { width: 100%; padding-left: max(6vw, calc((100vw - 1440px) / 2)); padding-right: max(6vw, calc((100vw - 1440px) / 2)); }
.gallery-page .booking-panel { margin-top: 0; margin-bottom: 110px; }

.location-page { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; align-items: center; }
.location-copy h2 { max-width: 520px; margin: 14px 0 25px; font-size: clamp(48px, 5vw, 76px); line-height: .96; }
.location-copy > p { max-width: 570px; line-height: 1.9; }
.location-details { display: grid; margin: 25px 0 33px; border-top: 1px solid var(--line); }
.location-details span { display: flex; align-items: center; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.location-details svg { width: 17px; color: var(--gold); }
.map-placeholder { min-height: 560px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(rgba(8,23,20,.72),rgba(8,23,20,.72)), url('https://liberty-living.hr/wp-content/uploads/2021/08/liberty-banner-glavni.jpg') center/cover; }
.map-placeholder > div { display: flex; flex-direction: column; align-items: center; color: #fff; text-align: center; }
.map-placeholder .brand-mark { margin-bottom: 18px; }
.map-placeholder h3 { margin: 0 0 3px; font-size: 43px; }
.map-placeholder p { color: rgba(255,255,255,.66); }
.map-placeholder iframe { width: 100%; height: 560px; border: 0; }
.direct-contact { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; align-items: end; }
.direct-contact h2 { margin: 14px 0 0; font-size: clamp(48px, 5vw, 76px); line-height: .95; }
.direct-contact-grid { display: grid; gap: 9px; }
.direct-contact-grid a { display: flex; align-items: center; gap: 18px; padding: 18px 20px; border: 1px solid var(--line); background: rgba(255,255,255,.5); transition: border-color .25s, transform .25s; }
.direct-contact-grid a:hover { transform: translateX(5px); border-color: var(--gold); }
.direct-contact-grid svg { color: var(--gold); }
.direct-contact-grid span { display: flex; flex-direction: column; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .13em; }
.direct-contact-grid strong { color: var(--ink); font: 400 17px var(--serif); text-transform: none; letter-spacing: 0; }
.location-page-body > main > .booking-panel { margin-top: 0; margin-bottom: 105px; }

.error-page { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px; padding: 6vw; color: #fff; background: var(--pine-950); text-align: center; }
.error-page h1 { max-width: 750px; margin: 0; font-size: clamp(55px,8vw,110px); line-height: .9; }

@media (max-width: 1200px) {
  :root { --page: min(91vw, 1160px); }
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .menu-toggle { display: grid; }
  .header-book { display: none; }
  .booking-panel { grid-template-columns: 1.3fr repeat(2, 1fr); }
  .booking-intro { grid-column: span 1; grid-row: span 2; }
  .booking-note { grid-column: 2 / -1; }
  .child-ages { grid-column: 2 / -1; }
  .story { gap: 6vw; }
  .residence-card { grid-column: span 6; }
  .residence-card:nth-child(5) { grid-column: 4 / span 6; }
  .residence-card:nth-child(4) .residence-image, .residence-card:nth-child(5) .residence-image { height: 310px; }
  .experience-copy { padding: 7vw 5vw; }
  .direct-section { gap: 6vw; }
  .site-footer { grid-template-columns: 1.2fr .7fr 1fr; }
  .footer-note { grid-column: 1 / -1; margin-top: 20px; }
}

@media (max-width: 880px) {
  :root { --page: 90vw; }
  .site-header { min-height: 78px; }
  .site-header.is-scrolled { min-height: 68px; padding: 0 5vw; }
  .brand-copy small { display: none; }
  .header-tools > .language-switch { display: none; }
  .home-hero { min-height: 720px; padding-left: 5vw; padding-right: 5vw; padding-bottom: 105px; }
  .hero-copy { width: 88vw; }
  .home-hero h1 { font-size: clamp(62px, 13.5vw, 105px); }
  .hero-vertical { display: none; }
  .hero-pager { right: 5vw; bottom: 45px; }
  .scroll-cue { display: none; }
  .booking-panel { margin-top: -33px; grid-template-columns: 1fr 1fr; padding: 25px; }
  .booking-intro { grid-column: 1 / -1; grid-row: auto; }
  .booking-note { grid-column: 1 / -1; justify-content: flex-start; }
  .child-ages { grid-column: 1 / -1; }
  .section { padding-top: 92px; padding-bottom: 92px; }
  .section-number { top: 29px; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .story { grid-template-columns: 1fr; gap: 50px; }
  .story-visual { min-height: 510px; }
  .facts-section { grid-template-columns: 1fr 1fr; padding: 55px 5vw; }
  .facts-intro { grid-column: 1 / -1; }
  .residence-card, .residence-card:nth-child(4), .residence-card:nth-child(5) { grid-column: span 6; }
  .experience-section { grid-template-columns: 1fr; }
  .experience-image { min-height: 500px; }
  .experience-copy { padding: 80px 5vw; }
  .direct-section, .reviews-section, .host-section { grid-template-columns: 1fr; gap: 55px; padding: 90px 5vw; }
  .coast-section { grid-template-columns: 1fr; gap: 42px; padding: 78px 5vw; }
  .coast-copy > p { max-width: 660px; }
  .coast-media { height: 450px; grid-template-columns: 1.35fr .65fr; }
  .coast-video { min-height: 0; }
  .coast-photo { height: auto; }
  .payment-card { padding: 35px; }
  .review-quote { padding-left: 35px; border-left: 0; border-top: 1px solid var(--line); }
  .quote-mark { left: 5px; }
  .host-image { min-height: 490px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 300px 230px 230px; }
  .gallery-item:first-child { grid-column: span 2; grid-row: span 1; }
  .gallery-grid-full { grid-template-columns: 1fr 1fr; grid-auto-rows: 270px; }
  .gallery-grid-full .gallery-item, .gallery-grid-full .gallery-item:nth-child(1), .gallery-grid-full .gallery-item:nth-child(2), .gallery-grid-full .gallery-item:nth-child(6), .gallery-grid-full .gallery-item:nth-child(7), .gallery-grid-full .gallery-item:nth-child(8), .gallery-grid-full .gallery-item:nth-child(12) { grid-column: auto; grid-row: auto; }
  .gallery-grid-full .gallery-item:nth-child(1), .gallery-grid-full .gallery-item:nth-child(7) { grid-column: span 2; }
  .location-image { min-height: 510px; padding: 75px 5vw; }
  .location-facts { grid-template-columns: 1fr; margin-top: 0; width: 100%; }
  .location-facts span { border-right: 0; border-bottom: 1px solid var(--line); }
  .faq-section { grid-template-columns: 1fr; gap: 35px; }
  .final-cta { margin: 0 5vw 80px; }
  .contact-bar { align-items: flex-start; flex-direction: column; padding: 32px; }
  .contact-bar-actions { justify-content: flex-start; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-note { grid-column: auto; margin: 0; }
  .inner-hero { min-height: 620px; padding: 0 5vw 76px; }
  .included-band, .apartment-included, .location-page, .direct-contact, .residence-overview { grid-template-columns: 1fr; gap: 50px; padding-left: 5vw; padding-right: 5vw; }
  .residence-hero { min-height: 680px; padding: 0 5vw 77px; }
  .residence-facts { padding: 65px 5vw; }
  .residence-facts-grid { grid-template-columns: 1fr 1fr; gap: 27px 0; }
  .residence-facts-grid > div:nth-child(3) { border-left: 0; padding-left: 0; }
  .overview-copy { padding-top: 0; }
}

@media (max-width: 590px) {
  body { font-size: 16px; }
  .preview-strip { min-height: 33px; padding-left: 9vw; padding-right: 9vw; font-size: 7px; line-height: 1.4; }
  .site-header { top: 33px; width: 90vw; }
  .brand-mark { width: 39px; height: 39px; }
  .brand-copy strong { font-size: 9px; }
  .home-hero { min-height: 680px; padding-bottom: 77px; }
  .home-hero h1 { margin-top: 16px; font-size: clamp(55px, 17vw, 82px); line-height: .84; }
  .home-hero p { font-size: 15px; line-height: 1.68; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-pager { display: none; }
  .booking-panel, .booking-panel-compact { width: 92vw; margin-top: -24px; grid-template-columns: 1fr; padding: 24px 21px 18px; }
  .booking-intro, .booking-note, .child-ages { grid-column: 1; }
  .booking-intro strong { font-size: 27px; }
  .booking-note { line-height: 1.4; }
  .section { padding-top: 78px; padding-bottom: 78px; }
  .section-number { display: none; }
  .section-heading h2, .story-copy h2, .experience-copy h2, .direct-copy h2, .reviews-score h2, .host-copy h2, .coast-copy h2, .location-image h2, .faq-section h2, .overview-title h2, .included-band h2, .apartment-included h2, .direct-contact h2, .location-copy h2 { font-size: clamp(45px, 14vw, 63px); }
  .section-heading { margin-bottom: 31px; }
  .story-visual { min-height: 405px; }
  .story-main { width: 84%; height: 85%; }
  .story-detail { width: 49%; height: 42%; border-width: 8px; }
  .facts-section { grid-template-columns: 1fr; padding: 49px 5vw; }
  .fact { padding: 18px 0 0; border-top: 1px solid rgba(255,255,255,.18); border-left: 0; }
  .fact span { max-width: none; }
  .residence-grid { display: block; }
  .residence-card { margin-bottom: 17px; }
  .residence-image, .residence-card:nth-child(4) .residence-image, .residence-card:nth-child(5) .residence-image { height: 290px; }
  .residence-content p { min-height: 0; }
  .experience-image, .host-image { min-height: 390px; }
  .experience-copy { padding: 68px 5vw; }
  .direct-section, .reviews-section, .host-section { padding-top: 75px; padding-bottom: 75px; }
  .payment-card { padding: 27px 23px; }
  .ratings-grid { grid-template-columns: 1fr; }
  .rating-card { display: grid; grid-template-columns: 1fr auto; align-items: center; }
  .rating-card strong { grid-row: span 2; grid-column: 2; }
  .review-quote { padding: 55px 0 10px; }
  .quote-mark { top: -8px; left: -7px; }
  .gallery-grid, .gallery-grid-full { display: block; }
  .gallery-item, .gallery-item:first-child, .gallery-grid-full .gallery-item, .gallery-grid-full .gallery-item:nth-child(1), .gallery-grid-full .gallery-item:nth-child(7) { width: 100%; height: 275px; display: block; margin-bottom: 10px; }
  .gallery-item:first-child { height: 340px; }
  .coast-section { gap: 34px; padding-top: 60px; padding-bottom: 60px; }
  .coast-copy h2 { max-width: 390px; font-size: clamp(38px, 11vw, 50px); line-height: .95; }
  .coast-copy > p { font-size: 14px; line-height: 1.75; }
  .coast-distance { margin-top: 25px; padding-top: 18px; }
  .coast-distance strong { font-size: 40px; }
  .coast-media { height: auto; grid-template-columns: 1fr 1fr; grid-template-rows: 270px 170px; gap: 8px; }
  .coast-video { grid-column: 1 / -1; grid-row: 1; min-height: 270px; }
  .coast-photo { height: 170px; }
  .coast-caption { left: 18px; bottom: 20px; }
  .coast-video-toggle { right: 15px; bottom: 14px; width: 48px; height: 48px; }
  .location-image { min-height: 550px; }
  .faq-list summary { font-size: 20px; }
  .final-cta, .final-cta.compact { min-height: 500px; margin: 0 5vw 70px; padding: 60px 9vw; }
  .final-cta h2 { font-size: clamp(48px, 14vw, 67px); }
  .contact-bar { width: 90vw; margin-bottom: 75px; padding: 27px 23px; }
  .contact-bar-actions { width: 100%; display: grid; grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; padding: 53px 5vw 90px; }
  .floating-whatsapp { right: 13px; bottom: 72px; width: 48px; justify-content: center; padding: 0; }
  .floating-whatsapp span { display: none; }
  .mobile-book { position: fixed; z-index: 79; left: 0; right: 0; bottom: 0; min-height: 58px; display: flex; align-items: center; justify-content: center; gap: 19px; color: var(--pine-950); background: var(--gold-light); text-transform: uppercase; letter-spacing: .14em; font-size: 10px; font-weight: 600; box-shadow: 0 -10px 35px rgba(8,23,20,.18); }
  .mobile-book svg { width: 16px; }
  .inner-hero { min-height: 580px; }
  .inner-hero h1 { font-size: clamp(57px, 17vw, 82px); }
  .inner-hero p { font-size: 15px; }
  .included-grid, .apartment-included ul { grid-template-columns: 1fr; }
  .residence-hero { min-height: 620px; }
  .residence-hero h1 { font-size: clamp(82px, 25vw, 124px); }
  .residence-hero p { font-size: 20px; }
  .residence-hero-meta { flex-wrap: wrap; }
  .residence-facts-grid { grid-template-columns: 1fr; }
  .residence-facts-grid > div, .residence-facts-grid > div:nth-child(3), .residence-facts-grid > div:first-child { padding: 8px 0; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .next-residence { min-height: 370px; }
  .next-residence strong { font-size: 82px; }
  .map-placeholder, .map-placeholder iframe { min-height: 450px; height: 450px; }
  .direct-contact-grid strong { font-size: 15px; }
}

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

/* Release refinements: preserve the approved composition, improve access. */
[hidden]{display:none!important}
:focus-visible{outline:3px solid #a36327;outline-offset:5px}
.site-header :focus-visible,.site-footer :focus-visible,.lightbox :focus-visible,.mobile-menu :focus-visible,.home-hero :focus-visible{outline-color:#ffe1a7}
.booking-field:focus-within,.child-age-field:focus-within{box-shadow:inset 0 0 0 2px #965b3f;background:#fffdf8}
.skip-link{position:fixed;left:1rem;top:-8rem;z-index:1000;background:white;color:#102420;padding:1rem}.skip-link:focus{top:1rem}
.js .reveal{opacity:0;transform:translateY(24px)}.js .reveal.is-visible{opacity:1;transform:none}
.hero-slide img{width:100%;height:100%;object-fit:cover}
.slider-pause{position:absolute;z-index:4;bottom:53px;left:6vw;min-height:44px;padding:8px 14px;border:1px solid #d8bd90;background:rgba(8,23,20,.75);color:#fff;font-size:14px;cursor:pointer}
.hero-pager{bottom:48px;align-items:center}.hero-pager button{height:44px;width:44px;background:linear-gradient(transparent 20px,#c3bcae 20px,#c3bcae 24px,transparent 24px)}.hero-pager button.is-active{width:58px;background:linear-gradient(transparent 20px,#dfc089 20px,#dfc089 24px,transparent 24px)}
.desktop-nav a,.header-book,.language-switch a,.brand-copy strong{font-size:12px}.brand-copy small{font-size:12px;letter-spacing:0}.desktop-nav{gap:18px}.site-header{grid-template-columns:1fr auto 1fr;gap:20px}.header-tools{gap:8px}
.eyebrow,.text-link,.button,.booking-field>span,.booking-submit,.footer-label{font-size:14px}.booking-note,.preview-strip,.residence-meta,.ratings-note,.site-footer small,.lightbox [data-lightbox-count]{font-size:12px}
.section-heading p,.story-copy p,.overview-copy p{font-size:16px}.home-hero h1{line-height:1}.home-hero p{font-size:17px}
.scroll-cue{display:none}.rating-card{display:flex;flex-direction:column}.rating-card strong{font-size:clamp(24px,3.5vw,52px)}.rating-card:hover{text-decoration:underline}.editorial-note{font:400 clamp(24px,3vw,40px)/1.3 var(--serif);color:var(--ink)}
.mobile-menu,.lightbox{border:0;margin:0;max-width:none;max-height:none;width:100%;height:100dvh;box-sizing:border-box}.mobile-menu:not([open]),.lightbox:not([open]){display:none}.mobile-menu[open]{display:block;overflow:auto}.lightbox[open]{display:flex;color:white}.mobile-menu::backdrop,.lightbox::backdrop{background:rgba(0,0,0,.8)}.mobile-menu .language-switch{display:inline-flex}.mobile-menu .language-switch a{font:14px var(--sans);padding:12px;border:0}
.footer-company p{font-size:13px}.footer-company{grid-column:1/-1;border-top:1px solid #ffffff30;padding-top:24px}.footer-company a{display:inline-block!important;margin-right:24px;font-size:14px}.legal-body .site-header{position:relative;background:#102420;width:100%;padding:0 5vw;top:0}.legal-body .header-book,.legal-body .floating-whatsapp,.legal-body .mobile-book{display:none}.legal-page{max-width:850px;padding:72px 24px 100px;margin:auto}.legal-page h1{font-size:clamp(42px,6vw,68px)}.legal-page h2{font-size:30px;margin:40px 0 15px;line-height:1.25}.legal-page a{text-decoration:underline;overflow-wrap:anywhere}.legal-page p{font-size:16px}.sleeping-details{padding-top:45px;padding-bottom:45px;max-width:900px}.sleeping-details h2{font-size:38px}.sleeping-details p{font-size:16px}.production .site-header{top:0}
.booking-visible .floating-whatsapp,.booking-visible .mobile-book{opacity:0;visibility:hidden;pointer-events:none}
@media(max-width:1250px){.desktop-nav{display:none}.site-header{display:flex;justify-content:space-between}.menu-toggle{display:grid}}
@media(max-width:720px){body{padding-bottom:76px}.home-hero{min-height:720px;padding-bottom:135px}.hero-copy{width:100%}.home-hero h1{font-size:clamp(46px,12vw,68px)}.hero-actions{gap:12px}.hero-actions .button{padding:12px;font-size:12px;min-height:46px}.section{padding-top:75px;padding-bottom:75px}.brand-copy small{display:none}.brand-copy strong{letter-spacing:.08em}.language-switch a{min-width:30px;padding:7px 5px}.header-book{display:none}.site-header{width:92vw;gap:10px}.brand{gap:9px}.slider-pause{font-size:12px;bottom:40px}.hero-pager{bottom:40px}.floating-whatsapp{bottom:88px}.footer-company a{margin-bottom:12px}.legal-body{padding-bottom:0}.mobile-menu-inner{margin-top:100px;padding-bottom:40px}.sleeping-details{padding-top:35px;padding-bottom:35px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.js .reveal{opacity:1;transform:none}.hero-slide{transition:none;transform:none}}
 .map-close{position:absolute;right:16px;bottom:16px;z-index:2;min-height:44px;padding:10px 18px;background:#102420;color:#fff;border:1px solid #dfc089;font:500 13px/1.5 var(--sans,Arial,sans-serif)}
