/* O frame fornecido é desktop; abaixo preservamos a composição e a leitura em
 * telas estreitas, seguindo os limites usados nos outros heróis do site. */
@media (max-width: 700px) {
  .sg-camera-hero--desktop {
    display: none;
  }

  .sg-camera-hero--mobile {
    display: block;
  }

  .sg-camera-hero {
    padding: 42px 0 52px;
  }

  .sg-camera-hero__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
    width: min(calc(100% - 40px), var(--sg-container));
  }

  .sg-camera-hero__copy {
    gap: 20px;
  }

  .sg-camera-hero h1 {
    font-size: clamp(34px, 10.77vw, 42px);
    line-height: .98;
  }

  .sg-camera-hero__copy p {
    max-width: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.375;
    font-variation-settings: "wght" 400, "wdth" 100;
  }

  .sg-camera-hero__photo {
    border-radius: 22px;
  }

  .sg-camera-hero__photo::before {
    filter: blur(18px);
  }
}
