@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Sarabun:wght@400;500;600;700;800&display=swap";:root{--primary:#1a2744;--primary-light:#253460;--accent:#e85d04;--accent-light:#f48c42;--grey-50:#fafafa;--grey-100:#f5f5f5;--grey-200:#e8e8e8;--grey-400:#bdbdbd;--grey-500:#9e9e9e;--grey-700:#555;--text:#222;--white:#fff}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--text);background:var(--white);-webkit-font-smoothing:antialiased;font-family:Sarabun,Inter,sans-serif;line-height:1.65}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}ul{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 28px}.section-label{letter-spacing:2px;text-transform:uppercase;color:var(--accent);margin-bottom:12px;font-size:.75rem;font-weight:700;display:inline-block}.section-title{color:var(--primary);margin-bottom:16px;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;line-height:1.2}.section-desc{color:var(--grey-700);max-width:560px;margin-bottom:48px;font-size:1rem}.accent-bar{background:var(--accent);border-radius:2px;width:52px;height:4px;margin-bottom:20px}.btn-primary{background:var(--accent);color:var(--white);cursor:pointer;border:none;border-radius:4px;align-items:center;gap:8px;padding:14px 30px;font-size:1rem;font-weight:700;transition:background .2s,transform .1s;display:inline-flex}.btn-primary:hover{background:var(--accent-light)}.btn-outline-white{color:var(--white);cursor:pointer;background:0 0;border:2px solid #fff9;border-radius:4px;align-items:center;gap:8px;padding:13px 30px;font-size:1rem;font-weight:700;transition:all .2s;display:inline-flex}.btn-outline-white:hover{background:var(--white);color:var(--primary);border-color:var(--white)}section{padding:80px 0}@media (width<=768px){section{padding:56px 0}.section-title{font-size:1.6rem}}.site-header{z-index:1000;position:fixed;top:0;left:0;right:0}.contact-bar{background:var(--primary);border-bottom:1px solid #ffffff14;padding:7px 0}.contact-bar-inner{justify-content:space-between;align-items:center;gap:16px;display:flex}.contact-bar-left{color:#fff9;align-items:center;gap:10px;font-size:.78rem;display:flex}.contact-bar-right{align-items:center;gap:10px;font-size:.78rem;display:flex}.contact-bar-right a{color:#ffffffbf;align-items:center;gap:5px;transition:color .2s;display:flex}.contact-bar-right a:hover{color:var(--accent-light)}.cb-sep{color:#ffffff40}.navbar{background:var(--primary);padding:0;transition:box-shadow .3s}.navbar.scrolled{box-shadow:0 2px 20px #0006}.nav-inner{justify-content:space-between;align-items:center;height:68px;display:flex}.nav-logo{align-items:center;display:flex}.nav-logo-img{object-fit:contain;mix-blend-mode:screen;border-radius:4px;width:auto;height:48px;display:block}.nav-links{align-items:center;gap:4px;display:flex}.nav-links li a{color:#fffc;border-radius:4px;padding:8px 14px;font-size:.95rem;font-weight:600;transition:color .2s,background .2s}.nav-links li a:hover,.nav-links li a.active{color:#fff;background:#ffffff1a}.nav-cta{margin-left:8px;background:var(--accent)!important;color:#fff!important;border-radius:4px!important;padding:9px 20px!important;font-weight:700!important}.nav-cta:hover{background:var(--accent-light)!important}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.hamburger span{background:#fff;border-radius:2px;width:24px;height:2px;transition:transform .3s,opacity .3s;display:block}.hamburger.open span:first-child{transform:rotate(45deg)translate(5px,5px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.line-btn-bar{cursor:pointer;color:#ffffffbf;background:0 0;border:none;align-items:center;gap:5px;padding:0;font-family:inherit;font-size:.78rem;transition:color .2s;display:flex}.line-btn-bar:hover{color:#06c755}.line-nav-btn{cursor:pointer;color:#fffc;background:0 0;border:1px solid #06c75566;border-radius:4px;align-items:center;gap:6px;padding:7px 14px;font-family:inherit;font-size:.88rem;font-weight:600;transition:all .2s;display:flex}.line-nav-btn:hover{color:#06c755;background:#06c75526;border-color:#06c755}.line-modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#000000a6;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.line-modal{text-align:center;background:#fff;border-radius:16px;width:100%;max-width:360px;padding:40px 36px;position:relative;box-shadow:0 24px 64px #0000004d}.line-modal-close{cursor:pointer;color:var(--grey-500);background:0 0;border:none;padding:4px 8px;font-size:1.2rem;line-height:1;position:absolute;top:14px;right:16px}.line-modal-close:hover{color:var(--primary)}.line-modal-header{color:#06c755;justify-content:center;align-items:center;gap:8px;margin-bottom:8px;font-size:.9rem;font-weight:700;display:flex}.line-modal h3{color:var(--primary);margin-bottom:6px;font-size:1.3rem;font-weight:800}.line-modal>p{color:var(--grey-600);margin-bottom:24px;font-size:.88rem}.line-qr-box{background:var(--grey-50);border:1px solid var(--grey-200);border-radius:12px;justify-content:center;align-items:center;min-height:180px;margin-bottom:20px;padding:20px;display:flex}.line-qr-box img{border-radius:8px;max-width:160px;height:auto}.line-qr-placeholder{color:var(--grey-500);flex-direction:column;align-items:center;gap:12px}.qr-placeholder-grid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.qr-dot{background:var(--grey-200);border-radius:6px;width:40px;height:40px}.line-qr-placeholder p{color:var(--grey-500);font-size:.78rem;line-height:1.6}.line-qr-placeholder code{background:var(--grey-100);border-radius:4px;padding:2px 6px;font-size:.72rem}.line-add-btn{color:#fff;background:#06c755;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;margin-bottom:16px;padding:13px 28px;font-size:.95rem;font-weight:700;transition:background .2s;display:inline-flex}.line-add-btn:hover{color:#fff;background:#05b34c}.line-modal-note{color:var(--grey-500);font-size:.8rem}.line-modal-note a{color:var(--accent)}@media (width<=900px){.cb-hide-sm{display:none}.nav-logo-img{height:38px}.hamburger{display:flex}.nav-links{background:var(--primary);flex-direction:column;align-items:stretch;gap:4px;padding:12px 20px 20px;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 8px 24px #0000004d}.nav-links.open{display:flex}.nav-links li a{padding:12px 16px;display:block}.line-nav-btn{justify-content:center;width:100%;padding:12px 16px}.nav-cta{text-align:center;margin-left:0!important}}.footer{color:#ffffffbf;background:#0f1829;padding:64px 0 0}.footer-grid{border-bottom:1px solid #ffffff14;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:48px;padding-bottom:48px;display:grid}.footer-logo{margin-bottom:20px}.footer-logo-img{object-fit:contain;mix-blend-mode:screen;width:auto;height:60px;display:block}.footer-tagline{color:#fff9;margin-bottom:12px;font-size:.9rem;line-height:1.7}.footer-est{color:var(--accent-light);font-size:.78rem;font-weight:500}.footer-nav h4,.footer-products h4,.footer-contact h4{color:#fff;text-transform:uppercase;letter-spacing:1px;margin-bottom:20px;font-size:.85rem;font-weight:700}.footer-nav ul li,.footer-products ul li{margin-bottom:10px;font-size:.88rem}.footer-nav ul li a{color:#ffffffa6;transition:color .2s}.footer-nav ul li a:hover{color:var(--accent-light)}.footer-products ul li{color:#ffffffa6}.footer-contact ul{flex-direction:column;gap:16px;display:flex}.footer-contact ul li{color:#ffffffa6;align-items:flex-start;gap:10px;font-size:.85rem;display:flex}.footer-contact ul li svg{color:var(--accent-light);flex-shrink:0;margin-top:2px}.footer-bottom{color:#ffffff59;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:20px 0;font-size:.78rem;display:flex}@media (width<=900px){.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.footer-brand{grid-column:1/-1}}@media (width<=600px){.footer-grid{grid-template-columns:1fr}.footer-bottom{text-align:center;flex-direction:column}}.hero{background:var(--primary);align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-img-bg{background-position:50%;background-repeat:no-repeat;background-size:cover;transition:transform 8s;position:absolute;inset:0;transform:scale(1.04)}.hero:hover .hero-img-bg{transform:scale(1)}.hero-overlay{background:linear-gradient(105deg,#0a1228e0 0%,#1a2744bf 50%,#0a122880 100%);position:absolute;inset:0}.hero-content{z-index:2;max-width:700px;padding-top:120px;padding-bottom:100px;position:relative}.hero-badge{color:#f48c42;letter-spacing:1.5px;text-transform:uppercase;background:#e85d042e;border:1px solid #e85d0466;border-radius:100px;align-items:center;gap:8px;margin-bottom:24px;padding:6px 16px;font-size:.75rem;font-weight:700;display:inline-flex}.hero-content h1{color:#fff;margin-bottom:16px;font-size:clamp(2.2rem,4.5vw,3.6rem);font-weight:900;line-height:1.55}.hero-content h1 span{color:var(--accent)}.hero-sub{color:#ffffff80;margin-bottom:14px;font-size:1rem;font-style:italic}.hero-desc{color:#ffffffc7;max-width:560px;margin-bottom:40px;font-size:1.05rem;line-height:1.78}.hero-actions{flex-wrap:wrap;gap:16px;display:flex}.stats-bar{background:var(--accent);z-index:3;position:relative}.stats-inner{justify-content:space-around;display:flex}.stat-item{border-right:1px solid #ffffff38;flex-direction:column;flex:1;align-items:center;padding:28px 24px;display:flex}.stat-item:last-child{border-right:none}.stat-item strong{color:#fff;margin-bottom:4px;font-size:2rem;font-weight:900;line-height:1}.stat-item span{color:#ffffffd9;text-align:center;font-size:.82rem;font-weight:600;line-height:1.3}.stat-item small{color:#fff9;text-align:center;margin-top:2px;font-size:.72rem}.intro-section{background:var(--grey-50)}.intro-grid{grid-template-columns:1fr 1fr;align-items:center;gap:72px;display:grid}.intro-imgs{position:relative}.intro-img-main{aspect-ratio:4/3;border-radius:10px;overflow:hidden;box-shadow:0 16px 60px #0000002e}.intro-img-main img{object-fit:cover;width:100%;height:100%;display:block}.intro-img-secondary{aspect-ratio:4/3;border:5px solid #fff;border-radius:8px;width:55%;position:absolute;bottom:-32px;right:-32px;overflow:hidden;box-shadow:0 12px 40px #0003}.intro-img-secondary img{object-fit:cover;width:100%;height:100%;display:block}.intro-badge-float{background:var(--accent);color:#fff;text-align:center;z-index:2;border-radius:8px;padding:16px 20px;position:absolute;top:24px;left:-20px;box-shadow:0 8px 28px #e85d0473}.intro-badge-float strong{font-size:1rem;font-weight:900;line-height:1.2;display:block}.intro-badge-float span{opacity:.88;font-size:.72rem}.intro-text{padding-bottom:40px}.intro-thai{color:var(--grey-700);margin-bottom:16px;font-size:.95rem;line-height:1.85}.intro-en{color:var(--grey-500);margin-bottom:28px;font-size:.88rem;font-style:italic;line-height:1.75}.cert-chips{flex-wrap:wrap;gap:8px;margin-bottom:28px;display:flex}.cert-chips span{color:var(--primary);letter-spacing:.5px;background:#1a274412;border:1px solid #1a274426;border-radius:100px;padding:5px 14px;font-size:.78rem;font-weight:700}.gallery-section{background:#fff}.gallery-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:36px;display:flex}.gallery-cta-btn{flex-shrink:0}.photo-grid{grid-template-columns:repeat(5,1fr);gap:12px;display:grid}.photo-card{aspect-ratio:1;background:var(--grey-100);cursor:pointer;border-radius:8px;position:relative;overflow:hidden}.photo-card img{object-fit:cover;width:100%;height:100%;transition:transform .35s;display:block}.photo-card:hover img{transform:scale(1.07)}.photo-label{color:#fff;text-align:center;opacity:0;background:linear-gradient(#0000,#0a1228d1);padding:24px 10px 10px;font-size:.75rem;font-weight:600;transition:opacity .25s,transform .25s;position:absolute;bottom:0;left:0;right:0;transform:translateY(4px)}.photo-card:hover .photo-label{opacity:1;transform:translateY(0)}.mfg-strip{padding:100px 0;position:relative;overflow:hidden}.mfg-bg{background-position:50%;background-size:cover;background-attachment:fixed;position:absolute;inset:0}.mfg-overlay{background:linear-gradient(90deg,#0a1228e6 0%,#0a1228b3 100%);position:absolute;inset:0}.mfg-content{z-index:2;text-align:center;max-width:680px;margin:0 auto;position:relative}.mfg-content h2{color:#fff;margin-bottom:16px;font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800}.mfg-content p{color:#ffffffb8;margin-bottom:32px;font-size:1rem;line-height:1.7}.why-section{background:var(--grey-50)}.why-header{text-align:center;max-width:520px;margin:0 auto 56px}.why-header .accent-bar{margin:0 auto 20px}.reasons-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.reason-card{border:1px solid var(--grey-200);background:#fff;border-radius:10px;padding:36px 32px;transition:box-shadow .2s,transform .2s,border-color .2s}.reason-card:hover{border-color:var(--accent);transform:translateY(-3px);box-shadow:0 12px 40px #00000014}.reason-icon{margin-bottom:16px;font-size:2rem}.reason-card h3{color:var(--primary);margin-bottom:10px;font-size:1.1rem;font-weight:700}.reason-card p{color:var(--grey-700);font-size:.9rem;line-height:1.75}.cta-section{background:var(--primary);padding:72px 0}.cta-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:40px;display:flex}.cta-inner h2{color:#fff;margin-bottom:8px;font-size:1.8rem;font-weight:800}.cta-inner>div:first-child p{color:#ffffffa6}.cta-actions{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:20px;display:flex}.cta-phone{color:#fff;align-items:center;gap:12px;transition:opacity .2s;display:flex}.cta-phone:hover{opacity:.8}.cta-phone svg{color:var(--accent-light);flex-shrink:0}.cta-phone div{flex-direction:column;display:flex}.cta-phone span{color:#ffffff8c;text-transform:uppercase;letter-spacing:1px;font-size:.72rem}.cta-phone strong{color:#fff;font-size:1.1rem;font-weight:800}@media (width<=1100px){.photo-grid{grid-template-columns:repeat(4,1fr)}}@media (width<=900px){.intro-grid{grid-template-columns:1fr;gap:56px}.intro-imgs{padding-bottom:40px;padding-right:32px}.intro-badge-float{left:0}.reasons-grid{grid-template-columns:1fr}.gallery-header{flex-direction:column;align-items:flex-start}.photo-grid{grid-template-columns:repeat(3,1fr)}.cta-inner{text-align:center;flex-direction:column}.cta-actions{justify-content:center}}@media (width<=768px){.hero-content{padding-top:130px;padding-bottom:80px}.stats-inner{flex-wrap:wrap}.stat-item{flex:45%;padding:20px 12px}.stat-item:nth-child(2){border-right:none}.mfg-bg{background-attachment:scroll}.photo-grid{grid-template-columns:repeat(2,1fr)}.photo-label{opacity:1;transform:translateY(0)}.intro-img-secondary{bottom:-16px;right:-16px}}@media (width<=480px){.photo-grid{grid-template-columns:repeat(2,1fr);gap:8px}.stat-item{border-bottom:1px solid #ffffff26;border-right:none;flex:100%}.stat-item:last-child{border-bottom:none}}.page-header{background:var(--primary);padding:140px 0 80px;position:relative;overflow:hidden}.page-header-bg{background:radial-gradient(at 80%,#e85d041f 0%,#0000 60%),linear-gradient(135deg,#0f1829 0%,#1a2744 100%);position:absolute;inset:0}.page-header-bg:before{content:"";background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.page-header-content{z-index:2;position:relative}.page-header-content h1{color:#fff;margin:8px 0 16px;font-size:clamp(2rem,4vw,3rem);font-weight:900}.page-header-content>p{color:#ffffffa6;max-width:560px;margin-bottom:24px;font-size:.95rem;line-height:1.7}.breadcrumb{color:#ffffff73;align-items:center;gap:8px;font-size:.8rem;display:flex}.breadcrumb a{color:#ffffff8c;transition:color .2s}.breadcrumb a:hover{color:var(--accent-light)}.about-overview{background:var(--grey-50)}.overview-grid{grid-template-columns:1fr 1fr;align-items:start;gap:80px;display:grid}.overview-grid>div:first-child p{color:var(--grey-700);font-size:.95rem;line-height:1.75}.overview-info-cards{grid-template-columns:1fr 1fr;gap:12px;display:grid}.info-card{border:1px solid var(--grey-200);background:#fff;border-radius:8px;flex-direction:column;gap:4px;padding:16px 20px;transition:border-color .2s,box-shadow .2s;display:flex}.info-card:hover{border-color:var(--accent);box-shadow:0 4px 16px #e85d041a}.info-card strong{text-transform:uppercase;letter-spacing:1px;color:var(--accent);font-size:.72rem;font-weight:700}.info-card span{color:var(--primary);font-size:.88rem;font-weight:600}.mission-section{background:var(--primary)}.mission-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.mission-card{border:1px solid #ffffff14;border-radius:8px;padding:36px 28px}.mission-card.mission{background:#e85d041f;border-color:#e85d0433}.mission-card.vision,.mission-card.tagline{background:#ffffff0d}.mission-icon{margin-bottom:16px;font-size:2rem}.mission-card h3{color:#fff;margin-bottom:12px;font-size:1.1rem;font-weight:700}.mission-card p{color:#ffffffb3;font-size:.9rem;line-height:1.7}.mission-card p strong{color:#fff}.timeline-section{background:#fff}.text-center-block{text-align:left;margin-bottom:56px}.timeline{max-width:800px;margin:0 auto;position:relative}.timeline:before{content:"";background:var(--grey-200);width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.timeline-item{justify-content:flex-end;margin-bottom:32px;padding-right:calc(50% + 32px);display:flex;position:relative}.timeline-item.right{justify-content:flex-start;padding-left:calc(50% + 32px);padding-right:0}.timeline-marker{background:var(--accent);width:12px;height:12px;box-shadow:0 0 0 2px var(--accent);border:3px solid #fff;border-radius:50%;position:absolute;top:20px;left:50%;transform:translate(-50%)}.timeline-card{background:var(--grey-50);border:1px solid var(--grey-200);border-radius:8px;max-width:300px;padding:20px 24px}.timeline-year{color:var(--accent);text-transform:uppercase;letter-spacing:1px;margin-bottom:6px;font-size:.78rem;font-weight:700}.timeline-card p{color:var(--grey-700);font-size:.88rem;line-height:1.6}.values-section{background:var(--grey-50)}.values-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.value-card{border:1px solid var(--grey-200);text-align:center;background:#fff;border-radius:8px;padding:32px 24px;transition:box-shadow .2s,transform .2s}.value-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #00000014}.value-icon{margin-bottom:16px;font-size:2.5rem}.value-card h3{color:var(--primary);margin-bottom:10px;font-size:1rem;font-weight:700}.value-card p{color:var(--grey-700);font-size:.85rem;line-height:1.65}.about-cta{background:var(--accent);padding:72px 0}.about-cta-inner{text-align:center}.about-cta-inner h2{color:#fff;margin-bottom:12px;font-size:2rem;font-weight:900}.about-cta-inner p{color:#fffc;margin-bottom:32px;font-size:1rem}.about-cta .btn-primary{color:var(--accent);background:#fff}@media (width<=900px){.overview-grid{grid-template-columns:1fr;gap:40px}.mission-grid{grid-template-columns:1fr}.values-grid{grid-template-columns:1fr 1fr}.timeline:before{left:16px}.timeline-item{justify-content:flex-start;padding-left:52px;padding-right:0}.timeline-item.right{padding-left:52px}.timeline-marker{left:16px}}@media (width<=600px){.overview-info-cards,.values-grid{grid-template-columns:1fr}}.page-header-overlay{z-index:1;background:linear-gradient(90deg,#0a1228eb 0%,#0a1228bf 60%,#0a122880 100%);position:absolute;inset:0}.page-header-bg{background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.page-header .page-header-bg:not([style]){background:radial-gradient(at 80%,#e85d041f 0%,#0000 60%),linear-gradient(135deg,#0f1829 0%,#1a2744 100%)}.factory-section{background:#fff}.factory-head{margin-bottom:36px}.factory-grid{grid-template-columns:1.5fr 1fr;align-items:start;gap:16px;display:grid}.factory-main{aspect-ratio:4/3;border-radius:10px;position:relative;overflow:hidden}.factory-main img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.factory-main:hover img{transform:scale(1.03)}.factory-main-label{background:linear-gradient(#0000,#0a1228d9);flex-direction:column;gap:4px;padding:32px 20px 20px;display:flex;position:absolute;bottom:0;left:0;right:0}.factory-main-label strong{color:#fff;font-size:1rem;font-weight:700}.factory-main-label span{color:#fff9;font-size:.8rem}.factory-side-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.factory-thumb{aspect-ratio:1;background:var(--grey-100);border-radius:8px;position:relative;overflow:hidden}.factory-thumb img{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.factory-thumb:hover img{transform:scale(1.07)}.factory-thumb-label{color:#fff;text-align:center;opacity:0;background:linear-gradient(#0000,#0a1228c7);padding:20px 8px 8px;font-size:.7rem;font-weight:600;transition:opacity .22s;position:absolute;bottom:0;left:0;right:0}.factory-thumb:hover .factory-thumb-label{opacity:1}.overview-thai{color:var(--grey-700);margin-bottom:14px;font-size:.95rem;line-height:1.85}.overview-en{color:var(--grey-500);font-size:.88rem;font-style:italic;line-height:1.75}.value-en{text-transform:uppercase;letter-spacing:1.5px;color:var(--accent);margin-bottom:6px;font-size:.7rem;font-weight:700}.timeline-year-en{opacity:.6;margin-left:6px;font-size:.7rem;font-weight:500;display:inline-block}.about-cta{background:var(--primary)}.about-cta-inner{text-align:left;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:40px;display:flex}.about-cta-inner h2{color:#fff;font-size:1.8rem}.about-cta-inner>div p{color:#ffffffa6;margin-bottom:0}.about-cta-btns{flex-wrap:wrap;flex-shrink:0;gap:16px;display:flex}.about-cta .btn-primary{background:var(--accent);color:#fff}.about-cta .btn-primary:hover{background:var(--accent-light)}@media (width<=900px){.factory-grid{grid-template-columns:1fr}.factory-side-grid{grid-template-columns:repeat(3,1fr)}.factory-thumb-label{opacity:1}.about-cta-inner{text-align:center;flex-direction:column}.about-cta-btns{justify-content:center}}@media (width<=600px){.factory-side-grid{grid-template-columns:repeat(2,1fr)}.values-grid{grid-template-columns:1fr}}.standards-strip{background:var(--primary);border-bottom:1px solid #ffffff14;padding:20px 0}.standards-inner{flex-wrap:wrap;align-items:center;gap:24px;display:flex}.standards-label{color:#ffffff80;text-transform:uppercase;letter-spacing:1px;flex-shrink:0;font-size:.78rem;font-weight:600}.standards-chips{flex-wrap:wrap;gap:12px;display:flex}.std-chip{background:#ffffff12;border:1px solid #ffffff1f;border-radius:6px;flex-direction:column;padding:8px 16px;display:flex}.std-chip strong{color:var(--accent-light);font-size:.85rem;font-weight:700}.std-chip span{color:#ffffff80;font-size:.72rem}.product-detail{border-bottom:1px solid var(--grey-200);background:#fff;padding:88px 0}.product-detail--alt{background:var(--grey-50)}.product-detail-inner{grid-template-columns:1fr 1fr;align-items:start;gap:80px;display:grid}.product-detail--alt .product-detail-inner{direction:rtl}.product-detail--alt .product-detail-info,.product-detail--alt .product-detail-side{direction:ltr}.product-detail-icon{color:var(--accent);margin-bottom:16px}.product-std-badge{color:var(--accent);letter-spacing:1px;background:#e85d041a;border:1px solid #e85d0440;border-radius:100px;margin-bottom:8px;padding:4px 12px;font-size:.72rem;font-weight:700;display:inline-block}.product-thai-label{color:var(--grey-500);margin-bottom:10px;font-size:.85rem;font-style:italic}.product-detail-info h2{color:var(--primary);margin-bottom:16px;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:800;line-height:1.25}.product-detail-desc{color:var(--grey-700);margin-bottom:32px;font-size:.95rem;line-height:1.75}.product-features h4{text-transform:uppercase;letter-spacing:1px;color:var(--primary);margin-bottom:16px;font-size:.85rem;font-weight:700}.product-features ul{flex-direction:column;gap:10px;display:flex}.product-features ul li{color:var(--grey-700);align-items:flex-start;gap:10px;font-size:.88rem;line-height:1.5;display:flex}.product-features ul li svg{color:var(--accent);flex-shrink:0;margin-top:1px}.product-img-box{aspect-ratio:4/3;border-radius:8px;margin-bottom:20px;overflow:hidden}.product-img-placeholder{background:linear-gradient(135deg, var(--primary), #253460);color:#fff6;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;height:100%;display:flex}.product-placeholder-icon{opacity:.4}.product-img-placeholder p{font-size:.9rem;font-style:italic}.product-img-placeholder span{opacity:.7;font-size:.78rem}.applications-box{background:var(--grey-50);border:1px solid var(--grey-200);border-radius:8px;margin-bottom:20px;padding:20px 24px}.product-detail--alt .applications-box{background:#fff}.applications-box h4{text-transform:uppercase;letter-spacing:1px;color:var(--primary);margin-bottom:12px;font-size:.78rem;font-weight:700}.applications-box ul{flex-direction:column;gap:8px;display:flex}.applications-box ul li{color:var(--grey-700);align-items:center;gap:10px;font-size:.87rem;display:flex}.app-dot{background:var(--accent);border-radius:50%;flex-shrink:0;width:6px;height:6px}.product-quote-btn{justify-content:center;width:100%}.spec-cta{background:var(--primary);padding:72px 0}.spec-cta-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:48px;display:flex}.spec-cta-text h2{color:#fff;margin-bottom:10px;font-size:1.7rem;font-weight:800}.spec-cta-text p{color:#ffffffa6;max-width:520px;font-size:.95rem;line-height:1.7}.spec-cta-actions{flex-wrap:wrap;flex-shrink:0;gap:14px;display:flex}.btn-outline-cta{color:#fff;background:0 0;border:2px solid #ffffff4d;border-radius:4px;align-items:center;gap:8px;padding:13px 24px;font-size:.95rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-outline-cta:hover{background:#ffffff14;border-color:#fff}@media (width<=900px){.product-detail-inner{grid-template-columns:1fr;gap:40px}.product-detail--alt .product-detail-inner{direction:ltr}.spec-cta-inner{text-align:center;flex-direction:column}.spec-cta-actions{justify-content:center}}@media (width<=600px){.standards-inner{flex-direction:column;align-items:flex-start}}.products-gallery-section{background:var(--grey-50)}.gallery-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:36px;display:flex}.products-photo-grid{grid-template-columns:repeat(5,1fr);gap:14px;display:grid}.prod-photo-card{aspect-ratio:1;background:var(--grey-100);cursor:pointer;border-radius:8px;position:relative;overflow:hidden}.prod-photo-card img{object-fit:cover;width:100%;height:100%;transition:transform .35s;display:block}.prod-photo-card:hover img{transform:scale(1.08)}.prod-photo-overlay{opacity:0;background:linear-gradient(#0000 0%,#0a122833 40%,#0a1228e0 100%);flex-direction:column;justify-content:flex-end;padding:14px;transition:opacity .25s;display:flex;position:absolute;inset:0}.prod-photo-card:hover .prod-photo-overlay{opacity:1}.prod-photo-tag{text-transform:uppercase;letter-spacing:1px;color:var(--accent-light);margin-bottom:4px;font-size:.65rem;font-weight:700}.prod-photo-label{color:#fff;margin-bottom:8px;font-size:.8rem;font-weight:600;line-height:1.3}.prod-photo-cta{color:var(--accent-light);font-size:.72rem;font-weight:600;transition:color .2s}.prod-photo-cta:hover{color:#fff}.product-detail-img{aspect-ratio:4/3;border-radius:10px;position:relative;overflow:hidden;box-shadow:0 16px 48px #00000026}.product-detail-img img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.product-detail-img:hover img{transform:scale(1.04)}.product-std-float{background:var(--accent);color:#fff;letter-spacing:1px;border-radius:100px;padding:5px 12px;font-size:.72rem;font-weight:800;position:absolute;top:16px;left:16px;box-shadow:0 4px 12px #e85d0466}.applications-row{margin:24px 0 20px}.applications-row h4{text-transform:uppercase;letter-spacing:1px;color:var(--primary);margin-bottom:12px;font-size:.78rem;font-weight:700}.app-chip{color:var(--primary);background:#1a274412;border:1px solid #1a274426;border-radius:100px;padding:5px 14px;font-size:.78rem;font-weight:600}@media (width<=1100px){.products-photo-grid{grid-template-columns:repeat(4,1fr)}}@media (width<=900px){.products-photo-grid{grid-template-columns:repeat(3,1fr)}.gallery-head{flex-direction:column;align-items:flex-start}.prod-photo-overlay{opacity:1}}@media (width<=600px){.products-photo-grid{grid-template-columns:repeat(2,1fr);gap:8px}}.pd-overview{background:var(--grey-50);padding:80px 0}.pd-overview-grid{grid-template-columns:1fr 1fr;align-items:start;gap:72px;display:grid}.pd-desc{color:var(--grey-700);margin-bottom:14px;font-size:.95rem;line-height:1.8}.pd-desc-en{color:var(--grey-500);margin-bottom:28px;font-size:.88rem;font-style:italic;line-height:1.75}.pd-features h4{text-transform:uppercase;letter-spacing:1px;color:var(--primary);margin-bottom:14px;font-size:.78rem;font-weight:700}.pd-features ul{flex-direction:column;gap:10px;display:flex}.pd-features ul li{color:var(--grey-700);align-items:flex-start;gap:10px;font-size:.9rem;line-height:1.5;display:flex}.pd-features ul li svg{color:var(--accent);flex-shrink:0;margin-top:2px}.pd-side{flex-direction:column;gap:20px;display:flex}.pd-main-img{aspect-ratio:4/3;border-radius:10px;position:relative;overflow:hidden;box-shadow:0 16px 48px #00000024}.pd-main-img img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.pd-main-img:hover img{transform:scale(1.04)}.pd-std-badge{background:var(--accent);color:#fff;letter-spacing:1px;border-radius:100px;padding:5px 14px;font-size:.72rem;font-weight:800;position:absolute;top:16px;left:16px;box-shadow:0 4px 12px #e85d0466}.pd-applications h4{text-transform:uppercase;letter-spacing:1px;color:var(--primary);margin-bottom:10px;font-size:.78rem;font-weight:700}.pd-cta-btn{justify-content:center;align-items:center;gap:8px;width:100%;display:flex}.pd-specs-section{background:#fff;padding:80px 0}.pd-specs-header{margin-bottom:40px}.spec-table-wrap{border:1px solid var(--grey-200);border-radius:8px;overflow-x:auto}.spec-table{border-collapse:collapse;width:100%;font-size:.9rem}.spec-table thead{background:var(--primary)}.spec-table thead th{color:#fff;text-align:center;white-space:nowrap;letter-spacing:.3px;padding:14px 18px;font-size:.82rem;font-weight:700}.spec-table thead th span{opacity:.65;font-size:.75rem;font-weight:400;display:block}.spec-table thead th:first-child{text-align:left}.spec-table tbody tr{border-bottom:1px solid var(--grey-200);transition:background .15s}.spec-table tbody tr:last-child{border-bottom:none}.spec-table tbody tr:hover{background:var(--grey-50)}.spec-table tbody td{text-align:center;color:var(--grey-700);padding:13px 18px}.spec-size{font-weight:700;text-align:left!important;color:var(--primary)!important}.spec-ok{font-size:1.1rem;color:#15803d!important}.spec-na{font-size:.9rem;color:var(--grey-400)!important}.spec-note{color:var(--grey-500);margin-top:16px;font-size:.82rem;font-style:italic}.pd-gallery-section{background:var(--grey-50);padding:80px 0}.pd-gallery-header{margin-bottom:36px}.pd-photo-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.pd-photo-item{aspect-ratio:1;background:var(--grey-100);border-radius:8px;position:relative;overflow:hidden}.pd-photo-item img{object-fit:cover;width:100%;height:100%;transition:transform .35s;display:block}.pd-photo-item:hover img{transform:scale(1.08)}.pd-photo-overlay{opacity:0;background:linear-gradient(#0000 40%,#0a1228d9 100%);align-items:flex-end;padding:14px;transition:opacity .25s;display:flex;position:absolute;inset:0}.pd-photo-overlay span{color:#fff;font-size:.8rem;font-weight:600}.pd-photo-item:hover .pd-photo-overlay{opacity:1}.pd-faq-section{background:#fff;padding:80px 0}.pd-faq-inner{grid-template-columns:280px 1fr;align-items:start;gap:64px;display:grid}.faq-list{flex-direction:column;gap:12px;display:flex}.faq-item{border:1px solid var(--grey-200);border-radius:8px;overflow:hidden}.faq-item summary{cursor:pointer;color:var(--primary);background:var(--grey-50);justify-content:space-between;align-items:center;gap:16px;padding:18px 22px;font-size:.95rem;font-weight:600;list-style:none;transition:background .2s;display:flex}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";color:var(--accent);flex-shrink:0;font-size:1.3rem;font-weight:300}.faq-item[open] summary{background:#fff}.faq-item[open] summary:after{content:"−"}.faq-item summary:hover{background:#fff}.faq-item p{color:var(--grey-700);padding:16px 22px 20px;font-size:.9rem;line-height:1.75}.pd-cta{background:var(--primary);padding:80px 0}.pd-cta-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:40px;display:flex}.pd-cta-inner h2{color:#fff;margin-bottom:8px;font-size:1.8rem;font-weight:900}.pd-cta-inner>div>p{color:#ffffffa6;font-size:.95rem}.pd-cta-btns{flex-wrap:wrap;flex-shrink:0;gap:14px;display:flex}.pd-cta .btn-primary{background:var(--accent);color:#fff}.pd-cta .btn-primary:hover{background:var(--accent-light)}.highway-products-grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.highway-product-card{border:1px solid var(--grey-200);background:#fff;border-radius:10px;transition:box-shadow .2s,transform .2s;overflow:hidden}.highway-product-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0000001a}.highway-product-img{aspect-ratio:16/9;position:relative;overflow:hidden}.highway-product-img img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.highway-product-card:hover .highway-product-img img{transform:scale(1.06)}.highway-product-badge{background:var(--accent);color:#fff;letter-spacing:.5px;border-radius:100px;padding:4px 12px;font-size:.7rem;font-weight:800;position:absolute;top:12px;left:12px}.highway-product-body{padding:22px 24px 26px}.highway-product-body h3{color:var(--primary);margin-bottom:4px;font-size:1rem;font-weight:700}.highway-product-en{color:var(--grey-500);margin-bottom:12px;font-size:.8rem;font-style:italic}.highway-product-body p:last-of-type{color:var(--grey-600);margin-bottom:16px;font-size:.88rem;line-height:1.65}.highway-product-link{color:var(--accent);font-size:.88rem;font-weight:700;transition:color .2s}.highway-product-link:hover{color:var(--primary)}.cert-cards{grid-template-columns:1fr 1fr;gap:10px;display:grid}.cert-card{background:var(--grey-50);border:1px solid var(--grey-200);border-radius:8px;flex-direction:column;gap:3px;padding:14px 16px;transition:border-color .2s;display:flex}.cert-card:hover{border-color:var(--accent)}.cert-card strong{color:var(--accent);text-transform:uppercase;letter-spacing:.5px;font-size:.78rem;font-weight:700}.cert-card span{color:var(--primary);font-size:.82rem;font-weight:600}.app-chips{flex-wrap:wrap;gap:8px;display:flex}.app-chip{color:var(--primary);background:#1a274412;border:1px solid #1a274426;border-radius:100px;padding:5px 14px;font-size:.78rem;font-weight:600;transition:background .2s}.app-chip:hover{background:#1a27441f}@media (width<=1024px){.pd-photo-grid{grid-template-columns:repeat(3,1fr)}.highway-products-grid{grid-template-columns:1fr 1fr}}@media (width<=900px){.pd-overview-grid{grid-template-columns:1fr;gap:40px}.pd-faq-inner{grid-template-columns:1fr;gap:32px}.pd-cta-inner{text-align:center;flex-direction:column}.pd-cta-btns{justify-content:center}.highway-products-grid{grid-template-columns:1fr}.cert-cards{grid-template-columns:1fr 1fr}}@media (width<=600px){.pd-photo-grid{grid-template-columns:repeat(2,1fr);gap:8px}.cert-cards{grid-template-columns:1fr}}.contact-section{background:var(--grey-50)}.contact-grid{grid-template-columns:1fr 1.3fr;align-items:start;gap:80px;display:grid}.contact-intro{color:var(--grey-700);margin-bottom:32px;font-size:.9rem;font-style:italic;line-height:1.75}.contact-details{flex-direction:column;gap:20px;margin-bottom:32px;display:flex}.contact-item{align-items:flex-start;gap:16px;display:flex}.contact-item-icon{width:44px;height:44px;color:var(--accent);background:#e85d041a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-item>div:last-child strong{text-transform:uppercase;letter-spacing:1px;color:var(--primary);margin-bottom:4px;font-size:.78rem;font-weight:700;display:block}.contact-item>div:last-child p{color:var(--grey-700);font-size:.9rem;line-height:1.6}.contact-item a{color:var(--accent);font-weight:500;transition:color .2s}.contact-item a:hover{color:var(--accent-light)}.map-placeholder{background:var(--primary);aspect-ratio:16/7;border-radius:8px;position:relative;overflow:hidden}.map-inner{background:linear-gradient(135deg,#0f1829,#1a2744);flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;height:100%;padding:24px;display:flex}.map-inner p{color:#ffffff80;font-size:.88rem}.map-link{color:var(--accent-light);margin-top:4px;font-size:.85rem;font-weight:600;transition:color .2s}.map-link:hover{color:#fff}.contact-form-box{border:1px solid var(--grey-200);background:#fff;border-radius:12px;padding:40px;box-shadow:0 4px 32px #0000000f}.contact-form-box h3{color:var(--primary);margin-bottom:8px;font-size:1.4rem;font-weight:800}.contact-form-box>p{color:var(--grey-500);margin-bottom:28px;font-size:.88rem}.contact-form{flex-direction:column;gap:18px;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.form-group{flex-direction:column;gap:6px;display:flex}.form-group label{color:var(--primary);font-size:.8rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{border:1px solid var(--grey-200);color:var(--text);background:var(--grey-50);resize:vertical;border-radius:6px;outline:none;padding:11px 14px;font-family:inherit;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--accent);background:#fff;box-shadow:0 0 0 3px #e85d041a}.form-group textarea{min-height:120px}.form-submit{justify-content:center;width:100%;margin-top:4px;padding:15px;font-size:1rem}.form-success{text-align:center;padding:40px 20px}.success-icon{color:#fff;background:#22c55e;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 20px;font-size:1.8rem;font-weight:700;display:flex}.form-success h4{color:var(--primary);margin-bottom:12px;font-size:1.2rem;font-weight:700}.form-success p{color:var(--grey-700);font-size:.9rem;line-height:1.6}.contact-map{margin-top:8px}.map-open-link{color:var(--accent);align-items:center;gap:6px;font-size:.85rem;font-weight:600;transition:color .2s;display:inline-flex}.map-open-link:hover{color:var(--primary)}.form-header{margin-bottom:0}.service-area-section{background:var(--primary);padding:72px 0}.service-area-inner{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:48px;display:flex}.service-area-inner .section-title{color:#fff}.service-area-chips{flex-wrap:wrap;flex-shrink:0;align-self:center;gap:10px;max-width:380px;display:flex}.area-chip{color:#ffffffd9;background:#ffffff1a;border:1px solid #ffffff2e;border-radius:100px;padding:7px 18px;font-size:.85rem;font-weight:600;transition:background .2s}.area-chip:hover{background:#ffffff2e}@media (width<=900px){.contact-grid{grid-template-columns:1fr;gap:48px}.service-area-inner{flex-direction:column}.service-area-chips{max-width:100%}}@media (width<=600px){.form-row{grid-template-columns:1fr}.contact-form-box{padding:28px 20px}}main{padding-top:102px}main>.page-header:first-child,main>.hero:first-child{margin-top:0;padding-top:0}.hero .hero-content{padding-top:140px!important}.page-header{padding-top:160px!important}
