/* Sistonen Fotografia — alinhamento mobile refinado v9 */
figure { margin: 0; }

@media (max-width: 820px) {
  .about {
    overflow: hidden;
  }

  .about .container {
    width: min(calc(100vw - 32px), 560px);
  }

  .about-grid {
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    align-items: center;
    gap: 42px;
  }

  .about-image {
    justify-self: center;
    width: min(100%, 360px);
    max-width: 360px;
    min-height: 0;
    height: auto;
    aspect-ratio: 4 / 5;
    margin: 0 auto;
    border-radius: 148px 148px 20px 20px;
  }

  .about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 44%;
  }

  .about-copy {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    padding-inline: 4px;
    text-align: center;
  }

  .about-copy .eyebrow {
    max-width: 100%;
    margin: 0 auto 16px;
    text-align: center;
  }

  .about-copy .display {
    width: 100%;
    max-width: 500px;
    margin-inline: auto;
    font-size: clamp(40px, 11.5vw, 56px);
    line-height: 1.02;
    letter-spacing: -.035em;
    text-align: center;
    overflow-wrap: normal;
    word-break: normal;
  }

  .about-copy p:not(.eyebrow) {
    max-width: 440px;
    margin: 22px auto 0;
    font-size: 15px;
    line-height: 1.72;
    text-align: center;
  }

  .about-signature {
    width: fit-content;
    max-width: 100%;
    margin: 28px auto 0;
    justify-content: center;
    text-align: center;
  }

  .about-signature::before {
    width: 38px;
    flex: 0 0 38px;
  }

  .whatsapp-float {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 430px) {
  .about .container {
    width: min(calc(100vw - 36px), 430px);
  }

  .about-grid {
    gap: 36px;
  }

  .about-image {
    width: min(100%, 342px);
    border-radius: 132px 132px 18px 18px;
  }

  .about-copy {
    padding-inline: 2px;
  }

  .about-copy .display {
    max-width: 350px;
    font-size: clamp(39px, 11.3vw, 49px);
    line-height: 1.03;
  }

  .about-copy p:not(.eyebrow) {
    max-width: 350px;
    font-size: 14px;
  }

  .about-signature {
    font-size: 12px;
  }
}

@media (max-width: 360px) {
  .about .container {
    width: calc(100vw - 28px);
  }

  .about-image {
    width: min(100%, 316px);
  }

  .about-copy .display {
    max-width: 320px;
    font-size: 38px;
  }

  .about-copy p:not(.eyebrow) {
    max-width: 318px;
  }
}
