:root {
  --ink: #07111a;
  --ink-soft: #11202f;
  --sand: #f4ebdc;
  --sand-deep: #ddc4a4;
  --gold: #d7ae68;
  --gold-strong: #f2ce8f;
  --sky: #9ac8df;
  --sky-deep: #2c5b75;
  --text: #f8f1e8;
  --muted: rgba(248, 241, 232, 0.74);
  --muted-strong: rgba(248, 241, 232, 0.92);
  --panel: rgba(8, 17, 26, 0.68);
  --panel-strong: rgba(7, 17, 26, 0.82);
  --panel-soft: rgba(248, 241, 232, 0.07);
  --border: rgba(255, 255, 255, 0.12);
  --border-strong: rgba(242, 206, 143, 0.28);
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
  --radius-xl: 2rem;
  --radius-lg: 1.5rem;
  --radius-md: 1.15rem;
  --container: min(1200px, calc(100% - 2rem));
  --header-height: 5rem;
  --hero-shift: 0px;
  scroll-behavior: smooth;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--text);
  line-height: 1.6;
  background:
    radial-gradient(circle at top, rgba(154, 200, 223, 0.16), transparent 28%),
    radial-gradient(circle at 10% 20%, rgba(242, 206, 143, 0.16), transparent 20%),
    linear-gradient(180deg, #08121d 0%, #09131f 28%, #102030 100%);
  overflow-x: hidden;
}

body.is-loading,
body.menu-open,
body.modal-open {
  overflow: hidden;
}

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

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

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

select option {
  color: #0b1520;
}

.ambient-sky {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.03), transparent 28%),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.015) 0,
      rgba(255, 255, 255, 0.015) 1px,
      transparent 1px,
      transparent 140px
    );
  opacity: 0.55;
  z-index: -1;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.section {
  padding: 5.5rem 0;
}

section[id] {
  scroll-margin-top: calc(var(--header-height) + 1rem);
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--gold-strong);
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.72rem;
  font-weight: 700;
}

h1,
h2,
h3,
.brand__name {
  margin-top: 0;
  font-family: "Bodoni Moda", serif;
  line-height: 0.96;
  letter-spacing: 0.02em;
}

h1 {
  margin-bottom: 1.25rem;
  font-size: clamp(3.5rem, 12vw, 7.25rem);
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(2.35rem, 6vw, 4.75rem);
}

h3 {
  margin-bottom: 0.85rem;
  font-size: clamp(1.55rem, 4vw, 2.2rem);
}

p {
  margin-top: 0;
}

.page-loader {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at top, rgba(242, 206, 143, 0.18), transparent 28%),
    linear-gradient(180deg, #08111b 0%, #050a10 100%);
  z-index: 1500;
  transition: opacity 0.7s ease, visibility 0.7s ease;
}

.page-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.page-loader__mark {
  display: grid;
  gap: 0.35rem;
  text-align: center;
  color: var(--gold-strong);
}

.page-loader__mark span:first-child {
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  font-size: 0.85rem;
}

.page-loader__mark span:last-child {
  font-family: "Bodoni Moda", serif;
  font-size: clamp(2.8rem, 8vw, 4.75rem);
  animation: pulse 1.6s ease-in-out infinite;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1200;
  background: rgba(7, 17, 26, 0.32);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid transparent;
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.site-header.is-scrolled {
  background: rgba(7, 17, 26, 0.82);
  border-color: var(--border);
  box-shadow: 0 12px 44px rgba(0, 0, 0, 0.18);
}

.nav {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-grid;
  gap: 0.1rem;
}

.brand__kicker {
  font-size: 0.66rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--muted);
}

.brand__name {
  font-size: 1.65rem;
}

.nav-toggle {
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

.nav-toggle span {
  width: 1rem;
  height: 1px;
  background: currentColor;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.nav-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(0.22rem) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-0.22rem) rotate(-45deg);
}

.nav-menu {
  position: absolute;
  top: calc(100% + 0.75rem);
  left: 1rem;
  right: 1rem;
  display: grid;
  gap: 0.8rem;
  padding: 1rem;
  border-radius: 1.35rem;
  border: 1px solid var(--border);
  background: rgba(7, 17, 26, 0.94);
  box-shadow: var(--shadow);
  max-height: calc(100vh - var(--header-height) - 2rem);
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-0.75rem);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}

.nav-menu.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-menu a:not(.btn) {
  color: var(--muted);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.4rem;
  padding: 0 1.35rem;
  border-radius: 999px;
  border: 1px solid transparent;
  transition:
    transform 0.28s ease,
    background 0.28s ease,
    border-color 0.28s ease,
    color 0.28s ease,
    box-shadow 0.28s ease;
}

.btn:hover,
.btn:focus-visible,
.text-link:hover,
.text-link:focus-visible {
  transform: translateY(-2px);
}

.btn--primary {
  color: #0f1822;
  background: linear-gradient(135deg, #f2ce8f 0%, #d4a35e 100%);
  box-shadow: 0 18px 36px rgba(212, 163, 94, 0.22);
}

.btn--ghost,
.btn--nav {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.18);
}

.btn--secondary {
  background: linear-gradient(135deg, rgba(154, 200, 223, 0.18), rgba(242, 206, 143, 0.18));
  border-color: rgba(154, 200, 223, 0.28);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  padding: calc(var(--header-height) + 2.5rem) 0 2.5rem;
  background:
    linear-gradient(110deg, rgba(7, 17, 26, 0.9) 12%, rgba(7, 17, 26, 0.38) 56%, rgba(7, 17, 26, 0.84) 100%),
    url("sunrise-camp.jpeg") center/cover no-repeat;
}

.hero__video,
.hero__overlay,
.hero__grain {
  position: absolute;
  inset: 0;
}

.hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateY(calc(var(--hero-shift) * -1)) scale(1.06);
  filter: saturate(0.95) contrast(1.05);
}

.hero__overlay {
  background:
    radial-gradient(circle at 18% 16%, rgba(242, 206, 143, 0.3), transparent 20%),
    linear-gradient(180deg, rgba(7, 17, 26, 0.12) 0%, rgba(7, 17, 26, 0.7) 100%);
}

.hero__grain {
  background:
    linear-gradient(0deg, rgba(255, 255, 255, 0.03), transparent 55%),
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.03) 0,
      rgba(255, 255, 255, 0.03) 1px,
      transparent 1px,
      transparent 3px
    );
  opacity: 0.16;
}

.hero__balloon {
  position: absolute;
  width: 6rem;
  aspect-ratio: 0.9;
  border-radius: 52% 48% 46% 54% / 58% 58% 42% 42%;
  background: linear-gradient(180deg, rgba(242, 206, 143, 0.28), rgba(242, 206, 143, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
  opacity: 0.6;
}

.hero__balloon::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.55rem;
  width: 1px;
  height: 1.7rem;
  background: rgba(255, 255, 255, 0.42);
}

.hero__balloon--one {
  top: 18%;
  right: 12%;
  animation: drift 8s ease-in-out infinite;
}

.hero__balloon--two {
  top: 34%;
  right: 24%;
  width: 4rem;
  animation: drift 9s ease-in-out infinite 0.8s;
}

.hero__grid,
.intro__grid,
.proof__grid,
.booking__layout,
.footer-grid,
.destination-shell,
.extras__grid {
  display: grid;
  gap: 1.5rem;
}

.hero__grid,
.hero__rail {
  position: relative;
  z-index: 1;
}

.hero__content {
  max-width: 46rem;
  min-width: 0;
}

.hero__aside {
  min-width: 0;
}

.hero h1 {
  font-size: clamp(3.5rem, 10.5vw, 6.25rem);
}

.hero__lede {
  max-width: 38rem;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin: 2rem 0 1.45rem;
}

.hero__actions .btn {
  flex: 0 1 auto;
}

.hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.trust-pill,
.hero-card,
.quote-panel,
.journey-card,
.film-card,
.package-card,
.counter-card,
.testimonial-card,
.photo-strip,
.map-panel,
.destination-copy,
.standard-card,
.extra-card,
.booking-form,
.tip-card,
.newsletter-form,
.sticky-booking,
.compare-panel {
  border: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(248, 241, 232, 0.08), rgba(248, 241, 232, 0.02));
  box-shadow: var(--shadow);
}

.trust-pill {
  display: grid;
  gap: 0.2rem;
  min-width: 10.5rem;
  padding: 0.9rem 1rem;
  border-radius: 1.1rem;
  backdrop-filter: blur(18px);
}

.trust-pill strong {
  font-size: 1.05rem;
}

.trust-pill span {
  color: var(--muted);
  font-size: 0.82rem;
}

.hero__aside {
  display: grid;
  gap: 1rem;
}

.hero-card {
  padding: 1.35rem;
  border-radius: 1.4rem;
  backdrop-filter: blur(18px);
}

.hero-card__eyebrow,
.hero-rail__item span,
.package-card__tag,
.standard-card__label,
.footer-title,
.counter-card span,
.testimonial-card__badge,
.tip-card span,
.gallery-card__type,
.photo-strip__chip {
  display: inline-block;
  margin-bottom: 0.65rem;
  color: var(--gold-strong);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  font-weight: 700;
}

.countdown {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 1rem 0 0.85rem;
}

.countdown span {
  display: grid;
  gap: 0.2rem;
  padding: 0.9rem 0.6rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.04);
  text-align: center;
}

.countdown b {
  font-size: 1.55rem;
}

.countdown small {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.7rem;
}

.hero-card__note {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.hero-points {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--muted-strong);
}

.hero-points li + li {
  margin-top: 0.55rem;
}

.hero__rail {
  margin-top: 2rem;
  display: grid;
  gap: 0.85rem;
}

.hero-rail__item {
  padding: 1rem 1.15rem;
  border-radius: 1.15rem;
  background: rgba(7, 17, 26, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.hero-rail__item strong {
  display: block;
}

.section-copy,
.section-heading {
  max-width: 45rem;
}

.section-heading--split {
  gap: 1rem;
}

.section-heading__aside {
  display: grid;
  align-content: start;
  gap: 0.8rem;
  color: var(--muted);
}

.toggle-chip {
  justify-self: start;
  min-height: 2.75rem;
  padding: 0 1rem;
  border-radius: 999px;
  border: 1px solid var(--border-strong);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

.quote-panel,
.map-panel,
.destination-copy,
.booking-form,
.newsletter-form {
  padding: 1.5rem;
  border-radius: var(--radius-xl);
}

.quote-panel p {
  margin-bottom: 1rem;
  font-size: 1.15rem;
  color: var(--muted-strong);
}

.quote-panel span {
  color: var(--gold-strong);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.74rem;
}

.experience-grid,
.packages-grid,
.counter-grid,
.standards-grid,
.extras-list,
.tips-grid {
  display: grid;
  gap: 1rem;
}

.packages-grid {
  max-width: 72rem;
  margin: 0 auto;
  justify-content: center;
}

.journey-card {
  padding: 1.4rem;
  border-radius: var(--radius-lg);
}

.journey-card__icon {
  width: 3.2rem;
  height: 3.2rem;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(242, 206, 143, 0.18), rgba(154, 200, 223, 0.1));
}

.journey-card__icon svg {
  width: 1.65rem;
  height: 1.65rem;
  fill: none;
  stroke: var(--gold-strong);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.journey-card__step {
  display: inline-block;
  margin-bottom: 0.8rem;
  color: var(--gold-strong);
  font-size: 0.85rem;
  font-weight: 700;
}

.journey-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.film-card {
  overflow: hidden;
  display: grid;
  border-radius: var(--radius-xl);
}

.film-card__media {
  min-height: 18rem;
  background:
    linear-gradient(160deg, rgba(7, 17, 26, 0.1), rgba(7, 17, 26, 0.6)),
    var(--card-image) center/cover no-repeat;
}

.film-card__body {
  padding: 1.5rem;
}

.package-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1rem;
  padding: 1.5rem;
  border-radius: var(--radius-xl);
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.package-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: 1.5rem;
}

.package-card__top .package-card__tag {
  margin: 0;
}

.package-card h3 {
  margin: 0;
  text-wrap: balance;
}

.package-card:hover,
.package-card:focus-within {
  transform: translateY(-6px);
  border-color: var(--border-strong);
  background: linear-gradient(180deg, rgba(248, 241, 232, 0.11), rgba(248, 241, 232, 0.04));
}

.package-card.is-selected {
  border-color: rgba(242, 206, 143, 0.46);
}

.package-card--featured {
  background:
    linear-gradient(180deg, rgba(242, 206, 143, 0.22), rgba(248, 241, 232, 0.05)),
    linear-gradient(180deg, rgba(248, 241, 232, 0.08), rgba(248, 241, 232, 0.02));
}

.package-card__badge {
  position: static;
  justify-self: start;
  flex-shrink: 0;
  width: fit-content;
  margin-bottom: 0;
  padding: 0.42rem 0.72rem;
  border-radius: 999px;
  background: rgba(242, 206, 143, 0.18);
  color: var(--gold-strong);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1;
}

.package-card__price {
  min-height: 3.35rem;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
  color: var(--muted-strong);
}

.package-card__price span {
  display: block;
  margin-top: 0.2rem;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 500;
}

.package-card__list {
  margin: 0;
  padding-left: 1.2rem;
  flex: 1 1 auto;
  color: var(--muted);
}

.package-card__list li + li {
  margin-top: 0.48rem;
}

.package-card > .btn {
  width: 100%;
  margin-top: auto;
}

.compare-panel {
  margin-top: 1.2rem;
  overflow: hidden;
  border-radius: var(--radius-xl);
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
}

.compare-table th,
.compare-table td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.compare-table th {
  color: var(--gold-strong);
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.gallery-grid {
  display: grid;
  gap: 1rem;
  grid-auto-rows: 9rem;
}

.gallery-card {
  position: relative;
  overflow: hidden;
  padding: 1.2rem;
  border-radius: var(--radius-xl);
  border: 1px solid var(--border);
  background:
    linear-gradient(180deg, rgba(7, 17, 26, 0.02), rgba(7, 17, 26, 0.72)),
    var(--card-image) center/cover no-repeat;
  color: var(--text);
  text-align: left;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(7, 17, 26, 0.78) 100%);
}

.gallery-card > * {
  position: relative;
  z-index: 1;
}

.gallery-card:hover,
.gallery-card:focus-visible {
  transform: translateY(-6px) scale(1.01);
  border-color: var(--border-strong);
  box-shadow: 0 26px 64px rgba(0, 0, 0, 0.24);
}

.gallery-card strong {
  display: block;
  margin-bottom: 0.45rem;
  font-family: "Bodoni Moda", serif;
  font-size: 1.8rem;
  line-height: 1;
}

.gallery-card p {
  margin-bottom: 0;
  max-width: 14rem;
  color: var(--muted-strong);
}

.gallery-card--wide {
  grid-column: span 1;
  grid-row: span 2;
}

.gallery-card--tall {
  grid-row: span 3;
}

.gallery-feed {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.2rem;
}

.gallery-feed span {
  padding: 0.7rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  font-size: 0.85rem;
}

.proof__intro p:last-of-type {
  color: var(--muted);
}

.counter-grid {
  margin-top: 1.5rem;
}

.counter-card {
  padding: 1.25rem;
  border-radius: 1.3rem;
}

.counter-card strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: clamp(2rem, 5vw, 3rem);
  font-family: "Bodoni Moda", serif;
}

.testimonial-stack {
  display: grid;
  gap: 1rem;
}

.testimonial-card {
  padding: 1.35rem;
  border-radius: var(--radius-lg);
}

.testimonial-card__top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.testimonial-card blockquote {
  margin: 0 0 1rem;
  font-size: 1.08rem;
  line-height: 1.8;
  color: var(--muted-strong);
}

.testimonial-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.text-link {
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--sky);
}

.photo-strip {
  padding: 1rem;
  border-radius: var(--radius-lg);
}

.photo-strip__images {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.photo-strip__images div {
  min-height: 8rem;
  border-radius: 1rem;
  background:
    linear-gradient(180deg, rgba(7, 17, 26, 0.12), rgba(7, 17, 26, 0.38)),
    var(--photo-image) center/cover no-repeat;
}

.map-visual {
  position: relative;
  min-height: 20rem;
  overflow: hidden;
  border-radius: 1.4rem;
  background:
    radial-gradient(circle at 20% 18%, rgba(242, 206, 143, 0.24), transparent 24%),
    radial-gradient(circle at 70% 70%, rgba(154, 200, 223, 0.2), transparent 26%),
    linear-gradient(180deg, rgba(248, 241, 232, 0.06), rgba(248, 241, 232, 0.02));
}

.map-visual::before,
.map-visual::after {
  content: "";
  position: absolute;
  inset: 12% 14%;
  border-radius: 34% 46% 40% 38% / 34% 46% 34% 42%;
}

.map-visual::before {
  background:
    linear-gradient(135deg, rgba(248, 241, 232, 0.1), rgba(248, 241, 232, 0.02)),
    linear-gradient(135deg, rgba(242, 206, 143, 0.18), rgba(154, 200, 223, 0.1));
  filter: blur(0.2px);
}

.map-visual::after {
  inset: 22% 24%;
  border: 1px dashed rgba(255, 255, 255, 0.16);
  opacity: 0.8;
}

.map-pin {
  position: absolute;
  left: var(--pin-x);
  top: var(--pin-y);
  transform: translate(-50%, -50%);
  min-height: 2.8rem;
  padding: 0 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(7, 17, 26, 0.82);
  color: var(--text);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.map-pin.is-active {
  background: linear-gradient(135deg, rgba(242, 206, 143, 0.26), rgba(154, 200, 223, 0.14));
  border-color: var(--border-strong);
}

.destination-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin: 1rem 0;
}

.destination-meta span {
  padding: 0.6rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  font-size: 0.84rem;
}

.destination-highlights {
  margin: 0 0 1.5rem;
  padding-left: 1.2rem;
  color: var(--muted);
}

.standard-card,
.extra-card,
.tip-card {
  padding: 1.35rem;
  border-radius: var(--radius-lg);
}

.standard-card p,
.extra-card p,
.tip-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.booking-form {
  display: grid;
  gap: 1.2rem;
}

.booking-form__intro {
  display: grid;
  gap: 0.45rem;
  padding: 1rem 1.1rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.booking-form__intro strong {
  font-size: 1rem;
  color: var(--muted-strong);
}

.booking-form__intro p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.booking-form__grid,
.booking-form__actions {
  display: grid;
  gap: 1rem;
}

.booking-form label,
.newsletter-form label {
  display: grid;
  gap: 0.55rem;
  color: var(--muted-strong);
  font-size: 0.92rem;
}

.booking-form__field-note {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.booking-form input,
.booking-form select,
.newsletter-form input,
.sticky-booking input,
.sticky-booking select {
  min-height: 3.2rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  padding: 0 1rem;
  outline: none;
  transition: border-color 0.25s ease, background 0.25s ease;
}

.booking-form input:focus,
.booking-form select:focus,
.newsletter-form input:focus,
.sticky-booking input:focus,
.sticky-booking select:focus {
  border-color: rgba(242, 206, 143, 0.56);
  background: rgba(255, 255, 255, 0.06);
}

.booking-form__extras {
  margin: 0;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.25rem;
}

.booking-form__extras legend {
  padding: 0 0.35rem;
  color: var(--gold-strong);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.72rem;
}

.check-row {
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.75rem;
}

.check-row + .check-row {
  margin-top: 0.85rem;
}

.check-row input {
  width: 1.1rem;
  height: 1.1rem;
  min-height: auto;
  padding: 0;
}

.check-row strong {
  color: var(--muted-strong);
  font-size: 0.88rem;
}

.booking-form__summary {
  display: grid;
  gap: 1rem;
  padding: 1.2rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.04);
}

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

.booking-form__summary p,
.booking-form__summary span,
.booking-form__note,
.newsletter-form__feedback {
  margin-bottom: 0;
  color: var(--muted);
}

.booking-form__summary strong {
  display: block;
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1.08;
}

.price-lockup {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.price-lockup__amount {
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.price-lockup__currency {
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(242, 206, 143, 0.24);
  background: rgba(242, 206, 143, 0.08);
  color: var(--gold-strong);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-footer {
  padding: 2.5rem 0 9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand p {
  max-width: 20rem;
  color: var(--muted);
}

.brand--footer {
  margin-bottom: 0.9rem;
}

.footer-grid > div p,
.footer-grid > form p {
  color: var(--muted);
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--muted);
}

.socials {
  display: flex;
  gap: 0.75rem;
}

.socials a {
  width: 2.8rem;
  height: 2.8rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.socials a:hover,
.socials a:focus-visible {
  transform: translateY(-2px);
  border-color: var(--border-strong);
  background: rgba(242, 206, 143, 0.12);
}

.socials svg {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

.sticky-booking {
  position: fixed;
  left: 50%;
  bottom: 1rem;
  z-index: 1300;
  width: min(1280px, calc(100% - 1rem));
  padding: 0.8rem;
  border-radius: 1.4rem;
  backdrop-filter: blur(22px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 1rem);
  transition: opacity 0.28s ease, visibility 0.28s ease, transform 0.28s ease;
}

.sticky-booking.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

body.menu-open .sticky-booking,
body.modal-open .sticky-booking {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.sticky-booking__inner {
  display: grid;
  gap: 0.8rem;
}

.sticky-booking__summary {
  display: grid;
  gap: 0.18rem;
}

.sticky-booking__summary span,
.sticky-booking label span {
  color: var(--gold-strong);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.68rem;
}

.sticky-booking__summary strong {
  font-size: 1rem;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sticky-booking__summary small {
  color: var(--muted);
}

.sticky-booking label {
  display: grid;
  gap: 0.42rem;
}

.media-modal[hidden] {
  display: none;
}

.media-modal {
  position: fixed;
  inset: 0;
  z-index: 1600;
}

.media-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(3, 8, 14, 0.82);
}

.media-modal__dialog {
  position: relative;
  width: min(1080px, calc(100% - 1rem));
  max-height: calc(100vh - 2rem);
  margin: 1rem auto;
  display: grid;
  gap: 1rem;
  overflow: auto;
  padding: 1rem;
  border-radius: 1.6rem;
  border: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(7, 17, 26, 0.96), rgba(11, 22, 33, 0.94));
  overscroll-behavior: contain;
}

.media-modal__media {
  overflow: hidden;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.03);
}

.media-modal__media img,
.media-modal__media video {
  width: 100%;
  max-height: 70vh;
  object-fit: cover;
}

.media-modal__copy p {
  margin-bottom: 0;
  color: var(--muted);
}

.media-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(7, 17, 26, 0.72);
  color: var(--text);
}

.media-modal__close span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1rem;
  height: 1px;
  background: currentColor;
}

.media-modal__close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.media-modal__close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.85s ease,
    transform 0.85s ease;
}

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

@keyframes pulse {
  0%, 100% {
    transform: translateY(0);
    opacity: 0.82;
  }
  50% {
    transform: translateY(-6px);
    opacity: 1;
  }
}

@keyframes drift {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-16px);
  }
}

@media (min-width: 48rem) {
  .section {
    padding: 6.5rem 0;
  }

  .nav-toggle {
    display: none;
  }

  .nav-menu {
    position: static;
    display: flex;
    align-items: center;
    gap: 1.4rem;
    padding: 0;
    opacity: 1;
    visibility: visible;
    transform: none;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .nav-menu a:not(.btn) {
    position: relative;
  }

  .nav-menu a:not(.btn)::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.35rem;
    width: 100%;
    height: 1px;
    background: var(--gold-strong);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.25s ease;
  }

  .nav-menu a:not(.btn):hover::after,
  .nav-menu a:not(.btn):focus-visible::after {
    transform: scaleX(1);
    transform-origin: left;
  }

  .hero {
    padding-bottom: 3rem;
  }

  .hero__grid {
    gap: 1.75rem;
  }

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

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

  .intro__grid,
  .proof__grid,
  .booking__layout,
  .footer-grid,
  .destination-shell {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }

  .section-heading--split {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
  }

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

  .film-card {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    margin-top: 1.25rem;
  }

  .packages-grid {
    grid-template-columns: repeat(2, minmax(17rem, 22rem));
    justify-content: center;
  }

  .package-card h3 {
    min-height: 6.1rem;
  }

  .package-card__price {
    min-height: 4.7rem;
  }

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

  .gallery-card--wide {
    grid-column: span 2;
  }

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

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

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

  .sticky-booking__inner {
    grid-template-columns: minmax(13rem, 1.1fr) repeat(3, minmax(9rem, 0.6fr)) auto;
    align-items: end;
  }
}

@media (min-width: 72rem) {
  .hero__grid {
    grid-template-columns: minmax(0, 1.18fr) minmax(18rem, 0.82fr);
    align-items: end;
    gap: 2rem;
  }

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

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

  .packages-grid {
    grid-template-columns: repeat(3, minmax(17rem, 22rem));
    justify-content: center;
  }

  .proof__grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  }

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

  .extras__grid {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    align-items: start;
  }

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

}

@media (max-width: 47.99rem) {
  .section {
    padding: 4.25rem 0;
  }

  .hero {
    min-height: auto;
    padding-top: calc(var(--header-height) + 2rem);
  }

  .hero h1 {
    font-size: clamp(2.95rem, 15vw, 4.85rem);
  }

  .hero__lede {
    font-size: 0.98rem;
  }

  .hero__actions .btn,
  .booking-form__actions .btn,
  .newsletter-form .btn {
    width: 100%;
  }

  .hero__trust {
    gap: 0.75rem;
  }

  .trust-pill {
    flex: 1 1 9.5rem;
    min-width: 0;
  }

  .package-card__badge {
    font-size: 0.64rem;
    letter-spacing: 0.12em;
  }

  .testimonial-card__top {
    flex-wrap: wrap;
    align-items: flex-start;
  }

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

  .photo-strip__images div:last-child {
    grid-column: 1 / -1;
  }

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

  .check-row strong {
    grid-column: 2;
    justify-self: start;
  }

  .map-visual {
    min-height: 16rem;
  }

  .sticky-booking {
    bottom: calc(0.75rem + env(safe-area-inset-bottom, 0px));
    width: calc(100% - 0.75rem);
    padding: 0.65rem;
  }

  .sticky-booking label {
    display: none;
  }

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

  .hero__balloon {
    display: none;
  }

  .gallery-card strong {
    font-size: 1.45rem;
  }

  .compare-panel {
    overflow-x: auto;
  }

  .compare-table {
    min-width: 42rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

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