/* Finitions visuelles demandées */
.button,
.ghost {
  border-radius: 6px;
}

.media-copy {
  border-radius: 8px;
}

.reverse .media > video {
  object-position: right center;
}

.protect-media > img {
  object-fit: cover;
  object-position: center;
  padding: 0;
  background: none;
}

@media (max-width: 560px) {
  .reverse .media > video {
    object-position: 82% center;
  }
}

/* Typographie plus ample et plus légère */
.hero h1,
.section h2,
.copy h2 {
  font-weight: 500;
}

.hero h1 {
  font-size: clamp(52px, 6.35vw, 92px);
}

.section h2,
.copy h2 {
  font-size: clamp(44px, 5vw, 72px);
}

h3,
.media-copy strong {
  font-weight: 500;
}

.nav nav {
  font-size: 14px;
}

.nav nav a,
.button,
.ghost,
.contact > a,
.brand {
  font-weight: 600;
}

.button,
.ghost {
  font-size: 14px;
}

.kicker,
.media-copy small {
  font-size: 11px;
  font-weight: 650;
}

@media (max-width: 560px) {
  .hero h1 {
    font-size: 50px;
  }

  .section h2,
  .copy h2 {
    font-size: 44px;
  }
}
