.beauty-hero {
  padding: var(--space-32) 0 var(--space-24);
}

.beauty-hero__content {
  align-items: stretch;
  gap: var(--space-16);
}

.beauty-hero__text p {
  max-width: 46rem;
}

.beauty-hero__image {
  align-self: stretch;
}

.beauty-hero__note {
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
  margin-top: var(--space-8);
}

.beauty-breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  margin-bottom: var(--space-12);
  font-size: var(--font-size-xs);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--gray-500);
}

.beauty-breadcrumbs__list li + li::before {
  content: "/";
  margin: 0 var(--space-4);
  color: var(--gray-300);
}

.beauty-section {
  padding: var(--space-24) 0;
}

.beauty-section--muted {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.94), var(--color-surface-muted));
}

.beauty-section__header {
  margin-bottom: var(--space-16);
}

.beauty-section__header--center {
  text-align: center;
}

.beauty-section__header--center p {
  margin-left: auto;
  margin-right: auto;
}

.beauty-list {
  list-style: disc;
  padding-left: 1.25rem;
  margin: 0 0 var(--space-8);
  color: var(--color-text);
  font-size: var(--font-size-sm);
}

.beauty-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.beauty-links-list li + li {
  margin-top: var(--space-4);
}

.beauty-essentials__item h3,
.beauty-featured__item h3,
.beauty-personalized__item h3,
.beauty-seasonal__item h3,
.beauty-showcase__item h3,
.beauty-shopping__item h3,
.beauty-sustainable__item h3 {
  margin-bottom: var(--space-6);
}

.beauty-chat-preview {
  max-width: 32rem;
}

.beauty-hero__actions .button,
.beauty-personalized__actions .button,
.beauty-shopping__actions .button {
  width: auto;
}

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

  .beauty-hero__inner {
    align-items: stretch;
  }

  .beauty-section {
    padding: var(--space-20) 0;
  }
}
