.hero-entreprise {
  padding-block: clamp(4.5rem, 11vw, 6.5rem);
}

.hero-entreprise-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.4fr);
  gap: var(--space-8);
  align-items: center;
}

@media (max-width: 960px) {
  .hero-entreprise-inner {
    grid-template-columns: minmax(0, 1fr);
  }
}

.hero-entreprise-media {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.hero-entreprise-image-wrap {
  border-radius: 32px;
  overflow: hidden;
  box-shadow: var(--shadow-strong);
}

.hero-entreprise-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-entreprise-strip {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}

.hero-entreprise-content {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.hero-entreprise-title {
  font-size: clamp(2.3rem, 4vw, 3rem);
}

.hero-entreprise-text {
  max-width: 36rem;
}

.hero-entreprise-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.hero-entreprise-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-4);
  padding: var(--space-4);
  border-radius: var(--radius-xl);
  background: linear-gradient(120deg, rgba(247, 227, 201, 0.9), rgba(226, 237, 248, 0.9));
}

@media (max-width: 768px) {
  .hero-entreprise-meta {
    grid-template-columns: minmax(0, 1fr);
  }
}

.hero-entreprise-meta-label {
  font-size: var(--text-xs);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--gray-500);
}

.hero-entreprise-meta-value {
  font-weight: 500;
}

.section-heading {
  max-width: 44rem;
  margin-inline: auto;
}

.entreprise-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.entreprise-list-inline {
  flex-direction: row;
  flex-wrap: wrap;
}

.entreprise-list-inline li {
  flex: 1 1 45%;
}

@media (max-width: 768px) {
  .entreprise-list-inline li {
    flex-basis: 100%;
  }
}

.entreprise-badges {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}

.entreprise-card-highlight {
  background: radial-gradient(circle at top left, rgba(226, 237, 248, 0.9), rgba(255, 255, 255, 0.98));
}

.section-formats-wrap {
  align-items: stretch;
}

.section-formats-image {
  margin-top: var(--space-8);
}

.section-formats-image-inner {
  border-radius: 32px;
  overflow: hidden;
  box-shadow: var(--shadow-medium);
}

.section-formats-image-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.entreprise-success-image {
  margin-top: var(--space-6);
}

.entreprise-success-image-inner {
  border-radius: 32px;
  overflow: hidden;
  box-shadow: var(--shadow-medium);
}

.entreprise-success-image-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.entreprise-card-ethique {
  background: radial-gradient(circle at top left, rgba(242, 156, 143, 0.18), rgba(255, 255, 255, 0.98));
}

.strip-gallery {
  margin-top: var(--space-4);
}

@media (max-width: 600px) {
  .hero-entreprise-title {
    font-size: clamp(2rem, 7vw, 2.4rem);
  }

  .hero-entreprise-actions {
    flex-direction: column;
    align-items: flex-start;
  }
}
