:root {
  --cream: #f5f2eb;
  --paper: #fbf8f2;
  --ink: #242321;
  --muted: #726d63;
  --terracotta: #d96236;
  --teal: #286b68;
  --yellow: #e8b84e;
  --line: rgba(36, 35, 33, .17);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { width: 100%; max-width: 100%; margin: 0; background: var(--cream); color: var(--ink); font-family: "DM Sans", Arial, sans-serif; overflow-x: hidden; }
a { color: inherit; }
::selection { background: var(--yellow); color: var(--ink); }
.grain::before { content: ""; position: fixed; inset: 0; z-index: 20; pointer-events: none; opacity: .045; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' 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='.55'/%3E%3C/svg%3E"); }
.mono { font-family: "Space Mono", monospace; letter-spacing: .05em; }
.display { font-family: "DM Serif Display", Georgia, serif; }
.site-header, .site-footer { width: min(1400px, calc(100% - 3rem)); max-width: 100%; margin-inline: auto; }
.site-header { position: relative; z-index: 10; display: flex; align-items: center; justify-content: space-between; padding-block: 1.5rem; }
.site-mark { font-size: .75rem; font-weight: 700; text-decoration: none; }
.site-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem 2rem; font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.site-nav a { text-decoration: none; border-bottom: 1px solid transparent; padding-bottom: .3rem; }
.site-nav a:hover, .site-nav a[aria-current="page"] { border-color: var(--terracotta); }
.availability { display: none; font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; text-decoration: none; }
.availability::before { content: ""; display: inline-block; width: .5rem; height: .5rem; margin-right: .5rem; border-radius: 50%; background: var(--terracotta); }
.page-main { position: relative; z-index: 1; width: 100%; max-width: 1600px; margin-inline: auto; padding-block: 5rem 8rem; }
.eyebrow { margin: 0 0 1rem; color: var(--terracotta); font-size: .65rem; font-weight: 700; text-transform: uppercase; letter-spacing: .2em; }
.page-title { max-width: 920px; margin: 0; font-size: clamp(4rem, 11vw, 9rem); line-height: .86; letter-spacing: -.06em; }
.page-title em { color: var(--terracotta); font-style: italic; }
.lede { max-width: 600px; margin: 2rem 0 0; color: var(--muted); font-size: 1.2rem; line-height: 1.65; }
.work-intro { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.35fr); align-items: end; min-height: 760px; background: radial-gradient(circle at 58% 24%, rgba(214,157,91,.22), transparent 24%), radial-gradient(circle at 18% 76%, rgba(40,107,104,.16), transparent 30%), linear-gradient(145deg, #403a34 0%, #272624 44%, #151515 100%); overflow: hidden; }
.work-intro > div:first-child { position: relative; z-index: 2; max-width: 760px; padding: 3.5rem 0 2rem clamp(1rem, 2vw, 2rem); }
.needle-zoom { position: absolute; inset: 0 0 0 20%; z-index: 0; isolation: isolate; display: block; width: auto; min-height: 760px; max-width: none; aspect-ratio: auto; overflow: hidden; cursor: zoom-in; outline: none; background: radial-gradient(circle at 35% 34%, rgba(255,255,255,.08), transparent 14%), linear-gradient(180deg, rgba(9,9,9,.72), rgba(12,11,10,.62) 32%, rgba(5,5,5,.82) 100%); opacity: 1; pointer-events: none; transform: scale(var(--needle-scroll-scale, 1)); transform-origin: 50% 42%; will-change: transform; box-shadow: inset 0 0 100px rgba(0,0,0,.8); filter: contrast(1.08) saturate(.7); }
.needle-zoom::before { content: ''; position: absolute; inset: 0; z-index: 1; background: repeating-linear-gradient(0deg, rgba(255,255,255,.025) 0, rgba(255,255,255,.025) 1px, transparent 1px, transparent 3px), linear-gradient(90deg, rgba(0,0,0,.15), rgba(0,0,0,0) 22%, rgba(0,0,0,.24)); mix-blend-mode: screen; opacity: .76; }
.needle-zoom::after { content: ''; position: absolute; inset: 0; z-index: 5; background: linear-gradient(90deg, rgba(255,255,255,.08), transparent 28%, rgba(255,194,154,.12) 100%); border: 1px solid rgba(36,35,33,.08); pointer-events: none; }
.needle-sequence { position: absolute; inset: -6% -2% 0 -2%; z-index: 4; overflow: hidden; background: radial-gradient(circle at 50% 44%, rgba(255,255,255,.06), rgba(0,0,0,0) 22%), transparent; opacity: .62; transform: scale(1.06); animation: needle-sequence-zoom 12s cubic-bezier(.38,0,.22,1) infinite alternate; }
.needle-wide-shot, .needle-macro-shot { position: absolute; inset: 0; overflow: hidden; }
.needle-wide-shot { display: grid; place-items: center; opacity: 1; animation: wide-shot 10s steps(1, end) infinite; }
.needle-macro-shot { opacity: 0; background: radial-gradient(circle at 50% 60%, rgba(217,98,54,.16) 0%, rgba(20,20,20,.9) 28%, rgba(9,9,9,1) 76%); transform-origin: 45% 67%; animation: macro-shot 10s linear infinite; }
.wide-title { position: absolute; z-index: 5; color: var(--cream); font-size: clamp(2rem, 5vw, 4rem); text-shadow: 0 0 24px rgba(246,241,232,.18); }
.wide-turntable { position: absolute; left: 12%; bottom: -40%; width: 76%; aspect-ratio: 1; border: 2px solid rgba(255,255,255,.18); border-radius: 50%; background: radial-gradient(circle at center, #121110, #0f0f0f 52%, #080808 100%); box-shadow: 0 0 0 24px rgba(24,23,22,.9), 0 0 0 26px rgba(63,59,54,.8), 0 30px 80px rgba(0,0,0,.45); animation: wide-spin 4s linear infinite; }
.wide-record { position: absolute; left: 27%; bottom: -6%; width: 46%; aspect-ratio: 1; border-radius: 50%; background: repeating-radial-gradient(circle, rgba(255,255,255,.18) 0 2px, rgba(13,13,13,.9) 3px 10px); box-shadow: 0 0 0 12px rgba(32,30,28,.95); animation: wide-spin 3.5s linear infinite reverse; }
.wide-tonearm { position: absolute; right: 16%; top: 24%; width: 48%; height: 8px; border-radius: 999px; background: linear-gradient(90deg, rgba(255,255,255,.75), rgba(200,192,181,.9) 40%, rgba(255,255,255,.8)); transform: rotate(35deg); transform-origin: right; animation: arm-set 10s steps(1, end) infinite; }
.wide-tonearm::after { content: ''; position: absolute; left: -14px; top: -7px; width: 30px; height: 22px; border-radius: 4px 10px 6px 4px; background: #292725; box-shadow: 0 0 0 2px #ddd2c4; }
.wide-hand { position: absolute; right: -12%; top: 4%; width: 24%; height: 42%; border-radius: 50% 50% 35% 40%; background: linear-gradient(135deg, #d08a72, #a55943 70%); transform: rotate(25deg); animation: hand-place 10s steps(1, end) infinite; box-shadow: -12px 8px 0 -3px rgba(210,139,115,.9), -22px 6px 0 -7px rgba(210,139,115,.8); }
.wide-status, .macro-title, .macro-rumble { position: absolute; z-index: 6; color: var(--yellow); font-size: .55rem; letter-spacing: .15em; }
.wide-status { left: 1rem; bottom: 1rem; }
.macro-title { top: 1rem; left: 1rem; }
.macro-rumble { right: 1rem; bottom: 1rem; color: var(--terracotta); }
.macro-pvc { position: absolute; inset: 48% -20% -60% -20%; border-radius: 50%; background: repeating-radial-gradient(circle, #55504a 0 3px, #0b0b0b 4px 16px); transform: rotate(-8deg); animation: macro-spin 2.8s linear infinite; }
.macro-grooves { position: absolute; inset: 44% -10% -45% -10%; z-index: 2; border-radius: 50%; background: repeating-radial-gradient(ellipse at center, transparent 0 6px, rgba(246,241,232,.68) 7px 9px, transparent 10px 18px), repeating-linear-gradient(90deg, rgba(246,241,232,.08) 0 1px, transparent 1px 8px); transform: rotate(-8deg); animation: macro-spin 2.8s linear infinite; box-shadow: inset 0 0 22px rgba(255,255,255,.12), 0 0 18px rgba(217,98,54,.12); }
.macro-cantilever { position: absolute; left: 39%; top: 29%; z-index: 4; width: 5px; height: 42%; background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(189,185,180,.72)); transform: rotate(21deg); transform-origin: top; animation: cantilever-vibrate .22s ease-in-out infinite alternate; box-shadow: 0 0 14px rgba(255,255,255,.18); }
.macro-diamond { position: absolute; left: 45%; top: 67%; z-index: 5; width: 18px; height: 18px; border: 4px solid var(--terracotta); border-radius: 50%; background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(200,199,196,.9)); box-shadow: 0 0 18px rgba(217,98,54,.85), 0 0 0 2px rgba(255,255,255,.16); animation: diamond-track .16s ease-in-out infinite alternate; }
.needle-art { --needle-camera-scale: 1; position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; overflow: visible; transform-origin: 41.3% 78.3%; opacity: .6; animation: needle-camera-push 8s cubic-bezier(.45,0,.55,1) infinite alternate; }
.needle-disc { stroke: rgba(246,241,232,.14); stroke-width: 2; transform-origin: 205px 390px; animation: needle-svg-spin 18s linear infinite; }
.needle-groove-lines { fill: none; stroke: rgba(246,241,232,.25); stroke-width: 2; transform-origin: 205px 390px; animation: needle-svg-spin 18s linear infinite; }
.needle-disc-label { fill: var(--terracotta); stroke: rgba(36,35,33,.3); stroke-width: 3; }
.needle-disc-hole { fill: var(--cream); }
.needle-rail { fill: none; stroke: url(#needle-metal); stroke-width: 13; stroke-linecap: round; filter: drop-shadow(0 2px 2px rgba(36,35,33,.3)); }
.needle-pivot { fill: var(--ink); stroke: rgba(36,35,33,.16); stroke-width: 7; }
.needle-head-shell { fill: #242321; stroke: var(--cream); stroke-width: 3; }
.needle-cantilever { fill: none; stroke: var(--cream); stroke-width: 5; stroke-linecap: round; }
.needle-contact { fill: var(--cream); stroke: var(--terracotta); stroke-width: 5; }
.needle-focus-label { position: absolute; left: 1rem; bottom: 1rem; z-index: 6; color: var(--cream); font-size: .55rem; letter-spacing: .12em; }
.needle-record, .needle-arm { display: none; }
.needle-grooves { position: absolute; inset: 4%; border-radius: 50%; background: repeating-radial-gradient(circle at center, rgba(246,241,232,.2) 0 1px, transparent 1px 10px); opacity: .72; }
.needle-grooves::after { content: ''; position: absolute; inset: 22%; border: 1px solid rgba(246,241,232,.2); border-radius: 50%; }
.needle-label { position: absolute; inset: 38%; border-radius: 50%; background: var(--terracotta); box-shadow: 0 0 0 5px rgba(36,35,33,.12); }
.needle-label::after { content: ''; position: absolute; inset: 43%; border-radius: 50%; background: var(--cream); }
.needle-highlight { position: absolute; top: 18%; left: 12%; width: 48%; height: 8%; border-radius: 50%; background: rgba(246,241,232,.12); transform: rotate(-30deg); filter: blur(4px); }
.needle-arm { position: absolute; top: 8%; right: 3%; width: 84%; height: 55%; transform: rotate(12deg); transform-origin: 100% 50%; animation: needle-tracking 3.8s ease-in-out infinite alternate; }
.needle-arm::before { content: ''; position: absolute; top: 33%; right: 8%; width: 83%; height: 7%; border-radius: 999px; background: linear-gradient(90deg, #f8f5ef, #b3aca4 44%, #f4eee6); box-shadow: 0 1px 2px rgba(36,35,33,.3); }
.needle-arm::after { content: ''; position: absolute; top: 27%; right: 0; width: 12%; height: 20%; border-radius: 50%; background: var(--ink); box-shadow: 0 0 0 5px rgba(36,35,33,.12); }
.needle-head { position: absolute; left: 4%; top: 25%; z-index: 2; width: 23%; height: 30%; border-radius: 5px 14px 8px 5px; background: linear-gradient(135deg, #111, #4c4945 45%, #151515 70%); box-shadow: inset 0 0 0 1px rgba(246,241,232,.24), 3px 4px 8px rgba(0,0,0,.2); transform: rotate(-15deg); }
.needle-head::before { content: ''; position: absolute; left: 14%; top: 18%; width: 45%; height: 55%; border-radius: 3px; background: #242321; box-shadow: inset 0 0 0 1px rgba(246,241,232,.18); }
.needle-head i { position: absolute; right: 14%; bottom: -22%; width: 10%; height: 42%; background: #d6d0c6; transform: rotate(18deg); transform-origin: top; }
.needle-tip { position: absolute; left: 7%; bottom: 11%; z-index: 3; width: 8px; height: 8px; border-radius: 50%; background: var(--cream); box-shadow: 0 0 0 3px rgba(217,98,54,.5), 0 0 12px rgba(246,241,232,.75); }
.needle-caption { position: absolute; right: 1rem; bottom: 1rem; z-index: 6; color: var(--cream); font-size: .55rem; letter-spacing: .14em; }
.needle-zoom:hover .needle-record, .needle-zoom:focus-visible .needle-record { --needle-zoom: 1.18; }
.needle-zoom:hover .needle-art, .needle-zoom:focus-visible .needle-art { --needle-camera-scale: 1.24; animation-play-state: paused; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.needle-zoom:hover .needle-tip, .needle-zoom:focus-visible .needle-tip { box-shadow: 0 0 0 5px rgba(217,98,54,.62), 0 0 20px rgba(246,241,232,.95); }
@keyframes needle-record-spin { to { transform: rotate(348deg) scale(var(--needle-zoom)); } }
@keyframes needle-svg-spin { to { transform: rotate(360deg); } }
@keyframes needle-camera-push { from { transform: scale(var(--needle-camera-scale)); } to { transform: scale(calc(var(--needle-camera-scale) + .12)); } }
@keyframes needle-background-pull { from { transform: scale(1.02) translate3d(0, 0, 0); } to { transform: scale(1.18) translate3d(0, -12px, 0); } }
@keyframes needle-sequence-zoom { 0% { transform: scale(1.04) translate3d(0, 0, 0) rotate(0deg); opacity: 1; } 42% { transform: scale(1.12) translate3d(0, 6px, 0) rotate(-1.5deg); opacity: 1; } 66% { transform: scale(1.36) translate3d(0, 18px, 0) rotate(-2deg); opacity: 1; } 100% { transform: scale(1.52) translate3d(0, 28px, 0) rotate(-2.5deg); opacity: 1; } }
@keyframes needle-bg-zoom { 0% { opacity: .85; } 50% { opacity: 1; } 100% { opacity: 1; } }
@keyframes needle-tracking { from { transform: rotate(10deg) translateY(0); } to { transform: rotate(14deg) translateY(3px); } }
@keyframes wide-shot { 0%, 52% { opacity: 1; } 53%, 100% { opacity: .08; } }
@keyframes macro-shot { 0%, 52% { opacity: 0; transform: scale(1); } 53% { opacity: .85; transform: scale(1.08); } 100% { opacity: 1; transform: scale(1.6); } }
@keyframes hand-place { 0%, 18% { transform: translate(30px,-15px) rotate(25deg); } 45%, 55% { transform: translate(0,0) rotate(25deg); } 56%, 100% { transform: translate(30px,-15px) rotate(25deg); } }
@keyframes arm-set { 0%, 30% { transform: rotate(35deg); } 48%, 55% { transform: rotate(25deg); } 56%, 100% { transform: rotate(25deg); } }
@keyframes wide-spin { to { transform: rotate(360deg); } }
@keyframes macro-spin { to { transform: rotate(352deg); } }
@keyframes cantilever-vibrate { from { transform: rotate(20deg) translateX(-2px); } to { transform: rotate(19deg) translateX(2px); } }
@keyframes diamond-track { from { transform: translate(0,0) scale(1); } to { transform: translate(4px,1px) scale(1.08); } }
.macro-camera { position: absolute; inset: 0; z-index: 0; overflow: hidden; background: linear-gradient(180deg, #f4d2b8 0 48%, #fbfaf5 48% 100%); opacity: 1; transform: translateX(4%) scale(var(--needle-scroll-scale, 1)); transform-origin: 72% 42%; will-change: transform; }
.macro-warm-shot, .macro-sem-shot { position: absolute; inset: 0; overflow: hidden; }
.macro-warm-shot { z-index: 1; background: radial-gradient(circle at 72% 18%, rgba(255,198,127,.45), transparent 22%), linear-gradient(140deg, rgba(162,105,71,.48), rgba(93,58,44,.32) 55%, transparent 70%), linear-gradient(180deg, transparent 0 64%, rgba(251,250,245,.98) 64% 100%); animation: none; opacity: 1; }
.macro-sem-shot { z-index: 2; opacity: 0; background: #575757; filter: grayscale(1) contrast(1.25); animation: macro-sem-rise 16s ease-in-out infinite; }
.macro-platter { position: absolute; left: -8%; bottom: -58%; width: 88%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 38% 30%, rgba(255,255,255,.2), transparent 16%), repeating-radial-gradient(circle, rgba(226,219,207,.2) 0 1px, rgba(24,23,22,.94) 2px 8px), linear-gradient(135deg, #353332, #111); border: 2px solid rgba(245,224,189,.42); box-shadow: 0 0 0 18px rgba(20,18,17,.38), 0 0 90px rgba(226,139,56,.22), inset 0 0 0 18px rgba(255,255,255,.035); animation: macro-platter-spin 4s linear infinite; }
.macro-vinyl { position: absolute; left: 13%; bottom: -30%; width: 64%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 36% 28%, rgba(255,255,255,.2), transparent 14%), repeating-radial-gradient(circle, rgba(224,219,210,.19) 0 1px, rgba(25,24,23,.96) 2px 7px), radial-gradient(circle, #363432, #121212 68%); box-shadow: inset 0 0 0 10px rgba(255,218,157,.08), inset 0 0 0 31% rgba(210,99,54,.08); animation: macro-platter-spin 3.2s linear infinite reverse; }
.macro-vinyl::after { content: ''; position: absolute; inset: 36%; border-radius: 50%; background: radial-gradient(circle, #c56b42 0 48%, #8c4932 49% 62%, #262321 63% 66%, transparent 67%); box-shadow: 0 0 0 1px rgba(246,241,232,.22); }
.macro-tonearm { position: absolute; right: 8%; top: 19%; width: 64%; height: 9px; border-radius: 999px; background: linear-gradient(90deg, #493b31, #e4d4b7 50%, #9b8974); transform: rotate(28deg); transform-origin: right center; animation: macro-arm-dive 16s cubic-bezier(.45,0,.2,1) infinite; box-shadow: 0 2px 10px rgba(0,0,0,.4); }
.macro-cartridge { position: absolute; right: 31%; top: 38%; z-index: 2; width: 88px; height: 56px; border-radius: 8px 18px 12px 8px; background: linear-gradient(135deg, #161616, #8d7359 48%, #211a16); border: 2px solid rgba(250,225,181,.78); transform: rotate(18deg); transform-origin: 80% 20%; animation: macro-cartridge-dive 16s cubic-bezier(.45,0,.2,1) infinite; box-shadow: 0 7px 18px rgba(0,0,0,.45); }
.macro-cantilever { position: absolute; left: 48%; top: 82%; width: 4px; height: 72px; background: linear-gradient(#f5ead5, #b9a68e); transform: rotate(18deg); transform-origin: top; animation: macro-cantilever-shiver .13s ease-in-out infinite alternate; }
.macro-diamond { position: absolute; left: -7px; bottom: -8px; width: 16px; height: 20px; background: #f3eee2; border: 2px solid #d39b4d; clip-path: polygon(50% 0, 100% 55%, 65% 100%, 35% 100%, 0 55%); animation: macro-diamond-track .13s ease-in-out infinite alternate; }
.macro-light { position: absolute; inset: -30% 35% 35% -20%; background: rgba(255,206,137,.16); transform: rotate(-18deg); filter: blur(30px); }
.sem-vignette { position: absolute; inset: 0; background: radial-gradient(ellipse at center, transparent 38%, rgba(0,0,0,.84) 100%); z-index: 6; }
.sem-groove { position: absolute; left: 5%; right: 5%; bottom: -14%; height: 82%; background: linear-gradient(135deg, #6b6b6b 0 48%, #1e1e1e 49% 51%, #777 52% 100%); clip-path: polygon(0 10%, 50% 100%, 100% 10%, 100% 100%, 0 100%); box-shadow: inset 0 0 0 3px rgba(255,255,255,.22), 0 -20px 60px rgba(255,255,255,.12); transform: scale(1.05); animation: sem-groove-drift 16s cubic-bezier(.45,0,.2,1) infinite; }
.sem-groove::after { content: ''; position: absolute; inset: 9% 0 0; background: repeating-linear-gradient(169deg, transparent 0 18px, rgba(255,255,255,.22) 19px 22px, transparent 23px 38px), repeating-linear-gradient(11deg, transparent 0 25px, rgba(0,0,0,.3) 26px 29px, transparent 30px 50px); opacity: .8; }
.sem-ridge { position: absolute; z-index: 3; left: 10%; width: 82%; height: 18px; border-radius: 50%; border-top: 5px solid rgba(235,235,235,.48); filter: blur(1px); transform: rotate(16deg); animation: sem-ridge-flow 1.1s ease-in-out infinite alternate; }
.sem-ridge-one { top: 58%; }.sem-ridge-two { top: 68%; animation-delay: -.35s; }.sem-ridge-three { top: 78%; animation-delay: -.7s; }
.sem-stylus { position: absolute; z-index: 5; left: 49%; top: 12%; width: 9px; height: 64%; background: linear-gradient(90deg, #cfcfcf, #fff, #858585); transform: rotate(16deg); transform-origin: bottom; animation: sem-stylus-drop 16s cubic-bezier(.45,0,.2,1) infinite; box-shadow: 0 0 12px rgba(255,255,255,.32); }
.sem-stylus::after { content: ''; position: absolute; left: -15px; bottom: -12px; width: 35px; height: 35px; background: #efefef; clip-path: polygon(50% 0, 100% 75%, 50% 100%, 0 75%); animation: macro-diamond-track .13s ease-in-out infinite alternate; }
.sem-contact-glow { position: absolute; z-index: 6; left: 49%; top: 77%; width: 30px; height: 30px; border-radius: 50%; background: rgba(255,255,255,.55); filter: blur(10px); animation: sem-contact-pulse .26s ease-in-out infinite alternate; }
.macro-readout { position: absolute; z-index: 8; left: 1rem; bottom: 1rem; color: rgba(245,242,235,.76); font-size: .55rem; letter-spacing: .14em; }
.macro-camera { background: linear-gradient(180deg, #f4d2b8 0 48%, #fbfaf5 48% 100%); opacity: 1; filter: saturate(1.15) contrast(1.04); }
.macro-camera::before { z-index: 0; background: linear-gradient(180deg, transparent 0 64%, rgba(248,246,241,.98) 64% 100%); opacity: 1; mix-blend-mode: normal; }
.macro-camera::after { z-index: 7; background: radial-gradient(circle at 67% 24%, rgba(255,213,157,.3), transparent 14%), linear-gradient(90deg, rgba(255,255,255,.08), transparent 32%, rgba(255,184,137,.1)); border: 0; mix-blend-mode: normal; }
.macro-warm-shot { animation: none; opacity: 1; background: radial-gradient(circle at 72% 20%, rgba(255,196,126,.34), transparent 24%), linear-gradient(145deg, rgba(168,104,70,.48), rgba(116,69,52,.24) 58%, transparent 72%), linear-gradient(180deg, transparent 0 64%, rgba(251,250,245,.98) 64% 100%); }
.macro-sem-shot { display: none; }
.macro-platter { left: 4%; bottom: -48%; width: 92%; background: radial-gradient(circle at 38% 25%, rgba(255,255,255,.58), transparent 18%), repeating-radial-gradient(circle, rgba(255,255,255,.42) 0 1px, rgba(180,188,189,.42) 2px 7px), linear-gradient(135deg, rgba(244,247,245,.88), rgba(154,164,166,.82)); border: 2px solid rgba(255,255,255,.8); box-shadow: 0 0 0 18px rgba(255,255,255,.18), 0 0 80px rgba(255,191,117,.34), inset 0 0 0 18px rgba(255,255,255,.3); animation: macro-platter-spin 7s linear infinite; }
.macro-vinyl { left: 13%; bottom: -24%; width: 74%; background: radial-gradient(circle at 35% 25%, rgba(255,255,255,.48), transparent 13%), repeating-radial-gradient(circle, rgba(255,174,236,.75) 0 1px, rgba(207,12,130,.78) 2px 7px), radial-gradient(circle, #ff4bc7, #9d075f 72%); box-shadow: 0 0 34px rgba(255,34,175,.4), inset 0 0 0 10px rgba(255,255,255,.16), inset 0 0 0 31% rgba(255,111,218,.28); animation: macro-platter-spin 5.2s linear infinite reverse; }
.macro-vinyl::after { background: radial-gradient(circle, #ff9ae4 0 42%, #ff4abb 43% 59%, #87104f 60% 66%, transparent 67%); box-shadow: 0 0 0 1px rgba(255,255,255,.42), 0 0 22px rgba(255,75,199,.42); }
.macro-tonearm { right: 5%; top: 14%; width: 65%; height: 13px; background: #111313; box-shadow: 0 3px 8px rgba(0,0,0,.5); border: 1px solid rgba(255,255,255,.3); transform: rotate(27deg); animation: macro-arm-dive 8s ease-in-out infinite alternate; }
.macro-cartridge { right: 30%; top: 35%; width: 92px; height: 58px; background: linear-gradient(135deg, #fff36a, #f2c400 55%, #9e7100); border: 2px solid #fff7a6; box-shadow: 0 7px 18px rgba(0,0,0,.45), 0 0 18px rgba(255,221,39,.55); animation: macro-cartridge-dive 8s ease-in-out infinite alternate; }
.macro-cantilever { background: linear-gradient(#fffbe0, #e9b900); }
.macro-diamond { background: #fffdf0; border-color: #ffdf2e; }
.macro-light { background: radial-gradient(circle, rgba(255,205,137,.32), transparent 62%); opacity: .9; }
.macro-readout { color: rgba(36,35,33,.7); }
.macro-camera { background: radial-gradient(circle at 72% 18%, rgba(229,171,99,.2), transparent 22%), linear-gradient(135deg, #5b3f2d 0%, #2c211b 48%, #130f0d 100%); filter: saturate(.9) contrast(1.08); transform: none; }
.macro-camera::before { background: linear-gradient(90deg, rgba(16,11,8,.32), transparent 34%, rgba(0,0,0,.18)), repeating-linear-gradient(90deg, rgba(180,124,75,.08) 0 2px, transparent 2px 74px); opacity: .9; }
.macro-camera::after { background: radial-gradient(circle at 62% 25%, rgba(255,214,145,.3), transparent 18%), linear-gradient(180deg, rgba(255,194,112,.12), transparent 42%, rgba(0,0,0,.22)); mix-blend-mode: screen; }
.macro-warm-shot { background: radial-gradient(circle at 63% 24%, rgba(255,205,127,.3), transparent 22%), linear-gradient(135deg, rgba(107,72,48,.46), rgba(25,19,15,.48)); }
.macro-platter { left: -8%; bottom: -52%; width: 102%; background: radial-gradient(circle at 35% 24%, rgba(255,255,255,.16), transparent 16%), repeating-radial-gradient(circle, rgba(229,224,212,.23) 0 1px, rgba(9,9,9,.96) 2px 8px), radial-gradient(circle, #20201e, #050505 72%); border-color: rgba(212,204,187,.42); box-shadow: 0 0 0 18px rgba(0,0,0,.35), 0 0 70px rgba(239,163,76,.2), inset 0 0 0 16px rgba(255,255,255,.04); animation: macro-platter-spin 5s linear infinite; }
.macro-vinyl { left: 7%; bottom: -28%; width: 84%; background: radial-gradient(circle at 33% 22%, rgba(255,255,255,.14), transparent 12%), repeating-radial-gradient(circle, rgba(226,221,211,.2) 0 1px, rgba(8,8,8,.98) 2px 7px), radial-gradient(circle, #252522, #040404 72%); box-shadow: 0 0 28px rgba(0,0,0,.6), inset 0 0 0 10px rgba(255,255,255,.06), inset 0 0 0 31% rgba(255,255,255,.04); animation: macro-platter-spin 5s linear infinite; }
.macro-vinyl::after { background: radial-gradient(circle, #b86a3e 0 45%, #75442d 46% 61%, #171514 62% 67%, transparent 68%); box-shadow: 0 0 0 1px rgba(232,218,192,.28); }
.macro-tonearm { right: 2%; top: 13%; width: 70%; height: 8px; background: linear-gradient(90deg, #777872, #eee9dc 45%, #8d8f8b); border: 0; box-shadow: 0 2px 7px rgba(0,0,0,.65); transform: rotate(28deg); animation: none; }
.macro-cartridge { right: 28%; top: 34%; width: 82px; height: 52px; background: linear-gradient(135deg, #242522, #686862 48%, #141513); border-color: rgba(236,231,216,.82); box-shadow: 0 7px 16px rgba(0,0,0,.55); transform: rotate(18deg); animation: none; }
.macro-cantilever { background: linear-gradient(#f4f0e4, #9b9b93); animation: none; }
.macro-diamond { background: #f7f3e6; border-color: #d2b17b; animation: none; }
.macro-light { background: radial-gradient(ellipse, rgba(255,211,139,.25), transparent 64%); opacity: .8; }
.macro-readout { color: rgba(246,241,232,.7); }
@keyframes macro-warm-fade { 0%, 31% { opacity: 1; } 48%, 100% { opacity: .04; } }
@keyframes macro-sem-rise { 0%, 34% { opacity: 0; transform: scale(1); } 48% { opacity: .5; transform: scale(1.35); } 100% { opacity: 1; transform: scale(2.4); } }
@keyframes macro-platter-spin { to { transform: rotate(360deg); } }
@keyframes macro-arm-dive { 0%, 30% { transform: rotate(28deg) scale(1); } 60%, 100% { transform: rotate(18deg) scale(1.8) translate(-12%, 18%); } }
@keyframes macro-cartridge-dive { 0%, 30% { transform: rotate(18deg) scale(1); } 60%, 100% { transform: rotate(8deg) scale(3.4) translate(-8%, 16%); } }
@keyframes macro-cantilever-shiver { from { margin-left: -2px; } to { margin-left: 2px; } }
@keyframes macro-diamond-track { from { transform: translate(-2px, 0); } to { transform: translate(3px, 2px); } }
@keyframes sem-groove-drift { 0%, 30% { transform: scale(1.05) translateY(20%); } 100% { transform: scale(1.9) translateY(-4%); } }
@keyframes sem-ridge-flow { from { transform: rotate(16deg) translateX(-5px); } to { transform: rotate(16deg) translateX(8px); } }
@keyframes sem-stylus-drop { 0%, 34% { transform: rotate(16deg) translateY(-22%) scale(.7); } 100% { transform: rotate(8deg) translateY(8%) scale(2.2); } }
@keyframes sem-contact-pulse { from { transform: scale(.7); opacity: .42; } to { transform: scale(1.25); opacity: .9; } }
.section-rule { border-top: 1px solid var(--line); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 3rem; }
.section-title { margin: 0; font-size: clamp(2.8rem, 6vw, 5.5rem); line-height: .9; }
.button { display: inline-flex; align-items: center; gap: .75rem; padding: .9rem 1.2rem; background: var(--ink); color: var(--cream); font-size: .7rem; font-weight: 700; text-decoration: none; text-transform: uppercase; letter-spacing: .1em; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translate(-3px, -3px); box-shadow: 5px 5px 0 var(--ink); }
.button span { color: var(--yellow); }
.record-stage { position: fixed; right: -14vw; top: 50%; z-index: -1; width: min(58vw, 760px); max-width: 100%; aspect-ratio: 1; pointer-events: none; opacity: .18; transform: translate3d(0, var(--record-drift, 0px), 0) scale(var(--record-scale, 1)); will-change: transform, opacity; }
.record-scroll, .record-idle, .record-face { width: 100%; height: 100%; }
.record-scroll { transform: rotate(var(--record-scroll-rotation, 0deg)); will-change: transform; }
.record-idle { animation: record-idle-spin 26s linear infinite; will-change: transform; }
.record-face { position: relative; overflow: hidden; border: 1px solid rgba(36, 35, 33, .38); border-radius: 50%; background: var(--cream); box-shadow: inset 0 0 0 1px rgba(36, 35, 33, .16), 0 0 0 1px rgba(217, 98, 54, .3); }
.record-face::before { content: ""; position: absolute; inset: 5%; border: 1px solid rgba(36, 35, 33, .5); border-radius: 50%; background: repeating-radial-gradient(circle at center, transparent 0 12px, rgba(36, 35, 33, .42) 13px 14px, transparent 15px 27px); }
.record-face::after { content: ""; position: absolute; inset: -12%; border: 1px solid rgba(217, 98, 54, .58); border-radius: 50%; transform: rotate(28deg) scaleX(.72); }
.record-arc { position: absolute; z-index: 1; border: 1px solid rgba(36, 35, 33, .58); border-radius: 50%; }
.record-arc-one { inset: 16% -8% 28% 28%; transform: rotate(-24deg); }
.record-arc-two { inset: 28% 24% -10% 8%; transform: rotate(38deg); }
.record-label { position: absolute; inset: 39%; z-index: 2; border: 1px solid rgba(36, 35, 33, .5); border-radius: 50%; background: var(--terracotta); }
.record-hole { position: absolute; inset: 48.5%; z-index: 3; border-radius: 50%; background: var(--ink); }
@keyframes record-idle-spin { to { transform: rotate(360deg); } }
.site-footer { display: flex; justify-content: space-between; gap: 1rem; padding-block: 1.5rem; border-top: 1px solid var(--ink); color: var(--muted); font-size: .6rem; text-transform: uppercase; }
.site-footer a { color: var(--terracotta); }
.band { margin-inline: calc((100vw - min(1400px, calc(100% - 3rem))) / -2); padding: .8rem max(1.5rem, calc((100vw - 1400px) / 2)); overflow: hidden; background: var(--terracotta); color: var(--ink); }
.band p { margin: 0; white-space: nowrap; font-size: .7rem; font-weight: 700; }
.case-grid, .note-grid, .timeline { display: grid; gap: 1.5rem; }
.case-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.case-card { padding: 2rem; border: 1px solid var(--ink); background: var(--paper); }
.case-card:nth-child(2) { background: var(--yellow); }
.case-card:nth-child(3) { background: var(--teal); color: var(--cream); }
.case-card:nth-child(4) { background: var(--ink); color: var(--cream); }
.case-card h2 { margin: 0 0 1rem; font-size: 2.5rem; }
.case-card p { color: var(--muted); line-height: 1.65; }
.case-card:nth-child(3) p, .case-card:nth-child(4) p { color: rgba(245, 242, 235, .75); }
.case-meta { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-top: 2rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.case-meta strong { display: block; margin-bottom: .4rem; color: var(--terracotta); font-size: .6rem; text-transform: uppercase; letter-spacing: .14em; }
.case-detail { display: grid; grid-template-columns: .7fr 1.3fr; gap: 3rem; margin-top: 2rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.case-detail h3 { margin: 0; font-size: 1.5rem; }
.case-detail p, .case-detail li { color: var(--muted); line-height: 1.7; }
.diagram { min-height: 150px; display: grid; place-items: center; padding: 1rem; border: 1px dashed var(--terracotta); color: var(--terracotta); text-align: center; }
.note-grid { grid-template-columns: 1fr 1.2fr; align-items: start; }
.note-panel { padding: 2rem; background: var(--teal); color: var(--cream); }
.note-panel h2 { margin: 0; font-size: clamp(3rem, 7vw, 6rem); line-height: .9; }
.note-panel p { line-height: 1.7; color: rgba(245, 242, 235, .75); }
.timeline { gap: 0; }
.timeline-item { display: grid; grid-template-columns: 9rem 1fr; gap: 1.5rem; padding: 1.5rem 0; border-top: 1px solid var(--line); }
.timeline-item strong { color: var(--terracotta); font-size: .7rem; }
.timeline-item h3 { margin: 0 0 .5rem; }
.timeline-item p { margin: 0; color: var(--muted); line-height: 1.6; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 4rem; }
.contact-links { display: grid; gap: .75rem; margin-top: 2rem; }
.contact-links a { color: var(--terracotta); font-size: 1.1rem; }
.transmission { padding: 2rem; border: 1px solid var(--ink); background: var(--paper); }
.transmission-head { display: flex; justify-content: space-between; margin-bottom: 2rem; }
.transmission label { display: block; margin-top: 1.2rem; font-size: .65rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.transmission input, .transmission textarea { width: 100%; padding: .8rem 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--ink); font: inherit; outline: none; }
.transmission textarea { min-height: 9rem; resize: vertical; }
.transmission input:focus, .transmission textarea:focus { border-color: var(--terracotta); }
@media (min-width: 900px) { .availability { display: block; } }
@media (max-width: 767px) { html, body { width: 100%; max-width: 100%; overflow-x: hidden; } .site-header, .site-footer, .page-main { width: 100%; max-width: 100%; margin-inline: auto; padding-inline: 1rem; } .site-header { align-items: start; gap: 1rem; } .site-nav { gap: .5rem .8rem; font-size: .58rem; } .page-main { padding-block: 3rem 5rem; } .work-intro { min-height: 560px; } .needle-zoom { min-height: 560px; max-width: 100%; } .macro-camera { inset: 0 0 0 8%; transform-origin: 82% 42%; max-width: 100%; } .record-stage { right: -47vw; top: 52%; width: 92vw; max-width: 100%; opacity: .14; } .band { width: 100%; max-width: 100%; margin-inline: 0; padding-inline: 1rem; } .case-grid, .note-grid, .contact-grid, .case-detail { grid-template-columns: minmax(0, 1fr); min-width: 0; } .case-card { min-width: 0; max-width: 100%; padding: 1.25rem; } .timeline-item { grid-template-columns: 1fr; gap: .4rem; } .site-footer { flex-direction: column; } }
@media (prefers-reduced-motion: reduce) { .needle-art, .needle-disc, .needle-groove-lines { animation: none; } }
@media (prefers-reduced-motion: reduce) { .record-idle { animation: none; } }
