:root {
  --navy: #223959;
  --navy-dark: #1c2f4a;
  --text: #000000;
  --muted: #000000;
  --white: #ffffff;
  --line: rgba(255, 255, 255, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  font-weight: 700;
  background: #ffffff;
}

.luxury-theme {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #f6f3ee;
  color: #000000;
  font-weight: 700;
}

.luxury-theme .page-wrapper h1,
.luxury-theme .page-wrapper h2,
.luxury-theme .page-wrapper h3,
.luxury-theme .contact-shell h1,
.luxury-theme .contact-shell h2,
.luxury-theme .contact-shell h3 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #000000;
}

.luxury-theme .page-wrapper h3,
.luxury-theme .contact-shell h3 {
  letter-spacing: 0.1em;
}

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

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

.topbar {
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(34, 57, 89, 0.12);
  min-height: 68px;
  position: sticky;
  top: 0;
  z-index: 20;
}

.topbar-inner {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.topbar-actions {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  align-items: center;
  gap: 6px;
}

.topbar-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 52px;
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
  cursor: pointer;
  box-shadow: none;
}

.page-panel {
  content-visibility: auto;
  contain-intrinsic-size: 1px 900px;
}

.site-logo {
  display: block;
  object-fit: contain;
}

.site-logo-topbar {
  height: 58px;
  width: auto;
}

.experience-gallery {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.experience-gallery picture {
  display: block;
  width: 100%;
}

.experience-gallery-img {
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  display: block;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  object-fit: cover;
}

@media (max-width: 720px) {
  .experience-gallery {
    grid-template-columns: 1fr;
  }
}

.account-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 4px 10px;
  color: var(--navy);
  border: 1px solid rgba(34, 57, 89, 0.2);
  background: rgba(34, 57, 89, 0.03);
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-decoration: none;
  white-space: nowrap;
}

.account-btn:hover {
  background: rgba(34, 57, 89, 0.08);
}

.book-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 4px 10px;
  color: #fff;
  background: var(--navy);
  border: 1px solid var(--navy);
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-decoration: none;
  white-space: nowrap;
}

.book-btn:hover {
  background: var(--navy-dark);
  border-color: var(--navy-dark);
}

.menu-btn {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 18px;
  border: 0;
  background: transparent;
  padding: 0;
  display: grid;
  gap: 4px;
}

.menu-btn span {
  display: block;
  height: 2px;
  background: var(--navy);
  border-radius: 999px;
}

.luxury-theme .topbar {
  position: fixed;
  width: 100%;
  background: transparent;
  border-bottom: 0;
  backdrop-filter: none;
  transition: background 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
  box-shadow: none;
}

.luxury-theme .topbar.is-scrolled {
  background: #0d2c52;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(6px);
  box-shadow: 0 12px 24px rgba(7, 16, 34, 0.25);
}

.luxury-theme .topbar-actions {
  opacity: 0.9;
}

.luxury-theme .account-btn,
.luxury-theme .book-btn {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.5);
  background: transparent;
}

.luxury-theme .book-btn {
  background: rgba(255, 255, 255, 0.1);
}

.luxury-theme .menu-btn span {
  background: #ffffff;
}

.luxury-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  display: grid;
  place-items: center;
  text-align: center;
  color: #ffffff;
  padding: 120px 20px 80px;
  overflow: hidden;
  touch-action: pan-y;
}

.luxury-hero-media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  opacity: 1;
  transition: opacity 0.8s ease;
  pointer-events: none;
}

.luxury-hero-media.is-hidden {
  opacity: 0;
}

.luxury-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.22) 40%, rgba(0, 0, 0, 0.58));
}

.luxury-hero-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
  display: grid;
  gap: 18px;
}

.hero-kicker {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  opacity: 0.95;
  font-weight: 800;
  margin: 0;
}

.luxury-hero h1 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(42px, 6.2vw, 92px);
  font-weight: 800;
  letter-spacing: 0.12em;
  margin: 0;
  text-transform: uppercase;
  line-height: 1.05;
  text-shadow: 0 14px 40px rgba(0, 0, 0, 0.45);
}

.hero-sub {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.95;
  margin: 0;
  font-weight: 700;
  max-width: 56ch;
  justify-self: center;
  text-shadow: 0 10px 32px rgba(0, 0, 0, 0.4);
}

.luxury-hero.hero-country-only .hero-kicker,
.luxury-hero.hero-country-only .hero-sub {
  display: none;
}

.hero-dots {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 2;
}

.hero-dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.hero-dots span:first-child {
  background: rgba(255, 255, 255, 0.9);
}

.hero-dots span.is-active {
  background: rgba(255, 255, 255, 0.95);
}

.luxury-theme main {
  padding-top: 0;
}

.luxury-theme:not(.home-luxury) main {
  padding-top: 68px;
}

.luxury-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 64px;
}

.luxury-feature {
  position: relative;
  min-height: 320px;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  overflow: hidden;
}

.luxury-feature::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 24, 46, 0.15), rgba(8, 24, 46, 0.6));
}

.luxury-feature-copy {
  position: absolute;
  inset: auto 0 0 0;
  padding: 18px;
  z-index: 1;
}

.luxury-feature-copy span {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.luxury-feature-copy h3 {
  margin: 0;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(1.4rem, 2.6vw, 2.2rem);
  font-weight: 500;
  line-height: 1;
}

.luxury-feature-copy p {
  margin: 10px 0 0;
  max-width: 280px;
  font-size: 13px;
  line-height: 1.6;
}

.luxury-theme .notice-strip {
  background: #0d2c52;
  color: #ffffff;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.24em;
}

.luxury-theme .notice-strip a {
  color: inherit;
  text-decoration: none;
}

.luxury-theme .intro-section {
  padding: 64px 0 48px;
}

.luxury-theme .intro-section h2 {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  letter-spacing: 0.25em;
  font-size: clamp(20px, 2.4vw, 28px);
}

.luxury-theme .intro-copy {
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.home-luxury .home-story .intro-copy {
  gap: 14px;
}

.home-luxury .home-story .story-brand {
  margin: 0;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(26px, 3.4vw, 44px);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  line-height: 1.12;
  color: #000000;
}

.home-luxury .home-story .story-divider {
  width: min(220px, 55%);
  height: 2px;
  background: #000000;
  margin: 0 auto 10px;
}

.home-luxury .home-story .story-title {
  margin: 0;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 900;
  letter-spacing: 0.12em;
  color: #000000;
}

.home-luxury .home-story p {
  margin: 0;
  color: #000000;
  font-weight: 700;
  line-height: 2;
}

.luxury-theme .destinations-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-rows: clamp(360px, 52vh, 720px);
  gap: 0;
  margin: 0 0 64px;
  width: 100%;
  max-width: 100%;
}

.luxury-theme .destinations-grid.container {
  width: 100%;
  max-width: 100%;
  margin: 0 0 64px;
}

.luxury-theme .destinations-grid .destination-card {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  display: grid;
  align-items: center;
  justify-items: center;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-size: cover;
  background-position: center;
  grid-column: span 2;
}

.luxury-theme .destinations-grid .destination-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  transition: opacity 0.3s ease, background 0.3s ease;
}

.luxury-theme .destinations-grid .destination-card:hover::after,
.luxury-theme .destinations-grid .destination-card:focus-visible::after {
  opacity: 1;
  background: rgba(0, 0, 0, 0.55);
}

.luxury-theme .destination-card .card-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 6px;
  text-align: center;
  transition: transform 0.3s ease;
}

.luxury-theme .destinations-grid .destination-card .card-cta {
  display: inline-grid;
  justify-self: center;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  opacity: 1;
  transform: none;
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.35);
}

.luxury-theme .destinations-grid .destination-card .card-cta::after {
  content: "";
  height: 2px;
  width: 54px;
  margin: 10px auto 0;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 999px;
}

.luxury-theme .destination-card:hover .card-copy {
  transform: translateY(-2px);
}

.luxury-theme .destination-card span,
.luxury-theme .destination-card small {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.35);
}

.luxury-theme .destination-card span {
  font-size: clamp(20px, 2.4vw, 32px);
  letter-spacing: 0.28em;
}

.luxury-theme .destination-card small {
  display: none;
}

.luxury-theme .destinations-grid .destination-card.wide {
  grid-column: span 2;
}

.luxury-theme .destinations-grid .destination-card.wide:nth-last-child(-n + 2) {
  grid-column: span 3;
}

.luxury-theme .mini-copy {
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.luxury-theme .callback-strip {
  background: #f0ede7;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.luxury-theme .callback-strip strong {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  letter-spacing: 0.2em;
}

.luxury-theme .callback-form input,
.luxury-theme .callback-form button {
  border-radius: 0;
  border-color: rgba(0, 0, 0, 0.35);
}

.luxury-theme .site-footer {
  background: #0d2c52;
  color: #e6e6e6;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.luxury-theme .site-footer a {
  color: inherit;
}

.luxury-theme .footer-columns h4 {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 12px;
}

.luxury-theme .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

@media (max-width: 900px) {
  .luxury-theme .destinations-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 200px;
  }

  .luxury-theme .destinations-grid .destination-card {
    grid-column: span 1;
  }

  .luxury-theme .destinations-grid .destination-card.wide {
    grid-column: span 2;
  }

  .luxury-theme .destinations-grid .destination-card.wide:nth-last-child(-n + 2) {
    grid-column: span 2;
  }

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

@media (max-width: 640px) {
  .luxury-hero {
    min-height: 100vh;
    min-height: 100svh;
    min-height: 100dvh;
    padding: 96px 16px 64px;
  }

  .hero-kicker {
    letter-spacing: 0.3em;
  }

  .luxury-hero-media {
    background-position: center top;
  }

  .luxury-hero h1 {
    font-size: clamp(34px, 12vw, 56px);
    letter-spacing: 0.1em;
  }

  .hero-sub {
    font-size: 12px;
    letter-spacing: 0.16em;
  }

  .hero-dots {
    bottom: 22px;
  }

  .luxury-theme .destinations-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 160px;
  }

  .luxury-theme .destinations-grid .destination-card {
    grid-column: span 1;
  }

  .luxury-theme .destinations-grid .destination-card.wide {
    grid-column: span 2;
  }

  .luxury-feature-grid {
    grid-template-columns: 1fr;
  }
}

body.menu-open {
  overflow: hidden;
}

.submenu-overlay {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: #ffffff;
  opacity: 0;
  transition: opacity 240ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  pointer-events: none;
}

.submenu-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.submenu-panel {
  position: relative;
  width: min(980px, 100%);
  max-height: calc(100vh - 48px);
  background: transparent;
  border-radius: 22px;
  padding: 0;
  overflow: auto;
  opacity: 0;
  transition: opacity 240ms ease;
  will-change: opacity;
}

.submenu-overlay.is-open .submenu-backdrop {
}

.submenu-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.submenu-overlay.is-open .submenu-panel {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .submenu-overlay,
  .submenu-backdrop,
  .submenu-panel {
    transition: none;
  }
}

.submenu-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #0a101a;
  font-size: 22px;
  line-height: 40px;
  cursor: pointer;
  z-index: 1;
}

.submenu-close:hover {
  opacity: 0.65;
}

.submenu-inner {
  min-height: calc(100vh - 96px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}

.submenu-panel h2 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.submenu-columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr;
  gap: 60px;
  align-items: start;
  width: min(720px, 100%);
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.submenu-col h3 {
  margin: 0 0 14px;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(10, 16, 26, 0.55);
}

.submenu-col-sub {
  margin-top: 18px;
}

.submenu-col-sub h4 {
  margin: 0 0 10px;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(10, 16, 26, 0.64);
}

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

.submenu-links a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #0a101a;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: none;
}

.submenu-links a:hover {
  text-decoration: underline;
}

.submenu-list--pages a {
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: none;
  font-size: 12px;
}

.submenu-list--destinations a {
  justify-content: flex-start;
  font-size: 18px;
  font-weight: 800;
}


.submenu-list--parks a {
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: none;
  font-size: 12px;
}

.submenu-contact p {
  margin: 0 0 14px;
  color: rgba(10, 16, 26, 0.82);
  font-size: 14px;
  line-height: 1.7;
}

.submenu-contact strong {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0a101a;
}

.submenu-contact a {
  color: inherit;
  text-decoration: none;
}

.submenu-contact a:hover {
  text-decoration: underline;
}

.submenu-social {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.submenu-social a {
  width: 24px;
  height: 24px;
  border: 1px solid rgba(10, 16, 26, 0.35);
  border-radius: 50%;
  color: #0a101a;
  display: grid;
  place-items: center;
  text-decoration: none;
}

.submenu-social svg {
  display: block;
  width: 12px;
  height: 12px;
}

.submenu-social a:hover {
  background: rgba(10, 16, 26, 0.06);
}

.submenu-search {
  margin-top: 12px;
}

.submenu-search-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.submenu-search-row {
  display: flex;
  align-items: stretch;
  gap: 6px;
}

.submenu-search-row input {
  flex: 1;
  min-width: 0;
  height: 26px;
  padding: 0 8px;
  border: 1px solid rgba(10, 16, 26, 0.3);
  border-radius: 0;
  font-size: 11px;
  background: transparent;
}

.submenu-search-row button {
  width: 26px;
  height: 26px;
  border: 1px solid rgba(10, 16, 26, 0.3);
  border-radius: 0;
  background: transparent;
  color: var(--navy);
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
}

.submenu-search-row button:hover {
  background: rgba(34, 57, 89, 0.06);
}

@media (max-width: 860px) {
  .submenu-columns {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.showcase-copy,
.card-copy,
.side-thumb span,
.blog-card span {
  font-weight: 700;
  text-shadow: 0 2px 12px rgba(10, 16, 26, 0.35);
}

.showcase-copy span,
.showcase-copy h1,
.showcase-copy h3,
.showcase-copy p,
.card-copy span,
.card-copy small {
  font-weight: 700;
}

.park-slider {
  position: relative;
  margin: 12px 0 18px;
  border-radius: 18px;
  overflow: hidden;
}

.park-slider.is-loading .park-photo {
  filter: blur(10px);
  transform: scale(1.02);
}

.park-photo {
  transition: filter 300ms ease, transform 300ms ease;
}

.showcase-tile.is-loading {
  filter: saturate(0.95);
  transition: filter 300ms ease;
}

.park-slider .park-photo {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
}

.slider-dots {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 12px;
  display: flex;
  justify-content: center;
  gap: 6px;
}

.slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 4px 12px rgba(15, 21, 32, 0.2);
  cursor: pointer;
  padding: 0;
}

.slider-dot.active {
  background: #ffffff;
  transform: scale(1.2);
}

.showcase-tile {
  position: relative;
}

.showcase-tile .slider-dots {
  bottom: 16px;
  justify-content: flex-start;
}

.park-feedback {
  border: 1px solid rgba(34, 57, 89, 0.12);
  border-radius: 18px;
  padding: 16px;
  margin-top: 12px;
  background: #ffffff;
}

.park-rating {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.park-rating-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
}

.rating-stars {
  display: inline-flex;
  gap: 6px;
}

.rating-star {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(34, 57, 89, 0.2);
  background: #f7f3ea;
  color: var(--navy);
  font-size: 14px;
  cursor: pointer;
}

.rating-star.active {
  background: var(--navy);
  color: #ffffff;
}

.rating-average {
  font-size: 12px;
  color: var(--muted);
}

.rating-form {
  display: grid;
  gap: 10px;
}

.rating-form input,
.rating-form textarea {
  font: inherit;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(34, 57, 89, 0.2);
  background: #fff;
}

.rating-form textarea {
  min-height: 90px;
  resize: vertical;
}

.rating-comments {
  margin-top: 12px;
  display: grid;
  gap: 10px;
}

.rating-comment {
  padding: 10px 12px;
  border-radius: 12px;
  background: #f6f3ed;
  font-size: 13px;
  line-height: 1.5;
}

.rating-comment strong {
  display: block;
  margin-bottom: 4px;
}

.reviews-grid {
  display: grid;
  gap: 12px;
  margin: 16px 0 40px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  border: 0;
  border-radius: 999px;
  background: var(--navy);
  color: #fff;
  padding: 0 16px;
  font: inherit;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-decoration: none;
  cursor: pointer;
}

.btn:hover {
  background: var(--navy-dark);
}

.btn-ghost {
  background: transparent;
  color: var(--navy);
  border: 1px solid rgba(34, 57, 89, 0.22);
}

.btn-ghost:hover {
  background: rgba(34, 57, 89, 0.06);
}

.eyebrow {
  margin: 0 0 8px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.16em;
  color: var(--muted);
}

.auth-page {
  background: linear-gradient(180deg, #f5efe4 0%, #ffffff 55%, #f7f3ea 100%);
}

.auth-shell {
  width: min(1120px, calc(100% - 32px));
  margin: 34px auto 60px;
}

.auth-hero {
  max-width: 720px;
  margin-bottom: 24px;
}

.auth-hero h1 {
  margin: 0 0 10px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
}

.auth-hero p {
  margin: 0;
  max-width: 620px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
}

.auth-layout {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 18px;
}

.auth-card,
.auth-panel {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(29, 28, 24, 0.08);
  border-radius: 24px;
  box-shadow: 0 18px 44px rgba(62, 42, 18, 0.08);
  padding: 22px;
}

.auth-card h2,
.auth-panel h2 {
  margin: 0 0 12px;
  font-size: 18px;
  letter-spacing: 0.08em;
}

.auth-status {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 12px;
}

.auth-card label {
  display: grid;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 12px;
}

.auth-card input {
  height: 40px;
  border: 1px solid rgba(29, 28, 24, 0.14);
  border-radius: 14px;
  padding: 0 14px;
  font: inherit;
  background: #fff;
}

.auth-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.auth-user {
  background: #fbf7ef;
  border: 1px solid rgba(29, 28, 24, 0.08);
  border-radius: 18px;
  padding: 16px;
  min-height: 120px;
}

.auth-user p {
  margin: 0 0 8px;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.5;
}

.auth-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.auth-link {
  text-decoration: none;
}

.auth-footer {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  padding: 18px 16px 28px;
  font-size: 12px;
}

.auth-footer a {
  color: var(--navy);
  text-decoration: none;
}

.auth-footer a:hover {
  text-decoration: underline;
}

.auth-bookings {
  margin-top: 24px;
}

.auth-bookings h2 {
  margin: 0 0 12px;
  font-size: 18px;
  letter-spacing: 0.08em;
}

.auth-bookings table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  min-width: 860px;
}

.auth-bookings th,
.auth-bookings td {
  border-bottom: 1px solid rgba(29, 28, 24, 0.08);
  padding: 12px 10px;
  font-size: 12px;
  text-align: left;
  vertical-align: top;
}

.auth-bookings th {
  background: #f2ede4;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.auth-bookings td {
  color: var(--muted);
}

.showcase-hero {
  display: grid;
  grid-template-columns: 1.15fr 1.9fr 0.9fr;
  grid-template-rows: minmax(320px, 1fr) minmax(190px, auto);
  width: 100%;
  background: #e8e2d7;
}

.showcase-tile {
  position: relative;
  min-height: 260px;
  background-size: cover;
  background-position: center;
  color: #fff;
  overflow: hidden;
}

.showcase-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 14, 20, 0.08), rgba(10, 14, 20, 0.44));
}

.showcase-tile-left {
  grid-column: 1;
  grid-row: 1 / span 2;
  min-height: 510px;
}

.showcase-tile-right {
  grid-column: 2;
  grid-row: 1;
  min-height: 320px;
}

.showcase-tile-bottom {
  grid-column: 2;
  grid-row: 2;
  min-height: 190px;
}

.showcase-tile-mini {
  grid-column: 3;
  grid-row: 1 / span 2;
  min-height: 510px;
}

.showcase-copy {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 1;
  padding: 18px;
}

.showcase-copy span {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.showcase-copy h1,
.showcase-copy h2,
.showcase-copy h3 {
  margin: 0;
  font-weight: 300;
  line-height: 0.95;
  text-shadow: 0 1px 20px rgba(0, 0, 0, 0.24);
}

.showcase-copy h1 {
  font-size: clamp(2.4rem, 6vw, 4.8rem);
}

.showcase-copy h2 {
  max-width: 11ch;
  font-size: clamp(2rem, 4vw, 3.8rem);
}

.showcase-copy h3 {
  font-size: clamp(1.6rem, 3vw, 2.6rem);
}

.showcase-copy p {
  margin: 10px 0 0;
  max-width: 300px;
  font-size: 13px;
  line-height: 1.6;
}

.showcase-copy-main {
  display: grid;
  align-content: center;
  inset: 0;
  padding: 26px 28px 30px;
  text-align: center;
  justify-items: center;
}

.showcase-copy-main p {
  max-width: 420px;
}

.showcase-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 18px;
}

.notice-strip {
  background: var(--navy);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.notice-strip p {
  margin: 0;
  padding: 7px 0;
  text-align: center;
}

.notice-strip a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.notice-strip a:hover {
  border-bottom-color: #fff;
}

.intro-section {
  background: #fff;
  padding: 30px 0 18px;
}

.intro-copy {
  max-width: 820px;
  text-align: center;
}

.intro-copy h2 {
  margin: 0 0 12px;
  font-size: 16px;
  letter-spacing: 0.08em;
}

.intro-copy p {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1.6;
  color: var(--muted);
}

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

.destination-card {
  min-height: 250px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  overflow: hidden;
}

#rwanda {
  background-color: #0b0b0b;
  background-image: url('assets/rwanda-card.jpg');
}

@supports (background-image: image-set(url("assets/rwanda-card.webp") type("image/webp"))) {
  #rwanda {
    background-image: image-set(
      url('assets/rwanda-card.avif') type('image/avif'),
      url('assets/rwanda-card.webp') type('image/webp'),
      url('assets/rwanda-card.jpg') type('image/jpeg')
    );
  }
}

.destination-card:link,
.destination-card:visited {
  color: #fff;
  text-decoration: none;
}

.card-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 6px;
  padding: 16px;
  text-align: center;
}

.destination-card::before,
.feature-card::before,
.blog-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.16);
  transition: background 0.25s ease;
}

.feature-card:hover::before,
.feature-card:focus-within::before {
  background: rgba(0, 0, 0, 0.35);
}

.destination-card span,
.feature-card span,
.blog-card span,
.blog-card a {
  position: relative;
  z-index: 1;
}

.destination-card span,
.feature-card span,
.blog-card span {
  font-size: 14px;
  letter-spacing: 0.18em;
  font-weight: 700;
}

.destination-card small,
.feature-card small {
  font-size: 10px;
  letter-spacing: 0.16em;
  font-weight: 700;
}

.destination-card.wide {
  grid-column: 1 / -1;
  min-height: 180px;
}

.destination-card.gold::before {
  background: rgba(120, 82, 8, 0.22);
}

.feature-band {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(77, 6, 10, 0.18) 0%, rgba(119, 15, 18, 0.18) 24%, rgba(27, 0, 0, 0.72) 100%),
    url('assets/tanzania-hero.jpg') center top / cover no-repeat;
  padding: 34px 0 38px;
}

.feature-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 200, 125, 0.1) 0%, transparent 22%, rgba(0, 0, 0, 0.22) 100%);
  pointer-events: none;
}

.feature-band > * {
  position: relative;
  z-index: 1;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 642px;
}

.feature-card {
  min-height: 120px;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
  display: flex;
  align-items: flex-end;
}

.feature-card span {
  font-size: 12px;
  letter-spacing: 0.18em;
}

.feature-card .card-copy {
  align-content: end;
}

.mini-copy {
  background: #fff;
  padding: 24px 0;
  text-align: center;
}

.mini-copy p {
  margin: 0 auto;
  max-width: 660px;
  font-size: 12px;
  line-height: 1.7;
  color: var(--muted);
}

.blog-section {
  padding: 16px 0 20px;
  background: #fff;
  text-align: center;
}

.blog-section h3 {
  margin: 0 0 18px;
  font-size: 14px;
  letter-spacing: 0.12em;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.review-quote {
  background: linear-gradient(135deg, #1f4e8c 0%, #0d2c52 100%);
  color: #fff;
  padding: 30px 0;
  text-align: center;
}

.review-quote p {
  max-width: 760px;
  margin: 0 auto 10px;
  font-size: 14px;
  line-height: 1.7;
}

.review-quote strong {
  letter-spacing: 0.16em;
  font-size: 12px;
}

.blog-card {
  min-height: 140px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
  padding: 10px 10px 14px;
}

.blog-card span {
  font-size: 11px;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
}

.blog-card a {
  font-size: 11px;
  text-decoration: none;
  color: #fff;
}

.callback-strip {
  background: #f1f1f1;
  padding: 14px 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.callback-inner {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 14px;
  align-items: center;
}

.callback-inner strong {
  font-size: 13px;
  letter-spacing: 0.08em;
}

.callback-form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.callback-form input,
.site-footer input {
  height: 28px;
  border: 1px solid #cfcfcf;
  padding: 0 10px;
  font-size: 11px;
  outline: none;
}

.callback-form button,
.site-footer button {
  height: 28px;
  border: 0;
  background: var(--navy);
  color: #fff;
  font-size: 11px;
}

.booking-shell {
  width: min(1120px, calc(100% - 32px));
  margin: 28px auto 60px;
}

.booking-intro {
  max-width: 720px;
  margin-bottom: 18px;
}

.booking-intro h1 {
  margin: 0 0 10px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.05;
}

.booking-intro p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
  font-size: 14px;
}

.booking-card {
  background: #fff;
  border: 1px solid rgba(29, 28, 24, 0.08);
  border-radius: 24px;
  box-shadow: 0 18px 44px rgba(62, 42, 18, 0.08);
  padding: 22px;
}

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

.booking-form label {
  display: grid;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
}

.booking-form input,
.booking-form textarea {
  width: 100%;
  border: 1px solid rgba(29, 28, 24, 0.14);
  border-radius: 14px;
  padding: 12px 14px;
  font: inherit;
  background: #fff;
}

.booking-form textarea {
  resize: vertical;
  min-height: 140px;
}

.booking-message {
  grid-column: 1 / -1;
}

.booking-form .btn {
  justify-self: start;
  min-width: 180px;
}

.site-footer {
  background: var(--navy);
  color: #fff;
  padding: 32px 0 18px;
}

.footer-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
}

.footer-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
}

.site-logo-footer {
  width: 120px;
  height: auto;
}

.footer-logo strong,
.footer-logo span {
  display: block;
  text-align: center;
}

.footer-logo strong {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.footer-logo span {
  font-size: 11px;
}

.footer-columns {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 1fr 1fr;
  gap: 28px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.footer-columns h4 {
  margin: 0 0 14px;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.footer-columns p,
.footer-columns li {
  font-size: 11px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.84);
}

.footer-columns ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-columns li {
  margin-bottom: 6px;
}

.footer-columns input,
.footer-columns button {
  display: block;
  width: 100%;
  margin-bottom: 8px;
}

.footer-columns a {
  color: rgba(255, 255, 255, 0.84);
  text-decoration: none;
}

.footer-columns a:hover {
  color: #fff;
}

.footer-social {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 14px 0 6px;
}

.footer-social a {
  width: 24px;
  height: 24px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-social svg {
  display: block;
  width: 12px;
  height: 12px;
}

.footer-social a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.footer-bottom {
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  margin-top: 26px;
  text-align: center;
}

.footer-bottom p {
  margin: 0;
  line-height: 1.6;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.8);
}

.footer-bottom p + p {
  margin-top: 8px;
}

.footer-bottom a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.footer-bottom a:hover {
  border-bottom-color: #fff;
}

.admin-page {
  background: linear-gradient(180deg, #f4efe4 0%, #fbf7ef 100%);
}

.admin-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 30px auto 60px;
}

.admin-card {
  background: rgba(255, 250, 240, 0.92);
  border: 1px solid rgba(29, 28, 24, 0.08);
  border-radius: 28px;
  box-shadow: 0 20px 60px rgba(62, 42, 18, 0.12);
  padding: 24px;
}

.admin-form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  align-items: end;
}

.admin-form-grid label span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: rgba(10, 16, 26, 0.82);
}

.admin-form-grid input,
.admin-form-grid select {
  width: 100%;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(29, 28, 24, 0.15);
  background: #fff;
  font-size: 14px;
}

.admin-form-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.admin-images {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.admin-image-card {
  border: 1px solid rgba(29, 28, 24, 0.12);
  border-radius: 16px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.75);
}

.admin-image-preview {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(29, 28, 24, 0.12);
  margin: 8px 0 10px;
}

.admin-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.admin-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.admin-head h1 {
  margin: 0;
  font-size: clamp(2.4rem, 4vw, 4rem);
}

.admin-button {
  min-width: 120px;
}

.admin-toolbar {
  display: grid;
  gap: 10px;
  margin: 18px 0 24px;
}

.admin-toolbar label {
  display: grid;
  gap: 6px;
  max-width: 420px;
  font-size: 12px;
  font-weight: 700;
}

.admin-toolbar input {
  border: 1px solid rgba(29, 28, 24, 0.15);
  border-radius: 14px;
  padding: 12px 14px;
  font: inherit;
  background: #fff;
}

.admin-status {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.admin-section + .admin-section {
  margin-top: 26px;
}

.admin-section h2 {
  margin: 0 0 12px;
  font-size: 18px;
  letter-spacing: 0.08em;
}

.table-wrap {
  overflow-x: auto;
}

.admin-section table {
  width: 100%;
  border-collapse: collapse;
  min-width: 860px;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
}

.admin-section th,
.admin-section td {
  border-bottom: 1px solid rgba(29, 28, 24, 0.08);
  padding: 12px 10px;
  font-size: 12px;
  text-align: left;
  vertical-align: top;
}

.admin-section th {
  background: #f2ede4;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.admin-section td {
  color: var(--muted);
}

.page-hero {
  min-height: 430px;
  position: relative;
  background-size: cover;
  background-position: center;
}

body:not(.home-luxury) .page-hero,
body:not(.home-luxury) .content-hero {
  overflow: hidden;
}

body:not(.home-luxury) .page-hero::after,
body:not(.home-luxury) .content-hero::after {
  content: "";
  position: absolute;
  inset: -8px;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  filter: blur(6px);
  transform: scale(1.02);
  z-index: 0;
}

body:not(.home-luxury) .content-hero.no-hero-blur::after {
  content: none;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.28));
  z-index: 1;
}

body:not(.home-luxury) .content-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.28));
  z-index: 1;
}

.page-title {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  text-align: center;
  letter-spacing: 0.16em;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 300;
  z-index: 2;
}

.page-wrapper {
  background: #fff;
}

.page-main {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 18px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 16px 0 24px;
}

.page-main.full-width {
  grid-template-columns: minmax(0, 1fr);
}

.side-nav {
  display: grid;
  gap: 0;
  align-content: start;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
}

.side-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.75);
  border-radius: 0;
  color: #000;
  background: transparent;
  box-shadow: none;
  text-decoration: none;
  line-height: 1.2;
  transition: color 0.15s ease;
}

.side-nav a::after {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 2px solid rgba(0, 0, 0, 0.65);
  border-bottom: 2px solid rgba(0, 0, 0, 0.65);
  transform: rotate(45deg);
  flex: 0 0 auto;
}

.side-nav a.active {
  font-weight: 400;
}

.side-nav a:hover {
  color: #000;
  background: transparent;
}

.side-cards {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.side-thumb {
  height: 90px;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
  display: flex;
  align-items: end;
  padding: 10px;
  font-size: 11px;
  letter-spacing: 0.12em;
}

.side-thumb:hover {
  filter: brightness(1.05);
}

.side-thumb:link,
.side-thumb:visited {
  color: #fff;
  text-decoration: none;
}

.side-thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.22);
}

.side-thumb span {
  position: relative;
  z-index: 1;
}

.content-head {
  margin-bottom: 14px;
}

.content-head h1,
.content-head h2 {
  margin: 0;
  text-align: center;
  line-height: 1.12;
  padding-bottom: 6px;
}

.content-head h1 {
  font-size: clamp(26px, 3.4vw, 44px);
}

.content-head h2 {
  font-size: clamp(22px, 2.8vw, 34px);
}

.content-head h1::after,
.content-head h2::after,
.page-panel h2::after {
  content: "";
  display: block;
  width: min(220px, 55%);
  height: 2px;
  background: #000000;
  margin: 12px auto 0;
}

.content-head p {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.7;
  color: var(--muted);
}

.two-col-copy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.gallery-grid figure {
  margin: 0;
}

.gallery-grid figcaption {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.45;
  color: var(--muted);
}

.gallery-grid img,
.stack-image {
  width: 100%;
  height: 205px;
  object-fit: cover;
}

.stack-image {
  display: block;
}

.page-note {
  margin: 14px 0 0;
  font-size: 12px;
  line-height: 1.7;
  color: var(--muted);
}

.page-panel {
  margin-top: 10px;
}

.park-photo {
  display: block;
  width: min(100%, 340px);
  height: 170px;
  margin: 10px 0 12px;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 12px 28px rgba(62, 42, 18, 0.12);
}

.page-panel p {
  margin: 0 0 12px;
  font-size: 12px;
  line-height: 1.7;
  color: var(--muted);
}

.readmore-toggle {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 12px;
  line-height: 1.7;
  color: var(--navy-dark);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.readmore-toggle:focus-visible {
  outline: 2px solid rgba(34, 57, 89, 0.45);
  outline-offset: 3px;
}

.luxury-theme .faq-section .page-panel h3 {
  line-height: 1.7;
}

.luxury-theme .faq-section .page-panel p {
  line-height: 2;
}

.menu-page {
  background: #fff;
}

.menu-only-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 20px auto 44px;
}

.menu-links {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.menu-note {
  margin-top: 18px;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid rgba(29, 28, 24, 0.08);
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(62, 42, 18, 0.08);
  font-size: 12px;
  line-height: 1.7;
  color: var(--muted);
}

.menu-panel {
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  padding: 20px 0 30px;
  position: relative;
}

.menu-close {
  position: absolute;
  right: 10px;
  top: 8px;
  border: 0;
  background: transparent;
  font-size: 24px;
  line-height: 1;
}

.menu-brand {
  display: grid;
  place-items: center;
  margin: 20px 0 34px;
  color: #000000;
}

.menu-brand .footer-mark {
  color: #000000;
}

.site-logo-menu {
  width: 120px;
  height: auto;
}

.menu-brand strong {
  font-size: 28px;
  line-height: 1;
}

.menu-brand span {
  font-size: 11px;
}

.menu-columns {
  display: grid;
  grid-template-columns: 0.6fr 1fr 1.2fr;
  gap: 34px;
  align-items: start;
}

.menu-columns h4 {
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: 0.12em;
}

.menu-columns ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.7;
  font-size: 12px;
}

.menu-columns p {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1.7;
}

.menu-columns a {
  color: inherit;
  text-decoration: none;
}

.menu-columns a:hover {
  text-decoration: underline;
}

.menu-search {
  margin-top: 16px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #e0e0e0;
  padding: 8px 0;
  font-size: 11px;
  outline: none;
}

.content-hero {
  min-height: 400px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.content-hero .page-title {
  letter-spacing: 0.18em;
}

.content-body {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 12px 0 24px;
}

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

.page-panel h2 {
  margin: 18px 0 8px;
  text-align: center;
  line-height: 1.18;
  font-size: 18px;
}

.page-panel h3 {
  margin: 14px 0 8px;
  font-size: 14px;
}

.contact-intro h1,
.contact-card h2 {
  text-align: center;
}

.contact-intro h1::after,
.contact-card h2::after {
  content: "";
  display: block;
  width: min(220px, 55%);
  height: 2px;
  background: #000000;
  margin: 12px auto 0;
}

.page-panel p,
.page-note {
  font-size: 12px;
  line-height: 1.7;
  color: var(--muted);
}

.page-panel p {
  margin: 0 0 10px;
}

@media (max-width: 900px) {
  .hero,
  .hero-overlay,
  .page-hero,
  .content-hero {
    min-height: 320px;
  }

  .page-title {
    padding: 0 18px;
    line-height: 1.3;
  }

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

  .callback-inner,
  .footer-columns {
    grid-template-columns: 1fr;
  }

  .side-nav {
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    overflow-x: auto;
    padding-bottom: 6px;
    white-space: nowrap;
  }

  .side-cards {
    grid-template-columns: repeat(3, minmax(120px, 1fr));
  }

  .page-main,
  .two-col-copy,
  .menu-columns {
    grid-template-columns: 1fr;
  }

  .page-main {
    gap: 14px;
  }

  .menu-panel {
    width: min(980px, calc(100% - 24px));
  }

  .menu-columns {
    gap: 20px;
  }

  .auth-layout {
    grid-template-columns: 1fr;
  }

  .booking-form {
    grid-template-columns: 1fr;
  }

  .admin-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .admin-actions {
    justify-content: flex-start;
  }

  .admin-card {
    padding: 18px;
    border-radius: 22px;
  }
}

@media (max-width: 700px) {
  .topbar {
    min-height: 60px;
  }

  .topbar-inner {
    min-height: 60px;
  }

  .topbar-mark {
    min-width: 0;
  }

  .topbar-actions {
    left: 8px;
    gap: 4px;
  }

  .menu-btn {
    right: 14px;
  }

  .hero,
  .hero-overlay,
  .page-hero,
  .content-hero {
    min-height: 260px;
  }

  .showcase-hero {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .showcase-tile,
  .showcase-tile-left,
  .showcase-tile-right,
  .showcase-tile-bottom,
  .showcase-tile-mini {
    grid-column: auto;
    grid-row: auto;
    min-height: 220px;
  }

  .showcase-tile-left,
  .showcase-tile-mini {
    min-height: 260px;
  }

  .showcase-copy {
    padding: 16px;
  }

  .showcase-copy-main {
    text-align: left;
    justify-items: start;
    align-content: end;
  }

  .showcase-copy {
    display: block;
  }

  .showcase-copy h1 {
    font-size: 2.4rem;
  }

  .showcase-copy h2 {
    max-width: 14ch;
    font-size: 2rem;
  }

  .showcase-copy p {
    max-width: none;
  }

  .hero-copy h1 {
    font-size: 1.7rem;
    letter-spacing: 0.12em;
  }

  .destinations-grid,
  .feature-grid,
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .destination-card,
  .feature-card,
  .blog-card {
    min-height: 180px;
  }

  .callback-form {
    grid-template-columns: 1fr;
  }

  .gallery-grid,
  .content-body .gallery-grid {
    grid-template-columns: 1fr;
  }

  .side-nav {
    display: flex;
    gap: 6px;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
  }

  .side-nav a {
    flex: 0 0 auto;
  }

  .side-cards {
    display: none;
  }

  .page-main {
    width: min(100% - 20px, 1180px);
    grid-template-columns: 1fr;
  }

  .gallery-grid img,
  .stack-image {
    height: 190px;
  }

  .menu-panel {
    width: min(100% - 20px, 980px);
    padding-top: 12px;
  }

  .menu-close {
    right: 4px;
    top: 2px;
  }

  .account-btn {
    padding: 3px 7px;
    font-size: 9px;
  }

  .book-btn {
    padding: 3px 7px;
    font-size: 9px;
  }

  .menu-brand {
    margin: 16px 0 24px;
  }

  .menu-columns {
    gap: 16px;
  }

  .menu-links {
    grid-template-columns: 1fr;
  }

  .submenu-panel {
    top: 10px;
    right: 10px;
    bottom: 10px;
    width: calc(100vw - 20px);
    padding: 16px;
    border-radius: 22px;
  }

  .submenu-links {
    grid-template-columns: 1fr;
  }

  .submenu-panel h2 {
    font-size: 22px;
  }

  .admin-shell {
    width: min(100% - 20px, 1180px);
    margin: 16px auto 40px;
  }

  .admin-head h1 {
    font-size: 2rem;
  }

  .admin-section table {
    min-width: 680px;
  }

  .footer-bottom {
    margin-top: 18px;
    padding-top: 18px;
  }

  .booking-shell {
    width: min(100% - 20px, 1120px);
    margin: 20px auto 44px;
  }

  .booking-card {
    padding: 16px;
    border-radius: 18px;
  }

  .content-page .page-main {
    width: min(100% - 16px, 1180px);
    display: block;
  }

  .content-page .page-main > aside {
    display: none;
  }

  .content-page .page-main > section {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .container {
    width: min(100% - 16px, 1180px);
  }

  .notice-strip p {
    padding: 6px 8px;
    line-height: 1.4;
  }

  .hero-copy h1,
  .page-title {
    letter-spacing: 0.08em;
  }

  .hero-copy h1 {
    font-size: 1.45rem;
  }

  .showcase-copy h1 {
    font-size: 1.8rem;
  }

  .showcase-copy h2 {
    font-size: 1.45rem;
  }

  .showcase-actions {
    width: 100%;
  }

  .showcase-actions .btn {
    width: 100%;
  }

  .intro-copy h2,
  .content-head h2,
  .page-panel h2 {
    font-size: 15px;
  }

  .page-main {
    width: min(100% - 12px, 1180px);
    padding: 12px 0 20px;
    grid-template-columns: 1fr;
  }

  .side-nav {
    font-size: 12px;
  }

  .side-nav a {
    padding: 10px 0;
  }

  .side-thumb {
    height: 74px;
  }

  .blog-card,
  .feature-card,
  .destination-card {
    min-height: 150px;
  }

  .review-quote p {
    font-size: 13px;
  }

  .callback-inner strong {
    font-size: 12px;
  }

  .footer-logo strong {
    font-size: 24px;
  }

  .footer-logo span {
    font-size: 10px;
  }

  .footer-columns h4,
  .menu-columns h4 {
    font-size: 11px;
  }

  .footer-columns p,
  .footer-columns li,
  .menu-columns p,
  .menu-columns ul {
    font-size: 10px;
  }

  .admin-shell {
    width: min(100% - 12px, 1180px);
    margin: 12px auto 32px;
  }

  .admin-card {
    padding: 14px;
  }

  .admin-head h1 {
    font-size: 1.7rem;
  }

  .admin-button {
    min-width: 100px;
  }

  .admin-section table {
    min-width: 560px;
  }

  .menu-panel {
    width: min(100% - 14px, 980px);
  }

  .menu-brand strong {
    font-size: 24px;
  }

  .menu-columns {
    gap: 14px;
  }

  .menu-close {
    font-size: 22px;
  }

  .auth-shell {
    width: min(100% - 14px, 1120px);
    margin: 18px auto 44px;
  }

  .auth-card,
  .auth-panel {
    padding: 16px;
    border-radius: 18px;
  }

  .auth-actions {
    flex-direction: column;
  }

  .auth-actions .btn,
  .auth-actions .auth-link {
    width: 100%;
  }

  .booking-intro h1 {
    font-size: 1.7rem;
  }

  .booking-form .btn {
    width: 100%;
  }
}

.experience-section-image {
  width: min(320px, 100%);
  height: auto;
  display: block;
  margin: 0;
  border-radius: 16px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
}

.experience-section-gallery {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 16px;
}

.experience-culture-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 16px;
  align-items: start;
  justify-content: center;
  margin-top: 16px;
}

.experience-culture-banner {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  border-radius: 16px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
}

.experience-culture-side {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.experience-culture-thumb {
  width: 100%;
  height: 120px;
  object-fit: cover;
  display: block;
  border-radius: 16px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
}

@media (max-width: 820px) {
  .experience-culture-layout {
    grid-template-columns: 1fr;
  }

  .experience-culture-banner {
    height: 160px;
  }

  .experience-culture-side {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .experience-culture-thumb {
    width: min(240px, 100%);
  }
}

.experience-culture-layout {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  justify-content: center;
  margin-top: 16px;
}

.experience-culture-left {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.experience-culture-thumb {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block;
  border-radius: 16px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
}

.experience-culture-feature {
  width: 100%;
  height: 294px;
  object-fit: cover;
  display: block;
  border-radius: 16px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.14);
}

@media (max-width: 820px) {
  .experience-culture-layout {
    grid-template-columns: 1fr;
  }

  .experience-culture-left {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .experience-culture-thumb {
    width: min(240px, 100%);
    height: 130px;
  }

  .experience-culture-feature {
    height: 220px;
  }
}
