:root {
  --bg: #09090b;
  --panel: #121217;
  --panel-2: #17171d;
  --text: #f7f7f8;
  --muted: #a5a5af;
  --line: rgba(255,255,255,.11);
  --accent: #f2b84b;
  --accent-2: #f37543;
  --radius: 24px;
  --shadow: 0 30px 90px rgba(0,0,0,.35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 28% -8%, rgba(242,184,75,.13), transparent 32%),
    radial-gradient(circle at 92% 28%, rgba(243,117,67,.07), transparent 25%),
    linear-gradient(180deg, #08080a 0%, #0b0b0e 72%, #08080a 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1160px, calc(100% - 36px)); margin-inline: auto; position: relative; z-index: 2; }
.bg-glow { position: fixed; width: 430px; height: 430px; border-radius: 50%; filter: blur(120px); opacity: .1; pointer-events: none; }
.bg-glow-one { background: var(--accent); top: -160px; left: -100px; }
.bg-glow-two { background: var(--accent-2); right: -170px; top: 300px; }

.site-header { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 900; letter-spacing: .08em; font-size: .88rem; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: #111; letter-spacing: -.05em; }
.top-nav { display: flex; gap: 24px; color: #8f8f98; font-size: .82rem; font-weight: 800; }
.top-nav a:hover { color: #fff; }
.mini-cta, .primary-btn, .secondary-btn { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; font-weight: 850; transition: transform .18s ease, border-color .18s ease, opacity .18s ease; }
.mini-cta { padding: 11px 17px; border: 1px solid var(--line); font-size: .87rem; }
.primary-btn { padding: 15px 23px; color: #111; background: linear-gradient(135deg, var(--accent), #ffd578); box-shadow: 0 10px 35px rgba(242,184,75,.18); }
.secondary-btn { padding: 14px 22px; border: 1px solid var(--line); background: rgba(255,255,255,.035); }
.primary-btn:hover, .secondary-btn:hover, .mini-cta:hover { transform: translateY(-2px); }
.button-reset { color: var(--text); font: inherit; cursor: pointer; }

.eyebrow { color: var(--accent); font-size: .72rem; line-height: 1; letter-spacing: .2em; font-weight: 900; }
.hero { min-height: 630px; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: clamp(38px, 7vw, 88px); align-items: center; padding: 70px 0 94px; }
.hero h1 { max-width: 850px; margin: 18px 0 14px; font-size: clamp(3.5rem, 9vw, 7.8rem); line-height: .88; letter-spacing: -.065em; text-transform: uppercase; }
.tagline { max-width: 720px; margin: 0; color: #ceced4; font-size: clamp(1.13rem, 2.6vw, 1.5rem); line-height: 1.56; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.platform-strip { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 48px; padding-top: 20px; border-top: 1px solid var(--line); color: #74747d; font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.artist-panel { overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: rgba(18,18,23,.82); box-shadow: var(--shadow); transform: rotate(1.3deg); }
.artist-panel img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; background: #18181d; }
.artist-panel-copy { padding: 22px 23px 25px; }
.artist-panel-copy strong { display: block; margin-top: 12px; font-size: 1.12rem; }
.artist-panel-copy p { margin: 9px 0 0; color: var(--muted); line-height: 1.55; font-size: .9rem; }

.feature-section { padding: 5px 0 85px; }
.featured-release { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: rgba(18,18,23,.87); box-shadow: var(--shadow); }
.featured-art-wrap { position: relative; min-height: 560px; background: #111; }
.featured-art { width: 100%; height: 100%; min-height: 560px; object-fit: cover; }
.art-badge { position: absolute; top: 20px; left: 20px; padding: 9px 13px; border-radius: 999px; color: #111; background: rgba(255,213,120,.95); backdrop-filter: blur(6px); text-transform: uppercase; letter-spacing: .12em; font-size: .66rem; font-weight: 950; }
.featured-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(34px, 6vw, 72px); }
.featured-copy h2, .section-heading h2, .identity-card h2, .about-section h2, .social-heading h2, .campaign-card h2 { margin: 13px 0; font-size: clamp(2.2rem, 5vw, 4.25rem); line-height: .97; letter-spacing: -.05em; }
.featured-copy > p { color: var(--muted); line-height: 1.65; font-size: 1.02rem; }
.release-meta { display: flex; flex-wrap: wrap; gap: 12px 26px; margin-top: 16px; color: #d7d7dc; font-size: .84rem; font-weight: 800; }
.release-meta span + span { color: #777781; }
.featured-buttons { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 28px; }
.microcopy { margin-top: 18px !important; color: #707079 !important; font-size: .75rem !important; }

.catalog-section { padding: 22px 0 92px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 30px; }
.section-heading h2 { max-width: 720px; }
.text-link { color: var(--accent); font-size: .84rem; font-weight: 850; white-space: nowrap; }
.release-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; }
.song-card { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--panel); transition: transform .18s ease, border-color .18s ease; }
.song-card:hover { transform: translateY(-4px); border-color: rgba(242,184,75,.36); }
.song-art { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; background: #18181d; }
.song-body { padding: 18px; }
.song-theme { color: var(--accent); font-size: .64rem; letter-spacing: .13em; font-weight: 900; text-transform: uppercase; }
.song-body h3 { margin: 9px 0 6px; font-size: 1.13rem; line-height: 1.12; letter-spacing: -.02em; }
.song-body p { margin: 0; color: #777781; font-size: .75rem; }
.song-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 16px; }
.song-btn { display: inline-flex; justify-content: center; padding: 9px 8px; border: 1px solid var(--line); border-radius: 10px; color: #d7d7dc; background: rgba(255,255,255,.025); font-size: .72rem; font-weight: 850; }
.song-btn:hover { border-color: rgba(242,184,75,.42); color: #fff; }

.identity-section { padding: 0 0 48px; }
.identity-card { padding: clamp(28px, 5vw, 50px); border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.025); }
.identity-card h2 { max-width: 760px; }
.pill-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.pill-row span { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; color: #b9b9c0; font-size: .78rem; font-weight: 750; }
.about-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(30px, 8vw, 100px); align-items: start; padding: 90px 0; border-top: 1px solid var(--line); }
.about-section p { margin: 3px 0 0; color: #bebec6; font-size: clamp(1.08rem, 2.4vw, 1.4rem); line-height: 1.72; }
.social-section { padding: 10px 0 88px; }
.social-heading { margin-bottom: 26px; }
.social-heading h2 { max-width: 790px; }
.social-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 11px; }
.social-card { min-height: 126px; display: flex; flex-direction: column; justify-content: space-between; padding: 21px; border: 1px solid var(--line); border-radius: 18px; background: var(--panel); transition: transform .18s ease, border-color .18s ease; }
.social-card:hover { transform: translateY(-3px); border-color: rgba(242,184,75,.38); }
.social-card strong { font-size: 1.12rem; }
.social-card span { color: var(--muted); font-size: .76rem; line-height: 1.4; }
.catalog-note { margin-top: 16px; color: #74747c; font-size: .76rem; line-height: 1.55; }

.campaign-section { padding: 20px 0 105px; }
.campaign-card { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .9fr); gap: 25px 45px; align-items: center; padding: clamp(28px, 5vw, 55px); border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(135deg, rgba(242,184,75,.09), rgba(255,255,255,.025)); }
.campaign-card h2 { font-size: clamp(2rem, 4.7vw, 3.45rem); }
.campaign-card p { max-width: 720px; color: var(--muted); line-height: 1.65; }
.campaign-examples { display: grid; gap: 8px; }
.campaign-examples code { display: block; overflow-wrap: anywhere; padding: 11px 12px; border: 1px solid var(--line); border-radius: 10px; color: #bdbdc5; background: rgba(0,0,0,.16); font-size: .71rem; }
.campaign-card .button-reset { justify-self: start; }
.footer { min-height: 115px; padding: 28px 0; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 24px; color: #696971; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.toast { position: fixed; z-index: 10; left: 50%; bottom: 25px; transform: translate(-50%, 18px); padding: 11px 17px; border: 1px solid var(--line); border-radius: 999px; background: #202026; color: white; opacity: 0; pointer-events: none; transition: .2s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 1000px) {
  .release-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .social-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .social-card:last-child { grid-column: 1 / -1; }
}
@media (max-width: 820px) {
  .top-nav { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding: 55px 0 84px; }
  .artist-panel { max-width: 420px; transform: none; }
  .featured-release { grid-template-columns: 1fr; }
  .featured-art-wrap, .featured-art { min-height: 0; }
  .featured-art { aspect-ratio: 1 / 1; }
  .about-section { grid-template-columns: 1fr; }
  .campaign-card { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .shell { width: min(100% - 26px, 1160px); }
  .site-header { height: 72px; }
  .brand > span:last-child { display: none; }
  .hero h1 { font-size: clamp(3rem, 18vw, 5rem); }
  .hero-actions { width: 100%; }
  .hero-actions a { flex: 1; }
  .release-grid, .social-grid { grid-template-columns: 1fr; }
  .social-card:last-child { grid-column: auto; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .featured-copy { padding: 30px 22px; }
  .featured-buttons { display: grid; }
  .campaign-card .button-reset { width: 100%; }
  .footer { align-items: flex-start; flex-direction: column; justify-content: center; }
}
