/* Official FIAM SVG identity — transparent and proportionally scaled. */

.site-header__brand {
  width: clamp(136px, 10vw, 164px) !important;
  height: auto !important;
  aspect-ratio: 263.3 / 80.08;
  flex: 0 0 auto;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.site-header__brand img,
.site-footer__logo img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  background: transparent !important;
  object-fit: contain;
}

.site-header__brand img {
  aspect-ratio: 263.3 / 80.08;
  transition: opacity .18s ease;
}

.site-footer__logo {
  width: clamp(180px, 17vw, 235px) !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.intro-sequence__center img {
  width: clamp(270px, 31vw, 470px) !important;
  height: auto;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  object-fit: contain;
}

@media (max-width: 900px) {
  .site-header__brand {
    width: 126px !important;
  }
}

@media (max-width: 780px) {
  .site-header__brand {
    width: 112px !important;
  }

  .site-footer__logo {
    width: 178px !important;
  }

  .intro-sequence__center img {
    width: min(78vw, 360px) !important;
  }
}

@media (max-width: 390px) {
  .site-header__brand {
    width: 104px !important;
  }
}
