/* Shared type and spacing corrections for every storefront page. */
.wordmark.logo-mark {
  display: inline-flex;
  align-items: center;
  flex: none;
  width: 190px;
  max-width: 100%;
  height: 60px;
  line-height: 1;
}
.wordmark.logo-mark img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.footer-top > div,
.footer-links > div { min-width: 0; }

.product-card .product-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.28;
  overflow-wrap: anywhere;
}
.product-copy h1 { font-size: clamp(34px, 3.1vw, 48px); }
.product-copy h1.product-title-long {
  font-size: clamp(29px, 2.35vw, 36px);
  line-height: 1.12;
}
.product-seo-copy h2 { font-size: clamp(24px, 2.4vw, 29px); }
.legal-main h1 { overflow-wrap: anywhere; }
.legal-section p,
.legal-section li,
.legal-table { overflow-wrap: anywhere; }

@media (min-width: 801px) and (max-width: 1199px) {
  .product-grid.shop-grid,
  .selection .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 800px) {
  .product-card .product-title { font-size: 15px; }
  .product-copy h1 { font-size: 33px; }
  .product-copy h1.product-title-long { font-size: 27px; }
  .product-seo-copy h2 { font-size: 24px; }
  .legal-main h1 { font-size: clamp(39px, 6vw, 48px); letter-spacing: -1.8px; }
  .collection-intro h1 { font-size: clamp(42px, 6vw, 50px); }
  .account-hero h1 { font-size: clamp(42px, 6vw, 54px); }
  .account-form h2,
  .account-dashboard h2 { font-size: 31px; }
  .manifesto h2 { font-size: clamp(29px, 4.5vw, 35px); }
  .footer-top .wordmark.logo-mark { width: 175px; height: 55px; }
}

@media (max-width: 560px) {
  .hero h1 { font-size: clamp(49px, 13vw, 64px); letter-spacing: -2.5px; }
  .shop-hero h1 { font-size: clamp(41px, 12vw, 48px); letter-spacing: -1.7px; }
  .product-card .product-title { font-size: 14px; }
  .product-copy h1 { font-size: 31px; }
  .product-copy h1.product-title-long { font-size: 25px; }
  .product-seo-copy h2 { font-size: 22px; line-height: 1.2; }
  .account-form h2,
  .account-dashboard h2 { font-size: 29px; }
  .footer-top { gap: 24px; }
  .footer-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 22px 18px;
    padding-right: 0;
  }
  .footer-links > div:last-child {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 18px;
    align-content: start;
  }
  .footer-links > div:last-child h3 { grid-column: 1 / -1; }
  .footer-links h3 { margin-bottom: 12px; }
  .footer-links a,
  .footer-links button { line-height: 1.35; }
}
