
:root{--ink:#111821;--muted:#65707d;--blue:#175cff;--line:#dce0e6;--paper:#f3f5f7;--dark:#0c1118;--gutter:clamp(24px,5vw,100px)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:25px}body{margin:0;color:var(--ink);background:white;font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button,a{touch-action:manipulation}img{display:block;max-width:100%}p{line-height:1.75;color:var(--muted)}h1,h2,h3{margin:0;font-weight:600;line-height:1.07;letter-spacing:-1.8px}h2{font-size:clamp(34px,3.5vw,60px)}h3{font-size:25px;letter-spacing:-.7px}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #6e99ff;outline-offset:5px}a,button,summary{ -webkit-tap-highlight-color:transparent}.skip{position:absolute;top:-100px;left:20px;padding:15px;background:white;z-index:9}.skip:focus{top:5px}
.topbar{background:#101722;color:#9fa9b6;height:37px;display:flex;justify-content:space-between;align-items:center;padding:0 var(--gutter);font-size:9px;letter-spacing:1px}.topbar>div{display:flex;gap:30px;color:#d8dfe8;letter-spacing:0;font-size:11px}header{height:100px;padding:0 var(--gutter);display:flex;align-items:center;gap:30px;border-bottom:1px solid #eceff3;background:white}.brand{display:flex;align-items:center;gap:12px;flex:none}.brand-mark{width:42px;height:46px;background:var(--blue);color:white;display:grid;place-items:center;font-weight:900;font-size:33px;font-style:italic;clip-path:polygon(12% 0,100% 0,88% 100%,0 100%)}.brand strong{display:block;font-size:24px;letter-spacing:3px}.brand small{display:block;font-size:8px;letter-spacing:1.9px;margin-top:6px;color:#7c8491}header nav{display:flex;align-items:center;justify-content:flex-end;flex:1;gap:clamp(15px,1.8vw,34px);font-size:12px;font-weight:600}header nav a{padding:40px 0;position:relative;white-space:nowrap}header nav a:hover,header nav a.active{color:var(--blue)}header nav a.active:after{content:'';position:absolute;bottom:0;height:3px;left:0;right:0;background:var(--blue)}.languages{display:flex;gap:8px;font-size:11px;flex:none}.languages a{color:#88919e}.languages [aria-current]{font-weight:700;color:var(--ink)}.languages span{color:#ccd0d7}.menu-toggle{display:none}
.hero{position:relative;min-height:660px;height:calc(100svh - 137px);max-height:890px;background:#080d13;color:white;isolation:isolate;overflow:hidden}.hero-art{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center;z-index:-3}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,8,13,.86) 0,rgba(4,8,13,.7) 27%,rgba(4,8,13,.28) 57%,rgba(4,8,13,0) 80%);z-index:-2}.hero-body{padding:85px var(--gutter) 100px;max-width:1600px;margin:auto}.eyebrow{font-size:10px;font-weight:700;letter-spacing:1.8px;color:var(--blue);display:flex;align-items:center;gap:12px;margin:0 0 27px;line-height:1.5}.eyebrow i{width:7px;height:7px;display:block;background:currentColor;flex:none}.hero .eyebrow{color:#b7c8e8}.hero h1{font-size:clamp(54px,5.8vw,94px);max-width:960px;letter-spacing:-4px;line-height:1.04}.hero-body>p:not(.eyebrow){font-size:16px;color:#b5c0d0;line-height:1.8;margin:30px 0}.hero-actions{display:flex;align-items:center;gap:32px;margin-top:35px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:38px;min-height:55px;padding:17px 24px;background:var(--blue);color:white;font-size:12px;line-height:1.4;font-weight:600;border:0;cursor:pointer;transition:background .2s,transform .2s}.button span{font-size:20px;font-weight:400}.button:hover{background:#0945d3;transform:translateY(-2px)}.button:disabled{opacity:.6;cursor:wait}.button.white{background:white;color:var(--ink)}.button.white:hover{background:#e9f0ff}.plain-link{font-size:12px;border-bottom:1px solid #677382;padding:12px 0;color:#d4dce7}.hero-bottom{position:absolute;bottom:24px;left:var(--gutter);right:var(--gutter);display:flex;justify-content:space-between;color:#8d9aa9;font-size:8px;letter-spacing:1.5px}.hero-bottom span:last-child{letter-spacing:.6px}.stats{display:grid;grid-template-columns:repeat(4,1fr);padding:45px var(--gutter);border-bottom:1px solid var(--line);background:white}.stats>div{padding-left:30px;border-left:1px solid var(--line)}.stats>div:first-child{padding-left:0;border:none}.stats strong{display:block;font-size:clamp(38px,4.2vw,66px);letter-spacing:-2.8px;line-height:1.1;font-weight:500}.stats span{font-size:11px;color:var(--muted);display:block;margin-top:14px;line-height:1.5}
.section{padding:95px var(--gutter);max-width:1800px;margin:auto}.section-title{display:flex;justify-content:space-between;gap:65px;align-items:flex-end;margin-bottom:48px}.section-title>div{flex:1}.section-title>p{width:320px;font-size:14px;margin:0}.section-title .eyebrow{margin-bottom:22px}.capability-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.capability-cards>a{border:1px solid var(--line);display:block;transition:border-color .2s}.capability-cards>a:hover{border-color:var(--blue)}.card-image{height:270px;background:var(--paper);overflow:hidden}.card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.capability-cards>a:first-child img{object-fit:contain;padding:30px;mix-blend-mode:multiply}.capability-cards>a:hover img{transform:scale(1.035)}.card-body{padding:26px}.card-num{font-size:10px;color:var(--blue);font-weight:bold}.card-body h3{font-size:23px;line-height:1.2;margin:17px 0 15px;display:flex;justify-content:space-between;gap:12px}.card-body h3 b{font-weight:400}.card-body p{font-size:13px;margin:0}
.production-feature{display:grid;grid-template-columns:1fr 1fr;background:var(--dark);color:white}.production-photo{position:relative;min-height:650px;overflow:hidden}.production-photo img{height:100%;width:100%;object-fit:cover;position:absolute;filter:brightness(.85)}.production-photo>span{position:absolute;bottom:25px;left:var(--gutter);font-size:9px;letter-spacing:1.8px;background:#101820bd;padding:12px}.production-copy{padding:80px 12% 80px 10%}.production-copy .eyebrow{color:#819eee}.production-copy h2{font-size:clamp(33px,3.3vw,53px)}.production-copy p{font-size:14px;color:#a6b2c3;margin:28px 0}.line-list{list-style:none;padding:0;margin:30px 0}.line-list li{border-top:1px solid #303944;padding:17px 0;font-size:13px}.line-list li:before{content:'↗';color:#78a0ff;margin-right:14px}.offwhite{background:var(--paper)}.industries{display:grid;grid-template-columns:repeat(3,1fr);gap:2px}.industries article{background:white;padding:28px;position:relative}.industries img{width:100%;height:230px;object-fit:contain;padding:20px;transition:transform .3s}.industries article:hover img{transform:translateY(-7px)}.industries span{font-size:9px;color:#9aa4b0;position:absolute;left:25px;top:25px}.industries h3{font-size:17px;letter-spacing:-.3px;margin-top:10px}.mould-feature{display:grid;grid-template-columns:1fr 1.25fr;gap:9%;align-items:center}.mould-feature p{font-size:14px;margin:30px 0;max-width:390px}.mould-photo{position:relative;background:var(--paper);height:530px}.mould-photo img{width:100%;height:100%;object-fit:cover}.mould-photo span{position:absolute;left:20px;bottom:20px;color:white;background:#101820d9;font-size:9px;letter-spacing:1px;padding:15px}.process{padding-top:40px}.workflow{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.workflow article{padding-top:20px;border-top:1px solid #aeb8c7}.workflow article>span{display:block;font-size:42px;font-weight:400;color:#bcc7d4;letter-spacing:-2px;margin-bottom:25px}.workflow h3{font-size:20px;line-height:1.25;letter-spacing:-.4px}.workflow p{font-size:13px;margin:15px 0 0}.supply-band{padding:70px var(--gutter);color:white;background:var(--blue);position:relative;overflow:hidden}.supply-band .eyebrow{color:#c6d7ff}.supply-band>div{display:flex;align-items:flex-end;justify-content:space-between;gap:45px}.supply-band h2{font-size:clamp(32px,3.4vw,56px)}.supply-band .button{flex:none}.faq-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:8%}.faq-section .section-title{display:block}.faq-section .section-title h2{font-size:38px}.faq details{border-bottom:1px solid var(--line)}.faq details:first-child{border-top:1px solid var(--line)}.faq summary{cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:25px;padding:23px 0;font-size:15px;line-height:1.5;font-weight:600;list-style:none}.faq summary::-webkit-details-marker{display:none}.faq summary>span{font-size:25px;font-weight:400;color:var(--blue)}.faq details[open] summary>span{transform:rotate(45deg)}.faq details p{font-size:14px;margin:0 0 25px;max-width:95%}
.enquiry{background:#eff2f6;display:grid;grid-template-columns:1fr 1.1fr;gap:10%}.enquiry>div>p:not(.eyebrow){font-size:14px;margin:28px 0;max-width:370px}.big-contact{display:block;font-size:28px;letter-spacing:-1px;margin-top:26px;width:fit-content}.big-contact.email{font-size:23px;color:var(--blue);margin-top:14px}form label{font-size:11px;display:block;margin:0 0 22px;font-weight:600}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}input:not([type=checkbox]),textarea{display:block;width:100%;border:1px solid #ccd3dc;background:white;border-radius:0;padding:14px;margin-top:10px;color:var(--ink);font-size:14px}textarea{resize:vertical;min-height:125px}textarea::placeholder{color:#929ba8;font-size:12px}.consent{display:flex;align-items:flex-start;gap:10px!important;color:var(--muted);font-size:11px;line-height:1.6;font-weight:400}.consent input{margin:2px 0}.consent a{text-decoration:underline}.form-note,#form-status{font-size:11px;margin-bottom:0}form .button{min-width:220px}.form-note a{color:var(--blue)}
footer{background:#0c1118;color:white;padding:60px var(--gutter) 25px}.footer-top{display:grid;grid-template-columns:1fr 1.1fr 1fr;gap:60px;padding-bottom:55px}.footer-top p{font-size:11px;color:#8190a2}.footer-top>div:last-child>a{display:block;font-size:13px;margin:15px 0}.footer-top>div:last-child .footer-phone{font-size:23px;margin-top:0;letter-spacing:-.5px}.footer-nav{display:grid;grid-template-columns:1fr 1fr;gap:18px 25px;font-size:12px;color:#b1becf;align-content:start}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid #27303b;padding-top:24px;font-size:10px;color:#78889d}.footer-top .brand small{color:#8494a9}.footer-bottom a:last-child{color:#bccbe0}
.breadcrumbs{font-size:10px;color:#8d99aa;margin-bottom:45px;line-height:1.8}.breadcrumbs a{color:var(--blue);margin-right:10px}.inner-hero{display:grid;grid-template-columns:1fr 1fr;background:#eef1f5;min-height:530px}.inner-copy{padding:35px 9% 65px calc(var(--gutter)*2);padding-left:var(--gutter)}.inner-hero h1{font-size:clamp(40px,4.6vw,72px);letter-spacing:-2.5px}.inner-copy>p:not(.eyebrow){font-size:15px;margin:25px 0;max-width:480px}.inner-image{min-height:500px;background:#dfe5ec;overflow:hidden}.inner-image img{width:100%;height:100%;object-fit:cover;max-height:650px}.inner-hero:has(img[src*="4c9fafa"]) .inner-image img,.inner-hero:has(img[src*="846cfd"]) .inner-image img{object-fit:contain;mix-blend-mode:multiply;padding:35px}.text-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:50px}.text-cards article{border-top:2px solid var(--blue);padding-top:25px}.text-cards article>span{font-size:12px;color:var(--blue)}.text-cards h3{font-size:27px;margin:25px 0 18px}.text-cards p{font-size:14px}.table-scroll{overflow-x:auto}table{border-collapse:collapse;width:100%;text-align:left;font-size:14px;line-height:1.5}th{font-size:10px;letter-spacing:1px;text-transform:uppercase;color:#64748a;padding:20px 25px;background:#e9edf3;border-bottom:1px solid #b7c3d0}td{padding:24px 25px;border-bottom:1px solid var(--line)}td:first-child{font-weight:600}td:nth-child(2){color:var(--muted)}td:last-child{color:var(--blue);font-size:12px}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.gallery figure{margin:0}.gallery img{width:100%;height:300px;object-fit:cover}.gallery figcaption{font-size:12px;padding:16px 0;color:var(--muted)}.two-photos{display:grid;grid-template-columns:1fr 1fr;gap:30px}.two-photos img{width:100%;height:470px;object-fit:cover}.company-intro .stats{padding:40px 0 0;border:none}.visit{background:var(--dark);color:white}.visit p{color:#aab7c9;max-width:650px;margin:30px 0;font-size:15px}.supplier-brief{background:var(--paper);display:grid;grid-template-columns:1fr 1fr;gap:12%}.supplier-brief p{font-size:14px}.proposal-list{margin:0;padding-left:30px;font-size:17px}.proposal-list li{padding:23px 10px;border-bottom:1px solid var(--line);line-height:1.5}.proposal-list li::marker{color:var(--blue)}.contact-heading{background:var(--dark);color:white}.contact-heading h1{font-size:clamp(48px,6vw,88px);letter-spacing:-3px}.contact-heading .eyebrow{color:#8eafff}.contact-columns{display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px;margin-top:70px}.contact-columns small{font-size:9px;color:#92a3bb;letter-spacing:1.4px;display:block;margin-bottom:22px}.contact-columns a{font-size:22px;display:block;margin:12px 0;letter-spacing:-.5px}.contact-columns p{color:#b2bfd2;font-size:13px;margin:10px 0}.legal h2{font-size:30px}.legal p{font-size:14px;line-height:2}
@media(min-width:1800px){.production-feature,.hero,.topbar,header,footer,.stats,.supply-band,.inner-hero{max-width:1800px;margin-left:auto;margin-right:auto}body{background:#e7ebef}main,header{background:white}}
@media(max-width:1200px){header{gap:20px}header nav{gap:17px;font-size:10px}.brand strong{font-size:22px}.hero h1{font-size:67px}.hero-body{padding-top:80px}.card-image{height:230px}.card-body{padding:22px}.card-body h3{font-size:20px}.production-copy{padding:60px 10%}.production-photo{min-height:580px}.industries img{height:200px}.section{padding-top:75px;padding-bottom:75px}.hero{min-height:640px}.inner-copy{padding-right:8%}.inner-hero h1{font-size:50px}.gallery img{height:240px}.footer-top{gap:35px}.contact-columns{gap:25px}.contact-columns a{font-size:20px}}
@media(max-width:960px){header nav{display:none}header{height:84px}.languages{margin-left:auto}.menu-toggle{display:block;border:0;background:none;color:var(--ink);font-size:23px;padding:8px}.topbar{font-size:8px}.topbar>div a:first-child{display:none}#mobile-nav:not([hidden]){display:grid;grid-template-columns:1fr 1fr;gap:24px;padding:30px var(--gutter);background:var(--paper);font-size:14px}.hero{height:auto;min-height:650px}.hero h1{font-size:65px}.hero-art{object-position:62% center}.hero-shade{background:linear-gradient(90deg,#060b13e8,#060b13a8 45%,#060b131c)}.section-title{gap:35px}.section-title>p{width:260px;font-size:13px}.card-image{height:200px}.card-body h3{font-size:18px}.card-body p{font-size:12px}.production-feature{grid-template-columns:1fr 1fr}.production-copy{padding:45px 9%}.production-copy h2{font-size:33px}.production-photo{min-height:550px}.mould-feature{gap:5%}.mould-photo{height:430px}.workflow{grid-template-columns:1fr 1fr;gap:35px}.supply-band>div{display:block}.supply-band .button{margin-top:30px}.faq-section{grid-template-columns:1fr;gap:5px}.faq-section .section-title{margin-bottom:25px}.enquiry{gap:6%}.form-row{grid-template-columns:1fr;gap:0}.big-contact{font-size:24px}.inner-hero h1{font-size:45px}.text-cards{gap:30px}.text-cards h3{font-size:23px}.gallery{grid-template-columns:1fr 1fr}.contact-columns{grid-template-columns:1fr 1fr}.footer-nav{gap:18px}.footer-top{grid-template-columns:1fr 1fr}.footer-top>div:last-child{grid-column:2}.stats strong{font-size:42px}}
@media(max-width:640px){:root{--gutter:22px}.topbar{height:30px;justify-content:center;font-size:7px;letter-spacing:.8px}.topbar>div{display:none}header{height:80px;gap:20px}.brand-mark{height:38px;width:35px;font-size:28px}.brand strong{font-size:20px;letter-spacing:2.5px}.brand small{font-size:7px;letter-spacing:1.5px}.languages{font-size:11px}.menu-toggle{font-size:21px}.hero{min-height:740px;height:auto;max-height:none}.hero-art{object-fit:cover;object-position:65% bottom;height:53%;bottom:0;opacity:.95}.hero-shade{background:linear-gradient(180deg,#080d13 0,#080d13 43%,#080d1380 62%,#080d1300 78%)}.hero-body{padding:40px var(--gutter) 340px}.hero .eyebrow{font-size:8px;letter-spacing:1.2px;margin-bottom:24px}.hero h1{font-size:clamp(34px,10.5vw,62px);letter-spacing:-2px;line-height:1.08}.hero-body>p:not(.eyebrow){font-size:13px;line-height:1.7;margin:24px 0;max-width:340px}.hero-body>p br{display:none}.hero-actions{flex-wrap:wrap;gap:16px;margin-top:25px}.hero .button{padding:15px 18px;min-height:51px;font-size:11px;gap:20px}.plain-link{font-size:10px}.hero-bottom{bottom:14px;gap:10px;font-size:6px;letter-spacing:.7px}.hero-bottom span:first-child{max-width:130px;line-height:1.6}.stats{grid-template-columns:1fr 1fr;padding:30px var(--gutter);gap:25px 20px}.stats>div{padding-left:0;border:none}.stats strong{font-size:39px;letter-spacing:-2px}.stats span{font-size:10px;max-width:150px;margin-top:10px}.section{padding:55px var(--gutter)}.eyebrow{font-size:8px;letter-spacing:1.3px;margin-bottom:22px}.eyebrow i{width:5px;height:5px}.section-title{display:block;margin-bottom:30px}.section-title>p{width:auto;margin-top:22px;font-size:13px;max-width:400px}h2{font-size:35px;letter-spacing:-1.5px}h3{font-size:23px}.capability-cards{grid-template-columns:1fr;gap:20px}.card-image{height:250px}.card-body{padding:23px}.card-body h3{font-size:24px}.card-body p{font-size:13px}.production-feature{display:flex;flex-direction:column-reverse}.production-copy{padding:50px var(--gutter)}.production-copy h2{font-size:35px}.production-photo{min-height:400px;max-height:450px}.production-photo img{object-position:center 60%}.industries{grid-template-columns:1fr 1fr;gap:2px}.industries article{padding:18px 14px}.industries img{height:150px;padding:14px}.industries span{left:15px;top:15px;font-size:8px}.industries h3{font-size:13px;line-height:1.3;letter-spacing:-.2px}.mould-feature{grid-template-columns:1fr;gap:35px}.mould-feature h2 br{display:none}.mould-feature p{margin:22px 0;font-size:13px}.mould-photo{height:340px}.mould-photo span{font-size:7px;left:15px;right:15px;bottom:15px}.workflow{gap:30px 22px}.workflow article>span{font-size:34px;margin-bottom:20px}.workflow h3{font-size:18px}.workflow p{font-size:12px}.supply-band{padding:50px var(--gutter)}.supply-band h2{font-size:32px}.supply-band h2 br{display:none}.faq-section .section-title h2{font-size:35px}.faq summary{font-size:14px;gap:15px;padding:20px 0}.faq details p{font-size:13px}.enquiry{grid-template-columns:1fr;gap:40px}.enquiry h2{font-size:39px}.enquiry>div>p:not(.eyebrow){font-size:13px}.big-contact{font-size:27px}.big-contact.email{font-size:22px}.form-row{grid-template-columns:1fr 1fr;gap:14px}form label{font-size:10px;margin-bottom:20px}input:not([type=checkbox]),textarea{padding:12px;font-size:16px}form .button{width:100%}.form-note{line-height:1.7}footer{padding:45px var(--gutter) 24px}.footer-top{grid-template-columns:1fr;gap:30px;padding-bottom:30px}.footer-top>div:last-child{grid-column:auto}.footer-nav{font-size:12px;gap:20px}.footer-bottom{flex-wrap:wrap;font-size:9px;line-height:1.6}.footer-bottom>span{width:100%}.inner-hero{grid-template-columns:1fr}.inner-copy{padding:22px var(--gutter) 38px}.breadcrumbs{font-size:9px;margin-bottom:28px}.inner-hero h1{font-size:clamp(32px,9vw,44px);letter-spacing:-1.5px;overflow-wrap:anywhere}.inner-copy>p:not(.eyebrow){font-size:13px;line-height:1.8}.inner-image{min-height:0;height:330px}.inner-image img{height:330px}.text-cards{grid-template-columns:1fr;gap:30px}.text-cards h3{font-size:27px;margin:18px 0}.text-cards p{font-size:13px}table{min-width:650px;font-size:12px}th{font-size:9px}td,th{padding:18px}.gallery{gap:20px 15px}.gallery img{height:220px}.gallery figcaption{font-size:10px;line-height:1.5;padding:12px 0}.two-photos{grid-template-columns:1fr;gap:20px}.two-photos img{height:340px}.supplier-brief{grid-template-columns:1fr;gap:25px}.proposal-list{font-size:15px;padding-left:22px}.proposal-list li{padding:18px 8px}.contact-heading h1{font-size:49px;letter-spacing:-2px}.contact-columns{grid-template-columns:1fr;gap:22px;margin-top:35px}.contact-columns small{margin-bottom:12px}.contact-columns a{font-size:23px}.contact-columns p{font-size:13px}.company-intro .stats{padding-top:20px}.visit p{font-size:13px}.legal h2{font-size:27px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

.inner-copy,.inner-image,.enquiry>*,.gallery>*{min-width:0}
