/* MATTEST equipment shop: original product photos on a concrete-grey showcase. */
.store-showcase{background:#dedfd9;border-bottom:1px solid #cfd1c9;padding-block:42px 36px;color:#191c17}
.store-brand-line{display:flex;align-items:center;gap:24px;padding-bottom:22px;border-bottom:1px solid #babeb3}
.store-brand-line>.eyebrow{background:var(--yellow);padding:6px 12px;border-radius:5px;color:#191c17}
.store-wordmark{font-size:20px;font-weight:700;line-height:1.25;letter-spacing:-.4px;display:flex;gap:8px;align-items:baseline}
.store-wordmark>span{font-size:12px;font-weight:600;letter-spacing:1.8px}
.store-domain{margin-left:auto;font-size:14px;display:flex;gap:16px;align-items:center}
.store-domain>span{font-size:21px}
.store-heading{display:grid;grid-template-columns:1.15fr 1fr;align-items:end;gap:70px;margin:31px 0 29px}
.store-heading h2{font-size:clamp(30px,3.1vw,42px);line-height:1.2;letter-spacing:-1.25px}
.store-heading>p{max-width:475px;font-size:17px;line-height:1.75;color:#454b40;justify-self:end}
.store-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.store-product{display:flex;flex-direction:column;border-radius:12px;overflow:hidden;border:1px solid #ced1c7;background:#f9faf7;min-width:0;transition:border-color .2s,box-shadow .2s}
.store-product-visual{position:relative;background:#fff;aspect-ratio:1.06;overflow:hidden;isolation:isolate}
.store-product-visual img{width:100%;height:100%;object-fit:contain;padding:46px 23px 16px;transition:transform .3s}
.store-product-category{position:absolute;top:15px;left:17px;z-index:1;font-size:13px;line-height:1.4;color:#4c5345}
.store-product-arrow{position:absolute;right:14px;bottom:14px;width:35px;height:35px;border-radius:50%;display:grid;place-items:center;background:#f0f2ea;color:#252b1f;font-size:22px;line-height:1;transition:background .2s}
.store-product-copy{padding:19px 20px 22px;border-top:1px solid #e5e7df;flex:1}
.store-product-copy h3{font-size:19px;line-height:1.4;font-weight:600;letter-spacing:-.4px}
.store-product-copy p{font-size:15px;line-height:1.65;color:#555e4c;margin-top:8px}
.store-product:hover{border-color:#b0b897;box-shadow:0 10px 24px #343c1d10}
.store-product:hover img{transform:translateY(-3px) scale(1.025)}
.store-product:hover .store-product-arrow{background:var(--yellow)}
.store-bottom{display:flex;justify-content:space-between;align-items:center;gap:25px;padding-top:25px}
.store-bottom>p{font-size:15px;line-height:1.7;color:#4c5345}
.store-bottom>p strong{font-weight:500;color:#242a1f}
.store-catalog-link{display:flex;align-items:center;justify-content:space-between;gap:36px;padding:17px 23px;background:var(--yellow);border:1px solid #e0b92e;border-radius:9px;font-size:16px;font-weight:600;line-height:1.5;transition:background .2s}
.store-catalog-link>span[aria-hidden]{font-size:24px;line-height:1}
.store-catalog-link:hover{background:#ffe078}
.store-showcase a:focus-visible{outline:3px solid #595f36;outline-offset:4px}
@media(max-width:1100px){
 .store-heading{gap:35px;grid-template-columns:1fr 1fr}.store-heading h2{font-size:34px}.store-heading>p{font-size:16px}
 .store-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.store-product-visual{aspect-ratio:1.35}.store-product-visual img{padding:42px 26px 13px}
}
@media(max-width:600px){
 .store-showcase{padding-block:29px 28px}.store-brand-line{gap:15px;flex-wrap:wrap;padding-bottom:20px}.store-domain{display:none}.store-brand-line>.eyebrow{font-size:12px;padding:5px 9px}
 .store-wordmark{display:block;font-size:20px;line-height:1.15}.store-wordmark>span{display:block;font-size:9px;letter-spacing:1.7px;margin-top:4px}
 .store-heading{display:block;margin:23px 0}.store-heading h2{font-size:30px;letter-spacing:-.85px}.store-heading>p{font-size:16px;line-height:1.7;margin-top:16px}
 .store-products{gap:12px}.store-product{border-radius:9px}.store-product-visual{aspect-ratio:.85}.store-product-visual img{padding:40px 9px 13px}.store-product-category{font-size:12px;left:11px;top:11px;max-width:calc(100% - 20px)}
 .store-product-arrow{width:28px;height:28px;right:9px;bottom:9px;font-size:19px}.store-product-copy{padding:14px 12px 16px}.store-product-copy h3{font-size:17px;line-height:1.5;letter-spacing:-.3px}.store-product-copy p{font-size:15px;line-height:1.6;margin-top:7px}
 .store-bottom{display:block;padding-top:21px}.store-bottom>p{font-size:15px}.store-catalog-link{margin-top:18px;padding:15px 18px}
}
@media(prefers-reduced-motion:reduce){.store-product,.store-product-visual img{transition:none}.store-product:hover img{transform:none}}
