:root {
  --brand: #d41449;
  --brand-strong: #a90c37;
  --brand-bright: #ff1f55;
  --brand-soft: #fff1f5;
  --brand-border: #ffc8d6;
  --ink: #18181b;
  --ink-soft: #3f3f46;
  --muted: #66666f;
  --paper: #f7f7f8;
  --surface: #ffffff;
  --soft: #f1f1f3;
  --line: #e4e4e7;
  --line-strong: #d4d4d8;
  --green: var(--brand);
  --green-2: var(--brand-strong);
  --copper: var(--brand);
  --copper-soft: var(--brand-soft);
  --shop-pink: var(--brand);
  --shop-pink-bright: var(--brand-bright);
  --shop-gray: #f6f6f7;
  --white: #ffffff;
  --shadow-sm: 0 8px 24px rgba(20, 24, 30, 0.045);
  --shadow-md: 0 14px 36px rgba(20, 24, 30, 0.075);
  --radius-sm: 10px;
  --radius-md: 14px;
  --radius-lg: 18px;
  --radius: var(--radius-lg);
  --content-width: 1160px;
  --container-gutter: 2rem;
  --reading-width: 72ch;
  --measure: var(--reading-width);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
}

a {
  color: var(--green-2);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--copper);
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid var(--copper);
  outline-offset: 3px;
}

img {
  max-width: 100%;
  height: auto;
}

p,
ul,
ol {
  margin-top: 0;
}

h1,
h2,
h3 {
  margin-top: 0;
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.13;
  text-wrap: balance;
}

h1 {
  max-width: 17ch;
  margin-bottom: 1rem;
  font-size: clamp(2.2rem, 7vw, 4.1rem);
  font-weight: 860;
  letter-spacing: -0.045em;
}

.home-page .hero h1 {
  font-size: clamp(2rem, 6vw, 3.55rem);
}

h2 {
  margin-bottom: 0.75rem;
  font-size: clamp(1.4rem, 3vw, 1.85rem);
  letter-spacing: -0.025em;
}

h3 {
  margin-bottom: 0.45rem;
  font-size: 1.18rem;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.7rem 1rem;
  border-radius: var(--radius-sm);
  color: var(--white);
  background: var(--green);
  transform: translateY(-180%);
}

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

.wrap,
.narrow,
.market-shell,
.directory-inner {
  width: calc(100% - var(--container-gutter));
  max-width: var(--content-width);
  margin-inline: auto;
}

.site-header {
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 1px 0 rgba(20, 24, 30, 0.03);
}

.market-header {
  border-bottom: 0;
  background: var(--white);
}

.market-shell {
  padding-block: 0.7rem 0.8rem;
}

.market-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.6rem;
  align-items: center;
}

.market-brand .brand-mark {
  width: 2.55rem;
  height: 2.55rem;
  border-radius: var(--radius-sm);
  color: var(--white);
  background: var(--shop-pink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-size: 0.82rem;
  font-weight: 850;
}

.market-brand {
  grid-column: 1;
  grid-row: 1;
}

.market-search {
  grid-column: 1 / -1;
  grid-row: 2;
  min-width: 0;
}

.market-search-frame {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: 3.7rem;
  align-items: center;
  padding: 0.25rem;
  border: 3px solid var(--shop-pink-bright);
  border-radius: var(--radius-lg);
  background: var(--white);
}

.market-search-mark {
  position: relative;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}

.market-search-mark::before {
  position: absolute;
  top: 0.58rem;
  left: 0.58rem;
  width: 0.78rem;
  height: 0.78rem;
  border: 2px solid #858a92;
  border-radius: 50%;
  content: "";
}

.market-search-mark::after {
  position: absolute;
  top: 1.42rem;
  left: 1.38rem;
  width: 0.58rem;
  height: 2px;
  border-radius: 999px;
  background: #858a92;
  content: "";
  transform: rotate(45deg);
  transform-origin: left center;
}

.market-search input {
  min-width: 0;
  height: 100%;
  padding: 0.55rem 0.35rem;
  border: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
  font: inherit;
  font-size: 1rem;
}

.market-search input::placeholder {
  color: var(--muted);
  opacity: 1;
}

.market-search button {
  min-width: 5.7rem;
  min-height: 2.9rem;
  padding: 0.65rem 1rem;
  border: 0;
  border-radius: var(--radius-md);
  color: var(--white);
  background: var(--shop-pink);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition:
    background 160ms ease,
    transform 160ms ease;
}

.market-search button:hover {
  background: var(--brand-strong);
  transform: translateY(-1px);
}

.market-search input:focus-visible {
  outline: 0;
}

.market-search-frame:focus-within {
  box-shadow: 0 0 0 4px rgba(255, 31, 85, 0.18);
}

.market-destination {
  grid-column: 2;
  grid-row: 1;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 750;
  white-space: nowrap;
}

.market-shortcuts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: 0.7rem;
}

.market-shortcuts a {
  display: flex;
  min-width: 0;
  min-height: 4.8rem;
  align-items: center;
  gap: 0.65rem;
  padding: 0.65rem;
  border: 1px solid transparent;
  border-radius: var(--radius-lg);
  color: var(--ink);
  background: var(--shop-gray);
  text-decoration: none;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    transform 160ms ease;
}

.market-shortcuts a:first-child {
  grid-column: 1 / -1;
}

.market-shortcuts a:hover {
  border-color: var(--line-strong);
  color: var(--ink);
  background: #fbfbfc;
  transform: translateY(-2px);
}

.market-shortcuts strong,
.market-shortcuts small {
  display: block;
}

.market-shortcuts strong {
  font-size: 0.93rem;
  line-height: 1.2;
}

.market-shortcuts small {
  margin-top: 0.18rem;
  color: var(--muted);
  font-size: 0.66rem;
  line-height: 1.3;
}

.market-shortcut-icon {
  display: grid;
  flex: 0 0 auto;
  width: 2.25rem;
  height: 2.25rem;
  place-items: center;
  border-radius: var(--radius-sm);
  color: var(--white);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    inset 0 -3px 8px rgba(90, 20, 45, 0.1),
    0 7px 16px rgba(20, 24, 30, 0.08);
  font-family:
    "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  font-size: 1.05rem;
  font-weight: 900;
}

.icon-selected {
  background: linear-gradient(145deg, #ffbe64, #ff8a28);
}

.icon-new {
  background: linear-gradient(145deg, #ffcf72, #ff872d);
}

.icon-shoes {
  background: linear-gradient(145deg, #7bd0ff, #3288ef);
}

.icon-clothing {
  background: linear-gradient(145deg, #ff5b86, #e90e4d);
}

.icon-bags {
  background: linear-gradient(145deg, #ff7c74, #ea3737);
}

.market-search-note {
  margin: 0.55rem 0 0;
  color: var(--muted);
  font-size: 0.7rem;
  text-align: center;
}

.market-header .site-nav {
  padding-block: 0.55rem;
  border-top: 1px solid var(--line);
}

.masthead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding-block: 0.75rem 0.65rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--ink);
  font-weight: 780;
  letter-spacing: -0.025em;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 2.15rem;
  height: 2.15rem;
  place-items: center;
  border-radius: var(--radius-sm);
  color: var(--paper);
  background: var(--green);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
}

.masthead-note {
  display: none;
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 0.4rem;
  padding: 0 0 0.65rem;
}

.site-nav a {
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 2.55rem;
  align-items: center;
  padding: 0.38rem 0.58rem;
  border-radius: 999px;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  transition:
    background 160ms ease,
    color 160ms ease;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--white);
  background: var(--shop-pink);
}

.trust-bar {
  margin: 0;
  padding-block: 0.65rem;
  padding-inline: max(calc(var(--container-gutter) / 2), calc((100% - var(--content-width)) / 2));
  border-top: 1px solid var(--brand-border);
  color: var(--brand-strong);
  background: var(--brand-soft);
  font-size: 0.79rem;
  line-height: 1.5;
}

.hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(1.9rem, 4.4vw, 3.1rem);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.hero::after {
  position: absolute;
  right: -6rem;
  bottom: -9rem;
  width: 22rem;
  height: 22rem;
  border: 1px solid rgba(255, 31, 85, 0.16);
  border-radius: 50%;
  box-shadow:
    0 0 0 2.5rem rgba(255, 31, 85, 0.025),
    0 0 0 5rem rgba(255, 31, 85, 0.02);
  content: "";
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.15rem;
}

.eyebrow,
.kicker {
  display: inline-block;
  margin-bottom: 0.65rem;
  color: var(--copper);
  font-size: 0.76rem;
  font-weight: 820;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-copy {
  max-width: 61ch;
  margin-bottom: 0.95rem;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.25rem);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.button {
  display: inline-flex;
  min-height: 2.9rem;
  align-items: center;
  justify-content: center;
  padding: 0.72rem 1rem;
  border: 1px solid var(--shop-pink);
  border-radius: var(--radius-md);
  font-size: 0.9rem;
  font-weight: 780;
  text-decoration: none;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

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

.button-primary:hover {
  color: var(--white);
  background: var(--brand-strong);
  transform: translateY(-1px);
}

.button-secondary {
  color: var(--shop-pink);
  background: var(--surface);
}

.button-secondary:hover {
  color: var(--brand-strong);
  border-color: var(--brand-strong);
  background: var(--brand-soft);
  transform: translateY(-1px);
}

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

.external-note {
  margin: 0.6rem 0 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.hero-card {
  align-self: end;
  padding: 1.05rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.hero-card strong {
  display: block;
  margin-bottom: 0.6rem;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-size: 1.2rem;
}

.hero-card ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: route;
}

.hero-card li {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: 0.6rem;
  padding-block: 0.55rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  counter-increment: route;
}

.hero-card li::before {
  color: var(--copper);
  font-weight: 820;
  content: "0" counter(route);
}

.hero-card-note {
  margin: 0.75rem 0 0.4rem;
  color: var(--muted);
  font-size: 0.84rem;
}

.search-panel {
  margin-top: 0.75rem;
  padding: 0.85rem;
  border-radius: var(--radius-md);
  background: var(--soft);
}

.search-panel label {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.8rem;
  font-weight: 780;
}

.search-row {
  display: grid;
  gap: 0.55rem;
}

.search-row input {
  width: 100%;
  min-height: 2.85rem;
  padding: 0.65rem 0.8rem;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-sm);
  color: var(--ink);
  background: var(--white);
  font: inherit;
}

.search-row button {
  min-height: 2.85rem;
  padding: 0.65rem 1rem;
  border: 0;
  border-radius: var(--radius-sm);
  color: var(--white);
  background: var(--copper);
  font: inherit;
  font-weight: 780;
  cursor: pointer;
  transition:
    background 160ms ease,
    transform 160ms ease;
}

.search-row button:hover {
  background: var(--brand-strong);
  transform: translateY(-1px);
}

.breadcrumbs {
  padding-block: 0.7rem 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumbs li + li::before {
  margin-right: 0.35rem;
  color: var(--muted);
  content: "/";
}

.breadcrumbs a {
  display: inline-flex;
  min-height: 2rem;
  align-items: center;
}

.page-hero {
  padding-block: clamp(1.6rem, 3.2vw, 2.45rem);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.page-hero h1 {
  max-width: 23ch;
  font-size: clamp(1.7rem, 4vw, 2.45rem);
}

.page-hero p {
  max-width: 64ch;
  color: var(--muted);
  font-size: 1.08rem;
}

.quick-answer {
  margin-top: -1px;
  padding-block: 0.8rem;
  border-block: 1px solid var(--line);
  background: var(--white);
}

.quick-answer .wrap,
.quick-answer.narrow {
  display: grid;
  gap: 0.4rem 1.1rem;
}

.quick-answer h2 {
  margin: 0;
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.quick-answer p {
  max-width: var(--measure);
  margin: 0;
}

.section {
  padding-block: clamp(1.55rem, 3.2vw, 2.65rem);
}

.section + .section {
  border-top: 1px solid var(--line);
}

.section-soft {
  background: var(--white);
}

.directory-section {
  background: var(--white);
}

.directory-heading {
  max-width: 52rem;
  margin: 0 auto 1.15rem;
  text-align: center;
}

.directory-heading .kicker {
  margin-bottom: 0.65rem;
  color: var(--brand);
}

.directory-heading h2 {
  margin-bottom: 0.75rem;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-size: clamp(1.45rem, 3vw, 1.95rem);
  font-weight: 850;
  letter-spacing: -0.045em;
}

.directory-heading p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.98rem, 1.8vw, 1.15rem);
  font-weight: 650;
}

.directory-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.directory-card {
  display: flex;
  min-width: 0;
  min-height: 8.75rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.7rem;
  padding: 0.85rem 0.55rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  color: var(--ink);
  background: var(--shop-gray);
  box-shadow: var(--shadow-sm);
  text-align: center;
  text-decoration: none;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.directory-card:hover {
  border-color: rgba(212, 20, 73, 0.34);
  color: var(--ink);
  background: var(--white);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.directory-card:focus-visible {
  outline-color: var(--shop-pink);
}

.directory-icon {
  display: grid;
  width: 4rem;
  height: 4rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: var(--radius-md);
  background: linear-gradient(145deg, #fff7f9, #ffe4ec);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    inset 0 -3px 8px rgba(90, 20, 45, 0.1),
    0 7px 16px rgba(20, 24, 30, 0.08);
  font-family:
    "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.directory-card strong {
  overflow-wrap: anywhere;
  font-size: 0.98rem;
  font-weight: 820;
  line-height: 1.2;
}

.directory-note {
  max-width: 64rem;
  margin: 1rem auto 0;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.55;
  text-align: center;
}

.product-showcase {
  background: var(--white);
}

.product-showcase-heading {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 0.8rem;
}

.product-showcase-heading > div {
  max-width: 48rem;
}

.product-showcase-heading .kicker {
  margin-bottom: 0.45rem;
  color: var(--brand);
}

.product-showcase-heading h2 {
  margin-bottom: 0.5rem;
}

.product-showcase-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.product-showcase-all {
  flex: 0 0 auto;
  min-height: 2.75rem;
  padding: 0.55rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink-soft);
  background: var(--white);
  font-size: 0.78rem;
  font-weight: 780;
  line-height: 1.45;
  text-decoration: none;
  white-space: nowrap;
}

.product-showcase-all:hover {
  border-color: var(--brand-border);
  color: var(--brand);
  background: var(--brand-soft);
}

.product-tabs {
  display: flex;
  gap: 0.35rem;
  margin: 0 -0.2rem 0.8rem;
  padding: 0.2rem;
  overflow-x: auto;
  scrollbar-width: thin;
}

.product-tab {
  min-width: max-content;
  min-height: 2.75rem;
  padding: 0.55rem 1rem;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--ink-soft);
  background: transparent;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 720;
  line-height: 1;
  cursor: pointer;
  transition:
    border-color 160ms ease,
    color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease;
}

.product-tab:hover {
  color: var(--brand);
  background: var(--brand-soft);
}

.product-tab[aria-pressed="true"] {
  border-color: var(--shop-pink);
  color: var(--shop-pink);
  background: var(--white);
  box-shadow: 0 5px 14px rgba(212, 20, 73, 0.08);
}

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

.product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  color: var(--ink);
  background: var(--white);
  box-shadow: var(--shadow-sm);
  text-decoration: none;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.product-card:hover {
  border-color: rgba(212, 20, 73, 0.3);
  color: var(--ink);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.product-media {
  position: relative;
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--shop-gray);
}

.product-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
  transition: transform 180ms ease;
}

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

.product-image-fallback {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--muted);
  background: linear-gradient(145deg, var(--shop-gray), var(--white));
  font-size: 1rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.product-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.45rem;
  padding: 0.75rem;
}

.product-kind {
  overflow: hidden;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 780;
  letter-spacing: 0.04em;
  line-height: 1.35;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.product-content strong {
  display: -webkit-box;
  min-height: 2.65em;
  overflow: hidden;
  font-size: 0.86rem;
  font-weight: 790;
  line-height: 1.32;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.35rem;
  margin-top: auto;
}

.product-meta > span {
  color: var(--shop-pink);
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.2;
  white-space: nowrap;
}

.product-meta small {
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 680;
  white-space: nowrap;
}

.product-load-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: 2.75rem;
  margin-top: 0.8rem;
}

.product-count {
  margin: 0;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 650;
  line-height: 1.45;
}

.product-load-more {
  min-height: 2.75rem;
  padding: 0.55rem 1rem;
  border: 1px solid var(--shop-pink);
  border-radius: 999px;
  color: var(--shop-pink);
  background: var(--white);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 780;
  line-height: 1.2;
  cursor: pointer;
}

.product-load-more:hover {
  color: var(--white);
  background: var(--shop-pink);
}

.product-catalog-error {
  margin: 0.75rem 0 0;
  padding: 0.75rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.5;
}

.product-showcase-note {
  max-width: 68rem;
  margin: 0.8rem 0 0;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.55;
}

@media (max-width: 559px) {
  .product-meta small {
    display: none;
  }
}

.section-dark {
  color: var(--ink);
  background: var(--white);
}

.section-dark h2,
.section-dark h3 {
  color: var(--ink);
}

.section-dark p {
  color: var(--muted);
}

.section-intro {
  max-width: var(--measure);
  margin-bottom: 1rem;
  color: var(--muted);
}

.split {
  display: grid;
  gap: 1.1rem;
}

.grid-2,
.grid-3,
.grid-4 {
  display: grid;
  gap: 0.8rem;
}

.card {
  position: relative;
  min-width: 0;
  padding: 1.05rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

a.card {
  color: var(--ink);
  text-decoration: none;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

a.card:hover {
  border-color: rgba(212, 20, 73, 0.34);
  color: var(--ink);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.card p:last-child,
.card ul:last-child {
  margin-bottom: 0;
}

.card-code {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0.8rem;
  padding: 0.32rem 0.55rem;
  border-radius: 999px;
  color: var(--brand-strong);
  background: var(--brand-soft);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.card-label {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.card-link {
  display: inline-block;
  margin-top: 0.4rem;
  color: var(--brand-strong);
  font-weight: 780;
}

.steps {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: steps;
}

.steps li {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 0.8rem;
  padding-block: 1rem;
  border-top: 1px solid var(--line);
  counter-increment: steps;
}

.steps li::before {
  display: grid;
  width: 2.55rem;
  height: 2.55rem;
  place-items: center;
  border: 1px solid var(--brand-border);
  border-radius: 50%;
  color: var(--shop-pink);
  background: var(--surface);
  font-weight: 850;
  content: counter(steps);
}

.steps h3 {
  margin-bottom: 0.25rem;
}

.steps p {
  margin-bottom: 0;
  color: var(--muted);
}

.checklist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.checklist li {
  position: relative;
  padding: 0.55rem 0 0.55rem 1.75rem;
  border-bottom: 1px solid var(--line);
}

.checklist li::before {
  position: absolute;
  top: 0.72rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  border: 2px solid var(--shop-pink);
  border-radius: 3px;
  content: "";
}

.feature-list {
  padding-left: 1.2rem;
}

.feature-list li {
  margin-bottom: 0.45rem;
}

.callout {
  padding: clamp(1.05rem, 3vw, 1.6rem);
  border-left: 4px solid var(--copper);
  border-radius: 0 var(--radius) var(--radius) 0;
  background: var(--copper-soft);
}

.callout p:last-child {
  margin-bottom: 0;
}

.compare {
  display: grid;
  gap: 0.8rem;
}

.compare article {
  padding: 1.05rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.compare .strong {
  border-top: 5px solid var(--green-2);
}

.compare .weak {
  border-top: 5px solid #a85b48;
}

.score-grid {
  display: grid;
  gap: 0.65rem;
}

.score {
  padding: 0.85rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.score strong {
  display: block;
  color: var(--copper);
  font-size: 1.15rem;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

th,
td {
  padding: 0.7rem 0.85rem;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

th {
  color: var(--brand-strong);
  background: var(--brand-soft);
}

tr:last-child td {
  border-bottom: 0;
}

.faq-list {
  display: grid;
  gap: 0.75rem;
}

.faq-list article {
  padding: 1.05rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.faq-list p:last-child {
  margin-bottom: 0;
}

.prose {
  max-width: var(--measure);
}

.wrap.prose,
.narrow.prose {
  max-width: var(--content-width);
}

.wrap.prose > :where(h2, h3, p, ul, ol),
.narrow.prose > :where(h2, h3, p, ul, ol) {
  max-width: var(--measure);
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.8rem;
  margin-top: 0.9rem;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.article-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.article-meta a {
  display: inline-flex;
  min-height: 1.75rem;
  align-items: center;
  color: inherit;
  font-weight: inherit;
}

.article-meta span + span::before {
  color: var(--muted);
  content: "•";
}

.article-layout {
  display: grid;
  gap: 1.5rem;
}

.article-body {
  min-width: 0;
  max-width: 76ch;
}

.article-body > :first-child {
  margin-top: 0;
}

.article-toc {
  align-self: start;
  padding: 0.9rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.article-toc strong {
  display: block;
  margin-bottom: 0.65rem;
  color: var(--ink);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.article-toc ol {
  display: grid;
  gap: 0.45rem;
  margin: 0;
  padding-left: 1.15rem;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.article-toc a {
  display: flex;
  min-height: 2rem;
  align-items: center;
  color: var(--muted);
  text-decoration: none;
}

.article-toc a:hover {
  color: var(--copper);
  text-decoration: underline;
}

.decision-box {
  margin-block: 1.1rem;
  padding: 1.05rem;
  border: 1px solid var(--brand-border);
  border-radius: var(--radius-lg);
  background: var(--brand-soft);
}

.decision-box h2,
.decision-box h3 {
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

.decision-box p:last-child,
.decision-box ul:last-child,
.decision-box ol:last-child {
  margin-bottom: 0;
}

.example-note {
  margin-block: 1rem;
  padding: 0.9rem 1rem;
  border-left: 4px solid var(--shop-pink);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  background: var(--brand-soft);
}

.example-note strong {
  display: block;
  margin-bottom: 0.3rem;
}

.article-grid {
  display: grid;
  gap: 0.8rem;
}

.article-card {
  display: flex;
  min-width: 0;
  min-height: 13.5rem;
  flex-direction: column;
  padding: 1.1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  text-decoration: none;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.article-card:hover {
  border-color: rgba(212, 20, 73, 0.34);
  color: var(--ink);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.article-card .card-code {
  margin-bottom: 0.8rem;
}

.article-card h3 {
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-size: 1.15rem;
}

.article-card p {
  color: var(--muted);
  font-size: 0.9rem;
}

.article-card small {
  display: block;
  margin-top: auto;
  color: var(--shop-pink);
  font-size: 0.76rem;
  font-weight: 800;
}

.reading-path {
  display: grid;
  gap: 0.8rem;
}

.reading-path article {
  padding: 1.05rem;
  border-top: 4px solid var(--shop-pink);
  border-radius: 0 0 var(--radius-md) var(--radius-md);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.reading-path p:last-child {
  margin-bottom: 0;
}

.prose h2 {
  margin-top: 1.9rem;
  padding-top: 0.2rem;
  font-weight: 820;
  scroll-margin-top: 1.5rem;
}

.prose h3 {
  margin-top: 1.2rem;
  font-weight: 790;
  scroll-margin-top: 1.5rem;
}

.prose p,
.prose li {
  color: var(--ink-soft);
}

.related {
  display: grid;
  gap: 0.6rem;
  margin-top: 1.1rem;
}

.related a {
  padding: 0.7rem 0.85rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  color: var(--ink);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  font-weight: 730;
  text-decoration: none;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.related a:hover {
  border-color: rgba(212, 20, 73, 0.34);
  color: var(--copper);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.cta-band {
  display: grid;
  gap: 1rem;
  align-items: center;
  padding: clamp(1.2rem, 4vw, 1.85rem);
  border-radius: calc(var(--radius) + 4px);
  border: 1px solid var(--line);
  color: var(--ink);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.cta-band h2 {
  color: var(--ink);
}

.cta-band p {
  margin-bottom: 0;
}

.cta-band .button-primary {
  color: var(--white);
  background: var(--brand);
}

.cta-band .button-primary:hover {
  color: var(--white);
  background: var(--brand-strong);
}

.cta-band .button-secondary {
  border-color: var(--brand);
  color: var(--brand);
  background: var(--white);
}

.cta-band .button-secondary:hover {
  border-color: var(--brand-strong);
  color: var(--brand-strong);
  background: var(--brand-soft);
}

.site-footer {
  padding-block: 1.75rem 1rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: var(--white);
}

.site-footer .brand {
  margin-bottom: 0.75rem;
  color: var(--ink);
}

.footer-grid {
  display: grid;
  gap: 1.5rem;
}

.footer-intro {
  max-width: 57ch;
  font-size: 0.85rem;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem 0.8rem;
}

.footer-links a {
  display: inline-flex;
  min-height: 2.25rem;
  align-items: center;
  color: var(--ink-soft);
  font-size: 0.84rem;
}

.footer-bottom {
  margin-top: 1.5rem;
  padding-top: 0.8rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.76rem;
}

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

@media (min-width: 560px) {
  .market-shortcuts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .market-shortcuts a:first-child {
    grid-column: auto;
  }

  .directory-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
  }

  .directory-card {
    min-height: 9.5rem;
  }

  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .article-grid,
  .reading-path {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .search-row {
    grid-template-columns: 1fr auto;
  }

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

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

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

  .quick-answer .wrap,
  .quick-answer.narrow {
    grid-template-columns: 9rem 1fr;
  }
}

@media (min-width: 780px) {
  .market-shell {
    padding-block: 0.85rem 1rem;
  }

  .market-top {
    grid-template-columns: 14rem minmax(22rem, 1fr) auto;
    gap: 1rem;
  }

  .market-search {
    grid-column: 2;
    grid-row: 1;
  }

  .market-brand {
    grid-column: 1;
    grid-row: 1;
  }

  .market-destination {
    grid-column: 3;
    grid-row: 1;
  }

  .market-search-frame {
    min-height: 4.1rem;
  }

  .market-search input {
    font-size: 1.08rem;
  }

  .market-search button {
    min-width: 7.2rem;
    min-height: 3.25rem;
    font-size: 1rem;
  }

  .market-destination {
    font-size: 0.84rem;
  }

  .market-shortcuts {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.7rem;
    margin-top: 0.85rem;
  }

  .market-shortcuts a {
    min-height: 5.5rem;
    padding: 0.8rem;
  }

  .market-shortcut-icon {
    width: 2.65rem;
    height: 2.65rem;
    border-radius: var(--radius-sm);
    font-size: 0.92rem;
  }

  .market-shortcuts strong {
    font-size: 1.02rem;
  }

  .market-shortcuts small {
    font-size: 0.7rem;
  }

  .market-search-note {
    text-align: left;
  }

  .directory-heading {
    margin-bottom: 1.35rem;
  }

  .product-showcase-heading {
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row;
  }

  .directory-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.8rem;
  }

  .directory-card {
    min-height: 10.75rem;
  }

  .directory-icon {
    width: 4.6rem;
    height: 4.6rem;
    font-size: 2.25rem;
  }

  .directory-card strong {
    font-size: 1.05rem;
  }

  .product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem;
  }

  .product-content {
    padding: 0.85rem;
  }

  .article-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-page .hero {
    padding-block: clamp(1.9rem, 3.5vw, 3.1rem);
    background: var(--white);
  }

  .home-page .hero::after {
    border-color: rgba(255, 31, 85, 0.18);
    box-shadow:
      0 0 0 2.5rem rgba(255, 31, 85, 0.025),
      0 0 0 5rem rgba(255, 31, 85, 0.02);
  }

  .home-page .eyebrow {
    color: var(--brand);
  }

  .home-page .hero .button-primary {
    border-color: var(--shop-pink);
    background: var(--shop-pink);
  }

  .home-page .hero .button-primary:hover {
    background: var(--brand-strong);
  }

  .masthead-note {
    display: block;
  }

  .site-nav {
    justify-content: center;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.55fr) minmax(17rem, 0.65fr);
    align-items: end;
  }

  .split {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }

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

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

  .score-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .related {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cta-band {
    grid-template-columns: 1.45fr auto;
  }

  .footer-grid {
    grid-template-columns: 1.2fr 1fr;
  }

  .footer-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .article-layout {
    grid-template-columns: minmax(12rem, 15rem) minmax(0, 1fr);
    gap: clamp(1.5rem, 3.5vw, 3rem);
    align-items: start;
  }

  .article-toc {
    position: sticky;
    top: 1.5rem;
  }
}

@media (min-width: 1100px) {
  .directory-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0.8rem;
  }

  .product-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
  }
}

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

/* Site-owned WhatsApp shortcut, matched to the reference floating control. */
.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 2147483000;
  display: flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: #25d366;
  box-shadow: 0 12px 30px rgba(18, 140, 69, 0.38);
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.whatsapp-float:hover {
  color: #fff;
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 16px 36px rgba(18, 140, 69, 0.46);
}

.whatsapp-float:focus-visible {
  outline: 3px solid #ff9d00;
  outline-offset: 3px;
}

.whatsapp-float svg {
  width: 31px;
  height: 31px;
  overflow: visible;
}

.whatsapp-float-notification {
  position: absolute;
  top: -2px;
  right: -1px;
  width: 21px;
  height: 21px;
  border: 3px solid #15343c;
  border-radius: 50%;
  background: #ff3b4f;
}

@media (max-width: 600px) {
  .whatsapp-float {
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    width: 54px;
    height: 54px;
  }
}

@media print {
  .whatsapp-float {
    display: none;
  }
}

/* Category icon treatments */
.directory-card:nth-child(2n) .directory-icon {
  background: linear-gradient(145deg, #f5fbff, #dff2ff);
}

.directory-card:nth-child(3n) .directory-icon {
  background: linear-gradient(145deg, #fffaf1, #ffe9c7);
}

.directory-card:nth-child(4n) .directory-icon {
  background: linear-gradient(145deg, #f7f4ff, #e7deff);
}

.category-details-grid .card {
  padding-top: 1.05rem;
}

.category-details-grid .card::before {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: grid;
  width: 2.8rem;
  height: 2.8rem;
  place-items: center;
  border-radius: var(--radius-sm);
  background: linear-gradient(145deg, #ffffff, #ffe4ec);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    inset 0 -3px 8px rgba(90, 20, 45, 0.1),
    0 7px 16px rgba(20, 24, 30, 0.08);
  font-family:
    "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  font-size: 1.35rem;
  line-height: 1;
}

.category-details-grid .card:nth-child(1)::before { content: "👟"; }
.category-details-grid .card:nth-child(2)::before { content: "🏃"; }
.category-details-grid .card:nth-child(3)::before { content: "👜"; }
.category-details-grid .card:nth-child(4)::before { content: "🧥"; }
.category-details-grid .card:nth-child(5)::before { content: "👕"; }
.category-details-grid .card:nth-child(6)::before { content: "🥼"; }
.category-details-grid .card:nth-child(7)::before { content: "👖"; }
.category-details-grid .card:nth-child(8)::before { content: "⌚"; }
.category-details-grid .card:nth-child(9)::before { content: "💍"; }
.category-details-grid .card:nth-child(10)::before { content: "🧢"; }
.category-details-grid .card:nth-child(11)::before { content: "🎧"; }

.category-details-grid .card-code {
  max-width: calc(100% - 3.5rem);
}

.site-footer .brand-mark {
  color: var(--white);
  background: var(--shop-pink);
}

@media (max-width: 779px) {
  .site-nav {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }

  .site-nav::-webkit-scrollbar {
    display: none;
  }

  .site-nav a {
    min-height: 2.6rem;
  }

  .market-destination {
    padding: 0.28rem 0.5rem;
    border-radius: 999px;
    background: var(--brand-soft);
  }
}
