/* hero.desktop.css — surcharge >= 1024px : deux colonnes côte à côte */
.hero {
  flex-direction: row-reverse;
  align-items: stretch;
  min-height: 560px;
}

.hero__media {
  width: 52%;
  height: auto;
  max-height: none;
  min-height: 100%;
}

.hero__content {
  width: 48%;
  max-width: none;
  margin-inline: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: var(--space-8);
  padding-inline: var(--space-8) var(--space-7);
}

.hero h1 {
  max-width: 14ch;
}
