:root{--bg:#eef0ec;--surface:#e4e7e2;--surface-strong:#d9ddd7;--text:#131816;--muted:#53605a;--line:#13181629;--accent:#a86f16;--accent-strong:#87570d;--inverse:#f0f2ef;--inverse-bg:#101513;--radius:14px;--icon-gap:8px;--shell:min(1440px, calc(100vw - 64px));--header:72px}@media (prefers-color-scheme:dark){:root{--bg:#101513;--surface:#171d1a;--surface-strong:#202824;--text:#eef1ed;--muted:#a7b1ab;--line:#eef1ed26;--accent:#d4a149;--accent-strong:#e0b260;--inverse:#101513;--inverse-bg:#eef1ed}}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg)}body{background:var(--bg);color:var(--text);text-rendering:optimizelegibility;margin:0;font-family:Aptos,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.55;overflow-x:clip}::selection{background:var(--accent);color:#0d100f}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}img{display:block}h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:-.045em;font-weight:560;line-height:.98}p{color:var(--muted)}.shell{width:var(--shell);margin-inline:auto}.section{padding:clamp(88px,10vw,156px) 0}.site-header{z-index:20;height:var(--header);background:color-mix(in srgb, var(--bg) 86%, transparent);border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(18px);position:sticky;top:0}.nav-shell{grid-template-columns:minmax(230px,1fr) auto minmax(260px,1fr);align-items:center;gap:32px;height:100%;display:grid}.wordmark{align-items:center;gap:13px;width:fit-content;display:inline-flex}.brand-mark{object-fit:contain;flex:none;width:48px;height:48px}.wordmark-copy{letter-spacing:.09em;flex-direction:column;font-size:14px;font-weight:760;line-height:1.08;display:flex}.wordmark-copy span:last-child{color:var(--accent)}.desktop-nav{white-space:nowrap;align-items:center;gap:clamp(20px,2.2vw,40px);display:flex}.desktop-nav a{padding:9px 0;position:relative}.desktop-nav a:after{content:"";background:var(--accent);transform-origin:100%;border-radius:999px;height:2px;transition:transform .3s cubic-bezier(.16,1,.3,1);position:absolute;bottom:2px;left:0;right:0;transform:scaleX(0)}.desktop-nav a:hover:after,.desktop-nav a.is-active:after{transform-origin:0;transform:scaleX(1)}.desktop-nav a,.nav-contact{color:var(--muted);font-size:13px;transition:color .25s}.desktop-nav a:hover,.nav-contact:hover{color:var(--text)}.desktop-nav a.is-active{color:var(--text);font-weight:650}.nav-actions{justify-content:flex-end;align-items:center;gap:24px;display:flex}.language-switch{gap:10px;display:flex}.language-switch a{letter-spacing:.08em;color:var(--muted);font-size:10px}.language-switch a.active{color:var(--accent);font-weight:700}.nav-contact{align-items:center;gap:var(--icon-gap);border:1px solid var(--line);color:var(--text);border-radius:999px;padding:9px 16px;transition:color .3s cubic-bezier(.16,1,.3,1),background-color .3s cubic-bezier(.16,1,.3,1),border-color .3s cubic-bezier(.16,1,.3,1),box-shadow .3s cubic-bezier(.16,1,.3,1),transform .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.nav-contact svg{width:15px;height:15px;transition:transform .3s cubic-bezier(.16,1,.3,1)}.nav-contact:hover,.nav-contact.is-active{border-color:var(--accent);background:var(--accent);color:#101310;box-shadow:0 10px 28px color-mix(in srgb, var(--accent) 24%, transparent);transform:translateY(-2px)}.nav-contact:hover svg{transform:translate(2px,-2px)}.nav-contact:active{box-shadow:0 5px 14px color-mix(in srgb, var(--accent) 18%, transparent);transform:translateY(0)scale(.98)}.mobile-menu{display:none;position:relative}.mobile-menu summary{cursor:pointer;align-items:center;gap:7px;font-size:13px;list-style:none;display:inline-flex}.mobile-menu summary svg{width:18px;height:18px}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu nav{inset:var(--header) 0 auto;background:var(--bg);border-bottom:1px solid var(--line);padding:28px 24px;display:grid;position:fixed}.mobile-menu nav a{border-bottom:1px solid var(--line);align-items:center;gap:12px;padding:13px 0;display:flex}.mobile-menu nav a svg{width:18px;height:18px;color:var(--accent)}.mobile-menu nav a.is-active{color:var(--accent);font-weight:700}.home-hero{isolation:isolate;min-height:calc(100dvh - var(--header));color:#f1f3f0;background:#151a18;position:relative;overflow:hidden}.hero-image{z-index:-3;object-fit:cover;object-position:62% center}.hero-overlay{z-index:-2;background:linear-gradient(90deg,#080d0be0 0%,#080d0b8c 46%,#080d0b14 78%);position:absolute;inset:0}.home-hero:after{content:"";z-index:-1;pointer-events:none;background:linear-gradient(#0000 65%,#080d0b94);position:absolute;inset:0}.hero-grid{min-height:calc(100dvh - var(--header));grid-template-columns:minmax(0,1fr) 190px;align-items:center;gap:80px;padding-block:clamp(42px,7vw,96px);display:grid}.hero-copy{max-width:840px}.eyebrow{color:var(--accent);letter-spacing:.2em;text-transform:uppercase;margin-bottom:32px;font-size:11px;font-weight:720}.hero-copy h1{color:#f1f3f0;max-width:940px;margin-bottom:28px;font-size:clamp(54px,6vw,84px)}.hero-body{color:#f1f3f0b8;max-width:530px;margin-bottom:36px;font-size:clamp(17px,1.4vw,21px);line-height:1.45}.hero-actions{flex-wrap:wrap;gap:12px;display:flex}.button{justify-content:center;align-items:center;gap:var(--icon-gap);white-space:nowrap;border:1px solid #0000;border-radius:999px;min-height:48px;padding:12px 22px;font-size:13px;font-weight:650;transition:transform .25s,background .25s,color .25s,border-color .25s;display:inline-flex}.button:active{transform:translateY(1px)scale(.985)}.button.primary{background:var(--accent);color:#101310}.button.primary:hover{background:#e2b45f;transform:translateY(-2px)}.button.secondary{color:#f1f3f0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0c110f33;border-color:#ffffff61}.button.secondary:hover{background:#ffffff1a}.button.light{color:#121715;background:#f1f3f0}.button.outline{border-color:var(--line);color:var(--text);background:0 0}.button.outline:hover{border-color:var(--accent);background:color-mix(in srgb, var(--accent) 8%, transparent);transform:translateY(-2px)}.capacity-seal{border-top:1px solid #fff6;place-self:end;width:190px;margin-bottom:24px;padding:20px 0 10px}.capacity-seal strong,.capacity-seal span{display:block}.capacity-seal strong{letter-spacing:-.05em;font-size:44px;line-height:1}.capacity-seal span{color:#ffffffa3;text-transform:uppercase;letter-spacing:.15em;margin-top:8px;font-size:12px}.hero-enter{opacity:0;animation:.8s cubic-bezier(.16,1,.3,1) forwards hero-in;transform:translateY(24px)}.delay-1{animation-delay:50ms}.delay-2{animation-delay:.14s}.delay-3{animation-delay:.24s}.delay-4{animation-delay:.34s}@keyframes hero-in{to{opacity:1;transform:translateY(0)}}.fact-strip{border-bottom:1px solid var(--line)}.fact-grid{grid-template-columns:repeat(3,1fr);display:grid}.fact{border-right:1px solid var(--line);flex-direction:column;justify-content:space-between;min-height:152px;padding:34px 30px;display:flex}.fact:first-child{padding-left:0}.fact:last-child{border-right:0}.fact-icon{width:22px;height:22px;color:var(--accent);margin-bottom:24px}.fact strong{letter-spacing:-.04em;font-size:clamp(28px,3vw,44px);font-weight:540}.fact span{max-width:220px;color:var(--muted);font-size:12px}.intro-grid{grid-template-columns:1.25fr .75fr;align-items:start;gap:clamp(60px,9vw,150px);display:grid}.intro-grid h2{max-width:780px;font-size:clamp(46px,6vw,88px)}.intro-copy{padding-top:10px}.intro-copy .lead-copy{color:var(--text);letter-spacing:-.025em;font-size:clamp(20px,2vw,29px);line-height:1.3}.text-link{align-items:center;gap:var(--icon-gap);border-bottom:1px solid var(--text);width:fit-content;margin-top:20px;padding-bottom:5px;font-size:13px;font-weight:650;display:inline-flex}.text-link span{color:var(--accent)}.product-section{background:var(--surface)}.product-grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(48px,7vw,112px);display:grid}.product-visual{border-radius:var(--radius);min-height:min(72vw,760px);position:relative;overflow:hidden}.product-visual img{object-fit:cover}.product-copy h2,.lab-copy h2,.services-grid h2,.standards-shell h2{font-size:clamp(40px,5vw,72px)}.product-copy>p{max-width:520px}.product-list{margin-top:48px}.product-list article{border-top:1px solid var(--line);grid-template-columns:40px 1fr;gap:18px;padding:24px 0;display:grid}.product-list article>span{color:var(--accent);font-size:11px}.product-list article>span svg{width:22px;height:22px}.product-list h3{letter-spacing:-.025em;margin-bottom:7px;font-size:24px}.product-list p{margin-bottom:0;font-size:14px}.lab-section{color:#eef1ed;background:#121815;padding-inline:0}.lab-shell{border-radius:var(--radius);border:1px solid #ffffff26;grid-template-columns:.8fr 1.2fr;min-height:660px;display:grid;overflow:hidden}.lab-copy{flex-direction:column;justify-content:center;padding:clamp(44px,6vw,90px);display:flex}.lab-copy p{color:#eef1eda8;margin:24px 0 32px}.lab-copy .button{align-self:flex-start}.lab-image{min-height:500px;position:relative}.lab-image img{object-fit:cover}.services-grid{grid-template-columns:.7fr 1.3fr;gap:80px;display:grid}.service-list{border-top:1px solid var(--line)}.service-list>div{border-bottom:1px solid var(--line);grid-template-columns:60px 1fr;align-items:center;min-height:124px;display:grid}.service-list strong{color:var(--accent);font-size:11px;font-weight:650}.service-list strong svg{width:25px;height:25px}.service-list span{letter-spacing:-.025em;font-size:clamp(20px,2.3vw,34px)}.standards-section{padding-top:0}.standards-shell{border-radius:var(--radius);background:var(--surface-strong);grid-template-columns:1fr 1fr;gap:80px;padding:clamp(46px,7vw,92px);display:grid}.standards-shell p{max-width:560px}.standard-marks{align-content:center;gap:14px;display:grid}.standard-marks span{border-bottom:1px solid var(--line);letter-spacing:-.035em;align-items:center;gap:16px;padding:20px 0;font-size:clamp(22px,2.8vw,42px);display:flex}.standard-marks svg{width:.75em;height:.75em;color:var(--accent)}.cta-section{padding-top:0}.conversation-panel{border-radius:var(--radius);background:var(--surface-strong);grid-template-columns:1.05fr .95fr;min-height:620px;display:grid;overflow:hidden}.conversation-main{flex-direction:column;align-items:flex-start;padding:clamp(42px,6vw,88px);display:flex}.conversation-icon{width:34px;height:34px;color:var(--accent);margin-bottom:auto}.conversation-main h2{max-width:700px;margin:56px 0 24px;font-size:clamp(44px,5.6vw,80px)}.conversation-main>p{max-width:610px;margin-bottom:0;font-size:clamp(17px,1.5vw,21px)}.conversation-routes{border-top:1px solid var(--line);width:100%;margin-top:46px}.conversation-routes span{align-items:center;gap:var(--icon-gap);border-bottom:1px solid var(--line);min-height:54px;color:var(--text);font-size:14px;display:flex}.conversation-routes svg{width:18px;height:18px;color:var(--accent)}.conversation-actions{flex-wrap:wrap;gap:12px;margin-top:34px;display:flex}.conversation-image{min-height:620px;position:relative}.conversation-image img{object-fit:cover}.page-hero{padding:clamp(86px,11vw,170px) 0 0}.page-hero-grid{grid-template-columns:1fr 240px;align-items:end;gap:80px;display:grid}.page-hero-copy{max-width:980px}.page-hero h1{max-width:1050px;margin-bottom:30px;font-size:clamp(52px,7.2vw,108px)}.page-lead{max-width:720px;font-size:clamp(18px,1.8vw,26px)}.page-hero-aside{border-top:1px solid var(--line);padding:24px 0}.page-hero-aside span,.page-hero-aside small{display:block}.page-hero-aside .micro-label{color:var(--accent);letter-spacing:.18em;margin-bottom:28px;font-size:10px}.page-hero-aside span:not(.micro-label){letter-spacing:-.05em;font-size:42px;line-height:1}.page-hero-aside small{color:var(--muted);margin-top:7px}.page-hero-rule{border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-top:64px;padding:18px 0}.page-hero-rule a{width:fit-content;color:var(--muted);align-items:center;gap:9px;font-size:12px;display:inline-flex}.page-hero-rule svg{width:15px;height:15px}.mission-grid{grid-template-columns:.45fr 1.55fr;gap:80px;display:grid}.mission-grid h2,.timeline-section h2,.infra-grid h2,.service-detail h2,.systems-detail h2{font-size:clamp(36px,4vw,60px)}.mission-grid h2{align-items:flex-start;gap:16px;display:flex}.mission-grid h2 svg{width:31px;height:31px;color:var(--accent);flex:none}.mission-grid p{max-width:960px;color:var(--text);letter-spacing:-.035em;font-size:clamp(26px,3.4vw,52px);line-height:1.16}.timeline-section{background:var(--surface)}.timeline{grid-template-columns:repeat(4,1fr);margin-top:56px;display:grid}.timeline article{border-left:1px solid var(--line);min-height:300px;padding:26px}.timeline article:first-child{border-left:0;padding-left:0}.timeline article>svg{width:21px;height:21px;color:var(--accent);margin-bottom:26px}.timeline strong{color:var(--accent);letter-spacing:-.05em;margin-bottom:80px;font-size:clamp(34px,4vw,58px);font-weight:520;display:block}.timeline p{font-size:14px}.infra-grid{grid-template-columns:.8fr 1.2fr;gap:80px;display:grid}.infra-list{grid-template-columns:1fr 1fr;gap:14px;display:grid}.infra-list span{background:var(--surface);border-radius:var(--radius);flex-direction:column;justify-content:space-between;align-items:flex-start;gap:26px;min-height:132px;padding:24px;font-size:18px;display:flex}.infra-list svg{width:24px;height:24px;color:var(--accent)}.product-stage-section{padding-bottom:0}.product-stage{grid-template-columns:minmax(0,3fr) minmax(260px,1fr);align-items:end;gap:16px;display:grid}.product-stage-image{border-radius:var(--radius);min-height:680px;position:relative;overflow:hidden}.product-stage-image img{object-fit:cover}.product-stage-aside{border-radius:var(--radius);background:var(--surface-strong);flex-direction:column;align-items:flex-start;min-height:490px;padding:clamp(28px,4vw,52px);display:flex}.product-stage-aside>svg{width:34px;height:34px;color:var(--accent)}.product-stage-aside strong{letter-spacing:-.07em;margin-top:auto;font-size:clamp(76px,8vw,128px);font-weight:520;line-height:.82}.product-stage-aside>span{letter-spacing:.12em;text-transform:uppercase;margin-top:18px;font-size:13px;font-weight:720}.product-stage-aside p{margin:22px 0 0;font-size:14px}.product-catalogue-section{background:color-mix(in srgb, var(--surface) 58%, var(--bg))}.product-catalogue-heading{max-width:800px;margin-bottom:clamp(48px,7vw,92px)}.product-catalogue-heading h2{margin-bottom:20px;font-size:clamp(46px,6vw,86px)}.product-catalogue-heading p{max-width:650px;font-size:18px}.product-catalogue-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:16px;display:grid}.product-category{border:1px solid var(--line);border-radius:var(--radius);background:var(--bg);flex-direction:column;min-height:420px;padding:clamp(26px,3vw,40px);transition:transform .3s cubic-bezier(.16,1,.3,1),border-color .3s;display:flex}.product-category:hover{border-color:color-mix(in srgb, var(--accent) 65%, var(--line));transform:translateY(-5px)}.product-category-1,.product-category-4{grid-column:span 7}.product-category-2,.product-category-3{grid-column:span 5}.product-category-5{background:var(--surface-strong);grid-column:span 8;min-height:540px}.product-category-6{background:color-mix(in srgb, var(--accent) 12%, var(--bg));grid-column:span 4;min-height:540px}.product-category-7{background:var(--surface);grid-column:1/-1;grid-template-rows:auto 1fr;grid-template-columns:.8fr 1.2fr;gap:10px 70px;min-height:310px;display:grid}.product-category-7 header,.product-category-7>p{grid-column:1}.product-category-7 ul{grid-area:1/2/span 2;align-self:center}.product-category header{align-items:center;gap:18px;display:flex}.product-icon{border:1px solid var(--line);border-radius:var(--radius);width:54px;height:54px;color:var(--accent);flex:none;place-items:center;transition:transform .3s cubic-bezier(.16,1,.3,1),background .3s,color .3s;display:grid}.product-icon svg{width:24px;height:24px}.product-category:hover .product-icon{background:var(--accent);color:#101310;transform:translateY(-2px)}.product-category h3{margin:0;font-size:clamp(30px,3.2vw,50px)}.product-category>p{max-width:590px;margin:22px 0 34px;font-size:16px}.product-category ul{grid-template-columns:1fr;gap:14px;margin:auto 0 0;padding:0;list-style:none;display:grid}.product-category-5 ul{grid-template-columns:1fr 1fr;gap:11px 26px}.product-category li{color:var(--text);grid-template-columns:20px 1fr;align-items:start;gap:10px;font-size:clamp(15.5px,1.15vw,17px);line-height:1.45;display:grid}.product-category li svg{width:18px;height:18px;color:var(--accent);margin-top:2px}.product-standards{border-top:1px solid var(--line);flex-wrap:wrap;gap:10px 22px;margin-top:28px;padding-top:20px;display:flex}.product-standards span{align-items:center;gap:var(--icon-gap);color:var(--muted);font-size:13px;font-weight:650;display:inline-flex}.product-standards svg{width:17px;height:17px;color:var(--accent)}.product-services-shell{grid-template-columns:.8fr 1.2fr;gap:clamp(48px,8vw,130px);display:grid}.product-services-copy>svg{width:36px;height:36px;color:var(--accent);margin-bottom:46px}.product-services-copy h2{font-size:clamp(40px,5vw,72px)}.product-services-copy p{max-width:500px}.product-service-list{border-top:1px solid var(--line)}.product-service-list article{border-bottom:1px solid var(--line);grid-template-columns:46px 1fr;align-items:center;gap:22px;min-height:142px;display:grid}.product-service-list svg{width:28px;height:28px;color:var(--accent)}.product-service-list span{letter-spacing:-.03em;font-size:clamp(20px,2.4vw,36px);line-height:1.12}.product-enquiry-section{padding-top:0}.product-enquiry{border-radius:var(--radius);background:var(--surface-strong);grid-template-columns:1fr auto;align-items:center;gap:60px;min-height:300px;padding:clamp(38px,6vw,82px);display:grid}.product-enquiry>div:first-child>svg{width:30px;height:30px;color:var(--accent);margin-bottom:36px}.product-enquiry h2{max-width:780px;margin-bottom:0;font-size:clamp(38px,5vw,72px)}.product-enquiry-actions{justify-items:start;gap:6px;display:grid}.button svg,.text-link svg{flex:none;width:17px;height:17px}.lab-detail-grid{grid-template-columns:.75fr 1.25fr;align-items:center;gap:80px;display:grid}.lab-detail-grid h2{font-size:clamp(42px,5vw,72px)}.section-icon{width:34px;height:34px;color:var(--accent);margin-bottom:34px}.certificate-number{letter-spacing:-.05em;align-items:center;gap:14px;margin-top:48px;font-size:clamp(28px,4vw,56px);font-weight:520;display:flex}.certificate-number svg{width:.72em;height:.72em;color:var(--accent)}.lab-detail-grid>div:first-child>span{color:var(--muted)}.lab-detail-image{border-radius:var(--radius);min-height:650px;position:relative;overflow:hidden}.lab-detail-image img{object-fit:cover}.systems-detail{background:var(--surface)}.systems-grid{grid-template-columns:.8fr 1.2fr;gap:90px;display:grid}.system-list{display:grid}.system-list span{border-bottom:1px solid var(--line);letter-spacing:-.05em;align-items:center;gap:18px;padding:30px 0;font-size:clamp(30px,4vw,62px);display:flex}.system-list svg{width:.7em;height:.7em;color:var(--accent)}.contact-feature-section{padding-bottom:0}.contact-feature{isolation:isolate;border-radius:var(--radius);color:#f2f4f1;min-height:min(68vw,720px);position:relative;overflow:hidden}.contact-feature>img{z-index:-2;object-fit:cover}.contact-feature-overlay{z-index:-1;background:linear-gradient(90deg,#070c0ae8 0%,#070c0a7a 48%,#070c0a14 78%);position:absolute;inset:0}.contact-feature-copy{justify-items:start;gap:10px;display:grid;position:absolute;bottom:clamp(28px,6vw,82px);left:clamp(28px,6vw,86px)}.contact-feature-copy>span{color:#d4a149;letter-spacing:.18em;text-transform:uppercase;align-items:center;gap:9px;margin-bottom:20px;font-size:11px;font-weight:720;display:inline-flex}.contact-feature-copy>span svg{width:17px;height:17px}.contact-feature-copy>a:not(.button){letter-spacing:-.035em;align-items:center;gap:14px;font-size:clamp(21px,3.1vw,48px);line-height:1.1;display:inline-flex}.contact-feature-copy>a:not(.button) svg{color:#d4a149;width:.72em;height:.72em}.contact-feature-copy>a:not(.button):hover{color:#d4a149}.contact-feature-copy .button{margin-top:24px}.address-section{padding-bottom:0}.address-grid{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:1fr 1fr;display:grid}.address-grid>div{min-height:220px;padding:30px}.address-grid>div:first-child{border-right:1px solid var(--line);padding-left:0}.address-grid span{color:var(--accent);text-transform:uppercase;letter-spacing:.12em;align-items:center;gap:9px;font-size:12px;display:inline-flex}.address-grid span svg{width:18px;height:18px}.address-grid p{max-width:520px;color:var(--text);margin-top:72px;font-size:clamp(21px,2.2vw,32px);line-height:1.25}.team-list{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.team-list article{background:var(--surface);border-radius:var(--radius);flex-direction:column;justify-content:flex-end;min-height:240px;padding:28px;display:flex}.team-list h2{margin-bottom:auto;font-size:clamp(26px,3vw,42px)}.team-list a{align-items:center;gap:var(--icon-gap);width:fit-content;color:var(--muted);display:inline-flex}.team-list a svg{width:16px;height:16px;color:var(--accent)}.team-list a:hover{color:var(--accent)}.quote-section{padding-top:clamp(68px,8vw,120px)}.quote-layout{grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);align-items:start;gap:clamp(48px,7vw,112px);display:grid}.quote-aside{top:calc(var(--header) + 32px);position:sticky}.quote-aside-image{border-radius:var(--radius);min-height:430px;position:relative;overflow:hidden}.quote-aside-image img{object-fit:cover}.quote-aside-icon{width:30px;height:30px;color:var(--accent);margin-top:34px}.quote-aside h2{margin:34px 0 18px;font-size:clamp(34px,4vw,56px)}.quote-aside p{max-width:480px}.quote-aside>a{border-bottom:1px solid var(--text);align-items:center;gap:9px;width:fit-content;margin-top:12px;padding-bottom:4px;font-size:14px;font-weight:650;display:inline-flex}.quote-aside>a svg{width:16px;height:16px;color:var(--accent)}.quote-form-wrap{border-radius:var(--radius);background:var(--surface);padding:clamp(28px,4vw,58px)}.quote-form{gap:34px;display:grid}.form-grid{grid-template-columns:1fr 1fr;gap:26px 20px;display:grid}.field-block{min-width:0;color:var(--text);align-content:start;gap:9px;font-size:13px;font-weight:650;display:grid}.field-block>span{justify-content:space-between;gap:12px;display:flex}.field-block small{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:10px;font-weight:500}.field-block input,.field-block select,.field-block textarea{border:0;border-bottom:1px solid var(--line);width:100%;min-height:52px;color:var(--text);background:0 0;border-radius:0;outline:0;padding:12px 2px;transition:border-color .2s,background .2s}.field-block textarea{resize:vertical;min-height:150px;line-height:1.5}.field-block select{cursor:pointer}.field-block select option{color:#131816;background:#eef0ec}.field-block input:focus,.field-block select:focus,.field-block textarea:focus{border-color:var(--accent);background:color-mix(in srgb, var(--bg) 42%, transparent)}.field-block input[aria-invalid=true],.field-block select[aria-invalid=true],.field-block textarea[aria-invalid=true]{border-color:#a63f30}.full-field{grid-column:1/-1}.field-error,.error-message{color:#b44a3c;font-size:12px;font-weight:550}.consent-field{color:var(--muted);cursor:pointer;grid-template-columns:20px 1fr;align-items:start;gap:12px;font-size:12px;display:grid}.consent-field input{width:18px;height:18px;accent-color:var(--accent);margin:1px 0 0}.form-submit-row{align-items:center;gap:22px;display:flex}.form-submit-row .button{cursor:pointer;border:0}.form-status{max-width:380px;font-size:12px}.form-status span{align-items:flex-start;gap:8px;display:inline-flex}.form-status svg{flex:none;width:17px;height:17px}.success-message{color:var(--accent-strong)}.site-footer{color:#eef1ed;background:#0c110f;padding:80px 0 28px}.footer-grid{grid-template-columns:1.4fr .6fr .8fr;gap:70px;padding-bottom:90px;display:grid}.footer-identity{align-items:flex-start;gap:22px;display:flex}.footer-mark{object-fit:contain;flex:none;width:72px;height:72px}.footer-brand{letter-spacing:-.04em;margin-bottom:14px;font-size:clamp(27px,3vw,44px)}.site-footer p,.footer-contact span{color:#eef1ed8a}.footer-links,.footer-contact{align-content:start;gap:10px;font-size:14px;display:grid}.footer-links a,.footer-contact a,.footer-contact span{align-items:center;gap:var(--icon-gap);width:fit-content;display:flex}.footer-links a svg,.footer-contact svg{width:15px;height:15px;color:var(--accent)}.footer-links a,.footer-contact a{color:#eef1edc7}.footer-links a:hover,.footer-contact a:hover{color:var(--accent)}.footer-bottom{color:#eef1ed75;border-top:1px solid #ffffff24;grid-template-columns:1fr;gap:40px;padding-top:22px;font-size:10px;display:grid}.state-page{background:var(--bg);place-items:center;min-height:100dvh;display:grid}.state-shell{padding-block:72px}.state-kicker{color:var(--accent);letter-spacing:.18em;text-transform:uppercase;margin-bottom:34px;font-size:11px;font-weight:700;display:block}.state-shell h1{max-width:880px;margin-bottom:24px;font-size:clamp(50px,8vw,112px)}.state-shell p{max-width:560px;margin-bottom:32px;font-size:18px}.state-skeleton{border-radius:var(--radius);background:linear-gradient(100deg, var(--surface) 15%, var(--surface-strong) 40%, var(--surface) 65%);background-size:200% 100%;height:clamp(54px,8vw,110px);margin-bottom:18px;animation:1.25s ease-in-out infinite skeleton}.state-skeleton.wide{width:min(900px,100%)}.state-skeleton.medium{width:min(620px,74%);height:28px}@keyframes skeleton{to{background-position-x:-200%}}.reveal{opacity:1;transform:none}@supports (animation-timeline:view()){.reveal{opacity:0;animation:linear both reveal;animation-timeline:view();animation-range:entry 5% cover 28%;transform:translateY(30px)}@keyframes reveal{to{opacity:1;transform:translateY(0)}}}:focus-visible{outline:2px solid var(--accent);outline-offset:4px}@media (max-width:1080px){:root{--shell:min(100% - 40px, 1440px)}.desktop-nav{display:none}.nav-shell{grid-template-columns:1fr auto}.wordmark{grid-column:1}.nav-actions{grid-column:2;min-width:0}.mobile-menu{display:block}.intro-grid,.product-grid,.services-grid,.standards-shell,.mission-grid,.infra-grid,.lab-detail-grid,.systems-grid,.quote-layout{gap:48px}}@media (max-width:767px){:root{--shell:calc(100% - 32px);--header:64px}.wordmark{gap:9px}.brand-mark{width:43px;height:43px}.wordmark-copy{font-size:11.5px}.nav-contact{display:none}.hero-grid{grid-template-columns:1fr;align-content:center;gap:34px}.hero-overlay{background:linear-gradient(90deg,#080d0be6,#080d0b61)}.hero-image{object-position:68% center}.hero-copy{min-width:0}.hero-copy h1{max-width:100%;font-size:clamp(43px,11.2vw,60px)}.nav-actions{gap:12px}.language-switch{gap:6px}.capacity-seal{display:none}.fact-grid{grid-template-columns:1fr}.fact{border-right:0;border-bottom:1px solid var(--line);min-height:112px;padding:24px 0}.fact:last-child{border-bottom:0}.intro-grid,.product-grid,.lab-shell,.services-grid,.standards-shell,.page-hero-grid,.mission-grid,.infra-grid,.lab-detail-grid,.systems-grid,.footer-grid,.footer-bottom,.product-stage,.product-services-shell,.product-enquiry,.conversation-panel{grid-template-columns:1fr}.intro-grid h2,.product-copy h2,.lab-copy h2,.services-grid h2,.standards-shell h2{font-size:clamp(40px,12vw,58px)}.product-visual{min-height:520px}.lab-shell{min-height:0}.lab-copy{padding:40px 24px 48px}.lab-image{grid-row:1;min-height:340px}.service-list>div{min-height:100px}.standards-shell{padding:36px 24px}.conversation-main{padding:40px 24px 48px}.conversation-icon{margin-bottom:30px}.conversation-main h2{margin-top:0;font-size:clamp(42px,12vw,60px)}.conversation-image{min-height:420px}.page-hero{padding-top:82px}.page-hero-aside{display:none}.page-hero h1{font-size:clamp(46px,13vw,68px)}.timeline{grid-template-columns:1fr}.timeline article{border-left:0;border-top:1px solid var(--line);min-height:200px;padding:24px 0}.timeline strong{margin-bottom:50px}.infra-list,.team-list,.address-grid,.quote-layout,.form-grid{grid-template-columns:1fr}.infra-list span{min-height:104px}.lab-detail-image{min-height:420px}.product-stage-image{min-height:500px}.product-stage-aside{min-height:360px}.product-category,.product-category-1,.product-category-2,.product-category-3,.product-category-4,.product-category-5,.product-category-6,.product-category-7{grid-column:1/-1;min-height:0;display:flex}.product-category{padding:28px 22px}.product-category ul,.product-category-5 ul{grid-template-columns:1fr;margin-top:28px}.product-category-7 header,.product-category-7>p,.product-category-7 ul{grid-area:auto}.product-enquiry{gap:34px}.contact-feature{min-height:560px}.contact-feature-copy>a:not(.button){font-size:clamp(20px,6vw,30px)}.address-grid>div{min-height:180px;padding:24px 0}.address-grid>div:first-child{border-right:0;border-bottom:1px solid var(--line)}.address-grid p{margin-top:42px}.quote-aside{position:relative;top:auto}.quote-aside-image{min-height:390px}.quote-form-wrap{padding:30px 20px}.full-field{grid-column:auto}.form-submit-row{flex-direction:column;align-items:flex-start}.footer-grid{gap:42px;padding-bottom:54px}.footer-identity{gap:16px}.footer-mark{width:58px;height:58px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.hero-enter,.reveal{opacity:1!important;transform:none!important}}@media (prefers-reduced-transparency:reduce){.site-header{background:var(--bg);-webkit-backdrop-filter:none}.button.secondary{-webkit-backdrop-filter:none;backdrop-filter:none;background:#0c110feb}}
