:root {
  --ink: #07090a;
  --ink-soft: #0d1113;
  --panel: #111719;
  --panel-light: #172023;
  --cyan: #58f4df;
  --cyan-bright: #98ffef;
  --cyan-dark: #153d3b;
  --white: #f4f7f6;
  --silver: #a5b0ae;
  --muted: #667270;
  --line: rgba(152, 255, 239, 0.15);
  --danger: #ff4d78;
  --success: #73ffc3;
  --display: "Oswald", Impact, sans-serif;
  --body: "Open Sans", system-ui, sans-serif;
  --mono: "JetBrains Mono", monospace;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --shell: min(1380px, calc(100vw - 80px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scrollbar-color: var(--cyan) var(--ink); scrollbar-width: thin; }
body { margin: 0; color: var(--white); background: var(--ink); font-family: var(--body); line-height: 1.6; overflow-x: hidden; }
body.modal-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
::selection { color: #00110e; background: var(--cyan); }
::-webkit-scrollbar { width: 7px; height: 7px; }
::-webkit-scrollbar-track { background: var(--ink); }
::-webkit-scrollbar-thumb { background: var(--cyan); }
:focus-visible { outline: 2px solid var(--cyan); outline-offset: 4px; }
[hidden] { display: none !important; }

.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 10px 16px; color: #00110e; background: var(--cyan); font-weight: 700; transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: none; }
.ambient-grid { position: fixed; z-index: -1; inset: 0; pointer-events: none; opacity: .2; background-image: linear-gradient(rgba(88,244,223,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(88,244,223,.06) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to bottom, black, transparent 75%); }
.eyebrow { margin: 0 0 14px; color: var(--cyan); font: 600 11px/1.2 var(--mono); letter-spacing: .17em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); text-transform: uppercase; }
h2 { margin-bottom: 20px; font-size: clamp(38px, 5vw, 72px); line-height: .98; letter-spacing: -.03em; }

.topbar { position: absolute; z-index: 10; top: 0; left: 50%; display: flex; width: var(--shell); height: 96px; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); transform: translateX(-50%); }
.wordmark { display: inline-flex; align-items: center; gap: 12px; font-family: var(--display); letter-spacing: .08em; }
.wordmark span { display: grid; width: 38px; height: 38px; place-items: center; color: var(--ink); background: var(--cyan); font-size: 17px; font-weight: 700; letter-spacing: -.06em; clip-path: polygon(0 0, 100% 0, 100% 72%, 72% 100%, 0 100%); }
.wordmark strong { font-size: 16px; }
.topbar-links { display: flex; align-items: center; gap: 36px; color: var(--silver); font: 600 11px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.topbar-links a { transition: color .2s; }
.topbar-links a:hover { color: var(--cyan); }
.nav-shortlist { display: flex; align-items: center; gap: 9px; padding: 11px 14px; border: 1px solid var(--line); color: var(--cyan); background: transparent; cursor: pointer; text-transform: uppercase; }
.nav-shortlist span { display: grid; width: 20px; height: 20px; place-items: center; color: var(--ink); background: var(--cyan); border-radius: 50%; font-size: 9px; }

.hero { position: relative; min-height: 780px; height: min(94vh, 980px); overflow: hidden; background: radial-gradient(circle at 70% 38%, rgba(58, 236, 213, .14), transparent 23%), linear-gradient(115deg, #07090a 0 54%, #0b1214 54% 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .23; background: repeating-linear-gradient(0deg, transparent 0 5px, rgba(255,255,255,.025) 5px 6px); pointer-events: none; }
.hero::after { content: "SYNC / 001"; position: absolute; right: -10px; bottom: -73px; color: transparent; font: 700 clamp(140px, 21vw, 340px)/1 var(--display); letter-spacing: -.07em; -webkit-text-stroke: 1px rgba(88, 244, 223, .065); white-space: nowrap; }
.hero-content { position: relative; z-index: 2; display: flex; width: var(--shell); height: 100%; margin: auto; padding: 135px 0 54px; flex-direction: column; justify-content: center; }
.hero-kicker { position: absolute; top: 132px; right: 0; display: flex; align-items: center; gap: 10px; color: var(--silver); font: 400 10px var(--mono); letter-spacing: .16em; text-transform: uppercase; writing-mode: vertical-rl; }
.hero-kicker span { width: 1px; height: 54px; background: var(--cyan); }
.hero-layout { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(380px, .72fr); align-items: center; gap: 8vw; }
.hero-copy { position: relative; z-index: 2; padding-top: 30px; }
.hero h1 { margin: 0 0 28px; font-size: clamp(62px, 7.5vw, 124px); line-height: .88; letter-spacing: -.045em; }
.hero h1 em { color: var(--cyan); font-style: normal; font-weight: 400; }
.hero-subtitle { max-width: 660px; margin-bottom: 38px; color: var(--silver); font-size: clamp(15px, 1.4vw, 19px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { position: relative; display: inline-flex; min-height: 50px; padding: 0 22px; align-items: center; justify-content: center; gap: 18px; border: 1px solid transparent; border-radius: 0; font: 600 11px var(--mono); letter-spacing: .1em; text-transform: uppercase; cursor: pointer; transition: color .25s, background .25s, border .25s, transform .25s var(--ease), box-shadow .25s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #00110e; background: var(--cyan); }
.button-primary:hover { background: var(--cyan-bright); box-shadow: 0 0 35px rgba(88,244,223,.2); }
.button-ghost { border-color: rgba(88,244,223,.34); color: var(--cyan); background: transparent; }
.button-ghost:hover { border-color: var(--cyan); background: rgba(88,244,223,.06); }
.hero-portrait-wrap { position: relative; width: min(100%, 470px); justify-self: center; }
.hero-portrait-wrap::before { content: ""; position: absolute; z-index: 0; inset: 8% -6% -5% 18%; border: 1px solid var(--line); }
.hero-portrait { position: relative; z-index: 2; width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; object-position: center; filter: saturate(.9) contrast(1.04); clip-path: polygon(12% 0, 100% 0, 100% 91%, 88% 100%, 0 100%, 0 13%); }
.hero-vinyl { position: absolute; z-index: 1; top: 10%; right: -28%; width: 72%; aspect-ratio: 1; border: 1px solid rgba(88,244,223,.18); border-radius: 50%; background: repeating-radial-gradient(circle, rgba(88,244,223,.09) 0 1px, transparent 1px 10px); animation: spin 26s linear infinite; }
.hero-vinyl::after { content: ""; position: absolute; inset: 44%; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 25px rgba(88,244,223,.55); }
.portrait-caption { position: absolute; z-index: 3; right: -20px; bottom: 32px; min-width: 214px; padding: 13px 16px; color: var(--ink); background: var(--cyan); box-shadow: 12px 12px 0 #071112; }
.portrait-caption span { display: block; font: 400 9px var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.portrait-caption strong { font: 700 21px var(--display); letter-spacing: .05em; }
.stats { display: grid; max-width: 850px; margin-top: 56px; grid-template-columns: repeat(3, 1fr) 1.4fr; border-top: 1px solid var(--line); }
.stats > * { padding: 22px 26px 0 0; }
.stats div { border-right: 1px solid var(--line); }
.stats strong { display: block; font: 600 30px var(--display); }
.stats span, .stats p { color: var(--muted); font: 400 9px/1.6 var(--mono); letter-spacing: .11em; text-transform: uppercase; }
.stats p { padding-left: 26px; }
.scroll-cue { position: absolute; z-index: 3; right: 40px; bottom: 32px; display: flex; align-items: center; gap: 10px; color: var(--muted); font: 400 9px var(--mono); letter-spacing: .12em; text-transform: uppercase; transform: rotate(90deg) translateX(-100%); transform-origin: right top; }
.scroll-cue span { display: block; width: 50px; height: 1px; overflow: hidden; background: var(--line); }
.scroll-cue span::after { content: ""; display: block; width: 50%; height: 100%; background: var(--cyan); animation: cue 1.7s ease-in-out infinite; }
.hero-orbit { position: absolute; top: 40%; left: 67%; width: min(52vw, 760px); aspect-ratio: 1; transform: translate(-50%, -50%); pointer-events: none; }
.hero-orbit span { position: absolute; inset: 0; border: 1px solid rgba(88,244,223,.055); border-radius: 50%; }
.hero-orbit span:nth-child(2) { inset: 14%; }
.hero-orbit span:nth-child(3) { inset: 28%; }

.catalog-heading { display: grid; padding: 110px 0 65px; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; }
.catalog-heading h2 { margin: 0; }
.catalog-heading > p { max-width: 480px; margin-bottom: 5px; color: var(--silver); }
.filter-panel { position: sticky; z-index: 50; top: 0; border-block: 1px solid var(--line); background: rgba(10,14,15,.93); backdrop-filter: blur(18px); }
.filter-shell { display: grid; min-height: 118px; grid-template-columns: 1.45fr .75fr .8fr; align-items: center; gap: 34px; }
.filter-shell > * { min-width: 0; }
.mood-filter { min-width: 0; margin: 0; padding: 0; border: 0; }
.mood-filter legend, .filter-label span, .search-field > span:first-child { margin-bottom: 11px; color: var(--muted); font: 600 9px var(--mono); letter-spacing: .13em; text-transform: uppercase; }
.mood-pills { display: flex; gap: 7px; overflow-x: auto; padding: 2px 3px 8px; scrollbar-width: none; }
.mood-pills::-webkit-scrollbar { display: none; }
.mood-pill { flex: 0 0 auto; padding: 9px 12px; border: 1px solid rgba(88,244,223,.2); color: var(--silver); background: transparent; font: 500 9px var(--mono); letter-spacing: .07em; text-transform: uppercase; cursor: pointer; transition: .2s; }
.mood-pill:hover { border-color: var(--cyan); color: var(--cyan); }
.mood-pill.active { border-color: var(--cyan); color: var(--ink); background: var(--cyan); }
.filter-label { display: flex; align-items: center; justify-content: space-between; }
.filter-label output { color: var(--cyan); font: 500 10px var(--mono); }
.dual-range { position: relative; height: 28px; }
.range-track { position: absolute; top: 12px; right: 0; left: 0; height: 2px; background: #273032; }
.range-track span { position: absolute; height: 100%; background: var(--cyan); }
.dual-range input { position: absolute; top: 3px; width: 100%; height: 18px; margin: 0; appearance: none; background: transparent; pointer-events: none; }
.dual-range input::-webkit-slider-thumb { width: 15px; height: 15px; border: 3px solid var(--ink); border-radius: 50%; appearance: none; background: var(--cyan); box-shadow: 0 0 0 1px var(--cyan), 0 0 18px rgba(88,244,223,.35); pointer-events: auto; cursor: grab; }
.dual-range input::-moz-range-thumb { width: 11px; height: 11px; border: 3px solid var(--ink); border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 1px var(--cyan); pointer-events: auto; cursor: grab; }
.search-field { display: flex; flex-direction: column; }
.search-control { display: flex; height: 43px; align-items: center; border-bottom: 1px solid rgba(88,244,223,.23); }
.search-control:focus-within { border-color: var(--cyan); }
.search-control svg { width: 17px; margin-right: 12px; fill: none; stroke: var(--cyan); stroke-width: 1.5; }
.search-control input { width: 100%; border: 0; outline: 0; color: var(--white); background: transparent; font-size: 13px; }
.search-control input::placeholder { color: #56605f; }
.active-filter-row { display: flex; min-height: 0; align-items: center; justify-content: space-between; transition: min-height .2s; }
.active-filter-row:has(.filter-chip) { min-height: 52px; padding-bottom: 12px; }
.active-filters { display: flex; flex-wrap: wrap; gap: 7px; }
.filter-chip { padding: 6px 9px; border: 1px solid rgba(88,244,223,.16); color: var(--cyan); background: rgba(88,244,223,.04); font: 400 9px var(--mono); cursor: pointer; }
.clear-filters, .text-button { padding: 5px; border: 0; color: var(--muted); background: transparent; font: 500 9px var(--mono); letter-spacing: .08em; text-decoration: underline; text-transform: uppercase; cursor: pointer; }
.clear-filters:hover, .text-button:hover { color: var(--cyan); }
.catalog-results { min-height: 600px; padding: 48px 0 120px; }
.results-toolbar { display: flex; margin-bottom: 30px; align-items: center; justify-content: space-between; color: var(--muted); font: 400 9px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.results-toolbar p { margin: 0; }
.results-toolbar strong { color: var(--white); font-size: 14px; }

.release-feature { position: relative; overflow: hidden; padding: 110px 0; border-top: 1px solid var(--line); background: radial-gradient(circle at 18% 50%, rgba(88,244,223,.12), transparent 32%), #080c0e; }
.release-feature::after { content: "∞"; position: absolute; right: -2vw; bottom: -22vw; color: transparent; font: 700 min(52vw, 760px)/1 var(--display); -webkit-text-stroke: 1px rgba(88,244,223,.07); pointer-events: none; }
.release-feature-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(280px, 520px) 1fr; align-items: center; gap: clamp(48px, 8vw, 130px); }
.release-cover-wrap { position: relative; padding: 18px; border: 1px solid rgba(88,244,223,.28); background: rgba(8,12,14,.72); box-shadow: 0 35px 90px rgba(0,0,0,.45); transform: rotate(-2deg); }
.release-cover-wrap::before { content: ""; position: absolute; inset: 7%; border: 1px solid rgba(255,255,255,.14); pointer-events: none; }
.release-cover-wrap img { display: block; width: 100%; height: auto; }
.release-cover-wrap span { position: absolute; right: -20px; bottom: 34px; padding: 10px 14px; color: var(--ink); background: var(--cyan); font: 600 9px var(--mono); letter-spacing: .12em; }
.release-copy { max-width: 650px; }
.release-copy h2 { margin-bottom: 18px; font-size: clamp(72px, 10vw, 150px); line-height: .82; }
.release-copy > p:not(.eyebrow) { max-width: 560px; margin-bottom: 34px; color: var(--silver); font-size: 17px; line-height: 1.75; }
.release-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.about-section { position: relative; overflow: hidden; padding: 130px 0; border-block: 1px solid var(--line); background: #0b0f10; }
.about-section::after { content: "CLEARANCE"; position: absolute; right: -40px; bottom: -53px; color: transparent; font: 700 clamp(100px, 17vw, 260px)/1 var(--display); -webkit-text-stroke: 1px rgba(88,244,223,.045); }
.about-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .75fr 1fr; align-items: center; gap: 10vw; }
.about-art { position: relative; display: grid; width: 100%; max-width: 470px; aspect-ratio: .9; place-items: center; border: 1px solid var(--line); background: radial-gradient(circle, rgba(88,244,223,.14) 0 1px, transparent 2px) 0 0/22px 22px, #0c1415; clip-path: polygon(0 8%, 12% 0, 100% 0, 100% 92%, 88% 100%, 0 100%); }
.about-art::before, .about-art::after { content: ""; position: absolute; border: 1px solid rgba(88,244,223,.12); border-radius: 50%; }
.about-art::before { inset: 14%; }
.about-art::after { inset: 28%; }
.about-art span { position: relative; z-index: 2; color: var(--cyan); font: 700 clamp(66px, 9vw, 124px)/.77 var(--display); letter-spacing: -.05em; text-align: center; text-shadow: 0 0 50px rgba(88,244,223,.18); }
.about-art i { position: absolute; z-index: 1; width: 2px; height: 60%; background: linear-gradient(transparent, var(--cyan), transparent); transform: rotate(42deg); }
.about-copy > p:not(.eyebrow) { max-width: 670px; color: var(--silver); font-size: 16px; }
.service-list { margin-top: 45px; border-top: 1px solid var(--line); }
.service-list > div { display: grid; padding: 20px 0; grid-template-columns: 55px 1fr; border-bottom: 1px solid var(--line); }
.service-list strong { color: var(--cyan); font: 400 10px var(--mono); }
.service-list span { display: grid; grid-template-columns: 180px 1fr; color: var(--muted); font-size: 12px; }
.service-list b { color: var(--white); font-family: var(--display); font-size: 15px; letter-spacing: .04em; text-transform: uppercase; }
.cta-section { position: relative; padding: 135px 0; overflow: hidden; text-align: center; background: var(--cyan); }
.cta-section::before { content: ""; position: absolute; inset: 0; opacity: .13; background: repeating-linear-gradient(90deg, transparent 0 79px, #00110e 79px 80px); }
.cta-inner { position: relative; z-index: 1; }
.cta-section .eyebrow, .cta-section h2, .cta-section p { color: #00110e; }
.cta-section h2 { margin-bottom: 17px; font-size: clamp(64px, 9vw, 130px); }
.cta-section p:not(.eyebrow) { max-width: 600px; margin: 0 auto 32px; }
.cta-section .button-primary { color: var(--cyan); background: var(--ink); }

footer { padding: 64px 0 22px; background: #050707; }
.footer-main { display: grid; padding-bottom: 60px; grid-template-columns: 1fr 1fr auto 112px; align-items: center; gap: 40px; }
.footer-brand { display: flex; align-items: center; gap: 18px; }
.footer-art { position: relative; display: block; width: 112px; overflow: hidden; border: 1px solid rgba(88,244,223,.32); background: #0b1011; justify-self: end; }
.footer-art::after { content: ""; position: absolute; inset: 7px; border: 1px solid rgba(255,255,255,.14); pointer-events: none; }
.footer-art img { display: block; width: 100%; height: auto; transition: transform .35s var(--ease), filter .35s; }
.footer-art:hover img { filter: brightness(1.08); transform: scale(1.035); }
.footer-brand p { margin: 12px 0 0; color: var(--muted); font-size: 12px; }
.footer-contact { display: flex; flex-direction: column; }
.footer-contact span { color: var(--muted); font: 400 9px var(--mono); letter-spacing: .13em; text-transform: uppercase; }
.footer-contact a { color: var(--cyan); font-size: 14px; }
.footer-contact .one-sheet-link { margin-top: 9px; color: var(--muted); font: 600 8px var(--mono); letter-spacing: .08em; text-decoration: underline; text-transform: uppercase; }
.footer-contact .one-sheet-link:hover { color: var(--cyan); }
.socials { display: flex; gap: 8px; }
.socials a { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid #28302f; color: var(--muted); font: 600 9px var(--mono); transition: .2s; }
.socials a:hover { border-color: var(--cyan); color: var(--cyan); transform: translateY(-3px); }
.footer-legal { display: flex; padding-top: 20px; align-items: center; gap: 24px; border-top: 1px solid #202625; color: #58615f; font: 400 9px var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.footer-legal button { margin-left: auto; border: 0; color: inherit; background: transparent; cursor: pointer; text-transform: uppercase; }
.footer-legal button:hover { color: var(--cyan); }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes cue { 0% { transform: translateX(-110%); } 100% { transform: translateX(220%); } }
@keyframes pulse { 50% { box-shadow: 0 0 45px rgba(88,244,223,.22); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }

@media (max-width: 1080px) {
  :root { --shell: min(100% - 48px, 1100px); }
  .hero { height: auto; min-height: 860px; }
  .hero-layout { grid-template-columns: 1fr 360px; gap: 45px; }
  .hero h1 { font-size: clamp(58px, 8vw, 92px); }
  .filter-shell { grid-template-columns: 1fr 1fr; padding: 22px 0; }
  .mood-filter { grid-column: 1 / -1; }
  .filter-panel { position: relative; }
  .release-feature { padding: 84px 0; }
  .release-feature-inner { grid-template-columns: minmax(240px, 390px) 1fr; gap: 44px; }
  .about-grid { gap: 7vw; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100% - 36px); }
  .topbar { height: 72px; }
  .topbar-links a { display: none; }
  .wordmark strong { font-size: 14px; }
  .nav-shortlist { padding: 8px 10px; font-size: 9px; }
  .hero { min-height: 900px; }
  .hero-content { padding: 110px 0 45px; justify-content: flex-start; }
  .hero-kicker, .scroll-cue { display: none; }
  .hero-layout { display: flex; flex-direction: column; gap: 48px; }
  .hero-copy { padding-top: 12px; }
  .hero h1 { font-size: clamp(54px, 16vw, 78px); }
  .hero-subtitle { font-size: 15px; }
  .hero-actions .button { flex: 1 1 160px; }
  .hero-portrait-wrap { width: min(88%, 400px); margin-left: -9%; }
  .hero-portrait { height: auto; }
  .portrait-caption { right: -42px; bottom: 20px; min-width: 190px; }
  .stats { width: 100%; margin-top: 45px; grid-template-columns: repeat(3, 1fr); }
  .stats > * { padding: 16px 10px 0 0; }
  .stats strong { font-size: 25px; }
  .stats p { display: none; }
  .stats span { font-size: 7px; }
  .catalog-heading { display: block; padding: 85px 0 45px; }
  .catalog-heading > p { margin-top: 26px; }
  .filter-shell { display: block; padding: 24px 0; }
  .bpm-filter { margin: 24px 0 19px; }
  .active-filter-row { align-items: flex-start; }
  .results-toolbar span { display: none; }
  .catalog-results { padding-top: 32px; }
  .release-feature-inner { grid-template-columns: 1fr; }
  .release-cover-wrap { width: min(88vw, 430px); margin: 0 auto; }
  .release-copy { text-align: center; }
  .release-copy > p:not(.eyebrow) { margin-inline: auto; }
  .release-actions { justify-content: center; }
  .release-actions .button { flex: 1 1 190px; }
  .about-section { padding: 90px 0; }
  .about-grid { display: flex; flex-direction: column; gap: 70px; }
  .about-art { width: 88%; }
  .service-list span { display: flex; flex-direction: column; gap: 4px; }
  .cta-section { padding: 95px 0; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-art { width: min(42vw, 150px); justify-self: start; }
  .footer-legal { align-items: flex-start; flex-direction: column; gap: 9px; }
  .footer-legal button { margin-left: 0; padding: 0; }
}

@media (max-width: 420px) {
  .hero { min-height: 860px; }
  .hero-portrait-wrap { width: 82%; }
  .hero-portrait { height: auto; }
  .portrait-caption { right: -50px; }
  .stats { margin-top: 30px; }
  h2 { font-size: 42px; }
}
