.thematiques-hero {
  position: relative;
}

.thematiques-hero__layout {
  align-items: center;
}

.thematiques-hero__visual {
  position: relative;
}

.thematiques-hero__figure {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-soft-ambient);
}

.thematiques-hero__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thematiques-hero__content {
  max-width: 34rem;
}

.thematiques-intro__grid {
  align-items: flex-start;
  gap: var(--space-32);
}

.thematiques-intro__card {
  align-self: stretch;
}

.thematiques-intro__cta {
  margin-top: var(--space-10);
}

.thematiques-gallery {
  background: radial-gradient(circle at 0 0, rgba(191, 107, 124, 0.12), transparent 60%),
              radial-gradient(circle at 120% 0, rgba(200, 169, 106, 0.12), transparent 60%),
              var(--color-surface);
}

.thematiques-tile__figure img {
  border-radius: var(--radius-md);
}

.thematiques-process__grid {
  align-items: flex-start;
  gap: var(--space-32);
}

.thematiques-ambiance-gallery__grid {
  align-items: center;
  gap: var(--space-32);
}

.thematiques-ambiance-gallery__figure {
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-md);
}

.thematiques-ambiance-gallery__links {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-6);
  margin-top: var(--space-10);
}

.thematiques-final-cta__inner {
  background: linear-gradient(135deg, rgba(60, 16, 40, 0.96), rgba(191, 107, 124, 0.9));
  color: var(--color-primary-contrast);
}

.thematiques-final-cta__inner h2 {
  color: var(--color-primary-contrast);
}

.thematiques-final-cta__inner p {
  color: rgba(253, 247, 239, 0.9);
}

.thematiques-final-cta__actions {
  margin-top: var(--space-6);
}

@media (max-width: 960px) {
  .thematiques-hero__content {
    max-width: none;
  }

  .thematiques-ambiance-gallery__grid {
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .thematiques-hero {
    padding-top: var(--space-24);
  }

  .thematiques-gallery {
    padding-top: var(--space-24);
    padding-bottom: var(--space-24);
  }
}
