:root{--bg: #f4edd6;--bg2: #e8e0bb;--ink: #1a160c;--accent: #2b2416;--accent2:#5c4f2a;--muted: #a8976a;--gold: #b89030;--div: #d5c99a}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:DM Mono,monospace;background:var(--bg);color:var(--ink);overflow-x:hidden;-webkit-font-smoothing:antialiased}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:9999;opacity:.25;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");background-repeat:repeat;background-size:200px 200px;mix-blend-mode:multiply}.section{padding:2.5rem 0}.section-label{font-size:.58rem;letter-spacing:.2em;text-transform:uppercase;color:var(--muted);margin-bottom:1.4rem}.section-heading{font-size:clamp(1.6rem,3.5vw,2.6rem);font-weight:500;color:var(--accent);letter-spacing:-.01em;line-height:1.1;margin-bottom:.5rem}.gold-line{width:60px;height:1.5px;background:var(--gold);margin-bottom:3.5rem}.gold-divider{width:80px;height:1.5px;background:var(--gold);margin:2.5rem 0}.divider{border:none;border-top:1px solid var(--div)}.back-link{display:inline-block;font-size:.62rem;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);text-decoration:none;margin-bottom:3rem;transition:color .2s}.back-link:hover{color:var(--gold)}.home-page{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:4rem 2rem;max-width:680px;margin:0 auto}.about-inner{max-width:640px}.about-p{font-size:.82rem;font-weight:400;line-height:1.9;color:var(--accent2);margin-bottom:1.4rem}.home-page .section-label{display:flex;align-items:center;gap:1rem;margin-bottom:2.5rem}.home-page .section-label:after{content:"";width:60px;height:1px;background:var(--div)}.sounds-page{padding:3rem 2rem 8rem}.container{max-width:820px;margin:0 auto}.page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.2rem}.page-label{font-size:.58rem;letter-spacing:.2em;text-transform:uppercase;color:var(--muted);margin-bottom:.55rem}.page-title{font-family:Playfair Display,serif;font-size:clamp(2rem,5vw,3.2rem);font-weight:600;color:var(--accent);line-height:1.05}.year-badge{font-size:.58rem;letter-spacing:.14em;color:var(--muted);border:1px solid var(--div);padding:.4rem .85rem;white-space:nowrap;flex-shrink:0;margin-top:.3rem}.embed-wrapper{padding:7px;background:var(--bg);border:1.5px solid var(--gold);box-shadow:inset 0 0 0 1.5px var(--gold)}.embed-wrapper iframe{display:block}.np-card{background:var(--ink);padding:2rem}.np-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.2rem}.np-card-label{font-size:.55rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold)}.eq-bars{display:flex;align-items:flex-end;gap:3px;height:22px}.eq-bar{width:4px;background:var(--gold);height:4px;opacity:.3}.eq-bar:nth-child(1){animation:eq1 .7s ease-in-out infinite;opacity:1}.eq-bar:nth-child(2){animation:eq2 .9s ease-in-out infinite .1s;opacity:1}.eq-bar:nth-child(3){animation:eq3 .6s ease-in-out infinite .2s;opacity:1}.eq-bar:nth-child(4){animation:eq4 .8s ease-in-out infinite .05s;opacity:1}.eq-bar:nth-child(5){animation:eq5 .75s ease-in-out infinite .15s;opacity:1}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--div)}.stat-cell{padding:1.8rem 1.4rem;border-right:1px solid var(--div)}.stat-cell:last-child{border-right:none}.stat-number{font-family:Playfair Display,serif;font-size:clamp(1.4rem,2.8vw,2rem);font-weight:600;color:var(--accent);line-height:1;margin-bottom:.4rem}.stat-label{font-size:.55rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}.wrapped-note{font-size:.65rem;letter-spacing:.1em;color:var(--gold);margin-top:1rem;border-left:2px solid var(--gold);padding-left:.7rem}.side-by-side{display:grid;grid-template-columns:1fr 1fr;gap:0;border-bottom:none}.side-by-side>*{border-right:1px solid var(--div);padding-right:2rem}.side-by-side>*:last-child{border-right:none;padding-right:0;padding-left:2rem}.mp-header{display:flex;align-items:baseline;gap:1rem;margin-bottom:1rem}.mp-label{font-size:.78rem;font-weight:400;color:var(--accent2)}.mp-count{font-family:Playfair Display,serif;font-size:1.1rem;font-weight:600;color:var(--gold)}.artist-header{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.artist-name{font-size:1.05rem;font-weight:500;color:var(--accent);margin-bottom:.8rem}.artist-stats-row{display:flex;gap:2rem}.artist-stat{display:flex;flex-direction:column;gap:.15rem}.artist-stat-value{font-size:.92rem;font-weight:500;color:var(--accent)}.artist-stat-label{font-size:.52rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.playlists-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--div)}.playlist-card{background:var(--bg);padding:.9rem;transition:transform .2s ease,background .15s}.playlist-card:hover{transform:translateY(-3px);background:var(--bg2)}.playlist-name{font-size:.65rem;font-weight:500;color:var(--accent);margin-bottom:.2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.playlist-desc{font-size:.52rem;letter-spacing:.08em;color:var(--muted);margin-bottom:.75rem}.gems-list{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.gem-badge{display:inline-block;font-size:.48rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);border:1px solid var(--gold);padding:.18rem .5rem;margin-bottom:.6rem;white-space:nowrap}@keyframes eq1{0%,to{height:5px}50%{height:18px}}@keyframes eq2{0%,to{height:16px}50%{height:6px}}@keyframes eq3{0%,to{height:7px}50%{height:20px}}@keyframes eq4{0%,to{height:18px}50%{height:5px}}@keyframes eq5{0%,to{height:10px}50%{height:16px}}@media (max-width: 640px){.sounds-page{padding:2rem 1.2rem 6rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-cell:nth-child(2){border-right:none}.stat-cell:nth-child(3){border-top:1px solid var(--div)}.stat-cell:nth-child(4){border-top:1px solid var(--div);border-right:none}.playlists-grid{grid-template-columns:repeat(2,1fr)}.side-by-side{grid-template-columns:1fr}.side-by-side>*{border-right:none;padding-right:0;border-bottom:1px solid var(--div)}.side-by-side>*:last-child{border-bottom:none;padding-left:0}.artist-header{flex-direction:column;gap:.75rem}.artist-stats-row{gap:1.5rem}.gems-list{grid-template-columns:1fr}.home-page{padding:3rem 1.5rem}}
