@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');
:root{--ink:#07579b;--text:#20344a;--muted:#647487;--accent:#0078bd;--line:#dce5ed;--soft:#f2f7fb;--white:#fff}*{box-sizing:border-box;letter-spacing:0}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;color:var(--text);background:#fff;font-family:'Plus Jakarta Sans','Noto Sans Thai',sans-serif;font-size:15px;line-height:1.75}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}img{display:block;max-width:100%;height:auto}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:3px solid #dc9f24;outline-offset:5px}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.3}p{color:var(--muted)}.wrap{width:min(1280px,calc(100% - 96px));margin:auto}.utility{background:var(--ink);color:#e8f2fb;font-size:11px;padding:7px 0}.utility .wrap{display:flex;justify-content:space-between;gap:20px}.utility a{color:white}.site-header{position:sticky;top:0;z-index:20;background:#fffffff5;border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.header-row{height:88px;display:flex;align-items:center;gap:30px}.logo{margin-right:auto;flex-shrink:0}.logo img{width:252px}.nav{display:flex;align-items:center;gap:27px}.nav a{font-weight:600;font-size:13px;white-space:nowrap;padding:29px 0;border-bottom:3px solid transparent}.nav a.active{color:var(--accent);border-color:var(--accent)}.languages{display:flex;border:1px solid var(--line);padding:3px;border-radius:4px;gap:2px}.languages button{border:0;background:transparent;font-size:11px;padding:5px 8px;border-radius:2px;color:var(--muted)}.languages button[aria-pressed=true]{background:var(--ink);color:white}.menu-toggle{display:none;border:0;background:transparent;color:var(--ink);width:40px;height:40px}.hero{position:relative;min-height:530px;height:min(650px,calc(100svh - 200px));display:flex;align-items:center;background:#124d7a;isolation:isolate;color:white;overflow:hidden}.hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,35,65,.87),rgba(5,35,65,.49) 50%,rgba(5,35,65,.04));z-index:-1}.hero-copy{max-width:690px;padding:50px 0}.eyebrow{font-size:11px;font-weight:700;text-transform:uppercase;display:flex;align-items:center;gap:12px;margin-bottom:20px}.eyebrow:before{content:'';height:2px;width:26px;background:var(--accent)}.hero .eyebrow{color:#edf6ff}.hero h1{font-size:66px;font-weight:800;margin-bottom:17px}.hero .subtitle{font-size:27px;font-weight:500;line-height:1.45;max-width:650px}.hero p{color:#e1edf8;max-width:510px;margin:18px 0 28px}.button{display:inline-flex;justify-content:center;align-items:center;gap:24px;padding:13px 22px;background:var(--accent);color:white;font-weight:600;font-size:13px;border:1px solid var(--accent);border-radius:3px;transition:background .2s}.button:hover{background:#005b96}.button.outline{background:transparent;border-color:#a4bfd7;color:white}.actions{display:flex;gap:12px;flex-wrap:wrap}.hero-tag{position:absolute;right:48px;bottom:30px;border-left:2px solid #fff8;padding-left:16px;font-size:11px;color:#fff}.facts{border-bottom:1px solid var(--line)}.fact-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:28px 0}.fact{padding:0 26px;border-right:1px solid var(--line)}.fact:first-child{padding-left:0}.fact:last-child{border:0}.fact strong{display:block;font-size:25px;line-height:1.35}.fact span{color:var(--muted);font-size:12px}.section{padding:80px 0}.section.soft{background:var(--soft)}.section-top{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:30px}.section h2{font-size:36px;font-weight:700}.text-link{color:var(--ink);font-size:13px;font-weight:700;display:inline-flex;gap:25px;align-items:center}.text-link:hover{color:var(--accent)}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.product{border-bottom:1px solid #ccdbe7;padding-bottom:22px}.product .photo{overflow:hidden;aspect-ratio:1.3;background:#eaf1f7;margin-bottom:20px}.product img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.product:hover img{transform:scale(1.04)}.product small{color:var(--accent);font-size:10px;font-weight:700}.product h3{font-size:19px;margin:8px 0 12px;display:flex;justify-content:space-between;gap:10px}.product p{font-size:13px}.split{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.split>img{width:100%;aspect-ratio:1.4;object-fit:cover}.split p{margin:20px 0}.check-list{list-style:none;margin:25px 0;padding:0}.check-list li{border-bottom:1px solid var(--line);padding:12px 0;display:flex;gap:12px}.check-list i{color:var(--accent);margin-top:7px}.service-list{margin-top:22px}.service-row{display:grid;grid-template-columns:45px 1fr auto;gap:16px;align-items:center;border-top:1px solid var(--line);padding:20px 0}.service-row span{color:var(--accent);font-size:12px}.service-row h3{font-size:18px}.cta{background:var(--ink);color:white;padding:48px 0}.cta .wrap{display:flex;justify-content:space-between;gap:30px;align-items:center}.cta h2{font-size:30px}.cta p{color:#d2e5f6;margin-top:8px}.footer{padding:48px 0 20px;background:#f6f8fb}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:60px}.footer img{width:250px;margin-bottom:18px}.footer p,.footer a{font-size:12px}.footer h3{font-size:13px;margin-bottom:15px}.footer-links{display:grid;gap:8px}.copyright{border-top:1px solid var(--line);margin-top:35px;padding-top:20px;display:flex;justify-content:space-between;gap:15px;font-size:10px;color:var(--muted)}.page-head{background:var(--ink);color:#fff;padding:45px 0 50px;border-bottom:1px solid var(--line)}.breadcrumb{font-size:11px;color:var(--muted);margin-bottom:28px}.page-head h1{font-size:44px;max-width:950px}.page-head p{max-width:780px;margin-top:18px}.subnav{display:flex;gap:10px 25px;flex-wrap:wrap;margin-bottom:35px;border-bottom:1px solid var(--line);padding-bottom:18px}.subnav a{font-size:13px;color:var(--muted)}.subnav a.active{color:var(--accent);font-weight:700}.detail-image{width:100%;max-height:560px;object-fit:contain;background:var(--soft);margin:30px 0}.prose{max-width:900px}.prose p{margin:16px 0}.gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px}.gallery a{border:1px solid var(--line);padding:18px;border-radius:4px}.gallery img{width:100%;height:270px;object-fit:contain;background:#f6f8fb}.gallery h3{font-size:15px;margin-top:18px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px}.contact-grid article>img{width:100%;height:260px;object-fit:cover;margin-bottom:25px}.contact-grid h2{font-size:27px}.contact-grid p{margin:15px 0}.contact-lines{display:grid;gap:10px;margin:20px 0}.contact-lines a{overflow-wrap:anywhere}.contact-lines i{width:26px;color:var(--accent)}.standards{display:flex;gap:20px;flex-wrap:wrap;margin-top:25px}.standards span{border-left:3px solid var(--accent);padding-left:12px;font-size:13px}.skip{position:fixed;top:-100px;left:10px;z-index:50;background:white;padding:10px}.skip:focus{top:10px}a,button{touch-action:manipulation}
@media(min-width:1600px){.hero{height:650px}}@media(max-width:1100px){.wrap{width:calc(100% - 48px)}.header-row{gap:18px}.logo img{width:205px}.nav{gap:17px}.nav a{font-size:12px}.hero h1{font-size:56px}.split{gap:35px}.product-grid{gap:16px}.product h3{font-size:17px}}
@media(max-width:800px){.utility .wrap>span{display:none}.utility .wrap{justify-content:center}.header-row{height:74px;gap:12px}.logo img{width:195px}.menu-toggle{display:block}.nav{display:none;position:absolute;left:0;right:0;top:74px;background:white;padding:16px 24px;border-bottom:1px solid var(--line);box-shadow:0 15px 25px #07579b10}.nav.open{display:flex;flex-direction:column;align-items:stretch;gap:0}.nav a{padding:13px 0;font-size:15px}.hero{min-height:540px;height:auto}.hero h1{font-size:47px}.hero .subtitle{font-size:24px}.hero-copy{max-width:580px}.hero-tag{display:none}.fact-grid{grid-template-columns:1fr 1fr;gap:24px 0}.fact:nth-child(3){padding-left:0}.fact:nth-child(2){border:0}.fact strong{font-size:23px}.section{padding:52px 0}.section h2{font-size:30px}.product-grid{grid-template-columns:1fr 1fr;gap:28px 20px}.split{grid-template-columns:1fr;gap:30px}.split>img{max-height:370px}.footer-grid{gap:30px}.gallery{grid-template-columns:1fr 1fr}.page-head h1{font-size:34px}.contact-grid{gap:25px}.cta h2{font-size:26px}}
@media(max-width:480px){.wrap{width:calc(100% - 36px)}.logo img{width:158px}.header-row{gap:8px}.languages button{padding:5px 7px}.hero{min-height:560px}.hero h1{font-size:39px}.hero .subtitle{font-size:24px}.hero p{font-size:14px}.hero:after{background:rgba(5,35,65,.66)}.hero .eyebrow{font-size:9px}.button{padding:12px 17px;gap:15px}.fact{padding:0 14px}.fact strong{font-size:22px}.fact span{font-size:11px}.section-top{align-items:start;flex-direction:column;gap:15px}.section h2{font-size:28px}.product-grid{gap:27px 15px}.product h3{font-size:16px}.product p{font-size:12px}.product small{font-size:9px}.cta .wrap{flex-direction:column;align-items:start}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.copyright{flex-direction:column}.gallery,.contact-grid{grid-template-columns:1fr}.page-head{padding:30px 0}.page-head h1{font-size:30px}.service-row h3{font-size:16px}}
.icon{display:inline-block;vertical-align:middle;flex-shrink:0}.menu-toggle .icon{width:22px;height:22px}.product .photo{aspect-ratio:16/10}.product img{object-fit:contain}.contact-lines .icon{color:var(--accent);margin-right:10px}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}
.year-tabs{display:flex;flex-wrap:wrap;gap:10px 24px;border-bottom:1px solid var(--line);margin:0 0 28px}.year-tabs a{padding:10px 2px;font-size:14px;border-bottom:3px solid transparent}.year-tabs a.active{color:var(--accent);border-color:var(--accent);font-weight:700}.year-tabs a:hover{color:var(--accent)}
.image-viewer{width:min(1180px,calc(100% - 64px));height:min(900px,calc(100svh - 64px));max-width:none;max-height:none;padding:0;border:1px solid #d8e4ee;border-radius:8px;background:white;color:var(--text);overflow:hidden;box-shadow:0 24px 90px #00193250}.image-viewer[open]{display:flex;flex-direction:column}.image-viewer::backdrop{background:#07182cd6;backdrop-filter:blur(6px)}.viewer-top{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:18px 24px;border-bottom:1px solid var(--line)}.viewer-heading{min-width:0}.viewer-category{font-size:10px;color:var(--accent)}.viewer-heading h2{font-size:20px;overflow-wrap:anywhere;max-height:84px;overflow:auto}.viewer-tools{display:flex;gap:8px;flex-shrink:0}.image-viewer button,.viewer-original{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background:white;border:1px solid var(--line);border-radius:4px;color:var(--ink);flex-shrink:0}.image-viewer button:hover,.viewer-original:hover{background:#e8f2fb}.image-viewer button:disabled{opacity:.3;cursor:default}.viewer-body{flex:1;min-height:0;display:grid;grid-template-columns:40px minmax(0,1fr) 40px;align-items:center;gap:16px;padding:20px;background:#edf2f7}.viewer-stage{height:100%;min-height:0;overflow:auto;display:flex;align-items:center;justify-content:center;overscroll-behavior:contain}.viewer-image{width:100%;height:100%;object-fit:contain}.viewer-stage.zoomed{display:block}.viewer-stage.zoomed .viewer-image{width:200%;max-width:none;height:auto;object-fit:initial}.viewer-bottom{display:flex;align-items:start;justify-content:space-between;gap:20px;padding:16px 24px;border-top:1px solid var(--line)}.viewer-description{font-size:13px;white-space:pre-wrap;overflow-wrap:anywhere;max-height:110px;overflow:auto}.viewer-count{font-size:12px;color:var(--muted);white-space:nowrap;margin-left:auto}.viewer-error{padding:20px;text-align:center}.viewer-image[hidden],.viewer-error[hidden]{display:none}@media(max-width:600px){.image-viewer{width:calc(100% - 20px);height:calc(100svh - 24px)}.viewer-top{padding:12px;gap:10px;flex-wrap:wrap}.viewer-heading{flex:1 1 160px}.viewer-heading h2{font-size:17px}.viewer-tools{gap:6px}.viewer-body{padding:10px;gap:6px;grid-template-columns:32px minmax(0,1fr) 32px}.viewer-body button{width:32px;height:40px}.viewer-bottom{padding:12px}.viewer-description{max-height:85px}}
.page-head .breadcrumb,.page-head p{color:#e3effb}.page-head .breadcrumb a{color:#fff}.page-head .breadcrumb a:hover{text-decoration:underline}.page-head h1{color:#fff}
