/* Product page (Lumen) — intro, spec feature, close. Static only. */

.page-hero__media img{aspect-ratio:4/5;object-fit:cover}

.lumen-gallery__item{margin:0}
.lumen-gallery__item img{width:100%;aspect-ratio:4/5;object-fit:cover;background:var(--ivory);border-radius:var(--r)}
.lumen-gallery__item figcaption{margin-top:var(--space-s);color:var(--ink-3);font-size:var(--step--1)}

.cat-intro{align-items:start}
.cat-intro__body{max-width:52ch}
.cat-intro__body p{margin-top:0}
.cat-intro__body p + p{margin-top:var(--space-m)}
.cat-intro__body p{color:var(--ink-2)}

.lumen-close{max-width:52ch}
.lumen-close h2{margin-top:var(--space-s)}
.lumen-close__price{margin-top:var(--space-s);font-family:var(--font-display);font-size:var(--step-1);color:var(--ink)}
.lumen-close .cta-row{margin-top:var(--space-l)}

@media (max-width:820px){
  .lumen-gallery{grid-template-columns:1fr}
}
