/* MOONLIGHT — light visual polish only.
   Tokens: --radius 4px UI chrome; --radius-media soft photo frames.
   Catalog product photography stays near-square (below). */

html {
  scroll-padding-top: calc(var(--header-offset) + 20px);
}

main [id] {
  scroll-margin-top: calc(var(--header-offset) + 20px);
}

::selection {
  color: var(--primary);
  background: color-mix(in srgb, var(--primary-fixed) 70%, transparent);
}

:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 4px;
}

a {
  text-underline-offset: 0.22em;
}

/* Reduce decorative circular seals. */
.series-mosaic__badge,
.home-drops__badge,
.origin-badge,
.contact-refinement__badge,
.contact-hero__badge {
  display: none !important;
}

/* Catalog / series product photography: keep near-square so glaze and silhouette read true */
.product-card__media,
.product-card__media img,
.product-card__media-link img,
[data-product-card] .product-card__media img,
.col-grid .product-card img,
.home-gallery .product-card img {
  border-radius: 0 !important;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
