:root{
  --bg:#050608;
  --ink:#f7f7f5;
  --muted:#c8c8c8;
  --pink:#ff2f87;
  --pink-soft:#ff4f9a;
  --yellow:#ffc400;
  --orange:#ff9f00;
  --line:rgba(255,255,255,.12);
}
*{box-sizing:border-box}
html,body{margin:0;min-height:100%;background:#030405;color:var(--ink);font-family:Inter,system-ui,sans-serif}
body{overflow-x:hidden;background:
  radial-gradient(circle at 22% 49%,rgba(255,0,109,.12),transparent 24%),
  radial-gradient(circle at 78% 48%,rgba(255,163,0,.12),transparent 26%),
  linear-gradient(180deg,#040507,#070708 55%,#030303)}
body:before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.24;background-image:
  linear-gradient(rgba(255,255,255,.015) 1px,transparent 1px),
  linear-gradient(90deg,rgba(255,255,255,.012) 1px,transparent 1px);background-size:28px 28px;mask-image:linear-gradient(to bottom,transparent,black 18%,black 85%,transparent)}
a{color:inherit;text-decoration:none}.page-shell{width:min(1536px,100%);min-height:100vh;margin:auto;padding:26px 34px 18px;position:relative}
.topbar{display:flex;align-items:center;justify-content:space-between;position:relative;z-index:20}
.brand{display:flex;gap:12px;align-items:center}.brand-icon{width:52px;height:52px;border:3px solid var(--yellow);border-radius:50%;display:grid;place-items:center;font-size:28px;background:#121212;box-shadow:0 0 25px rgba(255,196,0,.15)}
.brand-text{font-family:"Permanent Marker",cursive;line-height:.88;transform:rotate(-1deg);font-size:22px}.brand-text b,.brand-text strong{display:block}.brand-text strong{font-size:27px;color:var(--yellow)}
.music-pill{border:1px solid rgba(255,196,0,.45);background:rgba(6,6,6,.66);color:#fff;border-radius:999px;padding:12px 20px;display:flex;gap:10px;align-items:center;font-size:14px;backdrop-filter:blur(14px);cursor:pointer}.music-pill>span:first-child,.music-pill b{color:var(--yellow)}.bars{font-style:normal;color:var(--yellow);letter-spacing:2px;margin-left:8px}
.hero{position:relative}.hero-title-wrap{text-align:center;margin-top:-4px;position:relative;z-index:10}.hero-title-wrap h1{margin:0;font-family:"Permanent Marker",cursive;line-height:.78;text-transform:uppercase;letter-spacing:1px;text-shadow:0 7px 26px rgba(0,0,0,.55)}.hero-title-wrap h1 span,.hero-title-wrap h1 em{display:block;font-style:normal}.hero-title-wrap h1 span{font-size:62px}.hero-title-wrap h1 em{font-size:66px;color:var(--yellow);margin-top:8px;transform:rotate(-2deg)}.hero-title-wrap p{display:inline-block;margin:20px 0 4px;padding:7px 14px;background:rgba(0,0,0,.55);border-radius:8px;font-size:16px}.scribble{position:absolute;color:var(--yellow);font-size:36px}.crown{left:66%;top:-22px;transform:rotate(12deg)}
.selection-grid{display:grid;grid-template-columns:minmax(320px,1fr) 430px minmax(320px,1fr);gap:28px;align-items:center;margin-top:-10px;min-height:610px;position:relative}
.vibe-card{position:relative;min-height:535px;border-radius:34px;overflow:hidden;background:rgba(10,10,12,.72);backdrop-filter:blur(10px);transition:transform .25s ease,box-shadow .25s ease;border:1px solid}.vibe-card:hover{transform:translateY(-6px)}.vibe-card .card-glow{position:absolute;inset:0;z-index:-1;opacity:.85}.genz-card{border-color:rgba(255,47,135,.8);box-shadow:inset 0 0 60px rgba(255,0,111,.12),0 0 30px rgba(255,0,111,.08)}.genz-card .card-glow{background:linear-gradient(180deg,rgba(49,7,39,.25),rgba(255,0,112,.12)),radial-gradient(circle at 50% 72%,rgba(255,15,124,.35),transparent 40%)}.plus-card{border-color:rgba(255,176,0,.76);box-shadow:inset 0 0 60px rgba(255,155,0,.10),0 0 30px rgba(255,166,0,.08)}.plus-card .card-glow{background:linear-gradient(180deg,rgba(57,30,4,.23),rgba(255,156,0,.1)),radial-gradient(circle at 62% 72%,rgba(255,148,0,.26),transparent 43%)}
.card-content{height:100%;padding:58px 42px 32px;display:flex;flex-direction:column;align-items:center;text-align:center}.card-content h2{margin:0;font-family:"Permanent Marker",cursive;font-size:75px;line-height:.92;text-shadow:0 5px 14px rgba(0,0,0,.7)}.card-content h3{margin:10px 0 6px;font-family:"Permanent Marker",cursive;font-size:29px}.genz-card h3{color:var(--pink-soft)}.plus-card h3{color:var(--yellow)}.stroke{width:120px;height:5px;border-radius:99px;margin:4px 0 24px;transform:rotate(-2deg)}.genz-card .stroke{background:var(--pink)}.plus-card .stroke{background:var(--yellow)}.card-content p{font-size:16px;line-height:1.55;color:#ededed;margin:0 0 28px}.play-btn{width:110px;height:110px;border-radius:50%;border:1px solid;display:grid;place-items:center;font-size:34px;padding-left:8px;cursor:pointer;color:#0a0a0a;box-shadow:0 0 0 12px rgba(255,255,255,.035),0 0 34px currentColor;transition:transform .2s ease}.play-btn:hover{transform:scale(1.06)}.play-btn.pink{background:var(--pink);border-color:#ff8ebe;color:#10060b}.play-btn.yellow{background:var(--yellow);border-color:#ffe171;color:#160f00}.choose-btn{margin-top:28px;width:min(280px,100%);border:2px solid;border-radius:999px;padding:14px 20px;font-size:18px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:26px;background:rgba(0,0,0,.46)}.choose-btn span{font-size:28px;line-height:1}.pink-border{border-color:var(--pink)}.pink-border span{color:var(--pink)}.yellow-border{border-color:var(--yellow)}.yellow-border span{color:var(--yellow)}
.doodle{position:absolute;font-family:"Permanent Marker",cursive;font-size:34px}.d1{right:30px;top:96px;color:var(--pink)}.d2{left:34px;top:38px;color:var(--pink);font-size:22px}.d3{right:35px;top:42px;color:var(--yellow)}.d4{left:44px;top:30px;color:var(--yellow);font-size:24px}
.auto-stage{height:610px;position:relative;display:flex;align-items:flex-end;justify-content:center;overflow:visible}.auto-stage:before{content:"";position:absolute;inset:120px -180px 20px;background:radial-gradient(ellipse at center,rgba(255,148,0,.19),rgba(0,0,0,0) 62%);filter:blur(12px)}.street-halo{position:absolute;width:500px;height:500px;bottom:40px;background:radial-gradient(circle,rgba(255,144,0,.22),transparent 65%);filter:blur(18px)}.auto-stage img{width:500px;max-width:115%;height:auto;position:relative;z-index:3;filter:saturate(1.08) contrast(1.05) drop-shadow(0 28px 30px rgba(0,0,0,.65))}.auto-note{position:absolute;z-index:4;font-family:"Permanent Marker",cursive;font-size:40px}.auto-note.left{left:58px;top:265px;color:var(--pink)}.auto-note.right{right:48px;top:275px;color:var(--yellow)}
.bottom-copy{display:grid;grid-template-columns:1fr 1.5fr 1fr;align-items:end;gap:20px;margin-top:-48px;position:relative;z-index:8}.tagline{text-align:center;font-family:"Permanent Marker",cursive;font-size:26px;line-height:1.15}.tagline strong{display:block;color:var(--yellow);font-size:31px}.micro-copy{display:flex;gap:14px;align-items:center;color:#ddd;font-family:"Permanent Marker",cursive;font-size:15px;transform:rotate(-2deg)}.micro-copy span{font-size:35px;color:var(--yellow)}.micro-copy.right{justify-content:flex-end;transform:rotate(2deg)}
footer{border-top:1px solid var(--line);margin-top:16px;padding:18px 8px 0;display:flex;justify-content:center;gap:40%;font-size:12px;color:#aaa}
@media(max-width:1100px){.page-shell{padding:22px}.selection-grid{grid-template-columns:1fr 1fr;gap:18px;margin-top:24px}.auto-stage{grid-column:1/-1;grid-row:1;height:330px;order:-1}.auto-stage img{width:320px}.vibe-card{min-height:500px}.hero-title-wrap h1 span{font-size:48px}.hero-title-wrap h1 em{font-size:52px}.bottom-copy{margin-top:24px}.crown{display:none}}
@media(max-width:720px){.page-shell{padding:18px 14px}.brand-text{font-size:16px}.brand-text strong{font-size:20px}.brand-icon{width:44px;height:44px;font-size:22px}.music-pill{padding:10px 13px}.bars{display:none}.hero-title-wrap{margin-top:36px}.hero-title-wrap h1 span{font-size:39px}.hero-title-wrap h1 em{font-size:45px}.hero-title-wrap p{font-size:13px}.selection-grid{display:flex;flex-direction:column;min-height:0}.auto-stage{order:0;width:100%;height:325px;margin:-8px 0 -12px}.auto-stage img{width:330px}.vibe-card{width:100%;min-height:455px}.card-content{padding:44px 24px 26px}.card-content h2{font-size:62px}.card-content h3{font-size:25px}.play-btn{width:92px;height:92px}.bottom-copy{grid-template-columns:1fr;margin-top:26px}.micro-copy{display:none}.tagline{font-size:22px}.tagline strong{font-size:27px}footer{gap:8px;justify-content:space-between;font-size:10px}}

/* Home fixes: the auto artwork already contains the slogan, so the HTML duplicate is hidden. */
.bottom-copy .tagline{min-height:1px;font-size:0;line-height:0}
.bottom-copy .tagline strong{display:none}
