.shop-hero{background:var(--blue);color:#fff;padding:60px 6% 48px;position:relative;overflow:hidden;border-bottom:6px solid var(--yellow)}.shop-hero:after{content:'';position:absolute;width:350px;height:350px;border:60px solid #ffffff08;transform:rotate(30deg);right:-100px;top:-110px;pointer-events:none}.shop-hero h1{font-size:clamp(58px,7vw,100px);margin:22px 0}.shop-hero p{max-width:660px;font-size:19px;line-height:1.6;color:#e0e9ff}.shop-jumps{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.shop-jumps a{border:1px solid #ffffff70;padding:13px 20px;font-size:13px;font-weight:800;letter-spacing:.6px}.shop-jumps a:hover{background:var(--yellow);border-color:var(--yellow);color:var(--ink)}.shop-checkout{display:flex;align-items:center;gap:24px;padding:23px 6%;background:var(--ink);color:#c6cdd9;font-size:14px;line-height:1.5}.shop-checkout strong{color:var(--yellow);font-size:12px;letter-spacing:1.5px;flex-shrink:0}.shop-section{padding-top:60px;padding-bottom:20px}.shop-section h2{font-size:clamp(36px,4vw,54px)}.shop-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.product{background:#fff;border:1px solid #dce0e7;min-width:0;transition:box-shadow .2s,border-color .2s}.product:hover{border-color:var(--blue);box-shadow:0 10px 30px #080d1710}.product-link{display:flex;flex-direction:column;height:100%}.product-image{aspect-ratio:1;overflow:hidden;background:#f1f1f1;border-bottom:1px solid #e7e9ed}.product-image img{display:block;width:100%;height:100%;object-fit:contain;transition:transform .3s}.product:hover img{transform:scale(1.025)}.product-copy{padding:24px;display:flex;flex-direction:column;flex:1}.product-kind{font-size:10px;font-weight:800;color:var(--blue);letter-spacing:1.5px}.product h3{font-size:29px;line-height:1.05;margin:12px 0}.product-price{font-weight:700;font-size:18px;margin:5px 0 24px}.product-cta{margin-top:auto;display:flex;justify-content:space-between;gap:10px;padding-top:18px;border-top:1px solid #dce0e7;font-size:12px;font-weight:800;letter-spacing:.3px}.product-cta span{color:var(--blue)}.shop-more{margin-top:65px;padding:48px 6%;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:30px}.shop-more .eyebrow{color:var(--yellow);margin-bottom:18px}.shop-more h2{font-size:42px}.shop-more p{line-height:1.5;color:#e0e9ff}.shop-more .button{flex-shrink:0}.shop-note{font-size:12px;line-height:1.6;padding:22px 6%;margin:0;color:#606976}nav a[aria-current=page]{color:var(--yellow)}
@media(max-width:900px){.shop-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.shop-more{align-items:flex-start;flex-direction:column}}@media(max-width:550px){.shop-hero{padding-top:40px}.shop-hero h1{font-size:58px}.shop-jumps{gap:8px}.shop-jumps a{padding:12px;font-size:11px}.shop-checkout{align-items:flex-start;flex-direction:column;gap:8px}.shop-grid{grid-template-columns:1fr}.shop-section{padding-top:42px}.product-copy{padding:21px}.shop-more h2{font-size:36px}}@media(prefers-reduced-motion:reduce){.product,.product-image img{transition:none}.product:hover img{transform:none}}
