/**
 * dRUMELODY — desktop (1024px+) · 16:9
 * Isti cyber-electro identitet; uravnotežene slike i širina sadržaja.
 */

@media (min-width: 1024px) {
  :root {
    --desk-nav: 6.25rem;
    --desk-gutter: clamp(1.75rem, 3vw, 3rem);
    --desk-content: 68rem;
    --desk-pad-bottom: 3.5rem;

    /* Veličine slika — jedna skala cijelog sajta */
    --desk-hero-cover: 8.5rem;
    --desk-hero-soon: 6.25rem;
    --desk-portrait-w: 15.5rem;
    --desk-studio-h: 16.5rem;
    --desk-live-h: 10.5rem;
    --desk-album: 12.5rem;
    --desk-museum-h: 12.5rem;
    --desk-museum-w: 10.25rem;
    --desk-video-main-h: 16.5rem;
    --desk-video-thumb-h: 5.75rem;
  }

  body {
    touch-action: auto;
  }

  /* Sadržaj unutar sekcije — centriran, ista širina */
  .section > .section__label,
  .section > .section__title,
  .section > .section__lead,
  .section > .section__toolbar,
  .section > .manifest,
  .section > .studio-shot,
  .section > .visualizer,
  .section > .live-grid,
  .section > .live-hint,
  .section > .disco-note,
  .section > #radio-panel,
  .section > .radio-eq,
  .section > .shop-grid,
  .section > .timeline,
  .section > .drum-pads,
  .section > #booking-form,
  .section > .booking-form__mailto,
  .section > .streaming-links,
  .section > .contact-social,
  .section > .site-footer,
  .hero__content {
    width: 100%;
    max-width: var(--desk-content);
    margin-left: auto;
    margin-right: auto;
  }

  /* ——— Intro ——— */
  .intro-gate {
    padding-left: var(--desk-nav);
  }

  .intro-gate__inner {
    width: min(28rem, 42vw);
  }

  .intro-gate__logo {
    width: 7.5rem;
    max-height: 7.5rem;
  }

  .intro-gate__title {
    font-size: clamp(1.45rem, 2.15vw, 2rem);
    overflow: visible;
    margin-bottom: 0.4rem;
  }

  .intro-gate__title .glitch {
    display: block;
    max-width: 100%;
    white-space: nowrap;
    letter-spacing: -0.03em;
  }

  /* ——— Sidebar navigacija ——— */
  .dock {
    left: 1rem;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translate(-130%, -50%);
    padding: 0.5rem 0.4rem;
    border-radius: 1.15rem;
  }

  .dock.is-visible {
    transform: translate(0, -50%);
  }

  body.player-open .dock {
    transform: translate(-130%, -50%);
  }

  .dock__track {
    flex-direction: column;
    gap: 0.15rem;
    max-height: min(86vh, 40rem);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0.15rem;
  }

  .dock__item {
    padding: 0.48rem 0.55rem;
  }

  .dock__icon {
    font-size: 0.8rem;
  }

  .dock__label {
    font-size: 0.48rem;
  }

  /* ——— Sekcije ——— */
  .section {
    max-width: none;
    margin: 0;
    padding:
      clamp(2.5rem, 4vh, 3.75rem)
      var(--desk-gutter)
      var(--desk-pad-bottom)
      calc(var(--desk-nav) + var(--desk-gutter));
  }

  body.has-mini-player .section {
    padding-bottom: calc(var(--desk-pad-bottom) + var(--mini-player-h));
  }

  .section__label {
    font-size: 0.65rem;
    margin-bottom: 0.4rem;
  }

  .section__title {
    font-size: clamp(1.75rem, 2.4vw, 2.35rem);
    margin-bottom: 0.5rem;
  }

  .section__lead {
    font-size: 0.95rem;
    max-width: 36rem;
    margin-bottom: 1.1rem;
  }

  .section__toolbar {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.85rem;
  }

  .section__toolbar .disco-search,
  .section__toolbar .museum-search {
    flex: 1;
    max-width: 20rem;
    min-width: 11rem;
    margin-bottom: 0;
  }

  /* Parallax pozadine — suptilnije, bez prevelikog zuma */
  .parallax-bg__media img {
    object-fit: cover;
    object-position: center 35%;
  }

  .section--disco .parallax-bg__media img,
  .section--visual .parallax-bg__media img,
  .section--live .parallax-bg__media img {
    filter: saturate(1.1) contrast(1.05) brightness(0.65);
  }

  /* ——— Hero · cinematic 16:9 · centar ——— */
  .section--hero {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100svh;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .hero__veil {
    background:
      linear-gradient(105deg, rgba(3, 0, 8, 0.92) 0%, rgba(3, 0, 8, 0.55) 42%, rgba(3, 0, 8, 0.72) 100%),
      linear-gradient(180deg, rgba(3, 0, 8, 0.4) 0%, rgba(3, 0, 8, 0.88) 100%);
  }

  .hero__brand-art {
    top: 50%;
    left: 28%;
    right: auto;
    width: min(38vw, 32rem);
    max-width: 32rem;
    transform: translate(-50%, -50%);
    opacity: 0.2;
    z-index: 0;
  }

  .hero__live-layer {
    opacity: 0.38;
    object-position: center 28%;
    mask-image: linear-gradient(105deg, transparent 0%, black 35%, black 70%, transparent 100%);
    -webkit-mask-image: linear-gradient(105deg, transparent 0%, black 35%, black 70%, transparent 100%);
  }

  .hero__content {
    max-width: none;
    width: 100%;
    min-height: 0;
    height: 100%;
    padding: 0 clamp(0.5rem, 2vw, 2rem);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(26rem, 32rem);
    gap: clamp(2.5rem, 5vw, 5.5rem);
    align-items: center;
    width: 100%;
    max-width: var(--desk-content);
    margin: 0 auto;
    transform: translateY(-0.5vh);
    isolation: isolate;
  }

  .hero--enter-pending [data-hero-seq] {
    will-change: opacity, transform;
  }

  .hero__copy {
    position: relative;
    z-index: 3;
    padding: 1rem 0;
    min-width: 0;
    max-width: 100%;
  }

  .hero__deco {
    left: -0.5rem;
    top: -1.5rem;
    right: auto;
    font-size: clamp(4.5rem, 8vw, 7.5rem);
    -webkit-text-stroke: 1px rgba(255, 45, 154, 0.15);
    opacity: 0.85;
    max-width: 100%;
    overflow: hidden;
  }

  .hero__copy .eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.28em;
    margin-bottom: 0.65rem;
  }

  .hero__logo {

    margin-bottom: 0.75rem;
    line-height: 0.95;
    max-width: 100%;
    overflow: hidden;
  }

  .hero__logo .glitch {
    white-space: nowrap;
    max-width: 100%;
  }

  .hero__quote {
    font-size: clamp(1.05rem, 1.35vw, 1.25rem);
    line-height: 1.55;
    max-width: 34rem;
    color: rgba(244, 238, 248, 0.78);
    margin-bottom: 0;
  }

  .hero__facts {
    margin: 1.35rem 0 1.1rem;
    gap: 0.5rem;
  }

  .hero__facts li {
    font-size: 0.62rem;
    padding: 0.45rem 0.85rem;
    background: rgba(12, 0, 24, 0.65);
  }

  .hero__stream {
    margin-bottom: 1.5rem;
    gap: 0.5rem;
  }

  .hero__stream-pill {
    font-size: 0.62rem;
    padding: 0.5rem 0.95rem;
  }

  .hero__copy .scroll-cue {
    margin-top: 0.5rem;
  }

  .hero__stage {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    min-width: 0;
    max-width: 32rem;
    width: 100%;
    justify-self: end;
    align-self: end;

    padding-top: 0.25rem;
  }

  .hero__stage-head {
    margin-bottom: 0.5rem;
    padding-top: 0.15rem;
  }

  .hero__stage-label {
    font-size: 0.72rem;
    letter-spacing: 0.24em;
  }

  .hero__stage-hint {
    font-size: 0.58rem;
    opacity: 0.92;
  }

  .hero__row-soon {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: stretch;
    margin: 0;
    padding: 1.15rem 1.2rem;
    overflow: visible;
    border-radius: 1.1rem;
    background: linear-gradient(145deg, rgba(12, 0, 24, 0.88), rgba(3, 0, 8, 0.72));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
      0 24px 60px rgba(0, 0, 0, 0.45),
      0 0 48px rgba(107, 45, 255, 0.12);
  }

  .hero-featured-slot,
  .hero__soon {
    margin: 0;
    min-width: 0;
    width: 100%;
    flex: none;
  }

  .hero-release-card--now,
  .hero-release-card--soon {
    min-width: 0;
    width: 100%;
    overflow: visible;
  }

  .hero-release-card--now {
    display: grid;
    grid-template-columns: 10.25rem minmax(0, 1fr);
    gap: 1rem 1.15rem;
    align-items: center;
  }

  .hero-release-card--now .hero-release-card__visual {
    align-self: center;
  }

  .hero-release-card--now .hero-release-card__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
    min-width: 0;
    min-height: 10.25rem;
    padding: 0;
    justify-content: flex-start;
  }

  .hero-release-card--now .hero-featured__actions {
    position: relative;
    z-index: 4;
    width: 100%;
    margin-top: auto;
    padding-top: 0.5rem;
    flex-shrink: 0;
  }

  .hero-release-card--now .hero-featured__cover-wrap {
    width: 10.25rem !important;
    max-width: 10.25rem !important;
  }

  .hero-release-card--now .hero-featured__cover {
    border-radius: 0.5rem;
  }

  .hero-release-card--now .hero-release-card__title {
    font-size: clamp(1.45rem, 2vw, 2rem);
    line-height: 1.05;
    word-break: break-word;
    max-width: 100%;
  }

  .hero-release-card--now .hero-release-card__meta {
    font-size: 0.82rem;
    max-width: 100%;
  }

  .hero-release-card--now .hero-featured__badge {
    font-size: 0.58rem;
    padding: 0.3rem 0.65rem;
  }

  .hero-release-card--now .btn--listen {
    width: 100%;
    max-width: 14rem;
    min-width: 0;
    flex-shrink: 0;
  }

  .hero-release-card--soon {
    padding-top: 0.85rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
  }

  .hero-release-card--soon .hero__soon-trigger {
    display: grid;
    grid-template-columns: 8.5rem minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .hero-release-card--soon .hero-release-card__visual {
    grid-column: 1;
  }

  .hero-release-card--soon .hero-release-card__body {
    grid-column: 2;
    min-width: 0;
  }

  .hero__soon-cover-wrap {
    width: 8.5rem !important;
    max-width: 8.5rem !important;
  }

  .hero-release-card--soon .hero-release-card__title {
    font-size: clamp(1.15rem, 1.6vw, 1.5rem);
    line-height: 1.1;
    word-break: break-word;
  }

  .hero__soon-badge {
    font-size: 0.58rem;
    padding: 0.3rem 0.6rem;
  }

  .hero__stage #presave-panel {
    max-width: 100%;
    margin: 0;
    text-align: left;
  }

  .presave-panel {
    max-width: 100%;
    padding: 1rem 1.15rem;
  }

  /* ——— Manifest · magazinski članak (16:9) ——— */
  .section--about .manifest {
    align-items: flex-start;
    gap: clamp(1.75rem, 3vw, 2.5rem);
    margin-bottom: 2rem;
  }

  .section--about .manifest__portrait {
    flex: 0 0 clamp(11.5rem, 14vw, var(--desk-portrait-w));
    max-width: var(--desk-portrait-w);
    border-radius: 0.65rem;
    box-shadow:
      0 0 0 1px var(--glass-border),
      0 20px 48px rgba(255, 45, 154, 0.14);
  }

  .section--about .manifest__portrait img {
    width: 100%;
    height: auto;
    max-height: none;
    aspect-ratio: 3 / 4;
    object-fit: cover;
  }

  .section--about .manifest__portrait figcaption {
    padding: 2rem 0.75rem 0.65rem;
    font-size: 0.62rem;
    letter-spacing: 0.08em;
  }

  .section--about .manifest__text {
    flex: 1;
    min-width: 0;
    padding-top: 0.15rem;
  }

  .section--about .manifest__text p {
    font-size: clamp(0.92rem, 1.05vw, 1rem);
    line-height: 1.65;
    margin-bottom: 0.9rem;
    max-width: 52ch;
  }

  .section--about .manifest__tags {
    margin-top: 0.25rem;
  }

  .section--about .studio-shot {
    margin-top: 1.75rem;
    border-radius: 0.85rem;
    max-height: var(--desk-studio-h);
    overflow: hidden;
  }

  .section--about .studio-shot img {
    width: 100%;
    height: var(--desk-studio-h);
    max-height: var(--desk-studio-h);
    aspect-ratio: auto;
    object-fit: cover;
    object-position: center 40%;
  }

  /* ——— Live ——— */
  .section--live .visualizer {
    max-width: 22rem;
    height: 2.5rem;
    margin-bottom: 1rem;
  }

  .live-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
  }

  .live-card {
    aspect-ratio: 16 / 10;
    max-height: var(--desk-live-h);
  }

  .live-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .live-hint {
    text-align: left;
    font-size: 0.65rem;
  }

  /* ——— Diskografija · desktop showcase (mobil ostaje u main.css) ——— */
  .section--disco {
    padding-right: 0;
    padding-top: clamp(2.75rem, 4.5vh, 4rem);
    padding-bottom: calc(var(--desk-pad-bottom) + 0.5rem);
  }

  .section--disco > .section__label,
  .section--disco > .section__title,
  .section--disco > .section__toolbar,
  .section--disco > .disco-note {
    padding-right: var(--desk-gutter);
  }

  .section--disco > .section__title {
    margin-bottom: 0.35rem;
  }

  .section--disco > .section__toolbar {
    margin-bottom: 1.15rem;
    padding-bottom: 0.15rem;
  }

  .section--disco .disco-search__input {
    background: rgba(3, 0, 8, 0.72);
    border-color: rgba(255, 255, 255, 0.1);
    font-size: 0.9rem;
    padding: 0.7rem 1rem;
  }

  .section--disco .disco-search__input:focus {
    border-color: var(--cyan);
    box-shadow:
      0 0 0 2px rgba(0, 245, 255, 0.18),
      0 0 28px rgba(0, 245, 255, 0.12);
  }

  .section--disco .disco-filters {
    gap: 0.5rem;
    flex-shrink: 0;
  }

  .section--disco .disco-filters__btn {
    padding: 0.5rem 1rem;
    font-size: 0.62rem;
    letter-spacing: 0.12em;
    transition:
      background 0.25s,
      color 0.25s,
      border-color 0.25s,
      box-shadow 0.25s,
      transform 0.2s;
  }

  .section--disco .disco-filters__btn.is-active {
    box-shadow:
      0 0 24px var(--magenta-dim),
      inset 0 0 20px rgba(255, 45, 154, 0.08);
  }

  .section--disco .album-rail-wrap {
    position: relative;
    margin: 0;
    width: 100%;
    padding: 1.35rem 0 1.85rem;
    background:
      linear-gradient(180deg, rgba(107, 45, 255, 0.06) 0%, transparent 18%),
      linear-gradient(90deg, rgba(3, 0, 8, 0.55) 0%, rgba(12, 0, 24, 0.35) 50%, rgba(3, 0, 8, 0.55) 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(0, 245, 255, 0.08);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.04),
      0 28px 64px rgba(0, 0, 0, 0.35);
  }

  .section--disco .album-rail-wrap::before,
  .section--disco .album-rail-wrap::after {
    width: clamp(3.5rem, 7vw, 6.5rem);
    bottom: 0.85rem;
    opacity: 0;
  }

  .section--disco .album-rail-wrap--many::before,
  .section--disco .album-rail-wrap--many::after {
    opacity: 1;
  }

  .section--disco .album-rail-wrap::before {
    left: calc(var(--desk-nav) - 0.25rem);
    background: linear-gradient(
      90deg,
      rgba(3, 0, 8, 0.98) 0%,
      rgba(3, 0, 8, 0.75) 45%,
      transparent 100%
    );
  }

  .section--disco .album-rail-wrap::after {
    right: 0;
    background: linear-gradient(
      270deg,
      rgba(3, 0, 8, 0.98) 0%,
      rgba(3, 0, 8, 0.75) 45%,
      transparent 100%
    );
  }

  .section--disco .album-rail__hint {
    right: calc(var(--desk-gutter) + 0.75rem);
    bottom: 0.85rem;
    font-size: 0.62rem;
    letter-spacing: 0.16em;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    background: rgba(3, 0, 8, 0.65);
    border: 1px solid rgba(0, 245, 255, 0.2);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }

  .section--disco .album-rail-wrap--draggable .album-rail {
    cursor: grab;
  }

  .section--disco .album-rail-wrap.is-dragging .album-rail {
    cursor: grabbing;
  }

  .section--disco .album-rail {
    gap: 1.15rem;
    padding:
      0.65rem calc(var(--desk-gutter) + 0.25rem) 1.15rem
      calc(var(--desk-nav) + 0.85rem);
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }

  .section--disco .album-rail.is-dragging {
    scroll-snap-type: none;
  }

  .section--disco .album-rail::-webkit-scrollbar {
    height: 5px;
  }

  .section--disco .album-rail::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, var(--magenta-dim), var(--cyan));
    border-radius: 999px;
  }

  .section--disco .album-card {
    flex: 0 0 var(--desk-album);
    width: var(--desk-album);
    max-width: var(--desk-album);
    padding: 1rem;
    border-radius: 1.1rem;
    background: linear-gradient(155deg, rgba(18, 4, 32, 0.92), rgba(3, 0, 8, 0.78));
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.04),
      0 16px 40px rgba(0, 0, 0, 0.4);
    transition:
      transform 0.45s var(--ease-spring),
      box-shadow 0.45s,
      border-color 0.35s;
  }

  .section--disco .album-card--featured {
    flex: 0 0 calc(var(--desk-album) + 1.25rem);
    width: calc(var(--desk-album) + 1.25rem);
    max-width: calc(var(--desk-album) + 1.25rem);
    border-color: rgba(255, 23, 68, 0.45);
    box-shadow:
      0 0 0 1px rgba(255, 23, 68, 0.35),
      0 20px 48px rgba(255, 23, 68, 0.18),
      0 0 56px rgba(255, 45, 154, 0.12);
  }

  .section--disco .album-card__disc {
    width: 2.75rem;
    height: 2.75rem;
    top: 0.85rem;
    right: 0.85rem;
  }

  .section--disco .album-card__cover-img,
  .section--disco .album-card__cover {
    margin-bottom: 0.75rem;
    border-radius: 0.55rem;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
  }

  .section--disco .album-card h3 {
    font-size: 1.02rem;
    line-height: 1.1;
  }

  .section--disco .album-card p {
    font-size: 0.72rem;
    line-height: 1.4;
  }

  .section--disco .album-card__badge {
    font-size: 0.52rem;
    padding: 0.28rem 0.55rem;
  }

  .section--disco .disco-note {
    margin-top: 1rem;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    max-width: var(--desk-content);
    padding-right: var(--desk-gutter);
  }

  @media (hover: hover) and (pointer: fine) {
    .section--disco .disco-filters__btn:not(.is-active):hover {
      border-color: rgba(0, 245, 255, 0.35);
      color: var(--text);
    }

    .section--disco .album-card:not(.is-active):not(.is-disintegrating):hover {
      transform: translateY(-8px) scale(1.03);
      border-color: rgba(255, 45, 154, 0.45);
      box-shadow:
        0 0 0 1px rgba(255, 45, 154, 0.35),
        0 28px 56px rgba(255, 45, 154, 0.2),
        0 0 72px rgba(0, 245, 255, 0.1);
    }

    .section--disco .album-card:not(.is-active):not(.is-disintegrating):hover .album-card__disc {
      animation-play-state: running;
    }

    .section--disco .album-card--featured:not(.is-active):hover {
      box-shadow:
        0 0 0 1px rgba(255, 23, 68, 0.5),
        0 32px 64px rgba(255, 23, 68, 0.28),
        0 0 80px rgba(255, 45, 154, 0.18);
    }
  }

  /* ——— Visual — full-bleed rail ——— */
  .section--visual {
    padding-right: 0;
  }

  .section--visual > .section__label,
  .section--visual > .section__title,
  .section--visual > .section__lead,
  .section--visual > .section__toolbar {
    padding-right: var(--desk-gutter);
  }

  .museum-rail-wrap {
    margin: 0;
    width: 100%;
  }

  .museum-rail {
    padding-left: calc(var(--desk-nav) + 0.65rem);
    padding-right: var(--desk-gutter);
  }

  .museum-card {
    flex: 0 0 var(--desk-museum-w);
    width: var(--desk-museum-w);
    max-width: var(--desk-museum-w);
  }

  .museum-card img {
    width: 100%;
    height: var(--desk-museum-h);
    max-height: var(--desk-museum-h);
    aspect-ratio: auto;
    object-fit: cover;
  }

  .museum-card__cap {
    padding: 1.5rem 0.5rem 0.5rem;
  }

  .museum-card__title {
    font-size: 0.65rem;
  }

  /* ——— Video ——— */
  .section--videos {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(12rem, 18rem);
    column-gap: 1.75rem;
    row-gap: 0.65rem;
    align-items: start;
    max-width: none;
    padding-left: calc(var(--desk-nav) + var(--desk-gutter));
    padding-right: var(--desk-gutter);
  }

  .section--videos > .section__label,
  .section--videos > .section__title,
  .section--videos > .section__lead,
  .section--videos > .video-archive {
    grid-column: 1 / -1;
    max-width: var(--desk-content);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .section--videos > #video-featured {
    grid-column: 1;
    grid-row: 4;
    max-width: 100%;
    margin: 0;
  }

  .section--videos > #video-grid {
    grid-column: 2;
    grid-row: 4;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
    align-self: start;
    max-width: 18rem;
    width: 100%;
  }

  .video-featured__thumb {
    aspect-ratio: 16 / 9;
    max-height: var(--desk-video-main-h);
    overflow: hidden;
  }

  .video-featured__thumb img {
    width: 100%;
    height: 100%;
    max-height: var(--desk-video-main-h);
    object-fit: cover;
  }

  .video-featured__embed,
  .video-featured__embed iframe {
    max-height: var(--desk-video-main-h);
    aspect-ratio: 16 / 9;
  }

  .video-featured__meta {
    padding: 0.85rem 1rem 1rem;
  }

  .video-featured__meta h3 {
    font-size: 1.25rem;
  }

  .video-card img {
    width: 100%;
    height: var(--desk-video-thumb-h);
    max-height: var(--desk-video-thumb-h);
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  .video-card__meta {
    padding: 0.35rem 0.45rem;
  }

  .video-card__title {
    font-size: 0.62rem;
  }

  /* ——— Radio ——— */
  .section--radio {
    text-align: left;
    padding-left: calc(var(--desk-nav) + var(--desk-gutter));
    padding-right: var(--desk-gutter);
  }

  .section--radio .section__label,
  .section--radio .section__title,
  .section--radio .radio-eq,
  .section--radio #radio-panel {
    max-width: var(--desk-content);
    margin-left: auto;
    margin-right: auto;
  }

  .section--radio .radio-eq {
    margin-left: 0;
    max-width: 14rem;
    height: 2.25rem;
  }

  #radio-panel.radio-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(16rem, 22rem);
    gap: 1.75rem;
    align-items: center;
    text-align: left;
  }

  #radio-panel .radio-panel__desc {
    grid-column: 1;
    margin-bottom: 1rem;
    font-size: 0.9rem;
  }

  #radio-panel .radio-panel__actions {
    grid-column: 1;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0.65rem;
  }

  #radio-panel .radio-panel__embed-wrap {
    grid-column: 2;
    grid-row: 1 / span 2;
    margin-bottom: 0;
  }

  .radio-panel__embed {
    height: 11.5rem;
    min-height: 11.5rem;
  }

  /* ——— Shop ——— */
  .shop-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
  }

  .shop-card {
    padding: 1rem 1.1rem;
  }

  .shop-card__title {
    font-size: 1rem;
  }

  .shop-card__desc {
    font-size: 0.78rem;
  }

  /* ——— Timeline ——— */
  .section--timeline {
    padding-left: calc(var(--desk-nav) + var(--desk-gutter));
    padding-right: var(--desk-gutter);
  }

  .section--timeline .section__label,
  .section--timeline .section__title,
  .section--timeline .timeline {
    max-width: var(--desk-content);
    margin-left: auto;
    margin-right: auto;
  }

  .timeline__node p {
    font-size: 0.9rem;
    max-width: 40rem;
  }

  /* ——— Ritual ——— */
  .section--ritual .drum-pads {
    display: grid;
    grid-template-columns: repeat(4, 4.25rem);
    gap: 0.65rem;
    justify-content: center;
    max-width: none;
    margin-top: 1.25rem;
  }

  .section--ritual .pad {
    width: 4.25rem;
    height: 4.25rem;
    font-size: 0.95rem;
  }

  /* ——— Contact ——— */
  .section--contact {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    column-gap: clamp(2rem, 4vw, 3.5rem);
    row-gap: 0.85rem;
    align-items: start;
    padding-left: calc(var(--desk-nav) + var(--desk-gutter));
    padding-right: var(--desk-gutter);
  }

  .section--contact > .parallax-bg,
  .section--contact > .contact__pulse {
    grid-column: 1 / -1;
  }

  .section--contact > .section__label,
  .section--contact > .section__title,
  .section--contact > .section__lead {
    grid-column: 1 / -1;
    max-width: var(--desk-content);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .section--contact > #booking-form {
    grid-column: 1;
    grid-row: 4;
    max-width: 100%;
    margin: 0;
  }

  .section--contact > .booking-form__mailto {
    grid-column: 1;
    grid-row: 5;
    max-width: 100%;
    margin: 0;
    text-align: left;
  }

  .section--contact > .streaming-links {
    grid-column: 2;
    grid-row: 4;
    justify-content: flex-start;
    margin: 0;
    max-width: 100%;
  }

  .section--contact > .contact-social {
    grid-column: 2;
    grid-row: 5;
    max-width: 100%;
    margin: 0;
  }

  .section--contact > .site-footer {
    grid-column: 1 / -1;
    grid-row: 6;
    max-width: var(--desk-content);
    margin: 2rem auto 0;
  }

  .booking-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem 1rem;
    max-width: 100%;
  }

  .booking-form__field:nth-child(3),
  .booking-form__field:nth-child(4),
  .booking-form__submit {
    grid-column: 1 / -1;
  }

  .contact__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
  }

  .social-link {
    min-height: 3.75rem;
  }

  .site-footer img {
    width: 2.5rem;
  }
}

/* Širi ekran */
@media (min-width: 1280px) {
  :root {
    --desk-nav: 6.75rem;
    --desk-content: 72rem;
    --desk-album: 13.25rem;
    --desk-museum-w: 10.75rem;
    --desk-museum-h: 13rem;
    --desk-video-main-h: 18rem;
  }

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

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

  .section--videos {
    grid-template-columns: minmax(0, 1.4fr) 20rem;
  }

  .section--videos > #video-grid {
    max-width: 20rem;
  }

  .hero__layout {
    grid-template-columns: minmax(0, 1fr) minmax(28rem, 34rem);
    gap: 5rem;
  }

  .hero__stage {
    max-width: 34rem;
  }

  .hero-release-card--now .hero-featured__cover-wrap {
    width: 11rem !important;
    max-width: 11rem !important;
  }

  .hero-release-card--now {
    grid-template-columns: 11rem minmax(0, 1fr);
  }
}

@media (min-width: 1440px) {
  :root {
    --desk-hero-cover: 9rem;
    --desk-hero-soon: 6.75rem;
    --desk-portrait-w: 16.5rem;
    --desk-album: 14rem;
  }

  .section--disco .album-rail {
    gap: 1.35rem;
  }
}

/* Player */
@media (min-width: 1024px) {
  .player-sheet {
    left: calc(var(--desk-nav) + (100% - var(--desk-nav)) / 2);
    right: auto;
    width: min(24rem, calc(100vw - var(--desk-nav) - 4rem));
    max-height: min(78vh, 36rem);
    border-radius: 1.2rem;
    border: 1px solid var(--glass-border);
    transform: translate(-50%, 108%);
    padding-bottom: 1.25rem;
  }

  .player-sheet.is-open {
    transform: translate(-50%, 0);
  }

  .mini-player {
    left: var(--desk-nav);
    right: 0;
    width: auto;
    max-width: none;
    margin: 0;
    border-radius: 0;
    border-left: 1px solid var(--glass-border);
    bottom: 0;
    padding: 0.5rem 1.25rem;
  }

  .mini-player.is-visible {
    transform: translateY(0);
  }
}
