:root{--blue:#064aa6;--deep:#062b63;--sky:#eaf3ff;--cream:#fffaf0;--gold:#f5b82e;--ink:#172033;--muted:#667085;--line:#e5e9f0}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Manrope,Arial,sans-serif;background:#fff}a{text-decoration:none;color:inherit}.topline{background:var(--deep);color:#fff;text-align:center;padding:9px 20px;font-size:13px}header{height:78px;display:flex;align-items:center;gap:32px;padding:0 max(5vw,24px);position:sticky;top:0;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);z-index:20;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:9px;color:var(--blue);font-weight:800;letter-spacing:.04em}.brand .logo{display:grid;place-items:center;width:40px;height:40px;background:var(--blue);color:#fff;border-radius:10px;font-size:24px;font-family:"Playfair Display"}.brand small{display:block;font-size:9px;letter-spacing:.08em;color:var(--muted)}.brand i{height:30px;width:1px;background:var(--line);margin-left:4px}.brand b{color:#b07a08;font-family:"Playfair Display";letter-spacing:.08em}nav{display:flex;gap:24px;margin-left:auto;font-size:14px;font-weight:600}nav a:hover{color:var(--blue)}.btn{border:0;border-radius:12px;padding:14px 21px;font:700 14px Manrope;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s}.btn:hover{transform:translateY(-2px)}.primary{background:var(--blue);color:white;box-shadow:0 8px 20px rgba(6,74,166,.2)}.ghost{border:1px solid var(--blue);color:var(--blue);background:#fff}.gold{background:var(--gold);color:#332100}.white{background:#fff;color:var(--blue)}.hamb{display:none;margin-left:auto;background:none;border:0;font-size:24px}.hero{min-height:610px;background:linear-gradient(110deg,#f7fbff 0%,#edf5ff 55%,#dfeeff 100%);display:grid;grid-template-columns:1.05fr .95fr;align-items:center;overflow:hidden}.hero-copy{padding:74px 4vw 74px max(6vw,28px);z-index:2}.eyebrow{font-size:12px;font-weight:800;letter-spacing:.16em;color:var(--blue)}.eyebrow.light{color:#8fc3ff}.hero h1{font:800 clamp(40px,5vw,70px)/1.02 "Playfair Display";color:var(--deep);margin:14px 0 8px}.hero h2{font-size:clamp(22px,2.4vw,35px);margin:0;color:#274365}.hero h2 em{font-style:normal;color:#b17600}.hero p{font-size:17px;line-height:1.7;max-width:610px;color:#4b5f78}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.trust{display:flex;gap:24px;margin-top:28px;font-size:13px;font-weight:700;color:#355274}.hero-art{height:100%;position:relative;display:flex;align-items:center}.hero-art:before{content:"";position:absolute;width:480px;height:480px;border-radius:50%;background:#fff4cf;right:-50px}.hero-art img{width:100%;max-height:610px;object-fit:cover;position:relative;z-index:1}.seal{position:absolute;left:2%;bottom:14%;z-index:2;background:var(--deep);color:#fff;width:110px;height:110px;border-radius:50%;display:grid;place-content:center;text-align:center;font-family:"Playfair Display";font-weight:800;box-shadow:0 10px 30px #062b6344;border:3px solid white}.seal small{font:8px Manrope;display:block;letter-spacing:.12em}.section{padding:90px max(6vw,28px)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:32px;margin-bottom:34px}.section-head h2,.why h2,.wholesale h2,.storage h2,.cta h2{font:700 clamp(30px,4vw,46px)/1.14 "Playfair Display";margin:10px 0;color:var(--deep)}.section-head p{max-width:500px;color:var(--muted);line-height:1.65}.filters{display:flex;gap:8px;overflow:auto;margin-bottom:26px}.filters button{padding:10px 16px;border:1px solid var(--line);border-radius:99px;background:#fff;font:600 13px Manrope;white-space:nowrap}.filters button.active{background:var(--deep);color:#fff}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff;transition:.2s;box-shadow:0 6px 24px rgba(20,45,80,.05)}.product-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(20,45,80,.12)}.product-visual{height:170px;background:linear-gradient(145deg,var(--c1),var(--c2));position:relative;display:grid;place-items:center;overflow:hidden}.product-visual:before{content:"";width:112px;height:112px;border-radius:50%;background:radial-gradient(circle at 50% 50%,var(--fill) 0 32%,#f3c76d 33% 48%,#e6a94e 49% 65%,transparent 66%);box-shadow:0 15px 25px #0002}.product-visual span{position:absolute;bottom:12px;right:12px;background:#fff;color:var(--blue);border-radius:30px;padding:5px 9px;font-size:10px;font-weight:800}.product-body{padding:18px}.product-body h3{margin:0 0 7px;font-size:17px}.product-body p{font-size:13px;color:var(--muted);line-height:1.5;min-height:40px}.meta{display:flex;justify-content:space-between;gap:8px;font-size:12px;color:#53657c;margin:14px 0}.price{font-weight:800;color:var(--blue);font-size:15px}.product-body button{width:100%;border:1px solid var(--blue);color:var(--blue);background:white;padding:11px;border-radius:10px;font-weight:800}.product-body button:hover{background:var(--blue);color:white}.why{background:var(--deep);color:white;padding:90px max(6vw,28px);display:grid;grid-template-columns:.8fr 1.2fr;gap:70px}.why h2{color:white}.why>div>p{line-height:1.7;color:#cbd9ed}.benefits{display:grid;grid-template-columns:1fr 1fr;gap:14px}.benefits article{background:#fff1;border:1px solid #fff2;padding:25px;border-radius:16px}.benefits b{color:var(--gold)}.benefits h3{margin:10px 0 6px}.benefits p{color:#bed0e8;font-size:13px;line-height:1.55}.text-link{color:var(--blue);font-weight:800}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:16px}table{border-collapse:collapse;width:100%;min-width:850px}th,td{text-align:left;padding:16px 18px;border-bottom:1px solid var(--line);font-size:13px}th{background:#f3f7fc;color:#334760;font-size:12px;text-transform:uppercase}td:first-child{font-weight:800}.stock{color:#087a47;background:#e9f8f0;padding:5px 8px;border-radius:99px;font-size:11px;font-weight:800}.note{font-size:12px;color:var(--muted);margin-top:12px}.wholesale{display:grid;grid-template-columns:.85fr 1.15fr;gap:7vw;background:linear-gradient(135deg,#063777,#0758bc);padding:90px max(6vw,28px);color:#fff}.wholesale h2{color:#fff}.wholesale-copy p,.wholesale-copy li{color:#d6e7fa;line-height:1.7}.wholesale-copy ul{padding-left:20px}form{background:white;color:var(--ink);padding:30px;border-radius:20px;box-shadow:0 22px 60px #00204b55}form h3{font:700 27px "Playfair Display";color:var(--deep);margin:0 0 22px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}label{font-size:12px;font-weight:700;color:#41516a}input,textarea,select{width:100%;margin-top:7px;padding:12px;border:1px solid #d6dce6;border-radius:9px;font:14px Manrope}.wide{grid-column:1/-1}.full{width:100%;margin-top:16px}.privacy{text-align:center;font-size:11px;color:var(--muted)}.center{text-align:center}.step-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:44px}.step-grid article{text-align:center;padding:26px 18px}.step-grid span{display:grid;place-items:center;margin:auto;width:54px;height:54px;border-radius:50%;background:var(--sky);color:var(--blue);font:800 20px "Playfair Display"}.step-grid h3{font-size:16px}.step-grid p{font-size:13px;color:var(--muted);line-height:1.55}.storage{padding:80px max(6vw,28px);display:grid;grid-template-columns:.65fr 1.35fr;gap:60px;background:var(--cream)}.storage>div>p{color:var(--muted);line-height:1.7}.storage-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.storage-grid article{background:white;border-radius:16px;padding:25px;box-shadow:0 8px 30px #54400b0c}.storage-grid span{font-size:27px;color:var(--blue)}.storage-grid h3{font-size:15px}.storage-grid p{font-size:13px;color:var(--muted);line-height:1.6}.empty-review{border:1px dashed #bdc9d8;background:#f7faff;border-radius:18px;padding:35px;display:flex;align-items:center;gap:20px}.empty-review>span{font-size:36px;color:var(--gold)}.empty-review h3{margin:0}.empty-review p{color:var(--muted);margin-bottom:0}.cta{text-align:center;background:var(--blue);color:#fff;padding:75px 20px}.cta p{font-weight:700}.cta h2{color:#fff;max-width:780px;margin:10px auto}.cta .actions{justify-content:center}footer{background:#071a35;color:#d7e1ee;padding:60px max(6vw,28px) 20px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:45px}.footer-grid h3{color:#fff}.footer-grid a,.footer-grid p,.footer-grid span{display:block;font-size:13px;color:#aebdd0;line-height:1.7;margin:6px 0}.footer-brand{color:#fff}.copyright{border-top:1px solid #ffffff1d;margin-top:40px;padding-top:20px;font-size:11px;color:#8294aa}.cart{position:fixed;right:-460px;top:0;width:min(440px,100%);height:100%;background:#fff;z-index:50;transition:.3s;display:flex;flex-direction:column;box-shadow:-20px 0 60px #0003}.cart.open{right:0}.cart-head{padding:24px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between}.cart-head small{font-size:10px;color:var(--blue);font-weight:800;letter-spacing:.12em}.cart-head h2{font:700 28px "Playfair Display";margin:4px 0}.cart-head button{border:0;background:#f2f4f7;width:38px;height:38px;border-radius:50%;font-size:25px}.cart-items{flex:1;overflow:auto;padding:16px 24px}.cart-empty{text-align:center;color:var(--muted);padding:60px 10px}.cart-item{padding:14px 0;border-bottom:1px solid var(--line)}.cart-item-top{display:flex;justify-content:space-between}.cart-item h4{margin:0 0 8px}.cart-item select{width:auto;margin:0;padding:7px}.qty{display:flex;align-items:center;gap:10px;margin-top:10px}.qty button{width:30px;height:30px;border:1px solid var(--line);background:#fff;border-radius:7px}.remove{color:#a33;border:0;background:none}.cart-total{padding:18px 24px;border-top:1px solid var(--line)}.cart-total p{display:flex;justify-content:space-between}.cart-total small{color:var(--muted)}#quoteCart{margin:0 24px 24px;width:calc(100% - 48px)}.overlay{position:fixed;inset:0;background:#06193388;z-index:40;opacity:0;pointer-events:none;transition:.25s}.overlay.show{opacity:1;pointer-events:auto}.cart-fab,.contact-fab{position:fixed;z-index:25;border:0;border-radius:50%;display:grid;place-items:center;box-shadow:0 6px 22px #0004;color:white;font-weight:800}.cart-fab{right:20px;bottom:148px;background:var(--gold);color:#222;width:54px;height:54px;font-size:19px}.cart-fab span{position:absolute;top:-5px;right:-4px;background:#d72e2e;color:white;width:21px;height:21px;border-radius:50%;font-size:11px;display:grid;place-items:center}.contact-fab{right:20px;width:54px;height:54px}.zalo{bottom:84px;background:#0879e8;font-size:12px}.phone{bottom:20px;background:#13a05f;font-size:22px}.toast{position:fixed;left:50%;bottom:25px;transform:translate(-50%,30px);background:#16233a;color:#fff;padding:12px 20px;border-radius:10px;opacity:0;z-index:70;transition:.25s;font-size:13px}.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:1050px){nav{display:none}.hamb{display:block}.header-cta{display:none}.hero{grid-template-columns:1fr}.hero-art{height:360px}.hero-art img{height:100%;object-fit:cover}.product-grid{grid-template-columns:repeat(3,1fr)}.why,.wholesale,.storage{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:720px){header{height:68px;padding:0 16px}.brand i,.brand b{display:none}.hero{min-height:auto}.hero-copy{padding:52px 20px 30px}.hero h1{font-size:42px}.hero h2{font-size:23px}.trust{display:grid;gap:8px}.hero-art{height:300px}.seal{width:82px;height:82px;font-size:12px}.section,.why,.wholesale,.storage{padding:64px 18px}.section-head{display:block}.product-grid{grid-template-columns:1fr 1fr;gap:11px}.product-visual{height:135px}.product-body{padding:14px}.product-body h3{font-size:14px}.product-body p{font-size:12px}.benefits,.form-grid,.storage-grid{grid-template-columns:1fr}.step-grid{grid-template-columns:1fr 1fr;gap:4px}.footer-grid{grid-template-columns:1fr}.wide{grid-column:auto}.topline{font-size:11px}.contact-fab,.cart-fab{right:12px}.zalo{bottom:76px}.phone{bottom:14px}.cart-fab{bottom:138px}}
@media(max-width:410px){.product-grid{grid-template-columns:1fr}.actions .btn{width:100%}.step-grid{grid-template-columns:1fr}}
.form-error{grid-column:1/-1;color:#b42318;background:#fff1f0;border-radius:9px;font-size:13px;font-weight:700;line-height:1.45}
.product-visual.has-image:before{display:none}
.product-visual.has-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}
.product-card:hover .product-visual.has-image img{transform:scale(1.035)}
.product-visual.has-image span{box-shadow:0 4px 14px #0002}
.form-error:not(:empty){padding:11px 13px;margin-top:12px;border:1px solid #f4c7c3}
form button:disabled{opacity:.7;cursor:wait;transform:none}
.success-card{text-align:center;padding:40px 18px}
.success-card>span{display:grid;place-items:center;width:64px;height:64px;margin:0 auto 18px;border-radius:50%;background:#e8f8ef;color:#087a47;font-size:30px;font-weight:800}
.success-card h3{margin-bottom:10px}
.success-card p{max-width:440px;margin:0 auto 22px;color:var(--muted);line-height:1.65}
