:root {
  --canvas: #fafafa;
  --surface: #ffffff;
  --ink: #11110f;
  --muted: #666666;
  --rule: #dedede;
  --rule-dark: #bdbdbd;
  --signal: #11110f;
  --signal-dark: #000000;
  --signal-soft: #eeeeec;
  --white: #ffffff;
  --danger: #11110f;
  --display: Georgia, "Times New Roman", serif;
  --ui: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --page-gutter: 16px;
  --masthead-height: 56px;
  --ribbon-height: 28px;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--masthead-height) + 16px);
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 50% -12%, rgba(126, 126, 126, 0.06), transparent 36rem),
    var(--canvas);
  color: var(--ink);
  font-family: var(--ui);
  font-size: 15px;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}

body.dialog-open {
  overflow: hidden;
}

button,
select,
a {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

[hidden] {
  display: none !important;
}

:focus-visible {
  outline: 2px solid var(--signal);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  background: var(--ink);
  color: var(--white);
  transform: translateY(-150%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

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

.prototype-ribbon {
  position: relative;
  z-index: 30;
  height: var(--ribbon-height);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-inline: 12px;
  background: var(--ink);
  color: var(--white);
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.masthead {
  position: sticky;
  z-index: 25;
  top: 0;
  height: var(--masthead-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--page-gutter);
  border-bottom: 1px solid var(--rule);
  background: rgba(250, 250, 250, 0.96);
  background: color-mix(in srgb, var(--canvas) 94%, transparent);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.wordmark {
  display: inline-flex;
  align-items: center;
  color: var(--ink);
  font-family: var(--display);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1;
  text-decoration: none;
}

.masthead-nav {
  display: none;
  align-items: center;
  gap: 28px;
}

.masthead-nav a,
.masthead-nav button {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid transparent;
  background: transparent;
  color: var(--ink);
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.masthead-nav a:hover,
.masthead-nav button:hover {
  border-bottom-color: currentColor;
}

.nav-beta {
  padding: 2px 4px;
  border: 1px solid var(--rule-dark);
  border-radius: 999px;
  color: var(--muted);
  font-size: 6px;
  font-weight: 760;
  letter-spacing: 0.07em;
  line-height: 1;
  text-transform: uppercase;
}

.nav-picks-count {
  min-width: 18px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  font-size: 7px;
  font-weight: 780;
  line-height: 1;
}

.mobile-nav {
  position: relative;
}

.mobile-nav summary {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 760;
  letter-spacing: 0.05em;
  list-style: none;
  text-transform: uppercase;
  cursor: pointer;
}

.mobile-nav summary::-webkit-details-marker {
  display: none;
}

.mobile-nav-panel {
  position: absolute;
  z-index: 80;
  top: calc(100% + 9px);
  right: 0;
  width: 220px;
  display: grid;
  padding: 8px;
  border: 1px solid var(--ink);
  background: var(--surface);
  box-shadow: 0 16px 34px rgba(17, 17, 17, 0.16);
}

.mobile-nav-panel a,
.mobile-nav-panel button {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 0 10px;
  border: 0;
  border-bottom: 1px solid var(--rule);
  background: transparent;
  color: var(--ink);
  font-size: 11px;
  font-weight: 650;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.mobile-nav-panel > :last-child {
  border-bottom: 0;
}

.masthead-actions {
  display: flex;
  align-items: center;
  gap: 7px;
}

.header-cart {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 8px 0 14px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  cursor: pointer;
}

.header-cart span {
  min-width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  font-variant-numeric: tabular-nums;
}

.header-cart.has-items span {
  background: var(--white);
  color: var(--ink);
}

.hero {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 32px var(--page-gutter) 24px;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 360px;
  height: 360px;
  top: -180px;
  right: -150px;
  border-radius: 50%;
  background: var(--signal-soft);
  filter: blur(12px);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.12em;
  line-height: 1.25;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.dialog-header h2 {
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: -0.045em;
}

.hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(44px, 13vw, 76px);
  line-height: 0.93;
}

.hero h1 em {
  color: var(--signal);
  font-weight: 400;
}

.hero-intro {
  max-width: 560px;
  margin: 22px 0 0;
  font-size: 17px;
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
}

.look-preview-section {
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: 64px var(--page-gutter) 12px;
}

.look-preview-launcher {
  width: 100%;
  height: 226px;
  display: grid;
  grid-template-columns: minmax(250px, 0.64fr) minmax(0, 2.36fr);
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(17, 17, 15, 0.78);
  border-radius: 18px;
  background: var(--surface);
  box-shadow: 0 16px 38px rgba(17, 17, 15, 0.08);
  text-align: left;
  cursor: pointer;
  transition: transform 240ms var(--ease-out), box-shadow 240ms ease;
}

.look-preview-launcher:hover {
  transform: translateY(-2px);
  box-shadow: 0 21px 46px rgba(17, 17, 15, 0.12);
}

.look-preview-launcher:focus-visible {
  outline-offset: 4px;
}

.look-preview-visual {
  position: relative;
  min-width: 0;
  height: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-left: 1px solid rgba(17, 17, 15, 0.22);
  background: transparent;
  cursor: pointer;
}

.look-preview-visual:focus-visible {
  outline-offset: -4px;
}

.look-preview-copy {
  position: relative;
  z-index: 2;
  height: 100%;
  align-self: stretch;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 28px 30px;
  background: #171717;
  color: #fafafa;
}

.look-preview-copy small {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.11em;
}

.look-preview-copy small::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.14);
}

.look-preview-copy strong {
  font-family: var(--display);
  font-size: clamp(34px, 3.2vw, 52px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.95;
}

.look-preview-copy > span {
  max-width: 250px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 10px;
  line-height: 1.4;
}

.look-preview-tape {
  position: relative;
  height: 100%;
  align-self: stretch;
  min-width: 0;
  display: grid;
  grid-template-columns: 0.56fr 0.86fr 1.3fr 0.86fr 0.56fr;
  align-items: center;
  gap: 0;
  overflow: hidden;
  border-left: 1px solid rgba(17, 17, 15, 0.22);
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.98), transparent 58%),
    linear-gradient(135deg, #faf9f7, #efeeeb);
}

.look-preview-visual .look-preview-tape {
  width: 100%;
}

.look-preview-visual > em {
  position: absolute;
  z-index: 4;
  right: 18px;
  bottom: 14px;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  font-size: 7px;
  font-style: normal;
  font-weight: 760;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.look-preview-tape::after {
  content: "";
  position: absolute;
  right: 10%;
  bottom: 50%;
  left: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(17, 17, 15, 0.11), transparent);
}

.look-preview-pair {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 204px;
  display: block;
  opacity: 0.36;
  transform: scale(0.76);
  transition: opacity 240ms ease, transform 300ms var(--ease-out);
}

.look-preview-pair.is-current {
  z-index: 2;
  opacity: 1;
  transform: scale(1);
}

.look-preview-pair.is-far {
  opacity: 0.14;
  transform: scale(0.6);
}

.look-preview-launcher:hover .look-preview-pair.is-current {
  transform: scale(1.02);
}

.look-preview-pair img {
  position: absolute;
  left: 50%;
  width: 112%;
  object-fit: contain;
  transform: translateX(-50%);
  filter: drop-shadow(0 6px 7px rgba(17, 17, 15, 0.16));
}

.look-preview-top {
  z-index: 1;
  top: 4px;
  height: 105px;
  object-position: center bottom;
}

.look-preview-bottom {
  bottom: 4px;
  height: 94px;
  object-position: center top;
}

.look-preview-pair .look-preview-bottom {
  transform: translate(-50%, -14px) scale(1.3);
  transform-origin: center top;
}

.look-preview-pair .look-preview-bottom.is-short {
  transform: translate(-50%, -14px) scale(0.86);
}

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
  cursor: pointer;
  transition: transform 170ms ease, background 170ms ease, border-color 170ms ease;
}

.button:hover:not(:disabled) {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--signal);
  color: var(--white);
}

.button-primary:hover:not(:disabled) {
  background: var(--signal-dark);
}

.button-secondary {
  border-color: var(--ink);
  background: transparent;
  color: var(--ink);
}

.button-secondary:hover:not(:disabled) {
  background: var(--ink);
  color: var(--white);
}

.button:disabled {
  opacity: 0.42;
  cursor: default;
}

.text-link,
.text-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: none;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.text-link:hover,
.text-button:hover {
  color: var(--signal);
}

.hero-visual {
  position: relative;
  height: 288px;
  margin-top: 32px;
}

.hero-image {
  position: absolute;
  margin: 0;
  overflow: hidden;
  background: #dcd8cf;
  color: var(--white);
  text-decoration: none;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 420ms var(--ease-out);
}

.hero-image:hover img {
  transform: scale(1.018);
}

.hero-image.image-failed::after {
  content: "Catalogue image unavailable";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  background: #ececec;
  color: var(--muted);
  font-family: var(--display);
  font-size: 18px;
  text-align: center;
}

.hero-image.image-failed img,
.hero-image.image-failed .hero-image-caption {
  visibility: hidden;
}

.hero-image-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 9px 10px;
  background: rgba(17, 17, 15, 0.86);
  color: var(--white);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-image-caption span:last-child {
  color: #dedede;
  text-align: left;
}

.hero-image-main {
  width: 62%;
  height: 100%;
  right: 0;
  top: 0;
}

.hero-image-main .hero-image-caption {
  padding-left: 24px;
}

.hero-image-secondary {
  width: 43%;
  height: 72%;
  left: 0;
  top: 14%;
  border: 7px solid var(--canvas);
}

.hero-image-secondary img {
  object-position: center 24%;
}

.brand-discovery {
  max-width: 1440px;
  display: grid;
  gap: 12px;
  margin: 0 auto;
  padding: 8px var(--page-gutter);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}

.brand-discovery-rail {
  position: relative;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  contain: inline-size;
  padding: 16px 0;
  scrollbar-width: none;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.brand-discovery-rail::-webkit-scrollbar {
  display: none;
}

.brand-discovery-track {
  width: max-content;
  display: flex;
  align-items: center;
  animation: brand-discovery-marquee 42s linear infinite;
  will-change: transform;
}

.brand-discovery-group {
  flex: none;
  display: flex;
  align-items: center;
}

.brand-chip {
  min-height: 0;
  display: inline-flex;
  align-items: center;
  flex: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--muted);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.22em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}

.brand-chip::before {
  content: "·";
  margin: 0 24px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-chip:hover,
.brand-chip[aria-pressed="true"] {
  background: transparent;
  color: var(--ink);
}

.brand-chip:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.brand-chip:focus-visible {
  outline: 1px solid var(--ink);
  outline-offset: 5px;
}

.brand-chip-coming-soon {
  cursor: default;
  opacity: 0.58;
}

.brand-chip-coming-soon:hover {
  color: var(--muted);
  text-decoration: none;
}

.brand-discovery-rail:hover .brand-discovery-track,
.brand-discovery-rail:focus-within .brand-discovery-track {
  animation-play-state: paused;
}

@keyframes brand-discovery-marquee {
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-discovery-rail {
    overflow-x: auto;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .brand-discovery-track {
    animation: none;
  }

  .brand-discovery-group[aria-hidden="true"] {
    display: none;
  }
}

.catalogue {
  max-width: 1440px;
  margin: 0 auto;
  padding: 52px var(--page-gutter) 88px;
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--ink);
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(34px, 7vw, 48px);
  line-height: 0.98;
}

.section-heading p:not(.eyebrow) {
  max-width: 580px;
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 11px;
}

.sort-control {
  position: relative;
  min-height: 44px;
  min-width: 180px;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 12px;
  border: 1px solid var(--rule-dark);
  border-radius: 999px;
  background: var(--white);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sort-control .ui-select-trigger {
  max-width: 142px;
  justify-content: flex-end;
  padding: 4px 0 4px 6px;
  font-size: 10px;
  font-weight: 650;
  text-align: right;
  text-transform: none;
}

.catalogue-toolbelt {
  display: grid;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--rule);
}

.mobile-filter-row {
  position: sticky;
  z-index: 15;
  top: var(--masthead-height);
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 calc(var(--page-gutter) * -1);
  padding: 10px var(--page-gutter);
  border-bottom: 1px solid var(--rule);
  background: rgba(250, 250, 250, 0.96);
  background: color-mix(in srgb, var(--canvas) 94%, transparent);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.filter-launch,
.quick-chip,
.filter-option {
  min-height: 44px;
  border: 1px solid var(--rule-dark);
  border-radius: 999px;
  background: transparent;
  white-space: nowrap;
  cursor: pointer;
  transition: border-color 170ms ease, background 170ms ease, color 170ms ease;
}

.filter-launch {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  background: var(--ink);
  color: var(--white);
  font-size: 11px;
  font-weight: 750;
}

.filter-icon {
  width: 13px;
  height: 10px;
  display: inline-block;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  position: relative;
}

.filter-icon::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 3px;
  width: 10px;
  border-top: 1px solid currentColor;
}

.active-filter-count {
  min-width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--white);
  color: var(--ink);
  font-size: 9px;
}

.quick-filter-rail {
  min-width: 0;
  display: flex;
  gap: 7px;
  overflow-x: auto;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
}

.quick-filter-rail::-webkit-scrollbar {
  display: none;
}

.quick-chip {
  flex: 0 0 auto;
  padding: 0 13px;
  background: var(--surface);
  font-size: 10px;
  font-weight: 680;
  scroll-snap-align: start;
}

.quick-chip[aria-pressed="true"],
.filter-option[aria-pressed="true"] {
  border-color: var(--signal);
  background: var(--signal);
  color: var(--white);
}

.quick-chip.is-zero:not([aria-pressed="true"]) {
  border-style: dashed;
  color: var(--muted);
  opacity: 0.68;
}

.catalogue-layout {
  display: block;
  padding-top: 16px;
}

.desktop-filters {
  display: none;
}

.filter-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.filter-heading h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 20px;
  font-weight: 400;
}

.clear-button {
  min-height: 40px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: none;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  cursor: pointer;
}

.clear-button:hover {
  color: var(--signal);
}

.filter-group {
  padding: 20px 0;
  border-bottom: 1px solid var(--rule);
}

.filter-group h4 {
  margin: 0 0 12px;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.filter-group-note {
  max-width: 46ch;
  margin: -5px 0 11px;
  color: var(--muted);
  font-size: 8px;
  line-height: 1.45;
}

.catalogue-size-kind {
  display: grid;
  gap: 9px;
}

.catalogue-size-kind + .catalogue-size-kind {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--rule);
}

.catalogue-size-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.catalogue-size-heading strong {
  font-size: 9px;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.catalogue-size-heading span {
  color: var(--muted);
  font-size: 8px;
}

.catalogue-size-options .filter-option {
  min-width: 43px;
  min-height: 36px;
  justify-content: center;
  padding-inline: 10px;
}

.filter-options {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.filter-option {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 0 11px;
  background: var(--surface);
  font-size: 10px;
  font-weight: 620;
}

.filter-option.is-zero:not([aria-pressed="true"]) {
  border-style: dashed;
  color: var(--muted);
  opacity: 0.68;
}

.filter-option-count {
  opacity: 0.62;
  font-variant-numeric: tabular-nums;
}

.results-toolbar {
  min-height: 44px;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 8px;
}

.results-feedback,
.results-actions {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.results-feedback {
  flex-wrap: wrap;
}

.results-actions {
  flex-wrap: wrap;
}

.mobile-clear {
  display: none;
}

.mobile-clear.is-visible {
  display: inline-flex;
}

.closest-notice {
  margin: 2px 0 16px;
  padding: 13px 14px;
  border-left: 3px solid var(--signal);
  background: var(--signal-soft);
}

.closest-notice strong,
.closest-notice span {
  display: block;
}

.closest-notice strong {
  font-family: var(--display);
  font-size: 17px;
  font-weight: 400;
}

.closest-notice span {
  margin-top: 2px;
  color: var(--muted);
  font-size: 11px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 10px;
}

.product-card {
  min-width: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--ink);
  background: transparent;
  transition: transform 170ms ease;
}

.product-card:hover {
  transform: translateY(-2px);
}

.product-media {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #ececec;
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 320ms var(--ease-out);
}

.product-image-placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  padding: 16px;
  color: var(--muted);
  font-family: var(--display);
  font-size: 15px;
  text-align: center;
}

.product-card:hover .product-media img {
  transform: scale(1.018);
}

.product-media.image-failed::after {
  content: "Image unavailable";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 16px;
  background: #ececec;
  color: var(--muted);
  font-family: var(--display);
  font-size: 16px;
  text-align: center;
}

.product-media.image-failed img {
  visibility: hidden;
}

.product-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 10px 2px 0;
}

.product-brand-row {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  margin-bottom: 5px;
}

.product-brand {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.product-brand span {
  color: var(--signal-dark);
}

.product-title {
  min-height: 36px;
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: -0.015em;
  line-height: 18px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-price {
  min-height: 24px;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px 7px;
  margin: 7px 0 8px;
  font-family: var(--display);
  font-size: 17px;
  font-variant-numeric: tabular-nums;
}

.price-current {
  color: var(--ink);
}

.price-was {
  color: var(--muted);
  font-size: 0.68em;
  font-weight: 520;
  text-decoration-thickness: 1px;
}

.price-discount {
  align-self: center;
  padding: 2px 5px;
  border: 1px solid var(--rule-dark);
  border-radius: 999px;
  color: var(--ink);
  font-family: var(--ui);
  font-size: 7px;
  font-weight: 780;
  letter-spacing: 0.045em;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}

.product-facts {
  margin-top: auto;
  border-top: 1px solid var(--rule);
}

.product-facts summary {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: var(--muted);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.07em;
  list-style: none;
  text-transform: uppercase;
  cursor: pointer;
}

.product-facts summary::-webkit-details-marker {
  display: none;
}

.product-facts summary span {
  font-size: 14px;
  transition: transform 170ms ease;
}

.product-facts[open] summary span {
  transform: rotate(45deg);
}

.product-specs {
  margin: 0;
  border-top: 1px solid var(--rule);
}

.product-specs div {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 5px;
  padding: 5px 0;
  border-bottom: 1px solid var(--rule);
}

.product-specs dt,
.product-specs dd {
  margin: 0;
}

.product-specs dt {
  color: var(--muted);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-specs dd {
  min-width: 0;
  overflow: hidden;
  font-size: 10px;
  font-weight: 620;
  line-height: 1.35;
  text-overflow: ellipsis;
}

.missing-value {
  color: var(--muted);
  font-style: italic;
  font-weight: 500 !important;
}

.closest-reason {
  margin: 8px 0 0;
  padding: 6px 7px;
  background: var(--signal-soft);
  color: var(--signal-dark);
  font-size: 8px;
  font-weight: 700;
}

.product-freshness {
  margin: 8px 0 0;
  padding-bottom: 4px;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.35;
}

.product-cart-button {
  width: 34px;
  height: 34px;
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 3px 10px rgba(17, 17, 15, 0.08);
  font-size: 9px;
  font-weight: 760;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  cursor: pointer;
}

.product-actions {
  flex: 0 0 auto;
  display: flex;
  gap: 5px;
}

.product-cart-button > span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.product-cart-button:hover,
.product-cart-button.is-added {
  background: var(--ink);
  color: var(--white);
}

.product-cart-button i,
.product-cart-button b {
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--signal);
  color: var(--white);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}

.product-cart-button:hover i,
.product-cart-button:hover b,
.product-cart-button.is-added i,
.product-cart-button.is-added b {
  background: var(--white);
  color: var(--ink);
}

.store-link {
  width: 34px;
  height: 34px;
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 3px 10px rgba(17, 17, 15, 0.08);
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
  text-transform: uppercase;
}

.store-link:hover {
  color: var(--signal);
}

.store-link.is-disabled {
  color: var(--muted);
  cursor: default;
}

.catalogue-progress {
  display: grid;
  justify-items: center;
  gap: 14px;
  margin-top: 42px;
  padding: 24px 16px;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: var(--surface);
  text-align: center;
}

.catalogue-progress-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.active-search {
  min-width: 0;
  max-width: min(420px, 52vw);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 7px 10px 7px 12px;
  overflow: hidden;
  border: 1px solid var(--signal);
  border-radius: 999px;
  background: var(--signal-soft);
  color: var(--signal-dark);
  font-size: 9px;
  font-weight: 700;
  cursor: pointer;
}

.active-search span:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.intent-search {
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px var(--page-gutter) 96px;
  border-top: 1px solid var(--ink);
  background:
    radial-gradient(circle at 76% 34%, rgba(126, 126, 126, 0.055), transparent 30rem),
    #f5f5f5;
}

.intent-search-grid {
  min-width: 0;
  display: grid;
  gap: 34px;
  align-items: center;
}

.intent-search-copy {
  min-width: 0;
}

.intent-search-copy h2 {
  max-width: 620px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(40px, 10vw, 64px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.intent-search-copy h2 em {
  color: var(--signal);
  font-weight: 400;
}

.intent-search-copy > p:not(.eyebrow):not(.intent-local-note) {
  max-width: 560px;
  margin: 18px 0 0;
  color: var(--muted);
}

.intent-examples {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.intent-examples button {
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid var(--rule-dark);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  font-size: 9px;
  font-weight: 650;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease;
}

.intent-examples button:hover {
  border-color: var(--signal);
  background: var(--white);
}

.intent-local-note {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.intent-demo-shell {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 24px 70px rgba(17, 17, 15, 0.1);
}

.intent-demo-top {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: var(--muted);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.intent-window-dots {
  display: flex;
  gap: 6px;
}

.intent-window-dots i {
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.18);
}

.intent-demo-body {
  padding: 16px;
}

.intent-search-form {
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 9px;
  background: var(--white);
}

.intent-search-line {
  min-width: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.intent-spark {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(17, 17, 15, 0.22);
  border-radius: 8px;
  background: var(--signal-soft);
  color: var(--signal);
}

.intent-spark svg {
  width: 17px;
  height: 17px;
}

.intent-search-line textarea {
  width: 100%;
  min-width: 0;
  min-height: 42px;
  max-height: 112px;
  padding: 10px 0;
  resize: none;
  overflow-y: auto;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 14px;
  line-height: 1.45;
}

.intent-search-line textarea::placeholder {
  color: #8c8c8c;
}

.intent-search-line > button {
  min-height: 44px;
  grid-column: 1 / -1;
  padding: 0 18px;
  border: 1px solid var(--ink);
  border-radius: 7px;
  background: var(--ink);
  color: var(--white);
  font-size: 10px;
  font-weight: 750;
  cursor: pointer;
}

.intent-search-line > button:hover {
  border-color: var(--signal);
  background: var(--signal);
}

.intent-token-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 12px;
}

.intent-token-row:empty {
  display: none;
}

.intent-token {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  padding: 6px 10px;
  border: 1px solid rgba(0, 0, 0, 0.11);
  border-radius: 999px;
  background: #f7f7f7;
}

.intent-token small {
  color: var(--muted);
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.intent-token strong {
  font-size: 10px;
  font-weight: 650;
}

.intent-shortlist {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin: 18px 2px 10px;
  color: var(--muted);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.intent-result-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
}

.intent-result-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 11px;
  background: #f9f9f9;
}

.intent-result-media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #ececec;
}

.intent-result-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) contrast(0.98);
}

.intent-result-placeholder,
.intent-result-media.image-failed::after {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--muted);
  font-family: var(--display);
  font-size: 28px;
}

.intent-result-media.image-failed img {
  display: none;
}

.intent-result-media.image-failed::after {
  content: "Image not listed";
  font-family: var(--ui);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.intent-result-badge {
  position: absolute;
  top: 9px;
  left: 9px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(17, 17, 15, 0.82);
  color: var(--white);
  font-size: 7px;
  font-weight: 740;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.intent-result-meta {
  padding: 12px 13px 14px;
}

.intent-result-name {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.intent-result-name h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.05;
}

.intent-result-name > span {
  flex: 0 0 auto;
  color: var(--muted);
  font-size: 11px;
}

.intent-result-price {
  max-width: 48%;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 3px 5px;
  text-align: right;
}

.intent-result-price .price-current {
  color: var(--ink);
}

.intent-result-meta p {
  min-height: 32px;
  margin: 8px 0 10px;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.45;
}

.intent-result-meta a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 9px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: var(--ink);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

.intent-result-meta a:hover {
  color: var(--signal);
}

.intent-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 24px 16px;
  border: 1px dashed var(--rule-dark);
  border-radius: 10px;
  color: var(--muted);
  font-size: 11px;
  text-align: center;
}

.intent-search-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
}

.intent-search-footer p {
  margin: 0;
  color: var(--muted);
  font-size: 9px;
}

.intent-search-simple {
  width: min(100%, 920px);
  margin: 0 auto;
  text-align: center;
}

.intent-search-simple > .eyebrow {
  margin-bottom: 14px;
  color: var(--ink);
  font-size: 10px;
  letter-spacing: 0.2em;
}

.intent-search-simple > h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.intent-search-simple > h2 em {
  font-weight: 400;
}

.intent-search-simple .intent-search-form {
  margin-top: 24px;
  padding: 7px;
  border-color: #cfcfcf;
  border-radius: 0;
  box-shadow: 0 10px 36px rgba(17, 17, 15, 0.035);
}

.intent-search-simple .intent-search-line {
  gap: 12px;
}

.intent-command {
  width: 42px;
  display: grid;
  place-items: center;
  color: var(--ink);
  font-size: 22px;
  line-height: 1;
}

.intent-search-simple .intent-search-line textarea {
  min-height: 48px;
  padding: 12px 0;
  font-size: 16px;
}

.intent-search-simple .intent-search-line > button {
  min-height: 52px;
  border-radius: 0;
  padding-inline: 26px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.intent-search-simple .intent-examples {
  justify-content: center;
  margin-top: 14px;
}

.intent-search-simple .intent-examples button {
  min-height: 40px;
  border-color: #cfcfcf;
  border-radius: 0;
  background: #f2f2f2;
  color: var(--muted);
  font-size: 11px;
  font-weight: 540;
}

.intent-search-status {
  min-height: 18px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 9px;
}

.intent-search-status:empty {
  display: none;
}

/* Compact beta search: visible as a utility, expansive only after engagement. */
.intent-search.intent-search-compact {
  width: 100%;
  min-width: 0;
  max-width: none;
  margin: 0;
  padding: 0;
  border-top: 0;
  border-bottom: 0;
  background: transparent;
}

.intent-search.intent-search-compact.has-applied-search {
  display: none;
}

.intent-search-compact .intent-search-simple {
  width: 100%;
  display: block;
  margin: 0;
  text-align: left;
}

.intent-search-workspace {
  min-width: 0;
}

.intent-search-compact .intent-search-form {
  margin: 0;
  padding: 4px;
  border: 1px solid var(--rule-dark);
  border-radius: 12px;
  background: var(--white);
  box-shadow: none;
  transition: border-color 170ms ease, box-shadow 170ms ease;
}

.intent-search-compact:focus-within .intent-search-form,
.intent-search-compact.is-engaged .intent-search-form {
  border-color: var(--signal);
  box-shadow: 0 0 0 2px rgba(17, 17, 15, 0.08);
}

.intent-search-compact .intent-search-line {
  grid-template-columns: 108px minmax(0, 1fr) 40px;
  gap: 6px;
}

.shopper-audience {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 3px;
  border: 1px solid var(--rule-dark);
  border-radius: 999px;
  background: var(--white);
}

.shopper-audience button {
  min-width: 0;
  min-height: 32px;
  flex: 1 1 0;
  padding: 0 10px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font-size: 7px;
  font-weight: 780;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}

.shopper-audience button:hover,
.shopper-audience button:focus-visible {
  color: var(--ink);
  outline: 0;
}

.shopper-audience button[aria-pressed="true"] {
  background: var(--ink);
  color: var(--white);
}

.catalogue-category-control {
  position: relative;
  min-width: 0;
  min-height: 40px;
  display: flex;
  align-items: center;
  padding-right: 6px;
  grid-column: 1;
  grid-row: 1;
  border-right: 1px solid var(--rule);
}

.ui-select-trigger {
  width: 100%;
  min-width: 0;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 6px 7px;
  overflow: hidden;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}

.ui-select-trigger > span:first-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.catalogue-category-control .ui-select-trigger {
  font-size: 8px;
  font-weight: 740;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.ui-select-chevron {
  flex: 0 0 auto;
  font-size: 12px;
  line-height: 1;
  transition: transform 160ms ease;
}

.ui-select.is-open .ui-select-chevron {
  transform: rotate(180deg);
}

.ui-select-menu {
  position: absolute;
  z-index: 80;
  top: calc(100% + 7px);
  left: 0;
  min-width: max(100%, 168px);
  padding: 5px;
  border: 1px solid var(--rule-dark);
  border-radius: 9px;
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 14px 34px rgba(17, 17, 15, 0.16);
}

.ui-select-menu[hidden] {
  display: none;
}

.ui-select-sort .ui-select-menu {
  right: 0;
  left: auto;
  min-width: 220px;
}

.ui-select-option {
  width: 100%;
  min-height: 36px;
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  align-items: center;
  gap: 7px;
  padding: 7px 9px;
  border: 0;
  border-radius: 5px;
  background: var(--white);
  color: var(--ink);
  font-size: 10px;
  font-weight: 620;
  line-height: 1.25;
  text-align: left;
  cursor: pointer;
}

.ui-select-option::before {
  content: "";
  color: var(--ink);
  font-size: 11px;
  font-weight: 800;
}

.ui-select-option[aria-selected="true"] {
  background: var(--signal-soft);
  font-weight: 760;
}

.ui-select-option[aria-selected="true"]::before {
  content: "✓";
}

.ui-select-option:hover,
.ui-select-option:focus-visible {
  outline: 0;
  background: #e7e7e5;
}

.catalogue-category-control .ui-select-option {
  font-size: 9px;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.intent-search-compact .intent-command {
  display: none;
}

.intent-search-compact .intent-search-line textarea {
  min-height: 40px;
  max-height: 88px;
  padding: 8px 0;
  font-size: 12px;
  line-height: 1.35;
  grid-column: 2;
  grid-row: 1;
}

.intent-search-compact .intent-search-line > button {
  width: 40px;
  min-height: 40px;
  grid-column: 3;
  grid-row: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0;
  border-radius: 5px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.intent-submit-label {
  display: none;
}

.intent-search-extras {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: max-height 220ms var(--ease-out), opacity 160ms ease, visibility 0s linear 220ms;
}

.intent-search-compact:has([data-intent-search-input]:focus) .intent-search-extras,
.intent-search-compact.is-engaged .intent-search-extras {
  max-height: 132px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.intent-search-extras-inner {
  padding-top: 9px;
}

.intent-search-compact .intent-examples {
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 6px;
  margin-top: 0;
  padding-bottom: 2px;
  overflow-x: auto;
  scrollbar-width: none;
}

.intent-search-compact .intent-examples::-webkit-scrollbar {
  display: none;
}

.intent-search-compact .intent-examples button {
  flex: 0 0 auto;
  min-height: 30px;
  padding: 0 9px;
  border-color: var(--rule);
  border-radius: 999px;
  background: var(--surface);
  color: var(--muted);
  font-size: 8px;
  font-weight: 620;
}

.intent-search-compact .intent-search-status {
  min-height: 14px;
  margin: 7px 0 0;
  font-size: 8px;
  line-height: 1.35;
}

@media (min-width: 720px) {
  .results-toolbar {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .results-actions {
    flex-wrap: nowrap;
  }

  .intent-search.intent-search-compact {
    padding: 0;
  }

  .intent-search-compact .intent-search-line {
    grid-template-columns: 140px 30px minmax(0, 1fr) auto;
    gap: 7px;
  }

  .catalogue-category-control {
    grid-column: 1;
    grid-row: 1;
  }

  .intent-search-compact .intent-command {
    grid-column: 2;
    grid-row: 1;
    width: 30px;
    display: grid;
    font-size: 20px;
  }

  .intent-search-compact .intent-search-line textarea {
    grid-column: 3;
    grid-row: 1;
  }

  .catalogue-category-control .ui-select-trigger {
    font-size: 9px;
  }

  .intent-search-compact .intent-search-line > button {
    grid-column: 4;
    grid-row: 1;
    width: auto;
    min-width: 76px;
    padding: 0 14px;
  }

  .intent-submit-label {
    display: inline;
  }

  .intent-search-compact .intent-examples {
    flex-wrap: wrap;
  }
}

@media (min-width: 1200px) {
  .catalogue-toolbelt {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    column-gap: 18px;
  }

  .results-toolbar,
  .results-actions,
  .filter-launch,
  .sort-control,
  .mobile-clear {
    min-height: 50px;
  }

  .mobile-clear.is-visible {
    align-items: center;
  }

  .catalogue-toolbelt.has-applied-search {
    grid-template-columns: minmax(0, 1fr);
  }

  .catalogue-toolbelt.has-applied-search .results-toolbar {
    width: 100%;
  }
}

.site-footer {
  display: grid;
  gap: 28px;
  padding: 36px var(--page-gutter) 48px;
  background: var(--ink);
  color: var(--white);
}

.site-footer p {
  max-width: 520px;
  margin: 8px 0 0;
  color: #bbb7af;
  font-size: 11px;
}

.footer-wordmark {
  font-size: 22px;
}

.footer-meta {
  display: grid;
  justify-items: start;
  gap: 12px;
}

.footer-link {
  padding: 0 0 3px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--white);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
}

dialog {
  width: 100%;
  max-width: none;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
}

dialog::backdrop {
  background: rgba(17, 17, 15, 0.56);
  backdrop-filter: blur(3px);
}

.filter-dialog {
  top: auto;
  height: min(88dvh, 780px);
}

.info-dialog {
  top: auto;
  height: min(92dvh, 840px);
}

.fit-preferences-dialog {
  top: auto;
  height: min(92dvh, 820px);
}

.fit-preferences-sheet {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #f7f5ef;
  animation: sheet-in 260ms var(--ease-out) both;
}

.fit-preferences-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 20px var(--page-gutter) 18px;
  border-bottom: 1px solid var(--ink);
}

.fit-preferences-header h2 {
  margin: 3px 0 7px;
  font-family: var(--display);
  font-size: clamp(32px, 8vw, 50px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.95;
}

.fit-preferences-header > div > p:last-child {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.45;
}

.fit-preferences-body {
  flex: 1;
  padding: 0 var(--page-gutter) 24px;
  overflow-y: auto;
}

.fit-size-section {
  display: grid;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid var(--rule);
}

.fit-size-section > div:first-child {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 2px 9px;
}

.fit-size-section > div:first-child > span {
  grid-row: 1 / span 2;
  color: var(--muted);
  font-size: 8px;
  font-weight: 760;
  letter-spacing: 0.08em;
}

.fit-size-section h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

.fit-size-section p {
  margin: 0;
  color: var(--muted);
  font-size: 8px;
  line-height: 1.35;
}

.fit-size-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(52px, 1fr));
  gap: 6px;
}

.fit-size-options button {
  min-height: 38px;
  padding: 0 8px;
  border: 1px solid var(--rule-dark);
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  font-size: 8px;
  font-weight: 760;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
}

.fit-size-options button:hover,
.fit-size-options button:focus-visible,
.fit-size-options button[aria-pressed="true"] {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
  outline: 0;
}

.fit-preferences-disclosure {
  margin: 18px 0 0;
  padding: 12px 14px;
  border-left: 3px solid var(--ink);
  background: rgba(17, 17, 15, 0.045);
  color: var(--muted);
  font-size: 8px;
  line-height: 1.5;
}

.fit-preferences-disclosure strong {
  color: var(--ink);
}

.fit-preferences-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px var(--page-gutter) calc(12px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--ink);
  background: #f7f5ef;
}

.fit-preferences-actions > button:first-child {
  padding: 0 0 3px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--muted);
  font-size: 8px;
  font-weight: 720;
  cursor: pointer;
}

.dialog-sheet {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: var(--surface);
  animation: sheet-in 260ms var(--ease-out) both;
}

.dialog-header {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px var(--page-gutter) 14px;
  border-bottom: 1px solid var(--ink);
}

.dialog-header .eyebrow {
  margin-bottom: 3px;
}

.dialog-header h2 {
  margin: 0;
  font-size: 32px;
  line-height: 1;
}

.icon-button {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: transparent;
  font-size: 25px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
}

.icon-button:hover {
  background: var(--ink);
  color: var(--white);
}

.dialog-body {
  flex: 1;
  padding: 0 var(--page-gutter) 100px;
  overflow-y: auto;
}

.dialog-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px var(--page-gutter) calc(12px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--ink);
  background: var(--surface);
}

.info-body {
  flex: 1;
  padding: 22px var(--page-gutter) 34px;
  overflow-y: auto;
}

.transparency-facts p,
.coverage-summary p {
  margin: 0;
}

.transparency-note {
  margin-top: 0;
}

.transparency-note h3 {
  max-width: 650px;
  margin: 6px 0 20px;
  font-family: var(--display);
  font-size: clamp(31px, 7vw, 48px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.transparency-facts {
  display: grid;
  border-top: 1px solid var(--ink);
}

.transparency-facts p {
  display: grid;
  gap: 4px;
  padding: 15px 0;
  border-bottom: 1px solid var(--rule);
}

.transparency-facts strong {
  font-size: 10px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.transparency-facts span {
  color: var(--muted);
  font-size: 10px;
}

.coverage-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
  border: 1px solid var(--ink);
}

.coverage-summary p {
  min-height: 92px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  padding: 14px;
  border-right: 1px solid var(--ink);
}

.coverage-summary p:last-child {
  border-right: 0;
}

.coverage-summary strong {
  font-family: var(--display);
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

.coverage-summary span {
  color: var(--muted);
  font-size: 8px;
  text-transform: uppercase;
}

.mixer-dialog {
  width: 100%;
  height: 100dvh;
  inset: 0;
}

.mixer-dialog::backdrop {
  background: rgba(15, 15, 13, 0.72);
  -webkit-backdrop-filter: blur(5px) saturate(0.72);
  backdrop-filter: blur(5px) saturate(0.72);
}

.mixer-shell {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: transparent;
  animation: sheet-in 260ms var(--ease-out) both;
}

.mixer-header {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px var(--page-gutter);
  border-bottom: 0;
  background: linear-gradient(to bottom, rgba(12, 12, 11, 0.5), transparent);
  color: var(--white);
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.38);
}

.mixer-header .eyebrow {
  margin-bottom: 4px;
}

.mixer-header h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(28px, 8vw, 46px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.94;
}

.mixer-header-meta {
  max-width: 760px;
  display: flex;
  flex-wrap: wrap;
  gap: 3px 7px;
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 7px;
  font-weight: 680;
  letter-spacing: 0.045em;
  line-height: 1.35;
  text-transform: uppercase;
}

@media (max-width: 719px) {
  .look-preview-section {
    padding-top: 44px;
    padding-bottom: 8px;
  }

  .look-preview-launcher {
    height: 172px;
    grid-template-columns: 112px minmax(0, 1fr);
    border-radius: 16px;
  }

  .look-preview-copy {
    padding: 14px 12px;
  }

  .look-preview-copy small {
    margin-bottom: 7px;
    font-size: 6px;
  }

  .look-preview-copy strong {
    font-size: 27px;
  }

  .look-preview-copy > span {
    display: none;
  }

  .look-preview-copy em {
    margin-top: 16px;
    font-size: 7px;
  }

  .look-preview-tape {
    grid-template-columns: 0.68fr 1.34fr 0.68fr;
  }

  .look-preview-pair {
    height: 154px;
  }

  .look-preview-pair.is-far {
    display: none;
  }

  .look-preview-pair img {
    width: 124%;
  }

  .look-preview-top {
    top: 3px;
    height: 80px;
  }

  .look-preview-bottom {
    bottom: 3px;
    height: 70px;
  }

  .look-preview-pair .look-preview-bottom {
    transform: translate(-50%, -9px) scale(1.3);
  }

  .look-preview-pair .look-preview-bottom.is-short {
    transform: translate(-50%, -9px) scale(0.86);
  }

  .mixer-header-meta {
    display: none;
  }

  .mixer-header h2 {
    font-size: 27px;
  }

  .mixer-randomize {
    display: none;
  }

  .mixer-add-look {
    min-height: 38px;
    padding-inline: 10px;
  }

  .shopper-audience-mixer {
    padding: 2px;
  }

  .shopper-audience-mixer button {
    min-height: 29px;
    padding-inline: 7px;
    font-size: 6px;
  }
}

.mixer-header-meta strong {
  color: var(--white);
}

.mixer-header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mixer-cart {
  min-width: 48px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 7px 0 9px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  background: rgba(17, 17, 15, 0.16);
  color: var(--white);
  cursor: pointer;
  transition: background 150ms ease, color 150ms ease, border-color 150ms ease;
}

.mixer-cart svg {
  width: 17px;
  height: 17px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mixer-cart svg circle {
  fill: currentColor;
  stroke: none;
}

.mixer-cart [data-cart-count] {
  min-width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  font-size: 8px;
  font-weight: 780;
  font-variant-numeric: tabular-nums;
}

.mixer-cart:hover,
.mixer-cart:focus-visible,
.mixer-cart.has-items {
  border-color: var(--white);
  background: var(--white);
  color: var(--ink);
  outline: 0;
}

.mixer-cart.has-items [data-cart-count] {
  background: var(--ink);
  color: var(--white);
}

.mixer-randomize,
.mixer-add-look {
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  background: rgba(17, 17, 15, 0.16);
  color: var(--white);
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}

.mixer-randomize:hover,
.mixer-add-look:hover {
  background: var(--white);
  color: var(--ink);
}

.mixer-add-look {
  border-color: var(--white);
  background: var(--white);
  color: var(--ink);
  text-shadow: none;
}

.mixer-add-look:hover {
  border-color: var(--signal);
  background: var(--signal);
  color: var(--white);
}

.mixer-header .icon-button {
  border-color: rgba(255, 255, 255, 0.9);
  background: rgba(17, 17, 15, 0.16);
  color: var(--white);
}

.mixer-header .icon-button:hover {
  background: var(--white);
  color: var(--ink);
}

.mixer-body {
  position: relative;
  min-height: 0;
  flex: 1;
  display: block;
  overflow: hidden;
  overscroll-behavior: contain;
  background: transparent;
}

.mixer-picks-peek {
  position: absolute;
  z-index: 26;
  top: 50%;
  right: -1px;
  width: 92px;
  min-height: 126px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 8px;
  padding: 12px 9px 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-right: 0;
  border-radius: 20px 0 0 20px;
  background: rgba(17, 17, 15, 0.72);
  color: var(--white);
  box-shadow: -10px 14px 32px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  transition: width 180ms ease, background 180ms ease, opacity 160ms ease;
}

.mixer-picks-peek:hover,
.mixer-picks-peek:focus-visible {
  width: 102px;
  background: rgba(17, 17, 15, 0.9);
  outline: 0;
}

.mixer-dialog.has-open-picks .mixer-picks-peek {
  opacity: 0;
  pointer-events: none;
}

.mixer-picks-peek-copy {
  display: grid;
  gap: 4px;
  text-align: center;
}

.mixer-picks-peek-copy small {
  color: rgba(255, 255, 255, 0.6);
  font-size: 6px;
  font-weight: 720;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.mixer-picks-peek-copy strong {
  font-size: 8px;
  font-weight: 780;
  letter-spacing: 0.075em;
  line-height: 1.2;
  text-transform: uppercase;
}

.mixer-picks-peek-copy b {
  min-width: 18px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  margin-left: 3px;
  border-radius: 50%;
  background: var(--white);
  color: var(--ink);
  font-size: 7px;
}

.mixer-picks-peek-visuals {
  width: 62px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mixer-picks-peek-visuals > span {
  width: 31px;
  height: 38px;
  display: block;
  overflow: hidden;
  margin-left: -11px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 7px;
  background: rgba(250, 249, 245, 0.94);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
  transform: rotate(-4deg);
}

.mixer-picks-peek-visuals > span:first-child {
  margin-left: 0;
  transform: rotate(4deg);
}

.mixer-picks-peek-visuals > span:nth-child(3) {
  transform: rotate(8deg);
}

.mixer-picks-peek-visuals img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mixer-picks-tray {
  position: absolute;
  z-index: 48;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(390px, 92vw);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  overflow: hidden;
  border-left: 1px solid var(--ink);
  background: rgba(250, 249, 246, 0.98);
  color: var(--ink);
  box-shadow: -24px 0 70px rgba(0, 0, 0, 0.28);
  animation: picks-tray-in 240ms var(--ease-out) both;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

@keyframes picks-tray-in {
  from { transform: translateX(32px); opacity: 0; }
}

.mixer-picks-tray > header {
  min-height: 108px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 22px 18px;
  border-bottom: 1px solid var(--ink);
}

.mixer-picks-tray > header small {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 7px;
  font-weight: 760;
  letter-spacing: 0.11em;
}

.mixer-picks-tray > header h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 40px;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.9;
}

.mixer-picks-tray > header h3 span {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 760;
  vertical-align: top;
}

.mixer-picks-tray > header button {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
}

.mixer-picks-body {
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 4px 22px 24px;
}

.mixer-picks-section {
  padding: 20px 0 4px;
  border-bottom: 1px solid var(--rule);
}

.mixer-picks-section:last-child {
  border-bottom: 0;
}

.mixer-picks-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.mixer-picks-section-heading h4 {
  margin: 0;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mixer-picks-section-heading span {
  color: var(--muted);
  font-size: 8px;
}

.mixer-picks-list {
  display: flex;
  flex-direction: column;
  padding: 7px 3px 17px;
}

.mixer-pick {
  position: relative;
  z-index: 1;
  height: 76px;
  display: block;
  overflow: hidden;
  margin-top: -18px;
  border: 1px solid var(--rule-dark);
  border-radius: 14px;
  background: var(--surface);
  box-shadow: 0 -5px 16px rgba(17, 17, 15, 0.08);
  transition: height 220ms ease, margin 220ms ease, box-shadow 220ms ease;
}

.mixer-pick:first-child {
  margin-top: 0;
}

.mixer-pick.is-focused {
  z-index: 30;
  height: 204px;
  margin-top: 8px;
  margin-bottom: 8px;
  border-color: var(--ink);
  box-shadow: 0 16px 32px rgba(17, 17, 15, 0.16);
}

.mixer-pick.is-selected {
  border-color: var(--ink);
  box-shadow: inset 0 0 0 2px var(--ink), 0 -5px 16px rgba(17, 17, 15, 0.08);
}

.mixer-pick.is-focused.is-selected {
  box-shadow: inset 0 0 0 2px var(--ink), 0 16px 32px rgba(17, 17, 15, 0.16);
}

.mixer-pick.is-selected::after,
.mixer-pick.is-unavailable::after {
  content: "In look";
  position: absolute;
  z-index: 2;
  right: 8px;
  bottom: 8px;
  padding: 5px 7px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  font-size: 6px;
  font-weight: 780;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  pointer-events: none;
}

.mixer-pick.is-unavailable::after {
  content: "Preview unavailable";
  right: auto;
  left: 8px;
}

.mixer-pick-select {
  width: 100%;
  height: 100%;
  min-width: 0;
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}

.mixer-pick-select:focus-visible {
  border-radius: 13px;
  outline: 2px solid var(--ink);
  outline-offset: -3px;
}

.mixer-pick-select:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

.mixer-pick-select.is-dragging {
  opacity: 0.38;
}

.mixer-pick-image {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 0;
  background: #efeeeb;
}

.mixer-pick-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 220ms ease;
}

.mixer-pick-remove {
  position: absolute;
  z-index: 3;
  top: 7px;
  right: 7px;
  width: 28px;
  height: 28px;
  padding: 0 0 1px;
  border: 1px solid rgba(17, 17, 15, 0.72);
  border-radius: 50%;
  background: rgba(250, 249, 246, 0.9);
  color: var(--ink);
  font-size: 18px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease, background-color 160ms ease, color 160ms ease;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.mixer-pick.is-focused .mixer-pick-remove,
.mixer-pick:focus-within .mixer-pick-remove {
  opacity: 1;
  pointer-events: auto;
}

.mixer-pick-try {
  position: absolute;
  z-index: 3;
  bottom: 9px;
  left: 9px;
  min-height: 31px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: rgba(250, 249, 246, 0.94);
  color: var(--ink);
  font-size: 7px;
  font-weight: 780;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  transform: translateY(5px);
  transition: opacity 160ms ease, transform 160ms ease, background-color 160ms ease, color 160ms ease;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.mixer-pick.is-focused .mixer-pick-try {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.mixer-pick-try:hover,
.mixer-pick-try:focus-visible {
  background: var(--ink);
  color: var(--white);
  outline: 0;
}

.mixer-pick-remove:hover,
.mixer-pick-remove:focus-visible {
  background: var(--ink);
  color: var(--white);
  outline: 0;
}

/* My Picks behaves like a compact trial-room rail: the rack stays complete while
   one clean garment preview carries the actions. */
.mixer-picks-rack {
  position: relative;
  margin: 0 -2px;
  padding-top: 3px;
}

.mixer-picks-rail {
  position: absolute;
  z-index: 0;
  top: 12px;
  right: 5px;
  left: 5px;
  height: 3px;
  border-radius: 999px;
  background: var(--ink);
  box-shadow: 0 3px 7px rgba(17, 17, 15, 0.18);
}

.mixer-picks-rack .mixer-picks-list {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 2px 18px 10px;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  scrollbar-color: rgba(17, 17, 15, 0.35) transparent;
  scrollbar-width: thin;
}

.mixer-picks-rack .mixer-pick {
  position: relative;
  z-index: 1;
  width: 70px;
  height: 88px;
  flex: 0 0 70px;
  overflow: visible;
  margin: 0 0 0 -13px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  scroll-snap-align: center;
  transition: opacity 180ms ease, transform 180ms ease;
}

.mixer-picks-rack .mixer-pick:first-child {
  margin: 0;
}

.mixer-picks-rack .mixer-pick.is-focused {
  z-index: 12;
  height: 88px;
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  box-shadow: none;
  transform: translateY(2px) scale(1.1);
}

.mixer-picks-rack .mixer-pick:not(.is-focused) {
  opacity: 0.62;
}

.mixer-picks-rack .mixer-pick.is-selected,
.mixer-picks-rack .mixer-pick.is-focused.is-selected {
  border: 0;
  box-shadow: none;
}

.mixer-picks-rack .mixer-pick.is-selected::after,
.mixer-picks-rack .mixer-pick.is-unavailable::after {
  content: none;
}

.mixer-picks-rack .mixer-pick-select {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  padding: 16px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
}

.mixer-picks-rack .mixer-pick-select:focus-visible {
  border-radius: 9px;
  outline: 2px solid var(--ink);
  outline-offset: 1px;
}

.mixer-picks-rack .mixer-pick-select:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

.mixer-pick-select.is-dragging,
.mixer-pick-preview-image.is-dragging {
  opacity: 0.35;
}

.mixer-pick-hanger {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  width: 10px;
  height: 16px;
  border-top: 1px solid var(--ink);
  border-right: 1px solid var(--ink);
  border-radius: 0 8px 0 0;
  transform: translateX(-2px);
}

.mixer-pick-hanger::after {
  content: "";
  position: absolute;
  top: 12px;
  left: -22px;
  width: 42px;
  height: 15px;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
  transform: skewY(-17deg) rotate(1deg);
}

.mixer-picks-rack .mixer-pick-image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 72px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: transparent;
}

.mixer-picks-rack .mixer-pick-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 4px 5px rgba(17, 17, 15, 0.16));
}

.mixer-pick-rack-state {
  position: absolute;
  z-index: 3;
  right: 5px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  border: 2px solid var(--white);
  border-radius: 50%;
  background: var(--ink);
  box-shadow: 0 0 0 1px var(--ink);
}

.mixer-pick-preview {
  position: relative;
  height: 184px;
  overflow: hidden;
  margin: 1px 3px 8px;
  border: 0;
  border-top: 1px solid var(--ink);
  border-radius: 0;
  background: #f2f1ee;
}

.mixer-pick-preview.is-selected {
  border-top-width: 2px;
}

.mixer-pick-preview-image {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  padding: 10px 34px 7px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.mixer-pick-preview-image img {
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 10px 12px rgba(17, 17, 15, 0.16));
}

.mixer-pick-preview-image:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: -4px;
}

.mixer-pick-preview-image:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

.mixer-pick-preview-state,
.mixer-pick-preview-unavailable {
  position: absolute;
  z-index: 3;
  top: 9px;
  left: 9px;
  padding: 5px 7px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  font-size: 6px;
  font-weight: 780;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  pointer-events: none;
}

.mixer-pick-preview-state {
  left: 45px;
}

.mixer-pick-inspect {
  position: absolute;
  z-index: 4;
  top: 8px;
  left: 8px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(17, 17, 15, 0.72);
  border-radius: 50%;
  background: rgba(250, 249, 246, 0.9);
  color: var(--ink);
  cursor: pointer;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.mixer-pick-inspect svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.mixer-pick-inspect:hover,
.mixer-pick-inspect:focus-visible,
.mixer-pick-inspect[aria-pressed="true"] {
  background: var(--ink);
  color: var(--white);
  outline: 0;
}

.mixer-pick-preview.is-inspecting {
  position: absolute;
  z-index: 50;
  top: 108px;
  right: 16px;
  bottom: 68px;
  left: 16px;
  height: auto;
  margin: 0;
  border: 1px solid var(--ink);
  background: var(--surface);
  box-shadow: 0 22px 60px rgba(17, 17, 15, 0.24);
}

.mixer-pick-preview.is-inspecting .mixer-pick-preview-image {
  padding: 48px 22px 58px;
}

.mixer-pick-preview.is-inspecting .mixer-pick-preview-image img {
  filter: drop-shadow(0 18px 22px rgba(17, 17, 15, 0.18));
}

.mixer-pick-preview-unavailable {
  top: auto;
  right: 9px;
  bottom: 9px;
  left: auto;
}

.mixer-pick-preview .mixer-pick-remove {
  opacity: 1;
  pointer-events: auto;
}

.mixer-pick-preview .mixer-pick-try {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.mixer-picks-empty {
  min-height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 32px 4px;
}

.mixer-picks-empty h4 {
  max-width: 260px;
  margin: 0;
  font-family: var(--display);
  font-size: 29px;
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1;
}

.mixer-picks-empty p,
.mixer-picks-tray > footer p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.45;
}

.mixer-picks-tray > footer {
  padding: 14px 22px 18px;
  border-top: 1px solid var(--ink);
}

.mixer-picks-tray > footer p {
  margin: 0;
}

.mixer-stage {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
  display: grid;
  grid-template-rows: minmax(0, 0.43fr) minmax(0, 0.57fr);
  row-gap: 42px;
  padding: 92px 0 60px;
  overflow: hidden;
  background: radial-gradient(ellipse at 50% 49%, rgba(248, 246, 240, 0.86) 0%, rgba(242, 239, 231, 0.62) 26%, rgba(239, 236, 228, 0.18) 51%, transparent 72%);
}

.mixer-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(17, 17, 15, 0.08) 0.65px, transparent 0.65px);
  background-size: 5px 5px;
  opacity: 0.32;
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
}

.mixer-stage-meta {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7px;
  min-height: 30px;
  color: var(--muted);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.mixer-stage-meta strong {
  color: var(--ink);
}

.mixer-combinations {
  padding-left: 7px;
  border-left: 1px solid var(--rule-dark);
}

.mixer-zone {
  --mixer-active-half: 19%;
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  outline: 0;
  overscroll-behavior-inline: contain;
}

.mixer-zone.has-open-filters {
  z-index: 45;
}

.mixer-zone.has-owned-piece .mixer-tape {
  visibility: hidden;
  pointer-events: none;
}

.mixer-zone.has-owned-piece .mixer-filter-trigger,
.mixer-zone.has-owned-piece .mixer-piece-add-inline {
  display: none;
}

.mixer-owned-piece {
  position: absolute;
  z-index: 7;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
}

.mixer-owned-piece[hidden] {
  display: none;
}

.mixer-owned-piece > img {
  width: min(34vw, 420px);
  height: 82%;
  object-fit: contain;
  filter: drop-shadow(0 12px 16px rgba(17, 17, 15, 0.2));
}

.mixer-zone-bottom .mixer-owned-piece > img {
  height: 88%;
}

.mixer-owned-piece > span {
  position: absolute;
  z-index: 2;
  bottom: 8px;
  left: 50%;
  min-width: 150px;
  display: grid;
  gap: 2px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 10px;
  background: rgba(17, 17, 15, 0.7);
  color: var(--white);
  text-align: center;
  transform: translateX(-50%);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.mixer-owned-piece > span small {
  font-size: 6px;
  font-weight: 780;
  letter-spacing: 0.1em;
}

.mixer-owned-piece > span strong {
  font-size: 9px;
}

.mixer-owned-piece > span em {
  color: rgba(255, 255, 255, 0.64);
  font-size: 6px;
  font-style: normal;
}

.mixer-owned-piece > button {
  position: absolute;
  z-index: 3;
  right: 58px;
  bottom: 8px;
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 999px;
  background: rgba(17, 17, 15, 0.58);
  color: var(--white);
  font-size: 7px;
  font-weight: 760;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  pointer-events: auto;
  cursor: pointer;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.mixer-owned-piece > button:hover,
.mixer-owned-piece > button:focus-visible {
  background: var(--white);
  color: var(--ink);
  outline: 0;
}

.mixer-zone.is-drop-target {
  z-index: 27;
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.92), inset 0 0 0 6px var(--ink);
}

.mixer-tape-card.is-dragging {
  opacity: 0.34 !important;
}

.mixer-picks-peek.is-pick-drop-target {
  width: 168px;
  border-color: var(--white);
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 0 0 3px rgba(17, 17, 15, 0.42), 0 18px 42px rgba(0, 0, 0, 0.3);
}

.mixer-picks-tray.is-pick-drop-target {
  box-shadow: inset 0 0 0 3px var(--ink), -24px 0 70px rgba(0, 0, 0, 0.34);
}

.mixer-zone.is-drop-target::after {
  content: "Drop here";
  position: absolute;
  z-index: 14;
  top: 50%;
  left: 50%;
  padding: 9px 14px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  font-size: 8px;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.mixer-zone-toolbar {
  position: absolute;
  z-index: 9;
  top: 5px;
  right: 12px;
  left: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  pointer-events: none;
}

.mixer-zone-label,
.mixer-filter-trigger {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 999px;
  background: rgba(17, 17, 15, 0.46);
  color: var(--white);
  font-size: 7px;
  font-weight: 780;
  letter-spacing: 0.09em;
  line-height: 1;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.mixer-zone-label {
  padding: 0 10px;
  pointer-events: none;
}

.mixer-zone-label strong {
  min-width: 18px;
  padding-left: 7px;
  border-left: 1px solid rgba(255, 255, 255, 0.38);
  text-align: center;
}

.mixer-zone[data-lock-source] .mixer-zone-label::after {
  padding-left: 7px;
  border-left: 1px solid rgba(255, 255, 255, 0.38);
  content: "LOCKED";
}

.mixer-zone[data-lock-source="pick"] .mixer-zone-label::after {
  content: "MY PICK · LOCKED";
}

.mixer-zone[data-lock-source="upload"] .mixer-zone-label::after {
  content: "MY PIECE · LOCKED";
}

.mixer-filter-trigger {
  position: relative;
  width: 34px;
  height: 34px;
  min-height: 34px;
  flex: 0 0 34px;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  pointer-events: auto;
  cursor: pointer;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  transition: background 150ms ease, color 150ms ease, border-color 150ms ease;
}

.mixer-filter-trigger:hover,
.mixer-filter-trigger:focus-visible,
.mixer-filter-trigger[aria-expanded="true"],
.mixer-filter-trigger.is-active {
  border-color: var(--white);
  background: var(--white);
  color: var(--ink);
  outline: 0;
}

.mixer-filter-trigger.is-active:not([aria-expanded="true"]) {
  border-color: rgba(231, 79, 47, 0.88);
  background: rgba(231, 79, 47, 0.9);
  color: var(--white);
}

.mixer-filter-icon {
  position: relative;
  width: 16px;
  height: 12px;
  display: inline-block;
  background:
    linear-gradient(currentColor, currentColor) 0 3px / 16px 1.5px no-repeat,
    linear-gradient(currentColor, currentColor) 0 9px / 16px 1.5px no-repeat;
}

.mixer-filter-icon::before,
.mixer-filter-icon::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border: 0;
  border-radius: 50%;
  background: currentColor;
}

.mixer-filter-icon::before {
  top: 1px;
  left: 4px;
}

.mixer-filter-icon::after {
  top: 7px;
  right: 3px;
}

.mixer-filter-panel {
  position: fixed;
  z-index: 40;
  right: max(16px, var(--page-gutter));
  bottom: 64px;
  width: min(440px, calc(100% - (var(--page-gutter) * 2)));
  max-height: min(680px, calc(100dvh - 148px));
  overflow-y: auto;
  overscroll-behavior: contain;
  border: 1px solid rgba(17, 17, 15, 0.9);
  border-radius: 18px;
  background: rgba(247, 245, 239, 0.97);
  color: var(--ink);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  text-shadow: none;
  -webkit-backdrop-filter: blur(18px) saturate(0.9);
  backdrop-filter: blur(18px) saturate(0.9);
}

.mixer-filter-panel[data-mixer-filter-panel="top"] {
  top: 84px;
  bottom: auto;
}

.mixer-filter-panel > header {
  position: sticky;
  z-index: 2;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 15px 16px 13px;
  border-bottom: 1px solid rgba(17, 17, 15, 0.16);
  background: rgba(247, 245, 239, 0.96);
}

.mixer-filter-panel > header div {
  display: grid;
  gap: 3px;
}

.mixer-filter-panel > header small,
.mixer-filter-group > span {
  color: var(--muted);
  font-size: 7px;
  font-weight: 780;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.mixer-filter-panel > header strong {
  font-family: var(--display);
  font-size: 23px;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1;
}

.mixer-filter-panel > header button {
  width: 34px;
  height: 34px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.mixer-filter-panel > div {
  padding: 14px 16px 4px;
}

.mixer-filter-search {
  position: relative;
  display: block;
}

.mixer-filter-search i {
  position: absolute;
  top: 50%;
  left: 13px;
  width: 10px;
  height: 10px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  color: var(--ink);
  pointer-events: none;
  transform: translateY(-58%);
}

.mixer-filter-search i::after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -3px;
  width: 6px;
  height: 1.5px;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: left center;
}

.mixer-filter-search input {
  width: 100%;
  min-height: 43px;
  padding: 0 38px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: var(--ink);
  font: inherit;
  font-size: 12px;
  outline: 0;
}

.mixer-filter-search input:focus {
  box-shadow: inset 0 0 0 1px var(--ink);
}

.mixer-size-preference {
  display: grid;
  gap: 8px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(17, 17, 15, 0.12);
}

.mixer-size-preference > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.mixer-size-preference > div > span {
  color: var(--muted);
  font-size: 7px;
  font-weight: 780;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.mixer-size-preference button {
  min-height: 33px;
  padding: 0 11px;
  border: 1px solid var(--rule-dark);
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  font-size: 8px;
  font-weight: 730;
  cursor: pointer;
}

.mixer-size-preference > div button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.mixer-size-preference > div button strong {
  font: inherit;
}

.mixer-size-preference > div button small {
  color: var(--muted);
  font-size: 7px;
  font-weight: 650;
}

.mixer-size-preference > [data-size-filter-toggle] {
  width: 100%;
}

.mixer-size-preference button:hover,
.mixer-size-preference button:focus-visible,
.mixer-size-preference > [data-size-filter-toggle][aria-pressed="true"] {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
  outline: 0;
}

.mixer-size-preference button:hover small,
.mixer-size-preference button:focus-visible small {
  color: rgba(255, 255, 255, 0.7);
}

.mixer-size-preference > p {
  margin: 0;
  color: var(--muted);
  font-size: 7px;
  line-height: 1.4;
}

.mixer-filter-group {
  display: grid;
  gap: 8px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(17, 17, 15, 0.12);
}

.mixer-filter-group > div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.mixer-filter-group button {
  min-height: 31px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 10px;
  border: 1px solid rgba(17, 17, 15, 0.28);
  border-radius: 999px;
  background: transparent;
  color: var(--ink);
  font-size: 8px;
  font-weight: 730;
  cursor: pointer;
}

.mixer-filter-group button small {
  min-width: 13px;
  color: var(--muted);
  font-size: 7px;
  text-align: right;
}

.mixer-filter-group button:hover:not(:disabled),
.mixer-filter-group button:focus-visible,
.mixer-filter-group button.is-selected {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
  outline: 0;
}

.mixer-filter-group button.is-selected small {
  color: rgba(255, 255, 255, 0.7);
}

.mixer-filter-group button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.mixer-filter-panel footer {
  position: sticky;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 -16px;
  padding: 12px 16px 14px;
  border-top: 1px solid rgba(17, 17, 15, 0.16);
  background: rgba(247, 245, 239, 0.97);
  font-size: 8px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.mixer-filter-panel footer button,
.mixer-filter-empty button {
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: inherit;
  font: inherit;
  font-weight: 780;
  cursor: pointer;
}

.mixer-filter-panel footer .mixer-filter-apply {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0 16px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  letter-spacing: 0.08em;
}

.mixer-filter-panel footer .mixer-filter-apply:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.mixer-filter-empty {
  position: absolute;
  z-index: 7;
  top: 50%;
  right: 52px;
  left: 52px;
  margin: 0;
  color: var(--ink);
  font-size: 10px;
  font-weight: 680;
  line-height: 1.5;
  text-align: center;
  transform: translateY(-50%);
}

.mixer-zone.has-open-filters .mixer-tape {
  opacity: 0.34;
  filter: blur(2px);
  pointer-events: none;
}

.mixer-add-look:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.mixer-zone-actions {
  position: absolute;
  z-index: 8;
  top: 50%;
  right: 8px;
  width: 42px;
  display: grid;
  justify-items: center;
  gap: 0;
  padding: 4px 3px;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 999px;
  background: rgba(17, 17, 15, 0.38);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.14);
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  transform: translateY(-50%);
  transition: right 240ms var(--ease-out), opacity 180ms ease, transform 240ms var(--ease-out);
}

@media (min-width: 720px) {
  .mixer-dialog.has-open-picks .mixer-zone-actions {
    right: calc(min(390px, 92vw) + 14px);
  }
}

.mixer-camera,
.mixer-lock,
.mixer-piece-add {
  position: relative;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--white);
  opacity: 0.74;
  cursor: pointer;
  transition: opacity 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
}

.mixer-piece-add {
  background: var(--white);
  color: var(--ink);
  opacity: 1;
}

.mixer-piece-add-inline {
  position: absolute;
  z-index: 8;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(17, 17, 15, 0.72);
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
}

.mixer-zone-top .mixer-piece-add-inline {
  top: 14%;
  left: calc(50% + clamp(96px, 12vw, 174px));
}

.mixer-zone-bottom .mixer-piece-add-inline {
  top: 8%;
  left: calc(50% + clamp(82px, 9vw, 142px));
}

.mixer-piece-add > span:first-child {
  display: block;
  font-size: 22px;
  font-weight: 340;
  line-height: 28px;
}

.mixer-piece-add-inline > span:first-child {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  font-size: 20px;
  line-height: 1;
}

.mixer-zone-actions > button + button {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.mixer-camera:hover,
.mixer-camera:focus-visible,
.mixer-piece-add:hover,
.mixer-piece-add:focus-visible {
  background: var(--white);
  color: var(--ink);
  opacity: 1;
  outline: 0;
  transform: scale(1.06);
}

.mixer-piece-add-inline:hover,
.mixer-piece-add-inline:focus-visible {
  background: var(--ink);
  color: var(--white);
  transform: translate(-50%, -50%) scale(1.06);
}

.mixer-piece-add-inline.is-added {
  background: var(--ink);
  color: var(--white);
}

.mixer-camera-icon {
  position: absolute;
  top: 11px;
  left: 9px;
  width: 16px;
  height: 12px;
  border: 1.5px solid currentColor;
  border-radius: 3px;
}

.mixer-camera-icon::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 5px;
  width: 4px;
  height: 4px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
}

.mixer-camera-icon::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 2px;
  width: 6px;
  height: 3px;
  border: 1.5px solid currentColor;
  border-bottom: 0;
  border-radius: 2px 2px 0 0;
}

.mixer-icon-tooltip {
  position: absolute;
  top: 50%;
  right: calc(100% + 9px);
  width: max-content;
  max-width: 150px;
  padding: 6px 8px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  background: rgba(17, 17, 15, 0.92);
  color: var(--white);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  font-size: 7px;
  font-weight: 720;
  letter-spacing: 0.055em;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translate(4px, -50%);
  transition: opacity 140ms ease, transform 140ms ease;
}

.mixer-camera:hover .mixer-icon-tooltip,
.mixer-camera:focus-visible .mixer-icon-tooltip,
.mixer-piece-add:hover .mixer-icon-tooltip,
.mixer-piece-add:focus-visible .mixer-icon-tooltip,
.mixer-filter-trigger:hover .mixer-icon-tooltip,
.mixer-filter-trigger:focus-visible .mixer-icon-tooltip {
  opacity: 1;
  transform: translate(0, -50%);
}

.mixer-piece-add:disabled {
  opacity: 0.38;
  cursor: not-allowed;
  transform: none;
}

.mixer-piece-add-inline:disabled {
  transform: translate(-50%, -50%);
}

.mixer-lock::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 11px;
  width: 10px;
  height: 8px;
  border: 1.5px solid currentColor;
  border-radius: 2px;
}

.mixer-lock::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 13px;
  width: 6px;
  height: 7px;
  border: 1.5px solid currentColor;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  transform: translateX(2px);
  transform-origin: left bottom;
  transition: transform 160ms ease;
}

.mixer-lock:hover,
.mixer-lock:focus-visible,
.mixer-lock.is-locked {
  background: var(--white);
  color: var(--ink);
  opacity: 1;
  outline: 0;
  transform: scale(1.06);
}

.mixer-lock:not(.is-locked)::after {
  transform: translate(5px, -1px) rotate(24deg);
}

.mixer-zone:focus-visible {
  border-radius: 18px;
  box-shadow: inset 0 0 0 2px var(--signal);
}

.mixer-zone-top {
  height: auto;
  min-height: 0;
}

.mixer-zone-bottom {
  height: auto;
  min-height: 0;
}

.mixer-tape {
  --mixer-card-basis: 38%;
  --mixer-tape-gap: 8px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
  gap: var(--mixer-tape-gap);
  padding-inline: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-padding-inline: calc((100% - var(--mixer-card-basis)) / 2);
  scroll-snap-type: x mandatory;
  overscroll-behavior-x: contain;
  touch-action: pan-x;
  cursor: grab;
  scrollbar-width: none;
  user-select: none;
  -webkit-user-select: none;
}

.mixer-tape::before,
.mixer-tape::after {
  content: "";
  flex: 0 0 calc(((100% - var(--mixer-card-basis)) / 2) - var(--mixer-tape-gap));
  height: 1px;
  pointer-events: none;
}

.mixer-tape::-webkit-scrollbar {
  display: none;
}

.mixer-tape.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

.mixer-tape:focus-visible {
  outline: 0;
}

.mixer-tape-card {
  --mixer-card-scale: 0.72;
  --mixer-card-opacity: 0.22;
  position: relative;
  flex: 0 0 var(--mixer-card-basis);
  min-width: 0;
  height: 100%;
  display: grid;
  place-items: center;
  scroll-snap-align: center;
  scroll-snap-stop: normal;
  opacity: var(--mixer-card-opacity);
  transform: scale(var(--mixer-card-scale));
  transform-origin: center;
  will-change: transform, opacity;
  transition: filter 180ms ease;
}

.mixer-tape-card.is-active {
  --mixer-card-scale: 1;
  --mixer-card-opacity: 1;
  z-index: 2;
}

.mixer-zone.is-background-reordering .mixer-tape-card:not(.mixer-direct-focus) {
  filter: blur(2.2px);
  transition: filter 320ms ease, opacity 320ms ease;
}

.mixer-zone.is-background-reordering .mixer-tape {
  opacity: 0.28;
  transition: opacity 420ms ease;
}

.mixer-zone.is-background-reordering .mixer-tape-card.is-active:not(.mixer-direct-focus) {
  opacity: 0 !important;
}

.mixer-zone .mixer-direct-focus {
  position: absolute;
  z-index: 7;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 38%;
  height: 100%;
  flex: none;
  opacity: 1;
  pointer-events: none;
  transform: translateX(-50%) !important;
}

.mixer-zone-top .mixer-tape-card {
  transform-origin: center bottom;
}

.mixer-zone-bottom .mixer-tape-card {
  transform-origin: center top;
}

.mixer-tape-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: center;
  filter:
    drop-shadow(0 18px 20px rgba(0, 0, 0, 0.25))
    drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2))
    saturate(1.025)
    contrast(1.018);
  -webkit-user-drag: none;
}

.mixer-tape-card.is-active img {
  filter:
    drop-shadow(0 24px 24px rgba(0, 0, 0, 0.34))
    drop-shadow(0 4px 3px rgba(0, 0, 0, 0.22))
    saturate(1.035)
    contrast(1.025);
}

.mixer-zone-top .mixer-tape-card img {
  object-position: center bottom;
  transform-origin: center bottom;
}

.mixer-zone-bottom .mixer-tape-card img {
  object-position: center top;
  transform-origin: center top;
  transform: scale(0.92);
}

.mixer-zone-bottom .mixer-tape-card.is-short img {
  transform: scale(0.68);
}

.mixer-tape-card:not(.is-active) img {
  filter:
    saturate(0.72)
    contrast(0.96)
    drop-shadow(0 12px 13px rgba(0, 0, 0, 0.18));
}

.mixer-zone-top .mixer-tape-card.is-active img {
  filter:
    drop-shadow(0 5px 7px rgba(0, 0, 0, 0.08))
    saturate(1.035)
    contrast(1.025);
}

.mixer-zone-top .mixer-tape-card:not(.is-active) img {
  filter:
    saturate(0.72)
    contrast(0.96)
    drop-shadow(0 4px 6px rgba(0, 0, 0, 0.06));
}

.mixer-pending-visual {
  width: min(72%, 230px);
  aspect-ratio: 0.82;
  display: grid;
  place-items: center;
  border: 1px solid rgba(17, 17, 15, 0.14);
  border-radius: 44% 44% 18% 18% / 25% 25% 12% 12%;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.8), rgba(220, 216, 206, 0.54));
}

.mixer-pending-visual i {
  width: 24px;
  height: 24px;
  border: 1px solid rgba(17, 17, 15, 0.2);
  border-top-color: var(--signal);
  border-radius: 50%;
  animation: mixer-pending-spin 1.6s linear infinite;
}

@keyframes mixer-pending-spin {
  to { transform: rotate(360deg); }
}

.mixer-visual {
  position: relative;
  width: min(100%, 430px);
  height: 100%;
  justify-self: center;
  overflow: hidden;
}

.mixer-visual::after {
  content: "";
  position: absolute;
  right: 13%;
  bottom: 7px;
  left: 13%;
  height: 15px;
  border-radius: 50%;
  background: rgba(17, 17, 15, 0.13);
  filter: blur(11px);
  opacity: 0.7;
}

.mixer-visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 12px 13px rgba(17, 17, 15, 0.12));
  transition: opacity 150ms ease, transform 300ms var(--ease-out);
  -webkit-user-drag: none;
}

.mixer-zone.is-source-photo .mixer-visual {
  width: min(88%, 360px);
  height: calc(100% - 18px);
  border: 1px solid rgba(17, 17, 15, 0.14);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(17, 17, 15, 0.14);
}

.mixer-zone.is-source-photo .mixer-visual::after {
  display: none;
}

.mixer-zone.is-source-photo .mixer-visual img {
  object-fit: contain;
  object-position: center;
  filter: none;
}

.mixer-zone.has-no-image .mixer-visual {
  display: grid;
  place-items: center;
  border: 1px dashed var(--rule-dark);
  border-radius: 14px;
  background: rgba(251, 250, 246, 0.72);
}

.mixer-zone.has-no-image .mixer-visual::before {
  content: attr(data-empty-label);
  color: var(--muted);
  font-family: var(--display);
  font-size: 18px;
}

.mixer-zone.has-no-image .mixer-visual::after {
  display: none;
}

.mixer-asset-state {
  position: absolute;
  z-index: 3;
  top: 7px;
  left: 7px;
  padding: 4px 6px;
  border-radius: 999px;
  background: rgba(17, 17, 15, 0.82);
  color: var(--white);
  font-size: 7px;
  font-weight: 760;
  letter-spacing: 0.055em;
  line-height: 1.2;
  text-transform: uppercase;
}

.mixer-arrow {
  position: relative;
  z-index: 4;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(17, 17, 15, 0.34);
  border-radius: 50%;
  background: rgba(251, 250, 246, 0.82);
  color: var(--ink);
  font-size: 18px;
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.mixer-arrow:hover {
  background: var(--ink);
  color: var(--white);
  transform: scale(1.05);
}

.mixer-arrow-left {
  justify-self: start;
}

.mixer-arrow-right {
  justify-self: end;
}

.mixer-item-caption {
  grid-column: 1 / -1;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2px 12px;
  padding: 5px 10px 0;
  text-align: center;
}

.mixer-item-caption > span:first-child {
  grid-column: 1 / -1;
  color: var(--signal-dark);
  font-size: 8px;
  font-weight: 820;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.mixer-item-caption strong {
  overflow: hidden;
  font-family: var(--display);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mixer-item-caption > span:last-child {
  align-self: center;
  color: var(--muted);
  font-size: 8px;
  font-variant-numeric: tabular-nums;
}

.mixer-seam {
  display: none;
}

.mixer-seam i {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(17, 17, 15, 0.22) 24%, rgba(17, 17, 15, 0.22) 76%, transparent);
}

.mixer-bottom-dock {
  position: absolute;
  z-index: 24;
  right: 16px;
  bottom: 12px;
  left: 16px;
  width: max-content;
  max-width: calc(100% - 32px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  margin: 0 auto;
}

.mixer-details {
  position: relative;
  z-index: 1;
  width: min(720px, calc(100vw - 210px));
  max-height: 62dvh;
  margin: 0;
  overflow-y: auto;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 24px;
  background: rgba(251, 250, 246, 0.9);
  box-shadow: 0 16px 46px rgba(0, 0, 0, 0.22);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.mixer-details:not([open]) {
  width: min(280px, calc(100vw - 190px));
}

.mixer-add-look-dock {
  min-height: 46px;
  flex: 0 0 auto;
  padding-inline: 16px;
  border-color: var(--white);
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.18);
  text-shadow: none;
}

.mixer-add-look-dock:hover,
.mixer-add-look-dock:focus-visible {
  border-color: var(--signal);
  background: var(--signal);
  color: var(--white);
  outline: 0;
}

.mixer-details > summary {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px var(--page-gutter);
  cursor: pointer;
  font-size: 8px;
  font-weight: 780;
  letter-spacing: 0.08em;
  list-style: none;
  text-transform: uppercase;
}

.mixer-details > summary::-webkit-details-marker {
  display: none;
}

.mixer-details > summary::after {
  content: "+";
  margin-left: 8px;
  font-size: 15px;
  font-weight: 400;
}

.mixer-details[open] > summary::after {
  content: "−";
}

.mixer-details-close {
  position: absolute;
  z-index: 3;
  top: 7px;
  right: 9px;
  width: 30px;
  height: 30px;
  display: none;
  place-items: center;
  padding: 0;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: rgba(251, 250, 246, 0.92);
  color: var(--ink);
  font-size: 19px;
  font-weight: 350;
  line-height: 1;
  cursor: pointer;
}

.mixer-details[open] > .mixer-details-close {
  display: grid;
}

.mixer-details-close:hover,
.mixer-details-close:focus-visible {
  background: var(--ink);
  color: var(--white);
  outline: 0;
}

.mixer-summary {
  padding: 0 var(--page-gutter) 28px;
  border-top: 1px solid var(--ink);
  background: var(--surface);
}

.mixer-summary-item {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 3px 10px;
  padding: 14px 0;
  border-bottom: 1px solid var(--rule);
}

.mixer-summary-item > span {
  grid-row: 1 / span 2;
  color: var(--muted);
  font-size: 8px;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mixer-summary-item strong {
  font-family: var(--display);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
}

.mixer-summary-item small {
  color: var(--muted);
  font-size: 10px;
}

.mixer-summary-item small .price-current,
.mixer-summary-item small .price-was,
.mixer-summary-item small .price-discount {
  margin-left: 3px;
}

.mixer-match-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 3px 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--rule);
}

.mixer-match-summary > span {
  color: var(--muted);
  font-size: 8px;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mixer-match-summary > strong {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  font-family: var(--display);
  font-size: 29px;
  font-weight: 400;
  line-height: 1;
}

.mixer-match-summary > strong small {
  color: var(--muted);
  font-family: var(--sans);
  font-size: 9px;
}

.mixer-match-summary p {
  margin: 0;
  font-size: 10px;
  font-weight: 650;
}

.mixer-match-summary > small {
  grid-column: 1 / -1;
  margin-top: 2px;
  color: var(--muted);
  font-size: 8px;
}

.mixer-summary-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 0;
}

.mixer-summary-total span {
  color: var(--muted);
  font-size: 9px;
}

.mixer-summary-total strong {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 4px 7px;
  font-family: var(--display);
  font-size: 25px;
  font-weight: 400;
}

.mixer-source-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.mixer-source-actions .button {
  min-width: 0;
  padding-inline: 8px;
  font-size: 9px;
  text-align: center;
}

.mixer-disclosure,
.mixer-gesture-hint {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 8px;
  line-height: 1.45;
}

.mixer-gesture-hint {
  color: var(--ink);
  font-weight: 650;
}

.owned-match-audience {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 999px;
  background: rgba(17, 17, 15, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.shopper-audience-mixer {
  border-color: rgba(255, 255, 255, 0.58);
  background: rgba(17, 17, 15, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.shopper-audience-mixer button {
  color: rgba(255, 255, 255, 0.78);
  text-shadow: none;
}

.shopper-audience-mixer button:hover,
.shopper-audience-mixer button:focus-visible {
  color: var(--white);
}

.shopper-audience-mixer button[aria-pressed="true"] {
  background: var(--white);
  color: var(--ink);
}

.owned-match-audience button {
  min-height: 32px;
  padding: 0 10px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.76);
  font-size: 7px;
  font-weight: 780;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  cursor: pointer;
}

.owned-match-audience button[aria-pressed="true"] {
  background: var(--white);
  color: var(--ink);
}

.owned-match-audience button small {
  font: inherit;
  opacity: 0.72;
}

.mixer-upload-dialog {
  width: min(430px, calc(100% - 28px));
  max-width: none;
  max-height: calc(100dvh - 28px);
  margin: auto;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 18px;
  background: transparent;
  color: var(--ink);
}

.mixer-upload-dialog::backdrop {
  background: rgba(17, 17, 15, 0.3);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.mixer-upload-card {
  overflow: hidden;
  border: 1px solid var(--ink);
  border-radius: 18px;
  background: var(--surface);
  box-shadow: 0 24px 70px rgba(17, 17, 15, 0.28);
}

.mixer-upload-card > header {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--ink);
}

.mixer-upload-card h2 {
  margin: 3px 0 0;
  font-family: var(--display);
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 0.95;
}

.mixer-upload-body {
  display: grid;
  gap: 16px;
  padding: 20px;
}

.mixer-upload-body > p {
  margin: 0;
  font-size: 11px;
  line-height: 1.55;
}

.mixer-upload-guidance {
  display: grid;
  border-top: 1px solid var(--rule);
}

.mixer-upload-guidance span {
  min-height: 36px;
  display: flex;
  align-items: center;
  padding: 0 4px;
  border-bottom: 1px solid var(--rule);
  font-size: 8px;
  font-weight: 730;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.mixer-upload-privacy {
  color: var(--muted);
}

.mixer-upload-privacy strong {
  color: var(--ink);
}

.mixer-upload-card > footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 20px calc(14px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--ink);
}

.owned-match-dialog {
  width: 100%;
  height: 100dvh;
  inset: 0;
}

.owned-match-dialog::backdrop {
  background: rgba(15, 15, 13, 0.72);
  -webkit-backdrop-filter: blur(5px) saturate(0.72);
  backdrop-filter: blur(5px) saturate(0.72);
}

.owned-match-shell {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #f4f2ec;
  animation: sheet-in 260ms var(--ease-out) both;
}

.owned-match-header {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 13px var(--page-gutter);
  background: #171717;
  color: var(--white);
}

.owned-match-header .eyebrow {
  margin-bottom: 3px;
  color: rgba(255, 255, 255, 0.66);
}

.owned-match-header h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.95;
}

.owned-match-header > div:first-child > p:last-child {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 9px;
}

.owned-match-header-tools {
  display: flex;
  align-items: center;
  gap: 8px;
}

.owned-match-audience > span {
  padding: 0 7px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 7px;
  font-weight: 760;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.owned-match-header .icon-button {
  border-color: rgba(255, 255, 255, 0.82);
  color: var(--white);
}

.owned-match-header .icon-button:hover {
  background: var(--white);
  color: var(--ink);
}

.owned-match-guide {
  min-height: 0;
  flex: 1;
  display: grid;
  grid-template-columns: minmax(250px, 0.65fr) minmax(0, 1.35fr);
  align-items: center;
  gap: clamp(28px, 6vw, 90px);
  padding: clamp(30px, 6vw, 90px) var(--page-gutter);
  overflow-y: auto;
  background:
    radial-gradient(circle at 72% 42%, rgba(255, 255, 255, 0.96), transparent 31%),
    linear-gradient(135deg, #efede7, #faf9f6);
}

.owned-match-guide-copy {
  max-width: 470px;
}

.owned-match-guide-copy h3 {
  margin: 8px 0 16px;
  font-family: var(--display);
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.94;
}

.owned-match-guide-copy > p:last-child {
  max-width: 420px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.owned-match-kind-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.owned-match-kind-options button {
  min-height: 260px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  border: 1px solid var(--ink);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  text-align: left;
  cursor: pointer;
  transition: transform 220ms var(--ease-out), background 180ms ease, color 180ms ease;
}

.owned-match-kind-options button:hover {
  background: var(--ink);
  color: var(--white);
  transform: translateY(-4px);
}

.owned-match-kind-options button > span {
  margin-bottom: auto;
  font-family: var(--display);
  font-size: 32px;
}

.owned-match-kind-options strong {
  font-family: var(--display);
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 400;
  letter-spacing: -0.035em;
}

.owned-match-kind-options small {
  margin-top: 7px;
  color: var(--muted);
  font-size: 10px;
}

.owned-match-kind-options button:hover small {
  color: rgba(255, 255, 255, 0.68);
}

.owned-match-upload-status {
  grid-column: 2;
  margin: -64px 0 0;
  padding-inline: 4px;
  color: var(--muted);
  font-size: 9px;
}

.owned-match-privacy {
  grid-column: 1 / -1;
  display: flex;
  gap: 8px;
  align-items: baseline;
  justify-content: center;
  color: var(--muted);
  font-size: 9px;
}

.owned-match-privacy strong {
  color: var(--ink);
}

.owned-match-dialog.is-processing .owned-match-kind-options {
  opacity: 0.35;
  pointer-events: none;
}

.owned-match-experience {
  min-height: 0;
  flex: 1;
  display: grid;
  grid-template-columns: minmax(250px, 300px) minmax(0, 1fr);
  overflow: hidden;
}

.owned-match-owned-panel {
  min-height: 0;
  display: flex;
  flex-direction: column;
  padding: 18px;
  overflow-y: auto;
  border-right: 1px solid var(--ink);
  background: var(--surface);
}

.owned-match-owned-heading,
.owned-match-results-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.owned-match-owned-heading h3,
.owned-match-results-header h3 {
  margin: 2px 0 0;
  font-family: var(--display);
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.owned-match-replace,
.owned-match-delete {
  padding: 0 0 3px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
}

.owned-match-owned-visual {
  position: relative;
  min-height: 220px;
  flex: 0 0 34%;
  display: grid;
  place-items: center;
  margin: 16px 0;
  overflow: hidden;
  border-radius: 16px;
  background:
    linear-gradient(45deg, rgba(17, 17, 15, 0.04) 25%, transparent 25%, transparent 75%, rgba(17, 17, 15, 0.04) 75%),
    linear-gradient(45deg, rgba(17, 17, 15, 0.04) 25%, transparent 25%, transparent 75%, rgba(17, 17, 15, 0.04) 75%),
    #f4f3ef;
  background-position: 0 0, 8px 8px;
  background-size: 16px 16px;
}

.owned-match-owned-visual img {
  width: 86%;
  height: 82%;
  object-fit: contain;
  filter: drop-shadow(0 14px 16px rgba(17, 17, 15, 0.2));
}

.owned-match-owned-visual[data-owned-isolation-state="fallback"] img {
  width: 100%;
  height: 100%;
}

.owned-match-owned-visual > span {
  position: absolute;
  right: 8px;
  bottom: 8px;
  padding: 5px 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  font-size: 7px;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.owned-match-controls {
  display: grid;
  gap: 13px;
}

.owned-match-controls label,
.owned-match-controls fieldset {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  border: 0;
}

.owned-match-controls label > span,
.owned-match-controls legend {
  color: var(--muted);
  font-size: 7px;
  font-weight: 780;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.owned-match-controls select {
  width: 100%;
  min-height: 40px;
  padding: 0 34px 0 10px;
  border: 1px solid var(--rule-dark);
  border-radius: 8px;
  background: var(--surface);
  font-size: 11px;
}

.owned-match-segmented {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}

.owned-match-segmented button {
  min-height: 36px;
  padding: 0 5px;
  border: 1px solid var(--rule-dark);
  border-radius: 999px;
  background: var(--surface);
  font-size: 8px;
  font-weight: 720;
  cursor: pointer;
}

.owned-match-segmented button[aria-pressed="true"] {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}

.owned-match-delete {
  align-self: flex-start;
  margin-top: auto;
  padding-top: 18px;
  color: var(--muted);
}

.owned-match-results {
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-template-rows: auto minmax(230px, 1fr) 128px auto;
  overflow: hidden;
}

.owned-match-results-header {
  min-height: 58px;
  align-items: center;
  padding: 10px 18px;
  border-bottom: 1px solid var(--rule-dark);
}

.owned-match-results-header h3 {
  font-size: 20px;
}

.owned-match-results-header > p {
  margin: 0;
  color: var(--muted);
  font-size: 8px;
  font-weight: 720;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.owned-match-stage {
  position: relative;
  min-height: 0;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 50% 49%, rgba(255, 255, 255, 0.98), rgba(239, 236, 228, 0.5) 42%, transparent 72%),
    #efede7;
}

.owned-match-pair {
  position: absolute;
  inset: 8px 80px;
}

.owned-match-pair img {
  position: absolute;
  left: 50%;
  width: min(62%, 410px);
  object-fit: contain;
  transform: translateX(-50%);
  filter: drop-shadow(0 17px 17px rgba(17, 17, 15, 0.22));
}

.owned-match-pair-top {
  top: 0;
  height: 51%;
  object-position: center bottom;
}

.owned-match-pair-bottom {
  bottom: 0;
  height: 49%;
  object-position: center top;
  transform: translateX(-50%) scale(1.12) !important;
  transform-origin: center bottom !important;
}

.owned-match-pair > i {
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 18%;
  left: 18%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(17, 17, 15, 0.15), transparent);
}

.owned-match-step {
  position: absolute;
  z-index: 4;
  top: 50%;
  width: 44px;
  height: 44px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.76);
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.owned-match-step:hover {
  background: var(--ink);
  color: var(--white);
}

.owned-match-step-prev {
  left: 18px;
}

.owned-match-step-next {
  right: 18px;
}

.owned-match-tape {
  min-width: 0;
  display: flex;
  align-items: stretch;
  gap: 7px;
  padding: 9px calc(50% - 55px);
  overflow-x: auto;
  overflow-y: hidden;
  border-block: 1px solid var(--rule-dark);
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.owned-match-tape::-webkit-scrollbar {
  display: none;
}

.owned-match-tape-card {
  position: relative;
  flex: 0 0 110px;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: 1fr auto;
  gap: 2px 5px;
  padding: 6px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.54);
  opacity: 0.46;
  scroll-snap-align: center;
  cursor: pointer;
  transition: opacity 160ms ease, border-color 160ms ease, background 160ms ease;
}

.owned-match-tape-card.is-active {
  border-color: var(--ink);
  background: var(--white);
  opacity: 1;
}

.owned-match-tape-card > span {
  position: absolute;
  z-index: 2;
  top: 5px;
  left: 5px;
  padding: 3px 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  font-size: 6px;
  font-weight: 800;
}

.owned-match-tape-card img {
  grid-column: 1 / -1;
  width: 100%;
  height: 82px;
  object-fit: contain;
}

.owned-match-tape-card strong,
.owned-match-tape-card small {
  min-width: 0;
  overflow: hidden;
  font-size: 7px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.owned-match-tape-card small {
  color: var(--muted);
}

.owned-match-decision {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px 24px;
  padding: 13px 18px 12px;
  background: var(--surface);
}

.owned-match-decision-copy > p:first-child {
  margin: 0 0 3px;
  color: var(--muted);
  font-size: 7px;
  font-weight: 780;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.owned-match-decision-copy h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 21px;
  font-weight: 400;
  line-height: 1.1;
}

.owned-match-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 7px;
}

.owned-match-facts span {
  padding: 3px 6px;
  border: 1px solid var(--rule-dark);
  border-radius: 999px;
  font-size: 7px;
}

.owned-match-reasons {
  margin: 7px 0 0;
  font-size: 9px;
  font-weight: 650;
}

.owned-match-purchase {
  display: grid;
  grid-template-columns: auto auto;
  align-content: center;
  gap: 7px;
}

.owned-match-purchase > strong {
  grid-column: 1 / -1;
  justify-self: end;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px 7px;
  font-family: var(--display);
  font-size: 23px;
  font-weight: 400;
}

.owned-match-purchase .button {
  min-height: 38px;
  padding-inline: 13px;
  font-size: 8px;
}

.owned-match-disclosure {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
  font-size: 7px;
  line-height: 1.35;
}

.cart-dialog {
  width: min(500px, 100%);
  height: 100dvh;
  inset: 0 0 0 auto;
  margin: 0 0 0 auto;
}

.cart-dialog::backdrop {
  background: rgba(17, 17, 15, 0.6);
  -webkit-backdrop-filter: blur(7px) saturate(0.7);
  backdrop-filter: blur(7px) saturate(0.7);
}

.cart-sheet {
  height: 100%;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  overflow: hidden;
  background: var(--surface);
  box-shadow: -24px 0 80px rgba(17, 17, 15, 0.28);
  animation: cart-in 300ms var(--ease-out) both;
}

@keyframes cart-in {
  from {
    opacity: 0;
    transform: translateX(48px);
  }
}

.cart-header {
  min-height: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px var(--page-gutter) 18px;
  border-bottom: 1px solid var(--ink);
}

.cart-header .eyebrow {
  margin-bottom: 5px;
}

.cart-header h2 {
  margin: 0;
  font-family: var(--display);
  font-size: 42px;
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.95;
}

.cart-body {
  min-height: 0;
  overflow-y: auto;
}

.cart-empty {
  min-height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 42px var(--page-gutter);
}

.cart-empty > span {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  color: var(--signal);
  font-family: var(--display);
  font-size: 38px;
}

.cart-empty h3 {
  max-width: 340px;
  margin: 0;
  font-family: var(--display);
  font-size: 34px;
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.cart-empty p {
  max-width: 380px;
  margin: 16px 0 26px;
  color: var(--muted);
  font-size: 12px;
}

.cart-progress {
  position: sticky;
  z-index: 2;
  top: 0;
  padding: 12px var(--page-gutter) 11px;
  border-bottom: 1px solid var(--rule);
  background: rgba(251, 250, 246, 0.94);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.cart-progress span {
  display: block;
  margin-bottom: 7px;
  font-size: 8px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cart-progress i {
  height: 3px;
  display: block;
  overflow: hidden;
  background: var(--rule);
}

.cart-progress b {
  width: 0;
  height: 100%;
  display: block;
  background: var(--signal);
  transition: width 320ms var(--ease-out);
}

.cart-items {
  padding: 0 var(--page-gutter) 24px;
}

.cart-item {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid var(--rule);
  transition: opacity 180ms ease;
}

.cart-item.is-visited {
  opacity: 0.58;
}

.cart-item-image {
  height: 136px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 14px;
  background: #ececec;
}

.cart-item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cart-item-placeholder {
  font-family: var(--display);
  font-size: 24px;
}

.cart-item-copy {
  min-width: 0;
}

.cart-item-copy > p {
  margin: 1px 0 4px;
  color: var(--muted);
  font-size: 8px;
  font-weight: 760;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.cart-item-copy h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.16;
}

.cart-item-copy > strong {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px 7px;
  margin-top: 6px;
  font-family: var(--display);
  font-size: 17px;
  font-weight: 400;
}

.cart-origin {
  display: inline-block;
  margin-top: 7px;
  padding: 3px 6px;
  border-radius: 999px;
  background: var(--signal-soft);
  color: var(--signal-dark);
  font-size: 7px;
  font-weight: 760;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cart-item-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
}

.cart-quantity {
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--rule-dark);
  border-radius: 999px;
}

.cart-quantity button,
.cart-quantity span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  font-size: 12px;
}

.cart-quantity button {
  cursor: pointer;
}

.cart-remove {
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--muted);
  font-size: 8px;
  cursor: pointer;
}

.cart-store-link {
  display: inline-block;
  margin-top: 10px;
  color: var(--signal-dark);
  font-size: 9px;
  font-weight: 720;
  text-decoration: none;
}

.cart-store-link.is-disabled {
  color: var(--muted);
}

.cart-footer {
  padding: 16px var(--page-gutter) calc(16px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--ink);
  background: var(--surface);
}

.cart-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 12px;
}

.cart-total span {
  color: var(--muted);
  font-size: 9px;
}

.cart-total strong {
  font-family: var(--display);
  font-size: 28px;
  font-weight: 400;
}

.product-price,
.mixer-summary-total strong,
.owned-match-purchase > strong,
.cart-item-copy > strong,
.cart-total strong {
  font-family: var(--ui);
  font-weight: 650;
  line-height: 1.15;
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "lnum" 1, "tnum" 1;
  letter-spacing: -0.01em;
}

.cart-next-store {
  width: 100%;
}

.cart-footer > p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 8px;
  line-height: 1.4;
}

.toast {
  position: fixed;
  z-index: 1000;
  right: max(16px, var(--page-gutter));
  bottom: max(18px, env(safe-area-inset-bottom));
  left: auto;
  max-width: min(440px, calc(100% - 32px));
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid transparent;
  border-radius: 999px;
  transform: none;
  background: var(--ink);
  color: var(--white);
  box-shadow: 0 8px 24px rgba(17, 17, 15, 0.2);
  font-size: 11px;
  font-weight: 650;
  text-align: left;
}

.toast[data-tone="success"] {
  border-color: rgba(255, 255, 255, 0.76);
  background: var(--ink);
  box-shadow: 0 10px 28px rgba(17, 17, 15, 0.28);
}

.toast[data-tone="success"]::before {
  content: "✓";
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
}

@keyframes dock-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
}

@keyframes sheet-in {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
}

@keyframes reveal-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
}

.reveal {
  animation: reveal-in 640ms var(--ease-out) both;
}

.reveal-2 {
  animation-delay: 60ms;
}

.reveal-3 {
  animation-delay: 110ms;
}

@media (min-width: 720px) {
  :root {
    --page-gutter: 28px;
  }

  .hero {
    padding-top: 32px;
  }

  .intent-search-line {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .intent-search-line > button {
    grid-column: auto;
  }

  .intent-result-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero h1 {
    font-size: 62px;
  }

  .hero-image-caption {
    flex-direction: row;
    justify-content: space-between;
    gap: 8px;
  }

  .hero-image-caption span:last-child {
    text-align: right;
  }

  .hero-visual {
    height: 360px;
  }

  .brand-discovery {
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    gap: 0;
    min-height: 70px;
  }

  .section-heading {
    display: flex;
    align-items: end;
  }

  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px 14px;
  }

  .product-title {
    font-size: 13px;
  }

  .product-specs div {
    grid-template-columns: 56px minmax(0, 1fr);
  }

  .product-specs dt {
    font-size: 8px;
  }

  .product-specs dd {
    font-size: 10px;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
    align-items: end;
  }

  .footer-meta {
    justify-self: end;
    justify-items: end;
    text-align: right;
  }

  .filter-dialog {
    width: min(520px, 100%);
    height: 100dvh;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
  }

  .info-dialog,
  .fit-preferences-dialog {
    width: min(520px, calc(100% - 40px));
    height: min(760px, calc(100dvh - 40px));
    top: 20px;
    left: auto;
    right: 20px;
  }

  .info-dialog {
    width: min(820px, calc(100% - 40px));
    height: min(820px, calc(100dvh - 40px));
  }

  .fit-preferences-dialog {
    width: min(760px, calc(100% - 40px));
    height: min(780px, calc(100dvh - 40px));
  }

  .fit-size-section {
    grid-template-columns: minmax(170px, 0.45fr) minmax(0, 1fr);
    align-items: start;
  }

  .fit-preferences-sheet {
    box-shadow: 0 20px 64px rgba(17, 17, 15, 0.24);
  }

  .transparency-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .transparency-facts p {
    min-height: 126px;
    align-content: start;
    padding: 16px;
    border-right: 1px solid var(--ink);
    border-bottom-color: var(--ink);
  }

  .transparency-facts p:last-child {
    border-right: 0;
  }

  .dialog-sheet {
    box-shadow: 0 20px 64px rgba(17, 17, 15, 0.24);
  }

  .mixer-dialog {
    width: 100%;
    height: 100dvh;
    inset: 0;
    margin: 0;
  }

  .mixer-header {
    min-height: 64px;
    padding-block: 8px;
  }

  .mixer-header .eyebrow {
    display: none;
  }

  .mixer-header h2 {
    font-size: 36px;
    line-height: 0.92;
  }

  .mixer-header-meta {
    flex-wrap: nowrap;
    max-width: none;
    margin-top: 3px;
    font-size: 6px;
    line-height: 1.1;
    white-space: nowrap;
  }

  .mixer-shell {
    box-shadow: none;
  }

  .mixer-body {
    display: block;
    overflow: hidden;
  }

  .mixer-stage {
    width: 100%;
    height: 100%;
    min-height: 0;
    row-gap: clamp(46px, 6.5vh, 54px);
    padding: 72px 24px 58px;
    overflow: hidden;
  }

  .mixer-zone-top {
    height: auto;
  }

  .mixer-zone-bottom {
    height: auto;
    /* Keep the garments visually paired without letting the two tapes collide. */
    transform: none;
  }

  .mixer-zone {
    --mixer-active-half: 15%;
  }

  .mixer-tape {
    --mixer-card-basis: 30%;
    --mixer-tape-gap: 6px;
  }

  .mixer-zone .mixer-direct-focus {
    width: 30%;
  }

  .mixer-details .mixer-summary {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 0 28px;
    align-items: start;
  }

  .mixer-summary-total {
    min-width: 240px;
    grid-column: 3;
    grid-row: 1;
  }

  .mixer-match-summary {
    grid-column: 1 / -1;
  }

  .mixer-source-actions,
  .mixer-disclosure {
    grid-column: 1 / -1;
  }

}

@media (min-width: 1024px) {
  :root {
    --page-gutter: 40px;
  }

  .masthead-nav {
    display: flex;
  }

  .mobile-nav {
    display: none;
  }

  .hero {
    min-height: 360px;
    display: grid;
    grid-template-columns: minmax(0, 0.96fr) minmax(440px, 1.04fr);
    align-items: center;
    gap: 36px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hero h1 {
    font-size: clamp(54px, 5.3vw, 76px);
  }

  .hero .eyebrow {
    margin-bottom: 8px;
  }

  .hero-intro {
    max-width: 520px;
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.4;
  }

  .hero-actions {
    margin-top: 18px;
  }

  .hero-visual {
    height: 312px;
    margin-top: 0;
  }

  .hero-image-main {
    width: 58%;
  }

  .hero-image-main img {
    object-position: center 28%;
  }

  .hero-image-secondary {
    width: 40%;
    height: 82%;
    top: 9%;
    border-width: 5px;
  }

  .intent-search-grid {
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(44px, 5vw, 76px);
  }

  .intent-search-copy h2 {
    font-size: clamp(48px, 4.8vw, 68px);
  }

  .catalogue {
    padding-top: 56px;
  }

  .mobile-filter-row {
    position: static;
    margin: 0;
    padding-inline: 0;
    border-bottom: 1px solid var(--rule);
    backdrop-filter: none;
  }

  .filter-launch {
    display: inline-flex;
  }

  .catalogue-layout {
    display: block;
    padding-top: 18px;
  }

  .desktop-filters {
    display: none;
  }

  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1320px) {
  .look-preview-launcher {
    height: 246px;
    grid-template-columns: 330px minmax(0, 1fr);
  }

  .look-preview-pair {
    height: 224px;
  }

  .look-preview-top {
    height: 116px;
  }

  .look-preview-bottom {
    height: 103px;
  }

  .look-preview-pair .look-preview-bottom {
    transform: translate(-50%, -15px) scale(1.3);
  }

  .look-preview-pair .look-preview-bottom.is-short {
    transform: translate(-50%, -15px) scale(0.86);
  }

  .product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap-inline: 16px;
  }
}

@media (max-width: 719px) {
  .toast {
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom));
    max-width: calc(100% - 24px);
  }

  .mixer-dialog .toast {
    bottom: calc(70px + env(safe-area-inset-bottom));
  }

  .mixer-dialog.has-open-picks .mixer-zone-actions {
    opacity: 0;
    pointer-events: none;
    transform: translate(10px, -50%);
  }

  .mixer-bottom-dock {
    right: 12px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    left: 12px;
    width: auto;
    max-width: none;
    gap: 6px;
  }

  .mixer-picks-peek {
    top: auto;
    right: 12px;
    bottom: calc(66px + env(safe-area-inset-bottom));
    width: auto;
    min-height: 40px;
    grid-auto-flow: column;
    grid-template-columns: auto auto;
    gap: 7px;
    padding: 6px 9px 6px 11px;
    border-right: 1px solid rgba(255, 255, 255, 0.76);
    border-radius: 999px;
    transform: none;
  }

  .mixer-picks-peek:hover,
  .mixer-picks-peek:focus-visible {
    width: auto;
  }

  .mixer-picks-peek-copy small {
    display: none;
  }

  .mixer-picks-peek-visuals {
    width: 48px;
    height: 30px;
  }

  .mixer-picks-peek-visuals > span {
    width: 25px;
    height: 30px;
    margin-left: -10px;
    border-radius: 5px;
  }

  .mixer-picks-tray {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: min(72dvh, 620px);
    border-top: 1px solid var(--ink);
    border-left: 0;
    border-radius: 18px 18px 0 0;
    box-shadow: 0 -24px 70px rgba(0, 0, 0, 0.3);
    animation-name: picks-tray-up;
  }

  @keyframes picks-tray-up {
    from { transform: translateY(32px); opacity: 0; }
  }

  .mixer-picks-tray > header {
    min-height: 82px;
    align-items: center;
    padding: 17px 18px 14px;
  }

  .mixer-picks-tray > header h3 {
    font-size: 34px;
  }

  .mixer-owned-piece > img {
    width: min(72vw, 330px);
  }

  .mixer-owned-piece > span {
    bottom: 7px;
    min-width: 126px;
    padding: 6px 9px;
  }

  .mixer-owned-piece > button {
    right: auto;
    bottom: 7px;
    left: 8px;
    max-width: 118px;
    padding-inline: 8px;
    font-size: 6px;
  }

  .mixer-pick-preview.is-inspecting {
    top: 82px;
    right: 12px;
    bottom: calc(66px + env(safe-area-inset-bottom));
    left: 12px;
  }

  .mixer-picks-body {
    padding-inline: 18px;
  }

  .mixer-picks-tray > footer {
    padding: 12px 18px calc(14px + env(safe-area-inset-bottom));
  }

  .mixer-details:not([open]) {
    width: auto;
    min-width: 0;
    flex: 1 1 auto;
  }

  .mixer-details[open] {
    width: 100%;
  }

  .mixer-details[open] + .mixer-add-look-dock {
    display: none;
  }

  .mixer-add-look-dock {
    min-height: 44px;
    padding-inline: 11px;
    font-size: 7px;
  }

  .mixer-cart {
    min-width: 42px;
    min-height: 36px;
    gap: 4px;
    padding-inline: 7px;
  }

  .mixer-cart svg {
    width: 15px;
    height: 15px;
  }

  .mixer-cart [data-cart-count] {
    min-width: 19px;
    height: 19px;
    font-size: 7px;
  }

  .look-preview-launcher {
    height: 206px;
    grid-template-columns: 148px minmax(0, 1fr);
  }

  .look-preview-copy {
    padding: 13px 11px;
  }

  .look-preview-copy strong {
    font-size: 25px;
  }

  .look-preview-visual > em {
    display: none;
  }

  .look-preview-pair {
    height: 186px;
  }

  .mixer-zone-bottom .mixer-tape-card.is-short img {
    transform: scale(0.88);
  }

  .mixer-dialog:not([data-bottom-silhouette="shorts"]) .mixer-zone-top .mixer-tape-card img {
    transform: scale(1.12);
  }

  .mixer-zone-toolbar {
    top: 2px;
    right: 8px;
    left: 8px;
  }

  .mixer-zone-label {
    min-height: 29px;
    font-size: 6px;
  }

  .mixer-filter-panel,
  .mixer-filter-panel[data-mixer-filter-panel="top"] {
    top: auto;
    right: 8px;
    bottom: 56px;
    left: 8px;
    width: auto;
    max-height: calc(100dvh - 132px);
    border-radius: 16px;
  }

  .mixer-filter-panel > header {
    padding: 12px 13px 11px;
  }

  .mixer-filter-panel > div {
    padding: 12px 13px 3px;
  }

  .mixer-filter-group {
    padding: 11px 0;
  }

  .mixer-filter-panel footer {
    margin-inline: -13px;
    padding: 11px 13px 12px;
  }

  .owned-match-dialog {
    margin: 0;
  }

  .owned-match-header {
    min-height: 116px;
    flex-wrap: wrap;
    gap: 8px;
    padding: 9px 12px;
  }

  .owned-match-header h2 {
    font-size: 27px;
  }

  .owned-match-header > div:first-child > p:last-child {
    display: none;
  }

  .owned-match-header-tools {
    width: 100%;
    min-width: 0;
    justify-content: space-between;
  }

  .owned-match-audience {
    min-width: 0;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .owned-match-audience::-webkit-scrollbar {
    display: none;
  }

  .owned-match-audience > span {
    display: none;
  }

  .owned-match-audience button {
    min-height: 30px;
    padding-inline: 7px;
    font-size: 6px;
    white-space: nowrap;
  }

  .owned-match-audience button small {
    display: none;
  }

  .owned-match-header .icon-button {
    width: 36px;
    height: 36px;
  }

  .owned-match-guide {
    display: block;
    padding: 32px 16px 24px;
  }

  .owned-match-guide-copy h3 {
    margin-block: 6px 12px;
    font-size: 39px;
  }

  .owned-match-guide-copy > p:last-child {
    font-size: 11px;
  }

  .owned-match-kind-options {
    margin-top: 25px;
  }

  .owned-match-kind-options button {
    min-height: 185px;
    padding: 15px;
    border-radius: 15px;
  }

  .owned-match-kind-options button > span {
    font-size: 25px;
  }

  .owned-match-kind-options strong {
    font-size: 22px;
    line-height: 1;
  }

  .owned-match-kind-options small {
    font-size: 8px;
  }

  .owned-match-upload-status {
    margin: 12px 0 0;
  }

  .owned-match-privacy {
    display: block;
    margin-top: 20px;
    font-size: 8px;
  }

  .owned-match-privacy strong {
    display: block;
  }

  .owned-match-experience {
    display: block;
    overflow-y: auto;
  }

  .owned-match-owned-panel {
    display: grid;
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 10px 12px;
    padding: 12px;
    overflow: visible;
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .owned-match-owned-heading {
    grid-column: 1 / -1;
  }

  .owned-match-owned-heading h3 {
    font-size: 20px;
  }

  .owned-match-owned-visual {
    grid-column: 1;
    grid-row: 2 / span 2;
    min-height: 0;
    height: 156px;
    margin: 0;
    border-radius: 11px;
  }

  .owned-match-owned-visual > span {
    right: 4px;
    bottom: 4px;
    max-width: calc(100% - 8px);
    font-size: 5px;
    text-align: center;
  }

  .owned-match-controls {
    grid-column: 2;
    gap: 7px;
  }

  .owned-match-controls select {
    min-height: 34px;
    font-size: 9px;
  }

  .owned-match-segmented button {
    min-height: 31px;
    font-size: 6px;
  }

  .owned-match-delete {
    grid-column: 2;
    align-self: end;
    margin: 0;
    padding-top: 0;
    justify-self: start;
  }

  .owned-match-results {
    display: grid;
    grid-template-rows: auto 310px 118px auto;
    overflow: visible;
  }

  .owned-match-results-header {
    min-height: 54px;
    padding-inline: 12px;
  }

  .owned-match-results-header h3 {
    font-size: 18px;
  }

  .owned-match-pair {
    inset: 8px 34px;
  }

  .owned-match-pair img {
    width: 88%;
  }

  .owned-match-step {
    width: 38px;
    height: 38px;
  }

  .owned-match-step-prev {
    left: 7px;
  }

  .owned-match-step-next {
    right: 7px;
  }

  .owned-match-tape {
    padding-inline: calc(50% - 50px);
  }

  .owned-match-tape-card {
    flex-basis: 100px;
  }

  .owned-match-tape-card img {
    height: 72px;
  }

  .owned-match-decision {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 13px 12px 18px;
  }

  .owned-match-decision-copy h3 {
    font-size: 20px;
  }

  .owned-match-purchase {
    grid-template-columns: auto 1fr 1fr;
  }

  .owned-match-purchase > strong {
    grid-column: auto;
    justify-self: start;
    align-self: center;
  }
}

@media (max-width: 380px) {
  .hero h1 {
    font-size: 42px;
  }

  .product-grid {
    gap-inline: 8px;
  }

  .product-specs div {
    grid-template-columns: 38px minmax(0, 1fr);
  }

}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
