:root {
  --cream: #ece5d8;
  --paper: #d9cfbd;
  --ink: #19120d;
  --brown: #55301f;
  --rust: #9d4327;
  --line: rgba(25, 18, 13, .22);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Manrope, sans-serif; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.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; }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; height: 88px; padding: 0 4.5vw; display: flex; align-items: center; justify-content: space-between; color: #fff; border-bottom: 1px solid rgba(255,255,255,.25); }
.wordmark { font-size: .78rem; font-weight: 700; letter-spacing: .17em; }
nav { display: flex; align-items: center; gap: 2.2rem; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.nav-cta { border: 1px solid rgba(255,255,255,.65); padding: .85rem 1.2rem; }
.menu-button { display: none; background: none; border: 0; padding: 8px; }
.menu-button span:not(.sr-only) { display: block; width: 22px; height: 1px; margin: 5px; background: currentColor; }

.hero { position: relative; width: 100%; height: min(82vh, 780px); min-height: 620px; overflow: hidden; background: #1e120d; }
.hero-image { position: absolute; inset: 0; background: url("assets/Tour.jpg") center / contain no-repeat; }
.eyebrow { display: flex; align-items: center; gap: 10px; font: 400 .68rem DM Mono, monospace; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 36px; height: 1px; background: currentColor; }
.hero-actions { min-height: 150px; padding: 1.5rem 4.5vw; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(2rem, 4vw, 5rem); background: var(--paper); border-bottom: 1px solid var(--line); }
.hero-summary { display: flex; flex-direction: column; align-items: flex-start; gap: .65rem; }
.hero-actions .eyebrow { margin: 0; }
.hero-summary > p:last-child { margin: 0; font: .58rem DM Mono, monospace; letter-spacing: .08em; text-transform: uppercase; }
.hero-date-list { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(100px, 1fr)); gap: .65rem 1.5rem; list-style: none; font: 500 .66rem DM Mono, monospace; text-transform: uppercase; }
.hero-date-list li { display: flex; gap: .65rem; white-space: nowrap; }
.hero-date-list span { color: var(--rust); }
.button { display: inline-flex; min-width: 220px; align-items: center; justify-content: space-between; padding: 1rem 1.2rem; border: 1px solid; font: 500 .7rem DM Mono, monospace; text-transform: uppercase; letter-spacing: .08em; transition: background .25s, color .25s, transform .25s; }
.button:hover { transform: translateY(-2px); }
.button-light { border-color: rgba(255,255,255,.7); background: rgba(255,255,255,.07); color: #fff; backdrop-filter: blur(8px); }
.button-light:hover { background: #fff; color: var(--ink); }

.section-label { margin: 0; font: 500 .64rem DM Mono, monospace; letter-spacing: .15em; }
.dates-section { padding: 8rem 7vw 9rem; }
.section-heading { display: grid; grid-template-columns: 1fr 2fr 1fr; align-items: end; margin-bottom: 5rem; }
.section-heading h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(3rem, 5.4vw, 5.8rem); font-weight: 400; line-height: .9; letter-spacing: -.045em; }
.section-heading > p:last-child { max-width: 170px; margin: 0 0 .4rem auto; font-size: .78rem; }
.city-tabs { border-top: 1px solid var(--ink); }
.city-tab { width: 100%; display: grid; grid-template-columns: 8% 1fr 1fr auto; align-items: center; padding: 1.5rem 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; cursor: pointer; text-align: left; }
.city-number, .city-date { font: .65rem DM Mono, monospace; letter-spacing: .1em; }
.city-name { font-family: Georgia, serif; font-size: clamp(1.7rem, 3vw, 3rem); transition: transform .25s; }
.city-tab:hover .city-name, .city-tab.active .city-name { transform: translateX(10px); }
.tab-arrow { position: relative; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 0; transition: .25s; }
.tab-arrow::before { content: ""; position: absolute; width: 13px; height: 1px; background: currentColor; transform: rotate(-45deg); }
.tab-arrow::after { content: ""; position: absolute; width: 6px; height: 6px; margin: -6px -6px 0 0; border-top: 1px solid currentColor; border-right: 1px solid currentColor; }
.city-tab.active .tab-arrow { background: var(--ink); color: var(--cream); transform: rotate(90deg); }
.event-panel { display: grid; grid-template-columns: .8fr 1.5fr 1fr; gap: 5vw; padding: 4rem; margin-top: 1.5rem; background: var(--paper); animation: reveal .45s ease; }
@keyframes reveal { from { opacity: 0; transform: translateY(10px); } }
.date-block { display: flex; align-items: flex-start; gap: .9rem; }
.date-block strong { font-family: Georgia, serif; font-size: clamp(5rem, 9vw, 9rem); font-weight: 400; line-height: .7; letter-spacing: -.08em; }
.date-block span { font: .65rem/1.5 DM Mono, monospace; }
.event-kicker { margin: 0 0 1.5rem; font: .65rem DM Mono, monospace; letter-spacing: .13em; color: var(--rust); }
.event-details h3 { max-width: 420px; margin: 0 0 1.2rem; font-family: Georgia, serif; font-size: clamp(2rem, 3.2vw, 3.4rem); font-weight: 400; line-height: 1; }
.event-details address { font-style: normal; font-size: .78rem; line-height: 1.7; }
.event-facts { display: flex; gap: 2.3rem; margin-top: 2.7rem; font: .58rem/1.8 DM Mono, monospace; letter-spacing: .08em; }
.event-facts span { display: flex; flex-direction: column; }
.event-facts strong { font-size: .68rem; color: var(--rust); }
.ticket-action { display: flex; flex-direction: column; justify-content: flex-end; align-items: stretch; }
.countdown { display: flex; justify-content: space-between; margin-bottom: 1rem; font: .58rem DM Mono, monospace; text-transform: uppercase; letter-spacing: .08em; }
.button-dark { border-color: var(--ink); background: var(--ink); color: var(--cream); }
.button-dark:hover { background: transparent; color: var(--ink); }
.ticket-action small { margin-top: .7rem; font: .5rem DM Mono, monospace; text-align: center; opacity: .65; }

.closing { min-height: 720px; padding: 8rem 6vw; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: #fff; background: radial-gradient(circle at 50% 28%, rgba(172,89,51,.5), transparent 35%), linear-gradient(#4a281b, #1b0f0a); overflow: hidden; }
.closing-mark { margin-bottom: -2.2rem; font-family: UnifrakturCook, serif; font-size: clamp(8rem, 19vw, 19rem); line-height: .7; opacity: .11; }
.closing > p { font: .62rem DM Mono, monospace; letter-spacing: .22em; }
.closing h2 { margin: 2rem 0 3rem; font-family: Georgia, serif; font-size: clamp(3rem, 6vw, 6.5rem); font-weight: 400; line-height: .95; letter-spacing: -.04em; }
.closing h2 em { color: #d29a75; }
footer { min-height: 90px; padding: 0 4.5vw; display: flex; align-items: center; justify-content: space-between; background: #130b08; color: rgba(255,255,255,.68); border-top: 1px solid rgba(255,255,255,.12); }
footer p { font: .56rem DM Mono, monospace; letter-spacing: .12em; }

@media (max-width: 850px) {
  .site-header { height: 70px; }
  .menu-button { display: block; }
  nav { position: absolute; top: 70px; left: 0; right: 0; padding: 1.5rem 4.5vw; flex-direction: column; align-items: stretch; background: #1d100b; border-top: 1px solid rgba(255,255,255,.18); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .2s; }
  nav.open { opacity: 1; visibility: visible; transform: none; }
  .hero { height: auto; min-height: 0; aspect-ratio: 4 / 5; }
  .hero-actions { grid-template-columns: 1fr auto; align-items: stretch; }
  .hero-date-list { grid-column: 1 / -1; grid-row: 2; grid-template-columns: repeat(4, minmax(110px, 1fr)); padding-top: 1.2rem; border-top: 1px solid var(--line); }
  .dates-section { padding: 6rem 6vw; }
  .section-heading { grid-template-columns: 1fr; gap: 2.5rem; margin-top: 3rem; }
  .section-heading > p:last-child { margin: 0; }
  .city-tab { grid-template-columns: 12% 1fr auto; }
  .city-date { display: none; }
  .event-panel { grid-template-columns: 1fr 1.5fr; padding: 2.5rem; }
  .ticket-action { grid-column: 1 / -1; }
}

@media (max-width: 540px) {
  .site-header { background: linear-gradient(rgba(19,11,8,.55), transparent); }
  .hero-actions { padding: 1.5rem 6vw; grid-template-columns: 1fr; }
  .hero-date-list { grid-column: 1; grid-row: auto; grid-template-columns: 1fr 1fr; }
  .hero-actions .button { width: 100%; }
  .section-heading { margin-bottom: 3.5rem; }
  .section-heading > p:last-child { max-width: none; white-space: nowrap; }
  .city-tab { grid-template-columns: 12% 1fr auto; row-gap: .45rem; }
  .city-number { grid-row: 1 / 3; align-self: center; }
  .city-name { grid-column: 2; grid-row: 1; }
  .city-date { display: block; grid-column: 2; grid-row: 2; color: var(--rust); }
  .tab-arrow { grid-column: 3; grid-row: 1 / 3; align-self: center; }
  .event-panel { grid-template-columns: 1fr; gap: 2.7rem; padding: 2rem 1.5rem; }
  .date-block strong { font-size: 6rem; }
  .ticket-action { grid-column: auto; }
  .event-facts { gap: 1rem; justify-content: space-between; }
  .closing { min-height: 620px; }
  footer { padding: 2rem 6vw; flex-direction: column; gap: .7rem; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
