.storefront{min-height:100vh;background:#fff;color:#20242a;font-family:Arial,sans-serif}.store-header{height:78px;padding:0 7%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eee}.store-logo{font-size:23px;font-weight:800;color:#20242a;text-decoration:none}.store-header nav{display:flex;gap:28px}.store-header nav a{color:#555;text-decoration:none;font-size:13px}.store-hero{min-height:480px;background:#b8b8b8 center/cover;display:flex;align-items:center;padding:8%;color:#fff}.store-hero h1{max-width:700px;margin:0 0 28px;font-size:clamp(46px,7vw,92px);line-height:.98}.store-hero p,.store-section-title p{font-size:11px;letter-spacing:.2em;font-weight:700}.store-hero a{border:1px solid #fff;color:#fff;padding:13px 23px;text-decoration:none}.store-products{padding:80px 7% 110px}.store-section-title{margin-bottom:38px}.store-section-title h2{margin:0;font-size:44px}.store-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.store-card{border:1px solid #eee;border-radius:14px;overflow:hidden;box-shadow:0 8px 20px #00000012}.store-card img,.store-image-empty{width:100%;height:360px;object-fit:cover;background:#f3f3f3;display:grid;place-items:center;color:#999}.store-card-body{padding:18px}.store-card-body small{color:#e66c2c;font-weight:700}.store-card h3{min-height:42px;margin:10px 0 8px;font-size:19px}.store-card p{min-height:38px;color:#777;line-height:1.5;font-size:12px}.store-card-body>div{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #eee;padding-top:15px}.store-card strong{color:#db652d;font-size:22px}.store-card a{color:#222;font-size:12px}.store-empty{padding:28px;border:1px dashed #ccd2d8;color:#69727d;border-radius:8px}.store-footer{padding:50px 7%;background:#0d1524;color:#fff}.store-footer p{color:#b8c0cc}@media(max-width:800px){.store-header{padding:0 5%}.store-header nav{gap:12px}.store-header nav a{font-size:11px}.store-grid{grid-template-columns:1fr}.store-products{padding:55px 5% 80px}.store-section-title h2{font-size:34px}}
