.studio-veil {
    position: relative;
    z-index: 1;
}

.studio-foam {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.08;
    background-image:
        repeating-linear-gradient(90deg, transparent 0 18px, rgba(0, 0, 0, 0.35) 18px 19px),
        repeating-linear-gradient(0deg, transparent 0 18px, rgba(20, 12, 8, 0.5) 18px 19px),
        radial-gradient(circle at 20% 30%, rgba(80, 48, 24, 0.35), transparent 42%),
        radial-gradient(circle at 80% 70%, rgba(40, 24, 16, 0.4), transparent 46%);
}

.studio-lamp {
    position: fixed;
    top: -8rem;
    left: 50%;
    width: 28rem;
    height: 18rem;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 1;
    background: radial-gradient(ellipse at center, rgba(245, 180, 70, 0.16), transparent 68%);
    filter: blur(8px);
}

.studio-console {
    position: relative;
    margin: 0 auto 2.5rem;
    padding: 1.35rem 1.2rem 1.5rem;
    background:
        linear-gradient(180deg, rgba(255, 210, 150, 0.06), transparent 28%),
        linear-gradient(180deg, #24150e 0%, #140c08 42%, #0c0705 100%);
    border: 7px solid #2c1a12;
    border-radius: 18px;
    box-shadow:
        inset 0 1px 0 rgba(232, 196, 120, 0.18),
        0 28px 70px rgba(0, 0, 0, 0.72);
}

.studio-console::before {
    content: "";
    position: absolute;
    inset: 8px;
    border: 1px solid rgba(9, 5, 3, 0.85);
    border-radius: 10px;
    pointer-events: none;
}

.studio-rack {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(16rem, 0.85fr);
    gap: 1.25rem;
    position: relative;
    z-index: 1;
}

@media (max-width: 900px) {
    .studio-rack {
        grid-template-columns: 1fr;
    }
}

.album-listen {
    display: grid;
    grid-template-columns: minmax(8.5rem, 12.5rem) minmax(0, 1fr);
    gap: 1rem 1.2rem;
    align-items: center;
    max-width: 38rem;
    margin: 1.35rem auto 0;
    padding: 0.65rem 0.85rem 0.65rem 0.65rem;
    text-decoration: none;
    color: inherit;
    text-align: left;
    background:
        linear-gradient(180deg, rgba(255, 210, 150, 0.08), transparent 40%),
        rgba(10, 8, 10, 0.78);
    border: 1px solid #6e4a28;
    border-radius: 14px;
    box-shadow:
        inset 0 1px 0 rgba(232, 196, 120, 0.18),
        0 18px 40px rgba(0, 0, 0, 0.5);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.25s ease, box-shadow 0.35s ease;
}
.album-listen img {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.45);
}
.album-listen-kicker {
    display: block;
    font-size: 0.62rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #fbbf24;
}
.album-listen-title {
    display: block;
    margin: 0.28rem 0 0.2rem;
    font-family: "Instrument Serif", Georgia, serif;
    font-size: clamp(1.15rem, 2.4vw, 1.55rem);
    line-height: 1.2;
    color: #f4f1ea;
}
.album-listen-line {
    display: block;
    margin: 0 0 0.55rem;
    font-size: 0.78rem;
    color: rgba(228, 228, 231, 0.72);
}
.album-listen-cta {
    display: inline-block;
    font-size: 0.68rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #e8d5a3;
    border-bottom: 1px solid rgba(232, 213, 163, 0.4);
}
.album-listen:hover,
.album-listen:focus-visible {
    transform: translateY(-3px);
    border-color: #c4a35a;
    box-shadow:
        inset 0 1px 0 rgba(232, 196, 120, 0.28),
        0 22px 48px rgba(0, 0, 0, 0.6),
        0 0 28px rgba(176, 141, 87, 0.16);
    outline: none;
}
.album-listen--hero {
    max-width: 44rem;
    margin: 1.75rem auto 2.25rem;
    grid-template-columns: minmax(11rem, 16rem) minmax(0, 1fr);
    padding: 0.75rem 1rem 0.75rem 0.75rem;
}
.album-listen--home {
    position: relative;
    z-index: 1;
    max-width: 28rem;
    margin-top: 2.1rem;
    animation: home-fade-up 1.15s cubic-bezier(0.22, 1, 0.36, 1) 0.9s both;
}
@media (max-width: 640px) {
    .album-listen,
    .album-listen--hero {
        grid-template-columns: 1fr;
        text-align: center;
        max-width: 18rem;
    }
    .album-listen-cta {
        margin-top: 0.15rem;
    }
}

.studio-cover-wash {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(8, 7, 10, 0.62), rgba(6, 5, 8, 0.88)),
        url("Images/The-Keeper-of-Her-Shadow.jpg") center / cover no-repeat;
}

.studio-stage {
    position: relative;
    padding: 1rem 1rem 1.1rem;
    background:
        linear-gradient(180deg, rgba(8, 6, 8, 0.38) 0%, rgba(7, 6, 8, 0.72) 48%, rgba(6, 5, 7, 0.9) 100%),
        url("Images/The-Keeper-of-Her-Shadow.jpg") center 32% / cover no-repeat;
    border: 1px solid #3a2418;
    border-radius: 12px;
    min-height: 22rem;
    overflow: hidden;
}

#studio-play {
    min-width: 7.2rem;
    font-weight: 600;
    letter-spacing: 0.2em;
}

.studio-mic {
    position: absolute;
    right: 0.85rem;
    top: 0.7rem;
    width: 3.4rem;
    height: 7.2rem;
    opacity: 0.55;
    pointer-events: none;
}

.studio-onair {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.62rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #9c7456;
}

.studio-onair-dot {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: #4a2018;
    box-shadow: inset 0 0 0 1px #2a100c;
}

.studio-onair.is-live .studio-onair-dot {
    background: #e11d48;
    box-shadow: 0 0 10px rgba(225, 29, 72, 0.85);
    animation: studio-pulse 1.6s ease-in-out infinite;
}

@keyframes studio-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.45; }
}

.studio-now {
    margin: 1.1rem 0 0.35rem;
    font-family: "Instrument Serif", Georgia, serif;
    font-size: clamp(1.5rem, 3.4vw, 2.35rem);
    color: #f4f1ea;
    letter-spacing: 0.02em;
    line-height: 1.15;
}

.studio-now-sub {
    margin: 0 0 1rem;
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #a78b6d;
}

.studio-meters {
    display: grid;
    grid-template-columns: 1fr 4.6rem 4.6rem;
    gap: 0.75rem;
    align-items: stretch;
}

.studio-eq {
    width: 100%;
    height: 7.5rem;
    display: block;
    background: linear-gradient(180deg, #120c09, #070504);
    border: 1px solid #2b1a12;
    border-radius: 6px;
}

.studio-vu {
    position: relative;
    background: radial-gradient(circle at 50% 80%, #2a1c10, #100a07 70%);
    border: 1px solid #4a3220;
    border-radius: 6px;
    overflow: hidden;
}

.studio-vu span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0.35rem;
    text-align: center;
    font-size: 0.52rem;
    letter-spacing: 0.16em;
    color: #8a6238;
}

.studio-vu-fill {
    position: absolute;
    left: 18%;
    right: 18%;
    bottom: 0.55rem;
    height: 62%;
    transform-origin: bottom center;
    transform: scaleY(0.08);
    background: linear-gradient(180deg, #fbbf24, #b45309 55%, #7f1d1d);
    border-radius: 2px 2px 0 0;
    will-change: transform;
}

.studio-tubes {
    display: flex;
    gap: 0.55rem;
    margin-top: 0.9rem;
}

.studio-tube {
    flex: 1;
    height: 0.42rem;
    border-radius: 999px;
    background: #1a100c;
    box-shadow: inset 0 0 0 1px #3a2418;
    overflow: hidden;
}

.studio-tube i {
    display: block;
    height: 100%;
    width: 18%;
    background: #f59e0b;
    opacity: 0.25;
    box-shadow: 0 0 10px rgba(245, 158, 11, 0.45);
    transition: width 0.12s linear, opacity 0.12s linear;
}

.studio-transport {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.55rem;
    margin-top: 1.05rem;
}

.studio-timeline {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.55rem 0.7rem;
    margin-top: 0.75rem;
}

.studio-slider-label {
    font-size: 0.58rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #8a6238;
}

.studio-seek {
    width: 100%;
    height: 0.55rem;
    accent-color: #e8d5a3;
}

.studio-vol-wrap {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-left: auto;
    flex: 0 0 8.5rem;
    max-width: 8.5rem;
}

.studio-vol {
    width: 100%;
    height: 0.35rem;
    accent-color: #b45309;
}

.studio-btn {
    appearance: none;
    border: 1px solid #6e4a28;
    background: linear-gradient(180deg, #3a2418, #1a100c);
    color: #e8d5a3;
    font-size: 0.68rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    padding: 0.55rem 0.85rem;
    border-radius: 6px;
    cursor: pointer;
}

.studio-btn:hover,
.studio-btn:focus-visible {
    color: #fde68a;
    outline: none;
    border-color: #c4a35a;
}

.studio-btn[aria-pressed="true"] {
    color: #0a0706;
    background: linear-gradient(180deg, #e2c36a, #8a6420);
    border-color: #5c4a2c;
}

.studio-time {
    font-family: ui-monospace, monospace;
    font-size: 0.68rem;
    color: #a1a1aa;
    letter-spacing: 0.04em;
}

.studio-side {
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.studio-side h2 {
    margin: 0 0 0.65rem;
    font-family: "Instrument Serif", Georgia, serif;
    font-size: 1.15rem;
    color: #f4e6c4;
    letter-spacing: 0.06em;
}

.studio-tracklist {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 28rem;
    overflow: auto;
    border: 1px solid #3a2418;
    border-radius: 10px;
    background: rgba(8, 5, 4, 0.72);
}
.studio-tracklist > li {
    position: relative;
}

.studio-track {
    display: grid;
    grid-template-columns: 2rem 1fr auto;
    gap: 0.45rem;
    align-items: center;
    width: 100%;
    padding: 0.62rem 0.75rem;
    border: 0;
    border-bottom: 1px solid rgba(58, 36, 24, 0.7);
    background: transparent;
    color: inherit;
    text-align: left;
    cursor: pointer;
    font: inherit;
}

.studio-track:last-child {
    border-bottom: 0;
}

.studio-track:hover,
.studio-track:focus-visible {
    background: rgba(217, 171, 85, 0.08);
    outline: none;
}

.studio-track.is-current {
    background: rgba(217, 171, 85, 0.14);
    color: #fde68a;
}

.studio-track-num {
    font-size: 0.62rem;
    letter-spacing: 0.12em;
    color: #8a6238;
}

.studio-track .p-name {
    font-size: 0.88rem;
    line-height: 1.25;
}

.studio-faders {
    display: flex;
    gap: 0.35rem;
    justify-content: space-between;
    margin-top: 0.95rem;
    padding: 0.55rem 0.4rem 0.35rem;
    background: #120c09;
    border: 1px solid #2b1a12;
    border-radius: 8px;
}

.studio-fader {
    width: 0.42rem;
    height: 3.4rem;
    border-radius: 99px;
    background: linear-gradient(180deg, #3f2a1c, #1a100c);
    position: relative;
}

.studio-fader::after {
    content: "";
    position: absolute;
    left: -0.18rem;
    right: -0.18rem;
    height: 0.42rem;
    border-radius: 2px;
    background: linear-gradient(180deg, #e2c36a, #8a6420);
    top: var(--cap, 55%);
}
