:root {
  --ink: #251d19;
  --paper: #fff6e6;
  --sand: #f1ddb4;
  --forest: #18372e;
  --forest-soft: #315d4b;
  --terracotta: #bd694b;
  --gold: #d7a746;
  --wine: #8f3448;
  --display: "Italiana", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --mono: "DM Mono", monospace;
  --pad: clamp(1.2rem, 4vw, 4.5rem);
  --header-bg: rgba(255, 246, 230, 0.94);
  --header-fg: #18372e;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

body[data-tone="green"] {
  --header-bg: rgba(24, 55, 46, 0.94);
  --header-fg: #fff6e6;
}

body[data-tone="terracotta"] {
  --header-bg: rgba(189, 105, 75, 0.94);
  --header-fg: #fff6e6;
}

body[data-tone="gold"] {
  --header-bg: rgba(215, 167, 70, 0.95);
  --header-fg: #251d19;
}

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

button {
  color: inherit;
  font: inherit;
}

.page-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: grid;
  width: 100%;
  height: 4.8rem;
  padding: 0 var(--pad);
  border-bottom: 1px solid color-mix(in srgb, var(--header-fg) 18%, transparent);
  color: var(--header-fg);
  background: var(--header-bg);
  grid-template-columns: 1fr auto;
  align-items: center;
  backdrop-filter: blur(16px);
  transition:
    color 450ms ease,
    background 450ms ease,
    border-color 450ms ease;
}

.wordmark {
  font-family: var(--display);
  font-size: 1.45rem;
}

.wordmark i {
  font-family: Georgia, serif;
  font-size: 0.65em;
  font-weight: 400;
}

.wordmark sup {
  position: relative;
  top: -0.42em;
  margin-left: 0.08em;
  color: var(--gold);
  font-family: var(--mono);
  font-size: 0.42em;
  letter-spacing: 0;
}

.page-header nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.4vw, 2.6rem);
  font-family: var(--mono);
  font-size: 0.58rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.page-header nav a {
  padding: 0.6rem 0;
  opacity: 0.62;
}

.page-header nav a:hover,
.page-header nav .active {
  opacity: 1;
}

.page-header nav .active {
  border-bottom: 1px solid;
}

.nav-rsvp {
  padding: 0.7rem 1rem !important;
  color: var(--paper);
  background: var(--wine);
  opacity: 1 !important;
}

.menu-toggle {
  display: none;
}

.travel-hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  padding: 18vh var(--pad) 12vh;
  color: var(--forest);
  background:
    radial-gradient(circle at 80% 18%, rgba(215, 167, 70, 0.3), transparent 18rem),
    linear-gradient(180deg, #fff7e7 0%, #f3dfb9 72%, #e6c67f 100%);
  align-content: center;
  isolation: isolate;
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow,
.step-label {
  margin: 0 0 1.5rem;
  color: var(--wine);
  font-family: var(--mono);
  font-size: 0.59rem;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.travel-hero h1,
.section-heading h2,
.flight-copy h2,
.faq-heading h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(5rem, 11vw, 10.5rem);
  font-weight: 400;
  letter-spacing: -0.075em;
  line-height: 0.79;
}

.travel-hero h1 em,
.section-heading h2 em,
.flight-copy h2 em,
.faq-heading h2 em {
  color: var(--wine);
  font-family: Georgia, serif;
  font-size: 0.76em;
  font-weight: 400;
}

.hero-copy > p:last-child {
  max-width: 520px;
  margin: 3rem 0 0 auto;
  color: rgba(24, 55, 46, 0.74);
  line-height: 1.9;
}

.route {
  position: absolute;
  z-index: 2;
  right: var(--pad);
  bottom: 3.2rem;
  left: var(--pad);
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-family: var(--mono);
  font-size: 0.52rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.route i {
  height: 1px;
  background: currentColor;
  opacity: 0.45;
  flex: 1;
}

.route strong {
  color: var(--wine);
  font-weight: 400;
}

.hero-sun {
  position: absolute;
  z-index: -1;
  top: 10%;
  right: 7%;
  width: clamp(12rem, 25vw, 23rem);
  aspect-ratio: 1;
  border: 1px solid rgba(143, 52, 72, 0.22);
  border-radius: 50%;
  background: rgba(215, 167, 70, 0.17);
}

.hero-sun::before,
.hero-sun::after {
  position: absolute;
  border: 1px solid rgba(143, 52, 72, 0.18);
  border-radius: 50%;
  content: "";
}

.hero-sun::before {
  inset: 10%;
}

.hero-sun::after {
  inset: 22%;
}

.hero-lotus {
  position: absolute;
  z-index: -1;
  width: 19rem;
  height: 19rem;
  opacity: 0.2;
}

.hero-lotus::before,
.hero-lotus::after {
  position: absolute;
  inset: 22%;
  border: 1px solid var(--wine);
  border-radius: 55% 0 55% 0;
  content: "";
  transform: rotate(45deg);
}

.hero-lotus::after {
  transform: rotate(135deg);
}

.hero-lotus-left {
  bottom: 5%;
  left: -6rem;
}

.hero-lotus-right {
  top: 38%;
  right: -8rem;
  transform: scale(0.72) rotate(20deg);
}

.hero-temples {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: -1px;
  left: 0;
  display: flex;
  height: 11rem;
  align-items: end;
  justify-content: space-around;
  opacity: 0.17;
}

.hero-temples::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1.8rem;
  background: var(--forest);
  content: "";
}

.hero-temples span {
  width: clamp(4rem, 10vw, 8rem);
  height: clamp(5rem, 10vw, 8.5rem);
  background: var(--forest);
  clip-path: polygon(50% 0, 59% 24%, 78% 34%, 68% 44%, 92% 55%, 78% 66%, 78% 100%, 22% 100%, 22% 66%, 8% 55%, 32% 44%, 22% 34%, 41% 24%);
}

.hero-temples span:nth-child(2),
.hero-temples span:nth-child(4) {
  height: 5.5rem;
}

.hero-temples span:nth-child(3) {
  height: 10rem;
}

.resort-stay {
  scroll-margin-top: 4.8rem;
  display: grid;
  padding: 14vh var(--pad) clamp(3rem, 6vh, 5rem);
  color: var(--paper);
  background:
    radial-gradient(circle at 86% 12%, rgba(215, 167, 70, 0.23), transparent 20rem),
    var(--forest);
  grid-template-columns: minmax(250px, 0.75fr) minmax(0, 1fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
}

.resort-photo {
  position: relative;
  margin: 0;
}

.resort-photo::before {
  position: absolute;
  inset: -1rem 1rem 1rem -1rem;
  border: 1px solid rgba(255, 246, 230, 0.24);
  border-radius: 45% 45% 1.5rem 1.5rem;
  content: "";
}

.resort-photo img {
  position: relative;
  display: block;
  width: 100%;
  height: clamp(28rem, 58vw, 44rem);
  border-radius: 45% 45% 1.5rem 1.5rem;
  filter: saturate(0.82) contrast(0.95);
  object-fit: cover;
}

.resort-copy .eyebrow {
  color: var(--gold);
}

.resort-copy h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4rem, 8vw, 7.8rem);
  font-weight: 400;
  letter-spacing: -0.075em;
  line-height: 0.82;
}

.resort-copy h2 em {
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 0.76em;
  font-weight: 400;
}

.resort-copy > p {
  max-width: 620px;
  margin: 2.5rem 0 0;
  color: rgba(255, 246, 230, 0.72);
  line-height: 1.9;
}

.resort-copy address {
  margin-top: 2rem;
  font-family: var(--mono);
  font-size: 0.56rem;
  font-style: normal;
  letter-spacing: 0.09em;
  line-height: 1.8;
  text-transform: uppercase;
}

.resort-links {
  display: flex;
  margin-top: 2rem;
  gap: 1.5rem;
}

.resort-links a {
  padding-bottom: 0.3rem;
  border-bottom: 1px solid;
  font-family: var(--mono);
  font-size: 0.52rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.room-cost {
  grid-column: 1 / -1;
  display: grid;
  padding: clamp(1.5rem, 3vw, 2.4rem);
  border-top: 1px solid rgba(255, 246, 230, 0.28);
  border-bottom: 1px solid rgba(255, 246, 230, 0.28);
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(1.35rem, 4vw, 4rem);
}

.room-cost > div > span {
  color: var(--gold);
  font-family: var(--mono);
  font-size: 1.04rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.room-cost h2 {
  margin: 0.8rem 0 0;
  color: var(--paper);
  font-family: var(--display);
  font-size: clamp(2.65rem, 5vw, 4.8rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.9;
  text-wrap: balance;
}

.room-cost h2 small {
  display: block;
  margin-top: 0.5rem;
  color: var(--gold);
  font-family: var(--mono);
  font-size: clamp(0.58rem, 1vw, 0.74rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

.room-cost > p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 246, 230, 0.78);
  line-height: 1.8;
  text-wrap: pretty;
}

.room-cost .exchange-note {
  grid-column: 2;
  margin-top: -0.8rem;
  color: rgba(255, 246, 230, 0.48);
  font-family: var(--mono);
  font-size: 0.46rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-transform: uppercase;
}

.stay-dates {
  grid-column: 1 / -1;
  display: grid;
  padding: 2rem;
  border: 1px solid rgba(255, 246, 230, 0.22);
  border-radius: 2rem;
  background: rgba(255, 246, 230, 0.06);
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  text-align: center;
}

.stay-dates > i {
  width: 1px;
  height: 7rem;
  margin: 0 1rem;
  background: rgba(255, 246, 230, 0.22);
}

.stay-dates span,
.stay-dates p {
  font-family: var(--mono);
  font-size: 0.55rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.stay-dates strong {
  display: block;
  margin: 0.2rem 0;
  color: var(--gold);
  font-family: var(--display);
  font-weight: 400;
  line-height: 0.95;
}

.stay-dates strong span,
.stay-dates strong small {
  display: block;
}

.stay-dates strong span {
  font-family: var(--display);
  font-size: clamp(3.4rem, 7vw, 5.5rem);
  letter-spacing: -0.055em;
  line-height: 0.95;
  text-transform: none;
}

.stay-dates strong small {
  margin-top: 0.35rem;
  color: rgba(255, 246, 230, 0.86);
  font-family: var(--mono);
  font-size: clamp(0.78rem, 1.2vw, 1rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.stay-dates p {
  margin: 0;
}

.resort-details {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.resort-details article {
  padding: 2rem;
  border-top: 1px solid rgba(255, 246, 230, 0.22);
  border-left: 1px solid rgba(255, 246, 230, 0.22);
}

.resort-details article:first-child {
  border-left: 0;
}

.resort-details span {
  color: var(--gold);
  font-family: var(--mono);
  font-size: 0.5rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.resort-details h3 {
  margin: 1.4rem 0 1rem;
  font-family: var(--display);
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  font-weight: 400;
  line-height: 1;
}

.resort-details p {
  margin: 0;
  color: rgba(255, 246, 230, 0.68);
  font-size: 0.78rem;
  line-height: 1.75;
}

.journey {
  padding: 12vh var(--pad);
  background: var(--paper);
  overflow-x: hidden;
}

.section-heading {
  max-width: 850px;
  margin-bottom: clamp(4rem, 8vh, 7rem);
}

.section-heading h2,
.flight-copy h2,
.faq-heading h2 {
  font-size: clamp(4rem, 8vw, 7.8rem);
}

.travel-step {
  display: grid;
  max-width: 1120px;
  min-height: 0;
  margin: 0 auto;
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
  border-top: 1px solid rgba(37, 29, 25, 0.2);
  grid-template-columns: clamp(150px, 21vw, 250px) minmax(0, 680px);
  align-items: start;
  justify-content: center;
  gap: clamp(2.5rem, 7vw, 7rem);
}

.travel-step:last-child {
  border-bottom: 1px solid rgba(37, 29, 25, 0.2);
}

.travel-art {
  position: relative;
  align-self: start;
  margin: 0;
  transform: rotate(-2deg);
}

.travel-art::before {
  position: absolute;
  right: 8%;
  bottom: -0.5rem;
  left: 8%;
  height: 1px;
  background: rgba(24, 55, 46, 0.24);
  content: "";
  transform: rotate(3deg);
}

.travel-art img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  filter: saturate(0.88) contrast(0.94);
  -webkit-mask-image: radial-gradient(ellipse 78% 76% at center, #000 48%, transparent 88%);
  mask-image: radial-gradient(ellipse 78% 76% at center, #000 48%, transparent 88%);
  mix-blend-mode: multiply;
  object-fit: cover;
}

.step-copy {
  position: relative;
  padding-right: clamp(0rem, 4vw, 3rem);
}

.step-number {
  position: absolute;
  top: -1.6rem;
  right: 0;
  color: rgba(24, 55, 46, 0.08);
  font-family: var(--display);
  font-size: clamp(5rem, 9vw, 8rem);
  line-height: 1;
}

.step-copy h3 {
  position: relative;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.2rem, 5.8vw, 5.2rem);
  font-weight: 400;
  letter-spacing: -0.07em;
  line-height: 0.92;
}

.step-copy > p:not(.step-label) {
  position: relative;
  max-width: 590px;
  margin: 2rem 0 0;
  color: rgba(37, 29, 25, 0.7);
  line-height: 1.9;
}

.step-copy .step-note {
  padding: 1.1rem 1.25rem;
  border-left: 3px solid var(--wine);
  background: #f3dfb9;
  font-size: 0.83rem;
}

.step-copy address {
  margin: 2rem 0 0;
  font-style: normal;
  line-height: 1.8;
}

.step-links {
  display: flex;
  margin-top: 2rem;
  gap: 1.5rem;
}

.step-links a,
.entry-card a {
  padding-bottom: 0.3rem;
  border-bottom: 1px solid;
  font-family: var(--mono);
  font-size: 0.52rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.flight-details {
  display: grid;
  padding: 15vh var(--pad);
  color: var(--paper);
  background:
    radial-gradient(circle at 90% 15%, rgba(215, 167, 70, 0.26), transparent 19rem),
    var(--terracotta);
  grid-template-columns: 0.85fr 1fr;
  gap: 9vw;
}

.flight-copy {
  position: sticky;
  top: 8rem;
  height: fit-content;
}

.flight-copy .eyebrow {
  color: var(--paper);
}

.flight-copy h2 em {
  color: #f2cf77;
}

.flight-list {
  margin: 0;
}

.flight-list div {
  display: grid;
  padding: 2rem 0;
  border-top: 1px solid rgba(255, 246, 230, 0.27);
  grid-template-columns: 3rem 1fr;
  gap: 1.2rem;
}

.flight-list div:last-child {
  border-bottom: 1px solid rgba(255, 246, 230, 0.27);
}

.flight-list dt {
  color: #f2cf77;
  font-family: var(--mono);
  font-size: 0.52rem;
}

.flight-list dd {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.15;
}

.entry {
  padding: 15vh var(--pad);
  color: #2b2d20;
  background: #edc84f;
}

.entry .section-heading {
  position: relative;
}

.entry .section-heading h2 em {
  color: var(--wine);
}

.source-date {
  max-width: 520px;
  margin: 2rem 0 0;
  font-family: var(--mono);
  font-size: 0.55rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
  text-transform: uppercase;
}

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

.entry-card {
  min-height: 30rem;
  padding: 2.2rem;
  border: 1px solid rgba(43, 45, 32, 0.28);
  border-radius: 50% 50% 2rem 2rem;
  background: rgba(255, 246, 230, 0.2);
}

.entry-card > span {
  font-family: var(--mono);
  font-size: 0.52rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.entry-card h3 {
  margin: 6rem 0 1.5rem;
  font-family: var(--display);
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.95;
}

.entry-card p {
  color: rgba(43, 45, 32, 0.76);
  font-size: 0.82rem;
  line-height: 1.8;
}

.entry-card a {
  display: inline-block;
  margin-top: 1rem;
}

.faq {
  padding: clamp(4rem, 8vh, 7rem) var(--pad) 15vh;
  color: var(--paper);
  background:
    linear-gradient(30deg, transparent 49.5%, rgba(255, 255, 255, 0.025) 50%, transparent 50.5%),
    linear-gradient(-30deg, transparent 49.5%, rgba(255, 255, 255, 0.025) 50%, transparent 50.5%),
    var(--forest);
  background-size: 4.5rem 4.5rem;
}

.faq-heading {
  width: min(100%, 820px);
  margin: 0 auto 4.5rem;
}

.faq-heading .eyebrow {
  color: var(--gold);
}

.faq-heading h2 em {
  color: var(--gold);
}

.faq-heading > p:last-child {
  max-width: 660px;
  margin: 2rem 0 0;
  color: rgba(255, 246, 230, 0.7);
  font-size: 0.84rem;
  line-height: 1.85;
}

.faq-list {
  width: min(100%, 820px);
  margin: 0 auto;
}

.faq-list details {
  border-top: 1px solid rgba(255, 246, 230, 0.23);
}

.faq-list details:last-child {
  border-bottom: 1px solid rgba(255, 246, 230, 0.23);
}

.faq-list summary {
  position: relative;
  padding: 1.65rem 3rem 1.65rem 0;
  cursor: pointer;
  font-family: var(--display);
  font-size: clamp(1.55rem, 2.4vw, 2.35rem);
  line-height: 1.22;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary:focus {
  outline: none;
}

.faq-list summary:focus-visible {
  outline: 1px solid var(--gold);
  outline-offset: 0.35rem;
}

.faq-list summary i,
.faq-list summary i::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.2rem;
  height: 1px;
  background: currentColor;
  content: "";
  transition: transform 200ms ease;
}

.faq-list summary i::after {
  top: 0;
  transform: rotate(90deg);
}

.faq-list details[open] summary i::after {
  transform: rotate(0);
}

.faq-list details p {
  max-width: 680px;
  margin: -0.5rem 0 2rem;
  color: rgba(255, 246, 230, 0.7);
  line-height: 1.85;
}

.faq-list details p a {
  display: block;
  width: fit-content;
  margin-top: 0.8rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid rgba(255, 246, 230, 0.55);
  color: var(--gold);
  font-family: var(--mono);
  font-size: 0.54rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.next-page {
  display: grid;
  min-height: 15rem;
  padding: 3rem var(--pad);
  color: var(--ink);
  background: var(--gold);
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2rem;
}

.next-page span {
  font-family: var(--mono);
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.next-page strong {
  font-family: var(--display);
  font-size: clamp(2.7rem, 6vw, 6rem);
  font-weight: 400;
  letter-spacing: -0.05em;
}

.next-page i {
  font-size: 1.5rem;
  font-style: normal;
}

.reveal {
  opacity: 0;
  transform: translateY(3rem);
  transition:
    opacity 750ms ease,
    transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

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

@media (max-width: 900px) {
  .travel-step {
    grid-template-columns: minmax(130px, 190px) minmax(0, 1fr);
    gap: clamp(2rem, 6vw, 4rem);
  }

  .entry-card {
    padding: 1.6rem;
  }
}

@media (max-width: 760px) {
  .page-header {
    height: 4.2rem;
    backdrop-filter: none;
  }

  .menu-toggle {
    display: flex;
    padding: 0;
    border: 0;
    align-items: center;
    gap: 0.6rem;
    background: transparent;
    font-family: var(--mono);
    font-size: 0.56rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .menu-toggle i {
    position: relative;
    display: block;
    width: 1.5rem;
    height: 1px;
    background: currentColor;
  }

  .menu-toggle i::after {
    position: absolute;
    top: 5px;
    right: 0;
    width: 0.9rem;
    height: 1px;
    background: currentColor;
    content: "";
  }

  .page-header nav {
    position: fixed;
    inset: 4.2rem 0 0;
    display: flex;
    padding: 4rem 1.2rem;
    color: var(--paper);
    background: var(--forest);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-1rem);
    transition:
      opacity 220ms ease,
      transform 220ms ease;
  }

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

  .page-header nav a {
    padding: 0.7rem 0;
    border-bottom: 1px solid rgba(255, 246, 230, 0.18);
    font-family: var(--display);
    font-size: 3.3rem;
    letter-spacing: -0.05em;
    text-transform: none;
    opacity: 1;
  }

  .nav-rsvp {
    margin-top: 1rem;
    text-align: center;
  }

  .travel-hero {
    min-height: 100svh;
    padding-top: 15vh;
    padding-bottom: 10rem;
  }

  .travel-hero h1 {
    font-size: clamp(4.7rem, 21vw, 6.8rem);
  }

  .hero-copy > p:last-child {
    max-width: 330px;
    margin-top: 2rem;
    font-size: 0.87rem;
  }

  .route {
    bottom: 3rem;
    align-items: flex-start;
    flex-direction: column;
    gap: 0.55rem;
  }

  .route i {
    width: 3rem;
    flex: none;
  }

  .hero-sun {
    top: 8%;
    right: -15%;
  }

  .hero-lotus-right {
    display: none;
  }

  .hero-temples {
    height: 7rem;
  }

  .hero-temples span {
    width: 3.6rem;
    height: 5rem;
  }

  .hero-temples span:nth-child(2),
  .hero-temples span:nth-child(4) {
    height: 3.6rem;
  }

  .hero-temples span:nth-child(3) {
    height: 6.5rem;
  }

  .resort-stay {
    padding-top: 11vh;
    padding-bottom: 3rem;
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .resort-photo {
    width: min(86vw, 360px);
    margin: 0 auto;
  }

  .resort-copy h2 {
    font-size: clamp(4rem, 18vw, 5.8rem);
  }

  .resort-links {
    align-items: flex-start;
    flex-direction: column;
  }

  .stay-dates {
    grid-column: auto;
    padding: 1.3rem 0.8rem;
  }

  .stay-dates strong span {
    font-size: clamp(2rem, 9vw, 2.45rem);
    letter-spacing: -0.04em;
    white-space: nowrap;
  }

  .stay-dates strong small {
    font-size: 0.72rem;
  }

  .resort-details {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .resort-details article,
  .resort-details article:first-child {
    padding: 2rem 0;
    border-top: 1px solid rgba(255, 246, 230, 0.22);
    border-left: 0;
  }

  .journey {
    padding-top: 10vh;
  }

  .section-heading {
    margin-bottom: 3rem;
  }

  .section-heading h2,
  .flight-copy h2,
  .faq-heading h2 {
    font-size: clamp(4rem, 18vw, 5.8rem);
  }

  .travel-step {
    min-height: auto;
    padding: 3.5rem 0;
    grid-template-columns: clamp(82px, 27vw, 112px) minmax(0, 1fr);
    gap: clamp(1.25rem, 5vw, 2rem);
  }

  .travel-art {
    width: 100%;
    margin-top: 0.6rem;
  }

  .step-copy h3 {
    font-size: clamp(2.5rem, 11vw, 3.6rem);
    letter-spacing: -0.06em;
  }

  .step-copy > p:not(.step-label) {
    margin-top: 1.25rem;
    font-size: 0.82rem;
    line-height: 1.7;
  }

  .step-copy {
    padding-right: 0;
  }

  .step-number {
    top: -0.8rem;
    font-size: 4.5rem;
  }

  .step-label {
    margin-bottom: 0.8rem;
  }

  .step-copy address {
    margin-top: 1.25rem;
    font-size: 0.82rem;
  }

  .step-links {
    align-items: flex-start;
    flex-direction: column;
  }

  .faq {
    padding-top: 4rem;
  }

  .faq-heading {
    margin-bottom: 3rem;
  }

  .flight-list dd {
    font-size: 1.9rem;
  }

  .entry {
    padding-top: 12vh;
  }

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

  .entry-card {
    min-height: auto;
    padding: 2rem;
    border-radius: 8rem 8rem 1.5rem 1.5rem;
  }

  .entry-card h3 {
    margin-top: 5rem;
    font-size: 3rem;
  }

  .faq-list summary {
    padding: 1.45rem 2.5rem 1.45rem 0;
    font-size: 1.75rem;
  }

  .next-page {
    min-height: 12rem;
    grid-template-columns: 1fr auto;
  }

  .next-page span {
    grid-column: 1 / -1;
  }

  .next-page strong {
    font-size: 2.8rem;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }

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

/* Immersive travel sequence */
html,
body {
  overflow-x: clip;
}

.travel-scene {
  position: relative;
  color: var(--paper);
  background: #1b3027;
}

.travel-scene-backdrop {
  position: sticky;
  z-index: 0;
  top: 0;
  height: 100svh;
  overflow: hidden;
}

.travel-scene-image,
.travel-scene-gradient {
  position: absolute;
  inset: 0;
}

.travel-scene-image {
  background-image: url("../assets/travel/fulltravelscene.png");
  background-position: center 0%;
  background-repeat: no-repeat;
  background-size: cover;
  filter: saturate(0.82) contrast(0.94);
  transform: scale(1.015);
  transition: background-position 1100ms cubic-bezier(0.16, 1, 0.3, 1);
}

.travel-scene[data-scene="2"] .travel-scene-image {
  background-position: center 50%;
}

.travel-scene[data-scene="3"] .travel-scene-image {
  background-position: center 100%;
}

.travel-scene-gradient {
  background:
    linear-gradient(180deg, rgba(12, 28, 22, 0.14), transparent 32%, transparent 76%, rgba(12, 28, 22, 0.24)),
    linear-gradient(90deg, rgba(12, 31, 25, 0.44) 0%, rgba(12, 31, 25, 0.15) 43%, transparent 72%);
  transition: background 900ms ease;
}

.travel-scene[data-scene="2"] .travel-scene-gradient {
  background:
    linear-gradient(180deg, rgba(12, 28, 22, 0.14), transparent 32%, transparent 76%, rgba(12, 28, 22, 0.24)),
    linear-gradient(270deg, rgba(12, 31, 25, 0.48) 0%, rgba(12, 31, 25, 0.16) 42%, transparent 72%);
}

.travel-scene[data-scene="3"] .travel-scene-gradient {
  background:
    linear-gradient(180deg, rgba(12, 28, 22, 0.1), transparent 32%, transparent 75%, rgba(12, 28, 22, 0.3)),
    linear-gradient(90deg, rgba(12, 31, 25, 0.48) 0%, rgba(12, 31, 25, 0.16) 44%, transparent 74%);
}

.scene-progress {
  position: absolute;
  z-index: 2;
  right: var(--pad);
  bottom: 2rem;
  width: 5.5rem;
  height: 2px;
  background: rgba(255, 246, 230, 0.32);
}

.scene-progress i {
  display: block;
  width: 33.333%;
  height: 100%;
  background: #f2cf77;
  transform-origin: left;
  transition: transform 800ms cubic-bezier(0.16, 1, 0.3, 1);
}

.travel-scene[data-scene="2"] .scene-progress i {
  transform: translateX(100%);
}

.travel-scene[data-scene="3"] .scene-progress i {
  transform: translateX(200%);
}

.scene-chapters {
  position: relative;
  z-index: 2;
  margin-top: -100svh;
}

.scene-chapter {
  display: flex;
  min-height: 108svh;
  padding: 13vh var(--pad) 9vh;
  align-items: center;
}

.scene-chapter-shuttle {
  justify-content: flex-end;
}

.scene-panel {
  position: relative;
  width: min(100%, 590px);
  padding: clamp(1.25rem, 3vw, 2.4rem);
  border: 1px solid rgba(255, 246, 230, 0.2);
  border-radius: clamp(1.15rem, 2vw, 1.75rem);
  background:
    linear-gradient(135deg, rgba(12, 31, 25, 0.84) 0%, rgba(18, 48, 39, 0.64) 58%, rgba(255, 246, 230, 0.12) 100%);
  box-shadow: 0 1.4rem 4rem rgba(6, 20, 15, 0.3);
  backdrop-filter: blur(13px) saturate(1.08);
  text-shadow: 0 0.12rem 0.8rem rgba(6, 20, 15, 0.48);
}

.scene-chapter-shuttle .scene-panel {
  background:
    linear-gradient(225deg, rgba(12, 31, 25, 0.84) 0%, rgba(18, 48, 39, 0.64) 58%, rgba(255, 246, 230, 0.12) 100%);
}

.scene-panel .eyebrow,
.scene-panel .step-label,
.scene-section-label {
  color: #f2cf77;
  font-weight: 500;
  letter-spacing: 0.13em;
}

.scene-panel h1,
.scene-panel h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: -0.075em;
  line-height: 0.82;
}

.scene-panel h1 {
  font-size: clamp(4rem, 7vw, 6.7rem);
}

.scene-panel h1 em,
.scene-panel h2 em {
  color: #f2cf77;
  font-family: Georgia, serif;
  font-size: 0.78em;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.065em;
}

.scene-intro {
  max-width: 430px;
  margin: 2rem 0 0;
  color: rgba(255, 246, 230, 0.94);
  font-weight: 500;
  line-height: 1.8;
}

.scene-arrival-facts {
  display: grid;
  width: min(100%, 580px);
  margin: 2rem 0 0;
  padding: 0;
  border-top: 1px solid rgba(255, 246, 230, 0.34);
  border-bottom: 1px solid rgba(255, 246, 230, 0.34);
  grid-template-columns: 1fr;
}

.scene-arrival-facts div {
  min-width: 0;
  padding: 1.1rem 1.1rem 1.05rem 0;
}

.scene-arrival-facts div + div {
  padding-left: 1.1rem;
  border-left: 1px solid rgba(255, 246, 230, 0.25);
}

.scene-arrival-facts dt {
  margin: 0 0 0.5rem;
  color: #f2cf77;
  font-family: var(--mono);
  font-size: 0.48rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.scene-arrival-facts dd {
  display: grid;
  gap: 0.3rem;
  margin: 0;
  color: #fff6e6;
  font-family: var(--display);
  font-size: clamp(1.9rem, 3.8vw, 3rem);
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.scene-arrival-facts small {
  display: block;
  margin: -0.1rem 0 0.55rem;
  color: #f2cf77;
  font-family: var(--mono);
  font-size: clamp(0.58rem, 1vw, 0.72rem);
  letter-spacing: 0.09em;
  line-height: 1.35;
  text-transform: uppercase;
}

.scene-facts {
  display: grid;
  width: min(100%, 360px);
  margin: 1.5rem 0 0;
  padding: 0;
  border-top: 1px solid rgba(255, 246, 230, 0.34);
  border-bottom: 1px solid rgba(255, 246, 230, 0.34);
}

.scene-facts div {
  min-width: 0;
  padding: 0.95rem 0;
}

.scene-facts dt {
  margin: 0 0 0.45rem;
  color: #f2cf77;
  font-family: var(--mono);
  font-size: 0.48rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.scene-facts dd {
  margin: 0;
  color: #fff6e6;
  font-family: var(--display);
  font-size: clamp(2.3rem, 4.5vw, 3.6rem);
  letter-spacing: -0.055em;
  line-height: 0.9;
}

.travel-scene .route {
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
  margin-top: 1.8rem;
  gap: 0.7rem;
  color: rgba(255, 246, 230, 0.86);
}

.travel-scene .route strong {
  color: #f2cf77;
}

.scene-step {
  position: relative;
  margin-top: 2.2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 246, 230, 0.24);
}

.scene-section-label {
  margin: 0 0 1.5rem;
  font-family: var(--mono);
  font-size: 0.5rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.scene-panel .step-number {
  position: absolute;
  top: 1.2rem;
  right: 1.5rem;
  color: rgba(255, 246, 230, 0.12);
  font-size: clamp(4.5rem, 8vw, 7rem);
}

.scene-panel > .step-number {
  top: 1rem;
}

.scene-panel h2 {
  position: relative;
  max-width: 500px;
  font-size: clamp(3rem, 5vw, 4.7rem);
}

.scene-panel > p:not(.eyebrow, .step-label, .scene-intro, .scene-note),
.scene-step > p:not(.step-label, .scene-section-label) {
  position: relative;
  max-width: 540px;
  margin: 1.5rem 0 0;
  color: rgba(255, 246, 230, 0.9);
  font-size: clamp(0.95rem, 1.25vw, 1.05rem);
  font-weight: 500;
  line-height: 1.75;
}

.scene-note {
  margin: 1.5rem 0 0;
  padding: 1rem 1.1rem;
  border-left: 3px solid #f2cf77;
  color: rgba(255, 246, 230, 0.88);
  background: rgba(255, 246, 230, 0.08);
  font-size: 0.82rem;
  line-height: 1.7;
}

.scene-panel address {
  position: relative;
  margin: 1.7rem 0 0;
  color: rgba(255, 246, 230, 0.88);
  font-family: var(--mono);
  font-size: 0.57rem;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-transform: uppercase;
}

.scene-panel .step-links a {
  color: #f2cf77;
}

.resort-stay {
  grid-template-columns: 1fr;
}

.resort-copy {
  width: min(100%, 920px);
}

@media (max-width: 760px) {
  .travel-scene-image {
    background-size: auto 188%;
  }

  .travel-scene-gradient,
  .travel-scene[data-scene="2"] .travel-scene-gradient,
  .travel-scene[data-scene="3"] .travel-scene-gradient {
    background:
      linear-gradient(180deg, rgba(10, 27, 21, 0.06) 0%, rgba(10, 27, 21, 0.08) 42%, rgba(10, 27, 21, 0.38) 72%, rgba(10, 27, 21, 0.68) 100%);
  }

  .scene-chapter {
    min-height: 115svh;
    padding: 14vh 1rem 6vh;
    align-items: flex-end;
  }

  .scene-panel {
    width: 100%;
    padding: 1.15rem;
    border-radius: 1.2rem;
    background:
      linear-gradient(145deg, rgba(12, 31, 25, 0.86) 0%, rgba(18, 48, 39, 0.68) 58%, rgba(255, 246, 230, 0.1) 100%);
    backdrop-filter: blur(10px) saturate(1.06);
  }

  .scene-chapter-shuttle .scene-panel {
    background:
      linear-gradient(215deg, rgba(12, 31, 25, 0.86) 0%, rgba(18, 48, 39, 0.68) 58%, rgba(255, 246, 230, 0.1) 100%);
  }

  .scene-panel h1 {
    font-size: clamp(3rem, 15vw, 4.5rem);
  }

  .scene-panel h2 {
    font-size: clamp(2.2rem, 10vw, 3rem);
  }

  .scene-intro,
  .scene-panel > p:not(.eyebrow, .step-label, .scene-intro, .scene-note),
  .scene-step > p:not(.step-label, .scene-section-label) {
    font-size: 0.88rem;
    line-height: 1.65;
  }

  .scene-arrival-facts {
    margin-top: 1.3rem;
    grid-template-columns: 1fr;
  }

  .scene-arrival-facts div {
    padding: 0.75rem 0.75rem 0.75rem 0;
  }

  .scene-arrival-facts dd {
    font-size: clamp(1.65rem, 8vw, 2.35rem);
  }

  .scene-arrival-facts small {
    margin-bottom: 0.35rem;
    font-size: 0.58rem;
  }

  .scene-facts {
    width: 100%;
    margin-top: 1.2rem;
  }

  .scene-facts dd {
    font-size: clamp(2rem, 9vw, 2.8rem);
  }

  .travel-scene .route {
    position: relative;
    bottom: auto;
    margin-top: 1.4rem;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.45rem 0.65rem;
  }

  .travel-scene .route i {
    width: 1.6rem;
  }

  .scene-step {
    margin-top: 1.5rem;
    padding-top: 1.4rem;
  }

  .scene-panel .step-number {
    top: 0.7rem;
    right: 0.8rem;
    font-size: 4.5rem;
  }

  .scene-progress {
    right: 1rem;
    bottom: 1rem;
  }

  .resort-stay {
    padding-top: 11vh;
  }

  .room-cost {
    padding: 1.5rem 0;
    grid-template-columns: 1fr;
    gap: 1.3rem;
  }

  .room-cost h2 {
    font-size: clamp(2.25rem, 10.5vw, 3rem);
    line-height: 0.95;
  }

  .room-cost .exchange-note {
    margin-top: -0.5rem;
    grid-column: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .travel-scene-image,
  .travel-scene-gradient,
  .scene-progress i {
    transition: none;
  }
}
