:root{--ink:#1F2A38;--navy:#29394B;--navy-2:#3C4F63;--red:#FFF200;--red-dim:#E6DA00;--red-deep:#CCC100;--on-accent:#1F2A38;--accent-txt:#9A7800;--link-hover:#FFF200;--link-hover-bg:rgba(31,42,56,0.28);--bg:#FFFFFF;--bg-2:#F5F6F8;--line:#E4E7EB;--white:#FFFFFF;--surface:#FFFFFF;--muted:#6B7684;--tile-ink:#4E606E;--f-display:"Poppins",sans-serif;--f-body:"Inter",sans-serif;--radius:6px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--f-body);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit}h1,h2,h3,h4{font-family:var(--f-display);font-weight:700;color:var(--ink);margin:0 0 0.5em;line-height:1.2}h1{font-size:clamp(1.55rem,2.7vw,2.1rem)}h2{font-size:clamp(1.5rem,2.6vw,2rem)}h3{font-size:1.05rem;font-weight:600}p{margin:0 0 1em;color:var(--muted);text-align:justify}.eyebrow{font-family:var(--f-display);font-size:0.78rem;font-weight:600;letter-spacing:0.08em;text-transform:uppercase;color:var(--accent-txt);margin-bottom:0.6em}.wrap{max-width:1180px;margin:0 auto;padding:0 clamp(1.25rem,4vw,3rem)}.btn{display:inline-flex;align-items:center;gap:0.5em;font-family:var(--f-display);font-size:0.88rem;font-weight:600;text-decoration:none;padding:0.85em 1.7em;border-radius:var(--radius);border:1.5px solid var(--red);color:var(--accent-txt);background:transparent;transition:background 0.2s,color 0.2s;cursor:pointer}.btn:hover{background:var(--red);color:var(--on-accent)}.btn.primary{background:var(--red);border-color:var(--accent-txt);color:var(--on-accent)}.btn.primary:hover{background:var(--red-dim);border-color:var(--red-dim)}.btn.on-dark{border-color:rgba(255,255,255,0.5);color:var(--white)}.btn.on-dark:hover{background:#FFFFFF;color:#29394B;border-color:#FFFFFF}.site-header{position:sticky;top:0;z-index:50;background:var(--surface);border-bottom:1px solid var(--line)}.site-header .wrap{display:flex;align-items:center;justify-content:space-between;height:78px}.logo{display:flex;align-items:center;text-decoration:none}.logo img{height:38px;width:auto;display:block;transition:height 0.25s ease}.site-header.is-scrolled .logo img{height:34px}nav.main-nav{display:flex;align-items:center;gap:1.5rem}nav.main-nav a{font-family:var(--f-body);font-size:0.92rem;font-weight:500;color:var(--ink);text-decoration:none;padding:0.4em 0;border-bottom:2px solid transparent;transition:color 0.2s,border-color 0.2s;white-space:nowrap}nav.main-nav a:hover{color:var(--red);border-color:var(--red)}nav.main-nav a.active{color:var(--ink);border-color:var(--red)}.nav-drop{position:relative}.drop-panel{position:absolute;top:100%;left:0;transform:translateY(6px);background:var(--red);border:none;border-radius:18px;box-shadow:0 16px 32px rgba(15,20,26,0.20);padding:0.3rem 0;display:flex;flex-direction:column;min-width:220px;opacity:0;visibility:hidden;transition:opacity 0.15s ease,transform 0.15s ease,visibility 0.15s;z-index:60}.nav-drop:hover .drop-panel{opacity:1;visibility:visible;transform:translateY(0)}nav.main-nav .drop-panel a{font-size:0.87rem;font-weight:400;color:var(--navy);padding:0.55em 1.1em;margin:0.12em 0.6em;border-radius:999px;border-bottom:none!important;transition:background 0.15s ease}nav.main-nav .drop-panel a:hover{background:rgba(41,57,75,0.08)}.drop-panel-products{left:0;transform:translateY(6px);background:var(--red);border:none;border-radius:18px;box-shadow:0 16px 32px rgba(15,20,26,0.20);padding:0.3rem 0;min-width:420px;display:grid;grid-template-columns:1fr 1fr;gap:0}.nav-drop:hover .drop-panel-products{transform:translateY(0)}nav.main-nav .drop-panel-products a{color:var(--navy);font-size:0.87rem;font-weight:400;padding:0.55em 1.1em;margin:0.12em 0.6em;border-radius:999px;transition:background 0.15s ease}nav.main-nav .drop-panel-products a:hover{background:rgba(41,57,75,0.08)}.drop-panel-industries{left:0;transform:translateY(6px);background:var(--red);border:none;border-radius:18px;box-shadow:0 16px 32px rgba(15,20,26,0.20);padding:0.3rem 0;min-width:420px;display:grid;grid-template-columns:1fr 1fr;gap:0}.nav-drop:hover .drop-panel-industries{transform:translateY(0)}nav.main-nav .drop-panel-industries a{color:var(--navy);font-size:0.87rem;font-weight:400;padding:0.55em 1.1em;margin:0.12em 0.6em;border-radius:999px;transition:background 0.15s ease}nav.main-nav .drop-panel-industries a:hover{background:rgba(41,57,75,0.08)}.head-tools{display:flex;align-items:center;gap:0.9rem;margin-left:0.8rem}.head-tools .btn{padding:0.55em 1.2em;font-size:0.78rem;white-space:nowrap}.lang-switch{position:relative}.lang-switch-trigger{display:flex;align-items:center;gap:0.4rem;background:transparent;border:1.5px solid rgba(31,42,56,0.16);border-radius:999px;padding:0.4em 0.7em 0.4em 0.8em;color:var(--ink);font-family:var(--f-body);font-size:0.82rem;font-weight:600;letter-spacing:0.02em;cursor:pointer;transition:border-color 0.2s ease,background 0.2s ease}.lang-switch-trigger:hover{border-color:var(--red);background:rgba(255,242,0,0.08)}.lsw-globe{flex:none;opacity:0.75}.lsw-chevron{flex:none;opacity:0.6;transition:transform 0.2s ease}.lang-switch:hover .lsw-chevron{transform:rotate(180deg)}.lang-switch-panel{position:absolute;top:100%;right:0;margin-top:10px;background:var(--red);border-radius:16px;box-shadow:0 16px 32px rgba(15,20,26,0.20);padding:0.35rem;min-width:190px;display:flex;flex-direction:column;opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity 0.15s ease,transform 0.15s ease,visibility 0.15s;z-index:80}.lang-switch:hover .lang-switch-panel{opacity:1;visibility:visible;transform:translateY(0)}.lang-switch-item{display:flex;align-items:center;gap:0.65rem;padding:0.55em 0.8em;margin:0.08em 0;border-radius:12px;color:var(--navy);font-size:0.87rem;font-weight:400;text-decoration:none;border-bottom:none!important;transition:background 0.15s ease}.lang-switch-item:hover{background:rgba(41,57,75,0.08)}.lang-switch-item.current{font-weight:700;background:rgba(41,57,75,0.1)}.lang-switch-item img{width:20px;height:14px;object-fit:cover;border-radius:2px;flex:none}[data-theme="dark"] .lang-switch-trigger{border-color:rgba(255,255,255,0.18);color:var(--ink)}[data-theme="dark"] .lang-switch-trigger:hover{border-color:var(--red)}.search-btn{border:none;background:none;color:var(--ink);cursor:pointer;display:flex;align-items:center;padding:0.2em}.search-btn:hover{color:var(--accent-txt)}.hero{background:var(--surface);position:relative;overflow:hidden;padding:0}.slide-track{position:relative;min-height:560px}.slide{position:absolute;inset:0;opacity:0;visibility:hidden;z-index:1;transition:opacity 0.6s ease,visibility 0s linear 0.6s}.slide.active{opacity:1;visibility:visible;z-index:2;transition:opacity 0.6s ease,visibility 0s linear 0s}.slide-copy{position:absolute;z-index:2;left:4%;top:50%;transform:translateY(-50%);max-width:30%;display:flex;flex-direction:column;align-items:flex-start;text-align:left;pointer-events:none}.slide-copy>*{pointer-events:auto}.slide h1{margin-bottom:0.7em;max-width:16ch;font-size:clamp(1.5rem,2vw,2rem)}.slide-figure{position:absolute;top:0;bottom:0;inset-inline-start:36%;inset-inline-end:4%;display:flex;align-items:center;justify-content:flex-start;z-index:1}.slide-figure img{max-height:92%;max-width:100%;width:auto;object-fit:contain;object-position:center;mix-blend-mode:multiply}.slide-figure.slide-figure-shift img{max-height:76%}.slide-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:44px;height:44px;border-radius:50%;border:1px solid var(--line);background:var(--surface);color:var(--navy);font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background 0.2s,color 0.2s;box-shadow:0 2px 10px rgba(31,42,56,0.08)}.slide-arrow:hover{background:var(--ink);color:var(--white);border-color:var(--ink)}.slide-arrow.prev{left:1.2rem}.slide-arrow.next{right:1.2rem}.slide-dots{position:absolute;bottom:1.3rem;left:50%;transform:translateX(-50%);display:flex;gap:0.5rem;z-index:10}.slide-dots .dot{width:9px;height:9px;border-radius:50%;border:none;background:var(--line);cursor:pointer;padding:0}.slide-dots .dot.active{background:var(--red)}@media (max-width:1180px){.slide-track{min-height:0}.slide{position:relative;inset:auto;display:none;flex-direction:column;opacity:1;visibility:visible}.slide.active{display:flex}.slide-copy{position:static;max-width:100%;transform:none;padding:0.9rem 0 2.1rem;text-align:center;align-items:center;justify-content:center}.slide h1{max-width:none;font-size:clamp(1.15rem,5vw,1.5rem);line-height:1.25;margin-bottom:0.5em}.slide-arrow{top:100px;width:34px;height:34px}.slide-figure{position:static;width:100%;height:220px;margin-top:0;transform:none;justify-content:center}}.catalogue-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:3rem 1.4rem;margin-top:2.4rem}.cat-card{display:flex;align-items:center;justify-content:center;padding-bottom:1.8rem;border-bottom:1px solid var(--line);transition:transform 0.2s ease}.cat-card:hover{transform:translateY(-2px)}.cat-card img{width:100%;max-width:56px;aspect-ratio:3/2;object-fit:cover;border-radius:0;box-shadow:0 0 0 1px rgba(0,0,0,0.08)}@media (max-width:720px){.catalogue-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:420px){.catalogue-grid{grid-template-columns:repeat(2,1fr)}}.hero-figure{display:flex;align-items:center;justify-content:center;padding:1rem}.hero-figure img{max-height:340px;object-fit:contain}.stat-row{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);margin-top:3rem;padding-top:1.8rem}.stat-row div{border-left:1px solid var(--line);padding-left:1.1rem}.stat-row div:first-child{border-left:none;padding-left:0}.stat-num{font-family:var(--f-display);font-weight:700;font-size:1.9rem;color:var(--accent-txt);line-height:1}.stat-label{font-size:0.8rem;color:var(--muted);margin-top:0.4em}section{padding:4rem 0}section.tight{padding:2.6rem 0}section.tight:has(.product-float):has(+ section.tight .photo-gallery-full){padding-bottom:0.6rem}section.tight:has(.product-float) + section.tight:has(.photo-gallery-full){padding-top:0.6rem}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.section-head p{margin:0}.on-paper-2{background:var(--bg-2)}.on-navy{background:var(--navy);color:var(--white)}.on-navy h1,.on-navy h2,.on-navy h3{color:var(--white)}.on-navy p{color:rgba(255,255,255,0.75)}.on-navy .eyebrow{color:#FF9B9E}.quick-search{background:var(--bg-2);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:1.8rem 0}.quick-search-grid{display:grid;grid-template-columns:1.6fr 1fr;gap:1.25rem;align-items:stretch}.quick-search-box{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.1rem 1.4rem}.quick-search-box h2{font-size:1.1rem;margin:0 0 0.15rem}.quick-search-box p{margin:0 0 0.75rem;font-size:0.82rem;text-align:left;max-width:none}.quick-search-field{display:flex;gap:0.5rem}.quick-search-field input[type="search"]{flex:1;min-width:0;border:1px solid var(--line);background:var(--bg-2);border-radius:var(--radius);padding:0.6em 0.9em;font-family:var(--f-body);font-size:0.9rem;color:var(--ink)}.quick-search-field input[type="search"]:focus{outline:none;border-color:var(--accent-txt)}.quick-search-field button{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:2.6em;border:none;border-radius:var(--radius);background:var(--red);color:var(--white);cursor:pointer;transition:background 0.2s}.quick-search-field button:hover{background:var(--red-dim)}.quick-search-catalog{display:flex;flex-direction:column;justify-content:center;gap:0.15rem;border-radius:var(--radius);padding:0.9rem 1.3rem;background:linear-gradient(135deg,var(--red),var(--red-deep));color:var(--white);text-decoration:none;transition:filter 0.2s}.quick-search-catalog:hover{filter:brightness(1.06)}.quick-search-catalog-label{font-family:var(--f-display);font-weight:800;font-size:1.05rem;letter-spacing:0.02em}.quick-search-catalog-sub{font-size:0.76rem;opacity:0.9}@media (max-width:720px){.quick-search-grid{grid-template-columns:1fr}}.split{display:grid;grid-template-columns:1fr 1fr;gap:3.2rem;align-items:center}.split figure{margin:0;border-radius:var(--radius);overflow:hidden}.value-list{list-style:none;margin:0;padding:0;display:grid;gap:1.1rem}.value-list li{display:flex;gap:1rem;align-items:flex-start}.value-list .num{font-family:var(--f-display);color:var(--accent-txt);font-size:0.85rem;font-weight:700;padding-top:0.15em}.value-list h4{margin:0 0 0.2em;font-size:1rem}.value-list p{margin:0;font-size:0.92rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.about-hero-row{grid-template-columns:0.85fr 1fr}.about-building img{max-width:100%}.about-hero-row p{max-width:48ch}.about-mission-row{align-items:center}.about-mission-row figure{aspect-ratio:4 / 3}.about-mission-row figure img{width:100%;height:100%;object-fit:cover}.about-mission-text{text-align:center}.about-mission-text p{margin:0 auto 1.6rem;max-width:40ch}.about-mission-text strong{display:block;color:var(--muted);font-weight:600;margin-bottom:0.3em}.about-row{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;margin-bottom:3.5rem}.about-row:last-child{margin-bottom:0}.about-row.reverse>figure{order:2}.about-row figure{margin:0;border-radius:var(--radius);overflow:hidden;aspect-ratio:4 / 3}.about-row figure img{width:100%;height:100%;object-fit:cover}.about-row-text{display:grid;gap:1.4rem}.about-row-text h2{font-family:var(--f-body);font-weight:600;font-size:1rem;color:var(--muted);margin-bottom:0.3em}.about-row-text p{font-size:0.95rem;max-width:40ch;margin:0}@media (max-width:880px){.about-hero-row,.about-mission-row,.about-row,.about-row.reverse{grid-template-columns:1fr}.about-row.reverse>figure{order:0}.about-mission-row figure{order:-1}}.about-tech-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"img1 text1" "text2 img2";column-gap:3rem;row-gap:3.5rem}.about-tech-grid>figure:nth-of-type(1){grid-area:img1}.about-tech-grid>.about-row-text:nth-of-type(1){grid-area:text1}.about-tech-grid>.about-row-text:nth-of-type(2){grid-area:text2}.about-tech-grid>figure:nth-of-type(2){grid-area:img2}.about-tech-grid figure{margin:0;border-radius:var(--radius);overflow:hidden;aspect-ratio:4 / 3;align-self:start}.about-tech-grid figure img{width:100%;height:100%;object-fit:cover}@media (max-width:880px){.about-tech-grid{grid-template-columns:1fr;grid-template-areas:"img1" "text1" "img2" "text2";row-gap:2.2rem}}.product-float{margin-bottom:0.5rem;display:flex;flex-direction:column;align-items:stretch;text-align:center}.product-float::after{content:"";display:block;clear:both}.product-media{width:300px;margin:0 auto 1.5rem}.product-media .icon-box{background:radial-gradient(circle 1px,rgba(255,255,255,0.06) 1px,transparent 1.4px) 0 0/16px 16px,var(--navy);border-radius:var(--radius);aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:1.2rem}.product-media .icon-box img{width:100%;height:100%;object-fit:cover}.product-media .photo-box{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);aspect-ratio:1/1;overflow:hidden}.product-media .photo-box img{width:100%;height:100%;object-fit:cover}.product-copy{text-align:left}.product-copy p{font-size:1.05rem;margin:0 0 1.1em;max-width:none}@media (max-width:640px){.product-media{float:none;width:100%;max-width:340px;margin:0 auto 1.5rem}}.photo-gallery-full{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1.1rem}.photo-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);aspect-ratio:1/1;overflow:hidden;transition:transform 0.2s ease,box-shadow 0.2s ease,border-color 0.2s ease;cursor:zoom-in}.photo-card:hover{transform:translateY(-4px);box-shadow:0 10px 24px rgba(31,42,56,0.14);border-color:var(--line)}.photo-card img{width:100%;height:100%;object-fit:cover}.photo-card img.photo-contain{object-fit:contain;padding:8%;box-sizing:border-box}@media (max-width:480px){.photo-gallery-full{grid-template-columns:repeat(2,1fr);gap:0.8rem}}.photo-gallery-full.gallery-center{grid-template-columns:repeat(auto-fit,220px);justify-content:center}@media (max-width:480px){.photo-gallery-full.gallery-center{grid-template-columns:repeat(2,1fr)}}.lightbox-overlay{display:none;position:fixed;inset:0;background:rgba(15,20,28,0.92);z-index:9999;align-items:center;justify-content:center;padding:2.5rem}.lightbox-overlay.open{display:flex}.lightbox-close{position:absolute;top:1.2rem;right:1.6rem;font-size:2.4rem;line-height:1;color:#fff;cursor:pointer;opacity:0.85;transition:opacity 0.2s ease}.lightbox-close:hover{opacity:1}.sitemap-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.6rem;align-items:start}.sitemap-col h2{font-size:1.05rem;margin:0 0 1rem;padding-bottom:0.7rem;border-bottom:2px solid var(--red)}.sitemap-col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.6rem}.sitemap-col a{color:var(--tile-ink);text-decoration:none;font-size:0.94rem;transition:color 0.15s ease}.sitemap-col a:hover{color:var(--link-hover);background:var(--link-hover-bg);padding:0.1em 0.4em;margin:-0.1em -0.4em;border-radius:4px}.sitemap-col a strong{color:var(--ink)}@media (max-width:780px){.sitemap-grid{grid-template-columns:1fr;gap:2rem}}.lightbox-content{position:relative;display:flex;align-items:center;justify-content:center;gap:1.75rem;max-width:92vw;max-height:88vh}.lightbox-frame{width:min(620px,78vw);height:min(620px,78vh);background:#fff;border-radius:var(--radius);box-shadow:0 20px 60px rgba(0,0,0,0.5);display:flex;align-items:center;justify-content:center;padding:2rem;box-sizing:border-box;flex:0 0 auto}.lightbox-frame img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;cursor:default;display:block}.lightbox-nav{flex:0 0 auto;position:relative;width:3.2rem;height:3.2rem;border:1px solid rgba(255,255,255,0.25);border-radius:50%;background:rgba(255,255,255,0.1);backdrop-filter:blur(2px);color:#fff;font-size:1.25rem;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0.9;box-shadow:0 4px 14px rgba(0,0,0,0.35);transition:opacity 0.2s ease,background 0.2s ease,transform 0.2s ease}.lightbox-nav:hover{opacity:1;background:rgba(255,255,255,0.22);transform:scale(1.06)}.lightbox-nav:disabled{opacity:0.25;cursor:default;background:transparent;transform:none}@media (max-width:640px){.lightbox-content{gap:0.6rem}.lightbox-frame{width:min(420px,72vw);height:min(420px,60vh);padding:1.4rem}.lightbox-nav{width:2.5rem;height:2.5rem;font-size:1.05rem}}.type-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:1.4rem 1.1rem}.type-card{display:flex;flex-direction:column}.type-card .photo-card{aspect-ratio:3/4}.type-card .cap{margin-top:0.65rem;font-size:0.88rem;font-weight:600;text-align:center;color:var(--ink);line-height:1.35}@media (max-width:480px){.type-gallery{grid-template-columns:repeat(2,1fr);gap:1rem 0.7rem}}.card-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.7rem}@media (max-width:980px){.card-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:640px){.card-grid{grid-template-columns:repeat(2,1fr)}}.card-grid.card-grid-6{grid-template-columns:repeat(6,1fr)}@media (max-width:980px){.card-grid.card-grid-6{grid-template-columns:repeat(3,1fr)}}@media (max-width:640px){.card-grid.card-grid-6{grid-template-columns:repeat(2,1fr)}}.card-grid.card-grid-7{grid-template-columns:repeat(7,1fr)}@media (max-width:980px){.card-grid.card-grid-7{grid-template-columns:repeat(4,1fr)}}@media (max-width:640px){.card-grid.card-grid-7{grid-template-columns:repeat(2,1fr)}}.card-grid.card-grid-4{grid-template-columns:repeat(4,1fr);max-width:920px;margin:0 auto}@media (max-width:980px){.card-grid.card-grid-4{grid-template-columns:repeat(3,1fr);max-width:none}}@media (max-width:640px){.card-grid.card-grid-4{grid-template-columns:repeat(2,1fr)}}.card-grid.card-grid-2{grid-template-columns:repeat(2,1fr);max-width:460px;margin:0 auto}@media (max-width:640px){.card-grid.card-grid-2{grid-template-columns:repeat(2,1fr);max-width:340px}}.card-grid.card-grid-5{grid-template-columns:repeat(5,1fr)}@media (max-width:980px){.card-grid.card-grid-5{grid-template-columns:repeat(3,1fr)}}@media (max-width:640px){.card-grid.card-grid-5{grid-template-columns:repeat(2,1fr)}}.card-grid.card-grid-9{grid-template-columns:repeat(3,1fr)}@media (max-width:640px){.card-grid.card-grid-9{grid-template-columns:repeat(2,1fr)}}.card-grid a{text-decoration:none;color:var(--ink);display:flex;flex-direction:column;gap:0;min-width:0}.card-grid .tile{background:radial-gradient(circle 1px,rgba(255,255,255,0.06) 1px,transparent 1.4px) 0 0/16px 16px,var(--navy);border-radius:var(--radius);aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;transition:transform 0.2s ease}.card-grid a:hover .tile{transform:translateY(-3px)}.card-grid .tile-icon{width:46%;height:46%;border:2px solid rgba(255,255,255,0.55);border-radius:50%;transition:border-color 0.25s ease,background 0.25s ease}.card-grid a:hover .tile-icon{border-color:var(--accent-txt);background:rgba(217,39,46,0.12)}.card-grid .tile-photo{width:100%;height:100%;object-fit:cover;transition:opacity 0.35s ease}.card-grid .tile-photo-hover{position:absolute;inset:0;opacity:0}.card-grid a:hover .tile.product-tile .tile-photo-hover{opacity:1}.card-grid .tile-photo-tint{position:absolute;inset:0;background:rgba(255,242,0,0.34);opacity:0;transition:opacity 0.3s ease}.card-grid a:hover .tile.product-tile .tile-photo-tint{opacity:1}.card-grid .tile-icon-img{position:absolute;inset:0;margin:auto;width:44%;height:44%;object-fit:contain;filter:drop-shadow(0 2px 6px rgba(0,0,0,0.45))}.card-grid h3{margin:1rem 0 0.7rem;padding-bottom:0.9rem;font-size:1.05rem;line-height:1.3;min-height:calc(1.3em * 2);display:flex;align-items:center;justify-content:center;text-align:center;border-bottom:1px solid var(--line)}.card-grid .go{font-size:0.8rem;color:var(--accent-txt);text-align:center;font-weight:600}.card-grid .tile.product-tile{background:linear-gradient(135deg,var(--navy-2),var(--navy));border-radius:16px;position:relative;overflow:hidden;transition:background 0.3s ease,transform 0.2s ease}.card-grid a:hover .tile.product-tile{background:linear-gradient(135deg,var(--red-dim),var(--red))}.card-grid .tile.product-tile::before{content:"";position:absolute;inset:0;background:rgba(255,242,0,0.28);opacity:0;transition:opacity 0.3s ease;pointer-events:none;z-index:1}.card-grid a:hover .tile.product-tile::before{opacity:1}.card-grid a:has(.product-tile) h3{color:var(--tile-ink);font-weight:600}.card-grid a:has(.product-tile):hover h3{color:var(--tile-ink)}.card-grid a:has(.product-tile) .go{display:none}@media (max-width:980px){.card-grid.card-grid-20{display:flex;flex-wrap:wrap;justify-content:center;gap:1.7rem}.card-grid.card-grid-20>a{flex:0 0 calc((100% - 2 * 1.7rem) / 3);max-width:calc((100% - 2 * 1.7rem) / 3)}}@media (max-width:640px){.card-grid.card-grid-20{gap:1rem}.card-grid.card-grid-20>a{flex:0 0 calc((100% - 2 * 1rem) / 3);max-width:calc((100% - 2 * 1rem) / 3)}}.card-grid.card-grid-2 a:hover .tile.product-tile,.card-grid.card-grid-4 a:hover .tile.product-tile,.card-grid.card-grid-5 a:hover .tile.product-tile,.card-grid.card-grid-6 a:hover .tile.product-tile,.card-grid.card-grid-7 a:hover .tile.product-tile,.card-grid.filter-row a:hover .tile.product-tile{background:linear-gradient(135deg,var(--navy-2),var(--navy))}.card-grid.card-grid-2 a:hover .tile.product-tile .tile-photo-tint,.card-grid.card-grid-4 a:hover .tile.product-tile .tile-photo-tint,.card-grid.card-grid-5 a:hover .tile.product-tile .tile-photo-tint,.card-grid.card-grid-6 a:hover .tile.product-tile .tile-photo-tint,.card-grid.card-grid-7 a:hover .tile.product-tile .tile-photo-tint,.card-grid.filter-row a:hover .tile.product-tile .tile-photo-tint{opacity:0}.filter-row{grid-template-columns:repeat(auto-fit,168px);justify-content:center;margin-bottom:3rem}.filter-row .tile{aspect-ratio:1/1}.filter-row h3{padding-bottom:0.8rem}.industry-copy h2{font-size:1.35rem;margin:0 0 1.1em}.industry-copy h4{font-size:1.02rem;margin:1.6em 0 0.3em}.industry-copy>h4:first-child{margin-top:0}.industry-copy p{font-size:0.98rem;max-width:none;margin:0 0 0.7em}.marquee-viewport{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent);mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent)}.card-grid.marquee-track{display:flex;grid-template-columns:none;gap:1.5rem;width:max-content;animation:marquee-scroll 50s linear infinite}.card-grid.marquee-track a{width:230px;flex:0 0 230px}@keyframes marquee-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}@media (prefers-reduced-motion:reduce){.card-grid.marquee-track{animation:none}.marquee-viewport{overflow-x:auto}}.cert-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.2rem}.cert-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:1.6rem 1.3rem;text-align:center}.cert-card img{width:100%;max-width:220px;height:auto;margin:0 auto 1rem;display:block}.cert-card h3{font-size:1rem;margin:0;color:var(--ink);font-weight:600}.partner-row{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.1rem;margin-top:0.5rem}.partner-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:1.5rem 1.3rem;text-align:center}.partner-card img{width:140px;height:140px;object-fit:contain;margin:0 auto 0.9rem;display:block}.partner-card h4{font-size:0.95rem;margin:0;color:var(--muted);font-weight:500}.faq-list{border-top:1px solid var(--line)}details.faq-item{border-bottom:1px solid var(--line);padding:1.2rem 0}details.faq-item summary{cursor:pointer;font-family:var(--f-display);font-weight:600;font-size:1.05rem;color:var(--ink);list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem}details.faq-item summary::-webkit-details-marker{display:none}details.faq-item summary::after{content:"+";font-size:1.3rem;color:var(--accent-txt);flex-shrink:0}details.faq-item[open] summary{color:var(--accent-txt)}details.faq-item[open] summary::after{content:"\2013"}details.faq-item .a{margin-top:0.8rem;text-align:justify}.faq-list a.faq-link{display:block;border-bottom:1px solid var(--line);padding:1.2rem 0;font-family:var(--f-display);font-weight:600;font-size:1.05rem;line-height:1.35;color:var(--ink);text-decoration:none;transition:color 0.15s ease}.faq-list a.faq-link:hover{color:var(--link-hover);background:var(--link-hover-bg);padding-left:0.6em;padding-right:0.6em;margin-left:-0.6em;margin-right:-0.6em}.faq-back{margin-top:2rem}.faq-back a{color:var(--accent-txt);font-weight:600;font-size:0.92rem;text-decoration:none}.faq-back a:hover{text-decoration:underline}.contact-info-band{background:linear-gradient(135deg,#FAFBFC 0%,#F1F3F5 100%);padding:2.6rem 0;position:relative;overflow:hidden}section.tight:has(+ .contact-info-band){padding-bottom:0.6rem}section.tight:has(+ .contact-info-band) h1{margin-bottom:0}section.tight + .contact-info-band{padding-top:2rem}.contact-info-band::before{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(-18deg,transparent 0 90px,var(--line) 90px 91px);opacity:0.5;pointer-events:none}.contact-info-block{position:relative;max-width:64ch}.contact-info-block h2{margin:0 0 0.3em}.contact-legal{color:var(--muted);margin:0 0 1.6rem}.contact-icon-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.contact-icon-list li{display:flex;align-items:center;gap:0.8rem;font-size:1rem;color:var(--ink)}.contact-icon-list a{color:var(--ink);text-decoration:none}.contact-icon-list a:hover{color:var(--link-hover);background:var(--link-hover-bg);padding:0.1em 0.4em;margin:-0.1em -0.4em;border-radius:4px}.ico-badge{flex-shrink:0;width:34px;height:34px;border-radius:50%;background:var(--red);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:0.95rem}.whatsapp-order-band{background:var(--bg-2);padding:2.2rem 0;text-align:center}.whatsapp-order{display:inline-flex;flex-direction:column;align-items:center;gap:0.4rem;text-decoration:none}.whatsapp-order-icon{width:56px;height:56px;border-radius:50%;background:#25D366;display:flex;align-items:center;justify-content:center}.whatsapp-order-title{font-family:var(--f-display);font-weight:800;font-size:1.8rem;color:#25D366}.whatsapp-order-number{color:var(--ink);font-size:1rem}.map-full{width:100%;height:420px}.production-video-full{width:100%;background:#000}.production-video-full video{width:100%;max-height:720px;display:block;margin:0 auto}.map-full iframe{width:100%;height:100%;border:0;display:block}.career-section{background:#e6e6e6;padding:2.4rem 0}.career-split{display:grid;grid-template-columns:1fr 1.15fr;gap:2.2rem;align-items:stretch}.career-photo{margin:0}.career-photo img{width:100%;height:100%;object-fit:cover;display:block}.career-form{display:flex;flex-direction:column;gap:0.85rem}.career-form input{width:100%;border:none;border-radius:2px;background:var(--surface);padding:0.95rem 1.1rem;font-family:var(--f-body);font-size:0.95rem;color:var(--muted)}.career-form input::placeholder{color:var(--muted);opacity:1}.career-form input:focus{outline:2px solid var(--red);outline-offset:-2px}.career-form .btn{align-self:flex-start;margin-top:0.4rem}@media (max-width:800px){.career-split{grid-template-columns:1fr}.career-photo img{max-height:340px}}footer.site-footer{background:var(--bg-2);color:var(--ink);padding-top:3.5rem;border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:1fr 1.5fr 1fr;gap:2.5rem;padding-bottom:2.8rem;align-items:start}.footer-brand p{color:var(--ink)}.social-row{display:flex;gap:0.7rem}.social-row a{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--ink);border:1px solid var(--line);transition:all 0.2s}.social-row a:hover{background:var(--red);color:var(--white);border-color:var(--link-hover)}.footer-links{list-style:none;margin:0;padding:0;display:grid;gap:0.65rem}.footer-links a{color:var(--ink);text-decoration:none;font-size:0.94rem}.footer-links a:hover{color:var(--link-hover);background:var(--link-hover-bg);padding:0.1em 0.4em;margin:-0.1em -0.4em;border-radius:4px}.footer-col-group{display:flex;gap:2.5rem}.footer-col{flex:1 1 0;min-width:0}@media (max-width:480px){.footer-col-group{gap:1.6rem}}.footer-contact p{display:flex;gap:0.6rem;align-items:flex-start;margin:0 0 0.9rem;font-size:0.92rem;color:var(--ink)}.footer-contact a{color:var(--ink);text-decoration:none}.footer-contact a:hover{color:var(--link-hover);background:var(--link-hover-bg);padding:0.1em 0.4em;margin:-0.1em -0.4em;border-radius:4px}.footer-contact .ico{color:var(--accent-txt);flex-shrink:0}.footer-langbar{background:var(--red);display:flex;align-items:center;justify-content:center;gap:1.1rem;padding:0.7rem 0}.footer-langbar img{width:24px;height:auto;border-radius:2px;opacity:0.9;transition:opacity 0.2s,transform 0.2s}.footer-langbar a:hover img{opacity:1;transform:translateY(-1px)}.to-top{position:fixed;right:1.4rem;bottom:5.2rem;z-index:90;width:42px;height:42px;border-radius:6px;background:var(--red);color:var(--white);display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:1.1rem;box-shadow:0 6px 16px rgba(0,0,0,0.2)}.whatsapp-btn{position:fixed;right:1.4rem;bottom:1.4rem;z-index:90;background:#25D366;color:var(--white);text-decoration:none;display:flex;align-items:center;gap:0.5rem;padding:0.6rem 0.9rem;border-radius:30px;font-family:var(--f-display);font-size:0.85rem;font-weight:600;box-shadow:0 6px 16px rgba(0,0,0,0.2)}@media (max-width:640px){.whatsapp-btn span{display:none}.whatsapp-btn{padding:0.7rem;border-radius:50%;bottom:1.4rem}.to-top{bottom:4.8rem}}@media (max-width:880px){nav.main-nav{display:none}.nav-burger{display:flex!important}.head-tools .lang-switch{display:none}.split,.contact-grid{grid-template-columns:1fr}.stat-row{grid-template-columns:repeat(2,1fr);row-gap:1.5rem}.stat-row div:nth-child(3){border-left:none;padding-left:0}.footer-grid{grid-template-columns:1fr;text-align:left}}.xref-az-grid{display:grid;grid-template-columns:repeat(9,1fr);gap:0.7rem;max-width:620px;margin:0 auto}.xref-letter-tile{display:flex;align-items:center;justify-content:center;aspect-ratio:1;border-radius:10px;background:var(--navy,#1c2b3a);color:var(--white,#fff);font-family:var(--f-display);font-weight:700;font-size:1.1rem;text-decoration:none;transition:opacity 0.15s ease}.xref-letter-tile:hover{opacity:0.85}.xref-letter-tile.is-pending{background:var(--paper-2,#eef0f2);color:var(--tile-ink,#8a97a3);cursor:default}@media (max-width:640px){.xref-az-grid{grid-template-columns:repeat(6,1fr)}}.xref-az-row{text-align:left;margin-bottom:1rem}.xref-az-row a{color:var(--accent-txt);text-decoration:none;font-weight:600;font-size:0.92rem}.xref-az-row a:hover{text-decoration:underline}.back-arrow{font-size:0.78em}.xref-list{max-width:900px;margin:0 auto}.xref-item{border:1px solid var(--line,#e2e5e9);border-radius:8px;margin-bottom:0.6rem;padding:0;background:var(--surface)}.xref-item summary{cursor:pointer;list-style:none;padding:0.85rem 1.1rem;font-family:var(--f-display);font-weight:700;font-size:0.98rem;color:var(--ink);display:flex;align-items:center;gap:0.5rem}.xref-item summary::-webkit-details-marker{display:none}.xref-item summary::before{content:"+";color:var(--accent-txt);font-weight:700;width:1em}.xref-item[open] summary::before{content:"\2212"}.xref-item .codes{padding:0 1.1rem 1rem;font-size:0.86rem;line-height:1.6;color:var(--tile-ink,#5b6672);word-break:break-word}.xref-search-notice{max-width:900px;margin:0 auto 1.4rem;padding:0.85rem 1.1rem;background:var(--bg-2);border:1px solid var(--line);border-radius:var(--radius);font-size:0.9rem;color:var(--ink)}.xref-search-notice a{color:var(--accent-txt);font-weight:600;text-decoration:none}.xref-search-notice a:hover{text-decoration:underline}.site-search-bar{max-height:0;overflow:hidden;position:relative;background:#1c1e22;transition:max-height 0.25s ease}.site-search-bar.open{max-height:46px;overflow:visible}.site-search-bar-inner{max-width:1400px;margin:0 auto;display:flex;align-items:center;padding:0 clamp(1.25rem,4vw,3rem);height:46px}.site-search-fieldwrap{display:flex;align-items:center;gap:0.55rem;margin:0 auto;width:100%;max-width:460px;border:1px solid rgba(255,255,255,0.16);border-radius:3px;padding:0.32rem 0.7rem}.site-search-fieldwrap svg{color:#8a909b;flex:none;width:13px;height:13px}.site-search-input{flex:1;border:none;outline:none;background:none;font-size:0.85rem;font-family:var(--f-body,inherit);color:#d8dadd}.site-search-input::placeholder{color:#74797f}.site-search-close{border:none;background:none;font-size:1.05rem;line-height:1;color:#74797f;cursor:pointer;padding:0 0.2rem;flex:none;margin-left:auto}.site-search-close:hover{color:#fff}.site-search-results{position:absolute;left:0;right:0;top:100%;z-index:60;background:var(--surface);border-bottom:1px solid var(--line);box-shadow:0 16px 40px rgba(0,0,0,0.16);max-height:70vh;overflow-y:auto;display:none}.site-search-results.open{display:block}.site-search-results-inner{max-width:1400px;margin:0 auto;padding:0.4rem 0}.site-search-result{display:flex;flex-direction:column;gap:0.15rem;padding:0.7rem clamp(1.25rem,4vw,3rem);text-decoration:none;color:var(--ink);border-left:3px solid transparent}.site-search-result:hover,.site-search-result.active{background:var(--bg-2);border-left-color:var(--accent-txt)}.ssr-title{font-weight:700;font-size:0.98rem}.ssr-sub{font-size:0.85rem;color:var(--tile-ink,#5b6672)}.site-search-result mark,.site-search-empty mark{background:rgba(229,37,44,0.16);color:inherit;font-weight:700}.site-search-group-label{padding:0.6rem clamp(1.25rem,4vw,3rem) 0.3rem;font-size:0.72rem;font-weight:700;letter-spacing:0.04em;text-transform:uppercase;color:var(--tile-ink,#5b6672);border-top:1px solid var(--line,#e5e7eb);margin-top:0.3rem}.site-search-empty{padding:1rem clamp(1.25rem,4vw,3rem);font-size:0.92rem;color:var(--tile-ink,#5b6672)}.site-search-empty a{color:var(--accent-txt);font-weight:600;text-decoration:none}.site-search-empty a:hover{text-decoration:underline}@media (max-width:640px){.site-search-bar-inner{height:42px}.site-search-bar.open{max-height:42px}.site-search-fieldwrap{max-width:none}.site-search-input{font-size:16px}.quick-search-field input[type="search"]{font-size:16px}}section.industry-hero{background:var(--surface);padding-top:1.3rem;padding-bottom:0}.industry-hero h1{text-align:center;margin-bottom:0.2em}.industry-hero + section.tight{padding-top:0.2rem}.breadcrumb-bar{background:var(--bg-2);border-bottom:1px solid var(--line)}.breadcrumb-bar .wrap{padding-top:0.65rem;padding-bottom:0.65rem}.breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:0.35em;margin:0;padding:0;list-style:none;font-family:var(--f-body);font-size:0.82rem;color:var(--tile-ink)}.breadcrumbs li{display:flex;align-items:center;gap:0.35em}.breadcrumbs li + li::before{content:"›";color:var(--muted);opacity:0.7}.breadcrumbs a{color:var(--tile-ink);text-decoration:none}.breadcrumbs a:hover{color:var(--link-hover);background:var(--link-hover-bg);padding:0.1em 0.4em;margin:-0.1em -0.4em;border-radius:4px;text-decoration:underline}.breadcrumbs .crumb-current{color:var(--ink);font-weight:600}@media (max-width:640px){.breadcrumbs{font-size:0.76rem}}.xref-item-link{display:flex;align-items:center;gap:0.6rem;border:1px solid var(--line,#e2e5e9);border-radius:8px;margin-bottom:0.6rem;padding:0.85rem 1.1rem;background:var(--surface);text-decoration:none;font-family:var(--f-display);font-weight:700;font-size:0.98rem;color:var(--ink);transition:border-color 0.15s ease,color 0.15s ease}.xref-item-link::before{content:"+";color:var(--accent-txt);font-weight:700;width:1em;flex:none}.xref-item-link:hover{border-color:var(--link-hover);color:var(--link-hover);background:var(--link-hover-bg)}.xref-item-link .xref-name{flex:1}.xref-item-link .xref-count{font-family:var(--f-body);font-weight:500;font-size:0.78rem;color:var(--tile-ink,#8a97a3);white-space:nowrap}.xref-detail-codes{max-width:900px;margin:0 auto;display:flex;flex-wrap:wrap;gap:0.5rem}.xref-code-chip{font-family:monospace,monospace;font-size:0.82rem;background:var(--bg-2);border:1px solid var(--line);border-radius:6px;padding:0.35rem 0.6rem;color:var(--ink);text-decoration:none;display:inline-block;cursor:pointer;transition:border-color 0.15s ease,color 0.15s ease,background 0.15s ease}a.xref-code-chip:hover{border-color:var(--link-hover);color:var(--link-hover);background:var(--link-hover-bg)}.xref-code-chip-match{border-color:var(--accent-txt);color:var(--white,#fff);background:var(--red);box-shadow:0 0 0 3px rgba(217,39,46,0.22)}.nav-burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:34px;height:34px;padding:0;border:none;background:none;cursor:pointer}.nav-burger span{display:block;width:22px;height:2px;border-radius:2px;background:var(--ink);transition:transform 0.25s ease,opacity 0.2s ease}.nav-burger.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-burger.is-open span:nth-child(2){opacity:0}.nav-burger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-nav{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;background:var(--surface);color:var(--ink);z-index:70;opacity:0;visibility:hidden;transition:opacity 0.2s ease,visibility 0s linear 0.2s}.mobile-nav.is-open{opacity:1;visibility:visible;transition:opacity 0.2s ease}.mobile-nav-scroll{overflow-y:auto;-webkit-overflow-scrolling:touch;flex:1}.mobile-nav .m-topbar{display:flex;align-items:center;justify-content:space-between;height:78px;flex:0 0 auto;padding:0 1.2rem;border-bottom:1px solid var(--line)}.mobile-nav .m-topbar .logo img{height:28px;width:auto;display:block}.mobile-nav .m-close{width:40px;height:40px;border:none;background:none;color:var(--ink);cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%}.mobile-nav .m-close:hover{background:var(--bg-2)}html.mobile-nav-open,html.mobile-nav-open body{overflow:hidden}html.mobile-nav-open .whatsapp-btn,html.mobile-nav-open .to-top{display:none}.mobile-nav ul{list-style:none;margin:0;padding:0}.mobile-nav .m-row{display:flex;align-items:stretch;border-bottom:1px solid var(--line)}.mobile-nav .m-row>a{flex:1;padding:0.95rem 1.2rem;font-family:var(--f-body);font-size:0.95rem;font-weight:500;color:var(--ink);text-decoration:none}.mobile-nav .m-row>a.active{color:var(--ink);box-shadow:inset 3px 0 0 var(--red)}.mobile-nav .m-row>a:hover{background:var(--bg-2);color:var(--red)}.mobile-nav .m-toggle{width:52px;border:none;border-left:1px solid var(--line);background:none;color:var(--muted);display:flex;align-items:center;justify-content:center;cursor:pointer}.mobile-nav .m-toggle svg{transition:transform 0.25s ease}.mobile-nav .m-toggle.is-open svg{transform:rotate(90deg)}.mobile-nav .m-sub{max-height:0;overflow:hidden;background:var(--bg-2);transition:max-height 0.28s ease}.mobile-nav .m-sub.is-open{max-height:2400px}.mobile-nav .m-sub a{display:block;padding:0.72rem 1.2rem 0.72rem 2rem;font-size:0.87rem;color:var(--muted);text-decoration:none;border-bottom:1px solid var(--line)}.mobile-nav .m-sub a:hover{color:var(--ink);background:var(--surface)}.mobile-nav .m-lang{border-top:6px solid var(--bg-2)}.mobile-nav .m-lang li{border-bottom:1px solid var(--line)}.mobile-nav .m-lang a{display:flex;align-items:center;gap:0.65rem;padding:0.85rem 1.2rem;line-height:0;text-decoration:none;color:var(--ink)}.mobile-nav .m-lang a span{text-decoration:none}.mobile-nav .m-lang img{width:22px;height:auto;border-radius:2px}.brand-line{background:var(--red);text-align:center;padding:0.55rem 1.5rem;font-size:0.85rem;color:var(--navy)}.brand-line p{margin:0;text-align:center;color:var(--navy);font-weight:500}.legal-bar{background:var(--bg-2);border-top:1px solid var(--line)}.legal-bar-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:0.5rem 1.8rem;padding:1.1rem 1.5rem}.legal-bar-inner a{color:var(--ink);text-decoration:none;font-size:0.85rem}.legal-bar-inner a:hover{color:var(--link-hover);background:var(--link-hover-bg);padding:0.1em 0.4em;margin:-0.1em -0.4em;border-radius:4px;text-decoration:underline}.legal-bar-cookie-btn{display:inline-flex;align-items:center;gap:0.4rem;background:none;border:none;cursor:pointer;color:var(--ink);font-size:0.85rem;font-family:inherit;padding:0}.legal-bar-cookie-btn:hover{color:var(--link-hover);background:var(--link-hover-bg);padding:0.1em 0.4em;margin:-0.1em -0.4em;border-radius:4px;text-decoration:underline}.legal-bar-cookie-btn svg{flex:none}.cookie-consent-popup{position:fixed;left:1.25rem;bottom:1.25rem;z-index:9999;width:min(360px,calc(100vw - 2.5rem));background:var(--surface);border:1px solid var(--line);border-radius:14px;box-shadow:0 12px 32px rgba(31,42,56,0.18);padding:1.3rem 1.4rem;transform:translateY(calc(100% + 2rem));opacity:0;pointer-events:none;transition:transform 0.35s ease,opacity 0.35s ease}.cookie-consent-popup.is-open{transform:translateY(0);opacity:1;pointer-events:auto}.cookie-consent-popup h3{margin:0 0 0.55rem;font-size:1.02rem;color:var(--ink)}.cookie-consent-popup p{margin:0 0 1rem;font-size:0.85rem;line-height:1.5;color:var(--muted)}.cookie-consent-popup p a{color:var(--ink);text-decoration:underline}.cookie-consent-actions{display:flex;align-items:center;gap:1.1rem}.cookie-consent-actions .cookie-accept{background:var(--ink);color:var(--white);border:none;padding:0.62rem 1.3rem;border-radius:8px;font-size:0.85rem;font-weight:600;cursor:pointer;font-family:inherit}.cookie-consent-actions .cookie-accept:hover{background:var(--red)}.cookie-consent-actions .cookie-reject{background:none;border:none;color:var(--ink);font-size:0.85rem;cursor:pointer;font-family:inherit;padding:0}.cookie-consent-actions .cookie-reject:hover{text-decoration:underline}@media (max-width:480px){.cookie-consent-popup{left:0.75rem;right:0.75rem;bottom:0.75rem;width:auto}}.legal-content h2{font-size:1.12rem;font-weight:700;letter-spacing:0.01em;color:var(--ink);margin:2.2rem 0 0.7rem;padding-bottom:0.45rem;border-bottom:2px solid var(--red)}.legal-content h2:first-child{margin-top:0}.legal-content h3{font-size:0.98rem;font-weight:700;color:var(--navy);margin:1.5rem 0 0.5rem}.legal-content ol,.legal-content ul{margin:0 0 1.1em;padding-inline-start:1.35rem;color:var(--muted)}.legal-content li{margin-bottom:0.4em}.legal-content a{color:var(--accent-txt)}.legal-table{width:100%;border-collapse:collapse;margin:0.6rem 0 1.3rem;font-size:0.92rem}.legal-table th,.legal-table td{border:1px solid var(--line);padding:0.6rem 0.75rem;text-align:start;vertical-align:top}.legal-table thead th{background:var(--navy);color:var(--white);font-weight:600;border-color:var(--navy)}.legal-table td{color:var(--muted)}.legal-table tbody tr:nth-child(even) td{background:var(--bg-2)}.legal-table th:first-child,.legal-table td:first-child{white-space:nowrap;width:1%}.legal-table td:first-child{color:var(--ink);font-weight:600}@media (max-width:640px){.legal-table{font-size:0.85rem}.legal-table th,.legal-table td{padding:0.5rem 0.55rem}.legal-table th:first-child,.legal-table td:first-child{white-space:normal;width:auto}}.counter-band{background:var(--navy);padding:2.1rem 0;position:relative;overflow:hidden}.counter-band::before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(115deg,rgba(255,255,255,0.035) 0 1px,transparent 1px 9px);pointer-events:none}.counter-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0.6rem;position:relative}.counter-item{text-align:center;padding:0 0.9rem;border-inline-start:1px solid rgba(255,255,255,0.14)}.counter-item:first-child{border-inline-start:none}.counter-value{font-family:var(--f-display);font-weight:800;font-size:clamp(1.3rem,1.8vw,1.6rem);line-height:1;color:var(--white);letter-spacing:-0.02em;display:block;font-variant-numeric:tabular-nums}.counter-value .counter-plus{color:var(--accent-txt)}.counter-label{display:block;margin-top:0.45rem;font-family:var(--f-display);font-size:0.64rem;font-weight:600;letter-spacing:0.07em;text-transform:uppercase;color:rgba(255,255,255,0.72);line-height:1.35}.counter-item::after{content:"";display:block;width:20px;height:2px;background:var(--red);margin:0.55rem auto 0}html[dir="rtl"] .counter-label{letter-spacing:0;text-transform:none}@media (max-width:780px){.counter-band{padding:1.6rem 0}.counter-grid{grid-template-columns:repeat(2,1fr);row-gap:1.1rem}.counter-item:nth-child(odd){border-inline-start:none}}[data-theme="dark"]{--ink:#E8EDF2;--navy:#16222E;--navy-2:#22323F;--bg:#0D141B;--bg-2:#131E27;--surface:#17232E;--line:#27384A;--muted:#9BAAB8;--tile-ink:#8DA0B0}[data-theme="dark"] .site-header{box-shadow:0 1px 0 var(--line)}[data-theme="dark"] .drop-panel,[data-theme="dark"] .drop-panel-products,[data-theme="dark"] .drop-panel-industries,[data-theme="dark"] .lang-switch-panel{background:var(--red)}[data-theme="dark"] .hero{background:linear-gradient(180deg,#101A23 0%,#0D141B 100%)}[data-theme="dark"] .slide-figure img{mix-blend-mode:normal}[data-theme="dark"] .slide-arrow{background:rgba(255,255,255,0.07);color:var(--ink);border-color:var(--line)}[data-theme="dark"] .slide-arrow:hover{background:var(--red);color:#fff;border-color:var(--accent-txt)}[data-theme="dark"] .slide-dots .dot{background:#33465A}[data-theme="dark"] .slide-dots .dot.active{background:var(--red)}[data-theme="dark"] .photo-card,[data-theme="dark"] .product-media .photo-box,[data-theme="dark"] .cert-card,[data-theme="dark"] .partner-card{background:#FFFFFF}[data-theme="dark"] .cert-card h3{color:#1F2A38}[data-theme="dark"] .partner-card h4{color:#6B7684}[data-theme="dark"] .photo-card:hover{box-shadow:0 10px 24px rgba(0,0,0,0.55)}[data-theme="dark"] .contact-info-band{background:linear-gradient(135deg,#16222E 0%,#101A23 100%)}[data-theme="dark"] .career-section{background:#101A23}[data-theme="dark"] .xref-letter-tile.is-pending{background:#1C2A37;color:#6F8092}[data-theme="dark"] .site-search-panel,[data-theme="dark"] .mobile-nav{background:var(--surface)}[data-theme="dark"] input,[data-theme="dark"] select,[data-theme="dark"] textarea{background:#101A23;color:var(--ink);border-color:var(--line)}[data-theme="dark"] input::placeholder,[data-theme="dark"] textarea::placeholder{color:#7C8B9A}[data-theme="dark"] .cookie-consent-actions .cookie-accept{background:var(--red);color:#FFFFFF}[data-theme="dark"] .cookie-consent-actions .cookie-accept:hover{background:#C81F26}[data-theme="dark"] .cookie-consent-popup{box-shadow:0 12px 34px rgba(0,0,0,0.55)}[data-theme="dark"] .legal-table tbody tr:nth-child(even) td{background:#131E27}[data-theme="dark"] footer.site-footer{border-top-color:var(--line)}.theme-toggle{border:1px solid var(--line);background:transparent;color:var(--ink);width:32px;height:32px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0;flex:none;transition:color 0.2s ease,border-color 0.2s ease,background 0.2s ease}.theme-toggle:hover{color:var(--accent-txt);border-color:var(--accent-txt)}.theme-toggle svg{display:block}.theme-toggle .icon-moon{display:none}[data-theme="dark"] .theme-toggle .icon-sun{display:none}[data-theme="dark"] .theme-toggle .icon-moon{display:block}[data-theme="dark"] .theme-toggle:hover{background:rgba(255,255,255,0.06)}.mobile-nav .theme-row{display:flex;align-items:center;justify-content:flex-start;gap:0.6rem;padding:0.9rem 1.15rem;border-top:1px solid var(--line);font-family:var(--f-display);font-size:0.9rem;font-weight:600;color:var(--ink)}.slide-video-bg{position:absolute;inset:0;overflow:hidden;z-index:0;background:#0D141B}.slide-video-bg video{width:100%;height:100%;object-fit:cover;display:block}.slide-video-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(to right,rgba(13,20,27,0.92) 0%,rgba(13,20,27,0.74) 40%,rgba(13,20,27,0.32) 70%,rgba(13,20,27,0.16) 100%)}html[dir="rtl"] .slide-video-bg::after{transform:scaleX(-1)}.slide-video .slide-copy{z-index:3;max-width:38%}.slide-video .slide-copy h1{color:#FFFFFF;max-width:18ch;text-shadow:0 2px 14px rgba(0,0,0,0.55)}.slide-video .btn.primary{box-shadow:0 6px 20px rgba(0,0,0,0.35)}[data-theme="dark"] .slide-video .slide-copy h1{color:#FFFFFF}@media (max-width:1180px){.slide-video-bg{position:static;height:230px;width:100%}.slide-video-bg::after{display:none}.slide-video .slide-copy{max-width:100%}.slide-video .slide-copy h1{color:var(--ink);max-width:none}[data-theme="dark"] .slide-video .slide-copy h1{color:var(--ink)}}.quick-search-field button{color:var(--on-accent)}.quick-search-catalog{color:var(--on-accent)}.quick-search-catalog-sub{color:rgba(31,42,56,0.78)}.ico-badge{color:var(--on-accent)}.social-row a:hover{color:var(--on-accent)}.footer-langbar{color:var(--on-accent)}.to-top{color:var(--on-accent)}.xref-code-chip-match{color:var(--on-accent)}.cookie-consent-actions .cookie-accept:hover{color:var(--on-accent)}.xref-letter-tile:hover{background:var(--red);color:var(--on-accent)}[data-theme="dark"] .cookie-consent-actions .cookie-accept{background:var(--red);color:var(--on-accent)}[data-theme="dark"] .cookie-consent-actions .cookie-accept:hover{background:var(--red-dim)}[data-theme="dark"]{--accent-txt:var(--red)}.card-grid a:hover .tile.product-tile{background:linear-gradient(135deg,var(--navy-2),var(--navy))}.card-grid .tile-photo-tint{display:none}.hero-film{position:relative;overflow:hidden;padding:0;background:#0D141B;min-height:560px;display:flex;align-items:center}.hero-film-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-film::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(to right,rgba(10,16,22,0.90) 0%,rgba(10,16,22,0.70) 42%,rgba(10,16,22,0.28) 72%,rgba(10,16,22,0.14) 100%)}html[dir="rtl"] .hero-film::after{transform:scaleX(-1)}.hero-film-copy{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start;padding:3.5rem 1.5rem}html[dir="rtl"] .hero-film-copy{align-items:flex-end;text-align:right}.hero-kicker{font-family:var(--f-display);font-size:0.78rem;font-weight:700;letter-spacing:0.22em;color:var(--red);margin:0 0 0.9rem}.hero-film-copy h1{color:#FFFFFF;max-width:15ch;font-size:clamp(1.8rem,3.4vw,3.1rem);line-height:1.1;margin:0 0 1.5rem;text-shadow:0 2px 18px rgba(0,0,0,0.5)}.hero-film .btn.primary{box-shadow:0 8px 24px rgba(0,0,0,0.4)}@media (max-width:900px){.hero-film{min-height:420px}.hero-film-copy{padding:2.6rem 1.5rem;align-items:center;text-align:center}html[dir="rtl"] .hero-film-copy{align-items:center;text-align:center}.hero-film-copy h1{max-width:none}.hero-film::after{background:linear-gradient(to bottom,rgba(10,16,22,0.55) 0%,rgba(10,16,22,0.82) 100%)}html[dir="rtl"] .hero-film::after{transform:none}}.section-title{text-align:center;margin:0 0 2.2rem;font-size:clamp(1.4rem,2.2vw,1.9rem)}.section-title::after{content:"";display:block;width:54px;height:4px;border-radius:2px;background:var(--red);margin:0.7rem auto 0}.card-grid.card-grid-products{display:grid;grid-template-columns:repeat(5,1fr);gap:1.6rem}.card-grid.card-grid-products .tile.product-tile{border-radius:14px;border:1px solid transparent;transition:transform 0.22s ease,border-color 0.22s ease,box-shadow 0.22s ease}.card-grid.card-grid-products a:hover .tile.product-tile{transform:translateY(-4px);border-color:var(--red);box-shadow:0 14px 30px rgba(31,42,56,0.20)}.card-grid.card-grid-products h3{text-align:center;margin:1rem 0 0;font-size:1.02rem;overflow-wrap:break-word;word-break:break-word}.card-grid.card-grid-products a:hover h3{color:var(--tile-ink)}@media (max-width:1180px){.card-grid.card-grid-products{grid-template-columns:repeat(4,1fr)}}@media (max-width:900px){.card-grid.card-grid-products{grid-template-columns:repeat(3,1fr);gap:1.1rem}}@media (max-width:640px){.card-grid.card-grid-products{grid-template-columns:repeat(3,1fr);gap:0.8rem}.card-grid.card-grid-products h3{font-size:0.85rem}}@media (max-width:520px){.card-grid.card-grid-products{grid-template-columns:repeat(3,1fr);gap:0.6rem}.card-grid.card-grid-products h3{font-size:0.78rem}}