/* Scope the layout to the bilingual homepage hero, including client navigation. */
section:has(> video[poster="/assets/ali-chalmer-hero.20260915-video1.jpg"]) > .relative.z-10 {
  justify-content: flex-start;
}
section:has(> video[poster="/assets/ali-chalmer-hero.20260915-video1.jpg"]) > .relative.z-10 > div {
  width: 100%;
  max-width: 36rem;
  text-align: left;
}
section:has(> video[poster="/assets/ali-chalmer-hero.20260915-video1.jpg"]) h1 {
  font-size: clamp(3rem, 6vw, 6rem);
}
section:has(> video[poster="/assets/ali-chalmer-hero.20260915-video1.jpg"]) > .relative.z-10 > div > p {
  margin-left: 0;
  margin-right: 0;
}
section:has(> video[poster="/assets/ali-chalmer-hero.20260915-video1.jpg"]) > .relative.z-10 > div > .flex {
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  section:has(> video[poster="/assets/ali-chalmer-hero.20260915-video1.jpg"]) > .relative.z-10 > div {
    width: 50%;
  }
}
