:root{--g:#173e2c;--c:#f7f3e8;--m:#68756c}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--g);font-family:Arial,sans-serif;background:#fffdf8}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}header{height:78px;max-width:1180px;margin:auto;padding:0 22px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px}.brand img{width:48px;height:48px;border-radius:50%;object-fit:cover}.brand b{letter-spacing:.04em}nav{display:flex;gap:28px}.btn,.zalo{display:inline-block;padding:14px 22px;border-radius:9px;color:white;background:var(--g);font-weight:700}.zalo{background:#0877c9}.hero{min-height:600px;padding:70px max(7vw,24px);display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:60px;background:linear-gradient(105deg,var(--c) 0 62%,#e5edcf 62%)}small{font-weight:800;letter-spacing:.15em;color:#74851e}.hero h1{font:68px/1.05 Georgia,serif;margin:18px 0}.hero em{color:#6d8428;font-weight:400}.hero p{font-size:19px;line-height:1.7;color:#4e5d54}.actions{display:flex;gap:12px;margin-top:28px}.hero-img{width:100%;max-width:470px;aspect-ratio:1;object-fit:cover;border:15px solid white;border-radius:25px;box-shadow:0 20px 50px #315d3130}.intro{text-align:center;padding:85px 20px 35px}h2{font:43px Georgia,serif;margin:12px 0}.products{max-width:1180px;margin:0 auto 90px;padding:0 20px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.products article{background:#fff;border:1px solid #e3e5dc;border-radius:16px;padding:18px}.pic{height:270px;position:relative;overflow:hidden;border-radius:12px}.pic img{width:100%;height:100%;object-fit:cover}.pic b{position:absolute;top:12px;left:12px;background:#d74332;color:#fff;padding:8px 10px;border-radius:7px}.meta{display:flex;justify-content:space-between;gap:10px;margin-top:18px;color:#788727;font-size:11px;font-weight:700}.products h3{font:24px Georgia,serif;margin:12px 0}.products p{color:var(--m);line-height:1.55;min-height:50px}.price{display:flex;align-items:baseline;gap:10px;margin:14px 0}.price strong{font-size:25px;color:#cf392d}.price del{color:#8b918d}.products article>a{display:block;text-align:center;padding:12px;background:#edf2e4;border-radius:8px;font-weight:700}.docs{padding:80px max(5vw,24px);text-align:center;background:#f1eddf}.doc-grid{max-width:1100px;margin:35px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.doc-grid a{background:#fff;border-radius:14px;overflow:hidden}.doc-grid img{width:100%;height:230px;object-fit:cover;object-position:top}.doc-grid b{display:block;padding:16px}.contact{padding:80px max(7vw,24px);display:flex;justify-content:center;align-items:center;gap:100px;background:var(--c)}.contact>div:last-child{background:#fff;padding:28px 38px;border-radius:16px}.contact>div:last-child a{display:block;font:35px Georgia,serif;margin-top:12px}.notice{text-align:center;padding:16px;background:#fff8de;margin:0}footer{padding:28px max(7vw,24px);display:flex;gap:28px;background:#102c20;color:#fff}footer span{flex:1;color:#bed0c4}.float{position:fixed;right:18px;bottom:18px;display:flex;flex-direction:column;gap:9px}.float a{width:55px;height:55px;border-radius:50%;display:grid;place-items:center;color:#fff;background:var(--g);font-weight:800;box-shadow:0 7px 20px #0004}.float a:last-child{background:#0877c9;font-size:12px}@media(max-width:800px){nav{display:none}header .btn{font-size:12px;padding:10px}.hero{grid-template-columns:1fr;background:var(--c);padding:48px 20px}.hero h1{font-size:43px}.products,.doc-grid{grid-template-columns:1fr}.pic{height:auto;aspect-ratio:1}.contact,footer{flex-direction:column;align-items:flex-start;gap:20px}.actions{flex-direction:column;text-align:center}h2{font-size:34px}}
