/* ============================================================
   Multi-Sport Venues — page-specific decoration.

   The sibling solutions page to Sports Bodies: same tier (lighter and
   shorter than the feature epics), same sales-led shape. Structural
   classes come from the design system; this file holds the venue card,
   the sport fan-out, the booking slot list, the product cards, the
   COMING SOON splash mock and the PowerPlay proof frame.

   CYAN leads this page (the venue/facility accent); blue is secondary,
   green marks casual play and confirmations, red the pain band.

   Keyframes are global, so everything here is `vn`-prefixed.
   ============================================================ */

@keyframes vnGlow{0%,100%{opacity:.4;transform:scale(1)}50%{opacity:.85;transform:scale(1.06)}}
@keyframes vnPop{0%{opacity:0;transform:scale(.86)}100%{opacity:1;transform:scale(1)}}

/* ---------- hero ---------- */
.vn-hero{position:relative;min-height:82vh;display:flex;align-items:center;overflow:hidden;color:#fff;
	background:radial-gradient(circle at 74% 32%,#0d1a33,#04070f 60%)}
/* The site header is fixed and transparent over the hero — hold solid black
   for its height before fading, same convention as the other pages. */
.vn-hero__fade{position:absolute;inset:0 0 auto 0;height:300px;pointer-events:none;
	background:linear-gradient(180deg,var(--ink-900) 0,var(--ink-900) 130px,transparent 100%)}
.vn-hero__inner{position:relative;width:100%;padding-top:calc(130px + clamp(2rem,4vw,3.5rem))}
.vn-blob{position:absolute;border-radius:50%;pointer-events:none}
.vn-blob--cyan{bottom:-160px;right:-120px;width:560px;height:560px;filter:blur(30px);
	background:radial-gradient(circle,rgba(0,212,255,.24),transparent 62%);animation:vnGlow 8s ease-in-out infinite}
.vn-blob--blue{top:-120px;left:-100px;width:420px;height:420px;filter:blur(26px);
	background:radial-gradient(circle,rgba(33,153,232,.2),transparent 64%)}

/* hero: "your venue" card */
.vn-venue{background:#0b1120;border:1px solid rgba(255,255,255,.14);border-radius:18px;padding:22px;
	box-shadow:0 30px 70px rgba(0,0,0,.6)}
.vn-venue__head{display:flex;align-items:center;gap:.7rem;margin-bottom:16px}
.vn-venue__mark{width:40px;height:40px;border-radius:11px;flex:none;
	background:linear-gradient(135deg,#1276c4,#00d4ff);display:flex;align-items:center;justify-content:center;
	color:#04070f;font-size:1.1rem}
.xs-page .vn-venue__title{font-family:var(--font-display);color:#fff;font-size:1.05rem;line-height:1}
.vn-venue__sub{font-size:.68rem;color:rgba(255,255,255,.5)}
.vn-venue__grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.vn-venue__cell{background:#0f1830;border:1px solid rgba(255,255,255,.1);border-radius:9px;padding:10px;
	display:flex;align-items:center;gap:.5rem;font-size:.78rem;color:#fff}
.vn-venue__strip{margin-top:10px;background:linear-gradient(160deg,#0a2233,#0b1120);
	border:1px solid rgba(0,212,255,.4);border-radius:10px;padding:11px 13px;
	display:flex;justify-content:space-between;align-items:center;gap:.6rem}
.vn-venue__striplbl{font-size:.8rem;color:rgba(255,255,255,.85)}
.vn-venue__stripv{font-size:.66rem;color:var(--cyan);font-weight:700}

/* ---------- pain band ---------- */
.vn-pain{background:#070d1c}

/* ---------- S1: one SYTE, every sport ---------- */
.vn-fan{display:flex;flex-direction:column;align-items:center}
.vn-fan__hub{width:120px;height:120px;border-radius:28px;background:linear-gradient(135deg,#1276c4,#00d4ff);
	display:flex;align-items:center;justify-content:center;color:#04070f;font-size:3rem;
	box-shadow:0 24px 60px rgba(0,212,255,.25)}
.xs-page .vn-fan__label{font-family:var(--font-display);color:#fff;font-size:1.2rem;margin-top:1rem}
.vn-fan__stem{width:2px;height:34px;margin:.6rem 0;
	background:linear-gradient(180deg,rgba(0,212,255,.6),rgba(255,255,255,.12))}
.vn-fan__tiles{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}
/* each tile pops in on a stagger set from data-i */
.vn-tile{display:flex;flex-direction:column;align-items:center;gap:8px;background:#0b1120;
	border:1px solid rgba(0,212,255,.28);border-radius:12px;padding:16px 14px;width:104px;
	animation:vnPop .5s var(--ease) both}
.vn-tile img{height:38px;width:auto;opacity:.9}
.xs-page .vn-tile__name{font-size:.74rem;color:#fff;font-family:var(--font-display)}

/* ---------- S2: bookings ---------- */
.vn-book__bar{padding:12px 16px;background:#111a2e;display:flex;justify-content:space-between;align-items:center}
.xs-page .vn-book__title{font-family:var(--font-display);color:#fff;font-size:.92rem}
.vn-book__count{font-size:.68rem;color:var(--success);font-weight:700}
.vn-book__slots{padding:14px 16px;display:flex;flex-direction:column;gap:7px}
.vn-slot{display:flex;align-items:center;gap:.7rem;background:#0f1830;border:1px solid rgba(255,255,255,.08);
	border-radius:9px;padding:9px 12px}
.vn-slot--open{background:rgba(0,212,255,.06);border-color:rgba(0,212,255,.4)}
.xs-page .vn-slot__time{font-family:var(--font-display);color:rgba(255,255,255,.7);font-size:.9rem;width:64px;flex:none}
.vn-slot--open .vn-slot__time{color:var(--cyan)}
.vn-slot__label{flex:1;font-size:.82rem;color:rgba(255,255,255,.6)}
.vn-slot--open .vn-slot__label{color:#fff}
.vn-slot__tag{font-size:.64rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;
	border-radius:6px;padding:.25rem .55rem;flex:none;color:rgba(255,255,255,.55);background:rgba(255,255,255,.08)}
.vn-slot--open .vn-slot__tag{color:#04070f;background:var(--cyan)}
.xs-page .vn-book__cta{margin:0 16px 16px;background:var(--blue-500);color:#fff;text-align:center;
	border-radius:8px;padding:.7rem;font-family:var(--font-display);font-size:.95rem}

/* ---------- S3: memberships & drop-ins ---------- */
.vn-prod{border-radius:14px;padding:20px}
.vn-prod--pass{background:linear-gradient(160deg,#0a2233,#0b1120);border:1px solid rgba(0,212,255,.4);
	box-shadow:0 24px 60px rgba(0,0,0,.5)}
.vn-prod--credit{background:#0b1120;border:1px solid rgba(58,219,118,.35)}
.vn-prod__head{display:flex;justify-content:space-between;align-items:flex-start;gap:.6rem}
.vn-prod__k{font-size:.62rem;letter-spacing:.08em;text-transform:uppercase}
.vn-prod--pass .vn-prod__k{color:var(--cyan)}
.vn-prod--credit .vn-prod__k{color:var(--success)}
.xs-page .vn-prod__name{font-family:var(--font-display);color:#fff;font-size:1.3rem;margin-top:.3rem}
.vn-prod__price{margin-top:12px;display:flex;align-items:baseline;gap:.4rem}
.xs-page .vn-prod__amt{font-family:var(--font-display);color:#fff;font-size:2rem}
.vn-prod__per{font-size:.8rem;color:rgba(255,255,255,.55)}

/* ---------- S4: launch before you open ---------- */
.vn-splash__top{height:96px;background:linear-gradient(135deg,#0d1a33,#0a2233);display:flex;
	flex-direction:column;align-items:center;justify-content:center}
.xs-page .vn-splash__soon{font-family:var(--font-display);color:#fff;font-size:1.3rem;letter-spacing:.04em}
.vn-splash__tag{font-size:.68rem;color:var(--cyan);margin-top:.2rem}
.vn-splash__body{padding:16px}
.vn-splash__k{font-size:.62rem;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.45);margin-bottom:8px}
.vn-splash__form{display:flex;gap:8px}
.vn-splash__field{flex:1;background:#0f1830;border:1px solid rgba(255,255,255,.1);border-radius:8px;
	padding:10px 12px;font-size:.8rem;color:rgba(255,255,255,.5)}
.xs-page .vn-splash__btn{background:var(--blue-500);color:#fff;border-radius:8px;padding:10px 16px;
	font-family:var(--font-display);font-size:.85rem;flex:none}
.vn-splash__wait{margin-top:14px;display:flex;align-items:center;gap:.6rem;background:rgba(58,219,118,.08);
	border:1px solid rgba(58,219,118,.3);border-radius:8px;padding:10px 12px;
	font-size:.82rem;color:rgba(255,255,255,.8)}

/* ---------- proof: PowerPlay 209 ---------- */
.vn-proof{display:flex;flex-wrap:wrap;gap:2rem;align-items:center}
/* the screenshot is a tall full-page capture — cap it and let it scroll */
.vn-proof__shot{flex:1 1 360px;min-width:300px;border-radius:16px;overflow:hidden;
	border:1px solid rgba(255,255,255,.12);box-shadow:0 30px 70px rgba(0,0,0,.6);
	max-height:420px;overflow-y:auto}
.vn-proof__shot img{width:100%;height:auto;display:block}
.vn-proof__points{flex:1 1 320px;min-width:280px;display:flex;flex-direction:column;gap:12px}
.vn-point{display:flex;gap:.8rem;align-items:flex-start}
.vn-point__icon{width:34px;height:34px;flex:none;border-radius:9px;display:flex;align-items:center;justify-content:center}
.vn-point__icon--cyan{background:rgba(0,212,255,.14);color:var(--cyan)}
.vn-point__icon--blue{background:rgba(33,153,232,.14);color:var(--blue-500)}
.vn-point__icon--green{background:rgba(58,219,118,.14);color:var(--success)}
.xs-page .vn-point__title{font-family:var(--font-display);color:#fff;font-size:1rem}
.vn-point__sub{font-size:.88rem;color:rgba(255,255,255,.65)}

/* ---------- close ---------- */
.vn-close{position:relative;overflow:hidden;text-align:center;
	background:linear-gradient(150deg,var(--navy-900),#0d1a33)}
.vn-close__glow{position:absolute;top:-120px;left:50%;transform:translateX(-50%);width:640px;height:420px;
	background:radial-gradient(circle,rgba(0,212,255,.32),transparent 65%);filter:blur(26px);pointer-events:none}
.vn-close__links{margin-top:1.8rem;display:flex;flex-wrap:wrap;justify-content:center;gap:1.2rem;font-size:.9rem}
.xs-page .vn-close__link,
.xs-page .vn-close__link:link,
.xs-page .vn-close__link:visited{color:rgba(255,255,255,.6);text-decoration:none}
.xs-page .vn-close__link:hover{color:#fff;text-decoration:underline}

@media (prefers-reduced-motion:reduce){
	.vn-blob--cyan,.vn-tile{animation:none}
}
