@font-face {
  font-family: "KARYO Readex Stable";
  src: url("/assets/fonts/readex-pro-arabic.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: optional;
}

@font-face {
  font-family: "KARYO Plex Stable";
  src: url("/assets/fonts/ibm-plex-sans-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: optional;
}

html[lang="ar"] body,
html[lang="ar"] .hero-section,
html[lang="ar"] .primary-nav a,
html[lang="ar"] .button {
  font-family: "KARYO Readex Stable", system-ui, sans-serif;
}

html[lang="en"] body,
html[lang="en"] .hero-section,
html[lang="en"] .primary-nav a,
html[lang="en"] .button,
html[lang="en"] .hero-pathway span,
html[lang="en"] .hero-pathway small {
  font-family: "KARYO Plex Stable", system-ui, sans-serif;
}

.hero-photo {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  contain: layout paint;
  display: block;
}

.hero-photo > img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

@media (max-width: 760px) {
  .hero-section,
  .hero-layout {
    min-height: 47rem;
  }

  .hero-photo {
    min-height: 47rem;
  }

  .brand-link {
    width: 7.35rem;
    min-width: 7.35rem;
    height: 3.05rem;
    background: url("/assets/karyo-logo-horizontal.webp") center / contain no-repeat;
  }

  .brand-link picture {
    width: 100%;
    height: 100%;
    opacity: 0;
  }

  .brand-link img {
    width: 100%;
    height: 100%;
    max-height: none;
  }

  .brand-zone {
    gap: 0.5rem;
  }

  html[lang="ar"] .hero-meta {
    direction: rtl;
    column-gap: 1.2rem;
    row-gap: 0.8rem;
    justify-content: flex-start;
  }
}

@media (max-width: 460px) {
  .hero-section,
  .hero-layout,
  .hero-photo {
    min-height: 53rem;
  }

  html[lang="ar"] .hero-meta {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    min-height: 4.1rem;
  }

  html[lang="ar"] .hero-meta span {
    width: max-content;
    max-width: 100%;
  }
}

@media (max-width: 360px) {
  .brand-link {
    width: 6.8rem;
    min-width: 6.8rem;
  }
}
