*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f8f7f4;color:#171717;font-family:Arial,Helvetica,sans-serif}header{position:sticky;top:0;background:#fff;border-bottom:1px solid #e9e9e9;z-index:9}.nav{max-width:1150px;margin:auto;padding:17px 22px;display:flex;align-items:center;justify-content:space-between}.brand{font-size:25px;font-weight:800;text-decoration:none;color:#111}.brand span{font-weight:400}nav{display:flex;gap:24px;align-items:center}nav a{color:#222;text-decoration:none;font-weight:600}.cart{border:1px solid #ddd;background:#fff;border-radius:22px;padding:9px 14px;cursor:pointer}.cart b{background:#111;color:#fff;border-radius:20px;padding:2px 7px}.hamb{display:none;border:0;background:none;font-size:26px}.hero{min-height:610px;background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.12)),url('https://images.unsplash.com/photo-1445205170230-053b83016050?auto=format&fit=crop&w=1800&q=85') center/cover;color:#fff;display:flex;align-items:center}.hero>div{max-width:1150px;width:100%;margin:auto;padding:50px 22px}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:800;margin:0 0 12px}.hero h1{font-size:clamp(52px,8vw,86px);line-height:.98;letter-spacing:-4px;margin:0 0 22px}.hero em{font-weight:400}.hero p:not(.eyebrow){font-size:18px;max-width:520px;margin-bottom:30px}.btn{display:inline-block;background:#111;color:#fff;text-decoration:none;border:1px solid #111;border-radius:4px;padding:13px 23px;font-weight:700;cursor:pointer}.white{background:#fff;color:#111;border-color:#fff}.cats{max-width:1150px;margin:55px auto;padding:0 22px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.cats button{background:#fff;border:1px solid #e5e5e5;padding:30px;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:6px;font-size:42px}.cats strong{font-size:21px}.cats small{font-size:14px;color:#777}.shop{max-width:1150px;margin:80px auto;padding:0 22px}.head{display:flex;justify-content:space-between;align-items:end;gap:20px}.head h2,.about h2,.contact h2,.promise h2{font-size:40px;letter-spacing:-1.5px;margin:0 0 20px}.head input{width:280px;padding:13px 15px;border:1px solid #ddd;border-radius:4px;background:#fff;font-size:15px}.filters{display:flex;gap:8px;margin:10px 0 25px}.filters button{border:0;background:none;padding:8px 12px;border-bottom:2px solid transparent;cursor:pointer}.filters button.active{border-color:#111;font-weight:700}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.card{background:#fff;border:1px solid #e9e9e9}.card img{width:100%;height:300px;object-fit:cover}.info{padding:15px}.info small{color:#777}.info h3{margin:5px 0}.price{font-weight:800;margin:9px 0 13px}.add{width:100%;padding:10px;background:#111;color:#fff;border:0;border-radius:3px;cursor:pointer}.promise{background:#181818;color:#fff;padding:70px max(22px,calc((100% - 1100px)/2));display:flex;justify-content:space-between;align-items:center}.promise h2{line-height:1.05}.about,.contact{max-width:800px;margin:90px auto;padding:0 22px;text-align:center}.about>p:last-child,.contact>p:not(.eyebrow){color:#666;font-size:17px;line-height:1.7}.contact{margin-bottom:100px}.contact .btn{margin-top:18px}footer{background:#111;color:#aaa;padding:30px 22px;text-align:center}footer .brand{color:#fff}.modal{display:none;position:fixed;inset:0;background:#0009;z-index:20}.box{background:#fff;max-width:520px;margin:7vh auto;padding:30px;position:relative;max-height:80vh;overflow:auto}.x{position:absolute;right:16px;top:10px;border:0;background:none;font-size:30px;cursor:pointer}.row{border-bottom:1px solid #eee;padding:13px 0;display:grid;grid-template-columns:1fr auto auto;gap:10px;align-items:center}.remove{border:0;background:none;color:#a00;cursor:pointer}.total{font-size:20px;padding:20px 0}.full{width:100%}@media(max-width:800px){.hamb{display:block}nav{display:none;position:absolute;left:0;right:0;top:64px;background:#fff;padding:20px;flex-direction:column;border-bottom:1px solid #ddd}nav.show{display:flex}.grid{grid-template-columns:repeat(2,1fr)}.cats{grid-template-columns:1fr}.head{align-items:start;flex-direction:column}.head input{width:100%}.promise{flex-direction:column;align-items:flex-start;gap:20px}}@media(max-width:500px){.grid{grid-template-columns:1fr}.card img{height:350px}.hero{min-height:550px}.box{margin:0;max-height:none;height:100vh}.promise h2,.head h2,.about h2,.contact h2{font-size:34px}}