@font-face { font-family: "Barlow Condensed"; src: url("assets/fonts/cbo-2026/BarlowCondensed-Regular.ttf?v=20260721") format("truetype"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Barlow Condensed"; src: url("assets/fonts/cbo-2026/BarlowCondensed-Medium.ttf?v=20260721") format("truetype"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Barlow Condensed"; src: url("assets/fonts/cbo-2026/BarlowCondensed-Bold.ttf?v=20260721") format("truetype"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Barlow Condensed"; src: url("assets/fonts/cbo-2026/BarlowCondensed-ExtraBold.ttf?v=20260721") format("truetype"); font-weight: 800; font-style: normal; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("assets/fonts/cbo-2026/Manrope-Regular.ttf?v=20260721-manrope") format("truetype"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("assets/fonts/cbo-2026/Manrope-Medium.ttf?v=20260721-manrope") format("truetype"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("assets/fonts/cbo-2026/Manrope-SemiBold.ttf?v=20260721-manrope") format("truetype"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("assets/fonts/cbo-2026/Manrope-Bold.ttf?v=20260721-manrope") format("truetype"); font-weight: 700; font-style: normal; font-display: swap; }

:root {
  --blue: #105d9c;
  --blue-deep: #07365f;
  --frame-accent: var(--red);
  --text-rule: var(--ink);
  --yellow: #f9d807;
  --red: #ed1e24;
  --cyan: #04c3f9;
  --gary-deep: #1f4d73;
  --ink: #0b121a;
  --ink-soft: #182636;
  --cream: #f6f7f6;
  --white: #fff;
  --muted: #647180;
  --line: #dbe0e5;
  --max: 1220px;
  --shadow: 0 24px 60px rgba(7, 30, 51, .15);
  --font-body: "Manrope", Arial, sans-serif;
  --font-display: "Barlow Condensed", Arial, sans-serif;
  --font-emotion: "Barlow Condensed", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font-body); font-weight: 400; line-height: 1.58; overflow-x: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3, strong, .button, .eyebrow, .section-label, nav, .header-cta, .ticket-number, .ticket-label, .schedule, .history-card-content, .highlight-content { font-family: var(--font-display); letter-spacing: 0; }
h1, h2, h3 { font-weight: 800; line-height: .86; text-transform: uppercase; }
h1 { max-width: 780px; color: var(--white); font-size: clamp(4.35rem, 9.7vw, 9.65rem); }
h2 { font-size: clamp(3.25rem, 6.2vw, 6rem); }
h2 em { color: var(--red); font-style: normal; }
h3 { font-size: 2.08rem; }
blockquote, .brand-quote, .emotional-quote { margin: 0; font-family: var(--font-emotion); font-size: clamp(1.5rem, 2.4vw, 2.25rem); font-style: normal; font-weight: 400; line-height: 1.12; }
.text-accent { color: var(--ink-soft); font-weight: 700; }
.challenge .text-accent, .music-experience .text-accent, .tickets .text-accent { color: inherit; }

.skip-link { position: fixed; z-index: 100; top: -100px; left: 14px; padding: 12px 16px; color: var(--white); background: var(--red); }
.skip-link:focus { top: 14px; }
.site-header { position: fixed; z-index: 30; top: 0; left: 0; right: 0; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; min-height: 104px; padding: 12px clamp(18px, 4.4vw, 62px); color: var(--ink); background: rgba(255,255,255,.96); border: 0; box-shadow: 0 12px 32px rgba(7,30,51,.16); backdrop-filter: blur(14px); transition: min-height .35s ease, padding .35s ease, box-shadow .35s ease; }
.site-header.is-scrolled, .site-header.menu-open { min-height: 72px; padding-top: 2px; padding-bottom: 2px; box-shadow: 0 10px 34px rgba(7,30,51,.18); }
.brand { width: 124px; height: 77px; display: grid; place-items: center; transition: width .35s ease, height .35s ease, transform .35s ease; }
.site-header.is-scrolled .brand { width: 84px; height: 48px; transform: none; }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.main-nav { display: flex; justify-content: center; gap: clamp(18px, 3.5vw, 46px); font-size: 1.08rem; font-weight: 800; text-transform: uppercase; }
.main-nav a { position: relative; padding: 9px 0; }
.main-nav a::after { position: absolute; content: ""; left: 0; right: 0; bottom: 3px; height: 2px; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform .24s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); }
.header-actions { display: flex; gap: 10px; align-items: center; }
.header-cta, .button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 25px; border: 2px solid transparent; font-size: 1.18rem; font-weight: 800; text-transform: uppercase; transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease; }
.header-cta { color: var(--white); background: var(--red); border-color: var(--red); }
.header-cta:hover { color: var(--white); background: var(--ink); border-color: var(--ink); transform: translateY(-2px); }
.button.primary { color: var(--white); background: var(--red); border-color: var(--red); box-shadow: 0 12px 24px rgba(237,30,36,.25); }
.button.primary:hover { background: #c9151b; border-color: #c9151b; transform: translateY(-3px); }
.button.ghost { color: var(--white); background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.78); }
.button.ghost:hover { color: var(--ink); background: var(--white); transform: translateY(-3px); }
.menu-button { display: none; width: 46px; height: 46px; padding: 11px; border: 1px solid var(--line); background: transparent; cursor: pointer; }
.menu-button span { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }
.menu-open .menu-button { border-color: rgba(255,255,255,.42); }
.menu-open .menu-button span { background: var(--white); }
.menu-open .menu-button span:first-child { transform: translateY(7px) rotate(45deg); }
.menu-open .menu-button span:nth-child(2) { opacity: 0; }
.menu-open .menu-button span:last-child { transform: translateY(-7px) rotate(-45deg); }

.hero { position: relative; min-height: max(1060px, 100svh); display: flex; align-items: stretch; overflow: hidden; background: var(--ink); isolation: isolate; }
.hero-media, .hero-shade, .hero-grid { position: absolute; inset: 0; }
.hero-media { z-index: -3; background: url("assets/img/cbo-garybot-hero.png") center / cover no-repeat; transform: translate3d(0, var(--hero-shift, 0), 0) scale(1.09); transform-origin: center top; will-change: transform; }
.hero-shade { z-index: -2; background: linear-gradient(90deg, rgba(4,14,25,.97) 0%, rgba(5,15,26,.77) 42%, rgba(5,15,26,.12) 80%), linear-gradient(0deg, rgba(5,15,26,.82), transparent 46%); }
.hero-grid { z-index: -1; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.23) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.23) 1px, transparent 1px); background-size: 70px 70px; background-position-y: var(--grid-shift, 0); mask-image: linear-gradient(90deg, black, transparent 72%); }
.hero-content { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; padding: 430px 0 205px; transform: translate3d(0, var(--content-shift, 0), 0); will-change: transform; }
.eyebrow, .section-label { display: flex; align-items: center; gap: 9px; color: var(--red); font-size: 1.14rem; font-weight: 800; text-transform: uppercase; }
.eyebrow { color: var(--yellow); }
.eyebrow i { display: inline-block; width: 5px; height: 5px; background: var(--yellow); border-radius: 50%; }
.hero-copy { max-width: 615px; margin-top: 28px; color: rgba(255,255,255,.9); font-size: clamp(1.08rem, 1.8vw, 1.33rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.garybot-stamp { position: absolute; z-index: 2; top: 126px; left: 50%; width: min(880px, calc(100% - 40px)); padding: 19px 27px 16px; border: 1px solid rgba(4,195,249,.48); background: rgba(4,15,25,.72); box-shadow: 0 24px 58px rgba(0,0,0,.26); backdrop-filter: blur(14px); }
.garybot-stamp img { width: 100%; height: auto; }
.garybot-stamp span { display: block; width: 100%; margin-top: 9px; padding-left: .46em; color: var(--cyan); font-family: "Barlow Condensed", Arial, sans-serif; font-size: clamp(1.65rem, 2.5vw, 2.35rem); font-weight: 800; letter-spacing: .46em; line-height: 1; text-align: center; text-transform: uppercase; white-space: nowrap; }
.hero-facts { position: absolute; z-index: 3; bottom: 22px; left: 50%; width: min(880px, calc(100% - 40px)); display: grid; grid-template-columns: repeat(3, 1fr); transform: translateX(-50%); color: var(--white); background: rgba(5,14,24,.76); border: 1px solid rgba(255,255,255,.23); border-left: 4px solid var(--red); box-shadow: 0 20px 46px rgba(0,0,0,.23); backdrop-filter: blur(15px); }
.hero-facts > * { position: relative; padding: 18px 25px; border-right: 1px solid rgba(255,255,255,.18); }
.hero-facts > *:last-child { border-right: 0; }
.hero-facts span { display: block; color: rgba(255,255,255,.56); font-family: "Barlow Condensed", Arial, sans-serif; font-size: .82rem; font-weight: 700; text-transform: uppercase; }
.hero-facts strong { display: block; margin-top: 3px; color: var(--white); font-size: 1.48rem; line-height: 1; text-transform: uppercase; }
.hero-time { z-index: 2; }
.calendar-control { position: relative; margin-top: 11px; }
.calendar-trigger { min-height: 30px; display: inline-flex; align-items: center; gap: 8px; padding: 6px 10px; color: var(--ink); background: var(--cyan); border: 0; cursor: pointer; font-family: "Barlow Condensed", Arial, sans-serif; font-size: .78rem; font-weight: 800; line-height: 1; text-transform: uppercase; transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.calendar-trigger:hover, .calendar-trigger:focus-visible, .calendar-trigger[aria-expanded="true"] { background: #55d3fb; box-shadow: 0 8px 20px rgba(4,195,249,.28); transform: translateY(-2px); }
.calendar-icon { position: relative; width: 13px; height: 12px; display: inline-block; border: 1.5px solid currentColor; }
.calendar-icon::before { position: absolute; top: 2px; right: 0; left: 0; height: 1.5px; content: ""; background: currentColor; }
.calendar-icon::after { position: absolute; top: -3px; left: 2px; width: 7px; height: 3px; content: ""; border-right: 1.5px solid currentColor; border-left: 1.5px solid currentColor; }
.calendar-menu { position: absolute; right: 0; bottom: calc(100% + 9px); min-width: 200px; padding: 7px; color: var(--ink); background: var(--white); border: 1px solid rgba(4,195,249,.55); box-shadow: 0 18px 42px rgba(0,0,0,.28); }
.calendar-menu[hidden] { display: none; }
.calendar-menu a { display: block; padding: 10px 11px; font-family: "Barlow Condensed", Arial, sans-serif; font-size: .9rem; font-weight: 800; text-transform: uppercase; }
.calendar-menu a:hover, .calendar-menu a:focus-visible { color: var(--ink); background: rgba(4,195,249,.2); }
.hero-location { display: block; transition: background .22s ease; }
.hero-location small { display: block; margin-top: 6px; color: rgba(255,255,255,.66); font-family: "Barlow Condensed", Arial, sans-serif; font-size: .7rem; font-weight: 700; line-height: 1; text-transform: uppercase; }
.route-link { display: inline-flex; align-items: center; gap: 5px; color: inherit; font: inherit; }
.route-arrow { position: relative; width: 8px; height: 8px; display: inline-block; border-top: 1.5px solid currentColor; border-right: 1.5px solid currentColor; }
.route-arrow::after { position: absolute; top: 3px; right: -1px; width: 10px; height: 1.5px; content: ""; background: currentColor; transform: rotate(-45deg); transform-origin: right center; }
.hero-location:hover, .hero-location:focus-visible { background: rgba(237,30,36,.2); }
.scroll-cue { position: absolute; z-index: 2; top: 126px; right: 38px; width: 124px; height: 124px; filter: drop-shadow(0 12px 18px rgba(0,0,0,.3)); animation: bot-float 3.2s ease-in-out infinite; transition: filter .25s ease, transform .25s ease; }
.scroll-cue img { width: 100%; height: 100%; object-fit: contain; }
.scroll-cue::after { position: absolute; top: 49px; left: 77px; width: 19px; height: 13px; content: ""; pointer-events: none; background: #050b10; border-radius: 50%; opacity: 0; transform: scaleY(0); animation: bot-wink 4.4s ease-in-out infinite; }
.scroll-cue:hover, .scroll-cue:focus-visible { filter: drop-shadow(0 14px 23px rgba(4,195,249,.42)); transform: translateY(-4px) scale(1.06); }

.brand-ribbon { position: relative; overflow: hidden; color: var(--ink); background: var(--white); border-bottom: 1px solid var(--line); }
.ribbon-track { width: min(var(--max), calc(100% - 40px)); min-height: 112px; margin: 0 auto; display: grid; grid-template-columns: 1.15fr 1.15fr 1.55fr .9fr; }
.ribbon-track p { margin: 0; padding: 25px 24px; border-right: 1px solid var(--line); }
.ribbon-track p:first-child { padding-left: 0; }
.ribbon-track p:last-child { border: 0; }
.ribbon-track span, .ribbon-track strong { display: block; }
.ribbon-track span { color: var(--red); font-family: "Barlow Condensed", Arial, sans-serif; font-size: .9rem; font-weight: 700; text-transform: uppercase; }
.ribbon-track strong { margin-top: 4px; color: var(--ink); font-family: "Barlow Condensed", Arial, sans-serif; font-size: 1.36rem; font-weight: 800; line-height: .98; text-transform: uppercase; }
.ribbon-track .gary-ribbon strong { color: var(--ink); }

.section { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; padding: clamp(88px, 10vw, 136px) 0; }
.editorial-intro { padding-top: 24px; border-top: 4px solid var(--text-rule); }
.editorial-intro p { margin-top: 0; }
.opening { padding-top: 158px; }
.opening-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .78fr); gap: clamp(42px, 9vw, 130px); align-items: start; margin-top: 18px; }
.opening-copy { padding-top: 24px; }
.opening-copy p, .schedule-intro p, .sponsor-heading p, .media-copy p { color: var(--muted); font-size: 1.12rem; }
.opening-copy p + p { margin-top: 18px; }
.opening-grid h2 { line-height: .98; }
.event-highlights { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: clamp(58px, 7vw, 90px); }
.highlight-card { position: relative; min-height: 410px; padding: 0; overflow: hidden; color: var(--white); background: var(--ink); border: 0; border-top: 4px solid var(--frame-accent); box-shadow: 0 12px 24px rgba(10,25,39,.08); cursor: pointer; text-align: left; }
.highlight-card img { width: 100%; height: 100%; min-height: 410px; object-fit: cover; transition: transform .7s cubic-bezier(.2,.75,.2,1); }
.highlight-card:hover img { transform: scale(1.08); }
.highlight-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,18,30,.05), rgba(7,18,30,.94)); }
.highlight-card:nth-child(2) .highlight-shade { background: linear-gradient(180deg, rgba(31,77,115,.06), rgba(9,29,48,.96)); }
.highlight-content { position: absolute; left: 26px; right: 26px; bottom: 26px; }
.highlight-content b { display: block; margin-bottom: 50px; color: var(--yellow); font-size: 1rem; }
.highlight-content h3 { max-width: 260px; }
.highlight-content p { margin-top: 14px; color: rgba(255,255,255,.85); }
.card-more { display: flex; justify-content: space-between; align-items: center; margin-top: 20px; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.28); color: var(--yellow); font-size: 1rem; font-weight: 800; text-transform: uppercase; }
.card-more i { font-style: normal; font-size: 1.5rem; transition: transform .25s ease; }
.highlight-card:hover .card-more i, .highlight-card:focus-visible .card-more i { transform: rotate(90deg); }
.highlight-card:focus-visible, .history-card:focus-visible { outline: 4px solid var(--yellow); outline-offset: 4px; }

.host-profile { position: relative; display: grid; grid-template-columns: minmax(420px, 1fr) minmax(430px, .82fr); min-height: 760px; overflow: hidden; background: var(--cream); border-top: 1px solid var(--line); }
.host-profile::before { position: absolute; inset: 0 50% 0 0; content: ""; pointer-events: none; opacity: .28; background-image: linear-gradient(rgba(11,18,26,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(11,18,26,.08) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, black, transparent); }
.host-copy { position: relative; z-index: 1; align-self: center; justify-self: end; width: min(610px, calc(100% - 40px)); padding: 94px 68px 94px 0; }
.host-copy h2 { margin-top: 18px; line-height: .86; }
.host-copy h2 em { color: var(--red); }
.host-lead { max-width: 520px; margin-top: 28px; color: var(--ink); font-size: clamp(1.25rem, 2vw, 1.62rem); font-weight: 700; line-height: 1.35; }
.host-principles { margin-top: 32px; border-top: 1px solid rgba(11,18,26,.18); }
.host-principles article { display: grid; grid-template-columns: 58px 1fr; gap: 18px; align-items: center; min-height: 92px; padding: 17px 0; border-bottom: 1px solid rgba(11,18,26,.18); transition: padding .28s ease, background-color .28s ease, transform .28s ease; }
.host-principles article:hover { padding-right: 14px; padding-left: 14px; background: rgba(237,30,36,.055); transform: translateX(7px); }
.host-principles p { max-width: 470px; color: var(--muted); font-size: 1.02rem; line-height: 1.5; }
.host-icon { width: 52px; height: 52px; display: grid; place-items: center; color: var(--red); border: 1px solid rgba(237,30,36,.38); background: rgba(255,255,255,.7); }
.host-icon svg { width: 29px; height: 29px; }
.host-signature { margin-top: 32px; padding-top: 22px; border-top: 4px solid var(--ink); }
.host-signature strong, .host-signature span { display: block; }
.host-signature strong { color: var(--red); font-size: 2.1rem; line-height: 1; text-transform: uppercase; }
.host-signature span { margin-top: 7px; color: var(--ink); font-family: var(--font-display); font-size: .9rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.host-signature .text-link { display: inline-flex; gap: 9px; align-items: center; margin-top: 24px; color: var(--ink); font-family: var(--font-display); font-size: 1rem; font-weight: 800; text-transform: uppercase; }
.host-signature .text-link b { color: var(--red); font-size: 1.25rem; transition: transform .25s ease; }
.host-signature .text-link:hover b, .host-signature .text-link:focus-visible b { transform: translate(4px, -4px); }
.host-media { position: relative; min-height: 760px; overflow: hidden; border-top: 4px solid var(--red); }
.host-media::after { position: absolute; inset: 0; content: ""; pointer-events: none; background: linear-gradient(90deg, rgba(11,18,26,.18), transparent 34%), linear-gradient(0deg, rgba(11,18,26,.58), transparent 35%); }
.host-media img { width: 100%; height: calc(100% + 90px); object-fit: cover; object-position: center top; transform: translateY(var(--section-parallax, 0px)) scale(1.025); transform-origin: center top; transition: transform .8s cubic-bezier(.2,.75,.2,1), filter .35s ease; will-change: transform; }
.host-profile:hover .host-media img { filter: saturate(1.06) contrast(1.03); transform: translateY(var(--section-parallax, 0px)) scale(1.06); }
.host-media > span { position: absolute; z-index: 1; right: 30px; bottom: 28px; display: grid; gap: 3px; padding: 11px 16px 10px 17px; color: var(--white); background: rgba(11,18,26,.76); border-left: 3px solid var(--red); box-shadow: 0 12px 28px rgba(0,0,0,.2); backdrop-filter: blur(9px); font-family: var(--font-display); text-transform: uppercase; }
.host-media > span strong { font-size: 1.18rem; font-weight: 800; letter-spacing: .035em; line-height: 1; }
.host-media > span small { color: rgba(255,255,255,.78); font-size: .76rem; font-weight: 700; letter-spacing: .08em; line-height: 1.15; }
.six-hole { color: inherit; font-weight: 800; }

.challenge { --pointer-x: 50%; --pointer-y: 50%; --mouse-x: 0px; --mouse-y: 0px; position: relative; isolation: isolate; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(350px, .95fr); overflow: hidden; color: var(--white); background: var(--ink); }
.challenge::before { position: absolute; z-index: 0; inset: 0; content: ""; pointer-events: none; background: radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(22,178,236,.18), transparent 31%); opacity: .78; transition: opacity .35s ease; }
.challenge > * { position: relative; z-index: 1; }
.gary-moment { position: absolute; z-index: 3; width: 124px; pointer-events: none; filter: drop-shadow(0 13px 24px rgba(0,0,0,.32)); }
.gary-moment img { width: 100%; height: auto; }
.gary-moment-approval { top: 96px; right: 0; width: 124px; height: 124px; overflow: visible; }
.gary-moment-approval .gary-approval-head { position: absolute; top: 0; right: 0; width: 124px; height: auto; transform-origin: 50% 72%; animation: approval-head 6.4s ease-in-out infinite; }
.gary-moment-approval .gary-approval-thumb { position: absolute; top: 31px; left: -27px; width: 42px; height: auto; opacity: 0; transform-origin: 55% 86%; animation: approval-thumb 6.4s ease-in-out infinite; }
.challenge-image { position: relative; min-height: 690px; overflow: hidden; }
.challenge-image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, transparent 50%, var(--ink)); }
.challenge-image img { width: 100%; height: calc(100% + 160px); object-fit: cover; transform: translate3d(var(--mouse-x), calc(var(--section-parallax, 0px) + var(--mouse-y)), 0) scale(1.1); transform-origin: center; transition: transform .22s ease-out, filter .35s ease; will-change: transform; }
.challenge:hover .challenge-image img { filter: saturate(1.08) contrast(1.03); }
.challenge-image-caption { position: absolute; z-index: 1; bottom: 44px; left: max(24px, calc((100vw - var(--max)) / 2)); color: var(--white); font-family: "Barlow Condensed", Arial, sans-serif; font-size: clamp(2.2rem, 4vw, 4.7rem); font-weight: 800; line-height: .86; text-transform: uppercase; transform: translate3d(0, var(--caption-parallax, 0), 0); will-change: transform; }
.challenge-image-caption span { color: var(--cyan); }
.challenge-copy { width: min(560px, calc(100% - 58px)); padding: 110px 0 110px 28px; }
.section-label.light { color: var(--cyan); }
.garybot-mark { width: min(540px, 100%); margin: 60px 0 32px; }
.challenge-copy h2 { color: var(--white); }
.challenge-copy p { max-width: 490px; margin-top: 28px; color: rgba(255,255,255,.72); font-size: 1.08rem; }
.challenge-list { margin-top: 38px; border-top: 1px solid rgba(255,255,255,.2); }
.challenge-list article { display: grid; grid-template-columns: 44px 1fr; gap: 16px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.2); transition: padding .28s ease, background-color .28s ease, transform .28s ease; }
.challenge-list article:hover { padding-right: 14px; padding-left: 14px; background: rgba(22,178,236,.1); transform: translateX(7px); }
.challenge-list b { color: var(--cyan); font-family: "Barlow Condensed", Arial, sans-serif; font-size: 1.25rem; }
.challenge-list strong, .challenge-list span { display: block; }
.challenge-list strong { font-family: "Barlow Condensed", Arial, sans-serif; font-size: 1.45rem; font-weight: 800; line-height: 1; text-transform: uppercase; }
.challenge-list span { margin-top: 5px; color: rgba(255,255,255,.62); }

.music-experience { --music-gold: #e4ad36; --music-deep: #06192d; --pointer-x: 50%; --pointer-y: 50%; --mouse-x: 0px; --mouse-y: 0px; position: relative; isolation: isolate; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); min-height: 670px; color: var(--white); background: var(--music-deep); overflow: hidden; }
.music-experience::before { position: absolute; z-index: 0; inset: 0; content: ""; pointer-events: none; background: radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(228,173,54,.18), transparent 30%); }
.music-experience > * { position: relative; z-index: 1; }
.gary-moment-dance { position: absolute; z-index: 3; top: 32px; right: 38px; width: 124px; transform-origin: center bottom; animation: bot-dance 1.18s ease-in-out infinite; }
.music-image { position: relative; min-height: 670px; overflow: hidden; }
.music-image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, transparent 52%, var(--music-deep)); }
.music-image img { width: 100%; height: calc(100% + 150px); object-fit: cover; object-position: center; transform: translate3d(var(--mouse-x), calc(var(--section-parallax, 0px) + var(--mouse-y)), 0) scale(1.09); transition: transform .22s ease-out, filter .35s ease; will-change: transform; }
.music-experience:hover .music-image img { filter: saturate(1.08) contrast(1.03); }
.music-copy { align-self: center; max-width: 570px; padding: 90px 54px 90px 38px; }
.music-copy .section-label { color: var(--music-gold); }
.music-logo { width: min(330px, 82%); margin-top: 22px; transition: filter .35s ease, transform .35s ease; }
.music-experience:hover .music-logo { filter: drop-shadow(0 12px 22px rgba(228,173,54,.18)); transform: translateY(-4px); }
.music-kicker { margin: 24px 0 16px; color: var(--music-gold); font-family: "Barlow Condensed", Arial, sans-serif; font-size: 1.2rem; font-weight: 800; text-transform: uppercase; }
.music-copy h2 { color: var(--white); }
.music-copy h2 em { color: var(--music-gold); }
.music-copy h2 + p { max-width: 520px; margin-top: 28px; color: rgba(255,255,255,.76); font-size: 1.08rem; }
.music-copy h2 + p a { color: var(--music-gold); font-weight: 700; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.music-copy h2 + p a:hover, .music-copy h2 + p a:focus-visible { color: #ffd36d; }
.soundtrack { display: grid; gap: 12px; margin-top: 34px; }
.soundtrack-track { padding: 15px 16px 13px; background: rgba(0,0,0,.24); border-left: 3px solid var(--music-gold); transition: background-color .25s ease, border-color .25s ease, transform .25s ease; }
.soundtrack-track:hover { background: rgba(228,173,54,.09); border-color: #ffd36d; transform: translateX(6px); }
.soundtrack-track > div { display: flex; justify-content: space-between; gap: 16px; align-items: baseline; margin-bottom: 11px; }
.soundtrack-track span { color: rgba(255,255,255,.55); font-family: "Barlow Condensed", Arial, sans-serif; font-size: .76rem; font-weight: 700; text-transform: uppercase; }
.soundtrack-track strong { color: var(--music-gold); font-size: 1.05rem; line-height: 1; text-align: right; text-transform: uppercase; }
.soundtrack-track audio { width: 100%; min-height: 44px; accent-color: var(--music-gold); touch-action: manipulation; }

.schedule-section { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(380px, 1fr); gap: clamp(46px, 10vw, 152px); align-items: center; overflow-x: clip; }
.schedule-intro h2 { margin: 18px 0 26px; }
.schedule { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.schedule li { display: grid; grid-template-columns: 38px 86px 1fr; gap: 16px; align-items: center; min-height: 76px; padding: 0 10px 0 0; border-bottom: 1px solid var(--line); font-size: 1.12rem; opacity: .25; transform: translateX(24px); transition: opacity .55s ease, color .25s ease, background-color .25s ease, transform .55s cubic-bezier(.2,.75,.2,1), padding .25s ease; }
.schedule.is-visible li { opacity: 1; transform: translateX(0); }
.schedule.is-visible li:nth-child(2) { transition-delay: .08s; }
.schedule.is-visible li:nth-child(3) { transition-delay: .16s; }
.schedule.is-visible li:nth-child(4) { transition-delay: .24s; }
.schedule.is-visible li:nth-child(5) { transition-delay: .32s; }
.schedule.is-visible li:hover { padding-left: 13px; color: var(--blue); background: rgba(236,28,36,.055); transform: translateX(7px); }
.schedule-index { color: #aab4bd; font-size: .88rem; font-weight: 700; }
.schedule time { color: var(--red); font-size: 2rem; font-weight: 800; line-height: 1; }
.schedule-column { min-width: 0; }
.schedule-note { margin: 18px 0 0; color: var(--muted); font-size: .84rem; line-height: 1.55; }

.tickets { --pointer-x: 50%; --pointer-y: 50%; --mouse-x: 0px; --mouse-y: 0px; --tilt-x: 0deg; --tilt-y: 0deg; position: relative; min-height: 620px; display: grid; align-items: center; overflow: hidden; color: var(--white); background: var(--blue-deep); isolation: isolate; }
.ticket-background { position: absolute; z-index: -2; inset: -70px; background: linear-gradient(90deg, rgba(7,21,35,.97) 0%, rgba(7,21,35,.8) 47%, rgba(7,21,35,.26)), url("assets/img/player.jpg") center / cover no-repeat; transform: translate3d(var(--mouse-x), calc(var(--ambient-parallax, 0px) + var(--mouse-y)), 0) scale(1.04); transition: transform .22s ease-out; will-change: transform; }
.tickets::before { position: absolute; z-index: -1; inset: 0; content: ""; pointer-events: none; background: radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(255,255,255,.15), transparent 29%); }
.tickets::after { position: absolute; z-index: -1; inset: 0; content: ""; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.3) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.3) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(90deg, black, transparent 65%); }
.tickets-inner { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .65fr); gap: clamp(40px, 10vw, 150px); align-items: center; padding: 100px 0; }
.ticket-copy h2 { margin-top: 18px; color: var(--white); }
.ticket-copy p { max-width: 540px; margin-top: 26px; color: rgba(255,255,255,.78); font-size: 1.08rem; }
.ticket-card { position: relative; overflow: hidden; padding: 30px; color: var(--ink); background: var(--white); border-top: 4px solid var(--frame-accent); box-shadow: var(--shadow); transform-style: preserve-3d; transition: box-shadow .3s ease, transform .24s ease-out; }
.ticket-card::before { position: absolute; inset: -30% auto -30% -45%; width: 24%; content: ""; pointer-events: none; background: linear-gradient(90deg, transparent, rgba(255,255,255,.72), transparent); transform: rotate(16deg) translateX(-220%); transition: transform .75s ease; }
.ticket-card:hover::before { transform: rotate(16deg) translateX(760%); }
.ticket-card.reveal.is-visible { transform: perspective(900px) rotateX(var(--tilt-y)) rotateY(var(--tilt-x)); }
.ticket-card.reveal.is-visible:hover { box-shadow: 0 30px 70px rgba(0,0,0,.32); }
.ticket-number { display: flex; justify-content: space-between; color: var(--blue); font-size: 1.2rem; font-weight: 800; letter-spacing: .07em; }
.ticket-number b { color: var(--red); }
.ticket-label { display: block; margin-top: 52px; color: var(--muted); font-size: .95rem; font-weight: 700; text-transform: uppercase; }
.ticket-card h3 { margin-top: 8px; }
.ticket-card p { margin: 16px 0 28px; color: var(--muted); }

.sponsors { padding-bottom: 110px; }
.sponsor-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .65fr); gap: clamp(38px, 9vw, 120px); align-items: start; margin-top: 18px; }
.sponsor-heading h2 { margin-top: 0; }
.sponsor-heading p { max-width: 720px; padding-bottom: 7px; }
.sponsor-cta { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 4px 24px; align-items: center; width: 100%; margin-top: 28px; padding: 22px 24px 23px; overflow: hidden; color: var(--white); background: var(--ink); border-top: 4px solid var(--frame-accent); box-shadow: 0 14px 28px rgba(7,42,73,.12); transition: background .3s ease, box-shadow .3s ease, transform .3s cubic-bezier(.2,.75,.2,1); }
.sponsor-cta span { color: var(--red); font-family: "Barlow Condensed", Arial, sans-serif; font-size: .78rem; font-weight: 800; letter-spacing: 0; text-transform: uppercase; }
.sponsor-cta strong { font-family: "Barlow Condensed", Arial, sans-serif; font-size: clamp(1.45rem, 2.5vw, 2rem); line-height: 1; text-transform: uppercase; }
.sponsor-cta small { color: rgba(255,255,255,.68); font-size: .78rem; }
.sponsor-cta b { grid-column: 2; grid-row: 1 / 4; color: var(--yellow); font-family: "Barlow Condensed", Arial, sans-serif; font-size: 2.7rem; line-height: 1; transition: transform .25s ease; }
.sponsor-cta:hover { color: var(--white); background: var(--blue-deep); box-shadow: 0 20px 38px rgba(7,42,73,.2); transform: translateY(-3px); }
.sponsor-cta:hover b { transform: translateX(7px); }
.sponsor-cta:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
.sponsor-presence { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 62px; }
.sponsor-presence-card { position: relative; display: grid; grid-template-rows: auto 1fr; width: 100%; min-width: 0; margin: 0; padding: 0; overflow: hidden; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-top: 4px solid var(--frame-accent); box-shadow: 0 14px 28px rgba(7,42,73,.08); cursor: pointer; text-align: left; transition: border-color .3s ease, box-shadow .3s ease, transform .3s cubic-bezier(.2,.75,.2,1); }
.sponsor-presence-image { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; }
.sponsor-presence-image img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.015); transition: transform .7s cubic-bezier(.2,.75,.2,1), filter .35s ease; }
.sponsor-presence-card:hover img { filter: saturate(1.1) contrast(1.03); }
.sponsor-presence-card:hover img { transform: scale(1.07); }
.sponsor-presence-card:hover { border-color: rgba(7,42,73,.28); box-shadow: 0 22px 42px rgba(7,42,73,.14); transform: translateY(-5px); }
.sponsor-presence-copy { position: relative; z-index: 1; display: block; min-height: 154px; padding: 22px 58px 24px 24px; background: var(--white); }
.sponsor-presence-copy::after { position: absolute; top: 50%; right: 24px; content: "→"; color: var(--red); font-family: "Barlow Condensed", Arial, sans-serif; font-size: 2rem; font-weight: 800; line-height: 1; transform: translateY(-50%); transition: transform .25s ease; }
.sponsor-presence-copy > span { display: block; color: var(--red); font-family: "Barlow Condensed", Arial, sans-serif; font-size: .86rem; font-weight: 800; }
.sponsor-presence-copy strong { display: block; margin-top: 3px; color: var(--ink); font-size: clamp(1.65rem, 2.4vw, 2.25rem); line-height: .95; text-transform: uppercase; }
.sponsor-presence-copy small { display: block; max-width: 280px; margin-top: 10px; color: var(--muted); font-size: .82rem; line-height: 1.45; }
.sponsor-presence-card:hover .sponsor-presence-copy::after { transform: translate(7px, -50%); }
.sponsor-presence-card:focus-visible { outline: 4px solid var(--yellow); outline-offset: 3px; }
.sponsor-wall-intro { max-width: 760px; margin: 68px auto 0; padding-top: 24px; border-top: 4px solid var(--text-rule); text-align: center; }
.sponsor-wall-intro > span { display: block; color: var(--red); font-family: var(--font-display); font-size: .88rem; font-weight: 800; text-transform: uppercase; }
.sponsor-wall-intro h3 { margin-top: 8px; color: var(--ink); font-size: clamp(2rem, 4vw, 3.4rem); line-height: .96; text-transform: uppercase; }
.sponsor-wall-intro p { max-width: 650px; margin: 14px auto 0; color: var(--muted); font-size: 1rem; line-height: 1.55; }
.sponsor-wall { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; margin-top: 32px; }
.sponsor-logo { min-height: 112px; margin: 0; display: grid; place-items: center; padding: 18px; border: 1px solid var(--line); background: var(--white); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.sponsor-logo:hover { border-color: var(--cyan); box-shadow: 0 15px 28px rgba(7,42,73,.1); transform: translateY(-4px); }
.sponsor-logo img { max-width: 100%; max-height: 66px; object-fit: contain; filter: saturate(.88); }

.media-section { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: minmax(0, .75fr) minmax(400px, 1fr); gap: clamp(40px, 9vw, 128px); align-items: center; padding: clamp(90px, 10vw, 136px) 0; }
.media-copy h2 { margin: 18px 0 24px; line-height: 1.02; }
.text-link { display: inline-flex; gap: 12px; align-items: center; margin-top: 30px; color: var(--blue); font-family: "Barlow Condensed", Arial, sans-serif; font-size: 1.22rem; font-weight: 800; text-transform: uppercase; }
.text-link span { font-size: 1.6rem; transition: transform .2s ease; }
.text-link:hover span { transform: translateY(5px); }
.media-frame { position: relative; padding: 12px; background: var(--ink); box-shadow: var(--shadow); transition: box-shadow .35s ease, transform .35s cubic-bezier(.2,.75,.2,1); }
.media-frame.reveal.is-visible:hover { box-shadow: 0 34px 70px rgba(7,42,73,.22); transform: translateY(-8px) rotate(-.35deg); }
.media-frame video { transition: filter .35s ease; }
.media-frame:hover video { filter: saturate(1.08) contrast(1.02); }
.media-frame video { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; background: var(--ink); }
.video-tag { position: absolute; bottom: 25px; left: 25px; padding: 8px 11px; color: var(--white); background: var(--red); font-family: "Barlow Condensed", Arial, sans-serif; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }

.history { overflow: hidden; background: var(--cream); padding: 0 0 clamp(90px, 10vw, 142px); }
.history-heading { padding-bottom: 48px; }
.history-heading-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .57fr); gap: clamp(40px, 9vw, 126px); align-items: end; margin-top: 18px; }
.history-heading-row p { margin-bottom: 8px; color: var(--muted); font-size: 1.1rem; }
.history-rail { display: grid; grid-auto-columns: minmax(300px, 420px); grid-auto-flow: column; gap: 18px; width: min(var(--max), calc(100% - 40px)); margin: 0 auto; overflow-x: auto; padding-bottom: 20px; scroll-snap-type: x mandatory; scrollbar-color: var(--blue) transparent; }
.history-card { position: relative; min-height: 520px; padding: 0; overflow: hidden; color: var(--white); background: var(--ink); border: 0; border-top: 4px solid var(--frame-accent); cursor: pointer; scroll-snap-align: start; text-align: left; }
.history-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .75s cubic-bezier(.2,.75,.2,1); }
.history-card:hover img { transform: scale(1.07); }
.history-card-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,18,30,.08) 20%, rgba(7,18,30,.95) 86%); }
.history-card-content { position: absolute; right: 28px; bottom: 28px; left: 28px; }
.history-card-content span { display: block; color: rgba(255,255,255,.7); font-size: .92rem; font-weight: 700; text-transform: uppercase; }
.history-card-content strong { display: block; margin-top: 28px; color: var(--yellow); font-size: 3.8rem; line-height: .75; }
.history-card-content h3 { margin-top: 20px; }
.history-card-content p { max-height: 0; margin-top: 0; overflow: hidden; color: rgba(255,255,255,.78); opacity: 0; transition: max-height .4s ease, margin .4s ease, opacity .4s ease; }
.history-card:hover p { max-height: 120px; margin-top: 14px; opacity: 1; }
.history-open { display: block; margin-top: 16px; color: var(--yellow); font-style: normal; font-size: 1rem; font-weight: 800; text-transform: uppercase; }

.final-cta { --pointer-x: 50%; --pointer-y: 50%; --mouse-x: 0px; --mouse-y: 0px; position: relative; isolation: isolate; min-height: 880px; display: grid; align-items: end; overflow: hidden; color: var(--white); background: var(--ink); }
.final-cta::after { position: absolute; z-index: 1; inset: 0; content: ""; pointer-events: none; background: radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(247,211,29,.18), transparent 30%); }
.final-cta > img { position: absolute; inset: -60px; width: calc(100% + 120px); height: calc(100% + 120px); object-fit: cover; opacity: .6; transform: translate3d(var(--mouse-x), calc(var(--ambient-parallax, 0px) + var(--mouse-y)), 0) scale(1.04); transition: transform .22s ease-out, filter .35s ease; will-change: transform; }
.final-cta:hover > img { filter: saturate(1.12) contrast(1.04); }
.final-cta-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,14,24,.96), rgba(5,14,24,.36)); }
.final-cta-content { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(340px, .72fr) minmax(520px, 1.28fr); gap: clamp(50px, 7vw, 104px); align-items: center; width: min(var(--max), calc(100% - 40px)); margin: 0 auto; padding: 82px 0; }
.final-cta-content h2 { max-width: 840px; margin: 14px 0 34px; color: var(--white); }
.final-cta .button { animation: cta-pulse 2.8s ease-in-out infinite; }
.final-partners { padding: 30px 40px 34px; color: var(--ink); background: var(--white); border-top: 4px solid var(--frame-accent); box-shadow: 0 20px 55px rgba(0,0,0,.2); }
.final-partners-title { margin: 0 0 6px; color: var(--ink); font-family: "Barlow Condensed", Arial, sans-serif; font-size: 1.4rem; font-weight: 800; text-transform: uppercase; }
.final-partner-grid { display: grid; grid-template-columns: 1fr; }
.final-partner { display: grid; grid-template-columns: minmax(108px, .32fr) minmax(0, 1fr); gap: 18px 28px; align-items: center; min-width: 0; padding: 24px 0; color: var(--ink); border-top: 1px solid rgba(11,18,26,.18); transition: transform .25s ease, opacity .25s ease; }
.final-partner:first-child { border-top: 0; }
.final-partner > span:first-child { color: var(--red); font-family: "Barlow Condensed", Arial, sans-serif; font-size: 1.15rem; font-weight: 800; line-height: 1; text-transform: uppercase; }
.final-partner-logo { display: grid; place-items: center start; min-width: 0; overflow: hidden; }
.final-partner-logo img { display: block; width: min(100%, 390px); max-height: 124px; object-fit: contain; object-position: left center; }
.final-partner-nierhaus .final-partner-logo img { width: min(100%, 270px); max-height: 158px; }
.final-partner-gary .final-partner-logo img { width: min(100%, 410px); }
.final-partner:last-child .final-partner-logo img { width: min(100%, 330px); max-height: 132px; }
.final-partner:hover, .final-partner:focus-visible { opacity: .72; transform: translateY(-5px); }

.site-footer { background: var(--white); }
.footer-nav-row { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; display: flex; justify-content: space-between; align-items: center; padding: 32px 0 22px; border-bottom: 1px solid var(--line); color: var(--red); font-family: "Barlow Condensed", Arial, sans-serif; font-weight: 700; text-transform: uppercase; }
.footer-brand { display: grid; justify-items: center; padding: 44px 20px 40px; text-align: center; }
.footer-brand > a { display: block; width: 132px; transition: transform .24s ease, opacity .24s ease; }
.footer-brand > a:hover, .footer-brand > a:focus-visible { opacity: .75; transform: translateY(-4px); }
.footer-brand img { width: 100%; }
.site-footer p { max-width: 430px; margin-top: 14px; color: var(--muted); }
.footer-links { display: flex; gap: 20px; }
.footer-links a, .footer-links button { padding: 0; color: var(--ink); background: none; border: 0; cursor: pointer; font-family: "Barlow Condensed", Arial, sans-serif; font-weight: 700; text-transform: uppercase; }
.footer-links a:hover, .footer-links button:hover { color: var(--red); }
.footer-disclosure { display: grid; justify-items: center; gap: 13px; padding: 22px 20px 0; color: var(--muted); text-align: center; }
.footer-disclosure p { max-width: 720px; margin: 0; font-size: .75rem; line-height: 1.55; }
.footer-disclosure p a { color: var(--ink); text-decoration: underline; }
.footer-disclosure span { font-family: "Barlow Condensed", Arial, sans-serif; font-size: .78rem; font-weight: 700; text-transform: uppercase; }
.artist-signature { display: grid; place-items: center; padding: 22px 0 28px; border-top: 1px solid var(--line); }
.artist-signature a { display: grid; place-items: center; width: 56px; height: 56px; transition: transform .25s ease, opacity .25s ease; }
.artist-signature img { width: 40px; height: 40px; object-fit: contain; }
.artist-signature a:hover { transform: translateY(-3px); opacity: .68; }

.privacy-notice { position: fixed; z-index: 50; inset: 0; display: grid; place-items: center; padding: 22px; color: var(--ink); background: rgba(5,10,15,.58); backdrop-filter: blur(12px); opacity: 0; transition: opacity .3s ease; }
.privacy-notice[hidden] { display: none; }
.privacy-notice.is-visible { opacity: 1; }
.privacy-card { width: min(610px, 100%); padding: clamp(30px, 5vw, 52px); background: var(--white); border-top: 5px solid var(--frame-accent); box-shadow: 0 34px 90px rgba(0,0,0,.38); text-align: center; transform: translateY(24px) scale(.98); transition: transform .3s ease; }
.privacy-notice.is-visible .privacy-card { transform: translateY(0) scale(1); }
.privacy-label { display: block; color: var(--red); font-family: "Barlow Condensed", Arial, sans-serif; font-size: .9rem; font-weight: 800; text-transform: uppercase; }
.privacy-notice strong { display: block; margin-top: 11px; color: var(--ink); font-size: clamp(2rem, 5vw, 3.4rem); line-height: .95; text-transform: uppercase; }
.privacy-notice p { max-width: 470px; margin: 20px auto 0; color: var(--muted); font-size: .98rem; line-height: 1.55; }
.privacy-actions { display: grid; grid-template-columns: 1fr; gap: 10px; width: min(300px, 100%); margin: 28px auto 0; }
.privacy-actions button { min-height: 46px; padding: 0 15px; border: 2px solid var(--ink); cursor: pointer; font-family: "Barlow Condensed", Arial, sans-serif; font-size: 1rem; font-weight: 800; text-transform: uppercase; }
.privacy-secondary { color: var(--ink); background: var(--white); }
.privacy-primary { color: var(--white); background: var(--red); border-color: var(--red) !important; }
.privacy-actions button:hover { transform: translateY(-2px); }
.privacy-link { display: inline-block; margin-top: 18px; color: var(--muted); font-family: "Barlow Condensed", Arial, sans-serif; font-size: .86rem; font-weight: 700; text-decoration: underline; text-transform: uppercase; }

.dialog-open, .consent-open { overflow: hidden; }
.ticket-dialog { width: min(620px, calc(100% - 36px)); padding: 0; color: var(--ink); background: var(--white); border: 0; border-top: 5px solid var(--blue); box-shadow: 0 32px 90px rgba(3,18,31,.42); }
.ticket-dialog::backdrop { background: rgba(5,16,27,.78); backdrop-filter: blur(8px); }
.ticket-dialog-close { position: absolute; top: 14px; right: 14px; display: grid; place-items: center; width: 42px; height: 42px; padding: 0; color: var(--white); background: var(--ink); border: 0; cursor: pointer; font-family: Arial, sans-serif; font-size: 1.85rem; line-height: 1; }
.ticket-dialog-copy { padding: clamp(38px, 7vw, 68px); }
.ticket-dialog-copy h2 { margin-top: 16px; font-size: clamp(3.1rem, 8vw, 5.3rem); }
.ticket-dialog-copy p { margin-top: 24px; color: var(--muted); font-size: 1.02rem; line-height: 1.6; }
.ticket-dialog-copy .ticket-dialog-note { margin-top: 16px; padding: 14px 16px; color: var(--ink); background: color-mix(in srgb, var(--blue) 12%, var(--white)); font-size: .88rem; }
.ticket-dialog-note a { color: var(--ink); font-weight: 800; text-decoration: underline; }
.ticket-dialog-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.ticket-dialog-actions .button { min-height: 52px; }
.ticket-embed-anchor { position: fixed; width: 1px; height: 1px; overflow: hidden; opacity: 0; pointer-events: none; }
.detail-dialog { width: min(1120px, calc(100% - 36px)); max-height: min(840px, calc(100dvh - 36px)); padding: 0; color: var(--ink); background: var(--white); border: 0; border-top: 5px solid var(--frame-accent); box-shadow: 0 32px 90px rgba(3,18,31,.42); overflow: auto; }
.detail-dialog::backdrop { background: rgba(5,16,27,.78); backdrop-filter: blur(8px); }
.dialog-close { position: fixed; z-index: 2; top: max(26px, calc((100vh - min(840px, calc(100vh - 36px))) / 2 + 18px)); right: max(26px, calc((100vw - min(1120px, calc(100vw - 36px))) / 2 + 18px)); display: grid; place-items: center; width: 48px; height: 48px; padding: 0; color: var(--white); background: var(--red); border: 0; cursor: pointer; font-family: Arial, sans-serif; font-size: 2rem; line-height: 1; }
.dialog-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr); min-height: 650px; }
.dialog-media { position: relative; min-height: 650px; color: var(--white); background: var(--ink); overflow: hidden; }
.dialog-media img, .dialog-media video { width: 100%; height: 100%; min-height: 650px; }
.dialog-media img { object-fit: cover; }
.dialog-media video { object-fit: contain; background: var(--ink); }
.youtube-embed { width: 100%; height: 100%; min-height: 650px; display: grid; place-items: center; background: var(--ink); }
.youtube-embed iframe { width: 100%; aspect-ratio: 16 / 9; border: 0; }
.youtube-inline { flex: 1 0 100%; width: 100%; margin-top: 8px; color: var(--white); background: var(--ink); }
.youtube-inline iframe { display: block; width: 100%; aspect-ratio: 16 / 9; border: 0; }
.youtube-inline span { display: block; padding: 9px 12px; color: var(--white); background: var(--red); font-family: "Barlow Condensed", Arial, sans-serif; font-size: .85rem; font-weight: 800; text-transform: uppercase; }
.dialog-media span { position: absolute; left: 24px; bottom: 24px; padding: 8px 12px; background: var(--red); font-family: "Barlow Condensed", Arial, sans-serif; font-weight: 800; text-transform: uppercase; }
.dialog-copy { align-self: center; padding: 76px clamp(30px, 5vw, 68px) 62px; }
.dialog-kicker { display: block; color: var(--red); font-family: "Barlow Condensed", Arial, sans-serif; font-weight: 800; text-transform: uppercase; }
.dialog-copy h2 { margin-top: 18px; font-size: clamp(3.2rem, 6vw, 5.4rem); }
.dialog-body { margin-top: 30px; color: var(--muted); }
.dialog-body p + p { margin-top: 16px; }
.sponsor-package { padding: 24px 0 27px; border-top: 1px solid var(--line); }
.sponsor-package:first-child { padding-top: 0; border-top: 0; }
.sponsor-package h3 { color: var(--ink); font-size: clamp(1.9rem, 3vw, 2.55rem); line-height: 1; }
.sponsor-package:not(.sponsor-package-special) h3 { display: inline-flex; align-items: center; justify-content: center; min-width: 160px; padding: 8px 14px 9px; color: var(--ink); background: var(--line); }
.sponsor-package:not(.sponsor-package-special).sponsor-package-scaleup h3 { background: var(--yellow); }
.sponsor-package:not(.sponsor-package-special).sponsor-package-unicorn h3 { color: var(--white); background: var(--blue-deep); }
.sponsor-package p { margin-top: 11px; color: var(--muted); }
.sponsor-package ul { display: grid; gap: 10px; margin: 18px 0 0; padding: 0; list-style: none; }
.sponsor-package li { position: relative; padding-left: 18px; color: inherit; line-height: 1.5; }
.sponsor-package li::before { position: absolute; top: .62em; left: 0; width: 7px; height: 2px; content: ""; background: var(--red); }
.sponsor-package-price { display: block; margin-top: 18px; color: var(--ink); font-family: "Barlow Condensed", Arial, sans-serif; font-size: clamp(1.65rem, 2.6vw, 2.15rem); font-weight: 800; line-height: 1; text-transform: uppercase; }
.sponsor-special { margin-top: 28px; color: var(--white); background: var(--ink); border-top: 5px solid var(--frame-accent); }
.sponsor-special summary { position: relative; display: grid; gap: 4px; padding: 24px 58px 24px 24px; cursor: pointer; list-style: none; }
.sponsor-special summary::-webkit-details-marker { display: none; }
.sponsor-special summary::after { position: absolute; top: 50%; right: 24px; content: "+"; color: var(--cyan); font-family: "Barlow Condensed", Arial, sans-serif; font-size: 2rem; font-weight: 800; line-height: 1; transform: translateY(-50%); transition: transform .25s ease; }
.sponsor-special[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.sponsor-special summary span { color: var(--red); font-family: "Barlow Condensed", Arial, sans-serif; font-size: .8rem; font-weight: 800; text-transform: uppercase; }
.sponsor-special summary strong { color: var(--white); font-family: "Barlow Condensed", Arial, sans-serif; font-size: clamp(1.5rem, 2.7vw, 2.15rem); line-height: 1; text-transform: uppercase; }
.sponsor-special summary small { color: rgba(255,255,255,.62); font-size: .76rem; }
.sponsor-special-content { padding: 0 24px 6px; border-top: 1px solid rgba(255,255,255,.13); }
.sponsor-special-note { margin: 0; padding: 18px 24px 24px; color: rgba(255,255,255,.68); border-top: 1px solid rgba(255,255,255,.13); font-size: .86rem; line-height: 1.5; }
.sponsor-package-special { color: rgba(255,255,255,.76); border-color: rgba(255,255,255,.13); }
.sponsor-package-special:first-child { padding-top: 26px; }
.sponsor-package-special h3, .sponsor-package-special .sponsor-package-price { color: var(--white); }
.sponsor-package-special .sponsor-package-price { font-size: clamp(1.9rem, 3vw, 2.5rem); }
.dialog-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.dialog-actions a { padding: 11px 15px; color: var(--white); background: var(--blue); font-family: "Barlow Condensed", Arial, sans-serif; font-weight: 800; text-transform: uppercase; }
.dialog-actions a:hover { background: var(--red); }
.youtube-consent-button { display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; gap: 0 11px; align-items: center; min-width: 220px; padding: 12px 15px; color: var(--white); background: var(--ink); border: 0; cursor: pointer; text-align: left; }
.youtube-consent-button > span { grid-row: 1 / 3; color: var(--red); font-size: 1.35rem; }
.youtube-consent-button b { font-family: "Barlow Condensed", Arial, sans-serif; font-size: 1.05rem; text-transform: uppercase; }
.youtube-consent-button small { color: rgba(255,255,255,.6); font-size: .7rem; }
.youtube-consent-button:hover { background: var(--red); }
.youtube-consent-button:hover > span { color: var(--white); }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal-delay { transition-delay: .12s; }
.reveal-delay-2 { transition-delay: .22s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.garybot-stamp.reveal { transform: translate(-50%, 26px); }
.garybot-stamp.reveal.is-visible { transform: translate(-50%, 0); }
.hero-facts.reveal { transform: translate(-50%, 26px); }
.hero-facts.reveal.is-visible { transform: translate(-50%, 0); }
@keyframes hero-breathe { from { transform: scale(1.025); } to { transform: scale(1.075); } }
@keyframes bot-float { 0%, 100% { translate: 0 0; } 50% { translate: 0 -7px; } }
@keyframes bot-wink { 0%, 41%, 49%, 100% { opacity: 0; transform: scaleY(0); } 44%, 47% { opacity: 1; transform: scaleY(1); } }
@keyframes approval-head { 0%, 4%, 38%, 100% { transform: translateY(0) rotate(0deg); } 11% { transform: translateY(-4px) rotate(-4deg); } 18% { transform: translateY(0) rotate(4deg); } 25% { transform: translateY(-3px) rotate(-2deg); } 32% { transform: translateY(0) rotate(0deg); } }
@keyframes approval-thumb { 0%, 39%, 84%, 100% { opacity: 0; transform: translateY(10px) rotate(0deg) scale(.68); } 46%, 76% { opacity: 1; transform: translateY(0) rotate(0deg) scale(1); } 54% { opacity: 1; transform: translateY(-3px) rotate(-11deg) scale(1.04); } 62% { opacity: 1; transform: translateY(0) rotate(7deg) scale(1); } 70% { opacity: 1; transform: translateY(-2px) rotate(-8deg) scale(1.03); } }
@keyframes bot-dance { 0%, 100% { transform: translateY(0) rotate(-5deg) scale(1); } 25% { transform: translateY(-9px) rotate(5deg) scale(1.03); } 50% { transform: translateY(0) rotate(7deg) scale(.98); } 75% { transform: translateY(-7px) rotate(-6deg) scale(1.03); } }
@keyframes cta-pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(236,28,36,0); } 45% { box-shadow: 0 0 0 10px rgba(236,28,36,.14); } }

.legal-page { background: var(--cream); }
.legal { width: min(860px, calc(100% - 40px)); margin: 0 auto; padding: 64px 0 92px; }
.legal-logo { display: block; width: 120px; margin-bottom: 46px; }
.legal h1 { color: var(--ink); font-size: clamp(3rem, 9vw, 7rem); line-height: .92; overflow-wrap: anywhere; }
.legal h2 { margin-top: 34px; font-size: 2rem; }
.legal p { margin-top: 10px; color: var(--muted); }
.legal p a { color: var(--blue); text-decoration: underline; overflow-wrap: anywhere; }
.legal .button { margin-top: 40px; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: auto 1fr; }
  .main-nav { position: fixed; top: 0; right: 0; left: 0; display: grid; gap: 0; padding: 110px 20px 24px; color: var(--white); background: rgba(7,18,30,.98); transform: translateY(-110%); transition: transform .3s ease; }
  .menu-open .main-nav { transform: translateY(0); }
  .main-nav a { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.13); font-size: 1.55rem; }
  .main-nav a::after { display: none; }
  .header-actions { position: relative; z-index: 1; justify-self: end; }
  .menu-button { display: inline-block; }
  .menu-open .menu-button { position: relative; z-index: 2; }
  .header-cta { display: none; }
  .hero { min-height: 1060px; }
  .hero-content { padding-top: 420px; }
  .garybot-stamp { top: 110px; width: min(880px, calc(100% - 40px)); }
  .garybot-stamp img { width: calc(100% - 140px); }
  .ribbon-track { grid-template-columns: repeat(2, 1fr); }
  .ribbon-track p:nth-child(2) { border-right: 0; }
  .ribbon-track p:first-child { padding-left: 24px; }
  .ribbon-track p:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .opening-grid, .sponsor-heading, .media-section, .history-heading-row, .schedule-section { grid-template-columns: 1fr; }
  .event-highlights { grid-template-columns: 1fr 1fr; }
  .highlight-card:last-child { grid-column: span 2; }
  .host-profile { grid-template-columns: 1fr; min-height: 0; }
  .host-profile::before { inset: 0; }
  .host-copy { justify-self: center; width: min(var(--max), calc(100% - 40px)); padding: 92px 0; }
  .host-media { min-height: 680px; }
  .challenge { grid-template-columns: 1fr; }
  .challenge-image { min-height: 520px; }
  .gary-moment-approval { top: 28px; right: 0; width: 124px; height: 124px; }
  .challenge-image::after { background: linear-gradient(0deg, var(--ink), transparent 50%); }
  .challenge-copy { width: min(var(--max), calc(100% - 40px)); padding: 170px 0 94px; margin: 0 auto; }
  .music-experience { grid-template-columns: 1fr; }
  .music-image { min-height: 540px; }
  .gary-moment-dance { top: 92px; right: 24px; width: 124px; }
  .music-image::after { background: linear-gradient(0deg, var(--music-deep), transparent 50%); }
  .music-copy { width: min(var(--max), calc(100% - 40px)); max-width: none; margin: 0 auto; padding: 76px 0 94px; }
  .tickets-inner { grid-template-columns: 1fr; gap: 48px; }
  .ticket-card { max-width: 500px; }
  .sponsor-presence { grid-template-columns: 1fr 1fr; }
  .sponsor-presence-card:last-child { grid-column: 1 / -1; }
  .sponsor-wall { grid-template-columns: repeat(4, 1fr); }
  .dialog-layout { grid-template-columns: 1fr; }
  .dialog-media, .dialog-media img, .dialog-media video { min-height: 420px; }
  .final-cta { min-height: 1200px; }
  .final-cta-content { grid-template-columns: 1fr; gap: 58px; }
}

@media (max-width: 760px) {
  .hero { min-height: 1080px; align-items: stretch; }
  .hero-media { background-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,14,25,.92), rgba(4,14,25,.36)), linear-gradient(0deg, rgba(5,15,26,.94), transparent 55%); }
  .hero-content { width: calc(100% - 32px); margin-top: 0; padding: 335px 0 285px; }
  .garybot-stamp { display: block; top: 105px; right: 16px; left: 16px; width: auto; padding: 15px 17px 13px; background: rgba(4,15,25,.72); }
  .garybot-stamp img { width: 100%; }
  .garybot-stamp.reveal { transform: translateY(26px); }
  .garybot-stamp.reveal.is-visible { transform: translateY(0); }
  .garybot-stamp span { margin-top: 8px; padding-left: .32em; font-size: clamp(1.2rem, 5.8vw, 1.72rem); letter-spacing: .32em; }
  .hero-facts { bottom: 18px; width: calc(100% - 32px); grid-template-columns: 1fr; transform: translateX(-50%); }
  .hero-facts > * { padding: 14px 18px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .hero-facts > *:last-child { border-bottom: 0; }
  .hero-facts strong { font-size: 1.35rem; }
  .calendar-control { margin-top: 8px; }
  .calendar-menu { right: 0; left: auto; min-width: 180px; }
  .scroll-cue { display: block; top: 225px; right: 16px; width: 112px; height: 112px; }
  .scroll-cue::after { top: 44px; left: 69px; width: 17px; height: 12px; }
}

@media (max-width: 620px) {
  h1 { font-size: clamp(3.65rem, 17vw, 5.45rem); }
  h2 { font-size: clamp(3rem, 14vw, 4.2rem); }
  .site-header { min-height: 86px; padding: 11px 16px; }
  .site-header.is-scrolled, .site-header.menu-open { min-height: 68px; padding-top: 3px; padding-bottom: 3px; }
  .brand { width: 91px; height: 58px; }
  .site-header.is-scrolled .brand { width: 74px; height: 44px; transform: none; }
  .hero-copy { margin-top: 22px; font-size: 1.05rem; }
  .hero-actions { margin-top: 26px; }
  .button { min-height: 44px; padding: 0 18px; font-size: 1.06rem; }
  .brand-ribbon { margin-top: 0; }
  .ribbon-track { width: 100%; grid-template-columns: 1fr; }
  .ribbon-track p, .ribbon-track p:first-child, .ribbon-track p:nth-child(2) { padding: 17px 24px; border-right: 0; border-bottom: 1px solid var(--line); }
  .ribbon-track p:last-child { border-bottom: 0; }
  .section { width: calc(100% - 32px); padding: 76px 0; }
  .opening { padding-top: 76px; }
  .event-highlights { grid-template-columns: 1fr; margin-top: 46px; }
  .highlight-card, .highlight-card img { min-height: 350px; }
  .highlight-card:last-child { grid-column: auto; }
  .host-copy { width: calc(100% - 32px); padding: 76px 0; }
  .host-principles article { grid-template-columns: 50px 1fr; gap: 14px; }
  .host-principles article:hover { padding-right: 0; padding-left: 0; transform: none; }
  .host-icon { width: 46px; height: 46px; }
  .host-icon svg { width: 26px; height: 26px; }
  .host-media { min-height: 540px; }
  .host-media > span { right: 16px; bottom: 16px; }
  .challenge-image { min-height: 400px; }
  .gary-moment { width: 112px; }
  .gary-moment-approval { top: 24px; right: 0; width: 112px; height: 112px; }
  .gary-moment-approval .gary-approval-head { width: 112px; }
  .gary-moment-approval .gary-approval-thumb { top: 28px; left: -24px; width: 38px; }
  .challenge-image-caption { left: 16px; bottom: 25px; }
  .challenge-copy { width: calc(100% - 32px); padding: 150px 0 76px; }
  .challenge-list article { grid-template-columns: 33px 1fr; }
  .music-image { min-height: 390px; }
  .gary-moment-dance { top: 88px; right: 16px; width: 112px; }
  .music-image img { object-position: 82% center; }
  .music-copy { width: calc(100% - 32px); padding: 62px 0 76px; }
  .soundtrack { gap: 16px; }
  .soundtrack-track { padding: 18px 14px 16px; }
  .soundtrack-track > div { display: block; }
  .soundtrack-track strong { display: block; margin-top: 5px; text-align: left; }
  .soundtrack-track audio { min-height: 52px; }
  .schedule-section { gap: 36px; }
  .schedule li { grid-template-columns: 28px 70px 1fr; gap: 10px; font-size: 1rem; }
  .schedule time { font-size: 1.65rem; }
  .tickets-inner { width: calc(100% - 32px); padding: 76px 0; }
  .ticket-card { padding: 25px; }
  .sponsor-presence { grid-template-columns: 1fr; margin-top: 44px; }
  .sponsor-cta { gap: 3px 14px; padding: 18px; }
  .sponsor-cta strong { font-size: 1.45rem; }
  .sponsor-cta b { font-size: 2.25rem; }
  .sponsor-presence-card:last-child { grid-column: auto; }
  .sponsor-presence-image { aspect-ratio: 4 / 3; }
  .sponsor-wall-intro { margin-top: 48px; padding-top: 20px; }
  .sponsor-wall { grid-template-columns: repeat(2, 1fr); margin-top: 28px; }
  .sponsor-logo { min-height: 90px; padding: 13px; }
  .media-section { width: calc(100% - 32px); padding: 76px 0; }
  .history-heading { padding-bottom: 34px; }
  .history-rail { width: calc(100% - 32px); grid-auto-columns: minmax(280px, 88vw); }
  .history-card { min-height: 470px; }
  .history-card-content p { max-height: 120px; margin-top: 14px; opacity: 1; }
  .final-cta { min-height: 1320px; }
  .final-cta-content { width: calc(100% - 32px); padding: 76px 0; }
  .final-partner-grid { grid-template-columns: 1fr; }
  .final-partners { padding: 26px 22px 30px; }
  .final-partner, .final-partner:first-child, .final-partner:last-child { grid-template-columns: 1fr; grid-template-rows: auto auto; gap: 14px; padding: 26px 0; border-top: 1px solid rgba(11,18,26,.18); border-left: 0; }
  .final-partner:first-child { border-top: 0; }
  .final-partner-logo { place-items: center; }
  .final-partner-logo img { object-position: center; }
  .footer-nav-row { width: calc(100% - 32px); align-items: flex-start; gap: 16px; }
  .footer-links { flex-wrap: wrap; justify-content: flex-end; gap: 10px 16px; }
  .privacy-notice { inset: 0; width: auto; padding: 12px; }
  .privacy-card { padding: 30px 20px; }
  .privacy-actions { grid-template-columns: 1fr; }
  .detail-dialog { width: calc(100% - 20px); max-height: calc(100dvh - 20px); }
  .ticket-dialog { width: calc(100% - 20px); }
  .ticket-dialog-actions { display: grid; }
  .ticket-dialog-actions .button { width: 100%; justify-content: center; }
  .dialog-close { top: 20px; right: 20px; }
  .dialog-media, .dialog-media img, .dialog-media video { min-height: 290px; max-height: 360px; }
  .youtube-embed { min-height: 290px; }
  .dialog-copy { padding: 48px 24px 38px; }
  .dialog-copy h2 { font-size: clamp(3rem, 14vw, 4.2rem); }
}

@media (max-width: 600px) {
  .hero-content .eyebrow {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    justify-items: start;
    width: 100%;
    gap: 3px;
    font-size: 1rem;
    line-height: 1.05;
  }
  .hero-content .eyebrow span { display: block; max-width: 100%; white-space: nowrap; }
  .hero-content .eyebrow i { display: none; }
}

@media (hover: none), (pointer: coarse) {
  .challenge::before, .music-experience::before, .tickets::before, .final-cta::after { background-position: 50% 50%; }
  .challenge-list article:hover, .soundtrack-track:hover, .schedule.is-visible li:hover { padding-left: 0; transform: none; }
  .ticket-card.reveal.is-visible { transform: none; }
  .media-frame.reveal.is-visible:hover { transform: none; }
}

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