/* T163 — visible EN/TR spacing: mirror the airy Arabic composition. */
@media (min-width: 921px) {
  html[lang="en"] #home .home-after-hero-content > .identity-section,
  html[lang="tr"] #home .home-after-hero-content > .identity-section {
    grid-template-columns: 356px 400px !important;
    justify-content: space-between !important;
    column-gap: 0 !important;
    padding-inline: 24px !important;
  }

  html[lang="en"] #home .identity-section .section-copy,
  html[lang="tr"] #home .identity-section .section-copy {
    width: 400px !important;
    max-width: 400px !important;
    justify-self: end !important;
    margin: 0 !important;
    padding: 2px 0 !important;
    text-align: left !important;
  }

  html[lang="en"] #home .identity-section .section-copy h2 {
    max-width: 13ch !important;
    font-size: clamp(2rem, 2.4vw, 2.72rem) !important;
  }

  html[lang="tr"] #home .identity-section .section-copy h2 {
    max-width: 14ch !important;
    font-size: clamp(1.94rem, 2.25vw, 2.58rem) !important;
  }

  html[lang="en"] #home .identity-section .section-copy p,
  html[lang="tr"] #home .identity-section .section-copy p {
    max-width: 34ch !important;
  }

  html[lang="en"] #home .identity-section .sign-photo,
  html[lang="tr"] #home .identity-section .sign-photo {
    width: 356px !important;
    height: 430px !important;
    justify-self: start !important;
    margin: 0 !important;
  }
}

@media (min-width: 921px) and (max-width: 1120px) {
  html[lang="en"] #home .home-after-hero-content > .identity-section,
  html[lang="tr"] #home .home-after-hero-content > .identity-section {
    grid-template-columns: 320px 370px !important;
    justify-content: space-between !important;
    column-gap: 0 !important;
  }

  html[lang="en"] #home .identity-section .section-copy,
  html[lang="tr"] #home .identity-section .section-copy {
    width: 370px !important;
    max-width: 370px !important;
  }

  html[lang="en"] #home .identity-section .sign-photo,
  html[lang="tr"] #home .identity-section .sign-photo {
    width: 320px !important;
    height: 392px !important;
  }
}

@media (max-width: 920px) {
  html[lang="en"] #home .home-after-hero-content > .identity-section,
  html[lang="tr"] #home .home-after-hero-content > .identity-section {
    grid-template-columns: 1fr !important;
    justify-content: stretch !important;
    gap: 14px !important;
  }

  html[lang="en"] #home .identity-section .section-copy,
  html[lang="tr"] #home .identity-section .section-copy {
    width: 100% !important;
    max-width: none !important;
    justify-self: stretch !important;
    text-align: center !important;
  }
}
