/**
 * Storefront performance — layout stability (CLS) and paint containment.
 */

body.page-home .featured-collections-grid {
  min-height: clamp(28rem, 85vh, 52rem);
  content-visibility: auto;
  contain-intrinsic-size: auto 720px;
}

body.page-home .home-category-rail .category-grid--rail {
  min-height: clamp(16rem, 38vh, 28rem);
}

body.page-home .hero-atelier {
  min-height: clamp(14rem, 38vw, 22rem);
}

body.page-home .hero-atelier__shell.home-landing-hero--exact,
body.page-home .hero-atelier__shell--exact-ref {
  min-height: clamp(14rem, 38vw, 22rem);
}

body.page-home .hero-promo-carousel__frame {
  aspect-ratio: 16 / 9;
  min-height: clamp(12rem, 34vw, 20rem);
}

body.page-home .hero-promo-carousel__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.guest-site .plp-grid.product-grid,
body.guest-site .product-grid {
  min-height: clamp(12rem, 30vh, 24rem);
}

/* Prevent header reveal animation from shifting perceived layout on first paint */
body.page-home .site-top.reveal {
  opacity: 1;
  transform: none;
}

body.page-home .site-top.reveal.is-inview {
  opacity: 1;
  transform: none;
}

/* Aspect ratio lives on .craft-cat-card__media — do not duplicate on <img> (breaks contain presentation). */
