:root{--ink:#111820;--muted:#65717d;--line:#dfe5e8;--red:#e6462e;--cream:#f4f1eb;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Inter,Arial,sans-serif;background:#fff}a{color:inherit;text-decoration:none}.wrap{width:min(1180px,calc(100% - 40px));margin:auto}.topbar{background:var(--ink);color:#dfe6ea;font-size:12px}.topbar .wrap{height:34px;display:flex;align-items:center;justify-content:space-between}.nav{height:84px;display:flex;align-items:center;gap:40px}.brand{display:flex;align-items:center;gap:10px;font-weight:900;letter-spacing:-1px;font-size:22px}.brand>span:last-child span{color:var(--red)}.brand-mark{display:grid;place-items:center;width:36px;height:36px;background:var(--red);color:white;border-radius:8px}.links{display:flex;gap:34px;margin:auto}.links a{font-weight:650;font-size:14px}.tools{display:flex;gap:9px;align-items:center}.tools select,.icon-btn,.cart-btn{height:40px;border:1px solid var(--line);background:white;border-radius:7px;padding:0 12px}.cart-btn{background:var(--ink);color:white;border:0}.cart-btn b{display:inline-grid;place-items:center;background:var(--red);border-radius:20px;min-width:20px;height:20px}.menu{display:none}.hero{background:var(--cream);padding:80px 0 64px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:68px}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:800;color:var(--red)}h1{font-size:clamp(48px,6vw,80px);letter-spacing:-4px;line-height:.98;margin:20px 0 24px}h2{font-size:clamp(34px,4vw,54px);letter-spacing:-2px;line-height:1.05;margin:14px 0}.hero p,.why p,.cta p{color:var(--muted);font-size:18px;line-height:1.65}.hero-actions{display:flex;gap:12px;margin:34px 0}.primary,.secondary{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:7px;border:0;font-weight:750;cursor:pointer}.primary{background:var(--red);color:#fff}.secondary{border:1px solid #bcc4c8;background:transparent}.stats{display:flex;gap:38px;border-top:1px solid #d4d0c9;padding-top:28px}.stats div{display:flex;flex-direction:column}.stats b{font-size:22px}.stats span{font-size:12px;color:var(--muted)}.hero-visual{position:relative;min-height:500px;background:#d9ddd9;border-radius:90px 12px 90px 12px;overflow:hidden}.hero-visual>img{width:100%;height:100%;position:absolute;object-fit:cover}.heat{position:absolute;border:2px solid rgba(230,70,46,.7);border-radius:50%;animation:pulse 2s infinite}.h1{width:150px;height:150px;left:35%;top:38%}.h2{width:230px;height:230px;left:27%;top:30%;animation-delay:.5s}.visual-note{position:absolute;left:24px;right:24px;bottom:24px;padding:18px 20px;background:rgba(17,24,32,.88);color:white;border-radius:8px;display:flex;justify-content:space-between}.visual-note span{color:#c9d0d4}@keyframes pulse{50%{transform:scale(1.08);opacity:.3}}.trust{border-bottom:1px solid var(--line)}.trust .wrap{min-height:76px;display:flex;align-items:center;justify-content:space-between;color:#7a858d;font-size:11px;letter-spacing:1.2px;font-weight:800}.section{padding:100px 0}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:38px}.section-head>a{font-weight:700}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#fff;transition:.2s;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-5px);box-shadow:0 14px 38px #16202a15}.product-img{position:relative;aspect-ratio:1/1;background:#f1f3f2}.product-img img{width:100%;height:100%;object-fit:contain}.product-img span{position:absolute;top:12px;left:12px;background:white;padding:6px 9px;border-radius:4px;font-size:11px;font-weight:800}.product-info{padding:18px}.product-info small{color:var(--red);font-weight:800}.product-info h3{font-size:17px;line-height:1.35;margin:8px 0;height:46px;overflow:hidden}.product-info p{color:var(--muted);font-size:13px;height:36px;overflow:hidden}.add-btn{margin:auto 16px 16px;border:1px solid var(--ink);background:white;border-radius:6px;padding:11px;font-weight:700;cursor:pointer}.add-btn:hover{background:var(--ink);color:white}.why{background:var(--ink);color:white;padding:100px 0}.why-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:100px}.why p{color:#aeb8bf}.benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.benefits>div{border-top:1px solid #43505a;padding-top:26px}.benefits b{color:var(--red)}.benefits h3{font-size:20px;margin-top:38px}.benefits p{font-size:14px}.cta{padding:82px 0;background:#e7e0d6}.cta .wrap{display:flex;align-items:center;justify-content:space-between;gap:30px}.cta p{max-width:760px;margin-bottom:0}.cta .primary{flex:none}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:60px;padding:70px 0}footer{background:#0c1218;color:#dce2e5}footer p{color:#89959d;max-width:420px;line-height:1.7}footer h4{color:#fff}footer .footer-grid>div{display:flex;flex-direction:column;gap:12px}.copyright{text-align:center;border-top:1px solid #263039;padding:20px;color:#77838b;font-size:12px}.drawer{position:fixed;z-index:50;top:0;right:-520px;width:min(500px,100%);height:100%;background:white;padding:28px;transition:.3s;overflow:auto}.drawer.open{right:0}.drawer-head{display:flex;justify-content:space-between;align-items:center}.drawer-head button{font-size:30px;border:0;background:none}.shade{position:fixed;inset:0;background:#0008;z-index:40;opacity:0;pointer-events:none;transition:.3s}.shade.open{opacity:1;pointer-events:auto}.cart-line{display:grid;grid-template-columns:56px 1fr auto;gap:12px;align-items:center;border-bottom:1px solid var(--line);padding:12px 0}.cart-line img{width:56px;height:56px;object-fit:contain}.cart-line button{border:0;background:none;font-size:20px}form{display:grid;gap:10px;margin-top:24px}input,textarea{width:100%;border:1px solid var(--line);border-radius:6px;padding:13px;font:inherit}textarea{min-height:90px}.page-hero{padding:70px 0;background:var(--cream)}@media(max-width:900px){.links{display:none}.menu{display:block;border:0;background:none;font-size:22px}.hero-grid,.why-grid{grid-template-columns:1fr}.hero{padding-top:50px}.hero-visual{min-height:400px}.product-grid{grid-template-columns:repeat(2,1fr)}.benefits{grid-template-columns:1fr}.trust .wrap{overflow:auto;gap:40px}.footer-grid{grid-template-columns:1fr 1fr}.nav{gap:16px}.brand{margin-right:auto}}@media(max-width:560px){.wrap{width:min(100% - 24px,1180px)}.topbar span:last-child,.icon-btn{display:none}.nav{height:68px}.tools select{width:54px;padding:0 4px}.cart-btn{font-size:0}.cart-btn b{font-size:12px}h1{font-size:48px;letter-spacing:-2.5px}.hero-grid{gap:36px}.hero-visual{min-height:330px;border-radius:50px 8px}.stats{gap:18px}.product-grid{grid-template-columns:1fr 1fr;gap:10px}.product-info{padding:12px}.product-info h3{font-size:14px}.product-info p{display:none}.section{padding:70px 0}.section-head{align-items:start}.section-head>a{font-size:12px}.cta .wrap{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr}.visual-note{font-size:12px}}
