.shop-hero{position:relative;min-height:72vh;display:flex;align-items:flex-end;overflow:hidden;background:#28231f}
.shop-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.78}
.shop-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(24,20,17,.78),rgba(24,20,17,.16) 67%),linear-gradient(0deg,rgba(24,20,17,.68),transparent 55%)}
.shop-hero-copy{position:relative;z-index:1;width:min(1280px,calc(100% - 48px));margin:0 auto;padding:clamp(90px,12vw,170px) 0 clamp(52px,7vw,90px);color:#f7f1e8}
.shop-hero-copy h1{max-width:760px;margin:14px 0 20px;color:#f7f1e8!important;font-family:"Noto Serif SC",serif;font-size:clamp(3rem,6vw,6.2rem);font-weight:400;line-height:1.05}
.shop-hero-copy>p:not(.focus-eyebrow){max-width:680px;font-size:clamp(1rem,1.4vw,1.2rem);line-height:1.8}
.shop-hero .ia-button-secondary{border-color:rgba(255,255,255,.62);color:#fff;background:rgba(20,18,16,.18)}
.shop-note{display:flex;gap:16px;align-items:flex-start;padding:18px 20px;border:1px solid rgba(74,58,47,.16);background:#f6f1e9;color:#5f554e;line-height:1.7}
.shop-note strong{flex:0 0 auto;color:#842f37;font-weight:500}
.shop-filter{display:flex;flex-wrap:wrap;gap:10px;margin:28px 0 34px}
.shop-filter button{appearance:none;padding:10px 18px;border:1px solid rgba(64,48,39,.24);border-radius:99px;background:transparent;color:#423a35;cursor:pointer}
.shop-filter button[aria-pressed="true"]{background:#802d35;color:#fff;border-color:#802d35}
.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(20px,3vw,40px)}
.product-card{overflow:hidden;border:1px solid rgba(64,48,39,.15);background:#faf8f4}
.product-card figure{aspect-ratio:4/3;margin:0;overflow:hidden;background:#e9e3da}
.product-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.product-card:hover img{transform:scale(1.025)}
.product-copy{padding:clamp(22px,3vw,34px)}
.product-meta{display:flex;justify-content:space-between;gap:16px;color:#8a7e75;font:500 .72rem/1.4 Manrope,sans-serif;letter-spacing:.12em;text-transform:uppercase}
.product-copy h2{margin:14px 0 12px;font-family:"Noto Serif SC",serif;font-size:clamp(1.8rem,2.8vw,2.8rem);font-weight:400}
.product-copy p{min-height:3.5em;margin:0 0 20px;color:#625b55;line-height:1.75}
.product-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}
.product-actions button{cursor:pointer}
.product-actions .ia-text-link{margin-left:auto}
.product-card[hidden]{display:none}
.shop-selection{position:sticky;z-index:20;bottom:16px;width:min(1060px,calc(100% - 32px));margin:28px auto 0;padding:16px 20px;display:flex;gap:18px;align-items:center;justify-content:space-between;background:rgba(37,32,29,.95);color:#fff;box-shadow:0 14px 42px rgba(0,0,0,.22);backdrop-filter:blur(10px)}
.shop-selection p{margin:0;color:#d8d0c9}
.shop-selection strong{color:#fff}
.shop-selection-actions{display:flex;gap:10px;align-items:center}
.shop-selection button{border:0;background:none;color:#d8d0c9;text-decoration:underline;cursor:pointer}
.shop-selection .ia-button{white-space:nowrap}
.shop-selection[hidden]{display:none}
.shop-process{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(64,48,39,.14);border:1px solid rgba(64,48,39,.14)}
.shop-process article{padding:clamp(22px,3vw,38px);background:#f8f5ef}
.shop-process span{color:#842f37;font:500 .72rem Manrope,sans-serif;letter-spacing:.15em}
.shop-process h3{margin:18px 0 9px;font-size:1.2rem;font-weight:500}
.shop-process p{margin:0;color:#625b55;line-height:1.7}
@media(max-width:760px){.shop-hero{min-height:68vh}.shop-hero-copy{width:calc(100% - 32px);padding-bottom:46px}.shop-hero-copy h1{font-size:clamp(2.7rem,13vw,4.2rem)}.shop-note{display:block}.shop-note strong{display:block;margin-bottom:8px}.product-grid{grid-template-columns:1fr}.product-copy p{min-height:0}.shop-process{grid-template-columns:1fr}.shop-selection{bottom:8px;align-items:flex-start;padding:14px 16px}.shop-selection p{font-size:.82rem}.shop-selection-actions{flex-direction:column-reverse;align-items:stretch}.shop-selection .ia-button{padding:10px 14px}.product-actions .ia-text-link{margin-left:0;width:100%}}
