*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body.storefront {
  margin: 0;
  background: var(--fashion-bg);
  color: var(--fashion-text);
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: 1.5;
  letter-spacing: 0.01em;
  min-height: 100vh;
}

body.storefront a {
  color: inherit;
  text-decoration: none;
}

body.storefront a:hover { opacity: 0.72; }

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

.fashion-display {
  font-family: var(--font-display);
  font-size: var(--fs-display);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.fashion-heading {
  font-family: var(--font-display);
  font-size: var(--fs-heading);
  font-weight: 400;
  letter-spacing: -0.02em;
}

.fashion-caption {
  font-size: var(--fs-caption);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--fashion-muted);
}

.fashion-price {
  font-size: var(--fs-price);
  letter-spacing: 0.04em;
  font-variant-numeric: tabular-nums;
}

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

.fashion-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: 0 1.35rem;
  border: 1px solid var(--fashion-text);
  background: var(--fashion-text);
  color: var(--fashion-surface);
  font-size: var(--fs-nav);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: var(--fashion-radius-sm);
  cursor: pointer;
}

.fashion-btn:hover { opacity: 1; background: #000; }

.fashion-btn--ghost {
  background: transparent;
  color: var(--fashion-text);
}

.fashion-btn:disabled,
.fashion-btn[aria-disabled="true"] {
  background: var(--fashion-accent-soft);
  border-color: var(--fashion-border);
  color: var(--fashion-muted);
  cursor: not-allowed;
}

.fashion-btn:focus-visible,
.swatch:focus-visible,
.size-chip:focus-visible,
.thumb:focus-visible,
.nav-link:focus-visible {
  outline: 2px solid var(--fashion-text);
  outline-offset: 3px;
}
