.catalog-section {
    --release-cover-size: 132px;
    --release-cover-float: 18px;
    --release-cover-gap: 38px;
    width: 100%;
    max-width: 720px;
    justify-self: center;
    padding: 16px 0 20px;
    border: 0;
    background: transparent;
}

.catalog-section::before {
    display: none;
}

.release-list-long {
    gap: 34px;
}

.release-row {
    position: relative;
    isolation: isolate;
    display: block;
    min-height: 132px;
    border: 0;
    background: transparent;
}

.release-row::before {
    display: none;
}

.release-thumb {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    aspect-ratio: 1;
    width: var(--release-cover-size, 132px);
    overflow: hidden;
    align-self: start;
    border: 1px solid rgba(219, 222, 236, 0.18);
    border-radius: 0;
    background:
        radial-gradient(circle at center, rgba(157, 92, 255, 0.92) 0 5%, transparent 6%),
        repeating-radial-gradient(circle at center, rgba(199, 169, 255, 0.18) 0 1px, transparent 1px 12px),
        #0a0d15;
    box-shadow:
        0 0 0 6px rgba(8, 10, 16, 0.74),
        0 18px 42px rgba(0, 0, 0, 0.34),
        0 0 30px rgba(157, 92, 255, 0.18);
    clip-path: polygon(var(--cut-md) 0, 100% 0, 100% calc(100% - var(--cut-md)), calc(100% - var(--cut-md)) 100%, 0 100%, 0 var(--cut-md));
}

.release-thumb::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(199, 169, 255, 0.26);
    pointer-events: none;
    clip-path: inherit;
    z-index: 1;
}

.release-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.release-thumb span {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    padding: 14px;
    color: var(--violet-soft);
    font-family: var(--font-display);
    font-size: 0.82rem;
    font-weight: var(--weight-display);
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}

.release-accent-cyan .release-thumb {
    background:
        radial-gradient(circle at center, rgba(56, 214, 221, 0.85) 0 5%, transparent 6%),
        repeating-radial-gradient(circle at center, rgba(56, 214, 221, 0.18) 0 1px, transparent 1px 12px),
        #0a0d15;
}

.release-body {
    position: relative;
    z-index: 1;
    width: calc(100% - 20px);
    min-height: 132px;
    margin-top: 16px;
    margin-left: 20px;
    padding: 16px 18px 16px 166px;
    overflow: hidden;
    border: 1px solid rgba(219, 222, 236, 0.16);
    border-left-color: rgba(199, 169, 255, 0.38);
    border-radius: 0;
    background:
        radial-gradient(circle at calc(100% - 58px) 50%, rgba(56, 214, 221, 0.18) 0 2px, transparent 3px),
        radial-gradient(circle at calc(100% - 58px) 50%, transparent 0 46px, rgba(228, 232, 247, 0.12) 47px, transparent 48px),
        radial-gradient(circle at 10% 50%, rgba(157, 92, 255, 0.18), transparent 11rem),
        linear-gradient(90deg, rgba(13, 16, 25, 0.88), rgba(9, 11, 18, 0.68));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 18px 42px rgba(0, 0, 0, 0.22);
    clip-path: var(--clip-cut-md);
}

.release-body::before,
.release-body::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.release-body::before {
    inset: 0;
    background:
        linear-gradient(90deg, rgba(199, 169, 255, 0.12), transparent 22%),
        repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 12px);
    opacity: 0.48;
}

.release-body::after {
    right: -3px;
    bottom: 7px;
    z-index: 1;
    width: var(--cut-md-diagonal);
    height: 1px;
    background: rgba(222, 226, 242, 0.3);
    pointer-events: none;
    transform: rotate(-45deg);
    transform-origin: center;
}

.release-meta {
    display: flex;
    align-items: baseline;
    flex-wrap: nowrap;
    position: relative;
    z-index: 1;
    gap: 12px;
    margin-bottom: 6px;
    color: var(--cyan);
    font-weight: var(--weight-ui);
    line-height: 1;
}

.release-meta span:first-child {
    font-family: var(--font-display);
}

.release-list-long .release-meta {
    display: flex;
}

.catalog-section .release-row::before {
    content: "";
    position: absolute;
    display: block;
    left: var(--release-cover-float);
    right: 22px;
    top: calc(var(--release-cover-size) - var(--release-cover-float) - 30px);
    height: 1px;
    background: linear-gradient(90deg, rgba(157, 92, 255, 0.78), rgba(56, 214, 221, 0.48), transparent);
    opacity: 0.5;
    transform: translateY(-50%);
    z-index: 0;
}

.catalog-section .release-body {
    width: calc(100% - var(--release-cover-float));
    margin-top: var(--release-cover-float);
    margin-left: var(--release-cover-float);
    padding: 17px 18px 17px calc(var(--release-cover-size) + var(--release-cover-gap) - var(--release-cover-float));
    clip-path: polygon(0 0, var(--notch-md) 0, calc(var(--notch-md) + 4px) 3px, 100% 3px, 100% calc(100% - var(--cut-md)), calc(100% - var(--cut-md)) 100%, 0 100%);
}

.catalog-section .release-body::after {
    height: 2px;
    background: rgba(157, 92, 255, 0.78);
    box-shadow: 0 0 10px rgba(157, 92, 255, 0.26);
}

.track-list {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 8px;
}

.track-line {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    gap: 12px;
    align-items: baseline;
    color: var(--text);
    font-size: clamp(0.92rem, 1.6vw, 1.08rem);
    font-weight: var(--weight-strong);
    line-height: 1.22;
}

.track-title {
    min-width: 0;
}

.track-duration {
    color: var(--text);
    font-weight: var(--weight-strong);
    font-variant-numeric: tabular-nums;
    text-align: right;
}

.track-duration-mobile {
    display: none;
}

.release-platforms {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 14px;
}

.release-platforms a {
    --button-cut-line: rgba(219, 222, 236, 0.18);

    display: grid;
    place-items: center;
    position: relative;
    width: 34px;
    min-height: 34px;
    border: 1px solid var(--button-cut-line);
    background: rgba(5, 6, 10, 0.62);
    clip-path: var(--clip-se-sm);
    transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.release-platforms a::after {
    content: "";
    position: absolute;
    right: -2px;
    bottom: 4px;
    width: var(--cut-sm-diagonal);
    height: 1px;
    background: var(--button-cut-line);
    pointer-events: none;
    transform: rotate(-45deg);
    transform-origin: center;
}

.release-platforms a:hover,
.release-platforms a:focus-visible {
    --button-cut-line: rgba(199, 169, 255, 0.7);

    border-color: var(--button-cut-line);
    background: rgba(157, 92, 255, 0.16);
    transform: translateY(-1px);
}

.release-platforms img {
    display: block;
    width: 24px;
    height: 24px;
    object-fit: contain;
}
