/* MMPAV service pages - unified mobile spacing (import last in each service *.css) */

@media (max-width: 768px) {
  /* Base section rhythm */
  .section {
    padding: 3rem 0;
  }

  .section-header {
    margin-bottom: 2rem;
  }

  /* Spotlight heroes (AV Production, Lighting Design) */
  .hero.hero--spotlight {
    min-height: auto;
    padding-top: var(--nav-clearance, 5.5rem);
  }

  .hero__inner--spotlight {
    padding: 1.25rem 1.25rem 1.75rem;
  }

  /* Centered text heroes (layout in mmpav-cohesive.css) */
  .hero.hero--centered {
    padding: 5.5rem 0 2.5rem;
  }

  .hero.hero--centered .hero__content,
  .hero.hero--centered .hero__inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  /* Split heroes */
  .hero--split .hero__inner {
    padding: 5.5rem 1.25rem 2rem;
  }

  .hero__sub {
    margin-bottom: 1.5rem;
  }

  .hero__ctas {
    gap: 0.75rem;
    justify-content: center;
  }

  /* Hero → video reel */
  .hero-video-section {
    padding: 1rem 0 1.25rem;
  }

  .hero.hero--centered + .hero-video-section,
  .hero.hero--spotlight + .hero-video-section {
    padding-top: 0;
  }

  /* Video → capabilities */
  .hero-video-section + .f108-section {
    padding-top: 1.5rem;
  }

  /* Hero → capabilities (no video in between) */
  .hero.hero--centered + .f108-section,
  .hero.hero--spotlight + .hero-video-section + .f108-section,
  .hero.hero--centered + .hero-video-section + .f108-section {
    padding-top: 1.5rem;
    border-top: none;
  }

  /* F108 tabbed block */
  .f108-tabs {
    margin-bottom: 1.25rem;
  }

  .f108-panel {
    padding: 1.5rem;
    gap: 1.5rem;
  }

  /* Named sections that repeat extra padding in page CSS */
  .process-section,
  .reel-section,
  .faq-section,
  .cta-section,
  .specs-section,
  .features-section,
  .wwp-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (max-width: 480px) {
  .section {
    padding: 2.5rem 0;
  }

  .hero.hero--spotlight {
    padding-top: 5rem;
  }

  .hero__inner--spotlight {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
  }

  .hero--split .hero__inner {
    padding-top: 5rem;
    padding-bottom: 1.5rem;
  }

  .hero.hero--centered {
    padding-top: 5rem;
    padding-bottom: 2rem;
  }

  .hero-video-section {
    padding: 0.75rem 0 1rem;
  }

  .hero-video-section + .f108-section,
  .hero.hero--centered + .f108-section,
  .hero.hero--spotlight + .hero-video-section + .f108-section,
  .hero.hero--centered + .hero-video-section + .f108-section {
    padding-top: 1.25rem;
  }

  .hero__ctas {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .hero__ctas .btn-gradient,
  .hero__ctas .btn.btn--ghost {
    width: 100%;
    justify-content: center;
  }
}
