:root {
  --ink: #11100d;
  --ink-2: #1a1712;
  --paper: #e7d8bb;
  --paper-2: #c9b58e;
  --paper-dark: #2a251b;
  --line: rgba(231, 216, 187, 0.2);
  --line-dark: rgba(48, 37, 24, 0.28);
  --text: #f5ead3;
  --muted: #c7b899;
  --dim: #8f8268;
  --red: #9f2933;
  --red-dark: #5c1a22;
  --gold: #c79645;
  --green: #7c9864;
  --cyan: #5db8a7;
  --orange: #c65a36;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
  --serif: "Noto Serif TC", serif;
  --sans: "Noto Sans TC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    radial-gradient(circle at 18% 8%, rgba(159, 41, 51, 0.24), transparent 30rem),
    radial-gradient(circle at 82% 4%, rgba(124, 152, 100, 0.16), transparent 27rem),
    linear-gradient(180deg, #0a0907 0%, var(--ink) 50%, #17140f 100%);
  background-size: 42px 42px, 42px 42px, auto, auto, auto;
  color: var(--text);
  font-family: var(--sans);
  letter-spacing: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.52;
  background-image:
    repeating-linear-gradient(0deg, rgba(231, 216, 187, 0.05) 0 1px, transparent 1px 4px),
    radial-gradient(circle at 50% 20%, transparent, rgba(0, 0, 0, 0.62));
  mix-blend-mode: overlay;
}

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

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@keyframes riseIn {
  from {
    opacity: 0;
    transform: translateY(26px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes posterFloat {
  0%, 100% {
    transform: scale(1.02) rotate(-1deg);
  }
  50% {
    transform: scale(1.055) rotate(0.6deg);
  }
}

@keyframes scanLine {
  from {
    transform: translateY(-120%);
  }
  to {
    transform: translateY(120%);
  }
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 650ms ease, transform 650ms ease;
  transition-delay: var(--delay, 0ms);
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px clamp(16px, 5vw, 64px);
  border-bottom: 1px solid rgba(231, 216, 187, 0.18);
  background: rgba(13, 12, 9, 0.82);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  font-weight: 900;
}

.brand img {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(199, 150, 69, 0.7);
  border-radius: 50%;
  object-fit: cover;
  filter: sepia(0.2) contrast(1.05);
}

.brand span {
  overflow-wrap: anywhere;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.nav-links a {
  padding: 9px 12px;
  border: 1px solid transparent;
  border-radius: 999px;
}

.nav-links a:hover {
  border-color: var(--line);
  color: var(--text);
  background: rgba(231, 216, 187, 0.07);
}

.eyebrow {
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.archive-hero {
  position: relative;
  min-height: 88vh;
  display: grid;
  place-items: end start;
  padding: 130px clamp(18px, 6vw, 80px) 74px;
  overflow: hidden;
}

.archive-hero::before {
  content: "";
  position: absolute;
  inset: 78px clamp(14px, 4vw, 56px) 28px;
  border: 1px solid rgba(231, 216, 187, 0.18);
  background:
    linear-gradient(135deg, rgba(231, 216, 187, 0.08), transparent 38%),
    linear-gradient(315deg, rgba(159, 41, 51, 0.18), transparent 42%);
  pointer-events: none;
}

.archive-hero::after {
  content: "";
  position: absolute;
  right: clamp(18px, 7vw, 108px);
  bottom: clamp(28px, 10vw, 108px);
  width: min(36vw, 360px);
  aspect-ratio: 3 / 4;
  border: 1px solid rgba(231, 216, 187, 0.22);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.48)),
    url("https://i.ibb.co/rS2cfhW/unnamed.jpg") center / cover;
  filter: sepia(0.35) contrast(1.05) saturate(0.7);
  transform: rotate(4deg);
  box-shadow: var(--shadow);
  opacity: 0.58;
}

.archive-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 800px;
}

.hero-wordmark {
  width: min(100%, 860px);
  height: auto;
  margin: -8px 0 22px;
  filter: drop-shadow(0 22px 32px rgba(0, 0, 0, 0.46));
}

.archive-stamp {
  position: absolute;
  top: 118px;
  right: clamp(24px, 7vw, 100px);
  z-index: 3;
  padding: 12px 18px;
  border: 3px double rgba(159, 41, 51, 0.78);
  color: rgba(211, 66, 78, 0.74);
  font-family: var(--serif);
  font-size: clamp(18px, 3vw, 34px);
  font-weight: 900;
  letter-spacing: 0.08em;
  transform: rotate(10deg);
  mix-blend-mode: screen;
}

.hero-brief {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-brief span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(10, 9, 7, 0.48);
  color: var(--text);
  font-weight: 900;
}

.hero-brief svg {
  width: 17px;
  height: 17px;
  color: var(--gold);
}

.case-section {
  padding: 56px clamp(16px, 5vw, 72px) 96px;
}

.case-heading {
  max-width: 960px;
  margin: 0 auto 26px;
}

.case-heading h2 {
  margin-bottom: 0;
  font-family: var(--serif);
  font-size: clamp(34px, 7vw, 64px);
  font-weight: 900;
}

.case-stack {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  max-width: 960px;
  margin: 0 auto;
}

.case-ticket {
  --accent-soft: color-mix(in srgb, var(--card-accent, var(--gold)) 22%, transparent);
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, 34%);
  min-height: 330px;
  overflow: hidden;
  border: 1px solid rgba(36, 28, 19, 0.3);
  border-radius: 7px;
  background:
    linear-gradient(90deg, transparent calc(100% - 142px), rgba(0, 0, 0, 0.06) calc(100% - 142px)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 7px),
    linear-gradient(135deg, #eadbbd, #c9b387 62%, #b69b6a);
  color: #21190f;
  box-shadow: var(--shadow);
  transform-origin: center;
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.case-ticket::before {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: 1;
  border: 1px solid rgba(42, 32, 20, 0.22);
  pointer-events: none;
}

.case-ticket::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(115deg, transparent 0 34%, rgba(255, 255, 255, 0.2) 45%, transparent 57%),
    radial-gradient(circle at 14% 20%, var(--accent-soft), transparent 19rem);
  opacity: 0.38;
  pointer-events: none;
}

.case-ticket:hover {
  transform: translateY(-5px) rotate(-0.35deg);
  box-shadow: 0 32px 92px rgba(0, 0, 0, 0.58), 0 0 36px color-mix(in srgb, var(--card-accent, var(--gold)) 20%, transparent);
}

.ticket-main {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 26px;
  min-width: 0;
  padding: clamp(24px, 5vw, 44px);
}

.ticket-kicker {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: rgba(33, 25, 15, 0.64);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.ticket-title {
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  line-height: 0;
}

.ticket-title-art {
  display: block;
  width: min(100%, 820px);
  height: auto;
  max-height: 170px;
  object-fit: contain;
  object-position: left center;
  filter: contrast(1.04);
}

.signal .ticket-title-art {
  width: min(100%, 900px);
  max-height: 188px;
}

.temple .ticket-title-art {
  width: min(138%, 1120px);
  max-width: none;
  max-height: 260px;
  margin-left: 18px;
}

.circus .ticket-title-art {
  width: min(108%, 920px);
  max-width: none;
  max-height: 192px;
  margin-left: 2px;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid rgba(33, 25, 15, 0.22);
  border-radius: 999px;
  background: rgba(255, 247, 225, 0.38);
  color: #2b2115;
  font-size: 13px;
  font-weight: 900;
}

.ticket-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ticket-facts span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 9px 12px;
  border: 1px solid rgba(33, 25, 15, 0.14);
  border-radius: 8px;
  background: rgba(33, 25, 15, 0.08);
  color: #251b10;
  font-weight: 900;
}

.ticket-facts svg,
.ticket-stub svg {
  width: 17px;
  height: 17px;
}

.ticket-poster {
  position: relative;
  z-index: 3;
  margin: 18px 18px 18px 0;
  overflow: hidden;
  border: 1px solid rgba(33, 25, 15, 0.28);
  background: #0a0907;
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%, 0 8%);
}

.ticket-poster::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.46)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 5px);
  pointer-events: none;
}

.ticket-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: sepia(0.18) contrast(1.06) saturate(0.86);
  transition: transform 480ms ease, filter 480ms ease;
}

.case-ticket:hover .ticket-poster img {
  transform: scale(1.06);
  filter: sepia(0.08) contrast(1.1) saturate(1.02);
}

.ticket-stub {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  display: grid;
  place-items: center;
  gap: 10px;
  width: 70px;
  height: 100%;
  border-left: 1px dashed rgba(33, 25, 15, 0.35);
  color: rgba(33, 25, 15, 0.58);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  writing-mode: vertical-rl;
}

.ticket-stub svg {
  color: #21190f;
}

.memory {
  --card-accent: var(--green);
}

.temple {
  --card-accent: var(--gold);
}

.signal {
  --card-accent: var(--cyan);
}

.circus {
  --card-accent: var(--orange);
}

.visit-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 28px;
  padding: 82px clamp(16px, 5vw, 72px);
  border-top: 1px solid var(--line);
  background: rgba(26, 23, 18, 0.7);
}

.visit-copy {
  align-self: center;
}

.visit-copy h2 {
  margin-bottom: 0;
  font-family: var(--serif);
  font-size: clamp(22px, 2.6vw, 32px);
  line-height: 1.3;
  font-weight: 900;
}

.info-list {
  display: grid;
  gap: 16px;
  margin: 28px 0;
  color: var(--muted);
}

.info-list p {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  line-height: 1.6;
}

.info-list svg {
  flex: 0 0 auto;
  width: 21px;
  height: 21px;
  color: var(--gold);
}

.socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(231, 216, 187, 0.07);
}

.socials svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: var(--gold);
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.socials a[aria-label="Facebook"] svg {
  fill: var(--gold);
  stroke: none;
}

.socials a:hover {
  background: rgba(199, 150, 69, 0.18);
}

.map-panel {
  min-height: 330px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--ink-2);
  box-shadow: var(--shadow);
}

.map-panel iframe {
  width: 100%;
  height: 100%;
  min-height: 330px;
  border: 0;
  filter: grayscale(0.82) sepia(0.28) contrast(0.9);
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 26px clamp(16px, 5vw, 72px);
  border-top: 1px solid var(--line);
  color: var(--dim);
}

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

.detail-shell {
  min-height: 100vh;
  padding: 118px clamp(16px, 5vw, 72px) 58px;
}

.dossier-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  max-width: 1180px;
  margin: 0 auto;
  align-items: stretch;
}

.back-link {
  position: absolute;
  top: -52px;
  left: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-weight: 900;
}

.back-link:hover {
  color: var(--text);
}

.back-link svg {
  width: 18px;
  height: 18px;
}

.dossier-poster {
  position: relative;
  min-height: calc(100vh - 176px);
  overflow: hidden;
  border: 1px solid rgba(231, 216, 187, 0.22);
  border-radius: 7px;
  background: #080706;
  box-shadow: var(--shadow);
}

.dossier-poster::before {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: 2;
  border: 1px solid rgba(231, 216, 187, 0.22);
  pointer-events: none;
}

.dossier-poster::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.58)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 6px);
  pointer-events: none;
}

.dossier-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: sepia(0.18) contrast(1.06);
  animation: posterFloat 12s ease-in-out infinite;
}

.poster-label {
  position: absolute;
  top: 26px;
  left: 26px;
  z-index: 4;
  padding: 8px 12px;
  border: 1px solid rgba(231, 216, 187, 0.32);
  background: rgba(10, 9, 7, 0.46);
  color: var(--paper);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.dossier-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
  padding: clamp(24px, 5vw, 46px);
  border: 1px solid var(--line-dark);
  border-radius: 7px;
  background:
    linear-gradient(90deg, rgba(33, 25, 15, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(33, 25, 15, 0.04) 1px, transparent 1px),
    linear-gradient(135deg, #eadbbd, #ceb88d 70%, #b79d6f);
  background-size: 28px 28px, 28px 28px, auto;
  color: #21190f;
  box-shadow: var(--shadow);
}

.dossier-content::before {
  content: "";
  position: absolute;
  top: 24px;
  right: 24px;
  width: 98px;
  height: 98px;
  border: 3px double rgba(159, 41, 51, 0.55);
  border-radius: 50%;
  transform: rotate(12deg);
  opacity: 0.72;
}

.dossier-content .eyebrow {
  color: var(--red);
}

.dossier-content h1 {
  margin-bottom: 0;
  max-width: 720px;
  font-family: var(--serif);
  font-size: clamp(44px, 7vw, 84px);
  line-height: 1.02;
  font-weight: 900;
}

.dossier-title {
  width: 100%;
  line-height: 0;
}

.dossier-title-art {
  display: block;
  width: min(100%, 720px);
  height: auto;
  max-height: 210px;
  object-fit: contain;
  object-position: left center;
}

.dossier-layout.signal .dossier-title-art {
  width: min(100%, 760px);
  max-height: 230px;
}

.dossier-layout.temple .dossier-title-art {
  width: min(112%, 800px);
  max-width: none;
  max-height: 245px;
  margin-left: -8px;
}

.dossier-layout.circus .dossier-title-art {
  width: min(106%, 760px);
  max-width: none;
  max-height: 220px;
  margin-left: -4px;
}

.dossier-content .story {
  margin: 0;
  color: #3a2d1d;
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.9;
}

.theme-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid rgba(159, 41, 51, 0.28);
  border-radius: 7px;
  background: rgba(159, 41, 51, 0.08);
  color: var(--red-dark);
  font-weight: 900;
}

.theme-note svg {
  flex: 0 0 auto;
  width: 19px;
  height: 19px;
}

.booking-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.booking-stat,
.price-list {
  border: 1px solid rgba(33, 25, 15, 0.16);
  border-radius: 7px;
  background: rgba(255, 248, 230, 0.28);
}

.booking-stat {
  display: grid;
  gap: 8px;
  padding: 16px;
}

.booking-stat svg {
  width: 21px;
  height: 21px;
  color: var(--red);
}

.booking-stat span {
  color: rgba(33, 25, 15, 0.58);
  font-size: 13px;
  font-weight: 900;
}

.booking-stat strong {
  font-size: 22px;
}

.price-list {
  grid-column: 1 / -1;
  overflow: hidden;
}

.price-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  border-bottom: 1px dashed rgba(33, 25, 15, 0.18);
}

.price-row:last-child {
  border-bottom: 0;
}

.price-row span {
  color: rgba(33, 25, 15, 0.64);
  font-weight: 900;
}

.price-row strong {
  color: #21190f;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 7px;
  font-weight: 900;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

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

.button svg {
  width: 19px;
  height: 19px;
}

.button.primary {
  background: #21190f;
  color: var(--paper);
  box-shadow: 0 14px 30px rgba(33, 25, 15, 0.28);
}

.button.primary:hover {
  background: #352616;
}

.button.ghost {
  border-color: var(--line);
  background: rgba(231, 216, 187, 0.06);
}

.booking-button {
  grid-column: 1 / -1;
}

.booking-shell {
  width: min(100%, 1180px);
  min-height: calc(100vh - 84px);
  margin: 0 auto;
  padding: 128px clamp(14px, 4vw, 34px) 58px;
}

.booking-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.42fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 24px;
}

.booking-header h1 {
  margin: 0;
  color: #fff5dc;
  font-size: clamp(42px, 7vw, 84px);
  line-height: 0.95;
  font-weight: 900;
}

.booking-sub {
  align-self: end;
  margin: 0 0 6px;
  color: rgba(245, 234, 211, 0.74);
  font-size: 16px;
  line-height: 1.75;
}

.step-bar {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}

.step-bar li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid rgba(231, 216, 187, 0.14);
  border-radius: 7px;
  background: rgba(9, 8, 7, 0.58);
  color: rgba(245, 234, 211, 0.58);
  font-size: 14px;
  font-weight: 900;
}

.step-bar li span {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(231, 216, 187, 0.18);
  border-radius: 50%;
  color: var(--muted);
  font-size: 12px;
}

.step-bar li.active {
  border-color: rgba(199, 150, 69, 0.62);
  background: linear-gradient(135deg, rgba(199, 150, 69, 0.22), rgba(159, 41, 51, 0.16));
  color: #fff4d8;
}

.step-bar li.active span,
.step-bar li.done span {
  border-color: transparent;
  background: var(--gold);
  color: #16110b;
}

.step-bar li.done {
  color: rgba(245, 234, 211, 0.78);
}

.booking-stage {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 22px;
  min-height: 520px;
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid rgba(231, 216, 187, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(120deg, rgba(231, 216, 187, 0.095), rgba(231, 216, 187, 0.025) 38%, rgba(159, 41, 51, 0.08)),
    rgba(12, 10, 8, 0.86);
  box-shadow: var(--shadow);
}

.booking-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border: 1px solid rgba(199, 150, 69, 0.12);
  background:
    linear-gradient(90deg, rgba(231, 216, 187, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(231, 216, 187, 0.026) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.95), transparent 82%);
}

.booking-stage > * {
  position: relative;
  z-index: 1;
}

.step-title {
  margin: 0;
  color: #fff5dc;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  font-weight: 900;
}

.bk-lead,
.bk-hint {
  margin: 0;
  color: rgba(245, 234, 211, 0.68);
  line-height: 1.8;
}

.bk-current {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid rgba(199, 150, 69, 0.26);
  border-radius: 7px;
  background: rgba(199, 150, 69, 0.1);
  color: rgba(245, 234, 211, 0.74);
  font-weight: 800;
}

.bk-current span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
}

.bk-current strong {
  color: #fff3d4;
}

.bk-theme-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.bk-theme {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 16px;
  min-height: 168px;
  padding: 12px;
  border: 1px solid rgba(231, 216, 187, 0.16);
  border-radius: 8px;
  background: rgba(255, 248, 230, 0.055);
  color: var(--text);
  text-align: left;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.bk-theme:hover,
.bk-theme.selected {
  border-color: rgba(199, 150, 69, 0.62);
  background: rgba(199, 150, 69, 0.14);
  transform: translateY(-2px);
}

.bk-theme figure {
  overflow: hidden;
  margin: 0;
  border-radius: 7px;
  background: #120f0a;
}

.bk-theme img {
  width: 100%;
  height: 100%;
  min-height: 144px;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.08);
}

.bk-theme-body {
  display: grid;
  align-content: center;
  gap: 12px;
  min-width: 0;
}

.bk-theme h3 {
  margin: 0;
  color: #fff5dc;
  font-size: 22px;
}

.booking-stage .tag {
  border-color: rgba(231, 216, 187, 0.18);
  background: rgba(231, 216, 187, 0.09);
  color: rgba(245, 234, 211, 0.84);
}

.bk-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bk-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 30px;
  padding: 6px 9px;
  border: 1px solid rgba(231, 216, 187, 0.13);
  border-radius: 7px;
  color: rgba(245, 234, 211, 0.78);
  font-size: 13px;
  font-weight: 800;
}

.bk-meta svg {
  width: 15px;
  height: 15px;
  color: var(--gold);
}

.bk-grid-2,
.bk-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.bk-field {
  display: grid;
  align-content: start;
  gap: 10px;
  min-width: 0;
}

.bk-field.full {
  grid-column: 1 / -1;
}

.bk-field > span {
  color: rgba(245, 234, 211, 0.82);
  font-size: 14px;
  font-weight: 900;
}

.bk-field i {
  color: var(--gold);
  font-style: normal;
}

.bk-field input,
.bk-field textarea {
  width: 100%;
  min-height: 54px;
  padding: 13px 14px;
  border: 1px solid rgba(231, 216, 187, 0.22);
  border-radius: 7px;
  background: rgba(5, 5, 4, 0.62);
  color: #fff4dc;
  font: inherit;
  font-weight: 700;
  outline: 0;
}

.bk-field input[type="date"] {
  color-scheme: dark;
  cursor: pointer;
}

.bk-field input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  filter: invert(0.85) sepia(0.4) saturate(2) hue-rotate(-10deg);
  opacity: 0.95;
  padding: 4px;
}

.bk-field textarea {
  min-height: 118px;
  resize: vertical;
  line-height: 1.6;
}

.bk-field input:focus,
.bk-field textarea:focus {
  border-color: rgba(199, 150, 69, 0.78);
  box-shadow: 0 0 0 3px rgba(199, 150, 69, 0.15);
}

.people-pills,
.slot-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(88px, 1fr));
  gap: 10px;
}

.people-pill,
.slot-pill {
  min-height: 54px;
  border: 1px solid rgba(231, 216, 187, 0.18);
  border-radius: 7px;
  background: rgba(231, 216, 187, 0.07);
  color: rgba(245, 234, 211, 0.8);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.people-pill:hover,
.slot-pill:hover {
  transform: translateY(-2px);
  border-color: rgba(199, 150, 69, 0.58);
}

.people-pill.selected,
.slot-pill.selected {
  border-color: var(--gold);
  background: #c79645;
  color: #15100b;
}

.slot-pill {
  display: grid;
  place-items: center;
  gap: 2px;
  min-height: 76px;
}

.slot-pill strong {
  font-size: 22px;
}

.slot-pill span {
  font-size: 12px;
}

.slot-pill.taken {
  cursor: not-allowed;
  border-color: rgba(231, 216, 187, 0.08);
  background: rgba(255, 255, 255, 0.035);
  color: rgba(245, 234, 211, 0.34);
  text-decoration: line-through;
}

.bk-price-card,
.bk-summary {
  overflow: hidden;
  border: 1px solid rgba(231, 216, 187, 0.18);
  border-radius: 8px;
  background: rgba(255, 248, 230, 0.065);
}

.bk-price-title {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 15px 16px;
  border-bottom: 1px solid rgba(231, 216, 187, 0.13);
  color: var(--gold);
  font-weight: 900;
}

.bk-price-title svg {
  width: 18px;
  height: 18px;
}

.bk-price-card .price-row,
.bk-summary .sum-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 15px 16px;
  border-bottom: 1px dashed rgba(231, 216, 187, 0.15);
}

.bk-price-card .price-row:last-child,
.bk-summary .sum-row:last-child {
  border-bottom: 0;
}

.bk-price-card .price-row span,
.bk-summary .sum-row span {
  color: rgba(245, 234, 211, 0.58);
  font-weight: 900;
}

.bk-price-card .price-row strong,
.bk-summary .sum-row strong {
  color: #fff2d2;
  text-align: right;
}

.bk-price-card .theme-note {
  margin: 14px 16px 16px;
  border-color: rgba(199, 150, 69, 0.32);
  background: rgba(199, 150, 69, 0.12);
  color: #f8d695;
}

.bk-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid rgba(93, 184, 167, 0.28);
  border-radius: 7px;
  background: rgba(93, 184, 167, 0.1);
  color: #9de7da;
  font-weight: 900;
}

.bk-note.error {
  border-color: rgba(159, 41, 51, 0.56);
  background: rgba(159, 41, 51, 0.16);
  color: #ffc2bd;
}

.bk-note svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.bk-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 4px;
}

.bk-actions.center {
  justify-content: center;
}

.button:disabled,
.button[disabled] {
  cursor: not-allowed;
  opacity: 0.42;
  transform: none;
  box-shadow: none;
}

.booking-stage .button.primary {
  background: #c79645;
  color: #15100b;
}

.booking-stage .button.primary:hover {
  background: #d9ac5f;
}

.booking-stage .button.ghost {
  border-color: rgba(231, 216, 187, 0.22);
  background: rgba(231, 216, 187, 0.055);
  color: #fff1d2;
}

.bk-done {
  display: grid;
  justify-items: center;
  gap: 18px;
  max-width: 720px;
  margin: auto;
  text-align: center;
}

.bk-done > svg {
  width: 58px;
  height: 58px;
  color: var(--gold);
}

.bk-done h2 {
  margin: 0;
  color: #fff5dc;
  font-size: clamp(34px, 5vw, 56px);
}

.bk-done p {
  margin: 0;
  color: rgba(245, 234, 211, 0.72);
}

.detail-empty {
  max-width: 720px;
  margin: 20vh auto;
  text-align: center;
}

@media (max-width: 920px) {
  .booking-header {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .booking-sub {
    max-width: 680px;
  }

  .bk-theme-grid {
    grid-template-columns: 1fr;
  }

  .bk-theme {
    grid-template-columns: 132px minmax(0, 1fr);
  }

  .archive-hero {
    min-height: 78vh;
    padding-top: 116px;
  }

  .archive-hero::after {
    right: 18px;
    bottom: 34px;
    width: min(52vw, 300px);
    opacity: 0.3;
  }

  .archive-stamp {
    top: 106px;
    right: 22px;
  }

  .case-ticket,
  .visit-section,
  .dossier-layout {
    grid-template-columns: 1fr;
  }

  .case-ticket {
    min-height: 0;
  }

  .ticket-poster {
    order: -1;
    margin: 14px 14px 0;
    aspect-ratio: 16 / 9;
  }

  .ticket-stub {
    top: 14px;
    right: 14px;
    width: 48px;
    height: 96px;
    border-left: 1px solid rgba(33, 25, 15, 0.16);
    border-radius: 999px;
    background: rgba(234, 219, 189, 0.68);
  }

  .dossier-poster {
    min-height: 0;
    aspect-ratio: 4 / 5;
  }
}

@media (max-width: 640px) {
  .booking-shell {
    padding: 104px 14px 38px;
  }

  .booking-header {
    margin-bottom: 18px;
  }

  .booking-header h1 {
    font-size: 42px;
  }

  .step-bar {
    grid-template-columns: repeat(5, minmax(118px, 1fr));
    overflow-x: auto;
    padding-bottom: 6px;
  }

  .step-bar li {
    white-space: nowrap;
  }

  .booking-stage {
    min-height: 0;
    padding: 18px;
  }

  .step-title {
    font-size: 31px;
  }

  .bk-theme,
  .bk-grid-2,
  .bk-form {
    grid-template-columns: 1fr;
  }

  .bk-theme figure {
    aspect-ratio: 16 / 9;
  }

  .bk-theme img {
    min-height: 0;
  }

  .bk-current,
  .bk-price-card .price-row,
  .bk-summary .sum-row,
  .bk-actions {
    display: grid;
    width: 100%;
  }

  .bk-price-card .price-row strong,
  .bk-summary .sum-row strong {
    text-align: left;
  }

  .bk-actions .button {
    width: 100%;
  }

  .site-header {
    align-items: flex-start;
    padding: 12px 14px;
  }

  .brand {
    max-width: 68%;
  }

  .brand img {
    width: 36px;
    height: 36px;
  }

  .brand span {
    font-size: 15px;
    line-height: 1.25;
  }

  .nav-links {
    gap: 2px;
    font-size: 13px;
  }

  .nav-links a {
    padding: 8px 7px;
  }

  .archive-hero {
    min-height: 68vh;
    padding: 112px 16px 46px;
  }

  .archive-hero::before {
    inset: 82px 12px 18px;
  }

  .archive-hero::after {
    display: none;
  }

  .hero-wordmark {
    width: min(100%, 720px);
    margin: -4px 0 18px;
  }

  .archive-stamp {
    top: auto;
    right: 20px;
    bottom: 22px;
    font-size: 18px;
    opacity: 0.72;
  }

  .hero-brief {
    display: grid;
    grid-template-columns: 1fr;
  }

  .case-section,
  .visit-section {
    padding-left: 14px;
    padding-right: 14px;
  }

  .case-heading h2 {
    font-size: 38px;
  }

  .visit-copy h2 {
    font-size: 22px;
  }

  .case-stack {
    gap: 16px;
  }

  .ticket-main {
    padding: 20px;
    gap: 18px;
  }

  .ticket-kicker {
    display: grid;
    gap: 6px;
  }

  .ticket-title-art {
    max-height: 116px;
  }

  .signal .ticket-title-art {
    max-height: 138px;
  }

  .temple .ticket-title-art {
    width: min(132%, 860px);
    max-height: 178px;
    margin-left: 10px;
  }

  .circus .ticket-title-art {
    width: min(108%, 720px);
    max-height: 136px;
    margin-left: 0;
  }

  .ticket-facts {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ticket-poster {
    aspect-ratio: 16 / 10;
  }

  .detail-shell {
    padding: 108px 14px 42px;
  }

  .back-link {
    position: static;
    margin-bottom: 14px;
  }

  .dossier-content {
    padding: 22px;
  }

  .dossier-content::before {
    width: 78px;
    height: 78px;
    opacity: 0.45;
  }

  .dossier-content h1 {
    font-size: 44px;
  }

  .dossier-title-art {
    max-height: 150px;
  }

  .dossier-layout.signal .dossier-title-art,
  .dossier-layout.temple .dossier-title-art,
  .dossier-layout.circus .dossier-title-art {
    width: 100%;
    max-height: 160px;
    margin-left: 0;
  }

  .booking-panel {
    grid-template-columns: 1fr;
  }

  .footer {
    flex-direction: column;
  }
}
