@media (max-width: 1150px) {
  .section-shell { padding-inline: 48px; }
  .masthead__row { width: calc(100% - 48px); gap: 16px; }
  .masthead__collections { gap: 12px; font-size: 10px; }
  .masthead__utilities { gap: 12px; font-size: 10px; }
  .masthead .wordmark { font-size: 22px; }
  .home-hero__inner { padding-inline: 48px; }
  .product-grid { gap: 24px; }
  .product-card__photo { height: auto; aspect-ratio: 280 / 340; }
  .artist-section__inner { gap: 40px; }
  .artist-section__photo { height: auto; aspect-ratio: 480 / 560; }
}
@media (max-width: 850px) {
  .masthead { padding-top: 0; }
  .masthead__row { width: 100%; padding: 10px 20px; grid-template-columns: 1fr auto 1fr; gap: 8px; }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: flex-start; width: 44px; height: 44px; font-size: 18px; }
  .masthead__collections, .masthead__tagline, .masthead__utilities button:not(.bag-link) { display: none; }
  .masthead__utilities { font-size: 11px; text-transform: none; }
  .home-hero { min-height: 640px; }
  .home-hero h1 { font-size: 44px; line-height: 50px; }
  .home-hero__copy { max-width: 520px; }
  .collection-section { padding-block: 80px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px 24px; }
  .artist-section__inner { padding-block: 64px; gap: 32px; }
  .artist-section h2 { font-size: 26px; line-height: 34px; }
  .artist-quote { padding-block: 80px; }
}
@media (max-width: 600px) {
  .desktop-copy { display: none !important; }
  .mobile-copy { display: block; }
  .section-shell { padding-inline: 24px; }
  h2 { font-size: 26px; }
  .masthead { border-bottom: 0; background: var(--color-white); }
  .masthead__row { padding-block: 10px 4px; min-height: 58px; }
  .masthead .wordmark { font-size: 16px; }
  .masthead .brand-logo { inline-size:clamp(142px,42vw,174px); }
  .home-hero { min-height: 560px; }
  .home-hero::after { background: linear-gradient(180deg, transparent, rgb(31 26 18 / .25) 55%, rgb(31 26 18 / .75)); }
  .home-hero__inner { padding: 64px 24px 36px; }
  .home-hero__copy { width: 100%; max-width: none; }
  .home-hero h1 { font-size: 32px; line-height: 38px; }
  .home-hero__copy > p { font-size: 14px; line-height: 22px; }
  .home-hero__actions { margin-top: 16px; }
  .home-hero__actions .button { width: 100%; }
  .home-hero__actions .text-link { display: none; }
  .collection-section { padding-block: 64px; }
  .section-intro { font-size: 14px; line-height: 22px; }
  .product-grid { grid-template-columns: minmax(0, 1fr); gap: 32px; margin-top: 32px; }
  .product-card__photo { height: 340px; aspect-ratio: auto; }
  .product-card__placeholder { right: auto; max-width: calc(100% - 24px); padding: 4px 8px; background: rgb(255 255 255 / .85); border-radius: 4px; }
  .collection-filter { align-items: flex-start; }
  .artist-section, .newsletter { display: none; }
  .artist-quote { padding: 64px 32px; background: var(--color-surface); }
  .artist-quote blockquote { font-size: 22px; line-height: 30px; }
  .artist-quote figcaption { margin-top: 16px; font-size: 11px; letter-spacing: .33px; }
  .footer { padding-top: 48px; gap: 24px; }
  .footer .wordmark { font-size: 22px; }
  .footer > p { font-size: 13px; }
  .footer nav { flex-direction: column; gap: 0; }
  .footer nav a, .footer nav button { justify-content: center; font-size: 13px; }
  .footer .footer__copyright { width: calc(100% - 48px); }
}
