/* Reduced desktop viewports, including browser zoom. Mobile overrides follow. */
@media (min-width: 768px) and (max-height: 650px) {
  .software-stage, .stage, .reading.closing-study > .closing-stage {
    min-height: 0;
    height: 100svh;
  }

  .software-copy {
    overflow-y: auto;
    overflow-x: hidden;
    align-content: safe center;
    pointer-events: auto;
    scroll-padding-block: 12px;
    scrollbar-width: thin;
  }
  .software-chapter:not(.active), .chapter:not(.active) { display: none; }
  .software-hello .intro-story { height: auto; min-height: 0; }
  .software-hello .intro-beat:not(.active) { display: none; }

  .story {
    max-height: 100%;
    padding-block: 12px;
    overflow-y: auto;
    overflow-x: hidden;
    align-content: safe center;
    pointer-events: auto;
    scroll-padding-block: 12px;
    scrollbar-width: thin;
  }
  .figure-area { min-height: 0; }

  .closing-copy,
  .closing-chapter :is(.enquiry-form, .booking-choice, .booking-receipt) {
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    scroll-padding-block: 12px;
    scrollbar-width: thin;
  }
  .closing-chapter:is(.roadmap-sequence, .atelier-sequence) {
    overflow-y: auto;
    overflow-x: hidden;
    align-items: start;
    scroll-padding-block: 12px;
    scrollbar-width: thin;
  }
  .closing-studio-notes { max-height: 100%; overflow-y: auto; scrollbar-width: thin; }
}
