/* Hallmark · macrostructure: Merchandise lookbook · custom theme: lookbook · nav: minimal · footer: statement · contrast token pairs: pass · pre-emit critique: P4 H4 E4 S4 R4 V4 */
/* Lookbook: product image dominant / compact adjacent story / horizontal collection / inventory tool. */
.lookbook-hero{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:var(--space-3xl);align-items:center}.lookbook-hero>.photo{order:0}.lookbook-hero .hero-copy{order:1}.lookbook-hero img{aspect-ratio:4/5;height:650px;object-position:center 43%}.lookbook-hero h1{font-size:clamp(3rem,5.8vw,6rem)}.lookbook-counter{font-size:.8rem;margin-bottom:var(--space-xl);display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:var(--space-md)}.style-lookbook .offer-list{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:var(--space-2xl)}.style-lookbook .offer{display:block}.style-lookbook .offer:first-child{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,.3fr) minmax(0,.7fr) minmax(0,1fr)}.style-lookbook .offer h3{margin-bottom:var(--space-lg)}.style-lookbook .offer small{display:block;margin-bottom:var(--space-lg)}
@media(max-width:768px){.lookbook-hero{grid-template-columns:minmax(0,1fr);gap:var(--space-xl)}.lookbook-hero>.photo{order:1}.lookbook-hero .hero-copy{order:0}.lookbook-hero img{height:430px;aspect-ratio:4/3}.lookbook-hero h1{font-size:clamp(3rem,8vw,5.5rem)}}@media(max-width:480px){.style-lookbook .offer-list{display:block}.style-lookbook .offer:first-child{display:block}}