@font-face{font-family:Source;src:url('assets/fonts/source-sans-0.ttf') format('truetype');font-weight:300;font-display:swap}
@font-face{font-family:Source;src:url('assets/fonts/source-sans-1.ttf') format('truetype');font-weight:400;font-display:swap}
@font-face{font-family:Source;src:url('assets/fonts/source-sans-2.ttf') format('truetype');font-weight:500;font-display:swap}
@font-face{font-family:Source;src:url('assets/fonts/source-sans-3.ttf') format('truetype');font-weight:600;font-display:swap}
@font-face{font-family:Source;src:url('assets/fonts/source-sans-4.ttf') format('truetype');font-weight:700;font-display:swap}
@font-face{font-family:Instrument;src:url('assets/fonts/instrument-serif-italic.ttf') format('truetype');font-style:italic;font-weight:400;font-display:swap}
:root{--blue:#1c82e0;--deep:#005cae;--navy:#081d37;--ink:#142a40;--muted:#596b7b;--pale:#edf4f9;--line:#d9e2e9;--gutter:5vw;--ease:cubic-bezier(.2,.65,.25,1)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px;overflow-x:clip}body{margin:0;background:#fff;color:var(--ink);font-family:Source,Arial,sans-serif;font-size:17px;line-height:1.55;overflow-x:clip}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-weight:400;line-height:1.04;letter-spacing:-.035em}h2{font-size:clamp(44px,5.2vw,82px)}h3{font-size:28px;line-height:1.15}em{font-family:Instrument,Georgia,serif;font-weight:400;letter-spacing:-.025em}a{text-decoration:none;color:inherit}button,input{font:inherit}button{border:0;background:none;color:inherit;cursor:pointer}button,a{-webkit-tap-highlight-color:transparent}img{display:block;max-width:100%;object-fit:cover}button:focus-visible,a:focus-visible,input:focus-visible{outline:2px solid var(--blue);outline-offset:5px}button svg{width:22px;height:22px;stroke:currentColor;stroke-width:1.5;fill:none}[hidden]{display:none!important}.wrap{width:calc(100% - var(--gutter)*2);max-width:1660px;margin-inline:auto}.section-space{padding-block:112px}.eyebrow{display:block;font-size:12px;font-weight:600;letter-spacing:.14em;line-height:1.5}.text-link{display:inline-flex;align-items:center;justify-content:space-between;gap:32px;font-size:16px;padding-block:10px;border-bottom:1px solid currentColor;font-weight:500;transition:color .25s}.text-link>span{font-size:23px;line-height:1;transition:transform .3s}.text-link:hover{color:var(--blue)}.text-link:hover>span{transform:translate(3px,-3px)}.button{display:inline-flex;align-items:center;justify-content:space-between;min-height:54px;padding:13px 24px;gap:36px;font-size:16px;font-weight:500;transition:background .3s,transform .3s}.button:hover{transform:translateY(-3px)}.button>span{font-size:24px}.button-dark{background:var(--navy);color:#fff}.button-dark:hover{background:var(--deep)}.button-white{background:#fff;color:var(--navy)}.button-white:hover{background:#e5f2ff}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip{position:fixed;top:10px;left:20px;z-index:200;background:white;padding:15px;transform:translateY(-200%)}.skip:focus{transform:none}.reading-progress{position:fixed;top:0;left:0;width:100%;height:2px;background:var(--blue);z-index:101;transform-origin:left;transform:scaleX(0)}
.utility{height:35px;display:flex;justify-content:space-between;align-items:center;padding-inline:var(--gutter);font-size:12px;letter-spacing:.035em;background:var(--navy);color:#e7f2fa}.utility>div{display:flex;gap:36px;align-items:center}.utility a span{margin-left:10px}.utility-region{opacity:.7}.header{height:88px;position:sticky;top:0;z-index:80;background:rgba(255,255,255,.98);display:flex;align-items:center;justify-content:space-between;padding-inline:3.2vw;border-bottom:1px solid var(--line);transition:box-shadow .3s}.header.scrolled{box-shadow:0 4px 28px #142a4009}.brand{display:flex;align-items:center;gap:17px;flex-shrink:0}.brand>img{width:140px;height:auto;object-fit:contain}.brand-local{border-left:1px solid #b7c7d5;padding-left:16px;letter-spacing:.1em;font-size:11px;line-height:1.6;font-weight:600;white-space:nowrap}.brand-local>span{display:block;font-size:10px;letter-spacing:.2em;color:var(--muted)}.desktop-nav{display:flex;align-items:center;gap:26px;height:100%;margin-left:auto;margin-right:32px}.nav-trigger{font-size:16px;display:flex;gap:12px;align-items:center;height:100%;padding:0;position:relative}.nav-trigger:after{content:'';height:2px;background:var(--blue);bottom:0;left:0;right:0;position:absolute;transform:scaleX(0);transition:transform .3s}.nav-trigger[aria-expanded=true]:after{transform:scaleX(1)}.nav-trigger>span{font-size:18px;color:var(--blue);transition:transform .3s}.nav-trigger[aria-expanded=true]>span{transform:rotate(45deg)}.header-actions{display:flex;align-items:center;gap:24px}.icon-button{width:36px;height:40px;display:grid;place-items:center}.contact-button{font-size:15px;color:#fff;background:var(--blue);padding:12px 20px;white-space:nowrap}.contact-button>span{margin-left:22px}.mobile-toggle{display:none;width:36px;height:40px;padding:6px}.mobile-toggle span{display:block;height:1px;background:var(--ink);margin:7px 0;transition:transform .3s}.mobile-toggle[aria-expanded=true] span:first-child{transform:translateY(4px) rotate(45deg)}.mobile-toggle[aria-expanded=true] span:last-child{transform:translateY(-4px) rotate(-45deg)}
.mega-menu{position:absolute;top:100%;left:0;width:100%;background:#fff;display:grid;grid-template-columns:1fr 1fr .95fr;padding:52px var(--gutter);gap:64px;border-bottom:1px solid var(--line);box-shadow:0 25px 45px #061c3720;animation:menuIn .3s var(--ease)}.mega-intro h2{font-size:44px;margin:26px 0 30px}.mega-intro em{color:var(--blue)}.mega-links .eyebrow{margin-bottom:18px;color:var(--muted)}.mega-links>a{padding:8px 0;display:flex;justify-content:space-between;font-size:18px}.mega-links>a:hover{color:var(--blue)}.mega-links>a>span{font-size:16px;color:#7e94a5}.mega-feature{background:var(--pale);padding:28px}.mega-feature>.eyebrow{color:var(--deep);font-size:11px}.mega-feature>a:not(.text-link){display:block;margin-top:22px;padding-bottom:20px;border-bottom:1px solid #cbdbe8}.mega-feature strong{font-weight:500;font-size:22px;display:block}.mega-feature>a>span{font-size:14px;color:var(--muted)}.mega-feature>.text-link{margin-top:17px;font-size:15px}.mega-feature h3{margin:26px 0 15px}.mega-feature p{font-size:16px}.mega-feature .button{margin-top:24px}.mega-feature .mega-statement{font-size:23px;line-height:1.5;margin-top:23px}.menu-scrim{position:fixed;inset:0;background:#05192e44;z-index:75;backdrop-filter:blur(3px)}.mobile-nav{position:absolute;left:0;right:0;top:100%;padding:20px var(--gutter) 32px;background:#fff;max-height:calc(100dvh - 80px);overflow-y:auto;box-shadow:0 20px 35px #00182b20}.mobile-nav>a,.mobile-nav>button{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);font-size:25px;padding:17px 0;width:100%;text-align:left}.mobile-nav>button{font-size:20px;color:var(--blue)}
.hero-top{display:grid;grid-template-columns:1fr 310px;gap:48px;align-items:end;padding-top:68px;padding-bottom:46px}.hero-heading>.eyebrow{color:var(--deep);margin-bottom:22px}.hero h1{font-size:clamp(60px,7.8vw,126px);font-weight:300;letter-spacing:-.048em;line-height:.98}.headline-line{display:block;animation:lineIn 1s var(--ease) both}.headline-line:nth-child(2){animation-delay:.13s}.hero h1 em{color:var(--blue);font-size:1.12em;line-height:.8}.hero-intro{padding-bottom:4px;font-size:18px;line-height:1.55}.hero-intro>.text-link{margin-top:24px;font-size:16px}.intro-animate{animation:fadeIn 1s .25s both}.hero-media{height:670px;height:clamp(460px,68vw,720px);position:relative;overflow:clip;clip-path:inset(0 var(--hero-inset,5vw) round var(--hero-radius,18px));background:var(--navy);isolation:isolate}.hero-media>img{width:100%;height:115%;position:absolute;top:-7.5%;transform:translateY(var(--hero-shift,0px)) scale(1.035);object-position:center 46%;will-change:transform}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,#031226b0,transparent 70%),linear-gradient(0deg,#03122670,transparent 60%)}.hero-media-copy{position:absolute;left:var(--gutter);bottom:80px;color:white;padding-left:3.5vw}.hero-media-copy>.eyebrow{font-size:11px;letter-spacing:.16em;color:#badbf7}.hero-media-copy>p{font-size:clamp(36px,4.6vw,72px);line-height:1.04;font-weight:300;margin-top:25px;letter-spacing:-.025em}.hero-media-copy em{font-size:1.08em}.scroll-cue{position:absolute;right:8.5vw;bottom:83px;display:flex;gap:20px;align-items:center;color:white}.scroll-cue>span:first-child{font-size:11px;letter-spacing:.14em}.scroll-arrow{width:52px;height:52px;border:1px solid #fff7;border-radius:50%;display:grid;place-items:center;font-size:25px;animation:scrollCue 2.5s infinite}.image-credit{font-size:11px;position:absolute;bottom:16px;left:20px;color:#fff;z-index:2;letter-spacing:.02em;background:#071e386b;padding:3px 8px;border-radius:2px}.hero-credit{left:8.5vw;bottom:22px;color:#cadbed;background:none;padding:0}
.search-band{background:var(--navy);color:#fff;padding-block:54px;position:relative;z-index:3}.search-band-inner{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:center}.search-band .eyebrow{color:#92b9db;font-size:11px}.search-band h2{font-size:42px;margin-top:10px}.search-band em{color:#96ccff}.search-input-wrap{display:flex;border-bottom:1px solid #f2f8ff9c;align-items:center}.search-input-wrap input{min-width:0;flex:1;background:none;color:#fff;border:0;padding:13px 0 16px;outline:none;font-size:21px}.search-input-wrap input::placeholder{color:#b9c9d7}.search-input-wrap:focus-within{border-color:#6fb9fc;box-shadow:0 1px 0 #6fb9fc}.search-input-wrap button{width:50px;height:52px;display:grid;place-items:center}.search-suggestions{display:flex;gap:12px;margin-top:15px;align-items:center}.search-suggestions>span{font-size:11px;color:#9aafc2;letter-spacing:.09em;margin-right:7px}.search-suggestions button{font-size:13px;color:#d8e7f5;border:1px solid #57718a;border-radius:20px;padding:3px 12px}.search-suggestions button:hover{background:#254762}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:35px;margin-bottom:45px}.section-heading .eyebrow{margin-bottom:24px;color:var(--deep)}.section-heading h2{font-weight:300}.section-heading h2 em{color:var(--blue)}.section-heading>p{max-width:380px;font-size:18px;color:var(--muted);padding-bottom:8px}.section-heading>.text-link{margin-bottom:8px}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.category-image{position:relative;aspect-ratio:1.25;overflow:hidden;background:var(--pale)}.category-image>img{width:100%;height:100%;transition:transform .8s var(--ease)}.category-card:hover .category-image>img{transform:scale(1.05)}.card-number{position:absolute;top:20px;left:21px;color:#fff;font-size:12px;letter-spacing:.06em;background:#061d3765;padding:3px 7px}.round-arrow{width:46px;height:46px;border-radius:50%;background:#fff;display:grid;place-items:center;position:absolute;bottom:19px;right:19px;font-size:24px;transition:transform .35s,background .35s,color .35s}.category-card:hover .round-arrow{transform:rotate(45deg);background:var(--blue);color:#fff}.category-label{padding:22px 0 16px}.category-label h3{font-size:28px}.category-label p{color:var(--muted);font-size:16px;margin-top:8px}.category-links{display:grid;grid-template-columns:repeat(3,1fr);gap:0 36px;margin-top:28px}.category-links a{border-bottom:1px solid var(--line);display:flex;justify-content:space-between;gap:15px;padding:19px 0;font-size:18px;align-items:center}.category-links a>span:last-child{font-size:22px;color:var(--blue);transition:transform .2s}.category-links a:hover>span:last-child{transform:translate(3px,-3px)}
.about{background:#edf4f9;border-top:1px solid #e1eaf2;position:relative;z-index:4}.about-grid{display:grid;grid-template-columns:1fr 3fr;gap:55px}.about-grid>.eyebrow{max-width:210px;color:var(--deep);margin-top:10px}.about-statement{font-size:clamp(43px,5.3vw,80px);font-weight:300;line-height:1.06}.about-statement em{color:var(--deep)}.about-bottom{display:flex;align-items:flex-end;gap:55px;margin-top:35px}.about-bottom p{max-width:570px;color:var(--muted);font-size:18px;flex:1.6}.about-bottom .text-link{flex:1;align-self:flex-end;font-size:15px;gap:16px}.about-pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;border-top:1px solid #c9d9e6;margin-top:52px;padding-top:28px}.about-pillars>div>span{font-size:12px;color:var(--deep)}.about-pillars h3{font-size:23px;margin:13px 0 12px}.about-pillars p{font-size:16px;color:var(--muted);max-width:220px}
.story-stack{position:relative;background:var(--navy)}.story-panel{display:grid;grid-template-columns:1fr 1fr;position:sticky;top:88px;min-height:660px;overflow:hidden}.manufacturing{background:#fff;z-index:5}.dti-panel{background:var(--navy);color:#fff;z-index:6;box-shadow:0 -18px 45px #001b3820}.story-image{position:relative;min-height:660px;overflow:hidden}.story-image>img{width:100%;height:112%;position:absolute;top:-6%;object-position:center;transform:translateY(var(--image-drift,0px));will-change:transform}.manufacturing .story-image>img{object-position:58% center}.story-copy{padding:90px 6vw 62px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.story-copy h2{font-size:clamp(42px,4.35vw,70px);font-weight:300;margin:28px 0 29px;line-height:1.06}.story-copy .eyebrow{color:var(--deep)}.story-copy h2 em{color:var(--blue)}.story-copy p{font-size:18px;color:var(--muted);margin-bottom:18px;max-width:500px}.story-copy .button{margin-top:16px}.story-foot{display:flex;gap:24px;border-top:1px solid var(--line);padding-top:25px;margin-top:45px;width:100%;font-size:11px;letter-spacing:.09em;color:var(--muted)}.dti-panel .eyebrow,.dti-panel h2 em{color:#93c9ff}.dti-panel .story-copy p{color:#bfcddc}.dti-panel .story-foot{border-color:#3a4e63;color:#a6bad0}.dti-panel .image-credit{color:var(--ink);background:#fff9}
.featured{position:relative;z-index:7;background:#fff}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.product-image{position:relative;display:block;aspect-ratio:1.2;background:#f1f6fa;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .8s}.product-image:hover img{transform:scale(1.04)}.product-brand{position:absolute;top:18px;left:20px;font-size:11px;letter-spacing:.1em;background:#ffffffd9;padding:5px 9px;color:var(--deep)}.product-meta{font-size:11px;color:var(--muted);display:flex;justify-content:space-between;gap:15px;letter-spacing:.045em;margin:23px 0 12px}.product-card h3{font-size:29px}.product-card>p{font-size:17px;color:var(--muted);margin:13px 0 14px;max-width:320px}.product-card>.text-link{font-size:15px;gap:45px}.product-caption{font-size:12px;color:#6d7c8a;margin-top:28px}
.learning{background:#f3f6f8;position:relative;z-index:8}.learning-grid{display:grid;grid-template-columns:1fr 1fr;gap:7vw;align-items:center}.learning-visual{position:relative;overflow:hidden;height:700px}.learning-visual img{position:absolute;top:-5%;height:110%;width:100%;object-fit:cover;object-position:42% center;transform:translateY(var(--image-drift,0px))}.learning-content>.eyebrow{color:var(--deep)}.learning-content h2{font-size:clamp(46px,4.6vw,72px);margin:26px 0;font-weight:300}.learning-content h2 em{color:var(--blue)}.learning-content>p{font-size:18px;color:var(--muted);max-width:450px}.resource-list{margin-top:32px}.resource-list>a{display:flex;align-items:flex-start;gap:19px;padding:23px 0;border-top:1px solid #cfdce7}.resource-number{font-size:12px;color:var(--deep);padding-top:5px}.resource-list h3{font-size:24px}.resource-list p{font-size:16px;color:var(--muted);margin-top:7px}.resource-list>a>span:last-child{margin-left:auto;font-size:24px;transition:transform .3s}.resource-list>a:hover>span:last-child{transform:translate(3px,-3px);color:var(--blue)}
.brands{padding-block:62px 72px;position:relative;z-index:8;background:#fff}.brands-title{display:flex;justify-content:space-between;color:var(--muted);margin-bottom:42px;align-items:center}.brands-title .eyebrow{font-size:11px}.brands-title p{font-size:15px}.brand-row{display:grid;grid-template-columns:1.5fr 1.3fr 1fr 1fr;gap:35px;align-items:center}.brand-row img{width:100%;max-width:290px;height:auto;object-fit:contain}.brand-row>a{font-size:25px;font-weight:600;letter-spacing:-.03em;color:#243a50}.brand-row>a:nth-child(2){font-size:21px;letter-spacing:-.03em}.brand-row>a span{display:block;font-size:11px;font-weight:400;letter-spacing:0;color:var(--muted);margin-top:6px}.brand-row>a:hover{color:var(--blue)}
.contact-section{background:#096ed0;color:#fff;overflow:hidden;position:relative;z-index:8;padding:95px 0 130px}.contact-inner{position:relative;z-index:2}.contact-inner>.eyebrow{color:#d8eafd}.contact-inner h2{font-size:clamp(64px,9.5vw,150px);font-weight:300;line-height:.97;margin-top:42px;letter-spacing:-.04em}.contact-inner h2 em{font-size:1.08em}.contact-bottom{display:flex;justify-content:space-between;align-items:center;max-width:900px;margin-top:45px}.contact-bottom p{font-size:20px;color:#d6eafd;line-height:1.5}.contact-bottom .button{min-width:260px}.contact-word{position:absolute;bottom:-.24em;left:28%;font-size:24vw;font-weight:600;letter-spacing:-.06em;line-height:1;color:#ffffff07;pointer-events:none}.footer{background:#fff;padding:70px 0 0;position:relative;z-index:9}.footer-top{display:grid;grid-template-columns:1.3fr .8fr .8fr 1.2fr;gap:50px}.footer-identity .brand>img{width:118px}.footer-identity .brand-local{font-size:10px;padding-left:12px}.footer-identity>.brand{gap:12px}.footer-identity>p{color:var(--muted);font-size:16px;margin-top:25px}.footer-top h2{font-size:16px;font-weight:600;letter-spacing:0;margin:2px 0 23px}.footer-top>div:not(:first-child)>a{display:block;font-size:15px;margin-bottom:11px;color:var(--muted)}.footer-top>div>a:hover{color:var(--blue)}.footer-address>p{font-size:15px;color:var(--muted);line-height:1.6}.footer-address>.text-link{display:flex!important;width:fit-content;margin-top:15px!important}.footer-bottom{display:flex;justify-content:space-between;gap:20px;align-items:center;flex-wrap:wrap;font-size:12px;color:var(--muted);border-top:1px solid var(--line);padding:26px 0;margin-top:55px}.footer-bottom button{font-size:12px;padding:5px 0}.footer-bottom button span{margin-left:8px}
dialog{border:0;padding:38px 44px 42px;color:var(--ink);width:min(700px,calc(100vw - 32px));max-height:90dvh;overflow:auto;border-radius:0;box-shadow:0 30px 100px #00132835}dialog::backdrop{background:#041528a6;backdrop-filter:blur(8px)}body:has(dialog[open]){overflow:hidden}.dialog-top{display:flex;align-items:center;justify-content:space-between;gap:20px}.dialog-top .eyebrow{color:var(--deep);font-size:11px}.dialog-close{font-size:32px;line-height:1;width:36px;height:36px}.search-dialog h2,.enquiry-dialog h2{font-size:58px;font-weight:300;margin:24px 0 30px}.search-dialog h2 em,.enquiry-dialog h2 em{color:var(--blue)}#search-modal-query{font-size:21px;padding:13px 0;width:100%;border:0;border-bottom:1px solid #7994ab;border-radius:0;background:none;color:var(--ink)}#search-results{padding:20px 0 8px;min-height:120px}.search-status{font-size:13px;color:var(--muted);margin-bottom:13px}.search-result{padding:14px 0;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:20px}.search-result strong{font-size:20px;font-weight:500}.search-result small{display:block;font-size:13px;color:var(--muted);margin-top:4px}.search-result:hover{color:var(--blue)}#full-search-link{font-size:15px;margin-top:15px}.enquiry-dialog>p{font-size:18px;color:var(--muted);margin-bottom:27px}.enquiry-option{display:flex;align-items:center;justify-content:space-between;padding:22px 0;border-top:1px solid var(--line);gap:25px}.enquiry-option strong{font-size:21px;font-weight:500;display:block}.enquiry-option small{display:block;color:var(--muted);font-size:16px;margin-top:6px}.enquiry-option>span:last-child{font-size:24px}.enquiry-option:hover{color:var(--blue)}
.motion-ready .reveal{opacity:0;transform:translateY(32px);transition:opacity .85s var(--ease),transform .85s var(--ease)}.motion-ready .reveal.is-visible{opacity:1;transform:translateY(0)}.category-card:nth-child(2),.product-card:nth-child(2){transition-delay:.1s}.category-card:nth-child(3),.product-card:nth-child(3){transition-delay:.2s}.motion-paused *, .motion-paused *:before,.motion-paused *:after{animation:none!important;transition:none!important}.motion-paused .reveal{opacity:1;transform:none}.motion-paused .story-panel{position:relative;top:0}.motion-paused [data-parallax]{transform:none!important}.motion-paused .hero-media{clip-path:inset(0 0 round 0)}.motion-paused .hero-media>img{transform:none}
@keyframes lineIn{from{opacity:0;transform:translateY(35px)}to{opacity:1;transform:none}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes menuIn{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}@keyframes scrollCue{0%,100%{transform:translateY(0)}50%{transform:translateY(6px)}}
@media(min-width:1600px){.hero-top{padding-top:90px;padding-bottom:60px}.hero-media{height:760px}.story-panel,.story-image{min-height:780px}}
@media(max-width:1199px){.brand-local{display:none}.desktop-nav{gap:22px;margin-right:24px}.hero-top{grid-template-columns:1fr 270px;gap:24px}.hero h1{font-size:8vw}.hero-intro{font-size:17px}.hero-intro .text-link{font-size:15px}.mega-menu{gap:35px}.mega-intro h2{font-size:38px}.mega-feature{padding:25px}.search-band-inner{gap:35px}.search-band h2{font-size:37px}.search-input-wrap input{font-size:18px}.about-grid{grid-template-columns:1fr 3fr;gap:25px}.about-bottom{gap:30px}.about-bottom p{font-size:17px}.story-copy{padding-inline:5vw}.story-copy p{font-size:17px}.story-foot{flex-wrap:wrap;gap:12px;margin-top:30px}.story-panel,.story-image{min-height:660px}.learning-visual{height:670px}.footer-top{gap:28px}.footer-identity .brand-local{display:none}.product-card h3{font-size:26px}.brand-row{gap:25px}}
@media(max-width:899px){.header{height:78px;padding-inline:var(--gutter)}.desktop-nav{display:none}.brand-local{display:block}.mobile-toggle{display:block}.header-actions{gap:15px}.contact-button{padding:10px 15px}.header:has(.mobile-nav:not([hidden])){background:#fff}.mega-menu{display:none!important}.hero-top{padding-top:48px;grid-template-columns:1fr 240px;gap:20px}.hero h1{font-size:8.3vw}.hero-intro{font-size:16px}.hero-heading>.eyebrow{font-size:11px}.hero-intro .text-link{margin-top:18px;gap:18px;font-size:14px}.hero-media{height:550px}.hero-media-copy{bottom:70px}.hero-media-copy>p{font-size:48px}.scroll-cue{right:8vw;bottom:70px}.scroll-cue>span:first-child{display:none}.section-space{padding-block:80px}.search-band-inner{grid-template-columns:1fr;gap:26px}.search-band{padding-block:36px}.search-band h2{font-size:38px}.search-input-wrap input{font-size:20px}.section-heading{gap:30px}.section-heading>p{font-size:16px;max-width:250px}.section-heading h2{font-size:50px}.category-grid{gap:16px}.category-image{aspect-ratio:.9}.category-label h3{font-size:23px}.category-label p{font-size:15px}.round-arrow{width:38px;height:38px;bottom:14px;right:14px}.category-links{grid-template-columns:repeat(2,1fr);gap:0 30px}.category-links a{font-size:17px}.about-grid{grid-template-columns:1fr;gap:26px}.about-grid>.eyebrow{max-width:none}.about-statement{font-size:56px}.about-bottom p{max-width:460px}.story-panel{top:78px;min-height:620px}.story-image{min-height:620px}.story-copy{padding:60px 5vw}.story-copy h2{font-size:44px}.story-copy .eyebrow{font-size:11px}.story-copy p{font-size:16px}.story-copy .button{font-size:14px;padding:12px 17px;gap:20px}.story-foot{font-size:10px}.product-grid{gap:18px}.product-meta{flex-direction:column;gap:5px;font-size:10px}.product-card h3{font-size:24px}.product-card>p{font-size:16px}.learning-grid{gap:5vw}.learning-visual{height:640px}.learning-content h2{font-size:47px}.learning-content>p{font-size:17px}.resource-list h3{font-size:22px}.resource-list p{font-size:15px}.resource-list>a{gap:12px}.brand-row{grid-template-columns:repeat(2,1fr);row-gap:35px}.brand-row img{max-width:250px}.brands-title{gap:25px}.contact-section{padding:75px 0 105px}.contact-inner h2{font-size:100px}.contact-bottom{gap:40px}.footer-top{grid-template-columns:1.2fr 1fr 1fr;gap:35px}.footer-address{grid-column:1/-1}.footer-top .footer-address h2{margin-bottom:12px}.footer-bottom{font-size:11px;justify-content:flex-start;gap:15px 25px}}
@media(max-width:599px){:root{--gutter:6vw}html{scroll-padding-top:90px}body{font-size:17px}.utility{height:29px;justify-content:center;font-size:10px}.utility>div{display:none}.header{height:73px}.brand>img{width:116px}.brand-local{font-size:9px;padding-left:10px}.brand-local>span{font-size:8px}.brand{gap:10px}.header-actions{gap:8px}.contact-button{display:none}.icon-button{width:32px}.mobile-toggle{width:32px}.hero-top{display:block;padding-top:42px;padding-bottom:35px}.hero-heading>.eyebrow{font-size:10px;margin-bottom:22px}.hero h1{font-size:clamp(42px,10.1vw,64px);letter-spacing:-.045em;line-height:1.04}.hero-intro{margin-top:26px;display:flex;justify-content:space-between;gap:18px;align-items:flex-end}.hero-intro p{font-size:15px;max-width:240px}.hero-intro p br:first-child{display:none}.hero-intro>.text-link{font-size:0;gap:0;margin:0;width:42px;height:42px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;flex-shrink:0;padding:0}.hero-intro>.text-link>span{font-size:23px}.hero-media{height:510px;clip-path:inset(0 var(--hero-inset,5vw) round var(--hero-radius,12px))}.hero-media>img{object-position:61% center}.hero-shade{background:linear-gradient(0deg,#031226b8,transparent 80%)}.hero-media-copy{left:9vw;padding-left:0;bottom:84px}.hero-media-copy>.eyebrow{font-size:9px;letter-spacing:.1em;max-width:220px}.hero-media-copy>p{font-size:38px;margin-top:18px}.scroll-cue{right:9vw;bottom:29px}.scroll-arrow{width:38px;height:38px;font-size:20px}.hero-credit{left:9vw;bottom:35px;font-size:9px}.search-band{padding-block:32px}.search-band h2{font-size:34px}.search-band .eyebrow{font-size:10px}.search-band-inner{gap:20px}.search-input-wrap input{font-size:16px;padding-block:12px}.search-input-wrap button{width:34px;height:40px}.search-suggestions{gap:8px;flex-wrap:wrap}.search-suggestions>span{font-size:10px;margin-right:0}.search-suggestions button{font-size:12px;padding:3px 10px}.section-space{padding-block:64px}.eyebrow{font-size:10px}.section-heading{display:block;margin-bottom:32px}.section-heading .eyebrow{margin-bottom:20px}.section-heading h2{font-size:46px}.section-heading>p{font-size:17px;max-width:none;margin-top:22px}.section-heading>.text-link{margin-top:22px;font-size:15px}.category-grid{grid-template-columns:1fr;gap:27px}.category-image{aspect-ratio:1.38}.category-label{padding:18px 0 0}.category-label h3{font-size:28px}.category-label p{font-size:16px;margin-top:7px}.card-number{font-size:11px;top:16px;left:16px}.round-arrow{width:43px;height:43px}.category-links{grid-template-columns:1fr;gap:0;margin-top:26px}.category-links a{font-size:18px;padding:16px 0}.about-grid{gap:23px}.about-statement{font-size:45px;line-height:1.06}.about-bottom{display:block;margin-top:28px}.about-bottom p{font-size:17px}.about-bottom .text-link{margin-top:22px;font-size:15px;gap:26px}.about-pillars{grid-template-columns:1fr;gap:20px;margin-top:35px;padding-top:23px}.about-pillars>div{display:grid;grid-template-columns:25px 1fr;gap:5px 12px}.about-pillars>div>span{grid-row:1/3;padding-top:4px}.about-pillars h3{margin:0;font-size:24px}.about-pillars p{grid-column:2;margin:0;max-width:none;font-size:16px}.story-panel{grid-template-columns:1fr;position:relative;top:0;min-height:0;overflow:clip}.story-image{min-height:360px;height:360px}.story-copy{padding:52px 6vw}.story-copy h2{font-size:48px;margin:24px 0}.story-copy p{font-size:17px}.story-copy .button{font-size:16px;padding:13px 23px;gap:30px}.story-foot{font-size:10px;gap:15px;margin-top:34px;padding-top:20px}.dti-panel .story-image{grid-row:1;height:350px;min-height:350px}.dti-panel .story-copy{grid-row:2}.dti-panel{border-radius:0}.product-grid{grid-template-columns:1fr;gap:42px}.product-image{aspect-ratio:1.2}.product-meta{flex-direction:row;font-size:11px;margin:20px 0 12px}.product-card h3{font-size:30px}.product-card>p{max-width:none;font-size:17px}.product-card>.text-link{font-size:16px}.product-caption{font-size:11px;line-height:1.5;margin-top:28px}.learning-grid{grid-template-columns:1fr;gap:38px}.learning-visual{height:420px}.learning-content h2{font-size:48px;margin:24px 0}.learning-content>p{font-size:17px}.resource-list>a{gap:14px;padding:22px 0}.resource-list h3{font-size:25px}.resource-list p{font-size:16px}.resource-number{font-size:11px}.brands{padding-block:44px 49px}.brands-title{display:block;margin-bottom:28px}.brands-title .eyebrow{font-size:10px}.brands-title p{font-size:16px;margin-top:10px}.brand-row{grid-template-columns:1fr 1fr;gap:32px 25px}.brand-row img{grid-column:1/-1;max-width:280px;padding-bottom:5px}.brand-row>a{font-size:25px}.brand-row>a:nth-child(2){font-size:18px}.brand-row>a span{font-size:11px;line-height:1.4;max-width:145px}.contact-section{padding:60px 0 82px}.contact-inner>.eyebrow{font-size:10px;max-width:300px}.contact-inner h2{font-size:clamp(62px,14.7vw,89px);margin-top:30px}.contact-bottom{display:block;margin-top:30px}.contact-bottom p{font-size:18px}.contact-bottom .button{margin-top:28px;min-width:260px;font-size:16px}.contact-word{font-size:29vw;left:12%}.footer{padding-top:46px}.footer-top{grid-template-columns:1fr 1fr;gap:34px 25px}.footer-identity{grid-column:1/-1}.footer-identity .brand-local{display:block}.footer-identity>.brand>img{width:124px}.footer-identity>p{font-size:17px;margin-top:19px}.footer-top h2{font-size:16px;margin-bottom:20px}.footer-top>div:not(:first-child)>a{font-size:16px;margin-bottom:12px}.footer-address{grid-column:1/-1}.footer-address>p{font-size:15px}.footer-bottom{margin-top:28px;padding:24px 0;font-size:11px;gap:15px;justify-content:space-between}.footer-bottom>span{width:100%}.footer-bottom button{font-size:12px}.image-credit{font-size:9px;bottom:12px;left:15px}dialog{padding:26px 25px 32px}.dialog-top .eyebrow{font-size:9px}.search-dialog h2,.enquiry-dialog h2{font-size:46px;margin-block:24px}#search-modal-query{font-size:18px}.search-result strong{font-size:19px}.enquiry-option strong{font-size:20px}.enquiry-option small{font-size:15px}.enquiry-dialog>p{font-size:17px}.motion-ready .reveal{transform:translateY(22px)}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.motion-ready .reveal{opacity:1;transform:none}.hero-media{clip-path:none}.hero-media>img,[data-parallax]{transform:none!important}.story-panel{position:relative;top:0}}
