@font-face {
  font-family: "Greater";
  src: url("Greater.ttf") format("truetype");
  font-display: swap;
}

:root {
  --bg: #030407;
  --surface: rgba(255, 255, 255, 0.045);
  --surface-strong: rgba(255, 255, 255, 0.08);
  --text: #f8f9fb;
  --muted: rgba(248, 249, 251, 0.62);
  --faint: rgba(248, 249, 251, 0.36);
  --line: rgba(255, 255, 255, 0.12);
  --blue: #86c8ff;
  --max: 1180px;
  --header: 72px;
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { width: 100%; max-width: 100%; overflow-x: clip; overscroll-behavior-x: none; scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  background: var(--bg);
  color: var(--text);
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  overflow-x: clip;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img, video, iframe, svg { max-width: 100%; }
img { display: block; width: 100%; }

.stars { position: fixed; inset: 0; z-index: 0; pointer-events: none; }
.site-shell, main, section, header, footer { min-width: 0; max-width: 100%; }
.site-shell { position: relative; z-index: 1; width: 100%; min-height: 100vh; overflow-x: clip; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.container > *, .world-grid > *, .feature-split > *, .release-layout > *, .support-panel > * { min-width: 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--header);
  isolation: isolate;
  background: linear-gradient(180deg, rgba(8,9,13,.96), rgba(3,4,7,.9));
  border-bottom: 1px solid rgba(255,255,255,.1);
  box-shadow: 0 10px 40px rgba(0,0,0,.24), inset 0 -1px 0 rgba(134,200,255,.035);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: height .28s ease, background .28s ease, box-shadow .28s ease;
}
.site-header.is-compact { height: 64px; background: rgba(3,4,7,.96); box-shadow: 0 14px 42px rgba(0,0,0,.42), inset 0 -1px 0 rgba(134,200,255,.08); }
.header-inner { position: relative; z-index: 3; height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand {
  font-family: "Greater", Georgia, serif;
  font-size: clamp(1.12rem, 2.2vw, 1.55rem);
  letter-spacing: .03em;
  text-shadow: 0 0 20px rgba(134, 200, 255, .32);
  white-space: nowrap;
}
.header-brand { display: inline-flex; align-items: center; min-width: 0; }
.brand-wordmark { display: flex; min-width: 0; flex-direction: column; line-height: 1; }
.brand-wordmark strong { font-family: "Greater", Georgia, serif; font-size: 1.02rem; font-weight: 400; letter-spacing: .045em; }
.brand-wordmark small { margin-top: 5px; color: var(--faint); font-family: "Poppins", sans-serif; font-size: .52rem; font-weight: 500; letter-spacing: .19em; text-transform: uppercase; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.release-pulse { display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; border: 1px solid rgba(255,70,70,.18); border-radius: 999px; color: rgba(255,255,255,.78); background: rgba(130,0,0,.08); font-size: .64rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
.release-pulse > i { width: 6px; height: 6px; border-radius: 50%; background: #ff2b2b; box-shadow: 0 0 12px rgba(255,43,43,.9); animation: release-pulse 2s ease-in-out infinite; }
.release-pulse b { color: rgba(255,255,255,.42); font-weight: 500; }
@keyframes release-pulse { 50% { opacity: .42; box-shadow: 0 0 4px rgba(255,43,43,.45); } }
.main-nav { position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.menu-shell { height: 100%; display: flex; align-items: center; justify-content: center; }
.menu-feature, .menu-kicker, .menu-socials, .menu-subscribe { display: none; }
.menu-panel, .menu-links { display: flex; align-items: center; }
.menu-links { gap: clamp(18px, 2.1vw, 30px); }
.menu-link {
  color: var(--muted);
  font-size: .74rem;
  font-weight: 500;
  letter-spacing: .13em;
  text-transform: uppercase;
  transition: color .2s ease;
  pointer-events: auto;
}
.menu-link small { display: none; }
.menu-link:hover, .menu-link[aria-current="page"] { color: #fff; }
.menu-toggle { display: none; align-items: center; gap: 10px; min-height: 42px; padding: 8px 14px; color: #fff; background: linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.035)); border: 1px solid rgba(255,255,255,.22); border-radius: 999px; box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 8px 28px rgba(0,0,0,.24); cursor: pointer; }
.menu-label { font-size: .66rem; font-weight: 500; letter-spacing: .15em; text-transform: uppercase; }
.menu-glyph { position: relative; display: block; width: 17px; height: 12px; }
.menu-glyph i { position: absolute; right: 0; width: 100%; height: 1px; background: currentColor; transition: top .24s ease, transform .24s ease; }
.menu-glyph i:first-child { top: 2px; }
.menu-glyph i:last-child { top: 9px; width: 70%; }
.menu-toggle[aria-expanded="true"] .menu-glyph i:first-child { top: 6px; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-glyph i:last-child { top: 6px; width: 100%; transform: rotate(-45deg); }

.announcement {
  display: block;
  padding: 10px 20px;
  background: #fff;
  color: #050608;
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase;
}
.announcement:hover { background: #dff1ff; }

main { min-height: 70vh; }
.release-alert { display: flex; min-width: 0; align-items: center; justify-content: center; gap: 12px 24px; padding: 11px 20px; background: #a40000; color: #fff; font-size: .76rem; letter-spacing: .09em; text-align: center; text-transform: uppercase; }
.release-alert strong { font-family: "Greater", Georgia, serif; font-size: 1.2rem; font-weight: 400; letter-spacing: .04em; }
.release-alert b { font-size: .7rem; font-weight: 500; }
.release-alert:hover { background: #c80000; }
.social-proof { padding: clamp(28px, 4.5vw, 58px) 20px; border-bottom: 1px solid var(--line); text-align: center; background: radial-gradient(circle at 50% 110%, rgba(134,200,255,.15), transparent 48%); }
.social-proof a { display: inline-flex; max-width: 100%; flex-direction: column; align-items: center; }
.social-proof-kicker, .social-proof-label { color: var(--muted); font-size: clamp(.68rem, 1.4vw, .82rem); font-weight: 500; letter-spacing: .2em; text-transform: uppercase; }
.social-proof strong { display: flex; max-width: 100%; align-items: baseline; justify-content: center; margin: 10px 0 8px; font-family: "Greater", Georgia, serif; font-size: clamp(4rem, 10vw, 8.6rem); font-variant-numeric: tabular-nums; font-weight: 400; line-height: .78; letter-spacing: -.055em; white-space: nowrap; text-shadow: 0 0 24px rgba(255,255,255,.18), 0 0 46px rgba(134,200,255,.16); }
.social-proof a:hover strong { text-shadow: 0 0 26px rgba(255,255,255,.3), 0 0 54px rgba(134,200,255,.28); }
.social-proof .milestone-link { display: inline-flex; margin-top: 20px; padding: 9px 15px; border: 1px solid rgba(134,200,255,.28); border-radius: 999px; color: var(--blue); font-size: .72rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.social-proof .milestone-link:hover { color: #050608; background: var(--blue); text-shadow: none; }
.pts-launch { position: relative; border-bottom: 1px solid rgba(255,70,70,.22); background: radial-gradient(circle at 12% 20%, rgba(203,0,0,.18), transparent 36%), linear-gradient(145deg, #080304, #030407 62%); overflow: hidden; }
.pts-launch-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, .6fr); gap: clamp(26px, 4vw, 54px); align-items: center; padding-block: clamp(24px, 4vw, 48px); }
.pts-launch-video { width: 100%; min-width: 0; border-color: rgba(255,70,70,.3); box-shadow: 0 26px 90px rgba(0,0,0,.72), 0 0 60px rgba(195,0,0,.14); }
.pts-launch-art { display: block; min-width: 0; overflow: hidden; border: 1px solid rgba(255,70,70,.3); border-radius: 18px; box-shadow: 0 26px 90px rgba(0,0,0,.72), 0 0 60px rgba(195,0,0,.14); }
.pts-launch-art img { aspect-ratio: 1; object-fit: cover; transition: transform .45s ease, filter .45s ease; }
.pts-launch-art:hover img { transform: scale(1.025); filter: brightness(1.06); }
.pts-launch-copy { min-width: 0; }
.pts-launch-copy h2 { font-size: clamp(4rem, 10vw, 8.8rem); line-height: .76; text-shadow: 0 0 34px rgba(220,0,0,.25); }
.pts-launch-copy .lede { margin: 26px 0 0; }
.pts-launch-copy .action-row { align-items: center; }
.pts-primary { min-width: 150px; }
.audio-coming { color: var(--faint); font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
.pts-platforms { display: flex; min-width: 0; flex-wrap: wrap; gap: 9px; margin-top: 20px; }
.pts-platforms a { padding: 8px 13px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: var(--muted); font-size: .72rem; font-weight: 500; letter-spacing: .07em; text-transform: uppercase; }
.pts-platforms a:hover { color: #fff; border-color: rgba(255,80,80,.58); background: rgba(190,0,0,.15); }
.section { padding: clamp(46px, 6.5vw, 82px) 0; }
.section-tight { padding: clamp(24px, 4vw, 48px) 0; }
.section + .section { border-top: 1px solid var(--line); }
.eyebrow {
  display: block;
  margin-bottom: 14px;
  color: var(--blue);
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.display, h1, h2, h3 { font-family: "Greater", Georgia, serif; font-weight: 400; margin: 0; }
.display { font-size: clamp(3.4rem, 10vw, 8.6rem); line-height: .85; letter-spacing: -.035em; }
h1 { font-size: clamp(2.85rem, 7.5vw, 6.5rem); line-height: .9; letter-spacing: -.035em; }
h2 { font-size: clamp(2.15rem, 5vw, 4.2rem); line-height: .96; letter-spacing: -.02em; }
h3 { font-size: clamp(1.5rem, 3vw, 2.2rem); line-height: 1; }
.lede { max-width: 660px; color: var(--muted); font-size: clamp(1rem, 2vw, 1.2rem); }
.muted { color: var(--muted); }
.fine { color: var(--faint); font-size: .86rem; }

.hero { padding: clamp(34px, 6vw, 78px) 0 clamp(76px, 10vw, 132px); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: clamp(30px, 5vw, 72px); align-items: center; }
.video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 14px;
  background: #000;
  box-shadow: 0 22px 90px rgba(0,0,0,.7), 0 0 52px rgba(134,200,255,.11);
}
.video-frame iframe, .video-frame video { width: 100%; height: 100%; border: 0; object-fit: cover; }
.hero-copy { display: flex; flex-direction: column; align-items: flex-start; }
.hero-copy .lede { margin: 24px 0 0; }
.world-hero { display: grid; max-width: 100%; align-items: center; padding: clamp(34px, 5.5vw, 68px) 0; overflow: hidden; }
.world-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 420px); gap: clamp(32px, 4vw, 56px); align-items: center; }
.world-copy { position: relative; z-index: 2; min-width: 0; }
.world-copy h1 { max-width: 100%; font-size: clamp(2.35rem, 4.15vw, 4rem); overflow-wrap: normal; text-wrap: balance; }
.world-title { display: flex; width: 100%; min-width: 0; flex-direction: column; line-height: .84; }
.world-title span { display: block; max-width: 100%; }
.world-copy .lede { margin: 20px 0 0; max-width: 620px; }
.world-copy .action-row { margin-top: 32px; }
.release-carousel { position: relative; z-index: 1; width: min(100%, 420px); min-width: 0; justify-self: end; }
.carousel-viewport { position: relative; width: 100%; aspect-ratio: 1; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #08090c; box-shadow: 0 26px 80px rgba(0,0,0,.68), 0 0 50px rgba(134,200,255,.08); touch-action: pan-y; }
.carousel-slide { position: absolute; inset: 0; display: block; opacity: 0; transform: translateX(8%); pointer-events: none; transition: opacity .48s ease, transform .55s cubic-bezier(.16,1,.3,1); }
.carousel-slide.is-active { opacity: 1; transform: translateX(0); pointer-events: auto; }
.carousel-slide img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, filter .45s ease; }
.carousel-slide:hover img { transform: scale(1.025); filter: brightness(1.05); }
.carousel-slide::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.86)); }
.carousel-slide span { position: absolute; left: 18px; right: 18px; bottom: 16px; z-index: 2; font-size: .75rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; text-shadow: 0 2px 14px #000; }
.carousel-controls { display: grid; grid-template-columns: 40px 1fr 40px; gap: 12px; align-items: center; margin-top: 14px; }
.carousel-arrow { display: grid; width: 40px; height: 40px; place-items: center; color: #fff; background: rgba(255,255,255,.045); border: 1px solid var(--line); border-radius: 50%; cursor: pointer; }
.carousel-arrow:hover { color: #050608; background: #fff; }
.carousel-dots { display: flex; align-items: center; justify-content: center; gap: 8px; }
.carousel-dot { width: 8px; height: 8px; padding: 0; background: rgba(255,255,255,.28); border: 0; border-radius: 50%; cursor: pointer; transition: width .2s, background .2s; }
.carousel-dot.is-active { width: 26px; background: #fff; border-radius: 999px; }

.hero-search { width: min(100%, 620px); margin-top: 24px; }
.hero-search > label { display: block; margin-bottom: 8px; color: var(--faint); font-size: .74rem; font-weight: 500; letter-spacing: .13em; text-transform: uppercase; }
.hero-search-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 6px; overflow: hidden; padding: 5px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(255,255,255,.055); box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 14px 38px rgba(0,0,0,.22); }
.hero-search-row:focus-within { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(134,200,255,.12); }
.hero-search input { width: 100%; min-width: 0; padding: 12px 16px; color: #fff; background: transparent; border: 0; outline: 0; }
.hero-search button { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-width: 112px; padding: 11px 18px; color: #050608; background: #fff; border: 0; border-radius: 999px; cursor: pointer; font-size: .78rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.hero-search button svg { width: 17px; height: 17px; flex: 0 0 auto; }
.trailer-feature { border-top: 1px solid var(--line); }
.trailer-split { grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); gap: clamp(28px, 5vw, 64px); }
.trailer-frame { width: 100%; }

.youtube-band { padding: 34px 0; background: #fff; color: #050608; }
.youtube-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.youtube-band strong { display: block; font-family: "Greater", Georgia, serif; font-size: clamp(1.8rem, 4vw, 3.2rem); font-weight: 400; line-height: 1; }
.youtube-band p { margin: 8px 0 0; color: rgba(5,6,8,.62); }
.youtube-button { flex-shrink: 0; background: #ff0000; border-color: #ff0000; color: #fff; }
.youtube-button:hover { border-color: #ff0000; background: #d90000; }

.path-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 28px; }
.path-card { min-height: 0; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); }
.path-card:hover { border-color: rgba(255,255,255,.34); background: var(--surface-strong); transform: translateY(-4px); }
.path-image { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; filter: saturate(.82) contrast(1.05); transition: transform .45s ease, filter .45s ease; }
.path-image-search { object-position: center 28%; }
.path-image-archive { object-position: center 32%; }
.path-image-support { object-position: center 36%; }
.path-card:hover .path-image { transform: scale(1.035); filter: saturate(1) contrast(1.06); }
.path-card-copy { display: flex; min-height: 190px; flex: 1; flex-direction: column; padding: 22px; }
.path-number { color: var(--blue); font-size: .75rem; font-weight: 500; letter-spacing: .14em; }
.path-card h3 { margin-top: auto; padding-top: 26px; }
.path-card p { margin: 12px 0 0; color: var(--muted); font-size: .9rem; }

.video-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 28px; }
.video-card { position: relative; overflow: hidden; aspect-ratio: 16 / 9; border: 1px solid var(--line); border-radius: 16px; background: #000; }
.video-card img { height: 100%; object-fit: cover; transition: transform .4s ease, opacity .4s ease; }
.video-card::after { content: ""; position: absolute; inset: 30% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.9)); }
.video-card:hover img { transform: scale(1.035); opacity: .9; }
.video-card-copy { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 17px; }
.video-card-copy span { color: rgba(255,255,255,.62); font-size: .72rem; letter-spacing: .13em; text-transform: uppercase; }
.video-card-copy h3 { margin-top: 5px; font-size: clamp(1.4rem, 3vw, 2.1rem); }

.follow-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 34px; }
.follow-card { min-height: 130px; display: flex; flex-direction: column; justify-content: space-between; padding: 22px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.035); }
.follow-card strong { font-family: "Greater", Georgia, serif; font-size: 1.7rem; font-weight: 400; }
.follow-card span { color: var(--muted); font-size: .8rem; }
.follow-card:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.35); }

.social-rail { position: fixed; right: 16px; top: 50%; z-index: 80; display: flex; flex-direction: column; gap: 7px; padding: 8px; transform: translateY(-50%); border: 1px solid var(--line); border-radius: 999px; background: rgba(3,4,7,.78); backdrop-filter: blur(18px); }
.social-rail a { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; color: var(--muted); }
.social-rail svg { width: 19px; height: 19px; fill: currentColor; }
.social-rail a:first-child { color: #fff; background: #e70000; }
.social-rail a:hover { color: #050608; background: #fff; }
.action-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #fff;
  font-size: .82rem;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: transform .2s, background .2s, border-color .2s;
}
.button:hover { transform: translateY(-2px); border-color: rgba(255,255,255,.38); }
.button.primary { background: #fff; color: #050608; border-color: #fff; }
.button.primary:hover { background: #dff1ff; }

.quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 36px; }
.quick-card, .catalog-card, .store-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface);
  transition: transform .25s, border-color .25s, background .25s;
}
.quick-card:hover, .catalog-card:hover, .store-card:hover { transform: translateY(-4px); border-color: rgba(255,255,255,.3); background: var(--surface-strong); }
.quick-card { min-height: 210px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; }
.quick-card span { color: var(--faint); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.quick-card strong { font-family: "Greater", Georgia, serif; font-size: 2rem; font-weight: 400; line-height: 1; }

.feature-split { display: grid; grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr); gap: clamp(32px, 7vw, 90px); align-items: center; }
.art-card { position: relative; max-width: 470px; }
.art-card::before { content: ""; position: absolute; inset: 8%; background: rgba(134,200,255,.22); filter: blur(54px); z-index: -1; }
.art-card img { aspect-ratio: 1; object-fit: cover; border-radius: 14px; border: 1px solid var(--line); box-shadow: 0 24px 70px rgba(0,0,0,.68); }
.feature-copy .lede { margin: 24px 0 0; }

.page-head { padding: clamp(22px, 3.5vw, 44px) 0 24px; }
.page-head h1, .release-body h1 { max-width: 100%; overflow-wrap: anywhere; }
.page-head .lede { margin-top: 22px; }
.catalog-controls { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin: 10px 0 28px; }
.search-wrap { flex: 1 1 320px; }
.search-wrap input {
  width: 100%;
  min-height: 52px;
  padding: 12px 18px;
  color: #fff;
  background: rgba(255,255,255,.06);
  border: 1px solid var(--line);
  border-radius: 999px;
  outline: none;
}
.search-wrap input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(134,200,255,.12); }
.filters { display: flex; flex-wrap: wrap; gap: 8px; }
.filter {
  min-height: 44px;
  padding: 9px 16px;
  color: var(--muted);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 999px;
  cursor: pointer;
}
.filter.active { color: #050608; background: #fff; border-color: #fff; }
.catalog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.catalog-card { display: flex; flex-direction: column; }
.catalog-art { aspect-ratio: 1; object-fit: cover; }
.catalog-art.type-art {
  display: grid;
  place-items: center;
  padding: 24px;
  background: radial-gradient(circle at 25% 20%, rgba(134,200,255,.22), transparent 34%), linear-gradient(145deg, #111522, #030407 70%);
  font-family: "Greater", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: .9;
  text-align: center;
}
.catalog-info { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 20px; }
.catalog-meta { margin-bottom: 8px; color: var(--blue); font-size: .76rem; font-weight: 500; letter-spacing: .13em; text-transform: uppercase; }
.catalog-info h3 { margin-bottom: 12px; }
.catalog-info p { margin: 0 0 20px; color: var(--muted); font-size: .92rem; }
.catalog-info .button { margin-top: auto; }
.catalog-empty { display: none; padding: 48px 0; color: var(--muted); text-align: center; }
.catalog-support { margin-top: 46px; }

.watch-section { margin-top: clamp(48px, 7vw, 82px); padding-top: clamp(42px, 6vw, 70px); border-top: 1px solid var(--line); }
.section-heading { max-width: 760px; }
.section-heading .lede { margin: 16px 0 0; }
.story-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 28px; }
.story-card { min-height: 220px; display: flex; flex-direction: column; justify-content: space-between; padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.025)); }
.story-card:hover { border-color: rgba(255,255,255,.34); transform: translateY(-3px); }
.story-card-featured { background: radial-gradient(circle at 85% 10%, rgba(134,200,255,.22), transparent 40%), rgba(255,255,255,.045); }
.story-icon { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: #fff; }
.story-card h3 { margin: 5px 0 12px; }
.story-card p { margin: 0; color: var(--muted); }
.tiktok-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 28px; }
.tiktok-card { min-height: 170px; display: flex; flex-direction: column; justify-content: flex-end; padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: radial-gradient(circle at 15% 12%, rgba(37,244,238,.16), transparent 36%), radial-gradient(circle at 88% 88%, rgba(254,44,85,.16), transparent 38%), rgba(255,255,255,.035); }
.tiktok-card:hover { border-color: rgba(255,255,255,.35); transform: translateY(-3px); }
.tiktok-mark { margin-bottom: auto; font-size: 1.7rem; }
.tiktok-card strong { font-family: "Greater", Georgia, serif; font-size: 1.45rem; font-weight: 400; }
.tiktok-card > span:last-child { color: var(--muted); font-size: .82rem; }

.support-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  gap: 28px;
  align-items: center;
  margin: 0 0 42px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(134,200,255,.28);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(134,200,255,.12), rgba(255,255,255,.035));
  box-shadow: 0 18px 70px rgba(0,0,0,.38), inset 0 0 50px rgba(134,200,255,.035);
}
.support-panel h2 { font-size: clamp(2rem, 4.5vw, 3.7rem); }
.support-panel p { max-width: 640px; margin: 14px 0 0; color: var(--muted); }
.support-panel .action-row { margin-top: 0; align-content: center; }
.archive-note { margin-top: 26px; padding: 18px 20px; border-left: 2px solid var(--blue); background: rgba(134,200,255,.07); }
.archive-note strong { font-size: .76rem; letter-spacing: .13em; text-transform: uppercase; }
.archive-note p { margin: 7px 0 0; color: var(--muted); font-size: .92rem; }
.release-notice { margin-top: 24px; padding: 18px 20px; border: 1px solid rgba(255,45,45,.42); border-radius: 12px; background: linear-gradient(135deg, rgba(190,0,0,.22), rgba(255,255,255,.035)); }
.release-notice strong { color: #ff7777; font-size: .76rem; letter-spacing: .13em; text-transform: uppercase; }
.release-notice p { margin: 7px 0 0; color: rgba(255,255,255,.78); font-size: .92rem; }
.track-section { margin-top: 48px; }
.back-link { display: inline-block; margin-top: 18px; color: var(--muted); font-size: .86rem; }
.back-link:hover { color: #fff; }

.release-layout { display: grid; grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr); gap: clamp(36px, 7vw, 92px); align-items: start; }
.release-sticky { position: sticky; top: calc(var(--header) + 28px); }
.release-sticky img { border-radius: 16px; border: 1px solid var(--line); box-shadow: 0 28px 90px rgba(0,0,0,.7); }
.release-page main.section { padding-top: clamp(28px, 4vw, 54px); }
.release-body { min-width: 0; padding-top: 6px; }
.release-body h1 { font-size: clamp(2.8rem, 7vw, 6.3rem); }
.release-body .lede { margin: 24px 0 0; }
.platform-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 32px; }
.platform-link { display: flex; align-items: center; justify-content: space-between; min-height: 54px; padding: 12px 16px; border: 1px solid var(--line); border-radius: 10px; color: var(--muted); }
.platform-link:hover { color: #fff; border-color: rgba(255,255,255,.35); }
.platform-link::after { content: "↗"; color: var(--faint); }
.tracklist { margin: 34px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.tracklist li { display: grid; grid-template-columns: 42px 1fr; padding: 15px 0; border-bottom: 1px solid var(--line); color: var(--muted); }
.tracklist span { color: var(--faint); font-size: .82rem; }
.release-videos { margin-top: 48px; }
.release-video-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 22px; }
.release-video-card { min-width: 0; }
.release-video-card .video-frame { border-radius: 12px; }
.release-video-card h3 { margin-top: 12px; font-family: "Poppins", system-ui, sans-serif; font-size: .92rem; font-weight: 500; line-height: 1.35; }
.release-video-card a:hover h3 { color: var(--blue); }

.store-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 38px; }
.store-card { display: grid; grid-template-columns: 190px 1fr; }
.store-card img { height: 100%; min-height: 260px; object-fit: cover; }
.store-info { padding: 28px; display: flex; flex-direction: column; align-items: flex-start; }
.price { margin: 12px 0 0; color: var(--blue); font-weight: 500; }
.store-info p { color: var(--muted); }
.store-info .button { margin-top: auto; }

.support-hero { padding: clamp(34px, 5vw, 68px) 0 28px; }
.support-intro { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: clamp(28px, 6vw, 76px); align-items: center; }
.support-intro-copy .lede { margin: 22px 0 0; }
.support-portrait { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #08090c; box-shadow: 0 24px 90px rgba(0,0,0,.62), 0 0 54px rgba(134,200,255,.1); }
.support-portrait img { aspect-ratio: 4 / 3; object-fit: cover; object-position: center 36%; }
.direct-support-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 30px; }
.direct-support-card { display: flex; min-height: 280px; flex-direction: column; align-items: flex-start; padding: clamp(24px, 4vw, 38px); border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025)); }
.direct-support-card:first-child { border-color: rgba(134,200,255,.34); box-shadow: inset 0 0 52px rgba(134,200,255,.045); }
.direct-support-card h2 { font-size: clamp(2rem, 4vw, 3.4rem); }
.direct-support-card p { margin: 16px 0 24px; color: var(--muted); }
.direct-support-card .button { margin-top: auto; }
.support-handle { display: block; margin: 4px 0 0; color: var(--blue); font-size: 1rem; font-weight: 500; letter-spacing: .04em; }
.support-note { margin: 22px 0 0; color: var(--faint); font-size: .86rem; }

.hall-hero { padding: clamp(38px, 6vw, 76px) 0 30px; text-align: center; background: radial-gradient(circle at 50% 0, rgba(134,200,255,.12), transparent 42%); }
.hall-hero .lede { margin: 20px auto 0; }
.hall-title { font-size: clamp(3.1rem, 9vw, 7.7rem); line-height: .85; text-shadow: 0 0 32px rgba(134,200,255,.16); }
.plaque-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.achievement-plaque { position: relative; display: flex; min-height: 350px; overflow: hidden; flex-direction: column; justify-content: space-between; padding: clamp(28px, 4vw, 46px); border: 1px solid rgba(228,235,242,.28); border-radius: 8px; background: linear-gradient(145deg, rgba(208,221,232,.15), rgba(59,70,82,.08) 42%, rgba(255,255,255,.025)); box-shadow: 0 24px 80px rgba(0,0,0,.54), inset 0 0 0 5px rgba(255,255,255,.025), inset 0 0 58px rgba(134,200,255,.045); }
.achievement-plaque::before { content: ""; position: absolute; inset: 10px; pointer-events: none; border: 1px solid rgba(255,255,255,.12); }
.achievement-plaque--chartmetric { border-color: rgba(134,200,255,.4); background: linear-gradient(145deg, rgba(56,149,225,.19), rgba(59,70,82,.08) 42%, rgba(255,255,255,.025)); }
.achievement-plaque--shazam { border-color: rgba(106,165,255,.42); background: linear-gradient(145deg, rgba(40,105,230,.2), rgba(59,70,82,.08) 42%, rgba(255,255,255,.025)); }
.plaque-top, .plaque-copy { position: relative; z-index: 1; }
.plaque-number { color: var(--blue); font-size: .68rem; font-weight: 500; letter-spacing: .19em; text-transform: uppercase; }
.plaque-metric { display: block; margin-top: 18px; font-family: "Greater", Georgia, serif; font-size: clamp(3.5rem, 7vw, 6.6rem); font-weight: 400; line-height: .8; letter-spacing: -.045em; text-shadow: 0 0 24px rgba(255,255,255,.16); }
.plaque-metric--word { font-size: clamp(2.5rem, 5vw, 4.8rem); letter-spacing: -.025em; }
.plaque-copy h2 { font-family: "Poppins", system-ui, sans-serif; font-size: 1rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.plaque-copy p { margin: 10px 0 0; color: var(--muted); font-size: .94rem; }
.plaque-source { display: inline-block; margin-top: 18px; color: var(--blue); font-size: .76rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.plaque-source:hover { color: #fff; }
.hall-note { margin-top: 26px; padding: 22px 24px; border-left: 2px solid var(--blue); background: rgba(134,200,255,.055); color: var(--muted); }

.site-footer { border-top: 1px solid var(--line); padding: 44px 0 110px; }
.footer-grid { display: flex; justify-content: space-between; align-items: flex-start; gap: 30px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 16px 24px; color: var(--muted); font-size: .88rem; }
.footer-links a:hover { color: #fff; }

@media (max-width: 1060px) {
  :root { --header: 72px; }
  .container { width: min(calc(100% - 28px), var(--max)); }
  body.menu-open { overflow: hidden; }
  .site-shell { padding-top: var(--header); }
  .site-header { position: fixed; right: 0; left: 0; z-index: 90; width: 100%; }
  .site-header.is-compact { height: var(--header); }
  .site-header.menu-open { height: var(--header); background: rgba(3,4,7,.98); }
  .menu-toggle { display: inline-flex; }
  .main-nav {
    position: fixed;
    top: var(--header);
    right: 0;
    bottom: auto;
    left: 0;
    width: 100vw;
    height: calc(100vh - var(--header));
    height: calc(100dvh - var(--header));
    z-index: 70;
    display: block;
    padding-top: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    background: radial-gradient(circle at 10% 10%, rgba(134,200,255,.12), transparent 34%), radial-gradient(circle at 90% 80%, rgba(150,0,0,.16), transparent 32%), rgba(3,4,7,.985);
    transition: opacity .3s ease, transform .35s cubic-bezier(.16,1,.3,1), visibility .3s;
  }
  .main-nav.open { visibility: visible; opacity: 1; pointer-events: auto; transform: none; }
  .menu-shell { display: grid; grid-template-columns: minmax(250px,.82fr) minmax(330px,1.18fr); gap: clamp(34px,6vw,80px); height: 100%; padding-top: 28px; padding-bottom: 30px; overflow-y: auto; }
  .menu-feature { position: relative; display: block; overflow: hidden; align-self: center; max-width: 440px; border: 1px solid rgba(255,70,70,.25); border-radius: 20px; background: #070709; box-shadow: 0 28px 90px rgba(0,0,0,.7), 0 0 54px rgba(170,0,0,.13); }
  .menu-feature img { aspect-ratio: 1; object-fit: cover; }
  .menu-feature::after { content: ""; position: absolute; inset: 48% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.94)); }
  .menu-feature > span { position: absolute; left: 20px; right: 20px; bottom: 18px; z-index: 2; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 2px 12px; }
  .menu-feature small { grid-column: 1 / -1; color: rgba(255,255,255,.56); font-size: .62rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; }
  .menu-feature strong { font-family: "Greater", Georgia, serif; font-size: clamp(2.3rem,5vw,4.4rem); font-weight: 400; line-height: .86; }
  .menu-feature em { color: #fff; font-size: .7rem; font-style: normal; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
  .menu-panel { display: flex; min-width: 0; align-items: stretch; align-self: center; flex-direction: column; }
  .menu-kicker { display: block; margin-bottom: 10px; color: var(--blue); font-size: .68rem; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; }
  .menu-links { display: flex; align-items: stretch; flex-direction: column; gap: 0; }
  .menu-link { display: grid; grid-template-columns: 34px 1fr; gap: 8px; align-items: baseline; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.84); }
  .menu-link small { display: block; color: var(--faint); font-size: .62rem; letter-spacing: .08em; }
  .menu-link span { font-family: "Greater", Georgia, serif; font-size: clamp(2rem,5vw,4rem); font-weight: 400; letter-spacing: -.02em; line-height: .96; text-transform: none; }
  .menu-link:hover span, .menu-link[aria-current="page"] span { color: var(--blue); text-shadow: 0 0 20px rgba(134,200,255,.25); }
  .menu-socials { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
  .menu-socials a { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.035); }
  .menu-socials svg { width: 17px; height: 17px; fill: rgba(255,255,255,.78); }
  .menu-socials a:first-child { border-color: rgba(255,0,0,.42); background: #d90000; }
  .menu-socials a:first-child svg { fill: #fff; }
  .menu-subscribe { display: inline-flex; width: max-content; margin-top: 14px; padding: 9px 14px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: rgba(255,255,255,.72); font-size: .67rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
  .world-grid { grid-template-columns: 1fr; }
  .release-carousel { width: min(100%, 520px); justify-self: start; }
}

@media (max-width: 900px) {
  .hero-grid, .feature-split, .release-layout, .support-panel, .trailer-split, .pts-launch-grid, .support-intro { grid-template-columns: 1fr; }
  .hero-copy { order: -1; }
  .catalog-grid { grid-template-columns: repeat(2, 1fr); }
  .store-card { grid-template-columns: 140px 1fr; }
  .release-sticky { position: static; max-width: 560px; }
  .support-panel .action-row { margin-top: 4px; }
  .path-grid, .follow-grid { grid-template-columns: repeat(2, 1fr); }
  .release-carousel { max-width: 520px; }
  .pts-launch-art { width: min(100%, 500px); }
}

@media (max-width: 720px) {
  .header-inner { gap: 8px; }
  .brand-wordmark strong { font-size: .9rem; }
  .brand-wordmark small { font-size: .45rem; letter-spacing: .14em; }
  .header-actions { gap: 6px; }
  .release-pulse { display: none; }
  .menu-toggle { min-height: 40px; padding: 8px 11px; }
  .menu-label { font-size: .6rem; }
  .menu-shell { grid-template-columns: minmax(0,1fr); grid-template-rows: auto auto; gap: 20px; align-content: start; padding-top: 18px; padding-bottom: 100px; }
  .menu-feature { display: grid; grid-template-columns: 112px minmax(0,1fr); width: 100%; max-width: none; align-self: start; border-radius: 16px; }
  .menu-feature img { width: 112px; height: 112px; aspect-ratio: 1; }
  .menu-feature::after { inset: 0; background: linear-gradient(90deg, transparent 20%, rgba(0,0,0,.9) 58%); }
  .menu-feature > span { position: relative; left: auto; right: auto; bottom: auto; z-index: 2; display: flex; min-width: 0; align-items: flex-start; justify-content: center; flex-direction: column; padding: 14px 16px; }
  .menu-feature small { grid-column: auto; }
  .menu-feature strong { margin: 4px 0; font-size: 2.45rem; }
  .menu-feature em { font-size: .62rem; }
  .menu-panel { align-self: start; }
  .menu-kicker { margin-bottom: 4px; font-size: .6rem; }
  .menu-link { grid-template-columns: 28px 1fr; padding: 8px 0; }
  .menu-link span { font-size: clamp(1.85rem,9vw,2.65rem); }
  .menu-socials { margin-top: 16px; }
  .menu-socials a { width: 38px; height: 38px; }
  .release-alert { flex-wrap: wrap; gap: 2px 10px; padding: 9px 14px; line-height: 1.35; }
  .release-alert span { flex-basis: 100%; order: 2; }
  .release-alert b { margin-left: auto; }
  .social-proof { padding-inline: 12px; overflow: hidden; }
  .social-proof a { width: 100%; overflow: hidden; }
  .social-proof strong { width: 100%; font-size: clamp(2.8rem, 14.5vw, 4.4rem); letter-spacing: -.07em; }
  .pts-launch-grid { gap: 28px; padding-block: 34px 42px; }
  .pts-launch-art { width: min(100%, 390px); margin-inline: auto; }
  .pts-launch-copy h2 { font-size: clamp(3.7rem, 22vw, 6rem); }
  .pts-launch-copy .lede { margin-top: 18px; }
  .pts-launch-copy .action-row { align-items: flex-start; flex-direction: column; }
  .pts-platforms { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pts-platforms a { display: grid; min-width: 0; place-items: center; padding-inline: 8px; text-align: center; }
  .quick-grid, .catalog-grid, .store-grid, .direct-support-grid, .plaque-grid { grid-template-columns: 1fr; }
  .achievement-plaque { min-height: 310px; }
  .support-hero { padding-top: 24px; }
  .support-portrait img { aspect-ratio: 16 / 10; }
  .direct-support-card { min-height: 240px; }
  .quick-card { min-height: 160px; }
  .store-card { grid-template-columns: 120px 1fr; }
  .store-card img { min-height: 240px; }
  .store-info { padding: 20px; }
  .platform-list { grid-template-columns: 1fr; }
  .release-video-grid { grid-template-columns: 1fr; }
  .release-page main.section { padding-top: 22px; }
  .release-body h1 { font-size: clamp(2.45rem, 16vw, 4.2rem); line-height: .92; }
  .footer-grid { flex-direction: column; }
  .footer-links { justify-content: flex-start; }
  .youtube-band-inner { align-items: flex-start; flex-direction: column; }
  .path-grid, .video-grid, .follow-grid, .story-grid, .tiktok-grid { grid-template-columns: 1fr; }
  .path-card { min-height: 0; }
  .path-image { aspect-ratio: 16 / 10; }
  .path-card-copy { min-height: 176px; padding: 22px; }
  .world-copy h1 { width: 100%; max-width: 100%; font-size: clamp(1.95rem, 8.8vw, 2.55rem); white-space: normal; letter-spacing: -.045em; }
  .world-copy .lede { margin-top: 16px; }
  .world-copy .action-row { margin-top: 22px; }
  .hero-search { margin-top: 20px; }
  .hero-search > label { margin-bottom: 10px; }
  .hero-search-row { grid-template-columns: minmax(0, 1fr) 52px; gap: 4px; padding: 4px; border-radius: 18px; }
  .hero-search input { min-height: 48px; padding: 10px 12px; font-size: .94rem; }
  .hero-search button { width: 52px; min-width: 52px; padding: 0; border-radius: 14px; }
  .hero-search button span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .hero-search button svg { width: 20px; height: 20px; }
  .catalog-controls { display: block; margin-top: 4px; }
  .search-wrap { display: block; width: 100%; }
  .search-wrap input { min-height: 54px; margin-top: 8px; padding: 13px 16px; border-color: rgba(255,255,255,.18); border-radius: 18px; background: rgba(255,255,255,.065); box-shadow: inset 0 1px 0 rgba(255,255,255,.04); }
  .filters { margin-top: 14px; flex-wrap: nowrap; overflow-x: auto; padding: 0 0 6px; scrollbar-width: none; }
  .filters::-webkit-scrollbar { display: none; }
  .filter { flex: 0 0 auto; }
  .release-carousel { width: min(100%, 390px); margin-top: 8px; justify-self: center; }
  .carousel-controls { margin-top: 10px; }
  .social-rail { left: 50%; right: auto; top: auto; bottom: 14px; max-width: calc(100% - 20px); flex-direction: row; transform: translateX(-50%); overflow: hidden; }
  .site-footer { padding-bottom: 104px; }
}

@media (max-width: 410px) {
  .brand-wordmark strong { font-size: .82rem; }
  .brand-wordmark small { display: none; }
  .menu-toggle { padding-inline: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
