/* ============================================================
   Homepage — page-specific decoration.

   The hub. Its job is trailer, not movie: land the positioning,
   prove the breadth, and route each visitor into the right pillar
   page. Every section is a teaser that links out — if a section
   ever starts to look like a pillar page in miniature, cut it back.

   This page is the reference expression of the house style. If it
   and a pillar page ever disagree visually, this one wins.

   CYAN leads throughout; blue is secondary, green marks results,
   red/coral marks the pain.

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

@keyframes hpGlow{0%,100%{opacity:.45;transform:scale(1)}50%{opacity:.9;transform:scale(1.05)}}
@keyframes hpFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
@keyframes hpBlink{0%,100%{opacity:1}50%{opacity:.25}}
@keyframes hpMarquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

/* ---------- 1 · hero ---------- */
.hp-hero{position:relative;min-height:88vh;display:flex;align-items:center;overflow:hidden;color:#fff;
	background:radial-gradient(circle at 72% 34%,#0d1a33,#04070f 62%)}
/* The site header is fixed and transparent over the hero — hold solid black
   for its height before fading, same convention across every page. */
.hp-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%)}
.hp-hero__inner{position:relative;width:100%;padding-top:calc(130px + clamp(2rem,4vw,3.5rem))}
.hp-blob{position:absolute;border-radius:50%;pointer-events:none}
.hp-blob--blue{bottom:-180px;right:-140px;width:620px;height:620px;filter:blur(34px);
	background:radial-gradient(circle,rgba(33,153,232,.22),transparent 62%);animation:hpGlow 9s ease-in-out infinite}
.hp-blob--cyan{top:-140px;left:-120px;width:460px;height:460px;filter:blur(28px);
	background:radial-gradient(circle,rgba(0,212,255,.16),transparent 64%)}
.hp-live-dot{width:7px;height:7px;border-radius:50%;background:var(--success);box-shadow:0 0 8px var(--success);flex:none}
.hp-trust{display:flex;align-items:center;gap:.55rem;margin-top:1.5rem;font-size:.9rem;color:rgba(255,255,255,.55)}
/* the hero sits flush against the next section, so the trust line needs
   breathing room below it too, not just above */
.hp-trust--gap{margin-bottom:clamp(1.4rem,4vw,2.6rem)}

/* the living league site */
.hp-site{position:relative}
.hp-site__frame{background:#0b1120;border:1px solid rgba(255,255,255,.14);border-radius:16px;overflow:hidden;
	box-shadow:0 34px 80px rgba(0,0,0,.62)}
.hp-site__chrome{display:flex;align-items:center;gap:.5rem;padding:11px 14px;background:#111a2e;
	border-bottom:1px solid rgba(255,255,255,.06)}
.hp-site__dot{width:11px;height:11px;border-radius:50%;flex:none}
.hp-site__dot--r{background:#ff5f57}
.hp-site__dot--y{background:#febc2e}
.hp-site__dot--g{background:#28c840}
.hp-site__url{margin-left:.6rem;font-size:.68rem;color:rgba(255,255,255,.45);
	font-family:ui-monospace,Menlo,Consolas,monospace}
.hp-site__shot{position:relative;aspect-ratio:16/11;overflow:hidden;background:#0a0f1c}
.hp-site__shot img{width:100%;height:100%;object-fit:cover;object-position:top;display:block}

/* floating chips — they drift, and the live dot blinks */
.hp-chip{position:absolute;background:#0b1120;border-radius:12px;box-shadow:0 20px 44px rgba(0,0,0,.55);
	animation:hpFloat 6s ease-in-out infinite}
.hp-chip--score{left:-22px;top:34px;border:1px solid rgba(0,212,255,.5);padding:11px 14px}
.hp-chip--table{right:-18px;bottom:64px;border:1px solid rgba(58,219,118,.45);padding:10px 13px;
	animation-duration:7.2s;animation-delay:.6s}
.hp-chip__k{display:flex;align-items:center;gap:.4rem;font-size:.58rem;font-weight:700;letter-spacing:.12em;
	text-transform:uppercase;color:#ff5f57;margin-bottom:.45rem}
.hp-chip__blink{width:6px;height:6px;border-radius:50%;background:#ff5f57;animation:hpBlink 1.1s infinite}
.xs-page .hp-chip__score{display:flex;align-items:center;gap:.7rem;font-family:var(--font-display)}
.hp-chip__abbr{color:#fff;font-size:1.05rem}
.hp-chip__n{color:var(--cyan);font-size:1.5rem}
.hp-chip__dash{color:rgba(255,255,255,.35)}
.hp-chip__clock{font-size:.6rem;color:rgba(255,255,255,.5);margin-top:.3rem;text-align:center}
.hp-chip__tk{font-size:.56rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;
	color:var(--success);margin-bottom:.4rem}
.hp-chip__rows{display:flex;flex-direction:column;gap:3px;font-size:.7rem}
.hp-chip__row{display:flex;justify-content:space-between;gap:1.2rem;color:#fff}
.hp-chip__row--2{color:rgba(255,255,255,.7)}
.xs-page .hp-chip__pts{font-family:var(--font-display);color:var(--cyan)}
.xs-page .hp-chip__row--2 .hp-chip__pts{color:inherit}

/* ---------- 2 · pain -> turn ---------- */
.hp-pain{background:#070d1c}
.hp-mess{flex:1 1 380px;min-width:300px;display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center}
/* deliberately tilted — the mess should feel scattered */
.hp-mess__chip{background:#0b1120;border:1px solid rgba(255,107,107,.3);border-radius:11px;padding:12px 15px;
	font-size:.86rem;color:rgba(255,255,255,.72)}
.hp-mess__chip--1{transform:rotate(-3deg)}
.hp-mess__chip--2{transform:rotate(2deg)}
.hp-mess__chip--3{transform:rotate(-1.5deg)}
.hp-mess__chip--4{transform:rotate(2.5deg)}
.hp-mess__chip--5{transform:rotate(-2deg)}
.hp-turn-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:2.4rem}
.hp-arrow{flex:0 0 auto;text-align:center;color:var(--cyan)}
.hp-arrow__k{font-size:.62rem;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.4);margin-top:.4rem}
.hp-turn{flex:0 1 300px;min-width:280px}
.hp-turn__card{background:linear-gradient(160deg,#0a2233,#0b1120);border:1px solid rgba(0,212,255,.5);
	border-radius:18px;padding:26px;text-align:center;box-shadow:0 28px 64px rgba(0,212,255,.14)}
.hp-turn__card img{height:34px;width:auto;margin:0 auto 1rem;display:block}
.xs-page .hp-turn__line{font-family:var(--font-display);font-size:1.35rem;color:#fff;line-height:1.15}
.hp-turn__pills{display:flex;flex-wrap:wrap;justify-content:center;gap:.4rem;margin-top:1.1rem}
.hp-turn__pill{font-size:.66rem;color:var(--cyan);background:rgba(0,212,255,.1);
	border:1px solid rgba(0,212,255,.3);border-radius:999px;padding:.28rem .6rem}

/* ---------- 3 · the router ----------
   The heart of the page: the mega-menu made visual. Keep it scannable,
   one line per tile. */
.xs-page .hp-tile,
.xs-page .hp-tile:link,
.xs-page .hp-tile:visited{display:flex;flex-direction:column;gap:.7rem;background:#0b1120;
	border:1px solid rgba(255,255,255,.1);border-radius:15px;padding:22px;text-decoration:none;
	transition:transform .25s var(--ease),border-color .25s var(--ease),background .25s var(--ease)}
.xs-page .hp-tile:hover{border-color:rgba(0,212,255,.55);transform:translateY(-4px);background:#0d1526}
.hp-tile__icon{width:44px;height:44px;border-radius:11px;background:rgba(0,212,255,.1);
	border:1px solid rgba(0,212,255,.28);display:flex;align-items:center;justify-content:center;
	color:var(--cyan);font-size:1.15rem}
.xs-page .hp-tile__title{font-family:var(--font-display);font-weight:400;font-size:1.22rem;color:#fff;line-height:1.1}
.hp-tile__blurb{font-size:.92rem;line-height:1.45;color:rgba(255,255,255,.68);flex:1}
.hp-tile__more{display:inline-flex;align-items:center;gap:.4rem;font-size:.82rem;color:var(--cyan);font-weight:700}

/* ---------- 4 · every game matters (3 beats) ---------- */
.hp-beat{background:#0b1120;border:1px solid rgba(255,255,255,.12);border-radius:15px;overflow:hidden;
	display:flex;flex-direction:column}
.hp-beat--mid{border-color:rgba(0,212,255,.28)}
.hp-beat__k{padding:11px 15px;font-size:.62rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;
	color:rgba(255,255,255,.45);border-bottom:1px solid rgba(255,255,255,.06)}
.hp-beat--mid .hp-beat__k{color:var(--cyan)}
.hp-beat__body{padding:22px;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.7rem}
.hp-beat__body--pad{padding:18px;align-items:stretch;justify-content:flex-start;gap:.8rem}
.hp-final{display:flex;align-items:center;gap:.4rem;font-size:.58rem;font-weight:700;letter-spacing:.1em;
	text-transform:uppercase;color:#ff5f57}
.xs-page .hp-score{display:flex;align-items:center;gap:1rem;font-family:var(--font-display)}
.hp-score__abbr{color:#fff;font-size:1.2rem}
.hp-score__abbr--dim{color:rgba(255,255,255,.7)}
.hp-score__n{color:var(--cyan);font-size:2.6rem}
.hp-score__n--plain{color:#fff}
.hp-score__dash{color:rgba(255,255,255,.3)}
.hp-beat__note{font-size:.78rem;color:rgba(255,255,255,.5)}
.hp-milestone{background:rgba(255,214,107,.09);border:1px solid rgba(255,214,107,.35);border-radius:10px;
	padding:10px 12px;display:flex;align-items:center;gap:.6rem;font-size:.82rem;color:#fff}
.hp-recap{background:#0a0f1c;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:12px}
.hp-recap__k{display:flex;align-items:center;gap:.45rem;font-size:.6rem;font-weight:700;letter-spacing:.08em;
	text-transform:uppercase;color:var(--cyan);margin-bottom:.5rem}
.hp-recap__body{font-size:.82rem;line-height:1.5;color:rgba(255,255,255,.78)}
.hp-share{position:relative;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.1);aspect-ratio:16/10}
.hp-share img{width:100%;height:100%;object-fit:cover;display:block}
.hp-share__scrim{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:12px;
	background:linear-gradient(180deg,transparent 45%,rgba(4,7,15,.85))}
.xs-page .hp-share__title{font-family:var(--font-display);color:#fff;font-size:1.15rem;line-height:1}
.hp-share__sub{font-size:.66rem;color:var(--cyan)}

/* ---------- 5 · the GameDay flex (full-bleed) ---------- */
.hp-flex{position:relative;overflow:hidden;background:#04070f}
.hp-flex__stage{position:relative;min-height:78vh;display:flex;align-items:flex-end}
.hp-flex__bg{position:absolute;inset:0}
.hp-flex__bg img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.hp-flex__scrim{position:absolute;inset:0;
	background:linear-gradient(180deg,rgba(4,7,15,.35) 0%,rgba(4,7,15,.55) 55%,#04070f 100%)}
.hp-flex__inner{position:relative;width:100%;padding:clamp(3rem,7vw,6rem) 0}
.hp-flex__copy{max-width:34rem}
.hp-flex__k{display:inline-flex;align-items:center;gap:.5rem;font-size:.72rem;font-weight:700;
	letter-spacing:.14em;text-transform:uppercase;color:var(--cyan);margin-bottom:1rem}
.xs-page .hp-flex__h{text-shadow:0 4px 30px rgba(0,0,0,.6)}
.xs-page .hp-flex__p{text-shadow:0 2px 12px rgba(0,0,0,.7);color:rgba(255,255,255,.9)}

/* ---------- 6 · meet SYTE ---------- */
.hp-syte-row{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1.2rem}
.hp-syte__slot{flex:0 0 auto;width:190px;height:230px;position:relative}
.hp-syte__glow{position:absolute;inset:0;filter:blur(10px);
	background:radial-gradient(circle at 50% 40%,rgba(0,212,255,.22),transparent 66%)}
.hp-describe{flex:1 1 220px;min-width:220px;background:#0b1120;border:1px solid rgba(255,255,255,.14);
	border-radius:16px;padding:18px;box-shadow:0 30px 70px rgba(0,0,0,.6)}
.hp-describe__ask{display:flex;align-items:center;gap:.6rem;background:#0f1830;
	border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:11px 13px}
.xs-page .hp-describe__mark{width:22px;height:22px;border-radius:6px;background:var(--cyan);color:#04070f;
	display:flex;align-items:center;justify-content:center;font-size:.6rem;font-family:var(--font-display);flex:none}
.hp-describe__text{font-size:.82rem;color:rgba(255,255,255,.82)}
.hp-describe__arrow{text-align:center;color:var(--cyan);font-size:1.1rem;padding:.4rem 0}
.hp-describe__done{display:flex;align-items:center;gap:.6rem;background:rgba(58,219,118,.08);
	border:1px solid rgba(58,219,118,.3);border-radius:10px;padding:11px 13px;font-size:.82rem;color:#fff}
.hp-check{display:flex;align-items:center;gap:.7rem;font-size:.98rem;color:rgba(255,255,255,.85)}

/* ---------- 7 · the sports river ---------- */
.hp-river{overflow:hidden;padding-left:0;padding-right:0}
.hp-river__mask{position:relative;width:100%;
	-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);
	mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}
.hp-river__track{display:flex;width:max-content;gap:1rem;animation:hpMarquee 46s linear infinite}
.hp-sport{flex:0 0 auto;width:104px;height:104px;background:linear-gradient(160deg,#0a2233,#0b1120);
	border:1px solid rgba(255,255,255,.08);border-radius:14px;display:flex;flex-direction:column;
	align-items:center;justify-content:center;gap:.5rem;padding:12px}
.hp-sport img{width:46px;height:46px;object-fit:contain;opacity:.92}
.hp-sport__name{font-size:.58rem;color:rgba(255,255,255,.55);text-align:center;line-height:1.1}

/* ---------- 8 · proof wall ---------- */
.hp-stat{background:#0b1120;border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:20px;text-align:center}
.xs-page .hp-stat__n{font-family:var(--font-display);font-size:2.2rem;color:var(--cyan);line-height:1}
.hp-stat__k{font-size:.82rem;color:rgba(255,255,255,.6);margin-top:.3rem}
.hp-proof{background:#0b1120;border:1px solid rgba(255,255,255,.1);border-radius:15px;padding:22px;
	display:flex;flex-direction:column;gap:.8rem}
.hp-proof__logo{height:44px;display:flex;align-items:center}
.hp-proof__logo img{max-height:40px;max-width:140px;width:auto;height:auto;object-fit:contain;display:block}
/* per-logo treatments so mixed-provenance marks read on the dark card:
   invert  solid-dark vector art forced to white (PowerPlay 209)
   plate   dark-inked logo on a white chip so its navy/black reads (SAUWH)
   tile    self-contained raster with its own background — just soften corners (QSL) */
.hp-proof__logo img.is-invert{filter:brightness(0) invert(1)}
.hp-proof__logo img.is-plate{background:#fff;border-radius:7px;padding:5px 8px;max-height:44px;box-sizing:border-box}
.hp-proof__logo img.is-tile{border-radius:6px;max-height:44px}
.xs-page .hp-proof__word{font-family:var(--font-display);color:#fff;font-size:1.15rem;letter-spacing:.02em}
.hp-proof__word small{display:block;font-family:var(--font-body);font-size:.6rem;font-weight:700;
	letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.45);margin-top:2px}
.xs-page .hp-proof__name{font-family:var(--font-display);font-size:1.18rem;color:#fff;line-height:1.1}
.hp-proof__line{font-size:.92rem;line-height:1.5;color:rgba(255,255,255,.7);flex:1}

/* ---------- 9 · the founder line ---------- */
.hp-founder{max-width:920px;margin:0 auto;background:linear-gradient(160deg,#0d1a33,#0b1120);
	border:1px solid rgba(255,255,255,.1);border-radius:20px;overflow:hidden;display:flex;flex-wrap:wrap;
	box-shadow:0 30px 70px rgba(0,0,0,.55)}
.hp-founder__photo{flex:0 0 240px;min-width:200px;position:relative;min-height:260px;overflow:hidden;
	background:radial-gradient(circle at 60% 40%,#14304d,#0a0f1c)}
.hp-founder__photo img{position:absolute;bottom:0;left:50%;transform:translateX(-48%);
	height:112%;width:auto;max-width:none}
.hp-founder__body{flex:1 1 340px;min-width:300px;padding:30px;display:flex;flex-direction:column;justify-content:center}
.hp-founder__mark{font-size:2.4rem;color:rgba(0,212,255,.35);line-height:.5;font-family:Georgia,serif}
.xs-page .hp-founder__quote{font-size:clamp(1.1rem,2vw,1.35rem);line-height:1.5;color:#fff;margin:.4rem 0 0;
	font-family:var(--font-display);font-weight:400}
.hp-founder__by{margin-top:1.2rem;font-size:.92rem;color:rgba(255,255,255,.6)}

/* ---------- 10 · knock down the fear ---------- */
.hp-fear{background:#070d1c}
.hp-fear__card{background:#0b1120;border:1px solid rgba(0,212,255,.28);border-radius:15px;padding:24px}
.xs-page .hp-fear__title{font-family:var(--font-display);font-size:1.35rem;color:#fff;margin:.6rem 0 .4rem}
/* NOTE on <p> colour: the DS neutraliser `.xs-page p{...color:inherit}` is
   specificity 0,1,1 and beats any single-class rule on a <p> (0,1,0), so the
   paragraph silently inherits the theme's near-black instead of its own
   colour. Every <p> rule below is scoped under .xs-page for that reason. */
.xs-page .hp-fear__body{font-size:.95rem;line-height:1.5;color:rgba(255,255,255,.7);margin:0}

/* ---------- 11 · final CTA ---------- */
.hp-final-cta{position:relative;overflow:hidden;text-align:center;
	background:linear-gradient(150deg,var(--navy-900),#0d1a33)}
.hp-final-cta__glow{position:absolute;top:-120px;left:50%;transform:translateX(-50%);width:680px;height:440px;
	background:radial-gradient(circle,rgba(33,153,232,.32),transparent 65%);filter:blur(28px);
	pointer-events:none;animation:hpGlow 9s ease-in-out infinite}
.xs-page .hp-final-cta__quiet,
.xs-page .hp-final-cta__quiet:link,
.xs-page .hp-final-cta__quiet:visited{color:rgba(255,255,255,.6);text-decoration:none;font-size:.92rem}
.xs-page .hp-final-cta__quiet:hover{color:#fff;text-decoration:underline}

.hp-outlink{display:inline-flex;align-items:center;gap:.5rem;font-size:.98rem;font-weight:700}
.xs-page a.hp-outlink,
.xs-page a.hp-outlink:link,
.xs-page a.hp-outlink:visited{color:var(--cyan);text-decoration:none}
.xs-page a.hp-outlink:hover{text-decoration:underline}

@media (prefers-reduced-motion:reduce){
	.hp-blob--blue,.hp-chip,.hp-chip__blink,.hp-river__track,.hp-final-cta__glow{animation:none}
	.xs-page .hp-tile:hover{transform:none}
}
