@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/dm-sans-400.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/dm-sans-500.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/dm-sans-600.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/dm-sans-700.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/manrope-400.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/manrope-500.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/manrope-600.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/manrope-700.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/assets/manrope-800.ttf) format('truetype');
}
:root{--ink:#172326;--dark:#152326;--deep:#0d191c;--muted:#637074;--yellow:#c8f14d;--line:#dce2e0;--paper:#f3f5f3;--white:#fff;--radius:4px;--max:1328px;color-scheme:light;font-family:'DM Sans',Arial,sans-serif;font-size:16px;color:var(--ink);background:white;font-synthesis:none}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0}button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}a,button{transition:background .2s,color .2s,opacity .2s,transform .2s}button{cursor:pointer}img{max-width:100%;display:block}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #71932b;outline-offset:5px}::selection{background:var(--yellow);color:var(--dark)}h1,h2,h3,h4,p{margin:0}h1,h2,h3,h4{font-family:'Manrope','DM Sans',Arial,sans-serif}p{line-height:1.75}h1{font-weight:500;font-size:clamp(2.85rem,5.3vw,5.4rem);letter-spacing:-.06em;line-height:1.08}h2{font-size:clamp(2.1rem,3.3vw,3.5rem);font-weight:500;letter-spacing:-.045em;line-height:1.17}h3{font-size:1.5rem;line-height:1.3;letter-spacing:-.03em;font-weight:600}.container{width:min(var(--max),calc(100% - 112px));margin:auto}.skip-link{position:fixed;top:-100px;left:20px;z-index:100;background:var(--yellow);padding:16px}.skip-link:focus{top:16px}.eyebrow{font-size:.75rem;letter-spacing:.15em;font-weight:700;text-transform:uppercase;display:flex;align-items:center;gap:12px;margin-bottom:22px}.eyebrow:before{content:'';width:22px;height:2px;background:var(--yellow);flex:none}.eyebrow.dark:before{background:#587225}.muted{color:var(--muted)}.topbar{background:var(--deep);color:#afbdc0;font-size:.75rem;letter-spacing:.035em;border-bottom:1px solid #314043}.topbar .container{display:flex;justify-content:space-between;align-items:center;min-height:34px}.topbar span:last-child{color:#d8e0e0}.site-header{background:var(--dark);color:#f8faf9;position:sticky;top:0;z-index:30;border-bottom:1px solid #ffffff16}.nav-row{height:88px;display:flex;gap:38px;align-items:center;justify-content:space-between}.brand{display:inline-flex;align-items:center;flex:none}.brand img{width:178px;height:52px;object-fit:contain;object-position:left center}.brand-text{font-family:Manrope,sans-serif;font-size:1.5rem;letter-spacing:-.05em;font-weight:800;line-height:1}.brand-text small{display:block;font-size:.7rem;letter-spacing:.35em;color:var(--yellow);margin-top:6px}.nav-links{display:flex;align-items:center;gap:29px;margin-left:auto}.nav-links>a{font-size:.875rem;color:#d1d9d9;padding:12px 0;position:relative}.nav-links>a:hover,.nav-links>a[aria-current=page]{color:var(--yellow)}.nav-links>a[aria-current=page]:after{position:absolute;content:'';height:2px;bottom:3px;left:0;width:20px;background:var(--yellow)}.nav-cta{padding:13px 18px!important;color:var(--ink)!important;background:var(--yellow);display:flex;align-items:center;gap:24px;border-radius:3px}.nav-cta:after{display:none}.nav-cta:hover{background:#d9ff75}.menu-toggle{display:none;background:none;border:1px solid #ffffff44;color:white;padding:10px}.icon{width:19px;height:19px;display:inline-block;vertical-align:middle;flex:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:28px;font-size:.875rem;font-weight:600;padding:17px 22px;border:1px solid transparent;border-radius:3px;min-height:54px}.btn-primary{background:var(--yellow);color:var(--ink)}.btn-primary:hover{background:#d9ff75;transform:translateY(-2px)}.btn-dark{background:var(--dark);color:white}.btn-dark:hover{background:#314548}.btn-outline{border-color:#ffffff66;color:white}.btn-outline:hover{background:#ffffff15}.btn-light{border-color:var(--line);background:white}.btn-light:hover{background:var(--paper)}.button-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.text-link{font-size:.875rem;font-weight:600;display:inline-flex;align-items:center;gap:20px;border-bottom:1px solid var(--ink);padding-bottom:9px}.text-link:hover{gap:27px}.hero{color:#fff;background:var(--dark);min-height:680px;position:relative;overflow:hidden}.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 55%}.hero:after{position:absolute;inset:0;content:'';background:linear-gradient(90deg,rgba(10,24,29,.92) 0%,rgba(10,24,29,.75) 30%,rgba(10,24,29,.17) 75%),linear-gradient(0deg,rgba(10,24,29,.45),transparent 45%)}.hero-inner{position:relative;z-index:1;padding-top:80px;padding-bottom:58px;min-height:680px;display:flex;flex-direction:column;justify-content:space-between}.hero-copy{max-width:770px}.hero h1{max-width:760px}.hero h1 em{font-style:normal;color:var(--yellow)}.hero-lead{font-size:1.0625rem;color:#d5dfe1;line-height:1.8;max-width:510px;margin:26px 0 34px}.hero-bottom{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-top:62px}.hero-caption{font-size:.75rem;color:#d2dcdd;text-transform:uppercase;letter-spacing:.1em;display:flex;gap:10px;align-items:center}.hero-caption svg{color:var(--yellow)}.hero-index{font-size:.8rem;color:#c5d2d3;display:flex;align-items:center;gap:12px}.hero-index:after{content:'';height:1px;width:90px;background:#ffffff66}.trust-strip{background:var(--paper);border-bottom:1px solid var(--line)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:30px 0}.trust-item{padding:0 34px;border-left:1px solid #cfd6d3;display:flex;flex-direction:column;gap:6px}.trust-item:first-child{padding-left:0;border:0}.trust-item strong{font-weight:600;font-size:1rem}.trust-item span{font-size:.8125rem;color:var(--muted)}.section{padding:100px 0}.section-sm{padding:68px 0}.section-head{display:flex;justify-content:space-between;gap:50px;align-items:end;margin-bottom:42px}.section-head h2{max-width:650px}.section-head p{max-width:410px;color:var(--muted)}.section-head>.text-link{flex:none}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card{border:1px solid var(--line);background:white;display:flex;flex-direction:column;overflow:hidden;border-radius:var(--radius)}.product-card:hover{border-color:#798984}.product-card .product-image{aspect-ratio:1.18;background:#f2f4f3;overflow:hidden;position:relative}.product-card img{width:100%;height:100%;object-fit:contain;padding:16px;transition:transform .45s}.product-card:hover img{transform:scale(1.035)}.product-card .card-number{position:absolute;top:16px;left:18px;font-size:.75rem;color:#798582}.product-info{padding:24px 23px 20px;display:flex;flex-direction:column;flex:1}.product-info .category{font-size:.75rem;letter-spacing:.07em;color:var(--muted);margin-bottom:9px;text-transform:uppercase}.product-info h3{font-size:1.2rem;margin-bottom:12px}.product-info p{font-size:.875rem;color:var(--muted);line-height:1.7;margin-bottom:25px}.product-info .card-action{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding-top:18px;font-size:.8125rem;font-weight:600;margin-top:auto}.circle-arrow{display:inline-grid;place-items:center;background:var(--paper);width:32px;height:32px;border-radius:50%}.product-card:hover .circle-arrow{background:var(--yellow)}.split{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.split-image{position:relative}.split-image>img{width:100%;aspect-ratio:1.12;object-fit:cover;border-radius:3px}.split-copy>p{color:var(--muted);margin-top:24px}.split-copy .button-row{margin-top:30px}.image-note{position:absolute;bottom:20px;left:20px;background:var(--yellow);padding:20px 25px;max-width:230px}.image-note strong{font-family:Manrope,sans-serif;font-size:2.2rem;display:block;letter-spacing:-.04em;font-weight:600}.image-note span{font-size:.8125rem;line-height:1.6;display:block}.paper{background:var(--paper)}.dark-section{background:var(--dark);color:white}.dark-section p.muted,.dark-section .muted{color:#b8c5c7}.feature-list{margin-top:29px;display:grid;gap:0}.feature-line{border-top:1px solid var(--line);padding:17px 0;display:flex;gap:14px;align-items:center;font-size:.9375rem}.feature-line svg{color:#587225}.expansion{display:grid;grid-template-columns:110px 1fr auto;align-items:center;gap:32px;padding:40px 0;border-top:1px solid #ffffff25}.expansion .number{font-family:Manrope,sans-serif;font-size:4.5rem;font-weight:500;letter-spacing:-.05em;color:var(--yellow)}.expansion h3{margin-bottom:8px;font-size:1.3rem}.expansion p{font-size:.9375rem;color:#bdc9c9;max-width:720px}.projects-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:26px}.project-card{position:relative;overflow:hidden;display:block;border-radius:3px;background:var(--dark);color:white;min-height:350px}.project-card img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;transition:transform .5s}.project-card:hover img{transform:scale(1.025)}.project-card:after{position:absolute;inset:0;content:'';background:linear-gradient(0deg,#0a1c25d9,transparent 70%)}.project-caption{position:absolute;z-index:1;bottom:26px;left:28px;right:28px}.project-caption small{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:#d6e0e0}.project-caption h3{font-size:1.4rem;margin-top:7px}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0}.service-item{border-top:1px solid var(--line);padding:30px 35px 0 0}.service-item+.service-item{padding-left:35px;border-left:1px solid var(--line)}.service-item>.icon{width:30px;height:30px;margin-bottom:25px}.service-item h3{font-size:1.25rem;margin-bottom:16px}.service-item p{font-size:.9375rem;color:var(--muted);margin-bottom:28px}.brochure-banner{display:grid;grid-template-columns:1fr 1fr;background:var(--dark);color:#fff;overflow:hidden;border-radius:3px}.brochure-copy{padding:65px}.brochure-copy h2{font-size:2.6rem}.brochure-copy p{color:#bdc8c9;margin:20px 0 28px;max-width:440px}.brochure-art{position:relative;min-height:360px;overflow:hidden}.brochure-art>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.brochure-art:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,var(--dark),transparent 55%)}.cta-section{background:var(--yellow);padding:65px 0}.cta-row{display:flex;justify-content:space-between;align-items:center;gap:40px}.cta-row h2{font-size:clamp(2rem,3.2vw,3.25rem);max-width:780px}.cta-row p{margin-top:14px;color:#3f5025}.cta-row>.btn{flex:none}.site-footer{background:var(--deep);color:white;padding:64px 0 24px}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:55px}.footer-brand p{max-width:280px;font-size:.875rem;color:#a8b6b8;margin-top:20px}.footer-column h3{font-size:.875rem;letter-spacing:0;margin-bottom:23px}.footer-column a,.footer-column p{display:block;font-size:.8125rem;color:#a8b6b8;line-height:1.8;margin-bottom:10px}.footer-column a:hover{color:var(--yellow)}.footer-bottom{margin-top:54px;padding-top:24px;border-top:1px solid #ffffff1a;display:flex;justify-content:space-between;gap:20px;font-size:.75rem;color:#91a2a5}.footer-bottom a{color:#c4cece}.page-hero{padding:66px 0 72px;background:var(--dark);color:white}.breadcrumbs{display:flex;gap:12px;align-items:center;font-size:.8125rem;color:#8eaaae;margin-bottom:42px;flex-wrap:wrap}.breadcrumbs a{color:#c8d2d4}.page-hero h1{max-width:990px;font-size:clamp(2.7rem,4.8vw,4.6rem)}.page-hero .lead{max-width:740px;font-size:1.125rem;color:#becdce;margin-top:28px}.page-hero .button-row{margin-top:30px}.catalog-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.catalog-grid .product-card{display:grid;grid-template-columns:1fr 1fr}.catalog-grid .product-image{aspect-ratio:auto;min-height:290px}.catalog-grid .product-info{padding:32px}.technical-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:70px;align-items:start}.technical-picture{background:var(--paper);border:1px solid var(--line);border-radius:3px;padding:40px;position:sticky;top:120px}.technical-picture img{width:100%;max-height:500px;object-fit:contain}.technical-picture p{font-size:.75rem;color:var(--muted);margin-top:30px}.spec-table{border-collapse:collapse;width:100%;margin:28px 0}.spec-table th,.spec-table td{text-align:left;font-size:.875rem;line-height:1.6;padding:15px 0;border-bottom:1px solid var(--line);vertical-align:top}.spec-table th{font-weight:500;color:var(--muted);width:43%;padding-right:20px}.spec-table td{font-weight:500}.small-note{font-size:.8125rem!important;color:var(--muted);line-height:1.7}.technical-copy h2{font-size:2rem}.technical-copy>p{margin-top:22px;color:var(--muted)}.technical-copy .button-row{margin-top:30px}.detail-features{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.detail-feature .number{color:#587225;font-size:.8125rem;margin-bottom:20px;display:block}.detail-feature h3{font-size:1.2rem;margin-bottom:14px}.detail-feature p{color:var(--muted);font-size:.9375rem}.text-columns{display:grid;grid-template-columns:1fr 1fr;gap:80px}.text-columns p{color:var(--muted);margin-bottom:20px}.service-details{display:grid;gap:85px}.service-detail{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;padding-top:36px;border-top:1px solid var(--line)}.service-detail p{color:var(--muted);margin-bottom:24px}.bullets{padding:0;margin:24px 0;list-style:none}.bullets li{padding:11px 0 11px 25px;position:relative;border-bottom:1px solid var(--line);font-size:.9375rem;line-height:1.65}.bullets li:before{position:absolute;content:'';background:#587225;width:5px;height:5px;top:22px;left:0}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.gallery-item{margin:0}.gallery-item img{width:100%;aspect-ratio:1.25;object-fit:cover;border-radius:3px}.gallery-item figcaption{font-size:.8125rem;color:var(--muted);padding-top:12px}.gallery-item:first-child{grid-column:span 2}.gallery-item:first-child img{aspect-ratio:2.55}.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:90px}.contact-grid h2{font-size:2.4rem}.contact-block{padding:26px 0;border-bottom:1px solid var(--line)}.contact-block small{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);display:block;margin-bottom:12px}.contact-block a{font-size:1.25rem;font-weight:500;overflow-wrap:anywhere}.contact-block p{font-size:.9375rem}.contact-panel{background:var(--paper);padding:38px;border:1px solid var(--line);border-radius:3px}.contact-panel h3{margin-bottom:12px}.contact-panel>p{color:var(--muted);font-size:.9375rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:28px}.field{display:flex;flex-direction:column;gap:9px}.field label{font-size:.875rem;font-weight:500}.field input,.field select,.field textarea{width:100%;background:white;color:var(--ink);border:1px solid #cbd4d1;border-radius:3px;padding:13px 14px;min-height:49px}.field textarea{resize:vertical;min-height:125px}.field.full{grid-column:1/-1}.contact-panel .btn{margin-top:22px}.form-note{margin-top:17px;font-size:.8125rem;color:var(--muted)}.form-status{margin-top:20px;padding:16px;background:#e0e8df;font-size:.875rem;line-height:1.65}.resource-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:80px;align-items:center}.brochure-cover{background:var(--paper);padding:25px}.brochure-cover img{max-height:610px;width:100%;object-fit:contain}.resource-grid h2{margin-bottom:23px}.resource-grid p{color:var(--muted);margin-bottom:22px}.resource-meta{display:flex;gap:24px;font-size:.8125rem;color:var(--muted);padding:22px 0;border-top:1px solid var(--line);margin:24px 0}.faq{margin-top:40px}.faq details{border-top:1px solid var(--line);padding:22px 0}.faq summary{cursor:pointer;font-size:1rem;font-weight:500;line-height:1.6}.faq details p{padding-top:16px;color:var(--muted);max-width:840px}.profile-table-wrap{overflow-x:auto}.profile-table-wrap .spec-table th{width:auto;color:var(--ink)}.notice{background:#edf1ed;border-left:3px solid #658226;padding:22px 26px;margin-top:28px;font-size:.875rem;color:#52615c}.not-found{min-height:60vh;display:grid;place-content:center;text-align:center;padding:60px 25px}.not-found .btn{margin:30px auto 0}
.brand{gap:10px}.brand img{width:47px!important;height:47px!important;background:white;border-radius:50%;padding:3px;object-fit:contain}.brand-text{font-size:1.07rem;letter-spacing:.025em;line-height:1.1;font-weight:750}.brand-text small{font-size:.75rem;letter-spacing:.38em;margin-top:5px;font-weight:600}.range-note{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-top:28px;padding-top:25px;border-top:1px solid var(--line)}.range-note p{font-size:.875rem;color:var(--muted)}.range-note .text-link{flex:none;font-size:.8125rem}.profile-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.profile-gallery>div{background:var(--paper);border:1px solid var(--line);padding:30px;display:grid;place-items:center;min-height:220px}.profile-gallery img{object-fit:contain;max-height:200px}.manufacturing-gallery{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:24px}.manufacturing-gallery figure{margin:0}.manufacturing-gallery img{width:100%;height:300px;object-fit:cover;border-radius:3px}.manufacturing-gallery figcaption{font-size:.8125rem;color:var(--muted);margin-top:15px}.certificate-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.certificate-card{background:#fff;border:1px solid var(--line);padding:30px;display:flex;flex-direction:column;align-items:start;border-radius:3px}.certificate-org{font-size:.75rem;letter-spacing:.13em;color:#537228;font-weight:600;margin-bottom:35px}.certificate-card h3{font-size:1.65rem;margin-bottom:18px}.certificate-card p{font-size:.875rem;color:var(--muted)}.certificate-card dl{font-size:.8125rem;line-height:1.65;margin:25px 0 30px;border-top:1px solid var(--line);padding-top:20px}.certificate-card dt{color:var(--muted);margin-top:12px}.certificate-card dt:first-child{margin-top:0}.certificate-card dd{margin:3px 0 0}.certificate-card .text-link{margin-top:auto}.product-detail-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:45px}.product-detail-gallery figure{margin:0;background:white;border:1px solid var(--line)}.product-detail-gallery img{width:100%;height:250px;object-fit:contain;padding:15px}.product-detail-gallery figcaption{padding:18px;font-size:.8125rem;color:var(--muted);border-top:1px solid var(--line)}[hidden]{display:none!important}
@media(min-width:1600px){.hero,.hero-inner{min-height:740px}.hero-inner{padding-top:95px;padding-bottom:55px}}
@media(max-width:900px){.certificate-grid{gap:16px}.certificate-card{padding:23px}.certificate-card h3{font-size:1.4rem}.profile-gallery{grid-template-columns:1fr 1fr}.manufacturing-gallery img{height:230px}.range-note{align-items:start;flex-direction:column;gap:20px}.product-detail-gallery{gap:15px}.product-detail-gallery img{height:210px}}
@media(max-width:640px){.certificate-grid,.manufacturing-gallery,.product-detail-gallery{grid-template-columns:1fr;gap:22px}.certificate-card{padding:28px}.certificate-org{margin-bottom:24px}.certificate-card h3{font-size:1.7rem}.manufacturing-gallery img{height:260px}.profile-gallery>div{padding:20px;min-height:150px}.profile-gallery img{max-height:120px}.range-note p{font-size:.8125rem}.product-detail-gallery img{height:260px}}
@media(max-width:1150px){.container{width:calc(100% - 64px)}.nav-row{gap:24px}.nav-links{gap:20px}.nav-links>a{font-size:.8125rem}.brand img{width:150px}.product-grid{gap:15px}.product-info{padding:20px 17px}.split{gap:50px}.trust-item{padding:0 20px}.footer-grid{gap:30px}.technical-grid{gap:45px}.contact-grid{gap:45px}.catalog-grid .product-card{display:flex}.catalog-grid .product-image{height:310px}.brochure-copy{padding:45px}.service-detail{gap:45px}}
@media(max-width:900px){.nav-row{height:76px}.menu-toggle{display:inline-flex}.nav-links{display:none;position:absolute;top:76px;left:0;right:0;flex-direction:column;align-items:stretch;background:var(--dark);padding:20px 32px 30px;gap:3px;border-bottom:1px solid #ffffff44;max-height:calc(100dvh - 100px);overflow-y:auto}.nav-links.is-open{display:flex}.nav-links>a{font-size:1rem;padding:13px 0}.nav-links>a[aria-current=page]:after{display:none}.nav-cta{margin-top:14px;justify-content:space-between}.hero,.hero-inner{min-height:640px}.hero h1{font-size:4.4rem}.hero-copy{max-width:650px}.hero-image{object-position:65% center}.trust-grid{grid-template-columns:1fr 1fr;gap:25px}.trust-item:nth-child(3){border:0;padding-left:0}.section{padding:76px 0}.product-grid{grid-template-columns:1fr 1fr;gap:24px}.product-card .product-image{aspect-ratio:1.4}.split{gap:38px}.section-head{gap:30px}.section-head p{max-width:330px}.footer-grid{grid-template-columns:1fr 1fr;gap:40px}.projects-grid{grid-template-columns:1fr 1fr}.service-item{padding-right:22px}.service-item+.service-item{padding-left:22px}.brochure-copy{padding:38px}.brochure-copy h2{font-size:2.1rem}.cta-row{align-items:start}.technical-grid{grid-template-columns:1fr 1fr;gap:30px}.technical-picture{padding:25px}.contact-grid{grid-template-columns:1fr}.contact-panel{max-width:700px}.expansion{grid-template-columns:75px 1fr;gap:24px}.expansion .btn{grid-column:2;justify-self:start}.text-columns{gap:40px}.resource-grid{gap:45px}.gallery{grid-template-columns:1fr 1fr}.gallery-item:first-child{grid-column:span 2}.detail-features{gap:25px}}
@media(max-width:640px){.container{width:calc(100% - 40px)}.topbar .container{min-height:30px;justify-content:center}.topbar span:last-child{display:none}.topbar{font-size:.75rem;letter-spacing:.055em}.brand img{width:153px;height:48px}.nav-row{height:74px}.nav-links{top:74px;padding:14px 20px 25px}.hero,.hero-inner{min-height:680px}.hero-inner{padding-top:58px;padding-bottom:30px}.hero:after{background:linear-gradient(90deg,#0a181de0,#0a181d70),linear-gradient(0deg,#0a181d55,transparent)}.hero h1{font-size:clamp(2.9rem,11.8vw,4.5rem);letter-spacing:-.052em}.hero-lead{font-size:1rem;margin:26px 0 30px;max-width:440px}.eyebrow{font-size:.75rem;letter-spacing:.12em;margin-bottom:22px}.hero-bottom{margin-top:55px}.hero-caption{font-size:.75rem;letter-spacing:.05em}.hero-index{display:none}.hero .button-row{gap:12px}.hero .btn{padding:15px 18px;font-size:.8125rem;gap:17px}.trust-grid{padding:28px 0;gap:26px 15px}.trust-item{padding:0 0 0 18px}.trust-item strong{font-size:.875rem}.trust-item span{font-size:.75rem}.section{padding:60px 0}.section-sm{padding:45px 0}.section-head{flex-direction:column;align-items:start;gap:24px;margin-bottom:30px}.section-head h2{font-size:2.25rem}.section-head p{max-width:none}.product-grid{grid-template-columns:1fr 1fr;gap:12px}.product-card .product-image{aspect-ratio:1}.product-card img{padding:10px}.product-info{padding:19px 14px 15px}.product-info h3{font-size:1.05rem;line-height:1.45}.product-info .category{font-size:.75rem;line-height:1.6}.product-info p{font-size:.8125rem;margin-bottom:18px}.product-info .card-action{font-size:.75rem;gap:5px}.circle-arrow{width:27px;height:27px}.circle-arrow .icon{width:15px;height:15px}.product-card .card-number{top:12px;left:13px;font-size:.75rem}.split{grid-template-columns:1fr;gap:35px}.split-image>img{aspect-ratio:1.2}.split-copy h2{font-size:2.3rem}.image-note{padding:17px 22px}.image-note strong{font-size:1.8rem}.projects-grid{grid-template-columns:1fr;gap:18px}.project-card{min-height:320px}.service-grid{grid-template-columns:1fr;gap:28px}.service-item,.service-item+.service-item{border-left:0;padding:28px 0 0}.service-item>.icon{margin-bottom:18px}.service-item p{margin-bottom:20px}.brochure-banner{grid-template-columns:1fr}.brochure-copy{padding:34px 27px}.brochure-copy h2{font-size:2.1rem}.brochure-art{min-height:230px}.brochure-art:after{background:linear-gradient(180deg,var(--dark),transparent 55%)}.cta-section{padding:45px 0}.cta-row{flex-direction:column;gap:25px}.cta-row h2{font-size:2.2rem}.footer-grid{grid-template-columns:1fr 1fr;gap:32px 24px}.footer-brand{grid-column:1/-1}.footer-brand p{max-width:330px}.footer-column:last-child{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:14px;margin-top:35px}.site-footer{padding-top:45px}.page-hero{padding:35px 0 48px}.breadcrumbs{margin-bottom:30px;font-size:.75rem}.page-hero h1{font-size:2.8rem}.page-hero .lead{font-size:1rem;margin-top:25px}.catalog-grid{grid-template-columns:1fr;gap:22px}.catalog-grid .product-image{min-height:230px;height:250px}.catalog-grid .product-card{display:grid;grid-template-columns:1fr}.catalog-grid .product-info{padding:26px}.catalog-grid .product-info h3{font-size:1.4rem}.catalog-grid .product-info p{font-size:.9375rem}.technical-grid{grid-template-columns:1fr;gap:38px}.technical-picture{position:static;padding:27px}.technical-picture img{max-height:370px}.technical-picture p{margin-top:20px}.detail-features{grid-template-columns:1fr;gap:35px}.detail-feature{border-top:1px solid var(--line);padding-top:25px}.detail-feature .number{margin-bottom:13px}.expansion{grid-template-columns:55px 1fr;gap:18px;padding:32px 0}.expansion .number{font-size:3.4rem;align-self:start}.expansion h3{font-size:1.1rem}.expansion p{font-size:.875rem}.expansion .btn{grid-column:1/-1}.text-columns{grid-template-columns:1fr;gap:15px}.service-detail{grid-template-columns:1fr;gap:25px;padding-top:28px}.service-details{gap:40px}.service-detail h2{font-size:2rem}.gallery{gap:25px 14px}.gallery-item:first-child img{aspect-ratio:1.3}.gallery-item img{aspect-ratio:1}.gallery-item figcaption{font-size:.75rem}.contact-panel{padding:25px 20px}.form-grid{grid-template-columns:1fr;gap:20px}.field.full{grid-column:auto}.contact-grid{gap:35px}.contact-grid h2{font-size:2.1rem}.resource-grid{grid-template-columns:1fr;gap:35px}.brochure-cover{max-width:370px;margin:auto}.resource-meta{flex-wrap:wrap;gap:10px 22px}.spec-table th,.spec-table td{font-size:.8125rem}.section-head>.text-link{font-size:.8125rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}

/* Reading text remains legible on compact screens. */
.product-info p,.service-item p,.certificate-card p,.detail-feature p{font-size:1rem}.nav-links>a{font-size:.875rem}.product-info .category{font-size:.75rem}.product-info .card-action{font-size:.875rem}.feature-line{font-size:1rem}.product-info{min-width:0}.footer-column a,.footer-column p{font-size:.875rem}.hero-caption{font-size:.75rem;line-height:1.6}.hero-index{flex-shrink:0}
@media(max-width:900px){.nav-links>a{font-size:1rem}}
@media(max-width:640px){.product-grid{grid-template-columns:1fr}.product-card{display:grid;grid-template-columns:.9fr 1.1fr}.product-card .product-image{aspect-ratio:auto;min-height:230px}.product-info{padding:22px 18px}.product-info h3{font-size:1.2rem}.product-info p{font-size:1rem}.product-info .card-action{font-size:.875rem}.product-info .category{font-size:.75rem}.catalog-grid .product-card{grid-template-columns:1fr}.hero-caption{font-size:.75rem;max-width:320px}.hero-caption .icon{width:16px;height:16px}.brand-text small{font-size:.75rem}}
@media(max-width:380px){.product-card{grid-template-columns:1fr}.product-card .product-image{min-height:200px;max-height:230px}}
/* Keep product fields 3 and 4 aligned with the first pair on the Products page. */
.catalog-grid .product-card:nth-child(3) .product-image,.catalog-grid .product-card:nth-child(4) .product-image{height:310px;min-height:310px;aspect-ratio:auto}
.catalog-grid .product-card:nth-child(3) .product-image img,.catalog-grid .product-card:nth-child(4) .product-image img{width:100%;height:100%;object-fit:contain}
@media(max-width:640px){.catalog-grid .product-card:nth-child(3) .product-image,.catalog-grid .product-card:nth-child(4) .product-image{height:250px;min-height:230px;aspect-ratio:auto}}
.profile-gallery figure{margin:0;background:var(--paper);border:1px solid var(--line);border-radius:3px;padding-bottom:16px}.profile-gallery figure>div{padding:30px;min-height:220px;display:grid;place-items:center}.profile-gallery figure img{width:100%;max-height:200px;object-fit:contain}.profile-gallery figcaption{padding:0 22px;font-size:.8125rem;color:var(--muted)}
@media(max-width:900px){.profile-gallery figure>div{padding:20px;min-height:170px}.profile-gallery figure img{max-height:160px}}
@media(max-width:640px){.profile-gallery figure>div{padding:20px;min-height:190px}.profile-gallery figure img{max-height:175px}}
.product-card .product-image.photo img{object-fit:cover;padding:0}
.gallery-trigger{display:block;position:relative;width:100%;color:inherit;cursor:zoom-in}
.gallery-trigger:after{content:'↗';position:absolute;top:12px;right:12px;width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:rgba(21,35,38,.8);color:#fff;font-size:1rem;line-height:1;transition:background .2s,color .2s}
.gallery-trigger:hover:after,.gallery-trigger:focus-visible:after{background:var(--yellow);color:var(--ink)}
.product-detail-gallery .gallery-trigger{height:250px}
.product-detail-gallery .gallery-trigger img{width:100%;height:100%;object-fit:contain;padding:15px}
.profile-gallery figure>div .gallery-trigger{display:grid;place-items:center;min-height:220px;height:100%}
.profile-gallery figure>div .gallery-trigger img{width:100%;max-height:200px;object-fit:contain}
.lightbox[hidden]{display:none}
.lightbox{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:28px;color:#fff}
.lightbox-backdrop{position:absolute;inset:0;background:rgba(5,14,17,.93)}
.lightbox-dialog{position:relative;z-index:1;width:min(1200px,100%);max-height:calc(100vh - 56px);display:grid;grid-template-columns:54px minmax(0,1fr) 54px;align-items:center;gap:20px}
.lightbox-figure{grid-column:2;display:flex;flex-direction:column;align-items:center;max-height:calc(100vh - 56px);min-width:0;margin:0}
.lightbox-figure img{display:block;width:auto;max-width:100%;height:auto;max-height:calc(100vh - 128px);object-fit:contain;border-radius:3px;background:#fff}
.lightbox-figure figcaption{padding-top:14px;color:#d8e0e0;font-size:.875rem;line-height:1.5;text-align:center}
.lightbox-counter{position:absolute;top:0;left:0;color:#d8e0e0;font-size:.75rem;letter-spacing:.08em}
.lightbox-close,.lightbox-nav{display:grid;place-items:center;width:46px;height:46px;border:1px solid #ffffff66;border-radius:50%;background:rgba(21,35,38,.8);color:#fff;padding:0}
.lightbox-close{position:absolute;top:0;right:0;z-index:2}
.lightbox-close:hover,.lightbox-nav:hover{background:var(--yellow);border-color:var(--yellow);color:var(--ink)}
.lightbox-prev{grid-column:1;grid-row:1}
.lightbox-next{grid-column:3;grid-row:1}
.lightbox-close .icon,.lightbox-nav .icon{width:20px;height:20px}
body.lightbox-lock{overflow:hidden}
@media(max-width:900px){.profile-gallery figure>div .gallery-trigger{min-height:170px}}
@media(max-width:640px){.profile-gallery figure>div .gallery-trigger{min-height:190px}.product-detail-gallery .gallery-trigger{height:260px}.lightbox{padding:14px}.lightbox-dialog{width:100%;max-height:calc(100vh - 28px);grid-template-columns:48px minmax(0,1fr) 48px;gap:4px}.lightbox-figure{grid-column:1/-1;grid-row:1;max-height:calc(100vh - 28px);padding-top:36px}.lightbox-figure img{max-height:calc(100vh - 125px)}.lightbox-prev{grid-column:1;grid-row:1;justify-self:start}.lightbox-next{grid-column:3;grid-row:1;justify-self:end}.lightbox-counter{top:8px;left:8px}.lightbox-close{top:0;right:0;width:42px;height:42px}}
