.product-card{min-height:560px;padding:22px;background:var(--paper)!important;color:var(--ink)!important;border:1px solid var(--line)}
.product-top{padding:3px 4px 18px}
.product-image{aspect-ratio:1/1;overflow:hidden;background:#eee7dc}
.product-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .7s ease}
.product-card:hover .product-image img{transform:scale(1.025)}
.product-copy{margin-top:22px}
.product-copy h3{margin:0 0 6px}
.product-copy p{max-width:300px;color:var(--muted)}
.cat-seal{right:28px;top:58%;width:82px;height:82px;background:var(--orange);color:white}
.cat-seal small{font-size:.48rem;letter-spacing:.07em}
.product-gallery{padding:0 7vw 120px;display:grid;grid-template-columns:1fr 1fr;gap:22px}
.gallery-head{grid-column:1/-1;display:grid;grid-template-columns:1fr 1.8fr 1fr;align-items:end;margin-bottom:32px}
.gallery-head .eyebrow{align-self:start}
.gallery-head h2{font-family:var(--serif);font-size:clamp(2.4rem,3.8vw,4.2rem);font-weight:400;letter-spacing:-.055em;line-height:1.08;margin:0;    padding: 0 10px 0 0;}
.gallery-head>p:last-child{color:var(--muted);font-size:.9rem;max-width:360px;justify-self:end}
.gallery-card{position:relative;overflow:hidden;min-height:800px;background:#ead7bd}
.gallery-card img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;transition:transform .8s ease}
.gallery-card:hover img{transform:scale(1.02)}
.gallery-card:after{content:"";position:absolute;inset:40% 0 0;background:linear-gradient(transparent,rgba(28,28,23,.84))}
.gallery-card>div{position:absolute;z-index:2;left:35px;right:35px;bottom:32px;color:white}
.gallery-card span{font-size:.65rem;letter-spacing:.14em;color:#ffc68f}
.gallery-card h3{font-family:var(--serif);font-weight:400;font-size:2rem;margin:8px 0}
.gallery-card p{font-size:.82rem;max-width:380px;color:rgba(255,255,255,.82)}
@media(max-width:900px){.product-gallery{grid-template-columns:1fr 1fr}.gallery-head{grid-template-columns:1fr 1.4fr}.gallery-head>p:last-child{grid-column:2;margin-top:18px;justify-self:start}.gallery-card{min-height:520px}}
@media(max-width:600px){.product-card{min-height:0}.cat-seal{top:54%;right:18px;width:72px;height:72px}.product-gallery{padding:0 22px 85px;display:block}.gallery-head{display:block;margin-bottom:35px}.gallery-head>p:last-child{margin-top:20px}.gallery-card{min-height:470px;margin-top:16px}.gallery-card>div{left:22px;right:22px;bottom:20px}.gallery-card h3{font-size:1.6rem}}
