/* Static storefront parity: global footer and WooCommerce archives. */
.footer-column ul,
.footer-legal-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-column ul {
  display: grid;
  gap: 12px;
}

.footer-legal-links ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 18px;
}

.footer-legal-links li {
  margin: 0;
}

.social-links .social-link-placeholder {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid #30465f;
  border-radius: 50%;
  color: #8ea0b5;
}

.section--shop {
  background: var(--white);
}

.section--shop .woocommerce-products-header {
  display: none;
}

.section--shop .catalogue-toolbar {
  margin-bottom: 18px;
}

.section--shop .catalogue-controls {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
}

.section--shop .filter-row {
  margin: 0;
}

.section--shop .filter-button {
  text-decoration: none;
}

.catalogue-ordering {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 9px;
  color: var(--ink-muted);
  font-size: .7rem;
  font-weight: 750;
}

.catalogue-ordering .woocommerce-ordering {
  float: none;
  margin: 0;
}

.catalogue-ordering .woocommerce-ordering select {
  min-width: 190px;
  padding: 9px 34px 9px 12px;
  border: 1px solid var(--line-dark);
  border-radius: 999px;
  background-color: var(--white);
  color: var(--ink-soft);
  font-size: .72rem;
}

.section--shop .woocommerce-notices-wrapper + ul.products,
.section--shop .woocommerce ul.products {
  margin-top: 0;
}

.section--shop .woocommerce-notices-wrapper:not(:empty) {
  margin-bottom: 28px;
}

.about-visual {
  margin: 0;
}

.about-visual img {
  width: 100%;
  max-height: 610px;
  border-radius: 18px;
  object-fit: cover;
}

.about-content .prose-content {
  max-width: none;
}

.about-content .content-grid--three {
  grid-template-columns: 1fr;
}

.sitemap-content .site-map-list {
  max-width: none;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
}

@media (max-width: 760px) {
  .section--shop .catalogue-controls {
    align-items: stretch;
    flex-direction: column;
  }

  .catalogue-ordering {
    justify-content: flex-start;
  }

  .catalogue-ordering .woocommerce-ordering,
  .catalogue-ordering .woocommerce-ordering select {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .section--shop .catalogue-toolbar {
    align-items: stretch;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .catalogue-count {
    text-align: left;
  }

  .footer-legal-links ul {
    justify-content: flex-start;
  }
}
