:root{--n:#08111f;--o:#ff5b1b;--y:#ffd33d;--c:#fff8ec}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--c);font-family:Arial,sans-serif;color:var(--n)}button,a{cursor:pointer;transition:.2s}header{height:72px;background:#08111ff2;color:white;display:flex;align-items:center;justify-content:space-between;padding:0 max(20px,calc((100% - 1200px)/2));position:sticky;top:0;z-index:20}.logo{color:var(--o);font-size:32px;font-weight:950;text-decoration:none}.logo span{color:white}.ghost{border:1px solid #ffffff30;border-radius:30px;padding:10px 16px;background:transparent;color:white;font-weight:bold}.bag{position:relative;border:0;border-radius:50%;background:var(--o);width:46px;height:46px}.bag i{position:absolute;right:-4px;top:-4px;background:var(--y);border-radius:50%;width:20px;height:20px;font-style:normal}.hero{min-height:590px;background:var(--n);color:white;display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:30px;padding:50px max(25px,calc((100% - 1200px)/2));position:relative;overflow:hidden}.hero:before{content:"";position:absolute;width:500px;height:500px;border-radius:50%;background:var(--o);filter:blur(160px);opacity:.2}.hero>div,.hero>img{position:relative}.hero>small,.hero div>small{color:var(--y);border:1px solid #ffffff28;border-radius:30px;padding:9px 14px}.hero h1{font-size:clamp(46px,6vw,84px);line-height:1;margin:28px 0 20px;letter-spacing:-3px}.hero em{font-style:normal;color:var(--o)}.hero p{color:#bdc9d8;font-size:19px;line-height:1.8}.hero img{width:100%;max-height:490px;object-fit:contain;filter:drop-shadow(0 30px 30px #0009)}.cta{display:inline-block;background:var(--o);color:white;padding:16px 25px;border-radius:15px;text-decoration:none;font-weight:950}.round{position:absolute;left:6%;bottom:60px;background:var(--y);color:var(--n);width:110px;height:110px;border-radius:50%;display:grid;place-content:center;text-align:center;transform:rotate(-8deg)}.round strong{font-size:34px}main{max-width:1200px;margin:auto;padding:80px 20px}.heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:30px}.heading small{color:var(--o);font-weight:950;letter-spacing:3px}.heading h2{font-size:45px;margin:8px 0}.heading p{color:#667384;line-height:1.7}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.card{background:white;border-radius:22px;overflow:hidden;border:1px solid #e9e1d5;box-shadow:0 12px 30px #07111d0c}.card:hover{transform:translateY(-5px)}.card img{width:100%;height:215px;object-fit:cover;background:var(--n)}.card>div{padding:18px}.card h3{margin:0;font-size:21px}.card h4{margin:4px 0;color:var(--o)}.card p{color:#687382;height:48px;font-size:14px;line-height:1.6}.card .price{display:flex;justify-content:space-between}.card button,.primary{width:100%;border:0;border-radius:12px;padding:13px;background:var(--n);color:white;font-weight:900}.delivery{max-width:1160px;margin:0 auto 70px;background:var(--o);color:white;border-radius:22px;padding:28px;display:grid;grid-template-columns:1fr 1fr;gap:30px}.delivery>div{display:flex;align-items:center;gap:16px;font-size:30px}.delivery span{display:flex;flex-direction:column;font-size:16px;gap:5px}.delivery small{color:#ffe1d4}footer{text-align:center;background:var(--n);color:#8997aa;padding:50px}.overlay{position:fixed;inset:0;z-index:50;background:#02060dbd;display:grid;place-items:center;padding:18px;backdrop-filter:blur(7px)}.hidden{display:none}.modal{position:relative;background:var(--c);width:min(520px,100%);max-height:92vh;overflow:auto;padding:25px;border-radius:25px}.modal .x{position:absolute;left:14px;top:14px;border:0;background:white;border-radius:50%;width:38px;height:38px;z-index:2}.modal>img{width:100%;height:220px;object-fit:cover;border-radius:17px;background:var(--n)}.modal label{display:block;font-weight:bold;margin:15px 0 7px}.opts{display:grid;grid-template-columns:1fr 1fr;gap:8px}.opts button{border:1px solid #ddd5ca;background:white;border-radius:11px;padding:12px;font-weight:bold}.opts button.on{border-color:var(--o);background:#fff0e9;color:#d74109}.modal input,.modal textarea{width:100%;border:1px solid #dcd5ca;border-radius:11px;padding:13px;margin:5px 0;font:inherit}.line{display:flex;align-items:center;gap:11px;border-bottom:1px solid #ded8ce;padding:12px 0}.line img{width:68px;height:60px;object-fit:cover;border-radius:10px}.line div{flex:1}.line small{display:block;color:#687382}.sum{background:white;border-radius:13px;padding:13px;margin:15px 0}.sum span{display:flex;justify-content:space-between;padding:5px}.success{text-align:center}.success strong{display:block;color:var(--o);font-size:28px;margin:12px}.track-state{padding:15px;background:white;border-radius:12px;margin-top:12px;border-right:5px solid #22c55e}@media(max-width:900px){.products{grid-template-columns:1fr 1fr}.hero{grid-template-columns:1fr;padding-top:60px}.hero img{max-height:320px}.round{bottom:20px}.delivery{margin:0 18px 60px}}@media(max-width:560px){.hero h1{font-size:48px}.products{grid-template-columns:1fr}.heading{display:block}.delivery{grid-template-columns:1fr}.ghost{font-size:12px;padding:9px}.modal{padding:20px}}
