/* Homepage-only concept; the shared worlds skin and trip funnel stay reusable. */
.travel-hero.world--open { min-height: min(900px, 100svh); overflow: hidden; }
.travel-hero.world--open .stage { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); align-items: center; width: min(1320px, 100%); margin-inline: auto; min-height: min(900px, 100svh); padding: 110px 40px 35px; gap: 18px; }
.travel-hero.world--open .display { width: auto; max-width: none; font-size: clamp(40px, 4.2vw, 62px); line-height: 1.04; letter-spacing: -.065em; }
.travel-hero .display > span { display: block; }
.travel-hero .travel-accent { color: #754396; }
.travel-hero .lede { max-width: 35ch; font-size: 19px; line-height: 1.5; margin-top: 24px; }
.travel-hero .credit { margin-bottom: 25px; }
.travel-hero .wsky .fenn { --fx: 46%; --fy: 12%; --fink: 64px; }
.travel-demo { position: relative; min-width: 0; width: 100%; max-width: 580px; justify-self: center; padding-top: 12px; }
.travel-map { position: relative; aspect-ratio: 600 / 440; width: 100%; margin-left: 0; }
.travel-island { position: absolute; width: 100%; height: auto; left: 0; top: 6%; pointer-events: none; }
.travel-photo { position: absolute; margin: 0; width: 22%; background: #fff; border: 5px solid #fff; border-radius: 13px; box-shadow: 0 7px 16px #28364725; transform: rotate(-8deg); }
.travel-photo img { width: 100%; height: auto; aspect-ratio: 1.22; object-fit: cover; border-radius: 8px; display: block; }
.travel-photo figcaption { text-align: center; font-size: 11px; color: #49545c; padding: 6px 1px 3px; line-height: 1.2; }
.travel-photo--cafe { top: 17%; left: 7%; }
.travel-photo--river { top: 58%; right: 2%; transform: rotate(8deg); width: 20%; }
.travel-pin, .travel-event { position: absolute; border: 2px solid #fff; background: #fffffff5; color: #423952; box-shadow: 0 5px 14px #3e365320; font: inherit; border-radius: 22px;  min-height: 44px;  }
.travel-pin { display: flex; align-items: center; gap: 6px; padding: 6px 10px 6px 6px; font-size: 13px; white-space: nowrap; }
.travel-pin > span { display: grid; place-items: center; width: 24px; height: 24px; background: #a389d8; color: #fff; border-radius: 50%; font-weight: 650; }
.travel-pin--cafe { top: 79%; left: 38%; }
.travel-pin--books { top: 65%; left: 5%; }
.travel-pin--books > span { background: #5689bd; }
.travel-event { top: 14%; right: 0; border-radius: 15px; padding: 11px 13px; display: flex; align-items: center; gap: 9px; text-align: left; }
.travel-event > svg { color: #d16a4d; }
.travel-event b { display: block; font-size: 14px; font-weight: 650; }
.travel-event small { display: block; font-size: 13px; margin-top: 3px; color: #715b52; }
.travel-caption { text-align: center; color: #53616c; font-size: 14px; line-height: 1.4; margin: 2px 15px 0; }
@media (prefers-reduced-motion: no-preference) {
  .travel-demo.is-entered .travel-island { animation: travel-arrive 1s cubic-bezier(.2,.7,.2,1) both; }
  .travel-demo.is-entered .travel-photo { animation: travel-photo-arrive .6s .5s both; }
  @keyframes travel-arrive { from { opacity: 0; translate: 0 24px; scale: .97; } to { opacity: 1; translate: 0 0; scale: 1; } }
  @keyframes travel-photo-arrive { from { opacity: 0; translate: 0 12px; } to { opacity: 1; translate: 0 0; } }
}
@media (max-width: 1000px) {
  .travel-hero.world--open .stage { padding-inline: 28px; gap: 12px; }
  .travel-hero.world--open .display { font-size: clamp(36px, 4.3vw, 46px); }
  .travel-hero .lede { font-size: 17px; }
  .travel-map { width: 106%; margin-left: -3%; }
  .travel-event { padding: 8px; gap: 5px; }
  .travel-event b { font-size: 12px; }
  .travel-event > svg { width: 20px; }
}
@media (max-width: 899px) {
  .travel-hero.world--open, .travel-hero.world--open .stage { min-height: 0; }
  .travel-hero.world--open .stage { display: flex; align-items: stretch; padding: calc(var(--nav-h) + 29px) 22px 38px; gap: 34px; }
  .travel-hero.world--open .display { font-size: clamp(32px, 9.65vw, 52px); letter-spacing: -.055em; line-height: 1.06; }
  .travel-hero .credit { margin-bottom: 19px; }
  .travel-hero .lede { font-size: 16px; line-height: 1.5; max-width: 38ch; margin-top: 18px; }
  .travel-hero .doors { margin-top: 21px; gap: 10px; }
  .travel-hero .doors a { font-size: 14px; }
  .travel-hero .wsky .fenn { --fx: 89%; --fy: 7%; --fink: 45px; }
  .travel-demo { padding-top: 0; margin-inline: auto; }
  .travel-map { width: calc(100% + 28px); margin-left: -14px; aspect-ratio: 600 / 510; }
  .travel-island { top: 12%; }
  .travel-photo--cafe { top: 16%; left: 5%; width: 24%; }
  .travel-photo--river { top: 61%; right: 2%; width: 23%; }
  .travel-photo figcaption { display: none; }
  .travel-event { top: 8%; right: 0; min-height: 54px; padding: 8px 10px; }
  .travel-event b { font-size: 12px; }
  .travel-event small { font-size: 12px; }
  .travel-pin { font-size: 12px; gap: 4px; padding-right: 8px; }
  .travel-pin--cafe { top: 78%; left: 33%; }
  .travel-pin--books { top: 63%; left: 0; }
  .travel-caption { margin-top: 8px; font-size: 13px; }
}

@media (max-width: 360px) {
  .travel-hero .doors a { padding-inline: 16px; }
}

/* A quiet header surface keeps scrolling content out of the navigation. */
.site > .nav { transition: background-color 180ms ease, box-shadow 180ms ease; }
.site > .nav.nav--scrolled { background: rgba(250, 250, 249, .96); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); box-shadow: 0 1px 0 #2222220c, 0 4px 14px #22222205; color: var(--text-primary); }
.site > .nav.nav--scrolled .nav-links a:not(.cta):not(.cta-ghost) { color: var(--text-primary); }
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) { .site > .nav.nav--scrolled { background: #fafaf9; } }
@media(prefers-reduced-motion:reduce) { .site > .nav { transition: none; } }
