/* Tropicalia Records — independent label system v3.1
   Adapted for PHP/cPanel. Motion language inspired by the supplied avavaChill template. */
:root {
  --forest: #0b1f1a;
  --forest-2: #122d25;
  --green: #2d5a47;
  --sand: #c5a36a;
  --ivory: #f4f1ea;
  --paper: #eae4d8;
  --rust: #a0522d;
  --black: #050505;
  --ink: #0d211b;
  --muted: rgba(11, 31, 26, .64);
  --line: rgba(11, 31, 26, .17);
  --line-light: rgba(244, 241, 234, .18);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --max: 1540px;
  --utility-h: 32px;
  --header-h: 86px;
  --ease: cubic-bezier(.2, .8, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { background: var(--forest); color-scheme: light; scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--ivory); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; z-index: 5000; pointer-events: none; opacity: .028; 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='.76' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
::selection { background: var(--sand); color: var(--forest); }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { color: inherit; font: inherit; }
button { cursor: pointer; }
img, svg, video, canvas, audio, iframe { display: block; max-width: 100%; }
[hidden] { display: none !important; }
main { min-height: 70vh; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; z-index: 9000; top: -100px; left: 20px; padding: 12px 18px; background: var(--sand); color: var(--forest); font-weight: 800; }
.skip-link:focus { top: 14px; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 2px solid var(--rust); outline-offset: 4px; }

.site-progress { position: fixed; inset: 0 0 auto; z-index: 4000; height: 2px; pointer-events: none; }
.site-progress span { display: block; width: 0; height: 100%; background: var(--sand); box-shadow: 0 0 18px rgba(197, 163, 106, .5); }

.label-utility { position: fixed; inset: 0 0 auto; z-index: 2100; height: var(--utility-h); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 clamp(20px, 3.2vw, 58px); border-bottom: 1px solid rgba(11, 31, 26, .14); background: var(--sand); color: var(--forest); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.label-utility > a { display: flex; align-items: center; gap: 7px; min-width: 0; transition: opacity .25s; }
.label-utility > a:hover { opacity: .64; }
.label-utility > a span { opacity: .62; }
.label-utility > a strong, .label-utility > a small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.label-utility > a small { font-weight: 600; opacity: .66; }
.label-utility__live { display: flex; align-items: center; gap: 10px; }
.label-utility__meta { justify-self: end; opacity: .72; }
.utility-wave, .footer-wave, .nav-signal { display: inline-flex; align-items: center; justify-content: center; gap: 2px; height: 13px; }
.utility-wave i, .footer-wave i, .nav-signal i { display: block; width: 2px; height: 3px; border-radius: 2px; background: currentColor; animation: labelWave 1.05s ease-in-out infinite alternate; }
.utility-wave i:nth-child(2n), .footer-wave i:nth-child(2n), .nav-signal i:nth-child(2n) { animation-delay: -.42s; }
.utility-wave i:nth-child(3n), .footer-wave i:nth-child(3n), .nav-signal i:nth-child(3n) { animation-delay: -.71s; }
.utility-wave i:nth-child(4n), .footer-wave i:nth-child(4n), .nav-signal i:nth-child(4n) { animation-duration: .78s; }
@keyframes labelWave { from { height: 3px; } to { height: 13px; } }
.motion-paused .utility-wave i, .motion-paused .footer-wave i, .motion-paused .nav-signal i { animation-play-state: paused; }

.site-header { position: fixed; inset: var(--utility-h) 0 auto; z-index: 2000; height: var(--header-h); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 clamp(20px, 3.2vw, 58px); color: var(--ivory); border-bottom: 1px solid transparent; background: linear-gradient(to bottom, rgba(5, 5, 5, .7), transparent); transition: height .35s var(--ease), background .35s, border-color .35s, backdrop-filter .35s; }
.site-header.scrolled { height: 70px; background: rgba(11, 31, 26, .94); border-color: var(--line-light); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; color: var(--ivory); }
.brand-symbol { width: 44px; height: 44px; object-fit: contain; }
.brand-copy { display: flex; align-items: baseline; gap: 8px; }
.brand-copy strong { font: 600 1.18rem/1 var(--serif); letter-spacing: -.025em; }
.brand-copy small { color: var(--sand); font-size: .48rem; font-weight: 900; letter-spacing: .24em; }
.main-nav { display: flex; align-items: center; gap: clamp(17px, 2.1vw, 34px); }
.main-nav a { position: relative; display: inline-flex; align-items: center; color: rgba(244, 241, 234, .78); font-size: .68rem; font-weight: 760; letter-spacing: .07em; text-transform: uppercase; transition: color .25s; }
.main-nav a > span:not(.nav-signal) { display: none; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 1px; background: var(--sand); transition: right .32s var(--ease); }
.main-nav a:hover, .main-nav a.is-active { color: var(--ivory); }
.main-nav a:hover::after, .main-nav a.is-active::after { right: 0; }
.main-nav .nav-demo { min-height: 39px; gap: 8px; padding: 0 15px; border: 1px solid rgba(244, 241, 234, .32); border-radius: 999px; color: var(--ivory); }
.main-nav .nav-demo::after { display: none; }
.main-nav .nav-demo:hover { border-color: var(--sand); background: var(--sand); color: var(--forest); }
.nav-signal { width: 15px; gap: 1.5px; }
.nav-signal i { width: 1.5px; max-height: 10px; }
.header-social { justify-self: end; padding-bottom: 5px; border-bottom: 1px solid rgba(244, 241, 234, .42); color: rgba(244, 241, 234, .82); font-size: .61rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; transition: color .25s, border-color .25s; }
.header-social:hover { color: var(--sand); border-color: var(--sand); }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 5px; border: 0; background: transparent; color: var(--ivory); }
.menu-toggle span { display: block; width: 24px; height: 1px; margin: 6px auto; background: currentColor; transition: transform .25s; }
.menu-toggle em { display: block; margin-top: 4px; font-size: .46rem; font-style: normal; font-weight: 800; letter-spacing: .14em; }

.section-index { color: var(--rust); font-size: .62rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--rust); font-size: .62rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; opacity: .72; }
.button, .btn { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 15px; min-height: 52px; padding: 0 21px; overflow: hidden; border: 1px solid transparent; border-radius: 999px; background: transparent; font-size: .68rem; font-weight: 820; letter-spacing: .075em; text-transform: uppercase; transition: transform .28s var(--ease), background-color .28s, color .28s, border-color .28s; }
.button:hover, .btn:hover { transform: translateY(-3px); }
.button--sand, .btn-primary { background: var(--sand); color: var(--forest); }
.button--sand:hover, .btn-primary:hover { background: var(--ivory); }
.button--line, .btn-ghost { border-color: rgba(244, 241, 234, .42); color: var(--ivory); }
.button--line:hover, .btn-ghost:hover { border-color: var(--ivory); background: var(--ivory); color: var(--forest); }
.button--forest, .btn-dark { background: var(--forest); color: var(--ivory); }
.button--forest:hover, .btn-dark:hover { background: var(--rust); }
.button--ivory, .btn-light { background: var(--ivory); color: var(--forest); }
.button--ivory:hover, .btn-light:hover { background: var(--sand); }
.editorial-link, .text-link { display: inline-flex; align-items: center; gap: 12px; width: max-content; padding-bottom: 6px; border-bottom: 1px solid currentColor; color: var(--forest); font-size: .7rem; font-weight: 820; letter-spacing: .06em; text-transform: uppercase; transition: color .25s, transform .25s; }
.editorial-link:hover, .text-link:hover { color: var(--rust); transform: translateY(-2px); }
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.visible { opacity: 1; transform: none; }
.catalog-cards .reveal:nth-child(2), .roster-list .reveal:nth-child(2), .gallery-grid .reveal:nth-child(2), .release-grid .reveal:nth-child(2) { transition-delay: .07s; }
.catalog-cards .reveal:nth-child(3), .roster-list .reveal:nth-child(3), .gallery-grid .reveal:nth-child(3), .release-grid .reveal:nth-child(3) { transition-delay: .14s; }
.catalog-cards .reveal:nth-child(4), .roster-list .reveal:nth-child(4), .gallery-grid .reveal:nth-child(4), .release-grid .reveal:nth-child(4) { transition-delay: .21s; }

/* Home — hero */
.label-hero { position: relative; min-height: 100svh; overflow: hidden; isolation: isolate; padding: calc(var(--utility-h) + var(--header-h) + 56px) clamp(22px, 5vw, 82px) 46px; background: var(--forest); color: var(--ivory); }
.label-hero::before { content: ""; position: absolute; inset: 0; z-index: -3; background: radial-gradient(circle at 77% 18%, color-mix(in srgb, var(--release-accent) 22%, transparent), transparent 29%), linear-gradient(110deg, rgba(45, 90, 71, .42), transparent 52%); }
.label-hero__backdrop { position: absolute; inset: 0; z-index: -2; opacity: .16; background-image: linear-gradient(rgba(244, 241, 234, .18) 1px, transparent 1px), linear-gradient(90deg, rgba(244, 241, 234, .18) 1px, transparent 1px); background-size: 10vw 10vw; mask-image: linear-gradient(to bottom, #000, transparent 92%); }
.label-hero__grid { width: min(100%, var(--max)); min-height: calc(100svh - var(--utility-h) - var(--header-h) - 105px); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .82fr); align-items: center; gap: clamp(56px, 7vw, 125px); }
.label-hero__copy { min-width: 0; }
.label-hero__eyebrow { display: flex; align-items: center; gap: 18px; margin-bottom: clamp(38px, 5vw, 70px); color: rgba(244, 241, 234, .5); font-size: .59rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero-live { display: flex; align-items: center; gap: 9px; color: var(--sand); }
.hero-live i { width: 7px; height: 7px; border-radius: 50%; background: var(--sand); box-shadow: 0 0 0 0 rgba(197, 163, 106, .5); animation: signalPulse 2s infinite; }
@keyframes signalPulse { 70% { box-shadow: 0 0 0 8px rgba(197, 163, 106, 0); } 100% { box-shadow: 0 0 0 0 rgba(197, 163, 106, 0); } }
.label-hero__wordmark { width: min(100%, 880px); height: auto; filter: brightness(0) invert(1) sepia(.1); }
.label-hero__tagline { margin: clamp(35px, 5vw, 66px) 0 14px; color: var(--sand); font: italic 400 clamp(1.8rem, 3.2vw, 3.7rem)/1 var(--serif); letter-spacing: -.025em; }
.label-hero__text { max-width: 620px; margin: 0; color: rgba(244, 241, 234, .65); font-size: clamp(.98rem, 1.2vw, 1.16rem); line-height: 1.75; }
.label-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.label-hero__facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 660px; margin: clamp(42px, 6vw, 82px) 0 0; padding-top: 18px; border-top: 1px solid var(--line-light); }
.label-hero__facts div { min-width: 0; padding-right: 16px; }
.label-hero__facts dt { color: rgba(244, 241, 234, .38); font-size: .53rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.label-hero__facts dd { margin: 5px 0 0; color: rgba(244, 241, 234, .8); font-size: .75rem; }
.featured-record { align-self: center; min-width: 0; padding: 18px; border: 1px solid rgba(244, 241, 234, .18); background: rgba(244, 241, 234, .045); box-shadow: 0 40px 100px rgba(5, 5, 5, .3); backdrop-filter: blur(7px); }
.featured-record__header { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 0 2px 15px; color: var(--sand); font-size: .56rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.featured-record__header small { color: rgba(244, 241, 234, .46); font-weight: 650; letter-spacing: .08em; }
.record-object { position: relative; min-height: 0; padding-right: 9%; }
.record-object__cover { position: relative; z-index: 2; display: block; width: 91%; aspect-ratio: 1; overflow: hidden; background: var(--black); box-shadow: 0 24px 65px rgba(0, 0, 0, .36); }
.record-object__cover::after { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 33%, rgba(255, 255, 255, .19) 49%, transparent 61%); transform: translateX(-130%); transition: transform .8s var(--ease); }
.record-object:hover .record-object__cover::after { transform: translateX(130%); }
.record-object__cover img { width: 100%; height: 100%; object-fit: cover; }
.record-object__cover > span { position: absolute; z-index: 3; right: 14px; bottom: 14px; padding: 10px 12px; background: rgba(11, 31, 26, .9); color: var(--ivory); font-size: .52rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; opacity: 0; transform: translateY(6px); transition: opacity .3s, transform .3s; }
.record-object:hover .record-object__cover > span { opacity: 1; transform: none; }
.record-object__vinyl, .playlist-vinyl { position: absolute; z-index: 1; right: 0; top: 7%; width: 77%; aspect-ratio: 1; border-radius: 50%; background: repeating-radial-gradient(circle at 50%, #080a09 0 3px, #171b18 4px 6px, #0b0d0c 7px 9px); box-shadow: 16px 20px 48px rgba(0, 0, 0, .42); transform: translateX(2%) rotate(-8deg); transition: transform .85s var(--ease); }
.record-object__vinyl::before, .playlist-vinyl::before { content: ""; position: absolute; inset: 31%; border-radius: 50%; background: var(--release-accent, var(--sand)); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .15); }
.record-object__vinyl::after, .playlist-vinyl::after { content: ""; position: absolute; inset: 48%; border-radius: 50%; background: var(--ivory); }
.record-object__vinyl i { position: absolute; z-index: 2; inset: 36%; display: grid; place-items: center; border-radius: 50%; }
.record-object__vinyl img { width: 55%; opacity: .82; }
.record-object:hover .record-object__vinyl { transform: translateX(17%) rotate(24deg); }
.featured-record.is-playing .record-object__vinyl { animation: vinylTurn 5s linear infinite; }
@keyframes vinylTurn { from { transform: translateX(17%) rotate(0deg); } to { transform: translateX(17%) rotate(360deg); } }
.featured-record__meta { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 18px; align-items: end; padding: 20px 2px 3px; }
.featured-record__meta small { display: block; margin-bottom: 5px; color: rgba(244, 241, 234, .42); font-size: .52rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.featured-record__meta h2 { margin: 0; color: var(--ivory); font: 500 clamp(2rem, 3vw, 3.25rem)/.98 var(--serif); letter-spacing: -.04em; }
.featured-record__meta p { margin: 6px 0 0; color: var(--sand); font-size: .77rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.round-play { position: relative; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; gap: 2px; border: 1px solid rgba(244, 241, 234, .32); border-radius: 50%; background: transparent; color: var(--ivory); transition: background .3s, color .3s, border-color .3s, transform .3s; }
.round-play:hover, .round-play.is-active { border-color: var(--sand); background: var(--sand); color: var(--forest); transform: scale(1.04); }
.round-play i { display: none; width: 2px; height: 4px; background: currentColor; }
.round-play.is-playing > span { display: none; }
.round-play.is-playing i { display: block; animation: labelWave .72s ease-in-out infinite alternate; }
.round-play.is-playing i:nth-of-type(2) { animation-delay: -.35s; }
.round-play.is-playing i:nth-of-type(3) { animation-delay: -.56s; }
.label-hero__foot { width: min(100%, var(--max)); margin: 34px auto 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: rgba(244, 241, 234, .35); font-size: .53rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.label-hero__foot span:nth-child(2) { justify-self: center; }
.label-hero__foot a { justify-self: end; color: rgba(244, 241, 234, .58); }

.frequency-strip { overflow: hidden; border-block: 1px solid rgba(11, 31, 26, .18); background: var(--sand); color: var(--forest); white-space: nowrap; }
.frequency-strip__track { width: max-content; display: flex; align-items: center; gap: 28px; padding: 13px 0; font-size: .62rem; font-weight: 900; letter-spacing: .14em; animation: frequencyMove 28s linear infinite; }
.frequency-strip__track i { width: 5px; height: 5px; border-radius: 50%; background: var(--rust); }
@keyframes frequencyMove { to { transform: translateX(-50%); } }

/* Home — editorial sections */
.label-statement { padding: clamp(92px, 10vw, 170px) clamp(22px, 5vw, 82px); background: var(--ivory); }
.label-statement > * { width: min(100%, var(--max)); margin-inline: auto; }
.label-statement__copy { display: grid; grid-template-columns: 1.25fr .55fr; gap: clamp(50px, 9vw, 150px); align-items: end; margin-top: clamp(35px, 5vw, 72px); }
.label-statement__copy h2 { margin: 0; color: var(--forest); font: 500 clamp(4rem, 8.4vw, 9.3rem)/.82 var(--serif); letter-spacing: -.06em; }
.label-statement__copy h2 em, .editorial-heading h2 em { color: var(--rust); font-weight: 400; }
.label-statement__copy > div { padding-bottom: 8px; }
.label-statement__copy p { margin: 0 0 30px; color: var(--muted); font-size: clamp(1rem, 1.35vw, 1.22rem); line-height: 1.75; }
.label-statement__stats { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: clamp(70px, 9vw, 135px); border-block: 1px solid var(--line); }
.label-statement__stats div { display: flex; align-items: baseline; justify-content: space-between; gap: 15px; padding: clamp(25px, 3vw, 45px); border-right: 1px solid var(--line); }
.label-statement__stats div:last-child { border-right: 0; }
.label-statement__stats strong { font: 500 clamp(3.3rem, 5.4vw, 6rem)/1 var(--serif); letter-spacing: -.05em; }
.label-statement__stats span { color: var(--muted); font-size: .6rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.label-section { padding: clamp(92px, 10vw, 170px) clamp(22px, 5vw, 82px); }
.label-section > * { width: min(100%, var(--max)); margin-inline: auto; }
.editorial-heading { display: grid; grid-template-columns: 1.05fr .55fr auto; gap: clamp(35px, 6vw, 100px); align-items: end; margin-bottom: clamp(58px, 7vw, 105px); }
.editorial-heading h2 { margin: 17px 0 0; color: var(--forest); font: 500 clamp(4.2rem, 7.7vw, 8.7rem)/.8 var(--serif); letter-spacing: -.06em; }
.editorial-heading > p { max-width: 450px; margin: 0; padding-bottom: 6px; color: var(--muted); line-height: 1.75; }
.gallery-section .editorial-heading .editorial-link, .listening-section .editorial-heading .button { grid-column: 3; justify-self: end; }
.catalog-section { background: var(--paper); }
.catalog-cards, .release-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(50px, 6vw, 95px) clamp(20px, 2.8vw, 44px); }
.catalog-card, .release-card { min-width: 0; }
.catalog-card__top, .release-card-head { display: flex; justify-content: space-between; align-items: center; min-height: 34px; color: var(--muted); font-size: .53rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.catalog-card__art, .release-image { position: relative; display: block; overflow: hidden; aspect-ratio: 1; background: var(--card-color, var(--forest)); }
.catalog-card__art::after, .release-image::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, .18) 47%, transparent 62%); transform: translateX(-140%); transition: transform .85s var(--ease); }
.catalog-card:hover .catalog-card__art::after, .release-card:hover .release-image::after { transform: translateX(140%); }
.catalog-card__art img, .release-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .75s var(--ease), filter .4s; }
.catalog-card:hover .catalog-card__art img, .release-card:hover .release-image img { transform: scale(1.025); }
.catalog-card__view, .release-view { position: absolute; z-index: 2; inset: auto 13px 13px auto; display: flex; align-items: center; gap: 15px; padding: 11px 13px; background: rgba(11, 31, 26, .93); color: var(--ivory); font-size: .52rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; opacity: 0; transform: translateY(7px); transition: opacity .3s, transform .3s; }
.catalog-card:hover .catalog-card__view, .release-card:hover .release-view { opacity: 1; transform: none; }
.catalog-card__info, .release-info { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 20px; padding-top: 20px; border-top: 1px solid var(--line); }
.catalog-card__info > div:first-child > span, .release-info > div:first-child > span { display: block; color: var(--rust); font-size: .51rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.catalog-card__info h3, .release-info h3 { margin: 11px 0 4px; color: var(--forest); font: 500 clamp(2rem, 3vw, 3.2rem)/.95 var(--serif); letter-spacing: -.045em; }
.catalog-card__info p, .release-info p { margin: 0; color: var(--muted); font-size: .78rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.catalog-card__actions, .release-card-actions { display: flex; flex-direction: column; align-items: center; justify-content: space-between; gap: 16px; }
.catalog-card__actions button, .release-play-button, .playlist-play, .tracklist-play { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--forest); transition: background .25s, color .25s, border-color .25s; }
.catalog-card__actions button:hover, .catalog-card__actions button.is-active, .release-play-button:hover, .release-play-button.is-active, .playlist-play:hover, .playlist-play.is-active, .tracklist-play:hover, .tracklist-play.is-active { border-color: var(--forest); background: var(--forest); color: var(--ivory); }
.catalog-card__actions small, .release-index { color: rgba(11, 31, 26, .38); font: italic 400 1rem/1 var(--serif); }

.listening-section { background: var(--forest); color: var(--ivory); }
.editorial-heading--dark h2 { color: var(--ivory); }
.editorial-heading--dark .section-index { color: var(--sand); }
.playlist-shell { display: grid; grid-template-columns: minmax(290px, .7fr) 1.3fr; gap: clamp(50px, 8vw, 130px); align-items: start; }
.playlist-visual { position: sticky; top: calc(var(--header-h) + var(--utility-h) + 30px); }
.playlist-cover-stack { position: relative; width: min(100%, 520px); aspect-ratio: 1; padding-right: 8%; }
.playlist-cover-stack > img { position: relative; z-index: 2; width: 92%; height: 100%; object-fit: cover; box-shadow: 0 25px 70px rgba(0, 0, 0, .3); }
.playlist-vinyl { --release-accent: var(--sand); top: 8%; width: 73%; }
.playlist-cover-stack:hover .playlist-vinyl { transform: translateX(17%) rotate(26deg); }
.playlist-visual h3 { margin: 30px 0 14px; font: 500 clamp(3.5rem, 5.4vw, 6rem)/.85 var(--serif); letter-spacing: -.05em; }
.playlist-visual h3 em { color: var(--sand); }
.playlist-visual p { max-width: 520px; margin: 0; color: rgba(244, 241, 234, .55); line-height: 1.7; }
.playlist-list { border-top: 1px solid var(--line-light); }
.playlist-row { display: grid; grid-template-columns: 35px 58px minmax(0, 1fr) 46px 44px; align-items: center; gap: 15px; padding: 14px 6px; border-bottom: 1px solid var(--line-light); transition: padding .3s, background .3s; }
.playlist-row:hover { padding-inline: 13px; background: rgba(244, 241, 234, .045); }
.playlist-row > span:first-child { color: rgba(244, 241, 234, .34); font: italic 400 .9rem/1 var(--serif); }
.playlist-row > img { width: 58px; height: 58px; object-fit: cover; }
.playlist-copy strong, .playlist-copy small { display: block; }
.playlist-copy strong { font: 500 1.17rem/1.1 var(--serif); }
.playlist-copy small { margin-top: 4px; color: rgba(244, 241, 234, .48); font-size: .7rem; }
.playlist-wave { display: flex; align-items: center; justify-content: center; gap: 3px; height: 18px; }
.playlist-wave i { width: 2px; height: 4px; background: var(--sand); }
.playlist-row:has(.is-playing) .playlist-wave i { animation: labelWave .74s ease-in-out infinite alternate; }
.playlist-row:has(.is-playing) .playlist-wave i:nth-child(2) { animation-delay: -.28s; }
.playlist-row:has(.is-playing) .playlist-wave i:nth-child(3) { animation-delay: -.48s; }
.playlist-play { border-color: rgba(244, 241, 234, .22); color: var(--ivory); }
.playlist-play:hover, .playlist-play.is-active { border-color: var(--sand); background: var(--sand); color: var(--forest); }

.label-about { display: grid; grid-template-columns: 1.04fr .96fr; min-height: 850px; background: var(--ivory); }
.label-about__image { position: relative; overflow: hidden; }
.label-about__image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.04); transition: transform 1s var(--ease), filter .5s; }
.label-about:hover .label-about__image img { transform: scale(1.025); filter: saturate(.9) contrast(1.03); }
.label-about__image span { position: absolute; left: 24px; bottom: 24px; padding: 11px 14px; background: var(--forest); color: var(--ivory); font-size: .52rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.label-about__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(65px, 8vw, 135px); }
.label-about__copy h2 { margin: 30px 0; color: var(--forest); font: 500 clamp(4rem, 7.3vw, 8.2rem)/.8 var(--serif); letter-spacing: -.06em; }
.label-about__copy > p { max-width: 650px; margin: 0; color: var(--muted); font-size: clamp(1rem, 1.3vw, 1.2rem); line-height: 1.75; }
.label-about__copy blockquote { margin: clamp(38px, 5vw, 70px) 0; padding-left: 24px; border-left: 1px solid var(--sand); color: var(--rust); font: italic 400 clamp(1.8rem, 3vw, 3.2rem)/1.08 var(--serif); }
.label-about__copy .button { align-self: flex-start; }

.roster-section { background: var(--paper); }
.roster-list { border-top: 1px solid var(--line); }
.roster-row { display: grid; grid-template-columns: 55px 94px minmax(190px, .8fr) 1.2fr 50px; align-items: center; gap: clamp(18px, 3.4vw, 54px); min-height: 126px; padding: 15px 10px; border-bottom: 1px solid var(--line); transition: background .3s, padding .3s; }
.roster-row:hover { padding-inline: 20px; background: var(--ivory); }
.roster-row > span { color: var(--rust); font: italic 400 .92rem/1 var(--serif); }
.roster-row img { width: 94px; height: 94px; object-fit: cover; filter: saturate(.7); transition: filter .35s, transform .35s; }
.roster-row:hover img { filter: saturate(1); transform: scale(.96); }
.roster-row h3 { margin: 0; color: var(--forest); font: 500 clamp(2rem, 3.4vw, 4rem)/.9 var(--serif); letter-spacing: -.045em; }
.roster-row p { max-width: 620px; margin: 0; color: var(--muted); font-size: .9rem; }
.roster-row b { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-weight: 500; transition: transform .3s, background .3s, color .3s; }
.roster-row:hover b { background: var(--forest); color: var(--ivory); transform: rotate(45deg); }

.label-radio { display: grid; grid-template-columns: 1fr 1fr; min-height: 800px; background: var(--rust); color: var(--ivory); }
.label-radio__image { position: relative; overflow: hidden; }
.label-radio__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to right, transparent 65%, rgba(160, 82, 45, .45)); }
.label-radio__image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.06); transition: transform 1.1s var(--ease), filter .5s; }
.label-radio:hover .label-radio__image img { transform: scale(1.025); filter: saturate(.9); }
.label-radio__image > span { position: absolute; z-index: 2; left: 24px; top: 24px; display: flex; align-items: center; gap: 8px; padding: 10px 13px; background: var(--sand); color: var(--forest); font-size: .54rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.label-radio__image > span i { width: 6px; height: 6px; border-radius: 50%; background: var(--rust); animation: signalPulse 2s infinite; }
.label-radio__copy { position: relative; display: flex; flex-direction: column; justify-content: center; overflow: hidden; padding: clamp(64px, 8vw, 135px); }
.label-radio__copy::after { content: "RADIO"; position: absolute; right: -.08em; bottom: -.18em; color: rgba(244, 241, 234, .05); font: 500 clamp(9rem, 20vw, 21rem)/1 var(--serif); }
.label-radio__head { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid rgba(244, 241, 234, .24); }
.label-radio .section-index { color: var(--sand); }
.label-radio__head strong { font: italic 400 1.25rem/1 var(--serif); }
.label-radio__copy h2 { position: relative; z-index: 1; margin: clamp(45px, 6vw, 85px) 0 27px; font: 500 clamp(4rem, 8vw, 9rem)/.78 var(--serif); letter-spacing: -.06em; }
.label-radio__copy > p { position: relative; z-index: 1; max-width: 640px; margin: 0; color: rgba(244, 241, 234, .7); font-size: clamp(1rem, 1.3vw, 1.22rem); line-height: 1.7; }
.label-radio__meta { position: relative; z-index: 1; display: flex; align-items: center; gap: 14px; margin: 32px 0 42px; color: rgba(244, 241, 234, .5); font-size: .57rem; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; }
.label-radio__meta i { width: 35px; height: 1px; background: rgba(244, 241, 234, .35); }
.label-radio__copy .button { position: relative; z-index: 1; align-self: flex-start; }

.gallery-section { background: var(--ivory); }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 10px; }
.gallery-item { position: relative; grid-column: span 4; aspect-ratio: 1; overflow: hidden; background: var(--forest); }
.gallery-item:nth-child(1), .gallery-item:nth-child(6) { grid-column: span 6; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); transition: transform .8s var(--ease), filter .4s; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(5, 5, 5, .82), transparent 55%); opacity: 0; transition: opacity .35s; }
.gallery-item span { position: absolute; z-index: 2; inset: auto 16px 16px; color: var(--ivory); font-size: .54rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; opacity: 0; transform: translateY(8px); transition: opacity .35s, transform .35s; }
.gallery-item:hover img { transform: scale(1.04); filter: saturate(.95); }
.gallery-item:hover::after, .gallery-item:hover span { opacity: 1; }
.gallery-item:hover span { transform: none; }
.demo-callout { position: relative; min-height: 820px; display: grid; place-items: center; overflow: hidden; isolation: isolate; background: var(--black); color: var(--ivory); }
.demo-callout > img { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; filter: saturate(.4) contrast(1.05); }
.demo-callout__veil { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(5, 5, 5, .9), rgba(11, 31, 26, .66)), linear-gradient(to top, rgba(5, 5, 5, .66), transparent); }
.demo-callout__content { max-width: 1000px; padding: 90px 24px; text-align: center; }
.demo-callout .section-index { color: var(--sand); }
.demo-callout h2 { margin: 42px 0; font: 500 clamp(4.7rem, 10vw, 11.2rem)/.76 var(--serif); letter-spacing: -.065em; }
.demo-callout h2 em { color: var(--sand); font-weight: 400; }
.demo-callout p { max-width: 670px; margin: 0 auto 35px; color: rgba(244, 241, 234, .65); font-size: clamp(1rem, 1.35vw, 1.24rem); line-height: 1.7; }
.demo-callout .button { margin-inline: auto; }
.demo-callout small { display: block; margin-top: 22px; color: rgba(244, 241, 234, .38); font-size: .61rem; letter-spacing: .07em; }

/* Inner pages */
.section { padding: clamp(85px, 9vw, 145px) clamp(22px, 5vw, 82px); }
.section > * { width: min(100%, var(--max)); margin-inline: auto; }
.section-heading { width: min(100%, var(--max)); display: flex; align-items: end; justify-content: space-between; gap: 35px; margin: 0 auto clamp(45px, 6vw, 80px); }
.section-heading h2 { margin: 14px 0 0; color: var(--forest); font: 500 clamp(3.7rem, 7vw, 7.8rem)/.82 var(--serif); letter-spacing: -.06em; }
.page-hero { position: relative; min-height: 600px; display: flex; flex-direction: column; justify-content: end; padding: calc(var(--utility-h) + var(--header-h) + 95px) clamp(22px, 5vw, 82px) clamp(70px, 8vw, 120px); overflow: hidden; background: var(--forest); color: var(--ivory); }
.page-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 78% 20%, rgba(197, 163, 106, .17), transparent 28%), linear-gradient(rgba(244, 241, 234, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(244, 241, 234, .05) 1px, transparent 1px); background-size: auto, 10vw 10vw, 10vw 10vw; }
.page-hero > * { position: relative; z-index: 1; width: min(100%, var(--max)); margin-inline: auto; }
.page-hero .eyebrow { color: var(--sand); }
.page-hero h1 { margin: 28px auto 20px; color: var(--ivory); font: 500 clamp(5rem, 11vw, 12rem)/.72 var(--serif); letter-spacing: -.07em; }
.page-hero p { margin-block: 0; color: rgba(244, 241, 234, .62); font-size: clamp(1.05rem, 1.5vw, 1.35rem); }
.compact-hero { min-height: 560px; }
.catalog-page, .artist-directory, .radio-list { background: var(--paper); }
.catalog-filter { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 55px; }
.catalog-filter button { min-height: 39px; padding: 0 16px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--forest); font-size: .56rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; transition: background .25s, color .25s; }
.catalog-filter button:hover, .catalog-filter button.active { background: var(--forest); color: var(--ivory); }
.catalog-grid { width: min(100%, var(--max)); }
.release-card[hidden] { display: none; }
.release-info { border-top: 0; }
.release-view { inset: auto 13px 13px auto; }
.directory-card { width: min(100%, var(--max)); display: grid; grid-template-columns: 55px clamp(110px, 13vw, 205px) 1fr; align-items: center; gap: clamp(22px, 4vw, 62px); padding: 23px 8px; border-bottom: 1px solid var(--line); color: var(--forest); transition: background .3s, padding .3s; }
.directory-card:first-child { border-top: 1px solid var(--line); }
.directory-card:hover { padding-inline: 18px; background: var(--ivory); }
.directory-card img { width: 100%; aspect-ratio: 1; object-fit: cover; filter: saturate(.7); transition: filter .35s, transform .35s; }
.directory-card:hover img { filter: saturate(.95); transform: scale(.97); }
.directory-number { color: var(--rust); font: italic 400 1rem/1 var(--serif); }
.directory-card h2 { margin: 0 0 13px; color: var(--forest); font: 500 clamp(2.7rem, 5.7vw, 6.5rem)/.82 var(--serif); letter-spacing: -.06em; }
.directory-card p { max-width: 720px; margin: 0 0 16px; color: var(--muted); line-height: 1.65; }
.directory-card div > span { color: var(--rust); font-size: .53rem; font-weight: 850; letter-spacing: .13em; }
.artist-profile, .about-page-hero, .demo-page, .contact-page { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(45px, 8vw, 135px); padding: calc(var(--utility-h) + var(--header-h) + 72px) clamp(22px, 5vw, 82px) clamp(85px, 10vw, 160px); background: var(--ivory); }
.artist-profile > *, .about-page-hero > *, .demo-page > *, .contact-page > * { min-width: 0; }
.artist-profile-image, .about-page-image, .demo-page-art { position: relative; }
.artist-profile-image::after, .about-page-image::after, .demo-page-art::after { content: ""; position: absolute; z-index: 0; inset: 17px -17px -17px 17px; border: 1px solid var(--sand); }
.artist-profile-image img, .about-page-image img, .demo-page-art img { position: relative; z-index: 1; width: 100%; max-height: 790px; aspect-ratio: 4 / 5; object-fit: cover; filter: saturate(.76); }
.artist-profile-copy h1, .about-page-copy h1, .demo-page-copy h1, .contact-intro h1 { margin: 30px 0; color: var(--forest); font: 500 clamp(4.5rem, 8.8vw, 9.5rem)/.76 var(--serif); letter-spacing: -.065em; }
.artist-profile-copy p, .about-page-copy p, .demo-page-copy p, .contact-intro p { max-width: 660px; color: var(--muted); font-size: clamp(1rem, 1.35vw, 1.22rem); line-height: 1.75; }
.artist-socials { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.artist-socials a { padding: 11px 16px; border: 1px solid var(--line); border-radius: 999px; font-size: .68rem; font-weight: 750; text-transform: uppercase; transition: background .25s, color .25s; }
.artist-socials a:hover { background: var(--forest); color: var(--ivory); }
.mini-release-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(18px, 3vw, 42px); }
.mini-release-grid a { min-width: 0; }
.mini-release-grid img { width: 100%; aspect-ratio: 1; object-fit: cover; transition: transform .55s var(--ease), filter .35s; }
.mini-release-grid a:hover img { transform: scale(.98); filter: saturate(1.07); }
.mini-release-grid strong, .mini-release-grid span { display: block; }
.mini-release-grid strong { margin-top: 15px; color: var(--forest); font: 500 clamp(1.5rem, 2.3vw, 2.6rem)/1 var(--serif); letter-spacing: -.035em; }
.mini-release-grid span { margin-top: 5px; color: var(--muted); font-size: .66rem; font-weight: 700; text-transform: uppercase; }
.manifesto { padding: clamp(90px, 10vw, 160px) clamp(22px, 5vw, 82px); background: var(--rust); color: var(--ivory); }
.manifesto p { max-width: 1200px; margin: 0 auto; text-align: center; font: italic 400 clamp(3rem, 7vw, 7.6rem)/.9 var(--serif); letter-spacing: -.045em; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; padding: 1px; background: var(--line); }
.values-grid article { padding: clamp(36px, 5vw, 75px); background: var(--ivory); }
.values-grid article > span { color: var(--rust); font: italic 400 1rem/1 var(--serif); }
.values-grid h2 { margin: 55px 0 20px; color: var(--forest); font: 500 clamp(2.6rem, 4vw, 4.7rem)/.9 var(--serif); letter-spacing: -.05em; }
.values-grid p { margin: 0; color: var(--muted); line-height: 1.65; }

.release-hero { position: relative; display: grid; grid-template-columns: 1fr minmax(380px, .82fr); align-items: center; gap: clamp(50px, 8vw, 130px); min-height: 880px; overflow: hidden; padding: calc(var(--utility-h) + var(--header-h) + 60px) clamp(22px, 6vw, 100px) 80px; background: var(--release-bg); color: var(--release-text); isolation: isolate; }
.release-hero::before { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .15; background-image: linear-gradient(rgba(255, 255, 255, .18) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .18) 1px, transparent 1px); background-size: 10vw 10vw; }
.release-orb { position: absolute; z-index: -1; border-radius: 50%; filter: blur(25px); opacity: .28; }
.orb-one { width: 50vw; height: 50vw; right: -15vw; top: -18vw; background: var(--release-accent); }
.orb-two { width: 38vw; height: 38vw; left: -18vw; bottom: -18vw; background: var(--release-accent); }
.release-detail-copy .eyebrow { color: var(--release-accent); }
.release-detail-copy h1 { max-width: 900px; margin: 34px 0 20px; color: var(--release-text); font: 500 clamp(4.8rem, 9.5vw, 10.5rem)/.76 var(--serif); letter-spacing: -.07em; }
.release-detail-copy > p:not(.release-artist-name) { max-width: 620px; color: color-mix(in srgb, var(--release-text) 65%, transparent); line-height: 1.7; }
.release-artist-name { margin: 0 0 30px; color: var(--release-accent); font-size: clamp(1.15rem, 2vw, 1.7rem); font-weight: 750; text-transform: uppercase; }
.release-date { display: block; margin-top: 25px; color: color-mix(in srgb, var(--release-text) 50%, transparent); font-size: .59rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.release-hero-actions { display: flex; margin-top: 28px; }
.release-detail-cover { position: relative; justify-self: end; width: min(100%, 680px); }
.release-detail-cover::after { content: ""; position: absolute; z-index: -1; inset: 18px -18px -18px 18px; border: 1px solid color-mix(in srgb, var(--release-accent) 65%, transparent); }
.release-detail-cover img { width: 100%; aspect-ratio: 1; object-fit: cover; box-shadow: 0 38px 90px rgba(5, 5, 5, .32); }
.release-content { display: grid; grid-template-columns: 1.45fr .55fr; gap: clamp(50px, 8vw, 130px); background: var(--ivory); }
.tracklist { margin: 34px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.tracklist li { display: grid; grid-template-columns: 48px 1fr 42px; align-items: center; min-height: 78px; padding: 10px 3px; border-bottom: 1px solid var(--line); }
.tracklist li > span:first-child { color: var(--rust); font: italic 400 .85rem/1 var(--serif); }
.tracklist strong { color: var(--forest); font: 500 clamp(1.35rem, 2vw, 2rem)/1 var(--serif); }
.tracklist small { color: var(--muted); }
.release-side-panel { display: flex; flex-direction: column; gap: 60px; }
.release-side-panel p { color: var(--muted); line-height: 1.7; }
.platform-links { display: flex; flex-direction: column; margin-top: 22px; border-top: 1px solid var(--line); }
.platform-links a { display: flex; justify-content: space-between; padding: 13px 3px; border-bottom: 1px solid var(--line); font-size: .75rem; font-weight: 760; text-transform: uppercase; transition: padding .25s, color .25s; }
.platform-links a:hover { padding-inline: 9px; color: var(--rust); }
.next-release { background: var(--paper); }

.radio-list { display: flex; flex-direction: column; gap: 1px; }
.radio-card { display: grid; grid-template-columns: minmax(280px, .72fr) 1.28fr; align-items: center; gap: clamp(35px, 7vw, 110px); padding: clamp(20px, 3vw, 44px); background: var(--ivory); }
.radio-card > img { width: 100%; aspect-ratio: 1; object-fit: cover; filter: saturate(.74); }
.radio-card h2 { margin: 32px 0 24px; color: var(--forest); font: 500 clamp(4rem, 8vw, 8.5rem)/.78 var(--serif); letter-spacing: -.065em; }
.radio-card p { max-width: 700px; color: var(--muted); font-size: 1.03rem; line-height: 1.7; }
.radio-card div > span:not(.eyebrow) { display: block; margin: 26px 0; color: var(--muted); font-size: .62rem; text-transform: uppercase; }
.radio-card .btn { width: max-content; }

.demo-page-copy > img { width: 76px; margin-bottom: 28px; }
.demo-page-copy ul { margin: 32px 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.demo-page-copy li { padding: 13px 0; border-bottom: 1px solid var(--line); color: var(--muted); }
.demo-page-copy li::before { content: "↳"; margin-right: 10px; color: var(--rust); }
.contact-intro > a { display: inline-block; margin-top: 26px; border-bottom: 1px solid var(--forest); color: var(--forest); font: italic 400 clamp(1.25rem, 2vw, 1.8rem)/1.2 var(--serif); }
.contact-form { padding: clamp(28px, 5vw, 60px); border: 1px solid var(--line); background: var(--paper); }
.contact-form label { display: block; margin-bottom: 24px; color: var(--forest); font-size: .58rem; font-weight: 830; letter-spacing: .11em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; margin-top: 9px; padding: 13px 0; border: 0; border-bottom: 1px solid rgba(11, 31, 26, .28); border-radius: 0; outline: none; background: transparent; color: var(--forest); font-size: 1rem; font-weight: 450; letter-spacing: 0; text-transform: none; transition: border-color .25s; }
.contact-form textarea { min-height: 145px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--rust); }
.contact-form .btn { margin-top: 5px; }
.honeypot { position: absolute !important; left: -9999px !important; }
.alert { margin-bottom: 24px; padding: 13px 15px; border-left: 3px solid; font-size: .86rem; }
.alert.success { border-color: var(--green); background: rgba(45, 90, 71, .09); }
.alert.error { border-color: var(--rust); background: rgba(160, 82, 45, .1); }
.legal-page { min-height: 75vh; padding: calc(var(--utility-h) + var(--header-h) + 95px) max(22px, calc((100vw - 980px) / 2)) 120px; background: var(--ivory); }
.legal-page h1 { margin: 30px 0 60px; color: var(--forest); font: 500 clamp(4rem, 8vw, 8rem)/.8 var(--serif); letter-spacing: -.06em; }
.legal-page h2 { margin-top: 45px; color: var(--forest); font: 500 clamp(2rem, 3vw, 3rem)/1 var(--serif); }
.legal-page p { max-width: 800px; color: var(--muted); line-height: 1.8; }
.not-found { min-height: 100svh; display: grid; place-items: center; align-content: center; gap: 20px; padding: calc(var(--utility-h) + var(--header-h)) 22px 60px; text-align: center; background: var(--forest); color: var(--ivory); }
.not-found > span { color: var(--sand); font: italic 400 clamp(6rem, 17vw, 15rem)/.7 var(--serif); }
.not-found h1 { margin: 20px 0 0; font: 500 clamp(3rem, 7vw, 7rem)/.85 var(--serif); letter-spacing: -.055em; }
.not-found p { color: rgba(244, 241, 234, .58); }

/* Footer */
.site-footer { padding: clamp(72px, 8vw, 125px) clamp(22px, 5vw, 82px) 32px; background: var(--forest); color: var(--ivory); }
.footer-primary, .footer-grid, .footer-frequency, .footer-bottom { width: min(100%, var(--max)); margin-inline: auto; }
.footer-primary { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 50px; padding-bottom: 70px; border-bottom: 1px solid var(--line-light); }
.footer-brand { display: flex; align-items: center; gap: 24px; width: max-content; }
.footer-brand img { width: clamp(78px, 8vw, 122px); height: auto; }
.footer-brand div { display: flex; flex-direction: column; }
.footer-brand strong { font: 500 clamp(2.8rem, 5.4vw, 5.7rem)/.76 var(--serif); letter-spacing: -.055em; }
.footer-brand span { margin: 17px 0 0 4px; color: var(--sand); font-size: .58rem; font-weight: 900; letter-spacing: .52em; }
.footer-statement { justify-self: end; max-width: 610px; }
.footer-statement .eyebrow { color: var(--sand); }
.footer-statement p { margin: 22px 0 0; color: rgba(244, 241, 234, .76); font: italic 400 clamp(1.7rem, 2.8vw, 3rem)/1.08 var(--serif); }
.footer-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 40px; padding: 58px 0; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-column > span { margin-bottom: 9px; color: var(--sand); font-size: .53rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.footer-column a { color: rgba(244, 241, 234, .62); font-size: .82rem; transition: color .25s, transform .25s; }
.footer-column a:hover { color: var(--ivory); transform: translateX(4px); }
.footer-column small { margin-top: 5px; color: rgba(244, 241, 234, .36); font-size: .66rem; }
.footer-contact a { color: var(--ivory); font: italic 400 clamp(1rem, 1.5vw, 1.45rem)/1.25 var(--serif); overflow-wrap: anywhere; }
.footer-frequency { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; padding: 19px 0; border-block: 1px solid var(--line-light); color: rgba(244, 241, 234, .37); font-size: .51rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.footer-frequency > span:last-child { justify-self: end; }
.footer-wave { height: 18px; color: var(--sand); }
.footer-wave i { width: 2px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 25px; color: rgba(244, 241, 234, .35); font-size: .59rem; }
.footer-bottom p { margin: 0; }
.footer-bottom > div { display: flex; align-items: center; gap: 22px; }
.footer-bottom a { color: rgba(244, 241, 234, .52); }
.footer-bottom a:hover { color: var(--sand); }

/* Global audio player */
.music-player { position: fixed; inset: auto 0 0; z-index: 2600; pointer-events: none; }
.player-launcher { position: fixed; right: 18px; bottom: 18px; max-width: min(390px, calc(100vw - 36px)); display: flex; align-items: center; gap: 11px; padding: 8px 15px 8px 8px; border: 1px solid rgba(244, 241, 234, .18); border-radius: 999px; background: rgba(11, 31, 26, .96); color: var(--ivory); box-shadow: 0 18px 55px rgba(5, 5, 5, .28); backdrop-filter: blur(16px); pointer-events: auto; transition: opacity .3s, transform .3s; }
.player-launcher:hover { transform: translateY(-3px); }
.launcher-disc { flex: 0 0 auto; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--sand); color: var(--forest); }
.player-launcher > span:last-child { min-width: 0; text-align: left; }
.player-launcher strong, .player-launcher small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.player-launcher strong { font-size: .65rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.player-launcher small { max-width: 270px; color: rgba(244, 241, 234, .52); font-size: .68rem; }
.music-player.is-open .player-launcher { opacity: 0; transform: translateY(20px); pointer-events: none; }
.player-panel { position: absolute; left: 50%; bottom: 16px; width: min(1200px, calc(100% - 32px)); border: 1px solid var(--line-light); border-radius: 2px; background: rgba(11, 31, 26, .98); color: var(--ivory); box-shadow: 0 30px 90px rgba(5, 5, 5, .42); backdrop-filter: blur(22px); opacity: 0; visibility: hidden; transform: translate(-50%, calc(100% + 40px)); pointer-events: auto; transition: opacity .32s, visibility .32s, transform .32s var(--ease); }
.music-player.is-open .player-panel { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.player-panel audio { display: none; }
.player-core { min-height: 92px; display: grid; grid-template-columns: minmax(240px, 1.05fr) 150px minmax(255px, 1.35fr) minmax(245px, .9fr); align-items: center; gap: 18px; padding: 11px 14px; }
.player-now { min-width: 0; display: grid; grid-template-columns: 68px 1fr; align-items: center; gap: 13px; }
.player-now img { width: 68px; height: 68px; object-fit: cover; }
.player-now div { min-width: 0; }
.player-now span { display: block; color: var(--sand); font-size: .49rem; font-weight: 850; letter-spacing: .14em; }
.player-now strong, .player-now small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.player-now strong { margin: 3px 0; font: 500 1.24rem/1.1 var(--serif); }
.player-now small { color: rgba(244, 241, 234, .5); font-size: .71rem; }
.player-transport { display: flex; align-items: center; justify-content: center; gap: 8px; }
.player-transport button, .player-tools button { border: 0; background: transparent; color: var(--ivory); }
.player-transport > button:not(.player-main-button) { width: 36px; height: 36px; font-size: 1.8rem; }
.player-main-button { width: 52px; height: 52px; border-radius: 50%; background: var(--sand) !important; color: var(--forest) !important; }
.player-timeline { display: grid; grid-template-columns: 38px 1fr 38px; align-items: center; gap: 9px; color: rgba(244, 241, 234, .47); font-size: .61rem; }
.player-timeline input, .player-tools input { width: 100%; accent-color: var(--sand); }
.player-tools { display: flex; align-items: center; justify-content: flex-end; gap: 9px; }
.player-tools input { width: 68px; }
.player-tools button { min-width: 28px; height: 34px; font-size: .68rem; }
.player-tools a { padding: 8px 10px; border: 1px solid var(--line-light); border-radius: 999px; font-size: .58rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.player-queue { position: absolute; inset: auto 0 calc(100% + 9px); max-height: min(470px, 62vh); overflow: hidden; border: 1px solid var(--line-light); background: rgba(11, 31, 26, .99); box-shadow: 0 25px 65px rgba(5, 5, 5, .36); }
.player-queue-head { display: flex; justify-content: space-between; align-items: center; padding: 16px 19px; border-bottom: 1px solid var(--line-light); }
.player-queue-head span, .player-queue-head strong { display: block; }
.player-queue-head span { color: var(--sand); font-size: .49rem; font-weight: 850; letter-spacing: .14em; }
.player-queue-head strong { margin-top: 3px; font: 500 1.3rem/1 var(--serif); }
.player-queue-head button { border: 0; background: transparent; color: var(--ivory); font-size: 1.3rem; }
.player-queue-list { max-height: 385px; overflow: auto; padding: 6px; }
.queue-track { width: 100%; display: grid; grid-template-columns: 34px 46px 1fr 34px; align-items: center; gap: 10px; padding: 9px 11px; border: 0; background: transparent; color: var(--ivory); text-align: left; }
.queue-track:hover, .queue-track.is-active { background: rgba(244, 241, 234, .06); }
.queue-track > span:first-child { color: rgba(244, 241, 234, .33); font-size: .61rem; }
.queue-track img { width: 46px; height: 46px; object-fit: cover; }
.queue-track-copy strong, .queue-track-copy small { display: block; }
.queue-track-copy small { color: rgba(244, 241, 234, .45); font-size: .67rem; }
.queue-play { color: var(--sand); text-align: center; }

/* Responsive */
@media (max-width: 1250px) {
  .header-social { display: none; }
  .site-header { grid-template-columns: auto 1fr; }
  .main-nav { justify-self: end; }
  .label-hero__grid { grid-template-columns: 1fr minmax(340px, .78fr); gap: 45px; }
  .editorial-heading { grid-template-columns: 1fr .6fr; }
  .editorial-heading .editorial-link { grid-column: 2; }
  .gallery-section .editorial-heading .editorial-link, .listening-section .editorial-heading .button { grid-column: 2; justify-self: end; }
  .player-core { grid-template-columns: minmax(220px, 1fr) 145px minmax(240px, 1.1fr); }
  .player-tools { grid-column: 1 / -1; justify-content: center; padding-top: 8px; border-top: 1px solid var(--line-light); }
}

@media (max-width: 1020px) {
  :root { --header-h: 76px; }
  .menu-toggle { display: block; justify-self: end; position: relative; z-index: 3; }
  .site-header { grid-template-columns: 1fr auto; }
  .main-nav { position: fixed; inset: 0; z-index: 2; min-height: 100dvh; display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 0; padding: 105px clamp(25px, 7vw, 70px) 55px; overflow-y: auto; background: var(--forest); transform: translateX(100%); visibility: hidden; transition: transform .42s var(--ease), visibility .42s; }
  .main-nav::before { content: "TROPICALIA"; position: absolute; right: -.06em; bottom: -.08em; color: rgba(244, 241, 234, .025); font: 500 26vw/1 var(--serif); letter-spacing: -.08em; pointer-events: none; }
  .main-nav.open { transform: none; visibility: visible; }
  .main-nav a { width: 100%; display: flex; min-height: 70px; padding: 12px 0; border-bottom: 1px solid var(--line-light); color: var(--ivory); font: 500 clamp(2.3rem, 7vw, 4.2rem)/1 var(--serif); letter-spacing: -.04em; text-transform: none; }
  .main-nav a::after { display: none; }
  .main-nav a > span:not(.nav-signal) { display: inline-block; width: 44px; color: var(--sand); font: italic 400 .78rem/1 var(--serif); letter-spacing: 0; }
  .main-nav .nav-demo { height: auto; margin-top: 26px; padding-inline: 0; border: 0; border-radius: 0; color: var(--sand); }
  .nav-signal { display: none; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
  .label-hero { padding-top: calc(var(--utility-h) + var(--header-h) + 64px); }
  .label-hero__grid { min-height: auto; grid-template-columns: 1fr; gap: 80px; }
  .label-hero__copy { max-width: 850px; }
  .label-hero__wordmark { max-width: 800px; }
  .featured-record { width: min(100%, 660px); justify-self: center; }
  .label-hero__foot { margin-top: 70px; }
  .label-statement__copy { grid-template-columns: 1fr; }
  .label-statement__copy > div { max-width: 650px; }
  .catalog-cards, .release-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .playlist-shell { grid-template-columns: 1fr; }
  .playlist-visual { position: static; }
  .playlist-cover-stack { max-width: 560px; }
  .label-about, .label-radio { grid-template-columns: 1fr; min-height: 0; }
  .label-about__image, .label-radio__image { min-height: min(80vw, 720px); }
  .label-radio__image::after { background: linear-gradient(to bottom, transparent 70%, rgba(160, 82, 45, .42)); }
  .gallery-item { grid-column: span 6; }
  .gallery-item:nth-child(1), .gallery-item:nth-child(6) { grid-column: span 6; }
  .artist-profile, .about-page-hero, .demo-page, .contact-page { grid-template-columns: 1fr; }
  .artist-profile-image, .about-page-image, .demo-page-art, .release-detail-cover { order: -1; justify-self: center; width: min(100%, 690px); }
  .release-hero { grid-template-columns: 1fr; }
  .release-detail-copy { max-width: 850px; }
  .release-content { grid-template-columns: 1fr; }
  .release-side-panel { display: grid; grid-template-columns: 1fr 1fr; }
  .radio-card { grid-template-columns: 1fr; }
  .radio-card > img { max-width: 650px; }
  .footer-primary { grid-template-columns: 1fr; }
  .footer-statement { justify-self: start; }
}

@media (max-width: 760px) {
  :root { --utility-h: 0px; --header-h: 70px; }
  .label-utility { display: none; }
  .site-header { top: 0; height: 70px; padding: 0 18px; }
  .site-header.scrolled { height: 64px; }
  .brand-symbol { width: 39px; height: 39px; }
  .brand-copy strong { font-size: 1rem; }
  .brand-copy small { font-size: .42rem; }
  .label-hero { padding: calc(var(--header-h) + 48px) 18px 34px; }
  .label-hero__grid { gap: 55px; }
  .label-hero__eyebrow { align-items: flex-start; flex-direction: column; gap: 8px; margin-bottom: 35px; }
  .label-hero__wordmark { width: 100%; }
  .label-hero__tagline { margin-top: 35px; font-size: clamp(1.8rem, 9vw, 2.5rem); }
  .label-hero__text { font-size: .96rem; }
  .label-hero__actions { display: grid; grid-template-columns: 1fr; }
  .label-hero__actions .button { width: 100%; }
  .label-hero__facts { grid-template-columns: 1fr; gap: 14px; }
  .label-hero__facts div { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding-bottom: 10px; border-bottom: 1px solid rgba(244, 241, 234, .1); }
  .featured-record { padding: 12px; }
  .featured-record__header small { display: none; }
  .record-object { padding-right: 4%; }
  .record-object__cover { width: 95%; }
  .record-object__vinyl { width: 75%; }
  .record-object:hover .record-object__vinyl { transform: translateX(8%) rotate(8deg); }
  .record-object__cover > span { display: none; }
  .featured-record__meta h2 { font-size: 1.8rem; }
  .round-play { width: 52px; height: 52px; }
  .label-hero__foot { grid-template-columns: 1fr auto; margin-top: 45px; }
  .label-hero__foot span:nth-child(2) { display: none; }
  .frequency-strip__track { font-size: .56rem; }
  .label-statement, .label-section, .section { padding: 78px 18px; }
  .label-statement__copy h2, .editorial-heading h2 { font-size: clamp(3.6rem, 16.5vw, 5.8rem); }
  .label-statement__stats { grid-template-columns: 1fr; }
  .label-statement__stats div { border-right: 0; border-bottom: 1px solid var(--line); }
  .label-statement__stats div:last-child { border-bottom: 0; }
  .editorial-heading { grid-template-columns: 1fr; gap: 26px; }
  .editorial-heading > p { max-width: 620px; }
  .editorial-heading .editorial-link { grid-column: auto; }
  .gallery-section .editorial-heading .editorial-link, .listening-section .editorial-heading .button { grid-column: auto; justify-self: start; }
  .catalog-cards, .release-grid { grid-template-columns: 1fr; gap: 55px; }
  .catalog-card__info h3, .release-info h3 { font-size: clamp(2.2rem, 10vw, 3rem); }
  .catalog-card__view, .release-view { display: none; }
  .playlist-row { grid-template-columns: 28px 52px minmax(0, 1fr) 42px; gap: 10px; }
  .playlist-row > img { width: 52px; height: 52px; }
  .playlist-wave { display: none; }
  .label-about__image, .label-radio__image { min-height: 100vw; }
  .label-about__copy, .label-radio__copy { padding: 75px 20px; }
  .label-about__copy h2, .label-radio__copy h2 { font-size: clamp(4rem, 17vw, 6rem); }
  .roster-row { grid-template-columns: 32px 72px 1fr 42px; gap: 12px; min-height: 98px; padding-inline: 0; }
  .roster-row img { width: 72px; height: 72px; }
  .roster-row h3 { font-size: clamp(1.8rem, 8.5vw, 2.7rem); }
  .roster-row p { display: none; }
  .roster-row b { width: 38px; height: 38px; }
  .gallery-grid { gap: 6px; }
  .gallery-item, .gallery-item:nth-child(1), .gallery-item:nth-child(6) { grid-column: span 6; }
  .demo-callout { min-height: 700px; }
  .demo-callout h2 { font-size: clamp(4.2rem, 18vw, 6.4rem); }
  .page-hero { min-height: 510px; padding: calc(var(--header-h) + 70px) 18px 65px; }
  .page-hero h1 { font-size: clamp(4.3rem, 19vw, 7rem); }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .section-heading h2 { font-size: clamp(3.6rem, 15vw, 5.5rem); }
  .directory-card { grid-template-columns: 32px 82px 1fr; gap: 13px; padding: 14px 0; }
  .directory-card h2 { margin: 0; font-size: clamp(2rem, 9vw, 3.1rem); }
  .directory-card p, .directory-card div > span { display: none; }
  .artist-profile, .about-page-hero, .demo-page, .contact-page { padding: calc(var(--header-h) + 42px) 18px 78px; }
  .artist-profile-image::after, .about-page-image::after, .demo-page-art::after { inset: 10px -8px -8px 10px; }
  .artist-profile-copy h1, .about-page-copy h1, .demo-page-copy h1, .contact-intro h1 { font-size: clamp(4.1rem, 18vw, 6.4rem); }
  .manifesto { padding: 85px 18px; }
  .manifesto p { font-size: clamp(3rem, 14vw, 5rem); }
  .values-grid { grid-template-columns: 1fr; }
  .mini-release-grid { grid-template-columns: repeat(2, 1fr); }
  .mini-release-grid a:last-child { display: none; }
  .release-hero { min-height: 0; padding: calc(var(--header-h) + 48px) 18px 80px; }
  .release-detail-cover::after { inset: 10px -8px -8px 10px; }
  .release-detail-copy h1 { font-size: clamp(4rem, 18vw, 6.5rem); }
  .release-side-panel { grid-template-columns: 1fr; }
  .radio-card { padding: 15px; }
  .radio-card h2 { font-size: clamp(3.8rem, 17vw, 6rem); }
  .contact-form { padding: 25px 18px; }
  .legal-page { padding: calc(var(--header-h) + 65px) 18px 85px; }
  .site-footer { padding: 65px 18px 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 20px; }
  .footer-contact { grid-column: 1 / -1; }
  .footer-frequency { grid-template-columns: 1fr auto; }
  .footer-frequency > span:last-child { display: none; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-bottom > div { flex-wrap: wrap; }
  .player-panel { bottom: 0; width: 100%; border-inline: 0; border-bottom: 0; }
  .player-core { grid-template-columns: 1fr auto; gap: 9px; padding: 10px; }
  .player-now { grid-template-columns: 56px 1fr; }
  .player-now img { width: 56px; height: 56px; }
  .player-transport { grid-row: 1; grid-column: 2; }
  .player-transport > button:not(.player-main-button) { display: none; }
  .player-main-button { width: 47px; height: 47px; }
  .player-timeline { grid-column: 1 / -1; grid-row: 2; }
  .player-tools { grid-column: 1 / -1; grid-row: 3; justify-content: space-between; }
  .player-tools input, .player-tools [data-player-mute], .player-tools a { display: none; }
  .player-launcher { right: 10px; bottom: 10px; max-width: calc(100vw - 20px); }
}

@media (max-width: 450px) {
  .brand-copy small { display: none; }
  .label-hero__wordmark { width: 106%; max-width: none; }
  .featured-record__meta { grid-template-columns: minmax(0, 1fr) auto; }
  .label-statement__copy h2, .editorial-heading h2 { font-size: 3.7rem; }
  .gallery-item span { display: none; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-contact { grid-column: auto; }
  .footer-bottom > div span { display: none; }
  .mini-release-grid { gap: 12px; }
}

@media (hover: none) {
  .catalog-card__view, .release-view { display: none; }
  .record-object__cover > span { display: none; }
}

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

/* Spotify-synced releases — adapted from Avava's physical record interaction */
.catalog-card, .release-card { position: relative; isolation: isolate; transition: z-index .2s step-end; }
.catalog-card:hover, .release-card:hover, .catalog-card.is-selected, .release-card.is-selected { z-index: 6; transition: z-index 0s; }
.release-art-stage { position: relative; width: calc(100% - 26px); aspect-ratio: 1; margin: 0 26px 0 0; perspective: 900px; }
.release-art-stage .catalog-card__art, .release-art-stage .release-image { position: absolute; inset: 0; z-index: 2; width: 100%; height: 100%; transform-origin: left center; transition: transform .62s var(--ease), box-shadow .62s var(--ease); }
.release-art-stage .catalog-card__view, .release-art-stage .release-view { right: auto; left: 13px; }
.release-card-vinyl { position: absolute; z-index: 1; inset: 5%; display: block; border-radius: 50%; pointer-events: none; background: radial-gradient(circle at 50% 50%, #f4f1ea 0 2px, transparent 3px), radial-gradient(circle at 50% 50%, #111713 0 9%, transparent 9.5%), repeating-radial-gradient(circle at 50%, #080a09 0 2px, #181c19 3px 5px, #090b0a 6px 8px); box-shadow: 13px 22px 42px rgba(5, 5, 5, .28); transform: translateX(0) rotate(0deg); transition: transform .82s cubic-bezier(.18, 1.58, .38, 1), box-shadow .52s ease; will-change: transform; }
.release-card-vinyl::after { content: ""; position: absolute; inset: 49%; border-radius: 50%; background: var(--ivory); box-shadow: 0 0 0 1px rgba(255, 255, 255, .25); }
.release-card-vinyl > i { position: absolute; inset: 34%; overflow: hidden; border: 2px solid #090b0a; border-radius: 50%; background: var(--card-accent, var(--sand)); }
.release-card-vinyl img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.8) brightness(.88); }
.release-stream-badge { position: absolute; z-index: 4; left: 13px; top: 13px; display: inline-flex; align-items: center; gap: 8px; min-height: 29px; padding: 6px 10px; border: 1px solid rgba(255, 255, 255, .3); border-radius: 999px; background: rgba(247, 245, 240, .86); color: var(--forest); box-shadow: 0 5px 18px rgba(5, 5, 5, .1); backdrop-filter: blur(9px); pointer-events: none; }
.release-stream-badge b { font-size: .49rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.release-wave { height: 12px; display: flex; align-items: center; gap: 2px; }
.release-wave i { width: 2px; height: 4px; border-radius: 2px; background: var(--rust); }
.release-wave i:nth-child(2), .release-wave i:nth-child(4) { height: 8px; }
.release-wave i:nth-child(3) { height: 11px; }
.release-art-stage__play { position: absolute; z-index: 5; right: 14px; bottom: 14px; width: 49px; height: 49px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .55); border-radius: 50%; background: var(--ivory); color: var(--forest); box-shadow: 0 8px 24px rgba(5, 5, 5, .2); opacity: 0; transform: translateY(9px); transition: opacity .3s, transform .3s var(--ease), background .25s, color .25s; }
.release-art-stage__play:hover, .release-art-stage__play.is-active { background: var(--card-accent, var(--sand)); color: var(--forest); }
.avava-playing-bars { display: inline-flex; align-items: center; justify-content: center; gap: 2px; width: 18px; height: 16px; }
.avava-playing-bars i { display: block; width: 2px; height: 5px; border-radius: 2px; background: currentColor; transform-origin: center; animation: avavaBarPulse .52s ease-in-out infinite alternate; }
.avava-playing-bars i:nth-child(2) { height: 10px; animation-delay: -.31s; }
.avava-playing-bars i:nth-child(3) { height: 14px; animation-delay: -.46s; }
.avava-playing-bars i:nth-child(4) { height: 9px; animation-delay: -.18s; }
.avava-playing-bars i:nth-child(5) { height: 6px; animation-delay: -.38s; }
@keyframes avavaBarPulse { from { transform: scaleY(.35); opacity: .62; } to { transform: scaleY(1); opacity: 1; } }
.catalog-card:hover .release-card-vinyl, .release-card:hover .release-card-vinyl, .catalog-card.is-selected .release-card-vinyl, .release-card.is-selected .release-card-vinyl, .catalog-card.is-playing .release-card-vinyl, .release-card.is-playing .release-card-vinyl { transform: translateX(55%) rotate(90deg); box-shadow: 24px 30px 58px rgba(5, 5, 5, .38); }
.catalog-card:hover .catalog-card__art, .release-card:hover .release-image, .catalog-card.is-selected .catalog-card__art, .release-card.is-selected .release-image, .catalog-card.is-playing .catalog-card__art, .release-card.is-playing .release-image { transform: translateY(-5px) rotateY(-15deg); box-shadow: -14px 24px 42px rgba(5, 5, 5, .2); }
.catalog-card:hover .release-art-stage__play, .release-card:hover .release-art-stage__play, .catalog-card.is-selected .release-art-stage__play, .release-card.is-selected .release-art-stage__play, .catalog-card.is-playing .release-art-stage__play, .release-card.is-playing .release-art-stage__play { opacity: 1; transform: none; }
.catalog-card.is-playing .release-card-vinyl, .release-card.is-playing .release-card-vinyl { animation: releaseVinylSpin 3s linear infinite; }
.catalog-card.is-playing .release-wave i, .release-card.is-playing .release-wave i { animation: releaseSignal .58s ease-in-out infinite alternate; }
.catalog-card.is-playing .release-wave i:nth-child(2), .release-card.is-playing .release-wave i:nth-child(2) { animation-delay: -.24s; }
.catalog-card.is-playing .release-wave i:nth-child(3), .release-card.is-playing .release-wave i:nth-child(3) { animation-delay: -.42s; }
.catalog-card.is-playing .release-wave i:nth-child(4), .release-card.is-playing .release-wave i:nth-child(4) { animation-delay: -.12s; }
.catalog-card.is-playing .release-wave i:nth-child(5), .release-card.is-playing .release-wave i:nth-child(5) { animation-delay: -.34s; }
@keyframes releaseVinylSpin { from { transform: translateX(55%) rotate(90deg); } to { transform: translateX(55%) rotate(450deg); } }
@keyframes releaseSignal { from { height: 3px; } to { height: 12px; } }

/* Release detail record */
.release-detail-cover { padding-right: 8%; }
.release-detail-sleeve { position: relative; z-index: 2; width: 92%; transition: transform .7s var(--ease); }
.release-detail-cover .release-detail-sleeve > img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; box-shadow: 0 38px 90px rgba(5, 5, 5, .32); }
.release-detail-vinyl { position: absolute; z-index: 1; right: 0; top: 7%; width: 78%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, #f5f1e8 0 3px, transparent 4px), repeating-radial-gradient(circle, #080a09 0 3px, #171b18 4px 6px, #0b0d0c 7px 9px); box-shadow: 16px 22px 50px rgba(0, 0, 0, .34); transform: translateX(3%) rotate(-8deg); transition: transform .8s var(--ease); }
.release-detail-vinyl::before { content: ""; position: absolute; inset: 34%; border-radius: 50%; background: var(--release-accent); }
.release-detail-vinyl i { position: absolute; z-index: 2; inset: 39%; display: grid; place-items: center; border-radius: 50%; color: var(--release-bg); font: 850 clamp(.6rem, 1.2vw, 1rem)/1 var(--sans); letter-spacing: .08em; }
.release-detail-cover:hover .release-detail-vinyl { transform: translateX(22%) rotate(70deg); }
.release-detail-cover:hover .release-detail-sleeve { transform: translateX(-2%) rotateY(-3deg); }
.release-hero.is-playing .release-detail-vinyl { animation: detailVinylSpin 3.2s linear infinite; }
@keyframes detailVinylSpin { from { transform: translateX(22%) rotate(0deg); } to { transform: translateX(22%) rotate(360deg); } }
.listening-section.is-playing .playlist-vinyl { animation: vinylTurn 4s linear infinite; }

/* Official Spotify dock */
.spotify-dock { position: fixed; z-index: 2800; right: 18px; bottom: 18px; width: min(520px, calc(100vw - 36px)); pointer-events: none; }
.spotify-launcher { width: 100%; min-width: 0; display: grid; grid-template-columns: 46px minmax(0, 1fr) auto; align-items: center; gap: 12px; padding: 8px 14px 8px 8px; border: 1px solid rgba(244, 241, 234, .2); border-radius: 999px; background: rgba(11, 31, 26, .96); color: var(--ivory); box-shadow: 0 19px 58px rgba(5, 5, 5, .34); backdrop-filter: blur(18px); pointer-events: auto; transition: opacity .3s, transform .35s var(--ease), visibility .3s; }
.spotify-launcher:hover { transform: translateY(-3px); }
.spotify-launcher__disc { width: 46px; height: 46px; display: grid; place-items: center; overflow: hidden; border-radius: 50%; background: repeating-radial-gradient(circle, #080a09 0 2px, #1b211c 3px 5px); }
.spotify-launcher__disc img { width: 48%; height: 48%; object-fit: contain; }
.spotify-launcher > span:nth-child(2) { min-width: 0; text-align: left; }
.spotify-launcher small, .spotify-launcher strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.spotify-launcher small { color: var(--sand); font-size: .46rem; font-weight: 850; letter-spacing: .13em; }
.spotify-launcher strong { margin-top: 4px; font: 500 .91rem/1.1 var(--serif); }
.spotify-launcher > b { color: rgba(244, 241, 234, .54); font-size: .53rem; letter-spacing: .06em; text-transform: uppercase; }
.spotify-dock.is-playing .spotify-launcher__disc { animation: dockDiscSpin 3.2s linear infinite; }
@keyframes dockDiscSpin { to { transform: rotate(360deg); } }
.spotify-panel { position: absolute; inset: auto 0 0; width: 100%; max-height: calc(100dvh - 36px); overflow: auto; border: 1px solid rgba(244, 241, 234, .18); border-radius: 3px; background: rgba(11, 31, 26, .985); color: var(--ivory); box-shadow: 0 30px 90px rgba(5, 5, 5, .48); backdrop-filter: blur(22px); opacity: 0; visibility: hidden; transform: translateY(calc(100% + 35px)); pointer-events: auto; transition: opacity .34s, visibility .34s, transform .4s var(--ease); }
.spotify-dock.is-open .spotify-launcher { opacity: 0; visibility: hidden; transform: translateY(18px); pointer-events: none; }
.spotify-dock.is-open .spotify-panel { opacity: 1; visibility: visible; transform: none; }
.spotify-panel__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 17px 18px 14px; border-bottom: 1px solid rgba(244, 241, 234, .11); }
.spotify-panel__head small, .spotify-panel__head strong, .spotify-panel__head span { display: block; }
.spotify-panel__head small { color: var(--sand); font-size: .47rem; font-weight: 850; letter-spacing: .13em; }
.spotify-panel__head strong { margin-top: 6px; font: 500 1.5rem/1 var(--serif); }
.spotify-panel__head span { margin-top: 5px; color: rgba(244, 241, 234, .48); font-size: .65rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.spotify-panel__head > div:last-child { display: flex; gap: 5px; }
.spotify-panel__head > div:first-child { min-width: 0; overflow-wrap: anywhere; }
.spotify-panel__head > div:last-child { flex-shrink: 0; }
.spotify-panel__head button { width: 33px; height: 33px; border: 1px solid rgba(244, 241, 234, .13); border-radius: 50%; background: transparent; color: var(--ivory); }
.spotify-panel__head button:hover { border-color: var(--sand); color: var(--sand); }
.spotify-embed-shell { position: relative; min-height: 152px; padding: 10px 10px 3px; }
.spotify-embed-shell iframe { display: block; width: 100%; border: 0; border-radius: 12px; }
.spotify-loading { position: absolute; inset: 10px; display: grid; place-items: center; border-radius: 12px; background: #171b18; color: rgba(244, 241, 234, .55); font-size: .65rem; letter-spacing: .06em; }
.spotify-loading[hidden] { display: none; }
.spotify-notice { margin: 0; padding: 12px 18px 0; color: var(--ivory); font: 400 .78rem/1.5 var(--sans); }
.player-feedback { margin: 0; padding: 8px 18px; color: var(--sand); background: var(--forest); font: 500 .75rem/1.4 var(--sans); border-bottom: 1px solid var(--line-light); }
.spotify-panel__foot { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 10px 18px 15px; }
.spotify-status { display: inline-flex; align-items: center; gap: 8px; min-width: 0; }
.spotify-status > i { width: 6px; height: 6px; border-radius: 50%; background: var(--sand); box-shadow: 0 0 0 5px rgba(197, 163, 106, .1); }
.spotify-status em { overflow: hidden; color: rgba(244, 241, 234, .52); font-size: .55rem; font-style: normal; font-weight: 760; letter-spacing: .06em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.spotify-status-wave { display: none; align-items: center; gap: 2px; height: 13px; }
.spotify-status-wave b { width: 2px; height: 4px; background: var(--sand); }
.spotify-dock.is-playing .spotify-status > i { background: #6cc781; }
.spotify-dock.is-playing .spotify-status-wave { display: flex; }
.spotify-dock.is-playing .spotify-status-wave b { animation: releaseSignal .58s ease-in-out infinite alternate; }
.spotify-dock.is-playing .spotify-status-wave b:nth-child(2) { animation-delay: -.2s; }
.spotify-dock.is-playing .spotify-status-wave b:nth-child(3) { animation-delay: -.4s; }
.spotify-dock.is-playing .spotify-status-wave b:nth-child(4) { animation-delay: -.1s; }
.spotify-panel__foot > div { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.spotify-panel__foot [data-spotify-retry] { padding: 0; border: 0; background: none; color: var(--sand); font: 800 .54rem/1.4 var(--sans); letter-spacing: .06em; text-transform: uppercase; cursor: pointer; }
.spotify-panel__foot [data-spotify-retry]:hover { text-decoration: underline; }
.spotify-panel__foot a { color: rgba(244, 241, 234, .66); font-size: .54rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.spotify-panel__foot a:hover { color: var(--sand); }
.has-spotify-player .music-player .player-launcher { right: auto; left: 18px; }
.has-spotify-player .site-footer { padding-bottom: 105px; }
.catalog-card:focus-within, .release-card:focus-within { z-index: 6; }
.catalog-card:focus-within .release-art-stage__play, .release-card:focus-within .release-art-stage__play { opacity: 1; transform: none; }
.motion-paused .release-card-vinyl, .motion-paused .release-detail-vinyl, .motion-paused .record-object__vinyl, .motion-paused .playlist-vinyl, .motion-paused .spotify-launcher__disc, .motion-paused .release-wave i, .motion-paused .playlist-wave i, .motion-paused .spotify-status-wave b { animation-play-state: paused; }

@media (hover: none) {
  .release-art-stage__play { opacity: 1; transform: none; }
  .release-card-vinyl { transform: translateX(12%) rotate(24deg); }
}

@media (max-width: 760px) {
  .release-art-stage { width: calc(100% - 14px); margin-right: 14px; }
  .catalog-card:hover .release-card-vinyl, .release-card:hover .release-card-vinyl, .catalog-card.is-selected .release-card-vinyl, .release-card.is-selected .release-card-vinyl, .catalog-card.is-playing .release-card-vinyl, .release-card.is-playing .release-card-vinyl { transform: translateX(28%) rotate(70deg); }
  .catalog-card.is-playing .release-card-vinyl, .release-card.is-playing .release-card-vinyl { animation-name: releaseVinylSpinMobile; }
  @keyframes releaseVinylSpinMobile { from { transform: translateX(28%) rotate(70deg); } to { transform: translateX(28%) rotate(430deg); } }
  .release-detail-cover { padding-right: 4%; }
  .release-detail-sleeve { width: 96%; }
  .release-detail-vinyl { width: 76%; }
  .release-detail-cover:hover .release-detail-vinyl { transform: translateX(10%) rotate(45deg); }
  .release-hero.is-playing .release-detail-vinyl { animation-name: detailVinylSpinMobile; }
  @keyframes detailVinylSpinMobile { from { transform: translateX(10%) rotate(0deg); } to { transform: translateX(10%) rotate(360deg); } }
  .spotify-dock { right: 0; bottom: 0; width: 100%; }
  .spotify-launcher { width: calc(100% - 20px); margin: 0 10px 10px; }
  .spotify-panel { border-inline: 0; border-bottom: 0; }
  .spotify-panel__head { padding-inline: 14px; }
  .spotify-panel__foot { align-items: flex-start; flex-direction: column; padding-inline: 14px; }
  .spotify-panel__foot > div { width: 100%; justify-content: space-between; }
  .has-spotify-player .music-player .player-launcher { left: 10px; bottom: 82px; }
}
