@charset "UTF-8";
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css');

:root {
  --ink: #f7fbff;
  --muted: #aebbd0;
  --night: #03050c;
  --navy: #081225;
  --cyan: #66e2ff;
  --cyan-2: #26bfe8;
  --gold: #ffd35a;
  --purple: #a99cff;
  --line: rgba(181, 218, 255, 0.16);
  --safe-bottom: env(safe-area-inset-bottom, 0px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--night);
  overflow-x: hidden;
  overscroll-behavior-x: none;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 28%, rgba(65, 84, 178, 0.13), transparent 30rem),
    radial-gradient(circle at 88% 58%, rgba(38, 191, 232, 0.10), transparent 28rem),
    var(--night);
  color: var(--ink);
  font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  word-break: keep-all;
  overscroll-behavior-x: none;
}

html.intro-playing,
body.intro-playing { height: 100%; overflow: hidden; overscroll-behavior: none; }

button,
input,
a {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
video {
  display: block;
  max-width: 100%;
}

:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 9999;
  padding: 12px 18px;
  border-radius: 12px;
  background: var(--ink);
  color: var(--night);
  font-weight: 800;
  transition: top .2s ease;
}

.skip-link:focus {
  top: 16px;
}

#stars-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.ambient-orb {
  position: fixed;
  z-index: 0;
  width: 45vw;
  height: 45vw;
  border-radius: 50%;
  opacity: .12;
  filter: blur(90px);
  pointer-events: none;
}

.ambient-orb-one {
  top: 95vh;
  right: -20vw;
  background: var(--cyan-2);
}

.ambient-orb-two {
  top: 270vh;
  left: -24vw;
  background: var(--purple);
}

.hero-fullscreen {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  overflow: hidden;
  isolation: isolate;
}

body.intro-playing .hero-fullscreen {
  height: 100vh;
  height: 100dvh;
}

.hero-video-bg,
.hero-gradient-overlay {
  position: absolute;
  inset: 0;
}

.hero-video-bg {
  z-index: -3;
  background: #101934;
}

.hero-video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  filter: saturate(.92) contrast(1.03);
  transform: scale(1.015);
}

body.intro-playing .hero-video-bg {
  z-index: -1;
  display: grid;
  place-items: center;
  background: #000;
}

body.intro-playing .hero-video-bg video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: none;
  transform: none;
}

.hero-gradient-overlay {
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(2, 6, 18, .66) 0%, rgba(2, 6, 18, .06) 28%, rgba(2, 6, 18, .18) 51%, rgba(2, 5, 15, .94) 91%, #03050c 100%),
    linear-gradient(90deg, rgba(3, 5, 12, .28), transparent 60%);
}

body.intro-playing .hero-gradient-overlay {
  z-index: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.08), transparent 66%, rgba(0,0,0,.58));
}

.opening-controls {
  position: absolute;
  right: 18px;
  bottom: calc(28px + var(--safe-bottom));
  left: 18px;
  z-index: 8;
  display: grid;
  gap: 12px;
  width: min(calc(100% - 36px), 680px);
  margin: 0 auto;
  transition: opacity .3s ease, transform .3s ease;
}

.opening-controls[hidden] { display: none; }
.opening-progress { height: 3px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.24); box-shadow: 0 1px 10px rgba(0,0,0,.32); }
.opening-progress i { display: block; width: 0; height: 100%; border-radius: inherit; background: #fff; box-shadow: 0 0 14px rgba(255,255,255,.72); transition: width .15s linear; }
.opening-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.opening-actions button { min-height: 44px; border: 1px solid rgba(255,255,255,.27); border-radius: 999px; background: rgba(3,7,16,.56); color: #fff; box-shadow: 0 8px 26px rgba(0,0,0,.26); backdrop-filter: blur(14px); cursor: pointer; }
.opening-actions button:first-child { display: inline-flex; align-items: center; gap: 8px; padding: 0 16px; font-size: 12px; font-weight: 900; }
.opening-actions button:first-child span { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 50%; background: #fff; color: #090d18; }
.opening-actions button:last-child { padding: 0 15px; font-size: 11px; font-weight: 850; }

body:not(.intro-playing) .opening-controls,
body.intro-exiting .opening-controls { opacity: 0; transform: translateY(14px); pointer-events: none; }
body.intro-playing .hero-topbar { opacity: 0; transform: translate3d(-50%, 18px, 0); pointer-events: none; }
body.intro-playing .hero-content { opacity: 0; transform: translateY(18px); pointer-events: none; }
body.intro-playing .hero-status { opacity: 0; pointer-events: none; }
body.intro-playing .mission-dock,
body.intro-playing .audio-gate { opacity: 0; pointer-events: none; }

.hero-topbar {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 1180px);
  padding: calc(15px + env(safe-area-inset-top, 0px)) 20px 16px;
  transform: translateX(-50%);
  transition: opacity .45s ease, transform .45s ease;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .55);
}

.brand-mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 50%;
  background: rgba(5, 9, 25, .42);
  backdrop-filter: blur(14px);
}

.brand-mark img {
  width: 27px;
  height: 27px;
  object-fit: contain;
}

.sound-toggle {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 9px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, .23);
  border-radius: 999px;
  background: rgba(2, 6, 18, .56);
  backdrop-filter: blur(14px);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  cursor: pointer;
}

.sound-bars {
  display: flex;
  height: 15px;
  align-items: center;
  gap: 2px;
}

.sound-bars i {
  display: block;
  width: 2px;
  border-radius: 2px;
  background: var(--cyan);
  animation: soundWave .7s ease-in-out infinite alternate;
}

.sound-bars i:nth-child(1) { height: 6px; }
.sound-bars i:nth-child(2) { height: 14px; animation-delay: -.28s; }
.sound-bars i:nth-child(3) { height: 9px; animation-delay: -.46s; }

.sound-toggle.is-muted .sound-bars i {
  height: 2px;
  animation: none;
  background: #8592a7;
}

@keyframes soundWave {
  to { transform: scaleY(.4); }
}

.hero-content {
  align-self: end;
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 0 22px 102px;
  transition: opacity .55s ease, transform .55s ease;
}

.eyebrow,
.section-kicker {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--cyan);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
}

.hero-eyebrow {
  margin: 0 0 12px;
  color: #c9f6ff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .5);
}

.live-dot,
.guide-status i {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #63f6b4;
  box-shadow: 0 0 0 5px rgba(99, 246, 180, .12), 0 0 18px rgba(99, 246, 180, .8);
  animation: livePulse 1.7s ease-out infinite;
}

@keyframes livePulse {
  50% { box-shadow: 0 0 0 9px rgba(99, 246, 180, 0), 0 0 18px rgba(99, 246, 180, .45); }
}

.hero-content h1 {
  margin: 0;
  max-width: 720px;
  color: #fff;
  font-size: clamp(46px, 12vw, 78px);
  font-weight: 950;
  letter-spacing: -.065em;
  line-height: .98;
  text-shadow: 0 5px 30px rgba(0, 0, 0, .48);
}

.hero-content h1 span {
  color: #fff3c0;
}

.hero-copy {
  margin: 18px 0 0;
  color: rgba(242, 248, 255, .88);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.55;
  text-shadow: 0 2px 15px rgba(0, 0, 0, .75);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 24px;
}

.launch-button {
  display: flex;
  min-width: 220px;
  min-height: 66px;
  align-items: center;
  gap: 13px;
  padding: 9px 20px 9px 9px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(110deg, #fff1a8, var(--gold));
  color: #10101a;
  box-shadow: 0 14px 36px rgba(255, 211, 90, .25);
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease;
}

.launch-button:active {
  transform: scale(.97);
}

.launch-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(255, 211, 90, .35);
}

.launch-icon {
  display: grid;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: #11162a;
  color: #fff;
  font-size: 23px;
}

.launch-button > span:last-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.launch-button strong {
  font-size: 17px;
  font-weight: 950;
  line-height: 1.2;
}

.launch-button small {
  margin-top: 2px;
  font-size: 10px;
  font-weight: 750;
  opacity: .68;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .6);
  font-size: 13px;
  font-weight: 800;
}

.hero-status {
  position: absolute;
  right: 20px;
  bottom: 26px;
  left: 20px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  color: rgba(222, 233, 247, .54);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  transition: opacity .45s ease, transform .45s ease;
}

.scroll-line {
  position: relative;
  display: block;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, .18);
}

.scroll-line i {
  position: absolute;
  inset: 0 auto 0 0;
  width: 30%;
  background: var(--cyan);
  animation: scanLine 2.1s ease-in-out infinite;
}

@keyframes scanLine {
  0% { transform: translateX(-110%); }
  100% { transform: translateX(440%); }
}

main,
footer {
  position: relative;
  z-index: 1;
}

.experience-section {
  width: min(100% - 36px, 1120px);
  margin: 0 auto;
  padding: 112px 0;
  scroll-margin-top: 24px;
}

.section-kicker {
  margin-bottom: 22px;
}

.section-kicker span {
  display: inline-grid;
  min-width: 30px;
  height: 30px;
  padding: 0 6px;
  place-items: center;
  border: 1px solid rgba(102, 226, 255, .36);
  border-radius: 50%;
  color: #fff;
  letter-spacing: 0;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) 1.18fr;
  align-items: center;
  gap: clamp(40px, 8vw, 120px);
}

.guide-portrait {
  position: relative;
  display: grid;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(42, 76, 143, .52), rgba(5, 11, 28, .15) 63%, transparent 64%);
}

.guide-portrait > img,
.guide-portrait > video {
  position: relative;
  z-index: 2;
  width: 78%;
  aspect-ratio: 1;
  border: 1px solid rgba(102, 226, 255, .24);
  border-radius: 50%;
  object-fit: cover;
  filter: drop-shadow(0 25px 38px rgba(0, 0, 0, .46));
  animation: astronautFloat 4.2s ease-in-out infinite;
}

@keyframes astronautFloat {
  50% { transform: translateY(-12px) rotate(1.5deg); }
}

.orbit {
  position: absolute;
  inset: 9%;
  border: 1px solid rgba(102, 226, 255, .23);
  border-radius: 50%;
}

.orbit::after {
  position: absolute;
  top: 48%;
  left: -5px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 16px var(--cyan);
  content: '';
}

.orbit-a { animation: orbitSpin 10s linear infinite; }
.orbit-b { inset: 23%; animation: orbitSpin 7s linear reverse infinite; }
.orbit-b::after { background: var(--gold); box-shadow: 0 0 16px var(--gold); }

@keyframes orbitSpin { to { transform: rotate(360deg); } }

.guide-status {
  position: absolute;
  right: 5%;
  bottom: 12%;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(4, 10, 26, .78);
  backdrop-filter: blur(12px);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
}

.guide-status i {
  width: 6px;
  height: 6px;
}

.intro-message .speaker {
  margin: 0 0 10px;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 800;
}

.intro-message h2,
.section-heading h2,
.final-destination h2 {
  margin: 0;
  font-size: clamp(38px, 6vw, 64px);
  font-weight: 950;
  letter-spacing: -.055em;
  line-height: 1.08;
}

.intro-message h2 span,
.section-heading h2 em,
.final-destination h2 em {
  color: var(--gold);
  font-style: normal;
}

.intro-message > p:last-of-type {
  max-width: 630px;
  margin: 24px 0 0;
  color: #c5d0e0;
  font-size: 18px;
  line-height: 1.75;
}

.intro-message strong {
  color: #fff;
}

.mission-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 34px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.mission-metrics div {
  display: flex;
  flex-direction: column;
  padding: 20px 18px;
  border-right: 1px solid var(--line);
}

.mission-metrics div:first-child { padding-left: 0; }
.mission-metrics div:last-child { border-right: 0; }
.mission-metrics strong { font-size: 31px; font-weight: 950; line-height: 1; }
.mission-metrics span { margin-top: 6px; color: var(--muted); font-size: 12px; }

.transmission-card {
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  gap: 28px;
  align-items: center;
  margin-top: 90px;
  padding: 26px;
  border: 1px solid rgba(102, 226, 255, .22);
  border-radius: 32px;
  background: linear-gradient(145deg, rgba(18, 32, 66, .78), rgba(7, 13, 32, .72));
  box-shadow: 0 30px 80px rgba(0, 0, 0, .35);
}

.transmission-copy { padding: 12px 10px; }
.transmission-copy h3 { margin: 14px 0 6px; font-size: 28px; font-weight: 950; letter-spacing: -.035em; }
.transmission-copy > p:last-child { margin: 0; color: var(--muted); font-size: 15px; }

.transmission-media {
  position: relative;
  min-height: 370px;
  overflow: hidden;
  border-radius: 24px;
  background: #02040b;
}

.transmission-media video {
  width: 100%;
  height: 100%;
  min-height: 370px;
  object-fit: cover;
  object-position: center 36%;
}

.cinema-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  background: linear-gradient(180deg, rgba(2, 4, 12, .12), rgba(2, 4, 12, .56));
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  transition: opacity .25s ease;
}

.cinema-overlay.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.cinema-play {
  display: grid;
  width: 72px;
  height: 72px;
  padding-left: 5px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 50%;
  background: rgba(255, 255, 255, .14);
  backdrop-filter: blur(12px);
  font-size: 23px;
  box-shadow: 0 0 0 12px rgba(255, 255, 255, .06);
}

.cinema-controls {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 3;
  display: flex;
  gap: 8px;
}

.cinema-controls button {
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(2, 6, 18, .72);
  backdrop-filter: blur(12px);
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.section-heading {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 52px;
}

.section-heading .section-kicker { margin-bottom: 14px; }
.section-heading > p { max-width: 460px; margin: 0 0 4px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.passport-zone .section-heading h2 em { color: var(--purple); }
.benefits-zone .section-heading h2 em { color: var(--gold); }

.passport-card-leather {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 5vw, 46px);
  border: 1px solid rgba(255, 211, 90, .42);
  border-radius: 34px;
  background:
    linear-gradient(120deg, rgba(255,255,255,.05), transparent 24%),
    radial-gradient(circle at 95% -30%, rgba(72, 97, 186, .7), transparent 46%),
    linear-gradient(145deg, #121d48, #080e25 72%);
  box-shadow: 0 36px 90px rgba(0, 0, 0, .42), inset 0 0 0 1px rgba(255,255,255,.04);
}

.passport-glow {
  position: absolute;
  top: -130px;
  right: -80px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(102, 226, 255, .17);
  filter: blur(55px);
}

.passport-head,
.passport-body,
.passport-progress { position: relative; z-index: 1; }

.passport-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(255, 211, 90, .25);
}

.passport-identity { display: flex; align-items: center; gap: 15px; }
.passport-identity img { width: 58px; height: 58px; object-fit: contain; border-radius: 18px; background: rgba(0,0,0,.22); }
.passport-identity small { display: block; color: var(--gold); font-size: 9px; font-weight: 850; letter-spacing: .09em; }
.passport-identity h3 { margin: 2px 0 0; font-size: 24px; font-weight: 950; letter-spacing: -.03em; }

.crew-level {
  padding: 9px 13px;
  border: 1px solid rgba(255, 211, 90, .35);
  border-radius: 999px;
  background: rgba(255, 211, 90, .1);
  color: #ffeaa2;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

.passport-body {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 14px;
  padding: 24px 0;
}

.crew-field,
.passport-number {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  background: rgba(0, 0, 0, .21);
}

.crew-field span,
.passport-number span,
.passport-progress span {
  color: #9aa8c0;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
}

.crew-field input {
  width: 100%;
  margin-top: 5px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 211, 90, .36);
  border-radius: 0;
  outline: none;
  background: transparent;
  color: #fff4bd;
  font-size: 19px;
  font-weight: 900;
}

.passport-number strong { margin-top: 5px; color: #dce8f7; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 15px; }

.passport-progress { padding: 18px; border-radius: 18px; background: rgba(0,0,0,.25); }
.passport-progress > div:first-child { display: flex; justify-content: space-between; align-items: center; }
.passport-progress strong { color: var(--cyan); font-size: 18px; }
.progress-track { height: 8px; margin-top: 12px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.08); }
.progress-track i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--cyan), var(--gold)); box-shadow: 0 0 18px rgba(102,226,255,.45); transition: width .55s cubic-bezier(.2,.8,.2,1); }

.swipe-hint {
  display: none;
  align-items: center;
  justify-content: space-between;
  margin: 22px 4px 10px;
  color: #7f8da4;
  font-size: 11px;
  font-weight: 750;
}

.planet-carousel {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.planet-card {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(18, 30, 60, .82), rgba(6, 11, 27, .92));
  color: #fff;
  text-align: left;
  scroll-snap-align: center;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.planet-card:hover { transform: translateY(-5px); border-color: rgba(102, 226, 255, .45); }
.planet-card.is-stamped { border-color: rgba(255, 211, 90, .62); box-shadow: inset 0 0 0 1px rgba(255,211,90,.14), 0 16px 40px rgba(255,211,90,.08); }

.planet-visual { position: relative; display: block; width: calc(100% - 16px); aspect-ratio: 7/10; margin: 8px; overflow: hidden; padding: 0; border: 0; border-radius: 18px; background: #02050e; color: inherit; cursor: zoom-in; }
.planet-visual img { width: 100%; height: 100%; object-fit: contain; transition: transform .35s ease; }
.planet-card:hover .planet-visual img { transform: scale(1.008); }
.mission-tag { position: absolute; top: 10px; left: 10px; z-index: 2; padding: 5px 9px; border-radius: 99px; background: rgba(2,6,18,.74); backdrop-filter: blur(8px); font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.planet-expand { position: absolute; right: 10px; bottom: 10px; z-index: 2; display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: rgba(2,6,18,.74); backdrop-filter: blur(8px); font-size: 15px; }

.planet-info { padding: 8px 15px 16px; }
.planet-info small { color: var(--cyan); font-size: 9px; font-weight: 850; letter-spacing: .12em; }
.planet-info h3 { margin: 2px 0 8px; font-size: 20px; font-weight: 950; letter-spacing: -.02em; }
.planet-info p { min-height: 42px; margin: 0; color: #c9d3e1; font-size: 12px; line-height: 1.55; }
.stamp-action { display: flex; width: 100%; align-items: center; justify-content: space-between; margin-top: 13px; padding: 12px 0 0; border: 0; border-top: 1px solid var(--line); background: transparent; color: #9facbf; font-size: 10px; font-weight: 850; cursor: pointer; }
.is-stamped .stamp-action { color: var(--gold); }
.stamp-action i { display: grid; width: 26px; height: 26px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-style: normal; }

.stamp-seal {
  position: absolute;
  top: 41%;
  right: 8px;
  z-index: 3;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 3px double var(--gold);
  border-radius: 50%;
  background: rgba(8, 12, 28, .74);
  color: var(--gold);
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .06em;
  transform: rotate(-12deg);
  animation: stampPop .44s cubic-bezier(.18,.9,.32,1.4);
}

@keyframes stampPop {
  from { opacity: 0; transform: scale(2) rotate(-28deg); }
}

.map-frame {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: rgba(10, 18, 42, .58);
  box-shadow: 0 34px 80px rgba(0,0,0,.35);
  color: inherit;
  text-align: left;
  cursor: zoom-in;
  transition: border-color .25s ease, transform .25s ease;
}

.map-frame img { width: 100%; border-radius: 25px; }
.map-frame:hover { border-color: rgba(102, 226, 255, .46); transform: translateY(-2px); }
.map-badge { position: absolute; right: 26px; bottom: 26px; display: flex; align-items: center; gap: 10px; padding: 11px 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(3,7,19,.78); backdrop-filter: blur(12px); }
.map-badge span { color: var(--cyan); font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.map-badge strong { font-size: 12px; }
.map-expand-hint { position: absolute; top: 24px; right: 24px; display: inline-flex; min-height: 40px; align-items: center; gap: 7px; padding: 0 13px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(3,7,19,.78); backdrop-filter: blur(12px); font-size: 11px; font-weight: 850; }
.map-expand-hint i { color: var(--cyan); font-size: 16px; font-style: normal; }

.partner-carousel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.partner-card {
  display: grid;
  grid-template-columns: 190px 1fr;
  min-width: 0;
  min-height: 260px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 27px;
  background: linear-gradient(145deg, rgba(16, 29, 58, .8), rgba(6, 11, 27, .9));
  scroll-snap-align: center;
  transition: transform .25s ease, border-color .25s ease;
}

.partner-card:hover { transform: translateY(-4px); border-color: rgba(255,211,90,.4); }
.partner-image { position: relative; display: grid; min-height: 100%; overflow: hidden; padding: 9px; place-items: center; border: 0; border-right: 1px solid rgba(181, 218, 255, .10); background: radial-gradient(circle at 50% 38%, #f8f0df, #d8c9b0); color: inherit; cursor: zoom-in; }
.partner-image img { width: 100%; height: 100%; object-fit: contain; border-radius: 13px; box-shadow: 0 8px 28px rgba(5, 8, 18, .22); transition: transform .35s ease; }
.partner-card:hover .partner-image img { transform: scale(1.015); }
.partner-number { position: absolute; top: 13px; left: 13px; display: grid; width: 37px; height: 37px; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(3,7,19,.68); backdrop-filter: blur(10px); font-size: 10px; font-weight: 900; }
.partner-expand { position: absolute; right: 14px; bottom: 14px; display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(3,7,19,.72); backdrop-filter: blur(10px); font-size: 16px; }

.partner-content { display: flex; min-width: 0; flex-direction: column; padding: 20px; }
.partner-meta { display: flex; justify-content: space-between; gap: 10px; color: var(--cyan); font-size: 10px; font-weight: 850; }
.partner-meta span { min-width: 0; overflow-wrap: anywhere; }
.partner-meta span:last-child { flex: 0 0 auto; color: #b7c1d1; }
.partner-content h3 { min-width: 0; margin: 11px 0 0; overflow-wrap: anywhere; font-size: 22px; font-weight: 950; line-height: 1.2; word-break: keep-all; }
.partner-subtitle { min-width: 0; margin: 3px 0 14px; overflow-wrap: anywhere; color: #98a7bc; font-size: 13px; word-break: keep-all; }
.benefit-copy { min-width: 0; flex: 1; margin: 0; padding: 13px; overflow-wrap: anywhere; border-left: 2px solid var(--gold); background: rgba(255,211,90,.07); color: #fff2bd; font-size: 13px; font-weight: 800; line-height: 1.5; word-break: keep-all; }
.benefit-copy small { display: block; margin-top: 3px; color: #b7c1d1; font-size: 11px; font-weight: 600; }
.partner-actions { display: grid; min-width: 0; grid-template-columns: minmax(86px, .8fr) minmax(0, 1.2fr); gap: 8px; margin-top: 15px; }
.partner-actions button,
.partner-actions a { min-width: 0; min-height: 46px; border-radius: 13px; font-size: 12px; font-weight: 900; }
.partner-actions button { min-width: 0; overflow: hidden; padding: 0 10px; border: 0; border-radius: 13px; background: var(--gold); color: #16151c; font-size: 12px; font-weight: 900; white-space: nowrap; cursor: pointer; }
.partner-channel { display: flex; align-items: center; gap: 8px; overflow: hidden; padding: 6px 9px; border: 1px solid var(--line); background: rgba(255,255,255,.06); text-align: left; }
.partner-channel-mark { position: relative; display: grid; flex: 0 0 31px; width: 31px; height: 31px; place-items: center; overflow: hidden; border-radius: 9px; color: #fff; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); }
.partner-channel-copy { display: flex; min-width: 0; flex: 1; flex-direction: column; line-height: 1.08; }
.partner-channel-copy strong,
.partner-channel-copy small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.partner-channel-copy strong { font-size: 11px; font-weight: 950; }
.partner-channel-copy small { margin-top: 3px; color: #9eabc0; font-size: 8px; font-weight: 750; letter-spacing: -.01em; }
.partner-channel-arrow { flex: 0 0 auto; color: #b7c5d7; font-size: 11px; }
.partner-channel-instagram .partner-channel-mark { background: radial-gradient(circle at 32% 104%, #ffd36a 0 17%, #ee4c68 39%, #a633b4 67%, #415de6 100%); }
.partner-channel-instagram .partner-channel-mark::before { content: ''; width: 15px; height: 15px; border: 2px solid #fff; border-radius: 5px; }
.partner-channel-instagram .partner-channel-mark::after { content: ''; position: absolute; top: 8px; right: 8px; width: 3px; height: 3px; border-radius: 50%; background: #fff; box-shadow: -5px 5px 0 1px #fff; }
.partner-channel-naver .partner-channel-mark,
.partner-channel-naver-blog .partner-channel-mark { background: #03c75a; }
.partner-channel-naver .partner-channel-mark::before { content: 'N'; font-size: 17px; font-weight: 1000; letter-spacing: -.12em; }
.partner-channel-naver-blog .partner-channel-mark::before { content: 'B'; font-size: 17px; font-weight: 1000; }
.partner-channel-website .partner-channel-mark { background: linear-gradient(145deg, #24a5df, #405ce7); }
.partner-channel-website .partner-channel-mark::before { content: 'W'; font-size: 15px; font-weight: 1000; }

.final-destination {
  position: relative;
  z-index: 1;
  width: min(100% - 36px, 1120px);
  margin: 70px auto 0;
  overflow: hidden;
  padding: clamp(54px, 8vw, 94px) clamp(24px, 7vw, 80px);
  border: 1px solid rgba(102,226,255,.28);
  border-radius: 38px;
  background: #0a1730;
  isolation: isolate;
}

.final-destination-bg { position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 90% 30%, rgba(74,210,234,.26), transparent 28%), linear-gradient(115deg, rgba(5,11,29,.96), rgba(13,33,67,.72)); }
.final-destination .section-kicker { margin-bottom: 16px; }
.final-destination h2 em { color: var(--cyan); }
.final-destination p { margin: 18px 0 30px; color: #b7c5d7; font-size: 16px; }
.booking-button { display: inline-flex; min-width: 0; min-height: 64px; align-items: center; gap: 12px; padding: 8px 18px 8px 10px; border-radius: 999px; background: #fff; color: #071022; font-size: 14px; font-weight: 950; transition: transform .2s ease; }
.booking-brand { display: grid; flex: 0 0 44px; width: 44px; height: 44px; place-items: center; border-radius: 50%; background: #03c75a; color: #fff; font-size: 22px; font-weight: 1000; letter-spacing: -.12em; box-shadow: inset 0 0 0 1px rgba(255,255,255,.22); }
.booking-copy { display: flex; min-width: 0; flex: 1; flex-direction: column; line-height: 1.15; }
.booking-copy strong,
.booking-copy small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.booking-copy strong { font-size: 14px; }
.booking-copy small { margin-top: 4px; color: #5c687a; font-size: 10px; font-weight: 750; }
.booking-arrow { flex: 0 0 auto; color: #526071; font-size: 15px; }
.booking-button:hover { transform: translateY(-2px); }

footer {
  padding: 60px 20px calc(120px + var(--safe-bottom));
  color: #7c899d;
  text-align: center;
}

footer p { margin: 0; font-size: 11px; font-weight: 900; letter-spacing: .1em; }
footer small { font-size: 9px; letter-spacing: .08em; }

.mission-dock {
  position: fixed;
  right: auto;
  bottom: calc(14px + var(--safe-bottom));
  left: 50%;
  z-index: 40;
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr) 68px;
  width: calc(100% - 28px);
  max-width: 430px;
  height: 66px;
  margin: 0;
  padding: 6px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 22px;
  background: rgba(5, 10, 25, .82);
  box-shadow: 0 18px 50px rgba(0,0,0,.38);
  backdrop-filter: blur(20px) saturate(1.25);
  backface-visibility: hidden;
  contain: layout paint;
  transform: translate3d(-50%, 0, 0);
  will-change: transform;
}

.dock-step,
.dock-current {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  border: 0;
  border-radius: 16px;
  background: transparent;
  color: #8795aa;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, opacity .2s ease;
}

.dock-step { flex-direction: column; }
.dock-step span { font-size: 18px; line-height: 1; }
.dock-step small { margin-top: 3px; font-size: 9px; font-weight: 850; }
.dock-step:disabled { opacity: .25; cursor: default; }
.dock-step:not(:disabled):active { background: rgba(255,255,255,.08); color: #fff; }

.dock-current {
  flex-direction: column;
  padding: 5px 12px;
  background: rgba(102,226,255,.12);
  color: var(--cyan);
}

.dock-current small { font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.dock-current strong { overflow: hidden; max-width: 100%; margin-top: 2px; font-size: 14px; font-weight: 950; text-overflow: ellipsis; white-space: nowrap; }

.chapter-menu {
  position: fixed;
  inset: 0;
  z-index: 480;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: rgba(1, 3, 10, .76);
  backdrop-filter: blur(12px);
}

.chapter-menu[hidden] { display: none; }
.chapter-menu-sheet {
  position: relative;
  width: min(100%, 620px);
  max-height: 86vh;
  max-height: 86dvh;
  overflow: auto;
  padding: 28px 18px calc(22px + var(--safe-bottom));
  border: 1px solid rgba(181, 218, 255, .18);
  border-bottom: 0;
  border-radius: 30px 30px 0 0;
  background: linear-gradient(180deg, #0b142a, #050a19 55%);
  box-shadow: 0 -24px 80px rgba(0,0,0,.58);
  animation: chapterSheetRise 280ms cubic-bezier(.2, .82, .2, 1) both;
}

.chapter-menu-handle { position: absolute; top: 10px; left: 50%; width: 44px; height: 5px; border-radius: 99px; background: rgba(211, 224, 242, .42); transform: translateX(-50%); }
.chapter-menu-header { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 8px 2px 16px; }
.chapter-menu-header > div { min-width: 0; }
.chapter-menu-header small { color: var(--cyan); font-size: 8px; font-weight: 900; letter-spacing: .16em; }
.chapter-menu-header h2 { margin: 3px 0 0; font-size: clamp(22px, 6vw, 29px); line-height: 1.15; }
.chapter-menu-header button { display: grid; flex: 0 0 44px; width: 44px; height: 44px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.06); cursor: pointer; }

.chapter-list { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }
.chapter-list button { display: grid; width: 100%; min-height: 58px; grid-template-columns: 38px minmax(0, .85fr) minmax(0, 1.2fr); align-items: center; gap: 10px; padding: 9px 14px; border: 1px solid rgba(181,218,255,.1); border-radius: 18px; background: rgba(255,255,255,.035); text-align: left; cursor: pointer; }
.chapter-list button > span { color: #71829a; font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.chapter-list button > strong { font-size: 15px; font-weight: 900; }
.chapter-list button > small { color: #8795aa; font-size: 11px; line-height: 1.35; }
.chapter-list button.active { border-color: rgba(102,226,255,.4); background: rgba(102,226,255,.11); }
.chapter-list button.active > span,
.chapter-list button.active > strong { color: var(--cyan); }

@keyframes chapterSheetRise {
  from { transform: translate3d(0, 105%, 0); }
  to { transform: translate3d(0, 0, 0); }
}

.audio-gate {
  position: fixed;
  right: 18px;
  bottom: calc(94px + var(--safe-bottom));
  z-index: 45;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 11px 16px 11px 11px;
  border: 1px solid rgba(255, 211, 90, .42);
  border-radius: 18px;
  background: rgba(12, 15, 31, .92);
  box-shadow: 0 14px 40px rgba(0,0,0,.4);
  backdrop-filter: blur(16px);
  cursor: pointer;
}

.audio-gate[hidden] { display: none; }
.audio-gate > span:first-child { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: var(--gold); color: #111; font-size: 20px; }
.audio-gate > span:last-child { display: flex; flex-direction: column; align-items: flex-start; }
.audio-gate strong { font-size: 12px; }
.audio-gate small { color: #9da9bb; font-size: 9px; }

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  padding: 20px;
  place-items: center;
  background: rgba(1, 3, 10, .84);
  backdrop-filter: blur(16px);
}

.modal-backdrop[hidden] { display: none; }
.modal-card { width: min(100%, 480px); max-height: 88vh; overflow-y: auto; padding: 26px; border: 1px solid rgba(102,226,255,.25); border-radius: 30px; background: linear-gradient(145deg, #111d3c, #070d20); box-shadow: 0 40px 100px rgba(0,0,0,.58); }
.modal-close { float: right; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.06); cursor: pointer; }
.voucher-label { margin: 4px 0 8px; color: var(--cyan); font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.modal-card h3 { margin: 0; font-size: 30px; font-weight: 950; }
.modal-card .modal-sub { margin: 1px 0 20px; color: var(--muted); font-size: 14px; }
.voucher-ticket { padding: 22px; border: 1px dashed rgba(255,211,90,.52); border-radius: 22px; background: rgba(255,211,90,.08); }
.voucher-ticket small { color: #9ba8ba; font-size: 11px; }
.voucher-ticket strong { display: block; margin: 8px 0 4px; color: #fff2b6; font-size: 20px; line-height: 1.35; }
.voucher-ticket p { margin: 0; color: #c4cedd; font-size: 13px; }
.voucher-note { margin: 15px 0 0; color: #8e9bad; font-size: 11px; }
.confirm-voucher { width: 100%; min-height: 54px; margin-top: 18px; border: 0; border-radius: 16px; background: linear-gradient(110deg, #82f2cb, #5bddb4); color: #062119; font-size: 14px; font-weight: 950; cursor: pointer; }

.image-viewer {
  position: fixed;
  inset: 0;
  z-index: 500;
  background: rgba(1, 3, 10, .96);
  backdrop-filter: blur(18px);
}

.image-viewer[hidden] { display: none; }
.image-viewer-shell { display: grid; width: 100%; height: 100vh; height: 100dvh; grid-template-rows: auto minmax(0, 1fr) auto auto; padding: env(safe-area-inset-top, 0px) 0 env(safe-area-inset-bottom, 0px); }
.image-viewer-topbar { position: relative; display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 18px; padding: 12px 18px; border-bottom: 1px solid var(--line); background: rgba(5,10,25,.88); }
.image-viewer-topbar > div { display: flex; min-width: 0; flex-direction: column; }
.image-viewer-topbar small { color: var(--cyan); font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.image-viewer-topbar strong { overflow: hidden; font-size: 16px; font-weight: 900; text-overflow: ellipsis; white-space: nowrap; }
.image-viewer-topbar button { display: grid; flex: 0 0 44px; width: 44px; height: 44px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.06); cursor: pointer; }
.image-viewer-stage { display: flex; min-width: 0; min-height: 0; overflow: auto; padding: 12px; align-items: center; justify-content: center; overscroll-behavior: contain; touch-action: pan-x pan-y pinch-zoom; scrollbar-color: rgba(102,226,255,.42) transparent; }
.image-viewer-stage img { display: block; flex: 0 0 auto; max-width: none; max-height: none; margin: auto; border-radius: 12px; box-shadow: 0 18px 60px rgba(0,0,0,.5); user-select: none; }
.image-viewer-external { display: flex; width: min(calc(100% - 32px), 360px); min-width: 0; min-height: 56px; align-items: center; justify-content: flex-start; gap: 12px; margin: 10px auto 0; padding: 9px 14px; overflow-wrap: anywhere; border: 1px solid #8deaff70; border-radius: 16px; background: linear-gradient(120deg, #4267d7, #6d4ed4); color: #fff; font-size: 15px; font-weight: 850; text-align: center; touch-action: manipulation; box-shadow: 0 12px 32px #02050d70, 0 0 24px #7456db28; transition: transform .18s ease, filter .18s ease, box-shadow .18s ease; }
.image-viewer-external::before { content: 'W'; display: grid; width: 30px; height: 30px; flex: 0 0 30px; place-items: center; border-radius: 9px; background: #fff; color: #4a55c5; font-size: 15px; font-weight: 950; }
.image-viewer-external[data-channel="naver"]::before { content: 'N'; color: #009c45; }
.image-viewer-external[data-channel="naver-blog"]::before { content: 'B'; color: #009c45; }
.image-viewer-external[data-channel="instagram"]::before { display: none; content: none; }
.image-viewer-external[data-channel="naver"],
.image-viewer-external[data-channel="naver-blog"] { border-color: #75efa8; background: linear-gradient(120deg, #5be995, #03c75a); color: #052615; box-shadow: 0 12px 32px #02050d70, 0 0 26px #03c75a35; }
.image-viewer-external[data-channel="instagram"] { border-color: #ffc2df7a; background: linear-gradient(115deg, #6654d9, #c03fa1 55%, #ed6c4d); }
.image-viewer-external[data-channel="instagram"] > .instagram-icon { width: 30px; height: 30px; flex: 0 0 30px; padding: 3px; border-radius: 9px; background: #fff; color: #b43891; }
.image-viewer-external:hover { filter: brightness(1.08); transform: translateY(-2px); box-shadow: 0 16px 36px #02050d85, 0 0 30px #7456db38; }
.image-viewer-external:active { transform: translateY(0) scale(.985); }
.image-viewer-external > span { display: grid; width: 28px; height: 28px; flex: 0 0 28px; margin-left: auto; place-items: center; border-radius: 50%; background: #ffffff24; font-size: 15px; }
.image-viewer-external[data-channel="naver"] > span,
.image-viewer-external[data-channel="naver-blog"] > span { background: #052615; color: #8cf8b8; }
.image-viewer-external[hidden] { display: none; }
.image-viewer-controls { display: grid; width: min(calc(100% - 32px), 240px); min-height: 58px; grid-template-columns: 1fr 1.25fr 1fr; gap: 6px; margin: 10px auto 14px; padding: 6px; border: 1px solid var(--line); border-radius: 18px; background: rgba(8,15,34,.9); box-shadow: 0 12px 35px rgba(0,0,0,.35); }
.image-viewer-controls button { border: 0; border-radius: 13px; background: rgba(255,255,255,.07); font-size: 20px; font-weight: 900; cursor: pointer; }
.image-viewer-controls button:nth-child(2) { color: var(--cyan); font-size: 12px; }
.sheet-handle { display: none; }

.image-viewer.is-sheet {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: rgba(1, 3, 10, .72);
}

.image-viewer.is-sheet[hidden] { display: none; }
.image-viewer.is-sheet .image-viewer-shell {
  width: min(100%, 760px);
  height: 92vh;
  height: 92dvh;
  max-height: 900px;
  overflow: hidden;
  padding-top: 0;
  border: 1px solid rgba(181, 218, 255, .18);
  border-bottom: 0;
  border-radius: 30px 30px 0 0;
  background: #050a19;
  box-shadow: 0 -24px 80px rgba(0,0,0,.55);
  animation: sheetRise 300ms cubic-bezier(.2, .82, .2, 1) both;
  will-change: transform;
}

.image-viewer.is-sheet .image-viewer-topbar {
  min-height: 78px;
  padding-top: 22px;
  border-radius: 30px 30px 0 0;
  cursor: grab;
  touch-action: none;
}

.image-viewer.is-sheet .image-viewer-topbar:active { cursor: grabbing; }
.image-viewer.is-sheet .image-viewer-topbar button { touch-action: manipulation; }
.image-viewer.is-sheet .sheet-handle { position: absolute; top: 9px; left: 50%; display: block; width: 44px; height: 5px; border-radius: 99px; background: rgba(211, 224, 242, .42); transform: translateX(-50%); pointer-events: none; }
.image-viewer.is-sheet .image-viewer-stage { background: radial-gradient(circle at 50% 45%, rgba(31,49,88,.42), rgba(2,5,14,.92) 70%); }

@keyframes sheetRise {
  from { transform: translate3d(0, 105%, 0); }
  to { transform: translate3d(0, 0, 0); }
}

#toast-container {
  position: fixed;
  right: 16px;
  bottom: calc(100px + var(--safe-bottom));
  left: 16px;
  z-index: 200;
  display: grid;
  justify-items: center;
  pointer-events: none;
}

.toast {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 13px 18px;
  border: 1px solid rgba(102,226,255,.32);
  border-radius: 999px;
  background: rgba(7, 13, 30, .94);
  box-shadow: 0 16px 42px rgba(0,0,0,.42);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  animation: toastFade 3s forwards ease;
}

@keyframes toastFade {
  0% { opacity: 0; transform: translateY(12px) scale(.96); }
  12%, 82% { opacity: 1; transform: translateY(0) scale(1); }
  100% { opacity: 0; transform: translateY(-10px) scale(.98); }
}

.touch-flare {
  position: fixed;
  z-index: 300;
  width: 12px;
  height: 12px;
  border: 2px solid var(--cyan);
  border-radius: 50%;
  pointer-events: none;
  animation: touchFlare .55s ease-out forwards;
}

@keyframes touchFlare {
  to { opacity: 0; transform: scale(5); }
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .8s cubic-bezier(.2,.8,.2,1), transform .8s cubic-bezier(.2,.8,.2,1);
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: none;
}

@media (min-width: 1024px) {
  .hero-video-bg {
    display: flex;
    justify-content: center;
    background:
      radial-gradient(circle at 50% 40%, rgba(76, 101, 172, .5), transparent 33%),
      linear-gradient(110deg, #050916, #111a34 48%, #050916);
  }

  .hero-video-bg video {
    width: min(49vw, 620px);
    box-shadow: 0 0 90px rgba(81, 105, 181, .22);
  }

  .hero-content {
    align-self: center;
    padding: 80px 24px 90px;
  }

  .hero-content h1 { max-width: 580px; }
  .hero-copy { max-width: 460px; }
  .hero-status { left: 50%; width: min(calc(100% - 48px), 1132px); transform: translateX(-50%); }
}

@media (max-width: 900px) {
  .experience-section { padding: 88px 0; }
  .intro-grid { grid-template-columns: 1fr; gap: 28px; }
  .guide-portrait { width: min(86vw, 470px); margin: 0 auto; }
  .intro-message { text-align: center; }
  .intro-message > p:last-of-type { margin-inline: auto; }
  .transmission-card { grid-template-columns: 1fr; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .planet-carousel { grid-template-columns: repeat(3, 1fr); }
  .partner-card { grid-template-columns: 165px 1fr; }
  .partner-carousel { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .hero-topbar { padding-inline: 16px; }
  .brand-mark { width: 32px; height: 32px; }
  .brand-mark img { width: 24px; height: 24px; }
  .brand-lockup { gap: 8px; font-size: 10px; }
  .sound-toggle { min-height: 38px; padding: 0 11px; }
  .sound-toggle span:last-child { display: none; }

  .hero-content { padding: 0 18px 102px; }
  .hero-copy { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 10px; }
  .launch-button { width: min(100%, 275px); min-height: 68px; }
  .text-link { margin-left: 10px; }
  .hero-status { right: 18px; left: 18px; }

  .experience-section { width: min(100% - 32px, 1120px); padding: 80px 0; }
  .section-kicker { margin-bottom: 16px; font-size: 9px; }
  .section-kicker span { min-width: 27px; height: 27px; }

  .guide-portrait { width: min(90vw, 390px); }
  .guide-status { right: 2%; bottom: 8%; }
  .intro-message .speaker { font-size: 12px; }
  .intro-message h2,
  .section-heading h2,
  .final-destination h2 { font-size: clamp(36px, 10.6vw, 48px); }
  .intro-message > p:last-of-type { margin-top: 19px; font-size: 17px; line-height: 1.72; }
  .mission-metrics { margin-top: 27px; }
  .mission-metrics div { padding: 17px 8px; }
  .mission-metrics div:first-child { padding-left: 8px; }
  .mission-metrics strong { font-size: 28px; }
  .mission-metrics span { font-size: 10px; }

  .transmission-card { margin-top: 64px; padding: 15px; border-radius: 27px; }
  .transmission-copy { padding: 12px 7px 2px; }
  .transmission-copy h3 { font-size: 25px; }
  .transmission-copy > p:last-child { font-size: 14px; }
  .transmission-media,
  .transmission-media video { min-height: 430px; }
  .transmission-media { border-radius: 20px; }
  .transmission-media video { object-position: center; }

  .section-heading { margin-bottom: 30px; }
  .section-heading > p { font-size: 16px; line-height: 1.7; }

  .passport-card-leather { padding: 21px; border-radius: 27px; }
  .passport-head { align-items: flex-start; flex-direction: column; padding-bottom: 20px; }
  .passport-identity img { width: 52px; height: 52px; }
  .passport-identity h3 { font-size: 21px; }
  .crew-level { align-self: flex-start; }
  .passport-body { grid-template-columns: 1fr; }
  .crew-field input { font-size: 18px; }

  .swipe-hint { display: flex; }
  .planet-carousel,
  .partner-carousel {
    display: flex;
    width: calc(100% + 32px);
    margin-right: -16px;
    margin-left: -16px;
    padding: 0 16px 18px;
    gap: 14px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 16px;
    scroll-snap-type: x mandatory;
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .planet-carousel { margin-top: 0; }
  .planet-carousel::-webkit-scrollbar,
  .partner-carousel::-webkit-scrollbar { display: none; }
  .planet-card { flex: 0 0 min(76vw, 292px); border-radius: 26px; scroll-snap-stop: always; }
  .planet-info { padding: 10px 18px 19px; }
  .planet-info h3 { font-size: 25px; }
  .planet-info p { min-height: auto; font-size: 14px; }
  .stamp-action { font-size: 12px; }

  .map-frame { width: calc(100% + 12px); margin-left: -6px; padding: 6px; border-radius: 25px; }
  .map-frame img { border-radius: 19px; }
  .map-badge { right: 14px; bottom: 14px; }
  .map-expand-hint { top: 14px; right: 14px; min-height: 36px; padding: 0 11px; font-size: 10px; }

  .partner-card { flex: 0 0 min(84vw, 332px); display: flex; min-height: 0; flex-direction: column; border-radius: 27px; scroll-snap-stop: always; }
  .partner-image { min-height: 0; aspect-ratio: 4/5; border-right: 0; border-bottom: 1px solid rgba(181, 218, 255, .10); }
  .partner-content { padding: 20px; }
  .partner-content h3 { font-size: 25px; }
  .partner-subtitle { font-size: 14px; }
  .benefit-copy { font-size: 15px; }
  .benefit-copy small { font-size: 12px; }
  .partner-actions { grid-template-columns: minmax(78px, .72fr) minmax(0, 1.28fr); }
  .partner-actions button,
  .partner-actions a { min-height: 50px; font-size: 13px; }
  .partner-channel { gap: 6px; padding: 6px 8px; }
  .partner-channel-mark { flex-basis: 29px; width: 29px; height: 29px; }

  .final-destination { width: calc(100% - 32px); margin-top: 28px; border-radius: 30px; }
  .final-destination p { font-size: 14px; }
  .booking-button { width: 100%; justify-content: flex-start; }
  .booking-arrow { margin-left: auto; }
  .audio-gate { right: 14px; left: auto; padding: 9px 13px 9px 9px; }
  .audio-gate > span:first-child { width: 34px; height: 34px; font-size: 17px; }
  .audio-gate small { display: none; }
  .modal-card { padding: 22px; border-radius: 26px; }
}

@media (max-width: 380px) {
  .partner-content { padding: 18px 16px; }
  .partner-content h3 { font-size: 23px; }
  .partner-meta { font-size: 9px; }
  .partner-actions { gap: 6px; grid-template-columns: minmax(74px, .7fr) minmax(0, 1.3fr); }
  .partner-actions button { padding-inline: 7px; font-size: 11px; }
  .partner-channel { padding-inline: 7px; }
  .partner-channel-copy small { display: none; }
  .partner-channel-copy strong { font-size: 10px; }
}

@media (max-height: 700px) and (max-width: 640px) {
  .mission-dock { bottom: calc(8px + var(--safe-bottom)); height: 58px; padding: 5px; border-radius: 19px; }
  .dock-step,
  .dock-current { border-radius: 14px; }
  .dock-step span { font-size: 15px; }
  .dock-step small { margin-top: 2px; font-size: 8px; }
  .dock-current strong { font-size: 13px; }
  .audio-gate { bottom: calc(74px + var(--safe-bottom)); }
  footer { padding-bottom: calc(96px + var(--safe-bottom)); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal-on-scroll { opacity: 1; transform: none; }
}

/* Film-led station and the current printed passport. */
.station-hero { min-height: 850px; min-height: max(800px, 100svh); background: #03050c; }
.station-hero .hero-video-bg { inset: 0 0 0 40%; z-index: -3; background: #03050c; }
.station-hero .hero-video-bg video { object-fit: cover; object-position: center 42%; width: 100%; height: 100%; transform: none; filter: none; }
.station-hero .hero-gradient-overlay { background: linear-gradient(90deg,#03050c 9%,rgba(3,5,12,.94) 34%,rgba(3,5,12,.28) 67%,rgba(3,5,12,.12)),linear-gradient(0deg,#03050c 0%,transparent 42%,rgba(3,5,12,.3)); }
.station-hero .hero-content { position: relative; align-self: center; width: min(100% - 96px,1180px); padding: 120px 0 110px; }
.station-hero .hero-content h1 { max-width: 800px; font-size: clamp(42px,5.2vw,74px); line-height: 1.14; letter-spacing: -.065em; }
.station-hero .hero-content h1 span { color: #fff1bb; }
.station-hero .hero-eyebrow { color: #8ce6e0; font-size: 13px; letter-spacing: .22em; margin-bottom: 32px; }
.hero-location { font-size: 16px; color: #d7dfeb; margin-bottom: 14px; }
.station-hero .hero-copy { font-size: 18px; line-height: 1.8; color: #c4cad7; margin-top: 26px; }
.station-hero .hero-actions { margin-top: 30px; gap: 12px; }
.station-hero .launch-button { min-width: 220px; border-radius: 14px; min-height: 58px; padding: 10px 22px; justify-content: center; box-shadow: 0 10px 35px #ffd35a24; }
.station-hero .launch-icon { display: none; }
.station-hero .text-link { display: inline-flex; justify-content: center; align-items: center; min-height: 58px; border: 1px solid #ffffff45; border-radius: 14px; padding: 12px 22px; font-size: 16px; margin: 0; background: #0b122b66; backdrop-filter: blur(12px); }
.station-hero .hero-status { bottom: 30px; opacity: .65; }
.station-hero .sound-toggle { display: none; }
.hero-film-label { position: absolute; right: 38px; bottom: 70px; color: #ffffffa1; font-size: 10px; letter-spacing: .2em; writing-mode: vertical-rl; }
.hero-film-label span { margin-top: 24px; }
.watch-promo { display: inline-flex; align-items: center; gap: 12px; margin: 28px 0 0; padding: 0; border: 0; background: transparent; font-size: 14px; cursor: pointer; }
.watch-promo > span { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid #ffffff6b; border-radius: 50%; font-size: 12px; }
.watch-promo small { color: var(--muted); font-size: 12px; }
.experience-section { padding: 100px 0; }
.section-kicker { font-size: 12px; letter-spacing: .16em; }
.station-story { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(40px,7vw,100px); }
.station-story-visual { position: relative; padding: 22px 0; }
.station-story-visual img { width: 100%; max-height: 620px; object-fit: cover; aspect-ratio: 3/4; border-radius: 180px 180px 24px 24px; mask-image: linear-gradient(#000 85%,transparent); }
.station-story-visual > span { display: block; margin-top: 4px; text-align: center; font-size: 11px; letter-spacing: .22em; color: var(--cyan); }
.station-story-copy h2 { margin: 18px 0 28px; font-size: clamp(36px,4.5vw,58px); line-height: 1.18; letter-spacing: -.055em; }
.station-story-copy h2 em { font-style: normal; color: var(--gold); }
.station-story-copy > p { color: var(--muted); font-size: 17px; line-height: 1.85; }
.station-story-copy strong { color: #f2f5fc; font-weight: 500; }
.shintto-message { margin-top: 30px; padding-left: 20px; border-left: 2px solid #b5a7fb; }
.shintto-message > span { color: #b5a7fb; font-size: 13px; font-weight: 700; }
.shintto-message p { margin: 8px 0 0; font-size: 16px; color: #d1d9e8; line-height: 1.8; }
.station-experiences { margin-top: 100px; }
.experience-heading h3 { font-size: clamp(34px,4vw,48px); line-height: 1.2; letter-spacing: -.045em; margin: 14px 0 32px; }
.experience-heading h3 br { display: none; }
.experience-heading em { font-style: normal; color: #fff1bb; }
.experience-scenes { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.experience-scene { position: relative; aspect-ratio: 3/4; min-height: 360px; isolation: isolate; overflow: hidden; border-radius: 18px; background: #0c1731; }
.experience-scene > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.experience-scene::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg,#030611 0%,rgba(3,6,17,.8) 18%,transparent 72%); z-index: -1; }
.experience-scene > div { position: absolute; bottom: 24px; left: 24px; right: 20px; }
.experience-scene small { font-size: 11px; letter-spacing: .14em; color: #c4b6ff; }
.experience-scene h4 { font-size: 24px; letter-spacing: -.04em; margin: 10px 0; }
.experience-scene p { color: #cad3e3; font-size: 15px; line-height: 1.7; margin: 0; }
.passport-scene { background: radial-gradient(ellipse at 50% 20%,#233264,#081023); }
.passport-scene > img { inset: 25px auto auto 25%; width: 50%; height: 70%; object-fit: contain; transform: rotate(10deg); box-shadow: 16px 20px 30px #0009; }
.passport-showcase { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 50px; min-height: 470px; padding: 35px 40px; border-radius: 24px; border: 1px solid #a3abff24; background: radial-gradient(ellipse at 23% 55%,#23255488,transparent 65%),#080f22; }
.passport-book { height: 365px; position: relative; }
.passport-book img { position: absolute; top: 20px; width: 47%; max-height: 325px; object-fit: contain; border-radius: 4px 9px 9px 4px; box-shadow: 14px 18px 30px #0007; }
.passport-book .book-cover { left: 8%; transform: rotate(-12deg); z-index: 3; }
.passport-book .book-inside { left: 30%; transform: rotate(4deg); z-index: 2; }
.passport-book .book-map { left: 48%; top: 30px; transform: rotate(15deg); z-index: 1; }
.passport-showcase-copy h3 { font-size: clamp(28px,3.1vw,40px); letter-spacing: -.055em; line-height: 1.25; margin: 20px 0; }
.passport-showcase-copy > p { color: var(--muted); font-size: 16px; line-height: 1.8; }
.passport-map-link { display: inline-flex; gap: 24px; border-bottom: 1px solid #8de7f075; padding: 12px 0; color: #a8eef7; font-size: 16px; }
.passport-preview { margin-top: 22px; border-block: 1px solid var(--line); }
.passport-preview summary { cursor: pointer; padding: 20px 2px; font-size: 16px; }
.passport-preview summary span { float: right; }
.passport-preview > p { color: var(--muted); font-size: 14px; }
.passport-pages { display: flex; gap: 18px; overflow-x: auto; padding: 8px 0 24px; scroll-snap-type: x mandatory; }
.passport-page { flex: 0 0 180px; padding: 0; background: transparent; border: 0; text-align: left; cursor: pointer; scroll-snap-align: start; }
.passport-page img { width: 180px; height: auto; border-radius: 5px; }
.passport-page span { display: block; margin-top: 10px; color: var(--muted); font-size: 14px; }
.passport-note { color: var(--muted); font-size: 14px; }
.map-surface { padding: 24px; background: #0b1429; border: 1px solid #ffffff19; border-radius: 24px; }
.map-surface-label { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 22px; align-items: center; }
.map-surface-label span { font-size: 11px; color: var(--cyan); letter-spacing: .14em; }
.map-surface-label strong { font-size: 16px; font-weight: 500; }
.station-facilities { max-width: 620px; margin: 24px auto; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.station-facilities span { padding: 9px 15px; border: 1px solid var(--line); border-radius: 999px; background: #101b30; font-size: 14px; }
.music-credit { font-size: 12px; color: var(--muted); margin-top: 24px; }
.music-credit a { text-decoration: underline; }
.promo-dialog { padding: 0; width: min(94vw,460px); max-height: 94svh; border: 1px solid #ffffff30; border-radius: 16px; color: white; background: #03050c; overflow: auto; }
.promo-dialog:not([open]) { display: none; }
.promo-dialog::backdrop { background: #01040dee; backdrop-filter: blur(12px); }
.promo-dialog-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 6px 12px; }
.promo-dialog-header span { font-size: 11px; letter-spacing: .12em; }
.promo-dialog-header button { background: transparent; color: white; border: 0; min-height: 44px; padding: 0 12px; cursor: pointer; }
.promo-dialog video { width: 100%; height: min(78svh,800px); object-fit: contain; }
@media (max-width: 800px) {
 .station-hero { min-height: 880px; min-height: max(780px,100svh); }
 .station-hero .hero-video-bg { inset: 0; }
 .station-hero .hero-video-bg video { object-position: center top; }
 .station-hero .hero-gradient-overlay { background: linear-gradient(0deg,#03050c 2%,rgba(3,5,12,.96) 20%,rgba(3,5,12,.77) 38%,transparent 72%,#03050c55); }
 .station-hero .hero-content { align-self: end; width: calc(100% - 40px); padding: 260px 0 90px; }
 .station-hero .hero-content h1 { font-size: clamp(34px,7.5vw,52px); }
 .desktop-break { display: none; }
 .station-hero .hero-eyebrow { font-size: 11px; margin-bottom: 16px; }
 .hero-location { font-size: 14px; margin: 0 0 10px; }
 .station-hero .hero-copy { font-size: 16px; margin-top: 18px; }
 .station-hero .hero-actions { flex-direction: column; align-items: stretch; gap: 10px; margin-top: 22px; }
 .station-hero .launch-button,.station-hero .text-link { width: 100%; min-height: 54px; }
 .watch-promo { margin-top: 18px; }
 .hero-film-label { display: none; }
 .station-story { gap: 32px; grid-template-columns: 1fr; }
 .station-story-visual { width: min(72%,330px); margin: 0 auto; padding-top: 0; }
 .station-story-visual img { max-height: 390px; }
 .station-story-copy { text-align: left; }
 .station-story-copy h2 { font-size: clamp(36px,8vw,50px); }
 .station-story-copy h2 em br { display: none; }
 .station-experiences { margin-top: 64px; }
 .experience-scenes { gap: 14px; display: flex; overflow-x: auto; padding-bottom: 20px; scroll-snap-type: x mandatory; }
 .experience-scene { flex: 0 0 80%; scroll-snap-align: start; min-height: 380px; max-width: 350px; }
 .experience-heading h3 br { display: block; }
 .passport-showcase { padding: 20px; grid-template-columns: 1fr; gap: 0; }
 .passport-book { height: 340px; width: min(100%,380px); margin: 0 auto; }
 .passport-showcase-copy { padding: 4px 4px 16px; }
 .passport-showcase-copy h3 { font-size: 32px; }
 .passport-showcase-copy > p br { display: none; }
 .map-surface { padding: 12px; border-radius: 18px; }
 .map-surface-label { flex-direction: column; align-items: flex-start; gap: 6px; padding: 6px; }
}

.passport-themes { margin: 28px 0; border-top: 1px solid var(--line); }
.passport-themes details { border-bottom: 1px solid var(--line); padding: 0 4px; }
.passport-themes summary { display: grid; grid-template-columns: 180px 1fr 24px; gap: 16px; padding: 20px 0; align-items: center; cursor: pointer; list-style: none; }
.passport-themes summary::-webkit-details-marker { display: none; }
.passport-themes summary span { color: #b8a5ff; font-size: 12px; letter-spacing: .1em; }
.passport-themes details:nth-child(2) summary span { color: #ff9d90; }
.passport-themes details:nth-child(3) summary span { color: #ffdf89; }
.passport-themes details:nth-child(4) summary span { color: #9ec5ff; }
.passport-themes details:nth-child(5) summary span { color: #a5df99; }
.passport-themes summary strong { font-weight: 500; font-size: 18px; }
.passport-themes summary b { font-weight: 400; color: var(--muted); }
.passport-themes p { font-size: 16px; color: var(--muted); margin: 0 0 20px; line-height: 1.8; }
.passport-themes a { display: inline-block; font-size: 14px; color: var(--cyan); padding-bottom: 20px; }
@media(max-width:600px) { .passport-themes summary { grid-template-columns: 112px 1fr 20px; gap: 6px; } .passport-themes summary span { font-size: 10px; letter-spacing: .04em; } .passport-themes summary strong { font-size: 16px; } }
@media (max-width:800px) {
 .experience-section { padding: 60px 0; }
 .passport-book { height: auto; aspect-ratio: 1.2; }
}
@media (max-width:600px) {
 #map-place-list { scroll-margin-top: 24px; }
}
/* First arrival: show the complete film before revealing the homepage. */
body.intro-playing .station-hero { height: 100svh; height: 100dvh; min-height: 0; }
body.intro-playing .station-hero .hero-video-bg { inset: 0; background: #000; }
body.intro-playing .station-hero .hero-video-bg video { object-fit: contain; object-position: center; }
body.intro-playing .station-hero .hero-gradient-overlay { background: linear-gradient(0deg,rgba(0,0,0,.7),transparent 20%); }
body.intro-playing .hero-film-label { display: none; }
body.intro-playing .station-hero .hero-content { padding: 0; }
body.intro-playing .station-hero .hero-status { opacity: 0; }
body.intro-playing .opening-controls { opacity: 1; transform: none; pointer-events: auto; }
body.intro-playing .opening-actions button { font-size: 14px; min-height: 46px; }
@media(max-width:420px) { body.intro-playing .opening-actions { gap: 8px; } body.intro-playing .opening-actions button { padding: 0 12px; font-size: 12px; } }

/* Keep the portrait opening film inside the viewport on desktop. */
body.intro-playing .station-hero .hero-video-bg { display: block; }
body.intro-playing .station-hero .hero-video-bg video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  max-width: none;
}
@media (min-width: 801px) {
  body.intro-playing .station-hero .hero-video-bg video {
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    width: auto;
    height: min(74vh, 900px, calc(100vh - 180px));
    height: min(74dvh, 900px, calc(100dvh - 180px));
    max-width: calc(100vw - 48px);
    transform: translate(-50%, -50%);
  }
}
/* Mobile map: one zoomable spread and a readable, optional directory. */
.map-surface { padding: 16px; }
.map-preview { position: relative; display: grid; width: 100%; grid-template-rows: auto auto; padding: 0; overflow: hidden; border: 1px solid #a8bfeb30; border-radius: 14px; background: #09122b; cursor: zoom-in; }
.map-preview-spread { display: flex; width: 100%; }
.map-preview-spread img { width: 50%; height: auto; }
.map-magnify { position: static; display: flex; width: 100%; min-height: 48px; align-items: center; justify-content: center; gap: 8px; padding: 11px 15px; border-top: 1px solid #a8bfeb26; border-radius: 0; background: linear-gradient(120deg, #101b32, #14223c); color: #dff8ff; font-size: 14px; font-weight: 750; box-shadow: inset 0 1px 0 #ffffff08; }
.map-magnify svg { width: 22px; height: 22px; }
.map-caption { margin: 12px 0 24px; color: var(--muted); font-size: 14px; text-align: center; }
.map-directory { border-top: 1px solid var(--line); }
.map-directory > summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 78px; padding: 18px 4px 12px; list-style: none; cursor: pointer; }
.map-directory > summary::-webkit-details-marker { display: none; }
.map-directory > summary strong { display: block; font-size: 17px; font-weight: 650; }
.map-directory > summary small { display: block; color: var(--muted); margin-top: 3px; font-size: 14px; }
.directory-count { display: flex; gap: 12px; align-items: center; color: #bedbff; font-size: 15px; }
.directory-count b { font-size: 22px; font-weight: 400; transition: transform .2s; }
.map-directory[open] .directory-count b { transform: rotate(180deg); }
.map-place-rows { margin-top: 12px; }
.map-place-row { display: flex; align-items: center; gap: 14px; width: 100%; min-height: 86px; padding: 12px 4px; border: 0; border-top: 1px solid var(--line); background: transparent; text-align: left; cursor: pointer; }
.map-place-row > img { flex: 0 0 42px; width: 42px; height: 58px; object-fit: cover; border-radius: 5px; }
.map-place-copy { flex: 1; min-width: 0; }
.map-place-copy strong { display: block; font-size: 16px; font-weight: 650; }
.map-place-copy small { display: block; font-size: 14px; color: var(--muted); margin-top: 4px; line-height: 1.5; }
.map-row-arrow { display: grid; place-items: center; flex: 0 0 30px; width: 30px; height: 30px; color: #b8d4fb; font-size: 20px; }
.map-place-row:hover { background: #ffffff05; }
.map-dialog { position: fixed; inset: 0; width: 100vw; height: 100dvh; max-width: none; max-height: none; margin: 0; padding: env(safe-area-inset-top,0px) 0 env(safe-area-inset-bottom,0px); border: 0; background: #060d1c; color: #f7fbff; overflow: hidden; }
.map-dialog[open] { display: grid; grid-template-rows: auto auto minmax(0,1fr) auto; }
.map-dialog:not([open]) { display: none; }
.map-dialog::backdrop { background: #02050df0; }
.map-dialog-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 18px; border-bottom: 1px solid var(--line); }
.map-dialog-header small { font-size: 10px; color: var(--cyan); letter-spacing: .15em; }
.map-dialog-header h2 { margin: 4px 0 0; font-size: 20px; letter-spacing: -.03em; }
.map-dialog-header button { min-height: 44px; padding: 0 12px; border: 1px solid #d0e2ff30; border-radius: 10px; background: #ffffff08; font-size: 14px; cursor: pointer; }
.map-dialog-header button span { margin-left: 6px; }
.map-gesture-hint { margin: 0; padding: 10px 16px; font-size: 14px; color: #b6c4da; text-align: center; }
.map-viewport { overflow: auto; min-width: 0; min-height: 0; touch-action: none; overscroll-behavior: contain; cursor: grab; background: #020714; scrollbar-width: thin; scrollbar-color: #648db055 transparent; }
.map-viewport.is-dragging { cursor: grabbing; }
.map-zoom-canvas { position: relative; min-width: 100%; min-height: 100%; }
.map-full-spread { position: absolute; display: flex; user-select: none; }
.map-full-spread img { display: block; width: 50%; height: 100%; max-width: none; pointer-events: none; user-select: none; }
.map-toolbar { display: flex; justify-content: center; align-items: center; gap: 12px; padding: 12px 16px; border-top: 1px solid var(--line); background: #0b1426; }
.map-toolbar button { min-width: 48px; min-height: 48px; padding: 0 14px; border: 1px solid #afcefa40; border-radius: 12px; background: #16233b; color: white; font-size: 24px; cursor: pointer; }
.map-toolbar button:disabled { opacity: .35; cursor: default; }
.map-toolbar #map-fit { min-width: 152px; font-size: 15px; }
.map-toolbar #map-fit span { padding-left: 8px; color: #a9c9ef; font-size: 13px; }
@media(max-width:420px) { .map-surface { padding: 12px; } .map-place-row { gap: 12px; } .map-dialog-header { padding: 10px 14px; } }
/* Keep scroll affordances consistent with the dark site on Windows and phones. */
:root { color-scheme: dark; }
* { scrollbar-width: thin; scrollbar-color: #41516d transparent; }
::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { border-radius: 99px; background: #41516d; }
::-webkit-scrollbar-button { display: none; width: 0; height: 0; }
.experience-scenes, .passport-pages, .partner-carousel, .map-viewport { scrollbar-width: none; -ms-overflow-style: none; }
.experience-scenes::-webkit-scrollbar, .passport-pages::-webkit-scrollbar, .partner-carousel::-webkit-scrollbar, .map-viewport::-webkit-scrollbar { display: none; width: 0; height: 0; }
.swipe-status { display: flex; align-items: center; gap: 14px; width: min(100%,300px); margin: 8px auto 0; padding: 4px 0; }
.swipe-status[hidden] { display: none; }
.swipe-status-track { flex: 1; height: 2px; border-radius: 99px; background: #d2e0ff20; overflow: hidden; }
.swipe-status-track i { display: block; height: 100%; min-width: 8px; border-radius: inherit; background: #9bcce5; transition: transform .12s linear; }
.swipe-status-count { flex: 0 0 auto; font-size: 12px; letter-spacing: .08em; color: #93a6c1; font-variant-numeric: tabular-nums; }

/* A straightforward page for families arriving from the passport QR code. */
body.site-simple { background: radial-gradient(ellipse at 4% 23%, #48327530, transparent 32%), radial-gradient(ellipse at 96% 56%, #78603613, transparent 28%), #080e1b; }
.site-simple:not(.intro-playing) .station-hero { min-height: 720px; min-height: min(850px, 100svh); }
.site-simple:not(.intro-playing) .hero-content { width: min(100% - 80px, 1080px); padding: 150px 0 80px; }
.site-simple .hero-content h1 { font-size: clamp(38px, 4.8vw, 64px); font-weight: 750; line-height: 1.25; letter-spacing: -.055em; }
.site-simple .hero-content h1 span { color: #fff1bb; }
.site-simple .hero-copy { max-width: none; font-weight: 400; }
.site-simple .hero-actions { flex-wrap: wrap; }
.site-simple .launch-button { background: #ffe390; box-shadow: none; color: #111b2b; font-size: 16px; font-weight: 700; }
.site-simple .watch-promo { gap: 8px; margin-top: 18px; min-height: 44px; color: #d0d8e5; }
.site-simple .watch-promo > span { border: 0; width: 20px; height: 20px; font-size: 10px; }
.site-simple .hero-topbar { max-width: 1160px; }
.site-simple .brand-lockup { font-size: 12px; letter-spacing: .08em; }
.simple-section { width: min(100% - 48px, 960px); margin: 0 auto; padding: 76px 0; scroll-margin-top: 32px; }
.simple-section + .simple-section { border-top: 1px solid #d2e0ff19; }
.simple-section h2 { margin: 0; font-size: clamp(30px, 3.8vw, 42px); line-height: 1.35; font-weight: 700; letter-spacing: -.045em; }
.simple-section h3 { font-size: 22px; font-weight: 650; letter-spacing: -.035em; margin: 0 0 20px; }
.simple-section p { color: #b8c4d7; line-height: 1.8; }
.simple-label { margin: 0 0 12px; font-size: 14px; color: #f4d993 !important; font-weight: 600; }
.guide-intro { display: grid; grid-template-columns: 280px 1fr; align-items: center; gap: 48px; padding: 28px; border: 1px solid #d0b7ff1f; border-radius: 28px; background: radial-gradient(ellipse at 100% 0, #6643952e, transparent 70%), #121a2a88; }
.guide-intro > img { width: 280px; height: 330px; object-fit: cover; object-position: center 60%; border-radius: 18px; box-shadow: 0 12px 36px #03071166; }
.guide-intro h2 { color: #fff0cb; }
.guide-intro p:last-child { max-width: 420px; margin: 18px 0 0; font-size: 17px; }
.simple-experiences { margin-top: 52px; }
.experience-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.experience-list article { min-width: 0; padding: 14px; border: 1px solid #c5b5f01a; border-radius: 20px; background: linear-gradient(145deg, #28234177, #11192a66); }
.experience-list article > img { width: 100%; height: 220px; object-fit: cover; object-position: center 45%; border-radius: 14px; }
.experience-list article > img.experience-passport { object-fit: contain; padding: 18px; background: #131d32; }
.experience-list article > img.experience-explore { object-position: center 61%; }
.experience-list article > img.experience-passport-guide { object-position: center 56%; }
.experience-list h4 { margin: 16px 0 6px; font-size: 18px; font-weight: 650; letter-spacing: -.03em; }
.experience-list p { margin: 0; font-size: 15px; line-height: 1.7; }
.simple-passport { display: grid; grid-template-columns: 160px 1fr; align-items: center; gap: 36px; margin-top: 32px; }
.passport-cover-button { display: block; padding: 0; border: 0; border-radius: 6px; background: transparent; cursor: zoom-in; box-shadow: 0 10px 24px #0004; }
.passport-cover-button img { width: 160px; height: auto; border-radius: 6px; }
.simple-passport p { max-width: 380px; margin: 0 0 18px; font-size: 17px; }
.simple-link { display: inline-flex; align-items: center; gap: 20px; min-height: 44px; color: #f7df9d; font-weight: 600; font-size: 15px; }
.site-simple .passport-preview { margin-top: 30px; border-bottom: 0; }
.site-simple .passport-preview summary { display: flex; justify-content: space-between; align-items: center; min-height: 56px; list-style: none; font-size: 15px; color: #d5deeb; }
.site-simple .passport-preview summary::-webkit-details-marker { display: none; }
.site-simple .passport-preview summary span { font-size: 20px; transition: transform .2s; }
.site-simple .passport-preview[open] summary span { transform: rotate(45deg); }
.site-simple .passport-pages { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 22px 16px; overflow: visible; scroll-snap-type: none; padding: 12px 0; }
.site-simple .passport-page { min-width: 0; }
.site-simple .passport-page img { width: 100%; }
.site-simple .passport-page span { font-size: 12px; margin-top: 8px; }
.section-description { margin: 14px 0 26px; font-size: 16px; }
.simple-map { width: 100%; max-width: 780px; margin-inline: auto; }
.site-simple .map-preview { border-radius: 14px; }
.site-simple .map-magnify { min-height: 44px; padding: 10px 14px; font-size: 14px; }
.simple-partners { width: 100%; max-width: 780px; margin: 32px auto 0; scroll-margin-top: 24px; }
.place-list-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 12px; }
.place-list-heading .simple-label { margin-bottom: 5px; }
.place-list-heading h3 { margin: 0; }
.place-list-heading > span { flex: 0 0 auto; padding: 6px 10px; border: 1px solid #75dfff38; border-radius: 999px; background: #75dfff0d; color: #88e6ff; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.simple-partners > p { margin: 0 0 20px; font-size: 14px; }
.place-list { display: block; overflow: hidden; padding: 0; margin: 0; border: 1px solid #c7d9f128; border-radius: 20px; background: linear-gradient(145deg, #172440d9, #0c162bd9); box-shadow: inset 0 1px 0 #ffffff0a, 0 22px 48px #02050d42; list-style: none; }
.place-list li { min-width: 0; }
.place-list li + li { border-top: 1px solid #d2e0ff19; }
.place-item { display: grid; width: 100%; min-height: 82px; grid-template-columns: 58px minmax(0, 1fr) auto; align-items: center; gap: 14px; padding: 10px 12px 10px 14px; border: 0; background: transparent; color: inherit; text-align: left; touch-action: manipulation; cursor: pointer; transition: background .18s ease, box-shadow .18s ease; }
.place-stamp-wrap { display: flex; width: 58px; flex-direction: column; align-items: center; justify-content: center; gap: 3px; }
.place-stamp { display: grid; width: 46px; height: 46px; place-items: center; align-content: center; border: 1.5px dashed #b7cff282; border-radius: 50%; background: radial-gradient(circle, #294064, #111b33 72%); color: #edf6ff; box-shadow: inset 0 0 0 3px #111a30, 0 0 16px #7fb8ff18; transform: rotate(-5deg); transition: border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease; }
.place-stamp small { color: #a9bfe1; font-size: 9px; font-weight: 800; letter-spacing: .1em; line-height: 1; }
.place-stamp b { margin-top: 2px; color: #fff; font-size: 17px; line-height: 1; text-shadow: 0 0 10px #a8ccff70; }
.place-stamp-caption { color: #90a6c5; font-size: 9px; font-weight: 700; line-height: 1; }
.place-item > .place-copy { min-width: 0; }
.place-item strong { display: block; overflow-wrap: anywhere; color: #f4f7fc; font-size: 16px; font-weight: 700; line-height: 1.35; word-break: keep-all; }
.place-copy small { display: block; margin-top: 4px; color: #a9b7cc; font-size: 13px; line-height: 1.4; }
.place-coupon { display: inline-flex; min-width: 96px; min-height: 46px; align-items: center; justify-content: space-between; gap: 8px; padding: 0 11px 0 13px; border: 1px solid #bcaaff70; border-radius: 13px; background: linear-gradient(135deg, #7356c9, #4d79c7); color: #fff; font-size: 13px; font-weight: 750; white-space: nowrap; box-shadow: 0 8px 20px #060a183d, inset 0 1px 0 #ffffff26; }
.place-coupon b { font-size: 21px; font-weight: 400; line-height: 1; }
.place-item:hover { background: #ffffff08; }
.place-item:focus-visible { position: relative; z-index: 1; outline: 2px solid #74dfff; outline-offset: -3px; }
.place-item.is-stamped { background: linear-gradient(90deg, #ffe39010, transparent 42%); box-shadow: inset 3px 0 0 #ffe390b8; }
.place-item.is-stamped .place-stamp { border-style: solid; border-color: #ffe390; background: radial-gradient(circle, #725925, #201d28 74%); color: #ffe390; box-shadow: inset 0 0 0 3px #12182b, 0 0 23px #ffe3904a; transform: rotate(-8deg); }
.place-item.is-stamped .place-stamp small,
.place-item.is-stamped .place-stamp b,
.place-item.is-stamped .place-stamp-caption { color: #ffe390; }
.simple-visit { text-align: center; }
.simple-visit > p:not(.simple-label) { margin: 20px auto; font-size: 16px; }
.simple-visit address { font-size: 14px; font-style: normal; color: #a9b7cc; margin: 24px 0; }
.simple-booking { display: inline-flex; width: min(100%, 360px); align-items: center; justify-content: space-between; gap: 12px; min-height: 58px; padding: 12px 14px 12px 24px; border: 1px solid #fff0af; border-radius: 16px; background: linear-gradient(120deg, #ffe99f, #ffc957); color: #121929; font-size: 16px; font-weight: 800; touch-action: manipulation; box-shadow: 0 14px 34px #02050d66, 0 0 28px #ffd35a2e; transition: transform .18s ease, filter .18s ease, box-shadow .18s ease; }
.simple-booking:hover { filter: brightness(1.05); transform: translateY(-2px); box-shadow: 0 18px 40px #02050d73, 0 0 34px #ffd35a3d; }
.simple-booking:active { transform: translateY(0) scale(.985); }
.simple-booking > span { display: grid; width: 30px; height: 30px; flex: 0 0 30px; place-items: center; border-radius: 50%; background: #111a2e; color: #ffe390; font-size: 15px; }
.site-simple footer { padding: 30px 24px calc(32px + var(--safe-bottom)); border-top: 1px solid #d2e0ff12; }
.site-simple footer .music-credit { font-size: 10px; font-weight: 400; letter-spacing: 0; color: #8898b0; line-height: 1.8; }
@media (max-width: 800px) {
  .site-simple:not(.intro-playing) .station-hero { min-height: 740px; min-height: min(850px, 100svh); }
  .site-simple:not(.intro-playing) .hero-content { width: calc(100% - 48px); padding: 260px 0 48px; }
  .site-simple .hero-content h1 { font-size: clamp(30px, 7.8vw, 48px); }
  .site-simple .hero-copy { font-size: 15px; line-height: 1.75; margin-top: 18px; }
  .simple-section { padding: 52px 0; }
  .guide-intro { grid-template-columns: 220px 1fr; gap: 28px; padding: 22px; }
  .guide-intro > img { width: 220px; height: 270px; }
  .guide-intro p:last-child { font-size: 15px; margin-top: 14px; }
  .experience-list { gap: 16px; }
  .experience-list article > img { height: 180px; }
  .site-simple .passport-pages { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  .simple-section h2 { font-size: 28px; }
  .simple-section h3 { font-size: 20px; }
  .guide-intro { display: block; padding: 14px; border-radius: 26px; }
  .guide-intro > img { width: 100%; height: auto; aspect-ratio: 1; object-position: center 60%; border-radius: 16px; }
  .guide-intro > div { padding: 22px 8px 14px; }
  .guide-intro h2 { font-size: 28px; line-height: 1.3; }
  .guide-intro h2 br { display: none; }
  .guide-intro .simple-label { font-size: 12px; margin-bottom: 10px; }
  .guide-intro p:last-child { font-size: 15px; line-height: 1.75; }
  .wide-only { display: none; }
  .simple-experiences { margin-top: 36px; }
  .experience-list { grid-template-columns: 1fr; gap: 18px; }
  .experience-list article { display: grid; grid-template-columns: 104px 1fr; gap: 16px; align-items: center; padding: 12px; }
  .experience-list article > img { width: 104px; height: 138px; border-radius: 12px; }
  .experience-list article > img.experience-passport { padding: 9px; }
  .experience-list article > img.experience-explore { object-position: center 58%; }
  .experience-list article > img.experience-passport-guide { object-position: center 52%; }
  .experience-list h4 { margin: 0 0 6px; font-size: 17px; }
  .experience-list p { font-size: 14px; }
  .simple-passport { grid-template-columns: 112px 1fr; gap: 22px; margin-top: 26px; }
  .passport-cover-button img { width: 112px; }
  .simple-passport p { font-size: 15px; line-height: 1.75; margin-bottom: 8px; }
  .simple-link { gap: 12px; font-size: 14px; }
  .site-simple .passport-pages { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px 12px; }
  .section-description { font-size: 15px; margin-bottom: 22px; }
  .place-list { grid-template-columns: 1fr; }
  .place-item { min-height: 82px; padding: 12px 0; }
  .simple-partners { margin-top: 28px; }
  .simple-visit > p:not(.simple-label) { font-size: 15px; }
  .simple-booking { width: 100%; }
}

/* Browse partner passport pages in the same sheet. */
.image-viewer-topbar > div { flex: 1; }
.image-viewer-topbar { gap: 10px; }
.image-viewer-topbar button[hidden], .image-viewer-gallery[hidden] { display: none; }
.image-viewer-gallery button[hidden], .image-viewer-swipe-hint[hidden] { display: none; }
#image-viewer-gallery-zoom svg { width: 21px; height: 21px; }
#image-viewer-gallery-zoom[aria-pressed="true"] { color: #ffe390; border-color: #ffe39077; }
.image-viewer.has-gallery .image-viewer-controls { display: none; }
.image-viewer.has-gallery:not(.is-zoomed) .image-viewer-stage { touch-action: pan-y pinch-zoom; cursor: grab; }
.image-viewer.has-gallery:not(.is-zoomed) .image-viewer-stage:active { cursor: grabbing; }
.image-viewer.is-zoomed .image-viewer-stage { align-items: flex-start; justify-content: flex-start; }
.image-viewer-gallery { display: grid; grid-template-columns: 1fr 72px 1fr; align-items: center; gap: 12px; width: min(100% - 32px, 400px); margin: 10px auto 14px; }
.image-viewer-swipe-hint { grid-column: 1 / -1; margin: 0 0 -3px; color: #aab9d1; font-size: 12px; line-height: 1.45; text-align: center; }
.image-viewer-swipe-hint span { margin-right: 5px; color: var(--cyan); font-size: 15px; }
.image-viewer-gallery button { display: flex; justify-content: center; align-items: center; gap: 10px; min-height: 48px; padding: 4px 12px; border: 1px solid #c5b5f026; border-radius: 12px; background: #1c2439; font-size: 14px; cursor: pointer; }
.image-viewer-gallery button span { font-size: 24px; line-height: 1; }
.image-viewer-gallery button:disabled { opacity: .3; cursor: default; }
.image-viewer-gallery > span { color: #bac8de; font-size: 14px; text-align: center; font-variant-numeric: tabular-nums; }
.image-viewer-stage { position: relative; }
.image-viewer.is-image-loading #image-viewer-img { visibility: hidden; }
.image-viewer-loading { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 12px; padding: 20px; color: #bac8de; text-align: center; font-size: 14px; }
.image-viewer-loading[hidden], .image-viewer-loading button[hidden] { display: none; }
.image-viewer-loading p { margin: 0; }
.image-viewer-loading button { min-height: 44px; padding: 8px 16px; border: 1px solid #bac8de44; border-radius: 10px; background: #1c2439; cursor: pointer; }

/* Bring back the playful space-passport feel without adding extra navigation. */
.site-simple .station-hero .sound-toggle { display: inline-flex; }
.site-simple .sound-toggle span:last-child { display: inline; }
.site-simple .simple-section { position: relative; }
.site-simple .simple-section::before { content: ''; position: absolute; top: 76px; right: 0; width: 48px; height: 1px; background: linear-gradient(90deg, transparent, #ffe39088); box-shadow: 18px 0 16px #ffe39055; }
.stamp-passport { position: relative; width: 100%; max-width: 780px; margin: 42px auto 0; padding: 24px; overflow: hidden; border: 1px solid #cdbaff5c; border-radius: 24px; background: radial-gradient(circle at 92% 8%, #9c69e852, transparent 36%), radial-gradient(circle at 8% 100%, #315ea63b, transparent 38%), linear-gradient(145deg, #1d294b, #0d1730); box-shadow: inset 0 1px 0 #ffffff0f, 0 24px 60px #02040b66; }
.stamp-passport::after { content: 'SHIN’S CREW'; position: absolute; right: -12px; bottom: 2px; color: #ffffff07; font-size: 48px; font-weight: 900; letter-spacing: -.04em; transform: rotate(-8deg); pointer-events: none; }
.stamp-passport-head { position: relative; z-index: 1; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.stamp-passport-head h3 { margin: 0; color: #fff; font-size: clamp(21px, 2.6vw, 28px); }
.stamp-passport-head .simple-label { margin-bottom: 5px; color: #cdbaff !important; }
.stamp-passport-head > strong { flex: 0 0 auto; min-width: 78px; padding: 7px 12px; border: 1px solid #ffe39070; border-radius: 999px; background: #ffe39012; color: #ffe390; font-size: 21px; line-height: 1.2; text-align: center; font-variant-numeric: tabular-nums; box-shadow: 0 0 20px #ffe39016; }
.stamp-progress { position: relative; z-index: 1; height: 7px; margin: 18px 0 12px; overflow: hidden; border: 1px solid #ffffff17; border-radius: 99px; background: #ffffff20; }
.stamp-progress i { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #a88bf2, #ffe390); box-shadow: 0 0 18px #ffe39088; transition: width .45s cubic-bezier(.2,.8,.2,1); }
.stamp-help { position: relative; z-index: 1; margin: 0 0 16px; color: #d3deef !important; font-size: 13px; line-height: 1.6 !important; }
.stamp-board { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(10, minmax(0, 1fr)); gap: 8px; }
.planet-progress-summary { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }
.planet-summary-item { min-width: 0; }
.planet-summary-card {
  --summary: #9b78ec;
  --summary-rgb: 155, 120, 236;
  position: relative;
  display: block;
  width: 100%;
  min-height: 116px;
  padding: 12px;
  overflow: hidden;
  border: 1px solid rgba(var(--summary-rgb), .3);
  border-radius: 15px;
  background: linear-gradient(145deg, rgba(var(--summary-rgb), .13), #0c162bd9 62%);
  color: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}
.planet-summary-card[data-summary-planet-id="space"] { --summary: #9b78ec; --summary-rgb: 155, 120, 236; }
.planet-summary-card[data-summary-planet-id="taste"] { --summary: #ed6269; --summary-rgb: 237, 98, 105; }
.planet-summary-card[data-summary-planet-id="maker"] { --summary: #dbad42; --summary-rgb: 219, 173, 66; }
.planet-summary-card[data-summary-planet-id="adventure"] { --summary: #6f9de4; --summary-rgb: 111, 157, 228; }
.planet-summary-card[data-summary-planet-id="nature"] { --summary: #69b66c; --summary-rgb: 105, 182, 108; }
.planet-summary-card:hover { border-color: rgba(var(--summary-rgb), .68); transform: translateY(-2px); }
.planet-summary-card:focus-visible { outline: 2px solid var(--summary); outline-offset: 2px; }
.planet-summary-orb { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(var(--summary-rgb), .58); border-radius: 50%; background: rgba(var(--summary-rgb), .18); font-size: 16px; box-shadow: 0 0 15px rgba(var(--summary-rgb), .18); }
.planet-summary-copy { display: block; min-width: 0; margin-top: 8px; }
.planet-summary-copy strong { display: block; color: #f6f8fc; font-size: 12px; font-weight: 850; letter-spacing: .04em; }
.planet-summary-copy small { display: block; overflow: hidden; margin-top: 2px; color: #aebdd1; font-size: 9px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.planet-summary-card > b { position: absolute; top: 15px; right: 11px; color: var(--summary); font-size: 18px; line-height: 1; font-variant-numeric: tabular-nums; }
.planet-summary-card > b small { color: #8f9fb7; font-size: 9px; }
.planet-summary-card > i { position: absolute; right: 11px; bottom: 10px; left: 11px; height: 3px; overflow: hidden; border-radius: 99px; background: #ffffff17; }
.planet-summary-card > i span { display: block; height: 100%; border-radius: inherit; background: var(--summary); box-shadow: 0 0 10px rgba(var(--summary-rgb), .62); transition: width .35s ease; }
.planet-summary-card.is-complete { border-color: #ffe3908a; background: linear-gradient(145deg, #ffe3901c, rgba(var(--summary-rgb), .11), #0c162bd9); }
.planet-summary-card.is-complete > b { color: #ffe390; }
.stamp-slot { display: grid; min-width: 0; min-height: 54px; place-items: center; border: 1px solid #a9c5ef33; border-radius: 13px; background: linear-gradient(155deg, #1b2949aa, #101a33aa); }
.stamp-slot .stamp-seal { position: relative; inset: auto; z-index: auto; display: grid; width: 40px; height: 40px; margin: 0; place-items: center; align-content: center; border: 1.5px dashed #b7cff28c; border-radius: 50%; background: radial-gradient(circle, #294064, #111b33 72%); color: #edf6ff; font-size: inherit; font-weight: inherit; letter-spacing: normal; box-shadow: inset 0 0 0 3px #111a30, 0 0 14px #7fb8ff1f; transform: rotate(-5deg); animation: none; }
.stamp-slot .stamp-seal small { display: block; color: #a9bfe1; font-size: 8px; font-weight: 800; letter-spacing: .1em; line-height: 1; }
.stamp-slot .stamp-seal b { display: block; margin-top: 2px; color: #fff; font-size: 16px; line-height: 1; text-shadow: 0 0 10px #a8ccff70; }
.stamp-slot.is-stamped { border-color: #ffe3906b; background: linear-gradient(145deg, #59442566, #2a274080); }
.stamp-slot.is-stamped .stamp-seal { border-style: solid; border-color: #ffe390; background: radial-gradient(circle, #6e5627, #201d28 74%); color: #ffe390; box-shadow: inset 0 0 0 3px #12182b, 0 0 22px #ffe39054; animation: newStamp .42s cubic-bezier(.2,.9,.28,1.35); }
.stamp-slot.is-stamped .stamp-seal small,
.stamp-slot.is-stamped .stamp-seal b { color: #ffe390; }
.stamp-jump { position: relative; z-index: 1; display: flex; min-height: 50px; align-items: center; justify-content: space-between; gap: 16px; margin-top: 16px; padding: 0 16px 0 18px; border: 1px solid #fff0af; border-radius: 14px; background: linear-gradient(120deg, #ffe99f, #ffc957); color: #121929; font-size: 14px; font-weight: 800; box-shadow: 0 12px 28px #02050d52, 0 0 24px #ffd35a26; transition: transform .18s ease, filter .18s ease; }
.stamp-jump span { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: #111a2e; color: #ffe390; }
.stamp-jump:hover { filter: brightness(1.05); transform: translateY(-2px); }
.stamp-jump:active { transform: translateY(0) scale(.99); }
@keyframes newStamp { 0% { opacity: 0; transform: rotate(-18deg) scale(1.5); } 100% { opacity: 1; transform: rotate(-5deg) scale(1); } }
.image-viewer-stamp { grid-column: 1 / -1; min-height: 52px !important; border: 1px solid #fff0af !important; background: linear-gradient(110deg, #ffd65c, #fff0ad) !important; color: #11192a; box-shadow: 0 10px 24px #02050d55, 0 0 22px #ffd35a26; font-size: 15px !important; font-weight: 800; }
.image-viewer-stamp.is-stamped { border-color: #ffe3908f !important; background: #342c27 !important; color: #ffe390; box-shadow: inset 0 0 0 1px #ffe3901f, 0 0 22px #ffe39026; }
.image-viewer-stamp span { font-size: 20px !important; }
.image-viewer-stamp-seal { position: absolute; right: 26px; bottom: 28px; display: grid; width: 112px; height: 112px; place-items: center; align-content: center; border: 4px double #ffd65b; border-radius: 50%; background: #070b16d9; color: #ffe390; font-size: 17px; font-weight: 900; letter-spacing: .08em; text-shadow: 0 2px 10px #070b16; box-shadow: inset 0 0 0 5px #ffe3901a, 0 0 30px #ffd65b70; transform: rotate(-10deg); animation: newStamp .42s cubic-bezier(.2,.9,.28,1.35); pointer-events: none; }
.image-viewer-stamp-seal[hidden] { display: none; }
.image-viewer-stamp-seal small { display: block; margin-top: 2px; font-size: 8px; letter-spacing: .12em; }
@media (max-width: 600px) {
  .site-simple .simple-section::before { top: 52px; }
  .site-simple .sound-toggle { min-height: 38px; padding: 0 10px; font-size: 9px; }
  .stamp-passport { margin-top: 28px; padding: 18px 14px 14px; border-radius: 20px; }
  .stamp-passport::after { display: none; }
  .stamp-passport-head { align-items: center; }
  .stamp-passport-head h3 { font-size: 18px; line-height: 1.35; }
  .stamp-passport-head > strong { min-width: 68px; padding: 7px 9px; font-size: 17px; }
  .stamp-progress { margin: 14px 0 10px; }
  .stamp-help { margin-bottom: 12px; font-size: 13px; }
  .stamp-board { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 6px; }
  .planet-progress-summary { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .planet-summary-card { min-height: 102px; padding: 10px; }
  .planet-summary-copy { margin-top: 6px; }
  .planet-summary-card > b { top: 13px; right: 10px; }
  .planet-summary-card > i { right: 10px; bottom: 9px; left: 10px; }
  .planet-summary-item:first-child { grid-column: 1 / -1; }
  .planet-summary-item:first-child .planet-summary-card { display: grid; min-height: 82px; grid-template-columns: 34px minmax(0, 1fr) auto; align-items: center; gap: 11px; padding: 11px 12px 15px; }
  .planet-summary-item:first-child .planet-summary-copy { margin-top: 0; }
  .planet-summary-item:first-child .planet-summary-card > b { position: static; padding-right: 2px; }
  .planet-summary-item:last-child { grid-column: auto; }
  .stamp-slot { min-height: 48px; border-radius: 11px; }
  .stamp-slot .stamp-seal { width: 36px; height: 36px; }
  .stamp-jump { min-height: 48px; margin-top: 14px; }
  .place-list-heading { align-items: center; }
  .place-list-heading > span { display: none; }
  .place-item { min-height: 84px; grid-template-columns: 54px minmax(0, 1fr) auto; gap: 10px; padding: 10px; }
  .place-stamp-wrap { width: 54px; }
  .place-stamp { width: 44px; height: 44px; }
  .place-coupon { min-width: 88px; min-height: 46px; padding-inline: 10px; font-size: 12px; }
}
@media (max-width: 340px) {
  .stamp-board { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .place-item { grid-template-columns: 48px minmax(0, 1fr); }
  .place-stamp-wrap { width: 48px; grid-row: 1 / span 2; }
  .place-coupon { grid-column: 2; justify-self: start; min-width: 92px; }
}

/* Local concept draft: turn the passport partners into five planet missions. */
.program-notice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 18px;
  padding: 14px 16px 14px 18px;
  border: 1px solid #b8c9e42b;
  border-radius: 18px;
  background: linear-gradient(120deg, #121a2fd9, #171a31d9);
  box-shadow: inset 0 1px 0 #ffffff0a;
}
.program-notice-copy { display: flex; min-width: 0; align-items: flex-start; gap: 11px; }
.program-notice-copy > span {
  display: grid;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  place-items: center;
  margin-top: 1px;
  border: 1px solid #83dff35c;
  border-radius: 50%;
  background: #54d9f214;
  color: #86e8fb;
  font-family: Georgia, serif;
  font-size: 13px;
  font-weight: 700;
}
.program-notice-copy p { margin: 0; color: #b6c3d7; font-size: 13px; line-height: 1.65; }
.instagram-cta {
  display: inline-flex;
  min-width: 210px;
  min-height: 58px;
  flex: 0 0 auto;
  align-items: center;
  gap: 11px;
  padding: 8px 11px;
  border: 1px solid #f5b2ff4f;
  border-radius: 15px;
  background: linear-gradient(125deg, #713fc8, #c6469c 58%, #e5913f);
  color: #fff;
  box-shadow: 0 10px 26px #06091455, inset 0 1px 0 #ffffff33;
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}
.instagram-cta:hover { filter: brightness(1.07); transform: translateY(-2px); box-shadow: 0 14px 30px #06091466, 0 0 24px #bf58c833; }
.instagram-cta:active { transform: scale(.985); }
.instagram-cta-mark { display: grid; width: 36px; height: 36px; flex: 0 0 36px; place-items: center; border: 1px solid #ffffff70; border-radius: 11px; background: #ffffff18; line-height: 1; }
.instagram-icon { display: block; width: 23px; height: 23px; color: currentColor; }
.instagram-cta > span:nth-child(2) { display: flex; min-width: 0; flex: 1; flex-direction: column; }
.instagram-cta small { color: #fffbd8; font-size: 9px; font-weight: 700; letter-spacing: .08em; }
.instagram-cta strong { overflow: hidden; margin-top: 1px; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.instagram-cta b { padding-right: 3px; font-size: 18px; }

.planet-explorer { display: grid; gap: 12px; margin-top: 22px; }
.planet-card {
  --planet: #8c6ce7;
  --planet-rgb: 140, 108, 231;
  overflow: hidden;
  border: 1px solid rgba(var(--planet-rgb), .35);
  border-radius: 21px;
  background: linear-gradient(145deg, rgba(var(--planet-rgb), .11), #0c1529e8 42%, #091222e8);
  box-shadow: inset 0 1px 0 #ffffff0b, 0 14px 34px #02050d36;
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}
.planet-card[data-planet-id="space"] { --planet: #9b78ec; --planet-rgb: 155, 120, 236; }
.planet-card[data-planet-id="taste"] { --planet: #ed6269; --planet-rgb: 237, 98, 105; }
.planet-card[data-planet-id="maker"] { --planet: #dbad42; --planet-rgb: 219, 173, 66; }
.planet-card[data-planet-id="adventure"] { --planet: #6f9de4; --planet-rgb: 111, 157, 228; }
.planet-card[data-planet-id="nature"] { --planet: #69b66c; --planet-rgb: 105, 182, 108; }
.planet-card.is-open {
  border-color: rgba(var(--planet-rgb), .72);
  box-shadow: inset 0 1px 0 #ffffff12, 0 18px 42px #02050d52, 0 0 26px rgba(var(--planet-rgb), .08);
}
.planet-explorer .planet-card { width: 100%; }
.planet-explorer .planet-card:hover { border-color: rgba(var(--planet-rgb), .72); transform: none; }
.planet-card-toggle {
  display: grid;
  width: 100%;
  min-height: 82px;
  grid-template-columns: 54px minmax(0, 1fr) auto 24px;
  align-items: center;
  gap: 14px;
  padding: 13px 16px;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  touch-action: manipulation;
  cursor: pointer;
}
.planet-card-toggle:focus-visible { outline: 2px solid var(--planet); outline-offset: -3px; }
.planet-orb {
  position: relative;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(var(--planet-rgb), .75);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 28%, #ffffff4f, transparent 19%), radial-gradient(circle at 42% 38%, rgba(var(--planet-rgb), .84), rgba(var(--planet-rgb), .26) 68%), #12192b;
  font-size: 22px;
  box-shadow: inset -8px -9px 14px #05081775, 0 0 20px rgba(var(--planet-rgb), .22);
}
.planet-card-copy { display: flex; min-width: 0; flex-direction: column; gap: 3px; }
.planet-card-copy strong { color: #f8f9fc; font-size: 16px; font-weight: 820; letter-spacing: .035em; }
.planet-card-copy small { color: var(--planet); font-size: 13px; font-weight: 700; }
.planet-card-status {
  min-width: 86px;
  padding: 6px 9px;
  border: 1px solid rgba(var(--planet-rgb), .36);
  border-radius: 999px;
  background: rgba(var(--planet-rgb), .09);
  color: #dce6f5;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
.planet-card-chevron { color: var(--planet); font-size: 23px; line-height: 1; transform: rotate(0); transition: transform .2s ease; }
.planet-card.is-open .planet-card-chevron { transform: rotate(180deg); }
.planet-card-panel { padding: 0 16px 16px; border-top: 1px solid rgba(var(--planet-rgb), .18); }
.planet-card-panel[hidden] { display: none; }
.planet-panel-intro { padding: 16px 2px 14px; }
.planet-panel-intro > p:first-child { max-width: 600px; margin: 0; color: #c2cede; font-size: 14px; line-height: 1.7; }
.planet-mission-brief {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 13px;
  padding: 11px 13px;
  border-left: 3px solid var(--planet);
  border-radius: 0 12px 12px 0;
  background: rgba(var(--planet-rgb), .09);
}
.planet-mission-brief span { flex: 0 0 auto; color: var(--planet); font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.planet-mission-brief strong { color: #edf2f9; font-size: 13px; line-height: 1.45; }
.planet-panel-progress { margin: 9px 0 0 !important; color: #aebdd1 !important; font-size: 12px !important; line-height: 1.5 !important; }
.planet-panel-progress.is-complete { color: #ffe390 !important; }
.planet-card .place-list { border-color: rgba(var(--planet-rgb), .25); border-radius: 15px; background: #070f20a8; box-shadow: none; }
.planet-card .place-item.is-stamped { box-shadow: inset 3px 0 0 var(--planet); }
.planet-card .place-stamp { border-color: rgba(var(--planet-rgb), .62); background: radial-gradient(circle, rgba(var(--planet-rgb), .34), #111b33 72%); }
.planet-card .place-stamp small { color: var(--planet); font-size: 8px; letter-spacing: .02em; }
.planet-card .place-coupon { border-color: rgba(var(--planet-rgb), .62); background: linear-gradient(135deg, rgba(var(--planet-rgb), .92), rgba(var(--planet-rgb), .58)); }
.space-mission-list { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.space-mission-list > li { min-width: 0; }
.space-mission-item {
  display: grid;
  width: 100%;
  min-height: 76px;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  padding: 9px 11px;
  border: 1px solid rgba(var(--planet-rgb), .22);
  border-radius: 14px;
  background: #070f20a8;
  color: inherit;
  text-align: left;
  touch-action: manipulation;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
.space-mission-item:hover { border-color: rgba(var(--planet-rgb), .52); background: rgba(var(--planet-rgb), .08); }
.space-mission-item:focus-visible { outline: 2px solid var(--planet); outline-offset: 2px; }
.space-mission-copy { display: flex; min-width: 0; flex-direction: column; gap: 3px; }
.space-mission-copy strong { color: #eef3fa; font-size: 14px; line-height: 1.4; word-break: keep-all; }
.space-mission-copy small { color: #aebdd1; font-size: 12px; white-space: nowrap; }
.space-stamp-action { min-width: 68px; padding: 7px 10px; border: 1px solid rgba(var(--planet-rgb), .55); border-radius: 999px; background: rgba(var(--planet-rgb), .12); color: #e9e2ff; font-size: 11px; font-weight: 800; text-align: center; }
.space-mission-item.is-stamped { border-color: #ffe39082; background: linear-gradient(90deg, #ffe39012, rgba(var(--planet-rgb), .06)); box-shadow: inset 3px 0 0 #ffe390b8; }
.space-mission-item.is-stamped .place-stamp { border-style: solid; border-color: #ffe390; background: radial-gradient(circle, #725925, #201d28 74%); box-shadow: inset 0 0 0 3px #12182b, 0 0 23px #ffe3904a; transform: rotate(-8deg); }
.space-mission-item.is-stamped .place-stamp small,
.space-mission-item.is-stamped .place-stamp b,
.space-mission-item.is-stamped .place-stamp-caption { color: #ffe390; }
.space-mission-item.is-stamped .space-stamp-action { border-color: #ffe3908f; background: #ffe390; color: #17182a; }
.planet-map-cta {
  display: flex;
  width: 100%;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 10px;
  padding: 0 13px 0 17px;
  border: 1px solid rgba(var(--planet-rgb), .62);
  border-radius: 13px;
  background: linear-gradient(115deg, rgba(var(--planet-rgb), .28), rgba(var(--planet-rgb), .11));
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  cursor: zoom-in;
}
.planet-map-cta b { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: var(--planet); color: #101528; font-size: 17px; }

@media (max-width: 600px) {
  .program-notice { align-items: stretch; flex-direction: column; gap: 13px; margin-top: 16px; padding: 15px; }
  .program-notice-copy p br { display: none; }
  .instagram-cta { width: 100%; min-width: 0; }
  .planet-explorer { gap: 10px; margin-top: 18px; }
  .planet-card { border-radius: 18px; }
  .planet-card-toggle { min-height: 76px; grid-template-columns: 48px minmax(0, 1fr) auto 18px; gap: 10px; padding: 12px; }
  .planet-orb { width: 48px; height: 48px; font-size: 20px; }
  .planet-card-copy strong { font-size: 14px; }
  .planet-card-copy small { font-size: 12px; }
  .planet-card-status { min-width: 72px; padding-inline: 7px; font-size: 10px; }
  .planet-card-chevron { font-size: 19px; }
  .planet-card-panel { padding: 0 11px 11px; }
  .planet-panel-intro { padding: 14px 3px 12px; }
  .planet-panel-intro > p:first-child { font-size: 13px; }
  .planet-mission-brief { display: block; padding: 10px 12px; }
  .planet-mission-brief span { display: block; margin-bottom: 3px; }
  .planet-card .place-item { min-height: 82px; padding: 10px; }
  .planet-card .place-coupon { min-width: 88px; }
  .space-mission-item { min-height: 76px; grid-template-columns: 54px minmax(0, 1fr) auto; gap: 8px; padding: 9px 8px; }
  .space-mission-copy strong { font-size: 13px; }
  .space-mission-copy small { font-size: 11px; }
  .space-stamp-action { min-width: 56px; padding-inline: 7px; font-size: 10px; }
}

@media (max-width: 390px) {
  .planet-card-toggle { grid-template-columns: 46px minmax(0, 1fr) 18px; }
  .planet-card-status { grid-column: 2; justify-self: start; margin-top: 2px; }
  .planet-card-chevron { grid-column: 3; grid-row: 1 / span 2; }
  .space-mission-item { grid-template-columns: 50px minmax(0, 1fr); }
  .space-stamp-action { grid-column: 2; justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  .planet-card, .planet-card-chevron, .instagram-cta { transition: none; }
}
