:root {
    --bg-dark: #0a1015;
    --text-light: #ece2d7;
    --gray-muted: #56585e;
    --red-primary: #EB0101;
    --red-pure: #FF0000;
    --red-dark: #4d0000;
    --spotify-green: #1db954;
    --signal-cyan: #43d9ff;
    --signal-amber: #f6b44b;
    --panel-ink: rgba(6, 10, 14, 0.74);
    --panel-line: rgba(236, 226, 215, 0.14);
}

.showcase-band {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    border-top: 1px solid rgba(236, 226, 215, 0.08);
    border-bottom: 1px solid rgba(236, 226, 215, 0.08);
    background:
        linear-gradient(120deg, rgba(10, 16, 21, 0.94), rgba(10, 16, 21, 0.8)),
        repeating-linear-gradient(90deg, rgba(235, 1, 1, 0.08) 0 1px, transparent 1px 84px);
}

.showcase-band::before,
.showcase-band::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: -1;
}

.showcase-band::before {
    background:
        linear-gradient(90deg, transparent, rgba(29, 185, 84, 0.08), transparent),
        repeating-linear-gradient(0deg, rgba(67, 217, 255, 0.07) 0 1px, transparent 1px 34px);
    transform: translateX(-40%);
    animation: signalSweep 14s linear infinite;
}

.showcase-band::after {
    background:
        linear-gradient(180deg, rgba(235, 1, 1, 0.12), transparent 28%),
        linear-gradient(0deg, rgba(246, 180, 75, 0.07), transparent 22%);
    mix-blend-mode: screen;
    opacity: 0.7;
}

.showcase-kicker {
    color: var(--spotify-green);
    font-family: "Inter", sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 14px;
    position: relative;
    text-transform: uppercase;
    z-index: 2;
}

.showcase-lede {
    color: rgba(236, 226, 215, 0.82);
    font-family: "Inter", sans-serif;
    font-size: 1.05rem;
    max-width: 820px;
    position: relative;
    z-index: 2;
}

.heartbeat-line {
    height: 76px;
    margin: 34px 0 30px;
    position: relative;
    z-index: 2;
}

.heartbeat-line::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='900' height='76' viewBox='0 0 900 76' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 40 C60 40 62 40 94 40 L116 40 L134 12 L156 65 L180 29 L204 40 C250 40 250 40 296 40 C344 40 344 40 392 40 L416 40 L432 20 L455 58 L478 32 L504 40 C548 40 548 40 592 40 C641 40 641 40 690 40 L714 40 L731 15 L754 64 L776 27 L801 40 C850 40 850 40 900 40' fill='none' stroke='%23EB0101' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M0 40 C60 40 62 40 94 40 L116 40 L134 12 L156 65 L180 29 L204 40 C250 40 250 40 296 40 C344 40 344 40 392 40 L416 40 L432 20 L455 58 L478 32 L504 40 C548 40 548 40 592 40 C641 40 641 40 690 40 L714 40 L731 15 L754 64 L776 27 L801 40 C850 40 850 40 900 40' fill='none' stroke='%231db954' stroke-width='1' stroke-linecap='round' opacity='0.65' transform='translate(0 6)'/%3E%3C/svg%3E") repeat-x center;
    background-size: 900px 76px;
    filter: drop-shadow(0 0 12px rgba(235, 1, 1, 0.42));
    animation: heartbeatSlide 8s linear infinite;
}

.heartbeat-line::after {
    content: "";
    position: absolute;
    inset: 34px 0 auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(236, 226, 215, 0.28), transparent);
}

.bento-item[data-service-href] {
    cursor: pointer;
}

.bento-item[data-service-href]:focus-visible {
    outline: 2px solid var(--red-primary);
    outline-offset: 4px;
}

.label-pivot-artist-feature {
    display: grid;
    gap: 12px;
    max-width: 280px;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    width: 24vw;
    z-index: 3;
}

.featured-artist-card {
    align-items: center;
    background: rgba(0, 0, 0, 0.42);
    border: 1px solid rgba(236, 226, 215, 0.14);
    color: var(--text-light);
    cursor: pointer;
    display: flex;
    gap: 12px;
    opacity: 0.62;
    padding: 10px;
    text-align: left;
    transform: translateX(16px) scale(0.96);
    transition: opacity 0.45s ease, transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.45s ease, box-shadow 0.45s ease;
}

.featured-artist-card img {
    aspect-ratio: 1;
    border-radius: 6px;
    object-fit: cover;
    width: 62px;
}

.featured-artist-card span {
    font-family: "Space Grotesk", sans-serif;
    font-size: 1rem;
    font-weight: 900;
    text-transform: uppercase;
}

.featured-artist-card.is-active,
.featured-artist-card:hover,
.featured-artist-card:focus-visible {
    border-color: rgba(235, 1, 1, 0.7);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.34), 0 0 20px rgba(235, 1, 1, 0.18);
    opacity: 1;
    outline: none;
    transform: translateX(0) scale(1);
}

.spotify-card.artist-card-pulse {
    animation: artistPulseTilt 2.4s ease-in-out 3;
    border-color: var(--spotify-green);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.5), 0 0 42px rgba(29, 185, 84, 0.26);
    transform-origin: center;
}

.artist-scroll-ripple {
    background: radial-gradient(circle at 50% 50%, rgba(29, 185, 84, 0.18), rgba(235, 1, 1, 0.06) 28%, transparent 64%);
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    z-index: 70;
}

.artist-scroll-ripple.is-active {
    animation: artistScrollRipple 1.45s ease-out;
}

.signal-stats {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 30px 0 12px;
    position: relative;
    z-index: 2;
}

.signal-stat {
    background: rgba(0, 0, 0, 0.28);
    border: 1px solid var(--panel-line);
    border-radius: 8px;
    min-height: 104px;
    padding: 18px;
}

.signal-stat strong {
    color: var(--text-light);
    display: block;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.8rem;
    line-height: 1;
}

.signal-stat span {
    color: rgba(236, 226, 215, 0.68);
    display: block;
    font-family: "Inter", sans-serif;
    font-size: 0.82rem;
    margin-top: 10px;
}

.spotify-grid,
.release-grid,
.atlas-grid,
.coverage-grid {
    display: grid;
    gap: 20px;
    position: relative;
    z-index: 2;
}

.spotify-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.release-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.atlas-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.coverage-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    position: relative;
    z-index: 2;
}

.portfolio-choice-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    position: relative;
    z-index: 2;
}

.portfolio-choice-card {
    background: rgba(0, 0, 0, 0.34);
    border: 1px solid rgba(236, 226, 215, 0.15);
    border-radius: 8px;
    color: var(--text-light);
    min-height: 360px;
    overflow: hidden;
    padding: 34px;
    position: relative;
    transition: border-color 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease;
}

.portfolio-choice-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.78)),
        var(--choice-image, linear-gradient(120deg, rgba(235, 1, 1, 0.2), rgba(29, 185, 84, 0.12)));
    background-position: center;
    background-size: cover;
    opacity: 0.42;
    transition: opacity 0.28s ease, transform 0.28s ease;
    z-index: 0;
}

.portfolio-choice-card:first-child {
    --choice-image: url("https://images.unsplash.com/photo-1598488035139-bdbb2231ce04?ixlib=rb-4.0.3&auto=format&fit=crop&w=1400&q=80");
}

.portfolio-choice-card:nth-child(2) {
    --choice-image: url("https://assets.zyrosite.com/cdn-cgi/image/format=auto,w=1024,h=1000,fit=crop/dOq8Web8x3f4BBp2/whatsapp-image-2025-02-27-at-13.36.39-YrDW6Lw0Pehz5nxl.jpeg");
}

.portfolio-choice-card > * {
    position: relative;
    z-index: 1;
}

.portfolio-choice-card:hover {
    border-color: var(--red-primary);
    box-shadow: 0 26px 56px rgba(0, 0, 0, 0.48), 0 0 28px rgba(235, 1, 1, 0.18);
    transform: translateY(-5px);
}

.portfolio-choice-card:hover::before {
    opacity: 0.62;
    transform: scale(1.04);
}

.portfolio-choice-card h3 {
    font-size: clamp(2.4rem, 5vw, 4.6rem);
    line-height: 0.95;
    margin: 80px 0 18px;
}

.portfolio-choice-card p {
    color: rgba(236, 226, 215, 0.82);
    font-family: "Inter", sans-serif;
    max-width: 520px;
}

.portfolio-choice-card__cta {
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-size: 0.86rem;
    font-weight: 800;
    margin-top: 28px;
    text-transform: uppercase;
}

.media-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    position: relative;
    z-index: 2;
}

.media-project-card {
    background: rgba(0, 0, 0, 0.34);
    border: 1px solid rgba(236, 226, 215, 0.14);
    border-radius: 8px;
    overflow: hidden;
}

.media-project-card__image {
    aspect-ratio: 16 / 11;
    background: var(--media-image) center/cover;
    border-bottom: 1px solid rgba(236, 226, 215, 0.1);
    min-height: 220px;
    position: relative;
}

.media-project-card__image::after {
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.74));
    content: "";
    inset: 0;
    position: absolute;
}

.media-project-card__body {
    padding: 22px;
}

.media-project-card h3 {
    font-size: 1.45rem;
    margin: 10px 0 12px;
}

.media-project-card p {
    color: rgba(236, 226, 215, 0.72);
    font-family: "Inter", sans-serif;
    font-size: 0.95rem;
}

.media-subcategory-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 30px;
    position: relative;
    z-index: 2;
}

.media-subcategory-tile {
    background: rgba(0, 0, 0, 0.34);
    border: 1px solid rgba(236, 226, 215, 0.12);
    border-radius: 8px;
    overflow: hidden;
    transition: border-color 0.25s ease, transform 0.25s ease;
}

.media-subcategory-tile:hover {
    border-color: rgba(235, 1, 1, 0.58);
    transform: translateY(-4px);
}

.media-subcategory-tile img {
    aspect-ratio: 1;
    display: block;
    object-fit: cover;
    width: 100%;
}

.media-subcategory-tile__body {
    padding: 14px;
}

.media-subcategory-tile__body strong {
    display: block;
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.95rem;
    text-transform: uppercase;
}

.media-subcategory-tile__body span {
    color: rgba(236, 226, 215, 0.6);
    display: block;
    font-family: "Inter", sans-serif;
    font-size: 0.75rem;
    margin-top: 4px;
}

.media-category-callout {
    background: rgba(0, 0, 0, 0.34);
    border: 1px solid rgba(236, 226, 215, 0.12);
    border-radius: 8px;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
    margin-top: 30px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.media-category-callout img {
    height: 100%;
    min-height: 260px;
    object-fit: cover;
    width: 100%;
}

.media-category-callout__body {
    align-self: center;
    padding: 26px;
}

.media-category-callout__body h3 {
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 0.95;
    margin: 14px 0;
}

.media-category-callout__body p {
    color: rgba(236, 226, 215, 0.74);
    font-family: "Inter", sans-serif;
    max-width: 680px;
}

.behance-embed-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 30px;
    position: relative;
    z-index: 2;
}

.behance-embed-card {
    background: rgba(0, 0, 0, 0.34);
    border: 1px solid rgba(236, 226, 215, 0.12);
    border-radius: 8px;
    overflow: hidden;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.behance-embed-card:hover {
    border-color: rgba(67, 217, 255, 0.5);
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.32), 0 0 22px rgba(67, 217, 255, 0.12);
    transform: translateY(-4px);
}

.behance-embed-card iframe {
    border: 0;
    display: block;
    height: clamp(360px, 31vw, 430px);
    overflow: hidden;
    width: 100%;
}

.behance-embed-card a {
    border-top: 1px solid rgba(236, 226, 215, 0.1);
    color: rgba(236, 226, 215, 0.74);
    display: block;
    font-family: "Inter", sans-serif;
    font-size: 0.76rem;
    font-weight: 700;
    padding: 12px 14px;
    text-transform: uppercase;
}

.behance-embed-card a:hover {
    color: var(--signal-cyan);
}

.spotify-card,
.release-card,
.atlas-card,
.coverage-card,
.product-card {
    background: var(--panel-ink);
    border: 1px solid var(--panel-line);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    transform: translateY(0);
    transition: border-color 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease, opacity 0.28s ease;
}

.spotify-card::before,
.release-card::before,
.atlas-card::before,
.coverage-card::before,
.product-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: linear-gradient(90deg, var(--red-primary), var(--spotify-green), var(--signal-cyan), var(--signal-amber));
    transform: scaleX(0.28);
    transform-origin: left;
    transition: transform 0.32s ease;
}

.spotify-card:hover,
.release-card:hover,
.atlas-card:hover,
.coverage-card:hover,
.product-card:hover {
    border-color: rgba(255, 0, 0, 0.58);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.5), 0 0 28px rgba(235, 1, 1, 0.14);
    transform: translateY(-5px);
}

.spotify-card:hover::before,
.release-card:hover::before,
.atlas-card:hover::before,
.coverage-card:hover::before,
.product-card:hover::before {
    transform: scaleX(1);
}

.spotify-card__meta,
.release-card__meta,
.atlas-card,
.coverage-card,
.product-card {
    padding: 22px;
}

.spotify-card__meta strong,
.release-card__meta strong,
.atlas-card h3,
.coverage-card h3,
.product-card h3 {
    display: block;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.35rem;
    line-height: 1.1;
    margin: 10px 0 8px;
    text-transform: uppercase;
}

.spotify-card__meta p,
.release-card__meta p,
.atlas-card p,
.coverage-card p,
.product-card p {
    color: rgba(236, 226, 215, 0.7);
    font-family: "Inter", sans-serif;
    font-size: 0.92rem;
}

.signal-chip,
.release-tags span,
.route-pill {
    align-items: center;
    border: 1px solid rgba(236, 226, 215, 0.16);
    border-radius: 999px;
    color: rgba(236, 226, 215, 0.78);
    display: inline-flex;
    font-family: "Inter", sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    gap: 6px;
    line-height: 1;
    padding: 7px 10px;
    text-transform: uppercase;
}

.signal-chip.is-green,
.release-tags span.is-green {
    border-color: rgba(29, 185, 84, 0.38);
    color: var(--spotify-green);
}

.signal-chip.is-cyan,
.release-tags span.is-cyan {
    border-color: rgba(67, 217, 255, 0.36);
    color: var(--signal-cyan);
}

.signal-chip.is-amber,
.release-tags span.is-amber {
    border-color: rgba(246, 180, 75, 0.42);
    color: var(--signal-amber);
}

.spotify-card iframe,
.release-card iframe {
    border: 0;
    border-radius: 0;
    display: block;
    width: 100%;
}

.spotify-card iframe {
    height: 352px;
}

.release-card iframe {
    height: 352px;
}

.release-controls {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: space-between;
    margin: 30px 0;
    position: relative;
    z-index: 2;
}

.tag-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag-filter,
.sort-select {
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(236, 226, 215, 0.18);
    border-radius: 999px;
    color: var(--text-light);
    cursor: pointer;
    font-family: "Inter", sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    padding: 10px 14px;
    text-transform: uppercase;
    transition: border-color 0.24s ease, background 0.24s ease, color 0.24s ease;
}

.tag-filter:hover,
.tag-filter[aria-pressed="true"],
.sort-select:focus {
    background: rgba(235, 1, 1, 0.16);
    border-color: var(--red-primary);
    color: #fff;
    outline: none;
}

.sort-wrap {
    align-items: center;
    color: rgba(236, 226, 215, 0.66);
    display: inline-flex;
    font-family: "Inter", sans-serif;
    font-size: 0.82rem;
    gap: 10px;
}

.sort-select {
    appearance: none;
    min-width: 168px;
}

.release-count {
    color: rgba(236, 226, 215, 0.58);
    font-family: "Inter", sans-serif;
    font-size: 0.86rem;
    margin: -12px 0 22px;
    position: relative;
    z-index: 2;
}

.release-card.is-hidden {
    display: none;
}

.release-card__topline {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: space-between;
}

.release-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.atlas-card ul,
.coverage-card ul,
.product-card ul {
    color: rgba(236, 226, 215, 0.76);
    font-family: "Inter", sans-serif;
    font-size: 0.92rem;
    list-style: none;
    margin-top: 18px;
}

.atlas-card li,
.coverage-card li,
.product-card li {
    border-top: 1px solid rgba(236, 226, 215, 0.08);
    padding: 12px 0;
}

.atlas-card li:first-child,
.coverage-card li:first-child,
.product-card li:first-child {
    border-top: 0;
}

.product-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.product-card h3 {
    font-size: 1.18rem;
}

.product-meta {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: space-between;
    margin-bottom: 12px;
}

.price-row {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 18px 0 8px;
}

.sale-price {
    color: var(--text-light);
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1;
}

.was-price {
    color: rgba(236, 226, 215, 0.48);
    font-family: "Inter", sans-serif;
    font-size: 0.9rem;
    text-decoration: line-through;
}

.product-card__actions {
    display: flex;
    gap: 10px;
    margin-top: auto;
    padding-top: 20px;
}

.product-card__actions .btn-primary {
    font-size: 0.78rem;
    padding: 10px 14px;
}

.cart-fab {
    align-items: center;
    background: var(--red-primary);
    border: 1px solid var(--red-primary);
    bottom: 22px;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.36), 0 0 22px rgba(235, 1, 1, 0.22);
    color: var(--text-light);
    cursor: pointer;
    display: inline-flex;
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    gap: 10px;
    letter-spacing: 0;
    padding: 14px 18px;
    position: fixed;
    right: 22px;
    text-transform: uppercase;
    z-index: 80;
}

.cart-fab strong {
    align-items: center;
    background: rgba(0, 0, 0, 0.32);
    border-radius: 999px;
    display: inline-flex;
    height: 24px;
    justify-content: center;
    min-width: 24px;
    padding: 0 7px;
}

.cart-backdrop {
    background: rgba(0, 0, 0, 0.62);
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: opacity 0.25s ease;
    z-index: 90;
}

.cart-drawer-panel {
    background: rgba(8, 12, 16, 0.98);
    border-left: 1px solid rgba(236, 226, 215, 0.14);
    bottom: 0;
    box-shadow: -24px 0 60px rgba(0, 0, 0, 0.5);
    max-width: 440px;
    overflow-y: auto;
    padding: 28px;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(105%);
    transition: transform 0.32s cubic-bezier(0.16, 1, 0.3, 1);
    width: min(92vw, 440px);
    z-index: 100;
}

.cart-is-open .cart-backdrop {
    opacity: 1;
    pointer-events: auto;
}

.cart-is-open .cart-drawer-panel {
    transform: translateX(0);
}

.cart-close {
    background: transparent;
    border: 0;
    color: var(--text-light);
    cursor: pointer;
    font-size: 2rem;
    position: absolute;
    right: 18px;
    top: 16px;
}

.cart-drawer-panel h2 {
    font-family: "Space Grotesk", sans-serif;
    font-size: 2.2rem;
    margin: 8px 0 24px;
    text-transform: uppercase;
}

.cart-items {
    display: grid;
    gap: 12px;
}

.cart-empty,
.cart-help,
.cart-currency-note {
    color: rgba(236, 226, 215, 0.64);
    font-family: "Inter", sans-serif;
    font-size: 0.88rem;
}

.cart-item {
    background: rgba(0, 0, 0, 0.32);
    border: 1px solid rgba(236, 226, 215, 0.1);
    border-radius: 8px;
    display: grid;
    gap: 10px;
    padding: 14px;
}

.cart-item strong {
    display: block;
    font-family: "Space Grotesk", sans-serif;
    text-transform: uppercase;
}

.cart-item span {
    color: rgba(236, 226, 215, 0.62);
    display: block;
    font-family: "Inter", sans-serif;
    font-size: 0.82rem;
    margin-top: 4px;
}

.cart-qty {
    align-items: center;
    display: inline-flex;
    gap: 8px;
}

.cart-qty button,
.cart-remove {
    background: rgba(235, 1, 1, 0.12);
    border: 1px solid rgba(235, 1, 1, 0.36);
    color: var(--text-light);
    cursor: pointer;
    font-family: "Inter", sans-serif;
    padding: 6px 10px;
}

.cart-remove {
    justify-self: start;
}

.cart-total-row {
    align-items: center;
    border-top: 1px solid rgba(236, 226, 215, 0.12);
    display: flex;
    font-family: "Inter", sans-serif;
    justify-content: space-between;
    margin-top: 18px;
    padding-top: 18px;
}

.cart-total-row--naira {
    border-top: 0;
    margin-top: 6px;
    padding-top: 0;
}

.cart-total-row strong {
    color: var(--spotify-green);
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.8rem;
}

.cart-total-row--naira strong {
    color: var(--red-primary);
    font-size: 1.35rem;
}

.cart-currency-note {
    background: rgba(235, 1, 1, 0.08);
    border: 1px solid rgba(235, 1, 1, 0.22);
    border-radius: 8px;
    line-height: 1.55;
    margin: 12px 0 0;
    padding: 12px;
}

.cart-label {
    color: rgba(236, 226, 215, 0.66);
    display: block;
    font-family: "Inter", sans-serif;
    font-size: 0.82rem;
    margin-top: 18px;
}

.cart-input {
    background: rgba(0, 0, 0, 0.42);
    border: 1px solid rgba(236, 226, 215, 0.18);
    color: var(--text-light);
    display: block;
    font-family: "Inter", sans-serif;
    margin-top: 8px;
    outline: none;
    padding: 13px;
    width: 100%;
}

.cart-input:focus {
    border-color: var(--red-primary);
}

.cart-checkout {
    margin-top: 18px;
    text-align: center;
    width: 100%;
}

.store-note,
.readability-note {
    background: rgba(235, 1, 1, 0.08);
    border: 1px solid rgba(235, 1, 1, 0.28);
    border-radius: 8px;
    color: rgba(236, 226, 215, 0.82);
    font-family: "Inter", sans-serif;
    font-size: 0.95rem;
    margin: 24px 0 0;
    padding: 18px;
    position: relative;
    z-index: 2;
}

.store-note--hero {
    max-width: 760px;
}

.service-paths {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    position: relative;
    z-index: 2;
}

.service-path {
    background: rgba(0, 0, 0, 0.36);
    border: 1px solid rgba(236, 226, 215, 0.13);
    border-radius: 8px;
    padding: 26px;
}

.service-path h3 {
    font-size: 1.65rem;
    margin: 10px 0 12px;
}

.service-path p {
    color: rgba(236, 226, 215, 0.78);
    font-family: "Inter", sans-serif;
    font-size: 1rem;
}

.service-path__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.service-path__links a {
    border: 1px solid rgba(236, 226, 215, 0.18);
    border-radius: 999px;
    color: rgba(236, 226, 215, 0.84);
    font-family: "Inter", sans-serif;
    font-size: 0.76rem;
    font-weight: 700;
    padding: 8px 11px;
    text-transform: uppercase;
}

.service-path__links a:hover {
    border-color: var(--red-primary);
    color: var(--red-pure);
}

.compact-route-list {
    columns: 3;
    color: rgba(236, 226, 215, 0.62);
    font-family: "Inter", sans-serif;
    font-size: 0.78rem;
    line-height: 1.8;
    margin-top: 22px;
    position: relative;
    z-index: 2;
}

.section-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
    position: relative;
    z-index: 2;
}

.showcase-reveal {
    opacity: 0;
    transform: translateY(22px);
}

.showcase-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.showcase-page {
    background:
        linear-gradient(120deg, rgba(10, 16, 21, 0.98), rgba(6, 10, 14, 0.96)),
        repeating-linear-gradient(90deg, rgba(235, 1, 1, 0.06) 0 1px, transparent 1px 86px);
    color: var(--text-light);
    font-family: "Raleway", sans-serif;
    min-height: 100vh;
    overflow-x: hidden;
}

.showcase-page * {
    box-sizing: border-box;
}

.showcase-page a {
    color: var(--text-light);
    text-decoration: none;
}

.showcase-page .btn-primary {
    background: var(--red-primary);
    border: 1px solid var(--red-primary);
    border-radius: 2px;
    color: var(--text-light);
    cursor: pointer;
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    letter-spacing: 0;
    padding: 12px 28px;
    text-transform: uppercase;
    transition: background 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, color 0.28s ease, transform 0.28s ease;
}

.showcase-page .btn-primary:hover {
    background: rgba(235, 1, 1, 0.1);
    border-color: var(--red-pure);
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.2);
    color: var(--red-pure);
    transform: translateY(-2px);
}

.showcase-page .btn-outline {
    background: transparent;
    border-color: rgba(236, 226, 215, 0.5);
}

.showcase-page nav {
    align-items: center;
    backdrop-filter: blur(16px);
    background: rgba(10, 16, 21, 0.82);
    border-bottom: 1px solid rgba(236, 226, 215, 0.1);
    display: flex;
    justify-content: space-between;
    padding: 20px 5%;
    position: sticky;
    top: 0;
    z-index: 20;
}

.showcase-page .logo-link img {
    height: 35px;
    width: auto;
}

.showcase-page .nav-links {
    display: flex;
    gap: 24px;
}

.showcase-page .nav-links a {
    font-family: "Inter", sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
}

.showcase-page .container {
    margin: 0 auto;
    max-width: 1280px;
    padding: 90px 5%;
}

.page-hero {
    min-height: 54vh;
    overflow: hidden;
    padding: 96px 5% 70px;
    position: relative;
}

.page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(10, 16, 21, 0.92), rgba(10, 16, 21, 0.62)),
        url("https://images.unsplash.com/photo-1516280440614-37939bbacd81?ixlib=rb-4.0.3&auto=format&fit=crop&w=1800&q=80") center/cover;
    opacity: 0.88;
    z-index: -2;
}

.page-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 90px;
    background: linear-gradient(180deg, transparent, rgba(10, 16, 21, 1));
    z-index: -1;
}

.page-hero h1,
.showcase-page h1,
.showcase-page h2,
.showcase-page h3 {
    font-family: "Space Grotesk", sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
}

.page-hero h1 {
    font-size: clamp(3rem, 8vw, 6.8rem);
    line-height: 0.95;
    max-width: 920px;
}

.page-hero p {
    color: rgba(236, 226, 215, 0.84);
    font-family: "Inter", sans-serif;
    font-size: 1.1rem;
    margin-top: 24px;
    max-width: 680px;
}

.page-band {
    border-top: 1px solid rgba(236, 226, 215, 0.08);
}

.page-section-title {
    font-size: clamp(2.4rem, 5vw, 4.6rem);
    margin-bottom: 28px;
}

.page-section-title span {
    color: var(--red-primary);
}

.route-cluster {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.route-pill {
    color: rgba(236, 226, 215, 0.7);
}

.page-footer {
    border-top: 1px solid rgba(236, 226, 215, 0.12);
    color: rgba(236, 226, 215, 0.58);
    font-family: "Inter", sans-serif;
    padding: 34px 5%;
    text-align: center;
}

@keyframes heartbeatSlide {
    0% { background-position: 0 50%; }
    100% { background-position: -900px 50%; }
}

@keyframes signalSweep {
    0% { transform: translateX(-44%); }
    100% { transform: translateX(44%); }
}

@keyframes artistPulseTilt {
    0% { transform: scale(1) rotate(0deg); }
    25% { transform: scale(1.018) rotate(0.28deg); }
    50% { transform: scale(0.996) rotate(-0.22deg); }
    75% { transform: scale(1.014) rotate(0.18deg); }
    100% { transform: scale(1) rotate(0deg); }
}

@keyframes artistScrollRipple {
    0% { opacity: 0; transform: scale(0.94); }
    25% { opacity: 1; }
    100% { opacity: 0; transform: scale(1.12); }
}

@media (max-width: 1100px) {
    .spotify-grid,
    .atlas-grid,
    .coverage-grid,
    .product-grid,
    .media-grid,
    .media-subcategory-grid,
    .behance-embed-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .release-grid,
    .signal-stats,
    .service-paths,
    .media-category-callout {
        grid-template-columns: 1fr;
    }

    .label-pivot-artist-feature {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        margin-top: 34px;
        max-width: none;
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        width: 100%;
    }

    .featured-artist-card {
        align-items: flex-start;
        flex-direction: column;
        transform: none;
    }

    .featured-artist-card img {
        width: 100%;
    }

    .release-controls {
        align-items: stretch;
        flex-direction: column;
    }

    .sort-wrap {
        justify-content: space-between;
        width: 100%;
    }

    .sort-select {
        flex: 1;
    }

    .showcase-page nav {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }

    .showcase-page .nav-links {
        flex-wrap: wrap;
    }
}

@media (max-width: 640px) {
    .spotify-grid,
    .atlas-grid,
    .coverage-grid,
    .product-grid,
    .media-grid,
    .portfolio-choice-grid,
    .media-subcategory-grid,
    .behance-embed-grid {
        grid-template-columns: 1fr;
    }

    .compact-route-list {
        columns: 1;
    }

    .label-pivot-artist-feature {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .heartbeat-line {
        margin: 24px 0;
    }

    .spotify-card__meta,
    .release-card__meta,
    .atlas-card,
    .coverage-card,
    .product-card {
        padding: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .showcase-band::before,
    .heartbeat-line::before,
    .spotify-card,
    .release-card,
    .atlas-card,
    .coverage-card,
    .showcase-reveal {
        animation: none;
        transition: none;
    }

    .showcase-reveal {
        opacity: 1;
        transform: none;
    }
}
