:root { color-scheme: dark; --bg: #050505; --white: #f4f2eb; --muted: #8d8d8d; --line: rgba(255,255,255,.12); --green: #1ed760; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--white); background: radial-gradient(circle at 85% 0%, rgba(30,215,96,.08), transparent 24%), var(--bg); font-family: Inter, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.grain { position: fixed; inset: 0; z-index: 10; pointer-events: none; opacity: .12; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.34'/%3E%3C/svg%3E"); }
header { min-height: 88px; padding: 18px clamp(20px, 5vw, 76px); display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); }
.lockup { display: flex; align-items: center; gap: 10px; }
.lockup img:first-child { width: 58px; }
.lockup img:last-child { width: 116px; }
.lockup span { color: var(--green); font-weight: 800; }
.community-link { padding: 12px 18px; border: 1px solid var(--line); border-radius: 999px; font-size: .7rem; font-weight: 800; letter-spacing: .1em; }
main { width: min(1500px, 100%); margin: auto; }
.hero { min-height: 70vh; padding: clamp(70px, 10vw, 145px) clamp(20px, 5vw, 76px) 60px; display: flex; flex-direction: column; justify-content: space-between; border-bottom: 1px solid var(--line); }
.eyebrow { margin: 0; color: var(--green); font-size: .7rem; font-weight: 800; letter-spacing: .2em; }
h1, h2 { font-family: "Archivo Black", sans-serif; }
h1 { max-width: 1240px; margin: 32px 0 54px; font-size: clamp(3.6rem, 10.5vw, 10rem); line-height: .84; letter-spacing: -.075em; }
h1 em { color: transparent; -webkit-text-stroke: 2px var(--green); font-style: normal; }
.hero-bottom { display: flex; justify-content: space-between; align-items: end; gap: 24px; }
.hero-bottom p { margin: 0; font-size: clamp(1.5rem, 3vw, 3rem); font-weight: 700; line-height: 1; letter-spacing: -.04em; }
.hero-bottom span { color: var(--muted); font-size: .67rem; letter-spacing: .14em; }
.editorial-cta { padding: clamp(70px, 10vw, 150px) clamp(20px, 8vw, 130px); border-bottom: 1px solid var(--line); }
.editorial-cta h2 { max-width: 1100px; margin: 22px 0 36px; font-size: clamp(3rem, 8vw, 8rem); line-height: .86; letter-spacing: -.07em; }
.editorial-cta > p:not(.eyebrow) { max-width: 820px; margin: 0; color: #c2c2c2; font-size: clamp(1rem, 1.6vw, 1.25rem); line-height: 1.72; }
.editorial-cta > a { display: inline-block; margin-top: 36px; padding-bottom: 7px; color: var(--green); border-bottom: 1px solid var(--green); font-size: .72rem; font-weight: 800; letter-spacing: .1em; }
.playlist-grid { padding: clamp(20px, 5vw, 76px); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.playlist-card { overflow: hidden; display: grid; grid-template-columns: minmax(190px, .8fr) minmax(0, 1.2fr); min-height: 410px; border: 1px solid var(--line); background: linear-gradient(145deg, #121212, #080808); transition: transform .2s ease, border-color .2s ease; }
.playlist-card:hover { transform: translateY(-4px); border-color: rgba(30,215,96,.55); }
.cover { position: relative; min-height: 100%; overflow: hidden; }
.cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.playlist-card:hover .cover img { transform: scale(1.03); }
.play { position: absolute; right: 18px; bottom: 18px; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; color: #050505; background: var(--green); box-shadow: 0 15px 35px rgba(0,0,0,.45); }
.copy { min-width: 0; padding: clamp(24px, 4vw, 44px); display: flex; flex-direction: column; justify-content: center; }
.copy > span { color: var(--green); font-size: .65rem; font-weight: 800; letter-spacing: .16em; }
.copy h2 { margin: 16px 0 12px; font-size: clamp(1.7rem, 3vw, 3.1rem); line-height: .91; letter-spacing: -.055em; }
.playlist-card.featured .copy h2 { font-size: clamp(1.7rem, 2.45vw, 2.75rem); }
.essentials-title span { display: block; max-width: 100%; }
.spotify { width: fit-content; margin-top: auto; padding-bottom: 6px; border-bottom: 1px solid var(--green); color: var(--green); font-size: .72rem; font-weight: 800; letter-spacing: .08em; }
.spotify b { margin-left: 8px; }
.movement { margin: clamp(20px, 5vw, 76px); padding: clamp(42px, 7vw, 100px); text-align: center; border: 1px solid var(--line); background: radial-gradient(circle at 50% 0%, rgba(30,215,96,.16), transparent 45%), #090909; }
.movement h2 { margin: 28px auto 46px; font-size: clamp(2.6rem, 7vw, 7.5rem); line-height: .88; letter-spacing: -.065em; }
.movement > div { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }
.movement a { padding: 15px 19px; border: 1px solid var(--line); border-radius: 999px; font-size: .72rem; font-weight: 800; letter-spacing: .08em; }
.movement a:first-child { color: #050505; border-color: var(--green); background: var(--green); }
footer { padding: 30px clamp(20px, 5vw, 76px); display: flex; justify-content: space-between; gap: 20px; color: var(--muted); border-top: 1px solid var(--line); font-size: .65rem; letter-spacing: .12em; }
footer strong { color: var(--white); }
@media (max-width: 900px) { .playlist-grid { grid-template-columns: 1fr; } .playlist-card { min-height: 360px; } }
@media (max-width: 560px) {
  header { min-height: 70px; }
  .lockup img:first-child { width: 42px; }
  .lockup img:last-child { width: 86px; }
  .community-link { padding: 10px 12px; font-size: .58rem; }
  .hero { min-height: 62vh; }
  h1 { margin-top: 24px; }
  h1 em { -webkit-text-stroke-width: 1px; }
  .hero-bottom { align-items: flex-start; flex-direction: column; }
  .playlist-card { grid-template-columns: 1fr; }
  .cover { min-height: auto; aspect-ratio: 1; }
  .copy { min-height: 260px; }
  .movement { margin-inline: 20px; padding-inline: 20px; }
  .movement a { width: 100%; }
  footer { flex-direction: column; }
}
