/* V59 — mobile listening comfort + quieter Author note heading.
   Music-page and reader-room refinements are mobile-only. The Author note
   heading is reduced on every viewport for a calmer reading hierarchy. */

/* Author page: smaller on both desktop and mobile. */
body[data-page="author"] .author-note h2 {
  font-size: clamp(1.25rem, 1.14rem + .42vw, 1.5rem) !important;
  line-height: 1.24 !important;
  margin-bottom: 16px !important;
}

@media (max-width: 680px) {
  body[data-page="author"] .author-note h2 {
    font-size: 1.2rem !important;
    line-height: 1.25 !important;
    margin-bottom: 12px !important;
  }
}

@media (max-width: 640px) {
  /* Main Music page: reclaim the top of the screen for listening. */
  body[data-page="music"] .music-direct-section {
    padding-top: 20px !important;
    padding-bottom: 40px !important;
  }

  body[data-page="music"] .direct-listen-card h1 {
    max-width: 330px !important;
    margin: 0 auto 5px !important;
    font-size: 1.48rem !important;
    line-height: 1.12 !important;
    text-align: center !important;
    text-wrap: balance;
  }

  body[data-page="music"] .audio-intro {
    margin-bottom: 14px !important;
    font-size: .88rem !important;
    line-height: 1.36 !important;
    text-align: center !important;
  }

  body[data-page="music"] .compact-main-player {
    gap: 5px !important;
    padding: 10px 10px 9px !important;
    border-radius: 14px !important;
  }

  body[data-page="music"] .compact-main-player .audio-player-topline {
    margin-bottom: 1px !important;
    font-size: .62rem !important;
    line-height: 1.2 !important;
  }

  body[data-page="music"] .compact-main-player .audio-player-title {
    font-size: .96rem !important;
    line-height: 1.22 !important;
  }

  body[data-page="music"] .compact-main-actions {
    gap: 5px !important;
    margin-top: 6px !important;
  }

  body[data-page="music"] .compact-main-actions .audio-control-btn {
    min-height: 36px !important;
    padding: 5px 4px !important;
    font-size: .74rem !important;
  }

  body[data-page="music"] .compact-main-player .audio-progress-row {
    gap: 5px !important;
  }

  body[data-page="music"] .compact-main-player .audio-seek-host-v30,
  body[data-page="music"] .compact-main-player .audio-seek-host-v30 .audio-seek-v30 {
    min-height: 40px !important;
  }

  body[data-page="music"] .compact-main-player .time-readout {
    font-size: .72rem !important;
  }

  body[data-page="music"] .compact-main-player .playback-options-row {
    gap: 4px 10px !important;
    padding-top: 1px !important;
  }

  body[data-page="music"] .compact-main-player .playback-option {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    font-size: .68rem !important;
  }

  body[data-page="music"] .direct-song-list {
    margin-top: 12px !important;
  }

  body[data-page="music"] .direct-song {
    min-height: 50px !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }

  /* Reader room: smaller centered title and a genuinely compact player. */
  body[data-page="spoiler"] .beyond-page .beyond-music-card h2 {
    max-width: none !important;
    margin: 0 auto 7px !important;
    font-size: 1.12rem !important;
    line-height: 1.18 !important;
    text-align: center !important;
    letter-spacing: .005em !important;
  }

  body[data-page="spoiler"] .beyond-page .beyond-compact-player {
    gap: 0 !important;
    margin-bottom: 6px !important;
    padding: 9px 9px 8px !important;
    border-radius: 14px !important;
  }

  body[data-page="spoiler"] .beyond-page .beyond-now-line {
    gap: 2px !important;
    line-height: 1.15 !important;
  }

  body[data-page="spoiler"] .beyond-page .beyond-now-line span {
    font-size: .58rem !important;
    line-height: 1.15 !important;
  }

  body[data-page="spoiler"] .beyond-page .beyond-now-line strong {
    font-size: .86rem !important;
    line-height: 1.2 !important;
  }

  body[data-page="spoiler"] .beyond-page .compact-controls-row {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 4px !important;
    margin-top: 7px !important;
  }

  body[data-page="spoiler"] .beyond-page .compact-controls-row .audio-control-btn {
    min-width: 0 !important;
    min-height: 34px !important;
    padding: 4px 2px !important;
    font-size: .68rem !important;
    line-height: 1.15 !important;
  }

  body[data-page="spoiler"] .beyond-page .compact-progress-row {
    gap: 6px !important;
    margin-top: 6px !important;
  }

  body[data-page="spoiler"] .beyond-page .beyond-compact-player .audio-seek-host-v30,
  body[data-page="spoiler"] .beyond-page .beyond-compact-player .audio-seek-host-v30 .audio-seek-v30 {
    min-height: 40px !important;
  }

  body[data-page="spoiler"] .beyond-page .beyond-compact-player .time-readout {
    font-size: .72rem !important;
  }

  body[data-page="spoiler"] .beyond-page .beyond-playback-options {
    padding-top: 1px !important;
  }

  body[data-page="spoiler"] .beyond-page .beyond-playback-options .playback-option {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    font-size: .66rem !important;
  }

  body[data-page="spoiler"] .beyond-page .beyond-song {
    min-height: 44px !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
}
