@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --paper: #f4f1eb;
  --ink: #151515;
  --muted: #716e68;
  --line: #d7d2ca;
  --dark: #151515;
  --white: #fffdf9;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Manrope', Arial, sans-serif;
  --mono: 'DM Mono', monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 14px; }
body.is-locked { overflow: hidden; }
button, input, select { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { border: 0; background: none; cursor: pointer; }
img { display: block; width: 100%; }

.announcement { padding: 9px 20px; background: var(--dark); color: #fff; font: 10px var(--mono); letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.site-header { position: sticky; top: 0; z-index: 10; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 72px; padding: 0 3.5vw; border-bottom: 1px solid var(--line); background: rgba(244, 241, 235, .94); backdrop-filter: blur(16px); }
.brand { font-size: 14px; font-weight: 700; letter-spacing: .16em; line-height: 1; }
.brand-image { display: block; width: 140px; height: auto; max-height: 18px; object-fit: contain; }
.desktop-nav { display: flex; gap: 24px; margin-left: 5vw; font: 11px var(--mono); text-transform: uppercase; }
.desktop-nav a, .desktop-nav .nav-link, .footer-links a { transition: opacity .2s ease; }
.desktop-nav a:hover, .desktop-nav .nav-link:hover, .footer-links a:hover { opacity: .5; }
.header-actions { display: flex; justify-content: flex-end; gap: 20px; font: 11px var(--mono); text-transform: uppercase; }
.text-action { padding: 8px 0; font: inherit; text-transform: inherit; }
.bag-count { color: var(--muted); }
.menu-toggle { display: none; }
.mobile-nav, .search-panel { display: none; }
.search-panel { position: absolute; z-index: 2; top: 72px; right: 3.5vw; width: min(380px, calc(100% - 36px)); padding: 16px; border: 1px solid var(--line); background: var(--paper); box-shadow: 0 16px 35px rgba(0,0,0,.08); }
.search-panel.is-open { display: block; }
.search-panel label { display: block; margin-bottom: 8px; color: var(--muted); font: 9px var(--mono); text-transform: uppercase; }
.search-row { display: flex; gap: 8px; }
.search-row input { flex: 1; min-width: 0; border: 0; border-bottom: 1px solid var(--ink); outline: 0; background: none; font-size: 12px; }
.search-row .button { min-height: 38px; padding: 0 13px; }

.hero { position: relative; min-height: min(765px, calc(100vh - 106px)); background: #34312e; color: #fff; overflow: hidden; }
.hero-media, .hero-media::after { position: absolute; inset: 0; }
.hero-media::after { content: ''; background: linear-gradient(90deg, rgba(0,0,0,.52), transparent 70%); }
.hero-media img { height: 100%; object-fit: cover; object-position: 50% 30%; }
.hero-content { position: absolute; top: 50%; left: 8.4vw; transform: translateY(-47%); }
.hero h1 { margin: 12px 0 30px; font: 7.4vw/.87 var(--serif); letter-spacing: -.08em; }
.eyebrow { margin: 0; color: var(--muted); font: 10px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.hero .eyebrow { color: rgba(255,255,255,.7); }
.hero-index { position: absolute; right: 3.5vw; bottom: 28px; margin: 0; font: 10px var(--mono); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 15px; min-height: 46px; padding: 0 20px; font: 10px var(--mono); letter-spacing: .07em; text-transform: uppercase; transition: background .2s ease, color .2s ease; }
.button span, .arrow-link span { font-size: 16px; }
.button-light { background: var(--white); color: var(--ink); }
.button-light:hover { background: var(--ink); color: #fff; }
.button-dark { background: var(--dark); color: #fff; }
.button-dark:hover { background: #3e3b37; }

.section-wrap { padding-right: 8.4vw; padding-left: 8.4vw; }
.collaboration { display: grid; grid-template-columns: .85fr 1.15fr; gap: 28px; align-items: center; padding-bottom: 140px; }
.collaboration-copy h2 { max-width: 400px; margin: 18px 0 35px; font: clamp(38px, 5vw, 74px)/.9 var(--serif); letter-spacing: -.07em; }
.arrow-link { display: inline-flex; align-items: center; gap: 16px; width: fit-content; padding-bottom: 6px; border-bottom: 1px solid currentColor; font: 11px var(--mono); text-transform: uppercase; }
.arrow-link:hover span { transform: translate(3px, -3px); }
.arrow-link span { transition: transform .2s ease; }

.shop { padding-top: 28px; padding-bottom: 150px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; padding-bottom: 42px; border-bottom: 1px solid var(--line); }
.section-heading h2 { margin: 13px 0 0; font: clamp(38px, 5vw, 76px)/.9 var(--serif); letter-spacing: -.07em; }
.section-note { margin: 0; color: var(--muted); font: 12px/1.45 var(--mono); text-align: right; }
.filters { display: flex; gap: 18px; padding: 22px 0; overflow-x: auto; }
.filter { padding: 8px 0; border-bottom: 1px solid transparent; color: var(--muted); font: 10px var(--mono); text-transform: uppercase; white-space: nowrap; }
.filter.is-active, .filter:hover { border-color: var(--ink); color: var(--ink); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 55px 14px; }
.product-card[hidden] { display: none; }
.product-image { position: relative; display: block; width: 100%; padding: 0; overflow: hidden; background: #dedad3; text-align: left; }
.product-image img, .product-image .media-placeholder { aspect-ratio: 4 / 5; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1), filter .3s ease; }
.product-image:hover img, .product-image:hover .media-placeholder { transform: scale(1.035); filter: saturate(1); }
.product-tag { position: absolute; z-index: 1; top: 15px; left: 15px; padding: 6px 8px; background: var(--paper); font: 9px var(--mono); text-transform: uppercase; }
.quick-add { position: absolute; right: 14px; bottom: 14px; left: 14px; display: flex; justify-content: space-between; padding: 13px 14px; background: var(--white); font: 10px var(--mono); opacity: 0; transform: translateY(8px); transition: opacity .25s ease, transform .25s ease; text-transform: uppercase; }
.quick-add span { font-size: 16px; line-height: 10px; }
.product-image:hover .quick-add, .product-image:focus-visible .quick-add { opacity: 1; transform: translateY(0); }
.product-meta { display: flex; justify-content: space-between; gap: 12px; padding-top: 15px; font-size: 12px; }
.product-meta h3 { margin: 0 0 5px; font-size: 12px; font-weight: 500; }
.product-meta p { margin: 0; color: var(--muted); font: 10px var(--mono); text-transform: uppercase; }
.product-meta strong { font: 11px var(--mono); font-weight: 400; }
.empty-state { padding: 60px 0; color: var(--muted); font: 12px var(--mono); text-align: center; }


.footer { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; padding-top: 26px; padding-bottom: 30px; border-top: 1px solid var(--line); }
.footer-links { display: flex; justify-content: center; gap: 18px; font: 10px var(--mono); text-transform: uppercase; }
.footer > p { margin: 0; color: var(--muted); font: 10px var(--mono); text-align: right; text-transform: uppercase; }

.drawer-backdrop { position: fixed; z-index: 19; inset: 0; background: rgba(0,0,0,.35); opacity: 0; pointer-events: none; transition: opacity .25s ease; }
.drawer-backdrop.is-open { opacity: 1; pointer-events: auto; }
.cart-drawer { position: fixed; z-index: 20; top: 0; right: 0; bottom: 0; display: flex; flex-direction: column; width: min(430px, 100%); padding: 35px; background: var(--paper); box-shadow: -15px 0 45px rgba(0,0,0,.08); transform: translateX(100%); transition: transform .3s cubic-bezier(.2,.7,.2,1); }
.cart-drawer.is-open { transform: translateX(0); }
.drawer-heading, .checkout-heading { display: flex; align-items: flex-start; justify-content: space-between; }
.drawer-heading h2, .checkout-heading h2 { margin: 11px 0 0; font: 36px var(--serif); letter-spacing: -.06em; }
.close-button { padding: 0; font-size: 30px; font-weight: 300; line-height: 1; }
.cart-items { flex: 1; margin: 42px 0; overflow-y: auto; }
.cart-line { display: grid; grid-template-columns: 80px 1fr auto; gap: 14px; align-items: start; padding: 16px 0; border-bottom: 1px solid var(--line); }
.cart-thumb { width: 80px; aspect-ratio: 4/5; object-fit: cover; }
.cart-line h3 { margin: 0 0 6px; font-size: 12px; font-weight: 500; }
.cart-line p { margin: 0; color: var(--muted); font: 10px var(--mono); }
.cart-line strong { font: 10px var(--mono); font-weight: 400; }
.line-actions { display: flex; align-items: center; gap: 11px; margin-top: 20px; color: var(--muted); font: 10px var(--mono); }
.line-actions button { font-size: 14px; }
.remove-line { color: var(--ink); text-decoration: underline; }
.cart-empty { margin: auto 0; color: var(--muted); font: 11px var(--mono); text-align: center; }
.cart-empty .arrow-link { margin-top: 16px; color: var(--ink); }
.cart-footer > div, .summary-total { display: flex; justify-content: space-between; padding: 18px 0 20px; border-top: 1px solid var(--ink); font: 11px var(--mono); text-transform: uppercase; }
.cart-footer strong, .summary-total strong { font-weight: 400; }
.cart-footer .button { width: 100%; }
.cart-footer small { display: block; margin-top: 12px; color: var(--muted); font: 10px var(--mono); text-align: center; }

.checkout-dialog { width: min(920px, calc(100% - 30px)); max-height: calc(100% - 30px); padding: 38px; border: 0; background: var(--paper); color: var(--ink); }
.checkout-dialog::backdrop { background: rgba(0,0,0,.58); }
.checkout-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 50px; margin-top: 45px; }
.checkout-form label { display: grid; gap: 8px; margin-bottom: 20px; font: 10px var(--mono); text-transform: uppercase; }
.checkout-form input, .checkout-form select { width: 100%; padding: 13px 12px; border: 1px solid var(--line); outline: 0; background: var(--white); font: 12px var(--sans); text-transform: none; }
.checkout-form input:focus, .checkout-form select:focus { border-color: var(--ink); }
.stripe-box { margin: 28px 0; padding: 16px; border: 1px solid var(--line); background: var(--white); }
.stripe-placeholder { margin: 0; color: var(--muted); font: 10px/1.5 var(--mono); text-transform: none; }
.stripe-label { display: flex; justify-content: space-between; margin-bottom: 15px; font: 11px var(--sans); font-weight: 600; }
.stripe-mark { color: #635bff; font-size: 18px; font-weight: 700; letter-spacing: -.08em; }
.stripe-field { display: flex; justify-content: space-between; gap: 10px; padding: 13px 11px; border: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.stripe-field span { color: var(--ink); }
.stripe-fields { display: grid; grid-template-columns: 1fr 1fr; }
.stripe-box p { margin: 12px 0 0; color: var(--muted); font: 9px/1.4 var(--mono); text-transform: none; }
.checkout-form > .button { width: 100%; }
.checkout-summary { padding: 22px; background: #e8e4dc; }
.checkout-summary > .eyebrow { color: var(--muted); }
.summary-line { display: flex; justify-content: space-between; gap: 12px; padding: 17px 0; border-bottom: 1px solid #d3cec5; font: 11px var(--mono); }
.summary-line span:last-child { white-space: nowrap; }
.summary-total { margin-top: 24px; }
.toast { position: fixed; z-index: 30; right: 22px; bottom: 22px; max-width: 330px; padding: 14px 17px; background: var(--dark); color: #fff; font: 11px var(--mono); opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity .2s ease, transform .2s ease; }
.toast.is-visible { opacity: 1; transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.product-dialog { width: min(1180px, calc(100% - 30px)); max-height: calc(100% - 30px); padding: 30px; border: 0; background: var(--paper); color: var(--ink); }
.product-dialog::backdrop { background: rgba(0,0,0,.58); }
.product-dialog-heading { display: flex; justify-content: space-between; }
.product-layout { display: grid; grid-template-columns: 1.18fr .82fr; gap: 44px; margin-top: 22px; }
.product-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; align-content: start; }
.product-gallery-tile { width: 100%; min-height: 250px; object-fit: cover; }
.product-gallery-tile:first-child { grid-column: span 2; aspect-ratio: 16 / 10; }
.product-copy { padding: 35px 6% 25px 0; }
.product-copy h2 { margin: 12px 0 12px; font: clamp(42px, 5vw, 72px)/.9 var(--serif); letter-spacing: -.07em; }
.product-price { display: block; margin-bottom: 32px; font: 12px var(--mono); font-weight: 400; }
.product-description { max-width: 380px; margin: 0 0 38px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.product-field { margin-top: 28px; padding-top: 15px; border-top: 1px solid var(--line); }
.field-heading { display: flex; align-items: center; justify-content: space-between; font: 10px var(--mono); text-transform: uppercase; }
.text-link { padding: 0; color: var(--muted); font: inherit; text-decoration: underline; text-transform: inherit; }
.size-options { display: grid; grid-template-columns: repeat(5, 1fr); gap: 5px; margin-top: 14px; }
.size-option { padding: 12px 5px; border: 1px solid var(--line); font: 10px var(--mono); }
.size-option:hover, .size-option.is-selected { border-color: var(--ink); background: var(--ink); color: #fff; }
.quantity-control { display: flex; align-items: center; gap: 16px; color: var(--ink); }
.quantity-control button { padding: 0; font-size: 16px; }
.product-add { width: 100%; margin-top: 30px; }
.product-details { margin-top: 32px; border-top: 1px solid var(--line); }
.product-details details { border-bottom: 1px solid var(--line); }
.product-details summary { padding: 17px 0; cursor: pointer; list-style: none; font: 10px var(--mono); text-transform: uppercase; }
.product-details summary::-webkit-details-marker { display: none; }
.product-details summary::after { float: right; content: '+'; font-size: 15px; }
.product-details details[open] summary::after { content: '−'; }
.product-details p { max-width: 390px; margin: 0 0 18px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.footer-brand p { margin: 10px 0 0; color: var(--muted); font: 10px var(--mono); text-transform: uppercase; }

.xenercy-page { min-height: 100vh; background: var(--paper); }
.collab-header { display: flex; align-items: center; justify-content: space-between; min-height: 72px; border-bottom: 1px solid var(--line); }
.collab-banner { position: relative; display: grid; align-items: end; min-height: min(780px, calc(100vh - 72px)); overflow: hidden; background: #a99b88; }
.collab-banner-video { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.collab-banner::after { position: absolute; inset: 0; content: ''; background: linear-gradient(0deg, rgba(0,0,0,.52), transparent 65%); pointer-events: none; }
.collab-banner-copy { position: relative; z-index: 1; padding: 8.4vw; color: #fff; }
.collab-banner-copy .eyebrow { color: rgba(255,255,255,.72); }
.collab-banner-copy h1 { margin: 15px 0 28px; font: clamp(65px, 12vw, 180px)/.82 var(--serif); letter-spacing: -.09em; }
.collab-banner-copy p:last-child { margin: 0; font: 11px var(--mono); text-transform: uppercase; }
.collab-products { padding-top: 120px; padding-bottom: 140px; }
.collab-image-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 42px; }
.collab-image-slot { min-height: 500px; }
.collab-image-slot:nth-child(1) { grid-row: span 2; min-height: 1014px; }
.collab-image-slot:nth-child(3) { grid-column: span 2; min-height: 420px; }
.collab-footer { padding-top: 24px; padding-bottom: 30px; border-top: 1px solid var(--line); }
.legal-page { min-height: 100vh; background: var(--paper); }
.legal-shell { max-width: 760px; padding-top: 100px; padding-bottom: 110px; }
.legal-shell h1 { margin: 20px 0 45px; font: clamp(48px, 8vw, 88px)/.88 var(--serif); letter-spacing: -.08em; }
.legal-shell h2 { margin: 42px 0 12px; font-size: 15px; }
.legal-shell p { max-width: 620px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.legal-back { display: flex; align-items: center; justify-content: space-between; min-height: 72px; border-bottom: 1px solid var(--line); }
.collections-page { min-height: 100vh; background: var(--paper); }
.collections-hero { display: grid; grid-template-columns: .72fr 1.28fr; gap: 28px; align-items: end; padding-top: 125px; padding-bottom: 75px; }
.collections-hero h1 { margin: 14px 0 16px; font: clamp(58px, 10vw, 145px)/.82 var(--serif); letter-spacing: -.09em; }
.collections-hero p:not(.eyebrow) { margin: 0; color: var(--muted); font: 11px var(--mono); text-transform: uppercase; }
.collection-filters { display: flex; gap: 18px; padding-top: 0; padding-bottom: 32px; overflow-x: auto; border-bottom: 1px solid var(--line); }
.collection-block { padding-top: 75px; padding-bottom: 95px; }
.collection-block-heading { display: flex; align-items: end; justify-content: space-between; padding-bottom: 28px; }
.collection-block-heading h2 { margin: 12px 0 0; font: clamp(38px, 5vw, 68px)/.9 var(--serif); letter-spacing: -.07em; }
.collection-block-heading > span { color: var(--muted); font: 10px var(--mono); text-transform: uppercase; }
.collection-image-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.collection-image { display: block; aspect-ratio: 4 / 5; overflow: hidden; background: #dfdbd3; }
.collection-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.88); transition: transform .45s cubic-bezier(.2,.7,.2,1), filter .3s ease; }
.collection-image:hover img { transform: scale(1.035); filter: saturate(1); }

@media (max-width: 760px) {
  .announcement { padding-right: 10px; padding-left: 10px; font-size: 8px; }
  .site-header { grid-template-columns: 1fr auto 1fr; min-height: 62px; padding: 0 18px; }
  .menu-toggle { display: flex; flex-direction: column; gap: 5px; align-items: flex-start; width: 30px; padding: 8px 0; }
  .menu-toggle span { display: block; width: 19px; height: 1px; background: var(--ink); }
  .brand { font-size: 12px; }
  .brand-image { width: 133px; max-height: 17px; }
  .desktop-nav { display: none; }
  .header-actions { gap: 11px; font-size: 9px; }
  .header-actions .search-toggle { display: none; }
  .mobile-nav { position: absolute; top: 62px; right: 0; left: 0; display: grid; gap: 0; padding: 8px 18px 20px; border-bottom: 1px solid var(--line); background: var(--paper); transform: translateY(-130%); transition: transform .25s ease; }
  .mobile-nav.is-open { transform: translateY(0); }
  .mobile-nav a, .mobile-nav button { padding: 12px 0; border-bottom: 1px solid var(--line); font: 11px var(--mono); text-align: left; text-transform: uppercase; }
  .mobile-nav button { border-bottom: 0; }
  .search-panel { top: 62px; right: 0; left: 0; width: auto; padding: 15px 18px 18px; border: 0; border-bottom: 1px solid var(--line); box-shadow: none; }
  .hero { min-height: 680px; }
  .hero-media img { object-position: 58% 30%; }
  .hero-media::after { background: linear-gradient(0deg, rgba(0,0,0,.55), transparent 65%); }
  .hero-content { right: 18px; bottom: 55px; left: 18px; top: auto; transform: none; }
  .hero h1 { margin: 10px 0 25px; font-size: 18vw; }
  .hero-index { right: 18px; bottom: 22px; }
  .section-wrap { padding-right: 18px; padding-left: 18px; }
  .section-heading { align-items: start; padding-bottom: 27px; }
  .section-heading h2 { margin-top: 10px; font-size: 48px; }
  .section-note { display: none; }
  .shop { padding-top: 10px; padding-bottom: 100px; }
  .filters { gap: 15px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 37px 9px; }
  .product-meta { display: block; padding-top: 10px; }
  .product-meta strong { display: block; margin-top: 7px; }
  .product-tag { top: 9px; left: 9px; font-size: 8px; }
  .quick-add { right: 8px; bottom: 8px; left: 8px; padding: 10px; font-size: 8px; }
  .collaboration { display: block; padding-bottom: 90px; }
  .collaboration-copy h2 { margin-bottom: 28px; font-size: 52px; }
  .footer { grid-template-columns: 1fr 1fr; gap: 32px 10px; padding-top: 22px; }
  .footer-links { justify-content: flex-end; gap: 10px; font-size: 8px; }
  .footer > p { grid-column: 1 / -1; text-align: left; }
  .cart-drawer { padding: 28px 18px; }
  .cart-thumb { width: 60px; }
  .product-dialog { padding: 20px 18px; }
  .product-layout { grid-template-columns: 1fr; gap: 25px; margin-top: 18px; }
  .product-gallery { gap: 7px; }
  .product-gallery-tile { min-height: 170px; }
  .product-copy { padding: 0; }
  .product-copy h2 { font-size: 50px; }
  .product-description { margin-bottom: 28px; }
  .collab-header { min-height: 62px; }
  .collab-banner { min-height: 680px; }
  .collab-banner-copy { padding: 18px; }
  .collab-banner-copy h1 { font-size: 21vw; }
  .collab-products { padding-top: 85px; padding-bottom: 90px; }
  .collab-image-grid { gap: 8px; margin-top: 28px; }
  .collab-image-slot { min-height: 250px; }
  .collab-image-slot:nth-child(1) { min-height: 508px; }
  .collab-image-slot:nth-child(3) { min-height: 250px; }
  .legal-shell { padding-top: 70px; padding-bottom: 80px; }
  .legal-shell h1 { font-size: 58px; }
  .collections-hero { display: block; padding-top: 85px; padding-bottom: 50px; }
  .collections-hero h1 { margin-top: 18px; font-size: 64px; }
  .collection-filters { gap: 15px; padding-bottom: 25px; }
  .collection-block { padding-top: 55px; padding-bottom: 65px; }
  .collection-block-heading { align-items: start; }
  .collection-block-heading h2 { font-size: 48px; }
  .collection-image-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .checkout-dialog { padding: 25px 18px; }
  .checkout-layout { grid-template-columns: 1fr; gap: 36px; margin-top: 35px; }
  .checkout-summary { order: -1; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Current storefront: a restrained product catalogue with one checkout flow per item. */
.nav-link { padding: 0; color: inherit; font: inherit; text-transform: inherit; }
.collaboration-image { position: relative; display: block; min-height: 520px; overflow: hidden; background: #d8d2c7; }
.collaboration-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.collaboration-image:hover img { transform: scale(1.03); }
.collaboration-image span { position: absolute; right: 16px; bottom: 16px; left: 16px; padding: 13px 14px; background: var(--white); font: 10px var(--mono); text-transform: uppercase; }
.product-add { width: auto; margin-top: 18px; color: var(--muted); text-decoration: underline; }
.checkout-account { margin: 0 0 26px; color: var(--muted); font: 11px var(--mono); }

.auth-dialog { width: min(510px, calc(100% - 30px)); padding: 34px; border: 0; background: var(--paper); color: var(--ink); }
.auth-dialog::backdrop { background: rgba(0,0,0,.58); }
.auth-heading { display: flex; justify-content: space-between; gap: 20px; }
.auth-heading h2 { margin: 12px 0 0; font: clamp(44px, 7vw, 68px)/.88 var(--serif); letter-spacing: -.08em; }
.auth-intro { max-width: 360px; margin: 30px 0 24px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.auth-switch { display: flex; gap: 18px; margin-bottom: 24px; border-bottom: 1px solid var(--line); }
.auth-form { display: grid; gap: 18px; }
.auth-form label { display: grid; gap: 8px; font: 10px var(--mono); text-transform: uppercase; }
.auth-form input:not([type="checkbox"]) { width: 100%; padding: 13px 12px; border: 1px solid var(--line); outline: 0; background: var(--white); font: 13px var(--sans); text-transform: none; }
.auth-form input:focus { border-color: var(--ink); }
.auth-form small { color: var(--muted); font-size: 9px; text-transform: none; }
.auth-form .auth-terms, .auth-form .auth-marketing { display: flex; align-items: flex-start; gap: 9px; color: var(--muted); font-size: 9px; line-height: 1.5; text-transform: none; }
.auth-form input[type="checkbox"] { width: 14px; height: 14px; margin: 0; accent-color: var(--ink); }
.auth-form .auth-terms a { color: var(--ink); text-decoration: underline; }
.auth-message { min-height: 1.4em; margin: 16px 0 0; color: #9f2e2e; font: 10px var(--mono); }

.collection-catalog { padding-top: 42px; padding-bottom: 130px; }
.collection-catalog-heading { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 25px; }
.collection-catalog-heading > span { color: var(--muted); font: 10px var(--mono); text-transform: uppercase; }
.collection-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 48px 12px; }
.collection-product { display: block; min-width: 0; }
.collection-product > img { aspect-ratio: 4 / 5; object-fit: cover; background: #dedad3; transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.collection-product:hover > img { transform: scale(1.025); }
.collection-product { overflow: hidden; }
.collection-product-meta { display: flex; justify-content: space-between; gap: 10px; padding-top: 13px; font: 10px var(--mono); }
.collection-product-meta > span { display: grid; gap: 5px; min-width: 0; }
.collection-product-meta strong { overflow: hidden; font: 11px var(--sans); font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }
.collection-product-meta small { color: var(--muted); font: inherit; text-transform: uppercase; white-space: nowrap; }

.collab-banner-still { position: absolute; inset: 0; }
.collab-banner-still img { width: 100%; height: 100%; object-fit: cover; }
.collab-image-slot { overflow: hidden; background: #dfdbd3; }
.collab-image-slot img { width: 100%; height: 100%; object-fit: cover; }

@media (max-width: 760px) {
  .mobile-nav .nav-link { padding: 12px 0; border-bottom: 1px solid var(--line); font: 11px var(--mono); text-align: left; text-transform: uppercase; }
  .collaboration-image { min-height: 360px; margin-top: 32px; }
  .auth-dialog { padding: 25px 18px; }
  .collection-catalog { padding-top: 28px; padding-bottom: 80px; }
  .collection-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 35px 8px; }
  .collection-product-meta { display: block; padding-top: 10px; }
  .collection-product-meta > small { display: block; margin-top: 7px; }
}
