:root {
  color-scheme: dark;
  --black: #100b08;
  --black-soft: #17100c;
  --ink: #241812;
  --sand: #e7d4b7;
  --sand-deep: #c9ad82;
  --linen: #f5ecdf;
  --gold: #b88a45;
  --terracotta: #a95134;
  --sage: #6f7c66;
  --blue-smoke: #52606a;
  --white: #fffaf2;
  --muted: rgba(245, 236, 223, 0.68);
  --line: rgba(245, 236, 223, 0.18);
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.35);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
  --radius: 8px;
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--white);
  background: var(--black);
  line-height: 1.6;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.22;
  background:
    linear-gradient(115deg, transparent 0, rgba(255, 255, 255, 0.04) 42%, transparent 64%),
    repeating-linear-gradient(100deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 18px);
  mix-blend-mode: soft-light;
}

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

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

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

.loader {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  gap: 18px;
  align-content: center;
  background: #090604;
  transition: opacity 900ms ease, visibility 900ms ease;
}

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

.loader__mark {
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(184, 138, 69, 0.35);
  border-radius: 50%;
  animation: floatMark 2.5s ease-in-out infinite;
}

.loader__mark img {
  width: 48px;
}

.loader p {
  margin: 0;
  color: var(--sand);
  font-family: var(--serif);
  font-size: 1.25rem;
}

.loader__line {
  width: 190px;
  height: 1px;
  overflow: hidden;
  background: rgba(245, 236, 223, 0.16);
}

.loader__line span {
  display: block;
  width: 60%;
  height: 100%;
  background: var(--gold);
  animation: loadingLine 1.4s ease-in-out infinite;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  z-index: 90;
  background: linear-gradient(90deg, var(--terracotta), var(--gold), var(--sand));
}

.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 40px;
  transition: background 400ms ease, padding 400ms ease, border-color 400ms ease;
  border-bottom: 1px solid rgba(184, 138, 69, 0.18);
}

.site-nav::before {
  content: "";
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: -1px;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent 0%, rgba(184, 138, 69, 0.2) 18%, rgba(245, 236, 223, 0.7) 50%, rgba(184, 138, 69, 0.2) 82%, transparent 100%);
}

.site-nav::after {
  content: "";
  position: absolute;
  left: 40px;
  top: 12px;
  width: 86px;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, var(--gold), transparent);
  opacity: 0.72;
}

.site-nav.is-scrolled {
  padding-top: 14px;
  padding-bottom: 14px;
  background:
    linear-gradient(90deg, rgba(184, 138, 69, 0.12), transparent 30%, rgba(184, 138, 69, 0.08)),
    rgba(16, 11, 8, 0.84);
  backdrop-filter: blur(18px);
  border-color: rgba(184, 138, 69, 0.28);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  min-width: 0;
}

.brand img {
  width: clamp(230px, 18vw, 280px);
  height: 62px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.34)) drop-shadow(0 0 18px rgba(184, 138, 69, 0.16));
}

.brand span {
  font-family: var(--serif);
  font-size: 1.05rem;
  line-height: 0.95;
  color: var(--sand);
  text-shadow: 0 0 18px rgba(184, 138, 69, 0.18);
}

.nav-special {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 0 15px;
  border: 1px solid rgba(184, 138, 69, 0.42);
  border-radius: 999px;
  color: var(--sand);
  background:
    linear-gradient(120deg, rgba(184, 138, 69, 0.22), rgba(255, 250, 242, 0.03) 58%, rgba(184, 138, 69, 0.12)),
    rgba(16, 11, 8, 0.34);
  box-shadow: 0 12px 38px rgba(0, 0, 0, 0.18), inset 0 0 18px rgba(184, 138, 69, 0.08);
  transform: translate(-50%, -50%);
  overflow: hidden;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.nav-special::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent 20%, rgba(255, 250, 242, 0.26), transparent 78%);
  transform: translateX(-110%);
  animation: goldSweep 4.6s ease-in-out infinite;
}

.nav-special span {
  position: relative;
  z-index: 1;
}

.nav-special__sun {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid rgba(255, 250, 242, 0.76);
  background: radial-gradient(circle, var(--linen) 0 24%, var(--gold) 25% 58%, rgba(184, 138, 69, 0.1) 59%);
  box-shadow: 0 0 18px rgba(184, 138, 69, 0.55);
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: rgba(255, 250, 242, 0.78);
  font-size: 0.86rem;
}

.primary-nav a {
  position: relative;
  padding: 8px 0;
}

.primary-nav a::after,
.text-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right;
  background: var(--gold);
  transition: transform 260ms ease;
}

.primary-nav a:hover::after,
.text-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(245, 236, 223, 0.18);
  border-radius: 50%;
  background: rgba(16, 11, 8, 0.4);
  color: var(--white);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 1px;
  margin: 5px auto;
  background: currentColor;
  transition: transform 240ms ease;
}

.nav-toggle.is-open span:first-child {
  transform: translateY(3px) rotate(38deg);
}

.nav-toggle.is-open span:last-child {
  transform: translateY(-3px) rotate(-38deg);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  padding: 140px 40px 42px;
}

.hero__portrait,
.hero__map,
.hero__balloon,
.hero__constellation,
.hero__horizon,
.hero__veil,
.texture {
  position: absolute;
  inset: 0;
}

.hero__portrait {
  z-index: -6;
  overflow: hidden;
}

.hero__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.74) contrast(1.05) brightness(0.58);
  transform: scale(1.05);
  animation: slowBreath 18s ease-in-out infinite alternate;
}

.hero__map {
  z-index: -5;
  display: grid;
  place-items: center end;
  padding: 9vh 6vw 0 0;
  opacity: 0.16;
  mix-blend-mode: screen;
}

.hero__map img {
  width: min(620px, 54vw);
  filter: sepia(1) saturate(0.8) brightness(1.35);
}

.hero__balloon {
  z-index: -2;
  inset: auto 13vw 29vh auto;
  width: 112px;
  height: 112px;
  position: absolute;
  display: grid;
  place-items: center;
  border: 1px solid rgba(184, 138, 69, 0.42);
  border-radius: var(--radius);
  background: rgba(16, 11, 8, 0.28);
  box-shadow: 0 0 54px rgba(184, 138, 69, 0.18), inset 0 0 22px rgba(184, 138, 69, 0.08);
  animation: skyDrift 8s ease-in-out infinite;
}

.hero__balloon::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(184, 138, 69, 0.34);
  transform: rotate(45deg);
}

.hero__balloon img {
  position: relative;
  width: 62px;
  opacity: 0.8;
  filter: sepia(1) saturate(1.2) hue-rotate(350deg) brightness(1.4);
}

.hero__constellation {
  z-index: -2;
  pointer-events: none;
}

.hero__constellation span {
  position: absolute;
  display: block;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(184, 138, 69, 0.64), transparent);
  transform-origin: center;
  opacity: 0.55;
}

.hero__constellation span:nth-child(1) {
  width: 260px;
  right: 7vw;
  top: 24vh;
  transform: rotate(-18deg);
}

.hero__constellation span:nth-child(2) {
  width: 180px;
  right: 22vw;
  top: 37vh;
  transform: rotate(22deg);
}

.hero__constellation span:nth-child(3) {
  width: 210px;
  left: 5vw;
  bottom: 24vh;
  transform: rotate(-5deg);
}

.hero__horizon {
  z-index: -3;
  inset: auto 40px 29vh 40px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(245, 236, 223, 0.22), rgba(184, 138, 69, 0.7), rgba(245, 236, 223, 0.22), transparent);
}

.hero__horizon::after {
  content: "";
  position: absolute;
  inset: -38px 0;
  background: linear-gradient(180deg, transparent, rgba(184, 138, 69, 0.12), transparent);
  filter: blur(18px);
}

.hero__veil {
  z-index: -3;
  background:
    radial-gradient(ellipse at 64% 44%, rgba(184, 138, 69, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.66) 0%, rgba(16, 11, 8, 0.26) 36%, rgba(16, 11, 8, 0.86) 100%),
    linear-gradient(90deg, rgba(16, 11, 8, 0.76), rgba(16, 11, 8, 0.1) 58%, rgba(16, 11, 8, 0.56));
}

.texture {
  z-index: -2;
  opacity: 0.18;
  background-image:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 3px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 4px);
  mix-blend-mode: overlay;
}

.hero__content {
  width: min(960px, 100%);
  padding-bottom: 9vh;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--sand-deep);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 600;
  line-height: 0.98;
}

h1 {
  max-width: 870px;
  font-size: 5.9rem;
}

h2 {
  font-size: 4.25rem;
}

h3 {
  font-size: 2.1rem;
}

.hero__lead {
  width: min(650px, 100%);
  margin: 28px 0 0;
  color: rgba(255, 250, 242, 0.84);
  font-size: 1.08rem;
}

.hero__actions,
.booking-summary {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.88rem;
  font-weight: 700;
  transition: transform 260ms ease, background 260ms ease, border-color 260ms ease, color 260ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn--light {
  background: var(--linen);
  color: var(--black);
}

.btn--quiet {
  border-color: rgba(245, 236, 223, 0.32);
  background: rgba(16, 11, 8, 0.22);
  color: var(--white);
}

.btn--dark {
  background: var(--black);
  color: var(--white);
}

.hero__ritual {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  width: min(620px, 100%);
  margin-top: 30px;
  padding: 14px 0 0;
  border-top: 1px solid rgba(184, 138, 69, 0.38);
  color: rgba(231, 212, 183, 0.86);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero__ritual::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 92px;
  height: 1px;
  background: var(--sand);
  box-shadow: 0 0 18px rgba(184, 138, 69, 0.58);
}

.hero__ritual span {
  display: inline-flex;
  align-items: center;
}

.hero__ritual span + span::before {
  content: "";
  width: 4px;
  height: 4px;
  margin: 0 14px;
  border: 1px solid rgba(184, 138, 69, 0.72);
  transform: rotate(45deg);
}

.hero__footer {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 26px;
  border-top: 1px solid rgba(245, 236, 223, 0.22);
  color: rgba(255, 250, 242, 0.76);
  font-size: 0.84rem;
}

.cinema {
  max-width: 1220px;
  display: grid;
  grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1fr);
  gap: 62px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.cinema__copy p:not(.eyebrow) {
  color: var(--muted);
  max-width: 460px;
}

.cinema__frame {
  position: relative;
  padding: 12px;
  border: 1px solid rgba(184, 138, 69, 0.36);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(184, 138, 69, 0.14), transparent 34%, rgba(245, 236, 223, 0.06)),
    rgba(245, 236, 223, 0.035);
  box-shadow: var(--shadow);
}

.cinema__frame::before,
.cinema__frame::after {
  content: "";
  position: absolute;
  width: 78px;
  height: 78px;
  pointer-events: none;
  border-color: rgba(184, 138, 69, 0.72);
}

.cinema__frame::before {
  top: -8px;
  left: -8px;
  border-top: 1px solid;
  border-left: 1px solid;
}

.cinema__frame::after {
  right: -8px;
  bottom: -8px;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

.cinema__frame video {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: calc(var(--radius) - 2px);
  filter: saturate(0.82) contrast(1.05);
}

.cinema__caption {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 26px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 250, 242, 0.22);
  color: rgba(255, 250, 242, 0.82);
  font-size: 0.78rem;
}

.section-pad {
  position: relative;
  z-index: 1;
  padding: 128px 40px;
}

.opening {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.75fr);
  gap: 72px;
  background: var(--black);
}

.opening__copy,
.opening__text,
.section-heading,
.floating,
.zones,
.experiences,
.program,
.services,
.gallery,
.testimonials,
.instagram,
.booking,
.footer {
  max-width: 1220px;
  margin-inline: auto;
}

.opening__text {
  color: var(--muted);
  font-size: 1rem;
}

.opening__text p:first-child {
  margin-top: 42px;
}

.image-panel {
  position: relative;
  min-height: 92svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 120px 40px;
}

.image-panel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -3;
  filter: saturate(0.82) contrast(1.03);
}

.image-panel__overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(16, 11, 8, 0.16), rgba(16, 11, 8, 0.82)),
    linear-gradient(90deg, rgba(16, 11, 8, 0.78), rgba(16, 11, 8, 0.18) 66%);
}

.image-panel--light .image-panel__overlay {
  background:
    linear-gradient(180deg, rgba(16, 11, 8, 0.12), rgba(16, 11, 8, 0.66)),
    linear-gradient(90deg, rgba(16, 11, 8, 0.42), rgba(16, 11, 8, 0.08));
}

.image-panel__content {
  width: min(760px, 100%);
  margin-inline: auto auto;
}

.image-panel__content p:not(.eyebrow) {
  width: min(560px, 100%);
  color: rgba(255, 250, 242, 0.78);
}

.floating {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1fr);
  gap: 80px;
  align-items: center;
}

.floating__media {
  position: relative;
}

.floating__media::before {
  content: "";
  position: absolute;
  inset: 18px -18px -18px 18px;
  border: 1px solid rgba(184, 138, 69, 0.35);
  border-radius: var(--radius);
}

.floating__media img,
.services__media img,
.experience-stage img,
.zone-row img,
.masonry img,
.instagram-strip img {
  border-radius: var(--radius);
  object-fit: cover;
}

.floating__media img {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  box-shadow: var(--shadow);
}

.floating__copy p:not(.eyebrow) {
  color: var(--muted);
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.stat-row div {
  padding: 20px 16px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid rgba(184, 138, 69, 0.28);
}

.stat-row strong {
  display: block;
  font-family: var(--serif);
  font-size: 3rem;
  line-height: 1;
  color: var(--sand);
}

.stat-row span {
  display: block;
  color: rgba(245, 236, 223, 0.62);
  font-size: 0.82rem;
}

.zones,
.program,
.booking {
  max-width: none;
  background: var(--linen);
  color: var(--ink);
}

.zones .section-heading,
.program .section-heading,
.booking__intro,
.booking-form {
  max-width: 1220px;
  margin-inline: auto;
}

.section-heading {
  margin-bottom: 64px;
}

.section-heading h2 {
  width: min(820px, 100%);
}

.zones .eyebrow,
.program .eyebrow,
.booking .eyebrow {
  color: var(--terracotta);
}

.zone-row {
  max-width: 1220px;
  margin: 0 auto 28px;
  display: grid;
  grid-template-columns: 90px minmax(260px, 0.95fr) minmax(280px, 0.75fr);
  gap: 32px;
  align-items: center;
  padding: 34px 0;
  border-top: 1px solid rgba(36, 24, 18, 0.14);
}

.zone-row--reverse {
  grid-template-columns: 90px minmax(280px, 0.75fr) minmax(260px, 0.95fr);
}

.zone-row--reverse .zone-row__copy {
  order: 3;
}

.zone-row--reverse img {
  order: 2;
}

.zone-row__number {
  color: var(--terracotta);
  font-family: var(--serif);
  font-size: 2.2rem;
}

.zone-row__copy p {
  color: rgba(36, 24, 18, 0.68);
}

.zone-row img {
  width: 100%;
  height: 260px;
}

.route-atlas {
  max-width: none;
  background:
    linear-gradient(180deg, #100b08 0%, #17100c 46%, #100b08 100%);
  border-top: 1px solid rgba(184, 138, 69, 0.16);
  border-bottom: 1px solid rgba(184, 138, 69, 0.16);
}

.route-atlas__intro,
.route-atlas__board {
  max-width: 1220px;
  margin-inline: auto;
}

.route-atlas__intro {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(280px, 0.75fr);
  gap: 58px;
  align-items: end;
  margin-bottom: 54px;
}

.route-atlas__intro h2 {
  max-width: 760px;
}

.route-atlas__intro p:not(.eyebrow) {
  color: var(--muted);
}

.route-atlas__board {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 26px;
  align-items: stretch;
}

.route-atlas__paper {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  border: 1px solid rgba(184, 138, 69, 0.38);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 250, 242, 0.92), rgba(231, 212, 183, 0.74)),
    var(--linen);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.route-atlas__paper::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.32;
  background:
    repeating-linear-gradient(22deg, rgba(169, 81, 52, 0.14) 0 1px, transparent 1px 34px),
    repeating-linear-gradient(118deg, rgba(184, 138, 69, 0.16) 0 1px, transparent 1px 42px);
}

.route-atlas__paper::after {
  content: "";
  position: absolute;
  inset: 26px;
  border: 1px solid rgba(169, 81, 52, 0.2);
  border-radius: calc(var(--radius) - 2px);
  pointer-events: none;
}

.route-atlas__stamp {
  position: absolute;
  left: 34px;
  top: 34px;
  z-index: 3;
  width: min(310px, calc(100% - 68px));
  padding: 18px;
  border-left: 2px solid var(--terracotta);
  background: rgba(255, 250, 242, 0.72);
  box-shadow: 0 18px 44px rgba(36, 24, 18, 0.1);
}

.route-atlas__stamp span {
  display: block;
  color: var(--terracotta);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.route-atlas__stamp strong {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.32rem;
  line-height: 1.02;
}

.route-atlas__line {
  position: absolute;
  inset: 28px 24px 34px;
  z-index: 1;
  width: calc(100% - 48px);
  height: calc(100% - 62px);
}

.route-atlas__line marker path {
  fill: var(--terracotta);
}

.route-atlas__shadow,
.route-atlas__dash {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.route-atlas__shadow {
  stroke: rgba(36, 24, 18, 0.16);
  stroke-width: 14;
}

.route-atlas__dash {
  stroke: var(--ink);
  stroke-width: 3;
  stroke-dasharray: 9 13;
  marker-end: url(#routeArrow);
}

.route-atlas__balloon {
  position: absolute;
  left: 48%;
  top: 51%;
  z-index: 3;
  width: 62px;
  transform: translate(-50%, -50%) rotate(-7deg);
  filter: sepia(1) saturate(1.1) hue-rotate(350deg) drop-shadow(0 14px 22px rgba(36, 24, 18, 0.22));
}

.route-pin {
  position: absolute;
  z-index: 4;
  width: 190px;
  padding: 12px 14px;
  border: 1px solid rgba(169, 81, 52, 0.24);
  border-radius: var(--radius);
  background: rgba(255, 250, 242, 0.78);
  box-shadow: 0 16px 35px rgba(36, 24, 18, 0.1);
}

.route-pin::before {
  content: "";
  position: absolute;
  left: 14px;
  top: -15px;
  width: 16px;
  height: 16px;
  border: 2px solid var(--terracotta);
  border-radius: 50% 50% 50% 0;
  background: var(--linen);
  transform: rotate(-45deg);
  box-shadow: 0 0 0 5px rgba(169, 81, 52, 0.09);
}

.route-pin span {
  color: var(--terracotta);
  font-size: 0.72rem;
  font-weight: 800;
}

.route-pin strong {
  display: block;
  margin-top: 3px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.42rem;
  line-height: 0.96;
}

.route-pin small {
  color: rgba(36, 24, 18, 0.62);
  font-size: 0.74rem;
}

.route-pin--ait {
  left: 8%;
  top: 46%;
}

.route-pin--ouarzazate {
  left: 31%;
  top: 57%;
}

.route-pin--boumalne {
  right: 22%;
  top: 34%;
}

.route-pin--tinghir {
  right: 7%;
  top: 18%;
}

.route-atlas__photo {
  position: absolute;
  z-index: 2;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 242, 0.8);
  border-radius: var(--radius);
  box-shadow: 0 20px 42px rgba(36, 24, 18, 0.18);
}

.route-atlas__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.route-atlas__photo figcaption {
  position: absolute;
  left: 10px;
  bottom: 9px;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(16, 11, 8, 0.58);
  color: var(--linen);
  font-size: 0.72rem;
}

.route-atlas__photo--ait {
  left: 6%;
  top: 66%;
  width: 190px;
  height: 120px;
  transform: rotate(-3deg);
}

.route-atlas__photo--ouarzazate {
  left: 31%;
  top: 72%;
  width: 210px;
  height: 124px;
  transform: rotate(2deg);
}

.route-atlas__photo--boumalne {
  right: 20%;
  top: 54%;
  width: 194px;
  height: 122px;
  transform: rotate(-2deg);
}

.route-atlas__photo--tinghir {
  right: 5%;
  top: 38%;
  width: 205px;
  height: 126px;
  transform: rotate(3deg);
}

.route-atlas__notes {
  display: grid;
  gap: 12px;
}

.route-atlas__notes article {
  padding: 24px;
  border: 1px solid rgba(245, 236, 223, 0.12);
  border-radius: var(--radius);
  background: rgba(245, 236, 223, 0.04);
}

.route-atlas__notes span {
  color: var(--sand-deep);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.route-atlas__notes h3 {
  margin-top: 12px;
  font-size: 1.65rem;
}

.route-atlas__notes p {
  color: var(--muted);
}

.experiences {
  max-width: none;
  background: linear-gradient(180deg, var(--black) 0%, #1b120d 100%);
}

.experiences .section-heading,
.experience-shell {
  max-width: 1220px;
  margin-inline: auto;
}

.experience-shell {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 38px;
}

.experience-tabs {
  display: grid;
  gap: 10px;
  align-content: start;
}

.experience-tab {
  min-height: 50px;
  border: 1px solid rgba(245, 236, 223, 0.15);
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 250, 242, 0.72);
  cursor: pointer;
  transition: background 240ms ease, color 240ms ease, border-color 240ms ease, transform 240ms ease;
}

.experience-tab:hover,
.experience-tab.is-active {
  color: var(--black);
  background: var(--sand);
  border-color: var(--sand);
  transform: translateX(4px);
}

.experience-stage {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(280px, 0.8fr);
  gap: 34px;
  align-items: stretch;
  min-height: 560px;
}

.experience-stage img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  filter: saturate(0.84) contrast(1.04);
}

.experience-stage__copy {
  display: grid;
  align-content: center;
  padding: 46px;
  border: 1px solid rgba(245, 236, 223, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 250, 242, 0.035);
}

.experience-stage__copy p {
  color: var(--muted);
}

.experience-stage dl {
  display: grid;
  gap: 16px;
  margin: 28px 0 0;
}

.experience-stage dl div {
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.experience-stage dt {
  color: var(--sand-deep);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.experience-stage dd {
  margin: 4px 0 0;
  color: rgba(255, 250, 242, 0.76);
}

.timeline {
  max-width: 1220px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(36, 24, 18, 0.16);
  border-left: 1px solid rgba(36, 24, 18, 0.16);
}

.timeline__item {
  min-height: 260px;
  padding: 28px;
  border-right: 1px solid rgba(36, 24, 18, 0.16);
  border-bottom: 1px solid rgba(36, 24, 18, 0.16);
}

.timeline__item span {
  display: inline-block;
  color: var(--terracotta);
  font-family: var(--serif);
  font-size: 1.7rem;
  margin-bottom: 42px;
}

.timeline__item h3 {
  font-size: 1.75rem;
}

.timeline__item p,
.booking__intro p {
  color: rgba(36, 24, 18, 0.68);
}

.services {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1fr);
  gap: 70px;
  align-items: center;
}

.services__media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  box-shadow: var(--shadow);
}

.service-list {
  display: grid;
  gap: 26px;
  margin-top: 34px;
}

.service-list div {
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.service-list h3 {
  font-size: 1.8rem;
}

.service-list p,
.testimonials blockquote p {
  color: var(--muted);
}

.masonry {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 230px;
  gap: 14px;
}

.masonry figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: rgba(255, 250, 242, 0.05);
}

.masonry__large {
  grid-column: span 2;
  grid-row: span 2;
}

.masonry__wide {
  grid-column: span 2;
}

.masonry img {
  width: 100%;
  height: 100%;
  transition: transform 700ms ease;
}

.masonry figure:hover img {
  transform: scale(1.035);
}

.masonry figcaption {
  position: absolute;
  left: 18px;
  bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(16, 11, 8, 0.54);
  color: var(--linen);
  font-size: 0.78rem;
  backdrop-filter: blur(12px);
}

.testimonials {
  border-top: 1px solid var(--line);
}

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

.testimonials blockquote {
  margin: 0;
  padding: 30px;
  border: 1px solid rgba(245, 236, 223, 0.14);
  border-radius: var(--radius);
  background: rgba(245, 236, 223, 0.035);
}

.testimonials blockquote p {
  margin-top: 0;
  font-family: var(--serif);
  font-size: 1.55rem;
  line-height: 1.2;
}

.testimonials cite {
  color: var(--sand-deep);
  font-style: normal;
  font-size: 0.86rem;
}

.instagram {
  border-top: 1px solid var(--line);
}

.instagram__header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 22px;
  margin-bottom: 34px;
}

.text-link {
  position: relative;
  padding-bottom: 7px;
  color: var(--sand);
  font-weight: 700;
}

.gallery-editorial {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(240px, 0.52fr);
  grid-template-rows: auto auto;
  gap: 18px;
  margin-bottom: 18px;
}

.gallery-editorial figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: rgba(255, 250, 242, 0.05);
}

.gallery-editorial img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 900ms ease;
}

.gallery-editorial figure:hover img {
  transform: scale(1.035);
}

.gallery-editorial figcaption {
  position: absolute;
  left: 18px;
  bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(16, 11, 8, 0.56);
  color: var(--linen);
  font-size: 0.78rem;
  backdrop-filter: blur(12px);
}

.gallery-editorial__hero {
  grid-row: span 2;
  min-height: 540px;
}

.gallery-editorial__copy {
  display: grid;
  align-content: center;
  min-height: 260px;
  padding: 32px;
  border: 1px solid rgba(245, 236, 223, 0.14);
  border-radius: var(--radius);
  background:
    linear-gradient(140deg, rgba(184, 138, 69, 0.12), transparent 48%),
    rgba(245, 236, 223, 0.035);
}

.gallery-editorial__copy h3 {
  font-size: 2.15rem;
}

.gallery-editorial__copy p:not(.eyebrow) {
  color: var(--muted);
}

.gallery-editorial__portrait {
  min-height: 262px;
}

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

.instagram-strip img {
  width: 100%;
  aspect-ratio: 1;
}

.booking {
  display: grid;
  grid-template-columns: minmax(270px, 0.65fr) minmax(320px, 0.95fr);
  gap: 58px;
  align-items: start;
}

.booking__intro {
  margin-right: 0;
}

.booking-form {
  margin-left: 0;
  padding: 32px;
  border: 1px solid rgba(36, 24, 18, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 250, 242, 0.55);
  box-shadow: 0 24px 70px rgba(36, 24, 18, 0.08);
}

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

.booking-form label {
  display: grid;
  gap: 8px;
}

.booking-form label span {
  color: rgba(36, 24, 18, 0.72);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(36, 24, 18, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 250, 242, 0.9);
  color: var(--ink);
  padding: 13px 14px;
  outline: none;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  border-color: var(--terracotta);
  box-shadow: 0 0 0 4px rgba(169, 81, 52, 0.11);
  transform: translateY(-1px);
}

.booking-form .full {
  margin-top: 18px;
}

.booking-form textarea {
  resize: vertical;
}

.booking-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  justify-content: stretch;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(36, 24, 18, 0.12);
}

.booking-summary p {
  grid-column: 1 / -1;
  margin: 0;
  color: rgba(36, 24, 18, 0.72);
  font-weight: 700;
}

.booking-submit {
  gap: 12px;
  min-width: 330px;
  min-height: 58px;
  padding-inline: 28px;
}

.booking-submit__icons {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--sand);
}

.booking-submit__icons svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
  flex: 0 0 auto;
}

.booking-submit > span:last-child {
  line-height: 1.1;
  padding-left: 4px;
}

.ai-chat {
  position: fixed;
  left: 22px;
  bottom: 22px;
  z-index: 72;
}

.ai-chat__toggle {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  border: 1px solid rgba(184, 138, 69, 0.48);
  border-radius: 999px;
  background:
    linear-gradient(120deg, rgba(184, 138, 69, 0.22), rgba(255, 250, 242, 0.04)),
    rgba(16, 11, 8, 0.9);
  color: var(--sand);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.32);
  cursor: pointer;
  font-weight: 800;
  transition: transform 240ms ease, border-color 240ms ease, color 240ms ease;
}

.ai-chat__toggle:hover {
  transform: translateY(-3px);
  border-color: rgba(231, 212, 183, 0.72);
  color: var(--white);
}

.ai-chat__toggle svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.ai-chat__mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(231, 212, 183, 0.38);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(231, 212, 183, 0.18), rgba(184, 138, 69, 0.08));
  color: var(--sand);
  box-shadow: inset 0 0 14px rgba(184, 138, 69, 0.12);
  flex: 0 0 auto;
}

.ai-chat__mark svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.ai-chat__panel {
  position: absolute;
  left: 0;
  bottom: 74px;
  width: min(390px, calc(100vw - 40px));
  overflow: hidden;
  border: 1px solid rgba(184, 138, 69, 0.36);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(184, 138, 69, 0.1), transparent 38%),
    rgba(16, 11, 8, 0.96);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(18px);
}

.ai-chat__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px;
  border-bottom: 1px solid rgba(245, 236, 223, 0.12);
}

.ai-chat__header p {
  margin: 0;
  color: var(--white);
  font-family: var(--serif);
  font-size: 1.25rem;
  line-height: 1;
}

.ai-chat__header span {
  color: rgba(231, 212, 183, 0.72);
  font-size: 0.74rem;
}

.ai-chat__header button {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(245, 236, 223, 0.14);
  border-radius: 50%;
  background: transparent;
  color: var(--sand);
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1;
}

.ai-chat__messages {
  display: grid;
  gap: 10px;
  max-height: 340px;
  min-height: 250px;
  overflow-y: auto;
  padding: 18px;
}

.ai-message {
  width: fit-content;
  max-width: 88%;
  padding: 11px 13px;
  border-radius: var(--radius);
  color: rgba(255, 250, 242, 0.82);
  background: rgba(255, 250, 242, 0.07);
  font-size: 0.88rem;
  line-height: 1.45;
}

.ai-message--user {
  justify-self: end;
  background: rgba(184, 138, 69, 0.22);
  color: var(--white);
}

.ai-message--bot {
  justify-self: start;
  border: 1px solid rgba(245, 236, 223, 0.1);
}

.ai-chat__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px;
  gap: 10px;
  padding: 14px;
  border-top: 1px solid rgba(245, 236, 223, 0.12);
}

.ai-chat__form input {
  min-height: 44px;
  min-width: 0;
  border: 1px solid rgba(245, 236, 223, 0.14);
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.08);
  color: var(--white);
  padding: 0 14px;
  outline: none;
}

.ai-chat__form input:focus {
  border-color: rgba(184, 138, 69, 0.72);
  box-shadow: 0 0 0 4px rgba(184, 138, 69, 0.12);
}

.ai-chat__form button {
  display: grid;
  place-items: center;
  border: 1px solid rgba(184, 138, 69, 0.42);
  border-radius: 50%;
  background: var(--sand);
  color: var(--black);
  cursor: pointer;
}

.ai-chat__form button svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 70;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #1f6b4f;
  color: #fff;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.32);
  transition: transform 260ms ease, background 260ms ease;
}

.whatsapp:hover {
  transform: translateY(-3px);
  background: #27825f;
}

.whatsapp svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

.footer {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(280px, auto);
  gap: 40px;
  padding: 54px 40px;
  border-top: 1px solid var(--line);
  color: rgba(255, 250, 242, 0.66);
}

.footer strong {
  display: block;
  color: var(--white);
  font-family: var(--serif);
  font-size: 1.7rem;
}

.footer p {
  max-width: 520px;
}

.footer__contact {
  display: grid;
  gap: 11px;
  justify-self: end;
  width: min(430px, 100%);
  justify-items: stretch;
  text-align: left;
}

.footer__contact a {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  width: 100%;
  color: rgba(255, 250, 242, 0.72);
  font-weight: 700;
  transition: color 220ms ease, transform 220ms ease;
}

.footer__contact a:hover {
  color: var(--sand);
  transform: translateX(2px);
}

.footer__contact svg {
  width: 32px;
  height: 32px;
  padding: 8px;
  border: 1px solid rgba(184, 138, 69, 0.36);
  border-radius: 50%;
  background: rgba(184, 138, 69, 0.08);
  fill: var(--sand);
  flex: 0 0 auto;
}

.footer__contact span {
  overflow-wrap: anywhere;
  line-height: 1.3;
}

.footer__credit {
  grid-column: 1 / -1;
  display: flex !important;
  justify-content: space-between;
  gap: 18px;
  padding-top: 22px;
  border-top: 1px solid rgba(245, 236, 223, 0.12);
  color: rgba(231, 212, 183, 0.7);
  font-size: 0.78rem;
  text-align: left !important;
}

.footer__credit a {
  color: var(--sand);
  font-weight: 800;
}

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

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 900ms ease, transform 900ms ease;
}

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

@keyframes loadingLine {
  0% { transform: translateX(-110%); }
  100% { transform: translateX(190%); }
}

@keyframes slowBreath {
  0% { transform: scale(1.04) translate3d(0, 0, 0); }
  100% { transform: scale(1.1) translate3d(-1.2%, -0.8%, 0); }
}

@keyframes skyDrift {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(-10px, -14px, 0); }
}

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

@keyframes goldSweep {
  0%, 46% { transform: translateX(-110%); }
  72%, 100% { transform: translateX(110%); }
}

@media (max-width: 1180px) {
  .nav-special {
    display: none;
  }

  .primary-nav {
    gap: 22px;
  }
}

@media (max-width: 980px) {
  .site-nav {
    padding: 18px 22px;
  }

  .site-nav::before {
    left: 22px;
    right: 22px;
  }

  .site-nav::after,
  .nav-special {
    display: none;
  }

  .nav-toggle {
    display: block;
  }

  .primary-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 18px;
    right: 18px;
    display: grid;
    gap: 4px;
    padding: 16px;
    border: 1px solid rgba(245, 236, 223, 0.12);
    border-radius: var(--radius);
    background: rgba(16, 11, 8, 0.94);
    transform: translateY(-10px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease, transform 220ms ease;
  }

  .primary-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  h1 {
    font-size: 4.3rem;
  }

  h2 {
    font-size: 3.25rem;
  }

  .opening,
  .cinema,
  .floating,
  .services,
  .experience-shell,
  .experience-stage,
  .booking {
    grid-template-columns: 1fr;
  }

  .opening {
    gap: 28px;
  }

  .cinema {
    gap: 34px;
  }

  .route-atlas__intro,
  .route-atlas__board,
  .gallery-editorial {
    grid-template-columns: 1fr;
  }

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

  .gallery-editorial__hero {
    min-height: 420px;
  }

  .opening__text p:first-child {
    margin-top: 0;
  }

  .zone-row,
  .zone-row--reverse {
    grid-template-columns: 72px 1fr;
  }

  .zone-row img,
  .zone-row--reverse img {
    grid-column: 2;
    order: 3;
  }

  .zone-row--reverse .zone-row__copy {
    order: initial;
  }

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

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

  .footer__contact {
    justify-self: start;
    width: 100%;
    justify-items: start;
    text-align: left;
  }

  .footer__contact a {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .footer__credit {
    flex-direction: column;
  }

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

  .testimonial-grid,
  .instagram-strip {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .brand span {
    font-size: 0.9rem;
  }

  .brand img {
    width: 190px;
    height: 50px;
  }

  .hero {
    padding: 112px 20px 26px;
  }

  .hero__content {
    padding-bottom: 7vh;
  }

  .hero__map,
  .hero__balloon,
  .hero__constellation {
    display: none;
  }

  .hero__horizon {
    inset: auto 20px 25vh 20px;
  }

  h1 {
    font-size: 3.35rem;
  }

  h2 {
    font-size: 2.55rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  .instagram__header,
  .footer {
    display: grid;
  }

  .hero__footer {
    display: none;
  }

  .section-pad,
  .image-panel {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-pad {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .image-panel {
    min-height: 82svh;
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .stat-row,
  .form-grid,
  .timeline,
  .testimonial-grid,
  .instagram-strip {
    grid-template-columns: 1fr;
  }

  .zone-row,
  .zone-row--reverse {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .zone-row img,
  .zone-row--reverse img {
    grid-column: auto;
    height: 230px;
  }

  .experience-tabs {
    grid-template-columns: 1fr 1fr;
  }

  .route-atlas__intro {
    gap: 22px;
  }

  .route-atlas__board,
  .route-atlas__notes {
    grid-template-columns: 1fr;
  }

  .route-atlas__paper {
    display: grid;
    gap: 14px;
    min-height: 0;
    padding: 22px;
  }

  .route-atlas__paper::after {
    inset: 12px;
  }

  .route-atlas__stamp,
  .route-pin,
  .route-atlas__photo {
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    transform: none;
  }

  .route-atlas__stamp {
    order: 1;
  }

  .route-atlas__line {
    position: relative;
    inset: auto;
    order: 2;
    width: 100%;
    height: 190px;
  }

  .route-atlas__balloon {
    display: none;
  }

  .route-pin {
    order: 3;
  }

  .route-pin::before {
    left: auto;
    right: 14px;
    top: 14px;
  }

  .route-atlas__photo {
    order: 4;
    height: 190px;
  }

  .gallery-editorial__hero,
  .gallery-editorial__portrait {
    grid-row: auto;
    min-height: 280px;
  }

  .gallery-editorial__copy {
    min-height: 0;
    padding: 24px;
  }

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

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

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

  .experience-stage {
    min-height: 0;
  }

  .experience-stage img {
    min-height: 300px;
  }

  .cinema__frame {
    padding: 8px;
  }

  .cinema__caption {
    position: static;
    padding: 10px 2px 2px;
    color: rgba(255, 250, 242, 0.72);
  }

  .experience-stage__copy,
  .booking-form {
    padding: 22px;
  }

  .booking__intro,
  .booking-form {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-inline: 0;
  }

  .booking__intro h2 {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .booking-submit {
    min-width: 0;
    width: 100%;
    padding-inline: 18px;
  }

  .masonry {
    grid-template-columns: 1fr;
    grid-auto-rows: 260px;
  }

  .masonry__large,
  .masonry__wide {
    grid-column: auto;
    grid-row: auto;
  }

  .footer__contact {
    text-align: left;
  }

  .whatsapp {
    width: 54px;
    height: 54px;
  }
}

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

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