:root{--blue:#0b3b9d;--navy:#082b72;--teal:#13aaa8;--red:#f12f3c;--yellow:#ffc21c;--cream:#fffcf7;--ink:#092a6d;--muted:#65728a;--border:#e8e3dc}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter,Arial,sans-serif}button,input,a{font:inherit}button,a{cursor:pointer}.announcement{background:var(--blue);color:#fff;text-align:center;padding:8px;font-size:12px;font-weight:700}header{height:88px;padding:0 clamp(22px,4vw,66px);display:flex;align-items:center;gap:34px;background:rgba(255,252,247,.96);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;gap:11px;color:var(--blue);font:800 21px Sora;text-decoration:none;white-space:nowrap}.brand b{width:48px;height:40px;border-radius:12px;background:linear-gradient(135deg,var(--blue),var(--teal));color:#fff;display:grid;place-items:center}nav{display:flex;gap:23px;margin-right:auto}nav button{border:0;background:none;color:var(--ink);font-weight:700}.header-tools{display:flex;align-items:center;gap:12px}.search{height:46px;width:220px;border:1px solid #d8d4ce;border-radius:14px;background:#fff;display:flex;align-items:center;gap:8px;padding:0 13px}.search input{border:0;outline:0;width:100%;background:transparent}.cart-trigger{height:52px;border:0;border-radius:14px;background:var(--blue);color:#fff;padding:0 16px;font-weight:800}.cart-trigger b{background:var(--red);border-radius:20px;padding:2px 7px;margin-left:5px}.hero{min-height:590px;padding:58px clamp(24px,5vw,78px) 30px;display:grid;grid-template-columns:46% 54%;overflow:hidden}.hero-copy{align-self:center;z-index:1}.eyebrow{color:var(--teal);font-size:12px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.hero h1{font:800 clamp(48px,5vw,75px)/1.02 Sora;letter-spacing:-.055em;color:var(--blue);margin:18px 0 23px}.hero p{color:#52627e;line-height:1.7;font-size:17px;max-width:620px}.hero-buttons{display:flex;gap:15px;margin:29px 0 24px}.primary,.secondary{min-height:58px;border-radius:14px;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;font-weight:800;text-decoration:none}.primary{border:2px solid var(--blue);background:var(--blue);color:#fff}.secondary{border:2px solid var(--red);background:#fff;color:var(--red)}.trust{display:flex;gap:18px;flex-wrap:wrap;color:#52627e;font-size:13px;font-weight:700}.hero-image{position:relative;display:flex;align-items:flex-end;justify-content:center}.hero-image img{width:min(750px,110%);max-height:535px;object-fit:contain;filter:drop-shadow(0 22px 20px rgba(22,47,77,.17))}.hero-image>span{position:absolute;top:12%;left:4%;z-index:1;width:82px;height:82px;border-radius:50%;background:var(--yellow);display:grid;place-items:center;text-align:center;font-size:11px;transform:rotate(-8deg)}.categories{margin:-10px clamp(24px,4vw,64px) 0;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.categories button{min-height:150px;padding:22px;border:1px solid rgba(8,43,114,.08);border-radius:20px;background:#eefaf7;color:var(--ink);box-shadow:0 8px 25px rgba(27,50,82,.09);display:grid;grid-template-columns:auto 1fr auto;grid-template-rows:auto auto;align-items:center;text-align:left;gap:2px 13px}.categories button:nth-child(2){background:#fff9df}.categories button:nth-child(3){background:#eef6ff}.categories button:nth-child(4){background:#fff1ed}.categories i{grid-row:1/3;font-style:normal;font-size:28px}.categories strong{font:700 16px Sora}.categories small{color:var(--muted)}.categories b{grid-column:3;grid-row:1/3;background:var(--blue);color:#fff;width:32px;height:32px;border-radius:50%;display:grid;place-items:center}.shop{padding:105px clamp(24px,5vw,78px)}.section-title{max-width:1380px;margin:0 auto 34px;display:flex;align-items:end;justify-content:space-between;gap:35px}.section-title h2,.business h2{font:700 clamp(34px,3.2vw,50px)/1.1 Sora;letter-spacing:-.04em;margin:10px 0 0}.section-title p{max-width:430px;color:var(--muted);line-height:1.6;margin:0}.filters{max-width:1380px;margin:0 auto 28px;display:flex;gap:9px;flex-wrap:wrap}.filters button{border:1px solid #d8dde6;background:#fff;color:var(--ink);padding:10px 17px;border-radius:999px;font-weight:700}.filters button.active{background:var(--blue);color:#fff}.product-grid{max-width:1380px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{overflow:hidden;border-radius:20px;background:#fff;border:1px solid var(--border);box-shadow:0 8px 20px rgba(25,44,72,.06)}.product-image{height:235px;position:relative;background:#f7f3ec;display:grid;place-items:center;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.product-image>span{font-size:76px}.product-image b{position:absolute;left:13px;top:13px;border-radius:99px;padding:7px 10px;background:#fff;font-size:10px}.product-info{padding:20px}.product-category{color:var(--teal);font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.product-info h3{font:700 17px/1.25 Sora;margin:7px 0 4px}.product-info p{color:var(--muted);font-size:11px;line-height:1.5;min-height:34px}.product-bottom{display:flex;align-items:center;justify-content:space-between}.product-bottom strong{font:700 18px Sora}.product-bottom button{border:0;background:var(--blue);color:#fff;border-radius:10px;padding:10px 14px;font-weight:800}.load-more{display:block;margin:34px auto 0;border:2px solid var(--blue);background:#fff;color:var(--blue);border-radius:14px;padding:14px 20px;font-weight:800}.empty{text-align:center;padding:60px;color:var(--muted)}.business{margin:0 clamp(24px,5vw,78px) 90px;padding:60px clamp(30px,5vw,68px);border-radius:28px;background:linear-gradient(115deg,var(--blue),var(--navy));color:#fff;display:flex;align-items:center;justify-content:space-between;gap:50px}.business h2{color:#fff}.business p{max-width:760px;color:#dce7ff;line-height:1.6}.business a{background:var(--yellow);color:var(--navy);border-radius:14px;padding:20px 24px;font-weight:800;white-space:nowrap;text-decoration:none}footer{padding:38px clamp(24px,5vw,78px);background:#071f52;color:#cbd7f1;display:flex;align-items:center;gap:28px}footer .brand{color:#fff;margin-right:auto}footer p{margin:0}.backdrop{position:fixed;inset:0;background:rgba(5,21,55,.55);z-index:50}.cart{height:100%;width:min(470px,100%);margin-left:auto;background:#fff;padding:30px;overflow:auto}.cart-head{display:flex;justify-content:space-between;border-bottom:1px solid var(--border);padding-bottom:20px}.cart-head h2{font:700 27px Sora;margin:7px 0 0}.cart-head button{border:0;background:#eef1f7;width:38px;height:38px;border-radius:50%;font-size:23px}.cart-row{display:grid;grid-template-columns:62px 1fr auto;gap:13px;align-items:center;padding:16px 0;border-bottom:1px solid var(--border)}.cart-row img,.cart-thumb{width:62px;height:62px;object-fit:cover;border-radius:12px;background:#f3f0e9;display:grid;place-items:center;font-size:27px}.cart-row strong,.cart-row small,.cart-row em{display:block}.cart-row small{color:var(--muted);margin:4px 0}.cart-row em{font-style:normal;font-weight:700}.qty{display:flex;align-items:center;gap:8px}.qty button{border:0;background:#edf2fb;color:var(--blue);width:28px;height:28px;border-radius:8px;font-weight:800}.empty-cart{text-align:center;padding:100px 20px}.empty-cart>span{font-size:54px}.summary{padding-top:20px}.summary p{display:flex;justify-content:space-between}.summary small{display:block;color:var(--muted);line-height:1.5;text-align:center}.summary .total{border-top:1px solid var(--border);padding-top:17px;font-size:20px}.summary button{width:100%;min-height:58px;border:0;border-radius:14px;background:#18a957;color:#fff;font-weight:800;margin-bottom:11px}
@media(max-width:1100px){nav{display:none}.product-grid{grid-template-columns:repeat(3,1fr)}.hero{grid-template-columns:52% 48%}.categories small{display:none}}
@media(max-width:780px){header{height:72px;padding:0 16px}.brand{font-size:16px}.brand b{width:39px;height:35px}.search{width:42px}.search input{display:none}.hero{grid-template-columns:1fr;padding:48px 21px 20px}.hero h1{font-size:49px}.hero-image{min-height:350px}.categories{display:flex;overflow:auto;margin:0;padding:18px 20px}.categories button{min-width:245px}.shop{padding:75px 21px}.section-title{align-items:start;flex-direction:column}.product-grid{grid-template-columns:repeat(2,1fr)}.business{margin:0 20px 70px;padding:40px 27px;flex-direction:column;align-items:start}footer{flex-direction:column;align-items:start}footer .brand{margin:0}}
@media(max-width:500px){.hero h1{font-size:40px}.hero-buttons{flex-direction:column}.product-grid{grid-template-columns:1fr}.product-image{height:250px}.cart{padding:23px 17px}.cart-row{grid-template-columns:55px 1fr}.qty{grid-column:2}.header-tools{margin-left:auto}.cart-trigger{padding:0 11px}}
