@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --charcoal: #161817;
  --charcoal-2: #202322;
  --charcoal-3: #2b302d;
  --paper: #d9ddd3;
  --paper-soft: #9da69c;
  --muted: #707972;
  --acid: #c9f26e;
  --coral: #f27768;
  --cyan: #57d9e2;
  --line: rgba(217, 221, 211, .14);
  --mono: 'DM Mono', 'SFMono-Regular', Consolas, monospace;
  --sans: 'Manrope', 'Avenir Next', Avenir, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--charcoal); color: var(--paper); font-family: var(--sans); min-width: 320px; }
button, a { font: inherit; color: inherit; }
button { border: 0; cursor: pointer; }
a { text-decoration: none; }
.noise { position: fixed; inset: 0; pointer-events: none; z-index: 20; opacity: .075; 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='.7'/%3E%3C/svg%3E"); }
.site-shell { min-height: 100vh; width: min(1440px, 100%); margin: auto; padding: 26px 5.2vw 22px; position: relative; overflow: hidden; }
.site-shell::before { content: ''; position: absolute; width: 56vw; height: 56vw; max-width: 800px; max-height: 800px; right: -28vw; top: 8vh; border-radius: 50%; background: radial-gradient(circle, rgba(50, 78, 70, .28), transparent 68%); pointer-events: none; }
.topbar, .footer, .shelf-meta, .shelf-caption { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; }
.topbar { border-bottom: 1px solid var(--line); padding-bottom: 19px; }
.wordmark { display: flex; align-items: center; gap: 10px; letter-spacing: .1em; font: 500 10px var(--mono); }
.wordmark-mark { display: grid; place-items: center; width: 25px; height: 25px; border: 1px solid var(--acid); color: var(--acid); border-radius: 50%; font: 500 13px var(--sans); }
.muted-slash { color: var(--muted); }
.topbar-right { display: flex; align-items: center; gap: 12px; color: var(--paper-soft); }
.eyebrow { font: 500 9px var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 12px var(--acid); }
.about-button { background: transparent; color: var(--paper); text-transform: uppercase; letter-spacing: .08em; font-size: 10px; padding: 8px 0 8px 22px; }
.about-button span { color: var(--acid); margin-left: 7px; font-size: 14px; }
.intro { position: relative; z-index: 1; min-height: 31vh; display: flex; justify-content: space-between; align-items: end; padding: 10vh 5.7vw 5vh 3.5vw; }
.accent-text { color: var(--acid); }
h1, h2, h3, p { margin: 0; }
h1 { margin-top: 16px; font-size: clamp(47px, 7vw, 102px); line-height: .9; letter-spacing: -.08em; font-weight: 500; }
h1 em, h2 em { color: var(--coral); font-family: Georgia, serif; font-weight: 400; letter-spacing: -.08em; }
.intro-note { width: 170px; align-self: center; color: var(--paper-soft); font-size: 11px; line-height: 1.6; padding-top: 20px; }
.note-index { display: block; border-top: 1px solid var(--acid); padding-top: 7px; color: var(--acid); font: 10px var(--mono); margin-bottom: 12px; }
.shelf-section { position: relative; z-index: 1; min-height: calc(100vh - 104px); display: grid; place-items: center; }
.shelf { position: relative; display: flex; justify-content: center; align-items: end; gap: 0; min-height: clamp(360px, 58vh, 560px); width: 100%; padding: 0 3vw 24px; }
.shelf-rail { position: absolute; height: 18px; background: linear-gradient(90deg, #393c35, #1b1d1b 11%, #353a34 50%, #181a18); left: 5%; right: 5%; bottom: 16px; border-radius: 2px; box-shadow: 0 12px 25px rgba(0,0,0,.45); }
.shelf-lip { position: absolute; bottom: 4px; width: 96%; height: 12px; border-top: 1px solid rgba(217,221,211,.22); background: #0d0f0e; border-radius: 4px; box-shadow: 0 10px 35px rgba(0,0,0,.5); }
.album-card { --front-size: clamp(250px, 48vh, 560px); position: relative; z-index: 2; display: block; width: clamp(40px, 3.4vw, 58px); height: var(--front-size); flex: 0 0 clamp(40px, 3.4vw, 58px); padding: 0; color: var(--paper); text-align: left; background: linear-gradient(90deg, rgba(22,25,23,.94), rgba(48,55,49,.86) 48%, rgba(28,32,29,.9) 80%, rgba(11,14,13,.96)); border: 1px solid rgba(185,197,183,.36); border-radius: 3px; overflow: hidden; box-shadow: 6px 14px 22px rgba(0,0,0,.34), inset 0 0 0 1px rgba(255,255,255,.08); transition: width .5s cubic-bezier(.2,.8,.2,1), flex-basis .5s cubic-bezier(.2,.8,.2,1), transform .45s cubic-bezier(.2,.8,.2,1), box-shadow .45s, border-color .35s; transform: none; transform-origin: bottom center; }
.album-card::before { content: ''; position: absolute; z-index: 4; inset: 0 auto 0 7px; width: 1px; background: rgba(255,255,255,.2); box-shadow: 9px 0 13px rgba(255,255,255,.06); }
.album-card::after { content: ''; position: absolute; z-index: 1; inset: 6px 13px; border: 1px solid rgba(217,221,211,.16); background: var(--spine-paper, linear-gradient(180deg, rgba(71,85,70,.66), rgba(34,41,35,.72))); box-shadow: inset 5px 0 13px rgba(255,255,255,.07), inset -5px 0 11px rgba(0,0,0,.24); }
.album-card:hover, .album-card:focus-visible { width: var(--front-size); height: var(--front-size); flex-basis: var(--front-size); transform: translateY(-25px); border-color: rgba(201,242,110,.62); box-shadow: 10px 30px 34px rgba(0,0,0,.58), 0 0 0 1px rgba(201,242,110,.1); outline: none; }
.card-one { --tilt: -1.3deg; --spine-paper: linear-gradient(180deg, rgba(82,105,84,.82), rgba(41,54,44,.82)); }
.card-two { --tilt: .8deg; --spine-paper: linear-gradient(180deg, rgba(164,156,133,.8), rgba(71,77,66,.82)); }
.card-three { --tilt: -1deg; --spine-paper: linear-gradient(180deg, rgba(54,82,93,.8), rgba(34,48,53,.84)); }
.spine-number, .spine-title, .spine-type { position: absolute; z-index: 5; transition: opacity .22s, transform .35s; }
.spine-number { left: 50%; top: 14px; transform: translateX(-50%); color: var(--acid); font: 9px var(--mono); }
.spine-title { top: 50%; left: 50%; color: var(--paper); transform: translate(-50%, -50%) rotate(180deg); writing-mode: vertical-rl; font-size: clamp(9px, .85vw, 12px); font-weight: 700; letter-spacing: .04em; white-space: nowrap; text-shadow: 0 1px 3px rgba(0,0,0,.5); }
.spine-type { left: 50%; bottom: 14px; transform: translateX(-50%) rotate(180deg); writing-mode: vertical-rl; color: var(--paper-soft); font: 7px var(--mono); text-transform: uppercase; letter-spacing: .08em; white-space: nowrap; }
.card-topline, .cover-art, .card-info { opacity: 0; pointer-events: none; transition: opacity .24s, transform .5s cubic-bezier(.2,.8,.2,1); }
.card-topline { position: absolute; z-index: 3; inset: 13px 13px auto; display: flex; justify-content: space-between; transform: translateY(-7px); font: 9px var(--mono); color: rgba(255,255,255,.72); letter-spacing: .08em; }
.cover-art { position: absolute; z-index: 2; inset: 0; display: block; overflow: hidden; transform: scale(1.08); }
.cover-art::before, .cover-art::after { content: ''; position: absolute; border-radius: 45%; filter: blur(8px); transform: rotate(-28deg); }
.art-one { background: radial-gradient(ellipse at 25% 30%, #f27b68 0 10%, transparent 29%), radial-gradient(ellipse at 85% 71%, #4fd1c1 0 11%, transparent 39%), linear-gradient(137deg, #212721, #111714 55%, #34432d); }
.art-one::before { width: 150%; height: 28%; top: 23%; left: -22%; background: linear-gradient(90deg, transparent, #8dc0a0 44%, #f4a06d 70%, transparent); opacity: .9; }
.art-one::after { width: 120%; height: 32%; top: 61%; left: 3%; background: linear-gradient(90deg, #243830, #e7736c 55%, transparent); }
.art-two { background: radial-gradient(ellipse at 68% 8%, #ff745f 0 8%, transparent 29%), radial-gradient(ellipse at 20% 83%, #36b7db 0 13%, transparent 38%), linear-gradient(150deg, #081e34, #152a33 48%, #120e22); }
.art-two::before { width: 150%; height: 33%; top: 24%; left: -25%; background: linear-gradient(90deg, transparent, #42cce1 37%, #ec5868 70%, transparent); transform: rotate(24deg); }
.art-two::after { width: 150%; height: 19%; top: 73%; left: -8%; background: #4cd0e5; transform: rotate(-17deg); opacity: .8; }
.art-three { background: radial-gradient(circle at 71% 25%, #d8e36c 0 6%, transparent 23%), radial-gradient(circle at 12% 66%, #e8534e 0 8%, transparent 27%), linear-gradient(135deg, #261f20, #111515 52%, #3b282d); }
.art-three::before { width: 145%; height: 21%; top: 42%; left: -20%; background: linear-gradient(90deg, transparent, #f0826a 48%, #a9db78 74%, transparent); transform: rotate(-37deg); }
.art-three::after { width: 110%; height: 30%; top: 9%; left: 12%; background: linear-gradient(90deg, #201b28, #d5e972, transparent); transform: rotate(44deg); opacity: .6; }
.cover-disc { position: absolute; z-index: 1; top: 50%; left: 50%; width: 92%; aspect-ratio: 1; transform: translate(-50%, -50%); border-radius: 50%; opacity: .86; background: conic-gradient(from 145deg, #f5f4db, #9ed4d0 16%, #f6b0ae 28%, #eae8cc 41%, #8ed0e3 57%, #f2efe0 69%, #c8d98b 82%, #f5f4db); border: 1px solid rgba(255,255,255,.62); box-shadow: 0 10px 18px rgba(0,0,0,.28), inset 0 0 0 3px rgba(255,255,255,.18); }
.cover-disc::before { content: ''; position: absolute; inset: 4%; border-radius: 50%; background: repeating-radial-gradient(circle, transparent 0 3px, rgba(255,255,255,.24) 3.5px 4px); mix-blend-mode: overlay; }
.cover-disc::after { content: ''; position: absolute; width: 16%; aspect-ratio: 1; left: 42%; top: 42%; border-radius: 50%; border: 2px solid rgba(40,43,40,.62); background: rgba(241,239,217,.95); box-shadow: inset 0 0 0 5px rgba(35,37,33,.92), inset 0 0 0 8px rgba(224,223,199,.94); }
.art-word { position: absolute; z-index: 2; left: 16px; bottom: 18px; font-size: clamp(18px, 2.2vw, 29px); line-height: .8; letter-spacing: -.1em; text-transform: lowercase; font-weight: 700; color: rgba(239,242,226,.88); mix-blend-mode: screen; }
.art-stamp { position: absolute; z-index: 2; top: 50%; right: 14px; writing-mode: vertical-rl; transform: rotate(180deg); font: 9px var(--mono); letter-spacing: .13em; color: rgba(255,255,255,.7); }
.card-info { position: absolute; bottom: 0; left: 0; right: 0; height: 46px; padding: 8px 12px; display: flex; align-items: center; gap: 11px; background: rgba(16,18,17,.94); transform: translateY(7px); }
.card-number { align-self: start; color: var(--acid); font: 10px var(--mono); }
.card-info strong, .card-info small { display: block; }
.card-info strong { font-size: 11px; font-weight: 600; letter-spacing: -.02em; }
.card-info small { color: var(--paper-soft); font: 8px var(--mono); margin-top: 2px; text-transform: uppercase; }
.album-card:hover .spine-number, .album-card:hover .spine-title, .album-card:hover .spine-type, .album-card:focus-visible .spine-number, .album-card:focus-visible .spine-title, .album-card:focus-visible .spine-type { opacity: 0; }
.album-card:hover .card-topline, .album-card:hover .cover-art, .album-card:hover .card-info, .album-card:focus-visible .card-topline, .album-card:focus-visible .cover-art, .album-card:focus-visible .card-info { opacity: 1; pointer-events: auto; transform: translateY(0) scale(1); }

.case-overlay, .about-panel { position: fixed; z-index: 50; inset: 0; display: grid; place-items: center; visibility: hidden; opacity: 0; transition: opacity .35s, visibility .35s; }
.case-overlay.is-open, .about-panel.is-open { visibility: visible; opacity: 1; }
.overlay-scrim { position: absolute; inset: 0; background: rgba(8,10,9,.78); backdrop-filter: blur(12px); }
.case-modal { position: relative; z-index: 2; width: min(1050px, calc(100% - 36px)); max-height: calc(100vh - 38px); overflow: auto; background: #242825; border: 1px solid rgba(217,221,211,.26); box-shadow: 0 30px 80px rgba(0,0,0,.7); transform: translateY(20px) scale(.98); transition: transform .4s cubic-bezier(.2,.8,.2,1); }
.is-open .case-modal, .is-open .about-card { transform: translateY(0) scale(1); }
.modal-header { height: 52px; padding: 0 22px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; color: var(--paper-soft); font: 9px var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.close-button { padding: 7px 0; background: transparent; color: var(--paper-soft); font: 9px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.close-button:hover { color: var(--acid); }
.close-button span { font-size: 18px; line-height: 0; vertical-align: -2px; margin-right: 7px; }
.modal-location span { color: var(--acid); }
.open-case { display: grid; grid-template-columns: 1fr 1fr; min-height: 610px; }
.case-left { position: relative; padding: 38px 42px 37px; border-right: 1px solid var(--line); background: radial-gradient(circle at 45% 38%, #39463b, transparent 47%), #232724; }
.disc-stage { height: 400px; position: relative; display: grid; place-items: center; }
.disc { position: relative; width: min(27vw, 350px); aspect-ratio: 1; border-radius: 50%; box-shadow: -13px 20px 18px rgba(0,0,0,.35), inset 0 0 0 1px rgba(255,255,255,.5); background: conic-gradient(from 145deg, #ec5e6d, #54dbe5 21%, #122b4a 41%, #ee7881 61%, #132744 79%, #56d5e7 91%, #ec5e6d); animation: spin 5s linear infinite; animation-play-state: paused; cursor: pointer; }
.disc.is-playing { animation-play-state: running; }
.disc:focus-visible { outline: 2px solid var(--acid); outline-offset: 6px; }
.disc::before { content: ''; position: absolute; inset: 8%; border-radius: 50%; background: repeating-radial-gradient(circle, transparent 0 3px, rgba(255,255,255,.13) 3.6px 4.3px); mix-blend-mode: overlay; }
.disc::after { content: ''; position: absolute; width: 13%; aspect-ratio: 1; left: 43.5%; top: 43.5%; border: 3px solid rgba(18,25,25,.45); background: #929b92; border-radius: 50%; box-shadow: inset 0 0 0 7px #d5d6c4, inset 0 0 0 10px #555e58; }
.disc-one { background: conic-gradient(from 145deg, #ec5e6d, #54dbe5 21%, #122b4a 41%, #ee7881 61%, #132744 79%, #56d5e7 91%, #ec5e6d); }
.disc-two { background: conic-gradient(from 16deg, #eb7563, #16283a 22%, #3ac5e4 38%, #efc365 55%, #112432 73%, #ee6372 89%, #eb7563); }
.disc-three { background: conic-gradient(from 210deg, #eb604e, #333e32 22%, #dbdf75 39%, #161b20 58%, #ed8471 78%, #5cbb9f 92%, #eb604e); }
.disc-shadow { position: absolute; width: 57%; height: 30px; bottom: 27px; border-radius: 50%; background: rgba(0,0,0,.42); filter: blur(14px); }
.disc-play { position: absolute; left: 50%; top: 50%; display: grid; place-items: center; width: 48px; aspect-ratio: 1; border-radius: 50%; background: var(--acid); color: #192017; opacity: 0; transform: translate(-50%, -50%) scale(.8); transition: opacity .25s, transform .25s; }
.disc-stage:hover .disc-play, .disc-play:focus-visible { opacity: 1; transform: translate(-50%, -50%) scale(1); outline: none; }
.disc-play span { font-size: 12px; margin-left: 2px; }
@keyframes spin { to { transform: rotate(360deg); } }
.project-blurb { border-top: 1px solid var(--line); padding-top: 18px; }
.blurb-heading { display: flex; justify-content: space-between; }
.blurb-year { color: var(--acid); font: 10px var(--mono); }
.project-blurb h2 { margin: 9px 0 7px; font-size: clamp(28px, 4vw, 48px); letter-spacing: -.08em; font-weight: 500; }
.project-blurb p { max-width: 420px; color: var(--paper-soft); font-size: 11px; line-height: 1.6; }
.project-tags { display: flex; gap: 7px; margin-top: 18px; flex-wrap: wrap; }
.project-tags span { padding: 5px 7px; color: var(--paper-soft); border: 1px solid var(--line); font: 8px var(--mono); text-transform: uppercase; }
.case-right { padding: 42px 42px 37px; display: flex; flex-direction: column; background: #1d211f; }
.booklet-head { display: flex; justify-content: space-between; align-items: end; border-bottom: 1px solid var(--line); padding-bottom: 19px; }
.booklet-head h3 { margin-top: 10px; font-size: 34px; letter-spacing: -.08em; font-weight: 500; }
.duration-total { color: var(--paper-soft); font: 10px var(--mono); }
.tracklist { margin-top: 3px; }
.track { display: grid; grid-template-columns: 28px 1fr auto; gap: 10px; align-items: center; width: 100%; min-height: 65px; padding: 0 6px; color: var(--paper-soft); text-align: left; border-bottom: 1px solid var(--line); background: transparent; transition: color .2s, padding .3s, background .3s; }
.track:hover, .track.is-active { padding-left: 13px; color: var(--paper); background: rgba(201,242,110,.05); }
.track-number { color: var(--acid); font: 10px var(--mono); }
.track-title { font-size: 12px; font-weight: 600; }
.track-sub { display: block; color: var(--muted); font: 8px var(--mono); margin-top: 4px; text-transform: uppercase; }
.track-duration { font: 9px var(--mono); }
.track-play { color: var(--acid); font-size: 10px; opacity: 0; transition: opacity .2s; }
.track:hover .track-play, .track.is-active .track-play { opacity: 1; }
.now-playing { margin-top: auto; padding-top: 36px; }
.now-playing-row { display: grid; grid-template-columns: 22px 1fr auto; align-items: center; gap: 8px; color: var(--paper-soft); font: 9px var(--mono); text-transform: uppercase; }
.now-playing-row > span:nth-child(2) { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.playing-indicator { display: flex; align-items: end; height: 13px; gap: 2px; }
.playing-indicator i { display: block; width: 2px; height: 4px; background: var(--acid); }
.is-playing + .now-playing .playing-indicator i, .now-playing.is-playing .playing-indicator i { animation: bars .7s ease-in-out infinite alternate; }
.playing-indicator i:nth-child(2) { height: 10px; animation-delay: .2s; }
.playing-indicator i:nth-child(3) { height: 7px; animation-delay: .4s; }
@keyframes bars { to { height: 12px; } }
.progress-track { position: relative; height: 2px; margin-top: 12px; background: #3b433d; }
.progress-track span { display: block; width: 0; height: 100%; background: var(--acid); transition: width .25s linear; }
.progress-slider { position: absolute; z-index: 2; left: 0; top: -9px; width: 100%; height: 20px; margin: 0; opacity: 0; cursor: pointer; }
.case-note { display: flex; gap: 11px; align-items: start; margin-top: 34px; color: var(--muted); font: 9px var(--mono); line-height: 1.55; }
.case-note > span:first-child { color: var(--coral); font-size: 14px; }
.about-panel { place-items: stretch end; }
.about-card { position: relative; z-index: 2; width: min(475px, calc(100% - 26px)); height: 100%; padding: 38px 42px; background: #242825; border-left: 1px solid rgba(217,221,211,.2); transform: translateX(25px); transition: transform .4s cubic-bezier(.2,.8,.2,1); }
.about-card .close-button { display: block; margin-left: auto; margin-bottom: 21vh; }
.about-card h2 { margin-top: 20px; font-size: clamp(43px, 5vw, 68px); line-height: .9; letter-spacing: -.1em; font-weight: 500; }
.about-copy { margin-top: 30px; max-width: 325px; color: var(--paper-soft); font-size: 13px; line-height: 1.75; }
.about-details { display: flex; justify-content: space-between; gap: 15px; padding: 16px 0; border-top: 1px solid var(--line); color: var(--paper-soft); font: 9px var(--mono); text-transform: uppercase; margin-top: 72px; }
.about-details + .about-details { margin-top: 0; }
.about-details a { color: var(--acid); }

@media (max-width: 720px) {
  .site-shell { padding: 18px 18px 18px; }
  .topbar-right .eyebrow, .status-dot { display: none; }
  .shelf-section { min-height: calc(100vh - 91px); }
  .shelf { justify-content: center; min-height: 365px; overflow: visible; gap: 0; padding: 0 6px 24px; }
  .album-card { --front-size: min(72vw, 300px); width: 48px; height: var(--front-size); flex: 0 0 48px; }
  .album-card:hover, .album-card:focus-visible { width: var(--front-size); height: var(--front-size); flex-basis: var(--front-size); }
  .spine-number { top: 11px; font-size: 7px; }
  .spine-title { font-size: 8px; }
  .spine-type { bottom: 11px; font-size: 6px; }
  .card-topline { inset: 9px 8px auto; font-size: 7px; }
  .art-word { left: 9px; bottom: 13px; font-size: 25px; }
  .art-stamp { right: 7px; font-size: 7px; }
  .card-info { padding: 7px 8px; gap: 6px; }
  .card-info strong { font-size: 9px; }
  .card-info small { font-size: 6px; }
  .card-number { font-size: 8px; }
  .footer { left: 18px; right: 18px; bottom: 18px; padding: 15px 6px 0; font-size: 7px; }
  .footer span:last-child { display: none; }
  .case-modal { width: calc(100% - 18px); max-height: calc(100vh - 18px); }
  .modal-header { height: 46px; padding: 0 15px; }
  .open-case { display: block; }
  .case-left { padding: 23px 20px 25px; border-right: 0; border-bottom: 1px solid var(--line); }
  .disc-stage { height: 275px; }
  .disc { width: min(60vw, 245px); }
  .project-blurb h2 { font-size: 36px; }
  .case-right { padding: 26px 20px 28px; min-height: 430px; }
  .booklet-head h3 { font-size: 29px; }
  .track { min-height: 58px; }
  .about-card { width: calc(100% - 18px); padding: 25px 22px; }
  .about-card .close-button { margin-bottom: 18vh; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}
