@font-face {
  font-family: "Foxlite";
  src: url("assets/fonts/Foxlite-Script.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --paper: #f7f1e8;
  --paper-deep: #ece2d7;
  --paper-warm: #e4d7c9;
  --ink: #1b1a18;
  --ink-soft: #34312d;
  --muted: #706961;
  --line: rgba(27, 26, 24, 0.17);
  --white: #fffdf8;
  --red: #a5161c;
  --red-bright: #ca2028;
  --red-deep: #721014;
  --blue: #2e688f;
  --bead-white: #f1e8dc;
  --gold: #d8b36a;
  --display: "Foxlite", "Roboto Slab", Georgia, serif;
  --sans: "DM Sans", "Segoe UI", sans-serif;
  --header-height: 90px;
  --shell: 1440px;
  --gutter: clamp(22px, 4.5vw, 76px);
  --section-space: clamp(82px, 9vw, 144px);
  --shuka:
    repeating-linear-gradient(
      0deg,
      transparent 0 18px,
      rgba(7, 7, 7, 0.75) 18px 27px,
      transparent 27px 54px,
      rgba(7, 7, 7, 0.94) 54px 66px
    ),
    repeating-linear-gradient(
      90deg,
      #9f1118 0 22px,
      #d01f27 22px 42px,
      #711015 42px 55px,
      #0b0b0d 55px 72px,
      #b71920 72px 96px
    );
  --beads:
    repeating-linear-gradient(
      90deg,
      var(--red) 0 5px,
      var(--bead-white) 5px 10px,
      #111 10px 15px,
      var(--blue) 15px 20px,
      var(--bead-white) 20px 25px,
      var(--red) 25px 30px
    );
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 18px);
  scrollbar-color: var(--red) #111;
  scrollbar-width: auto;
}

::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}

::-webkit-scrollbar-track {
  background:
    repeating-linear-gradient(
      0deg,
      transparent 0 11px,
      rgba(255, 255, 255, 0.8) 11px 13px,
      transparent 13px 24px,
      rgba(46, 104, 143, 0.95) 24px 27px
    ),
    repeating-linear-gradient(
      90deg,
      #111 0 5px,
      #9f1118 5px 10px,
      #d01f27 10px 14px,
      #111 14px 19px
    );
}

::-webkit-scrollbar-thumb {
  min-height: 70px;
  border: 3px solid #101012;
  border-radius: 20px;
  background:
    repeating-linear-gradient(
      0deg,
      transparent 0 9px,
      rgba(6, 6, 7, 0.82) 9px 14px,
      transparent 14px 25px
    ),
    repeating-linear-gradient(
      90deg,
      var(--red) 0 7px,
      var(--red-bright) 7px 13px,
      #0b0b0d 13px 20px,
      var(--red) 20px 27px
    );
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

::-webkit-scrollbar-thumb:hover {
  background:
    repeating-linear-gradient(
      0deg,
      transparent 0 9px,
      rgba(6, 6, 7, 0.88) 9px 14px,
      transparent 14px 25px
    ),
    repeating-linear-gradient(
      90deg,
      #b4171f 0 7px,
      #e02a32 7px 13px,
      #060608 13px 20px,
      #b4171f 20px 27px
    );
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.is-locked {
  overflow: hidden;
}

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

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

button {
  border: 0;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

button,
summary {
  cursor: pointer;
}

[hidden] {
  display: none !important;
}

::selection {
  background: var(--red);
  color: var(--white);
}

:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 4px;
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.icon-fill {
  fill: currentColor;
  stroke: none;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 3000;
  padding: 12px 18px;
  transform: translateY(-150%);
  background: var(--ink);
  color: var(--white);
  font-weight: 700;
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.eyebrow,
.hero-eyebrow {
  margin-bottom: 16px;
  color: var(--red);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.3;
  text-transform: uppercase;
}

.section {
  position: relative;
  padding: var(--section-space) var(--gutter);
}

.section-shell {
  width: min(100%, var(--shell));
  margin-inline: auto;
}

.section-header {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(260px, 0.55fr);
  gap: clamp(36px, 7vw, 112px);
  align-items: end;
  margin-bottom: clamp(46px, 6vw, 82px);
  padding-bottom: 30px;
  border-bottom: 1px solid var(--line);
}

.section-header::after {
  position: absolute;
  width: 82px;
  height: 4px;
  margin-top: 31px;
  background: var(--beads);
  content: "";
}

.section-title {
  max-width: 900px;
  margin-bottom: 0;
  font-family: var(--display);
  font-size: clamp(2.65rem, 4vw, 4.25rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.section-header > p {
  max-width: 430px;
  margin-bottom: 2px;
  color: var(--muted);
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  line-height: 1.65;
}

.section-header--light {
  border-color: rgba(255, 255, 255, 0.18);
}

.section-header--light > p {
  color: rgba(255, 255, 255, 0.68);
}

.text-link {
  display: inline-flex;
  min-height: 44px;
  padding: 0;
  align-items: center;
  gap: 10px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  font-weight: 700;
}

.text-link svg {
  width: 18px;
  height: 18px;
  transition: transform 180ms ease;
}

.text-link:hover svg {
  transform: translate(3px, -3px);
}

.pattern-button,
.ghost-button {
  display: inline-flex;
  min-height: 54px;
  padding: 4px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
  background: var(--shuka);
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.pattern-button::before {
  position: absolute;
  inset: 5px;
  background: rgba(13, 13, 15, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.55);
  content: "";
}

.pattern-button > * {
  z-index: 1;
}

.pattern-button span {
  padding-left: 16px;
}

.pattern-button svg {
  width: 17px;
  height: 17px;
  margin-right: 15px;
}

.pattern-button:hover,
.ghost-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.2);
}

.pattern-button--compact {
  min-height: 48px;
  padding-inline: 1px;
}

.pattern-button--compact span {
  padding-left: 14px;
}

.ghost-button {
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  background: rgba(8, 8, 8, 0.16);
  backdrop-filter: blur(8px);
}

.ghost-button svg {
  width: 17px;
  height: 17px;
}

.pattern-button--light::before {
  background: var(--paper);
}

.pattern-button--light {
  color: var(--ink);
}

/* Header and mega navigation */

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: var(--header-height);
  border-bottom: 1px solid rgba(27, 26, 24, 0.14);
  background: rgba(247, 241, 232, 0.97);
  box-shadow: 0 8px 28px rgba(28, 21, 16, 0.04);
  backdrop-filter: blur(16px);
}

.header-shell {
  display: grid;
  width: min(100%, calc(var(--shell) + (var(--gutter) * 2)));
  height: 100%;
  margin-inline: auto;
  padding-inline: var(--gutter);
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(32px, 5vw, 84px);
}

.site-logo {
  display: grid;
  width: 126px;
  height: 76px;
  flex: none;
  place-items: center;
}

.site-logo img {
  width: 118px;
  height: 72px;
  object-fit: contain;
}

.desktop-nav {
  display: flex;
  height: 100%;
  align-items: stretch;
  gap: clamp(14px, 2.2vw, 38px);
}

.nav-item {
  position: static;
}

.nav-trigger,
.nav-link,
.language-link {
  display: inline-flex;
  height: 100%;
  padding: 0 4px;
  align-items: center;
  gap: 7px;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.nav-trigger,
.nav-link {
  position: relative;
}

.nav-trigger::after,
.nav-link::after {
  position: absolute;
  right: 4px;
  bottom: 19px;
  left: 4px;
  height: 3px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--beads);
  content: "";
  transition: transform 180ms ease;
}

.nav-trigger:hover::after,
.nav-trigger[aria-expanded="true"]::after,
.nav-link:hover::after {
  transform: scaleX(1);
}

.nav-trigger svg {
  width: 14px;
  height: 14px;
  transition: transform 180ms ease;
}

.nav-trigger[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.header-actions {
  display: flex;
  height: 100%;
  align-items: center;
  gap: 20px;
}

.language-link {
  height: 44px;
  color: var(--muted);
  white-space: nowrap;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  position: relative;
  background: transparent;
}

.menu-toggle span {
  position: absolute;
  left: 12px;
  width: 24px;
  height: 2px;
  background: var(--ink);
  transition: transform 180ms ease, top 180ms ease;
}

.menu-toggle span:first-child {
  top: 18px;
}

.menu-toggle span:last-child {
  top: 28px;
}

.menu-toggle[aria-expanded="true"] span:first-child {
  top: 23px;
  transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:last-child {
  top: 23px;
  transform: rotate(-45deg);
}

.mega-panel {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 20;
  border-top: 5px solid transparent;
  border-image: var(--beads) 1;
  background: var(--paper);
  box-shadow: 0 28px 48px rgba(24, 20, 18, 0.17);
}

.mega-panel__inner {
  display: grid;
  width: min(100%, calc(var(--shell) + (var(--gutter) * 2)));
  margin-inline: auto;
  padding: 42px var(--gutter) 48px;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.8fr);
  gap: clamp(44px, 6vw, 90px);
}

.mega-heading {
  padding-right: 30px;
  border-right: 1px solid var(--line);
}

.mega-heading .eyebrow {
  margin-bottom: 12px;
}

.mega-heading h2 {
  margin-bottom: 16px;
  font-family: var(--display);
  font-size: clamp(1.75rem, 2.4vw, 2.65rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.mega-heading > p:not(.eyebrow) {
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.6;
}

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

.mega-card {
  display: grid;
  min-height: 238px;
  overflow: hidden;
  position: relative;
  align-items: end;
  background: #171717;
  color: var(--white);
}

.mega-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(0, 0, 0, 0.82) 100%);
  content: "";
}

.mega-card img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.mega-card:nth-child(2) img {
  object-position: center 45%;
}

.mega-card span {
  z-index: 1;
  padding: 22px;
  position: relative;
}

.mega-card strong,
.mega-card small {
  display: block;
}

.mega-card strong {
  margin-bottom: 5px;
  font-family: var(--display);
  font-size: 1.22rem;
  font-weight: 500;
}

.mega-card small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
  line-height: 1.45;
}

.mega-card:hover img {
  transform: scale(1.06);
}

.route-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.route-links a {
  padding: 7px 10px;
  border: 1px solid var(--line);
  font-size: 0.72rem;
  font-weight: 700;
}

.route-links a:hover {
  border-color: var(--red);
  color: var(--red);
}

.mobile-menu {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  max-height: calc(100svh - var(--header-height));
  overflow-y: auto;
  padding: 18px var(--gutter) 28px;
  border-top: 5px solid transparent;
  border-image: var(--beads) 1;
  background: var(--paper);
  box-shadow: 0 28px 42px rgba(0, 0, 0, 0.16);
}

.mobile-menu > a,
.mobile-menu summary {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  font-family: var(--display);
  font-size: 1.22rem;
  font-weight: 500;
  list-style: none;
}

.mobile-menu summary::-webkit-details-marker {
  display: none;
}

.mobile-menu summary svg {
  width: 18px;
  height: 18px;
  transition: transform 180ms ease;
}

.mobile-menu details[open] summary svg {
  transform: rotate(180deg);
}

.mobile-menu details div {
  display: grid;
  padding: 12px 0 20px 18px;
  gap: 4px;
  border-bottom: 1px solid var(--line);
}

.mobile-menu details div a {
  padding: 8px 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.mobile-menu .pattern-button {
  width: 100%;
  margin-top: 24px;
}

/* Video hero */

.hero {
  display: grid;
  min-height: calc(100svh - var(--header-height));
  min-height: clamp(650px, calc(100svh - var(--header-height)), 940px);
  overflow: hidden;
  position: relative;
  align-items: end;
  background: #191714;
  color: var(--white);
  isolation: isolate;
}

.hero-video,
.hero-scrim {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.hero-video {
  z-index: -3;
  object-fit: cover;
  object-position: center 50%;
}

.hero-scrim {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(7, 7, 6, 0.76) 0%, rgba(7, 7, 6, 0.45) 46%, rgba(7, 7, 6, 0.12) 78%),
    linear-gradient(0deg, rgba(7, 7, 6, 0.66) 0%, transparent 54%),
    linear-gradient(180deg, rgba(7, 7, 6, 0.23) 0%, transparent 35%);
}

.hero-content {
  width: min(820px, calc(100% - (var(--gutter) * 2) - 120px));
  margin: 0 0 clamp(136px, 16vh, 184px) max(var(--gutter), calc((100vw - var(--shell)) / 2));
  z-index: 2;
  position: relative;
}

.hero-eyebrow {
  display: inline-flex;
  padding: 9px 13px;
  align-items: center;
  background: var(--red);
  color: var(--white);
  letter-spacing: 0.17em;
}

.hero h1 {
  max-width: 850px;
  margin-bottom: 26px;
  font-family: var(--display);
  font-size: clamp(3.65rem, 6vw, 6.5rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.98;
  text-shadow: 0 3px 22px rgba(0, 0, 0, 0.28);
}

.hero h1 em {
  color: var(--paper);
  font-weight: 400;
}

.hero-lead {
  max-width: 670px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  line-height: 1.58;
  text-wrap: balance;
}

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

.hero-social-rail {
  display: flex;
  width: 74px;
  padding: 30px 0 26px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  background: var(--shuka);
  box-shadow: -12px 0 32px rgba(0, 0, 0, 0.18);
}

.hero-social-rail::before {
  position: absolute;
  inset: 0;
  background: rgba(9, 9, 10, 0.25);
  content: "";
}

.hero-social-label,
.hero-social-links {
  z-index: 1;
  position: relative;
}

.hero-social-label {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: var(--white);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-social-links {
  display: grid;
  gap: 10px;
}

.hero-social-links a,
.footer-socials a {
  display: grid;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: 50%;
  background: rgba(10, 10, 11, 0.76);
  color: var(--white);
  place-items: center;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.hero-social-links a svg,
.footer-socials a svg {
  width: 19px;
  height: 19px;
}

.hero-social-links a:hover,
.footer-socials a:hover {
  transform: translateY(-2px);
  background: var(--white);
  color: var(--red);
}

.hero-video-controls {
  display: flex;
  position: absolute;
  bottom: 34px;
  left: max(var(--gutter), calc((100vw - var(--shell)) / 2));
  z-index: 4;
  gap: 8px;
}

.hero-video-controls button {
  display: inline-flex;
  min-height: 44px;
  padding: 0 14px;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, 0.43);
  background: rgba(8, 8, 8, 0.46);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 700;
  backdrop-filter: blur(8px);
}

.hero-video-controls button svg {
  width: 16px;
  height: 16px;
}

.rating-card {
  display: grid;
  min-width: 264px;
  min-height: 112px;
  padding: 19px 56px 18px 22px;
  position: absolute;
  right: 104px;
  bottom: 34px;
  z-index: 4;
  grid-template-columns: auto auto;
  align-items: center;
  border-top: 4px solid var(--red);
  background: rgba(247, 241, 232, 0.94);
  color: var(--ink);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(10px);
}

.rating-stars {
  color: var(--red);
  font-size: 0.88rem;
  letter-spacing: 0.08em;
}

.rating-score {
  justify-self: end;
  font-size: 0.78rem;
}

.rating-score strong {
  font-family: var(--display);
  font-size: 1.75rem;
  font-weight: 600;
}

.rating-copy {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 0.75rem;
}

.rating-card > svg {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 19px;
  bottom: 18px;
}

.rating-card:hover > svg {
  transform: translate(3px, -3px);
}

.hero-scroll-cue {
  display: flex;
  position: absolute;
  bottom: 34px;
  left: 50%;
  z-index: 3;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero-scroll-cue i {
  width: 1px;
  height: 34px;
  overflow: hidden;
  position: relative;
  background: rgba(255, 255, 255, 0.35);
}

.hero-scroll-cue i::after {
  width: 1px;
  height: 14px;
  position: absolute;
  top: -14px;
  left: 0;
  animation: scrollCue 2s ease-in-out infinite;
  background: var(--white);
  content: "";
}

@keyframes scrollCue {
  0% { transform: translateY(0); }
  70%, 100% { transform: translateY(48px); }
}

/* Destinations */

.destinations-section {
  overflow: hidden;
}

.destinations-section::before {
  width: 340px;
  height: 340px;
  position: absolute;
  top: 4%;
  right: -180px;
  border: 1px solid rgba(165, 22, 28, 0.14);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 52px rgba(165, 22, 28, 0.025), 0 0 0 104px rgba(46, 104, 143, 0.025);
}

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

.destination-card {
  display: flex;
  min-height: 480px;
  overflow: hidden;
  padding: clamp(24px, 3vw, 40px);
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  background: #1d1d1d;
  color: var(--white);
  isolation: isolate;
}

.destination-card::after {
  width: 0;
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: var(--beads);
  content: "";
  transition: width 350ms ease;
}

.destination-card:hover::after {
  width: 100%;
}

.destination-card img,
.destination-card__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.destination-card img {
  z-index: -2;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.destination-card__overlay {
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.78) 88%);
}

.destination-card:hover img {
  transform: scale(1.045);
}

.destination-card--safari {
  grid-column: span 7;
}

.destination-card--hiking {
  grid-column: span 5;
}

.destination-card--zanzibar {
  grid-column: span 5;
}

.destination-card--day-trips {
  grid-column: span 7;
}

.destination-card--hiking img {
  object-position: 60% center;
}

.destination-card--day-trips img {
  object-position: center 40%;
}

.destination-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.destination-icon,
.destination-arrow {
  display: grid;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.64);
  background: rgba(10, 10, 10, 0.38);
  backdrop-filter: blur(8px);
  place-items: center;
}

.destination-icon svg {
  width: 26px;
  height: 26px;
}

.destination-arrow {
  border-radius: 50%;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.destination-arrow svg {
  width: 20px;
  height: 20px;
}

.destination-card:hover .destination-arrow {
  transform: translate(3px, -3px);
  background: var(--white);
  color: var(--red);
}

.destination-card__copy {
  display: block;
  max-width: 580px;
}

.destination-card__copy small,
.destination-card__copy strong,
.destination-card__copy > span,
.destination-card__copy em {
  display: block;
}

.destination-card__copy small {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.destination-card__copy strong {
  margin-bottom: 11px;
  font-family: var(--display);
  font-size: clamp(2.35rem, 4vw, 4rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
}

.destination-card__copy > span {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.94rem;
  line-height: 1.55;
}

.destination-card__copy em {
  margin-top: 13px;
  color: var(--paper);
  font-size: 0.69rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Packages */

.packages-section {
  background: var(--paper-deep);
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 34px);
}

.package-card {
  border: 1px solid rgba(27, 26, 24, 0.18);
  background: var(--paper);
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.package-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 46px rgba(42, 34, 28, 0.13);
}

.package-card__media {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  position: relative;
  background: #252525;
}

.package-card__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.34));
  content: "";
}

.package-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 550ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.package-card:nth-child(2) .package-card__media img {
  object-position: center 30%;
}

.package-card:hover .package-card__media img {
  transform: scale(1.055);
}

.package-card__duration {
  padding: 10px 13px;
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  background: rgba(17, 17, 18, 0.82);
  color: var(--white);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.package-card__duration::before {
  width: 100%;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--beads);
  content: "";
}

.package-card__arrow {
  display: grid;
  width: 48px;
  height: 48px;
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  border-radius: 50%;
  background: var(--paper);
  color: var(--ink);
  place-items: center;
  transition: transform 180ms ease;
}

.package-card__arrow svg {
  width: 19px;
  height: 19px;
}

.package-card:hover .package-card__arrow {
  transform: translate(3px, -3px);
}

.package-card__body {
  padding: clamp(24px, 3vw, 36px);
}

.package-card__body > p:first-child {
  margin-bottom: 13px;
  color: var(--red);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.package-card__body h3 {
  margin-bottom: 13px;
  font-family: var(--display);
  font-size: clamp(1.75rem, 2.4vw, 2.35rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.package-card__body h3 + p {
  min-height: 78px;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 0.92rem;
}

.tailored-tag {
  display: inline-flex;
  padding: 7px 10px;
  border: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.section-cta {
  display: flex;
  margin-top: 44px;
  padding-top: 28px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
}

.section-cta p {
  margin-bottom: 0;
  color: var(--muted);
}

/* Activities */

.activities-section {
  background:
    radial-gradient(circle at 10% 10%, rgba(165, 22, 28, 0.07), transparent 25%),
    var(--paper);
}

.activity-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.activity-card {
  min-height: 300px;
  padding: clamp(28px, 3vw, 44px);
  position: relative;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(247, 241, 232, 0.62);
  transition: background 220ms ease, color 220ms ease;
}

.activity-card::before {
  width: 0;
  height: 5px;
  position: absolute;
  top: -1px;
  left: -1px;
  background: var(--beads);
  content: "";
  transition: width 280ms ease;
}

.activity-card:hover {
  background: var(--ink);
  color: var(--white);
}

.activity-card:hover::before {
  width: calc(100% + 2px);
}

.activity-icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 50px;
  border: 1px solid currentColor;
  color: var(--red);
  place-items: center;
}

.activity-icon svg {
  width: 27px;
  height: 27px;
}

.activity-card:hover .activity-icon {
  color: var(--white);
}

.activity-number {
  position: absolute;
  top: 35px;
  right: 35px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
}

.activity-card h3 {
  margin-bottom: 10px;
  font-family: var(--display);
  font-size: 1.65rem;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.activity-card p {
  max-width: 300px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.activity-card:hover p {
  color: rgba(255, 255, 255, 0.68);
}

.activity-card > a,
.activity-card > button {
  display: grid;
  width: 46px;
  height: 46px;
  position: absolute;
  right: 28px;
  bottom: 28px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  color: currentColor;
  place-items: center;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.activity-card > a svg,
.activity-card > button svg {
  width: 18px;
  height: 18px;
}

.activity-card:hover > a,
.activity-card:hover > button {
  transform: translate(3px, -3px);
  background: var(--red);
  color: var(--white);
}

/* About */

.about-section {
  overflow: hidden;
  background: #171719;
  color: var(--white);
}

.about-section::after {
  width: 380px;
  height: 380px;
  position: absolute;
  right: -190px;
  bottom: 120px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 72px rgba(255, 255, 255, 0.018), 0 0 0 144px rgba(255, 255, 255, 0.012);
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(48px, 8vw, 126px);
  align-items: center;
}

.about-portrait {
  margin: 0;
  position: relative;
}

.about-portrait::before {
  width: 36%;
  height: 5px;
  position: absolute;
  top: -5px;
  left: 0;
  z-index: 2;
  background: var(--beads);
  content: "";
}

.about-portrait img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 32%;
  filter: saturate(0.88) contrast(1.03);
}

.about-portrait figcaption {
  display: flex;
  padding: 17px 0 0;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.75rem;
}

.about-portrait figcaption strong {
  color: var(--white);
  font-size: 0.86rem;
}

.about-copy {
  max-width: 720px;
}

.about-copy > p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 1rem;
  line-height: 1.75;
}

.about-copy .about-intro {
  margin-bottom: 26px;
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(1.55rem, 2.4vw, 2.35rem);
  letter-spacing: -0.025em;
  line-height: 1.42;
}

.about-signature {
  display: grid;
  margin: 38px 0 34px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.about-signature span {
  display: flex;
  min-height: 84px;
  padding: 14px;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.17);
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.about-signature span:last-child {
  border-right: 0;
}

.trust-grid {
  display: grid;
  margin-top: clamp(64px, 8vw, 110px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  border-left: 1px solid rgba(255, 255, 255, 0.17);
}

.trust-card {
  min-height: 220px;
  padding: 34px;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.17);
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.trust-card > span {
  display: block;
  margin-bottom: 42px;
  color: var(--red-bright);
  font-size: 0.72rem;
  font-weight: 700;
}

.trust-card h3 {
  margin-bottom: 10px;
  font-family: var(--display);
  font-size: 1.5rem;
  font-weight: 500;
}

.trust-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.86rem;
}

/* Reviews */

.reviews-section {
  background: var(--paper-deep);
}

.reviews-summary {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 15px;
  align-items: center;
}

.reviews-summary > strong {
  grid-row: span 2;
  font-family: var(--display);
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 1;
}

.reviews-summary span {
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 700;
}

.reviews-summary i {
  margin-right: 6px;
  color: var(--red);
  font-style: normal;
  letter-spacing: 0.06em;
}

.reviews-summary small {
  color: var(--muted);
  font-size: 0.72rem;
}

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

.review-card {
  display: flex;
  min-height: 360px;
  padding: clamp(28px, 3vw, 42px);
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--line);
  background: var(--paper);
}

.review-card::after {
  width: 44px;
  height: 4px;
  position: absolute;
  right: 0;
  bottom: -1px;
  background: var(--beads);
  content: "";
}

.review-card--dark {
  background: var(--ink);
  color: var(--white);
}

.quote-mark {
  height: 78px;
  color: var(--red);
  font-family: var(--display);
  font-size: 6rem;
  line-height: 1;
}

.review-card > p {
  margin-bottom: 42px;
  font-family: var(--display);
  font-size: clamp(1.2rem, 1.8vw, 1.58rem);
  letter-spacing: -0.018em;
  line-height: 1.52;
}

.review-card footer {
  display: flex;
  align-items: center;
  gap: 13px;
}

.review-avatar {
  display: grid;
  width: 44px;
  height: 44px;
  flex: none;
  border-radius: 50%;
  background: var(--red);
  color: var(--white);
  font-size: 0.68rem;
  font-weight: 700;
  place-items: center;
}

.review-card footer strong,
.review-card footer small {
  display: block;
}

.review-card footer strong {
  font-size: 0.84rem;
}

.review-card footer small {
  color: var(--muted);
  font-size: 0.7rem;
}

.review-card--dark footer small {
  color: rgba(255, 255, 255, 0.55);
}

.review-link {
  display: inline-flex;
  min-height: 52px;
  margin-top: 38px;
  align-items: center;
  gap: 12px;
  font-size: 0.78rem;
  font-weight: 700;
}

.review-link svg:first-child {
  width: 24px;
  height: 24px;
  color: var(--red);
}

.review-link svg:last-child {
  width: 17px;
  height: 17px;
  margin-left: 4px;
}

/* Blog */

.blogs-section {
  background: var(--paper);
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2.6vw, 38px);
}

.blog-card {
  border-bottom: 1px solid var(--line);
}

.blog-card__image {
  display: block;
  aspect-ratio: 5 / 3.35;
  overflow: hidden;
  position: relative;
  background: #262626;
}

.blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 520ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.blog-card:nth-child(2) .blog-card__image img {
  object-position: center 30%;
}

.blog-card:hover .blog-card__image img {
  transform: scale(1.055);
}

.blog-card__image span {
  padding: 8px 11px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--red);
  color: var(--white);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.blog-card__body {
  padding: 26px 0 30px;
  position: relative;
}

.blog-card__body > p:first-child {
  margin-bottom: 12px;
  color: var(--red);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.blog-card h3 {
  max-width: 88%;
  margin-bottom: 13px;
  font-family: var(--display);
  font-size: clamp(1.45rem, 2.1vw, 2rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.22;
}

.blog-card h3 a:hover {
  color: var(--red);
}

.blog-card__body > p:not(:first-child) {
  max-width: 88%;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.blog-card__body > a {
  display: grid;
  width: 44px;
  height: 44px;
  position: absolute;
  right: 0;
  bottom: 30px;
  border: 1px solid var(--line);
  border-radius: 50%;
  place-items: center;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.blog-card__body > a svg {
  width: 17px;
  height: 17px;
}

.blog-card:hover .blog-card__body > a {
  transform: translate(3px, -3px);
  background: var(--ink);
  color: var(--white);
}

/* Partners */

.partners-section {
  padding-top: clamp(74px, 8vw, 112px);
  padding-bottom: clamp(74px, 8vw, 112px);
  background: #ded1c3;
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-top: 1px solid rgba(27, 26, 24, 0.2);
  border-left: 1px solid rgba(27, 26, 24, 0.2);
}

.partner-mark {
  display: flex;
  min-height: 145px;
  padding: 18px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(27, 26, 24, 0.2);
  border-bottom: 1px solid rgba(27, 26, 24, 0.2);
  color: var(--ink-soft);
  font-family: var(--display);
  font-size: clamp(1rem, 1.5vw, 1.35rem);
  font-weight: 600;
  text-align: center;
  transition: background 180ms ease, color 180ms ease;
}

.partner-mark strong {
  font-family: var(--sans);
  font-size: 1.05rem;
  letter-spacing: -0.03em;
}

.partner-mark small {
  margin-top: 5px;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.partner-mark svg {
  width: 28px;
  height: 28px;
  margin-bottom: 8px;
  color: var(--red);
}

.partner-mark:hover {
  background: var(--paper);
  color: var(--red);
}

.partner-mark--tanapa strong {
  color: #386341;
  font-size: 1.35rem;
  letter-spacing: 0.08em;
}

.partner-mark--atta strong {
  color: var(--red);
  font-size: 1.35rem;
}

/* Footer */

.site-footer {
  position: relative;
  background: #111113;
  color: var(--white);
}

.site-footer::before {
  height: 8px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: var(--beads);
  content: "";
}

.footer-cta {
  display: flex;
  width: min(100%, calc(var(--shell) + (var(--gutter) * 2)));
  margin-inline: auto;
  padding: clamp(66px, 8vw, 112px) var(--gutter) clamp(54px, 7vw, 86px);
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-cta .eyebrow {
  margin-bottom: 12px;
  color: var(--red-bright);
}

.footer-cta h2 {
  max-width: 800px;
  margin-bottom: 0;
  font-family: var(--display);
  font-size: clamp(2.6rem, 5vw, 5rem);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.02;
}

.footer-main {
  display: grid;
  width: min(100%, calc(var(--shell) + (var(--gutter) * 2)));
  margin-inline: auto;
  padding: 76px var(--gutter);
  grid-template-columns: minmax(220px, 1.15fr) 0.7fr 0.8fr 1fr minmax(240px, 1.2fr);
  gap: clamp(34px, 4vw, 72px);
}

.footer-brand img {
  width: 140px;
  height: 100px;
  margin-bottom: 20px;
  object-fit: contain;
  padding: 6px;
  border-radius: 8px;
  background: #fff;
}

.footer-brand > p {
  max-width: 260px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.86rem;
}

.footer-socials {
  display: flex;
  margin-top: 25px;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-socials a {
  width: 40px;
  height: 40px;
  border-color: rgba(255, 255, 255, 0.23);
}

.footer-nav,
.footer-contact {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.footer-main h2,
.footer-gallery h2 {
  margin-bottom: 20px;
  color: var(--red-bright);
  font-family: var(--sans);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.footer-nav a,
.footer-contact a,
.footer-contact p {
  display: flex;
  min-height: 36px;
  margin-bottom: 2px;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.82rem;
  font-style: normal;
}

.footer-contact p {
  align-items: flex-start;
  line-height: 1.55;
}

.footer-contact svg {
  width: 15px;
  height: 15px;
  margin-top: 2px;
  flex: none;
  color: var(--red-bright);
}

.footer-nav a:hover,
.footer-contact a:hover {
  color: var(--white);
}

.newsletter-form h2 {
  margin-bottom: 13px;
}

.newsletter-form > p:not(.form-status) {
  max-width: 290px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.82rem;
}

.newsletter-form > label {
  display: block;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.68rem;
  font-weight: 700;
}

.newsletter-form > div {
  display: flex;
  min-height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.23);
}

.newsletter-form input {
  width: 100%;
  min-width: 0;
  padding: 0 15px;
  border: 0;
  background: transparent;
  color: var(--white);
  outline: 0;
}

.newsletter-form input::placeholder {
  color: rgba(255, 255, 255, 0.34);
}

.newsletter-form button {
  display: grid;
  width: 52px;
  flex: none;
  background: var(--red);
  color: var(--white);
  place-items: center;
}

.newsletter-form button svg {
  width: 18px;
  height: 18px;
}

.form-status {
  min-height: 1.4em;
  margin: 12px 0 0;
  color: var(--red-bright);
  font-size: 0.74rem;
}

.footer-gallery {
  width: min(100%, calc(var(--shell) + (var(--gutter) * 2)));
  margin-inline: auto;
  padding: 0 var(--gutter) 70px;
}

.footer-gallery__heading {
  display: flex;
  margin-bottom: 18px;
  align-items: center;
  justify-content: space-between;
}

.footer-gallery__heading h2 {
  margin-bottom: 0;
}

.footer-gallery__heading a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.72rem;
  font-weight: 700;
}

.footer-gallery__heading a svg {
  width: 16px;
  height: 16px;
}

.footer-gallery__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.footer-gallery__grid a {
  display: block;
  aspect-ratio: 1 / 0.9;
  overflow: hidden;
  position: relative;
}

.footer-gallery__grid a::after {
  display: grid;
  position: absolute;
  inset: 0;
  opacity: 0;
  background: rgba(165, 22, 28, 0.6);
  color: var(--white);
  content: "↗";
  font-size: 1.35rem;
  place-items: center;
  transition: opacity 180ms ease;
}

.footer-gallery__grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}

.footer-gallery__grid a:hover::after {
  opacity: 1;
}

.footer-gallery__grid a:hover img {
  transform: scale(1.08);
}

.footer-bottom {
  display: flex;
  width: min(100%, calc(var(--shell) + (var(--gutter) * 2)));
  min-height: 76px;
  margin-inline: auto;
  padding: 20px var(--gutter);
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.7rem;
}

.footer-bottom p {
  margin-bottom: 0;
}

.footer-bottom div {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.footer-bottom a:hover {
  color: var(--white);
}

/* Enquiry dialog */

.enquire-dialog {
  width: min(1240px, calc(100vw - 48px));
  max-width: none;
  max-height: min(900px, calc(100svh - 48px));
  padding: 0;
  overflow: auto;
  border: 0;
  background: var(--paper);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
  color: var(--ink);
}

.enquire-dialog::backdrop {
  background: rgba(10, 10, 12, 0.72);
  backdrop-filter: blur(6px);
}

.dialog-shell {
  display: grid;
  min-height: 760px;
  grid-template-columns: minmax(360px, 0.83fr) minmax(520px, 1.17fr);
  position: relative;
}

.dialog-close {
  display: grid;
  width: 48px;
  height: 48px;
  position: fixed;
  top: max(34px, calc((100svh - min(900px, calc(100svh - 48px))) / 2 + 16px));
  right: max(34px, calc((100vw - min(1240px, calc(100vw - 48px))) / 2 + 16px));
  z-index: 4;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: rgba(19, 19, 21, 0.82);
  color: var(--white);
  place-items: center;
}

.dialog-close svg {
  width: 20px;
  height: 20px;
}

.dialog-intro {
  padding: clamp(50px, 5vw, 76px) clamp(32px, 4vw, 62px);
  position: relative;
  background:
    radial-gradient(circle at 20% 10%, rgba(165, 22, 28, 0.28), transparent 34%),
    #171719;
  color: var(--white);
}

.dialog-intro::before {
  width: 100%;
  height: 7px;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--beads);
  content: "";
}

.dialog-intro .eyebrow {
  color: var(--red-bright);
}

.dialog-intro h2 {
  margin-bottom: 20px;
  font-family: var(--display);
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.05;
}

.dialog-intro > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.94rem;
}

.contact-grid {
  display: grid;
  margin-top: 36px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.contact-grid a {
  display: grid;
  min-height: 94px;
  padding: 17px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  transition: background 180ms ease;
}

.contact-grid a:hover {
  background: rgba(165, 22, 28, 0.32);
}

.contact-grid a > svg:first-child {
  width: 21px;
  height: 21px;
  color: var(--red-bright);
}

.contact-grid a > svg:last-child {
  width: 15px;
  height: 15px;
  color: rgba(255, 255, 255, 0.48);
}

.contact-grid strong,
.contact-grid small {
  display: block;
}

.contact-grid strong {
  font-size: 0.78rem;
}

.contact-grid small {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.66rem;
}

.enquiry-form {
  padding: clamp(56px, 5vw, 78px) clamp(34px, 5vw, 74px);
  background:
    linear-gradient(rgba(247, 241, 232, 0.91), rgba(247, 241, 232, 0.91)),
    repeating-linear-gradient(45deg, transparent 0 12px, rgba(27, 26, 24, 0.04) 12px 13px);
}

.form-heading {
  display: flex;
  margin-bottom: 34px;
  padding-bottom: 18px;
  align-items: end;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.form-heading span {
  font-family: var(--display);
  font-size: 1.55rem;
  font-weight: 500;
}

.form-heading small {
  color: var(--muted);
  font-size: 0.65rem;
}

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

.enquiry-form label,
.enquiry-form fieldset {
  display: block;
  margin: 0 0 20px;
}

.enquiry-form label > span,
.enquiry-form legend {
  display: block;
  margin-bottom: 8px;
  color: var(--ink-soft);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.enquiry-form input,
.enquiry-form textarea {
  width: 100%;
  border: 1px solid rgba(27, 26, 24, 0.24);
  border-radius: 0;
  background: rgba(255, 253, 248, 0.75);
  outline: 0;
  transition: border 180ms ease, box-shadow 180ms ease;
}

.enquiry-form input {
  min-height: 54px;
  padding: 0 15px;
}

.enquiry-form textarea {
  min-height: 124px;
  padding: 14px 15px;
  resize: vertical;
}

.enquiry-form input:focus,
.enquiry-form textarea:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(165, 22, 28, 0.1);
}

.enquiry-form input::placeholder,
.enquiry-form textarea::placeholder {
  color: #9b948d;
}

.enquiry-form fieldset {
  padding: 0;
  border: 0;
}

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

.interest-options label {
  margin: 0;
}

.interest-options input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.interest-options label > span {
  display: flex;
  min-height: 74px;
  margin: 0;
  padding: 9px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  border: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.55);
  font-size: 0.67rem;
  text-align: center;
  transition: background 180ms ease, border 180ms ease, color 180ms ease;
}

.interest-options svg {
  width: 22px;
  height: 22px;
}

.interest-options input:checked + span {
  border-color: var(--red);
  background: var(--ink);
  color: var(--white);
}

.interest-options input:focus-visible + span {
  outline: 3px solid var(--blue);
  outline-offset: 2px;
}

.form-submit {
  width: 100%;
  margin-top: 4px;
}

.enquiry-form .form-status {
  color: var(--red);
}

/* Refined typography, hero and reusable section actions */

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.header-shell {
  grid-template-columns: 1fr auto 1fr;
}

.site-logo {
  justify-self: start;
}

.desktop-nav {
  justify-self: center;
}

.header-actions {
  justify-self: end;
}

.section-header {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: start;
  margin-bottom: clamp(38px, 5vw, 66px);
}

.section-title,
.mega-heading h2,
.mega-card strong,
.mobile-menu > a,
.mobile-menu summary,
.hero h1,
.destination-card__copy strong,
.package-card h3,
.activity-card h3,
.about-intro,
.trust-card h3,
.review-card > p,
.blog-card h3,
.footer-cta h2,
.dialog-intro h2,
.form-heading span {
  font-weight: 400;
  letter-spacing: 0;
}

.section-title {
  font-size: clamp(3rem, 5vw, 5.45rem);
  line-height: 0.95;
}

.hero {
  align-items: center;
  justify-items: center;
}

.hero-video {
  transition: filter 320ms ease, transform 600ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.hero-scrim {
  background:
    radial-gradient(circle at 50% 44%, rgba(7, 7, 6, 0.14) 0%, rgba(7, 7, 6, 0.42) 56%, rgba(7, 7, 6, 0.63) 100%),
    linear-gradient(0deg, rgba(7, 7, 6, 0.74) 0%, rgba(7, 7, 6, 0.08) 58%, rgba(7, 7, 6, 0.25) 100%);
}

.hero-content {
  display: grid;
  width: min(920px, calc(100% - 300px));
  margin: 0;
  padding: clamp(82px, 10vh, 120px) 0 clamp(180px, 21vh, 220px);
  z-index: 2;
  justify-items: center;
  text-align: center;
}

.hero-eyebrow {
  display: block;
  margin-bottom: 20px;
  padding: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.72rem;
  letter-spacing: 0.17em;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.48);
}

.hero h1 {
  max-width: 920px;
  margin-bottom: 22px;
  font-size: clamp(5.1rem, 7.8vw, 8.7rem);
  line-height: 0.78;
  text-wrap: balance;
}

.hero-lead {
  max-width: 690px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.hero-plan {
  min-width: 238px;
}

.hero-media-trigger {
  display: grid;
  width: 64px;
  height: 64px;
  padding: 5px;
  position: absolute;
  bottom: 30px;
  left: max(var(--gutter), calc((100vw - var(--shell)) / 2));
  z-index: 5;
  overflow: visible;
  border-radius: 50%;
  background: var(--shuka);
  color: var(--white);
  place-items: center;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
}

.hero-media-trigger::before {
  position: absolute;
  inset: 6px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: inherit;
  background: rgba(10, 10, 11, 0.88);
  content: "";
}

.hero-media-trigger::after {
  position: absolute;
  inset: -7px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: inherit;
  animation: mediaPulse 2.4s ease-out infinite;
  content: "";
}

.hero-media-trigger svg {
  width: 23px;
  height: 23px;
  z-index: 1;
  margin-left: 3px;
}

@keyframes mediaPulse {
  0% { opacity: 0.7; transform: scale(0.82); }
  78%, 100% { opacity: 0; transform: scale(1.2); }
}

.hero-ratings {
  display: grid;
  position: absolute;
  right: 102px;
  bottom: 28px;
  z-index: 5;
  grid-template-columns: repeat(2, minmax(205px, 226px));
  gap: 10px;
}

.rating-card {
  display: grid;
  min-width: 0;
  min-height: 86px;
  padding: 15px 16px;
  position: relative;
  right: auto;
  bottom: auto;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  gap: 11px;
  align-items: center;
  border-top: 3px solid var(--red);
  background: rgba(247, 241, 232, 0.94);
}

.rating-card--google {
  border-top-color: var(--blue);
}

.google-mark,
.rating-platform-icon,
.review-platform-icon {
  display: grid;
  width: 36px;
  height: 36px;
  flex: none;
  border-radius: 50%;
  background: var(--white);
  place-items: center;
}

.google-mark {
  background: conic-gradient(from -45deg, #4285f4 0 25%, #34a853 0 42%, #fbbc05 0 66%, #ea4335 0 84%, #4285f4 0);
  color: transparent;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
  -webkit-background-clip: text;
  background-clip: text;
}

.rating-platform-icon svg,
.review-platform-icon svg {
  width: 23px;
  height: 23px;
  color: #00a680;
}

.rating-card__copy {
  min-width: 0;
}

.rating-card__copy strong,
.rating-card__copy small {
  display: block;
}

.rating-card__copy strong {
  font-size: 0.77rem;
}

.rating-card__copy small {
  overflow: hidden;
  color: var(--muted);
  font-size: 0.62rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rating-card__value {
  font-family: var(--sans);
  font-size: 0.85rem;
  font-weight: 700;
}

.rating-card > svg {
  width: 16px;
  height: 16px;
  position: static;
}

.hero-scroll-cue {
  display: flex;
  bottom: auto;
  left: clamp(16px, 2vw, 34px);
  top: 50%;
  align-items: center;
  flex-direction: column;
  gap: 14px;
  transform: translateY(-50%);
}

.hero-scroll-cue span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.hero-scroll-cue i {
  display: grid;
  width: 48px;
  height: 48px;
  overflow: visible;
  border: 5px solid transparent;
  border-radius: 50%;
  background: linear-gradient(rgba(10, 10, 11, 0.8), rgba(10, 10, 11, 0.8)) padding-box, var(--beads) border-box;
  place-items: center;
}

.hero-scroll-cue i::after {
  display: none;
}

.hero-scroll-cue i svg {
  width: 18px;
  height: 18px;
  animation: scrollBounce 1.8s ease-in-out infinite;
}

@keyframes scrollBounce {
  0%, 100% { transform: translateY(-2px); }
  50% { transform: translateY(4px); }
}

.destination-card__top {
  justify-content: flex-end;
}

.section-more-link {
  display: inline-grid;
  min-height: 54px;
  margin-top: clamp(30px, 4vw, 48px);
  grid-template-columns: 28px auto 18px;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid currentColor;
  font-size: 0.8rem;
  font-weight: 700;
  transition: color 180ms ease;
}

.section-more-link > svg:first-child {
  width: 24px;
  height: 24px;
  color: var(--red);
}

.section-more-link > svg:last-child {
  width: 17px;
  height: 17px;
  transition: transform 180ms ease;
}

.section-more-link:hover {
  color: var(--red);
}

.section-more-link:hover > svg:last-child {
  transform: translate(3px, -3px);
}

.section-more-link--light {
  color: var(--white);
}

.review-platform-strip {
  display: grid;
  margin: calc(clamp(38px, 5vw, 66px) * -0.5) 0 clamp(30px, 4vw, 48px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.36);
}

.review-platform-strip a {
  display: grid;
  min-height: 98px;
  padding: 18px clamp(18px, 3vw, 34px);
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background 180ms ease;
}

.review-platform-strip a:hover {
  background: var(--paper);
}

.review-platform-strip a > span:nth-child(2) strong,
.review-platform-strip a > span:nth-child(2) small {
  display: block;
}

.review-platform-strip strong {
  font-size: 0.82rem;
}

.review-platform-strip small {
  color: var(--muted);
  font-size: 0.7rem;
}

.review-platform-strip a:nth-child(2) small span {
  margin-right: 5px;
  color: var(--red);
  letter-spacing: 0.05em;
}

.review-platform-strip a > svg {
  width: 18px;
  height: 18px;
}

.partner-mark {
  min-height: 145px;
  padding: 10px;
  background: rgba(255, 253, 248, 0.34);
}

.partner-mark img {
  width: min(100%, 200px);
  height: 118px;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 220ms ease;
}

.partner-mark:hover img {
  transform: scale(1.05);
}

.footer-cta {
  justify-content: flex-start;
}

.footer-gallery__heading button {
  display: inline-flex;
  padding: 0;
  align-items: center;
  gap: 8px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.72rem;
  font-weight: 700;
}

.footer-gallery__heading button svg {
  width: 16px;
  height: 16px;
}

.footer-gallery__viewport {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, black 3%, black 97%, transparent);
}

.footer-gallery__track {
  display: flex;
  width: max-content;
  gap: 8px;
  animation: galleryMarquee 34s linear infinite;
  will-change: transform;
}

.footer-gallery__track button {
  display: block;
  width: clamp(190px, 16vw, 280px);
  height: clamp(126px, 10vw, 172px);
  padding: 0;
  overflow: hidden;
  position: relative;
  flex: none;
  border: 0;
  background: #222;
}

.footer-gallery__track button::after {
  display: grid;
  position: absolute;
  inset: 0;
  opacity: 0;
  background: rgba(165, 22, 28, 0.58);
  color: var(--white);
  content: "↗";
  font-size: 1.35rem;
  place-items: center;
  transition: opacity 180ms ease;
}

.footer-gallery__track img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}

.footer-gallery__track button:hover::after,
.footer-gallery__track button:focus-visible::after {
  opacity: 1;
}

.footer-gallery__track button:hover img {
  transform: scale(1.08);
}

.footer-gallery__viewport:hover .footer-gallery__track,
.footer-gallery__viewport:focus-within .footer-gallery__track {
  animation-play-state: paused;
}

@keyframes galleryMarquee {
  to { transform: translateX(calc(-50% - 4px)); }
}

/* Full-screen media viewer */

.media-viewer {
  width: 100vw;
  height: 100dvh;
  max-width: none;
  max-height: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #09090a;
  color: var(--white);
}

.media-viewer[open] {
  animation: viewerIn 300ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.media-viewer.is-closing {
  animation: viewerOut 260ms ease both;
}

.media-viewer::backdrop {
  background: rgba(0, 0, 0, 0.92);
}

.media-viewer__shell {
  display: grid;
  width: 100%;
  height: 100%;
  position: relative;
  place-items: center;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.04), transparent 55%),
    #09090a;
}

.media-viewer__stage {
  display: grid;
  width: min(84vw, 1480px);
  height: min(80dvh, 860px);
  margin: 0;
  position: relative;
  place-items: center;
}

.media-viewer__stage video,
.media-viewer__stage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.media-viewer__stage figcaption {
  position: absolute;
  right: 0;
  bottom: -42px;
  left: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  text-align: center;
}

.media-viewer__close,
.media-viewer__nav {
  display: grid;
  width: 54px;
  height: 54px;
  position: absolute;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  background: rgba(12, 12, 13, 0.76);
  color: var(--white);
  place-items: center;
  backdrop-filter: blur(12px);
}

.media-viewer__close {
  top: 24px;
  right: 24px;
}

.media-viewer__nav {
  top: 50%;
  transform: translateY(-50%);
}

.media-viewer__nav--prev {
  left: 24px;
}

.media-viewer__nav--next {
  right: 24px;
}

.media-viewer__close svg,
.media-viewer__nav svg {
  width: 21px;
  height: 21px;
}

.media-viewer__count {
  margin: 0;
  position: absolute;
  right: 30px;
  bottom: 22px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}

.media-open .hero-video {
  filter: blur(2px);
  transform: scale(1.025);
}

@keyframes viewerIn {
  from { opacity: 0; transform: scale(0.975); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes viewerOut {
  from { opacity: 1; transform: scale(1); }
  to { opacity: 0; transform: scale(0.985); }
}

/* Compact enquiry */

.dialog-shell {
  min-height: 640px;
}

.dialog-intro {
  padding-top: clamp(66px, 6vw, 88px);
}

.dialog-intro h2 {
  margin-bottom: 24px;
  font-size: clamp(3rem, 5vw, 5rem);
}

.contact-grid {
  margin-top: 24px;
}

.contact-grid a {
  min-height: 72px;
  padding: 13px 15px;
}

.enquiry-form {
  padding-top: clamp(46px, 4vw, 62px);
  padding-bottom: clamp(40px, 4vw, 58px);
}

.form-heading {
  margin-bottom: 24px;
}

.enquiry-form label,
.enquiry-form fieldset {
  margin-bottom: 15px;
}

.enquiry-form textarea {
  min-height: 92px;
}

/* Reveals are safe if JavaScript fails */

.js .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 650ms ease, transform 650ms ease;
}

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

/* Large tablet */

@media (max-width: 1180px) {
  :root {
    --gutter: clamp(22px, 3.5vw, 48px);
  }

  .header-shell {
    gap: 30px;
  }

  .desktop-nav {
    gap: 15px;
  }

  .footer-main {
    grid-template-columns: 1.2fr repeat(3, 0.8fr);
  }

  .newsletter-form {
    grid-column: 2 / -1;
    max-width: 520px;
  }

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

/* Navigation breakpoint */

@media (max-width: 980px) {
  :root {
    --header-height: 78px;
  }

  .site-logo {
    width: 112px;
    height: 68px;
  }

  .site-logo img {
    width: 106px;
    height: 66px;
  }

  .desktop-nav,
  .language-link {
    display: none;
  }

  .header-shell {
    grid-template-columns: auto 1fr auto;
  }

  .header-actions {
    grid-column: 3;
  }

  .menu-toggle {
    display: block;
  }

  .hero-content {
    width: min(700px, calc(100% - (var(--gutter) * 2) - 90px));
  }

  .hero-scroll-cue {
    display: none;
  }

  .rating-card {
    right: 94px;
  }

  .section-header {
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: start;
  }

  .section-header > p {
    max-width: 620px;
  }

  .destination-card {
    min-height: 420px;
  }

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

  .about-layout {
    grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
    gap: 44px;
  }

  .trust-grid,
  .review-grid,
  .blog-grid {
    grid-template-columns: 1fr 1fr;
  }

  .review-card:last-child,
  .blog-card:last-child {
    grid-column: 1 / -1;
    max-width: calc(50% - 9px);
  }

  .footer-cta {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .newsletter-form {
    grid-column: auto;
  }

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

  .dialog-shell {
    grid-template-columns: 0.85fr 1.15fr;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

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

/* Mobile */

@media (max-width: 760px) {
  :root {
    --gutter: 20px;
    --section-space: 78px;
  }

  html {
    scroll-padding-top: calc(var(--header-height) + 8px);
  }

  .pattern-button--compact {
    display: none;
  }

  .header-shell {
    gap: 16px;
  }

  .hero {
    min-height: 750px;
  }

  .hero-video {
    object-position: 57% center;
  }

  .hero-scrim {
    background:
      linear-gradient(90deg, rgba(7, 7, 6, 0.45), rgba(7, 7, 6, 0.15)),
      linear-gradient(0deg, rgba(7, 7, 6, 0.88) 5%, rgba(7, 7, 6, 0.24) 75%);
  }

  .hero-content {
    width: auto;
    margin: 0 20px 202px;
  }

  .hero h1 {
    margin-bottom: 18px;
    font-size: clamp(3rem, 13.2vw, 4.7rem);
  }

  .hero-lead {
    margin-bottom: 25px;
    font-size: 0.98rem;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .pattern-button,
  .hero-actions .ghost-button {
    width: 100%;
  }

  .hero-video-controls {
    top: 18px;
    bottom: auto;
    left: 20px;
  }

  .hero-video-controls button {
    width: 46px;
    padding: 0;
    justify-content: center;
  }

  .hero-video-controls button span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  .rating-card {
    min-width: 0;
    min-height: 96px;
    right: 20px;
    bottom: 72px;
    left: 20px;
    padding-top: 15px;
    padding-bottom: 14px;
  }

  .hero-social-rail {
    width: auto;
    height: 56px;
    padding: 0 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
  }

  .hero-social-label {
    writing-mode: horizontal-tb;
    transform: none;
    font-size: 0.58rem;
  }

  .hero-social-links {
    display: flex;
    gap: 7px;
  }

  .hero-social-links a {
    width: 38px;
    height: 38px;
  }

  .section-header {
    margin-bottom: 42px;
    padding-bottom: 24px;
  }

  .section-header::after {
    margin-top: 25px;
  }

  .section-title {
    font-size: clamp(2.35rem, 10.8vw, 3.45rem);
  }

  .destination-grid {
    grid-template-columns: 1fr;
  }

  .destination-card,
  .destination-card--safari,
  .destination-card--hiking,
  .destination-card--zanzibar,
  .destination-card--day-trips {
    min-height: 390px;
    grid-column: auto;
  }

  .destination-card__copy strong {
    font-size: 2.55rem;
  }

  .package-grid,
  .blog-grid {
    width: calc(100% + var(--gutter));
    padding-right: var(--gutter);
    grid-template-columns: none;
    grid-auto-columns: min(84vw, 420px);
    grid-auto-flow: column;
    gap: 16px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: thin;
  }

  .package-card,
  .blog-card {
    scroll-snap-align: start;
  }

  .package-card__body h3 + p {
    min-height: 0;
  }

  .section-cta {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .activity-grid,
  .trust-grid,
  .review-grid,
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .activity-card {
    min-height: 268px;
  }

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

  .about-portrait {
    max-width: 520px;
  }

  .about-portrait figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .about-signature {
    grid-template-columns: 1fr;
  }

  .about-signature span {
    min-height: 58px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  }

  .about-signature span:last-child {
    border-bottom: 0;
  }

  .trust-grid {
    margin-top: 64px;
  }

  .trust-card {
    min-height: 190px;
  }

  .review-card {
    min-height: 320px;
  }

  .review-card:last-child,
  .blog-card:last-child {
    max-width: none;
    grid-column: auto;
  }

  .reviews-summary {
    margin-top: 8px;
  }

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

  .partner-mark {
    min-height: 125px;
  }

  .footer-cta h2 {
    font-size: clamp(2.4rem, 11.5vw, 3.7rem);
  }

  .footer-main {
    padding-top: 58px;
    padding-bottom: 58px;
    grid-template-columns: 1fr 1fr;
    gap: 46px 28px;
  }

  .footer-brand,
  .newsletter-form {
    grid-column: 1 / -1;
  }

  .footer-contact {
    grid-column: 1 / -1;
  }

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

  .footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
    align-items: flex-start;
    flex-direction: column;
  }

  .enquire-dialog {
    width: calc(100vw - 20px);
    max-height: calc(100svh - 20px);
  }

  .dialog-shell {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .dialog-close {
    top: 20px;
    right: 20px;
  }

  .dialog-intro {
    padding-top: 68px;
  }

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

  .enquiry-form {
    padding-top: 46px;
  }
}

@media (max-width: 480px) {
  .site-logo,
  .site-logo img {
    width: 98px;
  }

  .hero-social-label {
    display: none;
  }

  .hero-social-rail {
    justify-content: center;
  }

  .section-title {
    font-size: clamp(2.18rem, 10.5vw, 3rem);
  }

  .destination-card {
    min-height: 365px;
  }

  .destination-icon,
  .destination-arrow {
    width: 48px;
    height: 48px;
  }

  .activity-grid {
    display: block;
    border-top: 1px solid var(--line);
  }

  .activity-card {
    border-left: 1px solid var(--line);
  }

  .partner-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-brand,
  .newsletter-form,
  .footer-contact {
    grid-column: auto;
  }

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

  .footer-gallery__heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

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

  .contact-grid a {
    min-height: 82px;
    padding: 12px;
    grid-template-columns: auto 1fr;
    gap: 8px;
  }

  .contact-grid a > svg:last-child {
    display: none;
  }

  .contact-grid strong {
    font-size: 0.7rem;
  }

  .contact-grid small {
    font-size: 0.6rem;
  }

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

  .form-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
}

/* Refinement responsive adjustments */

@media (max-width: 1180px) {
  .hero-ratings {
    right: 92px;
    grid-template-columns: repeat(2, minmax(185px, 205px));
  }

  .rating-card {
    right: auto;
  }
}

@media (max-width: 980px) {
  .hero-content {
    width: min(720px, calc(100% - 210px));
  }

  .hero h1 {
    font-size: clamp(4.8rem, 10vw, 7.2rem);
  }

  .rating-card {
    right: auto;
  }
}

@media (max-width: 760px) {
  .hero {
    min-height: 790px;
  }

  .hero-content {
    width: auto;
    margin: 0 20px;
    padding: 72px 0 245px;
  }

  .hero h1 {
    margin-bottom: 17px;
    font-size: clamp(4rem, 18vw, 6.1rem);
    line-height: 0.78;
  }

  .hero-eyebrow {
    max-width: 300px;
    margin-bottom: 15px;
    font-size: 0.64rem;
  }

  .hero-lead {
    max-width: 520px;
    margin-bottom: 24px;
    font-size: 0.93rem;
  }

  .hero-plan {
    width: min(100%, 330px);
  }

  .hero-media-trigger {
    width: 54px;
    height: 54px;
    bottom: 166px;
    left: 20px;
  }

  .hero-ratings {
    right: 16px;
    bottom: 66px;
    left: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .rating-card {
    min-height: 84px;
    padding: 12px 11px;
    right: auto;
    bottom: auto;
    left: auto;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 8px;
  }

  .rating-card > svg {
    display: none;
  }

  .google-mark,
  .rating-platform-icon {
    width: 31px;
    height: 31px;
  }

  .rating-platform-icon svg {
    width: 20px;
    height: 20px;
  }

  .rating-card__copy small {
    font-size: 0.55rem;
  }

  .rating-card__value {
    font-size: 0.72rem;
  }

  .hero-social-rail {
    justify-content: space-between;
  }

  .hero-social-label {
    display: block;
    font-size: 0.55rem;
  }

  .section-title {
    font-size: clamp(3.15rem, 14vw, 4.8rem);
    line-height: 0.9;
  }

  .destination-arrow {
    width: 48px;
    height: 48px;
  }

  .section-more-link {
    width: 100%;
    grid-template-columns: 26px 1fr 17px;
  }

  .review-platform-strip {
    margin-top: -18px;
    grid-template-columns: 1fr;
  }

  .review-platform-strip a {
    min-height: 82px;
    padding: 14px 16px;
  }

  .partner-mark {
    min-height: 118px;
  }

  .partner-mark img {
    height: 94px;
  }

  .footer-cta {
    align-items: flex-start;
  }

  .footer-gallery__heading {
    align-items: center;
    flex-direction: row;
  }

  .media-viewer__stage {
    width: calc(100vw - 24px);
    height: 72dvh;
  }

  .media-viewer__close,
  .media-viewer__nav {
    width: 48px;
    height: 48px;
  }

  .media-viewer__close {
    top: 14px;
    right: 14px;
  }

  .media-viewer__nav--prev {
    left: 8px;
  }

  .media-viewer__nav--next {
    right: 8px;
  }

  .media-viewer__stage figcaption {
    right: 18px;
    bottom: -36px;
    left: 18px;
  }

  .media-viewer__count {
    right: 18px;
    bottom: 14px;
  }

  .dialog-shell {
    min-height: 0;
  }

  .dialog-intro h2 {
    margin-bottom: 18px;
    font-size: clamp(3.3rem, 16vw, 5rem);
  }

  .contact-grid a {
    min-height: 70px;
  }
}

@media (max-width: 480px) {
  .hero h1 {
    font-size: clamp(3.65rem, 17.4vw, 5.25rem);
  }

  .hero-social-label {
    display: block;
  }

  .hero-social-links a {
    width: 36px;
    height: 36px;
  }

  .rating-card__value {
    display: none;
  }

  .rating-card {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .section-title {
    font-size: clamp(3rem, 14.5vw, 4.1rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
  }

  .footer-gallery__track {
    animation: none;
  }
}

/* Restrained interface pass: utility bar, plain controls and readable body type */

:root {
  --utility-height: 32px;
  --nav-height: 82px;
  --header-height: calc(var(--utility-height) + var(--nav-height));
}

.site-header {
  display: grid;
  grid-template-rows: var(--utility-height) var(--nav-height);
}

.utility-bar {
  min-width: 0;
  background: #171719;
  color: rgba(255, 255, 255, 0.86);
}

.utility-bar__inner {
  display: flex;
  width: min(100%, calc(var(--shell) + (var(--gutter) * 2)));
  height: 100%;
  margin-inline: auto;
  padding-inline: var(--gutter);
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.utility-contact,
.utility-social {
  display: flex;
  min-width: 0;
  align-items: center;
}

.utility-contact {
  gap: clamp(14px, 2.2vw, 30px);
}

.utility-social {
  gap: 8px;
}

.utility-contact a,
.utility-social a {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: inherit;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  transition: color 180ms ease, opacity 180ms ease;
}

.utility-social > span {
  margin-right: 7px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.59rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.utility-contact svg,
.utility-social svg {
  width: 15px;
  height: 15px;
}

.utility-social a {
  width: 28px;
}

.utility-contact a:hover,
.utility-social a:hover {
  color: var(--red-bright);
}

.header-shell {
  height: var(--nav-height);
}

.pattern-button {
  min-height: 50px;
  padding: 0 22px;
  gap: 11px;
  border: 1px solid var(--red);
  background: var(--red);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(114, 16, 20, 0.22);
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.pattern-button::before {
  display: none;
}

.pattern-button span {
  padding: 0;
}

.pattern-button svg {
  margin: 0;
}

.pattern-button:hover {
  transform: translateY(-2px);
  border-color: var(--red-deep);
  background: var(--red-deep);
  box-shadow: 0 13px 28px rgba(70, 9, 12, 0.3);
}

.pattern-button--compact {
  min-height: 44px;
  padding-inline: 18px;
}

.pattern-button--light {
  border-color: var(--paper);
  background: var(--paper);
  color: var(--ink);
  box-shadow: none;
}

.pattern-button--light:hover {
  border-color: var(--white);
  background: var(--white);
  color: var(--ink);
}

.hero {
  min-height: max(700px, calc(100svh - var(--header-height)));
}

.hero-content {
  width: min(880px, calc(100% - (var(--gutter) * 2)));
  margin: 0;
  padding: clamp(48px, 7vh, 74px) 0 clamp(84px, 12vh, 118px);
}

.hero h1 {
  margin-bottom: 18px;
  font-size: clamp(4.75rem, 7vw, 7.7rem);
  line-height: 0.8;
}

.hero-lead {
  margin-bottom: 24px;
}

.hero-plan {
  min-width: 228px;
}

.hero-ratings {
  display: flex;
  width: auto;
  margin-top: 22px;
  position: static;
  justify-content: center;
  align-items: center;
  gap: 0;
}

.rating-card {
  display: flex;
  min-width: 0;
  min-height: 48px;
  padding: 0 22px;
  position: static;
  align-items: center;
  gap: 10px;
  border: 0;
  background: transparent;
  color: var(--white);
  box-shadow: none;
  backdrop-filter: none;
}

.rating-card + .rating-card {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.rating-card:hover {
  background: transparent;
  color: var(--white);
  opacity: 0.78;
}

.google-mark,
.rating-platform-icon {
  width: 29px;
  height: 29px;
  background: transparent;
}

.google-mark {
  color: #4285f4;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1;
  -webkit-background-clip: border-box;
  background-clip: border-box;
}

.rating-platform-icon svg {
  width: 24px;
  height: 24px;
}

.rating-card__copy {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  column-gap: 8px;
  text-align: left;
}

.rating-card__copy strong {
  grid-column: 1 / -1;
  color: var(--white);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rating-card__copy small {
  overflow: visible;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.58rem;
  white-space: nowrap;
}

.rating-stars {
  display: block;
  color: #f2c24f;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  line-height: 1;
  white-space: nowrap;
}

.rating-card > svg,
.rating-card__value {
  display: none;
}

.hero-social-rail {
  display: none;
}

.hero-media-trigger {
  width: 56px;
  height: 56px;
  padding: 0;
  bottom: 24px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  background: rgba(10, 10, 11, 0.54);
  box-shadow: none;
  backdrop-filter: blur(8px);
}

.hero-media-trigger::before,
.hero-media-trigger::after {
  display: none;
}

.hero-media-trigger:hover {
  background: rgba(255, 255, 255, 0.14);
}

.hero-scroll-cue {
  display: grid;
  width: 40px;
  height: 40px;
  top: auto;
  right: auto;
  bottom: 23px;
  left: 50%;
  place-items: center;
  transform: translateX(-50%);
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.86);
}

.hero-scroll-cue svg {
  width: 25px;
  height: 25px;
  animation: scrollBounce 1.8s ease-in-out infinite;
}

.section-header {
  position: relative;
  padding-bottom: 31px;
}

.section-header::after {
  bottom: -2px;
  left: 0;
  margin: 0;
}

.section-header .eyebrow {
  margin-bottom: 13px;
}

.section-title {
  line-height: 1;
}

.activity-card h3,
.trust-card h3,
.about-copy .about-intro,
.review-card > p {
  font-family: var(--sans);
  letter-spacing: 0;
}

.activity-card h3,
.trust-card h3 {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.35;
}

.about-copy .about-intro {
  font-size: clamp(1.08rem, 1.5vw, 1.28rem);
  font-weight: 400;
  line-height: 1.72;
}

.review-card > p {
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  font-weight: 400;
  line-height: 1.68;
}

.about-copy .pattern-button {
  display: flex;
  width: max-content;
  margin-inline: auto;
}

@media (max-width: 980px) {
  :root {
    --utility-height: 32px;
    --nav-height: 74px;
  }

  .hero-content {
    width: min(760px, calc(100% - (var(--gutter) * 2)));
  }

  .hero h1 {
    font-size: clamp(4.3rem, 10vw, 6.9rem);
  }
}

@media (max-width: 760px) {
  .utility-bar__inner {
    gap: 10px;
  }

  .utility-contact,
  .utility-social {
    gap: 3px;
  }

  .utility-contact span,
  .utility-social > span {
    display: none;
  }

  .utility-contact a,
  .utility-social a {
    width: 28px;
    min-height: 28px;
  }

  .hero {
    min-height: max(710px, calc(100svh - var(--header-height)));
  }

  .hero-content {
    width: auto;
    margin: 0 20px;
    padding: 44px 0 94px;
  }

  .hero h1 {
    margin-bottom: 16px;
    font-size: clamp(3.75rem, 17vw, 5.75rem);
    line-height: 0.8;
  }

  .hero-eyebrow {
    margin-bottom: 12px;
  }

  .hero-lead {
    margin-bottom: 20px;
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .hero-plan {
    width: min(100%, 300px);
  }

  .hero-ratings {
    right: auto;
    bottom: auto;
    left: auto;
    margin-top: 18px;
    grid-template-columns: none;
  }

  .rating-card {
    min-height: 42px;
    padding: 0 12px;
    grid-template-columns: none;
    gap: 7px;
  }

  .google-mark,
  .rating-platform-icon {
    width: 24px;
    height: 24px;
  }

  .rating-platform-icon svg {
    width: 20px;
    height: 20px;
  }

  .rating-card__copy {
    display: block;
  }

  .rating-card__copy strong {
    font-size: 0.58rem;
  }

  .rating-card__copy small {
    font-size: 0.52rem;
  }

  .rating-stars {
    margin-top: 3px;
    font-size: 0.58rem;
  }

  .hero-media-trigger {
    width: 50px;
    height: 50px;
    bottom: 19px;
    left: 20px;
  }

  .hero-scroll-cue {
    bottom: 23px;
  }

  .section-header::after {
    margin: 0;
  }
}

@media (max-width: 420px) {
  .rating-card {
    padding-inline: 8px;
  }

  .rating-card + .rating-card {
    margin-left: 2px;
  }

  .rating-card__copy small {
    display: none;
  }
}

@media (max-height: 700px) and (min-width: 761px) {
  .hero-content {
    padding-top: 34px;
    padding-bottom: 82px;
  }

  .hero h1 {
    font-size: clamp(4.35rem, 6vw, 6.6rem);
  }

  .hero-eyebrow {
    margin-bottom: 12px;
  }

  .hero-lead {
    margin-bottom: 19px;
    font-size: 1rem;
  }

  .hero-ratings {
    margin-top: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-scroll-cue svg {
    animation: none;
  }
}

/* Compact hero, branded utility strip and collection-style media viewer */

.utility-bar {
  position: relative;
  background: var(--shuka);
  background-size: 96px 66px;
  isolation: isolate;
}

.utility-bar::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(8, 8, 10, 0.66);
  content: "";
}

.utility-bar__inner {
  position: relative;
  z-index: 1;
}

.pattern-button,
.pattern-button:hover,
.ghost-button,
.hero-media-trigger,
.menu-toggle,
.dialog-close,
.media-viewer button {
  box-shadow: none !important;
}

.pattern-button:hover {
  transform: none;
}

.platform-brand-logo {
  display: inline-grid;
  width: 29px;
  height: 29px;
  flex: 0 0 auto;
  place-items: center;
}

.brand-icon {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.brand-icon--google {
  width: 21px;
  height: 21px;
}

.online-icon,
.online-tripadvisor-icon {
  display: inline-block;
  flex: 0 0 auto;
  background: currentColor;
}

.online-tripadvisor-icon {
  -webkit-mask: url("https://api.iconify.design/simple-icons/tripadvisor.svg") center / contain no-repeat;
  mask: url("https://api.iconify.design/simple-icons/tripadvisor.svg") center / contain no-repeat;
}

.rating-stars {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

.rating-stars svg {
  width: 9px;
  height: 9px;
  fill: currentColor;
}

.review-platform-strip .rating-stars {
  margin-right: 4px;
  color: #d79e1e;
  vertical-align: -1px;
}

.review-platform-strip .rating-stars svg {
  width: 8px;
  height: 8px;
}

.hero {
  width: 100%;
  height: clamp(460px, calc(100svh - var(--header-height) - 26px), 650px);
  min-height: 0;
}

.hero-content {
  width: min(790px, calc(100% - (var(--gutter) * 2)));
  padding: clamp(25px, 4vh, 42px) 0 61px;
}

.hero-eyebrow {
  margin-bottom: 10px;
  font-size: 0.64rem;
}

.hero h1 {
  max-width: 800px;
  margin-bottom: 13px;
  font-size: clamp(3.65rem, 5.75vw, 6.35rem);
  line-height: 0.79;
}

.hero-lead {
  max-width: 600px;
  margin-bottom: 16px;
  font-size: clamp(0.84rem, 1.1vw, 1rem);
  line-height: 1.45;
}

.hero-plan {
  min-width: 215px;
  min-height: 46px;
}

.hero-ratings {
  min-height: 38px;
  margin-top: 10px;
}

.rating-card {
  min-height: 38px;
  padding: 0 17px;
}

.rating-card__copy strong {
  font-size: 0.61rem;
}

.rating-card__copy small {
  font-size: 0.52rem;
}

.hero-media-trigger {
  width: 54px;
  height: 54px;
  bottom: 18px;
}

.hero-media-trigger svg {
  width: 29px;
  height: 29px;
  margin-left: 4px;
}

.hero-scroll-cue {
  bottom: 17px;
}

.media-viewer__shell {
  display: grid;
  height: 100%;
  padding: 14px clamp(14px, 2vw, 30px) 18px;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 13px;
  place-items: stretch;
  background:
    radial-gradient(circle at 36% 36%, rgba(165, 22, 28, 0.1), transparent 34%),
    #09090a;
}

.media-viewer__bar {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.media-viewer__eyebrow,
.media-viewer__bar h2,
.media-viewer__bar p,
.media-viewer__details p,
.media-viewer__details h3,
.media-viewer__queue-head p,
.media-viewer__queue-head h3 {
  margin: 0;
}

.media-viewer__eyebrow {
  color: var(--red-bright);
  font-size: 0.57rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.media-viewer__bar h2 {
  margin-top: 2px;
  font-family: var(--sans);
  font-size: clamp(1.05rem, 1.6vw, 1.4rem);
  font-weight: 600;
  letter-spacing: -0.02em;
}

.media-viewer__bar-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.media-viewer__count {
  position: static;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.68rem;
  letter-spacing: 0.13em;
}

.media-viewer__close,
.media-viewer__nav,
.media-viewer__fullscreen {
  display: grid;
  position: static;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.27);
  border-radius: 50%;
  background: rgba(9, 9, 10, 0.68);
  color: var(--white);
  backdrop-filter: blur(10px);
}

.media-viewer__close {
  width: 38px;
  height: 38px;
}

.media-viewer__close svg {
  width: 15px;
  height: 15px;
}

.media-viewer__workspace {
  display: grid;
  min-height: 0;
  grid-template-columns: minmax(0, 1fr) clamp(276px, 24vw, 360px);
  gap: clamp(14px, 2vw, 28px);
}

.media-viewer__primary {
  display: grid;
  min-width: 0;
  min-height: 0;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 12px;
}

.media-viewer__stage {
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #000;
}

.media-viewer__stage video,
.media-viewer__stage img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
}

.media-viewer__nav {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
}

.media-viewer__nav--prev {
  left: 13px;
}

.media-viewer__nav--next {
  right: 13px;
}

.media-viewer__nav svg,
.media-viewer__fullscreen svg {
  width: 17px;
  height: 17px;
}

.media-viewer__fullscreen {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 4;
}

.media-viewer__compress-icon {
  display: none;
}

.media-viewer__stage:fullscreen {
  width: 100vw;
  height: 100vh;
  max-width: none;
  max-height: none;
  border: 0;
}

.media-viewer__stage:fullscreen .media-viewer__expand-icon {
  display: none;
}

.media-viewer__stage:fullscreen .media-viewer__compress-icon {
  display: block;
}

.media-viewer__details {
  display: grid;
  min-height: 68px;
  align-content: center;
  grid-template-columns: minmax(180px, 0.65fr) minmax(260px, 1fr);
  column-gap: 22px;
}

.media-viewer__details [data-viewer-kicker] {
  grid-column: 1;
  color: var(--red-bright);
  font-size: 0.57rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.media-viewer__details h3 {
  grid-column: 1;
  font-family: var(--sans);
  font-size: clamp(1.2rem, 2vw, 1.85rem);
  font-weight: 600;
  line-height: 1.1;
}

.media-viewer__details [data-viewer-caption] {
  grid-row: 1 / span 2;
  grid-column: 2;
  align-self: center;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.82rem;
  line-height: 1.55;
}

.media-viewer__queue {
  display: grid;
  min-height: 0;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  padding-left: clamp(14px, 1.5vw, 22px);
}

.media-viewer__queue-head p {
  color: var(--red-bright);
  font-size: 0.57rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.media-viewer__queue-head h3 {
  margin-top: 3px;
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 600;
}

.media-viewer__queue-list {
  display: grid;
  min-height: 0;
  overflow-y: auto;
  align-content: start;
  gap: 8px;
  scrollbar-color: var(--red) rgba(255, 255, 255, 0.08);
  scrollbar-width: thin;
}

.media-queue-card {
  display: grid;
  width: 100%;
  min-width: 0;
  padding: 5px;
  align-items: center;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 11px;
  border: 1px solid transparent;
  border-radius: 0;
  background: transparent;
  color: var(--white);
  text-align: left;
}

.media-queue-card:hover,
.media-queue-card.is-active {
  border-color: rgba(255, 255, 255, 0.21);
  background: rgba(255, 255, 255, 0.055);
}

.media-queue-card.is-active {
  border-left: 3px solid var(--red-bright);
}

.media-queue-card img {
  width: 112px;
  height: 68px;
  object-fit: cover;
  background: #121214;
}

.media-queue-card__copy {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.media-queue-card__copy small {
  color: rgba(255, 255, 255, 0.49);
  font-size: 0.53rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.media-queue-card__copy strong {
  overflow: hidden;
  font-size: 0.79rem;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .media-viewer__shell {
    padding-inline: 12px;
  }

  .media-viewer__workspace {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 1fr) 126px;
  }

  .media-viewer__details {
    min-height: 58px;
  }

  .media-viewer__queue {
    grid-template-columns: 126px minmax(0, 1fr);
    grid-template-rows: 1fr;
    gap: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 0;
    padding-top: 10px;
    padding-left: 0;
  }

  .media-viewer__queue-list {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .media-queue-card {
    width: 240px;
    flex: 0 0 240px;
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .media-queue-card img {
    width: 96px;
    height: 62px;
  }
}

@media (max-width: 760px) {
  .hero {
    height: clamp(465px, calc(100svh - var(--header-height) - 18px), 650px);
    min-height: 0;
  }

  .hero-content {
    width: auto;
    margin-inline: 18px;
    padding: 18px 0 57px;
  }

  .hero-eyebrow {
    margin-bottom: 8px;
    font-size: 0.56rem;
  }

  .hero h1 {
    margin-bottom: 10px;
    font-size: clamp(3.1rem, 14.6vw, 5.1rem);
  }

  .hero-lead {
    max-width: 520px;
    margin-bottom: 13px;
    font-size: 0.78rem;
    line-height: 1.4;
  }

  .hero-plan {
    width: min(100%, 245px);
    min-height: 43px;
  }

  .hero-ratings {
    margin-top: 8px;
  }

  .rating-card {
    min-height: 35px;
    padding-inline: 8px;
    gap: 6px;
  }

  .platform-brand-logo {
    width: 22px;
    height: 22px;
  }

  .brand-icon,
  .brand-icon--google {
    width: 19px;
    height: 19px;
  }

  .rating-stars svg {
    width: 7px;
    height: 7px;
  }

  .hero-media-trigger {
    width: 50px;
    height: 50px;
    bottom: 14px;
    left: 16px;
  }

  .hero-media-trigger svg {
    width: 27px;
    height: 27px;
  }

  .hero-scroll-cue {
    bottom: 12px;
  }

  .media-viewer__bar {
    min-height: 46px;
  }

  .media-viewer__bar h2 {
    font-size: 1rem;
  }

  .media-viewer__close {
    width: 34px;
    height: 34px;
  }

  .media-viewer__details {
    display: block;
    min-height: 66px;
  }

  .media-viewer__details h3 {
    margin: 2px 0 4px;
    font-size: 1.05rem;
  }

  .media-viewer__details [data-viewer-caption] {
    overflow: hidden;
    font-size: 0.72rem;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .media-viewer__workspace {
    grid-template-rows: auto minmax(0, 1fr);
    gap: 9px;
  }

  .media-viewer__primary {
    grid-template-rows: auto auto;
  }

  .media-viewer__stage {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .media-viewer__queue {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
    padding-top: 8px;
  }

  .media-viewer__queue-head h3 {
    font-size: 0.75rem;
  }

  .media-viewer__queue-list {
    display: grid;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .media-queue-card {
    width: 100%;
    padding: 3px;
    flex: none;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 10px;
  }

  .media-queue-card img {
    width: 112px;
    height: 66px;
  }

  .media-queue-card__copy strong {
    font-size: 0.65rem;
  }

  .media-viewer__nav {
    width: 39px;
    height: 39px;
  }

  .media-viewer__fullscreen {
    width: 38px;
    height: 38px;
    top: 8px;
    right: 8px;
  }
}

@media (max-height: 640px) and (min-width: 761px) {
  .hero-content {
    padding-top: 18px;
    padding-bottom: 56px;
  }

  .hero h1 {
    font-size: clamp(3.45rem, 5.45vw, 5.25rem);
  }

  .hero-lead {
    font-size: 0.82rem;
  }

  .rating-card {
    min-height: 34px;
  }

  .media-viewer__shell {
    padding-top: 8px;
    padding-bottom: 10px;
    gap: 8px;
  }

  .media-viewer__bar {
    min-height: 46px;
  }

  .media-viewer__details {
    min-height: 54px;
  }
}

/* Direct visibility and lighter hero controls */

html.js .reveal,
html.js .reveal.is-visible {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

.hero-media-trigger {
  width: 46px;
  height: 46px;
  border-width: 1px;
  background: transparent;
  backdrop-filter: none;
}

.hero-media-trigger:hover {
  background: rgba(255, 255, 255, 0.08);
}

.hero-media-trigger svg,
.hero-media-trigger .online-icon {
  width: 22px;
  height: 22px;
  margin-left: 2px;
}

.destination-card .destination-arrow__icon {
  width: 21px;
  height: 21px;
  position: static;
  inset: auto;
  z-index: auto;
  object-fit: contain;
  transform: none;
  transition: none;
}

.destination-card:hover .destination-arrow__icon {
  transform: none;
}

.destination-card:hover .destination-arrow {
  border-color: rgba(255, 255, 255, 0.86);
  background: var(--red);
  color: var(--white);
}

@media (max-width: 760px) {
  .hero-media-trigger {
    width: 44px;
    height: 44px;
  }

  .hero-media-trigger svg,
  .hero-media-trigger .online-icon {
    width: 20px;
    height: 20px;
  }
}

/* Chosen material system: Safari Ticket primary actions */

.pattern-button,
.pattern-button--light {
  min-height: 54px;
  padding: 8px 12px 8px 24px;
  justify-content: space-between;
  gap: 24px;
  overflow: visible;
  border: 1px solid var(--red-deep);
  background:
    radial-gradient(circle at 0 50%, var(--paper-deep) 0 7px, transparent 7.5px),
    radial-gradient(circle at 100% 50%, var(--paper-deep) 0 7px, transparent 7.5px),
    var(--white);
  color: var(--red-deep);
  box-shadow: none;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.pattern-button::before,
.pattern-button--light::before {
  display: block;
  width: 0;
  position: absolute;
  inset: 8px 58px 8px auto;
  z-index: 1;
  border: 0;
  border-left: 1px dashed rgba(23, 23, 25, 0.42);
  background: none;
  content: "";
}

.pattern-button > * {
  position: relative;
  z-index: 2;
}

.pattern-button > span:first-child {
  padding: 0;
  white-space: nowrap;
}

.pattern-button__stamp {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  padding: 0;
  border-radius: 50%;
  background: var(--shuka);
  background-size: 62px 48px;
  color: var(--white);
  place-items: center;
  transition: transform 180ms ease;
}

.pattern-button__stamp svg,
.pattern-button__stamp .online-icon {
  width: 15px !important;
  height: 15px !important;
  margin: 0;
  color: var(--white);
}

.pattern-button:hover,
.pattern-button:focus-visible,
.pattern-button--light:hover,
.pattern-button--light:focus-visible {
  transform: none;
  border-color: var(--red-deep);
  background-color: var(--red-deep);
  color: var(--white);
  box-shadow: none;
}

.pattern-button:hover .pattern-button__stamp,
.pattern-button:focus-visible .pattern-button__stamp {
  transform: rotate(12deg);
}

.pattern-button--compact {
  min-height: 48px;
  padding: 6px 10px 6px 18px;
  gap: 18px;
}

.pattern-button--compact::before {
  inset: 7px 49px 7px auto;
}

.pattern-button--compact .pattern-button__stamp {
  width: 31px;
  height: 31px;
  flex-basis: 31px;
}

/* Six-language control is intentionally presentation-only for now. */

.header-language {
  display: inline-flex;
  min-height: 42px;
  padding: 0 4px;
  align-items: center;
  gap: 7px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
}

.header-language svg,
.header-language .online-icon {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
}

.header-language select {
  width: 62px;
  max-width: 62px;
  min-height: 38px;
  padding: 0;
  border: 0;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  color: inherit;
  font: 700 0.7rem/1 var(--sans);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.header-language:focus-within {
  outline: 0;
}

.header-language select:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 4px;
}

.header-language option {
  background: var(--white);
  color: var(--ink);
  text-transform: none;
}

@media (max-width: 1180px) {
  .header-actions {
    gap: 12px;
  }

  .header-language {
    padding-inline: 4px;
  }

  .header-language select {
    width: 62px;
    max-width: 62px;
  }
}

@media (max-width: 480px) {
  .header-language {
    min-height: 38px;
    padding-inline: 2px;
    gap: 6px;
  }

  .header-language select {
    width: 62px;
    max-width: 62px;
    min-height: 34px;
    font-size: 0.62rem;
  }
}

@media (min-width: 361px) and (max-width: 480px) {
  .header-language select {
    width: 62px;
    max-width: 62px;
  }
}

@media (max-width: 360px) {
  .header-shell {
    padding-inline: 12px;
    gap: 8px;
  }

  .site-logo,
  .site-logo img {
    width: 90px;
  }

  .header-actions {
    gap: 8px;
  }

  .header-language {
    padding-inline: 0;
  }

  .menu-toggle {
    width: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pattern-button__stamp {
    transition: none;
  }
}
