:root {
  color-scheme: dark;
  --bg: #070d18;
  --bg-soft: #0b1424;
  --panel: rgba(15, 23, 42, .88);
  --panel-solid: #0f172a;
  --line: rgba(148, 163, 184, .18);
  --text: #f8fafc;
  --muted: #9aa9bc;
  --accent: #38bdf8;
  --accent-2: #22d3ee;
  --radius: 24px;
  --shadow: 0 24px 80px rgba(0, 0, 0, .34);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-height: 100%; background: radial-gradient(circle at 85% -10%, rgba(14,165,233,.18), transparent 34%), var(--bg); color: var(--text); font: 400 16px/1.65 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .16; 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: 44px 44px; mask-image: linear-gradient(to bottom, #000, transparent 80%); }
a { color: inherit; }
img { max-width: 100%; display: block; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
[hidden] { display: none !important; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.eyebrow { margin: 0 0 10px; color: var(--accent); font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--line); background: rgba(7,13,24,.78); backdrop-filter: blur(18px) saturate(140%); }
.header-inner { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; min-width: 0; }
.brand img { width: 44px; height: 44px; border-radius: 13px; box-shadow: 0 10px 32px rgba(56,189,248,.24); }
.brand span { display: grid; line-height: 1.15; }
.brand strong { font-size: .92rem; letter-spacing: .08em; }
.brand small { margin-top: 5px; color: var(--muted); font-size: .72rem; }
.header-actions { display: flex; align-items: center; gap: 32px; }
.nav { display: flex; gap: 4px; }
.nav a { padding: 9px 13px; border-radius: 10px; color: var(--muted); font-size: .88rem; font-weight: 700; text-decoration: none; transition: .2s ease; }
.nav a:hover, .nav a.active { color: var(--text); background: rgba(255,255,255,.07); }
.follow { display: flex; align-items: center; gap: 8px; }
.follow > span { margin-right: 4px; color: var(--muted); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.follow a { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 10px; color: #dbeafe; background: rgba(255,255,255,.035); transition: .2s ease; }
.follow a:hover { color: var(--accent); border-color: rgba(56,189,248,.45); transform: translateY(-2px); }
.follow svg, .menu-button svg, .platform-button svg, .detail-link svg, .primary-button svg, .secondary-button svg, .social-card svg, .share-button svg, .preview-button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.follow svg { width: 17px; height: 17px; }
.menu-button { display: none; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 11px; padding: 8px 12px; color: var(--text); background: rgba(255,255,255,.05); cursor: pointer; }
.menu-close { display: none; }
.menu-button[aria-expanded="true"] .menu-open { display: none; }
.menu-button[aria-expanded="true"] .menu-close { display: inline-flex; }

.hero { min-height: 660px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; padding-block: 76px 90px; overflow: hidden; }
.hero-copy h1, .page-hero h1, .detail-content h1, .not-found h1 { margin: 0; line-height: .98; letter-spacing: -.055em; font-size: clamp(3.4rem, 7.5vw, 7.1rem); }
.hero-copy h1 span { color: transparent; -webkit-text-stroke: 1px rgba(226,232,240,.66); }
.hero-copy > p:not(.eyebrow) { max-width: 650px; margin: 28px 0 0; color: var(--muted); font-size: 1.06rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.primary-button, .secondary-button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 18px; border-radius: 13px; font-weight: 800; text-decoration: none; transition: .2s ease; }
.primary-button { background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: #03111d; box-shadow: 0 14px 35px rgba(34,211,238,.22); }
.primary-button:hover { transform: translateY(-2px); box-shadow: 0 18px 42px rgba(34,211,238,.3); }
.secondary-button { border: 1px solid var(--line); background: rgba(255,255,255,.045); }
.secondary-button:hover { border-color: rgba(56,189,248,.42); }
.hero-art { position: relative; height: 500px; display: grid; place-items: center; }
.hero-cover { position: relative; z-index: 2; width: min(390px, 78vw); aspect-ratio: 1; border-radius: 28px; overflow: hidden; transform: rotate(4deg); box-shadow: var(--shadow); }
.hero-cover img { width: 100%; height: 100%; object-fit: cover; }
.vinyl { position: absolute; width: 410px; aspect-ratio: 1; border-radius: 50%; background: repeating-radial-gradient(circle, #0e1726 0 7px, #111c2c 8px 10px); box-shadow: 0 30px 90px rgba(0,0,0,.55); transform: translateX(-85px); }
.vinyl::before { content: ""; position: absolute; inset: 36%; border-radius: 50%; background: var(--accent); border: 10px solid #0b1220; }
.vinyl span { position: absolute; inset: 47%; border-radius: 50%; background: #dbeafe; z-index: 2; }

.songs-section { padding-bottom: 110px; scroll-margin-top: 90px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.section-heading h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.4rem); letter-spacing: -.04em; }
.search-box input { width: min(300px, 100%); border: 1px solid var(--line); border-radius: 13px; padding: 12px 15px; outline: 0; color: var(--text); background: rgba(255,255,255,.045); }
.search-box input:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(56,189,248,.1); }
.song-list { display: grid; gap: 24px; padding-top: 30px; }
.song-card { display: grid; grid-template-columns: 265px 1fr; min-height: 265px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(135deg, rgba(255,255,255,.04), rgba(255,255,255,.018)); box-shadow: 0 15px 55px rgba(0,0,0,.18); }
.cover-link { position: relative; display: block; overflow: hidden; background: #0b1220; }
.cover-link img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.song-card:hover .cover-link img { transform: scale(1.035); }
.cover-action, .coming-overlay { position: absolute; inset: auto 16px 16px; width: max-content; max-width: calc(100% - 32px); padding: 7px 11px; border: 1px solid rgba(255,255,255,.22); border-radius: 10px; color: #fff; background: rgba(2,6,23,.72); backdrop-filter: blur(10px); font-size: .76rem; font-weight: 800; }
.coming-overlay { inset: 0; width: auto; max-width: none; display: grid; place-items: center; border: 0; border-radius: 0; font-size: clamp(1.7rem, 4vw, 3rem); letter-spacing: -.04em; background: rgba(2,6,23,.62); }
.song-content { min-width: 0; padding: 28px 30px 24px; }
.song-content h2 { margin: 0; font-size: clamp(1.75rem, 3vw, 2.55rem); letter-spacing: -.035em; }
.song-content h2 a { text-decoration: none; }
.song-meta { margin: 8px 0 20px; color: var(--muted); font-size: .82rem; }
.platform-grid { display: flex; flex-wrap: wrap; gap: 9px; }
.platform-button { min-height: 42px; display: inline-flex; align-items: center; gap: 9px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 11px; color: #e5edf8; background: rgba(255,255,255,.04); font-size: .79rem; font-weight: 800; text-decoration: none; transition: .2s ease; }
.platform-button:hover { border-color: rgba(56,189,248,.5); background: rgba(56,189,248,.09); transform: translateY(-1px); }
.platform-spotify { color: #4ade80; }
.platform-ytmusic, .platform-youtube { color: #fb7185; }
.platform-apple, .platform-itunes { color: #f8fafc; }
.platform-joox { color: #34d399; }
.compact .extra-platform { display: none; }
.detail-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; color: var(--accent); font-size: .82rem; font-weight: 800; text-decoration: none; }
.preview-player { display: flex; align-items: center; gap: 12px; width: fit-content; margin: 0 0 18px; padding: 9px 13px 9px 9px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.035); }
.preview-button { width: 38px; height: 38px; display: grid; place-items: center; border: 0; border-radius: 10px; color: #00131e; background: var(--accent); cursor: pointer; }
.preview-player > div { display: grid; line-height: 1.3; }
.preview-player small { color: var(--muted); }
.preview-pause { display: none; }
.preview-player.playing .preview-play { display: none; }
.preview-player.playing .preview-pause { display: inline-flex; }
.empty-state { padding: 45px 0; color: var(--muted); text-align: center; }

.page-main, .detail-main { min-height: calc(100vh - 74px); padding-block: 70px 110px; }
.page-hero { max-width: 850px; padding-bottom: 54px; }
.page-hero h1 { font-size: clamp(3rem, 7vw, 6.4rem); }
.page-hero > p:not(.eyebrow) { max-width: 650px; margin-top: 24px; color: var(--muted); font-size: 1.08rem; }
.content-card { border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.035); overflow: hidden; }
.about-layout { display: grid; grid-template-columns: 1.05fr .95fr; }
.about-layout img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
.about-layout > div { align-self: center; padding: 46px; }
.about-layout h2 { margin-top: 0; font-size: 2rem; }
.about-layout p { color: var(--muted); }
.about-layout .primary-button { margin-top: 16px; }
.social-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.social-card { min-height: 120px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.035); text-decoration: none; transition: .2s ease; }
.social-card:hover { border-color: rgba(56,189,248,.45); transform: translateY(-3px); }
.social-card > svg:first-child { width: 30px; height: 30px; color: var(--accent); }
.social-card span { display: grid; }
.social-card small { color: var(--muted); }

.back-link { display: inline-block; margin-bottom: 24px; color: var(--muted); font-size: .85rem; font-weight: 700; text-decoration: none; }
.back-link:hover { color: var(--text); }
.detail-card { display: grid; grid-template-columns: minmax(340px, .9fr) 1.1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: rgba(255,255,255,.035); box-shadow: var(--shadow); }
.detail-cover { position: relative; min-height: 100%; background: #0b1220; }
.detail-cover img { width: 100%; height: 100%; object-fit: cover; }
.detail-content { align-self: center; padding: clamp(34px, 5vw, 64px); }
.detail-content h1 { font-size: clamp(3.1rem, 6vw, 6.4rem); overflow-wrap: anywhere; }
.artist-name { margin: 14px 0 26px; color: #cbd5e1; font-size: 1.18rem; }
.release-info { display: flex; flex-wrap: wrap; gap: 8px 20px; padding: 15px 0; border-block: 1px solid var(--line); color: var(--muted); font-size: .79rem; }
.release-info strong { color: var(--text); }
.detail-description { margin: 25px 0; color: var(--muted); }
.detail-content h2 { margin: 28px 0 14px; font-size: .88rem; text-transform: uppercase; letter-spacing: .12em; }
.share-button { display: inline-flex; align-items: center; gap: 9px; margin-top: 26px; border: 1px solid var(--line); border-radius: 12px; padding: 10px 14px; color: var(--text); background: rgba(255,255,255,.04); cursor: pointer; }
.share-button:hover { border-color: rgba(56,189,248,.45); }
.coming-notice { margin-top: 24px; padding: 14px; border: 1px solid rgba(56,189,248,.25); border-radius: 13px; color: #bae6fd; background: rgba(56,189,248,.08); }
.not-found { min-height: 70vh; display: grid; place-content: center; justify-items: start; }
.not-found h1 { max-width: 800px; font-size: clamp(3.2rem, 7vw, 6.2rem); }
.not-found p:not(.eyebrow) { color: var(--muted); }
.not-found .primary-button { margin-top: 18px; }

.site-footer { border-top: 1px solid var(--line); background: #060b14; }
.footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 24px; padding-block: 42px; }
.footer-inner strong { letter-spacing: .08em; }
.footer-inner p { margin: 8px 0 0; color: var(--muted); font-size: .82rem; }
.footer-links { display: flex; gap: 18px; align-items: start; }
.footer-links a { color: var(--muted); font-size: .82rem; font-weight: 700; text-decoration: none; }
.footer-links a:hover { color: var(--text); }
.footer-inner .copyright { grid-column: 1 / -1; padding-top: 20px; border-top: 1px solid var(--line); }

@media (max-width: 900px) {
  .shell { width: min(100% - 28px, 1180px); }
  .menu-button { display: inline-flex; }
  .header-actions { position: absolute; top: calc(100% + 1px); left: 14px; right: 14px; display: none; align-items: stretch; gap: 18px; padding: 18px; border: 1px solid var(--line); border-radius: 0 0 18px 18px; background: rgba(7,13,24,.98); box-shadow: var(--shadow); }
  .header-actions.open { display: grid; }
  .nav { display: grid; }
  .nav a { padding: 11px 12px; }
  .follow { padding-top: 14px; border-top: 1px solid var(--line); }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 28px; padding-block: 58px 75px; }
  .hero-art { order: -1; height: 370px; }
  .hero-cover { width: 300px; }
  .vinyl { width: 320px; transform: translateX(-60px); }
  .song-card { grid-template-columns: 220px 1fr; }
  .about-layout, .detail-card { grid-template-columns: 1fr; }
  .about-layout img { min-height: 0; aspect-ratio: 16 / 8; }
  .detail-cover { aspect-ratio: 1; }
}

@media (max-width: 640px) {
  body { font-size: 15px; }
  .brand small { display: none; }
  .hero-copy h1 { font-size: clamp(3.15rem, 16vw, 5.2rem); }
  .hero-art { height: 315px; }
  .hero-cover { width: 255px; border-radius: 22px; }
  .vinyl { width: 275px; }
  .section-heading { align-items: stretch; flex-direction: column; }
  .search-box input { width: 100%; }
  .song-card { grid-template-columns: 1fr; }
  .cover-link { aspect-ratio: 1; }
  .song-content { padding: 23px 20px 22px; }
  .platform-grid.compact { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .platform-grid.compact .platform-button { justify-content: center; }
  .social-cards { grid-template-columns: 1fr; }
  .about-layout > div, .detail-content { padding: 28px 22px 32px; }
  .page-main, .detail-main { padding-block: 45px 75px; }
  .detail-content h1 { font-size: clamp(3rem, 15vw, 5rem); }
  .platform-grid:not(.compact) { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); }
  .platform-grid:not(.compact) .platform-button { justify-content: center; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-inner .copyright { grid-column: 1; }
}
