@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#20262b;--muted:#626d74;--red:#b8202d;--red-dark:#941923;--paper:#f2f4f5;--line:#d8dde0;--silver:#e8ecee;--max:1240px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font:16px/1.65 'DM Sans',Arial,sans-serif}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font:inherit}.container{width:min(calc(100% - 64px),var(--max));margin:auto}.skip{position:absolute;left:-9999px;top:8px;padding:10px 16px;background:#fff;z-index:100}.skip:focus{left:8px}a:focus-visible,button:focus-visible{outline:3px solid #ef8790;outline-offset:3px}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Manrope,Arial,sans-serif;letter-spacing:-.045em}h1{font-size:clamp(3rem,5.2vw,5.35rem);line-height:1.07;font-weight:700}h2{font-size:clamp(2.25rem,3.4vw,3.65rem);line-height:1.13;font-weight:700}h3{font-size:1.25rem;line-height:1.25}p{color:var(--muted)}.kicker,.overline{display:inline-block;text-transform:uppercase;font:800 .74rem/1.4 Manrope,Arial,sans-serif;letter-spacing:.16em;color:var(--red)}.kicker:before{content:'';display:inline-block;width:26px;height:2px;background:currentColor;vertical-align:middle;margin-right:12px}.kicker.light{color:#ffb7bb}.overline{font-size:.68rem;letter-spacing:.12em}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:28px;padding:13px 19px;min-height:52px;font:700 .86rem Manrope,Arial,sans-serif;transition:background .2s,color .2s,transform .2s}.button:hover{transform:translateY(-2px)}.button.red{background:var(--red);color:#fff}.button.red:hover{background:var(--red-dark)}.button.outline{border:1px solid #aeb7ba}.button.outline:hover{border-color:var(--ink);background:var(--ink);color:#fff}.button.white{background:#fff;color:var(--ink)}.button.white:hover{background:#f3eeee}.text-link{display:inline-flex;align-items:center;gap:12px;border-bottom:1px solid currentColor;padding-bottom:5px;font:700 .86rem Manrope,Arial,sans-serif}.text-link:hover{color:var(--red)}
.topbar{background:var(--ink);color:#cfd5d7;font:700 .65rem Manrope,Arial,sans-serif;text-transform:uppercase;letter-spacing:.14em}.topbar .container{display:flex;justify-content:space-between;align-items:center;min-height:33px}.site-header{position:sticky;top:0;background:rgba(255,255,255,.97);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);z-index:50}.nav-row{min-height:80px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{flex:0 0 auto}.brand img{width:244px;height:auto}.site-nav{display:flex;align-items:center;gap:30px;font:700 .82rem Manrope,Arial,sans-serif}.site-nav>a:not(.nav-cta){position:relative;padding:28px 0}.site-nav>a:not(.nav-cta):after{content:'';position:absolute;left:0;right:100%;bottom:20px;height:2px;background:var(--red);transition:right .2s}.site-nav>a[aria-current=page]:after,.site-nav>a:hover:after{right:0}.nav-cta{background:var(--ink);color:#fff;padding:12px 17px;white-space:nowrap}.nav-cta:hover{background:var(--red)}.nav-cta span{margin-left:14px}.menu-toggle{display:none}
.hero{background:#f6f7f7;overflow:hidden}.hero-layout{display:grid;grid-template-columns:minmax(0,.58fr) minmax(0,1.42fr);align-items:center;min-height:570px;gap:28px}.hero-copy{position:relative;z-index:2;padding:40px 0}.hero-copy h1{font-size:clamp(2.45rem,3.55vw,3.8rem);line-height:1.08;margin:17px 0 18px}.hero-copy h1 em{font-style:normal;color:var(--red)}.hero-copy p{max-width:430px;font-size:.94rem;line-height:1.7}.hero-actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap;margin-top:27px}.hero-image{position:relative;display:flex;align-items:center;justify-content:center;align-self:stretch;margin-right:min(-32px,calc((1240px - 100vw)/2));padding:18px 0 28px;background:radial-gradient(circle at 55% 50%,#fff 0%,#f7f8f8 58%,#eef0f0 100%)}.hero-image img{width:100%;max-width:1120px;object-fit:contain;filter:drop-shadow(0 22px 20px rgba(24,31,35,.07))}.hero-image span{position:absolute;right:22px;bottom:19px;color:#6f7b80;font:700 .65rem Manrope,Arial,sans-serif;text-transform:uppercase;letter-spacing:.1em}.hero-bottom{border-top:1px solid #d6dede;display:grid;grid-template-columns:repeat(4,1fr);padding:20px 0;color:#69767a;font:700 .69rem Manrope,Arial,sans-serif;text-transform:uppercase;letter-spacing:.08em}.hero-bottom span+span{border-left:1px solid #d6dede;padding-left:26px}
.hero-slider{display:block;overflow:hidden;min-width:0;margin-right:0;padding:0;background:#f3f5f5}.hero-slide{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .7s ease,visibility .7s ease}.hero-slide.active{opacity:1;visibility:visible;z-index:1}.hero-slide img{width:100%;height:100%;max-width:none;object-fit:contain;background:#fff}.hero-slide.mould-slide{padding:4px 6px 24px}.hero-slide.mould-slide img{object-fit:contain;object-position:center;background:#f3f5f5;transform:scale(1.1)}.hero-slide span{z-index:2;padding:5px 8px;background:rgba(255,255,255,.82)}.hero-slider-controls{position:absolute;left:22px;bottom:20px;z-index:3;display:flex;gap:8px}.hero-slider-controls button{width:28px;height:4px;padding:0;border:0;background:#abb3b5;cursor:pointer;transition:width .25s,background .25s}.hero-slider-controls button.active{width:46px;background:var(--red)}
.hero-slide.product-selection-slide{padding:24px 22px}.hero-slide.product-selection-slide img{object-fit:contain;background:#fff}
.hero-slide.product-family-focus{padding:0 8px 20px}.hero-slide.product-family-focus img{width:112%;height:auto;max-height:520px;object-fit:contain;background:#fff;transform:translateY(24px)}
.section{padding:104px 0}.section-heading{display:grid;grid-template-columns:1.2fr .8fr;align-items:end;gap:90px;margin-bottom:43px}.section-heading h2{max-width:790px;margin:13px 0 0}.section-heading p{margin:0;max-width:470px}.home-work{background:#fff}.home-product-grid{display:grid;grid-template-columns:1.55fr 1fr;grid-template-rows:210px 210px;gap:14px;margin-bottom:33px}.home-product-grid a{position:relative;overflow:hidden;background:#f1f3f3}.home-product-grid img{width:100%;height:100%;object-fit:cover;transition:transform .45s}.home-product-grid a:hover img{transform:scale(1.035)}.home-product-feature{grid-row:span 2}.home-product-feature img{object-fit:contain;padding:50px 28px 75px}.home-product-grid a span{position:absolute;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:17px 22px;background:linear-gradient(0deg,rgba(24,31,35,.91),rgba(24,31,35,.76));color:#fff;font:700 1rem Manrope,Arial,sans-serif}.home-product-grid small{display:block;font:.67rem Manrope,Arial,sans-serif;text-transform:uppercase;letter-spacing:.12em;color:#d1d7d7}.home-product-feature span{display:block!important}.home-product-feature strong{display:block;font-size:1.3rem}.home-product-feature i{position:absolute;right:22px;bottom:22px}.home-product-grid i{font-style:normal}.home-product-small img{object-fit:contain;padding:14px 15px 57px}.home-capability{background:var(--paper)}.capability-split{display:grid;grid-template-columns:1.06fr .94fr;gap:7%;align-items:center}.capability-photo img{width:100%;height:575px;object-fit:cover}.capability-copy h2{margin:17px 0 24px}.capability-copy>p{margin-bottom:35px}.proof-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #cbd1d1;border-bottom:1px solid #cbd1d1;margin-bottom:32px}.proof-grid div{padding:20px 12px 20px 0}.proof-grid div+div{padding-left:14px;border-left:1px solid #cbd1d1}.proof-grid b,.proof-grid span{display:block}.proof-grid b{font:800 .84rem Manrope,Arial,sans-serif}.proof-grid span{font-size:.75rem;color:var(--muted);line-height:1.5;margin-top:8px}.home-people{padding:88px 0}.people-layout{display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;gap:10%}.people-layout h2{margin:17px 0}.people-layout p{max-width:390px}.people-layout img{width:100%;height:350px;object-fit:cover;object-position:center 42%}
.page-intro{background:#f4f6f6}.intro-grid{display:grid;grid-template-columns:.84fr 1.16fr;gap:6%;align-items:center;min-height:470px;padding-top:50px;padding-bottom:50px}.page-intro h1{font-size:clamp(2.8rem,4.2vw,4.55rem);margin:18px 0 22px}.page-intro p{font-size:1.05rem;max-width:520px}.page-intro .button{margin-top:16px}.intro-visual{position:relative;min-height:370px;display:flex;align-items:center;justify-content:center;background:#fff;padding:24px}.intro-visual img{width:100%;max-height:410px;object-fit:contain}.intro-visual small{position:absolute;bottom:13px;right:17px;color:#758084;text-transform:uppercase;letter-spacing:.08em;font-size:.66rem}.intro-visual.photo{padding:0;overflow:hidden}.intro-visual.photo img{max-height:none;height:400px;object-fit:cover}.intro-links{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.intro-links .button{margin-top:8px}.intro-links .text-link{margin-top:8px}
.filters{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:12px}.filter{border:1px solid #d9dede;background:#fff;color:#445056;padding:10px 17px;cursor:pointer;font:700 .8rem Manrope,Arial,sans-serif}.filter:hover,.filter.active{background:var(--ink);border-color:var(--ink);color:#fff}.result-count{margin:0 0 17px;font-size:.78rem}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.product-card{border:1px solid var(--line);background:#fff;min-width:0}.product-card[hidden]{display:none!important}.image-button{display:block;width:100%;padding:0;border:0;cursor:zoom-in;background:#f1f3f3;text-align:left}.product-card .image-button{height:270px;overflow:hidden}.image-button img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.image-button:hover img{transform:scale(1.035)}.product-card.contain .image-button img,.product-card.family .image-button img{object-fit:contain;padding:16px;background:#f5f6f6}.product-card.family{grid-column:span 2}.product-card.family .image-button{height:350px}.card-body{padding:22px 24px 26px}.card-body h3{margin:8px 0 10px}.card-body p{font-size:.86rem;margin:0}.dark-feature{background:var(--ink);color:#fff}.dark-feature p{color:#bec7ca}.dark-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:10%;align-items:center}.dark-grid h2{margin:18px 0 24px}.dark-grid img{width:100%;height:400px;object-fit:contain;background:#f1f2f2;padding:25px}
.product-image-pair{display:grid;grid-template-columns:1fr 1fr;height:270px;background:#f5f6f6}.product-image-pair .image-button{height:270px}.product-image-pair .image-button:first-child{border-right:1px solid var(--line)}.product-card.pair .product-image-pair img{padding:7px}
.equipment-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.equipment-card{margin:0;border:1px solid var(--line);background:#fff}.equipment-card img{height:220px;width:100%;object-fit:cover;background:var(--paper)}.equipment-card figcaption{padding:17px 18px 21px}.equipment-card strong,.equipment-card span{display:block}.equipment-card strong{font:800 .89rem Manrope,Arial,sans-serif}.equipment-card span{color:var(--muted);font-size:.75rem;margin-top:5px}.equipment-note{display:flex;gap:40px;align-items:center;margin-top:28px;padding:22px 28px;background:#f3f5f5;border-left:3px solid var(--red)}.equipment-note strong{min-width:185px;font-family:Manrope}.equipment-note p{margin:0;font-size:.86rem}.quality-section{background:var(--paper)}.quality-layout{display:grid;grid-template-columns:1fr 1fr;gap:10%;align-items:center}.quality-layout h2{margin:18px 0}.quality-layout figure{margin:0}.quality-layout figure img{width:100%;height:580px;object-fit:cover}.quality-layout figcaption{font-size:.72rem;color:var(--muted);margin-top:9px}.process-list{list-style:none;margin:30px 0 0;padding:0;border-top:1px solid #cbd2d2}.process-list li{display:grid;grid-template-columns:150px 1fr;gap:20px;padding:15px 0;border-bottom:1px solid #cbd2d2;font-size:.85rem}.process-list b{font-family:Manrope}.process-list span{color:var(--muted)}.supply-section{background:#fff}.supplier-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.supplier-card{border:1px solid var(--line);padding:24px;display:flex;flex-direction:column;min-width:0}.supplier-card h3{font-size:1.35rem;margin:7px 0 17px}.supplier-card img{width:100%;height:125px;object-fit:contain;object-position:left center;background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.supplier-card p{margin:17px 0 0;font-size:.78rem;line-height:1.8}.supplier-disclaimer{font-size:.75rem;margin:18px 0 0}
.customer-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.customer-card{margin:0;border:1px solid var(--line)}.customer-card:first-child{grid-column:span 2;grid-row:span 2}.customer-card .image-button{height:235px;overflow:hidden}.customer-card:first-child .image-button{height:548px}.customer-card img{object-fit:cover}.customer-card:first-child img{object-position:center 36%}.customer-card figcaption{padding:13px 15px 17px}.customer-card strong,.customer-card span{display:block}.customer-card strong{font:.8rem Manrope,Arial,sans-serif;font-weight:800}.customer-card span{color:var(--muted);font-size:.73rem;margin-top:4px}.customer-approach{background:var(--paper)}.customer-approach h2{margin:15px 0 35px}.approach-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.approach-grid article{padding-top:22px;border-top:2px solid #bdc7c8}.approach-grid article>span{color:var(--red);font:800 .72rem Manrope}.approach-grid h3{margin:30px 0 10px}.approach-grid p{font-size:.87rem;margin:0}
.component-section{background:#fff}.component-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.component-grid figure{margin:0;border:1px solid var(--line);background:#f6f7f7}.component-grid img{width:100%;height:245px;object-fit:contain;padding:10px}.component-grid figcaption{padding:15px 17px;background:#fff;font:800 .85rem Manrope}.delivery-section{background:#fff}.delivery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.delivery-grid figure{margin:0;border:1px solid var(--line);background:#f5f6f6}.delivery-grid img{width:100%;height:340px;object-fit:contain;padding:10px}.delivery-grid figcaption{padding:17px 19px 21px;background:#fff}.delivery-grid strong,.delivery-grid span{display:block}.delivery-grid strong{font:800 .9rem Manrope}.delivery-grid span{margin-top:5px;color:var(--muted);font-size:.76rem}
.shipment-package{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);gap:8%;align-items:start;margin-top:30px;padding:34px 36px;background:var(--ink);color:#fff;border-left:4px solid var(--red)}.shipment-package h3{margin:10px 0 12px;font-size:1.55rem}.shipment-package p{margin:0;color:#c3cccf;font-size:.86rem;line-height:1.7}.shipment-checklist{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:0 34px;margin:0;padding:0;border-top:1px solid #465157}.shipment-checklist li{position:relative;padding:13px 0 13px 22px;border-bottom:1px solid #465157;font:700 .82rem/1.45 Manrope,Arial,sans-serif}.shipment-checklist li:before{content:"";position:absolute;left:0;top:19px;width:7px;height:7px;background:var(--red)}
.contact-start{background:#fff}.contact-start-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:10%;align-items:start}.contact-start h2{margin:17px 0}.project-input-list{list-style:none;margin:0;padding:0;border-top:1px solid var(--line)}.project-input-list li{display:grid;grid-template-columns:58px 1fr;align-items:center;padding:17px 0;border-bottom:1px solid var(--line)}.project-input-list b{color:var(--red);font:800 .72rem Manrope}.project-input-list span{font:700 .95rem Manrope}.support-process{background:var(--paper)}.support-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.support-grid article{min-height:285px;padding:25px 21px;background:#fff;border-top:3px solid var(--ink)}.support-grid article>span{color:var(--red);font:800 .72rem Manrope}.support-grid h3{margin:34px 0 13px;font-size:1.08rem}.support-grid p{margin:0;font-size:.82rem;line-height:1.7}.direct-contact{background:var(--ink);color:#fff}.direct-contact p{color:#bcc6c9}.contact-card-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.contact-card-grid article{padding:30px;border:1px solid #48545a}.contact-card-grid article>span{color:#ffb7bb;font:800 .7rem Manrope;text-transform:uppercase;letter-spacing:.13em}.contact-card-grid h3{margin:18px 0 15px;max-width:520px}.contact-card-grid a{display:block;width:max-content;margin-top:8px;border-bottom:1px solid #778287}.contact-card-grid a:hover{color:#ffb7bb}.meet-section{background:#fff}.meet-grid{display:grid;grid-template-columns:1.25fr .8fr .8fr;gap:14px}.meet-grid img{width:100%;height:350px;object-fit:cover}.meet-grid img:first-child{object-position:center 42%}.meet-grid img:last-child{object-position:center 38%}
.contact-band{background:var(--red);color:#fff;padding:65px 0}.contact-inner{display:flex;justify-content:space-between;gap:70px;align-items:center}.contact-inner h2{margin:13px 0 18px;max-width:720px}.contact-inner p{color:#ffe4e5;margin:0;max-width:680px}.contact-actions{display:flex;flex-direction:column;gap:14px;align-items:flex-start;min-width:200px}.contact-actions>a:last-child{font:700 .84rem Manrope}.footer{padding:58px 0 24px;background:#20282d;color:#e7ebec}.footer-grid{display:grid;grid-template-columns:1.2fr .65fr 1fr 1fr;gap:42px}.footer-grid img{width:180px;height:auto;background:#fff;padding:6px}.footer-grid p,.footer-grid span,.footer-grid a{display:block;color:#b6c1c4;font-size:.77rem;line-height:1.7;margin:0 0 9px}.footer-grid a:hover{color:#fff;text-decoration:underline}.footer-grid b{display:block;margin-bottom:15px;font:800 .77rem Manrope}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid #3b474c;margin-top:46px;padding-top:19px;color:#8e9da2;font-size:.69rem}
.lightbox{position:fixed;inset:0;z-index:100;background:rgba(8,14,17,.91);display:none;place-items:center;padding:28px}.lightbox.open{display:grid}.lightbox-content{max-width:min(1060px,100%);width:100%;max-height:100%;display:flex;flex-direction:column;align-items:center}.lightbox img{max-height:calc(100vh - 130px);max-width:100%;object-fit:contain;background:#fff}.lightbox p{color:#fff;font:700 .9rem Manrope;margin:16px 0 0}.lightbox-close{position:absolute;right:24px;top:16px;border:0;background:transparent;color:#fff;font-size:2.2rem;cursor:pointer}
.family-showcase{display:block;position:relative;background:#f4f6f6;margin-bottom:14px;padding:18px 28px 65px}.family-showcase img{width:100%;height:auto;max-height:450px;object-fit:contain}.family-showcase span{position:absolute;left:0;right:0;bottom:0;display:flex;justify-content:space-between;align-items:center;padding:14px 20px;background:#242d31;color:#fff;font:700 .9rem Manrope,Arial,sans-serif}.family-showcase i{font-style:normal}.family-showcase:hover span{background:var(--red)}
.supplier-filters{display:flex;gap:7px;flex-wrap:wrap;margin:-6px 0 25px}.supplier-filter{border:1px solid #d9dede;background:#fff;color:#445056;padding:10px 17px;cursor:pointer;font:700 .8rem Manrope,Arial,sans-serif}.supplier-filter:hover,.supplier-filter.active{background:var(--ink);border-color:var(--ink);color:#fff}.supplier-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;border-top:1px solid var(--line);border-left:1px solid var(--line)}.supplier-brand{min-width:0;min-height:165px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:15px 8px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);text-align:center;background:#fff}.supplier-brand[hidden]{display:none!important}.supplier-logo{height:75px;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:7px}.supplier-logo img{max-width:195px;max-height:64px;width:auto;height:auto;object-fit:contain}.supplier-brand strong{font:800 .83rem Manrope,Arial,sans-serif;line-height:1.2}.supplier-brand small{font:700 .62rem Manrope,Arial,sans-serif;text-transform:uppercase;letter-spacing:.1em;color:#8a9599;margin-top:6px}.supplier-sprite{display:block;flex:0 0 auto;background-repeat:no-repeat}.supplier-sprite.assab{width:165px;height:54px;background-image:url('supply-steel.png');background-position:-645px -20px}.supplier-sprite.groeditz{width:182px;height:55px;background-image:url('supply-steel.png');background-position:-382px -20px}.supplier-sprite.saarschmiede{width:215px;height:53px;background-image:url('supply-steel.png');background-position:-383px -87px}.supplier-sprite.hasco{width:180px;height:54px;background-image:url('supply-mold-standard.png');background-position:-386px -2px}.supplier-sprite.meusburger{width:202px;height:54px;background-image:url('supply-mold-standard.png');background-position:-394px -66px}.supplier-sprite.ahp{width:160px;height:52px;background-image:url('supply-mold-standard.png');background-position:-407px -120px}.supplier-sprite.yudo{width:195px;height:64px;background-image:url('supply-hot-runner.png');background-position:-372px -26px}
section[id]{scroll-margin-top:105px}.supplier-logo.pcs img{filter:brightness(0)}
@media(max-width:1050px){.site-nav{gap:18px}.brand img{width:205px}.hero-layout{min-height:560px}.equipment-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}.customer-gallery{grid-template-columns:repeat(3,1fr)}.customer-card:first-child{grid-column:span 1;grid-row:span 1}.customer-card:first-child .image-button{height:235px}}
@media(max-width:1050px){.support-grid{grid-template-columns:repeat(3,1fr)}.support-grid article{min-height:245px}}
@media(max-width:1050px){.component-grid{grid-template-columns:1fr 1fr}.delivery-grid img{height:290px}}
@media(max-width:1050px){.supplier-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.container{width:min(calc(100% - 36px),var(--max))}.topbar{display:none}.nav-row{min-height:68px}.brand img{width:195px}.menu-toggle{display:flex;flex-direction:column;gap:5px;justify-content:center;width:44px;height:44px;padding:10px;border:1px solid var(--line);background:#fff;cursor:pointer}.menu-toggle span{height:2px;width:100%;background:var(--ink)}.site-nav{display:none;position:absolute;left:0;right:0;top:68px;padding:10px 18px 20px;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 20px 30px rgba(20,30,35,.1);flex-direction:column;align-items:stretch;gap:0}.site-nav.open{display:flex}.site-nav>a:not(.nav-cta){padding:12px 3px;border-bottom:1px solid var(--line)}.site-nav>a:not(.nav-cta):after{display:none}.site-nav>a[aria-current=page]{color:var(--red)}.nav-cta{margin-top:15px;text-align:center}.hero-layout,.intro-grid,.capability-split,.people-layout,.dark-grid,.quality-layout{grid-template-columns:1fr}.hero-layout{gap:0;min-height:0}.hero-copy{padding:65px 0 28px}.hero-copy h1{font-size:clamp(2.8rem,11vw,4.2rem)}.hero-image{height:320px;margin:0 -18px;padding:14px 10px 35px}.hero-image img{max-height:270px}.hero-bottom{grid-template-columns:1fr 1fr;gap:0;padding:0}.hero-bottom span{padding:13px 4px;border-top:1px solid #d6dede}.hero-bottom span+span{border-left:0;padding-left:4px}.section{padding:70px 0}.section-heading{grid-template-columns:1fr;gap:16px;margin-bottom:30px}.home-product-grid{grid-template-columns:1fr 1fr;grid-template-rows:280px 180px}.home-product-feature{grid-column:span 2;grid-row:span 1}.home-product-feature img{padding:15px 12px 70px}.home-product-small span{font-size:.78rem!important;padding:12px!important}.home-product-small img{padding:8px 8px 52px}.capability-split,.people-layout,.dark-grid,.quality-layout{gap:32px}.capability-photo img,.people-layout img{height:320px}.proof-grid{margin-top:25px}.intro-grid{padding-top:60px;padding-bottom:55px;gap:33px}.intro-visual{min-height:260px}.intro-visual.photo img{height:320px}.product-grid{grid-template-columns:repeat(2,1fr)}.product-card.family{grid-column:span 2}.product-card .image-button{height:220px}.dark-grid img{height:300px}.supplier-grid{grid-template-columns:1fr}.supplier-card img{height:125px}.customer-gallery{grid-template-columns:repeat(2,1fr)}.customer-card .image-button,.customer-card:first-child .image-button{height:240px}.approach-grid{grid-template-columns:1fr;gap:25px}.contact-inner{display:block}.contact-actions{margin-top:25px}.footer-grid{gap:28px}.footer-bottom{display:block}.footer-bottom span{display:block;margin:7px 0}}
@media(max-width:760px){.product-image-pair,.product-image-pair .image-button{height:220px}}
@media(max-width:760px){.contact-start-grid,.contact-card-grid{grid-template-columns:1fr}.contact-start-grid{gap:35px}.support-grid{grid-template-columns:1fr 1fr}.support-grid article{min-height:235px}.meet-grid{grid-template-columns:1fr 1fr}.meet-grid img{height:250px}.meet-grid img:first-child{grid-column:span 2;height:300px}}
@media(max-width:760px){.delivery-grid{grid-template-columns:1fr}.delivery-grid img{height:310px}}
@media(max-width:760px){.shipment-package{grid-template-columns:1fr;gap:26px;padding:28px}.shipment-checklist{grid-template-columns:1fr}}
@media(max-width:760px){.hero-slider{padding:0;margin:0}.hero-slider .hero-slide img{max-height:none}.hero-slider .mould-slide{padding:10px 12px 28px}.hero-slider-controls{left:17px;bottom:16px}.hero-slider .mould-slide img{object-fit:contain;object-position:center}}
@media(max-width:760px){.hero-copy h1{font-size:clamp(2.3rem,9.5vw,3.2rem)}.hero-copy p{font-size:.94rem}.hero-slider .mould-slide{padding:4px 5px 24px}.hero-slider .mould-slide img{transform:scale(1.08)}}
@media(max-width:520px){body{font-size:15px}.container{width:calc(100% - 30px)}h2{font-size:2.1rem}.hero-copy{padding:53px 0 20px}.hero-copy p{font-size:1rem}.hero-actions{align-items:flex-start;gap:22px}.hero-actions .button{width:100%}.hero-image{margin:0 -15px;height:275px}.hero-image img{max-height:230px}.hero-bottom{font-size:.56rem}.hero-bottom span{letter-spacing:.02em}.home-product-grid{display:block}.home-product-grid a{display:block;height:230px;margin-bottom:10px}.home-product-feature{height:300px!important}.home-product-grid a span{padding:13px 15px}.capability-photo img{height:260px}.proof-grid{grid-template-columns:1fr}.proof-grid div{padding:12px 0!important;border-left:0!important;border-bottom:1px solid #cbd1d1}.proof-grid div:last-child{border-bottom:0}.people-layout img{height:240px}.page-intro h1{font-size:2.7rem}.intro-visual{min-height:220px}.intro-visual.photo img{height:250px}.product-grid{grid-template-columns:1fr}.product-card.family{grid-column:span 1}.product-card.family .image-button{height:230px}.equipment-grid{grid-template-columns:1fr 1fr;gap:8px}.equipment-card img{height:140px}.equipment-card figcaption{padding:12px}.equipment-card strong{font-size:.75rem}.equipment-card span{font-size:.68rem}.equipment-note{display:block}.equipment-note p{margin-top:10px}.quality-layout figure img{height:320px}.process-list li{grid-template-columns:90px 1fr;gap:12px;font-size:.75rem}.customer-gallery{grid-template-columns:1fr 1fr;gap:8px}.customer-card .image-button,.customer-card:first-child .image-button{height:170px}.customer-card figcaption{padding:10px}.customer-card strong{font-size:.7rem}.customer-card span{display:none}.footer-grid{grid-template-columns:1fr}.contact-band{padding:55px 0}.contact-inner h2{font-size:2.3rem}}
@media(max-width:520px){.support-grid{grid-template-columns:1fr}.support-grid article{min-height:0}.meet-grid{display:block}.meet-grid img,.meet-grid img:first-child{height:230px;margin-bottom:8px}.contact-card-grid article{padding:23px}.project-input-list span{font-size:.86rem}}
@media(max-width:520px){.component-grid{grid-template-columns:1fr 1fr;gap:8px}.component-grid img{height:160px;padding:5px}.component-grid figcaption{padding:11px;font-size:.72rem}.delivery-grid img{height:260px}}
@media(max-width:520px){.family-showcase{padding:5px 5px 48px}.family-showcase span{padding:11px 15px}}
@media(max-width:760px){.supplier-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.supplier-brand{min-height:148px}.supplier-logo{height:67px}.supplier-logo img{max-width:145px;max-height:54px}.supplier-sprite{transform:scale(.78)}.supplier-filter{padding:8px 11px;font-size:.72rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
.hero-image{background:#fff}.hero-image img{height:auto;filter:none}.family-showcase img{max-height:none}
.team-work-grid{display:grid;grid-template-columns:1.45fr .78fr .78fr;gap:14px}.team-work-grid figure{margin:0;display:flex;flex-direction:column;background:#f4f6f6;border:1px solid var(--line);min-width:0}.team-work-grid img{display:block;width:100%;height:255px;object-fit:cover}.team-work-main{grid-row:span 2}.team-work-main img{height:600px}.team-work-wide{grid-column:2 / 4}.team-work-wide img{height:255px;object-position:center 42%}.team-work-grid figcaption{padding:16px 18px 19px;background:#fff}.team-work-grid strong,.team-work-grid span{display:block}.team-work-grid strong{font:800 .86rem Manrope,Arial,sans-serif}.team-work-grid span{margin-top:5px;color:var(--muted);font-size:.74rem;line-height:1.55}
@media(max-width:900px){.team-work-grid{grid-template-columns:1fr 1fr}.team-work-main{grid-column:span 2;grid-row:auto}.team-work-main img{height:440px}.team-work-wide{grid-column:span 2}.team-work-wide img{height:300px}}
@media(max-width:520px){.team-work-grid{display:block}.team-work-grid figure{margin-bottom:10px}.team-work-grid img,.team-work-main img,.team-work-wide img{height:230px}.team-work-main img{height:300px}}
.mould-family-showcase{margin-top:14px;margin-bottom:28px;background:#eef1f2}
.industry-grid img{object-fit:cover;object-position:center}.industry-grid .home-product-feature img{padding:0 0 70px}.industry-grid .home-product-small img{padding:0 0 52px}
.case-study{background:var(--paper)}.case-study .section-heading{margin-bottom:32px}.case-gallery{display:grid;grid-template-columns:minmax(0,.62fr) minmax(0,1fr);gap:16px}.case-primary,.case-detail{margin:0;background:#fff;border:1px solid var(--line);min-width:0}.case-primary .image-button{height:628px}.case-primary img,.case-detail img{width:100%;height:100%;object-fit:contain;background:#fff}.case-primary img{padding:16px}.case-primary figcaption{display:flex;justify-content:space-between;gap:20px;padding:18px 20px;border-top:1px solid var(--line)}.case-detail figcaption{align-self:center;padding:22px}.case-gallery b,.case-gallery span{display:block}.case-gallery b{font:800 .92rem/1.4 Manrope,Arial,sans-serif}.case-gallery span{font-size:.78rem;line-height:1.5;color:var(--muted);margin-top:6px}.case-details{display:grid;grid-template-rows:repeat(3,minmax(0,1fr));gap:16px}.case-detail{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr)}.case-detail .image-button{height:100%;min-height:218px}.case-detail img{padding:12px}
@media(max-width:900px){.case-gallery{grid-template-columns:1fr}.case-primary .image-button{height:520px}.case-detail .image-button{height:210px}}
@media(max-width:520px){.case-study .section-heading{margin-bottom:24px}.case-gallery,.case-details{gap:12px}.case-primary .image-button{height:500px}.case-primary figcaption{display:block;padding:15px}.case-detail{grid-template-columns:1fr}.case-detail .image-button{height:205px;min-height:0}.case-detail:last-child .image-button{height:270px}.case-detail figcaption{padding:14px 17px}.case-gallery b{font-size:.88rem}.case-gallery span{font-size:.78rem}}
.case-gallery{align-items:start}.case-details{height:700px}.case-detail{min-height:0;overflow:hidden}.case-detail .image-button{min-height:0}
@media(max-width:900px){.case-details{height:auto;grid-template-rows:none}}
.project-share-section{background:var(--paper)}.project-share-list{display:grid;gap:22px}.project-share-card{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(260px,.45fr);background:#fff;border:1px solid var(--line);overflow:hidden}.project-share-visual{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(150px,.45fr);min-height:420px}.project-share-visual>.image-button{height:100%;border-left:1px solid var(--line)}.project-share-visual img{width:100%;height:100%;object-fit:contain;background:#f7f7f5;padding:10px}.project-tool-images{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));min-width:0}.project-tool-images .image-button{height:100%;min-width:0;border-right:1px solid var(--line)}.project-tool-images .image-button:last-child{border-right:0}.project-tool-images .image-button:only-child{grid-column:1 / 3}.project-tool-images img{padding:8px;background:#f1f3f3}.project-product img{padding:14px;background:#fff}.project-share-copy{padding:38px 34px;display:flex;flex-direction:column;justify-content:center}.project-share-copy h3{font-size:clamp(1.35rem,2vw,2rem);margin:10px 0 14px}.project-share-copy p{color:var(--muted);line-height:1.7}.project-pair-label{display:block;margin-top:26px;padding-top:18px;border-top:1px solid var(--line);font:700 .72rem/1.4 Manrope,Arial,sans-serif;text-transform:uppercase;letter-spacing:.1em;color:var(--red)}
@media(max-width:900px){.project-share-card{grid-template-columns:1fr}.project-share-copy{padding:26px}.project-share-visual{min-height:330px}}
@media(max-width:560px){.project-share-list{gap:14px}.project-share-visual{grid-template-columns:1fr;min-height:0}.project-tool-images{grid-template-columns:repeat(2,minmax(0,1fr))}.project-tool-images .image-button,.project-tool-images .image-button:only-child{height:245px;border-right:1px solid var(--line);border-bottom:0}.project-tool-images .image-button:last-child{border-right:0}.project-tool-images .image-button:only-child{grid-column:1 / 3}.project-share-visual .project-product{height:145px;border-left:0;border-top:1px solid var(--line)}.project-share-copy{padding:22px}.project-share-copy h3{font-size:1.35rem}}

/* 2026 palette refresh: graphite, cool white, metallic silver, brand red */
.hero{background:#f4f6f7}
.hero-image{background:radial-gradient(circle at 55% 50%,#fff 0%,#f6f8f9 58%,#e8ecee 100%)}
.home-capability{background:linear-gradient(135deg,#f1f3f4 0%,#e8ecee 100%)}
.page-intro{background:linear-gradient(135deg,#f5f7f8 0%,#e9edef 100%)}
.contact-band{background:linear-gradient(110deg,#941923 0%,var(--red) 58%,#c5323e 100%)}
.footer{background:#1b2024}

/* Keep every homepage cover image fully visible while using the largest safe area. */
.hero-slider .hero-slide,
.hero-slider .hero-slide.mould-slide,
.hero-slider .hero-slide.product-family-focus,
.hero-slider .hero-slide.product-selection-slide{padding:14px 16px 50px}
.hero-slider .hero-slide img,
.hero-slider .hero-slide.mould-slide img,
.hero-slider .hero-slide.product-family-focus img,
.hero-slider .hero-slide.product-selection-slide img{width:100%;height:100%;max-width:none;max-height:none;object-fit:contain;object-position:center;background:#fff;transform:none}
@media(max-width:760px){
  .hero-slider .hero-slide,
  .hero-slider .hero-slide.mould-slide,
  .hero-slider .hero-slide.product-family-focus,
  .hero-slider .hero-slide.product-selection-slide{padding:8px 9px 40px}
}

.prototype-section{background:#fff}
.prototype-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(330px,.85fr);gap:7%;align-items:center}
.prototype-layout figure{margin:0;background:#eef1f2;border:1px solid var(--line)}
.prototype-layout figure img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}
.prototype-layout figcaption{padding:13px 16px;background:#fff;color:var(--muted);font-size:.72rem}
.prototype-copy h2{margin:16px 0 18px;max-width:560px}
.prototype-copy>p{max-width:570px}
.prototype-checks{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:0 24px;margin:27px 0 22px;padding:0;border-top:1px solid var(--line)}
.prototype-checks li{position:relative;padding:13px 0 13px 20px;border-bottom:1px solid var(--line);font:700 .8rem/1.45 Manrope,Arial,sans-serif}
.prototype-checks li:before{content:"";position:absolute;left:0;top:19px;width:7px;height:7px;background:var(--red)}
.prototype-note{margin:0;padding:14px 16px;border-left:3px solid var(--red);background:#f3f5f5;color:var(--muted);font-size:.76rem;line-height:1.65}
@media(max-width:900px){.prototype-layout{grid-template-columns:1fr;gap:34px}.prototype-layout figure img{aspect-ratio:16/10}}
@media(max-width:520px){.prototype-checks{grid-template-columns:1fr}.prototype-layout figure img{aspect-ratio:4/3}}

/* Full-width homepage cover: imagery and message share one visual surface. */
.hero{padding-top:22px}
.hero-layout{position:relative;display:block;min-height:620px}
.hero-copy{position:absolute;z-index:4;inset:0 auto 0 0;width:min(47%,540px);padding:72px 88px 62px 34px;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(90deg,rgba(244,246,247,.20) 0%,rgba(244,246,247,.16) 60%,rgba(244,246,247,.06) 82%,rgba(244,246,247,0) 100%);text-shadow:0 1px 12px rgba(255,255,255,.9)}
.hero-copy h1{font-size:clamp(2.55rem,3.7vw,4rem);max-width:450px}
.hero-copy p{max-width:385px;color:#4e5c62}
.hero-image.hero-slider{height:620px;width:100%;margin:0;background:#fff}
.hero-slider .hero-slide,
.hero-slider .hero-slide.mould-slide,
.hero-slider .hero-slide.product-family-focus,
.hero-slider .hero-slide.product-selection-slide{padding:12px 14px 50px}
.hero-slider .hero-slide img,
.hero-slider .hero-slide.mould-slide img,
.hero-slider .hero-slide.product-family-focus img,
.hero-slider .hero-slide.product-selection-slide img{object-position:center right}
.hero-slider-controls{left:auto;right:22px}

.products-cmm-cover{padding:0;background:transparent;overflow:hidden;border:0}
.products-cmm-cover img{display:block;width:100%;height:430px;max-height:none;object-fit:cover;object-position:center 54%;background:transparent}

@media(max-width:760px){
  .hero{padding-top:0}
  .hero-layout{min-height:660px;margin:0;width:100%}
  .hero-copy{width:100%;height:100%;padding:44px 28px 280px;background:linear-gradient(180deg,rgba(244,246,247,.99) 0%,rgba(244,246,247,.96) 48%,rgba(244,246,247,.66) 65%,rgba(244,246,247,0) 82%);justify-content:flex-start}
  .hero-copy h1{font-size:clamp(2.35rem,9.5vw,3.25rem);margin-top:15px}
  .hero-image.hero-slider{height:660px;margin:0}
  .hero-slider .hero-slide,
  .hero-slider .hero-slide.mould-slide,
  .hero-slider .hero-slide.product-family-focus,
  .hero-slider .hero-slide.product-selection-slide{padding:260px 8px 42px}
  .hero-slider .hero-slide img,
  .hero-slider .hero-slide.mould-slide img,
  .hero-slider .hero-slide.product-family-focus img,
  .hero-slider .hero-slide.product-selection-slide img{object-position:center bottom}
  .hero-slider-controls{right:15px;bottom:16px}
  .products-cmm-cover img{height:360px}
}
@media(max-width:520px){
  .hero-layout,.hero-image.hero-slider{min-height:620px;height:620px}
  .hero-copy{padding:36px 20px 265px}
  .hero-copy p{font-size:.92rem}
  .products-cmm-cover img{height:300px}
}

.product-team-section{background:#fff}
.product-team-grid{display:grid;grid-template-columns:1.45fr .78fr .78fr;gap:14px}
.product-team-grid figure{margin:0;background:#f4f6f6;border:1px solid var(--line);min-width:0}
.product-team-grid img{display:block;width:100%;height:330px;object-fit:cover}
.product-team-main img{object-position:center 42%}
.product-team-grid figcaption{padding:16px 18px 19px;background:#fff}
.product-team-grid strong,.product-team-grid span{display:block}
.product-team-grid strong{font:800 .86rem Manrope,Arial,sans-serif}
.product-team-grid span{margin-top:5px;color:var(--muted);font-size:.74rem;line-height:1.55}
@media(max-width:900px){.product-team-grid{grid-template-columns:1fr 1fr}.product-team-main{grid-column:span 2}.product-team-main img{height:420px}}
@media(max-width:520px){.product-team-grid{display:block}.product-team-grid figure{margin-bottom:10px}.product-team-grid img,.product-team-main img{height:250px}}
.hero-slide.mould-slide{padding:0 6px 24px}
.hero-slide.mould-slide img{object-fit:contain;object-position:center;background:#f3f5f5;transform:none}
.hero-slide.facility-slide{padding:0 6px 24px}
.hero-slide.facility-slide img{object-fit:contain;object-position:center;background:#f3f5f5;transform:none}
/* Unified full-bleed homepage covers with a compact readable copy layer. */
.hero-slider .hero-slide{padding:0}
.hero-slider .hero-slide img{width:100%;height:100%;max-width:none;max-height:none;object-fit:cover;object-position:center;transform:none;background:#e9edf0}
@media(min-width:901px){
  .hero-layout,.hero-image.hero-slider{height:600px;min-height:600px;max-height:600px}
  .hero-slider .hero-slide,.hero-slider .hero-slide img{inset:0;width:100%;height:600px;min-height:600px;max-height:600px;object-fit:cover;object-position:center}
  .hero-copy{inset:0 auto auto 0;transform:none;width:min(42%,520px);height:600px;min-height:600px;max-height:600px;padding:56px 92px 56px 34px;background:linear-gradient(90deg,rgba(var(--hero-copy-bg,220,232,239),.70) 0%,rgba(var(--hero-copy-bg,220,232,239),.70) 82%,rgba(var(--hero-copy-bg,220,232,239),.46) 91%,rgba(var(--hero-copy-bg,220,232,239),0) 100%);text-shadow:none;box-shadow:none;transition:background .55s ease}
  .hero-copy h1{font-size:clamp(2.4rem,3.25vw,3.55rem);margin:14px 0 16px}
  .hero-copy p{margin-bottom:0;color:#435158}
  .hero-actions{margin-top:24px;gap:18px}
}
.about-section{background:linear-gradient(135deg,#f1f4f5 0%,#e3e9ec 100%);color:var(--ink);padding:92px 0}
.about-layout{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:64px 8%;align-items:start}
.about-heading h2{margin:16px 0 0;max-width:610px;color:var(--ink)}
.about-copy .about-lead{color:#3f4d53;font-size:1.05rem;line-height:1.8;margin-top:0;margin-bottom:22px}
.about-copy p{color:#59686e;line-height:1.82;margin-bottom:18px}
.about-facts{grid-column:1 / -1;display:grid;grid-template-columns:repeat(4,1fr);margin-top:10px;border-top:1px solid rgba(24,31,35,.18);border-bottom:1px solid rgba(24,31,35,.18)}
.about-facts div{padding:25px 24px 25px 0}
.about-facts div+div{padding-left:24px;border-left:1px solid rgba(24,31,35,.18)}
.about-facts strong,.about-facts span{display:block}
.about-facts strong{font:700 clamp(2rem,3.5vw,3.3rem)/1 Manrope,Arial,sans-serif;color:var(--ink)}
.about-facts span{margin-top:10px;color:#59686e;font-size:.78rem;line-height:1.5}
@media(max-width:900px){.about-layout{grid-template-columns:1fr;gap:34px}.about-facts{grid-template-columns:1fr 1fr}.about-facts div:nth-child(3){border-left:0;border-top:1px solid rgba(24,31,35,.18)}.about-facts div:nth-child(4){border-top:1px solid rgba(24,31,35,.18)}}
@media(max-width:520px){.about-section{padding:66px 0}.about-facts{grid-template-columns:1fr}.about-facts div,.about-facts div+div{padding:18px 0;border-left:0;border-top:1px solid rgba(24,31,35,.18)}.about-facts div:first-child{border-top:0}}
/* Bright, high-visibility contact panel. */
.direct-contact{background:linear-gradient(135deg,#fff 0%,#f4f6f7 58%,#e9eef0 100%);color:var(--ink)}
.direct-contact p{color:#526168}
.direct-contact .section-heading{margin-bottom:34px}
.contact-card-grid{gap:22px}
.contact-card-grid article{padding:34px;background:#fff;border:1px solid #d7dfe2;border-top:5px solid var(--red);box-shadow:0 18px 42px rgba(24,31,35,.08)}
.contact-card-logo{height:72px;margin:0 0 22px;display:flex;align-items:center}
.contact-card-logo img{display:block;width:auto;max-width:260px;max-height:68px;object-fit:contain;object-position:left center}
.contact-card-logo-derun img{max-width:245px;max-height:48px}
.contact-card-logo-leiko img{max-width:250px;max-height:70px}
.contact-card-grid article>span{color:var(--red)}
.contact-card-grid h3{font-size:1.35rem;color:var(--ink)}
.contact-card-grid p strong,.contact-person strong{color:var(--ink)}
.contact-card-grid .contact-person{margin:22px 0 8px}
.contact-card-grid a{color:#a71925;border-bottom:1px solid rgba(167,25,37,.35);font-weight:700}
.contact-card-grid a:hover{color:var(--red-dark);border-bottom-color:var(--red-dark)}
