:root{--black:#111;--ink:#231f1b;--brown:#806854;--soft:#f7f3ed;--cream:#eee6dc;--line:#e2d9ce;--muted:#665e57;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'Anuphan',system-ui,sans-serif;color:var(--ink);background:linear-gradient(180deg,#fff 0%,#faf7f1 48%,#fff 100%)}img{display:block;max-width:100%}a{text-decoration:none;color:inherit}.site-header{position:sticky;top:0;z-index:50;min-height:78px;padding:10px 54px;display:flex;align-items:center;justify-content:space-between;gap:30px;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(226,217,206,.85)}.brand{display:flex;align-items:center;gap:14px}.brand img{width:48px;height:48px;border-radius:50%;object-fit:cover}.brand strong{display:block;font-family:'Montserrat',sans-serif;letter-spacing:.16em;font-size:21px}.brand em{font-family:serif;letter-spacing:0;font-weight:400}.brand small{display:block;color:var(--brown);font-size:13px;text-align:center;margin-top:2px}nav{display:flex;gap:34px;font-weight:500}nav a{position:relative}nav a:after{content:'';position:absolute;left:0;bottom:-8px;width:0;height:1px;background:#111;transition:.2s}nav a:hover:after{width:100%}.line-btn{background:#111;color:#fff;padding:12px 20px;border-radius:999px;font-weight:700}.hero{width:100%;position:relative;overflow:hidden;background:#e8dfd5}.hero img{width:100%;height:calc(100vh - 78px);min-height:620px;object-fit:cover;object-position:center}.hero-overlay{position:absolute;left:8%;bottom:10%}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:14px 26px;background:#111;color:#fff;font-weight:700;box-shadow:0 10px 30px rgba(0,0,0,.12)}.btn.brown{background:var(--brown)}.why-strip{max-width:1180px;margin:-42px auto 48px;padding:24px 28px;display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--line);border-radius:28px;box-shadow:0 22px 70px rgba(88,65,45,.08);position:relative;z-index:2}.why-strip div{display:grid;grid-template-columns:44px 1fr;gap:4px 12px;padding:0 20px;border-right:1px solid var(--line);align-items:center}.why-strip div:last-child{border-right:0}.why-strip span{grid-row:span 2;font-size:34px;color:var(--brown)}.why-strip small{color:var(--muted)}.section{max-width:1180px;margin:0 auto;padding:58px 24px}.section-title{text-align:center;max-width:760px;margin:0 auto 34px}.section-title p{margin:0 0 10px;color:var(--brown);font-family:'Montserrat',sans-serif;letter-spacing:.18em;text-transform:uppercase;font-weight:700;font-size:13px}.section-title h2{font-size:38px;line-height:1.28;margin:0}.section-title em{font-family:serif;font-weight:400}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.why-grid article{text-align:center;background:#fff;border:1px solid var(--line);border-radius:28px;padding:30px 22px}.why-grid span{width:74px;height:74px;display:grid;place-items:center;margin:0 auto 18px;border-radius:50%;background:#f0e8dd;color:var(--brown);font-size:34px}.why-grid h3{font-size:22px;margin:0 0 12px}.why-grid p{color:var(--muted);line-height:1.7;margin:0}.featured-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.feature-product{background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px;text-align:center;box-shadow:0 12px 38px rgba(88,65,45,.05)}.feature-product img{width:100%;aspect-ratio:1/1.1;object-fit:cover;border-radius:14px;background:#f6f2ec}.feature-product h3{font-size:16px;margin:12px 0 6px;min-height:44px}.feature-product strong{font-size:24px}.center{text-align:center;margin-top:26px}.tabs{display:flex;justify-content:center;gap:10px;margin-bottom:26px;flex-wrap:wrap}.tabs button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:12px 22px;font:inherit;cursor:pointer}.tabs button.active{background:#111;color:#fff;border-color:#111}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 12px 38px rgba(88,65,45,.045)}.product-card img{width:100%;aspect-ratio:1/1.2;object-fit:cover;background:#f6f2ec}.product-card div{padding:18px}.product-card span{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#111;color:#fff;font-family:'Montserrat',sans-serif;font-size:13px;margin-bottom:12px}.product-card h3{font-size:19px;margin:0 0 8px}.product-card p{color:var(--muted);line-height:1.55;min-height:46px;margin:0 0 10px}.product-card strong{font-size:20px}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}details{background:#fff;border:1px solid var(--line);border-radius:14px;padding:0 18px}summary{padding:18px 0;font-weight:600;cursor:pointer}details p{color:var(--muted);line-height:1.75;margin:0;padding-bottom:18px}.contact-section{max-width:1180px;margin:28px auto 60px;padding:0 24px}.contact-inner{display:grid;grid-template-columns:1fr 1fr .9fr;gap:26px;background:#fff;border:1px solid var(--line);border-radius:30px;padding:34px}.brand-note img{width:220px;border-radius:14px;margin-bottom:18px}.brand-note p,.contact-list p{color:var(--muted);line-height:1.75}.contact-list strong{color:#111}.qr{text-align:center;display:grid;place-items:center;gap:12px}.qr img{width:210px;border-radius:18px;border:1px solid var(--line)}.qr a{background:var(--brown);color:#fff;border-radius:999px;padding:10px 16px}.qr small{color:var(--muted)}footer{border-top:1px solid var(--line);padding:24px 54px;display:flex;justify-content:space-between;color:var(--muted);background:#fff}.floating-line{position:fixed;right:22px;bottom:22px;z-index:90;background:#111;color:#fff;border-radius:999px;padding:14px 20px;box-shadow:0 18px 44px rgba(0,0,0,.18);font-weight:700}@media(max-width:1100px){nav{display:none}.featured-grid{grid-template-columns:repeat(3,1fr)}.product-grid,.why-grid,.why-strip,.contact-inner{grid-template-columns:1fr 1fr}.faq-grid{grid-template-columns:1fr}}@media(max-width:700px){.site-header{padding:10px 18px}.brand strong{font-size:15px}.brand img{width:42px;height:42px}.line-btn{padding:10px 14px}.hero img{height:auto;min-height:unset}.hero-overlay{position:static;padding:18px;text-align:center}.why-strip{margin:18px 16px;grid-template-columns:1fr}.why-strip div{border-right:0;border-bottom:1px solid var(--line);padding:16px 8px}.why-strip div:last-child{border-bottom:0}.section-title h2{font-size:30px}.featured-grid,.product-grid,.why-grid,.contact-inner{grid-template-columns:1fr}footer{display:block;padding:28px 20px}}