.weekend-lineup, .behind-scenes { font-family: 'Geist', system-ui, sans-serif; scroll-margin-top: 2rem; }
.weekend-lineup { margin: 6rem 0; color: #faf6fa; }
.lineup-label { margin: 0; font-family: 'Geist Mono', monospace; font-size: .68rem; font-weight: 650; line-height: 1.6; letter-spacing: .12em; text-transform: uppercase; }
.lineup-heading-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem; margin-bottom: 2rem; }
.lineup-heading-row h2 { margin: 1.1rem 0 0; font-size: clamp(2.6rem, 5.6vw, 5.4rem); font-weight: 540; letter-spacing: -.065em; line-height: .95; }
.lineup-heading-row h2 span { color: #fc68be; }
.lineup-controls { display: flex; align-items: center; justify-content: flex-end; gap: .5rem; flex-wrap: wrap; }
.lineup-controls[hidden], .lineup-choices[hidden], .lineup-slide[hidden], #lineup-motion[hidden], #lineup-motion-note[hidden] { display: none; }
.lineup-count { font-family: 'Geist Mono', monospace; font-size: .7rem; color: #aaa2ad; margin-right: .7rem; }
.lineup-count span { color: #fff; }
.lineup-controls button { min-height: 2.75rem; min-width: 2.75rem; background: #171019; border: 1px solid #493442; border-radius: 999px; color: #fff; cursor: pointer; font: 650 .75rem 'Geist', system-ui, sans-serif; padding: .6rem .8rem; }
#lineup-motion-note { font-size: .7rem; color: #c0b8c4; }
.lineup-slides { border: 1px solid #463142; border-radius: 1.35rem; background: #030303; overflow: hidden; }
.lineup-slide { --event-accent: #ff6fbc; display: grid; grid-template-columns: 1.12fr 1fr; min-height: 31rem; }
.lineup-slide + .lineup-slide { border-top: 1px solid #493442; }
.lineup-y2k { --event-accent: #76f2d6; }
.lineup-rnb { --event-accent: #ff73b6; }
.lineup-hits { --event-accent: #ff676e; }
.lineup-art { display: grid; place-items: center; min-width: 0; padding: 2rem; background: #000; perspective: 1000px; overflow: hidden; }
.lineup-art img { display: block; width: 100%; height: 100%; max-height: 28rem; object-fit: contain; }
.lineup-rnb .lineup-art { padding: .4rem 1rem; }
.lineup-rnb .lineup-art img { max-height: 32rem; }
.lineup-copy { padding: clamp(1.6rem, 3.5vw, 3.5rem); display: flex; flex-direction: column; justify-content: center; background: radial-gradient(ellipse at top right, color-mix(in srgb, var(--event-accent) 12%, transparent), transparent 75%), #0b090e; }
.lineup-copy .lineup-label { color: var(--event-accent); }
.lineup-copy h3 { font-size: clamp(2.8rem, 5.2vw, 5rem); font-weight: 550; line-height: .96; letter-spacing: -.065em; margin: 1.5rem 0; }
.lineup-copy h3 span { color: var(--event-accent); }
.lineup-copy > p:not(.lineup-label) { font-size: .95rem; line-height: 1.55; color: #c6bec9; margin: 0; max-width: 34rem; }
.lineup-copy > .lineup-tagline { color: #fff !important; font-weight: 650; margin-bottom: .65rem !important; }
.lineup-copy > .lineup-takeover { margin-top: 1.5rem !important; padding-top: 1.1rem; border-top: 1px solid #493442; color: #fff !important; font-weight: 650; }
.lineup-takeover span { font-weight: 400; color: #b9b0c1; font-size: .78rem; }
.lineup-choices { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: .8rem; gap: .65rem; }
.lineup-choices button { text-align: left; padding: 1.2rem; color: #e9e0ec; border: 1px solid #3f2f42; background: #0d090f; border-radius: .8rem; cursor: pointer; min-width: 0; font-family: inherit; }
.lineup-choices button strong { display: block; font-weight: 680; font-size: 1rem; margin: .45rem 0 .2rem; }
.lineup-choices button > span:last-child { color: #bfb3c6; font-size: .75rem; }
.lineup-choices button[aria-pressed="true"] { border-color: #fc68be; background: #251321; box-shadow: inset 0 3px #fc68be; }
.weekend-lineup button:hover { border-color: #f599d0; }
.weekend-lineup :focus-visible, .behind-scenes :focus-visible { outline: 3px solid #91efff; outline-offset: 5px; }
.lineup-bottom { display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; margin-top: 1.5rem; }
.lineup-bottom p { font-size: .9rem; line-height: 1.6; margin: 0; font-weight: 600; }
.lineup-bottom p span { font-weight: 400; color: #bbb0c2; }
.lineup-bottom > div { display: flex; gap: 1.4rem; flex-wrap: wrap; }
.lineup-bottom a { color: #fff; font-size: .82rem; text-underline-offset: .3em; }
.lineup-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.weekend-lineup[data-playing="true"] .lineup-slide:not([hidden]) h3 { animation: lineup-title 8s both; }
.weekend-lineup[data-playing="true"] .lineup-slide:not([hidden]) .lineup-art img { animation: lineup-logo 8s both; }
@keyframes lineup-title { 0% { opacity: 0; transform: translateY(14px) scale(.97); filter: blur(6px); } 12%, 90% { opacity: 1; transform: none; filter: blur(0); } 100% { opacity: 0; transform: translateY(-6px); filter: blur(3px); } }
@keyframes lineup-logo { 0% { opacity: .4; transform: rotateY(-8deg) scale(.96); } 15% { opacity: 1; } 90% { opacity: 1; transform: rotateY(5deg) scale(1.02); } 100% { opacity: .5; transform: rotateY(7deg); } }
.behind-scenes { color: #faf8f5; margin: 6rem 0; border-top: 1px solid #6c5a3b; border-bottom: 1px solid #6c5a3b; padding: 2rem 0 1.3rem; }
.behind-topline { display: flex; justify-content: space-between; gap: 1rem; color: #e4bf7b; }
.behind-story { display: grid; grid-template-columns: 1.18fr 1fr; gap: 4rem; padding: 3.5rem 0; }
.behind-story h2 { font-size: clamp(2.6rem, 4.8vw, 4.7rem); font-weight: 540; line-height: .99; letter-spacing: -.065em; margin: 0; }
.behind-story h2 span { color: #e4bf7b; }
.behind-deck { font-size: clamp(1rem, 1.6vw, 1.4rem); line-height: 1.5; color: #b8aca3; margin: 2rem 0 0; }
.behind-narrative > p { margin: 0 0 1.25rem; color: #c8c0bb; font-size: 1rem; line-height: 1.65; }
.behind-narrative strong { font-weight: 650; color: #faf8f5; }
.behind-narrative > .behind-manifesto { color: #e4bf7b; font-weight: 650; }
.behind-follow { display: inline-flex; gap: 2rem; align-items: center; min-height: 3rem; padding: .85rem 1.3rem; border-radius: 999px; background: #e4bf7b; color: #1a100b; font-weight: 750; font-size: .87rem; text-decoration: none; }
.behind-follow:hover { background: #f6dbaa; }
.behind-hosts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid #4a382b; border-bottom: 1px solid #4a382b; }
.behind-hosts > p { position: relative; margin: 0; padding: 1.5rem 1.3rem; font-size: clamp(2rem, 4.2vw, 4rem); font-weight: 530; letter-spacing: -.06em; }
.behind-hosts > p + p { border-left: 1px solid #4a382b; }
.behind-hosts .lineup-label { display: block; color: #e4bf7b; margin-bottom: .6rem; }
.host-spark { position: absolute; right: 1rem; top: 1.3rem; font-size: 1.25rem; color: #e4bf7b; }
.behind-footnote { color: #b5aaa3; font-size: .78rem; line-height: 1.6; margin: 1.2rem 0 0; }
.crew-cover { position: relative; margin: 2rem 0 0; overflow: hidden; border-radius: 1rem; background: #0c080e; }
.crew-cover > img { width: 100%; height: clamp(26rem, 46vw, 42rem); object-fit: cover; object-position: center 35%; display: block; }
.crew-cover figcaption { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 2.5rem; background: linear-gradient(transparent 38%, rgb(4 1 6 / .86) 100%); }
.crew-cover figcaption .lineup-label { color: #ffd5ed; }
.crew-cover figcaption p { font-size: clamp(2.4rem, 5.3vw, 5.3rem); letter-spacing: -.065em; line-height: .96; font-weight: 550; margin: .8rem 0 1rem; }
.crew-cover figcaption p span { color: #ff9ed4; }
.crew-cast { font-family: 'Geist Mono', monospace; font-size: .85rem; letter-spacing: .06em; }
.crew-reel-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin: 3rem 0 1.6rem; }
.crew-reel-heading .lineup-label { color: #e4bf7b; }
.crew-reel-heading h3 { font-size: clamp(2rem, 3.6vw, 3.5rem); letter-spacing: -.055em; line-height: 1; font-weight: 540; margin: .8rem 0 0; }
.crew-reel-heading h3 span { color: #e4bf7b; }
.crew-reel-heading > p { font-size: .85rem; line-height: 1.6; color: #c2b5c5; margin: 0; }
.crew-reels { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.crew-reels figure { min-width: 0; margin: 0; background: #0f0a10; border: 1px solid #473344; border-radius: 1rem; overflow: hidden; }
.crew-video { width: 100%; height: auto; aspect-ratio: 9 / 16; object-fit: contain; display: block; background: #000; }
.crew-reels figcaption { padding: 1.1rem; }
.crew-reels figcaption .lineup-label { color: #d7b5ce; font-size: .58rem; }
.crew-reels figcaption p { font-size: 1rem; line-height: 1.4; margin: .5rem 0 0; font-weight: 650; }
.crew-gallery { margin-top: 1.5rem; border-top: 1px solid #4a382b; border-bottom: 1px solid #4a382b; }
.crew-gallery summary { display: flex; justify-content: space-between; gap: 1rem; cursor: pointer; padding: 1.2rem .3rem; font-size: .85rem; font-weight: 650; }
.crew-gallery summary .lineup-label { color: #e4bf7b; }
.crew-photo-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; padding-bottom: 1.5rem; align-items: start; }
.crew-photo-grid figure { margin: 0; min-width: 0; }
.crew-photo-grid img { width: 100%; height: auto; display: block; border-radius: .65rem; }
.crew-photo-grid figcaption { font-size: .8rem; line-height: 1.5; color: #cabec4; padding: .6rem 0; }
@media (max-width: 44rem) { .crew-cover { margin-top: 1.3rem; } .crew-cover > img { height: auto; object-fit: contain; } .crew-cover figcaption { position: static; background: #160b15; padding: 1.4rem; } .crew-cover figcaption p { font-size: clamp(2rem, 9vw, 3rem); } .crew-cast { font-size: .68rem; letter-spacing: 0; } .crew-reel-heading { flex-direction: column; align-items: flex-start; gap: 1rem; } .crew-reels { grid-template-columns: 1fr; } .crew-video { max-height: 32rem; } .crew-reels figcaption { padding: 1rem; } .crew-gallery summary { flex-direction: column; gap: .35rem; } .crew-photo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .7rem; } }
@media (max-width: 60rem) { .lineup-heading-row { align-items: flex-start; } .lineup-controls { max-width: 14rem; } .lineup-art { padding: 1rem; } .lineup-slide { min-height: 29rem; } .lineup-choices button { padding: 1rem .8rem; } .behind-story { gap: 2rem; } }
@media (max-width: 44rem) { .weekend-lineup, .behind-scenes { margin: 4rem 0; } .lineup-heading-row { flex-direction: column; gap: 1.5rem; } .lineup-controls { max-width: none; justify-content: flex-start; } .lineup-slides { border-radius: 1rem; } .lineup-slide { grid-template-columns: 1fr; } .lineup-art { height: 17rem; padding: 1.1rem; } .lineup-art img, .lineup-rnb .lineup-art img { max-height: 100%; } .lineup-rnb .lineup-art { height: 21rem; padding: 0; } .lineup-copy { min-height: 26rem; padding: 1.5rem; } .lineup-copy h3 { font-size: clamp(2.8rem, 12vw, 4rem); } .lineup-choices { grid-template-columns: repeat(2, minmax(0, 1fr)); } .lineup-choices button strong { font-size: .87rem; } .lineup-choices .lineup-label { font-size: .57rem; } .lineup-choices button > span:last-child { font-size: .68rem; } .lineup-bottom { align-items: flex-start; flex-direction: column; } .lineup-bottom > div { gap: .85rem; } .behind-topline { flex-direction: column; gap: .35rem; } .behind-story { grid-template-columns: 1fr; padding: 2.5rem 0; } .behind-story h2 { font-size: clamp(2.35rem, 10vw, 3.5rem); } .behind-deck { margin-top: 1.3rem; } .behind-hosts { grid-template-columns: 1fr; } .behind-hosts > p { font-size: 2.8rem; padding: 1rem; } .behind-hosts > p + p { border-left: 0; border-top: 1px solid #4a382b; } }
@media (prefers-reduced-motion: reduce) { .weekend-lineup *, .behind-scenes * { animation: none !important; transition: none !important; scroll-behavior: auto !important; } }
