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

:root {
  --ink: #25372B;
  --ink-soft: #68716A;
  --green: #4F7A5C;
  --green-deep: #2E4B3A;
  --coral: #D85F49;
  --terracotta: #C46B49;
  --yellow: #F3C553;
  --sky: #8DC7D1;
  --purple: #6E3C60;
  --cream: #FFFDF7;
  --paper: #F2E8D9;
  --line: rgba(37,55,43,.12);
  --shadow: 0 24px 64px rgba(37,55,43,.14);
  --shadow-soft: 0 14px 34px rgba(37,55,43,.08);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top right, rgba(141,199,209,.16), transparent 24%),
    radial-gradient(circle at 12% 28%, rgba(243,197,83,.12), transparent 20%),
    linear-gradient(180deg, #FFFDF7 0%, #EFE4D5 100%);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.7;
}

body.modal-open {
  overflow: hidden;
}

button,
input {
  font: inherit;
}

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

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

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

h1,
h2,
h3,
blockquote {
  margin: 0;
  font-family: Fraunces, "Playfair Display", Georgia, serif;
  line-height: 1.05;
}

p {
  margin: 0;
}

.eyebrow {
  color: var(--coral);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 900;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button--sun {
  color: var(--ink);
  background: var(--yellow);
  box-shadow: 0 12px 28px rgba(243,197,83,.20);
}

.button--green {
  color: #fff;
  background: var(--green);
}

.button--soft {
  color: var(--ink);
  border-color: var(--line);
  background: var(--cream);
}

.button--outline {
  color: #fff;
  border-color: rgba(255,255,255,.24);
  background: rgba(255,255,255,.05);
}

.text-link {
  margin-top: 24px;
  padding: 0;
  border: 0;
  color: var(--coral);
  background: none;
  font-weight: 900;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.intro-screen {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 16px;
  color: #fff;
  background:
    linear-gradient(rgba(46,75,58,.90), rgba(46,75,58,.90)),
    repeating-linear-gradient(
      35deg,
      transparent 0 18px,
      rgba(255,255,255,.05) 18px 20px
    );
  transition: opacity .35s ease, visibility .35s ease;
}

.intro-screen.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.intro-map {
  position: relative;
  width: min(820px, 100%);
  min-height: 560px;
  display: grid;
  place-items: center;
  padding: clamp(40px, 7vw, 74px);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  background:
    radial-gradient(circle at 78% 18%, rgba(243,197,83,.20), transparent 22%),
    linear-gradient(135deg, #4F7A5C, #2E4B3A);
  box-shadow: 0 34px 90px rgba(0,0,0,.22);
  clip-path: polygon(0 3%, 24% 0, 50% 3%, 74% 0, 100% 3%, 98% 97%, 74% 100%, 50% 97%, 24% 100%, 2% 97%);
}

.intro-map__stamp {
  position: absolute;
  top: 38px;
  right: 38px;
  padding: 12px 18px;
  border: 3px solid var(--yellow);
  border-radius: 50%;
  color: var(--yellow);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .12em;
  transform: rotate(9deg);
}

.intro-map__copy {
  position: relative;
  z-index: 2;
  max-width: 620px;
  text-align: center;
}

.intro-map .eyebrow {
  color: var(--yellow);
}

.intro-map h1 {
  margin-top: 14px;
  color: #fff;
  font-size: clamp(3.2rem, 8vw, 6rem);
  font-weight: 500;
  letter-spacing: -.055em;
}

.intro-map p:not(.eyebrow) {
  max-width: 38rem;
  margin: 22px auto 0;
  color: rgba(255,255,255,.74);
  font-family: Georgia, serif;
  font-size: 1.16rem;
  font-style: italic;
}

.intro-map .button {
  margin-top: 38px;
}

.intro-map__route {
  position: absolute;
  inset: 0;
  opacity: .32;
}

.intro-map__route::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 12%;
  bottom: 18%;
  height: 6px;
  border-top: 6px dashed var(--yellow);
  transform: rotate(-12deg);
}

.intro-map__dot {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--yellow);
}

.intro-map__dot--one { left: 16%; bottom: 24%; }
.intro-map__dot--two { left: 38%; bottom: 34%; }
.intro-map__dot--three { left: 62%; bottom: 30%; }
.intro-map__dot--four { right: 14%; bottom: 44%; }

.hero {
  position: relative;
  min-height: 900px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 84% 16%, rgba(243,197,83,.20), transparent 24%),
    linear-gradient(135deg, #2E4B3A 0%, #4F7A5C 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .12;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, #000, transparent 92%);
}

.topbar {
  position: relative;
  z-index: 2;
  width: min(1200px, calc(100% - 36px));
  margin: 0 auto;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: grid;
  width: 60px;
  height: 60px;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: var(--yellow);
  font-family: Georgia, serif;
  font-weight: 700;
}

.topbar__actions {
  display: flex;
  gap: 18px;
}

.topbar__button {
  padding: 0;
  border: 0;
  color: rgba(255,255,255,.78);
  background: none;
  cursor: pointer;
}

.topbar__button:hover,
.topbar__button:focus-visible {
  color: var(--yellow);
}

.hero__layout {
  position: relative;
  z-index: 1;
  width: min(1200px, calc(100% - 36px));
  margin: 0 auto;
  padding: 54px 0 148px;
  display: grid;
  gap: 60px;
  align-items: center;
}

.hero__copy {
  max-width: 680px;
}

.hero__copy .eyebrow {
  color: var(--yellow);
}

.hero h1 {
  margin-top: 16px;
  color: #fff;
  font-size: clamp(4rem, 9vw, 7.2rem);
  font-weight: 500;
  letter-spacing: -.055em;
}

.hero h1 span {
  display: block;
  color: #F7C4A4;
  font-size: .43em;
  font-style: italic;
}

.hero__lead {
  margin-top: 24px;
  color: rgba(255,255,255,.72);
  font-family: Georgia, serif;
  font-size: clamp(1.08rem, 2.2vw, 1.4rem);
  font-style: italic;
}

.hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero__meta span {
  padding: 8px 14px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  color: rgba(255,255,255,.78);
  background: rgba(255,255,255,.04);
}

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

.hero__visual {
  position: relative;
  min-height: 560px;
}

.hero__poster {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 82%;
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 28px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 28px 76px rgba(0,0,0,.20);
  transform: rotate(3deg);
}

.hero__poster img {
  width: 100%;
  aspect-ratio: 16 / 11;
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
  background: rgba(255,255,255,.03);
}

.hero__passport {
  position: absolute;
  left: 0;
  top: 48px;
  z-index: 2;
  width: min(230px, 62%);
  padding: 22px;
  border: 3px double var(--coral);
  color: var(--ink);
  background: var(--cream);
  box-shadow: 0 18px 36px rgba(0,0,0,.16);
  transform: rotate(-7deg);
  text-align: center;
}

.hero__passport span,
.hero__passport small {
  display: block;
  color: var(--coral);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .14em;
}

.hero__passport strong {
  display: block;
  margin: 8px 0;
  font-family: Georgia, serif;
  font-size: 1.5rem;
}

.audio-dock {
  position: absolute;
  right: 50%;
  bottom: 26px;
  z-index: 2;
  width: min(720px, calc(100% - 36px));
  transform: translateX(50%);
  display: grid;
  grid-template-columns: auto minmax(0,1fr);
  gap: 12px 18px;
  align-items: center;
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 22px;
  background: rgba(46,75,58,.82);
  backdrop-filter: blur(10px);
}

.audio-dock__play {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--ink);
  background: var(--yellow);
  cursor: pointer;
}

.audio-dock__meta strong {
  display: block;
  color: #fff;
  font-family: Georgia, serif;
  font-weight: 500;
}

.audio-dock__meta span {
  color: rgba(255,255,255,.60);
  font-size: .82rem;
}

.audio-dock__progress {
  grid-column: 1 / -1;
  width: 100%;
  accent-color: var(--coral);
}

.section {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: 92px 0;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 46px;
}

.section-heading--split {
  display: grid;
  gap: 20px;
  max-width: none;
  align-items: end;
}

.section-heading h2,
.opening-copy h2,
.video-layout h2,
.future-layout h2,
.closing-panel h2,
.modal__panel h2 {
  margin-top: 12px;
  color: var(--ink);
  font-size: clamp(2.3rem, 5vw, 4.2rem);
  font-weight: 500;
  letter-spacing: -.04em;
}

.section-heading > p:not(.eyebrow),
.section-heading--split > p,
.opening-copy > p:not(.eyebrow),
.video-layout__copy > p:not(.eyebrow),
.future-layout__copy > p:not(.eyebrow),
.closing-panel__copy > p:not(.eyebrow),
.modal__copy > p:not(.eyebrow),
.modal__panel--story > p:not(.eyebrow) {
  margin-top: 18px;
  color: var(--ink-soft);
}

.opening-strip {
  display: flex;
  overflow: hidden;
  color: var(--cream);
  background: var(--coral);
  transform: rotate(-1deg);
}

.opening-strip span {
  flex: 1;
  padding: 16px 18px;
  border-right: 2px solid rgba(255,255,255,.18);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-align: center;
  white-space: nowrap;
}

.opening-copy {
  max-width: 860px;
  margin-top: 44px;
}

.route-map {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 34px;
  background:
    radial-gradient(circle at 70% 18%, rgba(243,197,83,.22), transparent 22%),
    linear-gradient(180deg, #D8EEF0 0%, #EADFCF 100%);
  box-shadow: var(--shadow);
}

.route-map::before,
.route-map::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  opacity: .26;
}

.route-map::before {
  width: 320px;
  height: 320px;
  left: -80px;
  top: -80px;
  background: var(--sky);
}

.route-map::after {
  width: 380px;
  height: 380px;
  right: -120px;
  bottom: -120px;
  background: var(--terracotta);
}

.route-map__line {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.route-stop {
  position: absolute;
  z-index: 2;
  min-width: 120px;
  padding: 12px 14px;
  border: 0;
  border-radius: 18px;
  color: var(--ink);
  background: var(--cream);
  box-shadow: var(--shadow-soft);
  cursor: pointer;
  text-align: left;
  transition: transform .2s ease, box-shadow .2s ease;
}

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

.route-stop.is-active {
  color: #fff;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(79,122,92,.18);
}

.route-stop span {
  display: block;
  color: var(--coral);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .12em;
}

.route-stop.is-active span {
  color: var(--yellow);
}

.route-stop strong {
  display: block;
  margin-top: 2px;
  font-family: Georgia, serif;
}

.route-stop--salta { left: 7%; bottom: 23%; }
.route-stop--purmamarca { left: 34%; top: 34%; }
.route-stop--tilcara { right: 28%; bottom: 28%; }
.route-stop--cafayate { right: 7%; top: 18%; }

.route-map__card {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 32px;
  width: min(520px, calc(100% - 40px));
  transform: translateX(-50%);
  padding: 28px;
  border-radius: 24px;
  background: rgba(255,253,247,.92);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(8px);
}

.route-map__card h3 {
  margin-top: 10px;
  font-size: 2rem;
  font-weight: 500;
}

.route-map__card p:not(.eyebrow) {
  margin-top: 12px;
  color: var(--ink-soft);
}

.passport {
  margin-top: 28px;
  padding: 28px;
  border: 3px double var(--green);
  background: var(--cream);
}

.passport__stamps {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.passport-stamp {
  display: grid;
  min-height: 100px;
  place-items: center;
  border: 3px solid rgba(79,122,92,.26);
  border-radius: 50%;
  color: rgba(79,122,92,.32);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .12em;
  transform: rotate(-4deg);
}

.passport-stamp:nth-child(even) {
  transform: rotate(5deg);
}

.passport-stamp.is-stamped {
  border-color: var(--coral);
  color: var(--coral);
  background: rgba(216,95,73,.05);
}

.destination-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.destination-tab {
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: var(--cream);
  font-weight: 900;
  cursor: pointer;
}

.destination-tab.is-active {
  color: #fff;
  border-color: var(--green);
  background: var(--green);
}

.destination-view {
  display: grid;
  gap: 26px;
  align-items: center;
  padding: 18px;
  border-radius: 32px;
  background: var(--cream);
  box-shadow: var(--shadow);
}

.destination-view__main {
  margin: 0;
  padding: 10px;
  border-radius: 24px;
  background: var(--paper);
}

.destination-view__main img {
  width: 100%;
  aspect-ratio: 16 / 11;
  border-radius: 18px;
  object-fit: cover;
  object-position: center;
  background: var(--paper);
}

.destination-view__copy {
  padding: clamp(18px, 4vw, 34px);
}

.destination-view__copy h3 {
  margin-top: 10px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 500;
}

.destination-view__copy > p:not(.eyebrow) {
  margin-top: 16px;
  color: var(--ink-soft);
}

.destination-thumbs {
  display: flex;
  gap: 12px;
  margin-top: 28px;
}

.destination-thumb {
  width: 110px;
  padding: 6px;
  border: 2px solid transparent;
  border-radius: 16px;
  background: var(--paper);
  cursor: pointer;
}

.destination-thumb.is-active {
  border-color: var(--coral);
}

.destination-thumb img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 12px;
  object-fit: cover;
}

.video-layout {
  display: grid;
  gap: 28px;
  align-items: center;
  padding: clamp(30px, 6vw, 58px);
  border-radius: 32px;
  color: #fff;
  background:
    radial-gradient(circle at 86% 16%, rgba(243,197,83,.16), transparent 24%),
    linear-gradient(135deg, #2E4B3A, #4F7A5C);
  box-shadow: var(--shadow);
}

.video-layout .eyebrow {
  color: var(--yellow);
}

.video-layout h2 {
  color: #fff;
}

.video-layout__copy > p:not(.eyebrow) {
  color: rgba(255,255,255,.72);
}

.video-layout video {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 24px;
  background: var(--green-deep);
  object-fit: cover;
  object-position: center;
}

.tag-wall {
  display: grid;
  gap: 18px;
}

.travel-tag {
  min-height: 180px;
  padding: 24px;
  border: 0;
  color: var(--ink);
  background: var(--cream);
  box-shadow: var(--shadow-soft);
  cursor: pointer;
  text-align: left;
  clip-path: polygon(0 0, 88% 0, 100% 50%, 88% 100%, 0 100%);
}

.travel-tag span {
  display: block;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .14em;
}

.travel-tag strong {
  display: block;
  margin-top: 18px;
  max-width: 15ch;
  font-family: Georgia, serif;
  font-size: 1.7rem;
  line-height: 1.2;
}

.travel-tag--coral {
  color: #fff;
  background: var(--coral);
}

.travel-tag--yellow {
  background: var(--yellow);
}

.travel-tag--green {
  color: #fff;
  background: var(--green);
}

.travel-tag--purple {
  color: #fff;
  background: var(--purple);
}

.scratch-card {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border-radius: 32px;
  background: var(--cream);
  box-shadow: var(--shadow);
}

.scratch-card__message {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 34px;
  text-align: center;
  background:
    radial-gradient(circle at 82% 18%, rgba(243,197,83,.20), transparent 24%),
    linear-gradient(135deg, #D8EEF0, #EFE4D5);
}

.scratch-card__message span {
  color: var(--coral);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .16em;
}

.scratch-card__message strong {
  display: block;
  max-width: 22ch;
  margin-top: 18px;
  font-family: Georgia, serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 500;
  line-height: 1.15;
}

#scratch-canvas {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 420px;
  touch-action: none;
  cursor: crosshair;
}

.future-layout {
  display: grid;
  gap: 30px;
  align-items: center;
  padding: clamp(30px, 6vw, 58px);
  border-radius: 32px;
  background: var(--cream);
  box-shadow: var(--shadow);
}

.future-layout__visual {
  margin: 0;
  padding: 12px;
  border-radius: 26px;
  background: var(--paper);
}

.future-layout__visual img {
  width: 100%;
  aspect-ratio: 16 / 11;
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
  background: var(--paper);
}

.future-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.future-option {
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: var(--cream);
  font-weight: 900;
  cursor: pointer;
}

.future-option.is-selected {
  color: #fff;
  border-color: var(--green);
  background: var(--green);
}

.future-result {
  margin-top: 24px;
  padding: 18px;
  border-left: 8px solid var(--yellow);
  background: var(--paper);
}

.future-result span {
  display: block;
  color: var(--coral);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .14em;
}

.future-result strong {
  display: block;
  margin-top: 6px;
  font-family: Georgia, serif;
  font-size: 1.8rem;
  font-weight: 500;
}

.future-layout__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.closing-panel {
  position: relative;
  min-height: 500px;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: clamp(42px, 7vw, 76px);
  border-radius: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(243,197,83,.18), transparent 24%),
    linear-gradient(135deg, #2E4B3A, #4F7A5C);
  box-shadow: var(--shadow);
}

.closing-panel__sun {
  position: absolute;
  right: 10%;
  top: 12%;
  color: var(--yellow);
  font-size: 9rem;
  opacity: .72;
}

.closing-panel__copy {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.closing-panel .eyebrow {
  color: var(--yellow);
}

.closing-panel h2 {
  color: #fff;
}

.closing-panel__copy > p:not(.eyebrow) {
  color: rgba(255,255,255,.72);
}

.closing-panel__signature {
  margin-top: 28px;
  color: #F7C4A4;
  font-family: Georgia, serif;
  font-size: 2rem;
  font-style: italic;
}

.footer {
  padding: 0 18px 34px;
  color: var(--ink-soft);
  font-size: .9rem;
  text-align: center;
}

.footer a {
  color: var(--ink);
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 18px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}

.modal.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(37,55,43,.78);
  backdrop-filter: blur(8px);
}

.modal__panel {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
  max-height: calc(100vh - 36px);
  overflow: auto;
  border-radius: 30px;
  background: var(--cream);
  box-shadow: 0 34px 90px rgba(37,55,43,.30);
}

.modal__close {
  position: absolute;
  z-index: 3;
  top: 14px;
  right: 14px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--coral);
  font-size: 1.4rem;
  cursor: pointer;
}

.modal__panel--gallery {
  display: grid;
  gap: 22px;
  padding: 18px;
}

.gallery-modal__visual {
  position: relative;
}

.gallery-modal__visual img {
  width: 100%;
  aspect-ratio: 16 / 11;
  min-height: 0;
  border-radius: 24px;
  object-fit: cover;
  object-position: center;
  background: var(--paper);
}

.gallery-modal__nav {
  position: absolute;
  z-index: 2;
  top: 50%;
  display: grid;
  width: 46px;
  height: 46px;
  transform: translateY(-50%);
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: rgba(46,75,58,.86);
  cursor: pointer;
}

.gallery-modal__nav--prev {
  left: 14px;
}

.gallery-modal__nav--next {
  right: 14px;
}

.modal__copy {
  padding: 16px 12px 24px;
}

.gallery-modal__counter {
  display: inline-block;
  margin-top: 22px;
  color: var(--coral);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .14em;
}

.modal__panel--story {
  width: min(700px, 100%);
  padding: clamp(34px, 6vw, 60px);
}

.modal__panel--story p + p {
  margin-top: 18px;
}

.modal__panel--postcard {
  width: min(1100px, 100%);
  padding: 18px;
}

.modal__panel--postcard iframe {
  width: 100%;
  height: min(82vh, 880px);
  border: 0;
  border-radius: 20px;
  background: #fff;
}

.toast {
  position: fixed;
  z-index: 90;
  right: 18px;
  bottom: 18px;
  max-width: min(360px, calc(100% - 36px));
  padding: 14px 18px;
  border-radius: 14px;
  color: #fff;
  background: var(--green);
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
  font-weight: 900;
}

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

@media (min-width: 900px) {
  .hero__layout {
    grid-template-columns: minmax(0,1fr) minmax(420px,.92fr);
  }

  .section-heading--split {
    grid-template-columns: minmax(0,1.2fr) minmax(280px,.8fr);
  }

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

  .destination-view,
  .video-layout,
  .future-layout {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

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

  .modal__panel--gallery {
    grid-template-columns: minmax(0,1.08fr) minmax(300px,.92fr);
    align-items: center;
  }
}

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

  .hero__copy {
    text-align: center;
  }

  .hero__meta,
  .hero__actions {
    justify-content: center;
  }

  .hero__visual {
    min-height: 520px;
  }

  .route-map {
    min-height: 720px;
  }

  .route-stop--salta { left: 7%; bottom: 28%; }
  .route-stop--purmamarca { left: 12%; top: 24%; }
  .route-stop--tilcara { right: 12%; bottom: 36%; }
  .route-stop--cafayate { right: 8%; top: 16%; }

  .route-map__card {
    bottom: 28px;
  }
}

@media (max-width: 640px) {
  .topbar {
    align-items: flex-start;
  }

  .topbar__actions {
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
  }

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

  .hero__actions,
  .future-layout__actions {
    flex-direction: column;
  }

  .hero__actions .button,
  .future-layout__actions .button {
    width: 100%;
  }

  .hero__visual {
    min-height: 430px;
  }

  .hero__poster {
    width: 90%;
  }

  .section {
    padding: 70px 0;
  }

  .opening-strip {
    flex-direction: column;
  }

  .opening-strip span {
    border-right: 0;
    border-bottom: 2px solid rgba(255,255,255,.18);
  }

  .route-map {
    min-height: 780px;
  }

  .route-stop {
    min-width: 106px;
    padding: 10px 12px;
  }

  .route-stop--salta { left: 4%; bottom: 34%; }
  .route-stop--purmamarca { left: 4%; top: 17%; }
  .route-stop--tilcara { right: 4%; bottom: 42%; }
  .route-stop--cafayate { right: 4%; top: 13%; }

  .route-map__card {
    bottom: 22px;
  }

  .destination-thumbs {
    flex-wrap: wrap;
  }
}
