:root {
  --bg: #07070b;
  --panel: #0d0d14;
  --panel-2: #13131d;
  --paper: #f0eee8;
  --white: #f7f5f0;
  --muted: #9694a0;
  --pink: #ff4f9a;
  --acid: #c5ff63;
  --violet: #8f69ff;
  --line: rgba(255,255,255,.12);
  --line-strong: rgba(255,255,255,.24);
  --pad: clamp(24px,4.2vw,74px);
  --header-h: 78px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; overflow-x: hidden; background: var(--bg); color: var(--white); font-family: Inter,"Helvetica Neue","PingFang SC","Microsoft YaHei",sans-serif; font-size: 14px; }
body.dialog-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }
em { font-family: inherit; font-style: normal; font-weight: inherit; }
::selection { background: var(--pink); color: white; }
.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; }
.noise { position: fixed; z-index: 90; inset: 0; pointer-events: none; opacity: .045; 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='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E"); mix-blend-mode: screen; }
.page-progress { position: fixed; z-index: 110; top: 0; left: 0; width: 100%; height: 2px; pointer-events: none; transform: scaleX(0); transform-origin: left; background: linear-gradient(90deg,var(--pink),var(--violet),var(--acid)); }

.cursor { position: fixed; z-index: 200; left: 0; top: 0; width: 58px; height: 58px; margin: -29px 0 0 -29px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; opacity: 0; pointer-events: none; mix-blend-mode: difference; transition: width .25s,height .25s,margin .25s,opacity .25s,background .25s; }
.cursor::before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: white; }
.cursor span { position: absolute; opacity: 0; color: #000; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.cursor.visible { opacity: 1; }
.cursor.project-hover { width: 84px; height: 84px; margin: -42px 0 0 -42px; background: white; mix-blend-mode: normal; }
.cursor.project-hover::before { opacity: 0; }
.cursor.project-hover span { opacity: 1; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; right: 0; height: var(--header-h); padding: 0 var(--pad); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid transparent; transition: background .35s,border-color .35s,backdrop-filter .35s; }
.site-header.scrolled { border-color: var(--line); background: rgba(7,7,11,.78); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; }
.brand-orb { position: relative; width: 28px; aspect-ratio: 1; border: 1px solid var(--pink); border-radius: 50%; box-shadow: inset 0 0 12px rgba(255,79,154,.5),0 0 18px rgba(255,79,154,.2); }
.brand-orb::before,.brand-orb::after { content: ""; position: absolute; inset: 5px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }
.brand-orb::after { inset: 11px; background: var(--white); border: 0; }
.brand strong,.brand small { display: block; }
.brand strong { font-size: 10px; letter-spacing: .16em; }
.brand small { margin-top: 3px; color: #72707b; font-size: 6px; letter-spacing: .14em; }
.header-status { color: var(--muted); font-size: 8px; letter-spacing: .15em; }
.header-status i,.signal,.receipt i { display: inline-block; width: 5px; height: 5px; margin-right: 8px; border-radius: 50%; background: #7dffb0; box-shadow: 0 0 10px #7dffb0; }
.site-nav { justify-self: end; display: flex; align-items: center; gap: 25px; }
.site-nav a { position: relative; color: #bbb8c3; font-size: 9px; letter-spacing: .08em; transition: color .25s; }
.site-nav a span { margin-right: 6px; color: #5d5b65; font-size: 7px; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -8px; height: 1px; background: var(--pink); transform: scaleX(0); transition: transform .25s; }
.site-nav a:hover { color: white; }
.site-nav a:hover::after { transform: scaleX(1); }
.menu-button { display: none; border: 0; background: none; }

.chapter-rail { position: fixed; z-index: 80; left: 17px; top: 50%; display: grid; gap: 15px; transform: translateY(-50%); }
.chapter-rail a { display: grid; grid-template-columns: 15px 17px 1fr; align-items: center; gap: 5px; color: #5a5863; font-size: 6px; letter-spacing: .12em; transition: color .25s; }
.chapter-rail i { width: 4px; height: 4px; justify-self: center; border: 1px solid currentColor; border-radius: 50%; transition: all .25s; }
.chapter-rail b { opacity: 0; transform: translateX(-5px); font-weight: 500; transition: all .25s; }
.chapter-rail a:hover,.chapter-rail a.active { color: var(--white); }
.chapter-rail a.active i { width: 14px; height: 14px; border-color: var(--pink); box-shadow: inset 0 0 5px var(--pink),0 0 8px rgba(255,79,154,.5); }
.chapter-rail a:hover b,.chapter-rail a.active b { opacity: 1; transform: none; }

.store-hero { position: relative; min-height: 100svh; overflow: hidden; display: grid; grid-template-columns: minmax(300px,.75fr) minmax(620px,1.25fr); align-items: center; gap: clamp(28px,4vw,70px); padding: 126px var(--pad) 90px; isolation: isolate; perspective: 1100px; }
.store-hero::before { content: ""; position: absolute; z-index: -5; inset: 0; background: radial-gradient(circle at 76% 42%,rgba(86,56,185,.28),transparent 33%),radial-gradient(circle at 8% 82%,rgba(255,79,154,.15),transparent 32%),linear-gradient(120deg,#050509 0%,#090912 45%,#080711 100%); }
.store-hero::after { content: ""; position: absolute; z-index: -2; inset: 12% 3% 10%; border: 1px solid rgba(141,103,255,.12); clip-path: polygon(0 12%,92% 0,100% 88%,8% 100%); background: linear-gradient(110deg,transparent 40%,rgba(126,93,255,.045)); box-shadow: inset 0 0 100px rgba(114,72,255,.04); }
.scene-glow { position: absolute; z-index: -3; border-radius: 50%; filter: blur(80px); opacity: .25; }
.scene-glow-a { width: 36vw; height: 16vw; right: 3%; top: 18%; background: #7347ff; }
.scene-glow-b { width: 25vw; height: 22vw; left: 15%; bottom: -15%; background: #ff2e8b; }
.shop-grid { position: absolute; z-index: -4; inset: 0; opacity: .2; background-image: linear-gradient(rgba(123,104,216,.2) 1px,transparent 1px),linear-gradient(90deg,rgba(123,104,216,.2) 1px,transparent 1px); background-size: 70px 70px; transform: perspective(700px) rotateX(62deg) scale(1.7) translateY(34%); transform-origin: bottom; mask-image: linear-gradient(to top,black,transparent 67%); }
.store-sign { position: absolute; z-index: 2; top: 10%; right: var(--pad); width: min(43vw,660px); padding: 15px 20px 12px; border: 1px solid rgba(255,255,255,.16); background: linear-gradient(100deg,rgba(9,9,16,.72),rgba(29,19,56,.65)); backdrop-filter: blur(10px); box-shadow: 0 0 35px rgba(111,73,255,.14),inset 0 0 20px rgba(255,255,255,.025); text-align: center; transform: perspective(800px) rotateX(-3deg); }
.store-sign::before,.store-sign::after { content: ""; position: absolute; top: -30px; width: 1px; height: 30px; background: rgba(255,255,255,.2); }
.store-sign::before { left: 15%; }.store-sign::after { right: 15%; }
.store-sign strong { display: block; color: transparent; font-size: clamp(30px,4vw,64px); line-height: .76; letter-spacing: -.055em; -webkit-text-stroke: 1px rgba(255,255,255,.92); text-shadow: 0 0 24px rgba(160,129,255,.45); }
.store-sign span { display: block; color: #bcb5d8; font-size: 6px; letter-spacing: .22em; }
.sign-top { margin-bottom: 10px; }.sign-bottom { margin-top: 13px; }
.hero-copy { position: relative; z-index: 5; align-self: end; padding-bottom: 7vh; }
.eyebrow { color: #a29fa9; font-size: 8px; letter-spacing: .17em; }
.hero-copy h1 { max-width: 650px; margin: 24px 0 24px; font-size: clamp(46px,5.3vw,84px); line-height: 1.02; letter-spacing: -.07em; font-weight: 500; }
.hero-copy h1 em { display: inline-block; color: var(--pink); }
.hero-copy > p:last-of-type { color: #aaa6b2; font-size: 12px; line-height: 1.9; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.pill-button { display: inline-flex; justify-content: space-between; gap: 55px; min-width: 180px; padding: 13px 16px; border: 0; border-radius: 100px; background: var(--white); color: #08080c; font-size: 10px; font-weight: 700; letter-spacing: .05em; cursor: pointer; transition: transform .25s,background .25s; }
.pill-button:hover { transform: translateY(-3px); background: var(--pink); color: white; }
.quiet-link { padding: 10px 0; border-bottom: 1px solid var(--line-strong); color: #b7b4bd; font-size: 10px; }
.quiet-link span { margin-left: 18px; }

.hero-copy { grid-column: 1; grid-row: 1; }
.turntable-stage,.store-console { grid-column: 2; grid-row: 1; }
.turntable-stage { position: relative; z-index: 5; width: min(42vw,620px); align-self: end; justify-self: end; margin-bottom: 2vh; perspective: 900px; transform-style: preserve-3d; transition: opacity .6s,filter .6s,transform .65s cubic-bezier(.2,.8,.1,1); }
.turntable-light { position: absolute; z-index: -1; width: 75%; height: 45%; left: 12%; top: 18%; border-radius: 50%; background: rgba(123,79,255,.34); filter: blur(68px); }
.turntable-deck { position: relative; aspect-ratio: 1.42; padding: 5%; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; background: linear-gradient(135deg,rgba(39,35,50,.98),rgba(11,11,16,.98) 60%,rgba(34,22,45,.98)); box-shadow: 0 45px 100px rgba(0,0,0,.75),inset 0 0 0 8px rgba(255,255,255,.018),inset 0 -25px 55px rgba(0,0,0,.42); transform: rotateX(55deg) rotateZ(-10deg); transform-origin: 50% 100%; }
.turntable-deck::before { content: ""; position: absolute; inset: 4%; pointer-events: none; border: 1px solid rgba(255,255,255,.06); }
.platter { position: absolute; left: 8%; top: 10%; width: 62%; aspect-ratio: 1; display: grid; place-items: center; border: 2px solid #34323d; border-radius: 50%; background: radial-gradient(circle,#17161c 0 57%,#08080c 58% 63%,#2a2830 64% 66%,#0b0a0f 67%); box-shadow: 10px 22px 36px rgba(0,0,0,.55),inset 0 0 0 4px #0a090d; }
.gate-disc { position: relative; width: 92%; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: repeating-radial-gradient(circle,transparent 0 5px,rgba(255,255,255,.085) 6px,transparent 7px),conic-gradient(from 15deg,#0d0c10,#37233b,#c42f78,#15121a,#5c4b70,#111014); box-shadow: inset 0 0 28px rgba(255,255,255,.08); animation: spin 14s linear infinite; }
.gate-disc::before { content: ""; position: absolute; inset: 32%; border-radius: 50%; background: radial-gradient(circle,#08070b 0 10%,#ff8cbc 11% 16%,#e2478a 17% 100%); box-shadow: inset 0 0 18px rgba(0,0,0,.3); }
.gate-disc span { position: relative; z-index: 2; color: white; font-size: 6px; line-height: 1.2; letter-spacing: .1em; text-align: center; }
.gate-disc i { position: absolute; z-index: 3; width: 3%; aspect-ratio: 1; border-radius: 50%; background: #08070b; }
.tonearm { position: absolute; z-index: 3; right: 9%; top: 12%; width: 17%; height: 67%; border: 7px solid #b8b5bd; border-left: 0; border-bottom: 0; border-radius: 0 80px 0 0; transform: rotate(7deg); transform-origin: 80% 8%; filter: drop-shadow(8px 12px 6px rgba(0,0,0,.5)); }
.tonearm::before { content: ""; position: absolute; right: -16px; top: -16px; width: 30px; aspect-ratio: 1; border: 5px solid #55515c; border-radius: 50%; background: #19181e; }
.tonearm i { position: absolute; left: -7px; bottom: -3px; width: 25px; height: 40px; border-radius: 3px; background: linear-gradient(90deg,#8e8a94,#d2ced6,#77737d); transform: rotate(6deg); }
.tonearm b { position: absolute; right: 14px; top: 21%; width: 5px; height: 65%; border-radius: 10px; background: #d6d2da; }
.deck-controls { position: absolute; left: 8%; right: 7%; bottom: 5%; display: flex; align-items: center; justify-content: space-between; color: #77737e; font-size: 5px; letter-spacing: .12em; }
.deck-controls span:first-child i { display: inline-block; width: 6px; aspect-ratio: 1; margin-right: 5px; border-radius: 50%; background: #7dffb0; box-shadow: 0 0 8px #7dffb0; }
.deck-controls b { color: var(--pink); font-weight: 500; }
.deck-display { position: absolute; right: 7%; bottom: 13%; width: 21%; padding: 8px; border: 1px solid rgba(151,118,255,.3); background: #09090f; box-shadow: inset 0 0 15px rgba(119,75,255,.12); }
.deck-display small,.deck-display strong { display: block; }.deck-display small { color: #6e6a77; font-size: 4px; letter-spacing: .13em; }.deck-display strong { margin: 4px 0 6px; color: #b9addb; font-size: 5px; letter-spacing: .06em; }.deck-display i { display: block; width: 65%; height: 1px; background: var(--pink); box-shadow: 0 0 5px var(--pink); }
.turntable-stage > p { margin: 28px 0 0; color: #696672; font-size: 6px; letter-spacing: .16em; text-align: center; }
.store-console { position: relative; z-index: 4; align-self: end; min-width: 0; margin-bottom: 5vh; padding: 13px 15px 24px; border: 1px solid rgba(255,255,255,.16); background: linear-gradient(150deg,rgba(18,17,30,.82),rgba(8,8,14,.9)); backdrop-filter: blur(14px); box-shadow: 0 35px 90px rgba(0,0,0,.5),inset 0 0 45px rgba(114,76,255,.05); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(36px) scale(.965); transform-style: preserve-3d; transition: opacity .5s,visibility .5s,transform .65s cubic-bezier(.2,.8,.1,1); }
.store-hero.store-entered .turntable-stage { opacity: 0; filter: blur(12px); pointer-events: none; transform: translateY(-28px) scale(.95); }
.store-hero.store-entered .store-console { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
.store-hero.store-entered .hero-copy h1 em { color: var(--acid); }
.store-hero.store-entered [data-enter-store] { background: var(--acid); }
.store-console::before { content: ""; position: absolute; inset: 7px; pointer-events: none; border: 1px solid rgba(152,124,255,.08); }
.console-topline,.console-readout { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: #787582; font-size: 6px; letter-spacing: .13em; }
.console-topline { padding: 0 4px 12px; border-bottom: 1px solid rgba(255,255,255,.1); }
.console-topline b { color: var(--white); font-weight: 500; }
.console-topline i { justify-self: end; font-style: normal; }
.record-rack { position: relative; z-index: 2; min-height: 305px; padding: 80px 4% 22px; display: flex; align-items: flex-end; justify-content: center; gap: clamp(6px,1.1vw,16px); overflow: visible; }
.rack-record { position: relative; width: clamp(66px,7.1vw,112px); aspect-ratio: .78; padding: 0; border: 0; background: none; cursor: pointer; transform-origin: 50% 100%; transition: transform .5s cubic-bezier(.2,.8,.15,1),filter .35s,opacity .35s; }
.rack-record img { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; object-fit: cover; box-shadow: 0 20px 30px rgba(0,0,0,.45); transition: transform .5s cubic-bezier(.2,.8,.15,1),box-shadow .5s; }
.rack-record small { position: absolute; z-index: 4; left: 6px; top: 6px; display: grid; place-items: center; width: 18px; aspect-ratio: 1; border-radius: 50%; background: rgba(4,4,8,.78); font-size: 6px; }
.rack-disc { position: absolute; z-index: 1; left: 10%; top: 8%; width: 94%; aspect-ratio: 1; border-radius: 50%; background: repeating-radial-gradient(circle,transparent 0 3px,rgba(255,255,255,.12) 4px,transparent 5px),conic-gradient(#111,#543769,#ff4f9a,#16131c,#6a61a8,#111); box-shadow: 8px 12px 22px rgba(0,0,0,.6); transition: transform .5s cubic-bezier(.2,.8,.15,1); }
.rack-disc::after { content: ""; position: absolute; inset: 38%; border-radius: 50%; background: #eee; box-shadow: 0 0 0 8px rgba(255,79,154,.8); }
.record-rack:hover .rack-record:not(:hover) { opacity: .5; filter: saturate(.5); transform: scale(.94); }
.rack-record:hover,.rack-record:focus-visible,.rack-record.is-active { z-index: 5; transform: translateY(-45px) scale(1.12); }
.rack-record:hover img,.rack-record:focus-visible img,.rack-record.is-active img { transform: translateX(-10%); box-shadow: 0 28px 42px rgba(0,0,0,.65); }
.rack-record:hover .rack-disc,.rack-record:focus-visible .rack-disc,.rack-record.is-active .rack-disc { transform: translateX(36%) rotate(35deg); }
.rack-shelf { position: relative; z-index: 5; height: 18px; margin: -25px -2px 16px; border: 1px solid #393745; background: linear-gradient(#292834,#0d0d13); box-shadow: 0 12px 25px rgba(0,0,0,.8); transform: perspective(300px) rotateX(42deg); }
.rack-shelf::after { content: ""; position: absolute; left: 3%; right: 3%; bottom: 3px; height: 2px; background: linear-gradient(90deg,transparent,var(--pink),var(--violet),transparent); opacity: .7; }
.console-readout b { color: var(--pink); font-weight: 500; text-align: center; }
.console-readout span:last-child { text-align: right; }
.store-hud { position: absolute; bottom: 22px; color: #504d59; font-size: 6px; line-height: 1.8; letter-spacing: .14em; }
.store-hud span { color: #7affaa; }.hud-left { left: var(--pad); }.hud-right { right: var(--pad); text-align: right; }
.scroll-cue { position: absolute; z-index: 5; left: 50%; bottom: 18px; display: flex; align-items: center; gap: 12px; color: #77747f; font-size: 6px; letter-spacing: .13em; transform: translateX(-50%); }
.scroll-cue i { width: 60px; height: 1px; background: linear-gradient(90deg,var(--pink) 25%,var(--line) 25%); }
.scroll-cue b { color: white; }

.section { position: relative; padding: clamp(100px,12vw,175px) var(--pad); }
.section-marker { display: grid; grid-template-columns: 36px auto 1fr auto; align-items: center; gap: 13px; margin-bottom: clamp(65px,8vw,110px); color: #7b7883; font-size: 7px; letter-spacing: .14em; }
.section-marker span { display: grid; place-items: center; width: 32px; aspect-ratio: 1; border: 1px solid var(--line); border-radius: 50%; color: var(--pink); }
.section-marker p { margin: 0; }
.section-marker i { height: 1px; background: var(--line); }
.section-marker b { color: #aba8b2; font-size: 9px; font-weight: 400; }

.profile { overflow: hidden; background: radial-gradient(circle at 14% 28%,rgba(131,88,255,.12),transparent 28%),#09090e; }
.profile::before { content: "ARTIST PROFILE"; position: absolute; top: 23%; left: -2%; color: rgba(255,255,255,.018); font-size: 15vw; font-weight: 800; letter-spacing: -.07em; white-space: nowrap; }
.profile-layout { position: relative; display: grid; grid-template-columns: minmax(320px,.78fr) minmax(460px,1.22fr); gap: clamp(60px,9vw,150px); align-items: center; }
.profile-gallery { position: relative; width: min(100%,620px); margin: 0 auto; perspective: 900px; }
.profile-gallery::before { content: "PERSONAL ARCHIVE"; position: absolute; z-index: -1; left: -8%; top: 44%; color: rgba(255,255,255,.035); font-size: clamp(46px,6vw,88px); font-weight: 800; letter-spacing: -.06em; transform: rotate(-90deg) translateX(-30%); transform-origin: left top; white-space: nowrap; }
.profile-frame { position: relative; width: 68%; aspect-ratio: .72; margin: 0 auto; overflow: visible; border: 1px solid rgba(255,255,255,.2); background: #111017; box-shadow: 0 38px 90px rgba(0,0,0,.52); cursor: e-resize; transform-style: preserve-3d; transition: transform .25s ease-out,border-color .35s,box-shadow .35s; }
.profile-frame:hover,.profile-frame:focus-visible { border-color: rgba(255,79,154,.6); box-shadow: 0 42px 100px rgba(0,0,0,.6),0 0 34px rgba(255,79,154,.09); outline: none; }
.profile-slide { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; object-position: 50% 42%; opacity: .12; pointer-events: none; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.05); box-shadow: 0 25px 55px rgba(0,0,0,.45); transform: translate3d(28px,22px,-50px) rotate(3.5deg) scale(.97); filter: blur(7px) saturate(.48) brightness(.48); transition: opacity .75s ease,transform 1s cubic-bezier(.2,.8,.1,1),filter .8s; }
.profile-slide.stack-1 { z-index: 3; opacity: .68; border-color: rgba(255,79,154,.58); transform: translate3d(68px,-8px,-24px) rotate(9deg) scale(.94); filter: blur(1.5px) saturate(.8) brightness(.8); box-shadow: 0 20px 55px rgba(255,79,154,.18); }
.profile-slide.stack-2 { z-index: 2; opacity: .5; border-color: rgba(143,105,255,.52); transform: translate3d(-66px,10px,-48px) rotate(-10deg) scale(.9); filter: blur(3px) saturate(.68) brightness(.7); box-shadow: 0 24px 60px rgba(105,73,205,.2); }
.profile-slide.stack-3 { z-index: 1; opacity: .38; border-color: rgba(197,255,99,.38); transform: translate3d(98px,32px,-62px) rotate(16deg) scale(.84); filter: blur(4.5px) saturate(.6) brightness(.62); box-shadow: 0 20px 50px rgba(197,255,99,.1); }
.profile-slide.is-active { z-index: 5; opacity: 1; pointer-events: auto; transform: translate3d(0,0,0) rotate(0) scale(1); filter: saturate(.88) contrast(1.04); animation: profileLift .9s cubic-bezier(.2,.8,.1,1) both; }
@keyframes profileLift { from { opacity: .28; transform: translate3d(30px,18px,-35px) rotate(3deg) scale(.97); filter: blur(7px) saturate(.5); } to { opacity: 1; transform: translate3d(0,0,0) rotate(0) scale(1); filter: saturate(.88) contrast(1.04); } }
.profile-frame:hover .profile-slide.is-active { filter: saturate(1) contrast(1.02); transform: scale(1.025); }
.profile-frame-ui { position: absolute; z-index: 7; left: 10px; right: 10px; bottom: 10px; display: flex; justify-content: space-between; padding: 10px 11px; border: 1px solid rgba(255,255,255,.12); background: rgba(7,7,11,.64); backdrop-filter: blur(12px); color: #bbb7c1; font-size: 6px; letter-spacing: .13em; }
.profile-frame-ui b { color: #77737e; font-weight: 400; }.profile-frame-ui i { color: var(--pink); font-style: normal; }
.profile-scan { position: absolute; z-index: 6; left: 0; right: 0; top: 0; height: 1px; opacity: .7; background: linear-gradient(90deg,transparent,var(--pink),transparent); box-shadow: 0 0 8px var(--pink); animation: profileScan 6s ease-in-out infinite; }
@keyframes profileScan { 50% { transform: translateY(min(72vw,790px)); opacity: .25; } }
.profile-gallery-controls { width: 68%; margin: 16px auto 0; display: grid; grid-template-columns: 34px 1fr 34px; align-items: center; gap: 12px; }
.profile-gallery-controls button { width: 34px; aspect-ratio: 1; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; transition: background .25s,color .25s,border-color .25s; }
.profile-gallery-controls button:hover { border-color: var(--pink); background: var(--pink); color: white; }
.profile-gallery-controls > div { display: flex; justify-content: center; gap: 8px; }
.profile-gallery-controls > div button { width: 18px; height: 3px; border: 0; border-radius: 3px; background: #3d3a44; transition: width .3s,background .3s; }
.profile-gallery-controls > div button.is-active { width: 34px; background: var(--pink); }
.profile-gallery figcaption { width: 68%; margin: 13px auto 0; display: flex; justify-content: space-between; color: #6f6c76; font-size: 6px; letter-spacing: .13em; }
.profile-portrait { margin: 0; }
.portrait-frame { position: relative; width: 84%; margin: auto; padding: 10px; border: 1px solid rgba(149,119,255,.3); background: rgba(18,15,29,.7); box-shadow: 0 30px 80px rgba(0,0,0,.4); }
.portrait-frame::before,.portrait-frame::after { content: ""; position: absolute; width: 42px; height: 42px; border-color: var(--pink); border-style: solid; }
.portrait-frame::before { z-index: 2; left: -7px; top: -7px; border-width: 1px 0 0 1px; }
.portrait-frame::after { right: -7px; bottom: -7px; border-width: 0 1px 1px 0; }
.portrait-frame img { width: 100%; aspect-ratio: .76; object-fit: cover; object-position: 50% 35%; filter: contrast(1.08) saturate(.78); }
.scan-line { position: absolute; z-index: 3; left: 10px; right: 10px; height: 1px; top: 10px; background: linear-gradient(90deg,transparent,var(--pink),transparent); box-shadow: 0 0 8px var(--pink); animation: scan 5s ease-in-out infinite; }
@keyframes scan { 50% { transform: translateY(53vw); opacity: .45; } }
.profile-portrait figcaption { width: 84%; margin: 14px auto 0; display: flex; justify-content: space-between; color: #74717c; font-size: 7px; letter-spacing: .13em; }
.profile-copy h2 { margin: 20px 0 34px; font-size: clamp(62px,7.3vw,116px); line-height: .86; letter-spacing: -.075em; font-weight: 500; }
.profile-copy h2 em { color: var(--pink); }
.profile-lead { max-width: 720px; font-size: clamp(19px,2.1vw,31px); line-height: 1.5; letter-spacing: -.025em; }
.profile-body { max-width: 680px; margin: 24px 0 44px; color: var(--muted); font-size: 13px; line-height: 1.9; }
.profile-notes { position: relative; display: grid; grid-template-columns: 1fr .95fr; gap: 10px; max-width: 760px; }
.profile-notes p { margin: 0; padding: 16px 17px; border: 1px solid var(--line); background: rgba(255,255,255,.02); color: #c6c2cc; font-size: 10px; line-height: 1.7; transform: rotate(-.5deg); transition: border-color .3s,transform .3s,background .3s; }
.profile-notes p:nth-child(2) { grid-row: span 2; transform: rotate(.6deg); }
.profile-notes p:nth-child(3) { transform: rotate(.35deg); }
.profile-notes p:hover { border-color: rgba(255,79,154,.48); background: rgba(255,79,154,.035); transform: rotate(0) translateY(-3px); }
.profile-notes span { display: block; margin-bottom: 8px; color: var(--pink); font-size: 6px; letter-spacing: .14em; }
.profile-data { max-width: 720px; margin: 0; border-top: 1px solid var(--line); }
.profile-data div { display: grid; grid-template-columns: 105px 1fr; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.profile-data dt { color: #6e6b75; font-size: 7px; letter-spacing: .12em; }
.profile-data dd { margin: 0; color: #d0cdd5; font-size: 11px; }
.credits { position: relative; margin-top: clamp(120px,14vw,200px); }
.credits-heading { display: grid; grid-template-columns: 36px 140px minmax(220px,.62fr) minmax(300px,1fr); gap: clamp(18px,3vw,50px); align-items: end; padding-bottom: 32px; border-bottom: 1px solid var(--line-strong); }
.credits-heading p,.credits-heading span { margin: 0; color: #76737e; font-size: 7px; letter-spacing: .13em; }
.credits-heading p { grid-column: 1 / 3; }
.credits-heading h3 { grid-column: 3; margin: 0; font-size: clamp(48px,6vw,92px); line-height: .8; letter-spacing: -.065em; font-weight: 500; }
.credits-heading span { grid-column: 4; justify-self: end; }
.credit-list { border-bottom: 1px solid var(--line); }
.credit-item { display: grid; grid-template-columns: 36px 140px minmax(220px,.62fr) minmax(300px,1fr); gap: clamp(18px,3vw,50px); padding: 30px 0; border-bottom: 1px solid var(--line); align-items: start; transition: padding .35s,background .35s; }
.credit-item:last-child { border-bottom: 0; }
.credit-item:hover { padding-left: 14px; padding-right: 14px; background: rgba(255,255,255,.025); }
.credit-no { color: var(--pink); font: 18px Georgia,serif; }
.credit-item time { color: #76737e; font-size: 8px; letter-spacing: .08em; }
.credit-item h4 { margin: 0 0 7px; font-size: 16px; font-weight: 500; }
.credit-item p { margin: 0; color: #817e89; font-size: 10px; line-height: 1.7; }
.credit-detail strong { display: block; margin-bottom: 10px; font-size: 12px; font-weight: 500; }
.credit-detail ul { margin: 0; padding: 0; display: grid; gap: 7px; list-style: none; color: #817e89; font-size: 10px; line-height: 1.65; }
.credit-detail li { position: relative; padding-left: 12px; }
.credit-detail li::before { content: ""; position: absolute; left: 0; top: .7em; width: 4px; height: 1px; background: var(--pink); }

.catalogue { overflow: hidden; background: linear-gradient(180deg,#08080d,#0c0b12 52%,#08080d); }
.catalogue { padding-bottom: clamp(65px,8vw,115px); }
.catalogue::before { content: ""; position: absolute; left: 0; right: 0; top: 36%; height: 42%; pointer-events: none; background: linear-gradient(90deg,transparent,rgba(119,76,255,.05),transparent); border-top: 1px solid rgba(255,255,255,.04); border-bottom: 1px solid rgba(255,255,255,.04); }
.catalogue-intro { position: relative; display: grid; grid-template-columns: 1fr .52fr; gap: 80px; align-items: end; }
.catalogue-intro > div > p { color: var(--pink); font-size: 8px; letter-spacing: .17em; }
.catalogue-intro h2 { margin: 15px 0 0; font-size: clamp(70px,9.5vw,145px); line-height: .8; letter-spacing: -.075em; font-weight: 500; }
.catalogue-intro h2 em { color: var(--pink); -webkit-text-stroke: 0; }
.catalogue-intro > p { max-width: 440px; color: #8e8a96; font-size: 12px; line-height: 1.9; }
.catalogue-controls { position: relative; display: flex; justify-content: space-between; align-items: center; margin: 68px 0 32px; padding-top: 16px; border-top: 1px solid var(--line); }
.catalogue-controls > span { color: #77737f; font: 12px Georgia,serif; }
.catalogue-controls > span b { color: var(--pink); font-size: 25px; font-weight: 400; }
.catalogue-controls button { width: 44px; aspect-ratio: 1; margin-left: 5px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; transition: background .25s,color .25s; }
.catalogue-controls button:hover { background: var(--white); color: #08080d; }
.album-track { position: relative; display: flex; gap: clamp(38px,5vw,82px); overflow-x: auto; overflow-y: visible; padding: 55px 18vw 55px 2px; scroll-snap-type: x mandatory; scrollbar-width: none; cursor: grab; }
.album-track::-webkit-scrollbar { display: none; }.album-track.dragging { cursor: grabbing; scroll-snap-type: none; }
.album-card { position: relative; flex: 0 0 clamp(315px,35vw,565px); min-width: 0; padding: 0; border: 0; background: transparent; color: var(--white); text-align: left; cursor: pointer; scroll-snap-align: start; }
.album-object { position: relative; display: block; width: 80%; aspect-ratio: 1; margin-left: 1%; pointer-events: none; }
.album-disc { position: absolute; z-index: 1; width: 88%; aspect-ratio: 1; right: -22%; top: 6%; display: grid; place-items: center; border-radius: 50%; overflow: hidden; background: repeating-radial-gradient(circle,transparent 0 5px,rgba(255,255,255,.09) 6px,transparent 7px),conic-gradient(from 20deg,#151219,#342333,var(--accent),#18151c,#4b405c,var(--accent),#151219); box-shadow: 18px 28px 55px rgba(0,0,0,.65); transition: transform .75s cubic-bezier(.2,.8,.1,1); }
.album-disc::before { content: ""; position: absolute; inset: 29%; border-radius: 50%; background: var(--accent); box-shadow: inset 0 0 22px rgba(0,0,0,.25); }
.album-disc i { position: relative; z-index: 2; width: 9%; aspect-ratio: 1; border-radius: 50%; background: #09080d; }
.album-disc b { position: absolute; z-index: 2; top: 35%; color: #09080d; font-size: 7px; letter-spacing: .13em; }
.album-sleeve { position: absolute; z-index: 2; inset: 0; display: block; background: #17151b; box-shadow: 0 28px 60px rgba(0,0,0,.52); transition: transform .7s cubic-bezier(.2,.8,.1,1),box-shadow .7s; }
.album-sleeve::after { content: ""; position: absolute; inset: 0; opacity: .18; background: linear-gradient(115deg,transparent 40%,white 49%,transparent 58%); transform: translateX(-100%); transition: transform .8s; }
.album-sleeve img { width: 100%; height: 100%; object-fit: cover; }
.album-sleeve > i { position: absolute; left: 14px; top: 14px; display: grid; place-items: center; width: 38px; aspect-ratio: 1; border-radius: 50%; background: rgba(5,5,8,.76); backdrop-filter: blur(8px); font-size: 9px; font-style: normal; }
.album-sleeve > b { position: absolute; right: 13px; bottom: 13px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.25); border-radius: 100px; background: rgba(5,5,8,.75); backdrop-filter: blur(8px); font-size: 7px; letter-spacing: .12em; }
.album-card:hover .album-sleeve,.album-card:focus-visible .album-sleeve { transform: translateX(-5%) rotate(-1.5deg); box-shadow: 0 38px 80px rgba(0,0,0,.7); }
.album-card:hover .album-disc,.album-card:focus-visible .album-disc { transform: translateX(20%) rotate(48deg); }
.album-card:hover .album-sleeve::after { transform: translateX(100%); }
.album-info { display: block; width: 80%; margin-top: 20px; pointer-events: none; }
.album-info small { color: var(--accent); font-size: 7px; letter-spacing: .13em; }
.album-info strong { display: block; margin: 9px 0 14px; padding-bottom: 14px; border-bottom: 1px solid var(--line); font-size: clamp(24px,2.5vw,38px); font-weight: 500; letter-spacing: -.045em; }
.album-info > span { color: #817e89; font-size: 9px; letter-spacing: .05em; }

.workflow { padding-top: clamp(65px,8vw,115px); background: radial-gradient(circle at 50% 55%,rgba(104,69,201,.13),transparent 32%),#09090f; }
.workflow-intro { display: grid; grid-template-columns: minmax(0,1.45fr) minmax(260px,.45fr); gap: 60px; align-items: end; margin-bottom: 75px; }
.workflow-intro h2 { margin: 0; font-size: clamp(62px,7.6vw,118px); line-height: .9; letter-spacing: -.075em; font-weight: 500; }
.workflow-intro h2 em { color: var(--pink); }
.workflow-title-line { white-space: nowrap; }
.workflow-intro p { color: #8b8792; font-size: 12px; line-height: 1.9; }
.mixer { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); background: linear-gradient(180deg,rgba(255,255,255,.018),rgba(255,255,255,.005)); box-shadow: 0 30px 70px rgba(0,0,0,.28); }
.channel { position: relative; min-height: 410px; padding: 20px 19px 23px; display: flex; flex-direction: column; border-right: 1px solid var(--line); overflow: hidden; transition: background .35s; }
.channel:last-child { border-right: 0; }
.channel::after { content: ""; position: absolute; inset: auto 0 0; height: 0; background: linear-gradient(to top,rgba(255,79,154,.12),transparent); transition: height .45s; }
.channel:hover { background: rgba(255,255,255,.025); }.channel:hover::after { height: 80%; }
.channel-head { position: relative; z-index: 1; display: flex; justify-content: space-between; color: #777480; font-size: 7px; letter-spacing: .13em; }
.channel-head i { width: 6px; height: 6px; border-radius: 50%; background: #393740; box-shadow: 0 0 0 4px #15141a; }
.channel:hover .channel-head i { background: var(--pink); box-shadow: 0 0 10px var(--pink); }
.level { position: relative; z-index: 1; width: 24px; height: 135px; margin: 42px 0 35px; padding: 3px; border: 1px solid var(--line); background: #08080c; }
.level::after { content: ""; position: absolute; left: 50%; top: 6px; bottom: 6px; width: 1px; background: rgba(255,255,255,.08); }
.level b { position: absolute; z-index: 2; left: 4px; right: 4px; bottom: 4px; height: var(--level); background: repeating-linear-gradient(to top,var(--pink) 0 3px,transparent 3px 6px); transition: height .55s; }
.channel:hover .level b { height: calc(var(--level) + 8%); }
.channel h3,.channel p,.channel small { position: relative; z-index: 1; }
.channel h3 { margin: 0 0 15px; font-size: 22px; font-weight: 500; }
.channel p { margin: 0; color: #898691; font-size: 11px; line-height: 1.8; }
.channel small { margin-top: auto; color: #5f5c66; font-size: 6px; letter-spacing: .12em; }
.proof-console { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 55px; background: var(--paper); color: #0b0a0e; }
.proof-console > div { min-height: 185px; padding: 22px; display: flex; flex-direction: column; border-right: 1px solid rgba(0,0,0,.17); }
.proof-console > div:last-child { border-right: 0; }
.proof-console span { font-size: 7px; letter-spacing: .14em; }
.proof-console strong { margin: auto 0 12px; font: clamp(36px,4vw,60px)/1 Georgia,serif; letter-spacing: -.05em; }
.proof-console p { margin: 0; color: #55515a; font-size: 10px; }

.contact { min-height: 100svh; overflow: hidden; display: flex; flex-direction: column; background: radial-gradient(circle at 76% 46%,rgba(255,79,154,.18),transparent 26%),linear-gradient(130deg,#08080d,#100a13); }
.contact-disc { position: absolute; right: -9vw; top: 15%; width: min(50vw,720px); aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: repeating-radial-gradient(circle,transparent 0 7px,rgba(255,255,255,.045) 8px,transparent 9px),conic-gradient(#08070b,#211522,#f2478c,#18131c,#49385b,#09080d); box-shadow: -25px 40px 100px rgba(0,0,0,.55); animation: spin 22s linear infinite; }
.contact-disc::before { content: ""; position: absolute; inset: 31%; border-radius: 50%; background: var(--pink); box-shadow: inset 0 0 30px rgba(0,0,0,.25); }
.contact-disc::after { content: ""; position: relative; z-index: 3; width: 7%; aspect-ratio: 1; border-radius: 50%; background: #08080d; box-shadow: 0 0 0 2px rgba(255,255,255,.08); }
.contact-disc span { display: none; }
@keyframes spin { to { transform: rotate(360deg); } }
.contact .section-marker { position: relative; z-index: 2; transform: translateY(clamp(-82px,-6vw,-54px)); }
.contact-main { position: relative; z-index: 2; margin: auto 0; }
.contact-main > p { color: #908c97; font-size: 8px; letter-spacing: .16em; }
.contact-main h2 { margin: 20px 0 50px; font-size: clamp(72px,10vw,150px); line-height: 1.02; letter-spacing: -.08em; font-weight: 500; }
.contact-main h2 em { color: var(--pink); }
.contact-mail { display: grid; grid-template-columns: 180px minmax(280px,620px) auto; align-items: center; width: min(100%,900px); padding: 15px 0; border-top: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); transition: padding .3s,background .3s; }
.contact-mail:hover { padding-left: 15px; padding-right: 15px; background: rgba(255,255,255,.035); }
.contact-mail span { color: #77737e; font-size: 7px; letter-spacing: .14em; }
.contact-mail strong { font-size: clamp(20px,2.8vw,42px); font-weight: 400; }
.contact-mail b { font-size: 20px; }
.receipt { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4,1fr); margin-top: 80px; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.receipt > div { padding: 0 25px; border-right: 1px solid var(--line); }.receipt > div:first-child { padding-left: 0; }.receipt > div:last-child { border-right: 0; }
.receipt span { display: block; margin-bottom: 10px; color: #5e5b65; font-size: 6px; letter-spacing: .14em; }
.receipt p,.receipt a { margin: 0; font-size: 10px; }
.contact-footer { position: relative; z-index: 2; display: flex; justify-content: space-between; margin-top: 28px; color: #55515c; font-size: 6px; letter-spacing: .13em; }

.project-dialog { width: 100vw; max-width: none; height: 100vh; max-height: none; margin: 0; padding: 0; border: 0; background: #08080d; color: var(--white); overflow: hidden; opacity: 0; transform: scale(.985); transition: opacity .35s,transform .5s cubic-bezier(.2,.8,.1,1),overlay .35s allow-discrete,display .35s allow-discrete; }
.project-dialog[open] { opacity: 1; transform: none; }
@starting-style { .project-dialog[open] { opacity: 0; transform: scale(.98); } }
.project-dialog::backdrop { background: rgba(3,3,6,.92); backdrop-filter: blur(12px); }
.project-shell { position: relative; height: 100%; overflow: hidden; isolation: isolate; background: #08080d; }
.dialog-bar { position: absolute; z-index: 12; left: 0; right: 0; top: 0; height: 72px; padding: 0 var(--pad); display: grid; grid-template-columns: 1fr minmax(280px,.5fr) 1fr; align-items: center; border-bottom: 1px solid var(--line); background: rgba(7,7,11,.75); backdrop-filter: blur(18px); }
.dialog-brand { display: flex; align-items: center; gap: 10px; width: max-content; border: 0; background: none; cursor: pointer; font-size: 8px; letter-spacing: .13em; }
.dialog-progress { display: grid; grid-template-columns: auto 1fr auto; gap: 11px; align-items: center; color: #817e88; font-size: 7px; letter-spacing: .11em; }
.dialog-progress i { height: 1px; background: var(--line-strong); }
.dialog-progress i b { display: block; width: 0; height: 1px; background: var(--pink); }
.dialog-progress strong { color: #aaa6b1; font-weight: 400; }
.dialog-bar > button { justify-self: end; padding: 9px 13px; border: 1px solid var(--line); border-radius: 100px; background: rgba(255,255,255,.035); cursor: pointer; color: #c8c5ce; font-size: 8px; letter-spacing: .08em; }
.dialog-scroll { position: relative; z-index: 2; height: 100vh; overflow-y: auto; overscroll-behavior: contain; background: rgba(7,6,11,.32); }
.album-opening { --project-accent: var(--pink); position: relative; min-height: 100svh; overflow: hidden; display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: center; padding: 110px var(--pad) 70px; background: radial-gradient(circle at 75% 45%,color-mix(in srgb,var(--project-accent) 18%,transparent),transparent 30%),linear-gradient(130deg,#08080d,#100d16); isolation: isolate; }
.album-opening::before { content: ""; position: absolute; z-index: -1; inset: 12% 4%; border: 1px solid rgba(255,255,255,.06); 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: 55px 55px; transform: perspective(700px) rotateX(4deg); }
.opening-copy { position: relative; z-index: 3; }
.opening-copy > p:first-child { color: var(--project-accent); font-size: 8px; letter-spacing: .15em; }
.opening-copy h2 { max-width: 700px; margin: 20px 0 30px; font-size: clamp(60px,7.5vw,118px); line-height: .88; letter-spacing: -.075em; font-weight: 500; }
.opening-copy > p:nth-of-type(2) { max-width: 580px; color: #aaa6b0; font-size: 13px; line-height: 1.85; }
.opening-copy > div { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 28px; }
.opening-copy > div span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 100px; color: #a29eaa; font-size: 7px; letter-spacing: .1em; }
.opening-object { position: relative; width: min(46vw,680px); aspect-ratio: 1; justify-self: end; }
.opening-object > img { position: absolute; z-index: 3; left: 0; top: 8%; width: 78%; aspect-ratio: 1; object-fit: cover; box-shadow: 0 40px 90px rgba(0,0,0,.58); transform: rotate(-3deg); }
.opening-disc { position: absolute; z-index: 2; width: 78%; aspect-ratio: 1; right: 0; top: 8%; display: grid; place-items: center; border-radius: 50%; background: repeating-radial-gradient(circle,transparent 0 5px,rgba(255,255,255,.1) 6px,transparent 7px),conic-gradient(#111,#342333,var(--project-accent),#16131c,#4f4264,var(--project-accent),#111); box-shadow: 25px 35px 70px rgba(0,0,0,.55); animation: spin 18s linear infinite; }
.opening-disc::before { content: ""; position: absolute; inset: 29%; border-radius: 50%; background: var(--project-accent); box-shadow: inset 0 0 25px rgba(0,0,0,.25); }
.opening-disc i { position: relative; z-index: 2; width: 7%; aspect-ratio: 1; border-radius: 50%; background: #08080d; }
.opening-disc b { position: absolute; z-index: 2; top: 36%; color: #08080d; font-size: 8px; letter-spacing: .13em; }
.opening-cue { position: absolute; left: 50%; bottom: 22px; color: #716e78; font-size: 6px; letter-spacing: .14em; transform: translateX(-50%); }
.project-content { padding: 90px var(--pad) 0; background: #0a090e; }
.project-intro { display: grid; grid-template-columns: .62fr 1fr; gap: 70px; align-items: start; max-width: 1180px; margin: 0 auto 80px; padding-bottom: 40px; border-bottom: 1px solid var(--line); }
.project-intro span { color: var(--pink); font-size: 8px; letter-spacing: .13em; }
.project-intro h3 { margin: 13px 0 0; font-size: clamp(40px,5vw,74px); line-height: .95; letter-spacing: -.06em; font-weight: 500; }
.project-intro p { margin: 0; color: #96929e; font-size: 13px; line-height: 1.9; }
.project-images { max-width: 1160px; margin: auto; }
.project-images img { width: 100%; margin-bottom: 24px; background: white; }
.project-gallery { max-width: 1180px; margin: 0 auto; }
.project-gallery-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 12px; color: #c7bdc8; font-size: 10px; letter-spacing: .11em; }
.project-gallery-toolbar > div { display: flex; gap: 8px; }
.project-gallery-toolbar button { width: 42px; height: 42px; border: 1px solid var(--line-strong); border-radius: 50%; background: rgba(10,9,14,.72); color: white; cursor: pointer; transition: border-color .3s,background .3s,transform .3s; }
.project-gallery-toolbar button:hover,.project-gallery-toolbar button:focus-visible { outline: none; border-color: var(--project-accent,var(--pink)); background: rgba(255,79,154,.14); transform: translateY(-2px); }
.project-gallery-track { display: flex; align-items: flex-start; gap: 22px; overflow-x: auto; overflow-y: hidden; padding: 30px 22px 46px; perspective: 1200px; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--pink) rgba(255,255,255,.06); overscroll-behavior-inline: contain; }
.project-gallery-card { position: relative; flex: 0 0 calc((100% - 44px)/3); min-width: 0; aspect-ratio: 4 / 5; padding: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 28px; background: #111016; color: white; cursor: zoom-in; scroll-snap-align: center; box-shadow: 0 22px 55px rgba(0,0,0,.38); transform: translateY(0); transform-origin: 50% 50%; transition: transform .48s cubic-bezier(.2,.8,.1,1),border-color .4s,box-shadow .45s,filter .4s,opacity .4s; }
.project-gallery-card img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.project-gallery-card span { position: absolute; top: 13px; left: 13px; padding: 7px 9px; border-radius: 999px; background: rgba(7,6,11,.74); font-size: 8px; letter-spacing: .1em; backdrop-filter: blur(10px); }
.project-gallery-track:has(.project-gallery-card:hover) .project-gallery-card { filter: brightness(.66) saturate(.75); opacity: .72; }
.project-gallery-track .project-gallery-card:hover,
.project-gallery-card:focus-visible,
.project-gallery-card.is-selected { z-index: 4; outline: none; border-color: var(--project-accent,var(--pink)); filter: none; opacity: 1; transform: translateY(-8px); box-shadow: 0 34px 80px rgba(0,0,0,.55),0 0 34px color-mix(in srgb,var(--project-accent,var(--pink)) 28%,transparent); }
.project-gallery-lightbox { position: fixed; z-index: 80; inset: 0; display: grid; place-items: center; visibility: hidden; opacity: 0; background: rgba(5,4,9,.9); backdrop-filter: blur(20px) saturate(.8); transition: opacity .35s,visibility .35s; }
.project-gallery-lightbox.is-open { visibility: visible; opacity: 1; }
.project-gallery-lightbox-bar { position: absolute; z-index: 3; top: 0; left: 0; right: 0; height: 72px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(22px,4vw,58px); border-bottom: 1px solid rgba(255,255,255,.12); background: rgba(7,6,11,.7); color: #d8d0d8; font-size: 11px; letter-spacing: .12em; backdrop-filter: blur(18px); }
.project-gallery-lightbox-bar button { padding: 12px 18px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(15,12,20,.76); color: white; cursor: pointer; }
.project-gallery-lightbox-scroll { position: absolute; inset: 72px 0 0; overflow: auto; padding: 36px clamp(62px,8vw,130px) 90px; text-align: center; scrollbar-width: thin; scrollbar-color: var(--project-accent,var(--pink)) rgba(255,255,255,.06); }
.project-dialog.gallery-fullscreen .dialog-bar,
.project-dialog.gallery-fullscreen .project-gallery-lightbox-bar { display: none; }
.project-dialog.gallery-fullscreen .project-gallery-lightbox-scroll { inset: 0; padding-top: 28px; }
.dialog-scroll.gallery-locked { overflow: hidden; }
.project-gallery-lightbox-scroll { overflow-anchor: none; overscroll-behavior: contain; touch-action: pan-y; }
.project-gallery-lightbox-scroll img { display: block; width: min(920px,88vw); height: auto; margin: 0 auto; border-radius: 22px; box-shadow: 0 38px 100px rgba(0,0,0,.7); }
.project-gallery-lightbox-arrow { position: fixed; z-index: 4; top: 50%; width: 54px; height: 54px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: rgba(9,7,13,.72); color: white; font-size: 20px; cursor: pointer; backdrop-filter: blur(14px); transform: translateY(-50%); transition: background .25s,border-color .25s,transform .25s; }
.project-gallery-lightbox-arrow:hover,.project-gallery-lightbox-arrow:focus-visible { outline: none; border-color: var(--project-accent,var(--pink)); background: color-mix(in srgb,var(--project-accent,var(--pink)) 22%,rgba(9,7,13,.82)); transform: translateY(-50%) scale(1.07); }
.project-gallery-lightbox-arrow.is-prev { left: 22px; }
.project-gallery-lightbox-arrow.is-next { right: 22px; }
.project-images.poster-layout { max-width: 1320px; columns: 3 280px; column-gap: 18px; }
.project-images.poster-layout img { position: relative; z-index: 1; display: inline-block; width: 100%; margin: 0 0 18px; break-inside: avoid; cursor: zoom-in; transform: translateZ(0); transition: transform .45s cubic-bezier(.2,.8,.1,1),box-shadow .45s,filter .45s; }
.project-images.poster-layout img:hover { z-index: 8; transform: scale(1.045); box-shadow: 0 28px 65px rgba(0,0,0,.62); filter: saturate(1.06) contrast(1.02); }
.project-nav { display: grid; grid-template-columns: 1fr 1fr; max-width: 1160px; margin: 100px auto 0; border-top: 1px solid var(--line); }
.project-nav button { min-height: 175px; padding: 25px; border: 0; border-right: 1px solid var(--line); background: transparent; text-align: left; cursor: pointer; transition: background .3s; }
.project-nav button:last-child { border-right: 0; text-align: right; }
.project-nav button:hover { background: rgba(255,255,255,.035); }
.project-nav span { display: block; margin-bottom: 32px; color: #6d6974; font-size: 7px; letter-spacing: .13em; }
.project-nav strong { font-size: clamp(20px,2.6vw,38px); font-weight: 500; }

.back-to-top {
  position: fixed;
  z-index: 95;
  right: clamp(18px,2.6vw,38px);
  bottom: clamp(18px,2.6vw,38px);
  display: grid;
  place-items: center;
  gap: 2px;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 1px solid rgba(255,79,154,.48);
  border-radius: 50%;
  background: rgba(10,7,13,.76);
  color: #fff5f9;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  backdrop-filter: blur(14px);
  box-shadow: 0 12px 32px rgba(0,0,0,.36),0 0 22px rgba(255,79,154,.1);
  transform: translateY(14px) scale(.92);
  transition: opacity .3s,visibility .3s,transform .35s,border-color .3s,background .3s,box-shadow .3s;
}
.back-to-top span { font-size: 18px; line-height: 1; }
.back-to-top small { color: #d996b4; font-size: 6px; letter-spacing: .12em; }
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: none; }
.back-to-top:hover,.back-to-top:focus-visible { outline: none; border-color: var(--pink); background: rgba(255,79,154,.18); box-shadow: 0 14px 36px rgba(0,0,0,.42),0 0 28px rgba(255,79,154,.25); transform: translateY(-4px); }
.back-to-top-dialog { position: absolute; z-index: 20; }

/* Project-aware ferrofluid atmosphere */
.ferrofluid-bg {
  position: absolute;
  z-index: 0;
  inset: -7%;
  width: 114%;
  height: 114%;
  pointer-events: none;
  opacity: .96;
  filter: blur(18px) saturate(1.12) contrast(1.16);
  transform: scale(1.04);
}
.project-shell::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg,rgba(7,6,11,.56),rgba(7,6,11,.14) 46%,rgba(7,6,11,.38)),
    radial-gradient(ellipse at 50% 42%,transparent 0 34%,rgba(7,6,11,.18) 76%,rgba(7,6,11,.6) 100%);
}
.album-opening {
  background: transparent;
}
.album-opening::before {
  border-color: rgba(255,255,255,.035);
  background-image: none;
  background:
    radial-gradient(ellipse at 65% 44%,color-mix(in srgb,var(--project-accent) 7%,transparent),transparent 48%),
    linear-gradient(110deg,rgba(255,255,255,.012),transparent 42%);
  transform: none;
}
.project-content { background: transparent; backdrop-filter: none; }
.project-nav { background: transparent; backdrop-filter: none; }
@media (max-width: 820px) {
  .ferrofluid-bg { opacity: .68; filter: blur(17px) saturate(.96); }
  .project-shell::after { background: linear-gradient(180deg,rgba(7,6,11,.67),rgba(7,6,11,.78)); }
  .dialog-scroll { background: rgba(7,6,11,.58); }
  .project-content { background: transparent; }
}
.entry-flash { position: fixed; z-index: 300; inset: 0; display: grid; place-content: center; gap: 10px; background: #08080d; opacity: 0; visibility: hidden; pointer-events: none; text-align: center; }
.entry-flash span { color: var(--pink); font-size: 7px; letter-spacing: .18em; }
.entry-flash strong { font-size: clamp(24px,3vw,46px); letter-spacing: -.03em; }
.entry-flash i { width: 200px; height: 1px; margin: 10px auto 0; background: linear-gradient(90deg,var(--pink) 45%,var(--line) 45%); animation: loadline .55s ease both; }
.entry-flash.active { visibility: visible; animation: flash .68s ease both; }
@keyframes flash { 0% { opacity: 0; } 22%,72% { opacity: 1; } 100% { opacity: 0; } }
@keyframes loadline { from { transform: scaleX(.1); } to { transform: scaleX(1); } }

.hero-copy h1,
.profile-copy h2,
.credits-heading h3,
.catalogue-intro h2,
.workflow-intro h2,
.contact-main h2,
.opening-copy h2,
.project-intro h3 {
  line-height: 1.02;
}

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease,transform .85s cubic-bezier(.2,.7,.1,1); }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .store-hero { grid-template-columns: .65fr 1.35fr; }
  .store-sign { width: 50vw; }
  .rack-record { width: clamp(62px,7vw,90px); }
  .credits-heading { grid-template-columns: 30px 120px minmax(0,.65fr) minmax(0,1fr); }
  .credit-item { grid-template-columns: 30px 120px .65fr 1fr; }
  .chapter-rail { display: none; }
  .mixer { grid-template-columns: repeat(2,1fr); }.channel:nth-child(2) { border-right: 0; }.channel:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 820px) {
  :root { --pad: 22px; --header-h: 64px; }
  .cursor { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .header-status { display: none; }
  .menu-button { position: relative; z-index: 3; justify-self: end; display: grid; gap: 4px; width: 34px; padding: 8px; }
  .menu-button > span:not(.sr-only) { display: block; width: 18px; height: 1px; background: white; transition: transform .3s,opacity .3s; }
  .menu-button.active span:nth-child(1) { transform: translateY(5px) rotate(45deg); }.menu-button.active span:nth-child(2) { opacity: 0; }.menu-button.active span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; width: 100vw; height: 100svh; justify-self: stretch; padding: 110px 28px 50px; display: flex; flex-direction: column; align-items: flex-start; gap: 28px; background: rgba(7,7,11,.97); transform: translateY(-105%); transition: transform .35s; }
  .site-nav.open { transform: none; }
  .site-nav a { font-size: 28px; }
  .store-hero { min-height: 100svh; display: grid; grid-template-columns: 1fr; gap: 0; padding-top: 95px; padding-bottom: 90px; }
  .store-sign { position: relative; top: auto; right: auto; grid-column: 1; grid-row: 1; width: 100%; padding: 10px; }
  .store-sign strong { font-size: 38px; line-height: .82; }
  .hero-copy { grid-column: 1; grid-row: 2; padding: 55px 0 0; }
  .hero-copy h1 { font-size: clamp(47px,12.6vw,76px); }
  .hero-actions { margin-top: 24px; }
  .turntable-stage,.store-console { grid-column: 1; grid-row: 3; }
  .turntable-stage { width: 100%; margin: 55px 0 0; }
  .turntable-deck { transform: rotateX(48deg) rotateZ(-7deg); }
  .store-console { margin: 60px -12px 0; padding: 12px 10px 20px; }
  .record-rack { min-height: 235px; justify-content: flex-start; gap: 12px; padding: 62px 20px 20px; overflow-x: auto; scrollbar-width: none; scroll-snap-type: x mandatory; }
  .record-rack::-webkit-scrollbar { display: none; }
  .rack-record { flex: 0 0 88px; width: 88px; scroll-snap-align: center; }
  .rack-record:hover,.rack-record:focus-visible,.rack-record.is-active { transform: translateY(-28px) scale(1.07); }
  .record-rack:hover .rack-record:not(:hover) { opacity: 1; filter: none; transform: none; }
  .console-topline { grid-template-columns: 1fr auto; }.console-topline i { display: none; }
  .console-readout { grid-template-columns: 1fr 1fr; }.console-readout span:last-child { display: none; }
  .store-hud { display: none; }.scroll-cue { bottom: 17px; }
  .section { padding-top: 100px; padding-bottom: 100px; }
  .section-marker { grid-template-columns: 34px auto 1fr; margin-bottom: 65px; }.section-marker b { display: none; }
  .profile-layout { grid-template-columns: 1fr; gap: 60px; }.portrait-frame,.profile-portrait figcaption { width: 100%; }.profile-gallery { max-width: 560px; }.profile-copy h2 { font-size: 69px; }
  .credits { margin-top: 110px; }.credits-heading { grid-template-columns: 28px 1fr auto; gap: 15px 20px; }.credits-heading p { display: none; }.credits-heading h3 { grid-column: 2; font-size: 60px; }.credits-heading span { grid-column: 3; }.credit-item { grid-template-columns: 28px 1fr; gap: 15px 20px; }.credit-item time { text-align: right; }.credit-item > div:first-of-type,.credit-detail { grid-column: 2; }
  .catalogue-intro { grid-template-columns: 1fr; gap: 28px; }.catalogue-intro h2 { font-size: 72px; }.catalogue-controls { margin-top: 48px; }
  .album-track { gap: 45px; margin-right: calc(var(--pad) * -1); padding-right: 18vw; }.album-card { flex-basis: min(76vw,390px); }
  .workflow-intro { grid-template-columns: 1fr; gap: 30px; }.workflow-intro h2 { font-size: 62px; }.mixer { grid-template-columns: 1fr; }.channel { min-height: 320px; border-right: 0; border-bottom: 1px solid var(--line); }.channel:nth-child(3) { border-bottom: 1px solid var(--line); }.level { height: 80px; margin: 25px 0; }.proof-console { grid-template-columns: repeat(2,1fr); }.proof-console > div:nth-child(2) { border-right: 0; }.proof-console > div:nth-child(-n+2) { border-bottom: 1px solid rgba(0,0,0,.17); }
  .contact-disc { width: 88vw; right: -32vw; top: 22%; opacity: .66; }.contact-main h2 { font-size: 14vw; }.contact-mail { grid-template-columns: 1fr auto; }.contact-mail span { grid-column: 1 / -1; margin-bottom: 9px; }.contact-mail strong { font-size: 20px; }.receipt { grid-template-columns: repeat(2,1fr); }.receipt > div { min-height: 75px; padding: 12px; }.receipt > div:first-child { padding-left: 12px; }.receipt > div:nth-child(2) { border-right: 0; }.receipt > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }.contact-footer span:last-child { display: none; }
  .dialog-bar { height: 64px; grid-template-columns: 1fr auto; }.dialog-progress { display: none; }.dialog-bar > button { font-size: 7px; }.album-opening { min-height: 100svh; grid-template-columns: 1fr; gap: 30px; padding-top: 100px; }.opening-copy h2 { font-size: 16vw; }.opening-object { width: 92vw; margin-right: -15vw; }.opening-cue { display: none; }.project-content { padding: 70px 12px 0; }.project-intro { grid-template-columns: 1fr; gap: 24px; padding: 0 10px 30px; }.project-images img { margin-bottom: 10px; }.project-images.poster-layout { columns: 2 150px; column-gap: 10px; }.project-images.poster-layout img { margin-bottom: 10px; }.project-nav { margin-top: 65px; }.project-nav button { min-height: 130px; padding: 14px; }.project-nav span { margin-bottom: 22px; }.project-nav strong { font-size: 18px; }
}

@media (max-width: 470px) {
  .brand strong { font-size: 8px; }.store-sign strong { font-size: 31px; }.hero-copy h1 { font-size: 13.5vw; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }.profile-frame,.profile-gallery-controls { width: 72%; }.profile-gallery figcaption { width: 88%; }.profile-slide.stack-1 { transform: translate3d(40px,-6px,-24px) rotate(8deg) scale(.94); }.profile-slide.stack-2 { transform: translate3d(-38px,8px,-48px) rotate(-9deg) scale(.9); }.profile-slide.stack-3 { transform: translate3d(54px,24px,-62px) rotate(14deg) scale(.84); }.profile-copy h2 { font-size: 17vw; }.profile-lead { font-size: 19px; }.profile-notes { grid-template-columns: 1fr; }.profile-notes p:nth-child(2) { grid-row: auto; }.credits-heading h3 { font-size: 50px; }.catalogue-intro h2 { font-size: 17vw; }.workflow-intro h2 { font-size: 10.5vw; }.proof-console > div { min-height: 150px; padding: 16px; }.contact { min-height: 100svh; }.receipt { margin-top: 55px; }.contact-footer { font-size: 5px; }
}

@media (pointer: coarse) { .cursor { display: none; } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Neon record-store entrance and cinematic album reveal */
.store-hero {
  min-height: 100svh;
  display: block;
  padding: 0;
  background: #06050b;
  perspective: 1500px;
}
.store-hero::before {
  background: radial-gradient(ellipse at 50% 48%,rgba(255,70,157,.2),transparent 34%),radial-gradient(circle at 50% 90%,rgba(116,69,217,.18),transparent 30%),linear-gradient(180deg,#06050a 0%,#0d0712 58%,#07060b 100%);
}
.store-hero::after { inset: 0; border: 0; clip-path: none; background: linear-gradient(90deg,rgba(255,255,255,.015),transparent 30% 70%,rgba(255,255,255,.015)); }
.store-hero > .store-sign,
.store-hero > .hero-copy,
.store-hero > .turntable-stage { display: none; }
.record-storefront {
  position: absolute;
  z-index: 6;
  inset: 86px clamp(24px,5vw,78px) 24px;
  overflow: hidden;
  border: 1px solid rgba(255,106,177,.28);
  background: linear-gradient(180deg,rgba(18,10,24,.96),rgba(7,6,12,.98));
  box-shadow: 0 0 0 8px rgba(255,79,154,.018),0 45px 120px rgba(0,0,0,.8),inset 0 0 90px rgba(255,79,154,.045);
  transform-style: preserve-3d;
  transition: transform 1.15s cubic-bezier(.16,.8,.12,1),filter .95s ease,opacity .85s ease;
}
.record-storefront::before,
.record-storefront::after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.record-storefront::before { inset: 12px; border: 1px solid rgba(255,93,165,.17); clip-path: polygon(0 0,36% 0,38% 2px,62% 2px,64% 0,100% 0,100% 100%,0 100%); }
.record-storefront::after { left: 4%; right: 4%; bottom: 4%; height: 1px; background: linear-gradient(90deg,transparent,var(--pink),#c789ff,var(--pink),transparent); box-shadow: 0 0 18px rgba(255,79,154,.8); }
.storefront-crown {
  position: absolute;
  z-index: 4;
  left: 3.5%;
  right: 3.5%;
  top: 3.5%;
  height: 20%;
  display: grid;
  grid-template-columns: 150px 1fr 150px;
  gap: 16px;
  align-items: stretch;
}
.storefront-brand,
.storefront-speaker {
  position: relative;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,105,176,.42);
  background: linear-gradient(145deg,rgba(255,79,154,.045),rgba(10,8,16,.82));
  box-shadow: inset 0 0 28px rgba(255,79,154,.05),0 0 24px rgba(255,79,154,.06);
}
.storefront-brand::before,
.storefront-speaker::before { content: ""; position: absolute; inset: 7px; border: 1px solid rgba(255,112,183,.18); clip-path: polygon(0 10px,10px 0,calc(100% - 10px) 0,100% 10px,100% calc(100% - 10px),calc(100% - 10px) 100%,10px 100%,0 calc(100% - 10px)); }
.storefront-brand { align-content: center; gap: 7px; padding: 13px 22px; text-align: center; }
.storefront-brand small,
.storefront-brand b { color: #a99aaa; font-size: 6px; font-weight: 400; letter-spacing: .24em; }
.storefront-brand h1 { margin: 0; color: #ffd7e9; font-size: clamp(26px,3.8vw,61px); line-height: 1; font-weight: 400; letter-spacing: .12em; text-shadow: 0 0 7px #ff72b0,0 0 24px rgba(255,79,154,.72); }
.storefront-speaker i { position: relative; width: min(68%,84px); aspect-ratio: 1; border: 1px solid rgba(255,159,205,.75); border-radius: 50%; background: repeating-radial-gradient(circle,transparent 0 5px,rgba(255,136,194,.45) 6px,transparent 7px),radial-gradient(circle,#ff9fc8 0 8%,#28111f 9% 23%,#ef4b98 24% 28%,#0a0910 29%); box-shadow: 0 0 12px rgba(255,79,154,.8),inset 0 0 17px rgba(255,79,154,.34); animation: spin 18s linear infinite; }
.storefront-window {
  position: absolute;
  z-index: 3;
  top: 27%;
  bottom: 8.5%;
  width: 29%;
  overflow: hidden;
  border: 1px solid rgba(255,104,176,.35);
  background: linear-gradient(155deg,rgba(255,93,165,.1),rgba(12,8,18,.86) 45%,rgba(106,68,166,.12));
  box-shadow: inset 0 0 50px rgba(255,79,154,.07),0 0 28px rgba(255,79,154,.04);
}
.storefront-window-left { left: 4%; }
.storefront-window-right { right: 4%; }
.storefront-window::before { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(255,146,199,.18); background: linear-gradient(90deg,transparent 49.8%,rgba(255,115,182,.18) 50%,transparent 50.2%),linear-gradient(transparent 23%,rgba(255,115,182,.16) 23.2%,transparent 23.4%); }
.storefront-window::after { content: "VISUAL / VINYL / ARCHIVE"; position: absolute; left: 10%; right: 10%; top: 10%; padding: 8px 0; border-top: 1px solid rgba(255,79,154,.25); border-bottom: 1px solid rgba(255,79,154,.18); color: rgba(255,204,229,.5); font-size: 7px; letter-spacing: .2em; text-align: center; }
.storefront-window i { position: absolute; left: 50%; top: 29%; width: 27%; aspect-ratio: 1; border: 1px solid rgba(255,135,192,.7); border-radius: 50%; background: repeating-radial-gradient(circle,transparent 0 4px,rgba(255,255,255,.08) 5px,transparent 6px),radial-gradient(circle,#ff8dbf 0 10%,#160c15 11% 20%,#d44587 21% 25%,#0b0910 26%); box-shadow: 0 0 25px rgba(255,79,154,.34); transform: translateX(-50%); }
.storefront-window span { position: absolute; left: 12%; right: 12%; bottom: 17%; height: 17%; border: 1px solid rgba(255,115,182,.22); background: repeating-linear-gradient(90deg,rgba(255,79,154,.2) 0 17%,transparent 17% 20%); box-shadow: 0 12px 28px rgba(0,0,0,.45); }
.storefront-window b { position: absolute; left: 8%; right: 8%; bottom: 11%; height: 9px; border: 1px solid rgba(255,111,180,.32); background: #100a13; box-shadow: 0 0 12px rgba(255,79,154,.18); }
.storefront-door-frame { position: absolute; z-index: 5; left: 50%; top: 26%; bottom: 7%; width: 29%; padding: 12px; border: 1px solid rgba(255,110,179,.42); background: #0a0710; box-shadow: 0 0 35px rgba(255,79,154,.08),inset 0 0 35px rgba(255,79,154,.05); transform: translateX(-50%); perspective: 1100px; }
.storefront-door {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255,140,195,.45);
  background: radial-gradient(circle at 50% 70%,rgba(255,79,154,.13),transparent 42%),#09070e;
  color: white;
  cursor: pointer;
  transform-style: preserve-3d;
  box-shadow: inset 0 0 45px rgba(255,79,154,.08);
  transition: box-shadow .45s,filter .45s,transform .5s cubic-bezier(.2,.8,.1,1);
}
.storefront-door:hover,
.storefront-door:focus-visible { outline: none; filter: brightness(1.18); transform: translateZ(22px); box-shadow: 0 0 25px rgba(255,79,154,.48),0 0 80px rgba(255,79,154,.2),inset 0 0 60px rgba(255,79,154,.16); }
.door-panel { position: absolute; z-index: 2; top: 0; bottom: 0; width: 50%; border: 1px solid rgba(255,125,188,.24); background: linear-gradient(160deg,rgba(255,79,154,.06),rgba(12,8,18,.94) 35%,rgba(101,55,120,.12)); backface-visibility: hidden; transition: transform 1.05s cubic-bezier(.2,.8,.1,1),filter .45s; }
.door-panel::before { content: ""; position: absolute; inset: 7%; border: 1px solid rgba(255,127,190,.22); clip-path: polygon(0 12px,12px 0,calc(100% - 12px) 0,100% 12px,100% calc(100% - 12px),calc(100% - 12px) 100%,12px 100%,0 calc(100% - 12px)); }
.door-panel-left { left: 0; transform-origin: left center; }
.door-panel-right { right: 0; transform-origin: right center; }
.door-copy { position: absolute; z-index: 5; inset: 0; display: grid; place-content: center; gap: 12px; text-align: center; pointer-events: none; transition: opacity .45s,transform .65s; }
.door-copy small { color: #c7b4c3; font-size: 7px; letter-spacing: .24em; }
.door-copy strong { color: #ffe4ef; font-size: clamp(19px,2.2vw,35px); line-height: .92; letter-spacing: .11em; text-shadow: 0 0 8px #ff6dac,0 0 25px rgba(255,79,154,.7); }
.door-copy i { padding: 8px 15px; border: 1px solid rgba(255,132,190,.3); color: #ffacd0; font-size: 6px; font-style: normal; letter-spacing: .2em; box-shadow: 0 0 14px rgba(255,79,154,.08); }
.door-beam { position: absolute; z-index: 1; left: 50%; top: -20%; width: 80%; height: 140%; opacity: 0; background: linear-gradient(90deg,transparent,rgba(255,154,204,.5),white,rgba(255,154,204,.5),transparent); filter: blur(18px); transform: translateX(-50%) scaleX(.08); transition: opacity .5s,transform 1s cubic-bezier(.2,.8,.1,1); }
.storefront-floor { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; height: 10%; background: linear-gradient(180deg,rgba(255,79,154,.04),rgba(5,4,8,.9)),repeating-linear-gradient(90deg,transparent 0 9.8%,rgba(255,79,154,.1) 10%); transform: perspective(500px) rotateX(58deg); transform-origin: bottom; }
.storefront-caption { position: absolute; z-index: 6; left: 4%; right: 4%; bottom: 2%; display: flex; justify-content: space-between; color: #6f5e6a; font-size: 6px; letter-spacing: .18em; }
.storefront-caption b { color: #ba7898; font-weight: 400; }
.store-opening .record-storefront { transform: scale(1.1) translateZ(90px); filter: brightness(1.14); }
.store-opening .door-beam { opacity: .82; transform: translateX(-50%) scaleX(.6); }
.store-entered .door-panel-left { transform: rotateY(-108deg) translateX(-6%); }
.store-entered .door-panel-right { transform: rotateY(108deg) translateX(6%); }
.store-entered .door-copy { opacity: 0; transform: translateZ(80px) scale(1.16); }
.store-entered .door-beam { opacity: .35; transform: translateX(-50%) scaleX(1.8); }
.store-hero.store-entered .record-storefront { opacity: .42; filter: blur(3px) saturate(1.12); transform: scale(1.075) translateZ(40px); }
.store-hero .store-console {
  position: absolute;
  z-index: 20;
  inset: 88px 4vw 18px;
  grid-column: auto;
  grid-row: auto;
  align-self: auto;
  justify-self: auto;
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateZ(-240px) scale(.72);
  transition: opacity .55s .32s,visibility .55s .32s,transform 1.05s .26s cubic-bezier(.16,.84,.15,1);
}
.store-hero.store-entered .store-console { opacity: 1; visibility: visible; pointer-events: auto; transform: translateZ(0) scale(1); }
.store-hero .store-console::before { display: none; }
.store-hero .console-topline { position: absolute; z-index: 8; top: 3%; left: 8%; right: 8%; padding: 10px 0; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }
.store-hero .record-rack { position: absolute; inset: 7% 0 8%; min-height: 0; display: block; padding: 0; overflow: visible; }
.store-hero .rack-record {
  --x: 0px;
  --y: 0px;
  --r: 0deg;
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(118px,13vw,190px);
  aspect-ratio: 1;
  opacity: 0;
  transform: translate(-50%,-50%) translate3d(0,80px,-220px) scale(.45);
  transition: transform .75s cubic-bezier(.16,.85,.14,1),opacity .5s,filter .35s;
}
.store-hero.store-entered .rack-record { opacity: 1; transform: translate(-50%,-50%) translate3d(var(--x),var(--y),0) rotate(var(--r)); }
.store-hero .rack-record:nth-child(1) { --x: -360px; --y: 120px; --r: -15deg; transition-delay: .34s; }
.store-hero .rack-record:nth-child(2) { --x: -230px; --y: -45px; --r: -9deg; transition-delay: .42s; }
.store-hero .rack-record:nth-child(3) { --x: -82px; --y: -145px; --r: -3deg; transition-delay: .5s; }
.store-hero .rack-record:nth-child(4) { --x: 82px; --y: -145px; --r: 3deg; transition-delay: .58s; }
.store-hero .rack-record:nth-child(5) { --x: 230px; --y: -45px; --r: 9deg; transition-delay: .66s; }
.store-hero .rack-record:nth-child(6) { --x: 360px; --y: 120px; --r: 15deg; transition-delay: .74s; }
.store-hero .rack-record img { aspect-ratio: 1; object-fit: cover; border: 1px solid rgba(255,255,255,.16); box-shadow: 0 28px 55px rgba(0,0,0,.66),0 0 0 1px rgba(255,79,154,.08); }
.store-hero .rack-record:hover,
.store-hero .rack-record:focus-visible,
.store-hero .rack-record.is-active { z-index: 12; opacity: 1; filter: none; transform: translate(-50%,-50%) translate3d(var(--x),calc(var(--y) - 26px),70px) rotate(0) scale(1.1); }
.store-hero .record-rack:hover .rack-record:not(:hover) { opacity: .34; filter: saturate(.45) blur(.5px); transform: translate(-50%,-50%) translate3d(var(--x),var(--y),-30px) rotate(var(--r)) scale(.94); }
.store-hero .rack-record:hover img,
.store-hero .rack-record:focus-visible img,
.store-hero .rack-record.is-active img { transform: translateX(-8%); box-shadow: 0 34px 72px rgba(0,0,0,.74),0 0 35px rgba(255,79,154,.2); }
.store-hero .rack-disc { width: 92%; top: 4%; }
.store-hero .rack-record:hover .rack-disc,
.store-hero .rack-record:focus-visible .rack-disc,
.store-hero .rack-record.is-active .rack-disc { transform: translateX(40%) rotate(42deg); }
.store-hero .rack-shelf { display: none; }
.store-hero .console-readout { position: absolute; left: 8%; right: 8%; bottom: 2.5%; padding-top: 11px; border-top: 1px solid rgba(255,255,255,.1); }
.store-hero .scroll-cue { display: none; }

.contact-disc-photo { position: absolute; z-index: 2; inset: 33%; overflow: hidden; border-radius: 50%; background: var(--pink); box-shadow: inset 0 0 34px rgba(0,0,0,.3),0 0 30px rgba(255,79,154,.24); }
.contact-disc-photo::after { content: ""; position: absolute; inset: 0; background: rgba(255,79,154,.5); mix-blend-mode: color; }
.contact-disc-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 26%; filter: grayscale(1) contrast(1.18) brightness(.9); opacity: .94; }

@media (max-width: 820px) {
  .record-storefront { inset: 64px 10px 12px; }
  .storefront-crown { left: 4%; right: 4%; top: 3%; height: 16%; grid-template-columns: 54px 1fr 54px; gap: 6px; }
  .storefront-brand { gap: 4px; padding: 7px; }
  .storefront-brand small,.storefront-brand b { font-size: 4px; letter-spacing: .13em; }
  .storefront-brand h1 { font-size: clamp(16px,5.2vw,25px); letter-spacing: .06em; }
  .storefront-speaker i { width: 70%; }
  .storefront-window { top: 22%; bottom: 8%; width: 26%; }
  .storefront-window-left { left: 3%; }.storefront-window-right { right: 3%; }
  .storefront-window::after { content: "VISUAL ARCHIVE"; font-size: 4px; }
  .storefront-window i { width: 45%; }
  .storefront-door-frame { top: 21%; bottom: 7%; width: 39%; padding: 7px; }
  .door-copy small { font-size: 5px; }.door-copy strong { font-size: 17px; }.door-copy i { padding: 6px 8px; font-size: 4px; }
  .storefront-caption { font-size: 4px; }.storefront-caption span { display: none; }
  .store-hero .store-console { inset: 64px 8px 10px; }
  .store-hero .console-topline { left: 5%; right: 5%; top: 2%; }
  .store-hero .record-rack { inset: 5% 0 9%; overflow: visible; }
  .store-hero .rack-record { width: 88px; }
  .store-hero .rack-record:nth-child(1) { --x: -126px; --y: 112px; --r: -14deg; }
  .store-hero .rack-record:nth-child(2) { --x: -92px; --y: -14px; --r: -9deg; }
  .store-hero .rack-record:nth-child(3) { --x: -40px; --y: -112px; --r: -3deg; }
  .store-hero .rack-record:nth-child(4) { --x: 40px; --y: -112px; --r: 3deg; }
  .store-hero .rack-record:nth-child(5) { --x: 92px; --y: -14px; --r: 9deg; }
  .store-hero .rack-record:nth-child(6) { --x: 126px; --y: 112px; --r: 14deg; }
  .store-hero .console-readout { left: 5%; right: 5%; }
}

@media (prefers-reduced-motion: reduce) {
  .store-opening .record-storefront,
  .store-hero.store-entered .record-storefront { transform: none; }
}

/* Softer modeled finish and explicit project-to-record feedback */
.record-storefront {
  border-radius: 14px 14px 7px 7px;
  background: radial-gradient(ellipse at 50% 42%,rgba(255,96,170,.09),transparent 38%),linear-gradient(145deg,rgba(32,17,39,.97),rgba(8,7,13,.99) 55%,rgba(22,12,29,.97));
  box-shadow: 0 1px 0 rgba(255,220,238,.18),0 0 0 8px rgba(255,79,154,.018),0 45px 120px rgba(0,0,0,.8),inset 0 1px 0 rgba(255,255,255,.055),inset 0 -24px 60px rgba(0,0,0,.42),inset 0 0 100px rgba(255,79,154,.055);
}
.storefront-brand,.storefront-speaker,.storefront-window,.storefront-door-frame { border-radius: 9px; border-color: rgba(255,132,190,.28); box-shadow: inset 0 1px 0 rgba(255,255,255,.07),inset 0 -12px 28px rgba(0,0,0,.25),0 12px 32px rgba(0,0,0,.2),0 0 24px rgba(255,79,154,.04); }
.storefront-brand { background: linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,79,154,.035) 42%,rgba(8,7,13,.86)); }
.storefront-window { backdrop-filter: blur(8px); background: linear-gradient(155deg,rgba(255,157,205,.08),rgba(22,12,29,.68) 42%,rgba(8,7,13,.92)); }
.storefront-window::before { border-radius: 5px; opacity: .72; }
.storefront-door-frame { background: linear-gradient(145deg,#1a0f20,#08070c 62%,#26122b); }
.storefront-door { border-radius: 5px; background: radial-gradient(ellipse at 50% 70%,rgba(255,102,174,.16),transparent 44%),linear-gradient(155deg,rgba(255,255,255,.025),rgba(8,7,13,.96)); }
.door-panel { background: linear-gradient(145deg,rgba(255,255,255,.035),rgba(42,21,48,.88) 22%,rgba(9,7,13,.98) 62%,rgba(80,36,78,.18)); box-shadow: inset 1px 0 0 rgba(255,255,255,.05),inset 0 -24px 42px rgba(0,0,0,.3); }
.door-copy i { position: relative; min-width: 136px; padding: 11px 20px; border: 1px solid rgba(255,180,216,.52); border-radius: 999px; background: linear-gradient(105deg,#ff4f9a,#c35fff); color: white; font-size: 8px; font-weight: 700; letter-spacing: .12em; box-shadow: 0 10px 26px rgba(0,0,0,.28),0 0 22px rgba(255,79,154,.42),inset 0 1px 0 rgba(255,255,255,.35); animation: doorCtaPulse 2.2s ease-in-out infinite; }
@keyframes doorCtaPulse { 50% { box-shadow: 0 13px 30px rgba(0,0,0,.34),0 0 36px rgba(255,79,154,.68),inset 0 1px 0 rgba(255,255,255,.42); transform: translateY(-2px); } }
.storefront-door:hover .door-copy i,.storefront-door:focus-visible .door-copy i { background: linear-gradient(105deg,#ff77b3,#d57aff); transform: translateY(-3px) scale(1.035); }
.store-hero .rack-record::after { content: attr(data-label); position: absolute; z-index: 14; left: 50%; bottom: -24px; width: max-content; max-width: 150%; padding: 5px 8px; border: 1px solid color-mix(in srgb,var(--record-accent) 55%,transparent); border-radius: 999px; background: rgba(7,6,11,.82); color: color-mix(in srgb,var(--record-accent) 75%,white); font-size: 5px; letter-spacing: .11em; opacity: 0; pointer-events: none; transform: translateX(-50%) translateY(6px); transition: opacity .3s,transform .3s; }
.store-hero .rack-record:hover::after,.store-hero .rack-record:focus-visible::after,.store-hero .rack-record.is-active::after { opacity: 1; transform: translateX(-50%) translateY(0); }
.store-hero .rack-record img,.store-hero .rack-disc,.store-hero .rack-record small { pointer-events: none; }
.store-hero .rack-record img { inset: 8% 16% 8% 0; width: 84%; height: 84%; border-color: color-mix(in srgb,var(--record-accent) 42%,rgba(255,255,255,.18)); }
.store-hero .rack-disc { left: 18%; top: 10%; width: 80%; background: repeating-radial-gradient(circle,transparent 0 3px,rgba(255,255,255,.12) 4px,transparent 5px),conic-gradient(#111,color-mix(in srgb,var(--record-accent) 58%,#26152e),var(--record-accent),#16131c,color-mix(in srgb,var(--record-accent) 42%,#7461a8),#111); }
.store-hero .rack-disc::after { box-shadow: 0 0 0 8px color-mix(in srgb,var(--record-accent) 76%,transparent); }
.store-hero .rack-record:hover img,.store-hero .rack-record:focus-visible img,.store-hero .rack-record.is-active img { transform: translateX(-4%); }
.store-hero .rack-record:hover .rack-disc,.store-hero .rack-record:focus-visible .rack-disc,.store-hero .rack-record.is-active .rack-disc { transform: translateX(20%) rotate(42deg); }
.album-opening.album-replay .opening-object { animation: albumReplay .8s cubic-bezier(.16,.84,.15,1) both; }
@keyframes albumReplay { from { opacity: .15; transform: translate3d(70px,24px,-90px) rotateY(-16deg) scale(.9); filter: blur(10px); } to { opacity: 1; transform: none; filter: none; } }
.entry-flash { box-shadow: inset 0 0 140px color-mix(in srgb,var(--project-accent,var(--pink)) 18%,transparent); }

@media (max-width: 820px) {
  .door-copy i { min-width: 112px; padding: 9px 12px; font-size: 6px; }
  .store-hero .rack-record::after { bottom: -17px; font-size: 4px; }
}

/* Second-screen wayfinding, readable navigation and phrase-safe headings */
.site-nav { gap: 30px; }
.site-nav a { font-size: 11px; letter-spacing: .07em; }
.site-nav a span { font-size: 8px; }
.brand strong { font-size: 11px; }
.brand small { font-size: 7px; }
.header-status { font-size: 9px; }
.chapter-rail { left: 20px; gap: 17px; }
.chapter-rail a { grid-template-columns: 18px 20px 1fr; gap: 7px; font-size: 8px; }
.chapter-rail a.active i { width: 16px; height: 16px; }
.store-back-button { position: absolute; z-index: 30; left: 4%; top: 3%; padding: 10px 15px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(8,7,13,.7); color: #f2e9ef; font-size: 9px; letter-spacing: .08em; cursor: pointer; backdrop-filter: blur(12px); transition: border-color .3s,background .3s,transform .3s,box-shadow .3s; }
.store-back-button:hover,.store-back-button:focus-visible { outline: none; border-color: var(--pink); background: rgba(255,79,154,.18); box-shadow: 0 0 24px rgba(255,79,154,.22); transform: translateX(-4px); }
.record-select-prompt { position: absolute; z-index: 24; left: 50%; top: 2.5%; display: grid; justify-items: center; gap: 4px; width: min(420px,44vw); text-align: center; transform: translateX(-50%); }
.record-select-prompt small { color: #9d8c99; font-size: 7px; letter-spacing: .2em; }
.record-select-prompt strong { color: #fff1f7; font-size: clamp(21px,2.25vw,34px); line-height: 1.1; font-weight: 500; letter-spacing: -.035em; text-shadow: 0 0 20px rgba(255,79,154,.36); }
.record-select-prompt span { color: #c596ad; font-size: 9px; letter-spacing: .08em; }
.store-hero .console-topline { top: auto; bottom: 7.5%; font-size: 8px; }
.store-hero .record-rack { inset: 12% 0 13%; }
.store-hero .console-readout { font-size: 8px; }
.store-hero .rack-record:nth-child(1) { --x: -390px; --y: 82px; --r: -12deg; }
.store-hero .rack-record:nth-child(2) { --x: -245px; --y: -28px; --r: -7deg; }
.store-hero .rack-record:nth-child(3) { --x: -84px; --y: -92px; --r: -2deg; }
.store-hero .rack-record:nth-child(4) { --x: 84px; --y: -92px; --r: 2deg; }
.store-hero .rack-record:nth-child(5) { --x: 245px; --y: -28px; --r: 7deg; }
.store-hero .rack-record:nth-child(6) { --x: 390px; --y: 82px; --r: 12deg; }
.profile-copy h2 em,.catalogue-intro h2 em,.workflow-title-line,.contact-main h2 em,.credits-heading h3,.project-intro h3 { white-space: nowrap; word-break: keep-all; }
.profile-copy h2 { font-size: clamp(52px,6.8vw,104px); white-space: nowrap; word-break: keep-all; }
.opening-copy h2 { max-width: 700px; font-size: clamp(60px,7.5vw,118px); }
.opening-copy h2 .project-title-line { white-space: nowrap; word-break: keep-all; }
.dialog-brand { font-size: 10px; }
.dialog-progress { font-size: 9px; }
.dialog-bar > button { padding: 10px 15px; font-size: 10px; }
.project-nav span { font-size: 9px; }

/* Career cards */
.credit-list { display: grid; gap: 16px; padding-top: 18px; border: 0; }
.credit-item { --credit-accent: var(--pink); position: relative; margin: 0 -14px; padding: 30px 14px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: radial-gradient(circle at 80% 0,color-mix(in srgb,var(--credit-accent) 10%,transparent),transparent 34%),linear-gradient(125deg,rgba(255,255,255,.022),rgba(255,255,255,.006)); box-shadow: 0 16px 44px rgba(0,0,0,.16),inset 0 1px 0 rgba(255,255,255,.035); transition: transform .42s cubic-bezier(.2,.8,.1,1),border-color .35s,background .35s,box-shadow .42s,padding .35s; }
.credit-item:nth-child(2) { --credit-accent: var(--violet); }
.credit-item:nth-child(3) { --credit-accent: var(--acid); }
.credit-item:last-child { border-bottom: 1px solid rgba(255,255,255,.1); }
.credit-item::before { content: ""; position: absolute; left: 0; top: 18%; bottom: 18%; width: 2px; border-radius: 3px; background: var(--credit-accent); opacity: .45; box-shadow: 0 0 16px var(--credit-accent); transition: top .35s,bottom .35s,opacity .35s; }
.credit-item::after { content: ""; position: absolute; right: -12%; top: -90%; width: 34%; aspect-ratio: 1; border-radius: 50%; background: var(--credit-accent); opacity: .06; filter: blur(28px); transition: opacity .35s,transform .55s; }
.credit-item:hover,.credit-item:focus-visible { outline: none; padding-left: 14px; padding-right: 14px; border-color: color-mix(in srgb,var(--credit-accent) 50%,rgba(255,255,255,.15)); background: radial-gradient(circle at 80% 0,color-mix(in srgb,var(--credit-accent) 17%,transparent),transparent 38%),linear-gradient(125deg,rgba(255,255,255,.045),rgba(255,255,255,.01)); box-shadow: 0 28px 70px rgba(0,0,0,.32),0 0 32px color-mix(in srgb,var(--credit-accent) 11%,transparent),inset 0 1px 0 rgba(255,255,255,.075); transform: translateY(-6px) scale(1.008); }
.credit-item:hover::before,.credit-item:focus-visible::before { top: 9%; bottom: 9%; opacity: 1; }
.credit-item:hover::after,.credit-item:focus-visible::after { opacity: .13; transform: translate(-18%,35%) scale(1.25); }
.credit-item .credit-no { color: var(--credit-accent); text-shadow: 0 0 12px color-mix(in srgb,var(--credit-accent) 45%,transparent); }
.credit-item:hover h4,.credit-item:focus-visible h4,.credit-item:hover .credit-detail strong,.credit-item:focus-visible .credit-detail strong { color: white; }

/* Vertical accordion career cards */
.credits-heading {
  grid-template-columns: minmax(0,1fr) auto;
  gap: 12px 28px;
  align-items: end;
}
.credits-heading p { grid-column: 1; grid-row: 1; }
.credits-heading h3 { grid-column: 1; grid-row: 2; }
.credits-heading span { grid-column: 2; grid-row: 2; }
.credit-list {
  display: flex;
  align-items: stretch;
  gap: clamp(12px,1.6vw,24px);
  padding-top: 24px;
}
.credit-item,
.credit-item:nth-child(2),
.credit-item:nth-child(3) {
  --credit-accent: var(--pink);
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  height: 520px;
  min-width: 0;
  margin: 0;
  padding: 0;
  border-color: rgba(255,79,154,.16);
  border-radius: 20px;
  background:
    radial-gradient(circle at 8% 4%,rgba(255,79,154,.15),transparent 27%),
    linear-gradient(145deg,rgba(36,18,39,.96),rgba(15,11,23,.97) 58%,rgba(25,13,31,.96));
  box-shadow: 0 22px 58px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.055);
  transform: none;
  transition: flex-grow .58s cubic-bezier(.2,.8,.1,1),flex-basis .58s cubic-bezier(.2,.8,.1,1),transform .42s cubic-bezier(.2,.8,.1,1),border-color .35s,background .35s,box-shadow .42s;
}
.credit-item::before {
  left: 0;
  top: 22px;
  bottom: 22px;
  width: 3px;
  background: linear-gradient(180deg,transparent,var(--pink) 20%,var(--pink) 80%,transparent);
  opacity: .62;
}
.credit-item::after {
  right: -22%;
  top: -16%;
  width: 58%;
  background: var(--pink);
  opacity: .07;
}
.credit-item:hover,
.credit-item:focus-within,
.credit-item.is-expanded {
  padding: 0;
  border-color: rgba(255,79,154,.52);
  background:
    radial-gradient(circle at 10% 3%,rgba(255,79,154,.24),transparent 32%),
    linear-gradient(145deg,rgba(46,20,47,.98),rgba(17,11,26,.98) 58%,rgba(31,14,36,.98));
  box-shadow: 0 30px 72px rgba(0,0,0,.4),0 0 34px rgba(255,79,154,.1),inset 0 1px 0 rgba(255,255,255,.09);
  transform: translateY(-5px);
}
.credit-item.is-expanded { flex-grow: 2; }
.credit-item:hover::before,
.credit-item:focus-within::before,
.credit-item.is-expanded::before { top: 12px; bottom: 12px; opacity: 1; }
.credit-item:hover::after,
.credit-item:focus-within::after,
.credit-item.is-expanded::after { opacity: .14; transform: translate(-8%,8%) scale(1.12); }
.credit-toggle {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-height: 190px;
  width: 100%;
  padding: clamp(22px,2.5vw,34px);
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}
.credit-toggle:focus-visible { outline: 1px solid var(--pink); outline-offset: -5px; border-radius: 18px; }
.credit-card-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.credit-item .credit-no {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border: 1px solid rgba(255,79,154,.55);
  border-radius: 50%;
  background: rgba(255,79,154,.14);
  color: #ff78b2;
  font: 600 15px/1 Arial,sans-serif;
  box-shadow: 0 0 20px rgba(255,79,154,.16),inset 0 0 12px rgba(255,79,154,.08);
}
.credit-item time { color: #d090ad; font-size: 11px; letter-spacing: .07em; }
.credit-company { display: grid; gap: 8px; margin-top: 22px; }
.credit-company strong { min-height: 2.7em; color: #fff5f9; font-size: clamp(19px,1.7vw,25px); line-height: 1.35; font-weight: 550; letter-spacing: -.025em; }
.credit-company small { color: #bd91a6; font-size: 13px; letter-spacing: .04em; }
.credit-action { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 18px; color: #e2a8c1; font-size: 11px; letter-spacing: .09em; }
.credit-action i { position: relative; display: block; width: 28px; height: 28px; border: 1px solid rgba(255,79,154,.4); border-radius: 50%; background: rgba(255,79,154,.08); }
.credit-action i::before,.credit-action i::after { content: ""; position: absolute; left: 50%; top: 50%; width: 9px; height: 1px; background: #ff79b3; transform: translate(-50%,-50%); transition: transform .35s; }
.credit-action i::after { transform: translate(-50%,-50%) rotate(90deg); }
.credit-item.is-expanded .credit-action i::after { transform: translate(-50%,-50%) rotate(0); }
.credit-detail {
  position: relative;
  z-index: 2;
  max-height: 0;
  padding: 0 clamp(22px,2.5vw,34px);
  overflow: hidden;
  opacity: 0;
  border-top: 1px solid transparent;
  transform: translateY(-8px);
  transition: max-height .65s cubic-bezier(.2,.75,.15,1),padding .45s,border-color .4s,opacity .35s,transform .45s;
}
.credit-item.is-expanded .credit-detail {
  max-height: 620px;
  padding-top: 18px;
  padding-bottom: 22px;
  border-color: rgba(255,79,154,.18);
  opacity: 1;
  transform: translateY(0);
}
.credit-detail strong { color: #ffb4d3; font-size: 14px; line-height: 1.55; }
.credit-detail p,.credit-detail ul { color: #b8aab4; font-size: 12px; line-height: 1.85; }
.credit-item.is-expanded .credit-detail p,
.credit-item.is-expanded .credit-detail ul { color: #d8cad3; font-size: 13.5px; line-height: 1.82; }
.credit-item.is-expanded .credit-detail strong { font-size: 15px; }
.credit-detail li::before { width: 5px; height: 5px; top: .65em; border-radius: 50%; background: var(--pink); box-shadow: 0 0 8px rgba(255,79,154,.55); }

@media (min-width: 821px) and (max-width: 1100px) {
  .store-hero .rack-record:nth-child(1) { --x: -300px; }
  .store-hero .rack-record:nth-child(2) { --x: -188px; }
  .store-hero .rack-record:nth-child(3) { --x: -64px; }
  .store-hero .rack-record:nth-child(4) { --x: 64px; }
  .store-hero .rack-record:nth-child(5) { --x: 188px; }
  .store-hero .rack-record:nth-child(6) { --x: 300px; }
}

@media (max-width: 820px) {
  .store-back-button { left: 4%; top: 2%; padding: 8px 10px; font-size: 7px; }
  .record-select-prompt { top: 8%; width: 80%; gap: 3px; }
  .record-select-prompt small { display: none; }
  .record-select-prompt strong { font-size: 22px; }
  .record-select-prompt span { font-size: 7px; }
  .store-hero .console-topline { display: none; }
  .store-hero .record-rack { inset: 15% 0 12%; }
  .store-hero .rack-record:nth-child(1) { --x: -126px; --y: 92px; --r: -11deg; }
  .store-hero .rack-record:nth-child(2) { --x: -92px; --y: -16px; --r: -7deg; }
  .store-hero .rack-record:nth-child(3) { --x: -40px; --y: -91px; --r: -2deg; }
  .store-hero .rack-record:nth-child(4) { --x: 40px; --y: -91px; --r: 2deg; }
  .store-hero .rack-record:nth-child(5) { --x: 92px; --y: -16px; --r: 7deg; }
  .store-hero .rack-record:nth-child(6) { --x: 126px; --y: 92px; --r: 11deg; }
  .opening-copy h2 { font-size: 16vw; }
  .profile-copy h2 { font-size: clamp(34px,9.5vw,58px); }
  .dialog-brand,.dialog-bar > button { font-size: 9px; }
  .credit-item { margin: 0 -8px; padding: 24px 8px; }
  .credit-item:hover,.credit-item:focus-visible { padding-left: 8px; padding-right: 8px; }
  .credits-heading { grid-template-columns: 1fr auto; }
  .credit-list { display: grid; grid-template-columns: 1fr; gap: 14px; }
  .credit-item,.credit-item:hover,.credit-item:focus-within,.credit-item.is-expanded { height: auto; margin: 0; padding: 0; }
  .credit-toggle { min-height: 210px; padding: 24px; }
  .credit-company { margin-top: 23px; }
  .credit-company strong { min-height: 0; font-size: 21px; }
  .credit-detail { padding-left: 24px; padding-right: 24px; }
  .credit-item.is-expanded .credit-detail { padding-bottom: 26px; }
  .credit-list:has(.credit-item:hover) .credit-item,
  .credit-list:has(.credit-item:focus-within) .credit-item,
  .credit-list .credit-item:hover,
  .credit-list .credit-item:focus-within { flex-grow: 1; }
  .credit-item:hover .credit-detail p,
  .credit-item:hover .credit-detail ul,
  .credit-item:focus-within .credit-detail p,
  .credit-item:focus-within .credit-detail ul { font-size: 12px; }
  .back-to-top { right: 14px; bottom: 16px; width: 46px; height: 46px; }
  .project-gallery-toolbar { font-size: 8px; }
  .project-gallery-track { gap: 14px; padding: 24px 10px 36px; }
  .project-gallery-card,.project-gallery-card.is-selected { flex-basis: 78vw; border-radius: 20px; }
  .project-gallery-track .project-gallery-card:hover { transform: rotate(0) translateY(-5px); }
  .project-gallery-lightbox-bar { height: 62px; padding: 0 14px; font-size: 9px; }
  .project-gallery-lightbox-bar button { padding: 9px 12px; }
  .project-gallery-lightbox-scroll { inset: 62px 0 0; padding: 28px 18px 70px; }
  .project-gallery-lightbox-scroll img { width: 100%; border-radius: 15px; }
  .project-gallery-lightbox-arrow { top: auto; bottom: 14px; width: 46px; height: 46px; transform: none; }
  .project-gallery-lightbox-arrow:hover,.project-gallery-lightbox-arrow:focus-visible { transform: scale(1.06); }
  .contact .section-marker { transform: translateY(-34px); }
}

@media (min-width: 821px) {
  .site-nav { gap: 28px; }
  .site-nav a { font-size: 15px; line-height: 1; letter-spacing: .04em; white-space: nowrap; }
  .site-nav a span { font-size: 15px; margin-right: 5px; }
  .section { padding-top: clamp(68px,6vw,96px); padding-bottom: clamp(68px,6vw,96px); }
  .section-marker { margin-bottom: clamp(42px,4vw,62px); }
  .credits { margin-top: clamp(68px,6vw,96px); }
  .catalogue-controls { margin-top: 44px; margin-bottom: 22px; }
  .album-track { padding-top: 34px; padding-bottom: 38px; }
  .workflow { padding-top: clamp(54px,5vw,78px); }
  .workflow-intro { margin-bottom: 52px; }
  .proof-console { margin-top: 40px; }
  .receipt { margin-top: 52px; }
}
.section-marker { font-size: 10.5px; }
.section-marker b { font-size: 13.5px; }

/* The supplied modeled storefront is the spatial base; interaction remains live HTML. */
.record-storefront {
  inset: 64px 0 0;
  border: 0;
  border-radius: 0;
  background-color: #05040a;
  background-image: linear-gradient(180deg,rgba(4,3,8,.025),rgba(4,3,8,.08)),url("assets/images/storefront-intro.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 0 35px 120px rgba(0,0,0,.75),inset 0 0 100px rgba(3,2,7,.28);
}
.record-storefront::before { inset: 0; border: 0; clip-path: none; background: radial-gradient(ellipse at 50% 61%,transparent 30%,rgba(3,2,7,.24) 100%); }
.record-storefront::after { left: 11%; right: 11%; bottom: 2%; height: 9%; background: radial-gradient(ellipse,rgba(255,69,157,.2),transparent 68%); filter: blur(15px); box-shadow: none; }
.storefront-crown,.storefront-window,.storefront-floor,.storefront-caption { display: none; }
.storefront-door-frame { top: 34%; bottom: 7%; width: 25%; padding: 0; border: 0; border-radius: 8px; background: transparent; box-shadow: 0 0 55px rgba(255,79,154,.05); }
.storefront-door { border: 0; border-radius: 7px; background: rgba(10,5,14,.08); box-shadow: inset 0 0 45px rgba(255,79,154,.05); }
.storefront-door:hover,.storefront-door:focus-visible { background: rgba(255,79,154,.055); box-shadow: 0 0 30px rgba(255,79,154,.5),0 0 110px rgba(255,79,154,.2),inset 0 0 70px rgba(255,119,187,.12); }
.door-panel { border-color: rgba(255,156,207,.18); background: linear-gradient(145deg,rgba(255,166,211,.035),rgba(8,4,12,.18) 54%,rgba(67,24,65,.08)); box-shadow: inset 0 1px 0 rgba(255,255,255,.04),inset 0 -18px 40px rgba(0,0,0,.12); }
.door-panel::before { border-color: rgba(255,151,203,.13); }
.door-copy { gap: 15px; }
.door-copy small,.door-copy strong { display: none; }

/* 4s storefront establishing shot */
.store-hero.store-intro .record-storefront {
  transform-origin: 50% 61%;
  animation: storefrontEstablish 4.2s cubic-bezier(.12,.76,.08,1) both;
  will-change: transform,filter;
}
@keyframes storefrontEstablish {
  0% { transform: scale(3.75); filter: brightness(.52) saturate(1.28) contrast(1.16) blur(1.5px); }
  12% { transform: scale(3.48); filter: brightness(.72) saturate(1.22) contrast(1.12) blur(.5px); }
  32% { transform: scale(2.5); filter: brightness(.94) saturate(1.14) contrast(1.06); }
  61% { transform: scale(1.24); filter: brightness(1.08) saturate(1.1); }
  84% { transform: scale(1.018); filter: brightness(1.03) saturate(1.04); }
  100% { transform: scale(1); filter: none; }
}
.store-hero.store-intro .record-storefront::before { animation: storefrontFocus 4.2s cubic-bezier(.18,.7,.16,1) both; }
@keyframes storefrontFocus {
  0% { opacity: 1; background: radial-gradient(ellipse 17% 13% at 50% 61%,transparent 0 28%,rgba(3,2,7,.52) 62%,rgba(2,1,5,.96) 100%); }
  18% { opacity: .92; background: radial-gradient(ellipse 25% 20% at 50% 61%,transparent 0 30%,rgba(3,2,7,.46) 66%,rgba(2,1,5,.9) 100%); }
  52% { opacity: .54; background: radial-gradient(ellipse 58% 54% at 50% 59%,transparent 0 34%,rgba(3,2,7,.3) 76%,rgba(2,1,5,.68) 100%); }
  100% { opacity: 1; background: radial-gradient(ellipse at 50% 61%,transparent 30%,rgba(3,2,7,.24) 100%); }
}
.storefront-door-frame::after {
  content: "";
  position: absolute;
  z-index: 12;
  inset: -9px;
  border-radius: 12px;
  padding: 2px;
  opacity: 0;
  pointer-events: none;
  background: conic-gradient(from 0deg,transparent 0 78%,rgba(255,136,195,.18) 82%,#fff 86%,#ff4f9a 90%,transparent 94%);
  filter: drop-shadow(0 0 8px #ff4f9a) drop-shadow(0 0 20px rgba(255,79,154,.65));
  -webkit-mask: linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.store-hero.store-intro .storefront-door-frame::after { animation: doorOrbit 1.72s linear 2.25s both; }
@keyframes doorOrbit {
  0% { opacity: 0; transform: rotate(0deg); }
  12%,82% { opacity: 1; }
  100% { opacity: 0; transform: rotate(360deg); }
}
.door-copy i { min-width: 210px; padding: 16px 28px; border: 1px solid rgba(255,205,232,.88); border-radius: 999px; background: rgba(20,6,18,.72); box-shadow: 0 0 22px rgba(255,79,154,.4),inset 0 0 20px rgba(255,79,154,.08); font-size: 15px; font-weight: 700; letter-spacing: .08em; text-shadow: 0 0 12px rgba(255,255,255,.55); backdrop-filter: blur(12px); transition: opacity .65s ease,visibility .65s,transform .72s cubic-bezier(.16,.82,.12,1),background .3s; }
.store-hero.store-intro .storefront-door { pointer-events: none; }
.store-hero.store-intro .door-copy i { visibility: hidden; opacity: 0; animation: none; transform: translateY(10px) scale(.92); }

@media (max-width: 820px) {
  .record-storefront { inset: 64px 0 0; background-size: auto 100%; background-position: center center; }
  .storefront-door-frame { top: 34%; bottom: 7%; width: 42%; }
  .door-copy i { min-width: 150px; padding: 11px 15px; font-size: 10px; }
  .store-hero.store-intro .record-storefront { animation-duration: 4.2s; }
}

@media (prefers-reduced-motion: reduce) {
  .store-hero.store-intro .record-storefront { animation: none; }
  .store-hero.store-intro .storefront-door-frame::after { animation: none; }
  .store-hero.store-intro .door-copy i { visibility: visible; opacity: 1; transform: none; }
  .store-hero.store-intro .storefront-door { pointer-events: auto; }
}

/* Original eight-second cinematic record-house hero. */
.record-storefront { inset: 64px 0 0; border-radius: 0; background-color: #020204; background-image: linear-gradient(180deg,rgba(1,1,3,.02),rgba(1,1,3,.12)),url("assets/images/hero-record-house-v2.png"); background-size: cover,cover; background-position: center,center; box-shadow: inset 0 0 120px rgba(0,0,0,.24); }
.record-storefront::before { background: radial-gradient(ellipse 72% 74% at 50% 54%,transparent 36%,rgba(1,1,3,.34) 100%); }
.storefront-door-frame { top: 29%; bottom: 8%; width: 29%; background: transparent; box-shadow: none; }
.storefront-door { overflow: visible; background: transparent; box-shadow: none; }
.door-panel { border-color: rgba(255,115,184,.08); background: linear-gradient(90deg,rgba(8,5,10,.1),rgba(255,79,154,.018)); box-shadow: none; transition: transform .9s cubic-bezier(.16,.78,.12,1),filter .6s; }
.door-panel::before { display: none; }
.door-copy { z-index: 15; display: block; pointer-events: none; }
.door-copy i { position: absolute; left: 50%; bottom: 7%; min-width: 220px; padding: 15px 24px; border: 1px solid rgba(255,126,190,.82); border-radius: 999px; background: rgba(5,4,8,.72); color: #ffe3f0; font-size: 15px; font-style: normal; font-weight: 650; letter-spacing: .09em; text-align: center; white-space: nowrap; box-shadow: inset 0 0 20px rgba(255,79,154,.08),0 0 18px rgba(255,79,154,.32); text-shadow: 0 0 10px rgba(255,207,231,.52); backdrop-filter: blur(14px); transform: translateX(-50%); animation: heroCtaBreath 2.2s ease-in-out infinite; }
.door-copy i b { margin-left: 12px; color: #ff86bd; font-size: 17px; }
.hero-vinyl { position: absolute; z-index: 8; left: 50%; top: 48%; width: 48%; aspect-ratio: 1; border-radius: 50%; opacity: 0; background: repeating-radial-gradient(circle,transparent 0 4px,rgba(255,255,255,.085) 5px,transparent 6px),conic-gradient(from 20deg,#050507,#2a1524,#060609,#1b1019,#050507); box-shadow: inset 0 0 30px rgba(255,255,255,.06),0 0 0 1px rgba(255,134,190,.58),0 0 24px rgba(255,79,154,.56),0 0 58px rgba(255,79,154,.2); transform: translate(-50%,-50%) scale(.84); will-change: transform,opacity; }
.hero-vinyl::before { content: ""; position: absolute; inset: 31%; border-radius: 50%; background: radial-gradient(circle,#08070a 0 10%,#ffa0cb 11% 15%,#d93b80 16% 100%); box-shadow: inset 0 0 18px rgba(0,0,0,.35); }
.hero-vinyl::after { content: ""; position: absolute; inset: 48%; z-index: 2; border-radius: 50%; background: #050507; }
.hero-vinyl b,.hero-vinyl i { position: absolute; z-index: -1; border: 1px solid rgba(255,92,166,.36); border-radius: 50%; opacity: 0; }
.hero-vinyl b { inset: -13%; }.hero-vinyl i { inset: -28%; border-color: rgba(255,92,166,.2); }
.hero-tonearm { position: absolute; z-index: 10; left: 67%; top: 27%; width: 4px; height: 34%; border-radius: 6px; opacity: 0; background: linear-gradient(90deg,#5b5660,#e0d8df,#716b74); box-shadow: 0 0 8px rgba(255,163,207,.4); transform: rotate(-31deg); transform-origin: 50% 0; }
.hero-tonearm::before { content: ""; position: absolute; left: 50%; top: -10px; width: 20px; aspect-ratio: 1; border: 3px solid #6c6670; border-radius: 50%; background: #151217; transform: translateX(-50%); }
.hero-tonearm i { position: absolute; left: 50%; bottom: -7px; width: 13px; height: 22px; border-radius: 3px; background: linear-gradient(90deg,#69636d,#d4cdd4,#5f5963); transform: translateX(-50%); }
.hero-door-scan { position: absolute; z-index: 7; left: 50%; top: 50%; width: 26%; aspect-ratio: 1; border: 1px solid #ff70b0; border-radius: 50%; opacity: 0; box-shadow: 0 0 22px rgba(255,79,154,.65),inset 0 0 18px rgba(255,79,154,.2); transform: translate(-50%,-50%) scale(.2); }
.store-hero.store-intro .record-storefront { transform-origin: 50% 54%; animation: heroCameraEight 8s cubic-bezier(.18,.66,.12,1) both; }
.store-hero.store-intro .record-storefront::before { animation: heroDarkReveal 8s ease-out both; }
.store-hero.store-intro .hero-vinyl { animation: heroVinylEight 8s linear both; }
.store-hero.store-intro .hero-vinyl b { animation: heroWaveOne 8s ease-out both; }
.store-hero.store-intro .hero-vinyl i { animation: heroWaveTwo 8s ease-out both; }
.store-hero.store-intro .hero-tonearm { animation: heroNeedleEight 8s cubic-bezier(.2,.72,.2,1) both; }
.store-hero.store-intro .hero-door-scan { animation: heroScanEight 8s ease-out both; }
.store-hero.store-intro .storefront-door-frame::after { animation: doorOrbit 1.85s linear 4.15s both; }
.store-hero.store-intro .door-panel-left { animation: heroDoorLeftEight 8s cubic-bezier(.18,.74,.12,1) both; }
.store-hero.store-intro .door-panel-right { animation: heroDoorRightEight 8s cubic-bezier(.18,.74,.12,1) both; }
.store-hero.store-intro .door-copy i { visibility: visible; animation: heroCtaReveal 8s ease-out both; }
.storefront-door:hover .hero-vinyl,.storefront-door:focus-visible .hero-vinyl { box-shadow: inset 0 0 30px rgba(255,255,255,.08),0 0 0 1px #ff96c7,0 0 36px rgba(255,79,154,.8),0 0 82px rgba(255,79,154,.36); }
.store-hero:not(.store-intro):not(.store-entered) .hero-vinyl { opacity: 1; animation: heroFinalSpin 12s linear infinite; }
.store-hero:not(.store-intro):not(.store-entered) .hero-tonearm { opacity: 1; transform: rotate(-8deg); }
.store-hero.store-entered .hero-vinyl,.store-hero.store-entered .hero-tonearm { opacity: 0; transition: opacity .35s; }
.storefront-door:hover .hero-vinyl,.storefront-door:focus-visible .hero-vinyl { animation-duration: 6s; }
.storefront-door:hover .door-panel-left,.storefront-door:focus-visible .door-panel-left { transform: perspective(500px) rotateY(-8deg) translateX(-2%); }
.storefront-door:hover .door-panel-right,.storefront-door:focus-visible .door-panel-right { transform: perspective(500px) rotateY(8deg) translateX(2%); }
.storefront-door:hover .door-copy i,.storefront-door:focus-visible .door-copy i { background: rgba(17,5,15,.82); box-shadow: inset 0 0 22px rgba(255,79,154,.16),0 0 34px rgba(255,79,154,.72),0 0 76px rgba(255,79,154,.25); transform: translateX(-50%) translateY(-2px) scale(1.035); }
@keyframes heroCameraEight { 0% { opacity: 0; transform: scale(.925); filter: brightness(.2) saturate(.65) blur(3px); } 14% { opacity: 1; filter: brightness(.56) saturate(.88) blur(.7px); } 28% { transform: scale(.955); filter: brightness(.84); } 58% { transform: scale(.985); filter: brightness(.97); } 82%,100% { opacity: 1; transform: scale(1); filter: none; } }
@keyframes heroDarkReveal { 0% { opacity: 1; background: rgba(0,0,0,.92); } 22% { opacity: .42; } 62%,100% { opacity: 1; background: radial-gradient(ellipse 72% 74% at 50% 54%,transparent 36%,rgba(1,1,3,.34) 100%); } }
@keyframes heroVinylEight { 0%,24% { opacity: 0; transform: translate(-50%,-50%) scale(.72) rotate(0); } 29% { opacity: 1; } 50% { opacity: 1; transform: translate(-50%,-50%) scale(1) rotate(290deg); } 100% { opacity: 1; transform: translate(-50%,-50%) scale(1) rotate(930deg); } }
@keyframes heroNeedleEight { 0%,28% { opacity: 0; transform: rotate(-31deg); } 32% { opacity: 1; } 45%,100% { opacity: 1; transform: rotate(-8deg); } }
@keyframes heroWaveOne { 0%,42% { opacity: 0; transform: scale(.55); } 49% { opacity: .75; } 61%,100% { opacity: 0; transform: scale(1.5); } }
@keyframes heroWaveTwo { 0%,46% { opacity: 0; transform: scale(.5); } 54% { opacity: .55; } 67%,100% { opacity: 0; transform: scale(1.65); } }
@keyframes heroScanEight { 0%,51% { opacity: 0; transform: translate(-50%,-50%) scale(.2); } 58% { opacity: .9; } 72%,100% { opacity: 0; transform: translate(-50%,-50%) scale(3.1); } }
@keyframes heroDoorLeftEight { 0%,70% { transform: none; } 88%,100% { transform: perspective(500px) rotateY(-3deg) translateX(-.8%); } }
@keyframes heroDoorRightEight { 0%,70% { transform: none; } 88%,100% { transform: perspective(500px) rotateY(3deg) translateX(.8%); } }
@keyframes heroCtaReveal { 0%,75% { opacity: 0; transform: translateX(-50%) translateY(14px) scale(.94); } 88%,100% { opacity: 1; transform: translateX(-50%); } }
@keyframes heroCtaBreath { 50% { box-shadow: inset 0 0 22px rgba(255,79,154,.15),0 0 34px rgba(255,79,154,.62),0 0 70px rgba(255,79,154,.18); } }
@keyframes heroFinalSpin { to { transform: translate(-50%,-50%) scale(1) rotate(360deg); } }
@media (max-width: 820px) { .record-storefront { background-size: auto 100%,auto 100%; } .storefront-door-frame { width: 43%; } .door-copy i { min-width: 170px; padding: 12px 16px; font-size: 11px; } }
@media (prefers-reduced-motion: reduce) { .store-hero.store-intro .record-storefront,.store-hero.store-intro .record-storefront::before,.store-hero.store-intro .hero-vinyl,.store-hero.store-intro .hero-vinyl b,.store-hero.store-intro .hero-vinyl i,.store-hero.store-intro .hero-tonearm,.store-hero.store-intro .hero-door-scan,.store-hero.store-intro .door-panel,.store-hero.store-intro .door-copy i { animation: none; opacity: 1; } }

/* Let the full-screen storefront continue behind a lightweight hero navigation. */
.record-storefront { inset: 0; }
.site-header:not(.scrolled) {
  border-color: transparent;
  background: linear-gradient(180deg,rgba(3,2,7,.46) 0%,rgba(3,2,7,.18) 58%,transparent 100%);
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.site-header:not(.scrolled) .brand,
.site-header:not(.scrolled) .header-status,
.site-header:not(.scrolled) .site-nav {
  text-shadow: 0 2px 14px rgba(0,0,0,.95);
}
.site-header.scrolled {
  background: rgba(7,7,11,.7);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
@media (max-width: 820px) {
  .record-storefront { inset: 0; }
}

/* Door light follows the exact rectangular door perimeter. */
.storefront-door-frame::after,.door-beam { display: none; }
.door-outline-trace { position: absolute; z-index: 14; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.door-outline-trace rect { fill: none; vector-effect: non-scaling-stroke; }
.door-outline-static { stroke: rgba(255,105,177,.12); stroke-width: 1; opacity: 0; transition: opacity .35s,stroke .35s,filter .35s; }
.door-outline-runner { stroke: #ff74b6; stroke-width: 2; stroke-linecap: round; stroke-dasharray: .12 .88; stroke-dashoffset: 1; opacity: 0; filter: drop-shadow(0 0 5px #ff4f9a) drop-shadow(0 0 12px rgba(255,79,154,.72)); }
.store-hero.store-intro .door-outline-runner { animation: exactDoorTrace 1.9s linear 4.1s both; }
.storefront-door:hover .door-outline-static,.storefront-door:focus-visible .door-outline-static { opacity: 1; stroke: rgba(255,143,198,.9); filter: drop-shadow(0 0 5px #ff4f9a) drop-shadow(0 0 14px rgba(255,79,154,.58)); }
@keyframes exactDoorTrace { 0% { opacity: 0; stroke-dashoffset: 1; } 8%,90% { opacity: 1; } 100% { opacity: 0; stroke-dashoffset: 0; } }

/* Entered store: six selectable albums sit on one physical record shelf. */
.store-hero .record-rack { inset: 22% 5% 18%; display: flex; align-items: flex-end; justify-content: center; gap: clamp(8px,1.35vw,20px); overflow: visible; perspective: 1100px; }
.store-hero .record-rack::before { content: ""; position: absolute; left: 2%; right: 2%; bottom: -7px; height: 54%; border: 1px solid rgba(255,100,172,.14); border-radius: 16px 16px 4px 4px; background: linear-gradient(180deg,rgba(31,14,31,.2),rgba(5,4,8,.78)); box-shadow: inset 0 20px 45px rgba(255,79,154,.025),0 25px 70px rgba(0,0,0,.5); transform: translateZ(-30px); }
.store-hero .record-rack .rack-record { --shelf-r: 0deg; position: relative; left: auto; top: auto; flex: 0 0 auto; width: clamp(92px,11vw,156px); opacity: 0; transform: translate3d(0,42px,0) rotate(var(--shelf-r)) scale(.94); transform-origin: 50% 100%; will-change: transform,opacity; transition: transform .46s cubic-bezier(.18,.8,.15,1),opacity .34s; }
.store-hero .record-rack .rack-record:nth-child(1) { --shelf-r: -3deg; transition-delay: .18s; }
.store-hero .record-rack .rack-record:nth-child(2) { --shelf-r: -1.8deg; transition-delay: .24s; }
.store-hero .record-rack .rack-record:nth-child(3) { --shelf-r: -.6deg; transition-delay: .3s; }
.store-hero .record-rack .rack-record:nth-child(4) { --shelf-r: .6deg; transition-delay: .36s; }
.store-hero .record-rack .rack-record:nth-child(5) { --shelf-r: 1.8deg; transition-delay: .42s; }
.store-hero .record-rack .rack-record:nth-child(6) { --shelf-r: 3deg; transition-delay: .48s; }
.store-hero.store-entered .record-rack .rack-record { opacity: 1; transform: translate3d(0,0,0) rotate(var(--shelf-r)); }
.store-hero .record-rack:hover .rack-record:not(:hover) { opacity: .58; filter: none; transform: translate3d(0,6px,0) rotate(var(--shelf-r)) scale(.97); transition-delay: 0s; }
.store-hero.store-entered .record-rack .rack-record:hover,.store-hero.store-entered .record-rack .rack-record:focus-visible,.store-hero.store-entered .record-rack .rack-record.is-active { z-index: 20; opacity: 1; filter: none; transform: translate3d(0,-34px,80px) rotate(0) scale(1.09); transition-delay: 0s; }
.store-hero .record-rack .rack-record img { inset: 5% 12% 5% 0; width: 88%; height: 90%; border: 1px solid color-mix(in srgb,var(--record-accent) 48%,rgba(255,255,255,.2)); border-radius: 3px; box-shadow: 0 18px 32px rgba(0,0,0,.46); }
.store-hero .record-rack .rack-disc { left: 16%; top: 8%; width: 82%; }
.store-hero .record-rack .rack-record:hover img,.store-hero .record-rack .rack-record:focus-visible img,.store-hero .record-rack .rack-record.is-active img { transform: translateX(-5%); box-shadow: 0 25px 46px rgba(0,0,0,.6),0 0 20px color-mix(in srgb,var(--record-accent) 20%,transparent); }
.store-hero .record-rack .rack-record:hover .rack-disc,.store-hero .record-rack .rack-record:focus-visible .rack-disc,.store-hero .record-rack .rack-record.is-active .rack-disc { transform: translateX(24%) rotate(34deg); }
.store-hero .rack-shelf { position: absolute; z-index: 18; display: block; left: 5%; right: 5%; bottom: 14%; height: 34px; margin: 0; border: 1px solid rgba(255,132,190,.32); border-radius: 3px 3px 10px 10px; background: linear-gradient(180deg,#2e172d 0,#140c17 34%,#07070a 100%); box-shadow: inset 0 1px rgba(255,255,255,.12),0 16px 30px rgba(0,0,0,.62),0 0 24px rgba(255,79,154,.1); transform: perspective(500px) rotateX(18deg); }
.store-hero .rack-shelf::before { content: "VISUAL RECORD ARCHIVE · 06 ALBUMS"; position: absolute; inset: 8px 16px auto; color: rgba(255,210,231,.55); font-size: 7px; letter-spacing: .18em; text-align: center; }
.store-hero .rack-shelf::after { left: 4%; right: 4%; bottom: 4px; background: linear-gradient(90deg,transparent,#ff4f9a 20%,#d868ff 50%,#ff4f9a 80%,transparent); }
@media (max-width: 820px) { .store-hero .record-rack { inset: 23% 2% 20%; gap: 4px; } .store-hero .record-rack .rack-record { width: clamp(54px,14.2vw,78px); } .store-hero .rack-shelf { left: 2%; right: 2%; bottom: 16%; height: 26px; } .store-hero .rack-shelf::before { top: 6px; font-size: 4px; } }

/* Stronger centered shelf silhouette against the storefront background. */
.store-hero .record-rack { inset: 21% 8% 31%; }
.store-hero .record-rack::before { top: 6%; bottom: -9%; height: auto; left: -2%; right: -2%; border-color: rgba(255,111,181,.42); border-radius: 18px 18px 8px 8px; background: repeating-linear-gradient(90deg,rgba(255,255,255,.018) 0 1px,transparent 1px 11%),linear-gradient(180deg,rgba(28,14,29,.94),rgba(8,6,11,.97) 55%,#040407 100%); box-shadow: inset 0 1px 0 rgba(255,213,234,.12),inset 0 -38px 70px rgba(0,0,0,.5),0 28px 70px rgba(0,0,0,.68),0 0 34px rgba(255,79,154,.12); }
.store-hero.store-entered .record-rack .rack-record:hover,.store-hero.store-entered .record-rack .rack-record:focus-visible,.store-hero.store-entered .record-rack .rack-record.is-active { transform: translate3d(0,-22px,55px) rotate(0) scale(1.045); }
.store-hero .rack-shelf { left: 7%; right: 7%; bottom: 26%; height: 48px; border-color: rgba(255,139,199,.62); background: linear-gradient(180deg,#4b2345 0,#241326 24%,#0b080e 68%,#040406 100%); box-shadow: inset 0 2px 0 rgba(255,223,239,.2),inset 0 -10px 20px rgba(0,0,0,.58),0 20px 36px rgba(0,0,0,.72),0 0 30px rgba(255,79,154,.2); }
.store-hero .rack-shelf::before { top: 12px; color: rgba(255,225,240,.78); font-size: 8px; }
.store-hero .rack-shelf::after { height: 3px; bottom: 6px; opacity: 1; box-shadow: 0 0 13px rgba(255,79,154,.7); }
@media (max-width: 820px) { .store-hero .record-rack { inset: 25% 3% 32%; } .store-hero .rack-shelf { left: 3%; right: 3%; bottom: 27%; height: 32px; } .store-hero .rack-shelf::before { top: 8px; font-size: 5px; } }

/* Vinyl waves activate one exact, full-door outline — no travelling stray line. */
.storefront-door::before { content: ""; position: absolute; z-index: 13; inset: 0; border: 1px solid rgba(255,122,188,.88); border-radius: 7px; opacity: 0; pointer-events: none; box-shadow: inset 0 0 18px rgba(255,79,154,.08),0 0 10px rgba(255,79,154,.42),0 0 30px rgba(255,79,154,.14); transition: opacity .35s,box-shadow .4s,border-color .35s; }
.store-hero.store-intro .storefront-door::before { animation: exactDoorArrival 8s ease-out both; }
.storefront-door:hover::before,.storefront-door:focus-visible::before { opacity: 1; border-color: #ff9ac9; box-shadow: inset 0 0 28px rgba(255,79,154,.14),0 0 14px rgba(255,79,154,.7),0 0 42px rgba(255,79,154,.32); }
.hero-vinyl b,.hero-vinyl i { border-color: rgba(255,115,182,.68); filter: drop-shadow(0 0 6px rgba(255,79,154,.75)); }
@keyframes heroWaveOne { 0%,41% { opacity: 0; transform: scale(.54); } 46% { opacity: .82; } 58%,100% { opacity: 0; transform: scale(1.55); } }
@keyframes heroWaveTwo { 0%,45% { opacity: 0; transform: scale(.52); } 51% { opacity: .64; } 61%,100% { opacity: 0; transform: scale(1.26); } }
@keyframes exactDoorArrival { 0%,54% { opacity: 0; } 59% { opacity: .9; box-shadow: inset 0 0 24px rgba(255,79,154,.16),0 0 16px rgba(255,79,154,.8),0 0 48px rgba(255,79,154,.32); } 72% { opacity: .34; } 100% { opacity: .16; } }

/* Stable hero interaction: remove viewport-dependent waves, scans and hover halos. */
.hero-door-scan,
.hero-vinyl > b,
.hero-vinyl > i,
.door-outline-trace,
.storefront-door::before { display: none !important; }
.storefront-door:hover,
.storefront-door:focus-visible {
  outline: none;
  filter: none;
  transform: none;
  background: transparent;
  box-shadow: none;
}
.storefront-door:hover .hero-vinyl,
.storefront-door:focus-visible .hero-vinyl { box-shadow: inset 0 0 30px rgba(255,255,255,.06),0 0 0 1px rgba(255,134,190,.58),0 0 24px rgba(255,79,154,.56),0 0 58px rgba(255,79,154,.2); }
.storefront-door:hover .door-panel-left,
.storefront-door:focus-visible .door-panel-left,
.storefront-door:hover .door-panel-right,
.storefront-door:focus-visible .door-panel-right { transform: none; }
.storefront-door:hover .door-copy i,
.storefront-door:focus-visible .door-copy i {
  background: rgba(5,4,8,.78);
  box-shadow: inset 0 0 20px rgba(255,79,154,.08);
  transform: translateX(-50%);
}

/* Navigation merges cleanly into the hero without a dark separator. */
.site-header,
.site-header:not(.scrolled),
.site-header.scrolled { border-bottom: 0 !important; box-shadow: none; }

/* Mobile store shelf: six albums form a centered three-by-two display. */
@media (max-width: 820px) {
  .store-hero .record-rack {
    inset: 19% 7% 28%;
    display: grid;
    grid-template-columns: repeat(3,minmax(0,78px));
    grid-template-rows: repeat(2,minmax(0,1fr));
    align-items: center;
    justify-content: center;
    gap: 12px clamp(9px,3.4vw,18px);
    padding: 18px 10px 24px;
  }
  .store-hero .record-rack .rack-record {
    width: min(19vw,78px);
    min-width: 58px;
    justify-self: center;
  }
  .store-hero .record-rack::before { inset: 0 -4% -3%; }
  .store-hero .record-rack::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: -1%;
    right: -1%;
    top: 50%;
    height: 8px;
    border-top: 1px solid rgba(255,139,199,.45);
    background: linear-gradient(180deg,rgba(71,32,65,.85),rgba(9,7,11,.9));
    box-shadow: 0 8px 18px rgba(0,0,0,.65);
    transform: translateY(-50%);
  }
  .store-hero.store-entered .record-rack .rack-record:hover,
  .store-hero.store-entered .record-rack .rack-record:focus-visible,
  .store-hero.store-entered .record-rack .rack-record.is-active { transform: translate3d(0,-8px,35px) rotate(0) scale(1.04); }
  .store-hero .rack-shelf { left: 7%; right: 7%; bottom: 23%; }
}

/* The CTA begins as the needle reaches the record; hover feedback stays local. */
.store-hero.store-intro .storefront-door {
  animation: heroDoorPointer 8s linear both;
}
.door-copy i {
  pointer-events: auto;
  transition: bottom .34s cubic-bezier(.2,.8,.15,1),box-shadow .34s,filter .34s,background .34s;
}
.hero-vinyl {
  pointer-events: auto;
  transition: top .34s cubic-bezier(.2,.8,.15,1),box-shadow .34s,filter .34s;
}
.storefront-door .hero-vinyl:hover,
.storefront-door:focus-visible .hero-vinyl {
  top: calc(48% - 6px);
  filter: brightness(1.13) saturate(1.08);
  box-shadow: inset 0 0 34px rgba(255,255,255,.09),0 0 0 1px #ff9ccb,0 0 34px rgba(255,79,154,.76),0 0 74px rgba(255,79,154,.28);
}
.storefront-door .door-copy i:hover,
.storefront-door:focus-visible .door-copy i {
  bottom: calc(7% + 5px);
  background: rgba(18,5,16,.88);
  filter: brightness(1.12);
  box-shadow: inset 0 0 24px rgba(255,79,154,.18),0 0 28px rgba(255,79,154,.64),0 0 58px rgba(255,79,154,.2);
}
@keyframes heroDoorPointer {
  0%,41% { pointer-events: none; }
  42%,100% { pointer-events: auto; }
}
@keyframes heroCtaReveal {
  0%,39% { opacity: 0; transform: translateX(-50%) translateY(14px) scale(.94); }
  45% { opacity: .34; }
  58%,100% { opacity: 1; transform: translateX(-50%); }
}

/* Opening beat: one light travels down the real centre seam, then the vinyl enters. */
.storefront-door::after {
  content: "";
  position: absolute;
  z-index: 12;
  left: 50%;
  top: 0;
  width: 2px;
  height: 22%;
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(180deg,transparent 0%,#ffd5e9 42%,#ff4f9a 68%,transparent 100%);
  box-shadow: 0 0 8px #ff90c2,0 0 22px rgba(255,79,154,.78),0 0 46px rgba(255,79,154,.34);
  transform: translate(-50%,-120%) scaleY(.3);
  transform-origin: 50% 100%;
}
.store-hero.store-intro .storefront-door::after {
  animation: heroSeamDrop 2.15s cubic-bezier(.16,.72,.14,1) both;
}
@keyframes heroSeamDrop {
  0% { opacity: 0; transform: translate(-50%,-120%) scaleY(.25); }
  8% { opacity: .9; }
  40% { opacity: 1; transform: translate(-50%,115%) scaleY(1); }
  82% { opacity: .72; }
  100% { opacity: 0; transform: translate(-50%,470%) scaleY(.55); }
}
@keyframes heroCameraEight {
  0% { opacity: 1; transform: scale(.925); filter: brightness(.2) saturate(.65) blur(3px); }
  14% { opacity: 1; filter: brightness(.56) saturate(.88) blur(.7px); }
  28% { transform: scale(.955); filter: brightness(.84); }
  58% { transform: scale(.985); filter: brightness(.97); }
  82%,100% { opacity: 1; transform: scale(1); filter: none; }
}

/* Desktop selection brings the complete cover-and-vinyl object forward. */
@media (min-width: 821px) {
  .store-hero.store-entered .record-rack .rack-record:hover,
  .store-hero.store-entered .record-rack .rack-record:focus-visible,
  .store-hero.store-entered .record-rack .rack-record.is-active {
    transform: translate3d(0,-52px,110px) rotate(0) scale(1.3);
  }
  .store-hero .record-rack:hover .rack-record:not(:hover):not(.is-active) {
    opacity: .42;
    transform: translate3d(0,7px,0) rotate(var(--shelf-r)) scale(.94);
  }
}

/* The visible entrance is always clickable; JS owns the one-shot transition lock. */
.store-hero.store-intro .storefront-door {
  animation: none !important;
  pointer-events: auto !important;
}

/* One-click transition: the two door leaves open before the record shelf resolves. */
.store-hero.store-opening .door-panel-left {
  animation: storeDoorOpenLeft 1.3s cubic-bezier(.16,.78,.12,1) both;
}
.store-hero.store-opening .door-panel-right {
  animation: storeDoorOpenRight 1.3s cubic-bezier(.16,.78,.12,1) both;
}
.store-hero.store-opening .record-storefront {
  animation: storeCameraThroughDoor 1.55s cubic-bezier(.16,.78,.12,1) both;
}
.store-hero.store-opening.store-entered .store-console {
  animation: storeShelfReveal 1.55s cubic-bezier(.18,.76,.14,1) both;
}
.store-hero.store-opening .door-beam {
  display: block;
  z-index: 3;
  background: radial-gradient(ellipse at 50% 52%,rgba(255,220,239,.78) 0,rgba(255,96,168,.48) 24%,rgba(157,86,255,.24) 52%,transparent 78%);
  mix-blend-mode: screen;
  animation: storeDoorGlow 1.55s cubic-bezier(.16,.72,.14,1) both;
}
.store-hero.store-entered .storefront-door:hover .door-panel-left,
.store-hero.store-entered .storefront-door:focus-visible .door-panel-left {
  transform: perspective(800px) rotateY(-108deg) translateX(-6%) !important;
}
.store-hero.store-entered .storefront-door:hover .door-panel-right,
.store-hero.store-entered .storefront-door:focus-visible .door-panel-right {
  transform: perspective(800px) rotateY(108deg) translateX(6%) !important;
}
@keyframes storeDoorOpenLeft {
  0% { transform: perspective(800px) rotateY(0) translateX(0); filter: brightness(1); }
  45% { filter: brightness(1.18); }
  100% { transform: perspective(800px) rotateY(-108deg) translateX(-6%); filter: brightness(.78); }
}
@keyframes storeDoorOpenRight {
  0% { transform: perspective(800px) rotateY(0) translateX(0); filter: brightness(1); }
  45% { filter: brightness(1.18); }
  100% { transform: perspective(800px) rotateY(108deg) translateX(6%); filter: brightness(.78); }
}
@keyframes storeCameraThroughDoor {
  0% { opacity: 1; transform: scale(1); filter: brightness(1); }
  54% { opacity: .96; transform: scale(1.035); filter: brightness(1.1); }
  100% { opacity: .42; transform: scale(1.075) translateZ(40px); filter: blur(3px) saturate(1.12); }
}
@keyframes storeShelfReveal {
  0%,48% { opacity: 0; transform: translateZ(-80px) scale(.95); filter: blur(10px); }
  74% { opacity: .4; transform: translateZ(-38px) scale(.975); filter: blur(5px); }
  100% { opacity: 1; transform: translateZ(0) scale(1); }
}
@keyframes storeDoorGlow {
  0% { opacity: 0; transform: translateX(-50%) scaleX(.03); filter: blur(30px); }
  24% { opacity: .72; transform: translateX(-50%) scaleX(.18); filter: blur(24px); }
  62% { opacity: .62; transform: translateX(-50%) scaleX(.92); filter: blur(30px); }
  100% { opacity: 0; transform: translateX(-50%) scaleX(1.65); filter: blur(40px); }
}
.store-hero .rack-record,
.store-hero .rack-record:focus,
.store-hero .rack-record:focus-visible {
  outline: none !important;
}

/* Selected shelf label uses the same project name as the homepage catalogue. */
.store-hero .rack-record::after {
  bottom: -38px;
  max-width: 230%;
  padding: 8px 13px;
  font-size: clamp(9px,.72vw,11px);
  font-weight: 600;
  letter-spacing: .055em;
  line-height: 1.2;
  white-space: nowrap;
}
@media (max-width: 820px) {
  .store-hero .rack-record::after {
    bottom: -24px;
    max-width: 220%;
    padding: 6px 8px;
    font-size: clamp(7px,2vw,8px);
    letter-spacing: .035em;
  }
}

/* Music control occupies the navigation status slot instead of the page body. */
.header-status { visibility: hidden; }
.music-player {
  top: 8px;
  bottom: auto;
  left: 50%;
  width: clamp(250px,19vw,310px);
  grid-template-columns: 1fr 34px;
  border-radius: 13px;
  transform: translateX(-50%);
}
.music-toggle { grid-template-columns: 30px 1fr 24px; gap: 8px; padding: 6px 7px 6px 8px; }
.music-disc { width: 29px; }
.music-meta small { font-size: 5px; }
.music-meta strong { font-size: 11px; }
.music-meta em { font-size: 7px; }
.music-source { font-size: 12px; }
@media (max-width: 820px) {
  .music-player {
    top: 10px;
    right: 56px;
    bottom: auto;
    left: auto;
    width: 116px;
    grid-template-columns: 1fr;
    border-radius: 11px;
    transform: none;
  }
  .music-toggle { grid-template-columns: 20px 1fr 20px; gap: 5px; padding: 6px; }
  .music-disc { width: 20px; }
  .music-meta small,.music-meta em,.music-source { display: none; }
  .music-meta strong { font-size: 9px; }
  .music-state { width: 19px; font-size: 7px; }
}

/* Compact player must remain the final cascade rule. */
.music-player,
.music-player:hover,
.music-player.is-playing {
  top: 15px;
  right: auto;
  bottom: auto !important;
  left: calc(var(--pad) + 225px);
  width: 36px;
  height: 36px;
  max-height: none;
  display: block;
  overflow: visible;
  border: 0;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  transform: none;
}
.music-player .music-toggle {
  position: relative;
  width: 36px;
  height: 36px;
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
  gap: 0;
  padding: 0;
  border-radius: 50%;
}
.music-player .music-disc { width: 28px; }
.music-player .music-meta,
.music-player .music-source { display: none; }
.music-player .music-state {
  position: absolute;
  inset: 0;
  width: auto;
  display: grid;
  place-items: center;
  border: 0;
  font-size: 7px;
  pointer-events: none;
}
@media (max-width: 820px) {
  .music-player,
  .music-player:hover,
  .music-player.is-playing {
    top: 14px;
    right: 62px;
    left: auto;
    width: 32px;
    height: 32px;
  }
  .music-player .music-toggle { width: 32px; height: 32px; }
  .music-player .music-disc { width: 24px; }
  .music-player .music-state { width: auto; font-size: 6px; }
}

/* Catalogue hierarchy: keep the headline clean and give records their own stage. */
.catalogue::before { display: none; }
.catalogue-intro {
  z-index: 2;
  padding-bottom: clamp(38px,5vw,64px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.catalogue-controls {
  z-index: 2;
  margin-top: clamp(24px,3vw,40px);
  margin-bottom: 0;
  padding-top: 0;
  border-top: 0;
}
.album-track {
  z-index: 1;
  margin-top: clamp(20px,2.8vw,36px);
  padding-top: clamp(54px,5vw,76px);
  padding-bottom: clamp(54px,5vw,76px);
  border-top: 1px solid rgba(255,111,180,.16);
  border-bottom: 1px solid rgba(255,255,255,.06);
  background: linear-gradient(180deg,rgba(31,16,34,.34),rgba(8,7,12,.12));
  box-shadow: inset 0 30px 70px rgba(255,79,154,.025);
}

/* Final music control: a transparent icon only, parked beside the brand. */
.music-player,
.music-player:hover,
.music-player.is-playing {
  top: 15px;
  right: auto;
  bottom: auto !important;
  left: calc(var(--pad) + 225px);
  width: 36px;
  height: 36px;
  max-height: none;
  display: block;
  overflow: visible;
  border: 0;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  transform: none;
}
.music-player .music-toggle {
  position: relative;
  width: 36px;
  height: 36px;
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
  gap: 0;
  padding: 0;
  border-radius: 50%;
}
.music-player .music-disc { width: 28px; }
.music-player .music-meta,
.music-player .music-source { display: none; }
.music-player .music-state {
  position: absolute;
  inset: 0;
  width: auto;
  display: grid;
  place-items: center;
  border: 0;
  font-size: 7px;
  pointer-events: none;
}

@media (max-width: 820px) {
  .catalogue-intro { padding-bottom: 34px; }
  .catalogue-controls { margin-top: 24px; }
  .album-track {
    margin-top: 20px;
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .music-player,
  .music-player:hover,
  .music-player.is-playing {
    top: 14px;
    right: 54px;
    left: auto;
    width: 32px;
    height: 32px;
  }
  .music-player .music-toggle { width: 32px; height: 32px; }
  .music-player .music-disc { width: 24px; }
  .music-player .music-state { width: auto; font-size: 6px; }
}

/* Minimal transparent music icon beside the brand. */
.music-player,
.music-player:hover,
.music-player.is-playing {
  top: 15px;
  right: auto;
  bottom: auto !important;
  left: calc(var(--pad) + 225px);
  width: 36px;
  height: 36px;
  max-height: none;
  display: block;
  overflow: visible;
  border: 0;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  transform: none;
}
.music-toggle {
  position: relative;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  padding: 0;
  border-radius: 50%;
}
.music-disc { width: 28px; transition: filter .25s,box-shadow .25s,transform .25s; }
.music-toggle:hover .music-disc,.music-toggle:focus-visible .music-disc { filter: brightness(1.18); box-shadow: 0 0 16px rgba(255,79,154,.62); transform: translateY(-2px); }
.music-meta,.music-source { display: none; }
.music-state {
  position: absolute;
  inset: 0;
  width: auto;
  display: grid;
  place-items: center;
  border: 0;
  color: #fff;
  font-size: 7px;
  text-shadow: 0 0 7px #ff4f9a;
  pointer-events: none;
}
.music-player.is-autoplay-blocked .music-disc { animation: musicReadyPulse 1.5s ease-in-out infinite; }
@keyframes musicReadyPulse { 50% { filter: brightness(1.2); box-shadow: 0 0 15px rgba(255,79,154,.55); } }
@media (max-width: 820px) {
  .music-player,.music-player:hover,.music-player.is-playing {
    top: 14px;
    right: 54px;
    left: auto;
    width: 32px;
    height: 32px;
  }
  .music-toggle { width: 32px; height: 32px; padding: 0; }
  .music-disc { width: 24px; }
  .music-state { display: grid; width: auto; font-size: 6px; }
}

/* Persistent licensed-stream music control. */
.music-player {
  position: fixed;
  z-index: 165;
  left: max(16px,var(--pad));
  bottom: 17px;
  width: clamp(270px,21vw,340px);
  display: grid;
  grid-template-columns: 1fr 38px;
  align-items: stretch;
  border: 1px solid rgba(255,112,179,.34);
  border-radius: 16px;
  overflow: hidden;
  background: rgba(7,6,11,.78);
  box-shadow: 0 15px 42px rgba(0,0,0,.48),inset 0 1px rgba(255,255,255,.06);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  transition: border-color .3s,box-shadow .3s,transform .3s;
}
.music-player:hover,.music-player.is-playing { border-color: rgba(255,112,179,.68); box-shadow: 0 17px 48px rgba(0,0,0,.56),0 0 24px rgba(255,79,154,.13),inset 0 1px rgba(255,255,255,.08); }
.music-toggle { min-width: 0; display: grid; grid-template-columns: 38px 1fr 26px; align-items: center; gap: 10px; padding: 9px 8px 9px 10px; border: 0; background: transparent; color: #fff; text-align: left; cursor: pointer; }
.music-disc { position: relative; width: 36px; aspect-ratio: 1; border-radius: 50%; background: repeating-radial-gradient(circle,transparent 0 2px,rgba(255,255,255,.14) 3px,transparent 4px),conic-gradient(#09080c,#ff4f9a,#151019,#ab5dff,#09080c); box-shadow: 0 0 12px rgba(255,79,154,.25); }
.music-disc::before { content: ""; position: absolute; inset: 34%; border-radius: 50%; background: var(--pink); box-shadow: inset 0 0 7px rgba(0,0,0,.35); }
.music-disc i { position: absolute; z-index: 2; inset: 47%; border-radius: 50%; background: #09080c; }
.music-player.is-playing .music-disc { animation: musicSpin 6s linear infinite; }
.music-meta { min-width: 0; display: block; }
.music-meta small,.music-meta strong,.music-meta em { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.music-meta small { margin-bottom: 2px; color: #c47b9f; font-size: 6px; letter-spacing: .14em; }
.music-meta strong { font-size: 13px; font-weight: 650; letter-spacing: .015em; }
.music-meta em { margin-top: 2px; color: #aaa3ad; font-size: 8px; font-style: normal; }
.music-state { display: grid; place-items: center; width: 24px; aspect-ratio: 1; border: 1px solid rgba(255,121,185,.42); border-radius: 50%; color: #ff92c2; font-size: 9px; }
.music-source { display: grid; place-items: center; border-left: 1px solid rgba(255,255,255,.1); color: #b8b1bb; font-size: 14px; transition: color .25s,background .25s; }
.music-source:hover,.music-source:focus-visible { color: #fff; background: rgba(255,79,154,.14); outline: none; }
.music-embed { position: absolute; width: 1px; height: 1px; left: -9999px; border: 0; opacity: 0; pointer-events: none; }
@keyframes musicSpin { to { transform: rotate(360deg); } }
@media (max-width: 820px) {
  .music-player { left: 12px; right: 76px; bottom: 12px; width: auto; grid-template-columns: 1fr 34px; border-radius: 13px; }
  .music-toggle { grid-template-columns: 32px 1fr 24px; gap: 8px; padding: 7px 6px 7px 8px; }
  .music-disc { width: 31px; }
  .music-meta strong { font-size: 11px; }
  .music-meta em { font-size: 7px; }
}

/* Project-name capsule aligns to the square sleeve, not the full vinyl object. */
.store-hero .rack-record::after {
  left: 44%;
  width: 88%;
  max-width: none;
  box-sizing: border-box;
  padding: 8px 5px;
  overflow: visible;
  font-family: Inter,"Helvetica Neue","PingFang SC","Microsoft YaHei",sans-serif;
  font-size: clamp(8px,.66vw,10px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.15;
  text-align: center;
}
@media (max-width: 820px) {
  .store-hero .rack-record::after {
    left: 44%;
    width: 88%;
    max-width: none;
    padding: 5px 3px;
    font-size: clamp(6px,1.7vw,7px);
    white-space: normal;
  }
}

/* Final navigation placement: compact transparent player between brand and nav. */
.music-player,
.music-player:hover,
.music-player.is-playing {
  top: calc((var(--header-h) - 40px) / 2);
  right: auto;
  bottom: auto !important;
  left: calc(var(--pad) + 250px);
  width: 164px;
  height: 40px;
  max-height: none;
  display: block;
  overflow: visible;
  border: 0;
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  transform: none;
}
.music-player .music-toggle {
  position: relative;
  width: 164px;
  height: 40px;
  display: grid;
  grid-template-columns: 30px minmax(0,1fr) 30px;
  align-items: center;
  gap: 9px;
  padding: 0 3px;
  border-radius: 999px;
}
.music-player .music-disc { width: 28px; }
.music-player .music-meta { display: block; }
.music-player .music-meta small,
.music-player .music-meta em,
.music-player .music-source { display: none; }
.music-player .music-meta strong {
  display: block;
  color: #f4edf2;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .025em;
  white-space: nowrap;
}
.music-player .music-state {
  position: static;
  width: 30px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,112,179,.58);
  border-radius: 50%;
  color: #ff93c4;
  font-size: 11px;
  pointer-events: none;
}
@media (max-width: 820px) {
  .music-player,
  .music-player:hover,
  .music-player.is-playing {
    top: calc((var(--header-h) - 36px) / 2);
    right: 62px;
    left: auto;
    width: 36px;
    height: 36px;
  }
  .music-player .music-toggle {
    width: 36px;
    height: 36px;
    display: grid;
    grid-template-columns: 1fr;
    place-items: center;
    gap: 0;
    padding: 0;
  }
  .music-player .music-disc { width: 28px; }
  .music-player .music-meta { display: none; }
  .music-player .music-state {
    position: absolute;
    inset: 0;
    width: auto;
    border: 0;
    font-size: 9px;
  }
}
