:root {
  --navy: #082a4a;
  --navy-soft: #143d5d;
  --teal: #3b8f94;
  --ivory: #f7f3ea;
  --paper: #efe9dc;
  --saffron: #e59b2f;
  --ink: #102d43;
  --white: #fffdf8;
  --muted: #617582;
  --rule: rgba(8, 42, 74, .17);
  --serif: Georgia, "Times New Roman", Times, serif;
  --sans: Inter, "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ivory); }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--ivory); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body::selection { color: var(--white); background: var(--teal); }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--saffron); outline-offset: 4px; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
[hidden], .lightbox[hidden] { display: none !important; }

.site-intro { position: fixed; inset: 0; z-index: 999; display: grid; place-content: center; gap: 20px; color: var(--white); background: var(--navy); transition: opacity .6s ease .35s, visibility .6s ease .35s; }
.site-intro--done { opacity: 0; visibility: hidden; }
.site-intro__mark { display: flex; align-items: center; gap: 18px; }
.site-intro__mark span { width: 58px; height: 1px; background: rgba(255,255,255,.4); transform: scaleX(0); animation: introLine .7s ease forwards; }
.site-intro__mark b { font: 400 52px/1 var(--serif); opacity: 0; animation: introMark .6s ease .15s forwards; }
.site-intro p { margin: 0; font-size: 9px; font-weight: 700; letter-spacing: .28em; text-align: center; text-transform: uppercase; opacity: 0; animation: introMark .5s ease .32s forwards; }
@keyframes introLine { to { transform: scaleX(1); } }
@keyframes introMark { to { opacity: 1; } }

.topbar { min-height: 38px; display: flex; align-items: center; justify-content: space-between; padding: 0 4.5vw; color: rgba(255,253,248,.75); background: var(--navy); border-bottom: 1px solid rgba(255,255,255,.12); font-size: 9px; font-weight: 650; letter-spacing: .18em; text-transform: uppercase; }
.topbar a { color: inherit; text-decoration: none; }
.site-header { height: 94px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 4.5vw; color: var(--white); background: var(--navy); }
.menu-button { justify-self: start; display: grid; grid-template-columns: 28px auto; align-items: center; gap: 5px 13px; padding: 8px 0; color: inherit; background: none; border: 0; cursor: pointer; font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.menu-button i { grid-column: 1; display: block; width: 28px; height: 1px; background: currentColor; transition: width .25s ease; }
.menu-button i:nth-child(2) { width: 18px; }
.menu-button span { grid-column: 2; grid-row: 1 / span 2; }
.menu-button:hover i:nth-child(2) { width: 28px; }
.wordmark { justify-self: center; color: inherit; text-align: center; text-decoration: none; }
.wordmark strong { display: block; font: 400 30px/.9 var(--serif); letter-spacing: .045em; }
.wordmark span { display: block; margin-top: 9px; font-size: 7px; font-weight: 700; letter-spacing: .3em; text-transform: uppercase; }
.header-book { justify-self: end; display: inline-flex; align-items: center; gap: 14px; padding: 0 0 7px; border-bottom: 1px solid var(--saffron); text-decoration: none; font-size: 9px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.header-book span { transition: transform .25s ease; }
.header-book:hover span { transform: translate(3px,-3px); }

.menu-panel { position: fixed; inset: 0; z-index: 100; display: grid; grid-template-rows: 1fr auto; padding: 10vh 8vw 6vh; color: var(--white); background: var(--navy); opacity: 0; visibility: hidden; transform: translateY(-18px); transition: opacity .4s ease, transform .4s ease, visibility .4s; }
.menu-panel--open { opacity: 1; visibility: visible; transform: none; }
.menu-close { position: absolute; top: 34px; right: 4.5vw; width: 46px; height: 46px; color: var(--white); background: none; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; cursor: pointer; font: 300 28px/1 var(--sans); }
.menu-panel nav { width: min(900px, 100%); display: grid; align-content: center; }
.menu-panel nav a { display: grid; grid-template-columns: 60px auto; align-items: baseline; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.14); text-decoration: none; font: 400 clamp(38px, 5.5vw, 78px)/1 var(--serif); transition: color .25s ease, padding-left .25s ease; }
.menu-panel nav a:hover { padding-left: 14px; color: var(--saffron); }
.menu-panel nav a[aria-current="page"] { color: var(--saffron); }
.menu-panel nav span { color: var(--teal); font: 700 9px/1 var(--sans); letter-spacing: .16em; }
.menu-panel__foot { display: flex; justify-content: space-between; font-size: 9px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.menu-panel__foot a { color: var(--saffron); }

.display { margin: 0; color: var(--navy); font: 400 clamp(43px, 5vw, 78px)/.97 var(--serif); letter-spacing: -.047em; }
.display em { color: var(--teal); font-weight: 400; }
.display--hero { font-size: clamp(58px, 6.4vw, 102px); line-height: .88; }
.display--light { color: var(--white); }
.display--light em { color: var(--saffron); }
.eyebrow { display: flex; align-items: center; gap: 16px; margin: 0 0 23px; color: var(--teal); font-size: 9px; font-weight: 750; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 38px; height: 1px; flex: none; background: currentColor; }
.eyebrow--light { color: var(--saffron); }
.section { padding: 110px 4.5vw; }
.section--paper { background: var(--paper); }
.section--navy { color: var(--white); background: var(--navy); }
.section-heading { display: grid; grid-template-columns: 45px 1fr; gap: 26px; }
.section-no { padding-top: 9px; color: var(--saffron); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.text-link { display: inline-flex; align-items: center; gap: 14px; padding-bottom: 7px; color: var(--navy); border-bottom: 1px solid var(--saffron); text-decoration: none; font-size: 9px; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; }
.text-link span, .text-link b { transition: transform .25s ease; }
.text-link:hover span, .text-link:hover b { transform: translateX(4px); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 26px; color: var(--white); background: var(--navy); border: 0; text-decoration: none; cursor: pointer; font-size: 9px; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; transition: color .25s ease, background .25s ease, transform .25s ease; }
.button:hover { color: var(--white); background: var(--teal); transform: translateY(-2px); }
.button--saffron { background: var(--saffron); }
.button--saffron:hover { background: var(--teal); }
.button--light { color: var(--navy); background: var(--white); }

.home-hero { position: relative; display: grid; grid-template-columns: 55% 45%; min-height: 650px; padding-bottom: 45px; }
.home-hero__copy { display: flex; flex-direction: column; justify-content: center; padding: 68px 4.5vw 58px; }
.hero-lede { width: min(460px, 84%); margin: 34px 0 0 96px; padding-left: 24px; color: #405767; border-left: 1px solid var(--saffron); font: 400 17px/1.6 var(--serif); }
.hero-actions { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-top: 42px; }
.circle-link { display: inline-flex; align-items: center; gap: 15px; color: var(--navy); text-decoration: none; font-size: 9px; font-weight: 750; letter-spacing: .19em; text-transform: uppercase; }
.circle-link span { display: grid; width: 44px; height: 44px; place-items: center; color: var(--white); background: var(--teal); border-radius: 50%; font-size: 17px; transition: background .25s ease, transform .25s ease; }
.circle-link:hover span { background: var(--navy); transform: translateX(4px); }
.hero-count { color: #788994; font: 400 15px/1 var(--serif); }
.hero-count b { color: var(--navy); font-size: 28px; font-weight: 400; }
.home-hero__visual { position: relative; min-height: 650px; overflow: hidden; background: var(--navy); }
.home-hero__visual img { filter: saturate(.86) contrast(1.04); transition: transform 1.4s cubic-bezier(.2,.7,.2,1); }
.home-hero__visual:hover img { transform: scale(1.025); }
.home-hero__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,42,74,.05), rgba(8,42,74,.55)); pointer-events: none; }
.home-hero__visual p { position: absolute; z-index: 1; right: 38px; bottom: 40px; max-width: 280px; margin: 0; color: var(--white); text-align: right; font: 400 18px/1.4 var(--serif); }
.image-label { position: absolute; z-index: 1; top: 34px; right: 34px; padding: 9px 12px; color: var(--white); border: 1px solid rgba(255,255,255,.55); font-size: 8px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.booking-bar { position: absolute; z-index: 3; right: 4.5vw; bottom: 4px; width: min(900px, 78vw); display: grid; grid-template-columns: repeat(3,1fr) 200px; color: var(--navy); background: var(--white); box-shadow: 0 20px 58px rgba(8,42,74,.18); }
.booking-bar > a { min-height: 84px; display: flex; flex-direction: column; justify-content: center; padding: 15px 22px; border-right: 1px solid var(--rule); text-decoration: none; }
.booking-bar small { margin-bottom: 7px; color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.booking-bar strong { font: 400 16px/1 var(--serif); }
.booking-bar .booking-bar__cta { align-items: center; color: var(--white); background: var(--saffron); border: 0; font-size: 9px; font-weight: 750; letter-spacing: .15em; text-align: center; text-transform: uppercase; transition: background .25s ease; }
.booking-bar .booking-bar__cta:hover { background: var(--teal); }

.stays-intro { display: grid; grid-template-columns: 1.2fr .8fr; gap: 7vw; align-items: end; }
.fact-row { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.fact-row div { min-height: 100px; display: grid; place-content: center; padding: 14px; border-right: 1px solid var(--rule); }
.fact-row div:last-child { border-right: 0; }
.fact-row strong { color: var(--navy); font: 400 31px/1 var(--serif); }
.fact-row span { margin-top: 7px; color: var(--muted); font-size: 7px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.stay-cards { display: grid; gap: 90px; padding-top: 30px; }
.stay-card { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 560px; }
.stay-card--reverse { grid-template-columns: .85fr 1.15fr; }
.stay-card--reverse .stay-card__image { order: 2; }
.stay-card__image { min-height: 560px; overflow: hidden; }
.stay-card__image img { transition: transform .8s ease; }
.stay-card:hover .stay-card__image img { transform: scale(1.025); }
.stay-card__body { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 7vw; background: var(--paper); }
.stay-card__body h3 { margin: 0 0 25px; color: var(--navy); font: 400 clamp(47px,5vw,75px)/1 var(--serif); letter-spacing: -.04em; }
.stay-card__body > p:not(.eyebrow) { max-width: 460px; margin: 0 0 34px; color: #526774; font: 400 16px/1.7 var(--serif); }
.card-number { position: absolute; top: 34px; right: 38px; color: var(--saffron); font-size: 9px; font-weight: 750; letter-spacing: .16em; }
.editorial-split { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 680px; padding-inline: 0; padding-bottom: 0; }
.editorial-split__image { min-height: 680px; }
.editorial-split__copy { align-self: center; padding: 7vw; }
.editorial-split__copy > p:not(.eyebrow) { margin: 32px 0; color: #526774; font: 400 17px/1.7 var(--serif); }
.reviews { display: grid; grid-template-columns: .75fr 1.25fr; gap: 7vw; }
.review-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.review-grid blockquote { margin: 0; padding: 0 28px; border-left: 1px solid rgba(255,255,255,.17); }
.review-grid blockquote > span { color: var(--saffron); font-size: 8px; font-weight: 700; letter-spacing: .15em; }
.review-grid p { min-height: 175px; margin: 36px 0 20px; font: italic 400 16px/1.55 var(--serif); }
.review-grid cite { color: rgba(255,255,255,.65); font-size: 8px; font-style: normal; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.destination-banner { position: relative; min-height: 680px; display: grid; place-items: center; overflow: hidden; }
.destination-banner > img { position: absolute; inset: 0; }
.destination-banner::after { content: ""; position: absolute; inset: 0; background: rgba(8,42,74,.54); }
.destination-banner > div { position: relative; z-index: 1; padding: 8vw; text-align: center; }
.destination-banner .eyebrow { justify-content: center; }
.destination-banner .button { margin-top: 34px; }

.page-hero { min-height: 520px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 8vw; padding: 110px 4.5vw 90px; background: var(--paper); }
.page-hero__lede { max-width: 500px; margin: 0 0 12px; padding-left: 28px; color: #4d6370; border-left: 1px solid var(--saffron); font: 400 18px/1.65 var(--serif); }
.page-hero--about,
.page-hero--stays,
.page-hero--gallery { position: relative; isolation: isolate; color: var(--white); background-position: center; background-size: cover; }
.page-hero--about { background-image: url("../images/hotel-evening.jpg"); }
.page-hero--stays { background-image: url("../images/studio-main.jpg"); background-position: center 58%; }
.page-hero--gallery { background-image: url("../images/hero-rooftop.jpg"); background-position: center 42%; }
.page-hero--about::before,
.page-hero--stays::before,
.page-hero--gallery::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(8,42,74,.82), rgba(8,42,74,.38)); }
.page-hero--about .display,
.page-hero--stays .display,
.page-hero--gallery .display { color: var(--white); }
.page-hero--about .display em,
.page-hero--stays .display em,
.page-hero--gallery .display em { color: var(--saffron); }
.page-hero--about .eyebrow,
.page-hero--stays .eyebrow,
.page-hero--gallery .eyebrow { color: var(--saffron); }
.page-hero--about .page-hero__lede,
.page-hero--stays .page-hero__lede,
.page-hero--gallery .page-hero__lede { color: rgba(255,253,248,.9); border-left-color: var(--saffron); }
.about-story { display: grid; grid-template-columns: .9fr 1.1fr; gap: 7vw; align-items: center; }
.about-story__copy { max-width: 660px; text-align: left; }
.about-story__copy .section-no { display: block; margin-bottom: 6px; }
.about-story__copy > p:not(.eyebrow) { margin: 28px 0 0; color: #506673; font: 400 16px/1.75 var(--serif); }
.about-story__image { height: 640px; overflow: hidden; }
.about-story__image img { object-position: center; transition: transform .8s ease; }
.about-story__image:hover img { transform: scale(1.025); }
.amenities .section-heading { max-width: 780px; }
.amenity-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 70px; border-top: 1px solid var(--rule); }
.amenity-grid article { min-height: 230px; padding: 30px; border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.amenity-grid article:nth-child(3n) { border-right: 0; }
.amenity-grid span { color: var(--saffron); font-size: 8px; font-weight: 750; letter-spacing: .14em; }
.amenity-grid h3, .place-grid h3 { margin: 34px 0 12px; color: var(--navy); font: 400 27px/1.1 var(--serif); }
.amenity-grid p, .place-grid p { margin: 0; color: #586c78; font: 400 14px/1.65 var(--serif); }
.quote-feature { display: grid; grid-template-columns: 1fr auto; gap: 25px 70px; align-items: end; }
.quote-feature > p { max-width: 1050px; margin: 0; color: var(--navy); font: italic 400 clamp(35px,5vw,73px)/1.08 var(--serif); letter-spacing: -.035em; }
.quote-feature > span { grid-column: 1; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.quote-feature .text-link { grid-column: 2; grid-row: 1 / span 2; }

.accommodation-list { display: grid; gap: 120px; }
.accommodation { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 7vw; }
.accommodation--reverse { grid-template-columns: .92fr 1.08fr; }
.accommodation--reverse .accommodation__image { order: 2; }
.accommodation__image { position: relative; height: 650px; }
.accommodation__image span { position: absolute; left: 24px; bottom: 24px; padding: 11px 15px; color: var(--white); background: var(--navy); font-size: 8px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.accommodation__copy { padding: 30px; }
.accommodation__copy > p:not(.eyebrow) { color: #526774; font: 400 17px/1.7 var(--serif); }
.accommodation__copy ul, .room-details ul { display: grid; grid-template-columns: repeat(2,1fr); gap: 0 25px; margin: 30px 0 38px; padding: 0; list-style: none; border-top: 1px solid var(--rule); }
.accommodation__copy li, .room-details li { padding: 13px 0; border-bottom: 1px solid var(--rule); color: #526774; font-size: 11px; }
.comparison { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; align-items: start; }
.comparison__list { display: grid; grid-template-columns: repeat(2,1fr); }
.comparison__list div { padding: 18px 0; border-bottom: 1px solid var(--rule); font: 400 18px/1.2 var(--serif); }
.comparison__list span { display: inline-block; width: 35px; color: var(--saffron); font: 700 8px/1 var(--sans); }

.room-hero { position: relative; height: calc(100vh - 132px); min-height: 690px; overflow: hidden; }
.room-hero::after, .location-hero::after, .contact-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,42,74,.7), rgba(8,42,74,.08) 70%); }
.room-hero__overlay { position: absolute; z-index: 1; left: 4.5vw; top: 50%; transform: translateY(-56%); }
.room-hero__facts { position: absolute; z-index: 2; right: 4.5vw; bottom: 34px; width: min(900px,91vw); display: grid; grid-template-columns: repeat(3,1fr) 220px; color: var(--navy); background: var(--white); }
.room-hero__facts > * { min-height: 82px; display: flex; flex-direction: column; justify-content: center; padding: 15px 22px; border-right: 1px solid var(--rule); font: 400 16px/1.2 var(--serif); }
.room-hero__facts small { margin-bottom: 7px; color: var(--muted); font: 700 8px/1 var(--sans); letter-spacing: .15em; text-transform: uppercase; }
.room-hero__facts a { align-items: center; color: var(--white); background: var(--saffron); text-decoration: none; font: 750 9px/1 var(--sans); letter-spacing: .15em; text-transform: uppercase; }
.room-intro { display: grid; grid-template-columns: 45px 1fr 1fr; gap: 3vw; }
.room-intro > div:last-child { padding-top: 40px; }
.room-intro > div:last-child p { margin: 0 0 20px; color: #526774; font: 400 17px/1.75 var(--serif); }
.room-gallery { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: repeat(2,310px); gap: 20px; padding-top: 0; }
.room-gallery__large { grid-row: 1 / span 2; }
.room-details { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; }
.detail-columns { display: grid; grid-template-columns: repeat(2,1fr); gap: 40px; }
.room-details ul { grid-template-columns: 1fr; margin: 0; }
.next-stay { display: flex; align-items: end; justify-content: space-between; gap: 40px; }

.location-hero { position: relative; height: 520px; min-height: 0; overflow: hidden; }
.location-hero > div { position: absolute; z-index: 1; left: 4.5vw; bottom: 80px; }
.location-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; }
.location-intro > div:last-child > p { margin: 25px 0 38px; color: #526774; font: 400 18px/1.7 var(--serif); }
.distance-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-bottom: 40px; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.distance-grid span { padding: 20px; border-right: 1px solid var(--rule); color: var(--muted); font-size: 9px; text-transform: uppercase; }
.distance-grid span:last-child { border: 0; }
.distance-grid b { display: block; margin-bottom: 5px; color: var(--navy); font: 400 26px/1 var(--serif); }
.place-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 70px; border-top: 1px solid var(--rule); }
.place-grid article { min-height: 250px; padding: 32px; border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.place-grid article:nth-child(3n) { border-right: 0; }
.place-grid article > span { color: var(--saffron); font-size: 8px; font-weight: 750; }
.location-cta { display: grid; grid-template-columns: 1.1fr .9fr; align-items: stretch; }
.location-cta > img { min-height: 580px; }
.location-cta > div { padding: 7vw; background: var(--white); }
.location-cta > div > p:not(.eyebrow) { color: #526774; font: 400 17px/1.7 var(--serif); }
.location-cta .button { margin-top: 20px; }

.gallery-section { padding-top: 70px; }
.gallery-filters { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 40px; }
.gallery-filters button { padding: 12px 17px; color: var(--navy); background: transparent; border: 1px solid var(--rule); cursor: pointer; font-size: 8px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.gallery-filters button.active, .gallery-filters button:hover { color: var(--white); background: var(--navy); }
.gallery-grid { display: grid; grid-template-columns: repeat(12,1fr); grid-auto-rows: 120px; gap: 18px; }
.gallery-item { position: relative; grid-column: span 4; grid-row: span 3; padding: 0; overflow: hidden; border: 0; cursor: zoom-in; }
.gallery-item--0, .gallery-item--4 { grid-column: span 7; grid-row: span 4; }
.gallery-item--1, .gallery-item--3 { grid-column: span 5; }
.gallery-item img { transition: transform .6s ease, filter .6s ease; }
.gallery-item:hover img { transform: scale(1.035); filter: brightness(.78); }
.gallery-item span { position: absolute; left: 18px; bottom: 18px; padding: 8px 10px; color: var(--white); background: rgba(8,42,74,.85); font-size: 7px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.lightbox { position: fixed; inset: 0; z-index: 200; display: grid; grid-template-columns: 70px 1fr 70px; place-items: center; padding: 70px; color: var(--white); background: rgba(4,18,32,.96); }
.lightbox figure { max-width: 1200px; height: min(76vh,760px); margin: 0; }
.lightbox figure img { object-fit: contain; }
.lightbox figcaption { margin-top: 14px; text-align: center; font: 400 14px/1.4 var(--serif); }
.lightbox button { color: var(--white); background: none; border: 0; cursor: pointer; font-size: 30px; }
.lightbox__close { position: absolute; top: 25px; right: 30px; }

.contact-hero { position: relative; min-height: 620px; display: grid; grid-template-columns: 1.05fr .95fr; color: var(--white); background: var(--navy); overflow: hidden; }
.contact-hero::after { display: none; }
.contact-hero > div { align-self: center; z-index: 1; padding: 7vw; }
.contact-hero > div > p:last-child { max-width: 530px; margin-top: 32px; color: rgba(255,255,255,.72); font: 400 17px/1.7 var(--serif); }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; }
.contact-details > p:not(.eyebrow) { color: #526774; font: 400 16px/1.7 var(--serif); }
.contact-details dl { margin: 38px 0 0; }
.contact-details dl div { display: grid; grid-template-columns: 140px 1fr; padding: 18px 0; border-bottom: 1px solid var(--rule); }
.contact-details dt { color: var(--muted); font-size: 8px; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
.contact-details dd { margin: 0; font: 400 16px/1.3 var(--serif); }
.contact-details dd a { text-decoration-color: var(--saffron); text-underline-offset: 5px; }
.booking-form-wrap { padding: 55px; background: var(--paper); }
.booking-form-wrap h2 { margin: 0 0 38px; color: var(--navy); font: 400 42px/1 var(--serif); }
.booking-form { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.field { display: grid; gap: 9px; }
.field--wide, .field--full, .booking-form__action { grid-column: 1 / -1; }
.field label { color: var(--navy); font-size: 8px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: 10px 0; color: var(--navy); background: transparent; border: 0; border-bottom: 1px solid rgba(8,42,74,.3); border-radius: 0; }
.field textarea { resize: vertical; }
.booking-form__action { display: flex; align-items: center; gap: 25px; margin-top: 14px; }
.booking-form__action p { margin: 0; color: var(--muted); font-size: 11px; }
.contact-note { display: grid; grid-template-columns: 1fr repeat(3,1.25fr); gap: 45px; }
.contact-note h3 { margin: 0 0 12px; color: var(--navy); font: 400 24px/1 var(--serif); }
.contact-note > div p { margin: 0; color: #586c78; font: 400 14px/1.6 var(--serif); }

.site-footer { padding: 100px 4.5vw 30px; color: var(--white); background: var(--navy); }
.site-footer__lead { position: relative; padding-bottom: 80px; }
.site-footer__lead .button { position: absolute; right: 0; bottom: 90px; }
.site-footer__grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 7vw; padding: 55px 0; border-top: 1px solid rgba(255,255,255,.15); }
.wordmark--footer { display: inline-block; text-align: left; }
.site-footer__grid > div:first-child > p { max-width: 300px; color: rgba(255,255,255,.55); font: 400 14px/1.6 var(--serif); }
.site-footer nav, .footer-contact { display: grid; align-content: start; gap: 14px; }
.site-footer nav a { width: fit-content; color: rgba(255,255,255,.7); text-decoration: none; font-size: 9px; font-weight: 650; letter-spacing: .13em; text-transform: uppercase; }
.footer-contact { gap: 17px; }
.footer-contact a { display: inline-flex; align-items: center; gap: 11px; width: fit-content; color: rgba(255,255,255,.84); text-decoration: none; font-size: 14px; font-weight: 600; letter-spacing: .055em; }
.footer-contact__icon { display: inline-grid; place-items: center; width: 22px; color: var(--saffron); font-size: 18px; line-height: 1; }
.footer-contact .footer-contact__social { margin-top: 4px; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.site-footer nav a:hover, .footer-contact a:hover { color: var(--saffron); }
.site-footer__base { display: flex; justify-content: space-between; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.42); font-size: 8px; font-weight: 650; letter-spacing: .13em; text-transform: uppercase; }

[data-reveal] { opacity: 0; transform: translateY(34px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
[data-reveal].is-visible { opacity: 1; transform: none; }
.intro-rise { opacity: 0; transform: translateY(24px); animation: riseIn .8s cubic-bezier(.2,.7,.2,1) .85s forwards; }
.intro-delay-1 { animation-delay: .95s; }
.intro-delay-2 { animation-delay: 1.05s; }
.intro-delay-3 { animation-delay: 1.16s; }
@keyframes riseIn { to { opacity: 1; transform: none; } }
.image-reveal { clip-path: inset(0 100% 0 0); animation: imageReveal 1.1s cubic-bezier(.2,.7,.2,1) .9s forwards; }
[data-reveal].image-reveal { animation: none; transition: clip-path 1.05s cubic-bezier(.2,.7,.2,1), opacity .3s ease; }
[data-reveal].image-reveal.is-visible { clip-path: inset(0); }
@keyframes imageReveal { to { clip-path: inset(0); } }

@media (max-width: 1050px) {
  .home-hero { grid-template-columns: 1fr; }
  .home-hero__visual { min-height: 540px; }
  .booking-bar { position: relative; right: auto; bottom: auto; width: calc(100% - 9vw); grid-template-columns: repeat(3,1fr); margin: -35px auto 0; }
  .booking-bar__cta { grid-column: 1 / -1; }
  .stays-intro, .reviews, .page-hero, .comparison, .location-intro, .contact-layout { grid-template-columns: 1fr; }
  .stay-card, .stay-card--reverse, .accommodation, .accommodation--reverse, .editorial-split, .location-cta { grid-template-columns: 1fr; }
  .stay-card--reverse .stay-card__image, .accommodation--reverse .accommodation__image { order: 0; }
  .editorial-split__image { min-height: 540px; }
  .review-grid p { min-height: 0; }
  .about-story { grid-template-columns: 1fr 1fr; gap: 5vw; }
  .about-story__image { height: 560px; }
  .amenity-grid, .place-grid { grid-template-columns: repeat(2,1fr); }
  .amenity-grid article:nth-child(3n), .place-grid article:nth-child(3n) { border-right: 1px solid var(--rule); }
  .amenity-grid article:nth-child(2n), .place-grid article:nth-child(2n) { border-right: 0; }
  .contact-hero { grid-template-columns: 1fr; }
  .contact-hero > img { height: 480px; }
}

@media (max-width: 720px) {
  .topbar span:nth-child(2), .topbar a { display: none; }
  .topbar { justify-content: center; }
  .site-header { height: 80px; padding-inline: 20px; }
  .menu-button { grid-template-columns: 25px; }
  .menu-button span { display: none; }
  .wordmark strong { font-size: 23px; }
  .wordmark span { font-size: 5.5px; }
  .header-book { width: 28px; height: 28px; padding: 0; border: 0; font-size: 0; }
  .header-book span { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid var(--saffron); border-radius: 50%; font-size: 12px; }
  .menu-panel { padding: 9vh 24px 5vh; }
  .menu-panel nav a { grid-template-columns: 38px auto; font-size: clamp(38px,13vw,58px); }
  .menu-panel__foot { display: grid; gap: 12px; }
  .section { padding: 78px 22px; }
  .display { font-size: clamp(40px,13vw,62px); }
  .display--hero { font-size: clamp(55px,16.5vw,78px); }
  .home-hero__copy { padding: 60px 22px 50px; }
  .hero-lede { width: calc(100% - 22px); margin-left: 22px; }
  .home-hero__visual { min-height: 450px; }
  .home-hero__visual p { right: 20px; bottom: 25px; max-width: 230px; }
  .image-label { top: 20px; right: 20px; }
  .booking-bar { grid-template-columns: 1fr; width: calc(100% - 32px); }
  .booking-bar > a { min-height: 66px; border-right: 0; border-bottom: 1px solid var(--rule); }
  .section-heading { grid-template-columns: 28px 1fr; gap: 12px; }
  .fact-row, .review-grid, .distance-grid, .amenity-grid, .place-grid, .comparison__list { grid-template-columns: 1fr; }
  .fact-row div { min-height: 80px; border-right: 0; border-bottom: 1px solid var(--rule); }
  .stay-card, .stay-card--reverse { min-height: 0; }
  .stay-card__image { min-height: 400px; }
  .stay-card__body { padding: 60px 28px; }
  .editorial-split__image { min-height: 420px; }
  .editorial-split__copy { padding: 70px 22px; }
  .review-grid blockquote { padding: 30px 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.17); }
  .destination-banner { min-height: 610px; }
  .page-hero { min-height: 500px; padding: 85px 22px 70px; }
  .about-story { grid-template-columns: 1fr; gap: 44px; }
  .about-story__copy { max-width: none; }
  .about-story__image { height: 420px; }
  .amenity-grid article, .place-grid article { border-right: 0 !important; }
  .quote-feature { grid-template-columns: 1fr; }
  .quote-feature .text-link, .quote-feature > span { grid-column: 1; grid-row: auto; }
  .accommodation-list { gap: 80px; }
  .accommodation__image { height: 430px; }
  .accommodation__copy { padding: 30px 0; }
  .accommodation__copy ul { grid-template-columns: 1fr; }
  .room-hero { min-height: 760px; height: auto; }
  .room-hero > img { min-height: 760px; }
  .room-hero__overlay { left: 22px; right: 22px; top: 42%; }
  .room-hero__facts { right: 16px; bottom: 16px; width: calc(100% - 32px); grid-template-columns: 1fr 1fr; }
  .room-hero__facts > * { min-height: 70px; }
  .room-hero__facts a { grid-column: 1 / -1; }
  .room-intro { grid-template-columns: 28px 1fr; }
  .room-intro > div:last-child { grid-column: 1 / -1; }
  .room-gallery { grid-template-columns: 1fr; grid-template-rows: 420px 280px 280px; }
  .room-gallery__large { grid-row: auto; }
  .room-details { grid-template-columns: 1fr; }
  .detail-columns { grid-template-columns: 1fr; gap: 0; }
  .next-stay { align-items: start; flex-direction: column; }
  .location-hero { height: 500px; min-height: 0; }
  .location-hero > div { left: 22px; right: 22px; bottom: 60px; }
  .location-cta > img { min-height: 420px; }
  .location-cta > div { padding: 65px 28px; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 330px; }
  .gallery-item, .gallery-item--0, .gallery-item--1, .gallery-item--3, .gallery-item--4 { grid-column: 1; grid-row: span 1; }
  .lightbox { grid-template-columns: 42px 1fr 42px; padding: 25px 5px; }
  .lightbox figure { height: 68vh; }
  .contact-hero { min-height: 0; }
  .contact-hero > div { padding: 75px 22px; }
  .contact-hero > img { height: 400px; }
  .contact-details dl div { grid-template-columns: 1fr; gap: 8px; }
  .booking-form-wrap { padding: 44px 22px; }
  .booking-form { grid-template-columns: 1fr; }
  .field, .field--wide, .field--full, .booking-form__action { grid-column: 1; }
  .booking-form__action { align-items: start; flex-direction: column; }
  .contact-note { grid-template-columns: 1fr; }
  .site-footer { padding: 80px 22px 25px; }
  .site-footer__lead .button { position: static; margin-top: 35px; }
  .site-footer__grid { grid-template-columns: 1fr; }
  .site-footer__base { align-items: flex-start; flex-direction: column; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-delay: 0ms !important; transition-duration: .01ms !important; }
  [data-reveal], .intro-rise { opacity: 1; transform: none; }
  .image-reveal, [data-reveal].image-reveal { clip-path: none; }
}

/* 2026 cinematic redesign */
:root {
  --navy: #082947;
  --navy-soft: #153e5f;
  --teal: #4e9291;
  --ivory: #f7f3eb;
  --paper: #ede6da;
  --saffron: #e59b2f;
  --ink: #0d2c43;
  --muted: #647783;
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", Times, serif;
}

body { overflow-x: hidden; font-size: 17px; }
.section { padding: clamp(95px, 10vw, 160px) 6vw; }
.display { font-size: clamp(52px, 6.2vw, 100px); line-height: .92; letter-spacing: -.055em; }
.eyebrow { font-size: 12px; letter-spacing: .2em; }
.section-no { font-size: 12px; }
.button { min-height: 58px; padding-inline: 32px; border-radius: 999px; font-size: 12px; letter-spacing: .13em; }
.text-link, .circle-link { font-size: 12px; letter-spacing: .13em; }

.site-header {
  position: fixed;
  z-index: 80;
  top: 0;
  left: 0;
  right: 0;
  height: 148px;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto minmax(0,1fr);
  align-items: center;
  padding: 0 6vw;
  color: var(--white);
  background: linear-gradient(180deg, rgba(4,22,37,.5), transparent);
  transition: height .35s ease, background .35s ease, box-shadow .35s ease;
}
.site-header--scrolled {
  height: 92px;
  background: rgba(8,41,71,.94);
  box-shadow: 0 12px 38px rgba(4,20,34,.14);
  backdrop-filter: blur(14px);
}
.desktop-nav { display: flex; align-items: center; gap: clamp(22px, 2.8vw, 48px); }
.desktop-nav--left { justify-self: start; }
.desktop-nav--right { justify-self: end; }
.desktop-nav > a {
  position: relative;
  color: inherit;
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.desktop-nav > a:not(.header-book)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 1px;
  background: var(--saffron);
  transform: scaleX(0);
  transition: transform .25s ease;
}
.desktop-nav > a:hover::after,
.desktop-nav > a[aria-current="page"]::after { transform: scaleX(1); }
.brand-logo {
  display: block;
  width: clamp(190px, 16vw, 250px);
  height: auto;
  object-fit: contain;
  transition: width .35s ease;
}
.site-header--scrolled .brand-logo { width: 190px; }
.header-book {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0 20px;
  color: var(--navy);
  background: var(--white);
  border: 0;
  border-radius: 999px;
}
.desktop-nav > .header-book { color: var(--navy); }
.desktop-nav > .header-book:hover { color: var(--white); background: var(--saffron); }
.menu-button { display: none; }
.mobile-book { display: none; }

.image-slider {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: inherit;
  overflow: hidden;
  background: var(--navy);
}
.image-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.035);
  transition: opacity .9s ease, transform 1.4s cubic-bezier(.2,.7,.2,1);
}
.image-slide.is-active {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
}
.image-slider__controls {
  position: absolute;
  z-index: 6;
  right: 22px;
  bottom: 22px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: rgba(8,41,71,.82);
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 999px;
  backdrop-filter: blur(10px);
}
.image-slider__controls button {
  width: 46px;
  height: 46px;
  padding: 0;
  color: var(--white);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 19px;
  transition: color .2s ease, background .2s ease;
}
.image-slider__controls button:hover { color: var(--navy); background: var(--saffron); }
.image-slider__status {
  min-width: 62px;
  color: rgba(255,255,255,.85);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .13em;
  text-align: center;
}

.home-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
  padding: 170px 6vw 90px;
  color: var(--white);
  isolation: isolate;
  overflow: hidden;
}
.home-hero::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3,24,42,.52) 0%, rgba(3,24,42,.18) 38%, rgba(3,24,42,.62) 100%),
    linear-gradient(90deg, rgba(3,24,42,.18), transparent 35%, rgba(3,24,42,.1));
}
.home-hero__visual {
  position: absolute;
  z-index: auto;
  inset: 0;
  min-height: 100%;
  overflow: hidden;
}
.home-hero__visual img {
  filter: saturate(.82) contrast(1.05);
  animation: heroDrift 12s ease-out both;
}
@keyframes heroDrift { from { transform: scale(1.075); } to { transform: scale(1); } }
.home-hero__visual::after,
.home-hero__visual p,
.home-hero__visual .image-label { display: none; }
.image-slider--hero .image-slider__controls { right: 6vw; bottom: 34px; }
.home-hero__copy {
  position: relative;
  z-index: 4;
  width: min(1180px, 100%);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  text-align: center;
}
.home-hero__copy .eyebrow { justify-content: center; color: var(--saffron); }
.home-hero .display--hero {
  color: var(--white);
  font-size: clamp(76px, 10.2vw, 166px);
  line-height: .78;
  letter-spacing: -.065em;
  text-wrap: balance;
}
.home-hero .display--hero em { color: var(--saffron); }
.hero-lede {
  width: min(670px, 88%);
  margin: 42px auto 0;
  padding: 0;
  color: rgba(255,255,255,.92);
  border: 0;
  font: 400 clamp(17px, 1.35vw, 21px)/1.55 var(--sans);
}
.hero-actions { justify-content: center; margin-top: 40px; }
.circle-link {
  min-height: 62px;
  gap: 17px;
  padding: 0 30px 0 10px;
  color: var(--navy);
  background: var(--white);
  border-radius: 999px;
}
.circle-link span { width: 44px; height: 44px; color: var(--white); background: var(--saffron); }
.circle-link:hover { color: var(--white); background: var(--saffron); }
.circle-link:hover span { color: var(--navy); background: var(--white); }
.hero-count,
.booking-bar { display: none; }

.page-hero {
  min-height: 76svh;
  grid-template-columns: 1.1fr .7fr;
  align-items: end;
  gap: 8vw;
  padding: 190px 6vw 90px;
  background-position: center;
}
.page-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto 6vw 0;
  height: 1px;
  background: rgba(255,255,255,.3);
}
.page-hero--about::before,
.page-hero--stays::before,
.page-hero--gallery::before {
  background: linear-gradient(90deg, rgba(4,26,44,.76), rgba(4,26,44,.22) 70%, rgba(4,26,44,.38));
}
.page-hero--about { background-image: url("../images/rooftop-garden.jpg"); }
.page-hero .display { font-size: clamp(70px, 8.4vw, 136px); }
.page-hero__lede {
  max-width: 560px;
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 1.6;
}

.stays-intro { align-items: center; }
.fact-row { border-color: rgba(8,42,74,.24); }
.fact-row div { min-height: 130px; }
.fact-row strong { font-size: 43px; }
.fact-row span { font-size: 11px; line-height: 1.35; }
.menu-panel nav span { font-size: 11px; }
.menu-panel__foot { font-size: 12px; }
.stay-cards { gap: 150px; }
.stay-card { min-height: 690px; }
.stay-card__image { min-height: 690px; }
.stay-card__body { margin: 70px 0; padding: 7vw; box-shadow: 0 28px 80px rgba(8,42,74,.08); }
.stay-card__body > p:not(.eyebrow) { font-size: 18px; }
.card-number { font-size: 11px; }
.editorial-split { min-height: 780px; }
.editorial-split__image { min-height: 780px; }
.reviews { padding-block: 145px; background: #092b49; }
.review-grid p { font-size: 18px; line-height: 1.65; }
.destination-banner { min-height: 86svh; }
.destination-banner::after { background: linear-gradient(180deg, rgba(3,24,42,.28), rgba(3,24,42,.67)); }
.destination-banner .display { font-size: clamp(62px, 7.8vw, 125px); }

.about-story { gap: 9vw; }
.about-story__image { height: min(72vw, 760px); }
.about-story__copy > p:not(.eyebrow) { font-size: 18px; line-height: 1.8; }
.amenities { padding-block: 145px; }
.amenity-grid article { min-height: 270px; padding: 38px; }
.amenity-grid h3, .place-grid h3 { font-size: 31px; }
.amenity-grid span, .place-grid article > span { font-size: 11px; }
.amenity-grid p, .place-grid p { font-size: 17px; line-height: 1.7; }
.quote-feature { min-height: 68svh; align-content: center; }

.accommodation-list { gap: 170px; }
.accommodation { gap: 9vw; }
.accommodation__image { height: 76svh; min-height: 650px; }
.accommodation__image > span { z-index: 7; font-size: 11px; }
.accommodation__copy { padding: 40px 0; }
.accommodation__copy .display { margin-bottom: 25px; }
.accommodation__copy > p:not(.eyebrow) { font-size: 18px; line-height: 1.75; }
.accommodation__copy li, .room-details li { font-size: 16px; line-height: 1.5; }
.comparison__list span { font-size: 11px; }
.comparison { padding-block: 145px; }

.room-hero {
  height: 94svh;
  min-height: 740px;
}
.room-hero::after {
  background: linear-gradient(90deg, rgba(4,26,44,.7), rgba(4,26,44,.07) 72%),
    linear-gradient(180deg, rgba(4,26,44,.3), transparent 35%, rgba(4,26,44,.45));
}
.room-hero__overlay { left: 6vw; top: 52%; }
.room-hero__overlay .display { font-size: clamp(75px, 9vw, 142px); }
.room-hero__facts { right: 6vw; bottom: 40px; background: rgba(255,253,248,.96); }
.room-gallery { grid-template-rows: repeat(2, 380px); gap: 14px; }

.location-hero {
  height: 76svh;
  min-height: 620px;
}
.location-hero::after {
  background: linear-gradient(90deg, rgba(4,26,44,.67), rgba(4,26,44,.08) 72%),
    linear-gradient(180deg, rgba(4,26,44,.25), transparent 42%, rgba(4,26,44,.42));
}
.location-hero > div { left: 6vw; bottom: 90px; }
.location-hero .display { font-size: clamp(70px, 8.5vw, 136px); }
.place-grid article { min-height: 290px; padding: 40px; }
.location-cta { padding-inline: 6vw; }

.gallery-section { padding-top: 90px; }
.gallery-grid {
  display: block;
  columns: 3 340px;
  column-gap: 12px;
}
.gallery-item,
.gallery-item--0,
.gallery-item--1,
.gallery-item--2,
.gallery-item--3,
.gallery-item--4 {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 12px;
  break-inside: avoid;
}
.gallery-item img { height: auto; }
.gallery-item span { padding: 10px 13px; background: rgba(8,42,74,.72); backdrop-filter: blur(8px); }

.contact-hero {
  position: relative;
  min-height: 80svh;
  display: grid;
  place-items: end start;
  padding: 190px 6vw 90px;
  isolation: isolate;
  overflow: hidden;
}
.contact-hero::after {
  display: block;
  z-index: -1;
  background: linear-gradient(90deg, rgba(4,26,44,.76), rgba(4,26,44,.18) 72%),
    linear-gradient(180deg, rgba(4,26,44,.2), transparent 45%, rgba(4,26,44,.45));
}
.contact-hero > img {
  position: absolute;
  z-index: -2;
  inset: 0;
}
.contact-hero > div { align-self: end; width: min(870px, 100%); padding: 0; }
.contact-hero .display { font-size: clamp(70px, 8.5vw, 136px); }
.contact-hero > div > p:last-child { max-width: 650px; font-family: var(--sans); }
.booking-form-wrap { padding: clamp(45px, 5vw, 78px); box-shadow: 0 30px 90px rgba(8,42,74,.08); }
.contact-details > p:not(.eyebrow) { font-size: 18px; line-height: 1.75; }
.contact-details dl div { grid-template-columns: 180px 1fr; padding: 22px 0; }
.contact-details dt { font-size: 11px; line-height: 1.4; }
.contact-details dd { font-size: 19px; }
.contact-details dl .contact-primary {
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 8px;
  padding: 26px;
  color: var(--white);
  background: var(--navy);
  border: 0;
}
.contact-primary dt { color: var(--saffron); }
.contact-primary dd a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: var(--white);
  text-decoration: none;
  font-size: clamp(24px, 2.2vw, 34px);
}
.contact-primary dd span {
  color: var(--saffron);
  font: 750 11px/1 var(--sans);
  letter-spacing: .13em;
  text-transform: uppercase;
}
.contact-map { width: 100%; height: 450px; overflow: hidden; background: var(--paper); line-height: 0; }
.contact-map iframe { display: block; width: 100%; height: 450px; border: 0; }
.field label { font-size: 11px; }
.field input, .field select, .field textarea { font-size: 17px; }
.booking-form__action p { font-size: 14px; line-height: 1.5; }
.contact-note > div p { font-size: 17px; line-height: 1.7; }
.distance-grid span { font-size: 12px; line-height: 1.45; }
.room-hero__facts small { font-size: 11px; }

.site-footer {
  padding: 130px 6vw 34px;
  background: #072640;
}
.site-footer__lead { padding-bottom: 110px; }
.site-footer__lead .display { font-size: clamp(62px, 7.3vw, 118px); }
.site-footer__lead .button { bottom: 120px; }
.site-footer__grid { padding: 70px 0; }
.wordmark--footer .brand-logo { width: min(290px, 100%); }
.site-footer__grid > div:first-child > p { font-size: 16px; }
.site-footer nav a { font-size: 12px; }
.footer-contact .footer-contact__social { font-size: 12px; }
.site-footer__base { font-size: 11px; line-height: 1.5; }
.gallery-filters button { font-size: 11px; }
.gallery-item span { font-size: 10px; }
.review-grid cite, .review-grid blockquote > span { font-size: 11px; }

@media (max-width: 1180px) {
  .site-header { height: 112px; }
  .desktop-nav { gap: 20px; }
  .desktop-nav > a { font-size: 10px; }
  .header-book { padding-inline: 15px; }
  .brand-logo { width: 190px; }
}

@media (max-width: 980px) {
  .site-header,
  .site-header--scrolled {
    height: 88px;
    grid-template-columns: 1fr auto 1fr;
    padding-inline: 24px;
  }
  .desktop-nav { display: none; }
  .menu-button { display: grid; }
  .site-header .wordmark { grid-column: 2; }
  .mobile-book {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    display: block;
    color: var(--white);
    text-decoration: none;
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .18em;
    text-transform: uppercase;
  }
  .page-hero { grid-template-columns: 1fr; min-height: 720px; }
  .page-hero__lede { max-width: 620px; }
  .stay-card__body { margin: 0; }
  .accommodation__image { min-height: 580px; height: 68svh; }
  .contact-hero { min-height: 720px; }
}

@media (max-width: 720px) {
  .section { padding: 90px 22px; }
  .site-header,
  .site-header--scrolled { padding-inline: 20px; background: linear-gradient(180deg, rgba(4,22,37,.68), transparent); box-shadow: none; backdrop-filter: none; }
  .site-header--scrolled { background: rgba(8,41,71,.95); }
  .site-header .brand-logo,
  .site-header--scrolled .brand-logo { width: min(47vw, 180px); }
  .home-hero { min-height: 100svh; padding: 130px 20px 70px; }
  .home-hero .display--hero { font-size: clamp(62px, 20vw, 92px); line-height: .82; }
  .hero-lede { width: 100%; margin-top: 30px; font-size: 15px; line-height: 1.55; }
  .hero-actions { margin-top: 30px; }
  .circle-link { min-height: 56px; }
  .image-slider__controls { right: 14px; bottom: 14px; }
  .image-slider--hero .image-slider__controls { right: 20px; bottom: 24px; }
  .page-hero { min-height: 680px; padding: 145px 22px 65px; gap: 32px; }
  .page-hero .display { font-size: clamp(57px, 17vw, 82px); }
  .page-hero__lede { padding-left: 20px; font-size: 16px; }
  .stays-intro { gap: 55px; }
  .stay-cards { gap: 90px; }
  .stay-card__image { min-height: 480px; }
  .stay-card__body { padding: 58px 26px; }
  .editorial-split,
  .editorial-split__image { min-height: 0; }
  .editorial-split__image { height: 520px; }
  .reviews { padding-block: 100px; }
  .destination-banner { min-height: 740px; }
  .about-story__image { height: 520px; }
  .amenities { padding-block: 100px; }
  .amenity-grid article { min-height: 230px; padding: 30px 0; }
  .quote-feature { min-height: 620px; }
  .accommodation-list { gap: 95px; }
  .accommodation__image { height: 540px; min-height: 0; }
  .room-hero { height: 100svh; min-height: 780px; }
  .room-hero__overlay { left: 22px; right: 22px; top: 39%; }
  .room-hero__overlay .display { font-size: clamp(58px, 17vw, 84px); }
  .room-hero__facts { right: 16px; bottom: 16px; }
  .room-gallery { grid-template-rows: 440px 300px 300px; }
  .location-hero { height: 72svh; min-height: 620px; }
  .location-hero > div { left: 22px; bottom: 58px; }
  .location-hero .display { font-size: clamp(57px, 17vw, 82px); }
  .location-cta { padding-inline: 22px; }
  .gallery-grid { column-count: 1; column-gap: 0; }
  .gallery-item,
  .gallery-item--0,
  .gallery-item--1,
  .gallery-item--2,
  .gallery-item--3,
  .gallery-item--4 { margin-bottom: 10px; }
  .contact-hero { min-height: 720px; padding: 145px 22px 65px; }
  .contact-hero .display { font-size: clamp(57px, 17vw, 82px); }
  .site-footer { padding: 100px 22px 28px; }
  .site-footer__lead { padding-bottom: 80px; }
  .site-footer__lead .button { position: static; margin-top: 38px; }
  .site-footer__grid { padding: 55px 0; }
}
