.hero {
  background-color: var(--color-surface);
}

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

.hero__subtitle {
  max-width: 34rem;
  color: var(--color-text-muted);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-4);
  margin-bottom: var(--space-4);
}

.hero__meta-label {
  font-size: var(--font-size-sm);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-text-muted);
  margin-bottom: var(--space-2);
}

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

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

.highlight-bar {
  background-color: var(--color-surface-muted);
}

.highlight-bar__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-6);
  align-items: flex-start;
}

.highlight-bar__title {
  font-size: var(--font-size-md);
  margin-bottom: var(--space-2);
}

.highlight-bar__text {
  color: var(--color-text-muted);
  margin-bottom: 0;
}

.section-header {
  max-width: 40rem;
  margin-bottom: var(--space-6);
}

.section-header--compact {
  margin-bottom: var(--space-4);
}

.section-header__subtitle {
  color: var(--color-text-muted);
}

.collections__grid {
  align-items: stretch;
}

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

.collections__list li + li {
  margin-top: var(--space-2);
}

.collections__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.gallery__wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: var(--space-6);
  align-items: stretch;
}

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

.gallery__controls {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-bottom: var(--space-3);
}

.gallery__text {
  color: var(--color-text-muted);
}

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

.gallery__chip.chip--active {
  border-color: var(--color-primary);
  background-color: var(--color-primary-soft);
  color: var(--color-primary-strong);
}

.bestseller-grid {
  align-items: stretch;
}

.bestseller-card .card-body {
  color: var(--color-text-muted);
}

.occasion__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);
  gap: var(--space-6);
  align-items: center;
}

.occasion__media img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.occasion__grid {
  margin-bottom: var(--space-4);
}

.occasion-card .card-body {
  color: var(--color-text-muted);
}

.occasion__cta {
  display: flex;
  justify-content: flex-start;
}

.reviews-grid {
  align-items: stretch;
  margin-bottom: var(--space-6);
}

.review-card .card-body {
  color: var(--color-text-muted);
}

.trust-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-6);
}

.trust-points__item h3 {
  font-size: var(--font-size-lg);
  margin-bottom: var(--space-2);
}

.trust-points__item p {
  color: var(--color-text-muted);
  margin-bottom: 0;
}

.personal-grid {
  align-items: stretch;
}

.personal-card .card-body {
  color: var(--color-text-muted);
}

.personal__cta {
  margin-top: var(--space-6);
  display: flex;
  justify-content: center;
}

.responsive__grid {
  align-items: flex-start;
}

.responsive__content {
  background-color: var(--color-surface);
  border-radius: var(--radius-md);
  padding: var(--space-5);
  box-shadow: var(--shadow-xs);
}

.responsive__content--secondary {
  background-color: var(--color-surface-muted);
}

.responsive__list {
  list-style: disc;
  padding-left: 1.25rem;
  color: var(--color-text-muted);
}

.responsive__list li + li {
  margin-top: var(--space-2);
}

.responsive__legal-link {
  margin-top: var(--space-4);
}

.newsletter {
  background-color: var(--color-surface);
}

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

.newsletter__content p {
  color: var(--color-text-muted);
}

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

.newsletter__fields {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.newsletter__fields input[type="email"] {
  flex: 1 1 14rem;
}

.newsletter__legal {
  margin-top: var(--space-2);
  font-size: var(--font-size-xs);
  color: var(--color-text-muted);
}

.newsletter__social h3 {
  font-size: var(--font-size-lg);
  margin-bottom: var(--space-2);
}

.newsletter__social p {
  color: var(--color-text-muted);
}

.newsletter__social-links {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-top: var(--space-3);
}

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

  .gallery__wrapper {
    grid-template-columns: minmax(0, 1fr);
  }

  .occasion__layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .highlight-bar__inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .trust-points {
    grid-template-columns: minmax(0, 1fr);
  }

  .newsletter__inner {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  .hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .newsletter__fields {
    flex-direction: column;
    align-items: stretch;
  }
}
