:root {
    --ink: #080808;
    --paper: #f3f0e8;
    --acid: #d9ff00;
    --orange: #ff4d00;
    --blue: #35d7ff;
    --line: rgba(255,255,255,.24);
    --display: "Archivo Black", Impact, sans-serif;
    --body: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
    margin: 0;
    color: #fff;
    background: var(--ink);
    font-family: var(--body);
    overflow-x: hidden;
}
body.is-locked { overflow: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
.sr-only {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

.site-noise,
.entry-noise {
    position: fixed; inset: 0; z-index: 80; pointer-events: none; opacity: .045;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

.pointer-glow {
    position: fixed; width: 420px; height: 420px; left: -210px; top: -210px; z-index: 2;
    pointer-events: none; border-radius: 50%; opacity: .2;
    background: radial-gradient(circle, rgba(217,255,0,.32), transparent 62%);
    transform: translate3d(var(--pointer-x, -500px), var(--pointer-y, -500px), 0);
    transition: opacity .25s ease;
    mix-blend-mode: screen;
}

.entry-gate {
    position: fixed; inset: 0; z-index: 1000; display: flex; flex-direction: column;
    align-items: center; justify-content: center; text-align: center; overflow: hidden;
    background: #090909;
    transition: opacity .65s ease, visibility .65s ease;
}
.entry-gate::before {
    content: ""; position: absolute; inset: -20%; opacity: .8;
    background:
        radial-gradient(circle at 22% 20%, rgba(255,77,0,.45), transparent 30%),
        radial-gradient(circle at 78% 70%, rgba(217,255,0,.16), transparent 26%),
        repeating-linear-gradient(115deg, transparent 0 70px, rgba(255,255,255,.035) 71px 72px);
    animation: gateMove 8s linear infinite alternate;
}
.entry-gate.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.entry-gate > *:not(.entry-noise) { position: relative; z-index: 2; }
.entry-kicker { margin: 0 0 20px; color: var(--acid); font-size: 11px; font-weight: 800; letter-spacing: .28em; }
.entry-gate h1 { margin: 0; font-family: var(--display); font-size: clamp(58px, 11vw, 170px); line-height: .75; letter-spacing: -.07em; text-transform: uppercase; }
.entry-gate h1 span { color: transparent; -webkit-text-stroke: 2px #fff; }
.start-button {
    display: inline-flex; align-items: center; gap: 14px; margin-top: 48px; padding: 12px 24px 12px 12px;
    color: #060606; background: var(--acid); border: 0; cursor: pointer; text-align: left;
    box-shadow: 8px 8px 0 var(--orange); transform: rotate(-1.5deg); transition: transform .2s ease, box-shadow .2s ease;
}
.start-button:hover { transform: rotate(0) translate(-2px,-2px); box-shadow: 12px 12px 0 var(--orange); }
.start-button__icon { display: grid; place-items: center; width: 48px; height: 48px; color: #fff; background: #080808; border-radius: 50%; padding-left: 4px; }
.start-button b { display: block; font-size: 15px; letter-spacing: .06em; }
.start-button small { display: block; margin-top: 3px; font-size: 10px; opacity: .65; }
.entry-foot { position: absolute !important; bottom: 24px; color: rgba(255,255,255,.5); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
@keyframes gateMove { to { transform: translate3d(5%, -3%, 0) rotate(2deg); } }

.hero { position: relative; min-height: 100svh; overflow: hidden; isolation: isolate; background: #050505; }
.video-stage, .gym-video, .video-vignette, .video-halftone, .video-flare { position: absolute; inset: 0; width: 100%; height: 100%; }
.gym-video { object-fit: cover; opacity: 0; transform: scale(1.06); filter: saturate(.85) contrast(1.2); transition: opacity 1s ease, transform 8s linear; }
.gym-video.is-active { opacity: .72; transform: scale(1.01); }
.video-vignette { background: radial-gradient(circle at 50% 44%, transparent 16%, rgba(0,0,0,.25) 52%, rgba(0,0,0,.92) 100%), linear-gradient(90deg, rgba(0,0,0,.65), transparent 25% 75%, rgba(0,0,0,.65)); }
.video-halftone { opacity: .22; background-image: radial-gradient(rgba(255,255,255,.5) .6px, transparent .6px); background-size: 5px 5px; mix-blend-mode: overlay; }
.video-flare { background: linear-gradient(105deg, rgba(255,77,0,.16), transparent 28% 72%, rgba(217,255,0,.09)); mix-blend-mode: screen; }

.topbar { position: absolute; z-index: 20; top: 0; left: 0; right: 0; height: 98px; display: flex; align-items: center; justify-content: space-between; padding: 0 4vw; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { display: grid; place-items: center; width: 47px; height: 47px; color: #080808; background: var(--acid); font-family: var(--display); font-size: 17px; border-radius: 50%; transform: rotate(-8deg); }
.brand-copy b, .brand-copy small { display: block; }
.brand-copy b { font-family: var(--display); font-size: 15px; letter-spacing: .03em; }
.brand-copy small { margin-top: 3px; color: rgba(255,255,255,.6); font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.live-chip { position: absolute; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 7px; font-size: 9px; letter-spacing: .11em; }
.live-chip b { color: var(--acid); }
.live-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(255,77,0,.12); animation: blink 1.5s ease infinite; }
@keyframes blink { 50% { opacity: .3; } }
.desktop-nav { display: flex; align-items: center; gap: 30px; font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.desktop-nav a { position: relative; padding: 12px 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 2px; background: var(--acid); transition: right .2s ease; }
.desktop-nav a:hover::after { right: 0; }
.nav-join { padding: 13px 18px; color: #080808; background: var(--acid); border: 0; font-size: 9px; font-weight: 900; letter-spacing: .1em; cursor: pointer; }
.mobile-menu-button { display: none; width: 46px; height: 46px; padding: 13px 10px; background: transparent; border: 1px solid var(--line); cursor: pointer; }
.mobile-menu-button span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: #fff; transition: transform .2s ease; }
.mobile-menu { display: none; }

.hero-side { position: absolute; z-index: 6; top: 50%; display: flex; align-items: center; gap: 13px; color: rgba(255,255,255,.55); font-size: 7px; font-weight: 800; letter-spacing: .2em; writing-mode: vertical-rl; }
.hero-side i { display: block; width: 1px; height: 54px; background: rgba(255,255,255,.3); }
.hero-side--left { left: 26px; transform: translateY(-45%) rotate(180deg); }
.hero-side--right { right: 26px; transform: translateY(-45%); }

.hero-content { position: relative; z-index: 5; width: min(1000px, 80vw); margin: 0 auto; padding-top: clamp(155px, 20vh, 210px); text-align: center; }
.hero-kicker { margin: 0 0 18px; font-size: 9px; font-weight: 800; letter-spacing: .25em; }
.hero-kicker span { color: var(--acid); margin: 0 8px; }
.hero-title-wrap { position: relative; display: inline-block; }
.hero-title-wrap h2 { margin: 0; font-family: var(--display); font-size: clamp(76px, 13vw, 192px); line-height: .74; letter-spacing: -.075em; text-transform: uppercase; text-shadow: 0 5px 40px rgba(0,0,0,.45); }
.hero-title-wrap h2 em { display: block; margin-left: .32em; color: var(--acid); font-style: normal; }
.outline-word { position: absolute; z-index: -1; left: 50%; top: 44%; width: 100vw; margin: 0; transform: translate(-50%,-50%) rotate(-4deg); color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.18); font-family: var(--display); font-size: clamp(80px, 15vw, 230px); line-height: 1; white-space: nowrap; }
.brush-word { position: absolute; z-index: 4; right: -5%; top: -19%; color: var(--orange); font-family: "Noto Sans Devanagari", sans-serif; font-size: clamp(30px, 5vw, 75px); font-weight: 900; transform: rotate(-9deg); text-shadow: 3px 3px 0 #fff; }
.hero-subtitle { margin: 24px auto 0; font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero-subtitle span { display: block; margin-top: 7px; color: rgba(255,255,255,.58); font-size: 8px; font-weight: 600; }
.genre-switcher { display: flex; justify-content: center; gap: 8px; margin-top: 27px; }
.genre-button { position: relative; padding: 11px 15px; color: #fff; background: rgba(0,0,0,.54); border: 1px solid rgba(255,255,255,.22); backdrop-filter: blur(8px); font-size: 9px; font-weight: 900; letter-spacing: .1em; cursor: pointer; overflow: hidden; transition: color .2s ease, border-color .2s ease, transform .2s ease; }
.genre-button span { margin-right: 8px; color: var(--genre-accent); font-size: 7px; }
.genre-button::before { content: ""; position: absolute; z-index: -1; inset: 100% 0 0; background: var(--genre-accent); transition: inset .2s ease; }
.genre-button:hover, .genre-button.is-active { color: #080808; border-color: var(--genre-accent); transform: translateY(-2px); }
.genre-button:hover::before, .genre-button.is-active::before { inset: 0; }
.genre-button.is-active span { color: #080808; }

.music-deck { position: absolute; z-index: 12; left: 50%; bottom: 24px; width: min(940px, calc(100% - 150px)); min-height: 93px; transform: translateX(-50%); display: grid; grid-template-columns: 74px minmax(180px,1fr) 154px minmax(140px,.8fr) minmax(215px,.9fr); align-items: center; gap: 17px; padding: 13px 18px 13px 24px; background: rgba(7,7,7,.82); border: 1px solid rgba(255,255,255,.23); backdrop-filter: blur(16px); box-shadow: 0 20px 60px rgba(0,0,0,.35); }
.deck-accent { position: absolute; left: -35px; top: 50%; padding: 6px 9px; color: #080808; background: var(--orange); font-size: 7px; font-weight: 900; letter-spacing: .13em; transform: translateY(-50%) rotate(-90deg); }
.track-visual { position: relative; width: 61px; height: 61px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--acid), #161616 20% 31%, var(--orange) 32% 48%, #262626 49% 62%, #fff 63% 66%, #111 67%); box-shadow: 0 0 0 5px rgba(255,255,255,.03); animation: spin 6s linear infinite; animation-play-state: paused; }
body.is-playing .track-visual { animation-play-state: running; }
.track-ring { position: absolute; inset: 8px; border: 1px solid #000; border-radius: 50%; box-shadow: 0 0 0 5px rgba(0,0,0,.35); }
.track-core { position: relative; display: flex; align-items: flex-end; gap: 2px; padding: 8px; background: #080808; border-radius: 50%; }
.track-core i { display: block; width: 2px; height: 8px; background: var(--acid); animation: bars .65s ease-in-out infinite alternate; }
.track-core i:nth-child(2) { height: 13px; animation-delay: -.3s; }
.track-core i:nth-child(3) { height: 6px; animation-delay: -.5s; }
.track-core i:nth-child(4) { height: 11px; animation-delay: -.1s; }
.track-core i:nth-child(5) { height: 5px; animation-delay: -.45s; }
@keyframes bars { to { height: 3px; } }
@keyframes spin { to { transform: rotate(1turn); } }
.track-copy { min-width: 0; }
.track-copy span { display: block; color: var(--acid); font-size: 7px; font-weight: 900; letter-spacing: .16em; }
.track-copy strong { display: block; margin-top: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; text-transform: uppercase; }
.track-copy small { display: block; margin-top: 5px; color: rgba(255,255,255,.45); font-size: 7px; letter-spacing: .1em; }
.deck-controls { display: flex; align-items: center; justify-content: center; gap: 11px; }
.deck-controls button { display: grid; place-items: center; width: 30px; height: 30px; padding: 0; color: rgba(255,255,255,.78); background: transparent; border: 0; font-size: 20px; cursor: pointer; }
.deck-controls .main-play { width: 51px; height: 51px; color: #080808; background: var(--acid); border-radius: 50%; font-size: 15px; box-shadow: 0 0 0 5px rgba(217,255,0,.1); }
.main-play span { padding-left: 3px; }
.track-progress-wrap { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.55); font-size: 7px; }
.track-progress { flex: 1; height: 3px; overflow: hidden; background: rgba(255,255,255,.17); }
.track-progress i { display: block; width: 0; height: 100%; background: var(--acid); }
.deck-actions { display: flex; align-items: center; justify-content: flex-end; gap: 9px; }
.deck-actions button { padding: 8px 9px; background: transparent; border: 1px solid rgba(255,255,255,.22); font-size: 7px; font-weight: 800; letter-spacing: .08em; cursor: pointer; }
.volume-control { display: flex; align-items: center; gap: 6px; color: rgba(255,255,255,.5); font-size: 7px; font-weight: 800; }
.volume-control input { width: 55px; accent-color: var(--acid); }
.hero-scroll { position: absolute; z-index: 10; right: 4vw; bottom: 37px; display: none; align-items: center; gap: 10px; font-size: 7px; font-weight: 800; letter-spacing: .14em; }

.ad-zone {
    position: relative; z-index: 12; display: grid; place-items: center; min-height: 112px;
    padding: 12px max(20px, 4vw); color: rgba(255,255,255,.58); background: #0c0c0c;
    border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14);
    overflow: hidden;
}
.ad-zone__inner { position: relative; width: min(970px, 100%); min-height: 76px; display: grid; place-items: center; }
.ad-zone__label { position: absolute; left: 0; top: 0; font-size: 7px; font-weight: 800; letter-spacing: .18em; opacity: .55; }
.ad-zone__placeholder { width: min(728px, 100%); min-height: 70px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border: 1px dashed rgba(255,255,255,.2); background: rgba(255,255,255,.025); text-align: center; }
.ad-zone__placeholder b { color: rgba(255,255,255,.72); font-size: 10px; letter-spacing: .14em; }
.ad-zone__placeholder small { color: rgba(255,255,255,.36); font-size: 8px; }
.ad-zone .adsbygoogle { width: 100%; min-height: 70px; }
.ad-zone.is-unfilled { display: none; }

.section-pad { padding: 110px max(6vw, 24px); }
.manifesto { color: #0a0a0a; background: var(--paper); }
.section-label { display: flex; align-items: center; gap: 12px; margin-bottom: 78px; color: rgba(0,0,0,.58); font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.section-label::after { content: ""; flex: 1; height: 1px; background: rgba(0,0,0,.19); }
.section-label span { color: var(--orange); }
.section-label--light { color: rgba(255,255,255,.55); }
.section-label--light::after { background: rgba(255,255,255,.2); }
.section-label--light span { color: var(--acid); }
.manifesto-grid { display: grid; grid-template-columns: 1.55fr .65fr; gap: 10vw; align-items: end; }
.manifesto-title p { margin: 0 0 5px; font-size: 11px; font-weight: 900; letter-spacing: .25em; }
.manifesto-title h2 { margin: 0; font-family: var(--display); font-size: clamp(58px, 8.5vw, 128px); line-height: .8; letter-spacing: -.065em; }
.manifesto-title h2 em { color: var(--orange); font-style: normal; }
.manifesto-copy > p { margin: 0 0 34px; color: rgba(0,0,0,.67); font-size: clamp(14px, 1.3vw, 19px); line-height: 1.65; }
.text-link { padding: 0 0 8px; color: #080808; background: transparent; border: 0; border-bottom: 2px solid #080808; font-size: 10px; font-weight: 900; letter-spacing: .1em; cursor: pointer; }
.text-link span { color: var(--orange); }
.program-list { margin-top: 100px; border-top: 1px solid rgba(0,0,0,.18); }
.program-row { position: relative; display: grid; grid-template-columns: 70px 1fr 1fr 40px; align-items: center; min-height: 116px; border-bottom: 1px solid rgba(0,0,0,.18); overflow: hidden; cursor: default; }
.program-row::before { content: ""; position: absolute; z-index: 0; inset: 100% 0 0; background: var(--acid); transition: inset .3s ease; }
.program-row:hover::before { inset: 0; }
.program-row > * { position: relative; z-index: 1; }
.program-row > span { color: var(--orange); font-size: 10px; font-weight: 900; }
.program-row h3 { margin: 0; font-family: var(--display); font-size: clamp(25px, 3.2vw, 50px); text-transform: uppercase; letter-spacing: -.05em; }
.program-row p { margin: 0; color: rgba(0,0,0,.55); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.program-row i { font-size: 26px; font-style: normal; transform: rotate(45deg); transition: transform .25s ease; }
.program-row:hover i { transform: rotate(0); }

.power-strip { overflow: hidden; color: #080808; background: var(--acid); border-top: 5px solid #080808; border-bottom: 5px solid #080808; }
.power-strip div { display: flex; width: max-content; align-items: center; gap: 25px; padding: 17px 0; font-family: var(--display); font-size: clamp(21px, 3vw, 48px); white-space: nowrap; animation: marquee 20s linear infinite; }
.power-strip b { color: var(--orange); }
@keyframes marquee { to { transform: translateX(-50%); } }

.membership { position: relative; background: #0a0a0a; }
.membership::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.15) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to bottom, #000, transparent 75%); }
.membership > * { position: relative; }
.membership-head { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 7vw; }
.membership-head h2 { margin: 0; font-family: var(--display); font-size: clamp(47px, 7vw, 104px); line-height: .84; letter-spacing: -.06em; }
.membership-head h2 em { color: var(--acid); font-style: normal; }
.membership-head p { margin: 0 0 7px; color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.7; }
.plan-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; margin-top: 80px; }
.plan-card { position: relative; min-height: 420px; padding: 36px; background: #111; border: 1px solid rgba(255,255,255,.16); transition: transform .25s ease, border-color .25s ease; }
.plan-card:hover { transform: translateY(-8px); border-color: var(--acid); }
.plan-card.is-featured { color: #090909; background: var(--acid); transform: rotate(-1deg); box-shadow: 13px 13px 0 var(--orange); }
.plan-card.is-featured:hover { transform: rotate(0) translateY(-8px); }
.best-value { position: absolute; right: 22px; top: 22px; padding: 7px 10px; color: #fff; background: #080808; font-size: 7px; font-weight: 900; letter-spacing: .1em; }
.plan-card > p { margin: 0 0 28px; font-size: 9px; font-weight: 900; letter-spacing: .2em; }
.plan-card h3 { margin: 0; font-family: var(--display); font-size: clamp(42px, 5vw, 74px); line-height: 1; letter-spacing: -.06em; }
.plan-card small { display: block; margin-top: 5px; opacity: .5; font-size: 9px; text-transform: uppercase; }
.plan-card ul { margin: 38px 0 45px; padding: 0; list-style: none; }
.plan-card li { padding: 11px 0; border-bottom: 1px solid currentColor; border-color: rgba(255,255,255,.13); font-size: 10px; }
.plan-card.is-featured li { border-color: rgba(0,0,0,.2); }
.plan-card li::before { content: "✓"; margin-right: 8px; color: var(--acid); font-weight: 900; }
.plan-card.is-featured li::before { color: var(--orange); }
.plan-button { position: absolute; left: 36px; right: 36px; bottom: 32px; display: flex; justify-content: space-between; padding: 15px; color: #090909; background: #fff; border: 0; font-size: 9px; font-weight: 900; letter-spacing: .11em; cursor: pointer; }
.plan-card.is-featured .plan-button { color: #fff; background: #090909; }

.footer { position: relative; padding: 85px max(6vw,24px) 22px; color: #080808; background: var(--orange); overflow: hidden; }
.footer-marquee { position: absolute; left: -2%; top: -20px; width: 104%; color: rgba(0,0,0,.08); font-family: var(--display); font-size: clamp(80px, 14vw, 210px); white-space: nowrap; letter-spacing: -.07em; }
.footer-grid { position: relative; display: grid; grid-template-columns: 1.2fr .7fr .8fr .5fr; gap: 6vw; align-items: end; padding-top: 80px; }
.footer-mark { display: grid; place-items: center; width: 66px; height: 66px; color: var(--orange); background: #080808; border-radius: 50%; font-family: var(--display); font-size: 23px; transform: rotate(-9deg); }
.footer h2 { margin: 20px 0 5px; font-family: var(--display); font-size: clamp(32px, 5vw, 70px); letter-spacing: -.06em; }
.footer p { margin: 8px 0 0; font-size: 10px; line-height: 1.6; }
.footer small { display: block; margin-bottom: 20px; font-size: 8px; font-weight: 900; letter-spacing: .18em; }
.footer-grid a { display: block; margin: 8px 0; font-size: 12px; font-weight: 800; }
.footer-cta button { display: block; width: 150px; height: 150px; color: #fff; background: #080808; border: 0; border-radius: 50%; font-family: var(--display); font-size: 22px; line-height: .9; cursor: pointer; transform: rotate(-7deg); transition: transform .2s ease; }
.footer-cta button:hover { transform: rotate(0) scale(1.05); }
.footer-cta span { color: var(--acid); }
.footer-bottom { position: relative; display: flex; justify-content: space-between; margin-top: 80px; padding-top: 18px; border-top: 1px solid rgba(0,0,0,.3); font-size: 7px; font-weight: 800; letter-spacing: .13em; }

.youtube-drawer { position: fixed; z-index: 210; right: 18px; bottom: 18px; width: min(520px, calc(100vw - 36px)); padding: 13px; background: #0a0a0a; border: 1px solid rgba(255,255,255,.3); box-shadow: 0 25px 80px rgba(0,0,0,.7); transform: translateY(calc(100% + 40px)); visibility: hidden; transition: transform .35s ease, visibility .35s ease; }
.youtube-drawer.is-open { transform: none; visibility: visible; }
.youtube-drawer__head { display: flex; align-items: center; justify-content: space-between; padding: 0 0 10px; font-size: 8px; font-weight: 900; letter-spacing: .15em; }
.youtube-drawer__head button { color: #fff; background: transparent; border: 0; font-size: 30px; line-height: 1; cursor: pointer; }
#youtube-player { width: 100%; aspect-ratio: 16/9; background: #050505; }
.youtube-drawer p { margin: 9px 0 0; color: rgba(255,255,255,.45); font-size: 8px; }

.modal { position: fixed; z-index: 500; inset: 0; display: grid; place-items: center; padding: 20px; opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease; }
.modal.is-open { opacity: 1; visibility: visible; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.78); backdrop-filter: blur(9px); }
.join-card { position: relative; width: min(600px, 100%); max-height: calc(100svh - 35px); overflow: auto; padding: clamp(28px,5vw,58px); color: #080808; background: var(--paper); box-shadow: 14px 14px 0 var(--acid); transform: translateY(30px) rotate(-1deg); transition: transform .3s ease; }
.modal.is-open .join-card { transform: none; }
.modal-close { position: absolute; right: 15px; top: 10px; color: #080808; background: transparent; border: 0; font-size: 36px; cursor: pointer; }
.join-kicker { color: var(--orange); font-size: 8px; font-weight: 900; letter-spacing: .2em; }
.join-card h2 { margin: 14px 0 10px; font-family: var(--display); font-size: clamp(46px,8vw,84px); line-height: .8; letter-spacing: -.065em; }
.join-card h2 em { color: var(--orange); font-style: normal; }
.join-card > p { margin: 0 0 28px; color: rgba(0,0,0,.56); font-size: 12px; }
.join-card label { display: block; margin: 16px 0; }
.join-card label span { display: block; margin-bottom: 7px; font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.join-card input, .join-card select { width: 100%; height: 50px; padding: 0 13px; color: #080808; background: transparent; border: 1px solid rgba(0,0,0,.3); border-radius: 0; outline: none; }
.join-card input:focus, .join-card select:focus { border-color: var(--orange); box-shadow: 3px 3px 0 var(--orange); }
.join-card form > button { display: flex; justify-content: space-between; width: 100%; margin-top: 22px; padding: 17px; color: #fff; background: #080808; border: 0; font-size: 10px; font-weight: 900; letter-spacing: .1em; cursor: pointer; }
.join-card form > button span { color: var(--acid); }
.noscript-message { position: fixed; z-index: 2000; left: 0; right: 0; bottom: 0; padding: 15px; color: #080808; background: var(--acid); text-align: center; font-size: 12px; }

.reveal { opacity: 0; transform: translateY(34px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
    .music-deck { width: calc(100% - 70px); grid-template-columns: 62px minmax(160px,1fr) 140px minmax(130px,.75fr); }
    .deck-actions { display: none; }
    .hero-content { width: 86vw; }
    .plan-card { padding: 28px; }
    .plan-button { left: 28px; right: 28px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-cta { display: flex; justify-content: flex-end; }
}

@media (max-width: 760px) {
    .pointer-glow, .live-chip, .desktop-nav, .hero-side, .deck-accent, .track-progress-wrap { display: none; }
    .topbar { height: 74px; padding: 0 18px; }
    .brand-mark { width: 41px; height: 41px; font-size: 14px; }
    .brand-copy small { font-size: 7px; }
    .mobile-menu-button { display: block; }
    .mobile-menu { position: absolute; z-index: 19; top: 74px; left: 0; right: 0; display: grid; gap: 0; padding: 10px 18px 18px; background: rgba(7,7,7,.96); border-bottom: 1px solid var(--line); transform: translateY(-130%); visibility: hidden; transition: transform .25s ease, visibility .25s; }
    .mobile-menu.is-open { transform: none; visibility: visible; }
    .mobile-menu a, .mobile-menu button { padding: 17px 5px; text-align: left; color: #fff; background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.13); font-family: var(--display); font-size: 18px; text-transform: uppercase; }
    .hero { min-height: 820px; }
    .hero-content { width: 94vw; padding-top: 150px; }
    .hero-kicker { font-size: 7px; }
    .hero-title-wrap h2 { font-size: clamp(66px, 23vw, 105px); line-height: .78; }
    .hero-title-wrap h2 em { margin-left: 0; }
    .brush-word { top: -24%; right: 3%; font-size: 36px; }
    .outline-word { font-size: 28vw; }
    .hero-subtitle { margin-top: 21px; font-size: 9px; }
    .genre-switcher { gap: 5px; }
    .genre-button { padding: 10px 9px; font-size: 8px; }
    .genre-button span { display: none; }
    .music-deck { bottom: 33px; width: calc(100% - 30px); min-height: 148px; grid-template-columns: 55px 1fr 130px; grid-template-rows: 70px 40px; gap: 5px 11px; padding: 13px; }
    .track-visual { width: 50px; height: 50px; }
    .track-copy strong { font-size: 10px; }
    .deck-controls { gap: 5px; }
    .deck-controls button { width: 25px; }
    .deck-controls .main-play { width: 44px; height: 44px; }
    .deck-actions { display: flex; grid-column: 1 / -1; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.12); padding-top: 8px; }
    .deck-actions button { padding: 6px 8px; }
    .volume-control input { width: 70px; }
    .ad-zone { min-height: 82px; padding: 8px 12px; }
    .ad-zone__inner { min-height: 58px; }
    .ad-zone__placeholder, .ad-zone .adsbygoogle { min-height: 50px; }
    .ad-zone__placeholder small { display: none; }
    .ad-zone__label { font-size: 6px; }
    .section-pad { padding: 82px 20px; }
    .section-label { margin-bottom: 50px; }
    .manifesto-grid, .membership-head { grid-template-columns: 1fr; gap: 38px; }
    .manifesto-title h2 { font-size: clamp(54px, 17vw, 80px); }
    .manifesto-copy > p { font-size: 14px; }
    .program-list { margin-top: 70px; }
    .program-row { grid-template-columns: 37px 1fr 25px; min-height: 98px; }
    .program-row p { display: none; }
    .program-row h3 { font-size: 28px; }
    .plan-grid { grid-template-columns: 1fr; gap: 25px; margin-top: 55px; }
    .plan-card { min-height: 400px; }
    .plan-card.is-featured { transform: none; }
    .footer { padding-top: 60px; }
    .footer-grid { grid-template-columns: 1fr; padding-top: 55px; gap: 40px; }
    .footer-cta { justify-content: flex-start; }
    .footer-cta button { width: 120px; height: 120px; font-size: 18px; }
    .footer-bottom { gap: 20px; }
    .youtube-drawer { right: 8px; bottom: 8px; width: calc(100vw - 16px); }
    .entry-gate h1 { font-size: 20vw; }
    .entry-gate h1 span { -webkit-text-stroke-width: 1px; }
}

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