@font-face { font-family: Areal; src: url('/fonts/ABCAreal-Regular.woff2') format('woff2'); font-style: normal; font-weight: 400; font-display: swap; }
* { box-sizing: border-box; }
:root { color-scheme: light; font-family: Areal, Arial, Helvetica, sans-serif; color: #000; background: #fff; font-synthesis: none; font-size: 16px; line-height: 1.4; }
body { margin: 0; padding: 0 24px; min-height: 100svh; display: flex; flex-direction: column; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; color: inherit; }
button { background: none; border: 0; border-radius: 0; cursor: pointer; padding: 0; }
button { min-height: 44px; }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 1px solid #000; outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip-link { position: fixed; top: -80px; left: 24px; background: #fff; padding: 12px; z-index: 5; }
.skip-link:focus { top: 6px; }
.site-header { position: sticky; top: 0; z-index: 3; background: #fff; display: flex; justify-content: space-between; align-items: center; gap: 24px; min-height: 56px; }
.categories { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 20px; margin-left: auto; margin-right: auto; }
.categories button { color: #666; }
.categories button[aria-pressed='true'] { color: #000; }
.header-actions { display: flex; gap: 20px; }
.header-actions button { color: #666; }
#menu-toggle { display: none; }
.search-panel { position: sticky; top: 56px; z-index: 2; background: #fff; padding: 24px 0 16px; }
.search-panel input { border: 0; border-bottom: 1px solid #000; border-radius: 0; background: #fff; width: 100%; padding: 8px 0 16px; font-size: clamp(22px, 3vw, 36px); appearance: none; }
.search-panel input::placeholder { color: #757575; }
.search-meta { display: flex; justify-content: space-between; align-items: center; gap: 20px; color: #666; font-size: 13px; margin-top: 8px; }
main { flex: 1; min-width: 0; }
.collection-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px 16px; grid-auto-flow: row dense; }
.item { min-width: 0; }
.item-link { display: flex; flex-direction: column; height: 100%; }
.item-media { position: relative; aspect-ratio: 3 / 2; background: #e9e9e9; overflow: hidden; }
.item-media img { position: absolute; width: 100%; height: 100%; object-fit: cover; inset: 0; display: block; }
.item[data-category='Brands'] .item-media { background: #fff; }
.item[data-category='Brands'] .item-media img { object-fit: contain; }
.item-typographic { display: flex; align-items: center; justify-content: center; padding: 24px; background: #f2f2f2; }
.item-typographic span { font-size: clamp(20px, 2.5vw, 38px); line-height: 1.12; letter-spacing: -.04em; text-align: center; overflow-wrap: anywhere; }
.item-caption { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; padding-top: 12px; }
.item h2 { margin: 0; font-size: 16px; line-height: 1.4; font-weight: 400; overflow-wrap: anywhere; }
.item-caption > span { color: #666; flex-shrink: 0; }
.item-featured { grid-column: span 2; grid-row: span 2; }
.item-featured .item-media { flex: 1; aspect-ratio: auto; min-height: 240px; }
@media (min-width: 1024px) { .item-featured:nth-child(10n) { grid-column: 3 / span 2; } }
.is-filtered .item-featured { grid-column: auto; grid-row: auto; }
.is-filtered .item-featured .item-media { flex: none; min-height: 0; aspect-ratio: 3 / 2; }
.empty-state { padding: 20vh 16px; text-align: center; }
.empty-state h2 { font-size: clamp(26px, 4vw, 48px); font-weight: 400; letter-spacing: -.045em; margin: 0; }
.empty-state p { color: #666; margin: 18px 0; }
.empty-state button { text-decoration: underline; text-underline-offset: 5px; }
footer { display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: 12px 32px; margin-top: 80px; padding: 24px 0; color: #666; font-size: 13px; }
footer .byline { margin-left: auto; text-align: right; }
footer a { text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 1023px) { .collection-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } .categories { gap: 16px; } }
@media (max-width: 767px) {
  body { padding: 0 16px; }
  .site-header { gap: 16px; }
  .header-actions { margin-left: auto; }
  #menu-toggle { display: block; }
  .categories { display: none; }
  .categories.is-open { display: flex; position: absolute; top: 56px; left: -16px; right: -16px; padding: 8px 16px 16px; justify-content: flex-start; background: #fff; z-index: 4; gap: 8px 24px; }
  .collection-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .item-featured { grid-column: span 2; grid-row: auto; }
  .item-featured .item-media { aspect-ratio: 3 / 2; flex: none; min-height: 0; }
  .item-caption { flex-wrap: wrap; gap: 2px 8px; }
  .item-featured .item-caption { flex-wrap: nowrap; }
  .item-caption > span { font-size: 14px; }
  .item-typographic { padding: 16px; }
}
@media (hover: hover) and (pointer: fine) { .item-link:hover { opacity: .8; } button:hover { color: #000; } }
@media (prefers-reduced-motion: no-preference) { .item-link { transition: opacity 180ms ease; } }
