.button.gold{color:var(--ink)}
.quote-btn{display:inline-flex;align-items:center;justify-content:center}
.logo{flex-direction:row;align-items:center;gap:10px;min-width:220px}
.logo-image{width:60px;height:60px;object-fit:cover;border-radius:16px;filter:drop-shadow(0 3px 7px rgba(74,43,8,.2));flex:0 0 auto}
.logo small{margin-top:0;line-height:1.45;max-width:135px}
.footer-top .logo-image{width:66px;height:66px;border-radius:18px}
.site-credit{white-space:nowrap}
.site-credit a{color:var(--gold2);font-weight:700;letter-spacing:.04em;transition:color .2s ease}
.site-credit a:hover,.site-credit a:focus-visible{color:#fff;text-decoration:underline;text-underline-offset:3px}
.language{display:none!important}
.hero-shade{background:linear-gradient(90deg,rgba(255,255,255,.995) 0%,rgba(255,255,255,.97) 27%,rgba(255,255,255,.84) 45%,rgba(255,255,255,.28) 62%,transparent 75%)}
.page-shade{background:linear-gradient(90deg,rgba(255,255,255,.995) 0%,rgba(255,255,255,.97) 36%,rgba(255,255,255,.82) 52%,rgba(255,255,255,.22) 70%,transparent 80%)}
.hero h1{line-height:1.12;letter-spacing:-2.5px}
.page-hero h1{line-height:1.16;letter-spacing:-2px}
.hero h1,.page-hero h1{text-shadow:0 2px 15px rgba(255,255,255,.98),0 0 4px rgba(255,255,255,.95);-webkit-text-stroke:.65px rgba(255,255,255,.62);paint-order:stroke fill}
.hero-content>p,.page-hero p{text-shadow:0 1px 8px rgba(255,255,255,.98)}
.button svg,.quote-btn svg,.card-body a svg,.product-grid a svg,.news-grid a svg{width:16px;height:16px;margin-left:10px;stroke-width:1.8;flex:0 0 auto}
.button>.button-leading-icon,.quote-btn>.button-leading-icon{margin:0 8px 0 0}
.button>svg:last-child,.quote-btn>svg:last-child{margin-left:10px}
.card-image.warehouse{background-image:url('../img/sourcing-v4.webp');background-position:center 42%}
.card-body>span{display:grid;place-items:center;width:34px;height:34px;border-radius:9px;background:#fff8e8;border:1px solid #efd8a4}
.card-body>span svg{width:20px;height:20px;stroke:#b88428;stroke-width:1.8}
.contact-item>svg{width:40px;height:40px;padding:11px;border-radius:50%;background:var(--navy);color:var(--gold2);stroke:currentColor;stroke-width:1.7;overflow:visible;flex:0 0 auto}
.service-hero .page-shade{background:linear-gradient(90deg,rgba(255,255,255,.995) 0%,rgba(255,255,255,.98) 40%,rgba(255,255,255,.84) 54%,rgba(255,255,255,.18) 76%)}
.service-hero .page-hero-copy{max-width:1280px}
.service-hero h1{max-width:760px}
.value-grid b{min-height:34px;display:grid;place-items:center}
.value-grid b svg{width:27px;height:27px;stroke:#bd8a2b;stroke-width:1.7}
.value-grid.dark b svg{stroke:#e0aa3f}
.detail-item>b{overflow:visible}
.detail-item>b svg{width:18px;height:18px;stroke-width:1.7;overflow:visible}
.product-photo{background-size:cover;background-position:center}
.product-photo.machinery{background-image:url('../img/product-machinery-v4.webp');background-position:center}
.product-photo.furniture{background-image:url('../img/product-furniture-v4.webp');background-position:center}
.product-photo.textile{background-image:url('../img/product-textile-v4.webp');background-position:center}
.product-photo.materials{background-image:url('../img/product-materials-v4.webp');background-position:center}
.product-photo.consumer{background-image:url('../img/product-consumer-v4.webp');background-position:center}
.product-photo.general{background-image:url('../img/product-general-v4.webp');background-position:center}
.product-filter button{width:100%;border:0;border-top:1px solid var(--line);background:#fff;padding:12px 16px;display:flex;align-items:center;gap:10px;color:var(--ink);font:500 12px "Noto Sans Thai";text-align:left;cursor:pointer;transition:.22s}
.product-filter button svg{width:17px;height:17px;stroke:#a97825;stroke-width:1.8;flex:0 0 auto}
.product-filter button span{flex:1}
.product-filter button b{min-width:23px;height:23px;border-radius:12px;display:grid;place-items:center;background:#edf1f4;color:#607080;font:700 9px "Manrope"}
.product-filter button:hover{background:#fffaf0;color:#9e6c17}
.product-filter button.active{background:#fff5df;color:#9b6812;font-weight:700;box-shadow:inset 3px 0 0 var(--gold)}
.product-filter button.active b{background:var(--gold);color:var(--navy)}
.filter-result{display:block;margin-top:3px;color:#7a8794;font-size:10px}
.product-enquiry{gap:8px}
.product-enquiry svg{margin:0}
.product-enquiry svg:last-child{margin-left:6px}
.product-grid article.filter-enter{animation:productCardIn .38s ease both}
.product-grid article[hidden]{display:none!important}
.product-grid.is-filtered{grid-template-columns:1fr}
.product-grid.is-filtered article{display:grid;grid-template-columns:1.18fr .82fr;grid-template-rows:auto 1fr auto;padding-bottom:0;min-height:330px}
.product-grid.is-filtered .product-photo{grid-row:1/4;height:100%;min-height:330px}
.product-grid.is-filtered h3{font-size:25px;margin:44px 35px 8px}
.product-grid.is-filtered p{font-size:12px;line-height:1.8;min-height:0;margin:0 35px;color:#687787}
.product-grid.is-filtered a{display:inline-flex;align-items:center;align-self:end;width:max-content;margin:0 35px 38px;font-size:12px}
@keyframes productCardIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
.knowledge-grid p{font-size:11px;line-height:1.85}
.products-inner{grid-template-columns:.68fr 1.32fr;gap:52px}
.products-copy p{max-width:350px;margin:14px 0 20px;color:var(--muted);font-size:12px}
.product-more{display:inline-flex;align-items:center;color:#a87522;font-size:12px;font-weight:700}
.product-more svg{width:16px;height:16px;margin-left:9px}
.product-showcase{min-width:0}
.product-stage{height:310px;position:relative;overflow:hidden;border-radius:14px;background:#dce4ea;box-shadow:0 18px 38px rgba(6,26,53,.15)}
.product-stage>img{width:100%;height:100%;object-fit:cover;transition:opacity .35s ease,transform 5.5s ease;transform:scale(1.025)}
.product-stage.changing>img{opacity:0;transform:scale(1.06)}
.product-stage-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,19,38,.88),rgba(3,19,38,.2) 58%,transparent)}
.product-stage-copy{position:absolute;z-index:2;left:28px;right:28px;bottom:25px;color:#fff;display:flex;flex-direction:column;align-items:flex-start}
.product-stage-copy small{font:700 9px "Manrope";letter-spacing:2.2px;color:#efc568}
.product-stage-copy strong{font-size:25px;margin:4px 0}
.product-stage-copy span{font-size:11px;color:#d9e2ea;max-width:420px}
.product-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:12px}
.product-tabs button{min-width:0;border:1px solid #d7e0e8;background:#fff;border-radius:11px;padding:11px 12px;display:flex;align-items:center;justify-content:center;gap:7px;color:var(--ink);font:600 11px "Noto Sans Thai";cursor:pointer;transition:.25s}
.product-tabs button svg{width:17px;height:17px;color:#b37e22;stroke-width:1.8;flex:0 0 auto}
.product-tabs button:hover,.product-tabs button.active{border-color:#d8a945;background:#fff8e8;box-shadow:0 6px 16px rgba(6,26,53,.08);color:#9a6713}
.map-visual iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.form-note{grid-column:1/-1;color:#7b8793;font-size:9px;margin-top:-5px}
.float-contact{align-items:center;justify-content:center}
.float-contact svg{display:block;width:16px;height:16px;margin:0;stroke-width:1.9;flex:0 0 auto}
@media(max-width:900px){
  .products-inner{grid-template-columns:1fr}
  .product-stage{height:300px}
  .page-shade{background:linear-gradient(90deg,rgba(255,255,255,.995) 0%,rgba(255,255,255,.98) 48%,rgba(255,255,255,.82) 68%,rgba(255,255,255,.2) 92%)}
  .page-hero p{max-width:470px}
  .nav{justify-content:space-between}
  .logo,.nav-actions{position:relative;z-index:3}
  .menu-toggle{display:block;position:relative;z-index:3}
  .menu-toggle i{transition:transform .25s ease,opacity .25s ease}
  .menu-toggle[aria-expanded="true"] i:first-child{transform:translateY(4px) rotate(45deg)}
  .menu-toggle[aria-expanded="true"] i:last-child{transform:translateY(-4px) rotate(-45deg)}
  .menu{position:absolute;z-index:2;left:0;right:0;top:0;padding:100px 28px 28px;background:#fff;display:flex;flex-direction:column;gap:0;transform:translateY(-115%);transition:.3s;box-shadow:0 20px 30px rgba(4,21,43,.15)}
  .menu.open{transform:none}
  .menu a{padding:12px 0;border-bottom:1px solid #e5e8eb;font-size:13px}
  .menu a:after{display:none}
  .nav-actions{margin-left:auto}
}
@media(max-width:760px){.hero-shade,.page-shade{background:linear-gradient(180deg,rgba(255,255,255,0) 7%,rgba(255,255,255,.35) 28%,rgba(255,255,255,.96) 43%,#fff 58%)}.hero h1{line-height:1.14;letter-spacing:-1.5px}.page-hero h1{line-height:1.18;letter-spacing:-1px}.service-hero .page-shade{background:linear-gradient(180deg,rgba(255,255,255,0) 8%,rgba(255,255,255,.92) 42%,#fff 58%)}.service-hero h1{font-size:36px}.quote-btn{gap:6px;min-width:96px}.quote-btn:before{order:2;line-height:1;margin:0}.quote-btn>.button-leading-icon{order:1;margin:0}.quote-btn>svg:last-child{order:3;margin:0 0 0 5px}.knowledge-grid{grid-template-columns:1fr}.knowledge-grid p{font-size:12px}.product-photo{height:160px}.product-grid.is-filtered article{display:block;min-height:0;padding-bottom:17px}.product-grid.is-filtered .product-photo{height:210px;min-height:0}.product-grid.is-filtered h3{font-size:18px;margin:18px 18px 7px}.product-grid.is-filtered p{font-size:11px;margin:0 18px}.product-grid.is-filtered a{margin:22px 18px 4px}.product-stage{height:245px}.product-stage-copy{left:20px;right:20px;bottom:18px}.product-stage-copy strong{font-size:21px}.product-tabs{grid-template-columns:1fr 1fr}.product-tabs button{justify-content:flex-start}.form-note{grid-column:auto}}
@media(max-width:480px){
  .logo{min-width:auto}
  .logo-image{width:48px;height:48px;border-radius:13px}
  .hero h1{font-size:clamp(36px,10.5vw,42px);line-height:1.16;letter-spacing:-.5px}
  .hero h1 span{white-space:nowrap}
  .page-hero h1{font-size:35px;line-height:1.2}
  .about h2,.section-title h2,.products h2,.network h2,.contact h2{font-size:34px;line-height:1.18}
  .section{padding:54px 0}
  .hero-actions{gap:10px}
  .hero-actions .button{min-width:0;flex:1;padding-left:13px;padding-right:13px}
  .product-grid{grid-template-columns:1fr}
  .product-photo{height:195px}
  .featured-news h2{font-size:26px}
  .float-contact{right:12px;bottom:12px;width:46px;height:46px}
}
