:root { color-scheme: light; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; color: #242424; background: #fff; font-synthesis: none; -webkit-font-smoothing: antialiased; }
* { box-sizing: border-box; }
body { margin: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
button { font: inherit; }
button, a { touch-action: manipulation; }
button:focus-visible, a:focus-visible { outline: 2px solid #343434; outline-offset: 5px; }
.page { width: min(1320px, 100%); min-height: 100svh; margin: auto; padding: 0 64px; display: flex; flex-direction: column; }
.masthead { display: flex; justify-content: space-between; align-items: center; padding: 40px 0 30px; }
.wordmark { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: 21px; font-weight: 600; letter-spacing: -.9px; }
.brand-disc { display: block; width: 20px; height: 20px; border: 7px solid #252525; border-radius: 50%; }
.record-count { color: #777; font-size: 12px; font-variant-numeric: tabular-nums; letter-spacing: .02em; }
main { flex: 1; outline: none; }
.records { display: flex; justify-content: center; flex-wrap: wrap; align-items: flex-start; gap: 76px 48px; padding: 63px 0 100px; }
.record { width: min(100%, 276px); text-align: center; }
.record-art { display: block; position: relative; width: 100%; aspect-ratio: 1; padding: 0; border: 0; border-radius: 50%; background: transparent; cursor: pointer; }
.record-disc { display: block; position: absolute; inset: 0; border-radius: 50%; animation: turn 12s linear infinite; animation-play-state: paused; }
.record-art:hover .record-disc, .record-art:focus-visible .record-disc, .record.is-playing .record-disc { animation-play-state: running; }
.vinyl { display: block; width: 100%; height: 100%; object-fit: contain; border-radius: 50%; filter: drop-shadow(0 8px 8px rgb(0 0 0 / .10)); }
.center-label { position: absolute; top: 34.5%; left: 34.5%; width: 31%; height: 31%; overflow: hidden; display: flex; align-items: center; justify-content: center; border-radius: 50%; color: #34322e; background: #e9e5dc; border: 1px solid rgb(0 0 0 / .08); }
.center-label img { width: 100%; height: 100%; object-fit: cover; }
.label-monogram { font-family: Georgia, "Times New Roman", serif; font-style: italic; font-size: 35px; transform: translate(-1px, -2px); }
.record h1, .record h2 { font-size: 18px; font-weight: 550; letter-spacing: -.45px; line-height: 1.35; margin: 27px -8px 5px; }
.artist { margin: 0; color: #777; font-size: 14px; line-height: 1.6; }
.edition { margin: 5px 0 0; color: #999; font-size: 11px; line-height: 1.5; }
.preview-row { display: flex; align-items: center; justify-content: center; gap: 13px; margin-top: 19px; }
.preview-button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; min-width: 105px; color: #303030; background: #f5f5f4; border: 1px solid #efefed; border-radius: 24px; padding: 8px 13px; cursor: pointer; font-size: 14px; font-weight: 500; transition: background .18s ease; }
.preview-button:hover { background: #eaeae8; }
.preview-button svg { height: 12px; width: 12px; flex-shrink: 0; fill: currentColor; }
.duration { display: block; margin-top: 9px; color: #888; font-size: 12px; font-variant-numeric: tabular-nums; }
.sing-link { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; min-width: 105px; margin-top: 0; padding: 11px 23px; border: 1px solid #242424; border-radius: 24px; background: #242424; color: #fff; font-size: 14px; font-weight: 550; line-height: 1.4; text-decoration: none; }
.sing-link:hover { background: #444; border-color: #444; }
.record-error { color: #934c3a; font-size: 14px; line-height: 1.5; margin: 10px 0 0; }
.record-error:empty { display: none; }
.footer { border-top: 1px solid #efefed; min-height: 81px; padding: 26px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #858585; font-size: 11px; }
.footer-mark { font-family: Georgia, "Times New Roman", serif; font-size: 14px; color: #676767; }
.sr-only, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; z-index: 5; left: 16px; top: 16px; padding: 12px; background: white; }
.no-script { text-align: center; line-height: 2; }
@keyframes turn { to { transform: rotate(360deg); } }
@media (min-width: 1200px) { .records { gap: 76px 28px; } .record { width: 264px; } }
@media (max-width: 640px) { .page { padding: 0 26px; } .masthead { padding: 28px 0 24px; } .wordmark { font-size: 20px; } .records { padding: 47px 0 70px; gap: 60px; } .record { width: min(100%, 282px); } .footer { padding: 23px 0; min-height: 75px; font-size: 10px; } }
@media (prefers-reduced-motion: reduce) { .record-disc { animation: none; } .preview-button { transition: none; } }
