:root {
  --lagoon-950: #063943;
  --lagoon-900: #074b5d;
  --lagoon-800: #075f73;
  --lagoon-700: #0c7185;
  --terra: #c96825;
  --terra-dark: #aa5118;
  --sand: #f0e7d5;
  --cream: #fbfaf6;
  --ink: #17373d;
  --muted: #617479;
  --white: #fff;
  --line: rgba(7, 75, 93, 0.16);
  --shadow: 0 22px 60px rgba(15, 54, 61, 0.14);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Be Vietnam Pro", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 128px; }
body { margin: 0; overflow-x: hidden; font-family: var(--sans); font-weight: 400; line-height: 1.65; }
body.modal-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font-weight: 500; }
strong, b { font-weight: 600; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
:focus-visible { outline: 3px solid #e28a47; outline-offset: 3px; }
::selection { color: var(--white); background: var(--terra); }

.site-container { width: min(100% - 40px, 1320px); margin-inline: auto; }
.section-space { padding-block: clamp(78px, 9vw, 138px); }
.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; padding: 10px 16px; color: var(--white); background: var(--terra); transform: translateY(-150%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

.eyebrow, .mini-label { color: var(--terra); font-size: 12px; font-weight: 600; letter-spacing: .18em; line-height: 1.2; text-transform: uppercase; }
.eyebrow::before { display: inline-block; width: 36px; height: 1px; margin-right: 12px; vertical-align: middle; background: currentColor; content: ""; }
.eyebrow.light { color: #e8b586; }
h1, h2, h3, blockquote { margin: 0; color: var(--lagoon-900); font-family: var(--serif); font-weight: 600; line-height: .98; }
h1 em, h2 em { color: var(--terra); font-weight: 500; }
h2 { font-size: clamp(46px, 5vw, 74px); letter-spacing: -.025em; }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; border: 1px solid transparent; padding: 13px 24px; font-size: 12px; font-weight: 600; letter-spacing: .1em; line-height: 1.2; text-transform: uppercase; transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--lagoon-800); }
.button-primary:hover { background: var(--lagoon-950); }
.button-warm { color: var(--white); background: var(--terra); }
.button-warm:hover { background: var(--terra-dark); }
.button-cream { color: var(--lagoon-900); background: var(--sand); }
.button-cream:hover { color: var(--white); background: var(--terra); }
.button-outline { color: var(--lagoon-900); border-color: rgba(7, 75, 93, .45); background: transparent; }
.button-outline:hover { color: var(--white); border-color: var(--lagoon-900); background: var(--lagoon-900); }
.text-link { display: inline-flex; align-items: center; gap: 16px; padding-bottom: 6px; border-bottom: 1px solid rgba(7, 75, 93, .42); color: var(--lagoon-900); font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.text-link span { color: var(--terra); font-size: 20px; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.utility-bar { position: relative; z-index: 52; height: 44px; color: rgba(255,255,255,.88); background: var(--lagoon-950); font-size: 10px; font-weight: 500; letter-spacing: .04em; text-transform: uppercase; }
.utility-inner { display: flex; height: 100%; align-items: center; justify-content: space-between; }
.utility-time, .utility-actions, .translate-wrap { display: flex; align-items: center; gap: 8px; margin: 0; }
.utility-time svg, .translate-wrap > svg { width: 14px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.utility-actions { gap: 15px; }
.utility-divider { width: 1px; height: 14px; background: rgba(255,255,255,.3); }
.translate-wrap { position: relative; }
.translate-wrap select { min-height: 44px; max-width: 106px; border: 0; padding: 2px 18px 2px 0; color: var(--white); background: transparent; font-size: 9px; font-weight: 500; letter-spacing: .03em; outline: 0; text-transform: uppercase; cursor: pointer; }
.translate-wrap select:focus-visible { border-radius: 4px; box-shadow: inset 0 0 0 2px #f2ae76; }
.translate-wrap select option { color: var(--ink); background: var(--white); text-transform: none; }

.main-nav { position: relative; z-index: 50; height: 112px; color: var(--white); background: var(--lagoon-800); box-shadow: 0 12px 30px rgba(6, 57, 67, .12); }
.nav-inner { display: grid; height: 100%; grid-template-columns: 1fr 188px 1fr; align-items: center; gap: 26px; }
.nav-group { display: flex; align-items: center; gap: clamp(18px, 1.8vw, 34px); margin: 0; padding: 0; list-style: none; }
.nav-right { justify-content: flex-end; }
.nav-group a { position: relative; padding-block: 10px; font-size: 11px; font-weight: 600; letter-spacing: .055em; text-transform: uppercase; white-space: nowrap; }
.nav-group a::after { position: absolute; right: 50%; bottom: 3px; left: 50%; height: 1px; background: #f2ae76; content: ""; transition: right .25s ease, left .25s ease; }
.nav-group a:hover::after { right: 0; left: 0; }
.brand { position: relative; display: flex; width: 180px; height: 86px; align-items: center; justify-content: center; justify-self: center; overflow: visible; border-radius: 0; background: transparent; }
.brand img { width: 158px; height: 94px; object-fit: contain; }
.search-button { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: var(--white); background: transparent; cursor: pointer; }
.search-button svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.menu-toggle, .mobile-book, .mobile-menu { display: none; }

.hero { position: relative; height: min(760px, calc(100vh - 90px)); min-height: 590px; overflow: hidden; color: var(--white); background: var(--lagoon-950); }
.hero-slide { position: absolute; inset: 0; opacity: 0; transform: scale(1.04); transition: opacity 1s ease, transform 6s ease; }
.hero-slide.is-active { opacity: 1; transform: scale(1); }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4, 38, 46, .74) 0%, rgba(5, 45, 54, .25) 51%, rgba(5, 45, 54, .12) 100%), linear-gradient(0deg, rgba(3,38,45,.38), transparent 40%); }
.hero-content { position: relative; z-index: 2; display: flex; height: 100%; flex-direction: column; align-items: flex-start; justify-content: center; padding-bottom: 52px; }
.hero-content h1 { max-width: 740px; margin: 18px 0 22px; color: var(--white); font-size: clamp(66px, 8vw, 116px); letter-spacing: -.035em; text-shadow: 0 3px 22px rgba(0,0,0,.12); }
.hero-content h1 em { color: #f4c59a; }
.hero-content > p:not(.eyebrow) { max-width: 600px; margin: 0 0 32px; color: rgba(255,255,255,.88); font-size: 16px; }
.hero-arrow { position: absolute; z-index: 3; top: 50%; display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; color: var(--white); background: rgba(0,0,0,.1); transform: translateY(-50%); cursor: pointer; transition: background .2s ease; }
.hero-arrow:hover { background: var(--terra); }
.hero-arrow svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.hero-prev { left: 28px; }
.hero-next { right: 28px; }
.hero-dots { position: absolute; z-index: 3; right: max(22px, calc((100vw - 1320px) / 2)); bottom: 24px; display: flex; align-items: center; gap: 0; }
.hero-dots button { position: relative; width: 44px; height: 44px; border: 0; padding: 0; background: transparent; cursor: pointer; }
.hero-dots button:not(.hero-pause)::after { position: absolute; top: 50%; left: 50%; width: 22px; height: 2px; background: rgba(255,255,255,.45); content: ""; transform: translate(-50%, -50%); transition: width .2s ease, background .2s ease; }
.hero-dots button.is-active::after { width: 38px; background: var(--white); }
.hero-dots .hero-pause { display: grid; width: 44px; height: 44px; margin-left: 5px; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; color: var(--white); font-size: 10px; }

.availability-section { position: relative; z-index: 8; margin-top: -26px; }
.availability-card { display: grid; grid-template-columns: 1.25fr repeat(4, 1fr) auto; align-items: end; gap: 0; padding: 28px 28px 26px; background: var(--white); box-shadow: var(--shadow); }
.availability-heading { align-self: center; padding-right: 28px; }
.availability-heading h2 { margin-top: 6px; font-size: 30px; white-space: nowrap; }
.availability-card label { display: flex; min-width: 0; flex-direction: column; padding: 0 17px; border-left: 1px solid var(--line); }
.availability-card label span, .booking-form label span { margin-bottom: 6px; color: var(--muted); font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.availability-card input, .availability-card select { width: 100%; min-height: 36px; border: 0; color: var(--ink); background: transparent; font-size: 13px; outline: 0; }
.availability-card .button { min-height: 56px; margin-left: 18px; }
.form-status { grid-column: 1 / -1; margin: 8px 0 -8px; color: var(--terra-dark); font-size: 12px; }
.form-status a { font-weight: 600; text-decoration: underline; }
.form-status.is-success { color: #24724c; }
.form-status.is-error { color: #a2392f; }
form[aria-busy="true"] [type="submit"] { cursor: wait; opacity: .62; }
.newsletter-form .form-status.is-success { color: #d3f4df; }
.newsletter-form .form-status.is-error { color: #ffd0c9; }

.intro-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); align-items: center; gap: clamp(70px, 8vw, 130px); }
.intro-visual { position: relative; min-height: 645px; }
.intro-main-image { position: absolute; top: 0; right: 13%; bottom: 90px; left: 0; overflow: hidden; }
.intro-main-image img, .intro-small-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.intro-visual:hover img { transform: scale(1.025); }
.intro-small-image { position: absolute; right: 0; bottom: 0; width: 42%; height: 44%; overflow: hidden; border: 10px solid var(--cream); }
.since-badge { position: absolute; z-index: 2; top: 42px; right: 2%; display: grid; width: 140px; height: 140px; place-content: center; border-radius: 50%; color: var(--white); background: var(--terra); text-align: center; }
.since-badge strong { display: block; font-family: var(--serif); font-size: 38px; line-height: .9; }
.since-badge span { margin-top: 9px; font-size: 9px; font-weight: 500; letter-spacing: .12em; line-height: 1.5; text-transform: uppercase; }
.intro-copy h2 { margin: 18px 0 30px; }
.intro-copy > p:not(.eyebrow) { max-width: 570px; color: var(--muted); font-size: 14px; line-height: 1.9; }
.intro-copy .intro-lead { color: var(--ink) !important; font-family: var(--serif); font-size: 22px !important; font-weight: 500; line-height: 1.45 !important; }
.intro-highlights { display: grid; grid-template-columns: repeat(3, 1fr); margin: 34px 0; padding-block: 24px; border-block: 1px solid var(--line); }
.intro-highlights div { display: flex; align-items: center; gap: 12px; }
.intro-highlights div + div { padding-left: 18px; border-left: 1px solid var(--line); }
.intro-highlights span { color: var(--terra); font-family: var(--serif); font-size: 34px; font-weight: 600; line-height: 1; }
.intro-highlights p { margin: 0; color: var(--muted); font-size: 9px; font-weight: 600; letter-spacing: .06em; line-height: 1.6; text-transform: uppercase; }

.rooms-section { overflow: hidden; background: #f1eadc; }
.split-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; margin-bottom: 50px; }
.split-heading h2 { margin-top: 14px; }
.section-actions { display: flex; max-width: 570px; align-items: flex-end; gap: 34px; }
.section-actions > p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.carousel-actions { display: flex; flex: 0 0 auto; }
.carousel-actions button { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(7,75,93,.3); color: var(--lagoon-900); background: transparent; cursor: pointer; }
.carousel-actions button + button { border-left: 0; }
.carousel-actions button:hover { color: var(--white); background: var(--lagoon-900); }
.room-track { display: grid; grid-auto-columns: calc((100% - 48px) / 3); grid-auto-flow: column; gap: 24px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-behavior: smooth; scroll-snap-type: inline mandatory; scrollbar-width: none; }
.room-track::-webkit-scrollbar { display: none; }
.room-loading { grid-column: 1 / -1; color: var(--muted); font-size: 13px; }
.room-card { min-width: 0; scroll-snap-align: start; background: var(--white); box-shadow: 0 12px 28px rgba(13, 62, 70, .07); transition: transform .25s ease, box-shadow .25s ease; }
.room-card:hover { transform: translateY(-7px); box-shadow: 0 18px 40px rgba(13,62,70,.13); }
.room-image { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; }
.room-image::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,45,54,.4), transparent 45%); content: ""; }
.room-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.room-card:hover .room-image img { transform: scale(1.04); }
.room-price { position: absolute; z-index: 1; right: 16px; bottom: 14px; padding: 8px 12px; color: var(--white); background: var(--terra); font-size: 12px; font-weight: 600; }
.room-price small { font-size: 9px; font-weight: 400; }
.room-body { padding: 24px 24px 26px; }
.room-body > p { margin: 0 0 9px; color: var(--terra); font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.room-body h3 { min-height: 56px; overflow-wrap: anywhere; font-size: 25px; line-height: 1.12; text-transform: uppercase; }
.room-body > a { display: inline-flex; gap: 8px; margin-top: 18px; color: var(--lagoon-800); font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.room-body > a span { color: var(--terra); }
.rooms-footer { margin-top: 44px; text-align: center; }

.dining-section { display: grid; min-height: 720px; grid-template-columns: 1.05fr .95fr; background: var(--lagoon-900); }
.dining-image { position: relative; min-height: 600px; overflow: hidden; }
.dining-image > img { width: 100%; height: 100%; object-fit: cover; }
.dining-stamp { position: absolute; right: 35px; bottom: 35px; display: grid; width: 160px; height: 160px; place-content: center; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; color: var(--white); background: rgba(7,75,93,.78); text-align: center; transform: rotate(-5deg); backdrop-filter: blur(7px); }
.dining-stamp span { font-family: var(--serif); font-size: 27px; font-style: italic; line-height: .8; }
.dining-stamp strong { font-family: var(--serif); font-size: 25px; letter-spacing: .08em; }
.dining-stamp small { font-size: 7px; letter-spacing: .12em; }
.dining-copy { display: flex; max-width: 660px; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(70px, 8vw, 125px); color: rgba(255,255,255,.75); }
.dining-copy h2 { margin: 18px 0 30px; color: var(--white); }
.dining-copy h2 em { color: #efb57f; }
.dining-copy p { font-size: 14px; line-height: 1.9; }
.dining-copy .dining-lead { margin: 0 0 8px; color: var(--white); font-family: var(--serif); font-size: 23px; font-weight: 500; line-height: 1.45; }
.dining-copy .button { margin-top: 22px; }

.section-heading.centered { max-width: 760px; margin: 0 auto 55px; text-align: center; }
.section-heading.centered .eyebrow::before { display: none; }
.section-heading.centered h2 { margin: 14px 0 20px; }
.section-heading.centered > p:last-child { max-width: 610px; margin-inline: auto; color: var(--muted); font-size: 14px; }
.destination-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); }
.destination-card { display: flex; min-height: 190px; align-items: flex-start; gap: 22px; padding: 37px 28px; }
.destination-card + .destination-card { border-left: 1px solid var(--line); }
.destination-card > span { color: var(--terra); font-family: var(--serif); font-size: 28px; }
.destination-card p { margin: 2px 0 13px; color: var(--muted); font-size: 9px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.destination-card h3 { font-size: 26px; line-height: 1.1; }
.destination-action { margin-top: 40px; text-align: center; }

.story-strip { position: relative; display: grid; min-height: 570px; place-items: center; overflow: hidden; color: var(--white); }
.story-strip-image { position: absolute; inset: 0; }
.story-strip-image::after { position: absolute; inset: 0; background: rgba(4,48,58,.68); content: ""; }
.story-strip-image img { width: 100%; height: 100%; object-fit: cover; }
.story-strip-content { position: relative; z-index: 1; width: min(100% - 40px, 900px); text-align: center; }
.quote-mark { display: block; height: 58px; color: #efb57f; font-family: var(--serif); font-size: 100px; line-height: .8; }
.story-strip blockquote { color: var(--white); font-size: clamp(35px, 5vw, 60px); font-style: italic; font-weight: 500; line-height: 1.15; }
.story-strip-content p { margin-top: 30px; font-size: 10px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }

.contact-section { display: grid; min-height: 690px; grid-template-columns: .86fr 1.14fr; }
.contact-info { display: flex; align-items: center; color: var(--white); background: var(--lagoon-900); }
.contact-inner { width: min(100% - 70px, 540px); margin-left: max(35px, calc((100vw - 1320px) / 2)); padding-block: 80px; }
.contact-inner h2 { margin: 18px 0 42px; color: var(--white); }
.contact-inner h2 em { color: #efb57f; }
.contact-list { display: grid; gap: 24px; margin-bottom: 38px; }
.contact-list > a, .contact-list .contact-method { display: flex; align-items: flex-start; gap: 17px; color: rgba(255,255,255,.8); font-size: 12px; line-height: 1.8; }
.contact-list a:hover { color: var(--white); }
.contact-list small { display: block; margin-bottom: 3px; color: #efb57f; font-size: 9px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.contact-icon { display: grid; width: 39px; height: 39px; flex: 0 0 auto; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; }
.contact-icon svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.map-wrap { position: relative; min-height: 560px; background: #e7e4dc; }
.map-wrap iframe { width: 100%; height: 100%; border: 0; filter: saturate(.62) sepia(.09); }
.map-link { position: absolute; right: 28px; bottom: 28px; padding: 14px 19px; color: var(--white); background: var(--lagoon-900); font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; box-shadow: var(--shadow); }

.site-footer { color: rgba(255,255,255,.76); background: var(--lagoon-950); }
.brand img, .footer-brand img { filter: grayscale(1) brightness(0) invert(1); }
.footer-grid { display: grid; grid-template-columns: 1.15fr .9fr 1.25fr 1fr; gap: clamp(34px, 5vw, 78px); padding-block: 70px 58px; }
.footer-brand { display: grid; align-content: start; gap: 24px; }
.footer-brand img { width: 220px; height: 132px; object-fit: contain; object-position: left center; padding: 0; border-radius: 0; background: transparent; }
.footer-contact-list { display: grid; gap: 11px; font-size: 12px; line-height: 1.65; }
.footer-contact-list p { margin: 0; }
.footer-contact-list a { color: rgba(255,255,255,.82); }
.footer-contact-list a:hover { color: #efb57f; }
.footer-address-link { display: inline-flex; min-height: 44px; align-items: center; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-column h2 { margin: 7px 0 16px; color: var(--white); font-family: var(--serif); font-size: 24px; font-weight: 600; letter-spacing: .02em; }
.footer-column a, .footer-column > button { display: inline-flex; min-height: 32px; align-items: center; border: 0; padding: 0; color: rgba(255,255,255,.76); background: none; font-size: 12px; font-weight: 400; cursor: pointer; }
.footer-column a:hover, .footer-column > button:hover { color: #efb57f; }
.footer-link-columns { display: grid; width: 100%; grid-template-columns: 1fr 1fr; gap: 0 28px; }
.footer-link-columns > div { display: grid; align-content: start; }
.footer-travel p { margin: 0; font-size: 12px; line-height: 1.9; }
.footer-places { width: 100%; border-collapse: collapse; font-size: 11px; }
.footer-places th, .footer-places td { border-bottom: 1px solid rgba(255,255,255,.28); padding: 10px 0; font-weight: 400; text-align: left; }
.footer-places th { width: 28px; color: #efb57f; }
.footer-places td:last-child { width: 58px; text-align: right; white-space: nowrap; }
.footer-bottom { display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 22px; border-top: 1px solid rgba(255,255,255,.18); font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
.footer-bottom p { margin: 0; }
.footer-bottom-links { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.footer-bottom a { display: inline-flex; min-height: 44px; align-items: center; color: rgba(255,255,255,.76); }
.footer-bottom a:hover { color: #efb57f; }

.floating-contact { position: fixed; z-index: 42; right: 0; bottom: 90px; display: flex; flex-direction: column; box-shadow: 0 8px 30px rgba(4,48,58,.2); }
.floating-contact a, .floating-contact button { position: relative; display: grid; width: 48px; height: 48px; place-items: center; border: 0; border-bottom: 1px solid rgba(255,255,255,.18); color: var(--white); background: var(--lagoon-800); cursor: pointer; }
.floating-contact button { background: var(--terra); }
.floating-contact svg { width: 19px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }
.floating-contact span { position: absolute; right: calc(100% + 9px); padding: 6px 9px; color: var(--white); background: var(--lagoon-950); font-size: 9px; font-weight: 500; letter-spacing: .04em; opacity: 0; pointer-events: none; transform: translateX(5px); transition: opacity .2s, transform .2s; white-space: nowrap; }
.floating-contact a:hover span, .floating-contact button:hover span { opacity: 1; transform: none; }

.site-modal { width: 100%; max-width: none; height: 100%; max-height: none; border: 0; padding: 20px; color: var(--ink); background: rgba(3, 35, 42, .76); }
.site-modal::backdrop { background: rgba(3,35,42,.75); backdrop-filter: blur(5px); }
.site-modal[open] { display: grid; place-items: center; }
.modal-panel { position: relative; width: min(100%, 760px); max-height: calc(100vh - 40px); overflow-y: auto; padding: clamp(38px, 6vw, 70px); background: var(--cream); box-shadow: 0 30px 80px rgba(0,0,0,.3); }
.modal-panel h2 { margin: 15px 0 25px; }
.modal-close { position: absolute; top: 18px; right: 20px; display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--lagoon-900); background: transparent; font-family: var(--serif); font-size: 28px; line-height: 1; cursor: pointer; }
.search-form { display: flex; border-bottom: 1px solid var(--lagoon-900); }
.search-form input { width: 100%; border: 0; padding: 15px 0; background: transparent; font-family: var(--serif); font-size: 26px; outline: none; }
.search-form button { border: 0; padding: 0 16px; color: var(--white); background: var(--lagoon-900); font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.search-suggestions { margin-top: 20px; color: var(--muted); font-size: 12px; }
.search-suggestions span { color: var(--terra); font-weight: 600; }
.booking-panel { width: min(100%, 920px); }
.booking-heading { max-width: 700px; }
.booking-heading > p:last-child { color: var(--muted); font-size: 13px; }
.booking-form { display: grid; grid-template-columns: 1fr 1fr; gap: 19px; margin-top: 30px; }
.booking-form label { display: flex; flex-direction: column; }
.booking-form .full { grid-column: 1 / -1; }
.booking-form input, .booking-form select, .booking-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 0; padding: 12px 13px; color: var(--ink); background: var(--white); outline: none; }
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { border-color: var(--terra); box-shadow: 0 0 0 2px rgba(201,104,37,.12); }
.booking-form textarea { resize: vertical; }
.form-submit { display: flex; align-items: center; gap: 16px; }
.form-submit .form-status { margin: 0; }

.js .reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1199px) {
  .site-container { width: min(100% - 32px, 1080px); }
  .nav-inner { grid-template-columns: auto 1fr auto; }
  .nav-group { display: none; }
  .brand { width: 166px; height: 84px; justify-self: center; }
  .menu-toggle { display: flex; width: 44px; height: 44px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; background: transparent; }
  .menu-toggle span { width: 17px; height: 1px; background: var(--white); transition: transform .2s ease, opacity .2s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .mobile-book { display: inline-flex; min-height: 44px; align-items: center; border: 1px solid #efb57f; padding: 0 14px; color: var(--white); background: transparent; font-size: 10px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
  .mobile-menu { position: absolute; top: 100%; left: 0; width: 100%; color: var(--white); background: var(--lagoon-950); }
  .mobile-menu[hidden] { display: none; }
  .mobile-menu:not([hidden]) { display: block; }
  .mobile-menu-panel { display: grid; width: min(100% - 32px, 1080px); grid-template-columns: repeat(3, 1fr); gap: 0; margin: auto; padding-block: 20px; }
  .mobile-menu a, .mobile-menu button { border: 0; border-bottom: 1px solid rgba(255,255,255,.11); padding: 13px 10px; color: rgba(255,255,255,.88); background: transparent; text-align: left; font-size: 11px; font-weight: 500; text-transform: uppercase; }
  .availability-card { grid-template-columns: 1fr 1fr 1fr; gap: 20px 0; }
  .availability-heading { grid-column: 1 / -1; }
  .availability-card label:nth-of-type(1) { border-left: 0; padding-left: 0; }
  .availability-card .button { margin-left: 17px; }
  .intro-grid { gap: 65px; }
  .intro-visual { min-height: 570px; }
  .room-track { grid-auto-columns: calc((100% - 24px) / 2); }
  .destination-grid { grid-template-columns: 1fr 1fr; }
  .destination-card:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .destination-card:nth-child(4) { border-top: 1px solid var(--line); }
  .contact-inner { margin-left: 35px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 46px 40px; }
}

@media (max-width: 767px) {
  html { scroll-padding-top: 88px; }
  .site-container { width: min(100% - 30px, 620px); }
  .section-space { padding-block: 78px; }
  h2 { font-size: clamp(43px, 13vw, 58px); }
  .utility-bar { height: 44px; }
  .utility-actions > a, .utility-divider, .translate-wrap > span { display: none; }
  .utility-time { font-size: 8px; }
  .translate-wrap > svg { display: none; }
  .translate-wrap select { max-width: 88px; font-size: 8px; }
  .main-nav { height: 78px; }
  .nav-inner { grid-template-columns: 42px 1fr 76px; gap: 8px; }
  .brand { width: 142px; height: 66px; }
  .brand img { width: 126px; height: 74px; }
  .mobile-book { min-height: 44px; padding: 0 9px; font-size: 8px; }
  .mobile-menu-panel { grid-template-columns: 1fr 1fr; }
  .hero { height: 650px; min-height: 0; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,38,46,.72), rgba(5,45,54,.18)), linear-gradient(0deg, rgba(3,38,45,.65), transparent 55%); }
  .hero-content { justify-content: flex-end; padding-bottom: 98px; }
  .hero-content h1 { margin: 14px 0 20px; overflow-wrap: anywhere; font-size: clamp(52px, 16.5vw, 72px); }
  .hero-content > p:not(.eyebrow) { font-size: 13px; line-height: 1.7; }
  .hero-arrow { top: auto; bottom: 27px; width: 39px; height: 39px; transform: none; }
  .hero-prev { left: 15px; }
  .hero-next { right: 15px; }
  .hero-dots { right: 50%; bottom: 20px; transform: translateX(50%); }
  .availability-section { margin-top: 0; background: var(--white); }
  .availability-section .site-container { width: 100%; }
  .availability-card { grid-template-columns: 1fr 1fr; gap: 18px 0; padding: 28px 20px 30px; box-shadow: none; }
  .availability-heading { padding: 0; }
  .availability-heading h2 { font-size: 28px; white-space: normal; }
  .availability-card label { padding: 0 12px; }
  .availability-card label:nth-of-type(1), .availability-card label:nth-of-type(3) { border-left: 0; padding-left: 0; }
  .availability-card .button { grid-column: 1 / -1; margin: 0; }
  .intro-grid { grid-template-columns: minmax(0, 1fr); gap: 55px; }
  .intro-copy, .dining-copy { min-width: 0; }
  .intro-visual { min-height: 490px; }
  .intro-main-image { right: 10%; bottom: 72px; }
  .intro-small-image { width: 46%; height: 41%; border-width: 7px; }
  .since-badge { top: 24px; right: -7px; width: 112px; height: 112px; }
  .since-badge strong { font-size: 31px; }
  .intro-highlights { gap: 7px; }
  .intro-highlights div { display: block; }
  .intro-highlights div + div { padding-left: 12px; }
  .intro-highlights span { font-size: 29px; }
  .intro-highlights p { margin-top: 6px; }
  .split-heading { display: block; margin-bottom: 34px; }
  .section-actions { align-items: center; margin-top: 25px; }
  .section-actions > p { font-size: 12px; }
  .room-track { grid-auto-columns: 84%; gap: 15px; margin-right: -15px; }
  .room-body { padding: 20px; }
  .room-body h3 { min-height: 0; font-size: 23px; }
  .dining-section { grid-template-columns: 1fr; }
  .dining-image { min-height: 480px; }
  .dining-stamp { right: 18px; bottom: 18px; width: 130px; height: 130px; }
  .dining-copy { padding: 70px 22px 80px; }
  .destination-grid { grid-template-columns: 1fr; }
  .destination-card { min-height: 135px; padding: 28px 12px; }
  .destination-card + .destination-card { border-top: 1px solid var(--line); border-left: 0; }
  .story-strip { min-height: 520px; }
  .contact-section { grid-template-columns: 1fr; }
  .contact-inner { width: min(100% - 40px, 620px); margin-inline: auto; }
  .map-wrap { min-height: 440px; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; padding-block: 55px 42px; }
  .footer-brand { grid-column: auto; }
  .footer-brand img { width: 210px; height: 126px; }
  .footer-column a { min-height: 44px; }
  .footer-link-columns { gap: 0 18px; }
  .footer-bottom { display: block; padding-block: 22px; text-align: center; }
  .footer-bottom p + p { margin-top: 5px; }
  .footer-bottom-links { justify-content: center; margin-top: 8px; }
  .floating-contact { right: 12px; bottom: 12px; flex-direction: row; }
  .floating-contact a, .floating-contact button { border-right: 1px solid rgba(255,255,255,.18); border-bottom: 0; }
  .floating-contact span { display: none; }
  .site-modal { padding: 10px; }
  .modal-panel { max-height: calc(100vh - 20px); padding: 50px 22px 30px; }
  .modal-panel h2 { font-size: 44px; }
  .search-form { display: block; border: 0; }
  .search-form input { border-bottom: 1px solid var(--lagoon-900); font-size: 22px; }
  .search-form button { width: 100%; min-height: 48px; margin-top: 14px; }
  .booking-form { grid-template-columns: 1fr; }
  .booking-form .full { grid-column: auto; }
  .form-submit { display: block; }
  .form-submit .form-status { margin-top: 10px; }
}

@media (max-width: 399px) {
  .hero-content h1 { font-size: 58px; }
  .availability-card { grid-template-columns: 1fr; }
  .availability-card label { border-left: 0; padding: 0; }
  .intro-visual { min-height: 430px; }
  .room-track { grid-auto-columns: 91%; }
}

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