@font-face{font-family:Kanit;src:url("/assets/fonts/kanit-300.ttf") format("truetype");font-style:normal;font-weight:300;font-display:swap}
@font-face{font-family:Kanit;src:url("/assets/fonts/kanit-400.ttf") format("truetype");font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:Kanit;src:url("/assets/fonts/kanit-500.ttf") format("truetype");font-style:normal;font-weight:500;font-display:swap}
@font-face{font-family:Kanit;src:url("/assets/fonts/kanit-600.ttf") format("truetype");font-style:normal;font-weight:600;font-display:swap}
@font-face{font-family:Kanit;src:url("/assets/fonts/kanit-700.ttf") format("truetype");font-style:normal;font-weight:700;font-display:swap}

:root{--teal:#12544f;--teal-deep:#083b39;--orange:#e85331;--ink:#333;--muted:#68706f;--paper:#f1f2f7;--pale-green:#e5efeb;--card-shadow:0 10px 30px rgba(22,54,52,.1);--container:1310px}
*{box-sizing:border-box}
[hidden]{display:none!important}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Kanit,Arial,sans-serif;font-size:16px;line-height:1.55}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button,a,select{touch-action:manipulation}
button{cursor:pointer}
.container{width:min(var(--container),calc(100% - 40px));margin-inline:auto}
.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

.site-header{position:sticky;top:0;z-index:50;background:#fff;box-shadow:0 3px 12px rgba(0,0,0,.08)}
.topbar{height:30px;background:var(--teal);color:#fff;font-size:13px}
.topbar-inner{height:100%;display:flex;align-items:center;justify-content:space-between}
.topbar a{display:inline-flex;align-items:center;gap:9px;opacity:.96}
.topbar a:hover{opacity:.75}
.top-icon{font-size:14px;line-height:1}
.nav-wrap{background:#fff;border-radius:0 0 11px 11px}
.nav-inner{height:68px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{width:52px;height:66px;display:flex;align-items:center;justify-content:center;flex:none}
.brand img{width:50px;height:66px;object-fit:contain}
.main-menu{height:100%;display:flex;align-items:center;gap:clamp(10px,1.5vw,25px);margin-left:auto}
.main-menu>a:not(.quote-nav){position:relative;height:100%;display:flex;align-items:center;color:#6c7070;font-size:14px;white-space:nowrap;transition:color .2s ease}
.main-menu>a:not(.quote-nav)::after{content:"";position:absolute;left:0;right:0;bottom:13px;height:2px;background:var(--orange);transform:scaleX(0);transform-origin:left;transition:transform .2s ease}
.main-menu>a:not(.quote-nav):hover,.main-menu>a[aria-current="page"]{color:var(--orange)}
.main-menu>a:not(.quote-nav):hover::after,.main-menu>a[aria-current="page"]::after{transform:scaleX(1)}
.quote-nav{display:inline-flex;align-items:center;justify-content:center;gap:7px;background:var(--orange);color:#fff;padding:10px 17px;border-radius:8px;font-size:14px;white-space:nowrap;transition:background .2s,transform .2s}
.quote-nav:hover,.button-orange:hover{background:#d64828;transform:translateY(-1px)}
.menu-toggle{display:none;width:42px;height:42px;border:0;background:transparent;padding:9px}
.menu-toggle span{display:block;height:2px;background:var(--teal);margin:5px 0;border-radius:3px}

.button{min-height:41px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:8px;padding:9px 18px;font-size:15px;font-weight:500;text-align:center;transition:background .2s,color .2s,transform .2s,box-shadow .2s}
.button-orange{background:var(--orange);color:#fff}
.button-light{background:#fff;color:#393d3c}
.button-light:hover{background:#e9f0ed;transform:translateY(-1px)}
.button-teal{background:var(--teal);color:#fff}
.button-teal:hover{background:var(--teal-deep);transform:translateY(-1px)}
.button-line{background:#e9f2ee;color:var(--teal);border:1px solid #c8d9d3}
.button-line:hover{background:#dbe9e4}

.home-hero{position:relative;overflow:hidden;background:var(--teal);color:#fff;padding:66px 0 82px}
.home-hero::before{content:"";position:absolute;inset:0 0 auto;height:7px;background:linear-gradient(135deg,var(--paper) 25%,transparent 25%) 0 0/16px 7px repeat-x}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:52px;min-height:380px}
.hero-copy{max-width:650px;padding-left:25px;border-left:7px solid var(--orange)}
.hero-kicker{margin:0 0 0;font-size:clamp(19px,2vw,27px);font-weight:500;line-height:1.25}
.hero-copy h1{margin:0 0 14px;font-size:clamp(42px,5vw,70px);font-weight:700;line-height:1.06;letter-spacing:-.02em}
.hero-copy h1 span{display:block;font-size:.5em;font-weight:400;letter-spacing:0;margin-top:6px}
.hero-description{max-width:620px;color:rgba(255,255,255,.88);margin:25px 0 27px;font-size:17px;line-height:1.8}
.hero-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.hero-image{display:flex;align-items:center;justify-content:center;min-width:0}
.hero-image img{width:min(100%,680px);height:390px;object-fit:contain;filter:drop-shadow(0 16px 22px rgba(0,0,0,.18))}
.feature-strip{position:relative;margin-top:-42px;display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-radius:16px;box-shadow:var(--card-shadow);overflow:hidden;z-index:2}
.feature-card{min-height:120px;display:flex;align-items:flex-start;gap:13px;padding:24px 20px;border-right:1px solid #e2e5e8}
.feature-card:last-child{border-right:0}
.feature-icon{flex:none;display:grid;place-items:center;width:43px;height:43px;border-radius:8px;background:#e9edf5;color:var(--teal);font-size:22px;font-weight:600}
.feature-card h2{margin:0 0 2px;color:var(--teal);font-size:17px;font-weight:500;line-height:1.35}
.feature-card p{margin:0;color:#8a8e91;font-size:13px;line-height:1.55}

.catalog-section{position:relative;padding:64px 0 48px}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:22px}
.section-heading h2{margin:0;color:var(--teal);font-size:32px;line-height:1.2;font-weight:600}
.eyebrow{margin:0 0 4px;color:#8d9694;font-size:13px;letter-spacing:.04em}
.catalog-controls{position:absolute;top:58%;left:0;right:0;display:flex;justify-content:space-between;z-index:2;pointer-events:none}
.round-control{width:38px;height:38px;border:1px solid #d7dcd9;border-radius:50%;background:rgba(255,255,255,.9);color:var(--orange);font-size:28px;line-height:1;pointer-events:auto}
.round-control:hover{background:var(--teal);color:#fff}
.catalog-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.catalog-card{min-width:0;padding:10px 10px 12px;background:#fff;border:1px solid #e3e6e8;border-radius:14px;box-shadow:0 4px 9px rgba(31,54,52,.08);transition:transform .22s,box-shadow .22s}
.catalog-card:hover{transform:translateY(-3px);box-shadow:0 10px 20px rgba(31,54,52,.12)}
.catalog-card-image{height:164px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:11px;background:#e6e7e9}
.catalog-card-image img{width:100%;height:100%;object-fit:contain;transition:transform .3s}
.catalog-card:hover .catalog-card-image img{transform:scale(1.025)}
.catalog-card-copy{padding:9px 0 0}
.catalog-card-copy h3{margin:0;color:var(--teal);font-size:18px;font-weight:600;line-height:1.35}
.catalog-card-copy p{min-height:38px;margin:3px 0 10px;color:var(--muted);font-size:13px;line-height:1.5}
.catalog-card-copy .button{width:100%;min-height:40px;border-radius:24px;font-size:14px}

.work-section{padding:46px 0 78px;background:#f7f8fa}
.gallery-filters{display:flex;flex-wrap:wrap;gap:10px;margin:8px 0 24px}
.filter-button{border:1px solid #d9e0dd;background:#fff;color:#65706d;border-radius:22px;padding:7px 17px;font-size:14px;transition:all .2s}
.filter-button:hover,.filter-button.is-active{background:var(--teal);border-color:var(--teal);color:#fff}
.work-gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.work-image{height:245px;width:100%;padding:0;display:flex;align-items:center;justify-content:center;overflow:hidden;border:0;border-radius:12px;background:#e4e8e7;box-shadow:0 5px 16px rgba(31,54,52,.08)}
.work-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s}
.work-image:hover img{transform:scale(1.035)}

.page-banner{position:relative;height:58px;overflow:hidden;background:var(--teal)}
.page-banner::before{content:"";position:absolute;inset:0 auto 0 max(20px,calc((100% - var(--container))/2));width:min(395px,62vw);background:var(--orange)}
.page-banner-inner{position:relative;height:100%;display:flex;align-items:center}
.page-banner h1{margin:0;color:#fff;font-size:22px;font-weight:500;line-height:1.2}
.page-banner p{position:absolute;opacity:0;font-size:0}
.category-main{padding-top:38px;padding-bottom:70px}
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:19px}
.product-card{display:flex;flex-direction:column;min-width:0;background:#fff;border:1px solid #e8eaed;border-radius:16px;overflow:hidden;box-shadow:0 7px 23px rgba(27,51,49,.09);animation:rise-in .36s both;animation-delay:calc(var(--card-index,0)*35ms)}
.product-card-image{height:202px;margin:18px 18px 0;display:flex;align-items:center;justify-content:center;background:#f7f8fa;border-radius:11px;overflow:hidden}
.product-card-image img{height:100%;width:100%;object-fit:contain;padding:6px;transition:transform .3s}
.product-card-image:hover img{transform:scale(1.04)}
.product-card-body{display:flex;flex:1;flex-direction:column;align-items:stretch;padding:16px 18px 18px;text-align:center}
.product-card h2{min-height:50px;display:flex;align-items:center;justify-content:center;margin:0 0 11px;color:var(--teal);font-size:18px;font-weight:600;line-height:1.35}
.product-card p{flex:1;margin:0 0 17px;color:#777d80;font-size:14px;line-height:1.65}
.card-action{width:100%;min-height:41px;margin-top:auto;border-radius:10px;font-size:14px}
.card-action span{font-size:18px}

.content-main{padding-top:32px;padding-bottom:70px}
.about-intro,.about-factory{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:34px}
.about-copy h2{margin:0 0 12px;color:var(--teal);font-size:28px;font-weight:600}
.about-copy ul{margin:0;padding-left:22px;color:#6f7578}
.about-copy li{margin:8px 0}
.about-product-image{width:100%;height:340px;object-fit:cover;border-radius:14px}
.about-factory{margin-top:28px}
.about-factory img{width:100%;height:340px;object-fit:cover;border-radius:14px}
.about-factory p{margin:0;color:#74797c;line-height:1.9}

.contact-main{display:grid;grid-template-columns:.9fr 1.35fr;gap:54px;align-items:start;min-height:420px}
.contact-details h2{margin:0 0 15px;font-size:25px;font-weight:600}
.contact-list{list-style:none;padding:0;margin:0}
.contact-list li{display:flex;align-items:center;gap:12px;margin:9px 0;color:#565d5d}
.contact-icon{width:23px;height:23px;display:inline-grid;place-items:center;background:var(--orange);color:#fff;border-radius:6px;font-size:14px}
.contact-list a:hover{color:var(--orange)}
.contact-form{display:flex;flex-direction:column;padding:20px;background:#f3f4f8;border:1px solid #e1e4e9;border-radius:15px}
.contact-form>label:not(.check-row){margin:0 0 4px;font-size:14px}
.contact-form input:not([type=checkbox]),.contact-form textarea,.lead-form input{width:100%;border:1px solid #d6dce2;border-radius:9px;background:#fff;padding:10px 14px;color:#303536;outline:none}
.contact-form input:not([type=checkbox]){height:40px;margin-bottom:7px}
.contact-form textarea{resize:vertical;min-height:92px;margin-bottom:9px}
.contact-form input:focus,.contact-form textarea:focus,.lead-form input:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(18,84,79,.12)}
.check-row{display:flex;align-items:center;gap:9px;margin:0 0 12px;font-size:14px}
.check-row input{accent-color:var(--teal)}
.contact-form .button{align-self:flex-start;min-width:130px;border-radius:30px}

.product-detail-main{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:start;gap:58px;padding-top:22px}
.product-photo-panel{position:sticky;top:120px}
.product-name-bar{margin:0;padding:10px 16px;background:var(--teal);color:#fff;border-radius:12px;text-align:center;font-size:19px;font-weight:500;line-height:1.45}
.product-photo{height:410px;margin-top:18px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e1e5e8;border-radius:14px;overflow:hidden}
.product-photo img{height:100%;width:100%;object-fit:contain;padding:22px}
.product-description{position:relative;min-height:94px;padding:20px 22px;background:var(--teal);color:#fff;border-radius:14px}
.product-description p{margin:0;line-height:1.8}
.sale-badge{position:absolute;top:-9px;right:13px;padding:2px 12px;border-radius:4px;background:var(--orange);font-size:12px}
.spec-groups{display:grid;gap:10px;margin-top:16px}
.spec-group{padding:13px 15px 15px;background:#eaf1ef;border:1px solid #dce7e3;border-radius:14px}
.spec-group h2{margin:0 0 8px;font-size:17px;font-weight:600}
.spec-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.spec-option{min-height:39px;display:flex;align-items:center;gap:9px;text-align:left;padding:7px 11px;background:#d8e7e1;border:1px solid transparent;border-radius:9px;color:#5f6b68;font-size:13px;transition:border .18s,background .18s,color .18s}
.spec-state{flex:none;width:16px;height:16px;display:grid;place-items:center;border-radius:50%;background:var(--teal);color:#fff;font-family:Arial,sans-serif;font-size:11px;font-weight:700}
.spec-option.is-unavailable{cursor:not-allowed;opacity:.8}
.spec-option.is-unavailable .spec-state{background:#44524f}
.spec-option.is-available:hover,.spec-option.is-selected{border-color:var(--orange);background:#fff;color:var(--teal)}
.spec-summary{min-height:25px;margin:9px 2px;color:#71807c;font-size:13px}
.product-contact{margin-top:18px;padding-top:14px;border-top:1px solid #dfe4e3}
.product-contact h2{margin:0;color:var(--teal);font-size:21px;font-weight:600}
.product-contact>p{margin:3px 0 13px;color:#8b8f91;font-size:13px}
.product-actions{display:flex;flex-wrap:wrap;gap:10px}

.shop-main{min-height:410px}
.shop-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:22px;color:#777}
.shop-toolbar select{min-width:230px;padding:9px 12px;border:1px solid #d8dde1;border-radius:7px;background:#fff;color:#656a6c}
.shop-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:25px}
.shop-card{padding:18px;background:#fff;border:1px solid #e7eaed;border-radius:15px;box-shadow:0 5px 17px rgba(31,54,52,.06);text-align:center}
.shop-card-image{height:240px;display:flex;align-items:center;justify-content:center;background:#f7f8fa;border-radius:10px}
.shop-card-image img{height:100%;width:100%;object-fit:contain;padding:16px}
.shop-card h2{margin:16px 0 12px;color:var(--teal);font-size:20px}
.shop-card .button{width:min(100%,260px)}
.cart-main{min-height:430px}
.empty-cart{padding:24px 15px 38px;text-align:center}
.empty-cart-icon{width:64px;height:64px;display:grid;place-items:center;margin:0 auto 10px;border:2px solid #d1d9d6;border-radius:50%;color:var(--teal);font-size:28px}
.empty-cart h2{margin:0 0 18px;font-size:23px;font-weight:500}
.recommendations{margin-top:20px}
.recommendations>h2{margin:0 0 17px;color:var(--teal);font-size:25px}
.account-main{min-height:420px;padding-top:40px;padding-bottom:70px}
.account-panel{max-width:560px;margin:0 auto;padding:30px;background:#fff;border:1px solid #e5e8ea;border-radius:16px;box-shadow:var(--card-shadow)}
.account-panel h2{margin:0 0 10px;color:var(--teal)}
.account-panel p{color:#727b79}
.account-link{margin-left:15px;color:var(--teal);font-size:14px}
.empty-archive{min-height:400px;padding-top:50px;padding-bottom:70px;text-align:center;color:#77807e}

.site-footer{padding:0 0 0;background:var(--teal);color:#fff}
.lead-panel{position:relative;top:-38px;min-height:126px;display:grid;grid-template-columns:1.05fr 1fr;align-items:center;gap:30px;padding:26px 20px;background:#fff;border:1px solid #e7e9ed;border-radius:16px;box-shadow:0 8px 26px rgba(12,44,41,.1);color:var(--teal)}
.lead-panel h2{margin:0;font-size:22px;line-height:1.4;font-weight:500}
.lead-form{display:flex;gap:14px}
.lead-form input{height:43px;min-width:0;flex:1}
.lead-form .button{min-width:175px}
.footer-columns{display:grid;grid-template-columns:1fr 1fr 1fr 1.05fr;gap:18px;margin-top:-13px;padding-bottom:24px}
.footer-card{min-height:164px;padding:13px 14px;background:rgba(5,58,54,.42);border-radius:12px}
.footer-card h2{margin:0 0 7px;font-size:19px;font-weight:500}
.footer-card p{margin:0;color:rgba(255,255,255,.8);font-size:13px;line-height:1.75}
.footer-contact,.quick-links{list-style:none;padding:0;margin:0;display:grid;gap:6px}
.footer-contact a,.quick-links a{display:flex;align-items:center;gap:9px;font-size:13px;color:rgba(255,255,255,.92)}
.footer-contact a:hover,.quick-links a:hover{color:#ffc7b7}
.footer-map{height:164px;overflow:hidden;border-radius:12px;background:#e6e9e7}
.footer-map iframe{height:100%;width:100%;border:0}
.map-consent{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:14px;text-align:center;color:#52615d}
.map-consent-icon{font-size:25px;color:var(--teal);line-height:1}
.map-consent p{margin:0;font-size:12px}
.map-consent-button{border:0;border-radius:20px;padding:6px 13px;background:var(--teal);color:#fff;font-size:12px}
.map-consent-button:hover{background:var(--teal-deep)}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:44px;border-top:1px solid rgba(255,255,255,.1);font-size:12px;color:rgba(255,255,255,.75)}
.payment-marks{opacity:.72;letter-spacing:.03em}
.cookie-settings-link{border:0;padding:5px 8px;background:transparent;color:rgba(255,255,255,.78);font-size:12px;text-decoration:underline;text-underline-offset:3px}
.cookie-settings-link:hover{color:#fff}

.contact-float{position:fixed;left:22px;bottom:22px;z-index:90;display:flex;flex-direction:column;align-items:flex-start;gap:9px}
.contact-float.is-open{z-index:140}
.contact-float-links{display:flex;flex-direction:column;gap:8px;opacity:0;visibility:hidden;transform:translateY(10px) scale(.97);transform-origin:left bottom;transition:opacity .18s ease,transform .18s ease,visibility .18s}
.contact-float.is-open .contact-float-links{opacity:1;visibility:visible;transform:translateY(0) scale(1)}
.contact-float-link{min-height:45px;min-width:218px;display:flex;align-items:center;gap:11px;padding:9px 14px;border:1px solid #e2e8e6;border-radius:24px;background:#fff;color:var(--teal);box-shadow:0 5px 17px rgba(19,54,50,.16);font-size:14px;transition:transform .16s,color .16s}
.contact-float-link>span:first-child{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:#e9f1ee;color:var(--teal);font-size:14px}
.contact-float-link:hover{transform:translateX(3px);color:var(--orange)}
.contact-float-toggle{min-height:54px;display:flex;align-items:center;gap:8px;padding:7px 17px 7px 8px;border:0;border-radius:28px;background:var(--orange);color:#fff;box-shadow:0 6px 20px rgba(24,44,42,.25);font-size:14px;font-weight:500;transition:background .2s,transform .2s}
.contact-float-toggle:hover{background:#d64828;transform:translateY(-2px)}
.contact-float-plus{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.18);font-family:Arial,sans-serif;font-size:27px;line-height:1;transition:transform .2s}
.contact-float.is-open .contact-float-plus{transform:rotate(45deg)}

.cookie-consent{position:fixed;right:20px;bottom:20px;z-index:130;width:min(560px,calc(100vw - 104px));padding:18px 20px;background:#fff;border:1px solid #e2e7e5;border-radius:16px;box-shadow:0 12px 38px rgba(10,39,36,.23);color:var(--ink)}
.cookie-copy h2{margin:0;color:var(--teal);font-size:19px;font-weight:600;line-height:1.3}
.cookie-copy p{margin:5px 0 13px;color:#64706d;font-size:13px;line-height:1.55}
.cookie-copy .cookie-eyebrow{margin:0 0 2px;color:#8c9793;font-size:10px;letter-spacing:.08em}
.cookie-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:7px}
.cookie-button{min-height:36px;padding:7px 12px;border:1px solid transparent;border-radius:20px;font-size:12px;transition:background .16s,border .16s,color .16s}
.cookie-button-text{background:transparent;color:var(--teal);text-decoration:underline;text-underline-offset:3px}
.cookie-button-text:hover{color:var(--orange)}
.cookie-button-outline{border-color:#cbd8d4;background:#fff;color:var(--teal)}
.cookie-button-outline:hover{background:#edf3f1}
.cookie-button-primary{background:var(--orange);color:#fff}
.cookie-button-primary:hover{background:#d64828}
.cookie-preferences{padding-top:9px;border-top:1px solid #e8ecea}
.cookie-required,.cookie-optional{display:flex;align-items:center;gap:10px;padding:8px 2px;color:#3e4946}
.cookie-required input,.cookie-optional input{width:17px;height:17px;flex:none;accent-color:var(--teal)}
.cookie-required span,.cookie-optional span{display:grid;gap:1px;flex:1}
.cookie-required strong,.cookie-optional strong{font-size:13px;font-weight:500}
.cookie-required small,.cookie-optional small{color:#78827f;font-size:11px}
.cookie-required em{color:#78827f;font-size:11px;font-style:normal}
.cookie-preference-actions{display:flex;justify-content:flex-end;gap:7px;margin-top:8px}

.lightbox{position:fixed;inset:0;z-index:100;display:none;align-items:center;justify-content:center;padding:60px;background:rgba(7,19,18,.94);color:#fff}
.lightbox.is-open{display:flex}
.lightbox figure{width:min(100%,1100px);height:min(100%,820px);display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0}
.lightbox figure img{max-width:100%;max-height:calc(100% - 36px);object-fit:contain}
.lightbox figcaption{height:32px;padding-top:7px;color:rgba(255,255,255,.8);font-size:14px}
.lightbox-close,.lightbox-arrow{position:absolute;display:grid;place-items:center;width:46px;height:46px;border:1px solid rgba(255,255,255,.28);border-radius:50%;background:rgba(255,255,255,.08);color:#fff;font-size:30px;line-height:1}
.lightbox-close{top:20px;right:24px}
.lightbox-prev{left:25px}
.lightbox-next{right:25px}
.lightbox-close:hover,.lightbox-arrow:hover{background:var(--orange);border-color:var(--orange)}
body.has-lightbox{overflow:hidden}
.toast{position:fixed;z-index:120;bottom:20px;left:50%;max-width:min(90vw,500px);padding:11px 17px;border-radius:8px;background:#173e3b;color:#fff;box-shadow:0 8px 20px rgba(0,0,0,.2);opacity:0;transform:translate(-50%,15px);pointer-events:none;transition:opacity .2s,transform .2s}
.toast.is-visible{opacity:1;transform:translate(-50%,0)}

@keyframes rise-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}

@media(max-width:1080px){
  .main-menu{gap:12px}
  .main-menu>a:not(.quote-nav){font-size:13px}
  .quote-nav{padding:9px 12px;font-size:13px}
  .feature-card{padding:20px 14px;gap:10px}
  .feature-card h2{font-size:15px}
  .feature-card p{font-size:12px}
  .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .footer-columns{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  .container{width:min(var(--container),calc(100% - 30px))}
  .topbar{height:29px;font-size:11px}
  .topbar-inner{gap:12px}
  .topbar a{gap:5px}
  .nav-inner{height:62px}
  .brand,.brand img{width:45px;height:58px}
  .menu-toggle{display:block;margin-left:auto}
  .main-menu{position:absolute;top:100%;left:0;right:0;height:auto;display:none;align-items:stretch;gap:0;padding:8px 15px 15px;background:#fff;box-shadow:0 10px 16px rgba(0,0,0,.1)}
  .main-menu.is-open{display:flex;flex-direction:column}
  .main-menu>a:not(.quote-nav){height:auto;min-height:42px;border-bottom:1px solid #eef0f0;font-size:15px}
  .main-menu>a:not(.quote-nav)::after{display:none}
  .quote-nav{margin-top:10px;min-height:43px}
  .home-hero{padding:42px 0 64px}
  .hero-grid{grid-template-columns:1fr;gap:20px;min-height:auto}
  .hero-copy{text-align:center;margin:auto;padding:0;border:0}
  .hero-kicker{font-size:19px}
  .hero-copy h1{font-size:clamp(39px,12vw,55px)}
  .hero-description{font-size:15px;margin:16px 0 20px}
  .hero-actions{justify-content:center}
  .hero-image img{height:240px}
  .feature-strip{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:-29px}
  .feature-card{min-height:110px;padding:15px 12px;border-right:1px solid #e2e5e8;border-bottom:1px solid #e2e5e8}
  .feature-card:nth-child(2){border-right:0}
  .feature-card:nth-child(3),.feature-card:nth-child(4){border-bottom:0}
  .feature-icon{width:35px;height:35px;font-size:18px}
  .feature-card h2{font-size:14px}
  .feature-card p{font-size:11px}
  .catalog-section{padding:48px 0 35px}
  .section-heading h2{font-size:27px}
  .catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}
  .catalog-card{padding:7px 7px 9px}
  .catalog-card-image{height:135px}
  .catalog-card-copy h3{font-size:15px}
  .catalog-card-copy p{font-size:11px;min-height:52px}
  .catalog-card-copy .button{font-size:12px;padding:7px 5px}
  .round-control{width:32px;height:32px;font-size:23px}
  .work-section{padding:35px 0 58px}
  .gallery-filters{gap:7px;margin-bottom:17px}
  .filter-button{padding:6px 12px;font-size:13px}
  .work-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .work-image{height:185px}
  .page-banner{height:54px}
  .page-banner::before{left:15px;width:min(72vw,330px)}
  .page-banner h1{font-size:19px}
  .category-main{padding-top:24px;padding-bottom:48px}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .product-card-image{height:155px;margin:10px 10px 0}
  .product-card-body{padding:12px 10px 12px}
  .product-card h2{min-height:45px;font-size:15px}
  .product-card p{font-size:12px;line-height:1.55}
  .card-action{font-size:12px;padding:8px 6px}
  .content-main{padding-top:24px;padding-bottom:48px}
  .about-intro,.about-factory{grid-template-columns:1fr;gap:18px}
  .about-copy h2{font-size:23px}
  .about-product-image,.about-factory img{height:245px}
  .about-factory{margin-top:22px}
  .about-factory p{font-size:14px}
  .contact-main{grid-template-columns:1fr;gap:25px;min-height:0}
  .contact-details h2{font-size:23px}
  .contact-form{padding:15px}
  .product-detail-main{grid-template-columns:1fr;gap:21px;padding-top:15px}
  .product-photo-panel{position:static}
  .product-photo{height:300px;margin-top:12px}
  .product-photo img{padding:16px}
  .product-description{padding:19px 16px 15px}
  .spec-group{padding:11px}
  .spec-option{font-size:12px;padding:7px 8px;gap:6px}
  .spec-state{width:15px;height:15px}
  .product-actions .button{flex:1 1 100%}
  .shop-toolbar{align-items:flex-start;flex-direction:column;gap:9px}
  .shop-toolbar select{width:100%}
  .shop-grid{grid-template-columns:1fr;gap:14px}
  .shop-card-image{height:220px}
  .account-panel{padding:22px}
  .lead-panel{top:-25px;grid-template-columns:1fr;gap:12px;min-height:0;padding:20px 16px}
  .lead-panel h2{font-size:19px}
  .lead-form{gap:8px}
  .lead-form .button{min-width:122px;padding:8px 10px;font-size:13px}
  .footer-columns{grid-template-columns:1fr;gap:10px;margin-top:-6px}
  .footer-card{min-height:auto;padding:13px}
  .footer-map{height:190px}
  .footer-bottom{font-size:11px}
  .payment-marks{display:none}
  .footer-bottom{flex-wrap:wrap;justify-content:space-between;padding:8px 0}
  .cookie-settings-link{font-size:11px}
  .contact-float{left:15px;bottom:15px;gap:7px}
  .contact-float-link{min-width:205px;min-height:42px;padding:8px 12px;font-size:13px}
  .contact-float-toggle{min-height:50px;padding-right:14px;font-size:13px}
  .contact-float-plus{width:36px;height:36px;font-size:25px}
  .cookie-consent{right:15px;bottom:82px;left:15px;width:auto;padding:15px;border-radius:14px}
  .cookie-copy h2{font-size:17px}
  .cookie-copy p{font-size:12px;margin-bottom:10px}
  .cookie-actions{justify-content:space-between;gap:4px}
  .cookie-button{padding:7px 9px;font-size:11px}
  .lightbox{padding:55px 12px}
  .lightbox-prev{left:8px}
  .lightbox-next{right:8px}
  .lightbox-arrow{width:38px;height:38px}
}
@media(max-width:390px){
  .topbar{font-size:10px}
  .feature-card{gap:7px;padding:12px 8px}
  .catalog-grid{gap:9px}
  .catalog-card-image{height:112px}
  .catalog-card-copy p{min-height:65px}
  .product-grid{gap:9px}
  .product-card-image{height:132px}
  .product-card h2{font-size:14px}
  .spec-options{grid-template-columns:1fr}
}

/* Malaewkrap visual refresh */
:root{
  --paper:#f7f8f5;
  --surface:#fff;
  --surface-warm:#f8f7f3;
  --line:#e4e9e6;
  --ink:#263330;
  --muted:#687571;
  --pale-green:#e8f0ed;
  --card-shadow:0 12px 32px rgba(22,54,52,.08);
}
body{background:var(--paper);color:var(--ink)}
.site-icon{display:inline-block;width:1.15em;height:1.15em;flex:none;fill:none;stroke:currentColor;pointer-events:none;vertical-align:-.16em}
.site-header{box-shadow:0 4px 20px rgba(7,43,39,.08)}
.topbar{background:var(--teal-deep)}
.top-icon{display:inline-flex;align-items:center;line-height:1}
.top-icon .site-icon{width:14px;height:14px}
.quote-nav{min-height:42px;border-radius:10px;box-shadow:0 5px 14px rgba(232,83,49,.16)}
.main-menu>a:not(.quote-nav){font-weight:400}
.button{min-height:44px;border-radius:10px;font-weight:500}
.button-orange,.quote-nav{box-shadow:0 5px 14px rgba(232,83,49,.13)}
.button-light{border:1px solid rgba(255,255,255,.32)}
.home-hero{background:radial-gradient(ellipse at 82% 28%,rgba(55,128,117,.36),transparent 36%),linear-gradient(115deg,var(--teal-deep),var(--teal));padding-top:72px;padding-bottom:88px}
.home-hero::before{height:4px;background:var(--orange)}
.hero-grid{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:44px;min-height:392px}
.hero-copy{border-left-width:5px;padding-left:28px}
.hero-kicker{color:#f3b6a7;font-size:18px;letter-spacing:.02em}
.hero-copy h1{letter-spacing:-.01em}
.hero-description{max-width:590px;line-height:1.75}
.hero-image{min-height:330px;padding:20px;border:1px solid rgba(255,255,255,.12);border-radius:26px;background:radial-gradient(ellipse at center,rgba(255,255,255,.13),rgba(255,255,255,.025) 68%);}
.hero-image img{height:365px;filter:drop-shadow(0 20px 28px rgba(0,0,0,.21))}
.feature-strip{border:1px solid var(--line);border-radius:18px;box-shadow:var(--card-shadow)}
.feature-card{min-height:128px;align-items:center;border-color:var(--line)}
.feature-icon{width:46px;height:46px;border-radius:13px;background:var(--pale-green);color:var(--teal)}
.feature-icon .site-icon{width:23px;height:23px}
.feature-card h2{font-size:16px;font-weight:600}
.feature-card p{color:var(--muted)}
.catalog-section{padding-top:72px;padding-bottom:56px}
.section-heading{margin-bottom:24px}
.section-heading h2{letter-spacing:-.01em}
.catalog-grid{gap:20px}
.catalog-card{padding:11px 11px 14px;border-color:var(--line);border-radius:18px;box-shadow:0 7px 22px rgba(31,54,52,.065)}
.catalog-card-image{height:174px;border-radius:13px;background:var(--surface-warm)}
.catalog-card-copy{padding:13px 3px 0}
.catalog-card-copy p{color:var(--muted)}
.catalog-card-copy .button{border-radius:11px}
.catalog-card-copy .site-icon{width:15px;height:15px}
.round-control{width:42px;height:42px;border-color:#d5e0dc;box-shadow:0 4px 14px rgba(14,51,47,.08)}
.work-section{padding-top:58px;padding-bottom:82px;background:var(--surface-warm)}
.gallery-filters{gap:9px}
.filter-button{min-height:40px;border-color:#dce4e0;border-radius:12px;padding-inline:17px}
.filter-button.is-active{box-shadow:0 4px 12px rgba(18,84,79,.14)}
.work-gallery{gap:18px}
.work-image{height:250px;border:1px solid var(--line);border-radius:16px;background:#fff;padding:9px;box-shadow:0 7px 22px rgba(31,54,52,.07)}
.work-image img{object-fit:contain;border-radius:9px}
.page-banner{height:72px;background:linear-gradient(110deg,var(--teal-deep),var(--teal))}
.page-banner::before{width:min(340px,45vw);opacity:.95}
.page-banner h1{font-size:24px;font-weight:600}
.category-main,.content-main{padding-top:42px;padding-bottom:76px}
.product-grid{gap:22px}
.product-card,.shop-card,.account-panel{border-color:var(--line);border-radius:18px;box-shadow:0 9px 28px rgba(27,51,49,.065)}
.product-card-image,.shop-card-image{background:var(--surface-warm);border-radius:13px}
.product-card-body{padding:17px 18px 19px}
.product-card h2{font-weight:600}
.card-action{border-radius:11px}
.card-action .site-icon{width:16px;height:16px}
.about-product-image{object-fit:contain;background:var(--surface-warm);padding:16px;border-radius:18px}
.about-factory img{border-radius:18px}
.contact-icon{display:inline-grid;place-items:center;border-radius:10px}
.contact-icon .site-icon{width:15px;height:15px}
.contact-form{gap:3px;background:#fff;border-color:var(--line);border-radius:18px;box-shadow:0 8px 24px rgba(27,51,49,.055)}
.contact-form input:not([type=checkbox]),.contact-form textarea,.lead-form input{border-color:#dce4e0;border-radius:10px}
.spec-group{background:#f1f6f3;border-color:#e0eae5}
.spec-options{gap:9px}
.spec-option{border-radius:11px}
.product-photo{background:var(--surface-warm);border-color:var(--line);border-radius:18px}
.product-description{background:linear-gradient(125deg,var(--teal-deep),var(--teal));border-radius:18px}
.site-footer{background:linear-gradient(120deg,#073a37,var(--teal-deep))}
.lead-panel{border-color:var(--line);border-radius:20px;box-shadow:0 14px 38px rgba(12,44,41,.12)}
.footer-card{background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.08);border-radius:15px}
.footer-contact a,.quick-links a{min-height:28px}
.footer-contact .site-icon,.quick-links .site-icon{width:15px;height:15px}
.footer-map{border:1px solid rgba(255,255,255,.12);border-radius:15px}
.map-consent-icon{display:inline-grid;place-items:center}
.map-consent-icon .site-icon{width:26px;height:26px}
.footer-bottom{border-color:rgba(255,255,255,.14)}
:where(a,button,input,select,textarea):focus-visible{outline:3px solid rgba(232,83,49,.58);outline-offset:3px}

@media(max-width:1080px){
  .catalog-grid{gap:15px}
  .feature-card{padding-inline:15px}
}
@media(max-width:760px){
  .home-hero{padding:42px 0 64px}
  .hero-grid{grid-template-columns:1fr;gap:20px;min-height:auto}
  .hero-copy{max-width:620px;border:0;padding:0}
  .hero-image{min-height:230px;padding:8px;border-radius:20px}
  .hero-image img{height:240px}
  .feature-strip{border-radius:16px}
  .feature-card{min-height:116px}
  .catalog-section{padding-top:52px}
  .catalog-grid{gap:13px}
  .catalog-card-image{height:145px}
  .work-section{padding:43px 0 62px}
  .work-gallery{gap:12px}
  .work-image{height:185px;padding:7px}
  .page-banner{height:60px}
  .page-banner h1{font-size:21px}
  .category-main,.content-main{padding-top:28px;padding-bottom:54px}
  .product-grid{gap:13px}
  .product-card{border-radius:15px}
  .product-card-body{padding:13px 11px 14px}
  .about-product-image{height:245px}
  .contact-form{padding:17px}
}
@media(max-width:390px){
  .feature-icon{width:33px;height:33px;border-radius:10px}
  .feature-icon .site-icon{width:19px;height:19px}
  .catalog-card-image{height:118px}
  .work-image{height:165px}
}

/* Floating controls */
.contact-float{left:auto;right:22px;bottom:22px;align-items:flex-end;gap:10px;pointer-events:none}
.contact-float-links{align-items:flex-end;transform-origin:right bottom;pointer-events:none}
.contact-float.is-open .contact-float-links{pointer-events:auto}
.contact-float-link{min-width:218px;min-height:48px;gap:10px;border-radius:15px}
.contact-float-link .site-icon{width:32px;height:32px;padding:8px;border-radius:50%;background:#e9f1ee;color:var(--teal)}
.contact-float-link:hover{transform:translateX(-3px)}
.contact-float-toggle{width:58px;height:58px;min-height:58px;display:grid;place-items:center;gap:0;padding:0;border:2px solid rgba(255,255,255,.88);border-radius:50%;font-size:0;pointer-events:auto}
.contact-float-toggle:hover{transform:translateY(-2px)}
.contact-float-icon{display:grid;place-items:center;width:100%;height:100%}
.contact-float-icon .site-icon{width:25px;height:25px;stroke-width:2}
.contact-float-label,.contact-float-plus{display:none}
.cookie-consent{left:20px;right:auto;width:min(560px,calc(100vw - 104px))}
.cookie-consent .cookie-button{min-height:40px}

@media(max-width:760px){
  .contact-float{left:auto;right:15px;bottom:15px;gap:7px}
  .contact-float-link{min-width:205px;min-height:44px;padding:8px 12px;font-size:13px}
  .contact-float-toggle{width:52px;height:52px;min-height:52px}
  .contact-float-icon .site-icon{width:23px;height:23px}
  .cookie-consent{left:15px;right:auto;bottom:82px;width:min(560px,calc(100vw - 30px));padding:15px;border-radius:14px}
}
@media(max-width:390px){
  .contact-float-toggle{width:50px;height:50px;min-height:50px}
  .cookie-consent{padding:13px}
  .cookie-actions{justify-content:space-between;gap:3px}
  .cookie-button{padding:7px 8px;font-size:11px}
}
@media(prefers-reduced-motion:reduce){
  .contact-float *,
  .cookie-consent,
  .cookie-button{scroll-behavior:auto;transition-duration:.01ms}
}
@media(max-width:760px){
  .footer-bottom{justify-content:flex-start;gap:12px;padding-right:70px}
}

/* Home page ordering timeline */
.order-process-section{position:relative;overflow:hidden;padding:74px 0 82px;background:linear-gradient(180deg,#eef4f1 0%,#f8faf8 100%)}
.order-process-section::before{content:"";position:absolute;inset:0 0 auto;height:1px;background:linear-gradient(90deg,transparent,rgba(18,84,79,.16),transparent)}
.order-process-heading{align-items:center}
.order-process-heading h2{font-size:clamp(27px,3vw,36px)}
.order-process-intro{max-width:360px;margin:0;color:var(--muted);font-size:14px;line-height:1.7}
.order-process-list{position:relative;display:grid;gap:14px;max-width:1050px;margin:28px auto 0;padding:8px 0;list-style:none}
.order-process-list::before{content:"";position:absolute;top:36px;bottom:36px;left:50%;width:2px;transform:translateX(-50%);background:linear-gradient(180deg,rgba(232,83,49,.36),var(--orange),rgba(232,83,49,.36))}
.order-process-step{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 72px minmax(0,1fr);align-items:start;gap:0}
.order-step-number{z-index:1;grid-column:2;grid-row:1;display:grid;place-items:center;width:52px;height:52px;margin:7px auto 0;border:4px solid #f3f7f4;border-radius:50%;background:var(--teal);color:#fff;box-shadow:0 0 0 1px rgba(18,84,79,.16),0 6px 16px rgba(8,59,57,.18);font-family:Arial,sans-serif;font-size:16px;font-weight:700}
.order-step-card{grid-row:1;max-width:440px;padding:17px 21px 18px;border:1px solid #dfe8e3;border-radius:16px;background:#fff;box-shadow:0 8px 22px rgba(8,59,57,.06)}
.order-process-step:nth-child(odd) .order-step-card{grid-column:1;justify-self:end;text-align:right}
.order-process-step:nth-child(even) .order-step-card{grid-column:3;justify-self:start}
.order-step-kicker{margin:0 0 3px;color:var(--orange);font-size:11px;font-weight:600;letter-spacing:.04em}
.order-step-card h3{margin:0 0 4px;color:var(--teal);font-size:18px;font-weight:600;line-height:1.45}
.order-step-card>p:last-child{margin:0;color:var(--muted);font-size:13px;line-height:1.7}

/* Give page titles room inside their accent instead of filling the whole banner edge. */
.page-banner{height:auto;min-height:84px;background:linear-gradient(110deg,var(--teal-deep),var(--teal))}
.page-banner::before{display:none}
.page-banner-inner{min-height:84px}
.page-banner h1{display:inline-flex;align-items:center;min-height:48px;max-width:100%;padding:7px 22px;border-radius:13px;background:linear-gradient(135deg,#f06442,var(--orange));box-shadow:0 7px 18px rgba(4,39,36,.16);font-size:24px;font-weight:600;line-height:1.35}

/* Let the map stretch to the footer grid row height. */
.footer-map{height:auto;min-height:164px;align-self:stretch}

@media(max-width:760px){
  .order-process-section{padding:54px 0 62px}
  .order-process-heading{align-items:flex-start;flex-direction:column;gap:8px}
  .order-process-intro{max-width:560px}
  .order-process-list{--order-axis-offset:51px;max-width:660px;margin-top:21px;padding:4px 0 4px 25px;gap:12px}
  .order-process-list::before{left:var(--order-axis-offset);transform:none;top:27px;bottom:27px}
  .order-process-step{grid-template-columns:52px minmax(0,1fr);gap:12px}
  .order-step-number{grid-column:1;grid-row:1;justify-self:center;width:46px;height:46px;margin:5px 0 0;border-width:3px;font-size:14px}
  .order-process-step:nth-child(odd) .order-step-card,.order-process-step:nth-child(even) .order-step-card{grid-column:2;justify-self:stretch;text-align:left}
  .order-step-card{padding:14px 15px;border-radius:14px}
  .order-step-card h3{font-size:16px}
  .order-step-card>p:last-child{font-size:12px}
  .page-banner{min-height:72px}
  .page-banner-inner{min-height:72px}
  .page-banner h1{min-height:44px;padding:6px 17px;border-radius:11px;font-size:21px}
  .footer-map{min-height:190px}
}

@media(max-width:390px){
  .order-process-list{--order-axis-offset:39px;padding-left:18px}
  .order-process-list::before{left:var(--order-axis-offset)}
  .order-process-step{grid-template-columns:42px minmax(0,1fr);gap:10px}
  .order-step-number{width:40px;height:40px;font-size:13px}
  .order-step-card{padding:13px}
  .page-banner h1{font-size:19px;padding-inline:14px}
}
