:root {
  --bg: #05060a;
  --bg-soft: #090b12;
  --surface: rgba(13, 15, 24, 0.84);
  --surface-strong: rgba(18, 20, 31, 0.96);
  --surface-soft: rgba(255, 255, 255, 0.045);
  --text: #f7f7fb;
  --muted: #aaaebe;
  --muted-2: #7f8497;
  --line: rgba(255, 255, 255, 0.105);
  --line-strong: rgba(255, 255, 255, 0.18);
  --crimson: #ed274b;
  --crimson-dark: #8d1028;
  --violet: #8c4cff;
  --blue: #3978ff;
  --cyan: #45d9ff;
  --gold: #e1a84c;
  --green: #56dfa1;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.48);
  --shadow-soft: 0 16px 44px rgba(0, 0, 0, 0.28);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --max: 1240px;
  --header-height: 78px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 18px); }
body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 9%, rgba(237, 39, 75, 0.16), transparent 27rem),
    radial-gradient(circle at 90% 18%, rgba(140, 76, 255, 0.13), transparent 29rem),
    radial-gradient(circle at 70% 78%, rgba(57, 120, 255, 0.08), transparent 31rem),
    linear-gradient(155deg, #06070b 0%, #040509 48%, #090810 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 92%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent 56%, rgba(0,0,0,.48));
}

::selection { background: rgba(237, 39, 75, 0.48); color: #fff; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.wrap { width: min(calc(100% - 34px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 5000; padding: 10px 14px; border-radius: 10px; background: #fff; color: #05060a; font-weight: 900; transition: top .2s ease; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  min-height: var(--header-height);
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(5, 6, 10, 0.78);
  backdrop-filter: blur(20px) saturate(130%);
}
.header-inner { min-height: var(--header-height); display: flex; align-items: center; gap: 18px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 216px; }
.brand-logo { width: 45px; height: 45px; object-fit: contain; filter: drop-shadow(0 0 15px rgba(237,39,75,.17)); }
.brand-copy { display: grid; gap: 3px; line-height: 1; }
.brand-copy strong { font-size: .95rem; letter-spacing: .09em; font-weight: 950; }
.brand-copy span { color: var(--crimson); font-size: .62rem; letter-spacing: .36em; font-weight: 900; text-transform: uppercase; }

.nav { margin-left: auto; display: flex; align-items: center; gap: 4px; }
.nav a { position: relative; padding: 10px 12px; border-radius: 12px; color: #d2d5df; font-size: .88rem; font-weight: 780; transition: color .2s ease, background .2s ease, transform .2s ease; }
.nav a:hover { color: #fff; background: rgba(255,255,255,.055); transform: translateY(-1px); }
.nav a.active { color: #fff; background: linear-gradient(135deg, rgba(237,39,75,.17), rgba(140,76,255,.11)); box-shadow: inset 0 0 0 1px rgba(237,39,75,.2); }
.nav a.community-link { color: #cfd8ff; box-shadow: inset 0 0 0 1px rgba(57,120,255,.26); }
.menu-button { display: none; margin-left: auto; min-width: 44px; min-height: 42px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.05); color: #fff; cursor: pointer; font-weight: 850; }

main { min-height: 60vh; }
section { padding: clamp(54px, 7vw, 92px) 0; }
.hero { padding-top: clamp(48px, 8vw, 96px); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.13fr) minmax(330px, .87fr); gap: 24px; align-items: stretch; }
.hero-copy, .hero-visual, .panel, .artist-card, .release-card, .store-card, .world-card, .feature-card {
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(18,20,31,.91), rgba(7,8,14,.86));
  box-shadow: var(--shadow);
  border-radius: var(--radius-xl);
}

.hero-copy { position: relative; overflow: hidden; min-height: 590px; padding: clamp(32px, 5vw, 68px); display: flex; flex-direction: column; justify-content: center; isolation: isolate; }
.hero-copy::before { content: "NV"; position: absolute; right: -4%; bottom: -7%; z-index: -1; font-size: clamp(13rem, 27vw, 27rem); line-height: .72; font-weight: 950; letter-spacing: -.13em; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.04); transform: rotate(-6deg); }
.hero-copy::after { content: ""; position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 14% 18%, rgba(237,39,75,.12), transparent 38%), radial-gradient(circle at 92% 78%, rgba(140,76,255,.09), transparent 40%); }
.eyebrow { display: inline-flex; align-items: center; gap: 11px; width: fit-content; color: #ff8097; font-size: .73rem; font-weight: 900; letter-spacing: .21em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 38px; height: 1px; background: linear-gradient(90deg, var(--crimson), transparent); }
.hero h1 { margin: 24px 0 18px; font-size: clamp(3.9rem, 8.8vw, 8.6rem); line-height: .79; letter-spacing: -.075em; font-weight: 950; }
.hero h1 span { display: block; }
.hero h1 .outline { color: transparent; -webkit-text-stroke: 1.25px rgba(255,255,255,.76); }
.hero h1 em { display: block; margin-top: 20px; color: var(--crimson); font-style: normal; font-size: .19em; line-height: 1; letter-spacing: .44em; text-shadow: 0 0 26px rgba(237,39,75,.28); }
.hero-lead { max-width: 760px; margin: 0; color: #d7d9e3; font-size: clamp(1.04rem, 1.7vw, 1.24rem); line-height: 1.72; }
.actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 28px; }

.btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 20px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.035); color: #fff; font-weight: 860; cursor: pointer; transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); border-color: rgba(237,39,75,.42); background: rgba(255,255,255,.07); }
.btn.primary { border-color: transparent; background: linear-gradient(135deg, #f13a59, var(--crimson-dark)); box-shadow: 0 15px 40px rgba(237,39,75,.23); }
.btn.primary:hover { box-shadow: 0 18px 48px rgba(237,39,75,.34); }
.btn.blue { border-color: transparent; background: linear-gradient(135deg, #4388ff, #4a34c8); box-shadow: 0 15px 40px rgba(57,120,255,.18); }
.btn.gold { border-color: transparent; color: #110d06; background: linear-gradient(135deg, #f2c46d, #c98629); }

.hero-visual { position: relative; overflow: hidden; min-height: 590px; padding: 14px; }
.hero-image { position: absolute; inset: 14px; width: calc(100% - 28px); height: calc(100% - 28px); object-fit: cover; border-radius: 22px; filter: saturate(.9) contrast(1.03) brightness(.73); }
.hero-visual::after { content: ""; position: absolute; inset: 14px; border-radius: 22px; background: linear-gradient(to top, rgba(4,5,9,.96) 0%, rgba(4,5,9,.25) 48%, rgba(4,5,9,.03) 78%), linear-gradient(135deg, rgba(237,39,75,.12), transparent 37%, rgba(57,120,255,.11)); }
.hero-overlay { position: absolute; z-index: 2; left: 36px; right: 36px; bottom: 34px; }
.hero-overlay .status-line { display: flex; align-items: center; gap: 10px; color: #cfd1da; font-size: .84rem; font-weight: 760; }
.live-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(86,223,161,.08), 0 0 20px rgba(86,223,161,.68); }
.hero-overlay h2 { margin: 10px 0 6px; font-size: clamp(1.8rem, 4vw, 3rem); line-height: 1; letter-spacing: -.04em; }
.hero-overlay p { margin: 0; color: #b9bdca; line-height: 1.6; }

.signal-strip { margin-top: 24px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.signal-item { padding: 15px 16px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.03); box-shadow: var(--shadow-soft); }
.signal-item strong { display: block; color: #fff; font-size: .92rem; }
.signal-item span { display: block; margin-top: 3px; color: var(--muted-2); font-size: .78rem; }

.section-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 510px); gap: 30px; align-items: end; margin-bottom: 26px; }
.section-head h2 { margin: 9px 0 0; font-size: clamp(2.1rem, 5vw, 4rem); line-height: .96; letter-spacing: -.055em; }
.section-head p { margin: 0; color: var(--muted); line-height: 1.72; }
.section-title-small { color: var(--muted-2); font-size: .77rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }

.artist-roster { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.artist-card { position: relative; overflow: hidden; min-height: 430px; grid-column: span 4; isolation: isolate; transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease; }
.artist-card.featured { grid-column: span 8; min-height: 520px; }
.artist-card:hover { transform: translateY(-5px); border-color: rgba(255,255,255,.2); box-shadow: 0 34px 95px rgba(0,0,0,.56); }
.artist-card img { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; filter: saturate(.92) brightness(.72); transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.artist-card:hover img { transform: scale(1.035); }
.artist-card::after { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(to top, rgba(4,5,9,.98) 4%, rgba(4,5,9,.62) 43%, rgba(4,5,9,.06) 78%), linear-gradient(135deg, rgba(237,39,75,.12), transparent 55%); }
.artist-content { position: absolute; left: 0; right: 0; bottom: 0; padding: 26px; }
.artist-badge { display: inline-flex; padding: 7px 10px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(5,6,10,.52); backdrop-filter: blur(10px); font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.artist-card h3 { margin: 12px 0 6px; font-size: clamp(1.55rem, 3vw, 2.65rem); line-height: 1; letter-spacing: -.045em; }
.artist-card p { margin: 0; max-width: 610px; color: #c0c4d0; line-height: 1.55; }
.artist-meta { margin-top: 12px; color: #f2bd66; font-size: .78rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.artist-link { margin-top: 18px; display: inline-flex; align-items: center; gap: 8px; color: #fff; font-size: .85rem; font-weight: 900; }
.artist-link span { transition: transform .2s ease; }
.artist-card:hover .artist-link span { transform: translateX(4px); }
.artist-card.accent-cyan::before, .artist-card.accent-red::before, .artist-card.accent-gold::before, .artist-card.accent-purple::before { content: ""; position: absolute; left: 0; right: 0; top: 0; z-index: 2; height: 2px; }
.artist-card.accent-cyan::before { background: linear-gradient(90deg, var(--cyan), transparent 72%); }
.artist-card.accent-red::before { background: linear-gradient(90deg, var(--crimson), transparent 72%); }
.artist-card.accent-gold::before { background: linear-gradient(90deg, var(--gold), transparent 72%); }
.artist-card.accent-purple::before { background: linear-gradient(90deg, var(--violet), transparent 72%); }

.world-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.world-card { position: relative; overflow: hidden; min-height: 310px; padding: 28px; isolation: isolate; }
.world-card::before { content: ""; position: absolute; width: 270px; height: 270px; border-radius: 50%; filter: blur(75px); opacity: .18; right: -100px; bottom: -110px; z-index: -1; }
.world-card.hcm::before { background: var(--crimson); }
.world-card.community::before { background: var(--blue); }
.world-card.store::before { background: var(--gold); }
.world-icon { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.04); font-size: 1.15rem; }
.world-card h3 { margin: 30px 0 10px; font-size: 1.55rem; letter-spacing: -.03em; }
.world-card p { margin: 0; color: var(--muted); line-height: 1.68; }
.world-card .text-link { display: inline-flex; margin-top: 24px; font-weight: 900; }

.release-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.release-card { overflow: hidden; padding: 12px; transition: transform .22s ease, border-color .22s ease; }
.release-card:hover { transform: translateY(-4px); border-color: rgba(255,255,255,.2); }
.release-cover { aspect-ratio: 1/1; overflow: hidden; border-radius: 18px; background: #0b0c11; }
.release-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.release-card:hover img { transform: scale(1.025); }
.release-copy { padding: 16px 8px 10px; }
.release-copy h3 { margin: 0 0 5px; font-size: 1.14rem; }
.release-copy p { margin: 0; color: var(--muted); font-size: .9rem; }

.about-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: 20px; align-items: stretch; }
.about-media { position: relative; min-height: 530px; overflow: hidden; border-radius: var(--radius-xl); border: 1px solid var(--line); box-shadow: var(--shadow); }
.about-media img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.78) saturate(.9); }
.about-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(5,6,10,.9), transparent 58%); }
.about-panel { padding: clamp(28px, 5vw, 54px); display: flex; flex-direction: column; justify-content: center; }
.about-panel h2 { margin: 10px 0 18px; font-size: clamp(2.2rem, 4.6vw, 4rem); line-height: .96; letter-spacing: -.055em; }
.about-panel p { margin: 0 0 15px; color: #c2c5d0; line-height: 1.78; }
.pill-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.pill { padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.03); color: #d8dbe4; font-size: .77rem; font-weight: 780; }

.panel { padding: clamp(24px, 4vw, 38px); }
.panel h3 { margin: 0 0 10px; font-size: 1.3rem; }
.panel p { margin: 0; color: var(--muted); line-height: 1.7; }
.grid-2 { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.grid-3 { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }

.forum-band { position: relative; overflow: hidden; border: 1px solid rgba(89,104,255,.22); border-radius: var(--radius-xl); padding: clamp(30px, 5vw, 58px); background: linear-gradient(135deg, rgba(60,26,104,.48), rgba(8,10,21,.9) 45%, rgba(19,23,54,.76)); box-shadow: 0 28px 100px rgba(0,0,0,.48), inset 0 0 0 1px rgba(255,255,255,.025); }
.forum-band::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 14% 20%, rgba(237,39,75,.15), transparent 31%), radial-gradient(circle at 90% 25%, rgba(57,120,255,.18), transparent 33%); }
.forum-content { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; }
.forum-content h2 { margin: 10px 0 12px; font-size: clamp(2.2rem,5vw,4.3rem); line-height: .94; letter-spacing: -.055em; }
.forum-content p { max-width: 760px; margin: 0; color: #c7cbe0; line-height: 1.7; }

.store-hero { padding-top: 58px; }
.store-hero-card { position: relative; overflow: hidden; padding: clamp(34px,6vw,68px); border: 1px solid var(--line); border-radius: var(--radius-xl); background: radial-gradient(circle at 85% 16%, rgba(225,168,76,.11), transparent 34%), radial-gradient(circle at 8% 90%, rgba(237,39,75,.12), transparent 30%), linear-gradient(145deg, rgba(18,20,31,.94), rgba(7,8,14,.9)); box-shadow: var(--shadow); }
.store-hero-card h1 { margin: 14px 0 18px; max-width: 850px; font-size: clamp(3rem,8vw,6.8rem); line-height: .88; letter-spacing: -.07em; }
.store-hero-card p { max-width: 760px; margin: 0; color: #c5c8d2; font-size: 1.08rem; line-height: 1.72; }
.trust-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.trust { padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.03); color: #d5d8e2; font-size: .78rem; font-weight: 760; }

.merch-layout { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(310px,.85fr); gap: 18px; }
.merch-feature { display: grid; grid-template-columns: minmax(260px,.8fr) minmax(0,1.2fr); gap: 24px; align-items: center; padding: 18px; }
.merch-art { overflow: hidden; min-height: 450px; border-radius: 20px; }
.merch-art img { width: 100%; height: 100%; min-height: 450px; object-fit: cover; }
.merch-copy { padding: clamp(10px,3vw,34px) clamp(10px,3vw,28px) clamp(10px,3vw,34px) 0; }
.merch-copy h2 { margin: 10px 0 14px; font-size: clamp(2rem,4vw,3.8rem); line-height: .96; letter-spacing: -.05em; }
.merch-copy p { color: var(--muted); line-height: 1.68; }

.platform-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.platform-link { padding: 18px; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(255,255,255,.028); transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.platform-link:hover { transform: translateY(-3px); border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.055); }
.platform-link strong { display: block; }
.platform-link span { display: block; margin-top: 3px; color: var(--muted-2); font-size: .8rem; }

.store-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.store-card { overflow: hidden; padding: 11px; }
details.store-card summary { list-style: none; cursor: pointer; }
details.store-card summary::-webkit-details-marker { display: none; }
.store-cover { aspect-ratio: 1/1; overflow: hidden; border-radius: 17px; background: #0a0b10; }
.store-cover img { width: 100%; height: 100%; object-fit: cover; }
.store-title { padding: 15px 8px 9px; font-weight: 900; line-height: 1.25; }
.store-subtitle { padding: 0 8px 11px; color: var(--muted-2); font-size: .79rem; }
.store-body { padding: 8px; border-top: 1px solid var(--line); }
.store-body p { margin: 2px 0 15px; color: var(--muted); font-size: .88rem; line-height: 1.55; }
.store-body .btn { width: 100%; margin-top: 10px; min-height: 42px; }
.coming { min-height: 230px; display: grid; place-items: center; border-radius: 17px; border: 1px dashed rgba(255,255,255,.14); background: radial-gradient(circle, rgba(140,76,255,.08), transparent 60%), rgba(255,255,255,.02); color: #8f93a2; font-size: .74rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; text-align: center; padding: 20px; }

.site-footer { margin-top: 38px; border-top: 1px solid rgba(255,255,255,.08); background: rgba(4,5,8,.46); }
.footer-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 30px; padding: 42px 0 34px; }
.footer-brand { display: flex; gap: 12px; align-items: flex-start; }
.footer-brand img { width: 44px; height: 44px; object-fit: contain; }
.footer-brand strong { display: block; letter-spacing: .07em; }
.footer-brand p { max-width: 410px; margin: 7px 0 0; color: var(--muted-2); font-size: .84rem; line-height: 1.6; }
.footer-col strong { display: block; margin-bottom: 10px; font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-col a { display: block; width: fit-content; padding: 3px 0; color: var(--muted); font-size: .85rem; }
.footer-col a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0 24px; border-top: 1px solid rgba(255,255,255,.07); color: #777c8e; font-size: .78rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.jump-top { position: fixed; right: 20px; bottom: 20px; z-index: 900; min-width: 48px; min-height: 48px; border: 1px solid var(--line); border-radius: 14px; background: rgba(12,14,22,.88); color: #fff; box-shadow: var(--shadow-soft); backdrop-filter: blur(12px); cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s ease; }
.jump-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }

@media (max-width: 1040px) {
  .hero-grid, .about-grid, .merch-layout { grid-template-columns: 1fr; }
  .hero-copy, .hero-visual { min-height: 520px; }
  .artist-card, .artist-card.featured { grid-column: span 6; }
  .artist-card.featured { min-height: 470px; }
  .world-grid, .release-grid, .grid-3 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .store-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .platform-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 880px) {
  .menu-button { display: inline-grid; place-items: center; }
  .nav { position: absolute; left: 17px; right: 17px; top: calc(var(--header-height) - 2px); display: none; padding: 10px; border: 1px solid var(--line); border-radius: 18px; background: rgba(8,9,15,.96); box-shadow: var(--shadow); backdrop-filter: blur(20px); }
  .nav.open { display: grid; }
  .nav a { width: 100%; padding: 12px 13px; }
  .section-head { grid-template-columns: 1fr; gap: 14px; }
  .signal-strip { grid-template-columns: repeat(2,1fr); }
  .forum-content { grid-template-columns: 1fr; }
  .merch-feature { grid-template-columns: 1fr; }
  .merch-art { min-height: 360px; }
  .merch-art img { min-height: 360px; }
  .merch-copy { padding: 8px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  :root { --radius-xl: 22px; --radius-lg: 18px; }
  .wrap { width: min(calc(100% - 22px), var(--max)); }
  section { padding: 48px 0; }
  .hero { padding-top: 30px; }
  .brand { min-width: 0; }
  .brand-copy strong { font-size: .82rem; }
  .brand-copy span { font-size: .55rem; letter-spacing: .28em; }
  .hero-copy { min-height: 510px; padding: 28px 22px; }
  .hero-visual { min-height: 430px; }
  .hero-image, .hero-visual::after { inset: 10px; width: calc(100% - 20px); height: calc(100% - 20px); border-radius: 16px; }
  .hero-overlay { left: 25px; right: 25px; bottom: 25px; }
  .hero h1 { font-size: clamp(3.4rem,18vw,5.2rem); }
  .hero h1 em { letter-spacing: .28em; }
  .actions { display: grid; }
  .actions .btn { width: 100%; }
  .signal-strip { grid-template-columns: 1fr; }
  .artist-card, .artist-card.featured { grid-column: 1 / -1; min-height: 410px; }
  .world-grid, .release-grid, .grid-2, .grid-3, .store-grid, .platform-grid { grid-template-columns: 1fr; }
  .about-media { min-height: 390px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 6px; }
}

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

/* Shared content-page styles: legal, info and future inner pages */
.inner-hero { padding: 58px 0 22px; }
.inner-hero-card { padding: clamp(30px,5vw,54px); border: 1px solid var(--line); border-radius: var(--radius-xl); background: radial-gradient(circle at 90% 5%, rgba(140,76,255,.1), transparent 34%), linear-gradient(145deg, rgba(18,20,31,.92), rgba(7,8,14,.88)); box-shadow: var(--shadow); }
.inner-hero-card h1 { margin: 10px 0 10px; font-size: clamp(2.6rem,7vw,5.6rem); line-height: .92; letter-spacing: -.06em; }
.inner-hero-card p { max-width: 760px; margin: 0; color: var(--muted); line-height: 1.7; }
.content-stack { display: grid; gap: 18px; }
.content-card { padding: clamp(24px,4vw,38px); border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(145deg, rgba(18,20,31,.88), rgba(8,9,15,.82)); box-shadow: var(--shadow-soft); }
.content-card h2, .content-card h3 { margin-top: 0; letter-spacing: -.025em; }
.content-card p, .content-card li { color: #bfc3cf; line-height: 1.74; }
.content-card ul { margin: 14px 0 0; padding-left: 1.2rem; }
.content-card strong { color: #fff; }
