/* BUILD 05.3 — dedicated cache-safe watch-page mobile layout overrides.
   Loaded ONLY by the six project watch pages, after /style.css. */
@media (max-width: 760px) {
  .watch-page,
  .watch-page main,
  .watch-page main > section,
  .watch-page .site-footer {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }

  .watch-page main,
  .watch-page main > section,
  .watch-page main > section > *,
  .watch-page .watch-hero-inner,
  .watch-page .watch-player-shell,
  .watch-page .watch-copy-grid,
  .watch-page .watch-copy-grid > *,
  .watch-page .watch-prose,
  .watch-page .watch-contact-panel,
  .watch-page .watch-contact-panel > *,
  .watch-page .contact-actions,
  .watch-page .site-footer .page-shell,
  .watch-page .footer-grid,
  .watch-page .footer-grid > * {
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  /* One consistent 16px mobile gutter for hero, player and editorial copy. */
  .watch-page .watch-hero-inner,
  .watch-page .watch-player-shell,
  .watch-page .watch-copy-grid {
    width: calc(100% - 32px) !important;
    max-width: none !important;
    min-width: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Compact hero placed safely below the 66px fixed mobile header. */
  .watch-page .watch-hero {
    padding: 92px 0 28px !important;
  }
  .watch-page .watch-hero-inner {
    display: block !important;
  }
  .watch-page .watch-hero .eyebrow {
    max-width: 100% !important;
    margin-bottom: 12px !important;
  }
  .watch-page .watch-hero h1 {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 0 16px !important;
    font-size: clamp(2rem, 9.1vw, 2.375rem) !important;
    line-height: 1.02 !important;
    letter-spacing: -.03em !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }
  .watch-page .watch-lead {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    font-size: 1rem !important;
    line-height: 1.56 !important;
  }

  /* Player aligns exactly to the same 16px gutter as copy. */
  .watch-page .watch-player-section {
    padding: 0 0 34px !important;
  }
  .watch-page .watch-player-shell {
    display: block !important;
  }
  .watch-page .watch-player-frame {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    margin: 0 !important;
    aspect-ratio: 16 / 9 !important;
    overflow: hidden !important;
    border-radius: 10px !important;
  }
  .watch-page .watch-player-frame iframe {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    border: 0 !important;
  }
  .watch-page .watch-youtube-link {
    display: inline-flex !important;
    max-width: 100% !important;
    margin-top: 12px !important;
  }

  /* Remove desktop grid behavior completely on phones. */
  .watch-page .watch-section {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    padding: 34px 0 !important;
  }
  .watch-page .watch-copy-grid {
    display: block !important;
    grid-template-columns: none !important;
    gap: 0 !important;
  }
  .watch-page .watch-copy-grid > * {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }
  .watch-page .watch-copy-grid > :first-child {
    margin: 0 0 16px !important;
  }
  .watch-page .watch-copy-grid .eyebrow {
    margin-bottom: 10px !important;
  }
  .watch-page .watch-copy-grid h2 {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    font-size: clamp(1.625rem, 7.25vw, 1.875rem) !important;
    line-height: 1.1 !important;
    letter-spacing: -.025em !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }
  .watch-page .watch-prose {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
  }
  .watch-page .watch-prose p {
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 14px !important;
    font-size: 1rem !important;
    line-height: 1.6 !important;
  }
  .watch-page .watch-prose p:last-child {
    margin-bottom: 0 !important;
  }
  .watch-page .watch-service-actions {
    width: 100% !important;
    max-width: none !important;
    margin-top: 18px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
  .watch-page .watch-service-actions .btn {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Contact background is full-bleed; inner copy/buttons use the same 16px gutter. */
  .watch-page .contact-section {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 36px 0 !important;
    display: block !important;
  }
  .watch-page .watch-contact-panel {
    width: calc(100% - 32px) !important;
    max-width: none !important;
    min-width: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 !important;
    display: block !important;
    grid-template-columns: none !important;
    gap: 0 !important;
  }
  .watch-page .watch-contact-panel > * {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }
  .watch-page .watch-contact-panel h2 {
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 12px !important;
    font-size: clamp(1.8rem, 7.7vw, 2.125rem) !important;
    line-height: 1.08 !important;
  }
  .watch-page .watch-contact-panel p {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }
  .watch-page .contact-actions {
    width: 100% !important;
    max-width: none !important;
    margin-top: 20px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    justify-content: stretch !important;
  }
  .watch-page .contact-actions .btn {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  /* Footer remains full-width while all columns stack naturally. */
  .watch-page .site-footer {
    width: 100% !important;
    max-width: none !important;
    padding: 42px 0 0 !important;
  }
  .watch-page .site-footer .page-shell {
    width: calc(100% - 32px) !important;
    max-width: none !important;
    min-width: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .watch-page .footer-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    width: calc(100% - 32px) !important;
    max-width: none !important;
  }
  .watch-page .footer-grid > * {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }
  .watch-page .footer-bottom.page-shell {
    width: calc(100% - 32px) !important;
    max-width: none !important;
    margin-top: 34px !important;
    padding: 22px 0 !important;
  }
}
