@font-face {
  font-family: Cormorant;
  src: url("assets/fonts/cormorant-latin.woff2") format("woff2");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Cormorant;
  src: url("assets/fonts/cormorant-italic-latin.woff2") format("woff2");
  font-weight: 300 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: url("assets/fonts/manrope-latin.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
:root {
  --vesna-mauve: #e0b0ff;
  --deep-aubergine: #2b1738;
  --mist-lilac: #f2eaf7;
  --warm-ivory: #fff9f2;
  --lavender-grey: #c8bed2;
  --aegean-accent: #2f6670;
  --gutter: clamp(22px, 5.4vw, 104px);
  --serif: Cormorant, Georgia, serif;
  --sans: Manrope, Arial, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}
* {
  box-sizing: border-box;
}
html {
  scroll-padding-top: 110px;
}
body {
  margin: 0;
  color: var(--deep-aubergine);
  background: var(--warm-ivory);
  font: 400 14px/1.8 var(--sans);
  -webkit-font-smoothing: antialiased;
}
body.overlay-open {
  overflow: hidden;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  color: inherit;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
figure,
p {
  margin: 0;
}
h1,
h2,
h3,
h4 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.02;
  margin: 0;
}
h2 {
  font-size: clamp(44px, 5.3vw, 82px);
  letter-spacing: -0.035em;
}
h3 {
  font-size: clamp(40px, 4.9vw, 76px);
  letter-spacing: -0.04em;
}
em {
  font-weight: 400;
}
button {
  border: 0;
}
svg {
  display: block;
}
::selection {
  background: var(--vesna-mauve);
  color: var(--deep-aubergine);
}
:focus-visible {
  outline: 2px solid var(--aegean-accent);
  outline-offset: 6px;
}
button:focus-visible,
a:focus-visible {
  outline-offset: 5px;
}
.hero :focus-visible,
.site-header:not(.scrolled) :focus-visible {
  outline-color: var(--warm-ivory);
}
[hidden] {
  display: none !important;
}
.section-shell {
  padding-inline: var(--gutter);
  max-width: 1800px;
  margin-inline: auto;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.19em;
  font-size: 10px;
  font-weight: 650;
  line-height: 1.6;
}
.handwritten {
  font: italic 26px/1.2 var(--serif);
  transform: rotate(-7deg);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 27px;
  min-height: 49px;
  padding: 14px 23px;
  background: var(--vesna-mauve);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.025em;
  position: relative;
  transition:
    background 0.3s,
    color 0.3s;
}
.button span,
.text-link span,
.hero-link span {
  display: inline-block;
  font-size: 19px;
  transition: transform 0.4s var(--ease);
}
.button:hover span,
.text-link:hover span,
.hero-link:hover span {
  transform: translate(3px, -3px);
}
.button:hover {
  background: var(--mist-lilac);
}
.button-dark {
  color: var(--warm-ivory);
  background: var(--deep-aubergine);
}
.button-dark:hover {
  background: var(--aegean-accent);
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  border: 0;
  border-bottom: 1px solid var(--lavender-grey);
  padding: 10px 0;
  background: none;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.035em;
  min-height: 44px;
}
.round-button {
  width: 46px;
  height: 46px;
  border: 1px solid var(--lavender-grey);
  border-radius: 50%;
  background: var(--warm-ivory);
  display: inline-grid;
  place-items: center;
  font-size: 18px;
  transition: background 0.3s;
}
.round-button:hover {
  background: var(--vesna-mauve);
}
.skip-link {
  position: fixed;
  top: 10px;
  left: 15px;
  transform: translateY(-180%);
  z-index: 100;
  padding: 12px 20px;
  background: var(--warm-ivory);
}
.skip-link:focus {
  transform: none;
}
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  background: var(--vesna-mauve);
  z-index: 80;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
}
.site-header {
  height: 112px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 var(--gutter);
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  color: var(--warm-ivory);
  transition:
    background 0.45s,
    height 0.45s,
    box-shadow 0.45s,
    color 0.45s;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.brand > svg {
  width: 48px;
  height: 48px;
}
.brand > span {
  font: 31px/0.9 var(--serif);
  letter-spacing: 0.21em;
}
.brand small {
  font: 6px/1 var(--sans);
  display: block;
  letter-spacing: 0.24em;
  margin-top: 10px;
}
.desktop-nav {
  display: flex;
  gap: clamp(18px, 2.5vw, 42px);
}
.desktop-nav > a {
  font-size: 10px;
  position: relative;
  padding-block: 12px;
}
.desktop-nav > a:after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}
.desktop-nav > a:hover:after,
.desktop-nav > a.active:after {
  transform: scaleX(1);
}
.nav-plan {
  min-height: 44px;
  font-size: 10px;
  padding: 12px 19px;
  color: var(--deep-aubergine);
}
.site-header.scrolled {
  position: fixed;
  height: 76px;
  background: rgb(255 249 242 / 94%);
  color: var(--deep-aubergine);
  backdrop-filter: blur(16px);
  box-shadow: 0 4px 35px #2b173809;
}
.menu-toggle {
  width: 44px;
  height: 44px;
  background: none;
  display: none;
  padding: 12px 5px;
}
.menu-toggle span {
  display: block;
  background: currentColor;
  height: 1px;
  width: 26px;
  margin: 7px auto;
}
.hero {
  height: min(850px, 95svh);
  min-height: 650px;
  position: relative;
  color: var(--warm-ivory);
  isolation: isolate;
  background: var(--aegean-accent);
  overflow: hidden;
}
.hero-photo,
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}
.hero-photo img {
  width: 100%;
  height: 108%;
  object-fit: cover;
  object-position: center 53%;
}
.hero-shade {
  z-index: -1;
  background: linear-gradient(
    180deg,
    #2b173863 0%,
    #2b17382e 30%,
    #2b173854 62%,
    #2b173890 100%
  );
}
.hero:after {
  content: "";
  height: 61px;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  background: var(--warm-ivory);
  mask: url("assets/icons/paper-edge.svg") center / 100% 100% no-repeat;
}
.hero-content {
  text-align: center;
  padding: 190px 20px 130px;
  max-width: 1000px;
  margin: auto;
}
.hero-kicker {
  font-size: 9px;
  letter-spacing: 0.23em;
  margin-bottom: 22px;
}
.hero-kicker span {
  margin-inline: 13px;
}
.hero h1 {
  font-size: clamp(100px, 10.3vw, 167px);
  line-height: 0.84;
  letter-spacing: -0.044em;
  text-shadow: 0 2px 40px #2b17382e;
}
.hero h1 > span,
.hero h1 > em {
  display: block;
}
.hero h1 em {
  margin-left: 70px;
}
.hero-subtitle {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.015em;
  margin-top: 30px;
}
.hero-link {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid #fff9f29c;
  padding: 9px 0;
  font-size: 10px;
  margin-top: 20px;
}
.hero-bottom {
  position: absolute;
  bottom: 78px;
  left: var(--gutter);
  right: var(--gutter);
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
}
.coordinates {
  font-size: 9px;
  letter-spacing: 0.1em;
}
.coordinates small {
  display: block;
  font-size: 8px;
  letter-spacing: 0.025em;
  margin-top: 5px;
}
.scroll-cue {
  font-size: 7px;
  letter-spacing: 0.2em;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: -30px;
}
.scroll-cue i {
  animation: scroll-breathe 2.4s ease-in-out infinite;
  font-size: 25px;
  font-style: normal;
  font-weight: 200;
}
.hero-bottom .handwritten {
  font-size: 23px;
}
.hero-route {
  position: absolute;
  width: 38%;
  height: auto;
  right: -10px;
  bottom: 6px;
  fill: none;
  stroke: #fff9f26b;
  stroke-width: 0.65;
  pointer-events: none;
  transform: rotate(2deg);
}
.hero-route circle {
  fill: var(--vesna-mauve);
  stroke: none;
}
.finder {
  padding-top: 48px;
  padding-bottom: 46px;
}
.finder-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 30px;
}
.finder h2 {
  font-size: clamp(38px, 3.4vw, 52px);
  letter-spacing: -0.025em;
}
.finder-heading .eyebrow {
  font-size: 8px;
  letter-spacing: 0.17em;
  color: var(--aegean-accent);
  margin-bottom: 10px;
}
.finder-aside {
  display: flex;
  align-items: center;
  gap: 42px;
  padding-bottom: 4px;
}
.finder-aside > p {
  font-size: 10px;
  color: var(--aegean-accent);
  line-height: 1.9;
}
.journey-controls {
  display: flex;
  align-items: center;
  gap: 9px;
}
.journey-controls button {
  width: 47px;
  height: 47px;
  border: 1px solid var(--lavender-grey);
  border-radius: 50%;
  background: transparent;
  font: 21px/1 var(--sans);
  display: grid;
  place-items: center;
  transition:
    background 0.3s,
    color 0.3s,
    border-color 0.3s,
    opacity 0.3s;
}
.journey-controls button:not(:disabled):hover {
  background: var(--deep-aubergine);
  border-color: var(--deep-aubergine);
  color: var(--warm-ivory);
}
.journey-controls button:disabled {
  opacity: 0.3;
  cursor: default;
}
.journey-swiper {
  width: 100%;
  padding: 5px 0;
  --swiper-wrapper-transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}
.journey-swiper .journey-slide {
  width: clamp(270px, 25vw, 360px);
  height: auto;
}
.journey-card {
  display: block;
  color: var(--deep-aubergine);
  -webkit-user-drag: none;
  user-select: none;
}
.journey-card-photo {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.65;
  background: var(--mist-lilac);
}
.journey-card-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #2b17383d, transparent 45%, #2b173822);
  pointer-events: none;
}
.journey-card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-user-drag: none;
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.journey-card-index {
  position: absolute;
  top: 15px;
  left: 17px;
  z-index: 1;
  color: var(--warm-ivory);
  font-size: 9px;
  letter-spacing: 0.16em;
}
.journey-card-invitation {
  position: absolute;
  bottom: 14px;
  left: 15px;
  right: 15px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 14px;
  background: var(--warm-ivory);
  font-size: 9px;
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 0.35s,
    transform 0.5s;
}
.journey-card-invitation span {
  font-size: 17px;
}
.journey-card-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 17px 2px 14px;
  border-bottom: 1px solid #c8bed299;
  transition: border-color 0.35s;
}
.journey-card-caption .eyebrow {
  font-size: 7px;
  letter-spacing: 0.16em;
  color: var(--aegean-accent);
  margin-bottom: 4px;
}
.journey-card h3 {
  font: 30px/1.05 var(--serif);
  letter-spacing: -0.025em;
}
.journey-card-arrow {
  align-self: end;
  color: var(--aegean-accent);
  font-size: 21px;
  transition: transform 0.35s;
}
.journey-card:focus-visible {
  outline-offset: -3px;
}
.journey-card:focus-visible .journey-card-invitation {
  opacity: 1;
  transform: none;
}
@media (hover: hover) and (pointer: fine) {
  .journey-card:hover .journey-card-photo img {
    transform: scale(1.045);
  }
  .journey-card:hover .journey-card-invitation {
    opacity: 1;
    transform: none;
  }
  .journey-card:hover .journey-card-caption {
    border-color: var(--aegean-accent);
  }
  .journey-card:hover .journey-card-arrow {
    transform: translate(3px, -3px);
  }
}
.journey-carousel-footer {
  display: grid;
  grid-template-columns: auto minmax(70px, 1fr) auto;
  align-items: center;
  gap: 28px;
  margin-top: 21px;
  font-size: 9px;
  color: var(--aegean-accent);
}
.journey-swipe-hint {
  display: flex;
  align-items: center;
  gap: 10px;
}
.journey-swipe-hint > span {
  font-size: 20px;
}
.journey-total {
  letter-spacing: 0.09em;
}
.journey-scrollbar {
  position: relative;
  height: 24px;
  cursor: grab;
  touch-action: none;
}
.journey-scrollbar::before,
.journey-scrollbar .swiper-scrollbar-drag::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--lavender-grey);
}
.journey-scrollbar .swiper-scrollbar-drag {
  background: none;
  border-radius: 0;
  height: 100%;
}
.journey-scrollbar .swiper-scrollbar-drag::after {
  background: var(--aegean-accent);
}
.journey-swiper:not(.swiper-initialized) {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}
.journey-swiper:not(.swiper-initialized) .journey-track {
  display: flex;
  gap: 24px;
}
.journey-swiper:not(.swiper-initialized) .journey-slide {
  flex-shrink: 0;
  scroll-snap-align: start;
}
.finder:has(.journey-swiper:not(.swiper-initialized)) .journey-scrollbar {
  visibility: hidden;
}
.introduction {
  padding-top: 90px;
  padding-bottom: 110px;
  text-align: center;
  position: relative;
}
.introduction > .eyebrow {
  color: var(--aegean-accent);
  margin-bottom: 23px;
  display: block;
}
.introduction h2 {
  font-size: clamp(43px, 4.1vw, 66px);
  line-height: 1.12;
  letter-spacing: -0.035em;
}
.introduction h2 em {
  position: relative;
  display: inline-block;
  isolation: isolate;
}
.introduction h2 em:after {
  content: "";
  background: var(--vesna-mauve);
  opacity: 0.5;
  position: absolute;
  inset: 55% -8px 4px;
  z-index: -1;
  transform: rotate(-1.5deg);
}
.intro-bottom {
  max-width: 760px;
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.intro-bottom p {
  font-size: 11px;
  line-height: 1.9;
  max-width: 370px;
  text-align: left;
}
.little-horizon {
  font-size: 65px;
  font-family: var(--serif);
  font-weight: 300;
  line-height: 1;
  position: relative;
  border-bottom: 1px solid var(--aegean-accent);
  color: var(--aegean-accent);
  width: 53px;
  height: 34px;
}
.intro-bottom .handwritten {
  font-size: 20px;
  max-width: 135px;
  color: var(--aegean-accent);
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  padding-top: 20px;
  padding-bottom: 55px;
}
.section-heading .eyebrow {
  color: var(--aegean-accent);
  margin-bottom: 15px;
}
.section-heading h2 {
  font-size: clamp(44px, 4.8vw, 72px);
}
.section-heading > p {
  font-size: 10px;
  margin-bottom: 8px;
}
.journey-map {
  position: relative;
}
.journey-route {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  fill: none;
  pointer-events: none;
  z-index: 3;
  overflow: visible;
}
.journey-route path {
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}
.route-base {
  stroke: var(--lavender-grey);
  opacity: 0.42;
}
.route-progress {
  stroke: var(--aegean-accent);
  opacity: 0.65;
}
.mobile-menu {
  border: 0;
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100dvh;
  margin: 0;
  padding: 30px var(--gutter);
  background: var(--mist-lilac);
  color: var(--deep-aubergine);
}
dialog::backdrop {
  background: #2b17389c;
  backdrop-filter: blur(5px);
}
.menu-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-brand {
  font: 30px var(--serif);
  letter-spacing: 0.2em;
}
.menu-body {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 50px;
  align-items: center;
  min-height: 80%;
}
.menu-body nav {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 15px;
}
.menu-body nav a,
.menu-body nav > button {
  font: clamp(34px, 5vw, 70px) / 1.2 var(--serif);
  background: transparent;
  text-align: left;
  min-height: 44px;
  padding: 0;
}
.menu-body nav small {
  font: 10px var(--sans);
  color: var(--aegean-accent);
  vertical-align: middle;
  margin-right: 10px;
}
.menu-body nav > button {
  color: var(--aegean-accent);
  font-style: italic;
  margin-top: 25px;
}
.menu-body figure img {
  aspect-ratio: 4/5;
  object-fit: cover;
}
.menu-body figcaption {
  margin-top: 15px;
  line-height: 2.2;
}
.preloader {
  position: fixed;
  inset: 0;
  z-index: 99;
  background: var(--warm-ivory);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.loader-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 30px;
}
.loader-word {
  font: 58px/1 var(--serif);
  letter-spacing: 0.25em;
  margin-left: 0.25em;
  overflow: hidden;
}
.loader-word span {
  display: inline-block;
}
.preloader .eyebrow {
  margin-top: 25px;
  font-size: 8px;
}
.loader-route {
  height: 1px;
  width: 100%;
  background: var(--lavender-grey);
  position: absolute;
  bottom: 25%;
  transform-origin: left;
}
.detail-dialog,
.plan-dialog {
  padding: 0;
  border: 0;
  background: var(--warm-ivory);
  color: var(--deep-aubergine);
  width: min(880px, calc(100% - 32px));
  max-height: 90dvh;
  max-width: none;
  overflow: auto;
}
.dialog-close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 5;
}
.plan-dialog {
  padding: 54px;
  width: min(760px, calc(100% - 32px));
}
.plan-intro {
  padding-right: 30px;
}
.plan-intro h2 {
  font-size: 58px;
  margin-block: 17px;
}
.plan-intro > p:last-child {
  font-size: 12px;
  margin-bottom: 25px;
}
.plan-dialog label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: 10px;
  letter-spacing: 0.025em;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
.plan-dialog input,
.plan-dialog select,
.plan-dialog textarea {
  border: 1px solid var(--lavender-grey);
  background: transparent;
  padding: 12px;
  min-height: 46px;
  max-width: 100%;
  width: 100%;
  color: var(--deep-aubergine);
  border-radius: 0;
  font-size: 12px;
}
.plan-dialog textarea {
  resize: vertical;
}
.form-note {
  font-size: 10px;
  line-height: 1.7;
  color: var(--aegean-accent);
  margin: 20px 0;
}
.journey-cursor {
  display: none;
}
.noscript-note {
  padding: 35px;
  background: var(--mist-lilac);
}
.destination {
  position: relative;
  min-height: 590px;
  display: grid;
  grid-template-columns: 59% 41%;
  align-items: center;
  margin-bottom: 20px;
  isolation: isolate;
}
.destination-photo {
  display: block;
  position: relative;
  border: 0;
  border-radius: 0;
  padding: 0;
  width: 100%;
  height: 560px;
  overflow: hidden;
  background: var(--mist-lilac);
  align-self: stretch;
}
.destination-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    filter 0.5s,
    scale 1.2s var(--ease);
}
.destination-photo:hover img {
  scale: 1.025;
}
.torn-photo {
  position: relative;
  isolation: isolate;
}
.torn-photo:after,
.torn-photo:before {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  height: 46px;
  background: var(--warm-ivory);
  mask: url("assets/icons/paper-edge.svg") center / 100% 100% no-repeat;
  z-index: 2;
  pointer-events: none;
}
.torn-photo:after {
  bottom: -1px;
}
.torn-photo:before {
  top: -1px;
  transform: rotate(180deg);
}
.destination-photo:after,
.destination-photo:before {
  height: 65px;
}
.destination-photo:after {
  transform: rotate(-2deg);
  bottom: -15px;
  width: 103%;
  left: -1.5%;
}
.destination-photo:before {
  transform: rotate(181deg);
  top: -15px;
  width: 103%;
  left: -1.5%;
}
.destination-copy {
  position: relative;
  padding: 45px clamp(30px, 5vw, 100px) 45px clamp(45px, 5.4vw, 100px);
  z-index: 4;
}
.chapter-label {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-bottom: 24px;
  position: relative;
}
.chapter-label > .eyebrow {
  font-size: 9px;
  color: var(--aegean-accent);
}
.map-marker {
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  z-index: 5;
}
.map-marker > span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--aegean-accent);
  box-shadow: 0 0 0 5px var(--warm-ivory);
  position: relative;
}
.map-marker > span:after {
  content: "";
  position: absolute;
  inset: -10px;
  border: 1px solid var(--aegean-accent);
  border-radius: 50%;
  opacity: 0;
}
.map-marker:hover > span:after,
.map-marker:focus-visible > span:after {
  opacity: 0.4;
}
.map-marker.activated > span:after {
  animation: marker-pulse 1.5s ease-out 1;
}
.chapter-feeling {
  font: italic 19px var(--serif);
  margin-bottom: 8px;
  color: var(--aegean-accent);
}
.destination h3 {
  max-width: 450px;
}
.destination-description {
  font-size: 11px;
  line-height: 1.95;
  max-width: 310px;
  margin-top: 23px;
}
.destination-meta {
  display: flex;
  align-items: center;
  gap: 13px;
  flex-wrap: wrap;
  font-size: 8px;
  letter-spacing: 0.03em;
  margin-top: 22px;
}
.destination-meta i {
  width: 3px;
  height: 3px;
  display: inline-block;
  background: var(--aegean-accent);
  border-radius: 50%;
}
.destination-copy .text-link {
  margin-top: 21px;
  font-size: 10px;
}
.photo-coordinate {
  position: absolute;
  bottom: 65px;
  left: var(--gutter);
  color: var(--warm-ivory);
  font-size: 8px;
  letter-spacing: 0.12em;
  z-index: 2;
  text-shadow: 0 1px 8px #2b1738;
}
.destination.reversed {
  grid-template-columns: 41% 59%;
}
.destination.reversed .destination-photo {
  grid-column: 2;
  grid-row: 1;
}
.destination.reversed .destination-copy {
  grid-column: 1;
  grid-row: 1;
  padding-left: var(--gutter);
  padding-right: 70px;
}
.destination.reversed .map-marker {
  left: auto;
  right: -49px;
}
.route-note {
  position: absolute;
  right: 12%;
  bottom: 32px;
  font-size: 23px;
  color: var(--aegean-accent);
  z-index: 4;
}
.destination.reversed .route-note {
  right: auto;
  left: 14%;
}
.destination.panoramic {
  min-height: 735px;
  display: block;
  margin-bottom: 0;
}
.panoramic .destination-photo {
  position: absolute;
  inset: 0;
  height: 640px;
  width: 100%;
}
.panoramic .destination-photo:before {
  height: 65px;
}
.panoramic .destination-photo:after {
  height: 150px;
  bottom: -5px;
  transform: none;
}
.panoramic .destination-photo img {
  object-position: 50% 60%;
}
.panoramic .destination-copy {
  position: relative;
  padding: 35px 45px 30px var(--gutter);
  top: 390px;
  background: var(--warm-ivory);
  width: 46%;
  min-height: 345px;
  z-index: 4;
}
.panoramic .destination-copy:before {
  content: "";
  position: absolute;
  top: -41px;
  left: 0;
  right: -1px;
  height: 43px;
  background: var(--warm-ivory);
  mask: url("assets/icons/paper-edge.svg") center/100% 100%;
  pointer-events: none;
}
.panoramic .destination-copy:after {
  content: "";
  position: absolute;
  right: -59px;
  top: 0;
  width: 60px;
  bottom: 0;
  background: var(--warm-ivory);
  clip-path: polygon(
    0 0,
    15% 4%,
    7% 7%,
    21% 11%,
    12% 14%,
    32% 18%,
    26% 20%,
    45% 25%,
    38% 27%,
    59% 31%,
    46% 36%,
    69% 39%,
    55% 41%,
    70% 46%,
    60% 50%,
    87% 54%,
    69% 59%,
    87% 63%,
    79% 67%,
    97% 74%,
    83% 80%,
    98% 88%,
    91% 93%,
    100% 100%,
    0 100%
  );
}
.panoramic .chapter-label {
  margin-bottom: 15px;
}
.panoramic .map-marker {
  left: auto;
  right: 0;
}
.panoramic .destination-description {
  max-width: 370px;
  margin-top: 15px;
}
.panoramic .destination-meta {
  margin-top: 15px;
}
.panoramic .destination-copy .text-link {
  margin-top: 12px;
}
.panoramic .route-note {
  right: 17%;
  bottom: 45px;
}
.panoramic .photo-coordinate {
  left: auto;
  right: var(--gutter);
  bottom: 140px;
}
.chapter-6.panoramic .destination-copy {
  top: 380px;
}
.chapter-6.panoramic .destination-photo img {
  object-position: center 63%;
}
.word-mask {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  line-height: 1.14;
  margin-bottom: -0.1em;
}
.word-mask > span {
  display: inline-block;
}
.feelings-section {
  padding-top: 100px;
  padding-bottom: 95px;
}
.feelings-section .section-heading {
  padding-inline: 0;
}
.feelings-stage.is-scroll-journey {
  height: 100svh;
  display: flex;
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 32px;
  background: var(--warm-ivory);
}
.is-scroll-journey .section-heading {
  flex: 0 0 auto;
  padding-top: 0;
  padding-bottom: clamp(24px, 4vh, 45px);
}
.is-scroll-journey .section-heading h2 {
  font-size: clamp(38px, min(4.8vw, 7.4vh), 72px);
}
.is-scroll-journey .feelings-layout {
  flex: 1 1 auto;
  min-height: 0;
}
.is-scroll-journey .feeling-visual {
  height: 100%;
  min-height: 0;
}
.is-scroll-journey .feeling-tabs button {
  padding-block: clamp(10px, 1.7vh, 18px);
}
.feelings-section .handwritten {
  font-size: 25px;
  color: var(--aegean-accent);
  margin-right: 8px;
  margin-bottom: 20px;
}
.feelings-layout {
  display: grid;
  grid-template-columns: 28% 72%;
  gap: 0;
  align-items: center;
}
.feeling-tabs {
  padding-right: 70px;
  position: relative;
}
.feeling-tabs:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 30px;
  bottom: 30px;
  border-left: 1px solid var(--lavender-grey);
}
.feeling-tabs button {
  background: none;
  position: relative;
  border: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding: 18px 0;
  font: 22px/1.3 var(--serif);
  white-space: nowrap;
  text-align: left;
}
.feeling-tabs button > span:last-child {
  margin-left: auto;
  font: 15px var(--sans);
  opacity: 0;
  transition: opacity 0.4s;
}
.feeling-tabs button[aria-selected="true"] > span:last-child {
  opacity: 1;
}
.feeling-tabs button[aria-selected="true"] {
  color: var(--aegean-accent);
}
.feeling-dot {
  width: 11px;
  height: 11px;
  flex-shrink: 0;
  display: block;
  background: var(--warm-ivory);
  border: 1px solid var(--lavender-grey);
  border-radius: 50%;
  transition:
    background 0.4s,
    box-shadow 0.4s;
  position: relative;
  z-index: 1;
}
.feeling-tabs button[aria-selected="true"] .feeling-dot {
  background: var(--aegean-accent);
  border-color: var(--aegean-accent);
  box-shadow: 0 0 0 6px var(--mist-lilac);
}
.feeling-visual {
  position: relative;
  height: 500px;
  isolation: isolate;
  overflow: hidden;
  color: var(--warm-ivory);
  background: var(--aegean-accent);
}
.feeling-image {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.feeling-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.feeling-visual:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, #2b173800, #2b173866 40%, #2b1738c9);
}
.feeling-overlay {
  position: absolute;
  bottom: 45px;
  left: 45px;
  max-width: 385px;
  padding-right: 20px;
}
.feeling-overlay .eyebrow {
  font-size: 8px;
}
.feeling-overlay h3 {
  font-size: 44px;
  line-height: 1.1;
  margin: 13px 0;
}
.feeling-overlay > p:not(.eyebrow) {
  font-size: 11px;
  line-height: 1.9;
  max-width: 310px;
}
.feeling-overlay .text-link {
  border-color: #fff9f273;
  font-size: 10px;
  margin-top: 15px;
  gap: 8px;
}
.feeling-overlay .text-link > span[aria-hidden] {
  margin-left: 15px;
}
.feeling-count {
  position: absolute;
  top: 26px;
  right: 28px;
  font-size: 9px;
  letter-spacing: 0.16em;
}
.approach {
  padding-top: 95px;
  padding-bottom: 95px;
  background: var(--mist-lilac);
  position: relative;
  max-width: none;
}
.approach:before,
.approach:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 40px;
  background: var(--warm-ivory);
  mask: url("assets/icons/paper-edge.svg") center/100% 100%;
  pointer-events: none;
}
.approach:before {
  top: -1px;
  transform: rotate(180deg);
}
.approach:after {
  bottom: -1px;
}
.approach-intro {
  text-align: center;
}
.approach-intro > .eyebrow {
  color: var(--aegean-accent);
  margin-bottom: 17px;
}
.approach-intro h2 {
  font-size: clamp(43px, 4.5vw, 68px);
}
.approach-intro > p:last-child {
  font-size: 11px;
  line-height: 1.9;
  margin-top: 23px;
}
.approach-steps {
  max-width: 1300px;
  margin: 50px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px;
  position: relative;
}
.approach-route {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 190px;
  fill: none;
  stroke: var(--lavender-grey);
  stroke-width: 0.8;
  pointer-events: none;
  z-index: 2;
}
.step-top {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  min-height: 190px;
}
.step-number {
  font: 100px/1 var(--serif);
  color: var(--aegean-accent);
  opacity: 0.7;
  position: relative;
  z-index: 3;
}
.step-image {
  width: 64%;
  height: 155px;
  margin-left: auto;
  transform: rotate(3deg);
}
.step-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.step-image:before,
.step-image:after {
  background: var(--mist-lilac);
  height: 25px;
}
.approach-step:nth-of-type(2) .step-image {
  transform: rotate(-3deg);
}
.approach-step:nth-of-type(2) {
  padding-top: 35px;
}
.approach-step h3 {
  font-size: 28px;
  letter-spacing: -0.02em;
  margin-top: 18px;
}
.approach-step > p {
  font-size: 11px;
  line-height: 1.9;
  max-width: 265px;
  margin-top: 15px;
}
.itineraries {
  padding-top: 85px;
  padding-bottom: 100px;
}
.itineraries .section-heading {
  padding-inline: 0;
}
.itinerary-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
}
.itinerary:nth-child(2) {
  margin-top: 70px;
}
.itinerary:nth-child(3) {
  margin-top: 25px;
}
.itinerary-photo {
  padding: 0;
  border: 0;
  width: 100%;
  height: 300px;
  display: block;
  background: var(--mist-lilac);
  overflow: hidden;
}
.itinerary-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 1s var(--ease);
}
.itinerary-photo:hover img {
  scale: 1.055;
}
.itinerary-photo:before,
.itinerary-photo:after {
  height: 33px;
}
.itinerary-number {
  position: absolute;
  top: 23px;
  left: 20px;
  color: var(--warm-ivory);
  font: italic 30px var(--serif);
}
.photo-arrow {
  position: absolute;
  right: 20px;
  bottom: 25px;
  display: grid;
  place-items: center;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background: var(--warm-ivory);
  font-size: 19px;
}
.itinerary > .eyebrow {
  font-size: 8px;
  color: var(--aegean-accent);
  margin-top: 17px;
  letter-spacing: 0.08em;
}
.itinerary > .eyebrow span {
  margin: 0 5px;
}
.itinerary h3 {
  font-size: 36px;
  letter-spacing: -0.025em;
  margin-top: 13px;
}
.itinerary-description {
  font-size: 11px;
  line-height: 1.9;
  margin-top: 15px;
  max-width: 320px;
}
.itinerary-season {
  font-size: 9px;
  margin-top: 12px;
  color: var(--aegean-accent);
}
.itinerary-bottom {
  border-top: 1px solid var(--lavender-grey);
  margin-top: 20px;
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.itinerary-bottom > span {
  font-size: 8px;
  line-height: 1.5;
  max-width: 125px;
}
.itinerary-bottom .text-link {
  font-size: 9px;
  gap: 15px;
  border: 0;
  white-space: nowrap;
}
.cinematic-statement {
  position: relative;
  padding-block: 30px;
}
.cinematic-frame {
  height: 700px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  color: var(--warm-ivory);
}
.cinematic-photo,
.cinematic-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.cinematic-photo img {
  width: 100%;
  height: 105%;
  object-fit: cover;
}
.cinematic-shade {
  z-index: -1;
  background: linear-gradient(180deg, #2b173822, #2b173875 50%, #2b1738a6);
}
.cinematic-frame:before,
.cinematic-frame:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 45px;
  background: var(--warm-ivory);
  mask: url("assets/icons/paper-edge.svg") center/100% 100%;
  z-index: 4;
}
.cinematic-frame:before {
  top: -1px;
  transform: rotate(180deg);
}
.cinematic-frame:after {
  bottom: -1px;
}
.cinematic-copy {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 25px;
  z-index: 2;
}
.cinematic-copy .eyebrow {
  font-size: 8px;
  margin-bottom: 28px;
}
.cinematic-copy h2 {
  font-size: clamp(57px, 6.7vw, 110px);
  line-height: 1.01;
}
.cinematic-copy > p {
  font-size: 11px;
  margin-top: 28px;
}
.statement-route {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
  fill: none;
  stroke: var(--vesna-mauve);
  stroke-width: 0.55;
  opacity: 0.6;
}
.statement-route circle {
  fill: var(--vesna-mauve);
}
.testimonials {
  padding-top: 95px;
  padding-bottom: 85px;
}
.testimonial-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 42px;
}
.testimonial-heading .eyebrow {
  color: var(--aegean-accent);
}
.testimonial-heading > span {
  font-size: 10px;
}
.testimonial-layout {
  display: grid;
  grid-template-columns: 20% 1fr auto;
  gap: 60px;
  align-items: center;
}
.testimonial-image {
  height: 215px;
  transform: rotate(-4deg);
}
.testimonial-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.testimonial-image:before,
.testimonial-image:after {
  height: 25px;
}
.testimonial-story {
  position: relative;
  min-height: 230px;
}
.quote-mark {
  position: absolute;
  top: -40px;
  left: -24px;
  font: 120px var(--serif);
  color: var(--vesna-mauve);
  z-index: -1;
}
.testimonial-story blockquote {
  font: 38px/1.15 var(--serif);
  letter-spacing: -0.025em;
  margin: 0;
  max-width: 710px;
  min-height: 135px;
}
.testimonial-story #testimonial-name {
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.03em;
  margin-top: 24px;
}
.testimonial-story #testimonial-trip {
  font-size: 9px;
  margin-top: 5px;
  color: var(--aegean-accent);
}
.testimonial-controls {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.testimonial-controls > span {
  font-size: 8px;
  letter-spacing: 0.1em;
}
.editorial-disclosure {
  font-size: 8px;
  letter-spacing: 0.03em;
  margin-top: 25px;
  text-align: center;
  color: var(--aegean-accent);
}
.journal {
  padding-top: 55px;
  padding-bottom: 100px;
  border-top: 1px solid #c8bed26b;
}
.journal .section-heading {
  padding-inline: 0;
}
.journal-list {
  display: grid;
  grid-template-columns: 1.15fr 0.88fr 1fr;
  gap: 45px;
  align-items: start;
}
.journal-entry:nth-child(2) {
  padding-top: 65px;
}
.journal-entry:nth-child(3) {
  padding-top: 25px;
}
.journal-image {
  display: block;
  padding: 0;
  width: 100%;
  height: 320px;
  border: 0;
  overflow: hidden;
  background: var(--mist-lilac);
}
.journal-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 1s var(--ease);
}
.journal-image:hover img {
  scale: 1.05;
}
.journal-entry:nth-child(2) .journal-image {
  height: 240px;
}
.journal-entry:nth-child(3) .journal-image {
  height: 280px;
}
.journal-image:before,
.journal-image:after {
  height: 30px;
}
.journal-image > span {
  position: absolute;
  right: 20px;
  bottom: 25px;
  border-radius: 50%;
  background: var(--warm-ivory);
  width: 37px;
  height: 37px;
  display: grid;
  place-items: center;
  font-size: 20px;
}
.journal-entry > .eyebrow {
  font-size: 7px;
  letter-spacing: 0.09em;
  color: var(--aegean-accent);
  margin-top: 17px;
}
.journal-entry h3 {
  font-size: 34px;
  line-height: 1.1;
  letter-spacing: -0.022em;
  margin-top: 12px;
}
.journal-entry h3 button {
  padding: 0;
  background: transparent;
  text-align: left;
  font: inherit;
  min-height: 44px;
}
.journal-entry time {
  display: block;
  font-size: 9px;
  margin-top: 16px;
}
.final-cta {
  position: relative;
  padding-top: 200px;
  background: var(--aegean-accent);
  overflow: hidden;
}
.final-panorama {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 460px;
}
.final-panorama img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 37%;
}
.cta-paper {
  position: relative;
  background: var(--vesna-mauve);
  padding: 75px var(--gutter) 55px;
  text-align: center;
}
.cta-paper:before {
  content: "";
  position: absolute;
  top: -69px;
  left: -1px;
  right: -1px;
  height: 70px;
  background: var(--vesna-mauve);
  mask: url("assets/icons/paper-edge.svg") center/100% 100%;
  z-index: 1;
}
.cta-paper > .eyebrow {
  position: relative;
  z-index: 2;
}
.cta-paper h2 {
  font-size: clamp(60px, 7vw, 108px);
  position: relative;
  z-index: 2;
  margin-top: 23px;
}
.cta-paper > p:not(.eyebrow) {
  font-size: 11px;
  line-height: 1.9;
  margin-top: 22px;
  position: relative;
  z-index: 2;
}
.cta-paper > .button {
  margin-top: 25px;
  min-width: 200px;
  position: relative;
  z-index: 2;
}
.cta-consultation {
  font-size: 9px;
  display: block;
  background: none;
  margin: 16px auto 0;
  min-height: 44px;
  position: relative;
  z-index: 2;
}
.cta-coordinates {
  font-size: 8px;
  letter-spacing: 0.1em;
  display: block;
  margin-top: 28px;
}
.cta-route {
  position: absolute;
  top: 110px;
  left: 0;
  width: 100%;
  height: 350px;
  fill: none;
  stroke: var(--deep-aubergine);
  stroke-width: 0.5;
  opacity: 0.35;
  pointer-events: none;
}
.cta-route circle {
  fill: var(--aegean-accent);
  stroke: none;
}
footer {
  background: var(--deep-aubergine);
  color: var(--warm-ivory);
}
.footer-main {
  display: grid;
  grid-template-columns: 1.2fr 0.75fr 0.9fr 1.2fr;
  gap: 50px;
  padding-top: 75px;
  padding-bottom: 65px;
}
.footer-wordmark {
  font: 55px var(--serif);
  letter-spacing: 0.16em;
  line-height: 1;
}
.footer-brand p {
  font-size: 10px;
  line-height: 1.9;
  margin-top: 25px;
  color: var(--lavender-grey);
}
.footer-links {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 0;
}
.footer-links > .eyebrow,
.footer-newsletter > .eyebrow {
  font-size: 8px;
  color: var(--vesna-mauve);
  margin-bottom: 14px;
}
.footer-links > a,
.footer-links > button,
.phone-placeholder {
  font-size: 10px;
  line-height: 1.7;
  min-height: 34px;
  background: none;
  padding: 7px 0;
  display: block;
}
.footer-links > button > span {
  font-size: 13px;
  margin-left: 10px;
}
.phone-placeholder {
  color: var(--lavender-grey);
  font-size: 9px;
}
.phone-placeholder small {
  display: block;
  font-size: 7px;
}
.footer-newsletter > p:nth-child(2) {
  font-size: 10px;
  color: var(--lavender-grey);
  max-width: 230px;
}
.footer-newsletter form {
  display: flex;
  border-bottom: 1px solid #c8bed27a;
  margin-top: 24px;
}
.footer-newsletter input {
  width: 100%;
  min-width: 0;
  padding: 12px 0;
  border: 0;
  color: var(--warm-ivory);
  background: transparent;
  font-size: 10px;
}
.footer-newsletter input::placeholder {
  color: var(--lavender-grey);
}
.footer-newsletter button {
  background: none;
  color: var(--warm-ivory);
  font-size: 23px;
  min-width: 44px;
  min-height: 44px;
}
.footer-newsletter #newsletter-status {
  font-size: 8px;
  color: var(--lavender-grey);
  line-height: 1.8;
  margin-top: 10px;
}
.footer-bottom {
  border-top: 1px solid #c8bed22e;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 19px;
  padding-bottom: 19px;
  font-size: 8px;
  gap: 20px;
  color: var(--lavender-grey);
}
.footer-bottom > div {
  display: flex;
  align-items: center;
  gap: 26px;
}
.footer-bottom button {
  background: none;
  padding: 10px 0;
  color: inherit;
  font-size: 8px;
  min-height: 44px;
}
.footer-bottom a {
  padding-block: 10px;
}
.detail-photo {
  height: 340px;
  position: relative;
}
.detail-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail-photo:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 35px;
  background: var(--warm-ivory);
  mask: url("assets/icons/paper-edge.svg") center/100% 100%;
}
.detail-body {
  padding: 30px 55px 55px;
}
.detail-body > .eyebrow {
  color: var(--aegean-accent);
  font-size: 9px;
}
.detail-body h2 {
  font-size: 59px;
  margin-top: 18px;
  line-height: 1.07;
}
.detail-lead {
  font: 26px/1.4 var(--serif);
  margin-top: 25px;
}
.detail-body h3 {
  font-size: 30px;
  margin-top: 27px;
  letter-spacing: -0.02em;
}
.detail-stops {
  padding-left: 20px;
  font-size: 12px;
  line-height: 1.9;
}
.detail-stops li {
  padding: 10px 0 10px 8px;
  border-bottom: 1px solid #c8bed25c;
}
.detail-stops li::marker {
  color: var(--aegean-accent);
}
.itinerary-chapters {
  margin-block: 30px;
}
.itinerary-chapters section {
  padding-block: 21px;
  border-bottom: 1px solid var(--lavender-grey);
}
.itinerary-chapters .eyebrow {
  font-size: 8px;
  color: var(--aegean-accent);
}
.itinerary-chapters h3 {
  margin-top: 8px;
}
.itinerary-chapters section > p:last-child {
  font-size: 12px;
  margin-top: 12px;
}
.journal-article > p:not(.eyebrow):not(.detail-lead),
.simple-detail > p:not(.eyebrow) {
  margin-top: 22px;
  font-size: 13px;
  line-height: 2;
}
.simple-detail {
  padding-top: 75px;
}
.simple-detail > .button {
  margin-top: 25px;
}
.journal-article .text-link {
  margin-top: 20px;
}
#plan-success h3 {
  font-size: 36px;
  margin-top: 25px;
}
#plan-success > p {
  font-size: 12px;
  margin-block: 20px;
}
#plan-success > a,
#plan-success > button {
  margin: 10px 20px 10px 0;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}
@keyframes scroll-breathe {
  0%,
  100% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(4px);
  }
}
@keyframes marker-pulse {
  0% {
    opacity: 0.65;
    transform: scale(0.6);
  }
  100% {
    opacity: 0;
    transform: scale(1.9);
  }
}
@media (hover: hover) and (pointer: fine) {
  .journey-cursor {
    display: grid;
    place-content: center;
    position: fixed;
    left: -37px;
    top: -37px;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: var(--vesna-mauve);
    color: var(--deep-aubergine);
    z-index: 90;
    pointer-events: none;
    font-size: 8px;
    letter-spacing: 0.07em;
    text-align: center;
    line-height: 1.8;
    opacity: 0;
    transition: opacity 0.2s;
  }
  .journey-cursor.visible {
    opacity: 1;
  }
}
@media (min-width: 1600px) {
  .hero-content {
    padding-top: 205px;
  }
  .hero {
    height: 900px;
    max-height: 95svh;
  }
  .finder {
    padding-top: 45px;
  }
  .destination {
    min-height: 660px;
  }
  .destination-photo {
    height: 650px;
  }
  .destination-description {
    font-size: 13px;
    max-width: 390px;
  }
  .destination-copy {
    padding-left: 120px;
  }
  .destination.reversed .destination-copy {
    padding-right: 100px;
  }
  .destination.panoramic {
    min-height: 840px;
  }
  .panoramic .destination-photo {
    height: 740px;
  }
  .panoramic .destination-copy,
  .chapter-6.panoramic .destination-copy {
    top: 440px;
  }
  .itinerary-photo {
    height: 360px;
  }
  .feeling-visual {
    height: 590px;
  }
}
@media (max-width: 1100px) {
  .destination {
    grid-template-columns: 55% 45%;
    min-height: 520px;
  }
  .destination.reversed {
    grid-template-columns: 45% 55%;
  }
  .destination-photo {
    height: 510px;
  }
  .destination-copy {
    padding: 35px 35px 35px 50px;
  }
  .destination.reversed .destination-copy {
    padding-right: 50px;
  }
  .map-marker {
    left: -45px;
  }
  .destination.reversed .map-marker {
    right: -45px;
  }
  .destination h3 {
    font-size: 56px;
  }
  .route-note {
    bottom: 15px;
    font-size: 19px;
  }
  .destination-description {
    font-size: 11px;
  }
  .destination.panoramic {
    min-height: 720px;
  }
  .panoramic .destination-copy {
    width: 52%;
  }
  .feelings-layout {
    grid-template-columns: 31% 69%;
  }
  .feeling-tabs {
    padding-right: 35px;
  }
  .feeling-tabs button {
    font-size: 20px;
    gap: 15px;
  }
  .feeling-visual {
    height: 465px;
  }
  .feeling-overlay {
    left: 30px;
    bottom: 35px;
  }
  .feeling-overlay h3 {
    font-size: 38px;
  }
  .approach-steps {
    gap: 25px;
  }
  .step-number {
    font-size: 75px;
  }
  .step-image {
    height: 135px;
  }
  .approach-step h3 {
    font-size: 25px;
  }
  .itinerary-list {
    gap: 23px;
  }
  .itinerary-photo {
    height: 250px;
  }
  .itinerary h3 {
    font-size: 30px;
  }
  .itinerary-bottom {
    display: block;
  }
  .itinerary-bottom > span {
    max-width: none;
    display: block;
  }
  .journal-list {
    gap: 25px;
  }
  .journal-entry h3 {
    font-size: 28px;
  }
  .testimonial-layout {
    gap: 35px;
  }
  .testimonial-story blockquote {
    font-size: 32px;
  }
  .footer-main {
    gap: 30px;
    grid-template-columns: 1fr 0.7fr 0.8fr 1.2fr;
  }
}
@media (max-width: 767px) {
  .destination,
  .destination.reversed {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
    margin-bottom: 20px;
    gap: 0;
  }
  .destination-photo,
  .destination.reversed .destination-photo {
    height: 310px;
    order: 0;
    width: 100%;
    align-self: auto;
  }
  .destination-copy,
  .destination.reversed .destination-copy {
    padding: 18px 27px 40px 56px;
    order: 1;
  }
  .destination-photo:before,
  .destination-photo:after {
    height: 42px;
  }
  .chapter-label {
    margin-bottom: 15px;
  }
  .chapter-label > .eyebrow {
    font-size: 8px;
  }
  .chapter-feeling {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .destination h3 {
    font-size: clamp(44px, 11.5vw, 64px);
  }
  .destination-description {
    font-size: 11px;
    line-height: 1.9;
    max-width: 440px;
    margin-top: 17px;
  }
  .destination-meta {
    font-size: 8px;
    gap: 10px;
    margin-top: 17px;
  }
  .destination-copy .text-link {
    margin-top: 13px;
    font-size: 10px;
    min-height: 44px;
  }
  .map-marker,
  .destination.reversed .map-marker,
  .panoramic .map-marker {
    left: -43px;
    right: auto;
  }
  .photo-coordinate {
    font-size: 7px;
    bottom: 36px;
    left: 24px;
  }
  .route-note,
  .destination.reversed .route-note {
    font-size: 20px;
    bottom: 1px;
    right: 28px;
    left: auto;
  }
  .destination.panoramic {
    display: flex;
    min-height: 0;
    margin-bottom: 20px;
  }
  .panoramic .destination-photo {
    position: relative;
    inset: auto;
    height: 350px;
  }
  .panoramic .destination-photo:after {
    height: 44px;
    bottom: -10px;
    transform: rotate(-2deg);
  }
  .panoramic .destination-photo:before {
    height: 42px;
  }
  .panoramic .destination-copy,
  .chapter-6.panoramic .destination-copy {
    width: 100%;
    top: auto;
    padding: 18px 27px 40px 56px;
    min-height: 0;
  }
  .panoramic .destination-copy:after,
  .panoramic .destination-copy:before {
    display: none;
  }
  .panoramic .route-note {
    bottom: 1px;
    right: 28px;
  }
  .panoramic .photo-coordinate {
    bottom: 45px;
    left: 24px;
    right: auto;
  }
  .panoramic .destination-description {
    margin-top: 17px;
  }
  .panoramic .chapter-label {
    margin-bottom: 15px;
  }
  .feelings-section {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .feelings-section .section-heading .handwritten {
    display: none;
  }
  .feelings-layout {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .feeling-tabs {
    padding: 0;
    margin-bottom: 26px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px 20px;
  }
  .feeling-tabs:before {
    display: none;
  }
  .feeling-tabs button {
    font-size: 18px;
    gap: 12px;
    padding: 13px 0;
    min-height: 47px;
    white-space: normal;
  }
  .feeling-tabs button > span:last-child {
    display: none;
  }
  .feeling-dot {
    width: 8px;
    height: 8px;
  }
  .feeling-tabs button[aria-selected="true"] .feeling-dot {
    box-shadow: 0 0 0 4px var(--mist-lilac);
  }
  .feeling-visual {
    height: 440px;
    margin-inline: calc(-1 * var(--gutter));
  }
  .feeling-overlay {
    left: 27px;
    bottom: 32px;
    max-width: 385px;
  }
  .feeling-overlay h3 {
    font-size: 40px;
  }
  .feeling-overlay > p:not(.eyebrow) {
    font-size: 11px;
    max-width: 280px;
  }
  .approach {
    padding-top: 75px;
    padding-bottom: 70px;
  }
  .approach-intro {
    text-align: left;
  }
  .approach-intro h2 {
    font-size: 44px;
  }
  .approach-intro > p:last-child {
    font-size: 10px;
  }
  .approach-intro > p:last-child br {
    display: none;
  }
  .approach-steps {
    grid-template-columns: 1fr;
    margin-top: 35px;
    gap: 27px;
    padding-left: 27px;
    border-left: 1px solid var(--lavender-grey);
  }
  .approach-route {
    display: none;
  }
  .approach-step {
    position: relative;
  }
  .approach-step:before {
    content: "";
    position: absolute;
    left: -32px;
    top: 55px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--aegean-accent);
    box-shadow: 0 0 0 5px var(--mist-lilac);
  }
  .approach-step:nth-of-type(2) {
    padding: 0;
  }
  .step-top {
    min-height: 130px;
    gap: 25px;
    max-width: 330px;
  }
  .step-number {
    font-size: 88px;
  }
  .step-image {
    height: 130px;
    width: 62%;
  }
  .approach-step h3 {
    font-size: 29px;
    margin-top: 15px;
  }
  .approach-step > p {
    max-width: 350px;
    margin-top: 11px;
    font-size: 11px;
  }
  .itineraries {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .itinerary-list {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .itinerary:nth-child(2),
  .itinerary:nth-child(3) {
    margin-top: 0;
  }
  .itinerary-photo {
    height: 320px;
  }
  .itinerary h3 {
    font-size: 37px;
  }
  .itinerary-description {
    max-width: 100%;
    font-size: 11px;
  }
  .itinerary-bottom {
    display: flex;
  }
  .itinerary-bottom > span {
    max-width: 130px;
    font-size: 8px;
  }
  .itinerary-bottom .text-link {
    font-size: 10px;
  }
  .cinematic-statement {
    padding: 0;
    background: var(--warm-ivory) !important;
  }
  .cinematic-frame {
    height: 570px;
  }
  .cinematic-copy h2 {
    font-size: clamp(47px, 12.3vw, 65px);
  }
  .cinematic-copy .eyebrow {
    font-size: 7px;
  }
  .cinematic-copy > p {
    font-size: 10px;
  }
  .cinematic-photo img {
    object-position: 40% center;
  }
  .statement-route {
    bottom: 60px;
    width: 150%;
    left: -25%;
  }
  .testimonials {
    padding-top: 65px;
    padding-bottom: 50px;
  }
  .testimonial-heading {
    display: block;
    margin-bottom: 27px;
  }
  .testimonial-heading .eyebrow {
    font-size: 8px;
  }
  .testimonial-heading > span {
    display: block;
    margin-top: 7px;
    font-size: 9px;
  }
  .testimonial-layout {
    grid-template-columns: 1fr auto;
    gap: 22px;
    align-items: start;
  }
  .testimonial-image {
    grid-column: 2;
    grid-row: 2;
    width: 100px;
    height: 105px;
  }
  .testimonial-story {
    grid-column: 1/-1;
    grid-row: 1;
    min-height: 0;
  }
  .testimonial-story blockquote {
    font-size: 31px;
    line-height: 1.19;
    min-height: 150px;
  }
  .testimonial-story #testimonial-name {
    margin-top: 20px;
  }
  .quote-mark {
    left: -7px;
    top: -18px;
    font-size: 90px;
  }
  .testimonial-controls {
    grid-column: 1;
    grid-row: 2;
    flex-direction: row;
    align-self: center;
    gap: 10px;
  }
  .testimonial-controls .round-button {
    width: 44px;
    height: 44px;
  }
  .testimonial-controls > span {
    font-size: 8px;
    min-width: 45px;
    text-align: center;
  }
  .editorial-disclosure {
    text-align: left;
    font-size: 7px;
    margin-top: 15px;
  }
  .journal {
    padding-top: 45px;
    padding-bottom: 65px;
  }
  .journal-list {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .journal-entry:nth-child(2),
  .journal-entry:nth-child(3) {
    padding-top: 0;
  }
  .journal-image,
  .journal-entry:nth-child(2) .journal-image,
  .journal-entry:nth-child(3) .journal-image {
    height: 270px;
  }
  .journal-entry h3 {
    font-size: 34px;
    max-width: 340px;
  }
  .journal-entry > .eyebrow {
    font-size: 8px;
  }
  .journal-entry time {
    font-size: 9px;
    margin-top: 11px;
  }
  .final-cta {
    padding-top: 170px;
  }
  .final-panorama {
    height: 300px;
  }
  .cta-paper {
    padding: 50px 24px 34px;
  }
  .cta-paper > .eyebrow {
    font-size: 7px;
    letter-spacing: 0.13em;
  }
  .cta-paper h2 {
    font-size: clamp(50px, 13vw, 71px);
  }
  .cta-paper:before {
    height: 45px;
    top: -44px;
  }
  .cta-coordinates {
    font-size: 7px;
    margin-top: 22px;
  }
  .cta-route {
    top: 175px;
    height: 280px;
    width: 180%;
    left: -40%;
  }
  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 35px 25px;
    padding-top: 55px;
    padding-bottom: 40px;
  }
  .footer-brand {
    grid-column: 1/-1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
  .footer-wordmark {
    font-size: 43px;
  }
  .footer-brand p {
    margin: 0;
    font-size: 9px;
  }
  .footer-links > .eyebrow,
  .footer-newsletter > .eyebrow {
    font-size: 8px;
    margin-bottom: 10px;
  }
  .footer-links > a,
  .footer-links > button {
    min-height: 44px;
    font-size: 11px;
    padding-block: 10px;
  }
  .footer-newsletter {
    grid-column: 1/-1;
  }
  .footer-newsletter > p:nth-child(2) {
    max-width: none;
  }
  .footer-newsletter form {
    margin-top: 15px;
  }
  .footer-newsletter input {
    font-size: 16px;
  }
  .footer-newsletter #newsletter-status {
    font-size: 9px;
    max-width: 360px;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: start;
    gap: 9px;
    padding-top: 18px;
    padding-bottom: 22px;
    font-size: 8px;
  }
  .footer-bottom > div {
    gap: 25px;
    width: 100%;
    justify-content: space-between;
  }
  .footer-bottom button,
  .footer-bottom a {
    min-height: 44px;
    font-size: 8px;
  }
  .detail-photo {
    height: 240px;
  }
  .detail-body {
    padding: 25px 25px 35px;
  }
  .detail-body h2 {
    font-size: 44px;
  }
  .detail-body > .eyebrow {
    font-size: 7px;
    max-width: 260px;
  }
  .detail-lead {
    font-size: 23px;
  }
  .detail-body h3 {
    font-size: 27px;
  }
  .detail-stops {
    font-size: 11px;
  }
  .simple-detail {
    padding-top: 65px;
  }
  .simple-detail > p:not(.eyebrow),
  .journal-article > p:not(.eyebrow):not(.detail-lead) {
    font-size: 12px;
  }
  .journey-cursor {
    display: none !important;
  }
}
@media (max-width: 1100px) {
  .desktop-nav {
    gap: 20px;
  }
  .nav-plan {
    padding-inline: 15px;
  }
  .brand > svg {
    width: 40px;
  }
  .brand > span {
    font-size: 26px;
  }
  .hero {
    min-height: 650px;
  }
  .hero-content {
    padding-top: 185px;
  }
}
@media (max-width: 767px) {
  .site-header {
    height: 88px;
    gap: 15px;
  }
  .desktop-nav,
  .nav-plan {
    display: none;
  }
  .menu-toggle {
    display: block;
  }
  .site-header.scrolled {
    height: 68px;
  }
  .brand > svg {
    width: 39px;
    height: 39px;
  }
  .brand > span {
    font-size: 27px;
  }
  .brand small {
    font-size: 5px;
    margin-top: 8px;
  }
  .hero {
    min-height: 650px;
    height: 89svh;
    max-height: 850px;
  }
  .hero-photo img {
    object-position: 48% 50%;
  }
  .hero-content {
    padding: 195px 20px 110px;
  }
  .hero-kicker {
    font-size: 7px;
    letter-spacing: 0.14em;
    margin-bottom: 24px;
  }
  .hero-kicker span {
    margin-inline: 5px;
  }
  .hero h1 {
    font-size: clamp(80px, 17vw, 125px);
    line-height: 0.91;
    letter-spacing: -0.055em;
  }
  .hero h1 em {
    margin-left: 27px;
  }
  .hero-subtitle {
    font-size: 11px;
    max-width: 235px;
    margin: 27px auto 0;
    line-height: 1.9;
  }
  .hero-link {
    font-size: 10px;
    margin-top: 15px;
  }
  .hero-bottom {
    bottom: 64px;
    align-items: center;
  }
  .hero-bottom .handwritten {
    display: none;
  }
  .hero-bottom .coordinates {
    font-size: 8px;
  }
  .hero-bottom .coordinates small {
    font-size: 7px;
  }
  .scroll-cue {
    font-size: 6px;
    gap: 8px;
    margin: 0;
  }
  .hero-route {
    width: 62%;
    bottom: 10px;
  }
  .hero:after {
    height: 37px;
  }
  .finder {
    padding-top: 34px;
    padding-bottom: 25px;
  }
  .finder-heading {
    gap: 14px;
    margin-bottom: 24px;
  }
  .finder h2 {
    font-size: 35px;
  }
  .finder-heading .eyebrow {
    font-size: 7px;
  }
  .finder-aside {
    padding: 0;
  }
  .finder-aside > p {
    display: none;
  }
  .journey-controls {
    gap: 6px;
  }
  .journey-controls button {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }
  .journey-swiper {
    width: calc(100% + var(--gutter));
    margin-right: calc(-1 * var(--gutter));
  }
  .journey-swiper .journey-slide {
    width: 78vw;
  }
  .journey-card h3 {
    font-size: 29px;
  }
  .journey-carousel-footer {
    grid-template-columns: 1fr auto;
    column-gap: 16px;
    row-gap: 2px;
    margin-top: 16px;
    font-size: 8px;
  }
  .journey-scrollbar {
    grid-row: 2;
    grid-column: 1 / -1;
  }
  .journey-total {
    font-size: 7px;
    letter-spacing: 0;
  }
  .introduction {
    padding-top: 70px;
    padding-bottom: 75px;
  }
  .introduction > .eyebrow {
    font-size: 8px;
    margin-bottom: 20px;
  }
  .introduction h2 {
    font-size: clamp(32px, 8.5vw, 51px);
    line-height: 1.18;
    letter-spacing: -0.04em;
  }
  .intro-bottom {
    gap: 20px;
    margin-top: 25px;
  }
  .intro-bottom p {
    font-size: 10px;
    max-width: 250px;
  }
  .intro-bottom .handwritten {
    display: none;
  }
  .little-horizon {
    width: 39px;
    height: 28px;
    flex-shrink: 0;
    font-size: 50px;
  }
  .section-heading {
    display: block;
    padding-bottom: 30px;
  }
  .section-heading h2 {
    font-size: 46px;
  }
  .section-heading > p {
    margin-top: 15px;
  }
  .section-heading .eyebrow {
    font-size: 8px;
  }
  .menu-body {
    display: block;
    padding-top: 45px;
    min-height: 0;
  }
  .menu-body nav {
    gap: 22px;
  }
  .menu-body nav a,
  .menu-body nav > button {
    font-size: 39px;
  }
  .menu-body figure {
    display: flex;
    gap: 20px;
    margin-top: 35px;
    align-items: center;
  }
  .menu-body figure img {
    width: 100px;
    height: 95px;
  }
  .menu-body figcaption {
    font-size: 7px;
  }
  .plan-dialog {
    padding: 46px 23px 28px;
  }
  .plan-intro {
    padding-right: 0;
  }
  .plan-intro h2 {
    font-size: 43px;
  }
  .form-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .plan-dialog input,
  .plan-dialog select,
  .plan-dialog textarea {
    font-size: 16px;
  }
  .dialog-close {
    top: 12px;
    right: 12px;
  }
  .button {
    min-height: 50px;
  }
}
.brand {
  min-height: 44px;
}
.desktop-nav > a {
  font-size: 11px;
  min-height: 44px;
}
.hero-shade {
  background: linear-gradient(
    180deg,
    #2b173873 0%,
    #2b173853 30%,
    #2b173865 62%,
    #2b17388c 100%
  );
}
.hero-subtitle {
  font-size: 13px;
}
.destination:not(.panoramic) .destination-photo {
  mask: url("assets/icons/landscape-mask.svg") center / 100% 100% no-repeat;
  background: var(--warm-ivory);
}
.destination:not(.panoramic) .destination-photo:before,
.destination:not(.panoramic) .destination-photo:after {
  display: none;
}
.destination-description {
  font-size: 12px;
}
.destination-meta {
  font-size: 9px;
}
.itinerary-description,
.approach-step > p {
  font-size: 12px;
}
.eyebrow {
  font-family: var(--sans);
}
@media (max-width: 767px) {
  .hero-subtitle {
    font-size: 12px;
  }
  .destination-description,
  .itinerary-description,
  .approach-step > p {
    font-size: 12px;
  }
  .destination:not(.panoramic) .destination-photo {
    mask-image: url("assets/icons/landscape-mask.svg");
  }
  .destination-meta {
    font-size: 9px;
  }
  .hero-content {
    padding-top: clamp(160px, 23svh, 205px);
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }
  *,
  *:before,
  *:after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .journey-cursor {
    display: none !important;
  }
}
