/* mobile */
@media (max-width: 480px) {
  body {
    padding: 16px;
  }

  .card {
    padding: 16px 14px 14px;
  }

  h1 {
    font-size: 1.5rem;
  }

  .logo-img {
    max-width: 180px;
    width: 75%;
  }

  .station-switch {
    top: var(--switch-y);
    width: 36px;
    height: 36px;
  }

  .scene {
    --switch-y: 82px;
  }

  .station-switch-left {
    left: 4px;
  }

  .station-switch-right {
    right: 4px;
  }

  .station-switch-mark {
    width: 8px;
    height: 8px;
  }

  .controls {
    min-height: 54px;
  }

  .controls::after {
    content: "use device volume";
    margin-left: 14px;
    font-size: 0.74rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--accent-soft);
    opacity: 0.72;
  }

  .slider-block {
    display: none;
  }

  /* sumažinam tarpą tarp player ir footerio, net kai disclaimer uždarytas */
  .disclaimer-card {
    margin-top: 4px;        /* vietoj 14px */
  }

  footer {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-top: 0;          /* nebededam papildomo tarpo virš footerio */
  }

  /* atidarius disclaimer, footeris nebeprilimpa prie kortelės */
  .disclaimer-card.disclaimer-open + footer {
    margin-top: 12px;
  }

  /* 1 eilutė: stoties nuotaikos tekstas centre */
  .tagline-small {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }

  .footer-links {
    min-height: 0;
  }

  .about-link {
    position: static;
  }

  /* Mobile footer laikom paprastą ir simetrišką */
  #contactToggle {
    position: static;
  }

  /* 2 eilutė: Hypnale / Contact centre */
  .footer-links {
    justify-content: center;
    gap: 14px;
    width: auto;
    margin-top: 0;
  }

  .footer-copy {
    display: flex;
    text-align: center;
    width: auto;
    justify-content: center;
    margin-top: 0;
    transform: translateY(1px);
  }

  .about-modal {
    padding: 18px;
  }

  .about-panel {
    padding: 26px 20px 22px;
    border-radius: 24px;
  }

  .about-photo-wrap {
    width: 118px;
    height: 118px;
  }
}
