:root {
  --blue: #38b5fe;
  --yellow: #feea38;
  --black: #050505;
  --white: #ffffff;
  --soft: #f1f2f4;
  --ink: #111216;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--white); font-family: "DM Sans", Arial, sans-serif; font-size: 1rem; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Manrope", Arial, sans-serif; }
.wrap { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 105px 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 16px; background: var(--yellow); color: #000; font-weight: 700; }
.skip-link:focus { top: 16px; }

.event-hero { min-height: 850px; overflow: hidden; color: #fff; background: var(--black); }
.event-nav { position: relative; z-index: 5; display: flex; justify-content: space-between; align-items: center; padding-top: 20px; }
.event-logo { width: 150px; height: 72px; object-fit: contain; object-position: left center; }
.nav-back { font-weight: 700; text-decoration: none; border-bottom: 2px solid var(--blue); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; min-height: 690px; padding: 45px 0 70px; }
.hero-copy { position: relative; z-index: 2; }
.event-tag, .section-label { margin-bottom: 24px; color: var(--yellow); font: 800 .82rem/1 "Manrope", sans-serif; letter-spacing: .17em; text-transform: uppercase; }
.event-tag::before, .section-label::before { content: ""; display: inline-block; width: 34px; height: 4px; margin: 0 12px 3px 0; background: currentColor; }
.hero-copy h1 { margin: 0; font-family: "Bungee", "Manrope", sans-serif; font-size: clamp(3.5rem, 7vw, 6.75rem); line-height: .8; letter-spacing: -.045em; text-transform: uppercase; }
.hero-copy h1 span { display: block; }
.hero-copy h1 span:first-child { color: var(--blue); }
.hero-copy h1 span:last-child { color: var(--yellow); }
.hero-copy h1 small { display: block; margin: 12px 0 15px 4px; color: #fff; font-size: .28em; line-height: 1; letter-spacing: .06em; }
.hangout-script { display: inline-block; margin: 25px 0 26px; padding: 7px 18px 10px; color: #000; background: #fff; font: 400 clamp(1.8rem, 4vw, 3.4rem)/1 "Bungee", "Manrope", sans-serif; letter-spacing: -.015em; transform: rotate(-2deg); text-transform: uppercase; }
.hero-intro { max-width: 620px; color: #e8e8e8; font: 600 clamp(1.08rem, 1.8vw, 1.35rem)/1.45 "DM Sans", Arial, sans-serif; letter-spacing: 0; text-transform: none; text-shadow: none; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 15px; margin-top: 34px; }
.event-button { display: inline-flex; min-height: 58px; align-items: center; justify-content: center; gap: 10px; padding: 15px 25px; border: 2px solid transparent; font-family: "Manrope", sans-serif; font-weight: 800; letter-spacing: .03em; text-align: center; text-decoration: none; text-transform: uppercase; transition: transform .2s, box-shadow .2s; }
.event-button:hover, .event-button:focus-visible { transform: translateY(-3px); box-shadow: 6px 6px 0 rgba(56,181,254,.4); }
.button-yellow { color: #000; background: var(--yellow); }
.button-outline { color: #fff; border-color: #fff; }
.button-black { color: #fff; background: #000; }
.hero-visual { position: relative; min-height: 610px; }
.visual-card { position: absolute; inset: 20px 20px 20px 38px; overflow: hidden; background: #ef3d60; box-shadow: 24px 24px 0 var(--blue); transform: rotate(2deg); }
.visual-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 62%, rgba(0,0,0,.32)); }
.visual-card img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.sticker { position: absolute; z-index: 2; margin: 0; padding: 11px 16px; color: #000; font: 800 1rem/1 "Manrope", sans-serif; letter-spacing: .06em; text-transform: uppercase; }
.sticker-date { top: 5px; right: -8px; background: var(--yellow); transform: rotate(5deg); }
.sticker-side { bottom: 40px; left: 4px; background: #fff; transform: rotate(-7deg); }
.spark { position: absolute; z-index: 3; color: var(--yellow); font-size: 3.2rem; }
.spark-one { top: 70px; left: 3px; }
.spark-two { right: -4px; bottom: 120px; color: var(--blue); }
.event-facts { display: grid; grid-template-columns: repeat(3, 1fr); width: min(1160px, calc(100% - 40px)); margin: 0 auto; border-top: 1px solid #424242; }
.event-facts div { padding: 25px 30px; border-right: 1px solid #424242; }
.event-facts div:last-child { border-right: 0; }
.event-facts span { display: block; margin-bottom: 5px; color: var(--blue); font: 700 .76rem/1 "Manrope", sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.event-facts strong { font: 700 1.08rem/1.25 "Manrope", sans-serif; }

.ticker { overflow: hidden; padding: 20px 0; color: #000; background: var(--yellow); font: 800 clamp(1rem, 2vw, 1.35rem)/1 "Manrope", sans-serif; text-transform: uppercase; white-space: nowrap; }
.ticker div { width: max-content; min-width: 100%; text-align: center; letter-spacing: .06em; }
.ticker i { margin: 0 16px; color: var(--blue); font-style: normal; }

.intro-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: start; }
.section-label { color: #111; }
.section-label.light { color: var(--yellow); }
.event-intro h2, .section-heading h2, .show-heading h2, .ticket-heading h2 { margin: 0; font-size: clamp(3rem, 6vw, 5.7rem); line-height: .9; letter-spacing: -.075em; }
.intro-copy { padding-top: 55px; font-size: 1.18rem; }
.intro-copy p:last-child { margin-bottom: 0; }

.battle-section { color: #fff; background: var(--blue); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 55px; }
.section-heading h2 { color: #000; }
.battle-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 2px solid #000; border-left: 2px solid #000; }
.battle-grid article { min-height: 260px; padding: 30px; color: #000; border-right: 2px solid #000; border-bottom: 2px solid #000; }
.battle-grid span { display: inline-grid; width: 42px; height: 42px; place-items: center; margin-bottom: 50px; border-radius: 50%; color: #fff; background: #000; font-weight: 700; }
.battle-grid h3 { margin-bottom: 12px; font-size: 1.55rem; line-height: 1.1; }
.battle-grid p { margin-bottom: 0; }
.battle-grid article:nth-child(2), .battle-grid article:nth-child(4), .battle-grid article:nth-child(6) { background: rgba(255,255,255,.16); }

.photo-story { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); min-height: 720px; background: #000; }
.photo-story-image { position: relative; align-self: center; width: 100%; min-height: 0; aspect-ratio: 1; overflow: hidden; background: #090909; }
.photo-story-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.photo-story-image::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.72)); }
.photo-caption { position: absolute; z-index: 1; left: 42px; bottom: 20px; color: #fff; font: 800 clamp(1.8rem, 3vw, 3rem)/1 "Manrope", sans-serif; }
.photo-story-copy { display: flex; flex-direction: column; justify-content: center; padding: 70px max(40px, calc((100vw - 1160px) / 2)); color: #fff; background: #000; }
.photo-story-copy .section-label { color: var(--blue); }
.photo-story-copy h2 { margin-bottom: 30px; font-size: clamp(2.4rem, 4.6vw, 4.7rem); line-height: .95; letter-spacing: -.065em; }
.photo-story-copy > p:not(.section-label) { color: #d8d8d8; font-size: 1.12rem; }
.text-cta { align-self: flex-start; margin-top: 25px; color: var(--yellow); font: 800 1rem/1 "Manrope", sans-serif; text-underline-offset: 7px; text-transform: uppercase; }

.run-of-show { background: var(--soft); }
.show-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; margin-bottom: 60px; }
.show-flow { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #a9a9a9; }
.show-flow article { padding: 26px 25px 20px 0; border-right: 1px solid #a9a9a9; }
.show-flow article + article { padding-left: 25px; }
.show-flow article:last-child { border-right: 0; }
.show-flow b { display: block; margin-bottom: 55px; color: var(--blue); font: 800 2rem/1 "Manrope", sans-serif; }
.show-flow h3 { margin-bottom: 12px; font-size: 1.32rem; line-height: 1.1; }
.show-flow p { margin: 0; color: #555; }

.tickets { color: #fff; background: #000; }
.ticket-heading { display: grid; grid-template-columns: 1fr .65fr; gap: 70px; align-items: end; margin-bottom: 55px; }
.ticket-heading > p { max-width: 380px; margin-bottom: 8px; color: #d5d5d5; font-size: 1.15rem; }
.ticket-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.ticket { position: relative; min-height: 520px; padding: 42px; color: #000; }
.ticket-regular { background: var(--blue); }
.ticket-all { background: #fff; box-shadow: inset 0 8px 0 var(--yellow); }
.ticket-top { display: flex; justify-content: space-between; gap: 20px; align-items: start; padding-bottom: 30px; border-bottom: 2px solid #000; }
.ticket-top p { margin: 10px 0 0; font: 800 1.35rem/1 "Manrope", sans-serif; text-transform: uppercase; }
.ticket-top strong { font: 800 clamp(3.7rem, 7vw, 6rem)/.8 "Manrope", sans-serif; letter-spacing: -.09em; }
.ticket-top small { font-size: .45em; vertical-align: top; }
.ticket ul { min-height: 220px; margin: 0; padding: 35px 0 30px; list-style: none; }
.ticket li { position: relative; margin-bottom: 15px; padding-left: 28px; font-weight: 600; }
.ticket li::before { content: "✓"; position: absolute; left: 0; font-weight: 800; }
.ticket .event-button { width: 100%; }
.popular { position: absolute; top: -16px; right: 26px; padding: 9px 14px; color: #000; background: var(--yellow); font: 800 .75rem/1 "Manrope", sans-serif; letter-spacing: .08em; text-transform: uppercase; transform: rotate(2deg); }

.countdown-section { position: relative; min-height: 780px; display: grid; place-items: center; overflow: hidden; color: #fff; background: #000; }
.countdown-media, .countdown-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.countdown-media { display: block; margin: 0; }
.countdown-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.countdown-shade { background: linear-gradient(90deg, rgba(0,0,0,.94), rgba(0,0,0,.72) 55%, rgba(0,0,0,.25)); }
.countdown-content { position: relative; z-index: 1; padding-block: 100px; }
.countdown-content h2 { max-width: 760px; margin-bottom: 45px; font-size: clamp(4rem, 9vw, 8rem); line-height: .82; letter-spacing: -.085em; }
.countdown { display: grid; grid-template-columns: repeat(4, minmax(0, 150px)); width: min(100%, 600px); margin-bottom: 34px; }
.countdown div { display: grid; align-content: center; justify-items: center; min-width: 0; padding: 16px 18px; border-right: 1px solid rgba(255,255,255,.35); text-align: center; }
.countdown div:last-child { border-right: 0; }
.countdown strong { display: block; width: 100%; color: var(--yellow); font: 800 clamp(2.4rem, 5vw, 4.5rem)/1 "Manrope", sans-serif; font-variant-numeric: tabular-nums; text-align: center; }
.countdown span { font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
.final-facts { display: flex; flex-wrap: wrap; gap: 15px 35px; margin-bottom: 35px; font-weight: 700; }

.event-footer { color: #fff; background: #000; border-top: 1px solid #333; }
.footer-inner { min-height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.footer-inner img { width: 120px; height: 66px; object-fit: contain; }
.footer-inner p { margin: 0; color: #bfbfbf; }
.footer-inner a { font-weight: 700; text-decoration-color: var(--blue); text-underline-offset: 5px; }
.mobile-ticket { display: none; }
.hero-copy, .hero-visual, .intro-layout > *, .ticket-heading > *, .ticket { min-width: 0; }

@media (max-width: 900px) {
  .section { padding: 80px 0; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 75px; }
  .hero-copy { max-width: 720px; }
  .hero-copy h1 { font-size: clamp(3.4rem, 12vw, 6rem); }
  .hero-visual { min-height: 640px; }
  .visual-card { inset-inline: 8%; }
  .event-facts { margin-top: 15px; }
  .intro-layout, .ticket-heading { grid-template-columns: 1fr; gap: 40px; }
  .intro-copy { padding-top: 0; }
  .battle-grid { grid-template-columns: 1fr 1fr; }
  .photo-story { grid-template-columns: 1fr; }
  .photo-story-copy { padding: 80px 40px; }
  .show-heading { grid-template-columns: 1fr; }
  .show-flow { grid-template-columns: 1fr 1fr; }
  .show-flow article:nth-child(2) { border-right: 0; }
  .show-flow article:nth-child(3), .show-flow article:nth-child(4) { border-top: 1px solid #a9a9a9; }
  .countdown-shade { background: rgba(0,0,0,.76); }
}

@media (max-width: 600px) {
  body { padding-bottom: 62px; }
  .wrap { width: min(100% - 28px, 1160px); }
  .section { padding: 65px 0; }
  .event-logo { width: 115px; height: 58px; }
  .nav-back { font-size: .86rem; }
  .hero-grid { gap: 35px; padding: 55px 0 45px; }
  .hero-copy h1 { font-size: clamp(2.65rem, 13.5vw, 4.1rem); letter-spacing: -.035em; }
  .hero-copy h1 small { margin: 9px 0 11px 2px; }
  .hangout-script { max-width: 100%; margin: 20px 0 22px; padding-inline: 12px; font-size: clamp(1.45rem, 7.8vw, 2.35rem); }
  .hero-intro { font-size: 1.05rem; }
  .hero-actions, .event-button { width: 100%; }
  .hero-visual { min-height: 440px; }
  .visual-card { inset: 5px 12px 18px 4px; box-shadow: 10px 10px 0 var(--blue); }
  .sticker { padding: 9px 12px; font-size: .78rem; }
  .sticker-date { right: 0; }
  .event-facts { grid-template-columns: 1fr; width: 100%; }
  .event-facts div { padding: 18px 20px; border-right: 0; border-bottom: 1px solid #424242; }
  .event-facts div:last-child { border-bottom: 0; }
  .ticker { padding: 16px 0; }
  .intro-layout { gap: 28px; }
  .event-intro h2, .section-heading h2, .show-heading h2, .ticket-heading h2 { font-size: clamp(2.45rem, 12vw, 3.5rem); letter-spacing: -.06em; }
  .section-heading { align-items: start; }
  .battle-grid { grid-template-columns: 1fr; }
  .battle-grid article { min-height: 225px; }
  .battle-grid span { margin-bottom: 34px; }
  .photo-caption { left: 24px; }
  .photo-story-copy { padding: 65px 22px; }
  .photo-story-copy h2 { font-size: clamp(2.2rem, 11vw, 3.3rem); }
  .show-flow { grid-template-columns: 1fr; }
  .show-flow article, .show-flow article + article { padding: 25px 0; border-right: 0; border-top: 1px solid #a9a9a9; }
  .show-flow b { margin-bottom: 28px; }
  .ticket-grid { grid-template-columns: 1fr; }
  .ticket { min-height: auto; padding: 30px 24px; }
  .ticket ul { min-height: 0; }
  .ticket-top { flex-direction: column; align-items: flex-start; gap: 18px; }
  .ticket-top strong { align-self: flex-start; font-size: clamp(3.2rem, 17vw, 4rem); }
  .ticket li { overflow-wrap: anywhere; }
  .popular { right: 16px; }
  .countdown-section { min-height: 690px; }
  .countdown-content h2 { font-size: clamp(2.8rem, 14vw, 4rem); letter-spacing: -.07em; }
  .countdown { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .countdown div { min-width: 0; }
  .countdown div { border-bottom: 1px solid rgba(255,255,255,.35); }
  .countdown div:nth-child(2) { border-right: 0; }
  .countdown div:nth-child(3), .countdown div:nth-child(4) { border-bottom: 0; }
  .final-facts { display: grid; gap: 10px; }
  .footer-inner { flex-direction: column; justify-content: center; padding: 26px 0; text-align: center; }
  .mobile-ticket { position: fixed; z-index: 30; right: 0; bottom: 0; left: 0; display: flex; min-height: 62px; align-items: center; justify-content: center; color: #000; background: var(--yellow); font: 800 .92rem/1 "Manrope", sans-serif; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; box-shadow: 0 -6px 30px rgba(0,0,0,.22); }
}

@media (max-width: 430px) {
  .wrap { width: min(100% - 22px, 1160px); }
  .hero-copy h1 { font-size: clamp(2.45rem, 11vw, 2.85rem); }
  .hero-visual { min-height: 400px; }
  .ticket { padding-inline: 20px; }
  .event-facts strong { font-size: 1rem; }
  .countdown strong { font-size: 2.2rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .event-button { transition: none; }
}
