:root { --orange: #c44d13; --ink: #11110f; --paper: #f2efe8; --acid: #d7ff38; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: Arial, Helvetica, sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--acid); color: var(--ink); }

.spotify-float { position: fixed; z-index: 20; top: 18px; right: 2.2vw; display: inline-flex; align-items: center; gap: 13px; padding: 11px 14px 10px; background: var(--ink); color: var(--paper); border: 1px solid rgba(242,239,232,.32); font-size: 11px; font-weight: 800; letter-spacing: .09em; line-height: 1; text-transform: uppercase; transition: background .2s ease,color .2s ease,transform .2s ease; }
.spotify-float:hover { background: var(--acid); color: var(--ink); transform: translateY(-2px); }

.hero { min-height: 100svh; position: relative; padding: 28px 2.2vw 2.2vw; background: var(--orange); color: var(--ink); overflow: hidden; }
.hero::after, .playlists::after { content: ""; position: absolute; inset: 0; 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='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E"); mix-blend-mode: multiply; }
.hero-kicker { display: flex; justify-content: space-between; border-top: 1px solid var(--ink); padding: 9px 145px 0 0; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hero h1 { position: relative; margin: 1.5vw 0 -1.6vw; font-size: clamp(74px,13.6vw,238px); font-weight: 950; letter-spacing: -.095em; line-height: .71; text-transform: uppercase; }
.hero h1 span { position: relative; display: block; transform: scaleX(1.035); transform-origin: left center; }
.hero h1 span:first-child { z-index: 4; }
.hero h1 .outline { z-index: 2; color: transparent; -webkit-text-stroke: 2px var(--ink); }
.hero-vinyl { position: absolute; z-index: 3; right: 2.5vw; bottom: -5vw; width: min(52vw,740px); aspect-ratio: 1; border-radius: 50%; background: repeating-radial-gradient(circle at center, transparent 0 5px, rgba(242,239,232,.055) 6px 7px), conic-gradient(from 18deg, #0d0d0c, #24241f 9%, #11110f 18%, #2b2b25 25%, #0d0d0c 39%, #24241f 55%, #0d0d0c 72%, #292923 83%, #0d0d0c); border: 2px solid rgba(242,239,232,.28); box-shadow: -2vw 2.8vw 0 rgba(17,17,15,.18), 0 32px 70px rgba(17,17,15,.34); animation: spin 18s linear infinite; }
.hero-vinyl::before { content: ""; position: absolute; inset: 1.8%; border-radius: 50%; border: 1px solid rgba(242,239,232,.22); box-shadow: inset 0 0 0 1px rgba(0,0,0,.8), inset 0 0 45px rgba(0,0,0,.45); }
.vinyl-label { position: absolute; z-index: 2; inset: 31%; border-radius: 50%; display: grid; place-items: center; background: var(--acid); color: var(--ink); border: 2px solid var(--ink); text-align: center; }
.vinyl-label::before, .vinyl-label::after { content: ""; position: absolute; left: 14%; right: 14%; height: 1px; background: var(--ink); }
.vinyl-label::before { top: 27%; }
.vinyl-label::after { bottom: 27%; }
.vinyl-label strong { font-size: clamp(32px,5.6vw,82px); line-height: .7; letter-spacing: -.1em; }
.vinyl-label small { position: absolute; bottom: 12%; font-size: clamp(5px,.6vw,9px); font-weight: 900; line-height: 1.05; letter-spacing: .08em; }
.vinyl-label span { position: absolute; width: 8%; aspect-ratio: 1; border-radius: 50%; background: var(--ink); }
.vinyl-cigarette { position: absolute; z-index: 4; top: 14%; left: 9%; width: 33%; height: 4.6%; min-height: 13px; display: flex; transform: rotate(24deg); filter: drop-shadow(7px 8px 4px rgba(0,0,0,.58)); }
.cigarette-filter { width: 29%; height: 100%; background: repeating-linear-gradient(90deg,#b96a2f 0 3px,#d08a4b 3px 5px); border-radius: 4px 0 0 4px; border: 1px solid rgba(17,17,15,.45); }
.cigarette-paper { width: 51%; height: 100%; background: linear-gradient(180deg,#f3efe4 0 38%,#cbc6bb 39% 54%,#ece7db 55%); border-block: 1px solid rgba(17,17,15,.38); }
.cigarette-ember { width: 3%; height: 100%; background: #f04b16; box-shadow: 0 0 7px 2px rgba(240,75,22,.7); }
.cigarette-ash { position: relative; width: 17%; height: 100%; border-radius: 0 55% 46% 0; background: repeating-linear-gradient(105deg,#77756f 0 2px,#b3b0a7 2px 4px,#5c5a56 4px 5px); border: 1px solid rgba(17,17,15,.45); }
.cigarette-ash::after { content: ""; position: absolute; right: -4%; top: 17%; width: 18%; height: 68%; border-radius: 50%; background: #77756f; }
@keyframes spin { to { transform: rotate(360deg); } }
.tonearm { position: absolute; z-index: 6; left: -3.5vw; bottom: 18.5vw; width: 59vw; height: 7vw; min-height: 54px; transform-origin: 6vw 50%; animation: tonearm-float 3.8s ease-in-out infinite; filter: drop-shadow(0 12px 8px rgba(17,17,15,.28)); }
.tonearm::before { content: ""; position: absolute; left: 5vw; right: 3.2vw; top: 50%; height: clamp(10px,1vw,16px); border: 2px solid var(--ink); border-radius: 999px; background: linear-gradient(180deg,#eeeae1 0 34%,#aaa79f 35% 58%,#d7d2c8 59%); transform: translateY(-50%); box-shadow: inset 0 -2px 0 rgba(17,17,15,.25); }
.tonearm-pivot { position: absolute; z-index: 2; left: 0; top: 50%; width: clamp(76px,8vw,122px); aspect-ratio: 1; border-radius: 50%; transform: translateY(-50%); background: radial-gradient(circle at 48% 44%,var(--paper) 0 13%,#77746d 14% 18%,var(--ink) 19% 27%,#d6d2c8 28% 46%,#77746d 47% 51%,var(--ink) 52%); border: 3px solid var(--ink); }
.tonearm-pivot span { position: absolute; inset: 16%; border-radius: 50%; border: 1px solid rgba(242,239,232,.5); }
.tonearm-head { position: absolute; z-index: 3; right: 0; top: 50%; width: clamp(72px,7.4vw,116px); height: clamp(34px,3.2vw,51px); transform: translateY(-50%) rotate(4deg); transform-origin: left center; background: var(--paper); border: 3px solid var(--ink); clip-path: polygon(0 9%,100% 0,88% 100%,7% 86%); }
.tonearm-head span { position: absolute; right: 10%; bottom: -10px; width: 4px; height: 13px; background: var(--ink); transform: rotate(-4deg); }
@keyframes tonearm-float { 0%,100% { transform: translateY(0) rotate(8deg); } 50% { transform: translateY(-7px) rotate(8.6deg); } }
.scroll-cue { position: absolute; left: 2.2vw; bottom: 2.2vw; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.scroll-cue span { display: block; font-size: 48px; line-height: 1; font-weight: 400; }

.ticker { overflow: hidden; border-block: 1px solid var(--paper); background: var(--acid); color: var(--ink); font-size: clamp(30px,4.2vw,72px); font-weight: 900; letter-spacing: -.05em; line-height: .95; white-space: nowrap; padding: 14px 0 18px; }
.ticker div { width: max-content; animation: marquee 19s linear infinite; }
@keyframes marquee { to { transform: translateX(-50%); } }

.playlists { position: relative; padding: 9vw 2.2vw 10vw; background: var(--ink); }
.section-head { display: grid; grid-template-columns: 1fr 3fr 1fr; align-items: end; border-top: 1px solid rgba(242,239,232,.5); padding-top: 12px; margin-bottom: 5vw; }
.section-head p { margin: 0; font-size: 11px; line-height: 1.35; letter-spacing: .08em; text-transform: uppercase; }
.section-head p:last-child { text-align: right; }
.section-head h2 { margin: 0; font-size: clamp(66px,12vw,210px); font-weight: 950; letter-spacing: -.09em; line-height: .7; text-transform: uppercase; }
.playlist-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 1.1vw; }
.playlist-card { position: relative; z-index: 2; grid-column: span 4; padding: 13px; color: var(--ink); overflow: hidden; transition: transform .35s cubic-bezier(.2,.7,.2,1); }
.playlist-card:hover { transform: translateY(-9px); }
.playlist-card.acid { background: var(--acid); }
.playlist-card.ember { background: var(--orange); }
.playlist-card.ice { background: #c9dfe1; }
.playlist-meta { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; padding-bottom: 11px; }
.playlist-meta span:nth-child(2) { text-align: center; }
.cover-wrap { position: relative; aspect-ratio: 1; overflow: hidden; background: var(--ink); }
.cover-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1),filter .35s ease; }
.playlist-card:hover img { transform: scale(1.045); filter: saturate(1.15); }
.play-button { position: absolute; right: 14px; bottom: 14px; width: 54px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: var(--paper); color: var(--ink); font-size: 16px; padding-left: 3px; transition: transform .25s ease,background .25s ease; }
.playlist-card:hover .play-button { transform: scale(1.08); background: var(--acid); }
.playlist-card h3 { margin: 18px 0 7px; max-width: 90%; font-size: clamp(27px,3.1vw,53px); line-height: .91; letter-spacing: -.065em; text-transform: uppercase; }

.releases { min-height: 92vh; padding: 2.2vw; display: flex; flex-direction: column; justify-content: space-between; background: var(--orange); color: var(--ink); }
.release-topline, .release-bottom { display: flex; justify-content: space-between; align-items: flex-end; border-top: 1px solid var(--ink); padding-top: 10px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.releases h2 { margin: auto 0; font-size: clamp(86px,17vw,310px); line-height: .69; letter-spacing: -.1em; font-weight: 950; }
.release-bottom p { margin: 0; font-size: clamp(24px,3.2vw,54px); line-height: .86; letter-spacing: -.06em; }
.release-mark { font-size: clamp(90px,14vw,230px); font-weight: 900; line-height: .6; color: transparent; -webkit-text-stroke: 2px var(--ink); }

footer { min-height: 46vh; padding: 4vw 2.2vw 2.2vw; display: grid; grid-template-columns: 2fr 1fr 1fr auto; align-items: start; gap: 24px; background: var(--paper); color: var(--ink); }
.footer-brand { font-size: clamp(44px,8vw,140px); font-weight: 950; letter-spacing: -.09em; line-height: .7; }
footer p { margin: 0; font-size: 12px; line-height: 1.2; text-transform: uppercase; }
.footer-links { display: flex; flex-direction: column; gap: 8px; font-size: 12px; font-weight: 700; text-transform: uppercase; }
footer small { font-size: 10px; }

@media (max-width: 800px) {
  .spotify-float { top: 14px; right: 16px; padding: 10px 12px 9px; }
  .hero { padding: 24px 16px 16px; min-height: 820px; }
  .hero h1 { margin-top: 24px; font-size: clamp(58px,20vw,108px); line-height: .77; }
  .hero-vinyl { right: -24vw; bottom: 24px; width: 96vw; }
  .tonearm { left: -25vw; bottom: 42vw; width: 102vw; height: 13vw; transform-origin: 16vw 50%; }
  .tonearm::before { left: 14vw; right: 9vw; height: 10px; }
  .scroll-cue { left: 16px; bottom: 13px; }
  .playlists { padding: 90px 16px; }
  .section-head { grid-template-columns: 1fr auto; margin-bottom: 42px; }
  .section-head h2 { grid-column: 1/-1; grid-row: 2; margin-top: 45px; font-size: 21vw; }
  .section-head p:last-child { grid-column: 2; grid-row: 1; }
  .playlist-grid { display: flex; overflow-x: auto; gap: 12px; margin-right: -16px; padding-right: 16px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .playlist-card { min-width: 82vw; scroll-snap-align: start; }
  .playlist-card h3 { font-size: 36px; }
  .releases { min-height: 720px; padding: 18px 16px; }
  .releases h2 { font-size: 23vw; }
  .release-bottom .release-mark { display: none; }
  footer { min-height: 520px; padding: 46px 16px 20px; grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; font-size: 19vw; }
  footer small { align-self: end; justify-self: end; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker div, .hero-vinyl, .tonearm { animation: none; }
  .playlist-card, .cover-wrap img { transition: none; }
}
