:root {
  --ink: #18363d;
  --ink-soft: #4e6569;
  --paper: #f5f0e6;
  --paper-deep: #e8dfcf;
  --white: #fffdf8;
  --sea: #2f7074;
  --pine: #516858;
  --coral: #d3653d;
  --line: rgba(24, 54, 61, 0.17);
  --font-display: "Segoe UI Variable Display", "Aptos Display", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  --font-heading: "Segoe UI Variable Text", Aptos, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  --font-body: "Segoe UI Variable Text", Aptos, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; overflow-x: clip; }
section[id] { scroll-margin-top: 76px; }
body { min-width: 0; margin: 0; overflow-x: hidden; overflow-wrap: break-word; color: var(--ink); background: var(--paper); font-family: var(--font-body); font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
b, strong { font-weight: 650; }
button, input, select { max-width: 100%; font: inherit; }
button, a { touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
picture { display: block; }
.hero-background-media { position: absolute; inset: 0 auto 0 0; width: calc(100% + 100px); height: 100%; }
.hero-background-media.is-panning { animation: hero-background-pan 30s cubic-bezier(.22, 1, .36, 1) forwards; }
@keyframes hero-background-pan {
  to { transform: translateX(-100px); }
}
.hero-feature-card picture,
.room-image picture,
.experience-photo picture,
.gallery-item picture,
.dive-underwater-card picture,
.review-image picture,
.final-photo picture { width: 100%; height: 100%; }
.dive-main-picture { display: block; width: 100%; }
button { color: inherit; }
h1, h2, h3 { overflow-wrap: anywhere; text-rendering: optimizeLegibility; font-kerning: normal; text-wrap: balance; }
h1 em, h2 em { font-family: inherit; font-style: normal; }

.site-header {
  position: fixed; z-index: 40; inset: 0 0 auto; height: 92px; padding: 0 clamp(24px, 4vw, 72px);
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(24px, 3vw, 52px);
  color: var(--white); border-bottom: 1px solid rgba(255,255,255,.2);
  transition: height .3s ease, background .3s ease, box-shadow .3s ease, backdrop-filter .3s ease;
}
.site-header.is-scrolled, .site-header.is-menu-open { height: 76px; background: rgba(18,46,52,.94); box-shadow: 0 12px 35px rgba(5,22,26,.2); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 14px; width: max-content; }
.brand-mark { flex: 0 0 auto; width: 52px; height: 52px; display: block; border-radius: 50%; filter: drop-shadow(0 7px 16px rgba(3,18,22,.24)); transition: transform .3s cubic-bezier(.22,1,.36,1), filter .3s ease; }
.brand:hover .brand-mark { transform: translateY(-1px) rotate(-3deg) scale(1.035); filter: drop-shadow(0 10px 20px rgba(3,18,22,.3)); }
.brand-copy { display: grid; gap: 5px; }
.brand-copy strong { display: block; font-size: 19px; font-weight: 600; line-height: 1; letter-spacing: .19em; }
.brand-copy small { display: block; color: rgba(255,255,255,.76); font-size: 11px; line-height: 1.15; letter-spacing: .055em; white-space: nowrap; }
.desktop-nav { justify-self: center; display: flex; align-items: center; gap: 3px; padding: 5px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(7,29,34,.34); box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 12px 30px rgba(4,20,24,.12); font-size: 14px; font-weight: 600; backdrop-filter: blur(14px); transition: background .3s ease, border-color .3s ease, box-shadow .3s ease; }
.desktop-nav a { position: relative; min-height: 42px; padding: 0 clamp(11px, 1vw, 16px); display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; color: rgba(255,255,255,.86); white-space: nowrap; transition: color .2s ease, background .2s ease, box-shadow .25s ease, transform .25s cubic-bezier(.22,1,.36,1); }
.desktop-nav a::after { content: ""; position: absolute; bottom: 6px; left: 50%; width: 5px; height: 5px; border-radius: 50%; background: var(--coral); opacity: 0; transform: translate(-50%, 4px) scale(.5); transition: opacity .2s ease, transform .25s cubic-bezier(.22,1,.36,1); }
.desktop-nav a:hover { background: rgba(255,255,255,.1); color: #fff; transform: translateY(-1px); }
.desktop-nav a.is-active, .desktop-nav a[aria-current="location"] { background: rgba(255,253,248,.97); color: var(--ink); box-shadow: 0 7px 18px rgba(3,18,22,.2); }
.desktop-nav a.is-active::after, .desktop-nav a[aria-current="location"]::after { opacity: 1; transform: translate(-50%, 0) scale(1); }
.desktop-nav a:focus-visible { outline-offset: 1px; }
.site-header.is-scrolled .desktop-nav { border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.06); box-shadow: inset 0 1px 0 rgba(255,255,255,.07), 0 10px 26px rgba(3,18,22,.2); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 14px; }
.phone-link { display: grid; gap: 3px; text-align: right; }
.phone-link small { color: rgba(255,255,255,.68); text-transform: uppercase; letter-spacing: .1em; font-size: 11px; }
.phone-link strong { font-size: 14px; font-weight: 600; white-space: nowrap; }
.button { max-width: 100%; border: 0; border-radius: 999px; background: var(--coral); color: #fff; min-height: 56px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; cursor: pointer; font-weight: 600; font-size: 15px; transition: transform .3s cubic-bezier(.22,1,.36,1), background .25s, box-shadow .25s; }
.button:hover { background: #bc5633; transform: translateY(-2px); box-shadow: 0 12px 24px rgba(140,56,30,.24); }
.button-small { min-height: 44px; padding: 0 19px; font-size: 13px; white-space: nowrap; }
.menu-toggle { width: 44px; height: 44px; padding: 0; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; display: none; place-content: center; gap: 5px; background: rgba(13,38,43,.32); cursor: pointer; }
.menu-toggle span { width: 18px; height: 1px; display: block; background: #fff; transition: transform .25s 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-nav { position: absolute; top: 100%; right: clamp(20px,4vw,48px); left: clamp(20px,4vw,48px); padding: 14px; border-radius: 0 0 20px 20px; background: var(--white); color: var(--ink); box-shadow: 0 24px 45px rgba(5,22,26,.24); }
.mobile-nav > a { min-height: 48px; padding: 0 12px; display: flex; align-items: center; border-bottom: 1px solid var(--line); font: 600 20px/1.2 var(--font-heading); letter-spacing: -.015em; }
.mobile-nav > a:last-child { border-bottom: 0; }
.mobile-nav-phone { justify-content: space-between; margin-top: 6px; border-radius: 12px; background: var(--paper); font-family: var(--font-body) !important; font-size: 13px !important; }
.mobile-nav-phone strong { font-size: 15px; font-weight: 600; }

.hero { min-height: 900px; position: relative; overflow: hidden; background: var(--ink); color: var(--white); }
.hero-background { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: 50% 52%; transform: scale(1.015); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,30,34,.91) 0%, rgba(12,35,40,.77) 43%, rgba(12,32,36,.33) 72%, rgba(8,24,28,.22) 100%), linear-gradient(0deg, rgba(7,24,28,.48), transparent 48%); }
.hero-inner { position: relative; z-index: 2; width: 100%; max-width: 1600px; min-height: 900px; margin: 0 auto; padding: 148px clamp(24px, 7vw, 112px) 78px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, 430px); align-items: center; gap: clamp(55px, 7vw, 120px); }
.hero-copy { width: 100%; min-width: 0; max-width: 850px; padding-bottom: 6px; }
.hero-eyebrow { margin: 0 0 24px; display: flex; align-items: center; gap: 10px; color: #d9e7e3; text-transform: uppercase; letter-spacing: .18em; font-size: 12px; font-weight: 600; }
.hero-eyebrow > span { width: 7px; height: 7px; border-radius: 50%; background: #dfb97d; box-shadow: 0 0 0 5px rgba(223,185,125,.16); }
.eyebrow { margin: 0 0 26px; text-transform: uppercase; letter-spacing: .18em; font-size: 13px; font-weight: 600; color: #b9cec8; }
.hero h1, .section h2 { margin: 0; font: 650 clamp(56px, 5.7vw, 92px)/.96 var(--font-display); letter-spacing: -.044em; }
.hero h1 { max-width: 880px; text-wrap: balance; }
.hero h1 em, .section h2 em { color: #e8c58a; font-weight: 550; letter-spacing: -.03em; }
.hero-lead { max-width: 720px; margin: 27px 0 0; color: rgba(255,255,255,.78); font-size: clamp(16px, 1.3vw, 19px); line-height: 1.65; }
.hero-offer { margin-top: 27px; display: flex; align-items: flex-end; gap: 10px; }
.hero-offer > span { margin-bottom: 6px; color: rgba(255,255,255,.68); font-size: 13px; }
.hero-offer > strong { font: 650 38px/1 var(--font-heading); color: #fff; letter-spacing: -.03em; }
.hero-offer > small { margin: 0 0 2px 4px; padding-left: 14px; border-left: 1px solid rgba(255,255,255,.28); color: rgba(255,255,255,.68); font-size: 12px; line-height: 1.45; text-transform: uppercase; letter-spacing: .08em; }
.hero-actions { margin-top: 30px; display: flex; align-items: center; gap: 12px; }
.hero-primary { min-width: 218px; }
.text-link { min-height: 56px; padding: 0 21px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; background: rgba(12,35,40,.22); color: #fff; font-size: 14px; font-weight: 600; backdrop-filter: blur(8px); transition: background .2s ease, border-color .2s ease; }
.text-link:hover { border-color: rgba(255,255,255,.72); background: rgba(255,255,255,.1); }
.hero-feature-gallery { width: min(840px, 100%); margin-top: 34px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.hero-feature-card { position: relative; width: 100%; aspect-ratio: 4 / 3; min-height: 178px; margin: 0; padding: 0; display: block; overflow: hidden; border: 1px solid rgba(255,255,255,.3); border-radius: 18px; background: #17383e; color: #fff; text-align: left; cursor: zoom-in; box-shadow: 0 18px 40px rgba(3,18,22,.24); transition: border-color .2s ease, transform .3s cubic-bezier(.22,1,.36,1), box-shadow .3s ease; scroll-snap-align: start; }
.hero-feature-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,23,27,.94) 0%, rgba(5,23,27,.55) 40%, rgba(5,23,27,.05) 74%); pointer-events: none; }
.hero-feature-card:hover { border-color: rgba(255,255,255,.62); box-shadow: 0 26px 54px rgba(3,18,22,.36); transform: translateY(-5px); }
.hero-feature-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.22,1,.36,1), filter .3s ease; }
.hero-feature-card.feature-pool img { object-position: 50% 72%; }
.hero-feature-card.feature-playground img { object-position: center; }
.hero-feature-card.feature-diving img { object-position: 55% center; }
.hero-feature-card:hover img { filter: saturate(1.08); transform: scale(1.055); }
.hero-feature-number { position: absolute; z-index: 3; top: 13px; left: 13px; width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.46); border-radius: 50%; background: rgba(8,31,35,.34); color: #fff; font: 600 12px/1 var(--font-heading); backdrop-filter: blur(8px); }
.hero-feature-copy { position: absolute; z-index: 3; right: 52px; bottom: 15px; left: 15px; display: grid; gap: 5px; }
.hero-feature-copy small { color: #e8c58a; text-transform: uppercase; letter-spacing: .12em; font-size: 11px; font-weight: 600; }
.hero-feature-copy strong { color: #fff; font: 600 18px/1.18 var(--font-heading); letter-spacing: -.018em; text-shadow: 0 2px 12px rgba(0,0,0,.34); }
.hero-feature-card b { position: absolute; z-index: 3; right: 12px; bottom: 12px; width: 33px; height: 33px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.44); border-radius: 50%; background: rgba(8,31,35,.34); font-size: 16px; font-weight: 400; backdrop-filter: blur(8px); transition: background .2s ease, border-color .2s ease; }
.hero-feature-card:hover b { border-color: #dfb97d; background: #dfb97d; color: var(--ink); }
.hero-location { position: absolute; z-index: 3; right: clamp(24px,4vw,72px); bottom: 24px; margin: 0; color: rgba(255,255,255,.74); text-transform: uppercase; letter-spacing: .11em; font-size: 11px; }
.hero-location span { margin-right: 7px; color: #dfb97d; font-size: 15px; }

.availability-card { align-self: center; width: 100%; padding: 31px; border: 1px solid rgba(255,255,255,.68); border-radius: 24px; color: var(--ink); background: rgba(255,253,248,.96); box-shadow: 0 28px 75px rgba(5,24,28,.34); backdrop-filter: blur(18px); transition: .3s ease; }
.availability-card:hover { border-color: rgba(255,255,255,.62); box-shadow: 0 26px 54px rgba(3,18,22,.36); transform: translateY(-5px); }
.availability-heading { padding-bottom: 23px; border-bottom: 1px solid var(--line); }
.availability-heading p { margin: 0 0 10px; color: var(--coral); text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 600; }
.availability-heading h2 { margin: 0; font: 650 31px/1.08 var(--font-heading); letter-spacing: -.03em; }
.availability-heading small { display: block; margin-top: 10px; color: var(--ink-soft); font-size: 13px; line-height: 1.5; }
.availability-fields { padding: 18px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.availability-card label { min-width: 0; padding: 13px 14px; display: grid; align-content: center; border: 1px solid var(--line); border-radius: 12px; background: #fff; transition: border-color .2s ease, box-shadow .2s ease; }
.availability-card label:focus-within { border-color: var(--sea); box-shadow: 0 0 0 3px rgba(47,112,116,.1); }
.availability-card label span { margin-bottom: 8px; text-transform: uppercase; letter-spacing: .1em; color: var(--ink-soft); font-size: 11px; font-weight: 600; }
.availability-card input, .availability-card select { width: 100%; min-width: 0; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 15px; font-weight: 600; }
.availability-card input[type="date"], .modal-grid input[type="date"] { min-height: 24px; color-scheme: light; cursor: pointer; }
.availability-card input[type="date"]::-webkit-calendar-picker-indicator, .modal-grid input[type="date"]::-webkit-calendar-picker-indicator { cursor: pointer; opacity: .68; }
.availability-card select, .modal-grid select { cursor: pointer; }
.availability-card label.is-required > span::after, .modal-grid label.is-required > span::after { content: " *"; color: var(--coral); }
.availability-card .guest-field { grid-column: 1 / -1; }
.availability-submit { width: 100%; min-height: 58px; }
.booking-assurance { margin: 14px 0 0; color: var(--ink-soft); text-align: center; font-size: 12px; }
.booking-assurance span { width: 18px; height: 18px; margin-right: 6px; display: inline-grid; place-items: center; border-radius: 50%; background: #dfe9df; color: var(--pine); font-size: 10px; font-weight: 650; }

.fact-ribbon { padding: 36px clamp(24px, 7vw, 112px); display: grid; grid-template-columns: minmax(210px, .72fr) minmax(0, 2.3fr); align-items: stretch; gap: 24px; background: var(--paper); border-bottom: 1px solid var(--line); }
.fact-ribbon-intro { padding: 25px 28px; display: grid; align-content: center; border-radius: 18px; background: var(--ink); color: var(--white); }
.fact-ribbon-intro > span { color: #dfb97d; text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 600; }
.fact-ribbon-intro > strong { margin-top: 12px; font: 650 25px/1.12 var(--font-heading); letter-spacing: -.025em; }
.fact-ribbon-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.fact-card { position: relative; min-height: 142px; padding: 22px 18px 20px; display: grid; align-content: space-between; gap: 20px; overflow: hidden; border: 1px solid rgba(24,54,61,.11); border-radius: 18px; background: rgba(255,253,248,.72); transition: background .25s ease, border-color .25s ease, transform .3s cubic-bezier(.22,1,.36,1); }
.fact-card::after { content: ""; position: absolute; right: -32px; bottom: -40px; width: 100px; height: 100px; border: 1px solid rgba(47,112,116,.1); border-radius: 50%; }
.fact-card:hover { border-color: rgba(47,112,116,.3); background: var(--white); transform: translateY(-3px); }
.fact-number { color: var(--coral); font: 650 14px/1 var(--font-heading); }
.fact-card > div { position: relative; z-index: 1; }
.fact-card strong, .fact-card small { display: block; }
.fact-card strong { font: 600 19px/1.18 var(--font-heading); letter-spacing: -.018em; }
.fact-card small { margin-top: 8px; color: var(--ink-soft); font-size: 12px; line-height: 1.5; }

.section { padding: 112px 7vw; }
.section-heading { margin-bottom: 54px; }
.section-heading .eyebrow { color: var(--sea); }
.section h2 { font-size: clamp(44px, 5vw, 70px); }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.rooms-preview { background: linear-gradient(180deg, #f8f4eb 0%, var(--paper) 100%); }
.rooms-heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr); align-items: end; gap: clamp(50px, 8vw, 130px); }
.rooms-heading-copy .section-lead { max-width: 650px; margin-top: 24px; font-size: 16px; }
.season-panel { padding: 20px; border: 1px solid rgba(24,54,61,.1); border-radius: 20px; background: rgba(255,253,248,.72); }
.season-panel > span { display: block; margin: 0 0 11px 4px; color: var(--ink-soft); text-transform: uppercase; letter-spacing: .11em; font-size: 11px; font-weight: 600; }
.season-panel > p { margin: 10px 4px 0; color: var(--ink-soft); font-size: 12px; }
.season-switch { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; padding: 5px; border-radius: 14px; background: rgba(24,54,61,.07); }
.season-switch button { min-height: 61px; padding: 9px 13px; display: grid; align-content: center; gap: 5px; border: 0; border-radius: 11px; background: transparent; color: var(--ink-soft); cursor: pointer; font-size: 12px; font-weight: 600; line-height: 1.3; text-align: left; transition: background .2s ease, color .2s ease, box-shadow .2s ease; }
.season-switch button small { color: inherit; text-transform: uppercase; letter-spacing: .07em; font-size: 11px; opacity: .72; }
.season-switch button.active { background: var(--ink); color: var(--white); box-shadow: 0 9px 20px rgba(24,54,61,.18); }
.room-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; align-items: stretch; }
.room-card { min-width: 0; display: flex; flex-direction: column; overflow: hidden; border: 1px solid rgba(24,54,61,.11); border-radius: 22px; background: var(--white); box-shadow: 0 14px 35px rgba(24,54,61,.07); transition: transform .35s cubic-bezier(.22,1,.36,1), box-shadow .35s ease, border-color .25s ease; }
.room-card:hover { border-color: rgba(47,112,116,.25); box-shadow: 0 25px 52px rgba(24,54,61,.13); transform: translateY(-6px); }
.room-image { position: relative; overflow: hidden; width: 100%; aspect-ratio: 1.25; background: var(--paper-deep); }
.room-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,27,31,.58), transparent 44%); pointer-events: none; }
.room-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(.22,1,.36,1), filter .3s ease; }
.room-card:hover .room-image img { filter: saturate(1.04); transform: scale(1.045); }
.room-photo-number, .room-capacity, .room-zoom { position: absolute; z-index: 2; }
.room-photo-number { top: 16px; left: 16px; padding: 8px 10px; border-radius: 999px; background: rgba(255,253,248,.9); color: var(--ink); text-transform: uppercase; letter-spacing: .08em; font-size: 11px; font-weight: 600; backdrop-filter: blur(8px); }
.room-capacity { top: 16px; right: 16px; padding: 8px 10px; border-radius: 999px; background: rgba(24,54,61,.82); color: #fff; font-size: 11px; font-weight: 600; backdrop-filter: blur(8px); }
.room-zoom { right: 17px; bottom: 16px; color: #fff; font-size: 11px; font-weight: 600; opacity: .9; }
.room-body { flex: 1; padding: 28px; display: flex; flex-direction: column; }
.room-type { margin: 0 0 8px; color: var(--coral); text-transform: uppercase; letter-spacing: .11em; font-size: 11px; font-weight: 600; }
.room-body h3 { margin: 0; font: 650 31px/1.07 var(--font-heading); letter-spacing: -.03em; }
.room-description { min-height: 64px; margin: 16px 0 0; color: var(--ink-soft); font-size: 14px; line-height: 1.6; }
.room-amenities { list-style: none; padding: 18px 0; margin: 20px 0 0; display: grid; gap: 10px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: 13px; }
.room-amenities li { position: relative; padding-left: 24px; line-height: 1.4; }
.room-amenities li::before { content: "✓"; position: absolute; top: 0; left: 0; width: 16px; height: 16px; display: grid; place-items: center; border-radius: 50%; background: #e2ebe4; color: var(--pine); font-size: 9px; font-weight: 650; }
.room-booking-row { margin-top: auto; padding-top: 22px; display: grid; gap: 18px; }
.room-price { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 3px 10px; }
.room-price small { color: var(--ink-soft); text-transform: uppercase; letter-spacing: .09em; font-size: 11px; font-weight: 600; }
.room-price p { grid-column: 1 / -1; margin: 2px 0 0; color: var(--ink-soft); font-size: 12px; }
.room-price strong { margin: 0 4px; color: var(--ink); font: 650 30px/1 var(--font-heading); letter-spacing: -.03em; }
.room-price > span { grid-column: 1 / -1; color: var(--ink-soft); font-size: 11px; }
.room-booking-button { width: 100%; min-height: 52px; }
.room-bottomline { margin-top: 22px; padding: 20px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid rgba(24,54,61,.1); border-radius: 18px; background: rgba(255,253,248,.76); }
.room-bottomline > div { min-width: 0; padding: 5px 20px; display: grid; grid-template-columns: 30px 1fr; gap: 11px; border-right: 1px solid var(--line); }
.room-bottomline > div:last-child { border-right: 0; }
.room-bottomline > div > span { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; background: #e2ebe4; color: var(--pine); font-size: 11px; font-weight: 650; }
.room-bottomline p { margin: 0; color: var(--ink-soft); font-size: 11px; line-height: 1.5; }
.room-bottomline strong { display: block; margin-bottom: 4px; color: var(--ink); font-size: 12px; font-weight: 600; }
.mobile-action { display: none; }

:focus-visible { outline: 3px solid #dfb97d; outline-offset: 3px; }

@media (max-width: 1280px) {
  .site-header { gap: 24px; }
  .desktop-nav { gap: 2px; }
  .desktop-nav a { padding-right: 11px; padding-left: 11px; }
  .phone-link { display: none; }
  .hero-inner { grid-template-columns: minmax(0, 1fr) 370px; gap: 48px; }
}

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; gap: 18px; }
  .desktop-nav, .phone-link { display: none; }
  .menu-toggle { display: grid; }
  .hero, .hero-inner { min-height: 0; }
  .hero-inner { padding-top: 135px; padding-bottom: 82px; grid-template-columns: 1fr; gap: 45px; }
  .hero-copy { max-width: 800px; }
  .availability-card { max-width: 650px; }
  .hero-location { display: none; }
  .fact-ribbon { grid-template-columns: 1fr; }
  .fact-ribbon-intro { min-height: 130px; }
  .fact-ribbon-grid { grid-template-columns: repeat(2, 1fr); }
  .rooms-heading { grid-template-columns: 1fr; gap: 34px; }
  .season-panel { max-width: 680px; }
  .room-grid { grid-template-columns: repeat(2, 1fr); }
  .room-card:last-child { grid-column: 1 / -1; width: calc(50% - 10px); max-width: none; justify-self: center; }
}

@media (max-width: 700px) {
  body { padding-bottom: 72px; }
  .site-header, .site-header.is-scrolled, .site-header.is-menu-open { height: 72px; padding: 0 18px; }
  .brand { gap: 10px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-copy small { display: none; }
  .brand-copy strong { font-size: 16px; }
  .header-actions { gap: 8px; }
  .header-booking { min-height: 38px; padding: 0 12px; font-size: 11px; }
  .menu-toggle { width: 38px; height: 38px; }
  .mobile-nav { right: 10px; left: 10px; padding: 12px; }
  .hero-background { object-position: 50% 49%; }
  .hero-shade { background: linear-gradient(90deg, rgba(9,29,33,.88), rgba(9,29,33,.56)), linear-gradient(0deg, rgba(7,23,27,.68), transparent 55%); }
  .hero-inner { padding: 112px 20px 54px; gap: 30px; }
  .hero-eyebrow { margin-bottom: 18px; font-size: 11px; letter-spacing: .13em; }
  .hero h1 { font-size: clamp(46px, 13.5vw, 62px); line-height: .98; }
  .hero-lead { margin-top: 22px; font-size: 15px; line-height: 1.58; }
  .hero-offer { margin-top: 23px; }
  .hero-offer > strong { font-size: 34px; }
  .hero-actions { width: 100%; align-items: stretch; flex-direction: column; gap: 9px; }
  .hero-actions .button, .hero-actions .text-link { width: 100%; min-width: 0; white-space: normal; text-align: center; }
  .hero-feature-gallery { width: 100%; min-width: 0; margin-right: 0; padding: 0; grid-template-columns: minmax(0, 1fr); gap: 12px; overflow: visible; overscroll-behavior-x: auto; scroll-snap-type: none; }
  .hero-feature-card { width: 100%; min-width: 0; min-height: 0; scroll-snap-align: none; }
  .availability-card { max-width: none; padding: 24px 20px; border-radius: 20px; }
  .availability-heading h2 { font-size: 28px; }
  .availability-fields { grid-template-columns: 1fr; }
  .availability-card .guest-field { grid-column: auto; }
  .fact-ribbon { padding: 28px 20px; grid-template-columns: 1fr; gap: 12px; }
  .fact-ribbon-intro { min-height: 0; padding: 23px; }
  .fact-ribbon-intro > strong { font-size: 23px; }
  .fact-ribbon-grid { grid-template-columns: 1fr; gap: 8px; }
  .fact-card { min-height: 120px; }
  .section { padding: 82px 20px; }
  .split-heading { align-items: stretch; flex-direction: column; }
  .rooms-heading { gap: 28px; }
  .rooms-heading-copy .section-lead { font-size: 15px; }
  .season-panel { padding: 15px; }
  .season-switch { grid-template-columns: 1fr; }
  .room-grid { grid-template-columns: 1fr; }
  .room-card:last-child { grid-column: auto; width: 100%; max-width: none; }
  .room-description { min-height: 0; }
  .room-bottomline { grid-template-columns: 1fr; gap: 0; }
  .room-bottomline > div { padding: 14px 5px; border-right: 0; border-bottom: 1px solid var(--line); }
  .room-bottomline > div:last-child { border-bottom: 0; }
  .mobile-action { position: fixed; z-index: 30; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 82px; gap: 8px; padding: 8px; background: var(--white); box-shadow: 0 -8px 25px rgba(18,37,41,.12); }
  .mobile-action .button { min-height: 54px; }
  .mobile-action a { display: grid; place-items: center; border-radius: 999px; background: var(--ink); color: #fff; font-weight: 600; font-size: 13px; }
}

@media (max-width: 420px) {
  .header-booking { display: none; }
  .hero-feature-gallery { grid-template-columns: minmax(0, 1fr); }
}

/* Complete experience */
.room-image { width: 100%; padding: 0; border: 0; cursor: zoom-in; text-align: left; }
.section-lead { max-width: 520px; margin: 0; color: var(--ink-soft); font-size: 17px; line-height: 1.75; }

.experience-section { min-height: 790px; display: grid; grid-template-columns: 52% 48%; background: var(--ink); color: var(--white); }
.experience-photo { position: relative; min-height: 790px; overflow: hidden; }
.experience-photo > button { width: 100%; height: 100%; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.experience-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.15s cubic-bezier(.22,1,.36,1); }
.experience-photo:hover img { transform: scale(1.04); }
.experience-photo::after { content: ""; position: absolute; pointer-events: none; inset: 0; background: linear-gradient(0deg, rgba(14,35,40,.52), transparent 48%); }
.experience-photo > p { position: absolute; z-index: 2; left: 7vw; bottom: 48px; margin: 0; font: 650 26px/1 var(--font-heading); letter-spacing: -.025em; }
.experience-photo > p span { display: block; margin-top: 8px; color: rgba(255,255,255,.72); text-transform: uppercase; letter-spacing: .14em; font: 600 12px/1 var(--font-body); }
.experience-copy { padding: 108px 7vw 80px 6vw; }
.experience-copy h2, .dining-section h2, .diving-section h2, .route-section h2, .final-cta h2 { margin: 0; font: 650 clamp(46px, 5vw, 72px)/.98 var(--font-display); letter-spacing: -.04em; }
.experience-copy h2 em, .dining-section h2 em, .diving-section h2 em, .route-section h2 em, .final-cta h2 em { color: #dfb97d; font-weight: 550; letter-spacing: -.028em; }
.experience-copy .section-lead { margin-top: 28px; color: rgba(255,255,255,.68); }
.day-list { list-style: none; padding: 0; margin: 42px 0 0; border-top: 1px solid rgba(255,255,255,.16); }
.day-list li { display: grid; grid-template-columns: 78px 1fr; gap: 20px; padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.day-list time { color: #dfb97d; font: 650 16px/1.3 var(--font-heading); }
.day-list span { color: rgba(255,255,255,.66); font-size: 13px; line-height: 1.5; }
.day-list strong { display: block; margin-bottom: 5px; color: var(--white); font: 650 18px/1.2 var(--font-heading); letter-spacing: -.015em; }

.aerial-section { overflow: hidden; background: linear-gradient(180deg, #edf2ef 0%, var(--paper) 100%); }
.aerial-heading { align-items: end; }
.aerial-heading > div { max-width: 860px; }
.aerial-heading .section-lead { padding-bottom: 7px; }
.aerial-video-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.aerial-video-card { min-width: 0; overflow: hidden; border: 1px solid rgba(24,54,61,.12); border-radius: 22px; background: var(--white); box-shadow: 0 18px 42px rgba(24,54,61,.09); transition: border-color .25s ease, box-shadow .3s ease, transform .3s cubic-bezier(.22,1,.36,1); }
.aerial-video-card:hover { border-color: rgba(47,112,116,.32); box-shadow: 0 24px 54px rgba(24,54,61,.14); transform: translateY(-3px); }
.aerial-video-frame { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #102f36; }
.aerial-video { width: 100%; height: 100%; display: block; object-fit: contain; background: #102f36; }
.aerial-video-badge { position: absolute; z-index: 2; top: 16px; left: 16px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; background: rgba(8,30,35,.7); color: var(--white); text-transform: uppercase; letter-spacing: .09em; font-size: 11px; font-weight: 600; line-height: 1; pointer-events: none; backdrop-filter: blur(8px); }
.aerial-video-copy { padding: 25px 27px 29px; }
.aerial-video-copy > span { display: block; margin-bottom: 12px; color: var(--coral); text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 600; }
.aerial-video-copy h3 { margin: 0; font: 600 27px/1.12 var(--font-heading); letter-spacing: -.025em; }
.aerial-video-copy p { max-width: 560px; margin: 12px 0 0; color: var(--ink-soft); font-size: 14px; line-height: 1.65; }

.compact-heading { max-width: 720px; }
.included-section { background: var(--white); }
.included-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 18px; }
.included-card { position: relative; min-height: 390px; padding: 42px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; }
.included-main { background: #edf1eb; }
.extra-card { background: var(--paper); }
.card-number { color: var(--coral); font: 650 20px/1 var(--font-heading); }
.included-card h3 { margin: 54px 0 28px; font: 650 32px/1.08 var(--font-heading); letter-spacing: -.03em; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 30px; }
.check-grid p { margin: 0; padding: 13px 0; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 14px; }
.check-grid p::before { content: "✓"; margin-right: 9px; color: var(--pine); font-weight: 650; }
.extra-card dl { margin: 0; }
.extra-card dl > div { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-top: 1px solid var(--line); }
.extra-card dt { color: var(--ink-soft); font-size: 13px; }
.extra-card dd { margin: 0; font: 650 16px/1 var(--font-heading); white-space: nowrap; }

.territory-section { overflow: hidden; }
.territory-heading .section-lead { padding-bottom: 8px; }
.territory-gallery { height: 720px; display: grid; grid-template-columns: repeat(12, 1fr); grid-template-rows: 1fr 1fr; gap: 14px; }
.gallery-item { position: relative; overflow: hidden; border: 0; border-radius: 16px; padding: 0; background: var(--paper-deep); cursor: zoom-in; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s cubic-bezier(.22,1,.36,1); }
.gallery-item:hover img { transform: scale(1.045); }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(13,31,35,.55), transparent 45%); }
.gallery-item span { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 20px; display: flex; justify-content: space-between; align-items: center; color: #fff; font-size: 15px; font-weight: 600; }
.gallery-item b { font-size: 18px; }
.gallery-item-1 { grid-column: 1 / 8; grid-row: 1 / 3; }
.gallery-item-2 { grid-column: 8 / 11; grid-row: 1; }
.gallery-item-3 { grid-column: 11 / 13; grid-row: 1; }
.gallery-item-4 { grid-column: 8 / 13; grid-row: 2; }
.gallery-disclaimer { margin: 16px 0 0; color: var(--ink-soft); font-size: 12px; }

.dining-section { display: grid; grid-template-columns: 1fr 1fr; background: #dfb97d; color: var(--ink); }
.dining-copy { padding: 105px 8vw 105px 7vw; }
.dining-copy .eyebrow { color: var(--ink); opacity: .7; }
.dining-copy h2 em { color: var(--white); }
.dining-copy > p:not(.eyebrow) { max-width: 540px; margin: 28px 0 0; color: rgba(24,54,61,.78); font-size: 16px; line-height: 1.75; }
.outline-button { width: max-content; max-width: 100%; margin-top: 36px; padding: 15px 20px; display: flex; justify-content: space-between; gap: 24px; border: 1px solid rgba(24,54,61,.4); border-radius: 999px; background: transparent; cursor: pointer; font-weight: 600; font-size: 15px; text-align: left; }
.menu-card { align-self: stretch; padding: 88px 7vw; background: var(--white); }
.menu-title { display: flex; justify-content: space-between; padding-bottom: 22px; text-transform: uppercase; letter-spacing: .14em; font-size: 12px; }
.menu-title small { color: var(--ink-soft); }
.menu-card > div:not(.menu-title) { display: flex; justify-content: space-between; align-items: baseline; padding: 25px 0; border-top: 1px solid var(--line); }
.menu-card > div > span { font: 600 24px/1 var(--font-heading); letter-spacing: -.02em; }
.menu-card > div > strong { font: 650 34px/1 var(--font-heading); letter-spacing: -.03em; }
.menu-card > p { margin: 22px 0 0; color: var(--ink-soft); font-size: 13px; }

.diving-section { min-height: 720px; display: grid; grid-template-columns: 54% 46%; background: #173940; color: var(--white); }
.dive-gallery { position: relative; min-height: 720px; padding: 72px 3vw 72px 7vw; display: flex; flex-direction: column; justify-content: center; gap: 14px; }
.dive-main { width: 100%; height: clamp(360px, 34vw, 470px); display: block; object-fit: cover; }
.dive-underwater-gallery { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.dive-underwater-card { position: relative; aspect-ratio: 4 / 3; padding: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.16); background: #0c2d33; color: var(--white); cursor: zoom-in; }
.dive-underwater-card img, .dive-underwater-card .dive-detail { width: 100%; height: 100%; display: block; object-fit: cover; border: 0; box-shadow: none; transition: transform .7s cubic-bezier(.22,1,.36,1), filter .4s ease; }
.dive-underwater-card::after { content: ""; position: absolute; inset: 38% 0 0; background: linear-gradient(transparent, rgba(3,18,22,.82)); pointer-events: none; }
.dive-underwater-card span { position: absolute; z-index: 1; right: 10px; bottom: 9px; left: 10px; text-align: left; text-transform: uppercase; letter-spacing: .08em; font-size: 11px; font-weight: 600; }
.dive-underwater-card:hover img, .dive-underwater-card:focus-visible img { transform: scale(1.06); filter: saturate(1.08); }
.dive-underwater-card:focus-visible { outline: 2px solid #dfb97d; outline-offset: 3px; }
.vertical-label { position: absolute; left: 2vw; bottom: 92px; writing-mode: vertical-rl; transform: rotate(180deg); text-transform: uppercase; letter-spacing: .15em; color: rgba(255,255,255,.58); font-size: 11px; }
.dive-copy { padding: 140px 7vw 100px 6vw; }
.dive-copy > p:not(.eyebrow) { max-width: 490px; margin: 30px 0; color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.75; }
.dive-contact { margin-top: 45px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.2); display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.dive-contact span { color: rgba(255,255,255,.65); font-size: 13px; }
.dive-contact a { font: 650 22px/1 var(--font-heading); letter-spacing: -.025em; }

.review-section { background: var(--white); }
.review-links { display: grid; gap: 14px; padding-bottom: 9px; font-size: 14px; font-weight: 600; }
.review-links a { border-bottom: 1px solid var(--line); padding-bottom: 7px; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-grid article { min-height: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.review-image { position: relative; height: 220px; overflow: hidden; background: var(--paper-deep); }
.review-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s cubic-bezier(.22,1,.36,1); }
.review-grid article:hover .review-image img { transform: scale(1.045); }
.review-image span { position: absolute; top: 16px; left: 16px; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,253,248,.92); color: var(--coral); font: 650 16px/1 var(--font-heading); }
.review-card-copy { padding: 30px 34px 34px; }
.review-grid h3 { margin: 0 0 18px; font: 650 28px/1.12 var(--font-heading); letter-spacing: -.03em; }
.review-grid p { color: var(--ink-soft); font-size: 14px; line-height: 1.75; }
.review-grid small { display: block; margin-top: 28px; color: var(--sea); text-transform: uppercase; letter-spacing: .12em; font-size: 11px; }
.review-note { max-width: 760px; margin: 25px 0 0; color: var(--ink-soft); font-size: 13px; line-height: 1.6; }

.rules-strip { padding: 26px 7vw; display: flex; justify-content: space-between; align-items: center; gap: 30px; background: var(--coral); color: #fff; }
.rules-strip > p { margin: 0; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 600; }
.rules-strip > div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 28px; font-size: 13px; }
.rules-strip span::before { content: "•"; margin-right: 8px; color: #f2c186; }

.route-section { min-height: 720px; display: grid; grid-template-columns: 48% 52%; background: var(--paper); }
.route-map { position: relative; min-height: 720px; overflow: hidden; background: #96c4c4; }
.route-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; display: block; border: 0; }
.route-copy { padding: 112px 7vw 90px 7vw; }
.route-copy .eyebrow { color: var(--sea); }
.route-copy h2 em { color: var(--coral); }
.route-copy > p:not(.eyebrow) { max-width: 580px; margin: 28px 0 0; color: var(--ink-soft); font-size: 15px; line-height: 1.75; }
.route-copy > p strong { color: var(--ink); }
.route-actions { margin-top: 38px; display: flex; align-items: center; gap: 24px; }
.text-dark-link { width: fit-content; max-width: 100%; padding-bottom: 8px; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 600; }

.faq-section { background: var(--white); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; min-height: 84px; display: grid; grid-template-columns: 65px 1fr 30px; align-items: center; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { color: var(--coral); font: 650 16px/1 var(--font-heading); }
.faq-list summary > strong { font: 600 21px/1.25 var(--font-heading); letter-spacing: -.018em; }
.faq-list summary > b { font-size: 25px; font-weight: 300; transition: transform .25s; }
.faq-list details[open] summary > b { transform: rotate(45deg); }
.faq-list details > p { max-width: 800px; margin: -8px 0 28px 65px; color: var(--ink-soft); font-size: 15px; line-height: 1.75; }

.final-cta { min-height: 650px; display: grid; grid-template-columns: 48% 52%; background: var(--ink); color: var(--white); }
.final-photo { min-height: 650px; overflow: hidden; }
.final-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.85); }
.final-copy { padding: 110px 7vw; align-self: center; }
.final-copy > p:not(.eyebrow) { max-width: 520px; margin: 28px 0 35px; color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.7; }
.final-copy > small { display: block; margin-top: 14px; color: rgba(255,255,255,.62); font-size: 12px; }

footer { padding: 60px 7vw 32px; display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 38px; background: #102d33; color: var(--white); }
.footer-brand { display: flex; gap: 14px; align-items: center; }
.footer-brand .brand-mark { width: 48px; height: 48px; }
.footer-brand strong { display: block; font-weight: 600; letter-spacing: .18em; }
.footer-brand small { display: block; margin-top: 6px; }
footer > div > small, .footer-brand small { color: rgba(255,255,255,.58); text-transform: uppercase; letter-spacing: .1em; font-size: 11px; }
footer > div > p { color: rgba(255,255,255,.8); font-size: 13px; line-height: 1.8; }
.prototype-label { grid-column: 1 / -1; margin: 24px 0 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.5); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }

.modal-backdrop { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; overflow-y: auto; padding: 12px; background: rgba(8,27,31,.78); backdrop-filter: blur(10px); }
.booking-modal { position: relative; width: min(940px, 100%); padding: 30px 36px; border-radius: 22px; background: var(--white); box-shadow: 0 30px 90px rgba(0,0,0,.35); }
.modal-close { position: absolute; z-index: 2; top: 16px; right: 16px; width: 44px; height: 44px; padding: 0; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(24,54,61,.18); border-radius: 50%; background: rgba(245,240,230,.88); color: transparent; box-shadow: 0 8px 22px rgba(24,54,61,.1); cursor: pointer; font-size: 0; backdrop-filter: blur(8px); transition: background .22s ease, border-color .22s ease, box-shadow .22s ease, transform .3s cubic-bezier(.22,1,.36,1); }
.modal-close::before, .modal-close::after { content: ""; position: absolute; top: 50%; left: 50%; width: 17px; height: 2px; border-radius: 999px; background: var(--ink); transition: background .22s ease; }
.modal-close::before { transform: translate(-50%, -50%) rotate(45deg); }
.modal-close::after { transform: translate(-50%, -50%) rotate(-45deg); }
.modal-close:hover { border-color: var(--ink); background: var(--ink); box-shadow: 0 11px 26px rgba(24,54,61,.2); transform: rotate(90deg); }
.modal-close:hover::before, .modal-close:hover::after { background: var(--white); }
.modal-close:active { transform: rotate(90deg) scale(.94); }
.modal-close:focus-visible { outline: 3px solid #dfb97d; outline-offset: 3px; }
.booking-modal .eyebrow { color: var(--sea); margin-bottom: 18px; }
.booking-modal h2 { margin: 0; padding-right: 42px; font: 650 40px/1 var(--font-display); letter-spacing: -.04em; }
.booking-modal h2 em { color: var(--coral); font-weight: 400; }
.modal-lead { max-width: 680px; margin: 8px 0 0; color: var(--ink-soft); font-size: 13px; line-height: 1.5; }
.booking-required-note { margin: 13px 0 0; color: var(--ink-soft); font-size: 12px; }
.booking-required-note span { color: var(--coral); }
.booking-form-sections { margin-top: 17px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 11px; }
.booking-fieldset { min-width: 0; margin: 0; padding: 13px 14px 14px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.58); }
.booking-contacts-fieldset { grid-column: 1 / -1; }
.booking-fieldset legend { padding: 0 10px 0 0; display: flex; align-items: center; gap: 10px; color: var(--ink); }
.booking-fieldset legend > span { width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--white); font-size: 10px; font-weight: 600; }
.booking-fieldset legend > strong { font: 600 16px/1.2 var(--font-heading); letter-spacing: -.018em; }
.modal-grid { margin-top: 5px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.booking-contacts-fieldset .modal-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.modal-grid label { padding: 9px 11px; border: 1px solid var(--line); border-radius: 10px; background: #fff; transition: border-color .2s ease, box-shadow .2s ease, opacity .2s ease; }
.modal-grid label:focus-within { border-color: var(--sea); box-shadow: 0 0 0 3px rgba(47,112,116,.1); }
.modal-grid label > span { display: block; margin-bottom: 5px; color: var(--ink-soft); text-transform: uppercase; letter-spacing: .08em; font-size: 11px; font-weight: 600; }
.modal-grid input, .modal-grid select { width: 100%; min-width: 0; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 14px; font-weight: 600; }
.wide-field { grid-column: 1 / -1; }
.stay-summary { margin-top: 7px; padding: 7px 9px; display: block; border-radius: 8px; background: #edf2ef; color: var(--ink-soft); font-size: 11px; line-height: 1.35; }
.stay-summary.is-ready { background: #e2eee7; color: #315848; }
.stay-summary.is-error { background: #f7e8e2; color: #9d452b; }
.consent { margin: 0; display: flex; align-items: flex-start; gap: 8px; color: inherit; font-size: 11px; line-height: 1.35; }
.consent input { width: 17px; height: 17px; margin: 1px 0 0; flex: 0 0 auto; accent-color: var(--sea); }
.consent span { line-height: 17px; }
.booking-submit-row { margin-top: 11px; padding: 11px 13px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 18px; border-radius: 14px; background: var(--ink); color: var(--white); }
.booking-submit-copy { display: grid; gap: 7px; }
.booking-submit-row p { margin: 0; }
.booking-submit-row p strong, .booking-submit-row p span { display: block; }
.booking-submit-row p strong { font-size: 14px; font-weight: 600; }
.booking-submit-row p span { margin-top: 2px; color: rgba(255,255,255,.65); font-size: 11px; line-height: 1.35; }
.modal-submit { min-width: 225px; }
.demo-note { display: block; margin-top: 10px; color: var(--ink-soft); text-align: center; font-size: 11px; }
.success-state { padding: 38px 0; text-align: center; }
.success-state > span { width: 64px; height: 64px; margin: 0 auto 26px; display: grid; place-items: center; border-radius: 50%; background: #dfe9df; color: var(--pine); font-size: 25px; }
.success-state .eyebrow { margin-bottom: 14px; }
.success-state > p:not(.eyebrow) { max-width: 480px; margin: 22px auto 28px; color: var(--ink-soft); font-size: 14px; line-height: 1.65; }

.lightbox { position: fixed; z-index: 110; inset: 0; display: grid; place-items: center; padding: 60px; background: rgba(7,22,25,.92); }
.lightbox > button { position: absolute; top: 24px; right: 28px; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: transparent; color: #fff; cursor: pointer; font-size: 27px; }
.lightbox img { max-width: 90vw; max-height: 78vh; object-fit: contain; box-shadow: 0 28px 80px rgba(0,0,0,.4); }
.lightbox p { color: rgba(255,255,255,.74); font-size: 12px; }

@media (max-width: 1050px) {
  .experience-section, .dining-section, .diving-section, .route-section, .final-cta { grid-template-columns: 1fr 1fr; }
  .territory-gallery { height: 600px; }
  .included-grid { grid-template-columns: 1fr; }
  .dive-main { height: clamp(320px, 42vw, 440px); }
  .dive-underwater-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .review-grid { grid-template-columns: 1fr 1fr; }
  .review-grid article:last-child { grid-column: 1 / -1; }
  footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
  .experience-section, .dining-section, .diving-section, .route-section, .final-cta { grid-template-columns: 1fr; }
  .experience-photo { min-height: 510px; }
  .experience-copy, .dining-copy, .dive-copy, .route-copy, .final-copy { padding: 80px 20px; }
  .experience-copy h2, .dining-section h2, .diving-section h2, .route-section h2, .final-cta h2 { font-size: 47px; }
  .day-list li { grid-template-columns: 60px 1fr; }
  .aerial-video-grid { grid-template-columns: 1fr; gap: 16px; }
  .aerial-video-card { border-radius: 17px; }
  .aerial-video-copy { padding: 21px 20px 24px; }
  .aerial-video-copy h3 { font-size: 23px; }
  .included-card { min-height: 0; padding: 28px 22px; }
  .included-card h3 { margin-top: 40px; }
  .check-grid { grid-template-columns: 1fr; }
  .territory-gallery { height: auto; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 330px 210px 240px; }
  .gallery-item-1 { grid-column: 1 / 3; grid-row: 1; }
  .gallery-item-2 { grid-column: 1; grid-row: 2; }
  .gallery-item-3 { grid-column: 2; grid-row: 2; }
  .gallery-item-4 { grid-column: 1 / 3; grid-row: 3; }
  .menu-card { padding: 70px 20px; }
  .diving-section { display: flex; flex-direction: column; }
  .dive-gallery { min-height: 0; order: 2; padding: 0 20px 70px; gap: 10px; }
  .dive-main { width: 100%; height: 330px; }
  .dive-underwater-gallery { gap: 10px; }
  .dive-underwater-card span { right: 8px; bottom: 7px; left: 8px; font-size: 11px; }
  .vertical-label { display: none; }
  .dive-copy { order: 1; }
  .dive-contact { align-items: flex-start; flex-direction: column; }
  .review-links { margin-top: -18px; }
  .review-grid { grid-template-columns: 1fr; }
  .review-grid article:last-child { grid-column: auto; }
  .rules-strip { align-items: flex-start; flex-direction: column; }
  .rules-strip > div { justify-content: flex-start; }
  .route-map { min-height: 480px; }
  .route-actions { align-items: stretch; flex-direction: column; }
  .route-actions .button { width: 100%; }
  .text-dark-link { width: max-content; }
  .faq-list summary { grid-template-columns: 45px 1fr 24px; }
  .faq-list summary > strong { font-size: 18px; }
  .faq-list details > p { margin-left: 45px; }
  .final-photo { min-height: 430px; }
  footer { grid-template-columns: 1fr; padding: 52px 20px 30px; }
  .prototype-label { grid-column: 1; }
  .booking-modal { padding: 22px 16px 17px; border-radius: 18px; }
  .modal-close { top: 12px; right: 12px; width: 40px; height: 40px; }
  .booking-modal h2 { font-size: 32px; }
  .modal-backdrop { align-items: start; padding: 8px; }
  .booking-form-sections { margin-top: 13px; grid-template-columns: 1fr; gap: 9px; }
  .booking-contacts-fieldset { grid-column: auto; }
  .booking-fieldset { padding: 11px; }
  .modal-grid, .booking-contacts-fieldset .modal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
  .wide-field, .contact-name { grid-column: 1 / -1; }
  .booking-submit-row { grid-template-columns: 1fr; }
  .modal-submit { width: 100%; min-width: 0; }
  .lightbox { padding: 55px 14px; }
}

/* Mobile ergonomics and safe-area support */
@media (max-width: 700px) {
  section[id] { scroll-margin-top: calc(76px + env(safe-area-inset-top)); }
  body { padding-bottom: calc(70px + env(safe-area-inset-bottom)); }
  .site-header,
  .site-header.is-scrolled,
  .site-header.is-menu-open {
    height: calc(72px + env(safe-area-inset-top));
    padding: env(safe-area-inset-top) max(18px, env(safe-area-inset-right)) 0 max(18px, env(safe-area-inset-left));
  }
  .header-booking { min-height: 44px; }
  .menu-toggle { width: 44px; height: 44px; }
  .mobile-nav {
    max-height: calc(100dvh - 72px - env(safe-area-inset-top));
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  .hero-inner { padding-top: calc(112px + env(safe-area-inset-top)); }
  .hero h1 { font-size: clamp(42px, 12.5vw, 56px); }
  .hero-copy,
  .availability-card { width: 100%; min-width: 0; }
  .hero-offer { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: end; gap: 6px 10px; }
  .hero-offer > small { grid-column: 1 / -1; margin: 4px 0 0; padding: 0; border-left: 0; }
  .section h2,
  .experience-copy h2,
  .dining-section h2,
  .diving-section h2,
  .route-section h2,
  .final-cta h2 { font-size: clamp(38px, 11.5vw, 47px); line-height: 1; }
  .section { padding-top: clamp(68px, 18vw, 82px); padding-bottom: clamp(68px, 18vw, 82px); }
  .experience-copy,
  .dining-copy,
  .dive-copy,
  .route-copy,
  .final-copy { min-width: 0; padding-top: clamp(64px, 18vw, 80px); padding-bottom: clamp(64px, 18vw, 80px); }
  .experience-photo { min-height: clamp(390px, 135vw, 510px); }
  .room-body { padding: 24px 22px; }
  .review-card-copy { padding: 27px 23px 30px; }
  .outline-button { width: 100%; }
  .text-dark-link { width: fit-content; max-width: 100%; }
  .dive-main { height: clamp(270px, 88vw, 330px); }
  .route-map { min-height: clamp(370px, 110vw, 440px); }
  .final-photo { min-height: clamp(350px, 110vw, 430px); }
  .availability-card input,
  .availability-card select,
  .modal-grid input,
  .modal-grid select { font-size: 16px; }
  .modal-backdrop {
    padding: max(8px, env(safe-area-inset-top)) max(8px, env(safe-area-inset-right)) max(8px, env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left));
    overscroll-behavior: contain;
  }
  .booking-modal { width: 100%; }
  .modal-close { width: 44px; height: 44px; }
  .lightbox {
    padding: max(58px, calc(env(safe-area-inset-top) + 50px)) max(14px, env(safe-area-inset-right)) max(58px, calc(env(safe-area-inset-bottom) + 50px)) max(14px, env(safe-area-inset-left));
  }
  .lightbox > button { top: max(10px, env(safe-area-inset-top)); right: max(12px, env(safe-area-inset-right)); }
  .lightbox p { margin: 14px 0 0; text-align: center; }
  .mobile-action {
    grid-template-columns: minmax(0, 1fr) 78px;
    padding: 8px max(8px, env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left));
  }
  .mobile-action .button,
  .mobile-action a { min-height: 54px; }
}

@media (max-width: 420px) {
  .menu-title { align-items: flex-start; flex-direction: column; gap: 8px; }
  .gallery-item span { right: 14px; bottom: 14px; left: 14px; font-size: 14px; }
  .booking-modal h2 { font-size: 30px; }
}

@media (max-width: 360px) {
  .modal-grid,
  .booking-contacts-fieldset .modal-grid { grid-template-columns: 1fr; }
  .wide-field,
  .contact-name { grid-column: auto; }
  .booking-fieldset legend > strong { font-size: 15px; }
}

@media (max-height: 500px) and (orientation: landscape) and (max-width: 1050px) {
  .site-header,
  .site-header.is-scrolled,
  .site-header.is-menu-open { height: calc(64px + env(safe-area-inset-top)); }
  .brand-mark { width: 38px; height: 38px; }
  .mobile-nav { max-height: calc(100dvh - 64px - env(safe-area-inset-top)); }
  .mobile-nav > a { min-height: 44px; font-size: 18px; }
  .hero-inner { padding-top: calc(96px + env(safe-area-inset-top)); }
  .modal-backdrop { align-items: start; }
}
