:root {
  --navy-950: #07182c;
  --navy-900: #0d2745;
  --navy-800: #18466e;
  --navy-700: #2a628d;
  --teal-600: #4d91af;
  --sky-400: #8dc6da;
  --sky-300: #cfeaf2;
  --sky-200: #e8f7fb;
  --gold-500: #c5a85f;
  --gold-300: #ead9a8;
  --sand-100: #fbf5e8;
  --mist-100: #f4fbfd;
  --mist-200: #eaf6fa;
  --white: #ffffff;
  --ink: #17324c;
  --muted: #5f7790;
  --line: rgba(23, 50, 76, 0.12);
  --line-strong: rgba(23, 50, 76, 0.2);
  --shadow-lg: 0 28px 72px rgba(7, 24, 44, 0.14);
  --shadow-md: 0 18px 42px rgba(15, 55, 84, 0.12);
  --shadow-sm: 0 10px 24px rgba(15, 55, 84, 0.08);
  --radius-xl: 34px;
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 16px;
  --container: 1180px;
  --hero-image: url("https://img1.wsimg.com/isteam/ip/20b6fc2c-0bf8-4df0-beb2-9076f56a4bf3/IMG_4465.JPEG/:/rs=w:1600,h:1200");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top right, rgba(141, 198, 218, 0.34), transparent 26%),
    radial-gradient(circle at left 20%, rgba(234, 217, 168, 0.24), transparent 18%),
    linear-gradient(180deg, #fbfffe 0%, #edf8fb 54%, #fcf8ef 100%);
  line-height: 1.65;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin: 0 auto;
}

.section {
  padding: 88px 0;
}

.section--tight {
  padding: 64px 0;
}

.section--ivory {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(251, 245, 232, 0.94)),
    var(--white);
}

.section--mist {
  background:
    radial-gradient(circle at top right, rgba(141, 198, 218, 0.18), transparent 26%),
    linear-gradient(180deg, rgba(234, 246, 250, 0.9), rgba(255, 255, 255, 0.92));
}

.section--navy {
  color: var(--white);
  background:
    radial-gradient(circle at top right, rgba(234, 217, 168, 0.16), transparent 24%),
    radial-gradient(circle at left bottom, rgba(141, 198, 218, 0.14), transparent 26%),
    linear-gradient(180deg, #0b2340 0%, #133d63 100%);
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--gold-500);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.section__head {
  display: grid;
  gap: 14px;
  margin-bottom: 34px;
}

.section__head h1,
.section__head h2,
.page-hero h1,
.split-copy h2,
.card h3,
.contact-panel h2,
.package-copy h2,
.faq-item summary,
.quote-card blockquote {
  margin: 0;
  line-height: 1.03;
  letter-spacing: -0.04em;
}

.section__head h2,
.split-copy h2,
.package-copy h2 {
  font-size: clamp(2rem, 3vw, 3.3rem);
}

.section__head p,
.lead,
.split-copy p,
.card p,
.page-copy p,
.faq-answer,
.footer-copy,
.contact-panel p,
.quote-card cite {
  margin: 0;
  color: var(--muted);
}

.section--navy .section__head p,
.section--navy .lead,
.section--navy .split-copy p,
.section--navy .card p,
.section--navy .footer-copy,
.section--navy .contact-panel p,
.section--navy .quote-card cite {
  color: rgba(255, 255, 255, 0.78);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(8, 25, 44, 0.58);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px);
}

.site-header__inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--white);
}

.brand__mark {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.brand__text {
  display: grid;
  gap: 2px;
}

.brand__text strong {
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand__text span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.brand--lockup {
  gap: 0;
}

.brand--lockup .brand__mark {
  width: clamp(190px, 24vw, 270px);
  height: auto;
}

.brand--lockup .brand__text {
  display: none;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 18px;
}

.site-nav__links {
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.92rem;
}

.site-nav__links a {
  position: relative;
  padding: 8px 0;
}

.site-nav__links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--gold-500);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav__links a:hover::after,
.site-nav__links a[aria-current="page"]::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: transparent;
  color: var(--white);
}

.button,
.button-secondary,
.button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  border: 0;
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.button:hover,
.button-secondary:hover,
.button-link:hover {
  transform: translateY(-2px);
}

.button {
  color: var(--navy-950);
  background: linear-gradient(135deg, var(--gold-300), var(--gold-500));
  box-shadow: 0 16px 36px rgba(197, 168, 95, 0.28);
}

.button-secondary {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.09);
}

.button-link {
  color: var(--navy-900);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(23, 50, 76, 0.12);
  box-shadow: var(--shadow-sm);
}

.hero,
.page-hero {
  position: relative;
  overflow: clip;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(7, 24, 44, 0.34), rgba(7, 24, 44, 0.72)),
    linear-gradient(120deg, rgba(141, 198, 218, 0.18), transparent 42%),
    var(--hero-image) center / cover no-repeat;
}

.hero::before,
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at var(--pointer-x, 76%) var(--pointer-y, 24%), rgba(141, 198, 218, 0.26), transparent 24%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.08), transparent 46%);
  pointer-events: none;
}

.hero::after,
.page-hero::after {
  content: "";
  position: absolute;
  inset: auto -10vw -20vh auto;
  width: min(46vw, 560px);
  aspect-ratio: 1 / 1;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 0 0 36px rgba(255, 255, 255, 0.05),
    0 0 0 112px rgba(255, 255, 255, 0.025);
  opacity: 0.6;
  pointer-events: none;
}

.hero__inner {
  min-height: calc(100svh - 88px);
  display: grid;
  align-items: center;
  padding: 72px 0 60px;
}

.page-hero__inner {
  min-height: 56svh;
  display: grid;
  align-items: end;
  padding: 92px 0 64px;
}

.hero-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
  gap: 34px;
  align-items: end;
}

.hero__content,
.page-hero__inner > div {
  position: relative;
  z-index: 1;
}

.hero__content {
  display: grid;
  gap: 22px;
  width: min(100%, 700px);
}

.hero h1,
.page-hero h1 {
  margin: 0;
  font-size: clamp(3rem, 6.8vw, 5.8rem);
  line-height: 0.93;
  letter-spacing: -0.055em;
  font-weight: 800;
}

.hero p,
.page-hero p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 1.8vw, 1.14rem);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero__meta,
.pill-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero__meta span,
.pill-wrap span,
.fact-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.11);
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero__meta span::before,
.fact-pill::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--gold-500);
}

.quick-book-panel,
.contact-panel,
.review-shell,
.oasis-panel,
.card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.quick-book-panel {
  display: grid;
  gap: 18px;
  padding: 24px;
  color: var(--ink);
}

.quick-book-panel h2,
.contact-panel h2 {
  margin: 0;
  font-size: clamp(1.7rem, 2.2vw, 2.4rem);
  line-height: 1.02;
}

.quick-book-panel p {
  color: var(--muted);
  font-size: 0.98rem;
}

.quick-book-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.quick-book-item {
  display: grid;
  gap: 12px;
  padding: 18px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(232, 247, 251, 0.78)),
    var(--white);
  border: 1px solid rgba(23, 50, 76, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.quick-book-item strong,
.card-kicker {
  color: var(--navy-800);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.quick-book-item span {
  color: var(--ink);
  font-weight: 700;
  line-height: 1.25;
}

.quick-book-item small,
.price-line span,
.booking-card__price span {
  color: var(--muted);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.quick-book-item:hover,
.booking-card:hover,
.card:hover,
.package-feature:hover,
.media-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.stats-ribbon,
.story-metrics,
.fact-strip {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stats-ribbon article,
.story-metrics article,
.fact-strip article {
  padding: 22px 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

.stats-ribbon strong,
.story-metrics strong,
.fact-strip strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy-900);
  font-size: 1.45rem;
  line-height: 1;
  letter-spacing: -0.04em;
}

.stats-ribbon p,
.story-metrics p,
.fact-strip p {
  margin: 0;
  color: var(--muted);
}

.grid-2,
.grid-3,
.quote-grid,
.gallery-grid,
.reviews-layout {
  display: grid;
  gap: 24px;
}

.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-3,
.quote-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.booking-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.booking-card,
.media-card,
.package-feature {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-md);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.booking-card {
  display: grid;
  min-height: 100%;
}

.booking-card__media,
.package-media,
.media-card__media,
.split-media,
.gallery-grid figure {
  overflow: hidden;
}

.booking-card__media {
  aspect-ratio: 5 / 4;
}

.booking-card__media img,
.package-media img,
.media-card__media img,
.gallery-grid img,
.mosaic-grid img,
.shot-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 320ms ease;
}

.booking-card:hover .booking-card__media img,
.package-feature:hover .package-media img,
.media-card:hover .media-card__media img,
.gallery-grid figure:hover img,
.mosaic-grid figure:hover img,
.shot-grid figure:hover img {
  transform: scale(1.04);
}

.booking-card__body,
.card,
.contact-panel,
.package-copy {
  display: grid;
  gap: 14px;
}

.booking-card__body {
  padding: 24px;
}

.card img {
  width: 100%;
  min-height: 220px;
  border-radius: 18px;
  object-fit: cover;
}

.booking-card__body h3,
.card h3,
.media-card h3 {
  margin: 0;
  font-size: 1.7rem;
}

.booking-card__copy {
  margin: 0;
  color: var(--muted);
}

.booking-card__price,
.price-line {
  display: flex;
  align-items: end;
  gap: 10px;
  margin-top: 2px;
}

.booking-card__price strong,
.price-line strong {
  color: var(--navy-900);
  font-size: 1.6rem;
  letter-spacing: -0.04em;
  line-height: 1;
}

.booking-card__actions,
.support-links,
.oasis-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.split-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 24px;
  align-items: stretch;
}

.split-media {
  min-height: 420px;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  background:
    linear-gradient(180deg, rgba(7, 24, 44, 0.08), rgba(7, 24, 44, 0.28)),
    center / cover no-repeat;
}

.split-copy {
  padding: 34px;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
}

.story-stack {
  display: grid;
  gap: 18px;
}

.story-stack p {
  font-size: 1rem;
}

.card,
.contact-panel {
  padding: 28px;
}

.contact-panel {
  color: var(--ink);
}

.section--navy .card,
.section--navy .contact-panel,
.section--navy .review-shell,
.section--navy .quote-card {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: none;
}

.section--navy .card h3,
.section--navy .contact-panel h2,
.section--navy .contact-panel h3,
.section--navy .quote-card blockquote,
.section--navy .card-kicker {
  color: var(--white);
}

.section--navy .button-link {
  background: rgba(255, 255, 255, 0.94);
}

.detail-list,
.feature-list,
.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.detail-list,
.feature-list {
  display: grid;
  gap: 12px;
}

.detail-list li,
.feature-list li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
}

.detail-list li::before,
.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--gold-500);
}

.package-stack {
  display: grid;
  gap: 28px;
}

.package-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.package-feature--reverse .package-media {
  order: 2;
}

.package-feature--reverse .package-copy {
  order: 1;
}

.package-media {
  min-height: 420px;
}

.package-copy {
  padding: 34px 32px;
}

.package-copy .price-line {
  margin-top: 6px;
}

.package-copy .button {
  justify-self: start;
}

.addon-board {
  display: grid;
  gap: 14px;
  padding: 28px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
}

.addon-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.addon-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.addon-row strong {
  color: var(--gold-500);
  letter-spacing: 0.06em;
}

.oasis-panel {
  display: grid;
  gap: 18px;
  padding: 32px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(232, 247, 251, 0.76)),
    var(--white);
}

.oasis-panel h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.mosaic-grid,
.shot-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1.25fr 0.9fr 0.85fr;
}

.mosaic-grid figure,
.shot-grid figure,
.gallery-grid figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: var(--shadow-md);
  min-height: 260px;
}

.mosaic-grid figure:nth-child(1),
.shot-grid figure:nth-child(1) {
  grid-row: span 2;
  min-height: 540px;
}

.mosaic-grid figcaption,
.shot-grid figcaption,
.gallery-grid figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(7, 24, 44, 0.54);
  color: var(--white);
  font-size: 0.88rem;
  font-weight: 700;
  backdrop-filter: blur(8px);
}

.gallery-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gallery-grid figure {
  min-height: 300px;
}

.gallery-grid figure:nth-child(3n + 1) {
  min-height: 420px;
}

.reviews-layout {
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  align-items: start;
}

.review-shell {
  padding: 24px;
}

.review-shell.is-embedded .review-fallback {
  display: none;
}

.review-fallback,
.quote-grid {
  display: grid;
  gap: 18px;
}

.quote-card {
  display: grid;
  gap: 14px;
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

.quote-card blockquote {
  color: inherit;
  font-size: 1.04rem;
  font-weight: 600;
  line-height: 1.65;
}

.quote-card cite {
  font-style: normal;
  font-weight: 700;
}

.faq-list {
  display: grid;
  gap: 16px;
}

.faq-item {
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-sm);
}

.faq-item summary {
  position: relative;
  padding: 22px 64px 22px 24px;
  cursor: pointer;
  color: var(--navy-900);
  font-size: 1.22rem;
  font-weight: 700;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gold-500);
  font-size: 1.8rem;
  font-weight: 400;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-answer {
  padding: 0 24px 24px;
}

.journal-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.journal-card {
  display: grid;
  gap: 14px;
  padding: 28px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-sm);
}

.status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(197, 168, 95, 0.14);
  color: var(--navy-900);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer {
  padding: 30px 0 20px;
  color: var(--white);
  background:
    radial-gradient(circle at top right, rgba(234, 217, 168, 0.12), transparent 26%),
    linear-gradient(180deg, #0a213c 0%, #091a2f 100%);
}

.footer-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(0, 0.8fr));
  padding-bottom: 24px;
}

.footer h3 {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.96);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  gap: 12px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.8);
}

.footer-links a:hover {
  color: var(--gold-300);
}

.footer-note {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.88rem;
}

.floating-cta {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 35;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 460ms ease, transform 460ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .hero-shell,
  .split-panel,
  .package-feature,
  .reviews-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .booking-grid,
  .grid-3,
  .quote-grid,
  .gallery-grid,
  .journal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stats-ribbon,
  .story-metrics,
  .fact-strip {
    grid-template-columns: 1fr;
  }

  .mosaic-grid,
  .shot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mosaic-grid figure:nth-child(1),
  .shot-grid figure:nth-child(1) {
    grid-row: auto;
    min-height: 320px;
  }
}

@media (max-width: 900px) {
  .site-header__inner {
    min-height: 76px;
  }

  .brand--lockup .brand__mark {
    width: 186px;
  }

  .site-nav {
    gap: 12px;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .site-nav__links {
    position: absolute;
    top: calc(100% + 10px);
    right: 20px;
    left: 20px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 18px;
    border-radius: 22px;
    background: rgba(9, 26, 47, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: var(--shadow-lg);
  }

  .site-nav__links.is-open {
    display: flex;
  }

  .site-nav > .button,
  .site-nav > .button-secondary,
  .site-nav > .button-link {
    display: none;
  }

  .hero__inner {
    min-height: auto;
    padding: 56px 0 48px;
  }

  .page-hero__inner {
    min-height: auto;
    padding: 64px 0 48px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: clamp(2.6rem, 10vw, 4.2rem);
  }

  .quick-book-list,
  .grid-2,
  .booking-grid,
  .grid-3,
  .quote-grid,
  .gallery-grid,
  .journal-grid,
  .mosaic-grid,
  .shot-grid {
    grid-template-columns: 1fr;
  }

  .booking-card__media,
  .package-media,
  .split-media,
  .gallery-grid figure,
  .mosaic-grid figure,
  .shot-grid figure {
    min-height: 260px;
  }

  .package-feature--reverse .package-media,
  .package-feature--reverse .package-copy {
    order: initial;
  }

  .footer-grid {
    padding-bottom: 12px;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .section {
    padding: 68px 0;
  }

  .section--tight {
    padding: 48px 0;
  }

  .card,
  .contact-panel,
  .quick-book-panel,
  .package-copy,
  .oasis-panel,
  .review-shell,
  .journal-card {
    padding: 22px;
  }

  .split-copy {
    padding: 24px;
  }

  .floating-cta {
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .floating-cta .button {
    width: 100%;
  }
}
