/*
Theme Name: WubStock Vault
Theme URI: https://wubstock.live
Author: WubStock
Description: A cinematic WubStock event, artist, sponsorship, and community platform with the Rave Rig and RadioActive Halloween Weekend.
Version: 1.3.2
Requires at least: 6.2
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: wubstock-vault
*/

:root {
	--vault-black: #100713;
	--vault-ink: #241027;
	--vault-panel: #341733;
	--vault-red: #ff174f;
	--vault-pink: #ff42b3;
	--vault-violet: #9a5cff;
	--vault-cream: #fff8fc;
	--vault-blush: #ffd8ed;
	--vault-lilac: #eadcff;
	--vault-muted: #b9aeb9;
	--vault-line: rgba(255, 255, 255, .14);
	--vault-display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	--vault-body: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--vault-shell: min(1380px, calc(100vw - 64px));
	--vault-radius: 4px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--vault-black); }
body {
	margin: 0;
	background: var(--vault-black);
	color: var(--vault-cream);
	font-family: var(--vault-body);
	font-size: 16px;
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img, video, iframe { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
::selection { background: var(--vault-pink); color: var(--vault-black); }

.screen-reader-text,
.vault-skip-link {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}
.vault-skip-link:focus {
	clip: auto !important;
	clip-path: none;
	height: auto;
	left: 16px;
	padding: 12px 18px;
	top: 16px;
	width: auto;
	z-index: 99999;
	background: #fff;
	color: #000;
}
.vault-shell { width: var(--vault-shell); margin-inline: auto; }
.vault-section { position: relative; padding: 140px 0; }
.vault-kicker {
	margin: 0 0 14px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .22em;
	line-height: 1.2;
	text-transform: uppercase;
}
.vault-section-heading { position: relative; margin-bottom: 54px; }
.vault-section-heading h2,
.vault-mvp-intro h2,
.vault-final-call h2,
.vault-footer h2,
.vault-inner-hero h1,
.vault-single__hero h1 {
	margin: 0;
	font-family: var(--vault-display);
	font-size: clamp(52px, 7.8vw, 124px);
	font-weight: 900;
	letter-spacing: -.035em;
	line-height: .83;
	text-transform: uppercase;
}
.vault-section-heading--split {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(280px, .6fr);
	gap: 64px;
	align-items: end;
}
.vault-section-heading--split > p { margin: 0 0 5px; max-width: 540px; color: var(--vault-muted); }
.vault-heading-link { position: absolute; right: 0; bottom: 10px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 800; letter-spacing: .16em; }
.vault-heading-link:hover { color: var(--vault-pink); }

.vault-cursor-glow {
	position: fixed;
	left: 0;
	top: 0;
	width: 420px;
	height: 420px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 255, 255, .22), rgba(255, 66, 179, .14) 34%, rgba(154, 92, 255, .07) 50%, transparent 72%);
	pointer-events: none;
	transform: translate3d(calc(var(--cursor-x, -500px) - 50%), calc(var(--cursor-y, -500px) - 50%), 0);
	z-index: 4;
	mix-blend-mode: screen;
}

/* Header */
.vault-header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 100;
	border-bottom: 1px solid transparent;
	transition: background .3s ease, border-color .3s ease, transform .45s ease, opacity .35s ease;
}
.is-vault-home .vault-header:not(.is-scrolled) { opacity: 0; transform: translateY(-110%); pointer-events: none; }
.admin-bar .vault-header { top: 32px; }
.vault-header.is-scrolled { background: rgba(7, 5, 9, .88); border-color: var(--vault-line); backdrop-filter: blur(18px); }
.vault-header__inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.vault-brand { position: relative; z-index: 2; }
.custom-logo-link { display: flex; align-items: center; }
.custom-logo { width: auto; max-width: 170px; max-height: 58px; object-fit: contain; }
.vault-wordmark { display: inline-flex; align-items: flex-start; font-family: var(--vault-display); font-size: 29px; letter-spacing: -.045em; line-height: 1; }
.vault-wordmark__w { color: var(--vault-red); }
.vault-wordmark sup { margin: 1px 0 0 5px; font-family: var(--vault-body); font-size: 7px; letter-spacing: .15em; }
.vault-nav { display: flex; align-items: center; gap: 36px; }
.vault-nav__list { display: flex; align-items: center; gap: 32px; list-style: none; margin: 0; padding: 0; }
.vault-nav__list a { position: relative; font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.vault-nav__list a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--vault-pink); transition: right .25s ease; }
.vault-nav__list a:hover::after, .vault-nav__list a:focus-visible::after { right: 0; }
.vault-header-key { display: inline-flex; align-items: center; gap: 8px; padding: 12px 16px; border: 1px solid rgba(255, 79, 163, .65); font-size: 9px; font-weight: 900; letter-spacing: .16em; transition: color .2s, background .2s, box-shadow .2s; }
.vault-header-key span { color: var(--vault-pink); }
.vault-header-key:hover { background: var(--vault-pink); color: var(--vault-black); box-shadow: 0 0 32px rgba(255, 79, 163, .3); }
.vault-header-key:hover span { color: inherit; }
.vault-menu-toggle { display: none; width: 42px; height: 42px; padding: 11px; border: 0; background: transparent; }
.vault-menu-toggle > span:not(.screen-reader-text) { display: block; height: 1px; background: currentColor; margin: 6px 0; transition: transform .25s; }

/* Buttons */
.vault-button {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	min-width: 240px;
	padding: 17px 18px;
	border: 1px solid rgba(255,255,255,.45);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .16em;
	line-height: 1;
	text-transform: uppercase;
	transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}
.vault-button i { font-style: normal; font-size: 16px; }
.vault-button:hover, .vault-button:focus-visible { transform: translateY(-3px); background: var(--vault-cream); border-color: var(--vault-cream); color: var(--vault-black); }
.vault-button--hot { border-color: var(--vault-pink); background: linear-gradient(105deg, var(--vault-red), var(--vault-pink)); box-shadow: 0 0 46px rgba(255, 33, 79, .2); }
.vault-button--hot:hover { background: var(--vault-cream); box-shadow: 0 0 50px rgba(255, 79, 163, .28); }
.vault-button--dark { border-color: var(--vault-black); background: var(--vault-black); color: #fff; box-shadow: 8px 8px 0 rgba(154, 92, 255, .46); }
.vault-button--dark:hover, .vault-button--dark:focus-visible { border-color: var(--vault-black); background: #fff; color: var(--vault-black); box-shadow: 4px 4px 0 rgba(154, 92, 255, .62); }
.vault-button--small { min-width: 0; width: 100%; padding: 14px 15px; }
.vault-button--light { background: var(--vault-cream); color: var(--vault-black); border-color: var(--vault-cream); }
.vault-button--light:hover { background: transparent; color: var(--vault-cream); }
.vault-text-link { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.vault-text-link:hover { color: var(--vault-pink); }
.vault-admin-link { display: inline-block; margin-top: 12px; padding: 9px 12px; background: var(--vault-pink); color: var(--vault-black); font-size: 11px; font-weight: 800; }

/* Hero */
.vault-hero {
	position: relative;
	min-height: 100svh;
	display: flex;
	align-items: flex-end;
	padding: 150px 0 110px;
	background:
		radial-gradient(circle at 82% 25%, rgba(255, 255, 255, .55), transparent 17%),
		radial-gradient(circle at 72% 70%, rgba(255, 221, 244, .46), transparent 27%),
		linear-gradient(126deg, #ff174f 0%, #ff42b3 48%, #895cff 100%);
	overflow: hidden;
}
.vault-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: repeating-linear-gradient(90deg, transparent 0, transparent calc(25% - 1px), rgba(255,255,255,.035) 25%);
	pointer-events: none;
}
.vault-hero::after {
	content: "";
	position: absolute;
	inset: -20%;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");
	opacity: .17;
	mix-blend-mode: screen;
	pointer-events: none;
	animation: vaultNoise .22s steps(2) infinite;
}
.vault-hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .72; filter: saturate(1.25) contrast(1.06); }
.vault-hero__veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,7,19,.66) 2%, rgba(16,7,19,.26) 54%, rgba(16,7,19,.04)), linear-gradient(0deg, rgba(16,7,19,.58), transparent 62%); }
.vault-hero__content { position: relative; z-index: 3; }
.vault-hero .vault-kicker { color: #fff; text-shadow: 0 2px 14px rgba(16,7,19,.35); }
.vault-hero h1 { max-width: 950px; margin: 0; font-family: var(--vault-display); font-size: clamp(78px, 12vw, 190px); font-weight: 900; letter-spacing: -.055em; line-height: .72; text-transform: uppercase; }
.vault-hero h1 span, .vault-hero h1 em { display: block; }
.vault-hero h1 em { position: relative; margin-left: clamp(30px, 9vw, 145px); color: transparent; font-style: normal; -webkit-text-stroke: 1.5px var(--vault-cream); text-shadow: 12px 0 0 rgba(255,33,79,.34), -9px 2px 0 rgba(143,92,255,.3); }
.vault-hero__copy { max-width: 600px; margin: 34px 0 0 clamp(30px, 9vw, 145px); color: #fff; font-size: clamp(15px, 1.4vw, 20px); text-shadow: 0 2px 18px rgba(16,7,19,.42); }
.vault-hero__actions { display: flex; align-items: center; gap: 30px; margin: 32px 0 0 clamp(30px, 9vw, 145px); }
.vault-hero__orbit { position: absolute; z-index: 2; right: 4vw; top: 18%; width: clamp(210px, 25vw, 380px); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; display: grid; place-items: center; animation: vaultFloat 7s ease-in-out infinite; }
.vault-hero__orbit::before, .vault-hero__orbit::after { content: ""; position: absolute; border-radius: 50%; border: 1px dashed rgba(255,79,163,.35); }
.vault-hero__orbit::before { inset: 12%; animation: vaultSpin 28s linear infinite; }
.vault-hero__orbit::after { inset: 27%; border-style: solid; border-color: rgba(143,92,255,.35); }
.vault-hero__orbit-copy { position: absolute; bottom: 9%; font-size: 7px; font-weight: 800; letter-spacing: .2em; color: rgba(255,255,255,.6); }
.vault-hero__core { position: relative; z-index: 1; width: 28%; aspect-ratio: 1; display: grid; place-items: center; transform: rotate(45deg); border: 1px solid #fff; background: rgba(16,7,19,.46); box-shadow: 0 0 70px rgba(255,255,255,.34); }
.vault-hero__core span { transform: rotate(-45deg); font-family: var(--vault-display); font-size: clamp(28px, 4vw, 62px); }
.vault-symbol { position: absolute; z-index: 1; color: rgba(255,255,255,.18); font-size: 32px; animation: vaultDrift 9s ease-in-out infinite; }
.vault-symbol--one { left: 6%; top: 22%; }
.vault-symbol--two { left: 48%; top: 20%; color: rgba(255,79,163,.35); animation-delay: -2s; }
.vault-symbol--three { right: 6%; bottom: 18%; animation-delay: -5s; }
.vault-symbol--four { left: 38%; bottom: 12%; color: rgba(143,92,255,.4); font-size: 68px; animation-delay: -4s; }
.vault-hero__status { position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: repeat(3, 1fr); padding: 16px 32px; border-top: 1px solid var(--vault-line); font-size: 8px; font-weight: 800; letter-spacing: .18em; }
.vault-hero__status span:nth-child(2) { text-align: center; }
.vault-hero__status span:last-child { text-align: right; }
.vault-hero__status i { display: inline-block; width: 6px; height: 6px; margin-right: 8px; border-radius: 50%; background: #65ff98; box-shadow: 0 0 12px #65ff98; }

/* Wordless cinematic opening */
.vault-hero.vault-hero--portal { height: 100vh; height: 100svh; min-height: 100vh; min-height: 100svh; display: block; padding: 0; background: #020104; isolation: isolate; }
.vault-hero--portal::before { z-index: 3; opacity: .28; background-image: repeating-linear-gradient(90deg, transparent 0, transparent calc(20% - 1px), rgba(255,255,255,.025) 20%); }
.vault-hero--portal::after { z-index: 4; opacity: .12; }
.vault-hero__image, .vault-hero--portal .vault-hero__video { position: absolute; inset: -2%; width: 104%; height: 104%; object-fit: cover; }
.vault-hero__image { z-index: 0; animation: vaultHeroBreathe 13s cubic-bezier(.45,0,.55,1) infinite alternate; transform-origin: 50% 44%; }
.vault-hero--portal .vault-hero__video { z-index: 1; opacity: .76; mix-blend-mode: screen; }
.vault-hero__cinema { position: absolute; z-index: 2; inset: 0; overflow: hidden; pointer-events: none; }
.vault-hero__portal-glow { position: absolute; left: 50%; top: 39%; width: min(66vw, 980px); aspect-ratio: 1.7; transform: translate(-50%,-50%); border-radius: 50%; background: radial-gradient(ellipse, rgba(255,255,255,.2), rgba(255,35,167,.22) 28%, rgba(151,41,255,.1) 50%, transparent 72%); filter: blur(14px); mix-blend-mode: screen; animation: vaultPortalPulse 3.8s ease-in-out infinite; }
.vault-hero__beam { position: absolute; left: 50%; top: 48%; width: 150vmax; height: 150vmax; transform: translate(-50%,-50%); background: repeating-conic-gradient(from 0deg, transparent 0deg 8deg, rgba(255,31,133,.085) 8.4deg 8.8deg, transparent 9.1deg 18deg); mix-blend-mode: screen; mask-image: radial-gradient(circle, #000 0 28%, transparent 67%); }
.vault-hero__beam--one { animation: vaultBeamTurn 34s linear infinite; }
.vault-hero__beam--two { opacity: .65; transform: translate(-50%,-50%) rotate(8deg); background: repeating-conic-gradient(from 0deg, transparent 0deg 13deg, rgba(195,85,255,.07) 13.3deg 13.65deg, transparent 14deg 27deg); animation: vaultBeamTurnReverse 44s linear infinite; }
.vault-hero__laser { position: absolute; display: block; width: 84vmax; height: 2px; border-radius: 50%; transform-origin: 0 50%; opacity: 0; mix-blend-mode: screen; }
.vault-hero__laser::after { content: ""; position: absolute; inset: -9px 0; background: inherit; filter: blur(9px); opacity: .7; }
.vault-hero__laser--one { left: 4%; top: 58%; background: linear-gradient(90deg, rgba(211,255,55,.96), rgba(211,255,55,.14) 68%, transparent); box-shadow: 0 0 8px #d3ff37, 0 0 24px rgba(211,255,55,.8); animation: vaultLaserSweepOne 6.8s cubic-bezier(.2,.8,.2,1) infinite; }
.vault-hero__laser--two { right: 2%; top: 48%; width: 76vmax; transform-origin: 100% 50%; background: linear-gradient(270deg, rgba(255,44,179,.96), rgba(255,44,179,.13) 68%, transparent); box-shadow: 0 0 8px #ff2cb3, 0 0 26px rgba(255,44,179,.82); animation: vaultLaserSweepTwo 8.4s cubic-bezier(.2,.8,.2,1) 1.1s infinite; }
.vault-hero__laser--three { left: 23%; bottom: 18%; width: 70vmax; background: linear-gradient(90deg, rgba(186,112,255,.96), rgba(186,112,255,.11) 70%, transparent); box-shadow: 0 0 8px #ba70ff, 0 0 24px rgba(186,112,255,.8); animation: vaultLaserSweepThree 10.2s cubic-bezier(.2,.8,.2,1) 2.4s infinite; }
.vault-hero__particles { position: absolute; inset: 0; opacity: .52; background-image: radial-gradient(circle, rgba(255,255,255,.85) 0 1px, transparent 1.4px), radial-gradient(circle, rgba(255,73,180,.9) 0 1px, transparent 1.5px); background-position: 0 0, 42px 25px; background-size: 95px 95px, 137px 137px; mask-image: linear-gradient(transparent, #000 12%, #000 72%, transparent); animation: vaultParticlesRise 16s linear infinite; }
.vault-hero__vignette { position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 45%, transparent 25%, rgba(3,1,4,.12) 62%, rgba(3,1,4,.72) 100%), linear-gradient(0deg, rgba(3,1,4,.55), transparent 28%); }
.vault-hero__welcome { position: absolute; z-index: 6; left: 50%; bottom: clamp(92px, 13vh, 150px); width: min(94vw, 1380px); transform: translateX(-50%); text-align: center; pointer-events: none; }
.vault-hero__welcome span { position: relative; display: inline-block; white-space: nowrap; font-family: Georgia, "Times New Roman", serif; font-size: clamp(27px, 5.4vw, 94px); font-weight: 400; letter-spacing: .12em; line-height: 1; background: linear-gradient(104deg, rgba(255,255,255,.4) 0%, rgba(255,228,247,.72) 30%, #fff 43%, #ff91d8 49%, #fff 54%, rgba(237,219,255,.7) 68%, rgba(255,255,255,.4) 100%); background-size: 280% 100%; background-position: 100% 0; color: transparent; -webkit-background-clip: text; background-clip: text; -webkit-text-stroke: .45px rgba(255,255,255,.5); text-shadow: 0 0 12px rgba(255,255,255,.34), 0 0 34px rgba(255,55,174,.42), 0 0 70px rgba(142,67,255,.28); filter: drop-shadow(0 5px 14px rgba(0,0,0,.65)); animation: vaultWelcomeGlint 5.8s ease-in-out infinite, vaultWelcomeGlow 3.2s ease-in-out infinite; }
.vault-hero__welcome::after { content: ""; position: absolute; left: 9%; top: 46%; width: 7px; height: 7px; border-radius: 50%; background: #fff; box-shadow: 0 0 8px 3px #fff, 0 0 22px 10px rgba(255,100,211,.8), 0 0 54px 20px rgba(172,91,255,.42); opacity: 0; animation: vaultWelcomeSpark 5.8s ease-in-out infinite; }
.vault-hero__scroll-cue { position: absolute; z-index: 7; left: 50%; bottom: max(22px, env(safe-area-inset-bottom)); width: 34px; height: 50px; transform: translateX(-50%); filter: drop-shadow(0 0 12px rgba(255,255,255,.68)); animation: vaultScrollCue 2s ease-in-out infinite; }
.vault-hero__scroll-cue span { position: absolute; left: 50%; width: 18px; height: 18px; border-right: 2px solid rgba(255,255,255,.9); border-bottom: 2px solid rgba(255,255,255,.9); transform: translateX(-50%) rotate(45deg); }
.vault-hero__scroll-cue span:first-child { top: 4px; }
.vault-hero__scroll-cue span:last-child { top: 18px; opacity: .45; }

.vault-entry-choice { position: relative; padding: 88px 0; background: radial-gradient(circle at 72% 30%, rgba(255,66,179,.18), transparent 31%), #08050a; border-top: 1px solid rgba(255,255,255,.12); }
.vault-entry-choice__inner { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; }
.vault-entry-choice h2 { margin-top: 5px; font-size: clamp(54px, 7vw, 110px); }
.vault-entry-choice__actions { display: grid; gap: 12px; }

@keyframes vaultHeroBreathe { from { transform: scale(1.015) translate3d(0,0,0); filter: saturate(1.02) contrast(1.02); } to { transform: scale(1.095) translate3d(0,-1.2%,0); filter: saturate(1.16) contrast(1.06); } }
@keyframes vaultPortalPulse { 0%,100% { opacity: .58; transform: translate(-50%,-50%) scale(.93); } 50% { opacity: 1; transform: translate(-50%,-50%) scale(1.08); } }
@keyframes vaultBeamTurn { to { transform: translate(-50%,-50%) rotate(360deg); } }
@keyframes vaultBeamTurnReverse { to { transform: translate(-50%,-50%) rotate(-352deg); } }
@keyframes vaultParticlesRise { to { background-position: 0 -190px, 42px -249px; } }
@keyframes vaultScrollCue { 0%,100% { transform: translate(-50%,0); opacity: .42; } 45% { transform: translate(-50%,10px); opacity: 1; } }
@keyframes vaultLaserSweepOne { 0%,13%,100% { opacity: 0; transform: rotate(-24deg) scaleX(.2); } 18% { opacity: .92; } 29% { opacity: .68; transform: rotate(14deg) scaleX(1); } 34% { opacity: 0; transform: rotate(20deg) scaleX(.86); } }
@keyframes vaultLaserSweepTwo { 0%,36%,100% { opacity: 0; transform: rotate(22deg) scaleX(.24); } 41% { opacity: .95; } 52% { opacity: .66; transform: rotate(-16deg) scaleX(1); } 58% { opacity: 0; transform: rotate(-22deg) scaleX(.8); } }
@keyframes vaultLaserSweepThree { 0%,62%,100% { opacity: 0; transform: rotate(-7deg) scaleX(.18); } 67% { opacity: .9; } 77% { opacity: .58; transform: rotate(-38deg) scaleX(1); } 82% { opacity: 0; transform: rotate(-45deg) scaleX(.76); } }
@keyframes vaultWelcomeGlint { 0%,18% { background-position: 100% 0; } 48%,100% { background-position: -115% 0; } }
@keyframes vaultWelcomeGlow { 0%,100% { opacity: .72; transform: scale(.985); } 50% { opacity: 1; transform: scale(1.012); } }
@keyframes vaultWelcomeSpark { 0%,18% { left: 8%; opacity: 0; } 27% { opacity: 1; } 48% { left: 92%; opacity: .9; } 54%,100% { left: 94%; opacity: 0; } }

/* Ticker */
.vault-ticker { display: block; overflow: hidden; border-block: 2px solid rgba(16,7,19,.7); background: linear-gradient(90deg, #ff174f, #ff42b3 52%, #9a5cff); color: #fff; transform: rotate(-1.2deg) scale(1.02); position: relative; z-index: 6; box-shadow: 0 12px 35px rgba(255,66,179,.26); transition: filter .2s ease; }
.vault-ticker:hover, .vault-ticker:focus-visible { filter: saturate(1.15) brightness(1.08); }
.vault-ticker__track { display: flex; width: max-content; align-items: center; gap: 34px; padding: 17px 0; animation: vaultTicker 28s linear infinite; }
.vault-ticker span { font-family: var(--vault-display); font-size: 21px; letter-spacing: .045em; text-shadow: 0 2px 12px rgba(16,7,19,.22); }
.vault-ticker i { font-style: normal; font-size: 13px; }

/* Event film */
.vault-film-section { background: linear-gradient(145deg, var(--vault-cream), var(--vault-blush)); color: var(--vault-black); }
.vault-film-section .vault-kicker { color: #a31d59; }
.vault-film-section .vault-section-heading--split > p { color: #6f405c; }
.vault-film { position: relative; min-height: 68vh; border: 1px solid var(--vault-line); background: #0b080c; box-shadow: 0 35px 100px rgba(0,0,0,.46); overflow: hidden; }
.vault-film::before { content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none; box-shadow: inset 0 0 80px rgba(0,0,0,.56); }
.vault-film__embed { width: 100%; height: 100%; min-height: 68vh; }
.vault-film__embed iframe, .vault-film__embed video, .vault-film__embed .wp-video, .vault-film__embed .mejs-container { width: 100% !important; height: 68vh !important; }
.vault-film__embed iframe, .vault-film__embed video { object-fit: cover; }
.vault-film__placeholder { min-height: 68vh; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 24px; background: radial-gradient(circle, rgba(255,33,79,.18), transparent 20%), repeating-radial-gradient(circle at 50% 50%, transparent 0 45px, rgba(255,255,255,.045) 46px 47px); color: #fff; }
.vault-film__placeholder p { margin: 0; font-size: 10px; font-weight: 800; letter-spacing: .24em; }
.vault-film__pulse { width: 116px; height: 116px; display: grid; place-items: center; border: 1px solid rgba(255,79,163,.5); transform: rotate(45deg); animation: vaultPulse 2.8s ease-in-out infinite; }
.vault-film__pulse span { transform: rotate(-45deg); font-family: var(--vault-display); font-size: 54px; }
.vault-film__index { position: absolute; z-index: 3; right: 18px; bottom: 14px; color: #fff; font-size: 8px; font-weight: 800; letter-spacing: .2em; }

/* Events */
.vault-events-section { background: var(--vault-cream); color: var(--vault-black); }
.vault-events-section .vault-kicker { color: #6b5666; }
.vault-event-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.vault-event-card { position: relative; background: #fff; border: 1px solid rgba(16,11,18,.16); transition: transform .3s ease, box-shadow .3s ease; }
.vault-event-card:nth-child(even) { transform: translateY(32px); }
.vault-event-card:hover { transform: translateY(-8px); box-shadow: 0 24px 60px rgba(34,15,27,.16); }
.vault-event-card:nth-child(even):hover { transform: translateY(20px); }
.vault-event-card__media { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: var(--vault-ink); color: #fff; }
.vault-event-card__media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.8) contrast(1.04); transition: transform .6s ease, filter .4s ease; }
.vault-event-card:hover img { transform: scale(1.045); filter: saturate(1.05); }
.vault-event-card__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,5,9,.55), transparent 50%); pointer-events: none; }
.vault-event-card__media time { position: absolute; z-index: 2; left: 16px; bottom: 13px; display: flex; align-items: flex-end; gap: 8px; line-height: 1; text-transform: uppercase; }
.vault-event-card__media time strong { font-family: var(--vault-display); font-size: 46px; }
.vault-event-card__media time span { padding-bottom: 6px; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.vault-event-card__badge { position: absolute; z-index: 3; top: 12px; right: 12px; padding: 7px 9px; background: var(--vault-red); color: #fff; font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.vault-event-card__body { padding: 22px 18px 18px; }
.vault-event-card__body h3 { margin: 0 0 8px; font-family: var(--vault-display); font-size: 32px; line-height: .95; text-transform: uppercase; }
.vault-event-card__body h3 a:hover { color: var(--vault-red); }
.vault-event-card__date { min-height: 42px; margin: 0 0 18px; color: #675b65; font-size: 12px; }
.vault-media-fallback { width: 100%; height: 100%; display: grid; place-items: center; position: relative; background: radial-gradient(circle at 50% 45%, rgba(255,33,79,.35), transparent 28%), repeating-linear-gradient(135deg, #0d0910 0 30px, #130b13 31px 60px); }
.vault-media-fallback::before { content: ""; position: absolute; inset: 10%; border: 1px solid rgba(255,255,255,.14); transform: rotate(4deg); }
.vault-media-fallback span { font-family: var(--vault-display); font-size: clamp(42px, 6vw, 86px); letter-spacing: -.04em; }
.vault-media-fallback i { position: absolute; bottom: 16px; font-style: normal; font-size: 8px; font-weight: 800; letter-spacing: .2em; }

/* Event clips */
.vault-clips-section { background: linear-gradient(135deg, #6d39e8, #be3df4 55%, #ff42b3); }
.vault-clip-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.vault-clip { border: 1px solid var(--vault-line); background: var(--vault-panel); }
.vault-clip__video { aspect-ratio: 16/9; overflow: hidden; background: #000; }
.vault-clip__video iframe, .vault-clip__video video, .vault-clip__video .wp-video, .vault-clip__video .mejs-container { width: 100% !important; height: 100% !important; }
.vault-clip__video iframe, .vault-clip__video video { aspect-ratio: 16/9; object-fit: cover; }
.vault-clip__meta { padding: 20px; }
.vault-clip__meta h3 { margin: 0; font-family: var(--vault-display); font-size: 38px; line-height: .9; text-transform: uppercase; }

/* MVP */
.vault-mvp-section { background: linear-gradient(142deg, var(--vault-cream) 0%, var(--vault-blush) 56%, var(--vault-lilac) 100%); color: var(--vault-black); overflow: hidden; }
.vault-mvp-section::before { content: "MVP"; position: absolute; right: -3vw; top: 4%; font-family: var(--vault-display); font-size: 34vw; line-height: .8; color: rgba(255,23,79,.055); pointer-events: none; }
.vault-mvp-halo { position: absolute; left: 50%; top: 34%; width: 70vw; height: 70vw; transform: translate(-50%,-50%); border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.72), rgba(154,92,255,.16) 35%, transparent 64%); pointer-events: none; }
.vault-mvp-intro { display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: end; margin-bottom: 76px; }
.vault-mvp-intro h2 em { color: var(--vault-pink); font-style: normal; text-shadow: 9px 0 rgba(143,92,255,.28); }
.vault-mvp-intro__copy > p { margin: 0 0 28px; color: #5f3d56; font-size: 18px; }
.vault-mvp-intro__copy ul { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(16,7,19,.22); }
.vault-mvp-intro__copy li { display: flex; align-items: center; gap: 15px; padding: 11px 0; border-bottom: 1px solid rgba(16,7,19,.22); font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.vault-mvp-intro__copy li span { color: var(--vault-pink); }
.vault-mvp-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.vault-mvp-card { position: relative; border: 1px solid rgba(16,7,19,.16); background: rgba(255,255,255,.82); box-shadow: 0 22px 55px rgba(120,38,92,.12); }
.vault-mvp-card:nth-child(2), .vault-mvp-card:nth-child(4) { transform: translateY(28px); }
.vault-mvp-card__media { position: relative; aspect-ratio: 4/5; overflow: hidden; }
.vault-mvp-card__media img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.25) contrast(1.08); transition: transform .5s, filter .4s; }
.vault-mvp-card:hover img { transform: scale(1.04); filter: grayscale(0); }
.vault-mvp-card__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, #171019, transparent 48%); }
.vault-mvp-card__seal { position: absolute; z-index: 2; right: 13px; top: 13px; width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid var(--vault-pink); border-radius: 50%; background: rgba(7,5,9,.78); color: #fff; box-shadow: 0 0 26px rgba(255,79,163,.18); font-family: var(--vault-display); font-size: 18px; transform: rotate(8deg); }
.vault-mvp-card__media .vault-media-fallback { color: #fff; }
.vault-mvp-card__body { padding: 18px; min-height: 205px; }
.vault-mvp-card__body h3 { margin: 0; font-family: var(--vault-display); font-size: 38px; line-height: .9; text-transform: uppercase; }
.vault-mvp-card__handle { display: block; margin: 7px 0 12px; color: var(--vault-pink); font-size: 11px; }
.vault-mvp-card__body > p:not(.vault-kicker) { color: #674b60; font-size: 13px; }
.vault-mvp-card__body .vault-text-link { margin-top: 8px; font-size: 8px; }
.vault-key-panel { position: relative; display: grid; grid-template-columns: 130px 1fr auto; gap: 36px; align-items: center; margin-top: 110px; padding: 40px; border: 1px solid rgba(255,23,79,.55); background: rgba(255,255,255,.66); box-shadow: 12px 12px 0 rgba(154,92,255,.18); overflow: hidden; }
.vault-key-panel::after { content: "KEY"; position: absolute; right: 20%; font-family: var(--vault-display); font-size: 150px; color: rgba(16,7,19,.04); }
.vault-key-panel__mark { width: 100px; height: 100px; display: grid; place-items: center; border: 1px solid var(--vault-pink); transform: rotate(45deg); }
.vault-key-panel__mark span { transform: rotate(-45deg); color: var(--vault-pink); font-size: 32px; }
.vault-key-panel h3 { margin: 0 0 8px; font-family: var(--vault-display); font-size: 42px; line-height: .95; text-transform: uppercase; }
.vault-key-panel p:not(.vault-kicker) { max-width: 680px; margin: 0; color: #65465d; }

/* Brand Ambassador invitation */
.vault-ambassador-section { background: linear-gradient(125deg, #fff8fc 0%, #ffc9e4 42%, #ff42b3 100%); color: var(--vault-black); overflow: hidden; }
.vault-ambassador-panel { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 64px; align-items: end; padding: clamp(38px, 6vw, 84px); border: 2px solid var(--vault-black); background: rgba(255,255,255,.38); box-shadow: 18px 18px 0 rgba(154,92,255,.42); overflow: hidden; }
.vault-ambassador-panel::before { content: "FOUNDING"; position: absolute; right: -2%; top: -8%; font-family: var(--vault-display); font-size: clamp(110px, 18vw, 270px); line-height: .8; color: rgba(255,255,255,.3); pointer-events: none; }
.vault-ambassador-panel__copy { position: relative; z-index: 1; }
.vault-ambassador-panel h2 { margin: 0; font-family: var(--vault-display); font-size: clamp(68px, 10vw, 150px); letter-spacing: -.045em; line-height: .76; text-transform: uppercase; }
.vault-ambassador-panel h2 em { color: var(--vault-red); font-style: normal; text-shadow: 8px 5px 0 rgba(255,255,255,.72); }
.vault-ambassador-panel__copy > p:last-child { max-width: 720px; margin: 34px 0 0; font-size: clamp(18px, 1.7vw, 24px); font-weight: 700; }
.vault-ambassador-panel__action { position: relative; z-index: 1; display: grid; gap: 32px; justify-items: end; }
.vault-ambassador-panel__action > span { width: 112px; aspect-ratio: 1; display: grid; place-items: center; border: 2px solid var(--vault-black); border-radius: 50%; background: #fff; color: var(--vault-red); font-family: var(--vault-display); font-size: 34px; box-shadow: 8px 8px 0 rgba(255,23,79,.3); transform: rotate(7deg); }

/* Releases */
.vault-releases-section { background: var(--vault-cream); color: var(--vault-black); }
.vault-releases-section .vault-kicker { color: #6b5666; }
.vault-release-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.vault-release-card { min-width: 0; }
.vault-release-card__cover { position: relative; aspect-ratio: 1; overflow: hidden; margin-bottom: 20px; background: var(--vault-black); color: #fff; box-shadow: 0 22px 45px rgba(21,11,17,.13); }
.vault-release-card__cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.vault-release-card:hover img { transform: scale(1.04) rotate(-1deg); }
.vault-release-card__play { position: absolute; right: 18px; bottom: 18px; width: 60px; height: 60px; display: grid; place-items: center; border-radius: 50%; background: var(--vault-red); color: #fff; box-shadow: 0 0 30px rgba(255,33,79,.25); transition: transform .2s, background .2s; }
.vault-release-card__play:hover { transform: scale(1.08); background: var(--vault-black); }
.vault-release-card h3 { margin: 0; font-family: var(--vault-display); font-size: 40px; line-height: .9; text-transform: uppercase; }
.vault-release-card > p:last-child { margin: 7px 0 0; color: #675a65; }
.vault-release-art { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; background: radial-gradient(circle at 30% 30%, rgba(255,79,163,.5), transparent 25%), radial-gradient(circle at 70% 70%, rgba(143,92,255,.5), transparent 25%), #0c080d; }
.vault-release-art::before { content: ""; position: absolute; inset: 10%; border: 1px solid rgba(255,255,255,.16); transform: rotate(8deg); }
.vault-release-art span { font-family: var(--vault-display); font-size: clamp(50px, 8vw, 110px); }
.vault-release-art i { font-style: normal; font-size: 9px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }

/* Merch */
.vault-merch-section { background: linear-gradient(145deg, #ffedf7, var(--vault-lilac)); color: var(--vault-black); }
.vault-merch-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.vault-merch-card { background: rgba(255,255,255,.82); border: 1px solid rgba(16,7,19,.15); box-shadow: 0 18px 42px rgba(96,34,83,.1); transition: border-color .25s, transform .25s; }
.vault-merch-card:hover { border-color: rgba(255,79,163,.7); transform: translateY(-6px); }
.vault-merch-card__media { position: relative; aspect-ratio: 4/5; overflow: hidden; background: #0a070b; }
.vault-merch-card__media .vault-media-fallback { color: #fff; }
.vault-merch-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.vault-merch-card:hover img { transform: scale(1.045); }
.vault-merch-card__status { position: absolute; left: 12px; top: 12px; padding: 7px 9px; background: var(--vault-cream); color: var(--vault-black); font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.vault-merch-card__body { display: grid; grid-template-columns: 1fr auto; gap: 6px 15px; padding: 18px; align-items: center; }
.vault-merch-card__body h3 { margin: 0; font-family: var(--vault-display); font-size: 28px; line-height: .9; text-transform: uppercase; }
.vault-merch-card__body p { margin: 0; color: var(--vault-pink); font-size: 12px; font-weight: 800; }
.vault-merch-card__body a { grid-column: 1 / -1; margin-top: 8px; font-size: 9px; font-weight: 900; letter-spacing: .15em; }

/* Final call and footer */
.vault-final-call { position: relative; min-height: 72vh; display: grid; place-items: center; padding: 120px 0; text-align: center; background: radial-gradient(circle at 50% 45%, rgba(255,255,255,.42), transparent 25%), linear-gradient(135deg, #ff174f, #ff42b3 52%, #825cff); overflow: hidden; }
.vault-final-call::before, .vault-final-call::after { content: ""; position: absolute; left: 50%; top: 50%; width: 58vw; aspect-ratio: 1; transform: translate(-50%,-50%) rotate(45deg); border: 1px solid rgba(255,255,255,.08); }
.vault-final-call::after { width: 38vw; border-color: rgba(255,79,163,.16); animation: vaultPulseSquare 6s ease-in-out infinite; }
.vault-final-call__noise { position: absolute; inset: 0; background: repeating-linear-gradient(0deg, transparent 0 4px, rgba(255,255,255,.012) 5px); }
.vault-final-call__inner { position: relative; z-index: 2; }
.vault-final-call h2 { font-size: clamp(62px, 10vw, 160px); }
.vault-final-call__inner > p:not(.vault-kicker) { max-width: 640px; margin: 28px auto 32px; color: #fff; }
.vault-footer { position: relative; padding: 90px 0 28px; border-top: 1px solid var(--vault-line); background: #050306; overflow: hidden; }
.vault-footer__sigil { position: absolute; right: -6vw; top: -12vw; width: 35vw; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.045); border-radius: 50%; }
.vault-footer__sigil span { font-family: var(--vault-display); font-size: 16vw; color: rgba(255,255,255,.025); }
.vault-footer__main { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: end; padding-bottom: 70px; }
.vault-footer h2 { font-size: clamp(50px, 6.8vw, 104px); max-width: 800px; }
.vault-footer__links { display: grid; gap: 12px; min-width: 160px; }
.vault-footer__links a { padding-bottom: 8px; border-bottom: 1px solid var(--vault-line); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.vault-footer__links a:hover { color: var(--vault-pink); }
.vault-footer__bottom { position: relative; display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid var(--vault-line); color: #7f747f; font-size: 8px; font-weight: 800; letter-spacing: .18em; }

/* Empty states and interior pages */
.vault-empty { grid-column: 1 / -1; min-height: 340px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 52px; border: 1px dashed currentColor; background: rgba(127,127,127,.05); }
.vault-empty__sigil { font-size: 52px; color: var(--vault-pink); }
.vault-empty h3 { max-width: 700px; margin: 8px 0 14px; font-family: var(--vault-display); font-size: clamp(38px, 5vw, 72px); line-height: .9; text-transform: uppercase; }
.vault-empty > p:not(.vault-kicker) { max-width: 600px; margin: 0; opacity: .7; }
.vault-inner-page { min-height: 80vh; padding: 170px 0 120px; background: var(--vault-cream); color: var(--vault-black); }
.vault-inner-hero { padding-bottom: 60px; border-bottom: 1px solid rgba(16,11,18,.2); margin-bottom: 48px; }
.vault-inner-hero h1 { font-size: clamp(60px, 9vw, 140px); }
.vault-archive-copy { max-width: 650px; margin-top: 24px; color: #6a5f68; }
.vault-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.vault-post-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; margin-bottom: 18px; }
.vault-post-card h2 { margin: 0 0 10px; font-family: var(--vault-display); font-size: 40px; line-height: .95; text-transform: uppercase; }
.vault-post-card h2 a:hover { color: var(--vault-red); }
.vault-post-card > p:last-child { color: #665b64; }
.nav-links { grid-column: 1 / -1; display: flex; gap: 10px; margin-top: 30px; }
.page-numbers { padding: 9px 13px; border: 1px solid rgba(16,11,18,.2); }
.page-numbers.current { background: var(--vault-black); color: #fff; }
.vault-single__hero { max-width: 1000px; padding-bottom: 60px; }
.vault-single__lead { max-width: 760px; margin: 24px 0 0; color: #695f67; font-size: 20px; }
.vault-single__image { margin-bottom: 60px; }
.vault-single__image img { width: 100%; max-height: 75vh; object-fit: cover; }
.vault-single__details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)) auto; gap: 20px; align-items: center; margin: -20px 0 60px; padding: 28px; border: 1px solid rgba(16,11,18,.2); background: #fff; }
.vault-single__details > div { display: grid; gap: 6px; }
.vault-single__details > div span { color: #786b75; font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.vault-single__details > div strong { font-family: var(--vault-display); font-size: 27px; line-height: 1; text-transform: uppercase; }
.vault-single__video { margin: 0 0 60px; aspect-ratio: 16/9; background: #000; }
.vault-single__video iframe, .vault-single__video video, .vault-single__video .wp-video, .vault-single__video .mejs-container { width: 100% !important; height: 100% !important; }
.vault-single__content { max-width: 820px; margin-bottom: 48px; font-size: 18px; }
.vault-single__content a { color: var(--vault-red); text-decoration: underline; }
.vault-single__content h2, .vault-single__content h3 { font-family: var(--vault-display); text-transform: uppercase; }

/* Rave Rig sponsorship feature */
.vault-rig-section { background: radial-gradient(circle at 18% 15%, rgba(255,66,179,.2), transparent 28%), #09060b; }
.vault-rig-grid { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr); gap: clamp(34px, 6vw, 90px); align-items: center; }
.vault-rig-media { position: relative; min-height: 660px; overflow: hidden; border: 1px solid var(--vault-line); background: #161017; }
.vault-rig-media img { width: 100%; height: 100%; min-height: 660px; object-fit: cover; }
.vault-rig-media > span { position: absolute; left: 18px; top: 18px; padding: 10px 13px; background: var(--vault-red); font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.vault-rig-copy h2 { font-size: clamp(58px, 7vw, 110px); }
.vault-rig-copy h2 em { color: var(--vault-pink); font-style: normal; }
.vault-rig-copy > p { max-width: 650px; color: var(--vault-muted); }
.vault-rig-features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; padding: 0; margin: 34px 0; list-style: none; border-top: 1px solid var(--vault-line); }
.vault-rig-features li { display: flex; gap: 12px; padding: 14px 8px; border-bottom: 1px solid var(--vault-line); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.vault-rig-features li span { color: var(--vault-pink); }
.vault-rig-contact { display: flex; justify-content: space-between; gap: 18px; align-items: center; padding: 20px; border: 1px solid rgba(255,66,179,.55); background: rgba(255,66,179,.08); }
.vault-rig-contact div { display: grid; gap: 3px; }
.vault-rig-contact small { color: var(--vault-muted); font-size: 8px; font-weight: 900; letter-spacing: .16em; }
.vault-rig-contact a { font-family: var(--vault-display); font-size: clamp(20px, 2vw, 30px); text-transform: uppercase; }
.vault-rig-contact button { padding: 10px 12px; border: 1px solid var(--vault-line); background: transparent; cursor: pointer; font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.vault-rig-inventory-link { display: inline-flex; margin-top: 22px; }
.vault-rig-activation { display: grid; grid-template-columns: .9fr 1.1fr; gap: 42px; align-items: center; margin-top: 64px; padding: 28px; background: var(--vault-cream); color: var(--vault-black); }
.vault-rig-activation img { width: 100%; max-height: 420px; object-fit: cover; }
.vault-rig-activation h3 { margin: 4px 0 16px; font-family: var(--vault-display); font-size: clamp(42px, 5vw, 76px); line-height: .88; text-transform: uppercase; }

/* RadioActive homepage feature */
.vault-radio-callout { background: linear-gradient(145deg, #e7ff26, #b7ff41 45%, #ff43bd); color: #09060b; }
.vault-radio-callout__grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(34px, 7vw, 100px); align-items: center; }
.vault-radio-callout__media { position: relative; transform: rotate(-2deg); box-shadow: 18px 18px 0 rgba(16,7,19,.9); }
.vault-radio-callout__media img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.vault-radio-callout__media span { position: absolute; bottom: 16px; left: 16px; padding: 9px 12px; background: #09060b; color: #fff; font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.vault-radio-callout__copy h2 { font-size: clamp(60px, 7.8vw, 122px); }
.vault-radio-callout__copy h2 em { color: #fa135d; font-style: normal; }
.vault-radio-callout__copy > p { max-width: 650px; font-size: 18px; }
.vault-radio-callout__actions { display: flex; gap: 24px; align-items: center; margin-top: 30px; }

/* Social follow hub */
.vault-follow-section { background: linear-gradient(180deg, #100713, #250c25); }
.vault-follow-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.vault-follow-card { padding: clamp(26px, 4vw, 56px); border: 1px solid var(--vault-line); background: rgba(255,255,255,.035); }
.vault-follow-card h3 { margin: 8px 0 28px; font-family: var(--vault-display); font-size: clamp(52px, 7vw, 104px); line-height: .85; }
.vault-follow-card__links { display: grid; grid-template-columns: repeat(2, 1fr); margin-bottom: 30px; }
.vault-follow-card__links a { padding: 12px 0; border-bottom: 1px solid var(--vault-line); font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.vault-follow-card__links a:hover { color: var(--vault-pink); }
.vault-follow-card button { cursor: pointer; border: 0; }
.vault-follow-destinations { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 18px; border: 1px solid var(--vault-line); }
.vault-follow-destinations a { display: grid; gap: 8px; padding: 24px; border-right: 1px solid var(--vault-line); font-family: var(--vault-display); font-size: 26px; }
.vault-follow-destinations a:last-child { border-right: 0; }
.vault-follow-destinations small { color: var(--vault-pink); font-family: var(--vault-body); font-size: 8px; font-weight: 900; letter-spacing: .16em; }

/* RadioActive event page */
.vault-radio-page { background: #080609; }
.vault-radio-hero { position: relative; min-height: 100vh; display: grid; align-items: end; padding: 180px 0 100px; overflow: hidden; }
.vault-radio-hero__image, .vault-radio-hero__veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.vault-radio-hero__image { object-fit: cover; }
.vault-radio-hero__veil { background: linear-gradient(90deg, rgba(6,4,7,.94), rgba(6,4,7,.47) 62%, rgba(6,4,7,.1)), linear-gradient(0deg, #080609, transparent 40%); }
.vault-radio-hero__content { position: relative; z-index: 2; }
.vault-radio-hero h1 { max-width: 1050px; font-size: clamp(72px, 10vw, 158px); line-height: .72; }
.vault-radio-hero h1 em { color: #caff25; font-style: normal; }
.vault-radio-hero__date { margin: 28px 0 8px; color: #caff25; font-weight: 900; letter-spacing: .18em; }
.vault-radio-hero__lead { max-width: 700px; font-size: 19px; }
.vault-radio-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.vault-radio-info { background: #ecffb2; color: #0b080c; }
.vault-radio-facts { display: grid; grid-template-columns: repeat(4, 1fr); margin-bottom: 100px; border: 1px solid rgba(10,8,12,.2); }
.vault-radio-facts div { display: grid; gap: 7px; padding: 22px; border-right: 1px solid rgba(10,8,12,.2); }
.vault-radio-facts div:last-child { border-right: 0; }
.vault-radio-facts small { font-size: 8px; font-weight: 900; letter-spacing: .18em; }
.vault-radio-facts strong { font-family: var(--vault-display); font-size: 27px; }
.vault-radio-story { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; margin-bottom: 70px; }
.vault-radio-story h2, .vault-radio-shirt h2 { font-size: clamp(58px, 7vw, 112px); }
.vault-radio-story > div:last-child { font-size: 18px; }
.vault-radio-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.vault-radio-gallery img { width: 100%; height: 620px; object-fit: cover; }
.vault-radio-ticket-section { background: #140917; }
.vault-ticket-portals { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.vault-ticket-portal { display: grid; min-height: 290px; align-content: space-between; padding: 28px; border: 1px solid rgba(202,255,37,.5); background: rgba(202,255,37,.05); }
.vault-ticket-portal strong { font-family: var(--vault-display); font-size: clamp(42px, 5vw, 72px); }
.vault-ticket-portal small, .vault-ticket-portal span { font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.vault-ticket-portal:hover { background: #caff25; color: #080609; }
.vault-ticket-portal--soon { opacity: .55; }
.vault-radio-follow { margin-top: 28px; color: var(--vault-muted); }
.vault-radio-follow a { color: #caff25; }
.vault-radio-shirt { background: linear-gradient(140deg, #ff3da8, #7c35f4); }
.vault-radio-shirt__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.vault-radio-shirt img { width: 100%; max-height: 720px; object-fit: contain; background: rgba(0,0,0,.15); }

/* Rave Rig sponsorship page */
.vault-rig-page { background: #09060b; }
.vault-rig-page-hero { position: relative; min-height: 100vh; display: grid; align-items: end; padding: 180px 0 95px; overflow: hidden; }
.vault-rig-page-hero > img, .vault-rig-page-hero__veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.vault-rig-page-hero > img { object-fit: cover; }
.vault-rig-page-hero__veil { background: linear-gradient(90deg, rgba(5,3,6,.95), rgba(5,3,6,.55) 58%, rgba(5,3,6,.08)), linear-gradient(0deg, #09060b, transparent 45%); }
.vault-rig-page-hero__content { position: relative; z-index: 2; }
.vault-rig-page-hero h1 { max-width: 1100px; font-size: clamp(72px, 10vw, 156px); line-height: .76; }
.vault-rig-page-hero h1 em { color: var(--vault-pink); font-style: normal; }
.vault-rig-page-hero__content > p:not(.vault-kicker) { max-width: 680px; font-size: 19px; }
.vault-rig-zones { background: var(--vault-cream); color: var(--vault-black); }
.vault-rig-zone-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.vault-rig-zone { min-height: 340px; display: grid; align-content: start; padding: clamp(26px, 4vw, 52px); border: 1px solid rgba(16,7,19,.18); background: #fff; }
.vault-rig-zone--lead { grid-row: span 2; min-height: 694px; background: linear-gradient(150deg, #ff174f, #ff42b3); color: #fff; }
.vault-rig-zone small { font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.vault-rig-zone h3 { margin: auto 0 18px; font-family: var(--vault-display); font-size: clamp(48px, 6vw, 92px); line-height: .82; }
.vault-rig-zone p { max-width: 560px; }
.vault-rig-zone span { margin-top: 22px; color: var(--vault-pink); font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.vault-rig-zone--lead span { color: #fff; }
.vault-rig-activation-page { background: #130914; }
.vault-rig-activation-page__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.vault-rig-activation-page__grid img { width: 100%; min-height: 540px; object-fit: cover; }
.vault-rig-activation-page h2 { font-size: clamp(58px, 7vw, 110px); }
.vault-rig-activation-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 60px; }
.vault-rig-activation-cards > div { min-height: 260px; display: grid; align-content: space-between; padding: 24px; border: 1px solid var(--vault-line); background: rgba(255,255,255,.035); }
.vault-rig-activation-cards small { color: var(--vault-pink); font-size: 8px; font-weight: 900; letter-spacing: .16em; }
.vault-rig-activation-cards strong { font-family: var(--vault-display); font-size: 38px; line-height: .9; }
.vault-rig-activation-cards p { color: var(--vault-muted); font-size: 13px; }
.vault-rig-page-cta { padding: 130px 0; background: linear-gradient(135deg, #ff174f, #7d45ff); }
.vault-rig-page-cta h2 { max-width: 1100px; font-size: clamp(65px, 9vw, 140px); }
.vault-rig-page-cta p { max-width: 700px; }
.vault-rig-page-cta a { display: inline-block; margin-top: 24px; padding-bottom: 5px; border-bottom: 2px solid currentColor; font-family: var(--vault-display); font-size: clamp(24px, 4vw, 48px); }

/* Motion */
.vault-reveal { opacity: 1; transform: none; }
.vault-js .vault-reveal { opacity: 0; transform: translateY(34px); transition: opacity .75s cubic-bezier(.2,.75,.2,1), transform .75s cubic-bezier(.2,.75,.2,1); }
.vault-js .vault-reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes vaultSpin { to { transform: rotate(360deg); } }
@keyframes vaultFloat { 0%,100% { transform: translateY(0) rotate(-3deg); } 50% { transform: translateY(18px) rotate(2deg); } }
@keyframes vaultDrift { 0%,100% { transform: translate3d(0,0,0) rotate(0); } 50% { transform: translate3d(12px,-20px,0) rotate(12deg); } }
@keyframes vaultPulse { 0%,100% { transform: rotate(45deg) scale(.94); box-shadow: 0 0 0 rgba(255,33,79,0); } 50% { transform: rotate(45deg) scale(1); box-shadow: 0 0 80px rgba(255,33,79,.3); } }
@keyframes vaultPulseSquare { 0%,100% { transform: translate(-50%,-50%) rotate(45deg) scale(.94); } 50% { transform: translate(-50%,-50%) rotate(47deg) scale(1.03); } }
@keyframes vaultNoise { 0% { transform: translate(0,0); } 25% { transform: translate(1%,-1%); } 50% { transform: translate(-1%,1%); } 75% { transform: translate(1%,1%); } 100% { transform: translate(-1%,-1%); } }
@keyframes vaultTicker { to { transform: translateX(-50%); } }

@media (max-width: 1080px) {
	:root { --vault-shell: min(100% - 40px, 920px); }
	.vault-nav__list { gap: 20px; }
	.vault-nav { gap: 20px; }
	.vault-hero__orbit { opacity: .58; right: -5vw; }
	.vault-event-grid, .vault-mvp-grid, .vault-merch-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
	.vault-event-card:nth-child(even), .vault-mvp-card:nth-child(2), .vault-mvp-card:nth-child(4) { transform: none; }
	.vault-event-card:nth-child(even):hover { transform: translateY(-8px); }
	.vault-key-panel { grid-template-columns: 100px 1fr; }
	.vault-key-panel .vault-button { grid-column: 2; justify-self: start; }
	.vault-ambassador-panel { grid-template-columns: 1fr; }
	.vault-ambassador-panel__action { justify-items: start; }
	.vault-release-grid, .vault-post-grid { grid-template-columns: repeat(2, 1fr); }
	.vault-rig-grid { grid-template-columns: 1fr; }
	.vault-rig-media, .vault-rig-media img { min-height: 500px; }
	.vault-follow-destinations { grid-template-columns: repeat(2, 1fr); }
	.vault-rig-activation-cards { grid-template-columns: repeat(2, 1fr); }
	.vault-follow-destinations a:nth-child(2) { border-right: 0; }
	.vault-follow-destinations a { border-bottom: 1px solid var(--vault-line); }
}

@media (max-width: 782px) {
	.admin-bar .vault-header { top: 46px; }
}

@media (max-width: 760px) {
	:root { --vault-shell: calc(100vw - 32px); }
	.vault-section { padding: 92px 0; }
	.vault-cursor-glow { display: none; }
	.vault-header__inner { min-height: 72px; }
	.vault-menu-toggle { display: block; position: relative; z-index: 3; }
	.vault-menu-toggle[aria-expanded="true"] > span:first-child { transform: translateY(3.5px) rotate(45deg); }
	.vault-menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
	.vault-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; padding: 100px 34px 44px; background: rgba(7,5,9,.98); transform: translateX(100%); transition: transform .36s cubic-bezier(.7,0,.2,1); }
	.vault-nav.is-open { transform: translateX(0); }
	.vault-nav__list { width: 100%; flex-direction: column; align-items: stretch; gap: 0; }
	.vault-nav__list li { border-bottom: 1px solid var(--vault-line); }
	.vault-nav__list a { display: block; padding: 14px 0; font-family: var(--vault-display); font-size: 38px; letter-spacing: 0; }
	.vault-header-key { margin-top: 28px; padding: 16px; }
	.vault-hero { min-height: 900px; padding: 150px 0 110px; align-items: center; }
	.vault-hero.vault-hero--portal { height: 100svh; min-height: 100svh; padding: 0; }
	.vault-hero__image, .vault-hero--portal .vault-hero__video { inset: 0; width: 100%; height: 100%; object-position: 50% center; }
	.vault-hero__welcome { bottom: max(82px, 11vh); width: 96vw; }
	.vault-hero__welcome span { font-size: clamp(22px, 7.3vw, 48px); letter-spacing: .07em; }
	.vault-entry-choice { padding: 70px 0; }
	.vault-entry-choice__inner { grid-template-columns: 1fr; gap: 28px; }
	.vault-entry-choice__actions .vault-button { width: 100%; }
	.vault-hero h1 { font-size: clamp(68px, 22vw, 112px); line-height: .74; }
	.vault-hero h1 em { margin-left: 0; }
	.vault-hero__copy, .vault-hero__actions { margin-left: 0; }
	.vault-hero__actions { align-items: flex-start; flex-direction: column; }
	.vault-hero__orbit { top: 18%; right: -28%; width: 75vw; opacity: .35; }
	.vault-hero__status { grid-template-columns: 1fr auto; padding: 13px 16px; }
	.vault-hero__status span:nth-child(2) { display: none; }
	.vault-section-heading--split, .vault-mvp-intro { grid-template-columns: 1fr; gap: 28px; }
	.vault-section-heading h2, .vault-mvp-intro h2, .vault-footer h2 { font-size: clamp(50px, 16vw, 82px); }
	.vault-heading-link { position: static; display: inline-block; margin-top: 22px; }
	.vault-film, .vault-film__embed, .vault-film__embed iframe, .vault-film__embed video, .vault-film__embed .wp-video, .vault-film__embed .mejs-container, .vault-film__placeholder { min-height: 52vw; height: 52vw !important; }
	.vault-event-grid, .vault-mvp-grid, .vault-merch-grid, .vault-release-grid, .vault-post-grid, .vault-clip-grid { grid-template-columns: 1fr; }
	.vault-event-card__media, .vault-mvp-card__media { aspect-ratio: 4/4.6; }
	.vault-mvp-intro { margin-bottom: 48px; }
	.vault-mvp-card:nth-child(2), .vault-mvp-card:nth-child(4) { transform: none; }
	.vault-key-panel { grid-template-columns: 1fr; padding: 28px; margin-top: 62px; }
	.vault-key-panel__mark { width: 72px; height: 72px; }
	.vault-key-panel .vault-button { grid-column: auto; width: 100%; }
	.vault-ambassador-panel { padding: 34px 26px; box-shadow: 10px 10px 0 rgba(154,92,255,.4); }
	.vault-ambassador-panel h2 { font-size: clamp(58px, 19vw, 94px); }
	.vault-ambassador-panel__action { width: 100%; }
	.vault-ambassador-panel__action .vault-button { width: 100%; }
	.vault-release-grid { gap: 48px; }
	.vault-merch-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
	.vault-merch-card__body { grid-template-columns: 1fr; }
	.vault-final-call { min-height: 650px; }
	.vault-final-call::before { width: 110vw; }
	.vault-final-call::after { width: 76vw; }
	.vault-footer__main { grid-template-columns: 1fr; gap: 46px; }
	.vault-footer__bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
	.vault-inner-page { padding: 130px 0 85px; }
	.vault-single__details { grid-template-columns: 1fr; margin-top: 0; }
	.vault-rig-features, .vault-follow-grid, .vault-radio-callout__grid, .vault-rig-activation, .vault-radio-story, .vault-radio-gallery, .vault-ticket-portals, .vault-radio-shirt__grid { grid-template-columns: 1fr; }
	.vault-rig-media, .vault-rig-media img { min-height: 380px; }
	.vault-rig-contact { align-items: flex-start; flex-direction: column; }
	.vault-radio-callout__media { margin: 0 12px 18px 0; }
	.vault-radio-callout__actions { align-items: flex-start; flex-direction: column; }
	.vault-follow-destinations, .vault-radio-facts { grid-template-columns: 1fr; }
	.vault-follow-destinations a, .vault-radio-facts div { border-right: 0; border-bottom: 1px solid var(--vault-line); }
	.vault-radio-hero { padding-top: 145px; }
	.vault-radio-hero h1 { font-size: clamp(60px, 18vw, 94px); }
	.vault-radio-actions .vault-button { width: 100%; }
	.vault-radio-facts { margin-bottom: 60px; }
	.vault-radio-gallery img { height: auto; }
	.vault-rig-page-hero { padding-top: 145px; }
	.vault-rig-page-hero h1 { font-size: clamp(62px, 18vw, 98px); }
	.vault-rig-zone-grid, .vault-rig-activation-page__grid, .vault-rig-activation-cards { grid-template-columns: 1fr; }
	.vault-rig-zone--lead { grid-row: auto; min-height: 430px; }
	.vault-rig-activation-page__grid img { min-height: 360px; }
}

@media (max-width: 420px) {
	.vault-merch-grid { grid-template-columns: 1fr; }
	.vault-hero__status span:last-child { display: none; }
	.vault-hero__status { grid-template-columns: 1fr; }
}

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