:root {
  --ocean: #0b2632;
  --ocean-2: #153d4d;
  --blue: #2d7184;
  --foam: #dce9e6;
  --sand: #d6ad74;
  --sand-light: #f3e4cf;
  --paper: #f7f5f0;
  --white: #fff;
  --ink: #162a31;
  --muted: #66767a;
  --line: rgba(11, 38, 50, .14);
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 24px 70px rgba(6, 28, 39, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 120px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 9999; transform: translateY(-150%); padding: 10px 16px; background: #fff; color: #000; }
.skip-link:focus { transform: none; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.05; letter-spacing: -.025em; }
h1 { max-width: 760px; margin-bottom: 24px; color: #fff; font-size: clamp(3.75rem, 7.5vw, 7rem); text-wrap: balance; }
h2 { margin-bottom: 28px; font-size: clamp(2.7rem, 5vw, 4.9rem); text-wrap: balance; }
h3 { margin-bottom: 14px; font-size: 1.65rem; }
p { margin-bottom: 22px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; color: var(--blue); font-size: .76rem; font-weight: 700; letter-spacing: .16em; line-height: 1.3; text-transform: uppercase; }
.eyebrow::before { width: 34px; height: 1px; content: ""; background: currentColor; }
.eyebrow.light { color: #e9d7bd; }
.lead-copy { color: var(--muted); font-size: 1.12rem; line-height: 1.8; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 12px; border: 0; border-radius: 0; padding: 14px 23px; cursor: pointer; font-size: .78rem; font-weight: 750; letter-spacing: .06em; line-height: 1.2; text-transform: uppercase; transition: transform .25s ease, background .25s ease, color .25s ease; }
.button svg { width: 20px; height: 20px; transition: transform .25s ease; }
.button:hover { transform: translateY(-2px); }
.button:hover svg { transform: translateX(4px); }
.button-primary { background: var(--sand); color: var(--ocean); }
.button-primary:hover { background: #e2bb84; }
.button-dark { background: var(--ocean); color: #fff; }
.button-dark:hover { background: var(--ocean-2); }
.button-light { border: 1px solid rgba(255, 255, 255, .7); background: rgba(255, 255, 255, .07); color: #fff; backdrop-filter: blur(8px); }
.button-sand { background: var(--sand); color: var(--ocean); }
.button-small { min-height: 43px; padding: 10px 17px; font-size: .7rem; }
.button-block { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 10px; border-bottom: 1px solid currentColor; padding-bottom: 4px; color: var(--ocean); font-size: .82rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.text-link svg { width: 19px; height: 19px; }
.light-link { color: #fff; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; display: grid; height: 86px; grid-template-columns: 210px 1fr auto; align-items: center; gap: 24px; padding: 0 34px; border-bottom: 1px solid rgba(255, 255, 255, .2); color: #fff; transition: height .3s ease, background .3s ease, box-shadow .3s ease; }
.site-header.scrolled { height: 74px; background: rgba(7, 31, 42, .96); box-shadow: 0 8px 30px rgba(0, 0, 0, .12); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; }
.brand img { width: 154px; height: auto; filter: invert(1); }
.main-nav { display: flex; justify-content: center; gap: clamp(16px, 2.1vw, 34px); font-size: .72rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.main-nav a { position: relative; padding: 10px 0; }
.main-nav a::after { position: absolute; right: 50%; bottom: 2px; left: 50%; height: 1px; content: ""; background: var(--sand); transition: inset .25s ease; }
.main-nav a:hover::after { right: 0; left: 0; }
.header-actions { display: flex; align-items: center; gap: 22px; }
.language-switch { display: flex; align-items: center; gap: 8px; font-size: .69rem; font-weight: 700; }
.language-switch span { width: 1px; height: 14px; background: rgba(255, 255, 255, .35); }
.language-switch a { opacity: .55; }
.language-switch a[aria-current="page"] { opacity: 1; color: var(--sand-light); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 1px; margin: 6px auto; background: currentColor; }

.hero { position: relative; min-height: 900px; height: 100svh; max-height: 1060px; overflow: hidden; background: var(--ocean) url('../images/hero-ocean.webp') center 46% / cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3, 23, 32, .82) 0%, rgba(3, 23, 32, .45) 48%, rgba(3, 23, 32, .12) 100%), linear-gradient(0deg, rgba(2, 20, 28, .58) 0%, transparent 48%); }
.hero-content { position: relative; z-index: 2; display: grid; min-height: 100%; grid-template-columns: minmax(0, 1fr) 390px; align-items: center; gap: 70px; padding-top: 110px; padding-bottom: 70px; }
.hero-copy { align-self: center; padding-top: 30px; }
.hero-lead { max-width: 620px; margin-bottom: 35px; color: rgba(255, 255, 255, .9); font-family: var(--serif); font-size: clamp(1.3rem, 2vw, 1.7rem); line-height: 1.5; }
.hero-buttons { display: flex; align-items: center; gap: 28px; }
.quick-booking { align-self: end; margin-bottom: 18px; padding: 28px; background: rgba(249, 247, 242, .96); box-shadow: var(--shadow); }
.booking-heading { display: flex; align-items: center; justify-content: space-between; padding-bottom: 19px; border-bottom: 1px solid var(--line); }
.booking-heading p { margin: 0; font-family: var(--serif); font-size: 1.48rem; }
.booking-heading span { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; border: 1px solid var(--line); color: var(--blue); }
.booking-heading svg { width: 21px; height: 21px; }
.quick-fields { display: grid; gap: 13px; padding: 20px 0; }
.quick-fields label { display: grid; grid-template-columns: 88px 1fr; align-items: center; gap: 10px; }
.quick-fields label > span { color: var(--muted); font-size: .73rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.quick-fields input, .quick-fields select { width: 100%; height: 44px; border: 1px solid var(--line); border-radius: 0; padding: 0 11px; color: var(--ink); background: #fff; }
.booking-note { margin: 14px 0 0; color: var(--muted); font-size: .72rem; line-height: 1.4; text-align: center; }
.scroll-cue { position: absolute; bottom: 30px; left: 50%; z-index: 3; display: flex; width: 34px; height: 52px; justify-content: center; border: 1px solid rgba(255, 255, 255, .45); border-radius: 30px; transform: translateX(-50%); }
.scroll-cue span { width: 4px; height: 4px; margin-top: 11px; border-radius: 50%; background: #fff; animation: scroll 2s infinite; }
@keyframes scroll { 0% { transform: translateY(0); opacity: 0; } 30% { opacity: 1; } 100% { transform: translateY(22px); opacity: 0; } }

.proof-strip { position: relative; z-index: 5; background: var(--ocean); color: #fff; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-item { display: flex; min-height: 118px; align-items: center; gap: 15px; border-right: 1px solid rgba(255, 255, 255, .14); padding: 20px 30px; }
.proof-item:first-child { border-left: 1px solid rgba(255, 255, 255, .14); }
.proof-item strong { color: var(--sand-light); font-family: var(--serif); font-size: 2rem; font-weight: 400; white-space: nowrap; }
.proof-item span { max-width: 120px; color: rgba(255, 255, 255, .72); font-size: .76rem; line-height: 1.35; }
.review-strip { display: flex; min-height: 66px; align-items: center; justify-content: center; gap: 14px; border-bottom: 1px solid var(--line); padding: 12px 24px; background: #fff; color: var(--ocean); font-size: .8rem; }
.review-strip:hover strong { border-bottom-color: currentColor; }
.review-score { padding: 4px 8px; background: #073b8c; color: #fff; font-weight: 800; }
.review-stars { color: var(--sand); font-size: .72rem; letter-spacing: .12em; }
.review-strip strong { margin-left: 9px; border-bottom: 1px solid transparent; font-size: .72rem; text-transform: uppercase; transition: border .2s ease; }

.intro-section { overflow: hidden; background: var(--paper); }
.editorial-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 100px; }
.intro-copy blockquote { margin: 40px 0 0; border-left: 1px solid var(--sand); padding: 3px 0 3px 25px; color: var(--ocean-2); font-family: var(--serif); font-size: 1.38rem; font-style: italic; line-height: 1.5; }
.intro-collage { position: relative; min-height: 660px; }
.intro-collage figure { margin: 0; overflow: hidden; }
.intro-collage img { width: 100%; height: 100%; object-fit: cover; }
.photo-main { position: absolute; inset: 0 0 80px 50px; }
.photo-float { position: absolute; bottom: 0; left: -50px; width: 44%; height: 290px; border: 12px solid var(--paper); box-shadow: 0 20px 50px rgba(11, 38, 50, .17); }
.location-stamp { position: absolute; right: -45px; bottom: 28px; display: grid; width: 112px; height: 112px; place-content: center; border-radius: 50%; background: var(--sand); color: var(--ocean); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-align: center; }

.comfort-section { background: #fff; }
.section-heading { margin-bottom: 55px; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1fr) 360px; align-items: end; gap: 60px; }
.split-heading h2 { max-width: 700px; margin-bottom: 0; }
.split-heading > p { margin: 0 0 4px; color: var(--muted); }
.center-heading { text-align: center; }
.center-heading .eyebrow { justify-content: center; }
.center-heading h2 { margin-inline: auto; }
.comfort-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.comfort-card { min-height: 300px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 38px 30px; }
.line-icon { display: inline-flex; width: 48px; height: 48px; align-items: center; justify-content: center; margin-bottom: 35px; border: 1px solid rgba(45, 113, 132, .35); color: var(--blue); }
.line-icon svg { width: 25px; height: 25px; }
.comfort-card p { margin: 0; color: var(--muted); font-size: .91rem; }

.gallery-section { background: var(--foam); }
.gallery-grid { display: grid; height: 880px; grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(3, 1fr); gap: 12px; }
.gallery-item { position: relative; overflow: hidden; border: 0; padding: 0; cursor: zoom-in; background: var(--ocean); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2, .7, .2, 1), opacity .35s ease; }
.gallery-item::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(7, 31, 42, .36), transparent 50%); opacity: 0; transition: opacity .3s ease; }
.gallery-item:hover img { transform: scale(1.045); }
.gallery-item:hover::after, .gallery-item:hover .zoom-mark { opacity: 1; }
.gallery-item-1 { grid-column: 1 / span 2; grid-row: 1 / span 2; }
.gallery-item-2 { grid-column: 3; grid-row: 1; }
.gallery-item-3 { grid-column: 4; grid-row: 1; }
.gallery-item-4 { grid-column: 3; grid-row: 2; }
.gallery-item-5 { grid-column: 4; grid-row: 2 / span 2; }
.gallery-item-6 { grid-column: 1; grid-row: 3; }
.gallery-item-7 { grid-column: 2; grid-row: 3; }
.gallery-item-8 { grid-column: 3; grid-row: 3; }
.gallery-item-9, .gallery-item-10 { display: none; }
.zoom-mark { position: absolute; right: 16px; bottom: 14px; z-index: 2; display: flex; width: 38px; height: 38px; align-items: center; justify-content: center; border: 1px solid rgba(255, 255, 255, .65); border-radius: 50%; color: #fff; font-size: 1.45rem; font-weight: 200; line-height: 1; opacity: 0; transition: opacity .3s ease; }

.experiences-section { background: var(--paper); }
.experiences-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.experience-card { position: relative; min-height: 480px; overflow: hidden; color: #fff; }
.experience-card img, .experience-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.experience-card img { object-fit: cover; transition: transform .7s ease; }
.experience-card:hover img { transform: scale(1.04); }
.experience-overlay { background: linear-gradient(0deg, rgba(4, 27, 37, .9), rgba(4, 27, 37, .05) 75%); }
.experience-content { position: absolute; right: 0; bottom: 0; left: 0; padding: 42px; }
.experience-icon { display: inline-flex; width: 46px; height: 46px; align-items: center; justify-content: center; margin-bottom: 22px; border: 1px solid rgba(255, 255, 255, .55); }
.experience-icon svg { width: 24px; height: 24px; }
.experience-content h3 { margin-bottom: 10px; font-size: 2rem; }
.experience-content p { max-width: 500px; margin: 0; color: rgba(255, 255, 255, .82); font-size: .92rem; }

.rates-section { padding: 0; background: #fff; }
.rates-layout { display: grid; width: 100%; max-width: none; grid-template-columns: 1.05fr .95fr; }
.rates-image { position: relative; min-height: 720px; }
.rates-image > img { width: 100%; height: 100%; object-fit: cover; }
.rates-badge { position: absolute; right: 0; bottom: 0; display: grid; max-width: 360px; gap: 6px; padding: 28px 34px; background: var(--sand); color: var(--ocean); }
.rates-badge span { font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.rates-badge strong { font-family: var(--serif); font-size: 1.4rem; font-weight: 400; line-height: 1.25; }
.rates-copy { display: flex; max-width: 630px; flex-direction: column; align-items: flex-start; justify-content: center; padding: 90px clamp(48px, 7vw, 120px); }
.rates-copy h2 { font-size: clamp(2.8rem, 4vw, 4.3rem); }
.season-list { width: 100%; margin: 4px 0 24px; border-top: 1px solid var(--line); }
.season-row { display: grid; grid-template-columns: 1fr auto; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.season-row > div { display: flex; flex-direction: column; }
.season-row > div:last-child { text-align: right; }
.season-row span { color: var(--muted); font-size: .76rem; }
.included-note { display: flex; align-items: flex-start; gap: 13px; margin: 8px 0 32px; color: var(--ocean-2); font-size: .86rem; line-height: 1.5; }
.included-note svg { width: 22px; min-width: 22px; height: 22px; color: var(--blue); }

.location-section { padding-bottom: 0; overflow: hidden; background: var(--ocean); color: #fff; }
.location-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; padding-bottom: 90px; }
.location-copy .lead-copy { color: rgba(255, 255, 255, .7); }
.location-copy .text-link { color: var(--sand-light); }
.distance-list { border-top: 1px solid rgba(255, 255, 255, .18); }
.distance-list > div { display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(255, 255, 255, .18); padding: 19px 0; }
.distance-list span { color: rgba(255, 255, 255, .72); }
.distance-list strong { color: var(--sand-light); font-family: var(--serif); font-size: 1.25rem; font-weight: 400; white-space: nowrap; }
.location-panorama { position: relative; height: 520px; background: url('../images/residence.webp') center 48% / cover no-repeat; }
.location-panorama::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(4, 29, 40, .5), transparent 55%); }
.panorama-label { position: absolute; bottom: 45px; left: max(24px, calc((100vw - 1180px) / 2)); z-index: 2; display: grid; color: #fff; }
.panorama-label span { font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.panorama-label strong { font-family: var(--serif); font-size: 3.2rem; font-weight: 400; }

.faq-section { background: #fff; }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.faq-heading { position: sticky; top: 120px; align-self: start; }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; min-height: 84px; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 1.35rem; line-height: 1.3; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--blue); font-family: var(--sans); font-size: 1.5rem; font-weight: 300; transition: transform .3s ease; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { max-width: 680px; margin: -5px 50px 25px 0; color: var(--muted); }

.contact-section { display: grid; min-height: 890px; grid-template-columns: 1fr 1fr; background: var(--ocean); color: #fff; }
.contact-photo { background: url('../images/beach.webp') center / cover no-repeat; }
.contact-panel { display: flex; align-items: center; }
.contact-panel-inner { width: min(620px, calc(100% - 80px)); margin-inline: auto; padding: 75px 0; }
.contact-panel h2 { margin-bottom: 20px; color: #fff; font-size: clamp(2.8rem, 4.3vw, 4.6rem); }
.contact-panel-inner > p:not(.eyebrow) { max-width: 570px; color: rgba(255, 255, 255, .72); }
.contact-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 32px; }
.field { display: grid; gap: 7px; }
.field > span { color: rgba(255, 255, 255, .72); font-size: .7rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid rgba(255, 255, 255, .25); border-radius: 0; outline: none; padding: 11px 13px; color: #fff; background: rgba(255, 255, 255, .06); transition: border .2s ease, background .2s ease; }
.field input, .field select { height: 49px; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--sand); background: rgba(255, 255, 255, .1); }
.field select option { color: #111; }
.field input::-webkit-calendar-picker-indicator { filter: invert(1); }
.full { grid-column: 1 / -1; }
.consent { display: flex; align-items: flex-start; gap: 10px; color: rgba(255, 255, 255, .68); font-size: .75rem; line-height: 1.5; }
.consent input { margin-top: 3px; accent-color: var(--sand); }
.consent a { border-bottom: 1px solid currentColor; }
.honeypot { position: absolute; left: -9999px; }
.form-alert { margin: 20px 0; border: 1px solid; padding: 13px 15px; font-size: .88rem; }
.form-alert.success { border-color: #8fd1ae; background: rgba(72, 150, 102, .15); }
.form-alert.error { border-color: #e2a4a4; background: rgba(176, 69, 69, .15); }
.direct-contact { display: flex; align-items: center; gap: 13px; margin-top: 24px; color: rgba(255, 255, 255, .68); font-size: .78rem; }
.direct-contact svg { width: 24px; height: 24px; color: var(--sand); }
.direct-contact span { display: flex; flex-wrap: wrap; gap: 3px 12px; }
.direct-contact a { color: #fff; border-bottom: 1px solid rgba(255, 255, 255, .35); }

.site-footer { padding: 75px 0 25px; background: #061c26; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.35fr; gap: 55px; padding-bottom: 55px; }
.footer-brand img { width: 160px; height: auto; margin-bottom: 18px; filter: invert(1); }
.footer-brand p, .footer-grid > div > p { max-width: 280px; margin: 0; color: rgba(255, 255, 255, .55); font-size: .84rem; }
.footer-grid h3 { margin-bottom: 18px; color: var(--sand-light); font-family: var(--sans); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid a { color: rgba(255, 255, 255, .72); font-size: .82rem; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; gap: 25px; border-top: 1px solid rgba(255, 255, 255, .12); padding-top: 22px; color: rgba(255, 255, 255, .43); font-size: .7rem; }
.footer-bottom a:last-child { margin-left: auto; }
.mobile-booking { display: none; }

.lightbox { width: 100%; max-width: none; height: 100%; max-height: none; border: 0; padding: 40px 80px; background: rgba(4, 20, 28, .97); color: #fff; }
.lightbox::backdrop { background: rgba(0, 0, 0, .8); }
.lightbox[open] { display: grid; grid-template-columns: 60px 1fr 60px; align-items: center; }
.lightbox figure { display: grid; max-width: 1200px; max-height: calc(100vh - 80px); justify-self: center; gap: 12px; margin: 0; }
.lightbox img { max-width: 100%; max-height: calc(100vh - 120px); object-fit: contain; }
.lightbox figcaption { color: rgba(255, 255, 255, .65); font-size: .78rem; text-align: center; }
.lightbox-close { position: absolute; top: 18px; right: 24px; z-index: 2; border: 0; padding: 6px 14px; color: #fff; background: transparent; cursor: pointer; font-size: 2.3rem; font-weight: 200; }
.lightbox-nav { border: 0; padding: 20px 10px; color: #fff; background: transparent; cursor: pointer; font-size: 3.5rem; font-weight: 200; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.2, .7, .2, 1); }
.reveal.visible { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: .1s; }
.reveal[data-delay="2"] { transition-delay: .2s; }
.reveal[data-delay="3"] { transition-delay: .3s; }
.reveal[data-delay="4"] { transition-delay: .4s; }

.legal-page { min-height: 100vh; padding: 145px 0 90px; background: var(--paper); }
.legal-page .container { max-width: 820px; }
.legal-page h1 { color: var(--ocean); font-size: clamp(3rem, 6vw, 5rem); }
.legal-page h2 { margin-top: 45px; font-size: 2rem; }
.legal-back { margin-bottom: 35px; }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 175px 1fr auto; padding: 0 22px; }
  .main-nav { gap: 14px; }
  .header-actions .button { display: none; }
  .hero-content { grid-template-columns: minmax(0, 1fr) 350px; gap: 35px; }
  .proof-item { padding: 20px 18px; }
  .editorial-grid { gap: 65px; }
  .location-stamp { right: -15px; }
  .comfort-card { padding: 32px 22px; }
}

@media (max-width: 860px) {
  .container { width: min(100% - 36px, 700px); }
  .section { padding: 85px 0; }
  .site-header { height: 72px; grid-template-columns: 1fr auto auto; }
  .site-header.scrolled { height: 66px; }
  .brand img { width: 126px; }
  .menu-toggle { display: block; order: 3; }
  .main-nav { position: fixed; inset: 0; z-index: -1; display: flex; flex-direction: column; justify-content: center; gap: 7px; padding: 90px 36px 55px; background: var(--ocean); opacity: 0; visibility: hidden; transition: opacity .3s ease, visibility .3s ease; }
  .main-nav.open { opacity: 1; visibility: visible; }
  .main-nav a { font-family: var(--serif); font-size: 2.4rem; font-weight: 400; letter-spacing: -.02em; text-transform: none; }
  .header-actions { justify-self: end; }
  .hero { min-height: 860px; height: auto; }
  .hero-content { display: block; padding-top: 150px; padding-bottom: 75px; }
  .hero-copy { padding: 0; }
  .quick-booking { width: min(480px, 100%); margin: 60px 0 0 auto; }
  .scroll-cue { display: none; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-item:nth-child(2) { border-right: 0; }
  .proof-item:nth-child(3), .proof-item:nth-child(4) { border-top: 1px solid rgba(255, 255, 255, .14); }
  .review-strip { flex-wrap: wrap; gap: 8px 12px; text-align: center; }
  .editorial-grid { grid-template-columns: 1fr; gap: 60px; }
  .intro-collage { min-height: 600px; }
  .photo-main { left: 45px; }
  .photo-float { left: 0; }
  .split-heading { grid-template-columns: 1fr; gap: 25px; }
  .comfort-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { height: 760px; grid-template-columns: repeat(3, 1fr); }
  .gallery-item-1 { grid-column: 1 / span 2; }
  .gallery-item-2 { grid-column: 3; }
  .gallery-item-3 { grid-column: 3; grid-row: 2; }
  .gallery-item-4 { grid-column: 1; grid-row: 3; }
  .gallery-item-5 { grid-column: 2 / span 2; grid-row: 3; }
  .gallery-item-6, .gallery-item-7, .gallery-item-8 { display: none; }
  .experiences-grid { grid-template-columns: 1fr; }
  .experience-card { min-height: 430px; }
  .rates-layout { grid-template-columns: 1fr; }
  .rates-image { min-height: 520px; }
  .rates-copy { max-width: 700px; padding: 85px 36px; }
  .location-layout { grid-template-columns: 1fr; gap: 60px; }
  .faq-layout { grid-template-columns: 1fr; gap: 30px; }
  .faq-heading { position: static; }
  .contact-section { grid-template-columns: 1fr; }
  .contact-photo { min-height: 480px; }
  .contact-panel-inner { width: min(700px, calc(100% - 48px)); }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 580px) {
  html { scroll-padding-top: 70px; }
  body { padding-bottom: 58px; }
  .container { width: calc(100% - 30px); }
  .section { padding: 70px 0; }
  h1 { font-size: clamp(3.25rem, 15vw, 4.6rem); }
  h2 { font-size: clamp(2.5rem, 12vw, 3.7rem); }
  .site-header { padding: 0 15px; }
  .header-actions { gap: 14px; }
  .hero { min-height: 900px; background-position: 58% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(3, 23, 32, .84), rgba(3, 23, 32, .26)), linear-gradient(0deg, rgba(2, 20, 28, .68), transparent 60%); }
  .hero-content { padding-top: 125px; padding-bottom: 60px; }
  .hero-lead { font-size: 1.22rem; }
  .hero-buttons { align-items: flex-start; flex-direction: column; gap: 18px; }
  .quick-booking { margin-top: 46px; padding: 23px 20px; }
  .quick-fields label { grid-template-columns: 78px 1fr; }
  .proof-item { min-height: 110px; align-items: flex-start; flex-direction: column; gap: 4px; padding: 20px 14px; }
  .proof-item strong { font-size: 1.7rem; }
  .proof-item span { max-width: none; }
  .review-strip { min-height: 78px; padding: 12px 15px; font-size: .72rem; }
  .review-strip strong { width: 100%; margin-left: 0; }
  .intro-collage { min-height: 470px; }
  .photo-main { inset: 0 0 55px 25px; }
  .photo-float { width: 52%; height: 190px; border-width: 8px; }
  .location-stamp { right: -4px; bottom: 15px; width: 88px; height: 88px; font-size: .57rem; }
  .intro-copy blockquote { font-size: 1.2rem; }
  .comfort-grid { grid-template-columns: 1fr; }
  .comfort-card { min-height: 230px; }
  .line-icon { margin-bottom: 25px; }
  .gallery-grid { height: 680px; grid-template-columns: repeat(2, 1fr); grid-template-rows: 2fr 1fr 1fr; }
  .gallery-item-1 { grid-column: 1 / -1; grid-row: 1; }
  .gallery-item-2 { grid-column: 1; grid-row: 2; }
  .gallery-item-3 { grid-column: 2; grid-row: 2; }
  .gallery-item-4 { grid-column: 1; grid-row: 3; }
  .gallery-item-5 { grid-column: 2; grid-row: 3; }
  .experience-card { min-height: 450px; }
  .experience-content { padding: 30px 24px; }
  .rates-image { min-height: 430px; }
  .rates-badge { max-width: calc(100% - 30px); padding: 22px 24px; }
  .rates-copy { padding: 70px 15px; }
  .location-panorama { height: 430px; }
  .panorama-label { bottom: 25px; left: 20px; }
  .panorama-label strong { font-size: 2.4rem; }
  .accordion summary { min-height: 76px; font-size: 1.16rem; }
  .contact-photo { min-height: 380px; }
  .contact-panel-inner { width: calc(100% - 30px); padding: 65px 0; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form .full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-wrap: wrap; }
  .footer-bottom a:last-child { margin-left: 0; }
  .mobile-booking { position: fixed; right: 0; bottom: 0; left: 0; z-index: 90; display: flex; height: 58px; align-items: center; justify-content: center; background: var(--sand); color: var(--ocean); font-size: .76rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; box-shadow: 0 -8px 28px rgba(6, 28, 39, .18); }
  .lightbox { padding: 55px 10px 25px; }
  .lightbox[open] { grid-template-columns: 38px 1fr 38px; }
  .lightbox-nav { font-size: 2.6rem; }
}

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