.roulette-hero {
  max-width: 56rem;
  margin: 0 auto;
}

.roulette-hero__figure {
  margin-top: var(--space-8);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.roulette-hero__image {
  width: 100%;
  height: auto;
}

.roulette-intro {
  align-items: center;
}

.roulette-intro__figure {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.roulette-intro__image {
  width: 100%;
  height: auto;
}

.roulette-bullets li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.4rem;
  font-size: var(--font-size-sm);
  color: var(--color-text-soft);
}

.roulette-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background-color: var(--color-primary);
}

.roulette-mobile__card {
  height: 100%;
}

.roulette-cta-inline {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-4);
}

.roulette-audience .card {
  height: 100%;
}

.roulette-link {
  font-size: var(--font-size-sm);
}

.roulette-host__figure {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.roulette-host__image {
  width: 100%;
  height: auto;
}

.roulette-atmosphere__extra {
  padding-left: var(--space-6);
}

.roulette-gallery__card {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  gap: var(--space-6);
  align-items: center;
}

.roulette-gallery__image {
  width: 100%;
  border-radius: var(--radius-md);
}

.roulette-gallery__caption {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.roulette-faq__item {
  height: 100%;
}

.roulette-contact-short__card {
  border-radius: calc(var(--radius-lg) * 1.1);
}

.roulette-contact-short__actions {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  justify-content: center;
}

@media (max-width: 960px) {
  .roulette-gallery__card {
    grid-template-columns: 1fr;
  }

  .roulette-atmosphere__extra {
    padding-left: 0;
    margin-top: var(--space-4);
  }
}

@media (max-width: 640px) {
  .roulette-hero__figure {
    margin-top: var(--space-6);
  }

  .roulette-gallery__caption {
    align-items: flex-start;
  }

  .roulette-cta-inline {
    flex-direction: column;
    align-items: flex-start;
  }
}
