.shop-hero{padding:clamp(3rem,6vw,5rem) 0 0}.shop-hero>.wrap{padding:0 var(--gutter)}.shop-hero__title{font-size:clamp(2.8rem,7vw,6rem);line-height:.98;margin:1rem 0 2rem;max-width:14ch}.shop-hero__title em{color:var(--accent);font-family:var(--f-editorial);font-style:italic;font-weight:300}.shop-hero__tabs{display:flex;gap:0;border-bottom:1px solid var(--rule);margin-top:2rem}.tab{padding:1rem 1.8rem 1.2rem;font-size:.9rem;letter-spacing:.05em;opacity:.6;border-bottom:2px solid transparent;margin-bottom:-1px;transition:opacity .2s,border-color .2s;cursor:pointer;color:var(--fg)}.tab:hover{opacity:1}.tab.active{opacity:1;border-color:var(--accent);color:var(--accent)}.shop-section{padding:clamp(4rem,7vw,6rem) var(--gutter)}.shop-section__head{margin-bottom:3rem;max-width:52ch}.shop-section__head .mono{color:var(--accent);letter-spacing:.2em;display:block;margin-bottom:.5rem}.shop-section__head h2{font-size:clamp(2.3rem,5vw,4rem);line-height:1;margin-bottom:1rem}.shop-section__head .editorial{font-size:1.15rem;opacity:.82}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.product{display:flex;flex-direction:column;gap:1.2rem}.product__img{aspect-ratio:1;border-radius:4px;overflow:hidden}.product__img img{width:100%;height:100%;object-fit:cover;transition:transform .6s}.product:hover .product__img img{transform:scale(1.04)}.product__meta{display:flex;flex-direction:column;gap:.5rem}.product__meta .mono{text-transform:uppercase;font-size:.68rem;letter-spacing:.16em;opacity:.55}.product__meta h3{font-size:1.55rem;font-family:var(--f-display)}.product__meta .editorial{font-size:.98rem;opacity:.8;line-height:1.5}.product__foot{display:flex;justify-content:space-between;align-items:center;margin-top:.8rem;padding-top:.8rem;border-top:1px solid var(--rule)}.product__foot .price{font-family:var(--f-display);font-size:1.4rem;color:var(--accent)}.product__foot .btn{padding:.6rem 1.1rem;font-size:.78rem}@media(max-width:900px){.products{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.products{grid-template-columns:1fr}}.gift{padding:clamp(4rem,8vw,7rem) 0;background:var(--bg-alt);border-top:1px solid var(--rule)}.gift__grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,5rem);align-items:center;padding:0 var(--gutter);max-width:var(--max-w);margin:0 auto}.gift__head{font-size:clamp(2.5rem,5.5vw,4.5rem);line-height:1;margin:1rem 0 1.5rem}.gift__head em{color:var(--accent);font-family:var(--f-editorial);font-weight:300}.gift__copy .editorial{font-size:1.15rem;opacity:.85;max-width:42ch}.gift__cta{display:flex;gap:.7rem;flex-wrap:wrap;margin-top:1.5rem}.gift__list{list-style:none;padding:0;margin:1.5rem 0 0;display:flex;flex-direction:column;gap:.75rem}.gift__list li{display:flex;gap:.8rem;align-items:baseline;font-size:1rem;opacity:.88}.gift__list li .mono{color:var(--accent);font-size:.8rem;letter-spacing:.14em}@media(max-width:820px){.gift__grid{grid-template-columns:1fr}}
