:root {
    --bg: #07080d;
    --bg-2: #0d1118;
    --surface: rgba(16, 19, 29, 0.78);
    --surface-strong: rgba(21, 25, 36, 0.94);
    --line: rgba(255, 255, 255, 0.12);
    --text: #f6f4ee;
    --muted: #b8bdc9;
    --soft: #7f8797;
    --gold: #d9b76b;
    --cyan: #59d9ff;
    --rose: #ff4f91;
    --shell: min(92vw, 1700px);
    --section-y: clamp(64px, 7vw, 132px);
    --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* =====================================================
   PHYSICAL RELEASES — ALBUMS / MAXI-SINGLES
===================================================== */
.nav-dropdown{position:relative;display:flex;align-items:center}.nav-dropdown-toggle{position:relative;display:flex;align-items:center;gap:7px;padding:8px 0;border:0;background:none;color:var(--muted);font:inherit;font-weight:700;cursor:pointer}.nav-dropdown-toggle::after{content:"";position:absolute;left:0;right:0;bottom:1px;height:2px;transform:scaleX(0);transform-origin:left;background:var(--gold);transition:transform 180ms ease}.nav-dropdown-toggle:hover,.nav-dropdown.is-active .nav-dropdown-toggle,.nav-dropdown.is-open .nav-dropdown-toggle{color:var(--text)}.nav-dropdown-toggle:hover::after,.nav-dropdown.is-active .nav-dropdown-toggle::after,.nav-dropdown.is-open .nav-dropdown-toggle::after{transform:scaleX(1)}.nav-dropdown-toggle svg{width:11px;height:8px;transition:transform 180ms ease}.nav-dropdown.is-open .nav-dropdown-toggle svg{transform:rotate(180deg)}.nav-dropdown-menu{position:absolute;z-index:30;top:calc(100% + 12px);left:50%;display:none;min-width:190px;padding:8px;transform:translateX(-50%);border:1px solid rgba(217,183,107,.34);background:rgba(7,8,13,.98);box-shadow:0 18px 45px rgba(0,0,0,.45)}.nav-dropdown.is-open .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu{display:grid}.nav-dropdown-menu a{padding:11px 13px;white-space:nowrap}.nav-dropdown-menu a::after{display:none}.nav-dropdown-menu a:hover{background:rgba(217,183,107,.1);color:var(--gold)}

.releases-subhero{border-bottom:1px solid rgba(217,183,107,.18)}.release-categories{display:flex;gap:clamp(28px,5vw,64px);padding-top:30px;padding-bottom:10px;border-bottom:1px solid var(--line)}.release-categories a{position:relative;padding:8px 0 16px;color:var(--muted);font-size:13px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.release-categories a::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform .2s ease}.release-categories a:hover,.release-categories a.is-active{color:var(--text)}.release-categories a.is-active::after{transform:scaleX(1)}

.releases-list-section{padding-top:clamp(46px,7vw,86px)}.release-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(30px,4vw,58px)}.release-card{min-width:0}.release-card-cover{position:relative;display:block;overflow:hidden;aspect-ratio:1;background:#111;border:1px solid rgba(255,255,255,.12);box-shadow:0 22px 50px rgba(0,0,0,.28)}.release-card-cover::after{display:none!important}.release-card-cover img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s ease,filter .45s ease}.release-card:hover .release-card-cover img{transform:scale(1.025);filter:brightness(1.06)}.release-cover-placeholder{display:grid;place-items:center;background:radial-gradient(circle at 30% 20%,rgba(217,183,107,.17),transparent 44%),linear-gradient(145deg,#171821,#08090d)}.release-cover-placeholder span{color:var(--gold);font-family:Georgia,serif;font-size:clamp(28px,4vw,54px);letter-spacing:.04em}.release-card-copy{padding-top:22px;border-top:2px solid var(--gold)}.release-card-copy>p{margin:0 0 9px;color:var(--gold);font-size:11px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.release-card-copy h2{margin:0 0 9px;font-family:Georgia,'Times New Roman',serif;font-size:clamp(24px,2.5vw,34px);line-height:1.05}.release-card-copy h2 a{color:var(--text)}.release-card-copy>div{min-height:2.8em;color:var(--muted);line-height:1.45}.release-card-link{display:inline-block;margin-top:18px;color:var(--text);font-size:13px;font-weight:800;letter-spacing:.06em}.release-card-link:hover{color:var(--gold)}

.release-empty{display:grid;grid-template-columns:minmax(120px,220px) 1fr;align-items:center;gap:clamp(30px,7vw,90px);min-height:300px;padding:clamp(35px,6vw,70px);border-top:1px solid var(--gold);border-bottom:1px solid var(--line);background:linear-gradient(100deg,rgba(217,183,107,.07),transparent 60%)}.release-empty>span{display:grid;place-items:center;aspect-ratio:1;border:1px solid rgba(217,183,107,.45);border-radius:50%;color:var(--gold);font-family:Georgia,serif;font-size:clamp(36px,6vw,72px)}.release-empty h2{margin:4px 0 12px;font-family:Georgia,serif;font-size:clamp(34px,5vw,68px)}.release-empty p:last-child{max-width:620px;color:var(--muted);font-size:18px}

.release-detail-section{padding-top:clamp(45px,7vw,85px)}.release-detail{display:grid;grid-template-columns:minmax(300px,520px) minmax(0,1fr);gap:clamp(45px,8vw,120px);align-items:start}.release-detail-cover{aspect-ratio:1;overflow:hidden;border:1px solid rgba(255,255,255,.13);box-shadow:0 28px 75px rgba(0,0,0,.38)}.release-detail-cover img{display:block;width:100%;height:100%;object-fit:cover}.release-status{display:inline-flex;margin-bottom:22px;padding:7px 11px;border:1px solid rgba(217,183,107,.5);color:var(--gold);font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.release-status-sold_out{border-color:rgba(255,255,255,.2);color:var(--muted)}.release-detail-copy h2{margin:7px 0 16px;font-family:Georgia,'Times New Roman',serif;font-size:clamp(42px,6vw,82px);line-height:.98}.release-lead{max-width:690px;margin:0 0 24px;color:var(--text);font-size:clamp(19px,2vw,25px);line-height:1.45}.release-description{max-width:720px;color:var(--muted);line-height:1.75}.release-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin:34px 0 0;border-top:1px solid var(--line)}.release-facts div{padding:16px 16px 16px 0;border-bottom:1px solid var(--line)}.release-facts dt{margin-bottom:6px;color:var(--muted);font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.release-facts dd{margin:0;color:var(--text);font-weight:700}.release-actions{display:flex;align-items:center;flex-wrap:wrap;gap:24px;margin-top:34px}.release-back{color:var(--muted);font-size:13px;font-weight:700}.release-back:hover{color:var(--gold)}.release-tracklist{margin-top:clamp(70px,10vw,130px);padding-top:36px;border-top:1px solid var(--gold)}.release-tracklist ol{counter-reset:tracks;margin:22px 0 0;padding:0;list-style:none}.release-tracklist li{counter-increment:tracks;display:grid;grid-template-columns:48px 1fr;gap:15px;padding:15px 0;border-bottom:1px solid var(--line);font-size:17px}.release-tracklist li::before{content:counter(tracks,decimal-leading-zero);color:var(--gold);font-size:12px;font-weight:800;letter-spacing:.12em}.release-tracklist li span{color:var(--text)}
.release-artwork{margin-top:clamp(70px,9vw,115px);padding-top:36px;border-top:1px solid var(--gold)}.release-artwork-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(22px,4vw,52px);margin-top:24px}.release-artwork figure{margin:0}.release-artwork img{display:block;width:100%;aspect-ratio:1;object-fit:contain;background:#050609;border:1px solid rgba(255,255,255,.13)}.release-artwork figcaption{padding-top:12px;color:var(--gold);font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}

@media(max-width:1050px){.release-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.release-detail{grid-template-columns:minmax(260px,42vw) 1fr;gap:45px}}
@media(max-width:900px){.nav-dropdown{display:block;width:100%}.nav-dropdown-toggle{justify-content:space-between;width:100%;min-height:44px;padding:10px 0;text-align:left}.nav-dropdown-toggle::after{display:none}.nav-dropdown-menu{position:static;width:100%;min-width:0;padding:0 0 7px 18px;transform:none;border:0;border-left:1px solid rgba(217,183,107,.35);background:transparent;box-shadow:none}.nav-dropdown-menu a{padding:8px 12px!important;font-size:13px}.release-grid{gap:32px}.release-detail{grid-template-columns:1fr}.release-detail-cover{width:min(100%,520px)}.release-empty{grid-template-columns:110px 1fr}.release-facts{grid-template-columns:1fr}}
@media(max-width:560px){.release-grid{grid-template-columns:1fr}.release-empty{grid-template-columns:1fr;padding:30px 24px}.release-empty>span{width:104px}.release-categories{gap:24px}.release-categories a{font-size:11px}.release-detail-copy h2{font-size:42px}.release-artwork-grid{grid-template-columns:1fr}}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--text);
    background:
        linear-gradient(180deg, rgba(7, 8, 13, 0.86), rgba(7, 8, 13, 0.98)),
        #07080d;
    font-family: var(--font);
    font-size: 16px;
    line-height: 1.6;
}

body.nav-open {
    overflow: hidden;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

.site-shell {
    width: var(--shell);
    margin-inline: auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(7, 8, 13, 0.72);
    backdrop-filter: blur(18px);
    transition: background 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled {
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(7, 8, 13, 0.92);
}

.pwa-install-strip {
    border-top: 1px solid rgba(217, 183, 107, 0.2);
    background: rgba(10, 12, 18, 0.96);
}

.pwa-install-strip__inner {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pwa-install-button {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 7px 14px;
    border: 0;
    background: transparent;
    color: #f3cf72;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}

.pwa-install-button:hover {
    color: #fff3d4;
}

.pwa-install-button:focus-visible,
.pwa-install-dialog button:focus-visible {
    outline: 3px solid rgba(89, 217, 255, 0.45);
    outline-offset: 2px;
}

.pwa-install-button__icon {
    width: 24px;
    height: 24px;
    display: inline-grid;
    place-items: center;
    border: 1px solid rgba(217, 183, 107, 0.65);
    border-radius: 50%;
    line-height: 1;
}

.pwa-install-dialog {
    width: min(92vw, 440px);
    padding: 0;
    border: 1px solid rgba(217, 183, 107, 0.45);
    border-radius: 8px;
    color: var(--text);
    background: #0d1118;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.7);
}

.pwa-install-dialog::backdrop {
    background: rgba(0, 0, 0, 0.78);
    backdrop-filter: blur(5px);
}

.pwa-install-dialog__content {
    position: relative;
    padding: 28px;
}

.pwa-install-dialog__eyebrow {
    margin: 0 0 5px;
    color: var(--gold);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.pwa-install-dialog h2 {
    margin: 0 44px 12px 0;
    font-size: 24px;
    line-height: 1.2;
}

.pwa-install-dialog p:not(.pwa-install-dialog__eyebrow) {
    margin: 0 0 22px;
    color: var(--muted);
}

.pwa-install-dialog__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    color: var(--text);
    font-size: 28px;
    cursor: pointer;
}

.pwa-install-dialog__confirm {
    min-height: 44px;
    padding: 9px 18px;
    border: 1px solid var(--gold);
    border-radius: 6px;
    background: var(--gold);
    color: #0a0b10;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

@media (min-width: 901px) {
    .pwa-install-strip__inner {
        justify-content: flex-end;
    }
}

@media (max-width: 480px) {
    .pwa-install-dialog__content {
        padding: 24px 20px;
    }

    .pwa-install-dialog h2 {
        font-size: 21px;
    }
}

.header-shell {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 800;
}

.brand-mark {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(217, 183, 107, 0.52);
    border-radius: 8px;
    color: #0a0b10;
    background: linear-gradient(135deg, #f6d98e, #68ddff 58%, #ff6098);
    font-size: 12px;
}

.brand-text {
    font-size: 21px;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: clamp(18px, 2vw, 34px);
    color: var(--muted);
    font-size: 14px;
    font-weight: 700;
}

.site-nav a {
    position: relative;
    padding-block: 8px;
}

.site-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1px;
    height: 2px;
    transform: scaleX(0);
    transform-origin: left;
    background: var(--gold);
    transition: transform 180ms ease;
}

.site-nav a:hover,
.site-nav a.is-active {
    color: var(--text);
}

.site-nav a:hover::after,
.site-nav a.is-active::after {
    transform: scaleX(1);
}

.site-nav .nav-admin {
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 6px;
}

.site-nav .nav-admin::after {
    display: none;
}

.nav-toggle {
    display: none;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.06);
    color: var(--text);
}

.nav-toggle span {
    width: 18px;
    height: 2px;
    display: block;
    margin: 4px auto;
    background: currentColor;
}

.hero {
    position: relative;
    min-height: clamp(620px, 74vh, 880px);
    display: flex;
    align-items: center;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    isolation: isolate;
}

.hero::before,
.subhero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(7, 8, 13, 0.92) 0%, rgba(7, 8, 13, 0.66) 42%, rgba(7, 8, 13, 0.9) 100%),
        linear-gradient(135deg, rgba(89, 217, 255, 0.18), rgba(217, 183, 107, 0.09) 46%, rgba(255, 79, 145, 0.16));
    filter: saturate(1.15);
}

.hero::after,
.subhero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(180deg, rgba(7, 8, 13, 0.18), var(--bg) 100%),
        linear-gradient(90deg, rgba(89, 217, 255, 0.14), transparent 38%, rgba(255, 79, 145, 0.16));
}

.hero-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(250px, 360px) minmax(300px, 0.62fr);
    align-items: center;
    gap: clamp(34px, 4.4vw, 98px);
    padding-block: clamp(58px, 6vw, 108px);
}

.hero-copy {
    max-width: 880px;
}

.eyebrow,
.kicker,
.panel-label {
    margin: 0 0 14px;
    color: var(--gold);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

.hero h1,
.subhero h1 {
    margin-bottom: 20px;
    font-size: clamp(60px, 8.2vw, 158px);
    line-height: 0.92;
}

.hero-lead,
.subhero p {
    max-width: 740px;
    color: var(--muted);
    font-size: clamp(19px, 1.35vw, 28px);
    line-height: 1.45;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.button {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    font-weight: 800;
    font-size: 14px;
}

.button-primary {
    color: #090a0f;
    border-color: transparent;
    background: linear-gradient(135deg, #f4d27d, #72dcff);
}

.button-ghost {
    color: var(--text);
    background: rgba(255, 255, 255, 0.06);
}

.button:hover {
    transform: translateY(-1px);
}

.hero-release,
.hero-panel {
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(10, 13, 20, 0.64);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.36);
}

.hero-release {
    padding: clamp(18px, 1.5vw, 28px);
}

.cover-frame {
    width: min(100%, clamp(220px, 14vw, 320px));
    margin-inline: auto;
    aspect-ratio: 1;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: #111722;
}

.cover-frame img,
.release-cover img,
.news-card img,
.video-thumb img,
.article-detail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cover-placeholder {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    color: rgba(246, 244, 238, 0.82);
    background:
        linear-gradient(135deg, rgba(217, 183, 107, 0.18), rgba(89, 217, 255, 0.12)),
        #111722;
    font-size: clamp(18px, 1.6vw, 28px);
    font-weight: 900;
}

.media-placeholder {
    width: 100%;
    height: 100%;
    min-height: inherit;
    display: grid;
    place-items: center;
    color: rgba(246, 244, 238, 0.78);
    background:
        linear-gradient(135deg, rgba(89, 217, 255, 0.12), rgba(217, 183, 107, 0.12)),
        #111722;
    font-weight: 900;
}

.cover-frame-large {
    width: min(100%, 340px);
}

.release-info {
    margin-top: 22px;
}

.release-info h2 {
    margin-bottom: 10px;
    font-size: clamp(25px, 2vw, 38px);
    line-height: 1.08;
}

.release-info p {
    color: var(--muted);
}

.meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.meta-row span {
    padding: 6px 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    color: var(--muted);
    background: rgba(255, 255, 255, 0.05);
    font-size: 13px;
}

.hero-panel {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 320px;
    padding: clamp(20px, 2vw, 34px);
}

.hero-panel strong {
    max-width: 360px;
    display: block;
    font-size: clamp(24px, 1.7vw, 36px);
    line-height: 1.1;
}

.stream-list {
    display: grid;
    gap: 10px;
    margin-top: 28px;
}

.stream-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 42px;
    padding: 10px 12px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: var(--muted);
    background: rgba(255, 255, 255, 0.05);
}

.stream-list a:hover {
    color: var(--text);
    border-color: rgba(217, 183, 107, 0.55);
}

.stat-band {
    padding-block: clamp(28px, 3.4vw, 58px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(90deg, rgba(19, 23, 34, 0.92), rgba(8, 10, 16, 0.98));
}

.stat-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
}

.stat-item {
    min-height: 116px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(18px, 2vw, 30px);
    background: rgba(8, 10, 16, 0.76);
}

.stat-item strong {
    font-size: clamp(30px, 2.8vw, 58px);
    line-height: 1;
}

.stat-item span {
    color: var(--muted);
    font-weight: 700;
}

.section-block,
.section-band {
    padding-block: var(--section-y);
}

.section-band {
    background:
        linear-gradient(90deg, rgba(89, 217, 255, 0.08), transparent 34%, rgba(217, 183, 107, 0.1)),
        #0a0d14;
    border-block: 1px solid rgba(255, 255, 255, 0.08);
}

.section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: clamp(28px, 3vw, 56px);
}

.section-heading h2,
.feature-wide h2 {
    margin-bottom: 0;
    font-size: clamp(34px, 3.8vw, 76px);
    line-height: 1.02;
}

.section-heading a {
    flex: 0 0 auto;
    color: var(--gold);
    font-weight: 800;
}

.release-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(174px, 220px));
    justify-content: start;
    gap: clamp(18px, 1.4vw, 30px);
}

.release-card {
    min-width: 0;
}

.release-cover {
    display: block;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    background: var(--surface-strong);
}

.release-cover img {
    transition: transform 260ms ease, filter 260ms ease;
}

.release-card:hover .release-cover img {
    transform: scale(1.035);
    filter: saturate(1.12);
}

.release-card-body {
    padding-top: 13px;
}

.release-card h3 {
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 1.2;
}

.release-card p,
.release-card span {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
}

.feature-wide {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
    align-items: center;
    gap: clamp(36px, 6vw, 120px);
}

.feature-wide p {
    max-width: 760px;
    margin: 18px 0 0;
    color: var(--muted);
    font-size: clamp(18px, 1.2vw, 24px);
}

.tag-cloud {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}

.tag-cloud span {
    padding: 13px 16px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: var(--text);
    background: rgba(255, 255, 255, 0.06);
    font-weight: 800;
}

.video-grid,
.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 330px), 1fr));
    gap: clamp(18px, 1.8vw, 34px);
}

.video-grid-large {
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 390px), 520px));
}

.video-card,
.news-card,
.empty-feature {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(16, 19, 29, 0.68);
    overflow: hidden;
}

.video-thumb {
    position: relative;
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.video-thumb span {
    position: absolute;
    left: 16px;
    bottom: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 13px;
    border-radius: 6px;
    color: #090a0f;
    background: var(--gold);
    font-weight: 900;
}

.video-card h3,
.video-card h2,
.video-card p {
    padding-inline: 20px;
}

.video-card h3,
.video-card h2 {
    margin: 18px 0 8px;
    font-size: 22px;
    line-height: 1.2;
}

.video-card p {
    margin-bottom: 22px;
    color: var(--muted);
}

.news-card {
    display: grid;
    grid-template-columns: minmax(150px, 0.42fr) minmax(0, 0.58fr);
    min-height: 220px;
}

.news-card > a,
.news-card > img {
    min-height: 220px;
}

.news-card > a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-card > div {
    padding: clamp(18px, 1.6vw, 30px);
}

.news-card span,
.article-detail span {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--gold);
    font-size: 13px;
    font-weight: 800;
}

.news-card h3 {
    margin-bottom: 10px;
    font-size: clamp(21px, 1.5vw, 30px);
    line-height: 1.14;
}

.news-card p {
    color: var(--muted);
}

.empty-feature {
    max-width: 760px;
    padding: clamp(24px, 3vw, 52px);
}

.empty-feature h2,
.empty-feature h3 {
    margin-bottom: 10px;
    font-size: clamp(26px, 2.2vw, 44px);
}

.empty-feature p {
    color: var(--muted);
}

.subhero {
    position: relative;
    min-height: clamp(460px, 54vh, 660px);
    display: flex;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.subhero-compact {
    min-height: clamp(360px, 42vh, 540px);
}

.subhero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 360px);
    align-items: center;
    gap: clamp(34px, 5vw, 96px);
}

.narrow-copy {
    max-width: 980px;
}

.lyrics,
.article-content {
    color: var(--muted);
    font-size: clamp(18px, 1.1vw, 22px);
    line-height: 1.8;
}

.article-detail {
    max-width: 1120px;
}

.article-detail img {
    width: 100%;
    max-height: 520px;
    margin-bottom: 28px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer {
    padding-block: clamp(42px, 5vw, 82px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: #06070b;
}

.footer-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.footer-grid p {
    max-width: 560px;
    margin: 16px 0 0;
    color: var(--muted);
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 16px 26px;
    color: var(--muted);
    font-weight: 700;
}

.footer-links a:hover {
    color: var(--gold);
}


/* =========================================================
   articDJ — CLEAN RESPONSIVE LAYOUT
   Base: desktop / laptop / tablet / mobile
   No special layout for ultrawide monitors.
   ========================================================= */

/* ---------- GLOBAL LAYOUT ---------- */

:root{
    --shell:min(92vw,1700px);
    --display:Georgia,"Times New Roman",serif;
}

.site-shell{
    width:var(--shell);
    margin-inline:auto;
}

/* ---------- OFFICIAL LOGO ---------- */

.brand-logo-image{
    display:block;
    width:auto;
    height:52px;
    max-width:300px;
    object-fit:contain;
    object-position:left center;
}

/* ---------- PREMIUM HEADINGS ---------- */

.hero h1,
.section-heading h2,
.feature-wide h2,
.contact-inner h2{
    font-family:var(--display);
    font-weight:700;
    letter-spacing:-.035em;
}

/* =========================================================
   HOME HERO
   ========================================================= */

.hero-wide{
    min-height:clamp(650px,72vh,860px);
}

.hero-wide .hero-shell{
    width:var(--shell);
    display:grid;
    grid-template-columns:
        minmax(0,1.22fr)
        minmax(280px,320px)
        minmax(360px,.92fr);
    align-items:center;
    gap:clamp(34px,3.5vw,70px);
    padding-block:clamp(54px,5vw,90px);
}

.hero-wide .hero-copy{
    max-width:780px;
}

.hero-wide .hero h1{
    font-size:clamp(68px,6.2vw,130px);
    line-height:.9;
    margin-bottom:24px;
}

.hero-wide .hero-lead{
    max-width:700px;
    font-size:clamp(18px,1.15vw,24px);
}

.hero-micro{
    margin:-4px 0 16px;
    color:rgba(246,244,238,.62);
    font-size:11px;
    letter-spacing:.24em;
    text-transform:uppercase;
}

.hero-wide .hero-release{
    width:100%;
    max-width:320px;
    justify-self:center;
    padding:22px;
    background:
        linear-gradient(
            180deg,
            rgba(18,21,31,.82),
            rgba(9,11,17,.86)
        );
}

.hero-wide .hero-release .cover-frame{
    width:260px;
    max-width:100%;
}

.hero-wide .release-info{
    text-align:left;
}

.hero-wide .release-info h2{
    font-family:var(--display);
    font-size:clamp(25px,1.8vw,34px);
}

.hero-wide .hero-panel{
    min-height:360px;
    padding:clamp(24px,2vw,36px);
    justify-self:stretch;
    background:
        linear-gradient(
            145deg,
            rgba(18,20,30,.76),
            rgba(9,10,16,.72)
        );
}

.hero-wide .hero-panel strong{
    font-family:var(--display);
    font-size:clamp(28px,1.9vw,38px);
}

.hero-wide .stream-list{
    gap:10px;
}

.hero-wide .stream-list a{
    min-height:52px;
    padding:13px 15px;
    font-size:15px;
    border-color:rgba(217,183,107,.16);
    background:rgba(255,255,255,.045);
}

/* ---------- HERO BACKGROUND ---------- */

.hero-cover-glow{
    position:absolute;
    inset:0;
    z-index:-3;
    background-position:center right;
    background-size:min(48vw,1100px) auto;
    background-repeat:no-repeat;
    opacity:.10;
    filter:blur(24px) saturate(.72);
    transform:scale(1.04);
}

.hero-wide::before{
    background:
        linear-gradient(
            90deg,
            #05070b 0%,
            rgba(5,7,11,.94) 28%,
            rgba(5,7,11,.70) 57%,
            rgba(5,7,11,.91) 100%
        ),
        linear-gradient(
            135deg,
            rgba(89,217,255,.12),
            rgba(217,183,107,.08) 46%,
            rgba(255,79,145,.13)
        );
}

/* =========================================================
   STATISTICS
   ========================================================= */

.stat-band{
    padding-block:0;
    background:
        linear-gradient(
            90deg,
            rgba(13,17,25,.98),
            rgba(7,9,14,.98)
        );
}

.stat-grid-premium{
    width:var(--shell);
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    border:0;
    border-radius:0;
    background:transparent;
}

.stat-grid-premium .stat-item{
    min-height:120px;
    padding:22px clamp(18px,2.5vw,42px);
    background:transparent;
    border-right:1px solid rgba(255,255,255,.09);
}

.stat-grid-premium .stat-item:last-child{
    border-right:0;
}

.stat-grid-premium .stat-item strong{
    font-family:var(--display);
    font-size:clamp(32px,2.3vw,52px);
    color:#f6e4a4;
}

.stat-grid-premium .stat-item span{
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:.1em;
}

/* =========================================================
   MUSIC GRID
   ========================================================= */

#muzyka .site-shell{
    padding-inline:0;
}

#muzyka .release-grid{
    grid-template-columns:repeat(auto-fill,minmax(180px,220px));
    justify-content:start;
    gap:clamp(20px,1.8vw,34px);
}

/* =========================================================
   WIDE FEATURE
   ========================================================= */

.feature-wide{
    grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);
}

/* =========================================================
   TABLET / SMALL DESKTOP
   768–1199 px
   ========================================================= */

@media (max-width:1199px){

    :root{
        --shell:min(92vw,1100px);
    }

    .brand-logo-image{
        height:48px;
        max-width:280px;
    }

    .hero-wide .hero-shell{
        grid-template-columns:
            minmax(0,1fr)
            minmax(260px,310px);
        gap:36px;
    }

    .hero-wide .hero-panel{
        grid-column:1 / -1;
        min-height:auto;
    }

    .hero-wide .hero-release{
        justify-self:end;
    }

    .feature-wide{
        grid-template-columns:1fr;
    }

    .tag-cloud{
        justify-content:flex-start;
    }
}

/* =========================================================
   TABLET
   768–899 px
   ========================================================= */

@media (max-width:899px){

    :root{
        --shell:92vw;
    }

    .header-shell{
        min-height:68px;
    }

    .brand-logo-image{
        height:44px;
        max-width:240px;
    }

    .hero-wide{
        min-height:auto;
    }

    .hero-wide .hero-shell{
        grid-template-columns:1fr;
        gap:30px;
        padding-block:60px;
    }

    .hero-wide .hero-copy{
        max-width:760px;
    }

    .hero-wide .hero h1{
        font-size:clamp(58px,10vw,88px);
    }

    .hero-wide .hero-release{
        max-width:360px;
        justify-self:start;
    }

    .hero-wide .hero-panel{
        grid-column:auto;
        min-height:auto;
    }

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

    .stat-grid-premium .stat-item:nth-child(2){
        border-right:0;
    }

    .section-heading{
        flex-direction:column;
        align-items:flex-start;
        gap:18px;
    }
}

/* =========================================================
   MOBILE
   <= 767 px
   ========================================================= */

@media (max-width:767px){

    :root{
        --shell:92vw;
        --section-y:58px;
    }

    .brand-logo-image{
        height:42px;
        max-width:220px;
    }

    .hero-wide .hero-shell{
        gap:26px;
        padding-block:48px;
    }

    .hero-wide .hero h1{
        font-size:clamp(50px,14vw,76px);
        line-height:.92;
    }

    .hero-wide .hero-lead{
        font-size:18px;
    }

    .hero-actions{
        display:grid;
    }

    .button{
        width:100%;
    }

    .hero-wide .hero-release{
        max-width:300px;
        padding:18px;
    }

    .hero-wide .hero-release .cover-frame{
        width:min(100%,260px);
    }

    .stat-grid-premium{
        grid-template-columns:1fr;
    }

    .stat-grid-premium .stat-item{
        min-height:100px;
        border-right:0;
        border-bottom:1px solid rgba(255,255,255,.09);
    }

    .stat-grid-premium .stat-item:last-child{
        border-bottom:0;
    }

    #muzyka .release-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:16px;
    }

    #muzyka .release-card,
    #muzyka .release-cover{
        width:100%;
        max-width:none;
    }

    .news-grid,
    .video-grid{
        grid-template-columns:1fr;
    }

    .feature-wide{
        grid-template-columns:1fr;
    }

    .contact-inner{
        align-items:flex-start;
        flex-direction:column;
    }
}

/* =========================================================
   SMALL MOBILE
   <= 480 px
   ========================================================= */

@media (max-width:480px){

    .brand-logo-image{
        height:40px;
        max-width:205px;
    }

    .hero-wide .hero h1{
        font-size:clamp(46px,14vw,68px);
    }

    .hero-wide .hero-release{
        max-width:280px;
    }

    #muzyka .release-grid{
        grid-template-columns:1fr 1fr;
        gap:14px;
    }

    .release-card h3{
        font-size:16px;
    }

    .news-grid,
    .video-grid{
        grid-template-columns:1fr;
    }
}


/* =========================================================
   articDJ — MOBILE NAV FIX
   Restored responsive navigation behaviour.
   Does not affect desktop > 900px.
   ========================================================= */

@media (max-width:900px){

    .header-shell{
        min-height:68px;
    }

    .nav-toggle{
        display:block;
        flex:0 0 42px;
    }

    .site-nav{
        position:fixed;
        inset:68px 0 auto 0;
        display:none;
        width:100%;
        max-width:none;
        padding:18px 4vw 28px;
        box-sizing:border-box;
        border-bottom:1px solid rgba(255,255,255,.12);
        background:rgba(7,8,13,.98);
        z-index:49;
    }

    .site-nav.is-open{
        display:grid;
        gap:12px;
    }

    .site-nav a,
    .site-nav .nav-admin{
        min-height:44px;
        display:flex;
        align-items:center;
    }
}


/* ============================================================
   articDJ — duży responsywny player YouTube
   ============================================================ */

.video-grid.video-grid-large {
    display: grid;
    grid-template-columns: minmax(0, 900px);
    justify-content: start;
    gap: 32px;
}

.video-grid.video-grid-large .video-card {
    width: 100%;
    max-width: 900px;
    min-width: 0;
}

.video-grid.video-grid-large .video-thumb {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    display: block;
}

.video-grid.video-grid-large .video-thumb iframe {
    position: absolute;
    inset: 0;
    display: block;
    width: 100% !important;
    height: 100% !important;
    min-width: 0;
    min-height: 0;
    border: 0;
}

.video-grid.video-grid-large .video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 960px) {
    .video-grid.video-grid-large {
        grid-template-columns: minmax(0, 1fr);
    }

    .video-grid.video-grid-large .video-card {
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .video-grid.video-grid-large {
        gap: 20px;
    }

    .video-grid.video-grid-large .video-thumb {
        aspect-ratio: 16 / 9;
    }
}



/* articDJ — homepage video card */

.homepage-video-card {
    width: min(100%, 460px);
    max-width: 460px;
    overflow: hidden;
}

.homepage-video-card .video-thumb {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.homepage-video-card .video-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homepage-video-card .video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.72);
    color: #fff;
    font-size: 22px;
    pointer-events: none;
}

.homepage-video-card .video-card-content {
    padding: 18px 20px 20px;
}

.homepage-video-card h3 {
    margin: 0 0 8px;
}

.homepage-video-card p {
    margin: 0 0 16px;
}

@media (max-width: 700px) {
    .homepage-video-card {
        width: 100%;
        max-width: 460px;
    }
}

/* articDJ — end homepage video card */

/* =========================================================
   HOME — VIDEO SECTION ALIGNMENT
   ========================================================= */

.homepage-video-section-inner{
    width:var(--shell);
    margin-inline:auto;
}

.homepage-video-card{
    width:min(100%,460px);
}

.homepage-video-card .video-thumb{
    width:100%;
    aspect-ratio:16 / 9;
}

.homepage-video-card .video-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
}

@media (max-width:767px){
    .homepage-video-section-inner{
        width:92vw;
    }

    .homepage-video-card{
        width:100%;
        max-width:460px;
    }
}

/* =========================================================
   HOME — YOUTUBE VIDEO MODAL
   ========================================================= */

.video-modal{
    position:fixed;
    inset:0;
    z-index:9999;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:clamp(18px,4vw,60px);
    visibility:hidden;
    opacity:0;
    pointer-events:none;
    transition:opacity 180ms ease, visibility 180ms ease;
}

.video-modal.is-open{
    visibility:visible;
    opacity:1;
    pointer-events:auto;
}

.video-modal-backdrop{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.86);
    backdrop-filter:blur(7px);
}

.video-modal-dialog{
    position:relative;
    z-index:2;
    width:min(1100px,92vw);
}

.video-modal-player{
    position:relative;
    width:100%;
    aspect-ratio:16 / 9;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.18);
    border-radius:10px;
    background:#000;
    box-shadow:0 25px 80px rgba(0,0,0,.65);
}

.video-modal-player iframe{
    display:block;
    width:100%;
    height:100%;
    border:0;
}

.video-modal-close{
    position:absolute;
    z-index:3;
    top:-52px;
    right:0;
    display:flex;
    align-items:center;
    justify-content:center;
    width:42px;
    height:42px;
    padding:0;
    border:1px solid rgba(255,255,255,.25);
    border-radius:50%;
    color:#fff;
    background:rgba(10,10,14,.9);
    font-size:30px;
    line-height:1;
    cursor:pointer;
    transition:background 160ms ease, transform 160ms ease;
}

.video-modal-close:hover{
    background:rgba(255,255,255,.15);
    transform:scale(1.05);
}

body.video-modal-open{
    overflow:hidden;
}

@media (max-width:767px){

    .video-modal{
        padding:18px;
    }

    .video-modal-dialog{
        width:100%;
    }

    .video-modal-close{
        top:-50px;
        right:0;
    }
}

/* =========================================================
   TELEdYSKI — RESPONSIVE VIDEO GRID
   ========================================================= */

/*
 * Desktop:
 * 3 karty w rzędzie.
 *
 * Tablet:
 * 2 karty w rzędzie.
 *
 * Telefon:
 * 1 karta w rzędzie.
 *
 * Nie zmieniamy proporcji ani działania .video-thumb.
 */

.video-grid-large{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:clamp(20px,2vw,34px);
    align-items:start;
}

.video-grid-large .video-card{
    min-width:0;
    width:100%;
}

.video-grid-large .video-thumb{
    width:100%;
    aspect-ratio:16 / 9;
}

.video-grid-large .video-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

@media (max-width:1100px){

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

}

@media (max-width:700px){

    .video-grid-large{
        grid-template-columns:1fr;
    }

}


/* =========================================================
   VIDEO GRID — FINAL DESKTOP/TABLET/MOBILE
   Nadpisuje wcześniejszą definicję 900px / 1 kolumna.
   Nie zmienia playera, iframe ani modala.
   ========================================================= */

.video-grid.video-grid-large{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:clamp(22px,2vw,34px);
    align-items:start;
}

.video-grid.video-grid-large .video-card{
    width:100%;
    max-width:none;
    min-width:0;
}

.video-grid.video-grid-large .video-thumb{
    width:100%;
    aspect-ratio:16 / 9;
}

.video-grid.video-grid-large .video-thumb img,
.video-grid.video-grid-large .video-thumb iframe{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* TABLET */
@media (max-width:1100px){
    .video-grid.video-grid-large{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

/* TELEFON */
@media (max-width:700px){
    .video-grid.video-grid-large{
        grid-template-columns:1fr;
    }
}


/* =========================================================
   HOME — MULTI VIDEO GRID
   Maksymalnie 3 teledyski na stronie głównej.
   Nie wpływa na player/modal.
   ========================================================= */

.homepage-video-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:clamp(22px,2vw,34px);
    align-items:start;
}

.homepage-video-grid .homepage-video-card{
    width:100%;
    max-width:none;
    min-width:0;
}

.homepage-video-grid .homepage-video-card .video-thumb{
    width:100%;
    aspect-ratio:16 / 9;
}

.homepage-video-grid .homepage-video-card .video-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

@media (max-width:1100px){
    .homepage-video-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media (max-width:700px){
    .homepage-video-grid{
        grid-template-columns:1fr;
    }
}


/* =========================================================
   HOME — VIDEO GRID
   ========================================================= */

.homepage-video-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:clamp(20px,2vw,34px);
    align-items:start;
}

.homepage-video-grid .homepage-video-card{
    width:100%;
    max-width:none;
    min-width:0;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.12);
    border-radius:8px;
    background:rgba(16,19,29,.68);
}

.homepage-video-grid .video-thumb{
    width:100%;
    aspect-ratio:16 / 9;
}

.homepage-video-grid .video-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.homepage-video-grid .video-card-content{
    padding:18px 20px 20px;
}

.homepage-video-grid .video-card-content h3{
    margin:0 0 8px;
    font-size:22px;
    line-height:1.2;
}

.homepage-video-grid .video-card-content p{
    margin:0 0 16px;
    color:var(--muted);
}

.homepage-video-grid .video-play{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    width:54px;
    height:54px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:rgba(0,0,0,.72);
    color:#fff;
    font-size:22px;
    pointer-events:none;
}

@media (max-width:1100px){

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

}

@media (max-width:700px){

    .homepage-video-grid{
        grid-template-columns:1fr;
    }

}


/* =========================================================
   articDJ — NEWSROOM 2.0
   Galerie aktualności
   ========================================================= */

.news-public-gallery{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:20px;
    margin-top:35px;
}

.news-public-gallery figure{
    margin:0;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.12);
    border-radius:8px;
    background:#0c0e14;
}

.news-public-gallery img{
    display:block;
    width:100%;
    height:auto;
    object-fit:cover;
}

.news-youtube-player{
    margin-top:45px;
}

.news-youtube-frame{
    position:relative;
    width:100%;
    aspect-ratio:16 / 9;
    overflow:hidden;
    border-radius:8px;
    background:#000;
}

.news-youtube-frame iframe{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    border:0;
}

@media(max-width:700px){

    .news-public-gallery{
        grid-template-columns:1fr;
    }

}



/* =====================================================
   articDJ CMS ADMIN
   ===================================================== */

.admin-header {
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:18px 32px;
    border-bottom:1px solid var(--line);
    background:rgba(0,0,0,.35);
}

.admin-header .brand {
    color:var(--gold);
    font-weight:800;
    letter-spacing:1px;
}

.admin-header a {
    color:var(--text);
    text-decoration:none;
}

.admin {
    width:min(1200px,92vw);
    margin:40px auto;
}

.admin h1 {
    font-size:42px;
    margin-bottom:40px;
}

.admin-grid {
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:20px;
    margin-bottom:40px;
}

.admin-card {
    display:flex;
    flex-direction:column;
    gap:10px;
    padding:30px;
    min-height:150px;
    border:1px solid var(--line);
    border-radius:16px;
    background:var(--surface);
    color:var(--text);
    text-decoration:none;
    transition:.2s;
}

.admin-card:hover {
    border-color:var(--gold);
    transform:translateY(-3px);
}

.admin-card strong {
    font-size:42px;
    color:var(--gold);
}

.admin-card span {
    letter-spacing:2px;
    font-size:14px;
}

.admin-actions {
    display:flex;
    gap:15px;
    margin-top:30px;
}

.btn {
    display:inline-block;
    padding:12px 20px;
    border-radius:8px;
    border:1px solid var(--line);
    color:var(--text);
    text-decoration:none;
}

.btn.gold {
    background:var(--gold);
    color:#111;
}

.form-section,
.admin-list {
    background:var(--surface);
    border:1px solid var(--line);
    border-radius:16px;
    padding:25px;
    margin-bottom:25px;
}

label {
    display:block;
    margin-bottom:15px;
}

input,
textarea {
    width:100%;
    padding:12px;
    margin-top:8px;
    background:#050609;
    color:var(--text);
    border:1px solid var(--line);
    border-radius:8px;
}


/* =====================================================
   articDJ CMS - SONGS GRID
   Lista utworów 3 kolumny
===================================================== */

.song-admin-list{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:24px;
    margin-top:20px;
}

.song-admin-item{
    display:flex;
    flex-direction:column;
    gap:10px;
    padding:14px;
    background:rgba(16,19,29,.85);
    border:1px solid rgba(255,255,255,.12);
    border-radius:12px;
}

.song-admin-item img{
    width:100%;
    max-width:180px;
    aspect-ratio:1/1;
    object-fit:cover;
    border-radius:8px;
    margin:auto;
}

.song-admin-item strong{
    font-size:15px;
}

.song-admin-item span{
    color:var(--muted);
    font-size:12px;
}

.song-admin-item .status{
    font-size:11px;
    color:var(--gold);
}

.song-admin-item a{
    font-size:12px;
}


@media(max-width:1000px){

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

}


@media(max-width:600px){

    .song-admin-list{
        grid-template-columns:1fr;
    }

}


/* =====================================================
   articDJ CMS - SONGS GRID 4 KOLUMNY
===================================================== */

.song-admin-list{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:20px;
    margin-top:20px;
}

.song-admin-item{
    display:flex;
    flex-direction:column;
    gap:10px;
    padding:12px;
    background:rgba(16,19,29,.85);
    border:1px solid rgba(255,255,255,.12);
    border-radius:12px;
}

.song-admin-item img{
    width:100%;
    max-width:160px;
    aspect-ratio:1/1;
    object-fit:cover;
    border-radius:8px;
    margin:auto;
}

.song-admin-item strong{
    font-size:14px;
    line-height:1.3;
}

.song-admin-item span{
    color:var(--muted);
    font-size:11px;
}

.song-admin-item .status{
    font-size:10px;
    color:var(--gold);
}

.song-admin-item a{
    font-size:11px;
}


@media(max-width:1200px){

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

}


@media(max-width:800px){

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

}


@media(max-width:500px){

    .song-admin-list{
        grid-template-columns:1fr;
    }

}


/* =====================================================
   articDJ CMS - SONG CARDS FINAL POLISH
===================================================== */


/* hover okładki */

.song-admin-item img{
    transition:transform .25s ease, box-shadow .25s ease;
    cursor:pointer;
}


.song-admin-item:hover img{
    transform:scale(1.05);
    box-shadow:0 10px 25px rgba(0,0,0,.45);
}


/* karta utworu */

.song-admin-item{
    transition:
        border-color .25s ease,
        transform .25s ease;
}


.song-admin-item:hover{
    border-color:rgba(217,183,107,.55);
    transform:translateY(-3px);
}


/* przyciski w jednym rzędzie */

.song-admin-item a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-right:8px;
    margin-top:5px;

    padding:6px 10px;

    border:1px solid rgba(255,255,255,.18);
    border-radius:6px;

    text-decoration:none;
    font-size:11px;

    transition:
        background .2s ease,
        border-color .2s ease;
}


.song-admin-item a:hover{
    background:rgba(217,183,107,.15);
    border-color:var(--gold);
}


/* metadane */

.song-admin-item span{
    line-height:1.4;
}


/* status */

.song-admin-item .status{
    letter-spacing:.5px;
    margin-top:3px;
}


/* większy odstęp między sekcjami */

.song-admin-list{
    padding-bottom:10px;
}



/* =====================================================
   SONG ACTIONS - BUTTONS INLINE
===================================================== */

.song-admin-item{
    position:relative;
}


.song-admin-item a{
    width:auto;
    display:inline-flex;
    margin-right:8px;
    margin-top:8px;
    padding:7px 14px;
}


.song-admin-item a + a{
    margin-left:0;
}


/* usuń rozciąganie na pełną szerokość */
.song-admin-item a{
    flex:0 0 auto;
}



.song-admin-item a{
    display:inline-flex !important;
    width:auto !important;
}



.song-actions{
    display:flex;
    gap:8px;
    margin-top:8px;
}


.song-actions a{
    flex:1;
    text-align:center;
    padding:7px 10px;
}



/* YouTube lazy player */
.youtube-lazy {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #000;
}

.youtube-lazy img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.youtube-play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(217,183,107,.95);
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.youtube-lazy iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.youtube-playing {
    aspect-ratio: 16 / 9;
}



/* ==========================
   ADMIN LOGIN
   ========================== */

.login-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
}

.login-box {
    width: min(100%, 420px);
    background: var(--surface-strong);
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 32px;
}

.login-box h1 {
    margin-bottom: 28px;
}

.login-box form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.login-box input {
    width: 100%;
}

.login-box .btn {
    width: fit-content;
}




/* ==========================
   ADMIN LOGIN FIX
   ========================== */

body.install {
    min-height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:40px 20px;
}

.install-card {
    width:min(100%,420px);
    margin:0 auto;
    padding:32px;
    background:var(--surface-strong);
    border:1px solid var(--line);
    border-radius:18px;
}

.install-card form {
    display:flex;
    flex-direction:column;
    gap:18px;
}

.install-card label {
    display:flex;
    flex-direction:column;
    gap:8px;
}

.install-card input {
    width:100%;
}

.install-card .btn {
    width:max-content;
}




/* Homepage - najnowsze wydania: 4 x 2 */

.release-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:24px;
}


@media(max-width:900px){

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

}


@media(max-width:600px){

    .release-grid{
        grid-template-columns:1fr;
    }

}


/* =========================================================
   HOME - NAJNOWSZE WYDANIA
   dokładnie 4 kolumny x 2 rzędy
   ========================================================= */

#muzyka .release-grid {
    display:grid;
    grid-template-columns:repeat(4, minmax(0, 1fr));
    gap:24px;
}

#muzyka .release-card {
    width:100%;
}

#muzyka .release-cover img {
    width:100%;
    aspect-ratio:1 / 1;
    object-fit:cover;
}


@media(max-width:900px){

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

}


@media(max-width:600px){

    #muzyka .release-grid {
        grid-template-columns:1fr;
    }

}



/* Logotypy serwisów streamingowych */

.stream-logos{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:18px;
    margin-bottom:28px;
}

.stream-logos img{
    height:32px;
    width:auto;
    object-fit:contain;
    opacity:.95;
    transition:.2s ease;
}

.stream-logos img:hover{
    transform:translateY(-3px);
    opacity:1;
}


@media(max-width:600px){

    .stream-logos{
        gap:12px;
    }

    .stream-logos img{
        height:24px;
    }

}


/* Premium streaming logos - układ 2x2 */

.stream-logos{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:22px 28px;
    align-items:center;
    justify-items:center;
    width:100%;
    margin-bottom:34px;
    padding-top:20px;
}

.stream-logos img{
    width:95px;
    height:65px;
    object-fit:contain;
    display:block;
    filter:drop-shadow(0 0 12px rgba(255,200,80,.25));
    transition:.25s ease;
}

.stream-logos img:hover{
    transform:scale(1.08);
}


@media(max-width:600px){

    .stream-logos{
        gap:15px;
    }

    .stream-logos img{
        width:75px;
        height:50px;
    }

}



/* Premium streaming logos - powiększenie zawartości PNG */

.stream-logos{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:10px 25px;
    align-items:center;
    justify-items:center;
    width:100%;
    margin-bottom:35px;
    padding-top:25px;
}


.stream-logos img{
    width:180px;
    height:100px;
    object-fit:contain;
    transform:scale(1.8);
    filter:drop-shadow(0 0 14px rgba(255,200,80,.35));
    transition:.25s ease;
}


.stream-logos img:hover{
    transform:scale(2);
}


@media(max-width:600px){

    .stream-logos img{
        width:120px;
        height:70px;
        transform:scale(1.5);
    }

}




/* Streaming premium - cztery pola 2x2 */

.stream-logos{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    grid-template-rows:repeat(2, 110px);
    gap:18px;
    width:100%;
    margin:25px 0 35px;
}


.stream-logos img{

    width:100%;
    height:100%;

    object-fit:contain;

    display:flex;
    align-items:center;
    justify-content:center;

    padding:12px;

    filter:
    drop-shadow(0 0 12px rgba(255,200,80,.35));

}



@media(max-width:600px){

    .stream-logos{
        grid-template-rows:repeat(2,90px);
        gap:12px;
    }

}



/* FINAL STREAMING PREMIUM GRID */

.hero-panel .stream-logos{
    display:grid !important;
    grid-template-columns:repeat(2, 1fr) !important;
    grid-template-rows:repeat(2, 120px) !important;
    gap:20px !important;
    width:100% !important;
    margin:30px 0 35px !important;
    padding:0 !important;
}


.hero-panel .stream-logos img{
    width:140px !important;
    height:90px !important;
    object-fit:contain !important;
    display:block !important;
    margin:auto !important;
    transform:none !important;
    filter:drop-shadow(0 0 12px rgba(255,200,80,.35)) !important;
}


.hero-panel .stream-logos img:hover{
    transform:scale(1.08) !important;
}


@media(max-width:700px){

.hero-panel .stream-logos{
    grid-template-rows:repeat(2,90px) !important;
}

.hero-panel .stream-logos img{
    width:100px !important;
    height:70px !important;
}

}




/* STREAMING LOGOS - FINAL SIZE */

.hero-panel .stream-logos{
    display:grid !important;
    grid-template-columns:repeat(2, 1fr) !important;
    grid-template-rows:repeat(2, 150px) !important;
    gap:15px !important;
    margin:20px 0 35px !important;
}


.hero-panel .stream-logos img{
    width:220px !important;
    height:130px !important;
    object-fit:contain !important;
    justify-self:center !important;
    align-self:center !important;
    transform:none !important;
    filter:drop-shadow(0 0 15px rgba(255,200,80,.45)) !important;
}


@media(max-width:700px){

.hero-panel .stream-logos{
    grid-template-rows:repeat(2,110px) !important;
}

.hero-panel .stream-logos img{
    width:150px !important;
    height:90px !important;
}

}




/* STREAMING LOGOS - EXTRA LARGE */

.hero-panel .stream-logos{
    display:grid !important;
    grid-template-columns:repeat(2, 1fr) !important;
    grid-template-rows:repeat(2, 170px) !important;
    gap:5px !important;
    margin:10px 0 35px !important;
}


.hero-panel .stream-logos img{
    width:330px !important;
    height:170px !important;
    object-fit:contain !important;
    justify-self:center !important;
    align-self:center !important;
    transform:scale(2.8) !important;
    filter:drop-shadow(0 0 18px rgba(255,200,80,.55)) !important;
}


.hero-panel .stream-logos img:hover{
    transform:scale(3) !important;
}




/* STREAM LOGOS FINAL OVERRIDE */

.hero-panel .stream-logos{
    display:grid !important;
    grid-template-columns:repeat(2, 1fr) !important;
    grid-template-rows:repeat(2, 110px) !important;
    gap:20px !important;
    margin:20px 0 35px !important;
    transform:none !important;
}


.hero-panel .stream-logos img{
    width:160px !important;
    height:100px !important;
    object-fit:contain !important;
    justify-self:center !important;
    align-self:center !important;
    transform:scale(1) !important;
    filter:none !important;
}


.hero-panel .stream-logos img:hover{
    transform:scale(1.05) !important;
}




/* STREAM LOGOS - MEDIUM PREMIUM SIZE */

.hero-panel .stream-logos{
    display:grid !important;
    grid-template-columns:repeat(2, 1fr) !important;
    grid-template-rows:repeat(2, 140px) !important;
    gap:10px !important;
    margin:20px 0 35px !important;
}


.hero-panel .stream-logos img{
    width:240px !important;
    height:130px !important;
    object-fit:contain !important;
    justify-self:center !important;
    align-self:center !important;
    transform:scale(1.35) !important;
    filter:drop-shadow(0 0 10px rgba(255,200,80,.35)) !important;
}


.hero-panel .stream-logos img:hover{
    transform:scale(1.45) !important;
}




/* STREAMING PANEL PREMIUM GLOW */

.hero-panel{
    position:relative;
    overflow:hidden;
}


.hero-panel .stream-logos{
    position:relative;
    z-index:2;
}


.hero-panel .stream-logos::before{
    content:"";
    position:absolute;
    inset:10px 20px;
    background:
        radial-gradient(
            circle,
            rgba(255,210,120,.18) 0%,
            rgba(255,180,80,.08) 35%,
            transparent 70%
        );
    filter:blur(25px);
    z-index:-1;
}


.hero-panel .stream-logos img{
    filter:
        drop-shadow(0 0 8px rgba(255,220,130,.35))
        drop-shadow(0 0 18px rgba(255,180,80,.18)) !important;
}




/* ================================
   STREAM PANEL ALIGN + DROPDOWN
   ================================ */


.hero-panel{
    min-height:460px !important;
    display:flex !important;
    flex-direction:column !important;
}


.hero-panel .stream-logos{
    margin-top:25px !important;
    margin-bottom:20px !important;
}


.hero-panel > strong{
    margin-top:auto !important;
}


.stream-select{
    position:relative;
    margin-top:22px;
}


.stream-current{
    width:100%;
    padding:14px 18px;
    background:#15151d;
    border:1px solid rgba(255,220,150,.25);
    color:#fff;
    border-radius:6px;
    display:flex;
    justify-content:space-between;
    cursor:pointer;
}


.stream-options{
    display:none;
    position:absolute;
    left:0;
    right:0;
    bottom:100%;
    background:#101018;
    border:1px solid rgba(255,220,150,.25);
    border-radius:6px;
    overflow:hidden;
    z-index:50;
}


.stream-options a{
    display:block;
    padding:12px 16px;
    color:#fff;
}


.stream-options a:hover{
    background:rgba(220,180,80,.15);
}


.stream-select:hover .stream-options{
    display:block;
}




/* STREAM PANEL ALIGN WITH RELEASE CARD */

.hero-panel{
    display:flex !important;
    flex-direction:column !important;
    justify-content:flex-start !important;
}


.hero-panel .stream-logos{
    margin-top:25px !important;
    margin-bottom:25px !important;
}


.hero-panel > strong{
    margin-top:0 !important;
    margin-bottom:25px !important;
}


.hero-panel .stream-select{
    margin-top:auto !important;
}




.stream-select{
    position:relative;
}


.stream-current{
    width:100%;
    padding:14px 18px;
    background:#15151d;
    color:#fff;
    border:1px solid rgba(255,220,150,.25);
    border-radius:6px;
    display:flex;
    justify-content:space-between;
    cursor:pointer;
}


.stream-options{
    display:none;
    position:absolute;
    left:0;
    right:0;
    bottom:100%;
    background:#101018;
    border:1px solid rgba(255,220,150,.25);
    z-index:100;
}


.stream-options a{
    display:block;
    padding:12px 16px;
    color:#fff;
}


.stream-select:hover .stream-options{
    display:block;
}




/* OPERA / LARGE DESKTOP FIX */

@media (min-width:1200px){

.hero-shell{
    grid-template-columns: 1.2fr 0.75fr 0.9fr !important;
    align-items:start !important;
}


.hero-copy h1{
    font-size: clamp(70px,5vw,120px) !important;
    line-height:.85 !important;
}


.hero-release{
    min-width:360px !important;
}


.hero-panel{
    min-width:380px !important;
}


.hero-panel .stream-logos{
    display:grid !important;
    grid-template-columns:repeat(2,1fr) !important;
    gap:30px !important;
}


.hero-panel .stream-logos img{
    width:170px !important;
    height:120px !important;
    object-fit:contain !important;
}


.hero-panel .panel-label{
    margin-top:30px !important;
}


.hero-panel h2{
    font-size:36px !important;
    line-height:1.1 !important;
}


}


/* END OPERA FIX */



.brand-card{
    display:flex;
    align-items:center;
    gap:25px;
    justify-content:center;
}


.brand-photo img{
    width:150px;
    height:150px;
    border-radius:50%;
    object-fit:cover;
    border:1px solid rgba(255,255,255,.15);
}


.brand-info h3{
    font-size:28px;
    margin:0 0 10px;
}


.brand-info p{
    margin-bottom:20px;
}


@media(max-width:900px){

.brand-card{
    flex-direction:column;
    text-align:center;
}

}




/* BRZMIENIE ARTICDJ - LINK STYLE */

.brand-card{
    align-items:center !important;
}


.brand-info .button-primary{
    background:none !important;
    border:none !important;
    border-radius:0 !important;
    padding:0 0 8px 0 !important;

    color:#d8ad55 !important;
    font-weight:700 !important;
    font-size:18px !important;

    display:inline-block !important;
    position:relative !important;
}


.brand-info .button-primary::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;

    width:100%;
    height:1px;

    background:#d8ad55;
}


.brand-info .button-primary:hover{
    color:#ffffff !important;
}




/* ALIGN ABOUT LINK WITH SECTION LINKS */

.brand-card{
    min-height:220px !important;
}


.brand-info{
    display:flex;
    flex-direction:column;
    justify-content:center;
}




/* BRZMIENIE ARTICDJ - OFFICIAL LOGO */

.brand-card{
    display:flex;
    align-items:center;
    gap:45px;
}


.brand-photo img{
    width:170px;
    height:170px;
    object-fit:cover;
    border-radius:50%;
}


.brand-info{
    display:flex;
    flex-direction:column;
    justify-content:center;
}


.brand-logo{
    width:240px;
    height:auto;
    margin-bottom:25px;
}


.brand-about-link{
    color:#d8ad55;
    font-size:20px;
    font-weight:700;
    text-decoration:none;

    display:inline-block;
    width:max-content;

    padding-bottom:10px;
    margin-bottom:30px;

    border-bottom:1px solid #d8ad55;
}


.brand-about-link:hover{
    color:#ffffff;
}


.brand-info p{
    font-size:20px;
    line-height:1.6;
    margin:0;
}



@media(max-width:900px){

.brand-card{
    flex-direction:column;
    text-align:center;
}

.brand-info{
    align-items:center;
}

}





.brand-logo{
    display:block !important;
    width:240px !important;
    height:auto !important;
    margin:0 0 25px 0 !important;
}


.brand-info h3{
    display:none !important;
}


.brand-about-link{
    color:#d8ad55 !important;
    font-size:20px !important;
    font-weight:700 !important;
    text-decoration:none !important;
    display:inline-block !important;
    padding-bottom:10px !important;
    margin-bottom:25px !important;
    border-bottom:1px solid #d8ad55 !important;
}




/* O MNIE LINK - ALIGN LIKE OTHER SECTION LINKS */

.brand-info{
    align-items:flex-start !important;
}


.brand-about-link{
    color:#d8ad55 !important;
    font-size:20px !important;
    font-weight:700 !important;
    text-decoration:none !important;

    display:inline-flex !important;
    align-items:center !important;
    gap:8px !important;

    margin-top:10px !important;
    margin-bottom:25px !important;

    padding:0 0 10px 0 !important;

    border-bottom:1px solid #d8ad55 !important;
}


.brand-about-link::after{
    content:"→";
    color:#d8ad55;
    font-size:18px;
    transition:.2s ease;
}


.brand-about-link:hover::after{
    transform:translateX(4px);
}




/* BRZMIENIE ARTICDJ - FINAL ALIGN */

.brand-card{
    display:flex !important;
    align-items:center !important;
}


.brand-info{
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
}


.brand-logo{
    width:240px !important;
    height:auto !important;
    margin-bottom:25px !important;
}


.brand-about-link{
    order:3 !important;

    align-self:flex-end !important;

    color:#d8ad55 !important;
    font-size:20px !important;
    font-weight:700 !important;

    display:inline-flex !important;
    align-items:center !important;
    gap:8px !important;

    text-decoration:none !important;

    margin-top:10px !important;
    padding-bottom:10px !important;

    border-bottom:1px solid #d8ad55 !important;
}


.brand-about-link::after{
    content:"→";
    color:#d8ad55;
    font-size:18px;
}


.brand-info p{
    order:2 !important;
}




/* FIX O MNIE BUTTON FINAL */

.brand-info{
    position:relative !important;
    min-width:280px !important;
}


.brand-about-link{
    position:relative !important;

    display:block !important;

    width:max-content !important;

    margin-left:auto !important;
    margin-top:15px !important;

    color:#d8ad55 !important;

    font-size:20px !important;
    font-weight:700 !important;

    text-decoration:none !important;

    padding:0 22px 10px 0 !important;

    border-bottom:1px solid #d8ad55 !important;
}


.brand-about-link::after{
    content:"→" !important;

    position:absolute !important;

    right:0 !important;
    bottom:8px !important;

    color:#d8ad55 !important;

    font-size:18px !important;

    display:block !important;
}


.brand-about-link:hover{
    color:#ffffff !important;
}


.brand-about-link:hover::after{
    color:#ffffff !important;
}




/* O MNIE - SAME STYLE AS SECTION LINKS */

.brand-info{
    display:flex !important;
    flex-direction:column !important;
}


.brand-about-link{
    align-self:flex-end !important;

    margin-top:20px !important;

    display:inline-flex !important;
    align-items:center !important;
    gap:8px !important;

    color:#d8ad55 !important;

    font-size:20px !important;
    font-weight:700 !important;

    text-decoration:none !important;

    padding-bottom:8px !important;

    border-bottom:1px solid #d8ad55 !important;
}


.brand-about-link span{
    color:#d8ad55 !important;
    font-size:20px !important;
}


.brand-about-link:hover{
    color:#fff !important;
}




/* FINAL BRAND INFO ORDER */

.brand-info{
    display:flex !important;
    flex-direction:column !important;
    width:320px !important;
}


.brand-logo{
    order:1 !important;
    margin-bottom:25px !important;
}


.brand-info p{
    order:2 !important;
    margin:0 !important;
}


.brand-about-link{
    order:3 !important;

    align-self:flex-end !important;

    margin-top:25px !important;

    display:inline-flex !important;
    align-items:center !important;
    gap:8px !important;

    color:#d8ad55 !important;

    font-size:20px !important;
    font-weight:700 !important;

    text-decoration:none !important;

    padding-bottom:8px !important;

    border-bottom:1px solid #d8ad55 !important;
}


.brand-about-link span{
    color:#d8ad55 !important;
}




/* O MNIE - FINAL RIGHT ALIGN */

.brand-info{
    position:relative !important;
    display:flex !important;
    flex-direction:column !important;
    width:320px !important;
}


.brand-about-link{
    order:3 !important;

    align-self:flex-end !important;

    margin-top:25px !important;
    margin-left:auto !important;

    display:flex !important;
    align-items:center !important;
    gap:10px !important;

    color:#d8ad55 !important;
    font-size:20px !important;
    font-weight:700 !important;

    text-decoration:none !important;

    padding:0 0 8px 0 !important;

    border-bottom:1px solid #d8ad55 !important;
}


.brand-about-link span{
    display:inline-block !important;
    color:#d8ad55 !important;
    font-size:20px !important;
}


.brand-logo{
    order:1 !important;
}


.brand-info p{
    order:2 !important;
}




.brand-info{
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
}


.brand-logo{
    order:1 !important;
}


.brand-role{
    order:2 !important;
    margin:25px 0 0 0 !important;
}


.brand-about-link{
    order:3 !important;

    align-self:flex-end !important;

    margin-top:20px !important;

    display:inline-flex !important;
    gap:8px !important;
    align-items:center !important;

    color:#d8ad55 !important;
    font-size:20px !important;
    font-weight:700 !important;

    text-decoration:none !important;
}


.brand-about-link span{
    color:#d8ad55 !important;
}




.brand-info{
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
}


.brand-logo{
    order:1 !important;
}


.brand-role{
    order:2 !important;
    margin-top:25px !important;
}


.brand-about-link{
    order:3 !important;

    align-self:flex-end !important;

    margin-top:20px !important;

    display:flex !important;
    align-items:center !important;
    gap:8px !important;

    color:#d8ad55 !important;
    font-size:20px !important;
    font-weight:700 !important;

    text-decoration:none !important;
}


.brand-about-link span{
    color:#d8ad55 !important;
}




/* BRZMIENIE ARTICDJ - BIGGER PHOTO */

.brand-photo img{
    width:260px !important;
    height:260px !important;
    border-radius:50% !important;
    object-fit:cover !important;
}


.brand-card{
    gap:55px !important;
}


@media(max-width:900px){

.brand-photo img{
    width:200px !important;
    height:200px !important;
}

}




/* BRZMIENIE ARTICDJ - PORTRAIT PHOTO */

.brand-photo img{
    width:240px !important;
    height:320px !important;

    border-radius:12px !important;

    object-fit:cover !important;

    border:1px solid rgba(255,255,255,.15) !important;
}


.brand-card{
    gap:55px !important;
}


@media(max-width:900px){

.brand-photo img{
    width:200px !important;
    height:260px !important;
}

}




/* BRZMIENIE ARTICDJ - WIDER PORTRAIT PHOTO */

.brand-photo img{
    width:300px !important;
    height:360px !important;

    border-radius:12px !important;

    object-fit:cover !important;

    border:1px solid rgba(255,255,255,.15) !important;
}


.brand-card{
    gap:60px !important;
}


@media(max-width:900px){

.brand-photo img{
    width:240px !important;
    height:300px !important;
}

}




/* ABOUT PAGE FINAL STYLE */

.about-hero{
    display:grid;
    grid-template-columns:380px 1fr;
    gap:70px;
    align-items:center;

    padding:90px 0;
}


.about-image img{

    width:320px;
    height:420px;

    object-fit:cover;

    border-radius:14px;

    border:1px solid rgba(255,255,255,.15);
}


.about-content{
    max-width:750px;
}


.about-logo{

    width:280px !important;

    height:auto;

    margin-bottom:35px;

}


.about-content h1{

    font-size:64px;

    line-height:1.05;

    margin:20px 0;

}


.about-content p{

    font-size:20px;

    line-height:1.7;

    color:#c7d2e5;

}


.about-section{

    padding:70px 0;

    border-top:1px solid rgba(255,255,255,.08);

}


.about-section h2{

    font-size:48px;

}


@media(max-width:900px){

.about-hero{

grid-template-columns:1fr;

}


.about-image img{

width:260px;

height:340px;

}


.about-content h1{

font-size:42px;

}

}




/* CMS video cards */

.admin-grid {
    align-items: stretch;
}


.admin-grid .admin-card {
    display:flex;
    flex-direction:column;
    min-height:260px;
}


.admin-grid .admin-card strong {
    display:block;
    line-height:1.25;
    min-height:90px;
    word-break:break-word;
}


.admin-grid .admin-card p {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    margin-top:10px;
}


.admin-grid .admin-actions {
    margin-top:auto;
    display:flex;
    gap:10px;
    padding-top:20px;
}


.admin-grid .btn {
    padding:10px 18px;
    font-size:14px;
}




/* poprawka kafelków teledysków CMS */

.admin-grid .admin-card {
    height: 260px;
    min-height: 260px;
    max-height: 260px;
    overflow: hidden;
    display:flex;
    flex-direction:column;
}


.admin-grid .admin-card strong {
    display:block;
    height:110px;
    overflow:hidden;
    line-height:1.25;
    word-break:break-word;
}


.admin-grid .admin-card p {
    margin-top:10px;
    height:30px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}


.admin-grid .admin-actions {
    margin-top:auto;
}




.video-thumb {
    width:100%;
    height:120px;
    object-fit:cover;
    border-radius:10px;
    margin-bottom:12px;
}



.video-card {
    overflow:hidden;
}

.video-thumb {
    width:100%;
    aspect-ratio:16/9;
    object-fit:cover;
    border-radius:10px;
    margin-bottom:15px;
}

.card-actions {
    display:flex;
    gap:10px;
    margin-top:20px;
}


.video-card {
    overflow:hidden;
}

.video-thumb {
    width:100%;
    aspect-ratio:16/9;
    object-fit:cover;
    border-radius:10px;
    margin-bottom:15px;
}

.card-actions {
    display:flex;
    gap:10px;
    margin-top:20px;
}


.video-card {
    overflow:hidden;
}

.video-thumb {
    width:100%;
    height:120px;
    object-fit:cover;
    border-radius:10px;
    margin-bottom:12px;
}


.video-card .video-thumb {
    width:100%;
    height:120px;
    object-fit:cover;
    display:block;
    border-radius:10px;
    margin-bottom:15px;
}



/* poprawka miniatur CMS teledyski */

.video-card {
    height:auto !important;
    min-height:360px !important;
    overflow:hidden !important;
}


.video-card .video-thumb {
    display:block !important;
    width:100% !important;
    height:160px !important;
    object-fit:cover !important;
    border-radius:10px;
    margin-bottom:15px;
}



/* ===== CMS TELEDYSKI - UKŁAD 4 KOLUMNY ===== */

.admin-grid {
    display:grid;
    grid-template-columns:repeat(4, minmax(220px, 1fr));
    gap:18px;
    align-items:stretch;
}


/* karta video */

.video-card {
    display:flex;
    flex-direction:column;
    min-height:360px;
    overflow:hidden;
}


/* miniatura YouTube */

.video-thumb {
    width:100%;
    height:140px;
    object-fit:cover;
    border-radius:10px;
    margin-bottom:15px;
}


/* tytuł */

.video-card strong {
    display:block;
    font-size:22px;
    line-height:1.25;
    color:#d8b35a;
    min-height:60px;
    overflow:hidden;
}


/* link youtube */

.video-card p {
    margin-top:10px;
    font-size:14px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}


/* przyciski na dole */

.video-card .admin-actions,
.video-card .card-actions {
    margin-top:auto;
    padding-top:18px;
    display:flex;
    gap:10px;
}


.video-card .btn {
    flex:1;
    text-align:center;
    padding:10px;
}


/* responsywność */

@media(max-width:1200px){

    .admin-grid {
        grid-template-columns:repeat(3, minmax(220px,1fr));
    }

}


@media(max-width:850px){

    .admin-grid {
        grid-template-columns:repeat(2, minmax(200px,1fr));
    }

}


@media(max-width:550px){

    .admin-grid {
        grid-template-columns:1fr;
    }

}



/* ===== FINAL VIDEO CMS CARDS ===== */


.admin-grid {
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:16px;
}


.video-card {
    height:340px;
    min-height:340px;
    display:flex;
    flex-direction:column;
    padding:16px;
    overflow:hidden;
}


/* miniatura */

.video-card .video-thumb {
    width:100%;
    height:130px;
    object-fit:cover;
    border-radius:8px;
    flex-shrink:0;
}


/* tytuł */

.video-card strong {
    margin-top:14px;
    font-size:18px;
    line-height:1.25;
    min-height:50px;
    max-height:55px;
    overflow:hidden;
    color:#d8b35a;
}


/* link */

.video-card p {
    margin-top:12px;
    font-size:13px;
    color:#ddd;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}


/* przyciski */

.video-card .admin-actions {
    margin-top:auto;
    display:flex;
    gap:10px;
}


.video-card .btn {
    padding:9px 20px;
    font-size:13px;
}


@media(max-width:1200px){
.admin-grid{
grid-template-columns:repeat(3,1fr);
}
}


@media(max-width:800px){
.admin-grid{
grid-template-columns:repeat(2,1fr);
}
}


@media(max-width:500px){
.admin-grid{
grid-template-columns:1fr;
}
}




/* ===== PRZYWRÓCENIE PRZYCISKÓW VIDEO CMS ===== */


.video-card {
    height:360px;
    min-height:360px;
    overflow:hidden;
}


.video-card .admin-actions,
.video-card .card-actions {
    display:flex;
    gap:10px;
    margin-top:auto;
    padding-top:15px;
    position:relative;
    z-index:5;
}


.video-card .btn {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    height:34px;
    padding:0 22px;
    border-radius:6px;
}


.video-card p {
    margin-bottom:0;
}


/* jeżeli stary CSS chowa akcje */

.video-card a {
    visibility:visible;
    opacity:1;
}




/* ===== PODNIESIENIE PRZYCISKÓW W KARTACH VIDEO ===== */


.video-card {
    height:300px;
    min-height:300px;
}


.video-card .video-thumb {
    height:120px;
}


.video-card strong {
    min-height:45px;
    max-height:55px;
}


.video-card p {
    margin-top:8px;
    margin-bottom:8px;
}


/* przyciski wyżej */

.video-card .admin-actions,
.video-card .card-actions {
    margin-top:10px;
    padding-top:0;
}




/* FINAL - poprawa przycisków CMS video */


.video-card {
    height:260px !important;
    min-height:260px !important;
    max-height:none !important;
    overflow:visible !important;
    display:flex;
    flex-direction:column;
}


.video-card .video-thumb {
    height:110px !important;
    flex-shrink:0;
}


.video-card strong {
    margin-top:12px;
    min-height:auto !important;
    height:auto !important;
    max-height:55px;
    overflow:hidden;
}


.video-card p {
    height:auto !important;
    max-height:25px;
    overflow:hidden;
    margin:8px 0;
}


.video-card .admin-actions,
.video-card .card-actions {
    position:relative;
    margin-top:auto !important;
    padding-top:10px !important;
    padding-bottom:10px !important;
    display:flex !important;
    gap:10px;
}


.video-card .btn {
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    height:32px;
    padding:0 18px;
}




/* CMS VIDEO - finalny układ karty */


.video-card {
    height:320px !important;
    min-height:320px !important;
    overflow:hidden !important;
}


.video-card .video-thumb {
    height:110px !important;
    width:100%;
    object-fit:cover;
    flex-shrink:0;
}


.video-card strong {
    display:block;
    margin-top:14px;
    line-height:1.25;
    height:45px !important;
    overflow:hidden;
}


.video-card p {
    display:block;
    margin-top:8px;
    font-size:12px;
    opacity:.8;
    height:25px !important;
    overflow:hidden;
}


.video-card .admin-actions,
.video-card .card-actions {
    margin-top:auto !important;
    padding-top:15px !important;
}




/* CMS VIDEO - kompaktowe karty */


.video-card {
    height:250px !important;
    min-height:250px !important;
}


.video-card .video-thumb {
    height:85px !important;
    border-radius:8px;
}


.video-card strong {
    margin-top:10px !important;
    height:40px !important;
    font-size:15px;
}


.video-card p {
    margin-top:5px !important;
    font-size:11px;
    height:20px !important;
}


.video-card .admin-actions {
    padding-top:5px !important;
}


.video-card .btn {
    height:30px;
    padding:0 15px;
    font-size:12px;
}




/* CMS VIDEO - poprawka tekstu */


.video-card {
    height:280px !important;
    min-height:280px !important;
}


.video-card .video-thumb {
    height:90px !important;
}


.video-card strong {
    display:block;
    margin-top:12px !important;
    height:auto !important;
    max-height:45px;
    overflow:hidden;
    line-height:1.25;
}


.video-card p {
    display:block;
    height:22px !important;
    margin-top:8px !important;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}


.video-card .admin-actions {
    margin-top:auto !important;
    padding-top:10px !important;
}



/* =========================================================
   SEARCH
   ========================================================= */

.search-form {
    display: flex;
    gap: 14px;
    align-items: center;
    max-width: 900px;
    margin: 30px 0 45px;
}

.search-form input[type="search"] {
    flex: 1;
    min-width: 0;
    padding: 15px 18px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 8px;
    background: rgba(255,255,255,.035);
    color: #fff;
    font: inherit;
    outline: none;
}

.search-form input[type="search"]:focus {
    border-color: rgba(220,185,100,.75);
}

.search-summary {
    margin: 0 0 35px;
}

.search-empty {
    padding: 35px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 14px;
    margin-top: 30px;
}



/* ============================================================
   articDJ — HERO
   Równa wysokość: „Najnowszy singiel” + „Słuchaj wszędzie”
   ============================================================ */

@media (min-width: 901px) {

    .hero-wide .hero-shell {
        align-items: stretch;
    }

    .hero-wide .hero-release,
    .hero-wide .hero-panel {
        height: 100%;
        min-height: 0;
        box-sizing: border-box;
        align-self: stretch;
    }

    .hero-wide .hero-release {
        display: flex;
        flex-direction: column;
    }

    .hero-wide .hero-panel {
        display: flex;
        flex-direction: column;
    }

    /*
     * Panel streamingowy ma się rozciągnąć razem
     * z kartą najnowszego singla.
     */
    .hero-wide .hero-release,
    .hero-wide .hero-panel {
        margin-top: 0;
        margin-bottom: 0;
    }

    /*
     * Wewnątrz karty streamingowej:
     * logo zostają na górze,
     * a dolna część pozostaje przy dole karty.
     */
    .hero-wide .hero-panel .stream-select {
        margin-top: auto;
    }

}


/* ============================================================
   Telefon / tablet — pozostawiamy naturalną wysokość
   ============================================================ */

@media (max-width: 900px) {

    .hero-wide .hero-release,
    .hero-wide .hero-panel {
        height: auto;
        min-height: 0;
    }

}


/* ============================================================
   articDJ — lokalny odtwarzacz audio
   ============================================================ */

.articdj-audio-player {
    width: 100%;
    max-width: 620px;
    box-sizing: border-box;
    margin-top: 22px;
    padding: 14px 16px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 12px;
    background: rgba(15,17,24,.88);
    box-shadow: 0 10px 30px rgba(0,0,0,.20);
}

.audio-player-title {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 12px;
}

.audio-player-label {
    font-size: 9px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #d9b45f;
    font-weight: 700;
}

.audio-player-title strong {
    font-size: 14px;
    line-height: 1.25;
    color: #fff;
}

.audio-player-controls {
    display: flex;
    align-items: center;
    gap: 8px;
}

.audio-control {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 7px;
    background: #151720;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.audio-control:hover {
    border-color: #d9b45f;
    color: #d9b45f;
}

.audio-time {
    min-width: 34px;
    font-size: 10px;
    color: rgba(255,255,255,.65);
    text-align: center;
}

.audio-progress {
    flex: 1;
    min-width: 60px;
    accent-color: #d9b45f;
    cursor: pointer;
}

.audio-volume-icon {
    font-size: 12px;
    opacity: .75;
}

.audio-volume {
    width: 65px;
    accent-color: #d9b45f;
    cursor: pointer;
}

.audio-player-message {
    margin-top: 10px;
    font-size: 11px;
    color: #d9b45f;
}

.audio-play-trigger:disabled {
    opacity: .5;
    cursor: not-allowed;
}


@media (max-width: 900px) {

    .articdj-audio-player {
        margin-top: 18px;
    }

    .audio-player-controls {
        flex-wrap: wrap;
    }

    .audio-progress {
        order: 10;
        flex-basis: 100%;
    }

    .audio-volume {
        width: 70px;
    }

}


@media (max-width: 520px) {

    .audio-player-title strong {
        font-size: 13px;
    }

    .audio-volume-icon {
        display: none;
    }

    .audio-volume {
        width: 55px;
    }

}



/* ============================================================
   articDJ AUDIO PLAYER
   ============================================================ */

.hero-audio-player {

    width: 100%;
    max-width: 430px;

    margin-top: 18px;

    padding: 9px 11px;

    box-sizing: border-box;

    display: flex;
    align-items: center;

    gap: 11px;

    border: 1px solid rgba(255,255,255,.14);

    border-radius: 9px;

    background: rgba(15,17,24,.86);

    box-shadow:
        0 8px 25px rgba(0,0,0,.22);
}

.hero-audio-cover {

    width: 52px;
    height: 52px;

    min-width: 52px;

    overflow: hidden;

    border-radius: 6px;

    border:
        1px solid rgba(216,180,91,.55);
}

.hero-audio-cover img {

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
}

.hero-audio-cover-placeholder {

    width: 100%;
    height: 100%;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #d8b45b;

    font-size: 8px;
}

.hero-audio-main {

    flex: 1;

    min-width: 0;
}

.hero-audio-title {

    display: flex;

    flex-direction: column;

    gap: 2px;

    margin-bottom: 6px;
}

.hero-audio-title span {

    color: #d8b45b;

    font-size: 8px;

    font-weight: 700;

    letter-spacing: 1px;
}

.hero-audio-title strong {

    color: #f5f3ee;

    font-size: 12px;

    line-height: 1.2;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;
}

.hero-audio-controls {

    display: flex;

    align-items: center;

    gap: 5px;
}

.hero-audio-button {

    width: 27px;
    height: 27px;

    min-width: 27px;

    padding: 0;

    display: flex;

    align-items: center;
    justify-content: center;

    border:
        1px solid rgba(255,255,255,.18);

    border-radius: 5px;

    background:
        rgba(255,255,255,.04);

    color: #fff;

    cursor: pointer;

    font-size: 10px;
}

.hero-audio-button:hover {

    border-color: #d8b45b;
}

.hero-audio-button.play {

    background:
        linear-gradient(
            135deg,
            #e1c36d,
            #6bd0e5
        );

    border-color: transparent;

    color: #08090c;
}

#hero-audio-progress {

    width: 100%;

    height: 3px;

    display: block;

    accent-color: #d8b45b;

    cursor: pointer;
}

.hero-audio-track {

    flex: 1;

    min-width: 0;
}

.hero-audio-time {

    display: flex;

    justify-content: space-between;

    margin-top: 2px;

    color:
        rgba(255,255,255,.48);

    font-size: 8px;
}

@media (max-width: 700px) {

    .hero-audio-player {

        max-width: 100%;
    }
}


/* ============================================================
   articDJ — HERO / AUDIO PLAYER FINAL LAYOUT
   Player pod "Music from the heart"
   ============================================================ */

.hero-wide .hero-shell {
    display: grid !important;

    grid-template-columns:
        minmax(0, 1.15fr)
        minmax(300px, 0.82fr)
        minmax(300px, 0.82fr) !important;

    grid-template-areas:
        "copy release panel"
        "player release panel" !important;

    column-gap: 40px !important;
    row-gap: 22px !important;

    align-items: stretch !important;
}

/* ------------------------------------------------------------
   LEWA GÓRNA — MUSIC FROM THE HEART
   ------------------------------------------------------------ */

.hero-wide .hero-copy {
    grid-area: copy !important;

    align-self: start !important;

    min-width: 0 !important;
}

/* ------------------------------------------------------------
   LEWA DOLNA — AUDIO PLAYER
   ------------------------------------------------------------ */

.hero-wide .hero-audio-player {
    grid-area: player !important;

    align-self: start !important;

    width: 100% !important;
    max-width: none !important;

    box-sizing: border-box !important;

    margin: 0 !important;

    min-width: 0 !important;

    position: relative !important;

    z-index: 5 !important;
}

/* ------------------------------------------------------------
   ŚRODKOWA KARTA — NAJNOWSZY SINGIEL
   ------------------------------------------------------------ */

.hero-wide .hero-release {
    grid-area: release !important;

    height: 100% !important;

    box-sizing: border-box !important;

    align-self: stretch !important;

    min-width: 0 !important;
}

/* ------------------------------------------------------------
   PRAWA KARTA — SŁUCHAJ WSZĘDZIE
   ------------------------------------------------------------ */

.hero-wide .hero-panel {
    grid-area: panel !important;

    height: 100% !important;

    box-sizing: border-box !important;

    align-self: stretch !important;

    min-width: 0 !important;
}

/* ------------------------------------------------------------
   PLAYER — WYGODNA SZEROKOŚĆ I UKŁAD
   ------------------------------------------------------------ */

.hero-wide .hero-audio-player {
    display: grid !important;

    grid-template-columns: 88px minmax(0, 1fr) !important;

    grid-template-rows: auto auto !important;

    column-gap: 18px !important;
    row-gap: 12px !important;

    padding: 18px !important;

    border: 1px solid rgba(255,255,255,.16) !important;

    border-radius: 12px !important;

    background:
        linear-gradient(
            135deg,
            rgba(20,25,34,.96),
            rgba(10,12,18,.98)
        ) !important;

    box-shadow:
        0 18px 45px rgba(0,0,0,.22) !important;
}

/* Mała okładka */

.hero-wide .hero-audio-cover {
    width: 88px !important;
    height: 88px !important;

    grid-column: 1 !important;
    grid-row: 1 !important;

    overflow: hidden !important;

    border-radius: 8px !important;
}

.hero-wide .hero-audio-cover img {
    display: block !important;

    width: 100% !important;
    height: 100% !important;

    object-fit: cover !important;
}

/* Informacje playera */

.hero-wide .hero-audio-main {
    grid-column: 2 !important;
    grid-row: 1 !important;

    min-width: 0 !important;

    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

/* Tytuł / POSŁUCHAJ */

.hero-wide .hero-audio-heading {
    min-width: 0 !important;
}

.hero-wide .hero-audio-heading span {
    display: block !important;

    margin-bottom: 6px !important;

    font-size: 10px !important;
    font-weight: 700 !important;

    letter-spacing: .08em !important;

    color: #dcb85b !important;
}

.hero-wide .hero-audio-heading strong {
    display: block !important;

    font-family: Georgia, "Times New Roman", serif !important;

    font-size: 20px !important;
    line-height: 1.15 !important;

    color: #fff !important;
}

/* Przyciski */

.hero-wide .hero-audio-controls {
    display: flex !important;

    align-items: center !important;

    gap: 8px !important;

    margin-top: 12px !important;
}

.hero-wide .hero-audio-controls button {
    width: 38px !important;
    height: 34px !important;

    min-width: 38px !important;

    padding: 0 !important;

    border: 1px solid rgba(255,255,255,.20) !important;

    border-radius: 7px !important;

    background: #171922 !important;

    color: #fff !important;

    cursor: pointer !important;
}

.hero-wide .hero-audio-controls button:hover {
    border-color: #dcb85b !important;

    background: #22242d !important;
}

.hero-wide .hero-audio-controls button:first-child {
    background: linear-gradient(
        135deg,
        #e8cf79,
        #6fd5ed
    ) !important;

    color: #05070b !important;

    border-color: transparent !important;
}

/* Pasek postępu */

.hero-wide .hero-audio-progress {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;

    width: 100% !important;

    margin: 0 !important;
}

/* Jeżeli progress jest inputem */

.hero-wide input.hero-audio-progress {
    appearance: none !important;

    height: 5px !important;

    border-radius: 5px !important;

    background: #3a3b40 !important;

    cursor: pointer !important;
}

/* Czas */

.hero-wide .hero-audio-time {
    grid-column: 1 / -1 !important;

    font-size: 11px !important;

    color: rgba(255,255,255,.65) !important;
}

/* ------------------------------------------------------------
   DESKTOP — KARTY RÓWNE OD GÓRY DO DOŁU
   ------------------------------------------------------------ */

@media (min-width: 1101px) {

    .hero-wide .hero-shell {
        grid-template-rows: auto 1fr !important;
    }

    .hero-wide .hero-release,
    .hero-wide .hero-panel {
        min-height: 100% !important;
    }

}

/* ------------------------------------------------------------
   TABLET
   ------------------------------------------------------------ */

@media (max-width: 1100px) and (min-width: 701px) {

    .hero-wide .hero-shell {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(280px, .9fr) !important;

        grid-template-areas:
            "copy release"
            "player panel" !important;

        column-gap: 24px !important;
        row-gap: 24px !important;
    }

}

/* ------------------------------------------------------------
   TELEFON
   ------------------------------------------------------------ */

@media (max-width: 700px) {

    .hero-wide .hero-shell {
        display: grid !important;

        grid-template-columns: 1fr !important;

        grid-template-areas:
            "copy"
            "player"
            "release"
            "panel" !important;

        gap: 20px !important;
    }

    .hero-wide .hero-copy,
    .hero-wide .hero-release,
    .hero-wide .hero-panel,
    .hero-wide .hero-audio-player {
        width: 100% !important;

        min-width: 0 !important;
    }

    .hero-wide .hero-audio-player {
        grid-template-columns: 72px minmax(0, 1fr) !important;

        padding: 14px !important;

        column-gap: 14px !important;
    }

    .hero-wide .hero-audio-cover {
        width: 72px !important;
        height: 72px !important;
    }

}

/* ============================================================
   KONIEC — HERO / AUDIO PLAYER FINAL LAYOUT
   ============================================================ */


/* Kolor etykiety "NAJNOWSZY SINGIEL" */
.hero-wide .hero-release .kicker {
    color: #dcb85b !important;
}



/* ============================================================
   PLAYER AUDIO — STRONA UTWORU
   ============================================================ */

.song-audio-player {

    width: min(100%, 620px);
    max-width: 620px;

    margin: 28px auto 36px;

    padding: 18px 20px;

    box-sizing: border-box;

    border:
        1px solid
        rgba(255,255,255,.10);

    border-radius: 14px;

    background:
        rgba(255,255,255,.035);
}

.song-audio-top {

    display: flex;

    align-items: baseline;

    gap: 12px;

    margin-bottom: 14px;
}

.song-audio-top strong {

    font-size: 15px;
}

.song-audio-title {

    font-size: 13px;

    opacity: .65;
}

.song-audio-controls {

    display: flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 14px;
}

.song-audio-button {

    border:
        1px solid
        rgba(255,255,255,.16);

    border-radius: 8px;

    background:
        rgba(255,255,255,.06);

    color: inherit;

    padding: 8px 14px;

    cursor: pointer;

    font: inherit;

    font-size: 13px;
}

.song-audio-button:hover {

    background:
        rgba(255,255,255,.12);
}

.song-audio-progress-row {

    display: flex;

    align-items: center;

    gap: 12px;
}

#song-audio-progress {

    flex: 1;

    width: 100%;

    cursor: pointer;
}

.song-audio-time {

    min-width: 82px;

    text-align: right;

    font-size: 12px;

    opacity: .7;

    white-space: nowrap;
}

#song-audio-element {

    display: none;
}

@media (max-width: 600px) {

    .song-audio-top {

        display: block;
    }

    .song-audio-title {

        display: block;

        margin-top: 4px;
    }

    .song-audio-controls {

        flex-wrap: wrap;
    }

    .song-audio-button {

        padding: 7px 10px;

        font-size: 12px;
    }

    .song-audio-time {

        min-width: 68px;
    }
}



/* ============================================================
   articDJ - audio player width correction
   ============================================================ */

.articdj-audio-player {
    width: min(100%, 620px);
    max-width: 620px;
}


/* ============================================================
   articDJ - player pod okładką
   ============================================================ */


.cover-player-column {

    width:320px;

}


.cover-player-column .song-audio-player {

    width:100%;
    margin-top:16px;

}



@media(max-width:900px){

.cover-player-column {

    width:100%;

}

.cover-player-column .song-audio-player {

    width:100%;

}

}



.cover-player-column {
    width:320px;
}


.cover-player-column .song-audio-player {
    width:320px;
    margin-top:16px;
}


@media(max-width:900px){

.cover-player-column {
    width:100%;
}

.cover-player-column .song-audio-player {
    width:100%;
}

}





/* ============================================================
   articDJ - player pod okładką
   ============================================================ */

.cover-player-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}


.cover-player-column .song-audio-player {
    width: 100%;
    max-width: 100%;
    margin-top: 18px;
}


/* v2.5 — mobile detail pages: music flow and YouTube 16:9 */
@media (max-width: 700px) {
  .subhero .subhero-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    align-items: start;
    gap: 28px;
  }

  .subhero .subhero-grid > * {
    width: 100%;
    min-width: 0;
  }

  .subhero .cover-player-column {
    width: 100%;
    max-width: 100%;
  }

  .subhero .cover-player-column .song-audio-player {
    width: 100%;
    max-width: 100%;
    margin: 18px 0 0;
  }

  .video-grid.video-grid-large .video-card {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  .video-grid.video-grid-large .video-card .video-thumb {
    position: relative;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 16 / 9 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    border-radius: 0;
  }

  .video-grid.video-grid-large .video-card .video-thumb img,
  .video-grid.video-grid-large .video-card .video-thumb iframe {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border: 0;
  }

  .video-grid.video-grid-large .video-card .video-thumb iframe {
    position: absolute;
    inset: 0;
  }
}


/* v2.6 — premium audio player */
.song-audio-player {
  --player-gold: #d8b45b;
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  grid-template-areas: "cover top" "cover controls" "cover progress";
  gap: 10px 16px;
  margin: 18px 0 0;
  padding: 16px;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid rgba(216, 180, 91, 0.24);
  border-radius: 16px;
  background:
    radial-gradient(circle at 0 0, rgba(216, 180, 91, 0.11), transparent 42%),
    linear-gradient(145deg, rgba(21, 24, 34, 0.98), rgba(10, 12, 18, 0.98));
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.30), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.song-audio-cover-wrap {
  grid-area: cover;
  width: 56px;
  height: 56px;
  align-self: start;
  overflow: hidden;
  border: 1px solid rgba(216, 180, 91, 0.68);
  border-radius: 10px;
  background: #111722;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
  transform-origin: center;
}

.song-audio-cover,
.song-audio-cover-placeholder {
  width: 100%;
  height: 100%;
  display: block;
}

.song-audio-cover { object-fit: cover; }

.song-audio-cover-placeholder {
  display: grid;
  place-items: center;
  color: var(--player-gold);
  background: linear-gradient(145deg, #181d28, #0d1017);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.song-audio-player.is-playing .song-audio-cover-wrap {
  animation: song-cover-pulse 2.8s ease-in-out infinite;
}

@keyframes song-cover-pulse {
  0%, 100% { transform: scale(1); box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28); }
  50% { transform: scale(1.035); box-shadow: 0 10px 26px rgba(0, 0, 0, 0.34), 0 0 0 3px rgba(216, 180, 91, 0.08); }
}

.song-audio-top {
  grid-area: top;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  margin: 0;
}

.song-audio-top strong {
  color: var(--player-gold);
  font-size: 10px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.song-audio-title {
  width: 100%;
  display: block;
  overflow: hidden;
  color: #f8f6f0;
  opacity: 1;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.song-audio-controls {
  grid-area: controls;
  min-width: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 7px;
  margin: 0;
}

.song-audio-button {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(248, 246, 240, 0.88);
  box-shadow: none;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, color 160ms ease;
}

#song-audio-play {
  border-color: transparent;
  background: linear-gradient(135deg, #e2c36f, var(--player-gold));
  color: #0b0d12;
  box-shadow: 0 6px 16px rgba(216, 180, 91, 0.18);
}

.song-audio-button:hover {
  transform: translateY(-1px);
  border-color: rgba(216, 180, 91, 0.55);
  background: rgba(216, 180, 91, 0.11);
  color: #fff;
}

#song-audio-play:hover {
  border-color: transparent;
  background: linear-gradient(135deg, #efd684, #d8b45b);
  color: #090b0f;
}

.song-audio-button:focus-visible,
#song-audio-progress:focus-visible {
  outline: 2px solid var(--player-gold);
  outline-offset: 2px;
}

.song-audio-progress-row {
  grid-area: progress;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

#song-audio-progress {
  --song-progress: 0%;
  min-width: 0;
  width: 100%;
  height: 28px;
  flex: 1 1 auto;
  margin: 0;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  accent-color: var(--player-gold);
  cursor: pointer;
  touch-action: pan-y;
}

#song-audio-progress::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(to right, var(--player-gold) 0, var(--player-gold) var(--song-progress), rgba(255,255,255,.16) var(--song-progress), rgba(255,255,255,.16) 100%);
}

#song-audio-progress::-webkit-slider-thumb {
  width: 16px;
  height: 16px;
  margin-top: -6px;
  appearance: none;
  -webkit-appearance: none;
  border: 2px solid #171a22;
  border-radius: 50%;
  background: #f2cf72;
  box-shadow: 0 2px 8px rgba(0,0,0,.38);
}

#song-audio-progress::-moz-range-track {
  height: 4px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
}

#song-audio-progress::-moz-range-progress {
  height: 4px;
  border-radius: 999px;
  background: var(--player-gold);
}

#song-audio-progress::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border: 2px solid #171a22;
  border-radius: 50%;
  background: #f2cf72;
  box-shadow: 0 2px 8px rgba(0,0,0,.38);
}

.song-audio-time {
  min-width: 66px;
  color: rgba(248, 246, 240, 0.62);
  opacity: 1;
  font-size: 10px;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  text-align: right;
  white-space: nowrap;
}

@media (max-width: 600px) {
  .song-audio-player {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 9px 12px;
    padding: 14px 12px;
    border-radius: 14px;
  }

  .song-audio-cover-wrap {
    width: 48px;
    height: 48px;
    border-radius: 9px;
  }

  .song-audio-top { display: flex; }
  .song-audio-title { margin-top: 0; font-size: 13px; }
  .song-audio-controls { flex-wrap: nowrap; gap: 6px; }
  .song-audio-button { min-height: 34px; padding: 7px 9px; font-size: 11px; }
  .song-audio-progress-row { gap: 6px; }
  .song-audio-time { min-width: 60px; font-size: 9.5px; }
}

@media (prefers-reduced-motion: reduce) {
  .song-audio-player.is-playing .song-audio-cover-wrap { animation: none; }
  .song-audio-button { transition: none; }
}


/* v2.7 — home latest release: full-width mobile card */
@media (max-width: 700px) {
  .hero-wide .hero-release {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    height: auto !important;
    justify-self: stretch !important;
    align-self: stretch !important;
    box-sizing: border-box !important;
  }

  .hero-wide .hero-release .cover-frame {
    width: 100% !important;
    max-width: none !important;
    aspect-ratio: 1 / 1;
  }

  .hero-wide .hero-release .release-info,
  .hero-wide .hero-release .meta-row {
    width: 100%;
    min-width: 0;
  }
}

/* v2.8 - responsive controls and streaming panel */
.hero-wide .hero-panel .stream-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: repeat(2, auto) !important;
    gap: 18px 20px !important;
    align-items: center !important;
}

.hero-wide .hero-panel .stream-logos img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    justify-self: center !important;
    align-self: center !important;
    transform: none !important;
}

.hero-wide .hero-panel .stream-logos img:hover {
    transform: none !important;
}

.stream-select.is-open .stream-options {
    display: block;
}

@media (hover: none), (pointer: coarse) {
    .stream-select:hover .stream-options {
        display: none;
    }

    .stream-select.is-open .stream-options {
        display: block;
    }
}

@media (max-width: 900px) {
    .nav-toggle {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
    }
}

@media (max-width: 700px) {
    .hero-wide .hero-audio-controls button {
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
    }

    .hero-wide input.hero-audio-progress {
        height: 44px !important;
        padding: 19.5px 0 !important;
        box-sizing: border-box !important;
        background-clip: content-box !important;
    }

    .hero-wide .hero-panel .stream-logos {
        gap: 16px !important;
    }
}

/* v2.9 - public video ratio and mobile audio touch targets */
.video-grid.video-grid-large .video-card {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 0 !important;
    overflow: hidden !important;
}

.video-grid.video-grid-large .video-card .video-thumb {
    position: relative;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 16 / 9 !important;
    margin: 0 !important;
    border-radius: 0;
    object-fit: cover;
    flex-shrink: 0;
}

@media (max-width: 600px) {
    .song-audio-player .song-audio-button {
        min-width: 44px;
        min-height: 44px;
        height: 44px;
    }

    #song-audio-progress {
        height: 44px;
    }
}

/* v2.10 - CD booklet lyrics layout */
.lyrics-shell .lyrics {
    column-count: 3;
    column-gap: 40px;
    column-fill: balance;
    width: 100%;
    max-width: 100%;
    overflow-wrap: anywhere;
}

@media (max-width: 767px) {
    .lyrics-shell .lyrics {
        column-count: 1;
        column-gap: 0;
    }
}

/* v2.11 - optional Lyric Booklet image */
.lyrics-booklet {
    margin: 32px 0 40px;
}

.lyrics-booklet-media {
    position: relative;
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(216, 180, 91, 0.32);
    border-radius: 12px;
    background: #07080d;
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.32);
}

.lyrics-booklet-image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
}

.lyrics-booklet-seo-text {
    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: normal !important;
    border: 0 !important;
    column-count: 1 !important;
}

@media (max-width: 767px) {
    .lyrics-booklet {
        margin: 22px 0 28px;
    }

    .lyrics-booklet-media {
        border-radius: 8px;
    }
}

/* MUSIC.PHP — compact responsive discography */
.music-releases-heading {
    align-items: flex-end;
}

.music-releases-heading > div {
    min-width: 0;
}

.music-releases-heading h2 {
    font-size: clamp(30px, 3vw, 48px);
}

.music-releases-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    justify-content: stretch;
    gap: clamp(14px, 1.35vw, 22px);
}

.music-release-card,
.music-release-card-link {
    min-width: 0;
}

.music-release-card-link {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.music-release-cover {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-color: rgba(216, 180, 91, .52);
    border-radius: 9px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .22);
}

.music-release-cover img,
.music-release-cover .cover-placeholder {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.music-release-card .release-card-body {
    display: grid;
    gap: 4px;
    padding-top: 11px;
}

.music-release-title {
    overflow-wrap: anywhere;
    font-size: 14px;
    line-height: 1.3;
}

.music-release-type {
    color: var(--muted);
    font-size: 12px;
    line-height: 1.35;
}

@media (hover: hover) and (pointer: fine) {
    .music-release-card {
        transition: transform 220ms ease;
    }

    .music-release-card:hover {
        transform: translateY(-4px);
    }

    .music-release-card:hover .music-release-cover {
        border-color: rgba(216, 180, 91, .9);
        box-shadow: 0 12px 28px rgba(0, 0, 0, .34);
    }
}

@media (max-width: 1199px) {
    .music-releases-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 899px) {
    .music-releases-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 699px) {
    .music-releases-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .music-releases-heading {
        align-items: flex-start;
    }
}

@media (max-width: 499px) {
    .music-releases-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .music-release-card {
        width: min(100%, 320px);
        justify-self: center;
    }

    .music-releases-heading {
        gap: 14px;
    }

    .music-releases-heading a {
        font-size: 13px;
    }
}

/* i18n language switch */
.language-switch{display:inline-flex;align-items:center;gap:6px;margin-inline:4px;color:rgba(216,180,91,.55);font-size:12px;letter-spacing:.08em;white-space:nowrap}
.language-switch a{display:inline-flex;align-items:center;justify-content:center;min-width:30px;min-height:30px;padding:4px 6px;border:1px solid transparent;border-radius:7px;color:#aeb5c4;text-decoration:none}
.language-switch a:hover,.language-switch a:focus-visible,.language-switch a.is-active{color:#f3cf72;border-color:rgba(216,180,91,.45);background:rgba(216,180,91,.08)}
@media(max-width:900px){.language-switch{width:100%;margin:8px 0 2px}.language-switch a{min-width:44px;min-height:44px}}
/* CMS page media manager and responsive page-content images */
.admin-page-editor .admin-title-row{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}
.admin-full-input{width:100%;padding:10px;box-sizing:border-box}
.admin-notice,.admin-error{padding:12px 14px;border:1px solid rgba(216,180,91,.55);border-radius:8px;background:rgba(216,180,91,.08)}
.admin-error{border-color:#b85d5d;background:rgba(184,93,93,.09)}
.page-media-upload{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:18px 0 24px}
.page-media-upload label{display:grid;gap:6px}.page-media-upload input{max-width:100%;padding:9px;box-sizing:border-box}
.page-media-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}
.page-media-card{min-width:0;padding:14px;border:1px solid rgba(216,180,91,.35);border-radius:10px;background:#0d0d0d}
.page-media-card>img{display:block;width:100%;height:170px;object-fit:contain;background:#070707;border-radius:6px}
.page-media-card form,.page-media-options{display:grid;gap:8px;margin-top:12px}.page-media-card label{display:grid;gap:4px;font-size:.86rem}
.page-media-card input,.page-media-card select{width:100%;min-width:0;padding:8px;box-sizing:border-box}
.page-media-options{grid-template-columns:1fr 1fr}.page-media-actions{display:flex;gap:6px;flex-wrap:wrap;margin-top:12px}.page-media-actions .btn{font-size:.78rem;padding:8px}
.page-media{display:block;max-width:100%;height:auto;margin-top:1.25rem;margin-bottom:1.25rem;border-radius:10px}
.page-media--small{width:min(100%,360px)}.page-media--medium{width:min(100%,720px)}.page-media--large{width:min(100%,1080px)}.page-media--wide{width:100%}
.page-media--left{float:left;margin-right:28px}.page-media--right{float:right;margin-left:28px}.page-media--center,.page-media--wide{margin-left:auto;margin-right:auto}
@media(max-width:699px){.page-media-upload{grid-template-columns:1fr}.page-media-grid{grid-template-columns:1fr}.page-media--left,.page-media--right,.page-media--center,.page-media--wide{float:none;width:100%;margin-left:0;margin-right:0}.page-media{max-width:100%;height:auto}}

/* Music catalogue pagination */
.music-pagination{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;margin-top:30px}
.music-pagination-link,.music-pagination-status{min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:9px 14px;border:1px solid rgba(216,180,91,.45);border-radius:999px}
.music-pagination-link{color:#e7c66f;text-decoration:none;transition:border-color .2s ease,background-color .2s ease}
.music-pagination-link:hover{border-color:#d8b45b;background:rgba(216,180,91,.08)}
.music-pagination-link.is-disabled{opacity:.42;pointer-events:none}.music-pagination-status{border-color:transparent;color:rgba(255,255,255,.75)}
@media(max-width:499px){.music-pagination{gap:8px}.music-pagination-link{padding:8px 11px;font-size:.86rem}.music-pagination-status{order:-1;width:100%;padding:0;min-height:28px}}

/* v2.15 — coherent, bounded CMS shell */
.admin-header {
    width: min(100%, 1520px);
    margin-inline: auto;
    box-sizing: border-box;
}

.admin,
.container.admin-page-editor,
.admin.analytics-dashboard {
    width: min(1520px, calc(100% - 48px));
    max-width: 1520px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.container.admin-page-editor {
    margin-top: 40px;
    margin-bottom: 40px;
}

.admin-page-editor > .admin-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.admin-page-editor > .admin-grid .admin-card { min-width: 0; }

@media (max-width: 900px) {
    .admin-page-editor > .admin-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
    .admin-header { padding-inline: 16px; }
    .admin, .container.admin-page-editor, .admin.analytics-dashboard { width: calc(100% - 28px); }
    .admin-page-editor > .admin-grid { grid-template-columns: 1fr; }
}
/* v2.16 — scoped page image manager controls */
.page-media-manager .page-media-btn{appearance:none;min-height:44px;padding:10px 14px;border-radius:8px;font:inherit;font-weight:700;line-height:1.2;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}
.page-media-manager .page-media-btn--primary{align-self:end;height:44px;background:#d9b76b;color:#111;border:1px solid #d9b76b}
.page-media-manager .page-media-btn--primary:hover{background:#e6c77e;border-color:#e6c77e;color:#111;transform:translateY(-1px)}
.page-media-manager .page-media-btn--secondary{background:#11100d;color:#f6e6bc;border:1px solid #d8b45b}
.page-media-manager .page-media-btn--secondary:hover{background:rgba(216,180,91,.13);border-color:#e5c36f;color:#fff3d4}
.page-media-manager .page-media-btn--danger{background:#14100f;color:#efb4b8;border:1px solid #7f3c42}
.page-media-manager .page-media-btn--danger:hover{background:rgba(145,52,62,.16);border-color:#b95660;color:#ffd4d7}
.page-media-manager .page-media-btn:focus-visible,.page-media-manager .page-media-card select:focus-visible{outline:3px solid rgba(216,180,91,.42);outline-offset:2px;box-shadow:0 0 0 1px #111}
.page-media-manager .page-media-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}
.page-media-manager .page-media-card select{min-height:44px;background:#11100d;color:#f6f4ee;border:1px solid rgba(216,180,91,.65);border-radius:8px;padding:8px 34px 8px 10px;color-scheme:dark}
.page-media-manager .page-media-actions .page-media-btn{flex:1 1 120px;min-width:0}
.page-media-manager .page-media-card>form:last-child .page-media-btn--danger{width:100%;margin-top:10px}
@media(max-width:699px){.page-media-manager .page-media-actions{display:grid;grid-template-columns:1fr}.page-media-manager .page-media-actions .page-media-btn{width:100%}}
/* v2.18 — desktop-only contact messages module */
.messages-admin{width:min(1520px,calc(100% - 48px));max-width:1520px;margin:40px auto;box-sizing:border-box}
.messages-toolbar{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:20px}
.messages-table-wrap{overflow-x:auto;border:1px solid rgba(216,180,91,.3);border-radius:12px;background:#0d0d0d}
.messages-table{width:100%;min-width:1050px;border-collapse:collapse;table-layout:fixed}
.messages-table th,.messages-table td{padding:13px 14px;text-align:left;vertical-align:middle;border-bottom:1px solid rgba(255,255,255,.08);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.messages-table th{color:#d8b45b;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;background:#11100d}
.messages-table tr:last-child td{border-bottom:0}.messages-table tr.is-new td{background:rgba(216,180,91,.075);font-weight:700}
.messages-open-form{margin:0}.messages-open-btn{width:100%;min-height:38px;padding:7px 10px;text-align:left;border:1px solid transparent;border-radius:7px;background:transparent;color:#f6f4ee;cursor:pointer}
.messages-open-btn:hover,.messages-open-btn:focus-visible{border-color:#d8b45b;background:rgba(216,180,91,.12);outline:none}
.message-status{display:inline-flex;align-items:center;min-height:28px;padding:4px 9px;border-radius:999px;border:1px solid rgba(255,255,255,.18);font-size:.78rem;font-weight:700}
.message-status--new{border-color:#d8b45b;color:#f2d68d}.message-status--read{color:#c9d4e0}.message-status--replied{border-color:#4f8a67;color:#9fd5b2}
.message-detail{margin-top:24px;padding:24px;border:1px solid rgba(216,180,91,.34);border-radius:12px;background:#0d0d0d}
.message-detail-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.7fr);gap:28px}
.message-meta{display:grid;grid-template-columns:150px minmax(0,1fr);gap:9px 16px;margin:0}.message-meta dt{color:#d8b45b;font-weight:700}.message-meta dd{margin:0;overflow-wrap:anywhere}
.message-body{margin-top:22px;padding:18px;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:#090909;white-space:normal;overflow-wrap:anywhere;line-height:1.65}
.message-geo{padding:18px;border:1px solid rgba(216,180,91,.2);border-radius:10px;background:#11100d}.message-geo-note{color:#aaa;font-size:.8rem;margin-top:14px}
.message-reply{margin-top:24px;padding-top:22px;border-top:1px solid rgba(255,255,255,.1)}.message-reply label{display:grid;gap:7px;margin-bottom:14px}.message-reply input,.message-reply textarea{width:100%;box-sizing:border-box}
.message-reply input[readonly]{color:#c9c4b7;background:#0a0a0a}.message-reply textarea{min-height:180px;resize:vertical}
.message-history{margin-top:26px}.message-history-item{padding:16px 0;border-top:1px solid rgba(255,255,255,.1)}.message-history-item:first-of-type{border-top:0}.message-history-item p{white-space:pre-wrap;overflow-wrap:anywhere}
.messages-flash{padding:12px 14px;margin:0 0 18px;border-radius:8px;border:1px solid rgba(216,180,91,.45);background:rgba(216,180,91,.1)}.messages-flash--error{border-color:#8b4248;color:#ffd3d6;background:rgba(139,66,72,.12)}
.contact-hp{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.contact-form-error{color:#ffd3d6;border:1px solid rgba(139,66,72,.7);background:rgba(139,66,72,.12);padding:12px 14px;border-radius:8px}

/* PAGE IMAGE MANAGER + ABOUT SIDEBAR MEDIA */
.about-image-stack{display:flex;flex-direction:column;align-items:center;align-self:start;gap:24px}
.about-image-stack>.about-primary-image{flex:0 0 auto}
.about-image-stack>.about-sidebar-media{display:block;width:320px;height:auto;max-width:100%;max-height:none;object-fit:contain;border-radius:14px;border:1px solid rgba(216,180,91,.55);background:#070707}
.page-media-manager{min-width:0}
.page-media-upload{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;align-items:end;padding:16px;border:1px solid rgba(216,180,91,.3);border-radius:12px;background:#090909;margin-bottom:22px}
.page-media-upload label,.page-media-edit label{display:grid;gap:5px;color:#f6f4ee;font-size:.86rem}
.page-media-upload input,.page-media-upload select,.page-media-edit input,.page-media-edit select,.page-media-attach select{width:100%;min-width:0;min-height:44px;box-sizing:border-box;padding:8px 10px;border:1px solid rgba(216,180,91,.55);border-radius:8px;background:#111;color:#f6f4ee;color-scheme:dark}
.page-media-languages{display:flex;gap:14px;align-items:center;min-height:44px;margin:0;padding:6px 10px;border:1px solid rgba(216,180,91,.35);border-radius:8px}
.page-media-languages legend{padding:0 5px;color:#d8b45b;font-size:.78rem}.page-media-languages label{display:flex;align-items:center;gap:6px}.page-media-languages input{width:auto;min-height:0}
.page-media-table-wrap{width:100%;max-width:100%;overflow-x:auto;border:1px solid rgba(216,180,91,.28);border-radius:12px;margin:14px 0 28px}
.page-media-table{width:100%;border-collapse:collapse;table-layout:fixed;background:#090909}.page-media-table th,.page-media-table td{padding:14px;text-align:left;vertical-align:top;border-bottom:1px solid rgba(255,255,255,.08)}.page-media-table th{color:#d8b45b;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em}.page-media-table th:first-child{width:46%}.page-media-table th:nth-child(2){width:34%}.page-media-table th:last-child{width:20%}.page-media-table tr:last-child td{border-bottom:0}
.page-media-photo{display:flex;gap:14px;align-items:flex-start;min-width:0}.page-media-photo>img{display:block;width:112px;height:120px;flex:0 0 112px;object-fit:contain;background:#050505;border:1px solid rgba(216,180,91,.45);border-radius:8px}.page-media-photo>div{display:grid;gap:5px;min-width:0}.page-media-photo strong,.page-media-photo small{overflow-wrap:anywhere}.page-media-photo small{color:#a9a59b}.page-media-status{display:inline-flex;width:max-content;max-width:100%;padding:4px 8px;border:1px solid rgba(216,180,91,.35);border-radius:999px;color:#e9cc85;font-size:.76rem}
.page-media-btn{appearance:none;display:inline-flex;align-items:center;justify-content:center;min-height:44px;min-width:100px;padding:9px 14px;border-radius:8px;font:inherit;font-weight:700;line-height:1.15;cursor:pointer;text-align:center;transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.page-media-btn--primary{background:#d8b45b;color:#111;border:1px solid #d8b45b}.page-media-btn--primary:hover{background:#e6c77e;border-color:#e6c77e;transform:translateY(-1px)}.page-media-btn--secondary{background:#111;color:#f6e6bc;border:1px solid #d8b45b}.page-media-btn--secondary:hover{background:rgba(216,180,91,.13);color:#fff3d4}.page-media-btn--danger{background:#141000;color:#efb4b8;border:1px solid #7f3c42}.page-media-btn--danger:hover{background:rgba(145,52,62,.16);border-color:#b95660;color:#ffd4d7}.page-media-btn:focus-visible,.page-media-manager input:focus-visible,.page-media-manager select:focus-visible,.page-media-edit summary:focus-visible{outline:3px solid rgba(216,180,91,.42);outline-offset:2px}
.page-media-edit summary{list-style:none}.page-media-edit summary::-webkit-details-marker{display:none}.page-media-edit[open] summary{margin-bottom:10px}.page-media-edit form{display:grid;gap:9px;min-width:0}.page-media-attach{display:grid;grid-template-columns:minmax(130px,1fr) auto auto;gap:8px;align-items:center}.page-media-attach label{display:flex;gap:4px;align-items:center}.page-media-empty{padding:18px;border:1px dashed rgba(216,180,91,.3);border-radius:10px;color:#aaa}
@media(max-width:900px){.about-image-stack>.about-sidebar-media{width:260px}.page-media-upload{grid-template-columns:repeat(2,minmax(0,1fr))}.page-media-table th:first-child{width:42%}.page-media-table th:nth-child(2){width:38%}}
@media(max-width:699px){.page-media-upload{grid-template-columns:1fr}.page-media-table-wrap{overflow:visible;border:0}.page-media-table,.page-media-table tbody,.page-media-table tr,.page-media-table td{display:block;width:100%;box-sizing:border-box}.page-media-table thead{display:none}.page-media-table tr{margin-bottom:14px;border:1px solid rgba(216,180,91,.28);border-radius:12px;overflow:hidden;background:#090909}.page-media-table td{border-bottom:1px solid rgba(255,255,255,.08)}.page-media-table td:last-child{border-bottom:0}.page-media-photo>img{width:96px;height:110px;flex-basis:96px}.page-media-btn{width:100%}.page-media-attach{grid-template-columns:1fr}.about-image-stack{width:100%}}

/* Latest release: clickable cover and title */
.hero-release-link,
.hero-release-title {
    color: inherit;
    text-decoration: none;
}

.hero-release-link {
    display: block;
}

.hero-release-title:hover,
.hero-release-title:focus-visible {
    color: var(--gold);
}

.hero-release-link:focus-visible,
.hero-release-title:focus-visible {
    outline: 2px solid var(--gold);
    outline-offset: 4px;
}
.home-physical-releases{padding-top:clamp(58px,7vw,94px);padding-bottom:clamp(58px,7vw,94px);background:linear-gradient(180deg,rgba(15,18,27,.98),rgba(7,9,14,.98))}.home-physical-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.home-physical-column{min-width:0;padding:clamp(20px,3vw,34px);border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.025)}.home-physical-column-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid var(--line)}.home-physical-column-head h3{margin:0;font-size:clamp(24px,3vw,36px)}.home-physical-column-head a,.home-physical-link{color:var(--gold);font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.home-physical-list{display:grid;gap:20px}.home-physical-card{display:grid;grid-template-columns:minmax(130px,38%) minmax(0,1fr);gap:20px;align-items:center}.home-physical-card+.home-physical-card{padding-top:20px;border-top:1px solid var(--line)}.home-physical-cover{display:block;overflow:hidden;aspect-ratio:1;border:1px solid rgba(217,183,107,.28);background:#050609}.home-physical-cover img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.home-physical-cover:hover img{transform:scale(1.025)}.home-physical-cover.release-cover-placeholder{display:grid;place-items:center;color:var(--gold);font-size:13px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.home-physical-copy p{margin:0 0 8px;color:var(--gold);font-size:12px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.home-physical-copy h4{margin:0 0 10px;font-size:clamp(20px,2.2vw,28px);line-height:1.05}.home-physical-copy h4 a{color:var(--text)}.home-physical-copy>div{margin-bottom:16px;color:var(--muted);font-size:14px;line-height:1.55}.home-physical-empty{min-height:180px;display:grid;place-items:center;margin:0;padding:28px;border:1px dashed rgba(217,183,107,.25);color:var(--muted);text-align:center}@media(max-width:900px){.home-physical-grid{grid-template-columns:1fr}}@media(max-width:520px){.home-physical-card{grid-template-columns:1fr}.home-physical-cover{max-width:100%}.home-physical-column-head{align-items:flex-start;flex-direction:column}}
.release-tracklist-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(32px,6vw,86px);align-items:start}.release-tracklist-column,.release-player-column{min-width:0}.release-track-list{counter-reset:tracks;margin:22px 0 0;padding:0;list-style:none}.release-tracklist .release-track-list li{counter-increment:tracks;display:grid;grid-template-columns:48px minmax(0,1fr);gap:15px;align-items:center;min-height:58px;padding:0;border-bottom:1px solid var(--line)}.release-tracklist .release-track-list li::before{content:counter(tracks,decimal-leading-zero);color:var(--gold);font-size:12px;font-weight:800;letter-spacing:.12em}.release-track-list button{width:100%;min-height:58px;padding:12px 10px 12px 0;border:0;background:transparent;color:var(--text);font:inherit;font-size:16px;line-height:1.45;text-align:left;cursor:pointer;transition:color .18s ease}.release-track-list li.has-audio button:hover,.release-track-list button.is-active{color:var(--gold)}.release-track-list li.has-audio button::after{content:'MP3';float:right;margin-left:12px;padding:3px 6px;border:1px solid rgba(217,183,107,.38);border-radius:3px;color:var(--gold);font-size:9px;font-weight:800;letter-spacing:.1em}.release-track-list li.no-audio button{cursor:default}.release-audio-player{position:sticky;top:110px;overflow:hidden;min-height:390px;padding:clamp(26px,4vw,42px);border:1px solid rgba(217,183,107,.34);border-radius:18px;background:radial-gradient(circle at 90% 5%,rgba(116,221,240,.16),transparent 34%),radial-gradient(circle at 5% 95%,rgba(217,183,107,.2),transparent 38%),linear-gradient(145deg,#151820,#080a0f 72%);box-shadow:0 28px 70px rgba(0,0,0,.28)}.release-player-visual{display:flex;align-items:end;gap:7px;height:72px;margin-bottom:32px}.release-player-visual span{width:8px;height:22%;border-radius:8px;background:linear-gradient(180deg,#79e5f2,var(--gold));opacity:.72;transform-origin:bottom}.release-player-visual span:nth-child(2),.release-player-visual span:nth-child(6){height:52%}.release-player-visual span:nth-child(3),.release-player-visual span:nth-child(5){height:78%}.release-player-visual span:nth-child(4){height:100%}.release-tracklist-layout.is-playing .release-player-visual span{animation:release-equalizer .78s ease-in-out infinite alternate}.release-tracklist-layout.is-playing .release-player-visual span:nth-child(2),.release-tracklist-layout.is-playing .release-player-visual span:nth-child(5){animation-delay:-.3s}.release-tracklist-layout.is-playing .release-player-visual span:nth-child(3),.release-tracklist-layout.is-playing .release-player-visual span:nth-child(7){animation-delay:-.55s}@keyframes release-equalizer{from{transform:scaleY(.35);opacity:.55}to{transform:scaleY(1);opacity:1}}.release-player-status{margin:0 0 8px;color:var(--gold);font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.release-audio-player h3{min-height:2.3em;margin:0;font-size:clamp(23px,3vw,38px);line-height:1.1}.release-player-controls{display:flex;align-items:center;justify-content:center;gap:18px;margin:34px 0}.release-player-controls button{display:grid;place-items:center;width:48px;height:48px;border:1px solid rgba(255,255,255,.18);border-radius:50%;background:rgba(255,255,255,.04);color:var(--text);font-size:30px;cursor:pointer;transition:border-color .18s ease,color .18s ease,transform .18s ease}.release-player-controls button:hover:not(:disabled){border-color:var(--gold);color:var(--gold);transform:translateY(-2px)}.release-player-controls .release-player-toggle{width:66px;height:66px;border-color:var(--gold);background:linear-gradient(135deg,var(--gold),#79e5f2);color:#08090d;font-size:23px}.release-player-controls button:disabled{cursor:not-allowed;opacity:.3}.release-player-progress{display:grid;grid-template-columns:42px 1fr 42px;gap:12px;align-items:center;color:var(--muted);font-size:12px}.release-player-progress input,.release-player-volume input{width:100%;accent-color:var(--gold)}.release-player-volume{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:center;margin-top:22px;color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.1em}.release-audio-player audio{display:none}@media(max-width:820px){.release-tracklist-layout{grid-template-columns:1fr}.release-audio-player{position:relative;top:auto}.release-player-column{grid-row:1}.release-tracklist-column{grid-row:2}}@media(max-width:480px){.release-audio-player{min-height:350px;padding:24px 20px}.release-player-progress{grid-template-columns:36px 1fr 36px;gap:8px}.release-tracklist .release-track-list li{grid-template-columns:38px minmax(0,1fr)}}
.release-audio-player{min-height:0;padding:20px 26px}.release-player-visual{gap:5px;height:34px;margin-bottom:14px}.release-player-visual span{width:6px}.release-player-status{margin-bottom:4px;font-size:10px}.release-audio-player h3{min-height:2.15em;font-size:clamp(20px,2.35vw,30px)}.release-player-controls{gap:14px;margin:16px 0}.release-player-controls button{width:38px;height:38px;font-size:24px}.release-player-controls .release-player-toggle{width:52px;height:52px;font-size:19px}.release-player-progress{grid-template-columns:38px 1fr 38px;gap:9px;font-size:11px}.release-player-volume{gap:11px;margin-top:12px;font-size:10px}@media(max-width:480px){.release-audio-player{min-height:0;padding:20px}.release-player-visual{height:30px}.release-player-controls{margin:14px 0}}
.release-audio-player{padding:16px 22px}.release-player-visual{height:24px;margin-bottom:8px}.release-player-status{line-height:1.2;margin-bottom:2px}.release-audio-player h3{min-height:2em;font-size:clamp(19px,2vw,26px);line-height:1}.release-player-controls{margin:10px 0}.release-player-controls button{width:34px;height:34px;font-size:21px}.release-player-controls .release-player-toggle{width:44px;height:44px;font-size:17px}.release-player-progress{min-height:20px}.release-player-volume{min-height:20px;margin-top:8px;margin-bottom:0}.release-player-progress input[type=range],.release-player-volume input[type=range]{height:4px;min-height:0;margin:0;padding:0;border:0;background:transparent}@media(max-width:480px){.release-audio-player{padding:16px 18px}.release-player-visual{height:22px}.release-player-controls{margin:9px 0}}
.release-player-stack{position:sticky;top:110px}.release-player-stack .release-audio-player{position:relative;top:auto}.release-player-cover{overflow:hidden;width:100%;margin:18px 0 0;border:1px solid rgba(217,183,107,.34);border-radius:18px;background:#050609;box-shadow:0 28px 70px rgba(0,0,0,.24)}.release-player-cover[hidden]{display:none}.release-player-cover img{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:cover}@media(max-width:820px){.release-player-stack{position:relative;top:auto}}
.release-track-list button{display:flex;align-items:center;gap:14px}.release-track-title{min-width:0;flex:1}.release-track-meta{display:flex;flex:0 0 auto;align-items:center;gap:10px}.release-track-duration{min-width:42px;color:var(--muted);font-size:12px;font-variant-numeric:tabular-nums;text-align:right}.release-track-format{padding:3px 6px;border:1px solid rgba(217,183,107,.38);border-radius:3px;color:var(--gold);font-size:9px;font-weight:800;letter-spacing:.1em}.release-track-list li.has-audio button::after{content:none}@media(max-width:480px){.release-track-list button{gap:9px}.release-track-meta{gap:7px}.release-track-duration{min-width:38px;font-size:11px}}

/* CMS entry is only shown in the desktop layout. */
@media (max-width: 900px), (hover: none) and (pointer: coarse) { .site-footer .desktop-cms-link { display: none; } }
