.commerce,.product-detail{min-height:100vh;background:#fff}.shop-hero{position:relative;height:min(35vh,345px);min-height:285px;display:flex;align-items:flex-end;padding:110px max(6vw,28px) 36px;overflow:hidden}.shop-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.shop-hero-wash{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.99),rgba(255,255,255,.9) 38%,rgba(255,255,255,.12) 75%),linear-gradient(0deg,#fff,transparent 45%)}.shop-hero-copy{position:relative;z-index:1;max-width:760px}.shop-hero h1,.detail-copy h1{font-size:clamp(3.8rem,7.5vw,7.2rem);line-height:.88;letter-spacing:-.04em;margin:0 0 25px;max-width:72rem}.shop-hero-copy>p:last-child{max-width:600px;font-size:18px;line-height:1.6;color:#4a6674}.shop-layout{padding:64px max(4vw,28px) 150px;display:grid;grid-template-columns:240px 1fr;gap:clamp(30px,4vw,60px);align-items:start}.category-filter{display:flex;flex-direction:column;gap:8px;position:sticky;top:98px}.category-filter button{text-align:left;padding:13px 16px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--ink);font-weight:600;font-size:14px;cursor:pointer;transition:.25s}.category-filter button:hover{border-color:var(--blue)}.category-filter button.active{background:var(--ink);color:#fff;border-color:var(--ink)}.shop-main{min-width:0}.shop-toolbar{display:grid;grid-template-columns:minmax(260px,1fr) 220px;gap:10px;position:sticky;z-index:10;top:98px;padding:12px;background:rgba(255,255,255,.94);border:1px solid var(--line);border-radius:16px;backdrop-filter:blur(16px);box-shadow:0 12px 30px rgba(16,45,66,.07)}.shop-toolbar select,.shop-toolbar input{width:100%;height:50px;border:1px solid var(--line);border-radius:11px;background:#fff;color:var(--ink);padding:0 16px;font:inherit}.shop-toolbar select{cursor:pointer}.search-box{position:relative}.search-box svg{position:absolute;left:16px;top:15px;width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7}.search-box input{padding-left:48px}.shop-toolbar input:focus,.shop-toolbar select:focus{outline:3px solid rgba(18,185,221,.25);border-color:var(--blue)}.result-meta{display:flex;justify-content:flex-end;padding:30px 2px 16px;color:#587381;font-size:13px}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-auto-flow:dense;gap:22px}.product-card{min-width:0}.product-media{display:block;position:relative;aspect-ratio:1.18;overflow:hidden;border-radius:16px;background:var(--mist)}.product-media img{width:100%;height:100%;object-fit:cover;object-position:var(--crop,center bottom);transition:transform .7s var(--ease),filter .35s}.product-media:hover img,.product-media:focus-visible img{transform:scale(1.06);filter:saturate(1.08)}.product-card-copy{padding:20px 3px 16px}.product-card h2{font-size:clamp(1.35rem,2vw,2rem);line-height:1.08;letter-spacing:-.025em;margin:0}.product-price{display:block;color:#536e7b;margin-top:12px;font-size:14px}.text-link{display:inline-flex;margin-top:18px;font-size:13px;font-weight:650;border-bottom:1px solid}.empty-state{text-align:center;padding:90px 20px;border:1px solid var(--line);border-radius:16px}.empty-state h2{font-size:2rem;margin:0}.empty-state p{color:#587381;margin:14px 0 26px}.detail-breadcrumb{max-width:1240px;margin:auto;padding:126px 28px 34px;display:flex;gap:10px;color:#5b7582;font-size:13px}.detail-breadcrumb a:hover{color:var(--blue)}.detail-layout{max-width:1240px;margin:auto;padding:0 28px 130px;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(380px,.85fr);gap:clamp(45px,7vw,100px);align-items:start}.detail-gallery{position:relative}.gallery-main{display:block;width:100%;height:auto;max-height:560px;aspect-ratio:1.12/1;object-fit:cover;object-position:center bottom;border-radius:16px;background:var(--mist);transition:transform .6s var(--ease)}.gallery-main:hover{transform:scale(1.015)}.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:0;background:rgba(255,255,255,.9);color:var(--ink);font-size:22px;line-height:1;cursor:pointer;box-shadow:0 8px 20px rgba(16,45,66,.18);transition:background .25s,transform .25s}.gallery-nav:hover{background:#fff;transform:translateY(-50%) scale(1.06)}.gallery-nav.prev{left:16px}.gallery-nav.next{right:16px}.gallery-counter{position:absolute;right:16px;bottom:16px;padding:6px 12px;border-radius:20px;background:rgba(16,45,66,.72);color:#fff;font-size:12px;font-weight:600;letter-spacing:.03em}.detail-copy{position:sticky;top:120px;padding-top:22px}.detail-copy h1{font-size:clamp(3rem,5vw,5.4rem);margin-bottom:22px}.detail-price{font-size:1.2rem;font-weight:650;color:var(--blue)}.detail-description{font-size:17px;line-height:1.7;color:#4f6976;margin:32px 0}.detail-cta{width:100%;margin-top:30px}.related{max-width:1240px;margin:auto;padding:0 28px 150px}.related-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:35px}.related-heading h2{font-size:clamp(2.4rem,4vw,4.6rem);letter-spacing:-.04em;margin:0}.related-heading a{font-weight:600;border-bottom:1px solid}body:has(.product-detail) .nav-tools{flex-shrink:0}
@media(max-width:900px){.shop-toolbar{grid-template-columns:1fr 1fr}.search-box{grid-column:1/-1}.detail-layout{grid-template-columns:1fr}.detail-copy{position:static}.detail-gallery{max-width:760px}.detail-copy{max-width:680px}.related .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:600px){.shop-hero{height:260px;min-height:0;align-items:flex-start;padding:96px 21px 24px}.shop-hero-wash{background:linear-gradient(180deg,#fff 0%,rgba(255,255,255,.94) 48%,rgba(255,255,255,.08) 83%,#fff)}.shop-hero h1{font-size:clamp(3.4rem,16vw,5rem)}.shop-layout{grid-template-columns:1fr;padding:48px 20px 100px;gap:20px}.category-filter{flex-direction:row;overflow-x:auto;position:static;scrollbar-width:none}.category-filter button{flex:none}.shop-toolbar{position:static;grid-template-columns:1fr;padding:9px}.search-box{grid-column:auto}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.product-media{aspect-ratio:1}.product-card-copy{padding:12px 2px 10px}.product-card-copy h2{font-size:clamp(1.05rem,4vw,1.3rem)}.product-price{font-size:12px;margin-top:6px}.text-link{font-size:12px;margin-top:10px}.result-meta{padding-top:22px}.detail-breadcrumb{padding:112px 20px 24px;white-space:nowrap;overflow:hidden}.detail-layout{padding:0 20px 90px;gap:35px}.gallery-main{aspect-ratio:1}.gallery-nav{width:36px;height:36px;font-size:18px;background:rgba(255,255,255,.75)}.gallery-nav.prev{left:4px}.gallery-nav.next{right:4px}.detail-copy{padding:0}.detail-copy h1{font-size:clamp(2.8rem,13vw,4.2rem)}.related{padding:0 20px 100px}.related-heading{align-items:flex-start;gap:25px}.related .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.related-heading h2{font-size:2.4rem}}
@media(prefers-reduced-motion:reduce){.product-media img,.gallery-main{transition:none}}
