:root {
  --purple: #7655ca;
  --purple-dark: #4b2f91;
  --purple-light: #9279db;
  --yellow: #f5cf33;
  --ink: #17131f;
  --paper: #faf9f4;
  --white: #ffffff;
  --line: rgba(23, 19, 31, .18);
  --display: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  --body: Inter, Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 17px; line-height: 1.55; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--yellow); padding: .8rem 1rem; font-weight: 800; }
.skip-link:focus { top: 1rem; }

.site-header { position: sticky; top: 0; z-index: 50; min-height: 72px; padding: .65rem clamp(1rem, 4vw, 4.5rem); display: flex; align-items: center; justify-content: space-between; gap: 2rem; background: rgba(250, 249, 244, .92); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.wordmark { display: flex; flex-direction: column; font-family: var(--display); font-weight: 900; font-size: 1rem; line-height: .8; text-decoration: none; letter-spacing: -.04em; transform: skew(-4deg); }
.site-header nav { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2rem); font-size: .85rem; font-weight: 800; }
.site-header nav > a:not(.button) { text-decoration: none; }
.site-header nav > a:not(.button):hover { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 5px; }

.hero { background: var(--purple); overflow: hidden; }
.hero picture { display: block; }
.hero img { display: block; width: 100%; height: auto; }
.mobile-hero-copy { display: none; }

.section { padding: clamp(4.5rem, 10vw, 9rem) clamp(1.25rem, 7vw, 8rem); }
.eyebrow { margin: 0 0 1.4rem; font-family: var(--display); font-weight: 900; font-size: .9rem; letter-spacing: .1em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: var(--display); font-weight: 900; text-transform: uppercase; letter-spacing: -.055em; line-height: .88; text-wrap: balance; }
h2 { font-size: clamp(3rem, 7.2vw, 7.2rem); }
h3 { font-size: clamp(2rem, 3.5vw, 4rem); }
p { max-width: 65ch; }
.lead { margin: 2.5rem 0 0; font-size: clamp(1.15rem, 1.8vw, 1.55rem); line-height: 1.5; }

.intro { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(260px, .6fr); gap: clamp(3rem, 8vw, 9rem); align-items: end; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.5rem; margin-top: 2.5rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1.4rem; min-height: 58px; padding: .9rem 1.25rem; background: var(--ink); color: var(--white); border: 2px solid var(--ink); text-decoration: none; font-family: var(--display); font-weight: 900; font-size: 1.1rem; text-transform: uppercase; transition: transform .18s ease, background .18s ease, color .18s ease; }
.button:hover { transform: translate(-3px, -3px); box-shadow: 6px 6px 0 var(--yellow); }
.button-small { min-height: 44px; padding: .55rem .9rem; font-size: .85rem; }
.text-link { font-weight: 800; text-underline-offset: 5px; }
.ticket { position: relative; padding: 2rem; background: var(--yellow); transform: rotate(2deg); box-shadow: 14px 14px 0 var(--ink); }
.ticket::before, .ticket::after { content: ""; position: absolute; left: -14px; width: 28px; height: 28px; border-radius: 50%; background: var(--paper); }
.ticket::before { top: 31%; }.ticket::after { top: 65%; }
.ticket div { display: flex; align-items: baseline; justify-content: space-between; padding: 1rem 0; border-bottom: 2px dashed rgba(23, 19, 31, .35); }
.ticket div:last-child { border-bottom: 0; }
.ticket strong { font-family: var(--display); font-size: clamp(3.6rem, 6vw, 6rem); line-height: .8; }
.ticket span { font-weight: 900; text-transform: uppercase; }

.route { background: var(--ink); color: var(--white); }
.section-heading { max-width: 1100px; }
.journey { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: clamp(4rem, 8vw, 8rem); background: rgba(255,255,255,.25); }
.journey::before { content: ""; position: absolute; left: 2rem; right: 2rem; top: 3.25rem; border-top: 3px dashed var(--yellow); }
.journey article { position: relative; z-index: 1; padding: 2rem; background: var(--ink); }
.stop { display: grid; place-items: center; width: 2.7rem; height: 2.7rem; margin-bottom: 2.5rem; border-radius: 50%; background: var(--yellow); color: var(--ink); font-family: var(--display); font-weight: 900; }
.journey-meta { min-height: 2.5rem; color: var(--yellow); font-size: .83rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.journey article > p:last-child { color: rgba(255,255,255,.74); }

.prize { position: relative; overflow: hidden; padding: clamp(5rem, 11vw, 10rem) clamp(1.25rem, 7vw, 8rem); background: var(--yellow); }
.prize-inner { position: relative; max-width: 1180px; }
.prize h2 { max-width: 1050px; }
.prize p:last-of-type { margin-top: 2.5rem; font-size: 1.2rem; }
.stamp { position: absolute; right: -9rem; bottom: -8rem; display: grid; place-items: center; width: 240px; height: 240px; border: 8px solid var(--purple); border-radius: 50%; color: var(--purple); font-family: var(--display); font-weight: 900; font-size: 2rem; line-height: .9; text-align: center; transform: rotate(-10deg); }

.details { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr); gap: clamp(3rem, 8vw, 9rem); }
.details article > p:last-child { margin-top: 2.5rem; font-size: 1.15rem; }
.details aside { align-self: end; }
.price { display: flex; flex-direction: column; padding: 2rem; background: var(--purple); color: var(--white); }
.price span, .price small { font-weight: 800; text-transform: uppercase; }
.price strong { margin: .5rem 0; color: var(--yellow); font-family: var(--display); font-size: clamp(5rem, 9vw, 8rem); line-height: .85; }
.details aside > p { padding: 1.4rem 0 0; }

.dates { background: var(--purple); color: var(--white); }
.dates ol { margin: clamp(3rem, 7vw, 6rem) 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.35); }
.dates li { display: grid; grid-template-columns: minmax(140px, .25fr) 1fr; align-items: baseline; gap: 2rem; padding: 1.6rem 0; border-bottom: 1px solid rgba(255,255,255,.35); }
.dates time { color: var(--yellow); font-family: var(--display); font-size: clamp(2.1rem, 4vw, 4.2rem); font-weight: 900; }
.dates li span { font-size: clamp(1.05rem, 2vw, 1.5rem); font-weight: 800; }

.cta { display: flex; justify-content: space-between; align-items: end; gap: 3rem; background: var(--purple-dark); color: var(--white); }
.cta h2 { font-size: clamp(3rem, 6.5vw, 6.5rem); }
.cta-actions { display: flex; flex-direction: column; gap: 1rem; min-width: min(100%, 300px); }
.button-yellow { background: var(--yellow); border-color: var(--yellow); color: var(--ink); }
.button-yellow:hover { box-shadow: 6px 6px 0 var(--white); }
.mail { color: var(--white); font-size: .9rem; text-underline-offset: 4px; }

footer { display: grid; grid-template-columns: 1fr auto auto; align-items: end; gap: 3rem; padding: 2.5rem clamp(1.25rem, 7vw, 8rem); background: var(--ink); color: var(--white); font-size: .8rem; }
.footer-brand { display: flex; flex-direction: column; line-height: 1.05; }
.footer-brand strong { font-family: var(--display); font-size: 1.7rem; }
footer p { margin: 0; }
footer a { text-underline-offset: 4px; }

@media (max-width: 820px) {
  .site-header { min-height: 62px; }
  .site-header nav > a:not(.button) { display: none; }
  .site-header nav { gap: .5rem; }
  .hero { position: relative; min-height: 0; display: block; }
  .hero img { min-height: 0; object-fit: contain; object-position: center; }
  .mobile-hero-copy { display: block; padding: 2rem 1.25rem 2.5rem; color: var(--white); }
  .mobile-hero-copy .eyebrow { margin-bottom: .8rem; }
  .mobile-hero-copy h1 { width: 100%; font-size: clamp(3.7rem, 17vw, 5.75rem); line-height: .82; letter-spacing: -.065em; }
  .mobile-hero-copy h1 span { display: block; white-space: nowrap; }
  .mobile-hero-copy > p:last-child { margin: .7rem 0 0; color: var(--yellow); font-family: var(--display); font-size: 1.8rem; font-weight: 900; }
  .intro, .details { grid-template-columns: 1fr; }
  .ticket { max-width: 430px; }
  .journey { grid-template-columns: 1fr; }
  .journey::before { left: 3.3rem; right: auto; top: 2rem; bottom: 2rem; border-top: 0; border-left: 3px dashed var(--yellow); }
  .journey article { display: grid; grid-template-columns: 50px 1fr; column-gap: 1.5rem; }
  .journey article > *:not(.stop) { grid-column: 2; }
  .stop { grid-column: 1; grid-row: 1 / span 3; }
  .journey-meta { min-height: 0; margin-top: 0; }
  .stamp { position: static; margin: 3rem 0 -6rem auto; width: 180px; height: 180px; font-size: 1.5rem; }
  .cta { flex-direction: column; align-items: stretch; }
  footer { grid-template-columns: 1fr; gap: 1.5rem; }
}

@media (max-width: 520px) {
  body { font-size: 16px; }
  .nav-rules { display: none; }
  h2 { font-size: clamp(2.55rem, 12.4vw, 3.65rem); line-height: .91; }
  .section { padding-top: 4.5rem; padding-bottom: 4.5rem; }
  .intro { padding-top: 5rem; }
  .dates li { grid-template-columns: 100px 1fr; gap: 1rem; }
  .actions { align-items: stretch; flex-direction: column; }
  .actions .button { width: 100%; }
}

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