/* Product page (Marlow) — hero, color gallery, design note, spec, close. Static only. */

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

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

.marlow-note{max-width:60ch}
.marlow-note h2{margin-top:var(--space-s)}
.marlow-note p{margin-top:var(--space-m);color:var(--ink-2)}

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

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