@charset "UTF-8";
:root{--ink:#132e38;--muted:#526972;--teal:#006b72;--teal-dark:#004c53;--line:#d5e2e4;--wash:#edf5f5;--white:#fff;--radius:12px;--max:1200px;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;font-size:16px;line-height:1.65}
*{box-sizing:border-box}body{margin:0}img{max-width:100%;height:auto;display:block}a{color:var(--teal);text-underline-offset:4px}button,input,textarea,select{font:inherit}button,a,input,textarea,summary{touch-action:manipulation}button{cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #b66c00;outline-offset:5px}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.15;letter-spacing:-.035em}h1{font-size:clamp(2.4rem,4.5vw,4.5rem);font-weight:600}h2{font-size:clamp(2rem,3vw,3rem);font-weight:600}h3{font-size:1.35rem;font-weight:600}p+p{margin-top:1rem}ul{padding-left:1.2rem}section[id],div[id]{scroll-margin-top:105px}.container{width:min(var(--max),calc(100% - 64px));margin-inline:auto}.skip{position:fixed;top:-90px;left:12px;padding:12px;background:#fff;z-index:100}.skip:focus{top:10px}.utility{background:var(--ink);color:#e3eff0;font-size:.875rem}.utility .container{display:flex;justify-content:space-between;padding-block:8px}.utility a{color:inherit;text-decoration:none}.site-header{background:rgba(255,255,255,.98);position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line)}.nav-row{display:flex;align-items:center;justify-content:space-between;min-height:88px;gap:24px}.brand img{width:151px;height:52px;object-fit:contain}.site-nav{display:flex;align-items:center;gap:25px}.site-nav a{color:var(--ink);font-size:.94rem;text-decoration:none}.site-nav a:hover,.site-nav a[aria-current]{color:var(--teal);text-decoration:underline}.site-nav .button{color:white}.menu-toggle{display:none;background:white;border:1px solid var(--line);padding:8px 14px;border-radius:6px}.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:48px;padding:12px 22px;border:1px solid var(--teal);border-radius:6px;background:var(--teal);color:white;text-decoration:none;font-weight:600;line-height:1.35;font-size:.94rem}.button:hover{background:var(--teal-dark);color:white}.button.secondary{background:transparent;color:var(--teal)}.button.secondary:hover{background:var(--wash)}.button:disabled{opacity:.65;cursor:wait}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.75rem;font-weight:700;color:var(--teal);margin-bottom:20px}.hero{background:var(--wash);position:relative;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.08fr 1fr;min-height:615px;align-items:center;gap:60px;padding-block:62px}.hero h1 span{color:var(--teal)}.hero .lead{max-width:490px;margin-top:25px}.lead{font-size:1.125rem;color:var(--muted);line-height:1.7}.hero-media{position:relative;align-self:stretch;display:flex;align-items:center}.hero-media>img{height:470px;width:100%;object-fit:cover;border-radius:120px 12px 12px 12px}.hero-note{position:absolute;bottom:0;left:-28px;background:var(--white);border:1px solid var(--line);padding:18px 24px;box-shadow:0 16px 50px #19333c12;border-radius:8px;max-width:290px}.hero-note strong{display:block;font-size:1rem}.hero-note span{color:var(--muted);font-size:.875rem}.tech-strip{border-block:1px solid var(--line);background:white}.tech-strip .container{display:flex;justify-content:space-between;align-items:center;gap:22px;flex-wrap:wrap;padding-block:24px}.tech-strip span{color:var(--muted);font-size:.875rem}.tech-strip strong{font-size:.95rem;font-weight:600}.section{padding-block:88px}.section.soft{background:var(--wash)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:36px}.section-head p{color:var(--muted);max-width:370px}.section-head h2{max-width:650px}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.solution{padding:30px;border-top:2px solid var(--teal);background:var(--wash);border-radius:0 0 8px 8px;display:flex;flex-direction:column;align-items:start}.solution .number{font-size:.8rem;letter-spacing:.1em;color:var(--muted);margin-bottom:32px}.solution p{color:var(--muted);margin:18px 0 25px}.text-link{font-weight:600;margin-top:auto}.product-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;display:flex;flex-direction:column}.product-card .image-wrap{background:#f7f9f9;padding:30px;height:250px;display:flex;align-items:center;justify-content:center}.product-card img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.card-body{padding:27px;display:flex;flex-direction:column;flex:1;align-items:start}.card-body p{margin-top:12px;color:var(--muted)}.card-body ul{margin:18px 0 24px;color:var(--muted);font-size:.94rem}.card-body li+li{margin-top:7px}.card-body .text-link{padding-top:20px}.catalogue-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.catalogue-grid .image-wrap{height:285px}.category-nav{display:flex;flex-wrap:wrap;gap:10px;margin:30px 0}.category-nav a{padding:8px 15px;border:1px solid var(--line);border-radius:6px;text-decoration:none;font-size:.875rem;background:white}.category-nav a[aria-current]{background:var(--teal);color:white;border-color:var(--teal)}.project-card img{width:100%;height:230px;object-fit:cover;border-radius:8px}.project-card h3{margin-top:20px}.project-card p{margin-top:10px;color:var(--muted);font-size:.94rem}.service-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.service-grid>img{width:100%;height:480px;object-fit:cover;border-radius:8px}.service-list{margin-top:30px}.service-list article{padding:22px 0;border-top:1px solid var(--line)}.service-list p{color:var(--muted);margin-top:8px}.download-list{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);gap:0 32px}.download-item{display:flex;align-items:center;justify-content:space-between;padding:24px 0;border-bottom:1px solid var(--line);gap:20px;text-decoration:none;font-weight:600}.download-item small{font-weight:400;color:var(--muted);white-space:nowrap}.cta{background:var(--teal-dark);color:white;padding:55px;border-radius:12px;display:flex;align-items:center;justify-content:space-between;gap:40px}.cta h2{max-width:600px}.cta p{margin-top:15px;color:#d8eded}.cta .button{background:white;color:var(--teal-dark);border-color:white;flex-shrink:0}.site-footer{background:var(--ink);color:#e6edef;padding-top:56px}.footer-grid{display:grid;grid-template-columns:1.1fr .8fr 1.2fr;gap:50px;padding-bottom:45px}.footer-grid h3{font-size:1rem;letter-spacing:0;margin-bottom:20px}.footer-grid p,.footer-grid a{color:#d0dfe3;font-size:.875rem}.footer-grid nav{display:grid;gap:10px}.footer-brand{font-size:2rem;font-weight:700;letter-spacing:-.05em;display:block;margin-bottom:12px;color:white}.footer-bottom{border-top:1px solid #46616a;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;padding-block:22px;font-size:.8rem;color:#c2d3d8}.footer-bottom a,.link-button{color:inherit}.link-button{background:none;border:0;padding:0;text-decoration:underline;font-size:inherit}.footer-bottom div{display:flex;gap:20px;flex-wrap:wrap}.newsletter{display:flex;gap:8px;margin:12px 0}.newsletter input{min-width:0}.newsletter .button{padding-inline:14px}.site-footer .check{color:#d0dfe3}.page-intro{background:var(--wash);padding:50px 0 54px}.page-intro h1{font-size:clamp(2.25rem,4vw,3.7rem);max-width:950px}.page-intro .lead{max-width:760px;margin-top:22px}.breadcrumbs{font-size:.875rem;color:var(--muted);margin-bottom:27px}.breadcrumbs a{color:inherit}.contact-layout{display:grid;grid-template-columns:.85fr 1.35fr;gap:85px}.contact-details{margin-top:32px}.contact-details dt{font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);margin-top:25px}.contact-details dd{margin:6px 0 0}.form-panel{background:var(--wash);padding:35px;border-radius:10px}.form-panel h2{font-size:1.7rem;margin-bottom:10px}.form-panel>p{color:var(--muted);margin-bottom:24px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.field{display:flex;flex-direction:column;gap:7px;font-size:.875rem;font-weight:600}.field.full{grid-column:1/-1}input,textarea,select{width:100%;border:1px solid #9cb2b7;border-radius:5px;background:#fff;color:var(--ink);padding:12px;min-height:48px}textarea{resize:vertical;min-height:140px}.check{display:flex;align-items:start;gap:10px;font-size:.8125rem;font-weight:400;margin-top:20px}.check input{width:18px;min-height:18px;height:18px;margin-top:4px;flex-shrink:0}.form-status{font-size:.875rem;margin-top:12px;min-height:1.4em}.form-status.error{color:#b12929}.fineprint{font-size:.8rem;color:var(--muted);margin-top:15px}.honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.auth-layout{display:grid;grid-template-columns:.85fr 1.4fr;gap:40px;align-items:start}.auth-layout .form-grid{margin-top:25px}.legal{max-width:850px}.legal h2{font-size:1.5rem;margin:32px 0 15px}.legal dt{font-weight:700;margin-top:24px}.legal dd{margin:12px 0;color:var(--muted)}.message{max-width:780px;margin:80px auto;padding:40px;background:var(--wash);border-radius:12px}.message p{margin-top:20px}.cookie-panel{position:fixed;bottom:20px;left:20px;z-index:50;max-width:460px;width:calc(100% - 40px);padding:24px;background:white;border:1px solid var(--line);border-radius:12px;box-shadow:0 8px 50px #122d3840}.cookie-panel h2{font-size:1.2rem;letter-spacing:0;margin-bottom:10px}.cookie-panel p{font-size:.875rem;color:var(--muted)}.cookie-panel .actions{margin-top:18px;gap:8px}.cookie-panel .button{flex:1;padding:11px 14px}.cookie-panel .link-button{color:var(--teal);margin-top:15px;font-size:.875rem}[hidden]{display:none!important}.cookie-options{padding:15px 0}.cookie-options .check{margin-top:5px}.cookie-options p{font-size:.8rem;margin-top:10px}.muted{color:var(--muted)}
@media(min-width:1450px){.hero-grid{min-height:660px}}@media(max-width:1050px){.site-nav{gap:16px}.site-nav a{font-size:.875rem}.hero-grid{gap:32px}.hero-media>img{height:420px}.hero-note{left:-15px}.grid,.catalogue-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-layout{gap:40px}.footer-grid{gap:28px}.service-grid{gap:35px}}
@media(max-width:780px){.container{width:calc(100% - 36px)}.utility .container{justify-content:center}.utility .container>span{display:none}.nav-row{min-height:76px}.brand img{width:135px;height:46px}.menu-toggle{display:block}.site-nav{display:none;position:absolute;left:0;right:0;top:100%;background:white;padding:24px;border-bottom:1px solid var(--line);box-shadow:0 10px 20px #132e3810}.site-nav.open{display:flex;flex-direction:column;align-items:stretch;gap:20px}.site-nav a{font-size:1rem}.hero-grid{grid-template-columns:1fr;padding:42px 0 30px;gap:35px}.hero h1{font-size:clamp(2.5rem,9vw,3.9rem)}.hero-media{padding-bottom:25px}.hero-media>img{height:340px;border-top-left-radius:80px}.hero-note{left:15px;bottom:0;padding:15px 20px}.tech-strip .container{justify-content:start;gap:12px 25px}.tech-strip span{width:100%}.section{padding-block:56px}.section-head{display:block}.section-head p{margin-top:20px}.section-head .text-link{display:inline-block;margin-top:20px}.grid,.catalogue-grid,.service-grid,.contact-layout,.auth-layout,.download-list{grid-template-columns:1fr}.service-grid>img{height:300px}.footer-grid{grid-template-columns:1fr;gap:30px}.footer-grid>div{max-width:460px}.cta{padding:30px;display:block}.cta .button{margin-top:24px}.form-panel{padding:24px}.form-grid{gap:16px}.category-nav{flex-wrap:nowrap;overflow-x:auto;padding-bottom:10px}.category-nav a{white-space:nowrap}.page-intro{padding:35px 0}.project-card img{height:250px}.cookie-panel{bottom:12px;left:12px;width:calc(100% - 24px);padding:20px}.cookie-panel .actions{flex-wrap:nowrap}.message{margin:40px 18px;padding:25px}}
@media(max-width:420px){.form-grid{grid-template-columns:1fr}.hero-media>img{height:280px}.newsletter{flex-direction:column}}
@media(prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}.button{transition:background .18s ease}.product-card{transition:box-shadow .18s ease}.product-card:hover{box-shadow:0 12px 32px #132e3810}}
.site-nav a.button:hover,.site-nav a.button[aria-current]{color:white}.footer-grid .footer-brand{font-size:2rem;text-decoration:none;color:white}.footer-brand img{width:151px;height:65px;object-fit:contain}
@media(min-width:781px) and (max-width:1050px){.menu-toggle{display:block}.site-nav{display:none;position:absolute;left:0;right:0;top:100%;background:white;padding:24px;border-bottom:1px solid var(--line)}.site-nav.open{display:flex;flex-direction:column;align-items:stretch;gap:20px}.site-nav a{font-size:1rem}}
@media print{.site-header,.utility,.site-footer,.cookie-panel,.actions,.category-nav{display:none}body{color:#000}.section{padding:20px 0}.grid{grid-template-columns:1fr 1fr}.product-card{break-inside:avoid}}
