:root {
  --paper: #f1f0eb;
  --paper-bright: #f8f7f2;
  --ink: #1d1e1c;
  --red: #c93228;
  --red-dark: #a8241d;
  --green: #48724a;
  --line: rgba(29, 30, 28, .22);
  --gutter: clamp(18px, 4vw, 64px);
  --ease: cubic-bezier(.22, 1, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-height: 100svh; margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
::selection { background: var(--red); color: var(--paper-bright); }
a { color: inherit; }
a:focus-visible { outline: 3px solid var(--green); outline-offset: 4px; }
img { display: block; width: 100%; }
ol { margin: 0; padding: 0; list-style: none; }

.intro { position: fixed; inset: 0; z-index: 100; display: grid; align-content: center; padding: var(--gutter); overflow: hidden; background: var(--red); color: var(--paper-bright); will-change: opacity; }
.intro-mark { font-family: Impact, "Arial Narrow", Arial, sans-serif; font-size: clamp(4.6rem, 15vw, 14rem); font-weight: 900; line-height: .72; letter-spacing: -.07em; }
.intro-mark span { display: block; opacity: 0; transform: translateY(22px); animation: intro-word .8s var(--ease) forwards; }
.intro-mark span:last-child { margin-left: 8vw; color: var(--green); animation-delay: .12s; }
.intro p { margin: clamp(30px, 5vw, 70px) 0 0 8vw; font-size: clamp(12px, 1.3vw, 18px); font-weight: 900; letter-spacing: .17em; opacity: 0; animation: intro-word .7s var(--ease) .32s forwards; }
.intro.is-out { opacity: 0; pointer-events: none; transition: opacity .8s var(--ease); }
@keyframes intro-word { to { opacity: 1; transform: translateY(0); } }

.hero { position: relative; min-height: 100dvh; display: grid; grid-template-columns: minmax(410px, 1fr) min(61vw, 100dvh); overflow: hidden; background: var(--paper); }
.hero-copy { display: flex; flex-direction: column; align-items: flex-start; min-width: 0; padding: clamp(26px, 4vw, 64px) var(--gutter) 110px; }
.artists { margin: 0; font-size: clamp(10px, .82vw, 13px); font-weight: 900; letter-spacing: .08em; white-space: nowrap; }
.tour-mark { margin: auto 0 0; font-family: Impact, "Arial Narrow", Arial, sans-serif; font-size: clamp(5.8rem, 10.2vw, 12rem); font-weight: 900; line-height: .7; letter-spacing: -.07em; }
.tour-mark span { display: block; }
.tour-mark span:first-child { color: var(--red); }
.tour-mark span:last-child { margin-left: 3vw; color: var(--green); }
.tour-subtitle { margin: clamp(30px, 5vh, 54px) 0 22px 3vw; font-size: clamp(15px, 1.35vw, 22px); font-weight: 900; font-style: normal; letter-spacing: .02em; transform: none; }
.hero-visual { min-width: 0; height: 100dvh; overflow: hidden; background: var(--paper); }
.hero-visual img { height: 100%; object-fit: contain; object-position: center; }
.hero-foot { position: absolute; left: 0; bottom: 0; width: 38.8%; min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 var(--gutter); border-top: 1px solid var(--line); font-family: "Courier New", monospace; font-size: 10px; font-weight: 700; letter-spacing: .12em; }

.media { padding: clamp(78px, 10vw, 150px) var(--gutter); background: var(--paper); }
.media-inner { width: min(100%, 1180px); margin: 0 auto; }
.tour-video { display: block; width: min(100%, 820px); aspect-ratio: 1; margin: 0 auto; background: #000; object-fit: contain; outline: 1px solid rgba(0, 0, 0, .18); outline-offset: -1px; }
.media h2 { margin: clamp(70px, 9vw, 120px) 0 clamp(32px, 4vw, 54px); font-family: Impact, "Arial Narrow", Arial, sans-serif; font-size: clamp(4.5rem, 10vw, 10rem); line-height: .8; letter-spacing: -.05em; color: var(--red); }
.playlist-frame { display: block; width: 100%; height: 500px; border: 0; background: var(--paper-bright); }

.shows { padding: clamp(78px, 11vw, 160px) var(--gutter); background: var(--paper-bright); }
.shows-title-wrap { max-width: 1050px; margin-bottom: clamp(46px, 6vw, 78px); }
.shows-title-wrap h2 { margin: 0; font-family: Impact, "Arial Narrow", Arial, sans-serif; font-size: clamp(4.5rem, 12vw, 12rem); line-height: .78; letter-spacing: -.055em; color: var(--green); }

.featured-shows { position: relative; margin-bottom: clamp(58px, 7vw, 100px); padding: clamp(30px, 4vw, 54px) clamp(18px, 3vw, 44px) 10px; background: var(--red); color: var(--paper-bright); }
.featured-label { position: absolute; top: 0; left: clamp(18px, 3vw, 44px); padding: 0 11px; background: var(--paper-bright); color: var(--red); font-family: "Courier New", monospace; font-size: 10px; font-weight: 700; letter-spacing: .14em; white-space: nowrap; transform: translateY(-50%); }
.show-row { position: relative; display: grid; grid-template-columns: 9rem minmax(0, 1fr) 8rem; align-items: center; column-gap: clamp(18px, 3vw, 48px); min-height: clamp(82px, 7.5vw, 116px); border-bottom: 1px solid var(--line); }
.featured-shows .show-row { border-color: rgba(248, 247, 242, .36); }
.show-row::after { content: ""; position: absolute; left: 0; bottom: -1px; width: 100%; height: 3px; background: var(--green); transform: scaleX(0); transform-origin: left; transition: transform .45s var(--ease); }
.show-row:hover::after { transform: scaleX(1); }
.featured-shows .show-row::after { background: var(--paper-bright); }
.show-date { font-family: "Courier New", monospace; font-size: clamp(16px, 1.45vw, 22px); font-weight: 700; font-variant-numeric: tabular-nums; }
.show-city { margin: 0; font-family: Impact, "Arial Narrow", Arial, sans-serif; font-size: clamp(2.6rem, 5.5vw, 6.4rem); font-weight: 900; line-height: .82; letter-spacing: -.045em; text-transform: uppercase; }
.featured-shows .show-city { font-size: clamp(3rem, 6.6vw, 7.6rem); }
.ticket { justify-self: end; min-width: 104px; padding: 12px 13px; border: 1px solid currentColor; font-family: "Courier New", monospace; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-align: center; text-decoration: none; white-space: nowrap; }
.ticket.buy { color: var(--paper-bright); background: var(--green); border-color: var(--green); transition: transform .25s var(--ease), background-color .25s var(--ease); }
.ticket.buy:hover { background: var(--ink); border-color: var(--ink); transform: translateY(-2px); }
.ticket.pending { color: var(--green); }
.featured-shows .ticket.pending { color: var(--paper-bright); }
.shows-head { display: grid; grid-template-columns: 9rem minmax(0, 1fr) 8rem; column-gap: clamp(18px, 3vw, 48px); padding-bottom: 13px; border-bottom: 3px solid var(--ink); font-family: "Courier New", monospace; font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.shows-head span:last-child { text-align: right; }
.shows-list .show-row:last-child { border-bottom: 0; }
.shows-note { margin: 48px 0 0; color: var(--red); font-family: "Courier New", monospace; font-size: 11px; font-weight: 700; letter-spacing: .13em; text-align: right; }

.footer { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; min-height: 300px; padding: 58px var(--gutter) 44px; background: var(--green); color: var(--paper-bright); }
.footer-mark { font-family: Impact, "Arial Narrow", Arial, sans-serif; font-size: clamp(4.2rem, 10vw, 11rem); line-height: .68; letter-spacing: -.06em; text-decoration: none; }
.footer-mark span { display: block; }
.footer-mark span:first-child { color: var(--paper-bright); }
.footer-mark span:last-child { margin-left: 4vw; color: var(--red); }
.footer-meta { flex: 0 0 auto; font-family: "Courier New", monospace; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-align: right; }
.footer-meta p { margin: 10px 0 0; }

@media (max-width: 980px) {
  .hero { grid-template-columns: minmax(340px, .9fr) 1.1fr; }
  .artists { white-space: normal; line-height: 1.4; }
  .hero-foot { width: 45%; }
  .show-row, .shows-head { grid-template-columns: 6.5rem minmax(0, 1fr) 7rem; }
}

@media (max-width: 720px) {
  .intro { align-content: end; padding-bottom: 15vh; }
  .intro-mark { font-size: clamp(4.8rem, 24vw, 7rem); }
  .intro-mark span:last-child { margin-left: 6vw; }
  .hero { min-height: 100dvh; display: flex; flex-direction: column; }
  .hero-copy { position: relative; inset: auto; z-index: 2; order: 2; display: block; width: 100%; padding: 28px 18px 30px; color: var(--ink); background: var(--paper); }
  .hero-copy::before { display: none; }
  .artists { display: none; }
  .tour-mark { margin: 0; font-size: clamp(4.8rem, 22vw, 6.4rem); }
  .tour-mark span:last-child { margin-left: 6vw; }
  .tour-subtitle { margin: 26px 0 16px 6vw; }
  .hero-visual {
    order: 1;
    flex: none;
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    aspect-ratio: 1;
  }
  .hero-visual img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transform: none;
  }
  .hero-foot { position: relative; left: auto; bottom: auto; z-index: 3; order: 3; width: 100%; min-height: 62px; padding-inline: 18px; color: var(--ink); border-color: var(--line); }
  .media { padding: 72px 18px 88px; }
  .media h2 { margin: 68px 0 28px; font-size: clamp(4.5rem, 22vw, 6.8rem); }
  .playlist-frame { height: 500px; }
  .shows { padding: 76px 18px 90px; }
  .shows-title-wrap { margin-bottom: 48px; }
  .shows-title-wrap h2 { font-size: clamp(4.7rem, 24vw, 7.2rem); }
  .featured-shows { margin-inline: -18px; padding: 34px 18px 8px; }
  .featured-label { left: 18px; }
  .shows-head { display: none; }
  .show-row { grid-template-columns: 4.4rem minmax(0, 1fr) auto; column-gap: 11px; min-height: 76px; }
  .show-date { font-size: 13px; }
  .show-city { font-size: clamp(2rem, 11vw, 3.1rem); }
  .shows-list .show-row.is-long .show-city { font-size: clamp(1.7rem, 8.4vw, 2.35rem); letter-spacing: -.035em; }
  .featured-shows .show-city { font-size: clamp(2.25rem, 12vw, 3.4rem); }
  .ticket { min-width: 0; padding: 10px 8px; font-size: 9px; }
  .shows-note { max-width: 25ch; margin-left: auto; line-height: 1.45; }
  .footer { display: block; min-height: 330px; padding: 52px 18px 32px; }
  .footer-mark { font-size: clamp(4.7rem, 23vw, 7rem); }
  .footer-meta { margin-top: 64px; text-align: left; line-height: 1.5; }
}

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