body {
  background: radial-gradient(circle at top left, rgba(242, 201, 76, 0.04), transparent 55%), radial-gradient(circle at bottom right, rgba(74, 127, 76, 0.05), transparent 55%), var(--color-bg);
}
.hero-a-propos {
  background-color: #0f1410;
}
.hero-a-propos .hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, rgba(15, 20, 16, 0.5), rgba(15, 20, 16, 0.1));
  mix-blend-mode: multiply;
}
.hero-a-propos .hero-image {
  filter: saturate(1.05) contrast(1.02);
}
.hero-panel-a-propos {
  margin-left: auto;
  margin-right: auto;
}
.hero-panel-a-propos .heading-eyebrow {
  letter-spacing: 0.2em;
}
.hero-meta-a-propos {
  justify-content: flex-start;
}
.section-header {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--space-xl);
}
.section-header .chapeau {
  margin-top: var(--space-sm);
}
.section-story {
  background: linear-gradient(to bottom, rgba(247, 245, 240, 0.8), rgba(253, 253, 251, 0.95));
}
.story-layout {
  align-items: flex-start;
}
.story-text {
  min-width: 0;
}
.story-card {
  max-width: 360px;
}
.story-values-list {
  margin: 0;
  padding-left: 1.1rem;
}
.story-values-list li {
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 0.1rem;
}
.section-team {
  background: var(--color-bg);
}
.team-layout > * {
  min-width: 0;
}
.team-media-frame {
  box-shadow: var(--shadow-elevated);
}
.team-content {
  min-width: 0;
}
.team-highlights {
  margin-top: var(--space-md);
}
.team-pillars-list {
  margin: 0;
  padding-left: 1.1rem;
}
.team-pillars-list li {
  margin-bottom: 0.5rem;
}
.section-interiors {
  background: var(--color-bg-alt);
}
.interiors-layout > * {
  min-width: 0;
}
.interiors-media-frame {
  box-shadow: var(--shadow-elevated);
}
.interiors-content {
  min-width: 0;
}
.interiors-details {
  margin-top: var(--space-sm);
}
.interiors-list {
  margin: 0;
  padding-left: 1.1rem;
}
.interiors-list li {
  margin-bottom: 0.5rem;
}
.section-invitation {
  background: radial-gradient(circle at top, rgba(216, 240, 211, 0.5), rgba(247, 245, 240, 0.95));
}
.invitation-cta .reservation-cta-title {
  letter-spacing: 0.02em;
}
.btn-group .btn {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .story-card {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .section-header {
    margin-bottom: var(--space-lg);
  }
  .hero-panel-a-propos {
    margin-left: 0;
    margin-right: 0;
  }
  .team-highlights,
  .interiors-details {
    margin-top: var(--space-md);
  }
}
@media (max-width: 480px) {
  .reservation-cta-actions {
    flex-direction: column;
  }
}
.fade-in-up[data-animate] {
  will-change: opacity, transform;
}
