/* HDFL media presentation contract — Core 1.4.2 / Theme 2.0.0-rc.2 */
:root{
  --hdfl-ratio-home-hero:8/5;
  --hdfl-ratio-shop-hero:5/2;
  --hdfl-ratio-product:1/1;
  --hdfl-ratio-editorial:8/5;
  --hdfl-ratio-story:4/3;
  --hdfl-ratio-journal:16/9;
  --hdfl-ratio-category:3/2;
}

/* Removed from the authored template and hidden as a safe fallback for cached content. */
.hdfl-kinetic-band{display:none!important}

/* Equal components always occupy equal media boxes. */
.hdfl-product-card__media,
.hdfl-product-card-v4__media,
.hdfl-finder-card figure,
.hdfl-compare-product-head img,
.products .product-small .box-image{aspect-ratio:var(--hdfl-ratio-product)}
.hdfl-product-card__media img,
.hdfl-product-card-v4__media img,
.hdfl-finder-card figure img,
.hdfl-compare-product-head img,
.products .product-small .box-image img{width:100%;height:100%;object-fit:contain}

.hdfl-journal-card-v4 figure{aspect-ratio:var(--hdfl-ratio-journal)}
.hdfl-journal-card-v4 figure img{width:100%;height:100%;aspect-ratio:auto;object-fit:cover}

.hdfl-project-card-v4,
.hdfl-space-card-v4{min-height:0;aspect-ratio:var(--hdfl-ratio-editorial)}

.hdfl-home-hero__media{overflow:hidden}
.hdfl-home-hero__media .img,
.hdfl-home-hero__media .img-inner,
.hdfl-home-hero__media img{width:100%;height:100%;min-height:0;object-fit:cover}

/* UX Builder homepage: copy and media share one predictable first-viewport height. */
.hdfl-home-v6.hdfl-home-hero .hdfl-home-hero__copy,
.hdfl-home-v6.hdfl-home-hero .hdfl-home-hero__media{height:clamp(560px,62vw,720px);min-height:0}

.hdfl-manifesto-media,
.hdfl-manifesto-media .img,
.hdfl-manifesto-media .img-inner{height:clamp(520px,52vw,680px)}
.hdfl-manifesto-media img{width:100%;height:100%;object-fit:cover}

.hdfl-shop-header-media,
.hdfl-shop-header-media .hdfl-dynamic,
.hdfl-shop-header-media figure{height:clamp(360px,40vw,470px);min-height:0}
.hdfl-shop-header-media img{width:100%;height:100%;object-fit:cover}

.hdfl-legal-hero .col:last-child .img,
.hdfl-legal-hero .col:last-child .img-inner{aspect-ratio:var(--hdfl-ratio-editorial);height:auto}
.hdfl-legal-hero .col:last-child img{width:100%;height:100%;object-fit:cover}

@media(max-width:849px){
  .hdfl-home-v6.hdfl-home-hero .hdfl-home-hero__copy{height:auto;min-height:0}
  .hdfl-home-v6.hdfl-home-hero .hdfl-home-hero__media{height:auto;aspect-ratio:var(--hdfl-ratio-home-hero)}
  .hdfl-manifesto-media,.hdfl-manifesto-media .img,.hdfl-manifesto-media .img-inner{height:auto;aspect-ratio:var(--hdfl-ratio-story)}
  .hdfl-project-card-v4,.hdfl-space-card-v4{aspect-ratio:4/3}
}
