/** Shopify CDN: Minification failed

Line 47:54 Unexpected "/"

**/
/* ════════════════════════════════════════════════════════════
   4N6 / ASCII COMPONENT LIBRARY — ascii.css
   Hybrid: CSS borders for layout, real Unicode box-drawing
   characters for decorative blocks (rendered in <pre>).
   All chrome inherits theme via CSS custom properties.
   ════════════════════════════════════════════════════════════ */

/* ── Decorative <pre> art ── */
.ascii-art {
  font-family: var(--font-mono);
  font-size: 13px;
  line-height: 1.15;
  white-space: pre;
  color: var(--text);
  letter-spacing: 0;
  margin: 0;
  overflow-x: auto;
  text-shadow: var(--shadow-glow);
}
.ascii-art--accent { color: var(--accent); }
.ascii-art--dim    { color: var(--text-dim); }
.ascii-art--center { text-align: center; display: block; }

/* ── ASCII dividers ── */
.ascii-divider {
  font-family: var(--font-mono);
  color: var(--border-hi);
  letter-spacing: 0;
  white-space: pre;
  overflow: hidden;
  display: block;
  text-align: left;
  font-size: 13px;
  line-height: 1;
  padding: 12px 0;
}
.ascii-divider--solid::before  { content: '════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════'; }
.ascii-divider--thin::before   { content: '────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────'; }
.ascii-divider--block::before  { content: '▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓'; }
.ascii-divider--dots::before   { content: '············································································································································'; }

/* ── Section header (/* === LABEL === */ ── */
.ascii-section-header {
  font-family: var(--font-mono);
  margin: var(--pad-y) 0 24px;
  color: var(--text);
  text-shadow: var(--shadow-glow);
}
.ascii-section-header__rule {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 13px;
  color: var(--text-dim);
  font-size: 13px;
  line-height: 1;
  font-family: var(--font-mono);
  background-image: linear-gradient(to right, currentColor 50%, transparent 50%);
  background-size: 6px 1px;
  background-position: 0 50%;
  background-repeat: repeat-x;
}
.ascii-section-header__rule::before,
.ascii-section-header__rule::after {
  flex: 0 0 auto;
  background: var(--bg);
  padding: 0 4px;
  line-height: 13px;
  position: relative;
  z-index: 1;
}
.ascii-section-header__rule::before { content: '/*'; }
.ascii-section-header__rule::after  { content: '*/'; }
.ascii-section-header__title {
  display: block;
  font-family: var(--font-mono);
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 6px 0 6px 4px;
  color: var(--text);
}
.ascii-section-header__title::before { content: '/*  '; color: var(--text-dim); }
.ascii-section-header__title::after  { content: '  */'; color: var(--text-dim); }
.ascii-section-header__index {
  color: var(--accent);
  margin-right: 8px;
}

/* ── Box (panel with ASCII corners) ── */
.ascii-box {
  position: relative;
  border: 1px solid var(--border-hi);
  padding: 24px;
  background: transparent;
  font-family: var(--font-mono);
  color: var(--text);
}
.ascii-box::before,
.ascii-box::after {
  position: absolute;
  font-family: var(--font-mono);
  font-size: 14px;
  line-height: 1;
  color: var(--border-hi);
  pointer-events: none;
}
.ascii-box::before { content: '┌'; top: -1px; left: -1px; transform: translate(-2px,-7px); background: var(--bg); padding: 0 2px; }
.ascii-box::after  { content: '┘'; bottom: -1px; right: -1px; transform: translate(2px,7px); background: var(--bg); padding: 0 2px; }

/* ── Ledger box (for cart, contact, etc) ── */
.ascii-ledger {
  border: 1px solid var(--border-hi);
  padding: 0;
  font-family: var(--font-mono);
}
.ascii-ledger__head,
.ascii-ledger__foot {
  padding: 10px 16px;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-dim);
  border-bottom: 1px dashed var(--border-hi);
  display: flex;
  justify-content: space-between;
}
.ascii-ledger__foot {
  border-bottom: none;
  border-top: 1px dashed var(--border-hi);
  color: var(--text);
}
.ascii-ledger__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-bottom: 1px dotted var(--border);
  flex-wrap: wrap;
}
.ascii-ledger__row:last-child { border-bottom: none; }
.ascii-ledger__row > a:nth-child(2) {
  flex: 1 1 200px;
  min-width: 0;
}
.ascii-ledger__row .cart-row__media { flex: 0 0 auto; }
.ascii-ledger__row .cart-row__qty,
.ascii-ledger__row .cart-row__price,
.ascii-ledger__row .cart-row__remove { flex: 0 0 auto; }

/* ── ASCII button (terminal prompt style) ── */
.term-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 18px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text);
  background: transparent;
  border: 1px solid var(--text);
  cursor: none;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
  text-shadow: var(--shadow-glow);
}
.term-btn:hover { background: var(--text); color: var(--bg); text-shadow: none; box-shadow: var(--shadow-glow); }
.term-btn--filled {
  background: var(--text);
  color: var(--bg);
  border-color: var(--text);
  text-shadow: none;
}
.term-btn--filled:hover { background: transparent; color: var(--accent); }
.term-btn--ghost {
  border-color: var(--border-hi);
  color: var(--text-dim);
}
.term-btn[disabled] { opacity: 0.4; pointer-events: none; }

/* ── Hero banner (decorative ASCII) ── */
.ascii-hero {
  padding: calc(var(--pad-y) * 1.4) var(--pad-x);
  position: relative;
}
.ascii-hero__banner {
  display: flex;
  margin: 0 0 8px;
}
.ascii-hero__banner-text {
  display: inline-block;
  max-width: 100%;
  border: 1px solid var(--text);
  padding: 8px 16px;
  font-family: var(--font-mono);
  font-size: clamp(10px, 1vw, 13px);
  line-height: 1.3;
  color: var(--text);
  text-shadow: var(--shadow-glow);
  white-space: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
}
.ascii-hero__banner-text::-webkit-scrollbar { display: none; }
@media (max-width: 600px) {
  .ascii-hero__banner-text { white-space: normal; }
}
.ascii-hero__title {
  font-family: var(--font-brand);
  font-size: clamp(64px, 10vw, 140px);
  line-height: 0.9;
  margin: 32px 0 16px;
  letter-spacing: 0.04em;
  color: var(--text);
  text-shadow: var(--shadow-glow);
}
.ascii-hero__title .accent { color: var(--accent); }
.ascii-hero__sub {
  max-width: 540px;
  margin: 0 0 32px;
  font-size: 13px;
  color: var(--text-dim);
  line-height: 1.8;
}
.ascii-hero__sub::before { content: '> '; color: var(--accent); }

.ascii-hero__cta { display: flex; gap: 14px; flex-wrap: wrap; }

/* ── Product card (Yeezy-minimal: image floats on page bg, mono caption below) ── */
.ascii-card,
.ascii-card:hover,
.ascii-card:focus,
.ascii-card::before,
.ascii-card::after {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: none !important;
  box-shadow: none !important;
}
.ascii-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  position: relative;
  gap: 14px;
}
.ascii-card__media,
.ascii-card__media::before,
.ascii-card__media::after {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}
.ascii-card__media {
  position: relative;
  aspect-ratio: 1/1;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ascii-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.ascii-card__placeholder {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--text-muted);
  text-align: center;
  width: 100%;
  padding: 24px;
}
.ascii-card__placeholder::before {
  content: '┌─────────┐\A│ no img  │\A└─────────┘';
  display: block;
  font-size: 12px;
  color: var(--border-hi);
  margin-bottom: 12px;
  white-space: pre;
  line-height: 1.2;
  text-align: center;
}
.ascii-card__caption {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  font-family: var(--font-mono);
  padding: 0 4px;
}
.ascii-card__meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.ascii-card__sku {
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: lowercase;
  color: var(--text);
}
.ascii-card__price {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.02em;
  color: var(--text-muted);
  font-weight: 400;
}
.ascii-card__hover {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  text-align: right;
  font-family: var(--font-mono);
  opacity: 0;
  transform: translateY(-2px);
  transition: opacity 0.18s ease, transform 0.18s ease;
  pointer-events: none;
}
.ascii-card:hover .ascii-card__hover,
.ascii-card:focus-within .ascii-card__hover {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.ascii-card__cta {
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--accent);
  text-transform: lowercase;
  cursor: inherit;
  white-space: nowrap;
}
.ascii-card__cta:hover { text-decoration: underline; text-underline-offset: 2px; }
.ascii-card__stock {
  font-size: 11px;
  letter-spacing: 0.02em;
  color: var(--text-muted);
  text-transform: lowercase;
  white-space: nowrap;
}
.ascii-card__hover--off .ascii-card__cta { color: var(--text-muted); }
.ascii-card[data-soldout="true"] .ascii-card__price { color: var(--text-muted); text-decoration: line-through; }

@media (hover: none) {
  .ascii-card__hover { opacity: 1; transform: none; pointer-events: auto; }
}

/* ════════════════════════════════════════════════════════════
   INFO PAGE — 5-tab static content (privacy / terms / contact / shipping / returns)
   ════════════════════════════════════════════════════════════ */
.info-page {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-family: var(--font-mono);
}
/* When .info-page is nested inside .basic-page (CMS page paste), .basic-page already provides outer padding */
.info-page__handle {
  font-size: 12px;
  letter-spacing: 0.18em;
  color: var(--accent);
}
.info-page__layout {
  display: flex;
  flex-direction: row;
  gap: clamp(32px, 5vw, 80px);
  align-items: flex-start;
}
.info-tabs {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  min-width: 120px;
  gap: 4px;
}
.info-tab {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--text-muted);
  text-decoration: none;
  border: 1px solid transparent;
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
  white-space: nowrap;
}
.info-tab::before { content: ''; display: inline-block; width: 8px; }
.info-tab:hover { color: var(--text); }
.info-tab.is-active {
  color: var(--text);
  border-color: var(--border);
  background: transparent;
}
.info-tab.is-active::before { content: '>'; color: var(--accent); margin-right: 4px; width: auto; }
.info-panels {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.info-panel { display: none; flex-direction: column; gap: 18px; }
.info-panel.is-active { display: flex; }

.info-panel__head {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px 18px;
  background: var(--surface-2);
  border: 1px solid var(--border);
}
.info-panel__file {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--text-dim);
}
.info-panel__file strong { color: var(--text); font-weight: 400; }
.info-panel__status { color: var(--accent); }
.info-panel__updated {
  font-size: 10px;
  letter-spacing: 0.16em;
  color: var(--text-muted);
}
.info-panel__search {
  border: 1px solid var(--border);
  padding: 12px 18px;
}
.info-panel__search-input {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--text);
  caret-color: var(--accent);
}
.info-panel__search-input::placeholder { color: var(--text-muted); }
.info-panel__empty {
  display: none;
  padding: 18px 0;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--text-muted);
}

/* Tag pills hidden — search bar stays. */
.info-panel__pills { display: none !important; }

.info-sections {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.info-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 0;
  border-bottom: 1px dashed var(--border);
}
.info-section:last-child { border-bottom: none; }
.info-section h3 {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: var(--text);
  margin: 0;
}
.info-section p {
  font-size: 12px;
  line-height: 1.7;
  color: var(--text-dim);
  margin: 0;
}
.info-section a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.info-section ul {
  list-style: none;
  padding: 0;
  margin: 4px 0 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.info-section ul li {
  position: relative;
  padding-left: 18px;
  font-size: 12px;
  line-height: 1.7;
  color: var(--text-dim);
}
.info-section ul li::before {
  content: "—";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--text-muted);
}

@media (max-width: 760px) {
  .info-page__layout { flex-direction: column; }
  .info-tabs {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  .info-tab { padding: 6px 10px; font-size: 11px; }
}

/* ════════════════════════════════════════════════════════════
   DOSSIER PAGE — two-card key/value layout + notes
   ════════════════════════════════════════════════════════════ */
.dossier-page {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-family: var(--font-mono);
}
.dossier-page__grid {
  display: flex;
  flex-direction: row;
  gap: clamp(24px, 4vw, 56px);
  align-items: stretch;
  flex-wrap: wrap;
}
.dossier-card {
  flex: 1 1 320px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.dossier-card--file { flex: 1 1 280px; max-width: 380px; }
.dossier-card__head {
  font-size: 13px;
  letter-spacing: 0.06em;
  color: var(--accent);
  margin-bottom: 4px;
}
.dossier-card__mark { color: var(--text); margin-right: 4px; font-size: 10px; }
.dossier-card__id {
  font-size: 14px;
  letter-spacing: 0.06em;
  color: var(--text);
}
.dossier-card__state {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--text-dim);
}
.dossier-table {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}
.dossier-table li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px dashed var(--border);
  font-size: 12px;
  letter-spacing: 0.04em;
}
.dossier-table li:last-child { border-bottom: none; }
.dossier-table__k { color: var(--text-muted); }
.dossier-table__v {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--text);
  text-align: right;
}
.dossier-table__redact {
  font-family: var(--font-mono);
  color: var(--text);
  letter-spacing: 0;
}
.dossier-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--accent);
  border-radius: 50%;
  flex: 0 0 auto;
}
.dossier-notes {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 24px;
  border-top: 1px dashed var(--border);
  font-size: 12px;
  line-height: 1.7;
  color: var(--text-dim);
}
.dossier-notes__head {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--text-muted);
  margin: 0 0 4px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 400;
}
.dossier-notes p { margin: 0; }
.dossier-notes__eof {
  margin-top: 16px;
  font-size: 11px;
  letter-spacing: 0.16em;
  color: var(--text-muted);
}

@media (max-width: 600px) {
  .dossier-page__grid { flex-direction: column; }
  .dossier-card--file { max-width: none; }
}

/* ════════════════════════════════════════════════════════════
   COLLECTION / CATALOG PAGE — Yeezy-minimal
   ════════════════════════════════════════════════════════════ */
.collection-page {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 3vw, 40px);
}
.collection-page__head {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.collection-page__crumbs {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.collection-page__crumbs a {
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.15s ease;
}
.collection-page__crumbs a:hover { color: var(--text); }
.collection-page__crumbs .sep { color: var(--border-hi); }
.collection-page__crumbs .active { color: var(--accent); }
.collection-page__title {
  font-family: var(--font-mono);
  font-size: var(--h-section);
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: lowercase;
  color: var(--text);
  margin: 0;
}
.collection-page__meta {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.collection-page__controls {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 12px 0;
  border-top: 1px dashed var(--border);
  border-bottom: 1px dashed var(--border);
}
.collection-page__filters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 14px;
}
.filter-link {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.15s ease;
}
.filter-link:hover { color: var(--text); }
.filter-link.is-active { color: var(--accent); }
.filter-link.is-active::before { content: '> '; }

.collection-page__sort {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--text-muted);
}
.collection-page__sort-label { letter-spacing: 0.04em; }
.collection-page__sort select {
  font-family: var(--font-mono);
  font-size: 12px;
  background: transparent;
  border: none;
  color: var(--text);
  cursor: inherit;
  outline: none;
  padding: 4px 0;
  letter-spacing: 0.04em;
}
.collection-page__desc {
  max-width: 640px;
  font-size: 13px;
  line-height: 1.7;
  color: var(--text-dim);
}

/* Paginator (minimal) */
.paginator {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: clamp(20px, 4vw, 48px);
  padding: clamp(32px, 5vw, 64px) 0;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.06em;
}
.paginator__link {
  color: var(--text);
  text-decoration: none;
  transition: color 0.15s ease;
}
.paginator__link:hover { color: var(--accent); }
.paginator__link.is-disabled { color: var(--text-muted); pointer-events: none; opacity: 0.45; }
.paginator__info {
  color: var(--text-muted);
  letter-spacing: 0.12em;
}

@media (max-width: 600px) {
  .collection-page__controls { flex-direction: column; align-items: flex-start; }
}

/* List of all collections (/collections page) */
.collections-list {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(32px, 4vw, 64px);
  width: 100%;
}
.collection-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 0 1 calc(33.333% - clamp(32px, 4vw, 64px));
  min-width: 240px;
  max-width: 360px;
  text-decoration: none;
  color: inherit;
}
.collection-card__media {
  aspect-ratio: 4/5;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.collection-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.45s cubic-bezier(0.2,0.8,0.2,1);
}
.collection-card:hover .collection-card__media img { transform: translateY(-4px) scale(1.03); }
.collection-card__placeholder {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.18em;
  color: var(--text-muted);
  text-align: center;
  padding: 24px;
}
.collection-card__caption {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  font-family: var(--font-mono);
  padding: 0 4px;
}
.collection-card__title {
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--text);
}
.collection-card__count {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.collection-card:hover .collection-card__title { color: var(--accent); }

@media (max-width: 720px) {
  .collection-card { flex: 1 1 calc(50% - clamp(32px, 4vw, 64px)); }
}
@media (max-width: 480px) {
  .collection-card { flex: 1 1 100%; }
}

/* Empty-state message (when a collection has no products) */
.ascii-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(280px, 40vh, 480px);
  background: transparent;
  font-family: var(--font-mono);
  font-size: clamp(14px, 1.4vw, 18px);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--text-muted);
  text-align: center;
  padding: 24px;
}

/* ── ASCII grid layouts (flex-based — naturally responsive) ──
   Each card targets a fixed-ish width; wraps as viewport narrows.
   flex-grow: 0 is critical — without it, an orphan item on the last
   row stretches across the whole width.
   Items shrink down to fit the smallest viewport. */
.ascii-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: clamp(20px, 4vw, 64px);
  row-gap:    clamp(32px, 5vw, 80px);
  background: transparent !important;
  background-color: transparent !important;
}
.ascii-grid > * {
  flex: 0 1 280px;     /* grow:0 → orphans don't stretch */
  min-width: 0;
  max-width: 100%;
}

/* ── Spec table (key/value rows with dotted leader) ── */
.ascii-table {
  list-style: none;
  font-family: var(--font-mono);
  font-size: 12px;
  border-top: 1px dashed var(--border-hi);
}
.ascii-table li {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px dashed var(--border-hi);
  flex-wrap: wrap;
}
.ascii-table li > :first-child {
  flex: 0 0 auto;
  min-width: 120px;
}
.ascii-table li > :last-child {
  flex: 1 1 0;
  min-width: 0;
}
.ascii-table li::before {
  display: none;
}
.ascii-table dt,
.ascii-table .key {
  color: var(--text-dim);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.ascii-table dd,
.ascii-table .val {
  color: var(--text);
  letter-spacing: 0.06em;
}

/* ── Status indicators ── */
.status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.status::before {
  content: '●';
  color: var(--ok);
  text-shadow: 0 0 6px var(--ok);
  animation: status-pulse 2s ease-in-out infinite;
}
@keyframes status-pulse { 0%,100%{opacity:1} 50%{opacity:0.4} }
.status--err::before { color: var(--err); text-shadow: 0 0 6px var(--err); }
.status--warn::before { color: var(--warn); text-shadow: 0 0 6px var(--warn); }

/* ── Filter bar ── */
.ascii-filters {
  display: flex;
  gap: 6px;
  padding: 12px 0;
  flex-wrap: wrap;
  border-top: 1px dashed var(--border-hi);
  border-bottom: 1px dashed var(--border-hi);
  margin-bottom: 24px;
}
.filter-btn {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid var(--border-hi);
  color: var(--text-dim);
  text-decoration: none;
  cursor: none;
  transition: all 0.15s ease;
}
.filter-btn:hover,
.filter-btn.active { border-color: var(--text); color: var(--text); }
.filter-btn::before { content: '['; padding-right: 4px; color: var(--text-dim); }
.filter-btn::after  { content: ']'; padding-left: 4px; color: var(--text-dim); }
.filter-btn:hover::before,
.filter-btn:hover::after,
.filter-btn.active::before,
.filter-btn.active::after { color: var(--text); }

/* ── Pagination ── */
.paginator {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  margin-top: 32px;
  border-top: 1px dashed var(--border-hi);
}
.paginator__info {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  color: var(--text-muted);
  text-transform: uppercase;
}

/* ── Marquee strip ── */
.ascii-marquee {
  border-top: 1px dashed var(--border-hi);
  border-bottom: 1px dashed var(--border-hi);
  overflow: hidden;
  padding: 14px 0;
  background: var(--surface);
}
.ascii-marquee__track {
  display: inline-flex;
  gap: 48px;
  animation: marquee 24s linear infinite;
  white-space: nowrap;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-dim);
}
.ascii-marquee__item .sep { color: var(--accent); margin: 0 18px; }
@keyframes marquee { from{transform:translateX(0)} to{transform:translateX(-50%)} }

/* ── 404 ASCII screen ── */
.ascii-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(16px, 2vw, 24px);
  padding: clamp(56px, 8vw, 112px) var(--pad-x);
  font-family: var(--font-mono);
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
  width: 100%;
}
.ascii-404__crumb {
  font-size: 11px;
  letter-spacing: 0.16em;
  color: var(--accent);
  text-transform: lowercase;
}
.ascii-404__glyph {
  display: inline-block;
  text-align: left;
  font-size: clamp(8px, 1vw, 12px);
  line-height: 1.05;
  color: var(--accent);
  margin: 0;
}
.ascii-404__title {
  font-family: var(--font-mono);
  font-size: var(--h-section);
  letter-spacing: 0.06em;
  text-transform: lowercase;
  color: var(--text);
  font-weight: 400;
  margin: 0;
}
.ascii-404__meta {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 8px 0 0;
  padding: 0;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--text);
}
.ascii-404__meta li {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: baseline;
  justify-content: center;
}
.ascii-404__meta .k { color: var(--text-muted); min-width: 70px; text-align: right; }
.ascii-404__meta .v { color: var(--text); text-align: left; word-break: break-all; }
.ascii-404__meta .dot { color: var(--accent); margin-right: 4px; }
.ascii-404__hint {
  color: var(--text-muted);
  font-size: 12px;
  letter-spacing: 0.04em;
  margin: 4px 0 0;
  max-width: 480px;
}
.ascii-404__actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 8px;
}
@media (max-width: 480px) {
  .ascii-404__meta li { flex-direction: row; flex-wrap: wrap; }
  .ascii-404__meta .k { min-width: 56px; }
}

/* ── Responsive ── */
@media (max-width: 720px) {
  .ascii-hero__title { font-size: 16vw; }
  .ascii-hero__banner { font-size: 7px; }
}
@media (max-width: 480px) {
  .ascii-grid > * { flex-basis: 100%; }
}

/* ─── Theme toggle button ─── */
.theme-toggle {
  background: transparent;
  border: 1px solid var(--border);
  color: var(--text);
  font-family: 'Suisse Int Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  padding: 6px 10px;
  cursor: inherit;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.theme-toggle:hover { border-color: var(--accent); color: var(--accent); }
.theme-toggle__glyph { display: none; }
[data-theme="dark"]  .theme-toggle__glyph--dark  { display: inline; }
[data-theme="light"] .theme-toggle__glyph--light { display: inline; }

/* ════════════════════════════════════════════════════════════
   PAGE LAYOUT — header / footer / sections / page wrappers
   ════════════════════════════════════════════════════════════ */

/* visually hidden */
.visually-hidden {
  position: absolute !important; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* ── Site header ── */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: var(--bg);
  border-bottom: 1px solid var(--border-hi);
  font-family: var(--font-mono);
}
.site-header__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  padding: 14px var(--pad-x);
}
.site-header__lockup {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-decoration: none;
  color: var(--text);
}
.site-header__brand {
  font-family: var(--font-brand);
  font-size: 22px;
  letter-spacing: 0.12em;
  line-height: 1;
  text-shadow: var(--shadow-glow);
}
.site-header__meta {
  font-size: 10px;
  letter-spacing: 0.16em;
  color: var(--text-muted);
  display: flex;
  justify-content: center;
  gap: 10px;
}
.site-header__meta .sep { color: var(--accent); }
.site-header__nav {
  display: flex;
  gap: 18px;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  list-style: none;
}
.site-header__nav a { color: var(--text-dim); text-decoration: none; }
.site-header__nav a:hover { color: var(--accent); }
.site-header__left, .site-header__right {
  display: flex;
  align-items: center;
  gap: 14px;
}
.site-header__right { justify-content: flex-end; }
.site-header__icon {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-dim);
  text-decoration: none;
  border: 1px solid var(--border);
  padding: 6px 10px;
  transition: border-color 0.15s ease, color 0.15s ease;
}
.site-header__icon:hover { border-color: var(--accent); color: var(--accent); }
.site-header__icon svg { display: block; }
.site-header__cart-count { color: var(--accent); }

@media (max-width: 720px) {
  .site-header__inner { grid-template-columns: auto 1fr auto; }
  .site-header__nav { display: none; }
  .site-header__meta { display: none; }
  .site-header__brand { font-size: 18px; }
  .site-header__icon { padding: 5px 8px; font-size: 10px; }
}

/* ── Site footer ── */
.site-footer {
  border-top: 1px solid var(--border-hi);
  padding: var(--pad-y) var(--pad-x);
  font-family: var(--font-mono);
  margin-top: var(--pad-y);
}
.site-footer__art {
  font-family: var(--font-mono);
  white-space: pre;
  font-size: clamp(7px, 0.9vw, 11px);
  line-height: 1.05;
  color: var(--text);
  text-shadow: var(--shadow-glow);
  margin: 0 0 32px;
  overflow-x: auto;
}
.site-footer__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  padding: 24px 0;
  border-top: 1px dashed var(--border-hi);
  border-bottom: 1px dashed var(--border-hi);
}
.site-footer__col-title {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
}
.site-footer__col ul { list-style: none; display: flex; flex-direction: column; gap: 6px; }
.site-footer__col a {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--text-dim);
  text-decoration: none;
  text-transform: uppercase;
}
.site-footer__col a:hover { color: var(--accent); }
.site-footer__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 0;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.site-footer__meta .accent { color: var(--accent); }
@media (max-width: 720px) {
  .site-footer__grid { grid-template-columns: 1fr 1fr; gap: 18px; }
}
@media (max-width: 480px) {
  .site-footer__grid { grid-template-columns: 1fr; }
}

/* ── Page section wrapper ── */
.page-section {
  padding: clamp(56px, 8vw, 120px) var(--pad-x);
  max-width: var(--col-w);
  margin: 0 auto;
  /* Containment safety: a section never bleeds into the next one */
  overflow: hidden;
}
.page-section + .page-section {
  padding-top: 0;
}

/* ── Hero CTA layout ── */
.ascii-hero__inner {
  max-width: var(--col-w);
  margin: 0 auto;
}

/* ── Manifesto two-col (flex; wraps naturally on narrow viewports) ── */
.manifesto-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: clamp(24px, 4vw, 56px);
  align-items: flex-start;
  margin-top: 24px;
}
.manifesto-grid > * {
  flex: 1 1 280px;
  min-width: 0;
}
.manifesto-grid > :first-child { flex-grow: 1.2; }
.manifesto-grid .rte {
  font-size: 13px;
  line-height: 1.8;
  color: var(--text-dim);
}
.manifesto-grid .rte strong { color: var(--text); }
.manifesto-grid .rte p { margin-bottom: 16px; }

/* ── Lookbook (flexbox: tall hero + 2x2 right cluster) ── */
.lookbook-grid {
  display: flex;
  gap: clamp(12px, 1.2vw, 18px);
  width: 100%;
  align-items: stretch;
}
.lookbook-grid__small {
  flex: 1 1 0;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(12px, 1.2vw, 18px);
  align-content: stretch;
}
.look-cell {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border-hi);
  background: var(--surface-2);
  display: flex;
  align-items: flex-end;
  padding: 12px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  color: var(--text-dim);
  text-transform: uppercase;
}
.look-cell--tall {
  flex: 1 1 0;
  aspect-ratio: 3/4;
}
.lookbook-grid__small .look-cell {
  flex: 1 1 calc(50% - clamp(12px, 1.2vw, 18px));
  min-width: 0;
  aspect-ratio: 1/1;
}
.look-cell img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.look-cell__label { position: relative; z-index: 1; background: rgba(10,10,10,0.7); padding: 4px 8px; color: #FCFCFB; }
:root[data-theme="light"] .look-cell__label { background: rgba(245,245,240,0.85); color: var(--text); }

@media (max-width: 720px) {
  .lookbook-grid {
    flex-direction: column;
    align-items: stretch;
  }
  /* In column flex, `flex: 1 1 0` collapses cells vertically. Force the tall cell to take
     its full natural height per aspect-ratio so it doesn't get squashed. */
  .look-cell--tall {
    flex: 0 0 auto;
    width: 100%;
    aspect-ratio: 4/5;
  }
  .lookbook-grid__small {
    flex: 0 0 auto;
    width: 100%;
  }
  .lookbook-grid__small .look-cell {
    flex: 1 1 calc(50% - clamp(12px, 1.2vw, 18px));
    aspect-ratio: 1/1;
  }
}
@media (max-width: 480px) {
  /* On very narrow phones, all cells stack single-column */
  .lookbook-grid__small { flex-direction: column; }
  .lookbook-grid__small .look-cell {
    flex: 0 0 auto;
    width: 100%;
    aspect-ratio: 1/1;
  }
}

/* ── Newsletter ── */
.newsletter-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(14px, 2vw, 24px);
  padding: clamp(48px, 6vw, 96px) var(--pad-x);
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.newsletter-section__eyebrow {
  font-size: 11px; letter-spacing: 0.2em;
  color: var(--accent);
}
.newsletter-section__heading {
  font-family: var(--font-mono);
  font-size: var(--h-section);
  font-weight: 400;
  letter-spacing: 0.04em;
  color: var(--text);
  text-transform: lowercase;
  margin: 0;
}
.newsletter-section__sub {
  color: var(--text-dim); font-size: 12px; line-height: 1.7;
  max-width: 480px;
}
.newsletter-section__form {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
  max-width: 480px;
  margin-top: 12px;
}
.newsletter-section__form input[type="email"] {
  flex: 1 1 240px;
  min-width: 0;
}
.social-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: clamp(14px, 1.6vw, 22px);
  flex-wrap: wrap;
  width: 100%;
  margin-top: 8px;
}
.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(20px, 2.4vw, 28px);
  height: clamp(20px, 2.4vw, 28px);
  color: var(--text);
  transition: color 0.15s ease, transform 0.15s ease;
  flex: 0 0 auto;
}
.social-link svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
  display: block;
}
.social-link:hover {
  color: var(--accent);
  transform: translateY(-2px);
}

/* ── Product page ── */
.product-page {
  display: flex;
  gap: clamp(32px, 6vw, 96px);
  padding: clamp(32px, 5vw, 64px) var(--pad-x);
  max-width: var(--col-w);
  margin: 0 auto;
  border-top: none;
  background: var(--bg);
  align-items: flex-start;
}
.product-page__media {
  flex: 1 1 60%;
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-width: 0;
  border-right: none;
}
.product-page__main {
  position: relative;
  background: transparent;
  border: none;
  aspect-ratio: 4/5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 48px;
  overflow: visible;
  flex: 0 0 auto;
  min-height: 0;
  max-height: 75vh;
}
.product-page__main::before,
.product-page__main::after { content: none; }
.product-page__main img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  background: transparent;
}
.gallery-slide { display: none; }
.gallery-slide.is-active { display: block; }
.gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  font-family: var(--font-mono);
  font-size: 22px;
  line-height: 1;
  color: var(--text);
  padding: 8px 12px;
  cursor: inherit;
  opacity: 0.7;
  transition: opacity 0.15s ease, color 0.15s ease;
  z-index: 2;
}
.gallery-arrow:hover { opacity: 1; color: var(--accent); }
.gallery-arrow--prev { left: -4px; }
.gallery-arrow--next { right: -4px; }
.product-page__main-placeholder {
  display: flex; align-items: center; justify-content: center;
  width: 100%; height: 100%; color: var(--text-muted);
  font-size: 11px; letter-spacing: 0.2em;
}
.product-page__caption {
  display: flex;
  justify-content: space-around;
  gap: 14px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  color: var(--text-muted);
  text-transform: lowercase;
  padding: 0 48px;
  border-top: none;
}
.product-page__caption em { font-style: normal; color: var(--text); }

.product-page__info {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 16px 18px 18px 18px;
  min-width: 0;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border);
  isolation: isolate;
}
/* Red laser scan — sweeps top→bottom inside the detail box */
.product-page__info::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -2px;
  height: 1px;
  background: var(--accent);
  box-shadow: 0 0 10px var(--accent), 0 0 18px rgba(180,34,39,0.35);
  pointer-events: none;
  z-index: 0;
  opacity: 0.85;
  animation: product-info-laser 3.6s cubic-bezier(0.6, 0, 0.4, 1) infinite alternate;
}
.product-page__info > * { position: relative; z-index: 1; }
@keyframes product-info-laser {
  0%   { top: -2px;                  opacity: 0;    }
  8%   {                              opacity: 0.85; }
  92%  {                              opacity: 0.85; }
  100% { top: calc(100% + 2px);       opacity: 0;    }
}
[data-reduced-motion="true"] .product-page__info::before { animation: none; opacity: 0; }
[data-motion="restrained"] .product-page__info::before { animation-duration: 5.2s; }
.product-page__title {
  font-family: var(--font-mono);
  font-size: var(--h-section);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.3;
  color: var(--text);
  text-shadow: none;
  text-transform: lowercase;
  padding: 0;
  border: none;
  margin: 0;
}
.product-page__price {
  font-family: var(--font-mono);
  font-size: clamp(15px, 1.3vw, 18px);
  color: var(--text);
  letter-spacing: 0.02em;
  font-weight: 400;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--border);
}
.product-page__price s { color: var(--text-muted); margin-left: 8px; font-size: 13px; }

/* spec table — key/value rows with dotted leaders */
.spec-table {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.04em;
}
.spec-table li {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}
.spec-table__key {
  color: var(--text-muted);
  text-transform: lowercase;
  white-space: nowrap;
  flex-shrink: 0;
  min-width: 110px;
}
.spec-table__val {
  color: var(--text);
  text-transform: lowercase;
  min-width: 0;
  word-break: break-word;
}
.spec-table__hot { color: var(--accent); }
.spec-table__hot--off { color: var(--text-muted); }
.spec-table__val u { text-decoration: underline; text-underline-offset: 2px; }

/* size chart label */
.product-form__option { display: flex; flex-direction: column; gap: 8px; }
.product-form__option-head {
  display: flex; align-items: baseline; gap: 6px;
}
.product-form__option-label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 2px;
  text-transform: lowercase;
}

/* variant pills — bracketed redacted boxes
   default: white box + dark text
   hover / active: filled red + white text (redaction inversion) */
.variant-pills { display: flex; gap: 6px; flex-wrap: wrap; }
.variant-pill {
  background: transparent;
  border: 1px solid var(--text);
  color: var(--text);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: lowercase;
  padding: 8px 14px;
  cursor: inherit;
  min-width: 44px;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.variant-pill::before { content: '['; padding-right: 3px; }
.variant-pill::after  { content: ']'; padding-left: 3px; }
.variant-pill:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: #FCFCFB;
}
.variant-pill.active {
  background: var(--accent);
  border-color: var(--accent);
  color: #FCFCFB;
}

/* big [ bag ] CTA */
.bag-btn {
  display: block;
  width: 100%;
  background: var(--text);
  color: var(--bg);
  border: none;
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.08em;
  padding: 16px 24px;
  text-transform: lowercase;
  cursor: inherit;
  transition: background 0.15s ease, color 0.15s ease;
  margin-top: 4px;
}
.bag-btn:hover { background: var(--accent); color: #fff; }
.bag-btn:disabled { opacity: 0.4; pointer-events: none; }
.bag-btn.is-added { background: var(--accent); color: #fff; }

.product-form__qty { display: none; }
.rte { font-size: 12px; line-height: 1.8; color: var(--text-dim); }
.rte p { margin-bottom: 12px; }
.rte strong { color: var(--text); }

@media (max-width: 900px) {
  .product-page { flex-direction: column; gap: 32px; align-items: stretch; }
  .product-page__media, .product-page__info { flex: 1 1 auto; width: 100%; max-width: 560px; margin: 0 auto; }
  .product-page__info { padding: 14px 16px 16px; }
  .product-page__main { padding: 0 32px; }
  .product-page__caption { padding: 0 32px; }
}
@media (max-width: 560px) {
  .product-page__main { padding: 0 24px; }
  .product-page__caption { padding: 0; flex-wrap: wrap; row-gap: 6px; }
  .spec-table { font-size: 10px; }
  .spec-table__key { min-width: 96px; }
  .variant-pill { padding: 7px 12px; font-size: 10px; }
  .bag-btn { padding: 14px 20px; font-size: 12px; }
  .gallery-arrow { font-size: 20px; padding: 6px 8px; }
}

/* ════════════════════════════════════════════════════════════
   CART — Evidence Bag layout (flex; mirrors Cart/Evidence Bag.png)
   ════════════════════════════════════════════════════════════ */
.cart-page {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3vw, 36px);
  padding: clamp(40px, 5vw, 64px) var(--pad-x) clamp(56px, 7vw, 96px);
  max-width: var(--col-w);
  margin: 0 auto;
  width: 100%;
}

/* Two-column flex: items left, summary stack right; wraps on narrow */
.cart-grid {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  gap: clamp(20px, 2.5vw, 40px);
}
.cart-grid__main {
  flex: 2 1 380px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.cart-grid__aside {
  flex: 1 1 280px;
  min-width: 0;
  max-width: 360px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.cart-grid__aside .cart-summary { flex: 1 1 auto; }

/* Section headers — `[ title ]` red */
.cart-section__head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  padding-bottom: 4px;
}
.cart-section__title {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--accent);
  text-transform: lowercase;
}
.cart-section__title--small { font-size: 11px; }
.cart-page__head .cart-section__title {
  font-size: 14px;
  letter-spacing: 0.04em;
}

.cart-page__head {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-bottom: 4px;
}
.cart-page__head--inline { padding-bottom: 4px; }

/* ── Empty state ── */
.cart-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  text-align: center;
  padding: clamp(48px, 8vw, 96px) 0;
}
.cart-empty__glyph {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.18em;
  color: var(--accent);
  margin: 0;
}
.cart-empty p {
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: lowercase;
  color: var(--text-muted);
  margin: 0;
  max-width: 420px;
}

/* ── Form layout (cart-grid handles the actual columns) ── */
.cart-form {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  gap: clamp(20px, 2.5vw, 40px);
}

/* ── Ledger (item rows) ── */
.cart-ledger {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* Each item row — flex: media | info | actions */
.cart-ledger__row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 18px;
  padding: 16px 0;
}

.cart-row__media {
  flex: 0 0 96px;
  width: 96px;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--surface-2, #EFEEE6);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-row__media img { width: 100%; height: 100%; object-fit: cover; }
.cart-row__placeholder {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.14em;
  color: var(--text-muted);
  text-transform: lowercase;
  text-align: center;
  padding: 4px;
}

/* Info block — SKU/verified, title, meta, tags */
.cart-row__info {
  flex: 0 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.cart-row__top {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.18em;
  color: var(--text-muted);
  text-transform: lowercase;
}
.cart-row__sku { color: var(--text-muted); }
.cart-row__dot { color: var(--accent); font-size: 10px; }
.cart-row__verified { color: var(--accent); }
.cart-row__name {
  font-family: var(--font-mono);
  font-size: 14px;
  letter-spacing: 0.02em;
  color: var(--text);
  text-transform: lowercase;
  text-decoration: none;
  overflow-wrap: anywhere;
}
.cart-row__name:hover { color: var(--accent); }
.cart-row__meta {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.06em;
  color: var(--text-muted);
  text-transform: lowercase;
}
.cart-row__tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}
.cart-row__tag {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.06em;
  color: var(--text-muted);
  text-transform: lowercase;
}

/* Right-side actions: price → qty stepper → remove */
.cart-row__actions {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  min-width: 110px;
  margin-left: auto;
}
.cart-row__price {
  font-family: var(--font-mono);
  font-size: 14px;
  letter-spacing: 0.02em;
  color: var(--text);
}
.cart-row__qty {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  border: 1px solid var(--border-hi);
}
.cart-row__qty-btn,
.cart-row__qty input {
  font-family: var(--font-mono);
  font-size: 11px;
  background: transparent;
  color: var(--text);
  border: none;
  padding: 4px 8px;
  text-align: center;
}
.cart-row__qty-btn {
  width: 24px;
  cursor: inherit;
  transition: background 0.12s ease, color 0.12s ease;
}
.cart-row__qty-btn:hover { background: var(--accent); color: #FCFCFB; }
.cart-row__qty input {
  width: 36px;
  border-left: 1px solid var(--border-hi);
  border-right: 1px solid var(--border-hi);
  -moz-appearance: textfield;
}
.cart-row__qty input::-webkit-outer-spin-button,
.cart-row__qty input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.cart-row__qty input:focus { outline: none; border-color: var(--accent); }

.cart-row__remove {
  background: transparent;
  border: none;
  color: var(--text-muted);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: lowercase;
  padding: 0;
  cursor: inherit;
  transition: color 0.15s ease;
}
.cart-row__remove:hover { color: var(--accent); }

/* Fallback update button when JS is off */
.cart-ledger__update {
  background: transparent;
  border: 1px solid var(--text);
  color: var(--text);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: lowercase;
  padding: 7px 12px;
  cursor: inherit;
  align-self: flex-start;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.cart-ledger__update:hover { background: var(--accent); border-color: var(--accent); color: #FCFCFB; }

/* ── Summary card (right column) — borderless by default, red on hover ── */
.cart-summary {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  background: transparent;
  border: 1px solid transparent;
  padding: 18px 20px 20px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: border-color 0.18s ease;
}
.cart-summary:hover { border-color: var(--accent); }
.cart-summary::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -2px;
  height: 1px;
  background: var(--accent);
  box-shadow: 0 0 10px var(--accent), 0 0 18px rgba(180,34,39,0.35);
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.18s ease;
}
.cart-summary > * { position: relative; z-index: 1; }
.cart-summary:hover::before {
  animation: cart-summary-laser 2.6s cubic-bezier(0.6, 0, 0.4, 1) infinite alternate;
}
@keyframes cart-summary-laser {
  0%   { top: -2px;             opacity: 0;    }
  8%   {                        opacity: 0.85; }
  92%  {                        opacity: 0.85; }
  100% { top: calc(100% + 2px); opacity: 0;    }
}
[data-reduced-motion="true"] .cart-summary:hover::before { animation: none; opacity: 0; }
.cart-summary__rows {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-bottom: 8px;
}
.cart-summary__row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.02em;
  text-transform: lowercase;
  padding: 5px 0;
}
.cart-summary__row .k { color: var(--text-muted); }
.cart-summary__row .v { color: var(--text); }
.cart-summary__row--discount .v { color: var(--accent); }
.cart-summary__row--grand {
  padding: 6px 0 0;
  font-size: 14px;
  color: var(--text);
}
.cart-summary__row--grand .k { color: var(--text); }
.cart-summary__row--grand .v { color: var(--accent); font-size: 16px; }

/* Promo / clearance code block */
.cart-promo {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.cart-promo__label {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  color: var(--accent);
  text-transform: lowercase;
}
.cart-promo__row {
  display: flex;
  flex-direction: row;
  gap: 6px;
}
.cart-promo__row input {
  flex: 1 1 auto;
  min-width: 0;
  padding: 8px 10px;
  font-family: var(--font-mono);
  font-size: 11px;
  background: transparent;
  border: 1px solid var(--border-hi);
  color: var(--text);
  text-transform: lowercase;
}
.cart-promo__row input::placeholder { color: var(--text-muted); }
.cart-promo__row input:disabled { opacity: 0.6; }
.cart-promo__apply {
  flex: 0 0 auto;
  padding: 8px 16px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.04em;
  background: var(--accent);
  border: 1px solid var(--accent);
  color: #FCFCFB;
  text-transform: lowercase;
  cursor: inherit;
  transition: opacity 0.15s ease;
}
.cart-promo__apply:disabled { opacity: 0.5; }

/* Action buttons — confirm (red filled) + continue (outline) */
.cart-summary__actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cart-summary__checkout {
  width: 100%;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  padding: 13px 16px;
  text-transform: lowercase;
  background: var(--accent);
  color: #FCFCFB;
  border: 1px solid var(--accent);
  cursor: inherit;
  transition: background 0.15s ease, color 0.15s ease, opacity 0.15s ease;
}
.cart-summary__checkout:hover { opacity: 0.85; }
.cart-summary__continue {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: lowercase;
  color: var(--text);
  background: transparent;
  border: 1px solid var(--text);
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.cart-summary__continue:hover { background: var(--accent); border-color: var(--accent); color: #FCFCFB; }

/* Secured channel line */
.cart-verified {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  text-transform: lowercase;
  padding-top: 8px;
}
.cart-verified .dot { color: var(--accent); font-size: 11px; line-height: 1; }

/* Sub info cards (shipping notice / accepted tenders) */
.cart-info-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 1px solid var(--border-hi);
  padding: 14px 16px;
  background: transparent;
}
.cart-info-card p {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: var(--text-muted);
  text-transform: lowercase;
}
.cart-info-card__type {
  display: inline;
  white-space: pre-wrap;
}
.cart-info-card__caret {
  display: inline-block;
  width: 6px;
  height: 1em;
  margin-left: 1px;
  background: var(--accent);
  vertical-align: -2px;
  animation: cart-caret-blink 1s steps(1) infinite;
}
@keyframes cart-caret-blink {
  0%, 50%   { opacity: 1; }
  50.01%, 100% { opacity: 0; }
}

/* ── Cart responsive (wrap handles columns naturally) ── */
@media (max-width: 640px) {
  .cart-grid__aside { position: static; max-width: 100%; }
}
@media (max-width: 560px) {
  .cart-ledger__row {
    flex-wrap: wrap;
    gap: 14px;
    padding: 14px 0;
  }
  .cart-row__media { flex: 0 0 72px; width: 72px; }
  .cart-row__info { flex: 1 1 calc(100% - 90px); }
  .cart-row__actions {
    flex-basis: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    min-width: 0;
  }
}

/* ── Basic page (info, channels, dossier, etc.) ── */
.basic-page {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3vw, 36px);
  padding: clamp(40px, 5vw, 64px) var(--pad-x) clamp(56px, 7vw, 96px);
  max-width: 880px;
  margin: 0 auto;
  width: 100%;
}
.basic-page--wide { max-width: var(--col-w); }
.basic-page--center { align-items: center; text-align: center; }
.basic-page--center .basic-page__header { align-items: center; text-align: center; }
/* Reset alignment INSIDE the form — only the outer block is centered, fields are left-aligned */
.basic-page--center .contact-form,
.basic-page--center .form-row,
.basic-page--center .form-field,
.basic-page--center .form-label,
.basic-page--center .form-input { text-align: left; }

.basic-page__header {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.basic-page--wide .basic-page__header {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.basic-page__case {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--text-muted);
  text-transform: uppercase;
}
.basic-page__title {
  font-family: var(--font-mono);
  font-size: var(--h-section);
  letter-spacing: 0.04em;
  line-height: 1.2;
  color: var(--text);
  text-shadow: none;
  text-transform: lowercase;
  font-weight: 400;
  margin: 0;
}
.basic-page__content { width: 100%; }
.basic-page__rte {
  font-size: 14px;
  line-height: 1.8;
  color: var(--text-dim);
  max-width: 640px;
}
.basic-page__rte h2 {
  font-family: var(--font-mono);
  font-size: 16px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text);
  margin: 32px 0 12px;
}
.basic-page__rte p { margin-bottom: 14px; }
.basic-page__rte strong { color: var(--text); }
.basic-page__rte a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.basic-page__rte ul, .basic-page__rte ol { margin: 14px 0 14px 18px; }
.basic-page__rte li { margin-bottom: 6px; }

/* ── Contact form (encrypted enquiry) ── */
.contact-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  margin-top: 8px;
  width: 100%;
}
.contact-block__heading {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  text-align: center;
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
.contact-form .form-row--actions { justify-content: center; }
.contact-form .term-btn--filled { align-self: center; }
.form-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
}
.form-row--actions { margin-top: 8px; }
.form-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1 1 100%;
  min-width: 0;
}
.form-field--half {
  flex: 1 1 calc(50% - 8px);
}
.form-label {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.form-input {
  font-family: var(--font-mono);
  font-size: 14px;
  letter-spacing: 0.02em;
  color: var(--text);
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--border);
  padding: 8px 0;
  outline: none;
  caret-color: var(--accent);
  transition: border-color 0.15s ease;
}
.form-input::placeholder { color: var(--text-muted); }
.form-input:focus { border-bottom-color: var(--accent); }
.form-input--area {
  border: 1px solid var(--border);
  padding: 12px;
  resize: vertical;
  min-height: 120px;
  line-height: 1.6;
}
.form-input--area:focus { border-color: var(--accent); }
.contact-form__success {
  color: var(--accent);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.contact-form__errors {
  color: var(--err);
  font-size: 12px;
  border-left: 2px solid var(--err);
  padding: 6px 12px;
  background: rgba(180,34,39,0.06);
}

@media (max-width: 600px) {
  .form-field--half { flex: 1 1 100%; }
}

/* ── Inventory (homepage) ── */
.inventory-page {
  padding: clamp(40px, 5vw, 64px) var(--pad-x) clamp(56px, 7vw, 96px);
  max-width: var(--col-w);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3vw, 36px);
}
.inventory-page__head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 12px;
  font-family: var(--font-mono);
  letter-spacing: 0.04em;
}
.inventory-page__eyebrow {
  color: var(--accent);
  text-transform: lowercase;
  font-size: 14px;
  letter-spacing: 0.04em;
}
.inventory-page__count {
  color: var(--text-muted);
  text-transform: lowercase;
  font-size: 11px;
  letter-spacing: 0.04em;
}
.inventory-grid {
  /* Inherits flex from .ascii-grid — tighter basis so 3-up matches design */
  column-gap: clamp(28px, 5vw, 80px);
  row-gap: clamp(40px, 6vw, 100px);
}
.inventory-grid > * { flex: 0 1 240px; }
.inventory-page__foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 16px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--text-muted);
}
.inventory-page__status { text-transform: lowercase; }
.inventory-page__more {
  color: var(--text);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-transform: lowercase;
}
.inventory-page__more:hover { color: var(--accent); }

@media (max-width: 440px) {
  .inventory-grid > * { flex-basis: 100%; }
  .inventory-page__foot { flex-direction: column; align-items: flex-start; }
}

/* ── Featured catalog header (legacy — kept in case section is reused elsewhere) ── */
.catalog-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
}
.catalog-header__left { display: flex; flex-direction: column; gap: 6px; }
.catalog-eyebrow {
  font-size: 10px; letter-spacing: 0.2em;
  color: var(--accent); text-transform: uppercase;
}
.catalog-title {
  font-family: var(--font-brand);
  font-size: clamp(28px, 3.6vw, 44px);
  letter-spacing: 0.04em;
  color: var(--text);
  text-shadow: var(--shadow-glow);
}
.catalog-status {
  font-size: 10px; letter-spacing: 0.18em;
  color: var(--text-muted); text-transform: uppercase;
  display: flex; gap: 10px;
}
.catalog-status .sep { color: var(--accent); }
.catalog-foot {
  display: flex; justify-content: space-between; align-items: center;
  padding: 24px 0; border-top: 1px dashed var(--border-hi);
  margin-top: 32px;
  font-size: 10px; letter-spacing: 0.18em;
  color: var(--text-muted); text-transform: uppercase;
}
.catalog-foot a { color: var(--text); text-decoration: none; }
.catalog-foot a::before { content: '> '; color: var(--accent); }
.catalog-foot a:hover { color: var(--accent); }
.catalog-empty {
  padding: 48px; text-align: center; color: var(--text-muted);
  font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase;
  border: 1px dashed var(--border-hi);
}

/* ─── Motion toggle glyph swap ─── */
.motion-toggle__glyph--restrained,
.motion-toggle__glyph--full { display: none; }
[data-motion="restrained"] .motion-toggle__glyph--restrained { display: inline; }
[data-motion="full"]       .motion-toggle__glyph--full       { display: inline; }
/* default if attribute unset */
html:not([data-motion]) .motion-toggle__glyph--restrained { display: inline; }

/* ─── Predictive search dropdown ─── */
.predictive-search {
  position: absolute;
  top: 100%; left: 0; right: 0;
  background: var(--bg);
  border: 1px solid var(--border-hi);
  border-top: none;
  z-index: 40;
  font-family: var(--font-mono);
  max-height: 320px;
  overflow-y: auto;
}
.predictive-search__item {
  display: flex; justify-content: space-between;
  padding: 10px 14px;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-dim);
  text-decoration: none;
  border-bottom: 1px dashed var(--border);
}
.predictive-search__item:last-child { border-bottom: none; }
.predictive-search__item:hover { color: var(--text); background: var(--surface); }
.predictive-search__item:hover .predictive-search__name { color: var(--accent); }
.predictive-search__price { color: var(--accent); }
.predictive-search__empty {
  padding: 14px; font-size: 11px;
  color: var(--text-muted); letter-spacing: 0.12em;
}

/* ─── Search panel (revealed from header search icon) ─── */
.search-panel {
  width: 100%;
  background: var(--bg);
  border-bottom: 1px solid var(--border-hi);
  overflow: visible;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.28s cubic-bezier(0.2,0.8,0.2,1), opacity 0.2s ease;
}
.search-panel.is-open {
  max-height: 80px;
  opacity: 1;
}
.search-panel__form {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 14px clamp(16px, 2.78vw, 40px);
  font-family: var(--font-mono);
  position: relative;
}
.search-panel__prompt {
  color: var(--accent);
  font-size: 14px;
  font-weight: 500;
  flex: 0 0 auto;
}
.search-panel__input {
  flex: 1 1 auto;
  border: none;
  background: transparent;
  font-family: var(--font-mono);
  font-size: 14px;
  letter-spacing: 0.02em;
  color: var(--text);
  outline: none;
  padding: 4px 0;
  caret-color: var(--accent);
}
.search-panel__input::placeholder { color: var(--text-muted); }
.search-panel__submit,
.search-panel__close {
  background: transparent;
  border: 1px solid transparent;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  color: var(--text-muted);
  padding: 4px 8px;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  flex: 0 0 auto;
}
.search-panel__submit:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: #FCFCFB;
}
.search-panel__close:hover  {
  background: var(--accent);
  border-color: var(--accent);
  color: #FCFCFB;
}
.search-panel .predictive-search {
  top: 100%; left: clamp(16px, 2.78vw, 40px);
  right: clamp(16px, 2.78vw, 40px);
  max-width: 1280px;
  margin: 0 auto;
}

/* ─── Quick-view overlay (Yeezy-minimal) ─── */
body.quickview-open { overflow: hidden; }

/* Camera-dolly: while quick-view is opening, the underlying page scales up slightly
   FROM the clicked card's position outward and fades to nothing. Combined with the
   overlay image flying to center, this reads as the camera moving toward the product
   rather than the product moving toward the camera. */
main#MainContent {
  transition: transform 0.5s cubic-bezier(0.2, 0.85, 0.25, 1),
              opacity   0.4s ease;
  /* Page scales outward from the VIEWPORT CENTER so all surrounding content moves away
     while the clicked product travels TOWARD the center via the FLIP. */
  transform-origin: 50% 50%;
  will-change: transform, opacity;
}
body.quickview-open main#MainContent {
  transform: var(--anim-page-end, scale(1.22));
  opacity: 0;
  pointer-events: none;
}

.quickview {
  position: fixed;
  inset: 0;
  z-index: 9995;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.quickview.is-open {
  opacity: 1;
  pointer-events: auto;
}
.quickview__backdrop {
  position: absolute;
  inset: 0;
  /* Plain brand cream — matches the page bg now that grain is removed. */
  background-color: var(--bg);
  opacity: 1;
  /* Expanding-spotlight reveal: starts as a 0-radius circle AT the clicked card's position
     (--backdrop-x / --backdrop-y set by JS), expands to cover the viewport. */
  clip-path: circle(0 at var(--backdrop-x, 50%) var(--backdrop-y, 50%));
  transition: clip-path 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}
.quickview.is-open .quickview__backdrop {
  clip-path: circle(150% at var(--backdrop-x, 50%) var(--backdrop-y, 50%));
}
.quickview.is-open .quickview__backdrop { opacity: 1; }

.quickview__close {
  position: absolute;
  top: clamp(16px, 2vw, 28px);
  right: clamp(16px, 2vw, 28px);
  background: transparent;
  border: none;
  font-family: var(--font-mono);
  font-size: 22px;
  line-height: 1;
  color: var(--text);
  padding: 8px 12px;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.22s ease 0.1s, color 0.15s ease;
  cursor: inherit;
}
.quickview.is-open .quickview__close { opacity: 1; }
.quickview__close:hover { color: var(--accent); }

.quickview__stage {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: clamp(32px, 6vw, 96px);
  padding: clamp(48px, 6vw, 80px) clamp(24px, 4vw, 64px);
  max-width: var(--col-w);
  margin: 0 auto;
}

.quickview__media-col {
  flex: 1 1 55%;
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-width: 0;
  max-width: 620px;
}
.quickview__caption {
  opacity: 0;
  transition: opacity 0.3s ease 0.22s;
}
.quickview.is-open .quickview__caption { opacity: 1; }
.quickview .gallery-arrow {
  opacity: 0;
  transition: opacity 0.3s ease 0.22s, color 0.15s ease;
}
.quickview.is-open .gallery-arrow { opacity: 0.7; }
.quickview .gallery-arrow:hover { opacity: 1; }

.quickview__media {
  position: relative;
  width: 100%;
  aspect-ratio: 4/5;
  max-height: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 48px;
  will-change: transform;
  /* The FLIP starting transform is set inline by JS; transition is applied for the morph */
}
.quickview__image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
.quickview__media .gallery-arrow { z-index: 2; }
.quickview__media .gallery-arrow--prev { left: -4px; }
.quickview__media .gallery-arrow--next { right: -4px; }

.quickview__caption {
  display: flex;
  justify-content: space-around;
  gap: 14px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  color: var(--text-muted);
  text-transform: lowercase;
  padding: 0 48px;
}
.quickview__caption em { font-style: normal; color: var(--text); }

.quickview__media--demo::before {
  content: attr(data-label);
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.24em;
  color: var(--text-muted);
  background:
    repeating-linear-gradient(
      45deg,
      transparent 0 14px,
      rgba(0,0,0,0.04) 14px 15px
    ),
    transparent;
  text-align: center;
}
.quickview__media--demo .quickview__image { display: none; }

.quickview__info {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
  font-family: var(--font-mono);
  min-width: 0;
  max-width: 420px;
  padding: 12px 14px;          /* constant — keeps width stable on hover */
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
  isolation: isolate;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.3s ease 0.22s, transform 0.35s cubic-bezier(0.2,0.85,0.25,1) 0.22s, border-color 0.18s ease;
}
.quickview__info:hover { border-color: var(--accent); }
.quickview.is-open .quickview__info {
  opacity: 1;
  transform: translateY(0);
}

/* Red laser line — runs only while hovering the info box.
   When hover ends, the animation is removed and the element reverts
   to its base style (opacity: 0), so the line fully disappears. */
.quickview__info::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -2px;
  height: 1px;
  background: var(--accent);
  box-shadow: 0 0 10px var(--accent), 0 0 18px rgba(180,34,39,0.35);
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.18s ease;
}
.quickview__info > * { position: relative; z-index: 1; }
.quickview__info:hover::before {
  animation: quickview-info-laser 2.6s cubic-bezier(0.6, 0, 0.4, 1) infinite alternate;
}
@keyframes quickview-info-laser {
  0%   { top: -2px;             opacity: 0;    }
  8%   {                        opacity: 0.85; }
  92%  {                        opacity: 0.85; }
  100% { top: calc(100% + 2px); opacity: 0;    }
}
[data-reduced-motion="true"] .quickview__info:hover::before { animation: none; opacity: 0; }

.quickview__title {
  font-family: var(--font-mono);
  font-size: var(--h-section);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.3;
  color: var(--text);
  text-transform: lowercase;
  margin: 0;
  padding: 0;
  border: none;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.quickview__price {
  font-family: var(--font-mono);
  font-size: clamp(15px, 1.3vw, 18px);
  color: var(--text);
  letter-spacing: 0.02em;
  font-weight: 400;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--border);
  overflow-wrap: anywhere;
}

.quickview__variants {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.quickview__variants .quickview__option {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  min-width: 0;
  width: 100%;
}
.quickview__variants .quickview__option label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 2px;
  text-transform: lowercase;
}
.quickview__pills {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.quickview__pills .variant-pill {
  font-family: var(--font-accent), 'Courier New', monospace;
  font-size: 14px;
  padding: 8px 14px;
  border: 1px solid var(--text);
  background: transparent;
  color: var(--text);
  cursor: inherit;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  min-width: 44px;
  line-height: 1;
}
.quickview__pills .variant-pill::before { content: '['; padding-right: 3px; }
.quickview__pills .variant-pill::after  { content: ']'; padding-left: 3px; }
.quickview__pills .variant-pill:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: #FCFCFB;
}
.quickview__pills .variant-pill.active {
  background: var(--accent);
  border-color: var(--accent);
  color: #FCFCFB;
}

/* ── Quickview responsive ─────────────────────────────────────
   ≤900: stack media on top, info below, stage scrolls vertically.
   ≤640: tighter spacing, smaller close button, info gap collapses.
   ≤480: full-width info, gallery arrows pull inside padding, 44px
         min touch targets on close and arrows.
   ≤360: tiniest phones — kill horizontal padding on media. */
@media (max-width: 900px) {
  .quickview__stage {
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    justify-content: flex-start;
    align-items: center;
    padding: 64px clamp(16px, 4vw, 32px) 40px;
    gap: 20px;
    -webkit-overflow-scrolling: touch;
  }
  .quickview__media-col,
  .quickview__info {
    flex: 0 0 auto;
    width: 100%;
    max-width: min(560px, 100%);
    min-width: 0;
  }
  .quickview__media { padding: 0 28px; max-height: 56vh; aspect-ratio: auto; height: 56vh; }
  .quickview__caption { padding: 0 28px; }
  .quickview__info { max-width: min(560px, 100%); }
}

@media (max-width: 640px) {
  .quickview__close {
    font-size: 22px;
    top: 10px;
    right: 10px;
    padding: 10px 14px;        /* fatter touch target */
  }
  .quickview__stage { padding: 60px 14px 32px; gap: 18px; }
  .quickview__media { padding: 0 18px; max-height: 50vh; height: 50vh; }
  .quickview__caption {
    padding: 0 4px;
    flex-wrap: wrap;
    row-gap: 4px;
    column-gap: 10px;
    justify-content: flex-start;
    font-size: 9px;
    letter-spacing: 0.1em;
  }
  .quickview__info { gap: 14px; }
  .quickview__title { font-size: 13px; }
  .quickview__price { font-size: 14px; padding-bottom: 12px; }
  .quickview__pills { gap: 5px; }
  .quickview__pills .variant-pill { padding: 7px 12px; font-size: 10px; min-width: 38px; }
  .quickview .gallery-arrow { font-size: 22px; padding: 8px 10px; }
}

@media (max-width: 480px) {
  .quickview__stage { padding: 56px 10px 28px; gap: 14px; }
  .quickview__media { padding: 0 10px; max-height: 46vh; height: 46vh; }
  .quickview__media .gallery-arrow--prev { left: 2px; }
  .quickview__media .gallery-arrow--next { right: 2px; }
  .quickview__caption { padding: 0; }
  /* Spec-table key labels get tight — drop fixed min-width so values can wrap */
  .quickview .spec-table { font-size: 10px; }
  .quickview .spec-table__key { min-width: 88px; }
}

@media (max-width: 360px) {
  .quickview__stage { padding: 52px 6px 24px; }
  .quickview__media { padding: 0 4px; }
  .quickview .spec-table li { flex-direction: column; align-items: flex-start; gap: 2px; }
  .quickview .spec-table__key { min-width: 0; }
}

/* ───── DOSSIER PAGE ───── */
.dossier-page {
  padding: 0;
  color: var(--text);
  font-family: var(--font-mono);
  font-size: 13px;
}
.dossier-page__body {
  display: flex;
  flex-direction: row;
  gap: clamp(32px, 6vw, 88px);
  align-items: flex-start;
  max-width: 1280px;
  margin: 0 auto;
}
.dossier-page__main  { flex: 1 1 60%; min-width: 0; }
.dossier-page__file  { flex: 0 1 360px; min-width: 0; }

.dossier-page__eyebrow {
  color: var(--accent);
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: lowercase;
  margin-bottom: 18px;
}

.dossier-table {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--border);
}
.dossier-table__row {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
  gap: 24px;
}
.dossier-table__row:last-child { border-bottom: none; }
.dossier-table dt {
  flex: 0 0 180px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.04em;
}
.dossier-table dd {
  flex: 1 1 auto;
  margin: 0;
  color: var(--text);
  font-size: 13px;
  word-break: break-word;
}
.dossier-table .dot,
.dossier-file__row .dot,
.dossier-file__state .dot,
.dossier-notes__heading .dot { color: var(--accent); }
/* Solid red rectangle hiding whatever text it wraps — used for `redacted` markers. */
.redacted {
  display: inline-block !important;
  background: var(--accent) !important;
  color: transparent !important;
  letter-spacing: 0 !important;
  padding: 0 0.4em !important;
  vertical-align: middle;
  user-select: none;
  border-radius: 0;
  text-shadow: none !important;
}
.redacted::selection { background: var(--accent); color: transparent; }
.redacted * { color: transparent !important; }

.dossier-notes {
  margin-top: clamp(32px, 5vw, 56px);
  border-top: 1px solid var(--border);
  padding: 20px 0 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.dossier-notes__heading {
  color: var(--text);
  font-size: 12px;
  letter-spacing: 0.04em;
}
.dossier-notes__body { color: var(--muted); display: flex; flex-direction: column; gap: 2px; }
.dossier-notes__body p { margin: 0; }
.dossier-notes__end {
  align-self: flex-start;
  color: var(--muted);
  font-size: 12px;
  margin-top: 8px;
}

.dossier-page__file { display: flex; flex-direction: column; gap: 12px; }
.dossier-file__head {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 16px;
  flex-wrap: wrap;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border);
}
.dossier-file__label { color: var(--text); font-size: 13px; }
.dossier-file__no    { color: var(--text); font-size: 13px; }
.dossier-file__state { color: var(--text); font-size: 12px; margin-left: auto; }

.dossier-file__table { margin: 0; padding: 0; }
.dossier-file__row {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  gap: 16px;
}
.dossier-file__row:last-child { border-bottom: none; }
.dossier-file__row dt {
  flex: 1 1 auto;
  color: var(--text);
  font-size: 13px;
}
.dossier-file__row dd {
  flex: 0 0 auto;
  margin: 0;
  color: var(--text);
  font-size: 13px;
  text-align: right;
}

@media (max-width: 768px) {
  .dossier-page__body { flex-direction: column; gap: 40px; }
  .dossier-page__main, .dossier-page__file { flex: 1 1 auto; width: 100%; }
  .dossier-table dt { flex-basis: 130px; }
}
@media (max-width: 480px) {
  .dossier-table dt { flex-basis: 110px; font-size: 11px; }
  .dossier-table dd, .dossier-file__row dt, .dossier-file__row dd { font-size: 12px; }
  .dossier-file__state { margin-left: 0; width: 100%; }
}

/* ───── ARCHIVE PAGE ───── */
.archive-page {
  padding: clamp(40px, 5vw, 64px) var(--pad-x) clamp(56px, 7vw, 96px);
  max-width: var(--col-w);
  margin: 0 auto;
  font-family: var(--font-mono);
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3vw, 36px);
}
.archive-page__head { margin-bottom: 0; }
.archive-page__eyebrow {
  color: var(--accent);
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: lowercase;
}
.archive-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.archive-case {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--border);
  transition: border-color 0.15s ease, background 0.15s ease;
}
.archive-case.is-open { border-color: var(--accent); }
.archive-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 12px 18px;
  text-decoration: none;
  color: var(--text);
  font-family: var(--font-mono);
  font-size: 13px;
  background: transparent;
  border: none;
  text-align: left;
  transition: background 0.15s ease;
}
.archive-row:hover { background: rgba(180, 34, 39, 0.04); }
.archive-row__icon {
  color: var(--text-muted);
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 18px;
}
.archive-row__icon svg {
  width: 22px;
  height: 18px;
  display: block;
}
.archive-case.is-open .archive-row__icon { color: var(--accent); }
.archive-row__title {
  flex: 1 1 auto;
  color: var(--text);
  min-width: 0;
  overflow-wrap: anywhere;
}
.archive-row__status {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex: 0 0 auto;
}
.archive-row__chevron {
  flex: 0 0 auto;
  color: var(--text-muted);
  font-size: 18px;
  line-height: 1;
  transition: transform 0.2s ease, color 0.15s ease;
}
.archive-case.is-open .archive-row__chevron {
  transform: rotate(90deg);
  color: var(--accent);
}

/* Sub-folder list — OS-folder feel.
   No bg, no glyph, just clean bordered rows. */
.archive-subs {
  list-style: none;
  margin: 0;
  padding: 10px 14px 14px 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-top: 1px dashed var(--border);
}
.archive-subs[hidden] { display: none !important; }

.archive-sub {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  padding: 10px 14px;
  text-decoration: none;
  color: var(--text);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: lowercase;
  background: transparent;
  border: 1px solid var(--border);
  transition: color 0.15s ease, border-color 0.15s ease;
}
.archive-sub:hover {
  color: var(--accent);
  border-color: var(--accent);
}
.archive-sub__name { flex: 1 1 auto; min-width: 0; overflow-wrap: anywhere; }
.archive-sub__hint { flex: 0 0 auto; color: var(--text-muted); font-size: 10px; letter-spacing: 0.1em; }
.badge {
  font-size: 12px;
  letter-spacing: 0.04em;
}
.badge--pending,
.badge--done    { color: var(--accent); }
.badge--active  { color: var(--accent); }
.badge--inactive{ color: var(--muted); }

.archive-empty {
  padding: 24px;
  border: 1px dashed var(--border);
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}

@media (max-width: 560px) {
  .archive-row { font-size: 12px; padding: 10px 14px; gap: 10px; flex-wrap: wrap; }
  .archive-row__title { flex-basis: 100%; order: -1; }
  .archive-row__icon  { order: -2; }
  .archive-row__chevron { order: 2; margin-left: auto; }
  .archive-subs { padding-left: 24px; }
  .archive-sub__hint { display: none; }
}

/* ───── LOOKBOOK PAGE ───── */
.lookbook-page {
  padding: clamp(40px, 5vw, 64px) 0 clamp(56px, 7vw, 96px);
  font-family: var(--font-mono);
}
.lookbook-page__head {
  padding: 0 var(--pad-x);
  max-width: var(--col-w);
  margin: 0 auto;
  width: 100%;
}
.lookbook-page__eyebrow {
  color: var(--accent);
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: lowercase;
}
.lookbook-stack {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.lookbook-frame {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.lookbook-frame__media {
  width: 100%;
  background: #6b6b6b;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}
.lookbook-frame__media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 90vh;
}
.lookbook-frame__bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 22px;
  padding: 8px clamp(20px, 4vw, 56px);
  background: #0c0c0d;
  color: #d4d4d4;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.04em;
  flex-wrap: wrap;
}
.lf-seq   { color: var(--accent); }
.lf-label { color: #f5f5f0; }
.lf-meta  { color: #d4d4d4; }
.lf-lens, .lf-date, .lf-time, .lf-tz { color: #d4d4d4; }
.lf-dot   { color: var(--accent); margin-left: auto; }

.lookbook-empty {
  padding: 48px clamp(20px, 4vw, 56px);
  border: 1px dashed var(--border);
  margin: clamp(20px, 4vw, 56px);
  color: var(--muted);
  font-size: 13px;
  text-align: center;
  line-height: 1.7;
}
.lookbook-empty code {
  background: rgba(0, 0, 0, 0.05);
  padding: 2px 6px;
  font-size: 12px;
}

@media (max-width: 560px) {
  .lookbook-frame__bar { gap: 10px; font-size: 10px; padding: 6px 14px; }
  .lf-dot { margin-left: 0; }
}

/* ───── REQUEST ACCESS PAGE ───── */
.request-page {
  display: flex;
  justify-content: center;
  padding: clamp(80px, 12vw, 180px) clamp(20px, 4vw, 40px) clamp(80px, 12vw, 180px);
  font-family: var(--font-mono);
}
.request-page__inner {
  width: 100%;
  max-width: 640px;
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2.6vw, 32px);
}
.request-page__rule {
  height: 1px;
  width: 100%;
  background: var(--border);
}
.page-section h1.request-page__title,
.request-page h1.request-page__title {
  color: var(--accent);
  font-family: var(--font-mono);
  font-weight: 400;
  font-size: clamp(15px, 1.4vw, 18px);
  letter-spacing: 0.08em;
  text-transform: none;
  text-align: center;
  margin: 0;
  line-height: 1.4;
  min-height: 1.6em;
}
.request-page__title-text {
  display: inline;
  white-space: pre;
}
.request-page__title .cursor {
  display: inline-block;
  width: 0.6em;
  height: 1em;
  background: var(--accent);
  vertical-align: -2px;
  margin-left: 6px;
  color: transparent;
}
.request-page__title--success { font-size: clamp(16px, 2.2vw, 20px); }
.cursor {
  color: var(--accent);
  animation: cursor-blink 1s steps(2, end) infinite;
  display: inline-block;
  margin-left: 6px;
  line-height: 1;
}
@keyframes cursor-blink { 50% { opacity: 0; } }

.request-page__status {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: baseline;
  font-size: clamp(13px, 1.05vw, 15px);
  color: var(--text);
  padding-bottom: 8px;
  flex-wrap: wrap;
  letter-spacing: 0.02em;
}
.request-page__status-label { color: var(--text-muted); }
.request-page__status-dot   { color: var(--text-muted); font-size: 0.85em; }
.request-page__status-msg   { color: var(--text); }
.request-page__countdown {
  font-variant-numeric: tabular-nums;
  color: var(--accent);
  margin-left: 4px;
}
.request-page__countdown [data-cd-d],
.request-page__countdown [data-cd-h],
.request-page__countdown [data-cd-m],
.request-page__countdown [data-cd-s] { color: var(--accent); }

.request-page__field {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding: 18px 18px;
  min-height: 56px;
  border: 1px solid var(--border-hi);
  background: transparent;
}
.request-page__field-prefix {
  color: var(--text-muted);
  font-size: clamp(13px, 1.05vw, 15px);
  flex: 0 0 auto;
}
.request-page__field-wrap {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  min-width: 0;
}
.request-page__input {
  flex: 1 1 auto;
  border: none;
  outline: none;
  background: transparent;
  font: inherit;
  color: var(--text);
  font-size: clamp(13px, 1.05vw, 15px);
  padding: 0;
  caret-color: var(--accent);
  min-width: 0;
}
.request-page__input::placeholder { color: var(--text-muted); }
.request-page__field-caret {
  color: var(--accent);
  font-size: clamp(13px, 1.05vw, 15px);
  line-height: 1;
  animation: cursor-blink 1s steps(2, end) infinite;
  margin-left: 4px;
  pointer-events: none;
  flex: 0 0 auto;
}
.request-page__field:focus-within .request-page__field-caret,
.request-page__input:not(:placeholder-shown) ~ .request-page__field-caret { display: none; }

.request-page__errors {
  border: 1px solid var(--accent);
  padding: 10px 14px;
  color: var(--accent);
  font-size: 12px;
}

.request-page__actions {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap;
}
.request-page__actions .term-btn {
  padding: 18px 24px;
  font-size: clamp(13px, 1.05vw, 15px);
  min-height: 56px;
  letter-spacing: 0.04em;
}
.term-btn {
  flex: 1 1 0;
  text-align: center;
  padding: 14px 18px;
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.02em;
  text-decoration: none;
  cursor: none;
  border: 1px solid var(--text);
  background: transparent;
  color: var(--text);
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.term-btn--filled {
  background: var(--text);
  color: var(--bg, #F2F2F2);
}
.term-btn--filled:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}
.term-btn--outline:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.request-page__sub {
  font-size: 11px;
  color: var(--muted);
  text-align: center;
  letter-spacing: 0.02em;
  margin: 0;
  line-height: 1.7;
}
.request-page__success {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: stretch;
  text-align: center;
}

@media (max-width: 480px) {
  .request-page__status { flex-direction: column; align-items: flex-start; gap: 6px; }
  .request-page__countdown { margin-left: 0; }
  .request-page__actions { flex-direction: column; }
}

/* ───── SIZE CHART TRIGGER (next to size option label) ───── */
.product-form__chart-trigger,
.quickview__option .product-form__chart-trigger {
  background: transparent;
  border: none;
  padding: 0;
  margin-left: auto;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 2px;
  text-transform: lowercase;
  cursor: none;
}
.product-form__option-head { justify-content: space-between; flex-wrap: wrap; }
.quickview__option-head {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 6px;
}
.quickview__option-head label { color: var(--accent); }

/* ───── FIT REPORT slide-in panel ───── */
.fit-report[hidden] { display: none !important; }
.fit-report {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  justify-content: flex-end;
  pointer-events: auto;
  font-family: var(--font-mono);
}
.fit-report__scrim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  animation: fit-fade 0.2s ease both;
}
@keyframes fit-fade { from { opacity: 0; } to { opacity: 1; } }
.fit-report__panel {
  position: relative;
  width: min(520px, 100vw);
  height: 100%;
  background: var(--bg, #F2F2F2);
  border-left: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  animation: fit-slide 0.28s cubic-bezier(0.22, 1, 0.36, 1) both;
  overflow: hidden;
}
@media (max-width: 599px) {
  .fit-report__panel { width: 100vw; border-left: none; }
}
@keyframes fit-slide { from { transform: translateX(100%); } to { transform: translateX(0); } }

.fit-report__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  border-bottom: 1px solid var(--border);
  flex: 0 0 auto;
}
.fit-report__crumb {
  color: var(--accent);
  font-size: 12px;
  letter-spacing: 0.04em;
}
.fit-report__close {
  background: transparent;
  border: none;
  font-size: 22px;
  line-height: 1;
  cursor: none;
  color: var(--text);
  padding: 4px 8px;
}
.fit-report__close:hover { color: var(--accent); }

.fit-report__body {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 20px 24px 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.fit-report__body::-webkit-scrollbar { width: 0; height: 0; display: none; }
.fit-report__title {
  color: var(--accent);
  font-size: var(--h-section);
  font-weight: 400;
  letter-spacing: 0.04em;
  margin: 0;
}

.fit-report__meta {
  margin: 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 12px 0;
}
.fit-report__meta-row {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 16px;
  padding: 4px 0;
}
.fit-report__meta-row dt {
  flex: 0 0 80px;
  color: var(--muted);
  font-size: 12px;
}
.fit-report__meta-row dd {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  color: var(--text);
  font-size: 12px;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.fit-report__meta .dot { color: var(--accent); }

.fit-report__tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}
.fit-report__tab {
  flex: 0 0 auto;
  padding: 10px 16px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.02em;
  border: 1px solid var(--text);
  background: transparent;
  color: var(--text);
  cursor: none;
  transition: background 0.15s ease, color 0.15s ease;
  white-space: nowrap;
}
.fit-report__tab.is-active {
  background: var(--accent);
  color: #FCFCFB;
  border-color: var(--accent);
}
.fit-report__tab:hover:not(.is-active) {
  background: var(--accent);
  color: #FCFCFB;
  border-color: var(--accent);
}

.fit-report__panel-tab[hidden] { display: none; }
.fit-report__panel-tab { display: flex; flex-direction: column; gap: 12px; min-width: 0; }
.fit-report__panel-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--text);
  border-bottom: 1px solid var(--border);
  padding-bottom: 6px;
}
.fit-report__panel-head .muted { color: var(--muted); }

.fit-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 -4px;
}
.fit-table {
  width: 100%;
  min-width: 440px;
  border-collapse: collapse;
  font-size: 12px;
}
.fit-table th,
.fit-table td {
  text-align: left;
  padding: 8px 10px;
  border-bottom: 1px solid var(--border);
  color: var(--text);
  white-space: nowrap;
}
.fit-table th {
  color: var(--muted);
  font-weight: 400;
  letter-spacing: 0.04em;
}
.fit-table tbody tr:hover { background: rgba(180, 34, 39, 0.04); }

.fit-report__note {
  font-size: 11px;
  color: var(--muted);
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid var(--border);
  padding: 10px 12px;
  margin: 0;
  line-height: 1.6;
}
.fit-report__empty {
  border: 1px dashed var(--border);
  padding: 20px;
  font-size: 12px;
  color: var(--muted);
  text-align: center;
}
.fit-report__empty em { color: var(--text); font-style: normal; }

.fit-report__guide {
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid var(--border);
  padding: 16px;
  display: flex;
  justify-content: center;
}
.fit-report__guide img {
  max-width: 100%;
  height: auto;
  display: block;
}

.fit-report__points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.fit-report__points li {
  display: flex;
  flex-direction: row;
  gap: 18px;
  align-items: flex-start;
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
}
.fit-report__points .seq {
  color: var(--text);
  flex: 0 0 44px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
}
.fit-report__points .lbl {
  color: var(--text);
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 500;
  padding-top: 4px;
  min-width: 80px;
}
.fit-report__points .desc {
  color: var(--text-muted);
  flex: 1 1 auto;
  font-size: 12px;
  padding-top: 4px;
}

@media (max-width: 560px) {
  .fit-report__panel { width: 100vw; max-width: 100vw; border-left: none; }
  .fit-report__head { padding: 12px 16px; }
  .fit-report__body { padding: 16px 16px 24px; gap: 14px; }
  .fit-report__meta-row { gap: 10px; }
  .fit-report__meta-row dt { flex: 0 0 64px; }
  .fit-report__tab { padding: 9px 12px; font-size: 11px; }
  .fit-report__points li { gap: 12px; padding: 12px 0; }
  .fit-report__points .seq { flex: 0 0 36px; font-size: 20px; }
  .fit-report__points .lbl { min-width: 60px; }
}

/* ════════════════════════════════════════════════════════════
   CUSTODY MANIFEST — customer order detail page
   ════════════════════════════════════════════════════════════ */
.custody-page {
  padding: clamp(40px, 5vw, 64px) var(--pad-x) clamp(56px, 7vw, 96px);
  max-width: var(--col-w);
  margin: 0 auto;
  font-family: var(--font-mono);
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3vw, 36px);
}
.custody-page__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  letter-spacing: 0.04em;
}
.custody-page__eyebrow {
  color: var(--accent);
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: lowercase;
}
.custody-page__meta {
  color: var(--text-muted);
  font-size: 11px;
  text-transform: lowercase;
}

.custody-grid {
  display: flex;
  flex-flow: row wrap;
  gap: 24px;
}
.custody-grid > * { flex: 1 1 320px; min-width: 0; }

.custody-card,
.custody-objects,
.custody-summary {
  border: 1px solid var(--border-hi);
  padding: 20px;
  background: transparent;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.custody-card__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px;
}
.custody-card__title {
  color: var(--accent);
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: lowercase;
}
.custody-card__sub {
  color: var(--text-muted);
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: lowercase;
}
.custody-divider {
  height: 1px;
  background: var(--border);
  width: 100%;
}

.custody-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  font-size: 12px;
  letter-spacing: 0.03em;
}
.custody-row .k {
  color: var(--text-muted);
  text-transform: lowercase;
  flex: 0 0 auto;
}
.custody-row .v {
  color: var(--text);
  text-transform: lowercase;
  text-align: right;
  flex: 1 1 auto;
  min-width: 0;
  overflow-wrap: anywhere;
}
.custody-row .v--hi { color: var(--accent); }
.custody-row .v a { color: var(--accent); text-decoration: underline; }

.custody-row--grand {
  padding-top: 10px;
  border-top: 1px solid var(--border);
  margin-top: 4px;
}
.custody-row--grand .k {
  font-size: 14px;
  color: var(--text);
}
.custody-row--grand .v {
  font-size: 16px;
  color: var(--accent);
}

/* Logged objects table */
.custody-table {
  display: flex;
  flex-direction: column;
}
.custody-table__row {
  display: flex;
  flex-flow: row nowrap;
  gap: 12px;
  padding: 12px 0;
  align-items: baseline;
  font-size: 13px;
  border-bottom: 1px dashed var(--border);
}
.custody-table__row:last-child { border-bottom: none; }
.custody-table__row--head {
  font-size: 11px;
  color: var(--text-muted);
  text-transform: lowercase;
  letter-spacing: 0.05em;
  border-bottom: 1px solid var(--border);
}
.custody-table__row--data .c--file { color: var(--accent); }
.custody-table .c {
  flex: 1 1 0;
  min-width: 0;
  overflow-wrap: anywhere;
  text-transform: lowercase;
}
.custody-table .c--file  { flex: 0 0 14%; }
.custody-table .c--type  { flex: 0 0 18%; }
.custody-table .c--color { flex: 0 0 14%; }
.custody-table .c--size  { flex: 0 0 10%; }
.custody-table .c--qty   { flex: 0 0 8%; }
.custody-table .c--value { flex: 1 1 auto; text-align: right; color: var(--text); }

/* Dispatch progress */
.custody-progress {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.custody-progress__bar {
  display: flex;
  flex-flow: row nowrap;
  gap: 4px;
  height: 4px;
}
.custody-progress__bar .seg {
  flex: 1 1 0;
  background: var(--border);
  height: 4px;
}
.custody-progress__bar .seg.is-active { background: var(--accent); }
.custody-progress__labels {
  display: flex;
  flex-flow: row nowrap;
  gap: 4px;
  font-size: 10px;
  letter-spacing: 0.04em;
  text-transform: lowercase;
}
.custody-progress__labels .lbl {
  flex: 1 1 0;
  color: var(--text);
  min-width: 0;
}
.custody-progress__labels .lbl.is-current { color: var(--accent); }
.custody-progress__labels .lbl.is-pending { color: var(--text-muted); }

.custody-page__foot {
  display: flex;
  flex-flow: row wrap;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 8px;
}

@media (max-width: 640px) {
  .custody-table__row { flex-wrap: wrap; }
  .custody-table .c--file,
  .custody-table .c--type,
  .custody-table .c--color,
  .custody-table .c--size,
  .custody-table .c--qty,
  .custody-table .c--value { flex: 1 1 30%; }
  .custody-progress__labels { font-size: 9px; }
  .custody-page__foot { justify-content: stretch; }
  .custody-page__foot .term-btn { flex: 1 1 auto; text-align: center; }
}

/* ════════════════════════════════════════════════════════════
   SEARCH — Archive lookup terminal
   ════════════════════════════════════════════════════════════ */
.search-page {
  font-family: var(--font-mono);
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 1.8vw, 22px);
}

.search-page__head {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--border);
  font-size: 10px;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  text-transform: lowercase;
}

/* Input bar */
.search-page__form {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border: 1px solid var(--border-hi);
  background: transparent;
  min-height: 52px;
}
.search-page__form-prefix {
  color: var(--accent);
  font-size: 13px;
  flex: 0 0 auto;
}
.search-page__form-input {
  flex: 1 1 auto;
  background: transparent;
  border: none;
  outline: none;
  font: inherit;
  color: var(--text);
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.02em;
  caret-color: var(--accent);
  min-width: 0;
}
.search-page__form-input::placeholder { color: var(--text-muted); }
.search-page__form-caret {
  color: var(--accent);
  font-size: 14px;
  line-height: 1;
  animation: cursor-blink 1s steps(2, end) infinite;
  flex: 0 0 auto;
}
.search-page__form:focus-within .search-page__form-caret,
.search-page__form-input:not(:placeholder-shown) ~ .search-page__form-caret { display: none; }
.search-page__form-hint {
  flex: 0 0 auto;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--accent);
  background: transparent;
  border: none;
  letter-spacing: 0.04em;
  text-transform: lowercase;
  padding: 0;
  cursor: inherit;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.search-page__form-hint .key {
  background: var(--accent);
  color: #FCFCFB;
  padding: 2px 6px;
  letter-spacing: 0.06em;
}
.search-page__form-hint:hover { text-decoration: underline; }

/* Path meta line */
.search-page__meta {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 12px;
  font-size: 10px;
  letter-spacing: 0.04em;
  color: var(--text-muted);
  text-transform: lowercase;
}
.search-page__meta .search-page__count { color: var(--text-muted); }

/* Title */
.search-page__title {
  font-family: var(--font-mono);
  font-weight: 400;
  font-size: clamp(28px, 4vw, 44px);
  letter-spacing: 0;
  color: var(--text);
  text-transform: none;
  margin: 0;
  line-height: 1.1;
}
.page-section h1.search-page__title { font-family: var(--font-mono); font-weight: 400; text-transform: none; letter-spacing: 0; }
.search-page__sub {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--text-muted);
  text-transform: lowercase;
}
.search-page__rule {
  height: 1px;
  background: var(--border);
}

/* Status row */
.search-page__status {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--text-muted);
  text-transform: lowercase;
}
.search-page__status-l {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 18px;
}
.search-page__status .badge {
  color: var(--accent);
  letter-spacing: 0.06em;
}

/* Suggested lookups (idle state) */
.search-page__suggest {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 4px;
}
.search-page__suggest-heads {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 12px;
  font-size: 10px;
  letter-spacing: 0.06em;
  color: var(--text-muted);
  text-transform: lowercase;
}
.search-page__suggest-cols {
  display: flex;
  flex-flow: row wrap;
  gap: clamp(20px, 3vw, 36px);
}
.search-page__suggest-col {
  flex: 1 1 240px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.search-page__suggest-col-head {
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--accent);
  text-transform: lowercase;
  padding: 6px 0;
  border-bottom: 1px solid var(--border);
  margin-bottom: 4px;
}
.search-page__suggest-row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  padding: 6px 0;
  text-decoration: none;
  color: var(--text);
  font-size: 12px;
  letter-spacing: 0.02em;
  transition: color 0.15s ease;
}
.search-page__suggest-row .k {
  color: var(--text);
  text-transform: lowercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}
.search-page__suggest-row .v {
  color: var(--text-muted);
  text-transform: lowercase;
  flex: 0 0 auto;
}
.search-page__suggest-row:hover { color: var(--accent); }
.search-page__suggest-row:hover .v { color: var(--accent); }

/* Match-state footer */
.search-page__foot {
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--text-muted);
  text-transform: lowercase;
  text-align: center;
  padding-top: 12px;
}

/* No-match panel */
.search-page__nomatch {
  border: 1px solid var(--border-hi);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.search-page__nomatch-head {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 12px;
  align-items: baseline;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--text-muted);
  text-transform: lowercase;
}
.search-page__nomatch-head .l .dot { color: var(--accent); margin-right: 4px; }
.search-page__nomatch-head .r { color: var(--text-muted); }
.search-page__nomatch-divider { height: 1px; background: var(--border); }
.search-page__nomatch-body {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: clamp(20px, 3vw, 40px);
  align-items: flex-start;
}
.search-page__nomatch-main {
  flex: 1 1 320px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.search-page__nomatch-title {
  font-family: var(--font-mono);
  font-weight: 400;
  font-size: clamp(24px, 3vw, 36px);
  color: var(--text);
  text-transform: none;
  margin: 0;
  line-height: 1.1;
  letter-spacing: 0;
}
.page-section h2.search-page__nomatch-title { font-family: var(--font-mono); font-weight: 400; text-transform: none; letter-spacing: 0; }
.search-page__nomatch-sub {
  margin: 0;
  font-size: 11px;
  color: var(--text-muted);
  letter-spacing: 0.04em;
  text-transform: lowercase;
}
.search-page__nomatch-stats {
  flex: 0 1 320px;
  min-width: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--text-muted);
  text-transform: lowercase;
}
.search-page__nomatch-stats li {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
}
.search-page__nomatch-stats .k { color: var(--text-muted); }
.search-page__nomatch-stats .v { color: var(--text); text-align: right; }

/* Recovery actions */
.search-page__recovery {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 4px;
}
.search-page__recovery-eyebrow {
  font-size: 10px;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  text-transform: lowercase;
}
.search-page__recovery-actions {
  display: flex;
  flex-flow: row wrap;
  gap: 12px;
}
.search-page__recovery-actions .term-btn {
  flex: 0 1 auto;
  padding: 12px 18px;
  font-size: 12px;
  letter-spacing: 0.04em;
}

@media (max-width: 640px) {
  .search-page__form { flex-wrap: wrap; }
  .search-page__form-hint { width: 100%; justify-content: flex-end; }
  .search-page__title { font-size: clamp(24px, 8vw, 32px); }
  .search-page__nomatch { padding: 18px; }
  .search-page__nomatch-stats { flex-basis: 100%; }
}
