:root{--dark-yellow: #ffba02;--yellow: #fee300;--light-yellow: #fcf3a0;--blue: #1789cd;--accent-red: #e43a14;--accent-blue: #021cff;--accent-teal: #52cc7f;--text: #000000;--max: 980px;--pad: clamp(16px, 3vw, 28px);--header-h: 72px;--shadow-strong: 0 22px 40px rgba(0, 0, 0, .25);--shadow-soft: 0 14px 30px rgba(0, 0, 0, .14);--radius: 18px;--radius-sm: 12px}html,body,#root{height:100%;width:100%}body{margin:0;display:block;color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--yellow)}#root{max-width:none;margin:0;padding:0}*{box-sizing:border-box}a{color:inherit;text-decoration:none}button,input{font:inherit}.container{max-width:var(--max);margin:0 auto;padding:0 var(--pad)}.page{min-height:100%;display:flex;flex-direction:column}.topBar{position:sticky;top:0;z-index:20;height:var(--header-h);background:var(--accent-teal);border-bottom:3px solid #000;display:flex;align-items:center;padding:0}.topBarInner{width:100%;display:flex;align-items:center;justify-content:space-between}.menuButton{border:2px solid #000;background:#fff;padding:10px 14px;border-radius:999px;font-weight:700;cursor:pointer}.menuButton:hover{background:#ffffffd9}.brand{display:flex;align-items:center;gap:10px;font-weight:900;letter-spacing:.08em;line-height:1;white-space:nowrap}.brandDot{width:56px;height:16px;flex:0 0 56px;display:block;background:radial-gradient(circle at 8px 50%,var(--blue) 6px,transparent 7px),radial-gradient(circle at 28px 50%,var(--accent-red) 6px,transparent 7px),radial-gradient(circle at 48px 50%,var(--accent-blue) 6px,transparent 7px)}.brandLogo{display:block;height:40px;width:auto}.brandText{display:block;flex:0 1 auto;text-transform:uppercase}.overlay{position:fixed;inset:0;background:#00000059;opacity:0;pointer-events:none;transition:opacity .16s ease;z-index:30}.overlay--open{opacity:1;pointer-events:auto}.drawer{position:fixed;top:0;left:0;height:100%;width:min(320px,86vw);background:var(--light-yellow);border-right:3px solid #000;transform:translate(-100%);transition:transform .18s ease;z-index:40;display:flex;flex-direction:column;padding:14px}.drawer--open{transform:translate(0)}.drawerHeader{display:flex;align-items:center;justify-content:space-between;padding-bottom:12px;border-bottom:2px solid #000}.drawerTitle{font-weight:900;letter-spacing:.06em;text-transform:uppercase}.drawerClose{border:2px solid #000;background:var(--yellow);border-radius:10px;width:40px;height:40px;cursor:pointer;font-weight:900}.drawerNav{display:grid;gap:10px;padding:14px 0}.drawerLink{display:block;padding:12px;border:2px solid #000;border-radius:12px;background:#fff;font-weight:800}.drawerLink:hover{background:#1789cd1f}.drawerFooter{margin-top:auto;padding-top:12px;border-top:2px solid #000}.drawerSmallLink{font-weight:700;opacity:.8;text-decoration:underline;text-underline-offset:3px}.hero{width:100%}.heroImageWrap{width:100%;height:clamp(220px,42vw,480px);place-items:center;position:relative;display:flex;align-items:center;justify-content:center;overflow:visible}.heroImage{width:100%;height:100%;max-width:90%;object-fit:contain;position:relative;z-index:1}.section{padding:clamp(26px,5vw,56px) 0;border-top:3px solid #000}.section--blue{background:var(--blue);border-top:3px solid #000}.section--teal{background:var(--accent-teal);border-top:3px solid #000}.section--red{background:var(--accent-red);border-top:3px solid #000}.section--dark-yellow{background:var(--dark-yellow)}.currentRelease{display:grid;justify-items:center;gap:16px}.currentCoverWrap{width:min(720px,92vw);aspect-ratio:1 / 1;background:#fff;border-radius:var(--radius);border:3px solid #000;overflow:hidden;box-shadow:var(--shadow-strong);display:grid;place-items:center;position:relative}.currentCoverWrap:before{content:"CURRENT COVER PLACEHOLDER";position:absolute;inset:0;display:grid;place-items:center;font-weight:900;letter-spacing:.12em;opacity:.35}.currentCover{width:100%;height:100%;object-fit:cover;position:relative;z-index:1}.currentStatus{text-align:center;font-weight:900;font-size:clamp(18px,2.2vw,26px);letter-spacing:.01em;padding:10px 14px;background:#fff;border:3px solid #000;border-radius:999px}.priorRelease{display:grid;grid-template-columns:auto 1fr;gap:18px;align-items:center}@media(max-width:720px){.priorRelease{grid-template-columns:1fr}}.priorCoverWrap{width:min(220px,70vw);aspect-ratio:1 / 1;background:#fff;border:3px solid #000;border-radius:var(--radius-sm);overflow:hidden;box-shadow:var(--shadow-soft);display:grid;place-items:center;position:relative}.priorCoverWrap:before{content:"PRIOR COVER PLACEHOLDER";position:absolute;inset:0;display:grid;place-items:center;font-weight:900;letter-spacing:.12em;opacity:.35}.priorCover{width:100%;height:100%;object-fit:cover;position:relative;z-index:1}.priorInfo{background:#ffffffeb;border:3px solid #000;border-radius:var(--radius);padding:16px}.priorKicker{font-weight:900;letter-spacing:.12em;text-transform:uppercase;font-size:12px;opacity:.8}.priorTitle{margin:8px 0 6px;font-size:26px;letter-spacing:-.01em}.priorMeta{font-weight:800;opacity:.85}.priorActions{margin-top:10px;display:inline-flex;gap:10px;align-items:center;flex-wrap:wrap;font-weight:900}.smallLink{text-decoration:underline;text-underline-offset:4px}.dotSep{opacity:.7}.subscribe{display:grid;justify-items:center;gap:10px}.subscribeRow{width:min(720px,92vw);display:grid;grid-template-columns:1fr auto;gap:10px}@media(max-width:560px){.subscribeRow{grid-template-columns:1fr}}.subscribeInput{height:52px;border:3px solid #000;border-radius:999px;padding:0 16px;background:#fff;font-weight:800}.subscribeButton{height:52px;border:3px solid #000;border-radius:999px;padding:0 18px;background:var(--accent-blue);color:#fff;font-weight:900;cursor:pointer}.subscribeButton:hover{filter:brightness(.95)}.subscribeText{font-weight:900;letter-spacing:.02em}.footer{margin-top:auto;padding:18px 0}.footerInner{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.social{display:inline-flex;gap:10px;align-items:center}.socialLink{width:44px;height:44px;border:3px solid #000;border-radius:999px;display:grid;place-items:center;background:var(--light-yellow)}.iconPlaceholder{font-size:18px;line-height:1}.copyright{font-weight:800}.tourHeader{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-bottom:14px}.tourTitle{margin:0;font-size:26px;font-weight:900;letter-spacing:-.01em}.tourTabs{display:inline-flex;gap:8px;flex-wrap:wrap}.tourTab{font-weight:900;background:#fff;border:3px solid #000;border-radius:999px;padding:10px 14px;cursor:pointer}.tourTab:hover{background:#ffffffd9}.tourTab--active{background:var(--accent-blue);color:#fff}.tourCard{background:#fff;border:3px solid #000;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-soft)}.tourStatus{padding:16px;font-weight:900}.tourStatus--error{background:#e43a141f;border-top:2px solid #000}.tourList{list-style:none;margin:0;padding:0}.tourRow{display:grid;grid-template-columns:150px 1fr 180px;gap:14px;padding:14px 16px;align-items:center;text-align:left}.tourRow:not(:first-child){border-top:2px solid #000}.tourRow:nth-child(2n){background:#1789cd1a}.tourRow:hover{background:#fee30059}.tourWhen{display:grid;gap:2px;justify-items:start}.tourDate{font-weight:900}.tourTime{font-weight:800;opacity:.85}.tourWhere{display:grid;gap:3px;justify-items:start}.tourVenue{font-weight:900}.tourLocation{font-weight:800;opacity:.85}.tourActions{display:flex;justify-content:flex-end;align-items:center;gap:10px;flex-wrap:wrap}.tourBtn{font-weight:900;border:3px solid #000;background:var(--accent-blue);color:#fff;border-radius:999px;padding:10px 14px;display:inline-block}.tourBtn:hover{filter:brightness(.95)}.tourBtn--disabled{background:#ddd;color:#000;cursor:default}.tourLink{font-weight:900;text-decoration:underline;text-underline-offset:4px}.tourNote{margin-top:10px;font-weight:800;opacity:.8}@media(max-width:820px){.tourRow{grid-template-columns:1fr;gap:10px;align-items:start}.tourActions{justify-content:flex-start}}.mcHoneypot{position:absolute;left:-5000px}.subscribeMessage{font-weight:900;margin-top:6px}.subscribeMessage--error{color:var(--accent-red)}
