:root{--ink:#172033;--muted:#5f6878;--line:#d9e1ea;--brand:#116149;--brand2:#f0a429;--bg:#f6f8fb;--panel:#fff}*{box-sizing:border-box}body{margin:0;font-family:Tahoma,"Noto Sans Thai",Arial,sans-serif;color:var(--ink);background:var(--bg);line-height:1.7}a{color:var(--brand);text-decoration:none}img{max-width:100%;display:block}.site-header{position:sticky;top:0;z-index:20;display:flex;justify-content:space-between;align-items:center;gap:24px;padding:14px 32px;background:rgba(255,255,255,.94);border-bottom:1px solid var(--line);backdrop-filter:blur(10px)}.brand{display:flex;align-items:center;gap:12px;font-weight:700;color:var(--ink)}.brand img{width:46px;height:46px;border-radius:6px;object-fit:cover}.site-header nav{display:flex;gap:16px;flex-wrap:wrap}.site-header nav a{font-weight:700}.hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:36px;align-items:center;max-width:1180px;margin:34px auto 22px;padding:0 24px}.hero-copy h1{font-size:clamp(32px,4vw,56px);line-height:1.16;margin:6px 0 18px}.hero-copy p{font-size:18px;color:var(--muted)}.hero>img{width:100%;height:430px;object-fit:cover;border-radius:8px;box-shadow:0 20px 50px rgba(23,32,51,.16)}.eyebrow{font-weight:700;color:var(--brand);letter-spacing:0;margin:0}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 18px;border:1px solid var(--brand);border-radius:6px;font-weight:700}.btn.primary{background:var(--brand);color:#fff}.content-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:24px;max-width:1180px;margin:24px auto;padding:0 24px}article,.contact-card,.faq,.calculator,.directory,.related,.service-lead,.gallery-section,.map-section{background:var(--panel);border:1px solid var(--line);border-radius:8px;padding:26px}article h2,.faq h2,.calculator h2,.directory h2,.related h2,.service-lead h2,.gallery-section h2,.map-section h2{margin-top:0;line-height:1.3}.contact-card{align-self:start;position:sticky;top:94px}.contact-card img{border-radius:6px;margin-bottom:16px}.faq,.calculator,.directory,.related,.service-lead,.gallery-section,.map-section{max-width:1180px;margin:24px auto}.service-lead{display:grid;grid-template-columns:minmax(260px,.7fr) minmax(0,1.3fr);gap:24px;background:#fffaf0}.service-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.service-list article{padding:18px;background:#fff;border-radius:6px}.service-list h3{margin:0 0 8px}.gallery-section{background:#fff}.section-head{margin-bottom:18px}.image-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}.image-grid a{display:block;border-radius:8px;overflow:hidden;border:1px solid var(--line);background:#fff}.image-grid img{width:100%;height:170px;object-fit:cover;transition:transform .25s ease}.image-grid a:hover img{transform:scale(1.04)}.review-grid img{height:190px}.map-section iframe{width:100%;min-height:360px;border:0;border-radius:8px}.faq details{border-top:1px solid var(--line);padding:14px 0}.faq summary{cursor:pointer;font-weight:700}.calculator{display:grid;grid-template-columns:minmax(0,.85fr) minmax(320px,1fr);gap:24px;align-items:center;background:#eff7f3}.calc-box{display:grid;gap:12px}.calc-box label{display:grid;gap:6px;font-weight:700}.calc-box input[type=number],.calc-box select{width:100%;height:44px;border:1px solid var(--line);border-radius:6px;padding:0 12px;font-size:16px;background:#fff;color:var(--ink)}.check{display:flex!important;grid-template-columns:auto 1fr!important;align-items:center;gap:10px}.calc-box output{display:block;border-radius:6px;background:var(--ink);color:#fff;padding:14px 16px;font-weight:700}.link-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:12px}.link-grid a{display:flex;gap:8px;align-items:flex-start;min-height:54px;padding:12px 14px;border:1px solid var(--line);border-radius:6px;background:#fff;color:var(--ink)}.link-grid a:hover{border-color:var(--brand);box-shadow:0 6px 18px rgba(23,32,51,.08)}.link-grid span{color:var(--brand);font-weight:700}footer{text-align:center;color:var(--muted);padding:34px 18px}@media(max-width:820px){.site-header{position:static;align-items:flex-start;flex-direction:column;padding:14px 18px}.hero,.content-grid,.calculator,.service-lead{grid-template-columns:1fr}.service-list{grid-template-columns:1fr}.hero{margin-top:20px}.hero>img{height:280px}.content-grid,.hero{padding:0 16px}.contact-card{position:static}.faq,.calculator,.directory,.related,.service-lead,.gallery-section,.map-section{margin:18px 16px;padding:20px}.hero-copy h1{font-size:32px}.image-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.image-grid img{height:135px}}