.textiles-hero {
  background: radial-gradient(circle at top left, var(--color-primary-soft), transparent 55%),
              radial-gradient(circle at bottom right, #fdf2e9, transparent 55%);
}

.textiles-hero__container {
  align-items: stretch;
}

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

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

.textiles-hero__actions {
  margin-top: var(--space-2);
}

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

@media (min-width: 768px) {
  .textiles-hero__content {
    max-width: 32rem;
  }

  .textiles-hero__content,
  .textiles-hero__media {
    flex: 1;
  }

  .textiles-hero__content {
    justify-content: center;
  }

  .textiles-hero__media {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

.textiles-breadcrumbs ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  padding: 0;
  margin: 0 0 var(--space-3);
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.textiles-breadcrumbs li + li::before {
  content: "/";
  margin-right: var(--space-2);
  color: var(--gray-400);
}

.textiles-breadcrumbs a {
  color: var(--color-text-muted);
}

.textiles-breadcrumbs a:hover {
  color: var(--color-primary);
}

.textiles-section-header {
  max-width: 40rem;
}

.textiles-gallery__grid {
  display: grid;
  gap: var(--space-5);
}

.textiles-gallery__figure {
  border-radius: var(--radius-lg);
  overflow: hidden;
}

@media (min-width: 900px) {
  .textiles-gallery__grid {
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1.4fr);
    align-items: center;
  }
}

.textiles-materials__grid {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.textiles-reviews__grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.textiles-recommendations__grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.textiles-security__layout {
  max-width: 56rem;
  margin-inline: auto;
}

.textiles-security__grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.textiles-trends__grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.textiles-partners__layout {
  align-items: center;
}

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

@media (min-width: 900px) {
  .textiles-partners__layout {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.4fr);
  }
}

.textiles-returns__layout {
  max-width: 56rem;
  margin-inline: auto;
}

.textiles-returns__grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.textiles-returns__links,
.textiles-security__links {
  margin-top: var(--space-1);
}
