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

:root {
    --ink: #103b46;
    --ink-deep: #092830;
    --sea: #1f6874;
    --foam: #f7f4ed;
    --sand: #e8dfd0;
    --white: #fffdf8;
    --coral: #d45a3b;
    --coral-soft: #efb7a8;
    --line: rgba(16, 59, 70, .22);
    --content: min(1240px, calc(100vw - 64px));
    --section-title-size: clamp(3.4rem, 4.4vw, 4.9rem);
    --serif: Georgia, "Times New Roman", serif;
    --sans: "Manrope", "Helvetica Neue", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: hidden; overflow-x: clip; scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; overflow-x: clip; background: var(--foam); color: var(--ink-deep); font-family: var(--sans); font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { background: var(--coral); color: var(--white); }

.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; z-index: 1000; top: 12px; left: 12px; transform: translateY(-150%); background: var(--white); color: var(--ink); padding: 12px 18px; text-decoration: none; }
.skip-link:focus { transform: translateY(0); }
.scroll-progress { position: fixed; z-index: 250; top: 0; left: 0; width: 100%; height: 4px; overflow: hidden; pointer-events: none; }
.scroll-progress span { display: block; width: 100%; height: 100%; background: var(--coral); box-shadow: 0 0 14px rgba(212,90,59,.55); transform: scaleX(0); transform-origin: left center; will-change: transform; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 94px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(32px, calc((100vw - 1440px) / 2)); color: var(--white); transition: height .35s ease, background-color .35s ease, color .35s ease, box-shadow .35s ease; }
.site-header.is-scrolled, .subpage .site-header { height: 76px; background: rgba(247, 244, 237, .94); color: var(--ink); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font: italic 28px/1 var(--serif); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong { font: 700 24px/1 var(--serif); letter-spacing: -.02em; }
.brand-copy small { margin-top: 5px; font-size: 9px; letter-spacing: .19em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: clamp(20px, 2.3vw, 38px); font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.site-nav a { position: relative; text-decoration: none; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -5px; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .3s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { border: 1px solid currentColor; padding: 12px 18px; transition: background .25s, color .25s; }
.nav-cta:hover { background: var(--coral); border-color: var(--coral); color: var(--white); }
.nav-toggle { display: none; width: 48px; height: 48px; border: 0; background: transparent; padding: 13px 9px; }
.nav-toggle span:not(.sr-only) { display: block; width: 100%; height: 1px; margin: 7px 0; background: currentColor; transition: transform .3s; }

.section { position: relative; padding: 140px max(32px, calc((100vw - 1240px) / 2)); }
.section-index { position: absolute; top: 150px; left: max(18px, calc((100vw - 1420px) / 2)); font-size: 11px; font-weight: 700; letter-spacing: .18em; }
.section-index::after { content: ""; display: block; width: 1px; height: 72px; margin: 16px auto 0; background: currentColor; opacity: .4; }
.section-index--light { color: rgba(255, 253, 248, .7); }
.eyebrow { margin: 0 0 24px; color: rgba(255, 253, 248, .78); font-size: 11px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow--dark { color: var(--coral); }
.display-title { margin: 0; font: 400 clamp(3.4rem, 7.3vw, 7.4rem)/.93 var(--serif); letter-spacing: -.045em; }
.lead { font-size: clamp(1.2rem, 2vw, 1.55rem); line-height: 1.55; }
.button { position: relative; isolation: isolate; min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; overflow: hidden; padding: 15px 25px; border: 1px solid currentColor; background: transparent; color: inherit; font-size: 12px; font-weight: 700; letter-spacing: .11em; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: background .25s, border-color .25s, color .25s, transform .25s, box-shadow .25s; }
.button::before { content: ""; position: absolute; z-index: -1; inset: -30% -15%; background: rgba(255,255,255,.2); transform: translateX(-120%) skewX(-18deg); transition: transform .55s cubic-bezier(.2,.75,.25,1); }
.button::after { content: "↗"; font-size: 15px; line-height: 1; transition: transform .3s ease; }
.button:hover { transform: translateY(-3px); box-shadow: 0 12px 26px rgba(4,24,29,.14); }
.button:hover::before { transform: translateX(120%) skewX(-18deg); }
.button:hover::after { transform: translate(3px, -3px); }
.button--light:hover { background: var(--white); border-color: var(--white); color: var(--ink); }
.button--ink { background: var(--ink); border-color: var(--ink); color: var(--white); }
.button--ink:hover { background: var(--coral); border-color: var(--coral); }
.text-link { display: inline-flex; gap: 18px; align-items: center; border-bottom: 1px solid currentColor; padding-bottom: 6px; font-size: 12px; font-weight: 700; letter-spacing: .11em; text-decoration: none; text-transform: uppercase; }
.text-link span { transition: transform .25s; }
.text-link:hover span { transform: translate(3px, -2px); }
.text-link--light { color: var(--white); }

.parallax-shell { position: absolute; z-index: 3; display: block; pointer-events: none; will-change: transform; }
.parallax-shell img { width: 100%; height: auto; opacity: .36; filter: sepia(.2) saturate(.7) drop-shadow(0 18px 26px rgba(16,59,70,.12)); }
.parallax-shell--one { top: 8%; right: 3%; width: clamp(90px, 11vw, 165px); }
.parallax-shell--one img { transform: rotate(18deg); }
.parallax-shell--two { right: 2.5%; bottom: 7%; width: clamp(80px, 9vw, 130px); }
.parallax-shell--two img { transform: rotate(-22deg); opacity: .29; }
.parallax-shell--three { top: 16%; left: 5%; width: clamp(75px, 8vw, 120px); }
.parallax-shell--three img { transform: rotate(32deg); opacity: .27; }
.parallax-shell--four { top: 6%; right: 4%; width: clamp(70px, 8vw, 110px); }
.parallax-shell--four img { transform: rotate(-15deg); opacity: .31; }

.hero { position: relative; min-height: 780px; height: 100svh; overflow: hidden; color: var(--white); background: var(--ink-deep); }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media { inset: -8%; will-change: transform; }
.hero-slide { position: absolute; inset: 0; margin: 0; opacity: 0; transition: opacity 1.25s ease; }
.hero-slide.is-active { z-index: 1; opacity: 1; }
.hero-slide img { width: 100%; height: 116%; object-fit: cover; object-position: center 60%; filter: saturate(.82); transform: scale(1.025); transition: transform 7s linear; }
.hero-slide.is-active img { transform: scale(1.075); }
.hero-slide--harbor img { object-position: center 52%; }
.hero-slide--terrace img { object-position: center 58%; }
.hero-shade { background: linear-gradient(90deg, rgba(4, 27, 32, .67) 0%, rgba(4, 27, 32, .28) 55%, rgba(4, 27, 32, .1) 100%), linear-gradient(0deg, rgba(4, 27, 32, .42), transparent 45%); }
.hero-content { position: relative; z-index: 1; width: var(--content); height: 100%; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(280px, .55fr); grid-template-rows: 1fr auto 1fr; align-items: end; padding: 148px 0 92px; }
.hero-content > .eyebrow { grid-column: 1 / -1; grid-row: 1; align-self: end; }
.hero-seo-title { max-width: 760px; line-height: 1.55; }
.hero-title { grid-column: 1; grid-row: 2; margin: 0; font: 400 clamp(4.8rem, 10vw, 10.3rem)/.76 var(--serif); letter-spacing: -.065em; }
.hero-title span, .hero-title em { display: block; }
.hero-title em { margin-left: .48em; color: #f0b49f; font-weight: 400; }
.hero-meta { grid-column: 2; grid-row: 2; align-self: end; max-width: 370px; padding: 24px 24px 25px 28px; border-left: 3px solid rgba(255,255,255,.78); background: rgba(5, 32, 38, .48); box-shadow: 0 18px 55px rgba(4, 24, 29, .18); backdrop-filter: blur(8px); }
.hero-meta p { margin: 0 0 26px; color: var(--white); font-size: 18px; font-weight: 600; line-height: 1.55; text-shadow: 0 1px 12px rgba(0,0,0,.28); }
.scroll-cue { position: absolute; z-index: 2; right: 40px; bottom: 42px; display: flex; flex-direction: column; align-items: center; gap: 14px; color: var(--white); text-decoration: none; }
.scroll-cue span { writing-mode: vertical-rl; font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }
.scroll-cue i { width: 1px; height: 52px; overflow: hidden; background: rgba(255,255,255,.38); }
.scroll-cue i::after { content: ""; display: block; width: 1px; height: 50%; background: var(--white); animation: cue 2s infinite; }
.hero-index { position: absolute; z-index: 2; left: 34px; bottom: 40px; font-size: 9px; letter-spacing: .17em; line-height: 1.6; }
.hero-slider-controls { position: absolute; z-index: 3; left: 50%; bottom: 34px; display: flex; align-items: center; gap: 10px; transform: translateX(-50%); }
.hero-slider-controls > button:not(.hero-slider-toggle) { width: 32px; height: 18px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.hero-slider-controls > button:not(.hero-slider-toggle)::after { content: ""; display: block; width: 100%; height: 2px; background: rgba(255,255,255,.38); transition: background .25s, transform .25s; }
.hero-slider-controls > button.is-active:not(.hero-slider-toggle)::after { background: var(--white); transform: scaleY(2); }
.hero-slider-toggle { display: grid; place-items: center; width: 32px; height: 32px; margin-left: 5px; padding: 0; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; background: rgba(5,32,38,.24); color: var(--white); font-size: 10px; cursor: pointer; }
@keyframes cue { 0% { transform: translateY(-100%); } 70%,100% { transform: translateY(210%); } }

.intro { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr); gap: 90px 110px; }
.intro-heading { grid-column: 1; }
.intro-heading .display-title span { display: block; white-space: nowrap; }
.intro-house { position: relative; width: 92%; aspect-ratio: 16 / 7; margin: 42px 0 0; overflow: hidden; background: var(--sand); }
.intro-house img { width: 100%; height: 100%; object-fit: cover; object-position: center 52%; }
.intro-house figcaption { position: absolute; right: 0; bottom: 0; padding: 9px 12px; background: rgba(9,40,48,.82); color: var(--white); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.intro-copy { grid-column: 2; padding-top: 42px; }
.intro-copy p { max-width: 570px; }
.intro-copy p + p { margin-top: 32px; }

.apartment-overview { isolation: isolate; min-height: 760px; display: grid; grid-template-columns: minmax(0, .85fr) minmax(360px, 1.15fr); grid-template-rows: 1fr auto; gap: 80px; align-items: center; overflow: hidden; background: var(--ink-deep); color: var(--white); }
.apartment-overview-media, .apartment-overview-shade { position: absolute; inset: 0; }
.apartment-overview-media { z-index: -2; }
.apartment-overview-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 53%; filter: saturate(.82) contrast(1.03); transform: scale(1.01); }
.apartment-overview-shade { z-index: -1; background: linear-gradient(90deg, rgba(4,27,32,.94) 0%, rgba(4,27,32,.78) 38%, rgba(4,27,32,.28) 72%, rgba(4,27,32,.14) 100%), linear-gradient(0deg, rgba(4,27,32,.9) 0%, rgba(4,27,32,.16) 58%); }
.apartment-overview-copy { grid-column: 1; align-self: center; max-width: 620px; padding-top: 28px; }
.apartment-overview-copy .display-title { max-width: 600px; text-wrap: balance; }
.apartment-overview-copy .lead { max-width: 590px; margin: 38px 0 30px; color: rgba(255,255,255,.84); }
.apartment-overview-copy .text-link { margin-top: 5px; }
.apartment-overview-data { grid-column: 1 / -1; align-self: end; }
.overview-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0; border-top: 1px solid rgba(255,255,255,.42); border-bottom: 1px solid rgba(255,255,255,.22); }
.overview-facts[data-count="5"] { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.overview-facts[data-count="6"] { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.overview-facts div { min-height: 128px; padding: 28px 30px 25px; border-left: 1px solid rgba(255,255,255,.22); }
.overview-facts div:first-child { padding-left: 0; border-left: 0; }
.overview-facts dt { color: var(--white); font: 400 clamp(2.6rem, 4.5vw, 4.9rem)/.95 var(--serif); letter-spacing: -.04em; white-space: nowrap; }
.overview-facts[data-count="5"] div, .overview-facts[data-count="6"] div { padding-right: clamp(10px, 1.05vw, 18px); padding-left: clamp(10px, 1.05vw, 18px); }
.overview-facts[data-count="5"] div:first-child, .overview-facts[data-count="6"] div:first-child { padding-left: 0; }
.overview-facts[data-count="5"] dt { font-size: clamp(2rem, 2.5vw, 3rem); }
.overview-facts[data-count="6"] dt { font-size: clamp(1.8rem, 2.15vw, 2.65rem); }
.overview-facts[data-count="5"] dd, .overview-facts[data-count="6"] dd { letter-spacing: .1em; }
.overview-facts dd { margin: 13px 0 0; color: rgba(255,255,255,.7); font-size: 10px; font-weight: 700; letter-spacing: .14em; line-height: 1.45; text-transform: uppercase; }
.overview-details { display: flex; flex-wrap: wrap; gap: 16px 34px; margin: 26px 0 0; padding: 0; list-style: none; }
.overview-details li { display: inline-flex; align-items: center; gap: 11px; color: rgba(255,255,255,.78); font-size: 12px; font-weight: 600; letter-spacing: .045em; }
.overview-details li::before { content: ""; width: 7px; height: 7px; flex: 0 0 auto; border: 2px solid #f0b49f; border-radius: 50%; }

.story { display: grid; grid-template-columns: minmax(480px, .92fr) minmax(0, 1.08fr); gap: 80px; background: var(--white); }
.story-copy { position: sticky; top: 125px; align-self: start; }
.story-title span, .story-title em { display: block; white-space: nowrap; }
.story-title em { margin-top: .32em; color: var(--coral); font-size: .62em; font-style: normal; letter-spacing: -.025em; }
.story-copy .lead { margin: 48px 0 24px; }
.story-copy .text-link { margin-top: 28px; }
.story-images { position: relative; min-height: 1180px; }
.image-frame { position: absolute; margin: 0; overflow: hidden; background: var(--sand); }
.image-frame img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.75,.25,1); }
.image-frame:hover img { transform: scale(1.025); }
.image-frame--portrait { top: 0; right: 0; width: 72%; aspect-ratio: 4 / 5; }
.image-frame--landscape { top: 45%; left: 0; width: 63%; aspect-ratio: 4 / 3; box-shadow: 24px 24px 0 var(--white); }
.image-frame--small { right: 2%; bottom: 0; width: 38%; aspect-ratio: 1; border: 12px solid var(--white); border-radius: 50%; }

.section--ink { background: var(--ink); color: var(--white); }
.amenities-head { display: grid; grid-template-columns: 1.15fr .65fr; align-items: end; gap: 100px; }
.amenities-head .display-title { max-width: 850px; }
.amenities-head .lead { margin: 0; color: rgba(255,255,255,.75); }
.amenity-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 96px; border-top: 1px solid rgba(255,255,255,.22); }
.amenity-card { position: relative; min-height: 325px; padding: 32px 30px 30px; border-right: 1px solid rgba(255,255,255,.22); cursor: pointer; transition: background-color .35s, transform .35s, padding .35s; }
.amenity-card:last-child { border: 0; padding-right: 0; }
.amenity-card > span { font-size: 10px; letter-spacing: .16em; color: #f0b49f; transition: color .3s ease; }
.amenity-card h3 { margin: 70px 0 18px; font: 400 30px/1.05 var(--serif); }
.amenity-card p { margin: 0; color: rgba(255,255,255,.67); font-size: 15px; }
.amenity-card-trigger { position: absolute; z-index: 2; inset: 0; width: 100%; border: 0; border-radius: 0; background: transparent; cursor: pointer; }
.amenity-card-trigger:focus-visible { outline: 2px solid #f0b49f; outline-offset: -5px; }
.amenity-card:hover, .amenity-card:focus-within, .amenity-card.is-active { background: rgba(255,255,255,.065); transform: translateY(-8px); }
.amenity-card.is-active::after { content: ""; position: absolute; right: 30px; bottom: 26px; left: 30px; height: 2px; background: #f0b49f; transform-origin: left; animation: amenity-line .45s cubic-bezier(.2,.75,.25,1) both; }
.amenity-card:last-child.is-active::after { right: 0; }
.amenity-card:hover > span, .amenity-card:focus-within > span, .amenity-card.is-active > span { color: var(--white); }
@keyframes amenity-line { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.amenity-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 72px; }
.amenity-gallery figure { position: relative; aspect-ratio: 4 / 3; margin: 0; overflow: hidden; background: var(--ink-deep); }
.amenity-photo { position: relative; display: block; width: 100%; height: 100%; overflow: hidden; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.amenity-photo::after { content: "+"; position: absolute; z-index: 2; top: 16px; right: 16px; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; background: rgba(9,40,48,.42); color: var(--white); font-size: 23px; line-height: 1; opacity: 0; transform: scale(.82); backdrop-filter: blur(6px); transition: opacity .25s ease, transform .25s ease, background-color .25s ease; }
.amenity-photo:hover::after, .amenity-photo:focus-visible::after { opacity: 1; transform: scale(1); }
.amenity-photo:hover::after { background: var(--coral); border-color: var(--coral); }
.amenity-photo:focus-visible { outline: 3px solid #f0b49f; outline-offset: -5px; }
.amenity-gallery img { width: 100%; height: 100%; object-fit: cover; }
.amenity-gallery figcaption { position: absolute; z-index: 2; left: 16px; bottom: 14px; padding: 7px 10px; background: rgba(9,40,48,.78); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; pointer-events: none; }
.js .amenity-gallery .reveal-image img { transition: clip-path 1.1s cubic-bezier(.7,0,.2,1), opacity .32s ease, transform .6s cubic-bezier(.2,.75,.25,1); }
.js .amenity-gallery .reveal-image .amenity-photo:hover img, .js .amenity-gallery .reveal-image .amenity-photo:focus-visible img { transform: scale(1.035); }
.amenity-gallery.is-switching img { opacity: 0; transform: scale(.975); }
.amenity-gallery.is-switching figcaption, .amenity-gallery.is-switching .amenity-photo::after { opacity: 0; transform: translateY(6px); }
.amenity-gallery figcaption { transition: opacity .25s ease, transform .25s ease; }

.seasons { overflow: hidden; }
.seasons-title-block { width: min(850px, 80%); margin-left: auto; }
.season-stage { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); grid-template-rows: auto auto; gap: 28px 58px; align-items: start; margin-top: 90px; }
.season-image { grid-column: 1; grid-row: 1; width: 100%; margin: 0; background: var(--sand); }
.season-image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.season-image figcaption { min-height: 36px; padding: 9px 12px 10px; background: var(--sand); font-size: 10px; line-height: 1.4; letter-spacing: .14em; text-transform: uppercase; }
.season-image--offset { grid-column: 1; grid-row: 2; width: 100%; justify-self: start; }
.season-copy { grid-column: 2; grid-row: 1 / span 2; align-self: center; width: 100%; padding: 54px; background: var(--white); box-shadow: 0 24px 80px rgba(9,40,48,.11); }
.season-copy p:first-child { margin-top: 0; font: 400 clamp(1.8rem, 3vw, 3.1rem)/1.25 var(--serif); }
.season-copy p:last-child { margin-bottom: 0; }

.island { min-height: 900px; padding: 0; overflow: hidden; background: var(--ink-deep); color: var(--white); }
.island-media { position: absolute; inset: -8%; will-change: transform; }
.island-media img { width: 100%; height: 116%; object-fit: cover; filter: brightness(.72) saturate(.85); }
.island-panel { position: relative; z-index: 1; width: min(620px, calc(100% - 64px)); margin-left: max(32px, calc((100vw - 1240px) / 2)); padding-top: 210px; }
.island-panel .lead { margin-top: 46px; }
.island-panel p:last-child { max-width: 490px; color: rgba(255,255,255,.78); }

.tips { background: var(--white); }
.tips-intro { display: grid; grid-template-columns: .5fr 1.5fr; align-items: start; }
.tips-intro .display-title { grid-column: 2; max-width: 920px; }
.tips-intro .eyebrow { grid-column: 1; padding-top: 16px; }
.tips-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 100px; border-top: 1px solid var(--line); }
.tip-group { padding: 32px 46px 0 0; }
.tip-group + .tip-group { padding-left: 46px; border-left: 1px solid var(--line); }
.tip-number { margin: 0 0 56px; color: var(--coral); font-size: 10px; letter-spacing: .18em; }
.tip-group h3 { margin: 0 0 32px; font: 400 34px/1 var(--serif); }
.tip-group ul { margin: 0; padding: 0; list-style: none; }
.tip-group li { position: relative; padding: 13px 0 13px 22px; border-bottom: 1px solid rgba(16,59,70,.11); font-size: 15px; }
.tip-group li::before { content: ""; position: absolute; left: 0; top: 24px; width: 8px; height: 1px; background: var(--coral); }

.section--sand { background: var(--sand); }
.gallery { padding-right: 0; padding-bottom: 0; padding-left: 0; }
.gallery-head { width: var(--content); margin: 0 auto 80px; display: flex; justify-content: space-between; align-items: end; }
.gallery-note { max-width: 220px; margin-bottom: 8px; color: rgba(9,40,48,.68); font-size: 13px; }
.gallery-grid { width: 100%; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-flow: dense; grid-auto-rows: clamp(210px, 21vw, 330px); gap: 5px; }
.gallery-item { position: relative; overflow: hidden; padding: 0; border: 0; background: var(--ink); cursor: zoom-in; }
.gallery-item::after { content: "+"; position: absolute; right: 14px; bottom: 14px; display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.72); border-radius: 50%; background: rgba(5,32,38,.35); color: var(--white); font-size: 22px; opacity: 0; transform: translateY(10px) rotate(-25deg); transition: opacity .3s, transform .35s; backdrop-filter: blur(6px); }
.gallery-item--wide { grid-column: span 2; }
.gallery-item--tall { grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.75,.25,1), opacity .3s; }
.gallery-item:hover img { transform: scale(1.045); opacity: .9; }
.gallery-item:hover::after, .gallery-item:focus-visible::after { opacity: 1; transform: none; }
.impressions-teaser { position: relative; isolation: isolate; min-height: clamp(520px, 68vw, 840px); display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(150px, .25fr); align-items: end; gap: 70px; overflow: hidden; margin-top: 5px; padding: clamp(48px, 8vw, 110px) max(32px, calc((100vw - 1240px) / 2)); color: var(--white); text-decoration: none; }
.impressions-teaser-media, .impressions-teaser-shade { position: absolute; z-index: -2; inset: 0; }
.impressions-teaser-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 60%; filter: saturate(.78) contrast(1.04); transform: scale(1.015); transition: transform 1.3s cubic-bezier(.2,.75,.25,1), filter .8s; }
.impressions-teaser-shade { z-index: -1; background: linear-gradient(90deg, rgba(4,27,32,.83) 0%, rgba(4,27,32,.42) 58%, rgba(4,27,32,.2) 100%), linear-gradient(0deg, rgba(4,27,32,.45), transparent 54%); }
.impressions-teaser-content { max-width: 840px; display: flex; flex-direction: column; align-items: flex-start; }
.impressions-teaser-content small { margin-bottom: 24px; color: #f0b49f; font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.impressions-teaser-content strong { max-width: 820px; font: 400 clamp(3.8rem, 7.5vw, 8rem)/.88 var(--serif); letter-spacing: -.055em; text-wrap: balance; }
.impressions-teaser-content > span { max-width: 570px; margin-top: 34px; color: rgba(255,255,255,.82); font-size: clamp(1rem, 1.5vw, 1.25rem); line-height: 1.6; }
.impressions-teaser-content em { min-height: 52px; display: inline-flex; align-items: center; gap: 18px; margin-top: 38px; border-bottom: 1px solid rgba(255,255,255,.72); font-size: 10px; font-style: normal; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.impressions-teaser-content i { font-size: 17px; font-style: normal; transition: transform .3s; }
.impressions-teaser-count { justify-self: end; min-width: 150px; display: grid; justify-items: center; align-self: center; padding: 27px 18px 24px; border: 1px solid rgba(255,255,255,.62); border-radius: 50%; background: rgba(4,27,32,.2); aspect-ratio: 1; align-content: center; backdrop-filter: blur(8px); transition: background-color .35s, border-color .35s, transform .5s cubic-bezier(.2,.75,.25,1); }
.impressions-teaser-count b { font: 400 clamp(2.8rem, 4vw, 4.8rem)/.85 var(--serif); }
.impressions-teaser-count span { margin-top: 12px; font-size: 8px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.impressions-teaser:hover .impressions-teaser-media img,
.impressions-teaser:focus-visible .impressions-teaser-media img { filter: saturate(.92) contrast(1.02); transform: scale(1.055); }
.impressions-teaser:hover .impressions-teaser-count,
.impressions-teaser:focus-visible .impressions-teaser-count { border-color: var(--white); background: rgba(212,90,59,.78); transform: rotate(5deg) scale(1.04); }
.impressions-teaser:hover .impressions-teaser-content i,
.impressions-teaser:focus-visible .impressions-teaser-content i { transform: translate(4px, -4px); }
.lightbox { width: 100vw; max-width: none; height: 100vh; height: 100dvh; max-height: none; margin: auto; padding: 0; border: 0; background: #04181d; color: var(--white); overflow: hidden; }
.lightbox::backdrop { background: #04181d; }
.lightbox-frame { position: relative; display: grid; grid-template-rows: minmax(0, 1fr) auto; gap: 14px; height: 100%; padding: 62px max(20px, 3vw) 20px; }
.lightbox-stage { min-height: 0; display: grid; grid-template-columns: 56px minmax(0, 1fr) 56px; gap: 16px; align-items: center; touch-action: pan-y; }
.lightbox-figure { display: grid; grid-template-rows: minmax(0, 1fr) auto; height: 100%; min-height: 0; margin: 0; }
.lightbox-figure img { width: 100%; height: 100%; min-height: 0; object-fit: contain; opacity: 1; transform: scale(1); transition: opacity .46s cubic-bezier(.4,0,.2,1), transform .62s cubic-bezier(.2,.75,.25,1); }
.lightbox-caption { display: flex; justify-content: space-between; gap: 24px; min-height: 38px; padding-top: 12px; color: rgba(255,255,255,.8); font-size: 13px; opacity: 1; transform: none; transition: opacity .3s ease, transform .4s cubic-bezier(.2,.75,.25,1); }
.lightbox-figure.is-switching img { opacity: .08; transform: scale(.985); }
.lightbox-figure.is-switching .lightbox-caption { opacity: .35; transform: translateY(4px); }
.lightbox-counter { flex: 0 0 auto; color: rgba(255,255,255,.55); font-size: 11px; letter-spacing: .14em; white-space: nowrap; }
.lightbox-close,
.lightbox-nav,
.lightbox-control { border: 1px solid rgba(255,255,255,.42); background: rgba(255,255,255,.05); color: var(--white); cursor: pointer; transition: border-color .2s, background-color .2s, transform .2s; }
.lightbox-close:hover,
.lightbox-nav:hover,
.lightbox-control:hover,
.lightbox-close:focus-visible,
.lightbox-nav:focus-visible,
.lightbox-control:focus-visible { border-color: rgba(255,255,255,.9); background: rgba(255,255,255,.12); }
.lightbox-close:focus-visible,
.lightbox-nav:focus-visible,
.lightbox-control:focus-visible { outline: 2px solid var(--white); outline-offset: 3px; }
.lightbox-close { position: absolute; z-index: 3; top: 14px; right: 18px; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; font-size: 28px; line-height: 1; }
.lightbox-nav { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; font-size: 22px; }
.lightbox-nav:active,
.lightbox-control:active { transform: scale(.96); }
.lightbox-footer { display: flex; justify-content: flex-end; padding: 0 72px; }
.lightbox-actions { display: flex; gap: 8px; }
.lightbox-control { min-height: 42px; padding: 0 16px; font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.lightbox-control-icon { display: inline-block; min-width: 16px; margin-right: 8px; font-size: 14px; }
.lightbox-control[aria-pressed="true"] { border-color: var(--coral); background: rgba(216,85,55,.2); }
.lightbox-control[hidden],
.lightbox-nav[hidden] { display: none; }
.lightbox:fullscreen .lightbox-frame,
.lightbox:-webkit-full-screen .lightbox-frame { padding: 62px max(20px, 3vw) 20px; }

.booking-band { display: grid; grid-template-columns: 1.12fr .88fr; gap: 90px; align-items: center; background: var(--coral); color: var(--white); }
.intro-heading .display-title,
.story-copy .display-title,
.amenities-head .display-title,
.seasons-title-block .display-title,
.island-panel .display-title,
.tips-intro .display-title,
.gallery-head .display-title,
.booking-band .display-title { font-size: var(--section-title-size); line-height: .98; letter-spacing: -.04em; text-wrap: balance; }
.booking-host { display: grid; grid-template-columns: 180px 1fr; gap: 28px; align-items: center; padding: 22px; border: 1px solid rgba(255,255,255,.42); background: rgba(113, 40, 28, .14); will-change: transform; transition: box-shadow .35s, background-color .35s; }
.booking-host:hover { background: rgba(113,40,28,.23); box-shadow: 0 24px 60px rgba(91,31,21,.22); }
.booking-host figure { margin: 0; align-self: stretch; overflow: hidden; }
.booking-host figure img { width: 100%; height: 100%; min-height: 230px; object-fit: cover; object-position: center 43%; }
.booking-action { padding: 10px 8px 10px 0; }
.booking-host-label { margin: 0 0 8px !important; font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.booking-action h3 { margin: 0 0 18px; font: 400 32px/1 var(--serif); }
.booking-action p { margin: 0 0 28px; }

.site-footer { position: relative; overflow: hidden; background: var(--ink-deep); color: rgba(255,255,255,.76); }
.footer-lead { position: relative; isolation: isolate; display: flex; align-items: center; padding: 120px max(32px, calc((100vw - 1240px) / 2)) 90px; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,.16); }
.footer-lead::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(100deg, rgba(5,35,43,.94) 0%, rgba(5,35,43,.82) 52%, rgba(5,35,43,.64) 100%); }
.footer-lead-media { position: absolute; z-index: -2; inset: 0; }
.footer-lead-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 52%; filter: saturate(.82) contrast(1.04); transform: scale(1.015); }
.footer-lead-content { width: min(980px, 100%); }
.footer-lead h2 { margin: 0 0 45px; color: var(--white); font: 400 clamp(4rem, 8vw, 8rem)/.9 var(--serif); letter-spacing: -.05em; }
.footer-details { width: var(--content); margin: 0 auto; padding-bottom: 30px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; padding: 60px 0; }
.footer-grid p { margin: 0; }
.footer-title { margin-bottom: 16px !important; color: var(--white); font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.footer-grid a { text-decoration: none; }
.footer-grid a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.16); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.footer-bottom a { text-decoration: none; }

.subhero { position: relative; min-height: 640px; height: 72vh; overflow: hidden; background: var(--ink-deep); color: var(--white); }
.subhero-media { position: absolute; inset: -8%; }
.subhero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,27,32,.7), rgba(4,27,32,.18)); }
.subhero-media img { width: 100%; height: 116%; object-fit: cover; }
.subhero-content { position: relative; z-index: 1; width: var(--content); height: 100%; margin: 0 auto; display: flex; flex-direction: column; justify-content: end; padding-bottom: 80px; }
.subhero-content .display-title { font-size: clamp(4.4rem, 9vw, 9rem); }
.inquiry-hero-cta { align-self: flex-start; margin-top: 34px; }
.inquiry-proof-shell { position: relative; z-index: 4; width: var(--content); margin: -44px auto 0; }
.inquiry-proof-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0; background: var(--white); box-shadow: 0 24px 70px rgba(9,40,48,.14); }
.inquiry-proof-strip div { min-width: 0; padding: 27px 30px 25px; border-left: 1px solid var(--line); }
.inquiry-proof-strip div:first-child { border-left: 0; }
.inquiry-proof-strip dt { overflow-wrap: anywhere; color: var(--ink); font: 400 clamp(1.7rem, 2.5vw, 2.55rem)/1 var(--serif); letter-spacing: -.025em; }
.inquiry-proof-strip dd { margin: 10px 0 0; color: rgba(9,40,48,.62); font-size: 9px; font-weight: 700; letter-spacing: .13em; line-height: 1.45; text-transform: uppercase; }
.inquiry-page .availability { padding-top: 104px; }
.availability { display: grid; grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr); gap: 110px; align-items: start; overflow: hidden; background: var(--foam); }
.availability-intro { position: sticky; top: 118px; }
.availability-intro h2 { max-width: 510px; margin: 0 0 28px; font: 400 clamp(2.8rem, 4.8vw, 4.5rem)/.98 var(--serif); letter-spacing: -.035em; text-wrap: balance; }
.availability-copy > p:not(.eyebrow) { max-width: 500px; }
.availability-selection { min-width: 0; }
.availability-steps { margin: 44px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.availability-steps li { display: grid; grid-template-columns: 48px 1fr; gap: 12px; align-items: center; min-height: 65px; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 650; }
.availability-steps li > span { color: var(--coral); font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.availability-steps a { text-decoration-thickness: 1px; text-underline-offset: 5px; }
#verfuegbarkeit, #wunschzeitraum, #anfrageformular { scroll-margin-top: 96px; }
.stay-picker { min-width: 0; }
.stay-picker-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 36px 0 0; }
.stay-picker-summary > div { min-width: 0; padding: 18px 20px; border: 1px solid var(--line); background: var(--white); }
.stay-picker-summary dt { margin-bottom: 7px; color: var(--coral); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.stay-picker-summary dd { margin: 0; color: var(--ink); font: 400 22px/1.2 var(--serif); }
.stay-picker-status { min-height: 24px; margin: 18px 0 0; color: rgba(9,40,48,.7); font-size: 13px; }
.stay-picker-status.is-error { color: #8c2f25; }
.stay-picker-actions { display: flex; flex-wrap: wrap; gap: 14px 22px; align-items: center; margin-top: 28px; }
.stay-picker-actions .button:disabled { cursor: not-allowed; opacity: .42; transform: none; box-shadow: none; }
.stay-picker-clear { padding: 10px 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--ink); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.stay-picker-clear:hover { color: var(--coral); }
.stay-picker-sync { display: flex; align-items: center; gap: 9px; margin: 28px 0 0 !important; color: rgba(9,40,48,.64); font-size: 11px; }
.stay-picker-sync > span { width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: var(--coral); animation: availability-pulse 1.1s ease-in-out infinite alternate; }
.stay-picker-sync.is-ready > span { background: #41806d; animation: none; }
.stay-picker-sync.is-error > span { background: #a44537; animation: none; }
.stay-picker-note { max-width: 540px; margin: 16px 0 0 !important; padding-left: 18px; border-left: 2px solid var(--coral); color: rgba(9,40,48,.65); font-size: 12px; line-height: 1.65; }
.stay-picker-note a { text-underline-offset: 3px; }
@keyframes availability-pulse { to { opacity: .35; } }
.stay-calendar { min-width: 0; overflow: hidden; border: 1px solid var(--line); background: var(--white); box-shadow: 18px 18px 0 var(--sand); }
.stay-calendar-kicker { min-height: 54px; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 0 24px; background: var(--ink); color: var(--white); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.stay-calendar-kicker span:last-child { color: #f0b49f; }
.stay-calendar-head { display: grid; grid-template-columns: 48px 1fr 48px; align-items: center; gap: 14px; padding: 32px 30px 26px; }
.stay-calendar-head h3 { margin: 0; color: var(--ink); font: 400 clamp(1.8rem, 3vw, 2.7rem)/1 var(--serif); text-align: center; }
.stay-calendar-nav { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--line); background: transparent; color: var(--ink); font-size: 20px; cursor: pointer; transition: border-color .2s, background-color .2s, color .2s; }
.stay-calendar-nav:hover:not(:disabled) { border-color: var(--ink); background: var(--ink); color: var(--white); }
.stay-calendar-nav:disabled { cursor: not-allowed; opacity: .28; }
.stay-calendar-weekdays, .stay-calendar-days { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 5px; }
.stay-calendar-weekdays, .stay-calendar-days { margin-right: 30px; margin-left: 30px; }
.stay-calendar-weekdays { margin-bottom: 8px; }
.stay-calendar-weekdays span { padding: 8px 0; color: rgba(9,40,48,.56); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-align: center; text-transform: uppercase; }
.stay-calendar-day, .stay-calendar-placeholder { min-width: 0; aspect-ratio: 1; }
.stay-calendar-day { position: relative; display: grid; place-items: center; min-height: 46px; border: 1px solid transparent; background: var(--foam); color: var(--ink); font-size: 13px; font-weight: 650; cursor: pointer; transition: border-color .18s, background-color .18s, color .18s, transform .18s; }
.stay-calendar-day:hover:not(:disabled) { z-index: 1; border-color: var(--coral); color: var(--coral); transform: translateY(-2px); }
.stay-calendar-day:focus-visible { z-index: 2; outline: 2px solid var(--coral); outline-offset: 2px; }
.stay-calendar-day.is-occupied { background: repeating-linear-gradient(135deg, #f2e7e1 0, #f2e7e1 5px, #eadbd4 5px, #eadbd4 10px); color: rgba(9,40,48,.42); }
.stay-calendar-day.is-no-arrival:not(.is-occupied) { background: #f1eee7; color: rgba(9,40,48,.52); }
.stay-calendar-day.is-in-range:not(.is-range-start):not(.is-range-end) { background: var(--coral-soft); color: var(--ink); }
.stay-calendar-day.is-range-start, .stay-calendar-day.is-range-end { border-color: var(--coral); background: var(--coral); color: var(--white); }
.stay-calendar-day.is-today::after { content: ""; position: absolute; bottom: 6px; width: 4px; height: 4px; border-radius: 50%; background: var(--coral); }
.stay-calendar-day.is-range-start::after, .stay-calendar-day.is-range-end::after { background: var(--white); }
.stay-calendar-day:disabled { cursor: not-allowed; opacity: .28; }
.stay-calendar-day.is-occupied:disabled { opacity: 1; }
.stay-calendar-day.is-no-arrival:disabled { opacity: .68; }
.stay-calendar-day.is-in-range:disabled { opacity: 1; }
.stay-calendar-legend { display: flex; flex-wrap: wrap; gap: 12px 20px; margin: 25px 30px 30px; padding-top: 22px; border-top: 1px solid var(--line); color: rgba(9,40,48,.66); font-size: 10px; }
.stay-calendar-legend > span { display: inline-flex; align-items: center; gap: 7px; }
.stay-calendar-legend i { width: 14px; height: 14px; flex: 0 0 auto; border: 1px solid var(--line); background: var(--foam); }
.stay-calendar-legend i.is-occupied { background: repeating-linear-gradient(135deg, #f2e7e1 0, #f2e7e1 3px, #ddc9c0 3px, #ddc9c0 6px); }
.stay-calendar-legend i.is-no-arrival { background: #f1eee7; }
.stay-calendar-legend i.is-selected { border-color: var(--coral); background: var(--coral); }
.stay-calendar-error { margin: 0 30px 30px; padding: 24px; border: 1px solid #d9b4aa; background: #fbf3ef; }
.stay-calendar-error[hidden] { display: none; }
.stay-calendar-error h4 { margin: 0 0 8px; font: 400 1.65rem/1.1 var(--serif); }
.stay-calendar-error p { margin: 0 0 14px; color: rgba(9,40,48,.7); font-size: 12px; }
.inquiry-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 110px; background: var(--white); }
.inquiry-intro h2 { margin: 0 0 28px; font: 400 clamp(2.5rem, 4.4vw, 4.8rem)/1 var(--serif); }
.inquiry-intro > p { max-width: 500px; }
.contact-card { margin-top: 58px; padding: 30px; border: 1px solid var(--line); }
.contact-card--host { padding: 0; overflow: hidden; }
.contact-card-photo { margin: 0; aspect-ratio: 4 / 3; overflow: hidden; background: var(--sand); }
.contact-card-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 43%; }
.contact-card-content { padding: 30px; }
.contact-card-label { margin-top: 0; color: var(--coral); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.contact-card-content > a { display: block; margin: 6px 0; font: 400 25px/1.2 var(--serif); text-decoration: none; }
.contact-card-content > p:last-child { margin: 28px 0 0; font-size: 14px; }
.inquiry-form { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 22px; }
.field { display: flex; flex-direction: column; }
.field--full { grid-column: 1 / -1; }
.field label { margin-bottom: 9px; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; color: var(--ink-deep); padding: 12px 2px 13px; transition: border-color .2s, box-shadow .2s; }
.field textarea { border: 1px solid var(--line); padding: 15px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 0; border-color: var(--sea); box-shadow: 0 1px 0 var(--sea); }
.field small { margin-top: 7px; font-size: 12px; }
.field--error input, .field--error select, .field--error textarea { border-color: #a62f22; }
.field--error small { color: #a62f22; }
.checkbox-field { display: grid; grid-template-columns: 22px 1fr; gap: 10px; }
.checkbox-field input { width: 18px; height: 18px; margin-top: 4px; accent-color: var(--ink); }
.checkbox-field label { margin: 0; font-size: 13px; font-weight: 400; letter-spacing: 0; line-height: 1.55; text-transform: none; }
.checkbox-field small { grid-column: 2; }
.form-note { margin: -12px 0 0; color: rgba(9,40,48,.55); font-size: 11px; }
.form-alert { margin-bottom: 28px; padding: 18px 20px; border-left: 4px solid #a62f22; background: #faece8; color: #6c2018; }
.form-success { padding: 60px; background: var(--sand); }
.form-success > span { display: grid; place-items: center; width: 56px; height: 56px; border: 1px solid var(--ink); border-radius: 50%; font-size: 22px; }
.form-success h2 { margin: 42px 0 20px; font: 400 clamp(2.8rem, 5vw, 5rem)/1 var(--serif); }
.form-success .text-link { margin-top: 26px; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.location-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: end; padding: 100px max(32px, calc((100vw - 1240px) / 2)); background: var(--sand); }
.location-strip h2 { margin: 0; font: 400 clamp(2.8rem, 5vw, 5rem)/1 var(--serif); }
.location-strip > div:last-child { max-width: 480px; padding-bottom: 8px; }

.legal-main { padding-top: 76px; background: var(--white); }
.legal-hero { padding: 130px max(32px, calc((100vw - 1000px) / 2)) 70px; background: var(--sand); }
.legal-content { width: min(820px, calc(100vw - 64px)); margin: 0 auto; padding: 90px 0 140px; }
.legal-content h2 { margin: 64px 0 18px; scroll-margin-top: 110px; font: 400 32px/1.2 var(--serif); }
.legal-content h2:first-of-type { margin-top: 0; }
.legal-content h3 { margin: 30px 0 12px; color: var(--ink); font-size: 16px; line-height: 1.4; }
.legal-content p, .legal-content li { color: rgba(9,40,48,.78); }
.legal-content ul { padding-left: 24px; }
.legal-content li + li { margin-top: 8px; }
.legal-content a { text-decoration-thickness: 1px; text-underline-offset: 3px; }
.legal-content code { padding: 2px 5px; border-radius: 3px; background: var(--foam); color: var(--ink); font-size: .88em; }
.legal-intro { margin: 0 0 56px; color: var(--ink) !important; font: 400 clamp(1.35rem, 2.4vw, 1.75rem)/1.45 var(--serif); }
.legal-date { margin-top: 36px; font-size: 13px; }

.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.75,.25,1); }
.js .reveal.is-visible { opacity: 1; transform: none; }
.js .reveal-image { overflow: hidden; }
.js .reveal-image img { clip-path: inset(0 0 100% 0); transform: scale(1.06); transition: clip-path 1.1s cubic-bezier(.7,0,.2,1), transform 1.2s cubic-bezier(.2,.75,.25,1); }
.js .reveal-image.is-visible img { clip-path: inset(0); transform: scale(1); }

@media (max-width: 1100px) {
    .section-index { display: none; }
    .story { grid-template-columns: .9fr 1.1fr; gap: 60px; }
    .story-images { min-height: 980px; }
    .amenity-grid { grid-template-columns: 1fr 1fr; }
    .amenity-card:nth-child(2) { border-right: 0; }
    .amenity-card:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.22); }
    .gallery-grid { grid-auto-rows: clamp(190px, 22vw, 250px); }
}

@media (max-width: 860px) {
    :root { --content: calc(100vw - 40px); --section-title-size: clamp(3.1rem, 9vw, 4.5rem); }
    .site-header { height: 76px; padding: 0 20px; }
    .nav-toggle { display: block; position: relative; z-index: 2; }
    .nav-toggle[aria-expanded="true"] { color: var(--white); }
    .nav-toggle[aria-expanded="true"] span:nth-of-type(1) { transform: translateY(4px) rotate(45deg); }
    .nav-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(-4px) rotate(-45deg); }
    .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 24px; padding: 100px 32px 50px; background: var(--ink-deep); color: var(--white); transform: translateX(100%); transition: transform .4s cubic-bezier(.7,0,.2,1); font: 400 34px/1.1 var(--serif); letter-spacing: -.02em; text-transform: none; }
    .site-nav.is-open { transform: none; }
    body.nav-open .site-header { height: 76px; background: transparent; color: var(--white); box-shadow: none; backdrop-filter: none; }
    .site-nav a { width: 100%; padding-bottom: 12px; border-bottom: 1px solid rgba(255, 253, 248, .24); }
    .nav-cta { border: 0; color: #f0b49f; }
    .section { padding: 96px 20px; }
    .gallery { padding-right: 0; padding-bottom: 0; padding-left: 0; }
    .parallax-shell { opacity: .65; }
    .parallax-shell--one { top: 4%; right: 1%; }
    .parallax-shell--two { bottom: 2%; }
    .hero { min-height: 720px; }
    .hero-content { grid-template-columns: 1fr; grid-template-rows: 1fr auto auto; padding: 110px 0 80px; }
    .hero-title { grid-column: 1; font-size: clamp(4.2rem, 18vw, 8.5rem); }
    .hero-title em { margin-left: .16em; }
    .hero-meta { grid-column: 1; grid-row: 3; margin-top: 44px; padding: 0; border: 0; }
    .hero-meta { max-width: 420px; padding: 20px 22px; border-left: 3px solid rgba(255,255,255,.78); }
    .hero-content > .eyebrow { grid-row: 1; }
    .scroll-cue, .hero-index { display: none; }
    .hero-slider-controls { right: 20px; bottom: 24px; left: auto; transform: none; }
    .intro { grid-template-columns: 1fr; gap: 36px; }
    .intro-heading, .intro-copy { grid-column: 1; padding-top: 0; }
    .intro-house { width: 100%; aspect-ratio: 16 / 8; }
    .apartment-overview { min-height: 820px; grid-template-columns: 1fr; grid-template-rows: 1fr auto; gap: 64px; }
    .apartment-overview-shade { background: linear-gradient(90deg, rgba(4,27,32,.92) 0%, rgba(4,27,32,.66) 70%, rgba(4,27,32,.42) 100%), linear-gradient(0deg, rgba(4,27,32,.96) 0%, rgba(4,27,32,.2) 68%); }
    .apartment-overview-copy { grid-column: 1; max-width: 600px; padding-top: 45px; }
    .apartment-overview-data { grid-column: 1; }
    .overview-facts, .overview-facts[data-count] { grid-template-columns: 1fr 1fr; }
    .overview-facts div { min-height: 116px; padding: 24px 22px; }
    .overview-facts div:nth-child(odd) { padding-left: 0; border-left: 0; }
    .overview-facts div:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.22); }
    .story { grid-template-columns: 1fr; gap: 70px; }
    .story-copy { position: static; }
    .story-images { min-height: 1050px; }
    .amenities-head { grid-template-columns: 1fr; gap: 38px; }
    .amenity-gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
    .seasons-title-block { width: 100%; }
    .season-stage { grid-template-columns: 1fr; grid-template-rows: auto; gap: 28px; }
    .season-image { grid-column: 1; grid-row: 1; width: 82%; }
    .season-copy { grid-column: 1; grid-row: 2; width: 82%; padding: 40px; justify-self: end; }
    .season-image--offset { grid-column: 1; grid-row: 3; width: 82%; justify-self: start; }
    .island { min-height: 760px; }
    .island-panel { padding-top: 150px; margin-left: 20px; }
    .tips-intro { display: block; }
    .tips-columns { grid-template-columns: 1fr; margin-top: 70px; }
    .tip-group, .tip-group + .tip-group { padding: 30px 0 45px; border-left: 0; border-bottom: 1px solid var(--line); }
    .tip-number { margin-bottom: 24px; }
    .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: clamp(190px, 38vw, 280px); gap: 5px; }
    .booking-band { grid-template-columns: 1fr; gap: 44px; }
    .booking-host { grid-template-columns: 220px 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .inquiry-proof-shell { width: calc(100vw - 40px); margin-top: -34px; }
    .inquiry-proof-strip { grid-template-columns: 1fr 1fr; }
    .inquiry-proof-strip div:nth-child(odd) { border-left: 0; }
    .inquiry-proof-strip div:nth-child(n+3) { border-top: 1px solid var(--line); }
    .inquiry-page .availability { padding-top: 82px; }
    .availability { grid-template-columns: 1fr; gap: 70px; }
    .availability-intro { position: static; display: contents; }
    .availability-copy { order: 1; }
    .stay-picker { order: 2; width: 100%; }
    .availability-selection { order: 3; }
    .availability-selection .stay-picker-summary { margin-top: 0; }
    .inquiry-layout { grid-template-columns: 1fr; gap: 70px; }
    .location-strip { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 560px) {
    :root { --section-title-size: clamp(2.75rem, 11.5vw, 3.8rem); }
    body { font-size: 16px; }
    .brand-mark { width: 38px; height: 38px; font-size: 24px; }
    .parallax-shell--two, .parallax-shell--four { display: none; }
    .brand-copy strong { font-size: 21px; }
    .hero { min-height: 680px; }
    .hero-media { inset: -4%; }
    .hero-slide img { height: 108%; }
    .hero-title { font-size: clamp(3.7rem, 18vw, 6rem); line-height: .82; }
    .hero-meta p { font-size: 15px; }
    .hero-slider-controls > button:not(.hero-slider-toggle) { width: 22px; }
    .display-title { font-size: clamp(3rem, 14vw, 5rem); }
    .intro-heading .display-title span { white-space: normal; }
    .apartment-overview { min-height: 820px; padding-top: 88px; padding-bottom: 74px; }
    .apartment-overview-media img { object-position: 58% center; }
    .apartment-overview-copy { padding-top: 20px; }
    .apartment-overview-copy .lead { margin: 28px 0 24px; }
    .overview-facts div, .overview-facts[data-count="5"] div, .overview-facts[data-count="6"] div { min-height: 104px; padding: 20px 10px; }
    .overview-facts dt, .overview-facts[data-count="5"] dt, .overview-facts[data-count="6"] dt { font-size: clamp(1.75rem, 8.6vw, 3rem); }
    .overview-facts dd { margin-top: 9px; font-size: 8px; }
    .overview-details { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 18px; }
    .overview-details li { align-items: flex-start; font-size: 10px; line-height: 1.45; }
    .overview-details li::before { margin-top: 4px; }
    .story-images { min-height: 730px; }
    .story-title span, .story-title em { white-space: normal; }
    .image-frame--portrait { width: 86%; }
    .image-frame--landscape { top: 43%; width: 77%; box-shadow: 12px 12px 0 var(--white); }
    .image-frame--small { width: 44%; }
    .amenity-grid { grid-template-columns: 1fr; }
    .amenity-card, .amenity-card + .amenity-card { min-height: auto; padding: 28px 0 42px; border-right: 0; border-top: 1px solid rgba(255,255,255,.22); }
    .amenity-card h3 { margin: 26px 0 14px; }
    .amenity-card.is-active::after, .amenity-card + .amenity-card.is-active::after { right: 0; bottom: 20px; left: 0; }
    .amenity-gallery { grid-template-columns: 1fr; }
    .amenity-gallery { gap: 12px; }
    .season-stage { margin-top: 55px; gap: 20px; }
    .season-image { width: 100%; }
    .season-copy { width: 100%; padding: 28px; }
    .season-copy p:first-child { font-size: 1.65rem; }
    .season-image--offset { width: 100%; }
    .island-panel { width: calc(100% - 40px); }
    .gallery-head { display: block; }
    .gallery-note { margin-top: 24px; }
    .gallery-grid { grid-auto-rows: 48vw; gap: 4px; }
    .gallery-item--wide { grid-column: span 2; }
    .lightbox-frame { gap: 10px; padding: 58px 12px 14px; }
    .lightbox-stage { position: relative; display: block; min-height: 0; }
    .lightbox-figure { height: 100%; }
    .lightbox-caption { min-height: 52px; padding: 11px 48px 0 4px; font-size: 12px; line-height: 1.45; }
    .lightbox-nav { position: absolute; z-index: 2; top: calc(50% - 46px); width: 48px; height: 48px; background: rgba(4,24,29,.72); }
    .lightbox-nav--previous { left: 8px; }
    .lightbox-nav--next { right: 8px; }
    .lightbox-footer { padding: 0; }
    .lightbox-actions { width: 100%; }
    .lightbox-control { flex: 1; padding: 0 10px; }
    .lightbox-control-icon { margin-right: 5px; }
    .footer-lead { padding: 96px 20px 80px; }
    .booking-host { grid-template-columns: 1fr; padding: 14px; }
    .booking-host figure { aspect-ratio: 16 / 10; }
    .booking-host figure img { min-height: 0; }
    .booking-action { padding: 14px 8px 12px; }
    .footer-grid { grid-template-columns: 1fr; gap: 38px; }
    .footer-bottom { gap: 20px; }
    .subhero { min-height: 580px; height: 75svh; }
    .subhero-content { padding-bottom: 55px; }
    .subhero-content .display-title { font-size: clamp(3.7rem, 18vw, 6.2rem); }
    .inquiry-hero-cta { margin-top: 26px; }
    .inquiry-proof-shell { margin-top: -24px; }
    .inquiry-proof-strip div { padding: 19px 17px 18px; }
    .inquiry-proof-strip dt { font-size: clamp(1.4rem, 6.6vw, 1.85rem); }
    .inquiry-proof-strip dd { margin-top: 7px; font-size: 7px; }
    .inquiry-page .availability { padding-top: 68px; }
    .availability { gap: 42px; }
    .stay-picker-summary { margin-top: 0; }
    .stay-picker-summary > div { padding: 15px 13px; }
    .stay-picker-summary dd { font-size: 18px; }
    .stay-picker-actions { align-items: stretch; }
    .stay-picker-actions .button { width: 100%; }
    .stay-picker-clear { justify-self: start; }
    .stay-calendar { box-shadow: 9px 9px 0 var(--sand); }
    .stay-calendar-kicker { min-height: 48px; padding: 0 14px; font-size: 8px; }
    .stay-calendar-head { grid-template-columns: 42px 1fr 42px; gap: 8px; padding: 24px 13px 20px; }
    .stay-calendar-nav { width: 42px; height: 42px; }
    .stay-calendar-head h3 { font-size: 1.7rem; }
    .stay-calendar-weekdays, .stay-calendar-days { gap: 3px; }
    .stay-calendar-weekdays, .stay-calendar-days { margin-right: 13px; margin-left: 13px; }
    .stay-calendar-day { min-height: 40px; font-size: 12px; }
    .stay-calendar-legend { gap: 10px 14px; margin: 22px 13px 24px; }
    .stay-calendar-error { margin: 0 13px 24px; padding: 20px; }
    .inquiry-form { grid-template-columns: 1fr; }
    .field, .field--full { grid-column: 1; }
    .form-success { padding: 34px 24px; }
    .legal-hero { padding: 100px 20px 55px; }
    .legal-content { width: calc(100vw - 40px); padding: 70px 0 100px; }
}

@media (max-width: 860px) {
    .impressions-teaser { min-height: 720px; grid-template-columns: 1fr; gap: 38px; padding-right: 20px; padding-left: 20px; }
    .impressions-teaser-content strong { max-width: 680px; }
    .impressions-teaser-count { justify-self: start; align-self: end; min-width: 124px; width: 124px; }
}

@media (max-width: 560px) {
    .impressions-teaser { min-height: 660px; align-content: end; padding-top: 82px; padding-bottom: 52px; }
    .impressions-teaser-shade { background: linear-gradient(0deg, rgba(4,27,32,.92) 0%, rgba(4,27,32,.5) 70%, rgba(4,27,32,.22) 100%); }
    .impressions-teaser-content strong { font-size: clamp(3.2rem, 15vw, 4.8rem); }
    .impressions-teaser-content > span { margin-top: 26px; font-size: 1rem; }
    .impressions-teaser-content em { margin-top: 28px; }
    .impressions-teaser-count { position: absolute; top: 32px; right: 20px; min-width: 104px; width: 104px; padding: 16px 12px; }
    .impressions-teaser-count b { 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; scroll-behavior: auto !important; }
    .js .reveal { opacity: 1; transform: none; }
    .js .reveal-image img { clip-path: none; transform: none; }
}
