@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.navigation{width:100%;flex-shrink:0;background-color:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border-bottom:1px solid rgba(232,232,230,.28);z-index:100;margin-top:-28px;padding:0 14px 18px 56px;display:flex;align-items:center;pointer-events:auto;animation:fadeInUp .8s ease-out .2s both;transition:height .45s cubic-bezier(.4,0,.2,1)}.navigation__bar{display:none}.navigation__toggle{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;margin-left:auto;border:none;background:none;color:#E8E8E6;cursor:pointer}.navigation__hamburger{display:flex;flex-direction:column;gap:5px;width:24px}.navigation__hamburger-line{display:block;width:24px;height:2px;background:#E8E8E6;border-radius:2px;transition:transform .25s ease,opacity .25s ease}.navigation.is-menu-open .navigation__hamburger-line:first-child{transform:translateY(7px) rotate(45deg)}.navigation.is-menu-open .navigation__hamburger-line:nth-child(2){opacity:0}.navigation.is-menu-open .navigation__hamburger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-container{width:100%;max-width:100%;height:100%;display:flex;align-items:center;justify-content:flex-end;gap:clamp(20px,2.5vw,56px);padding:0 0 0 clamp(260px,24vw,360px);transition:gap .45s cubic-bezier(.4,0,.2,1),padding .45s cubic-bezier(.4,0,.2,1),flex-direction .45s ease}.nav-item{background:none;border:none;color:#E8E8E6;display:inline-flex;align-items:center;gap:12px;letter-spacing:2.6px;cursor:pointer;padding:8px 2px;border-radius:4px;transition:all .3s ease;white-space:nowrap}a.nav-item,a.nav-item:active,a.nav-item:focus-visible,a.nav-item:visited,button.nav-item,button.nav-item:focus-visible{color:#E8E8E6}.nav-item__label{display:inline-block}.nav-item__icon{width:16px;height:16px;object-fit:contain;flex:0 0 auto}.nav-item:hover{opacity:.75}.nav-item.active,.nav-item:hover{color:#ffffff;background-color:transparent}.nav-item.active{border-bottom:1px solid rgba(232,232,230,.8)}a.nav-item.active,a.nav-item:hover,button.nav-item.active,button.nav-item:hover{color:#ffffff}.nav-item--contact{margin-left:12px}.nav-item--contact:hover{color:#ffffff!important;background:transparent!important;box-shadow:none}@media (max-width:1800px){.nav-item{letter-spacing:1.6px}.nav-container{gap:clamp(24px,2.4vw,40px);padding:0 0 0 clamp(200px,calc(16vw + 20px),330px)}}@media (max-width:1100px){.navigation{margin-top:0;padding:0 28px 14px;flex-direction:column;align-items:stretch;animation:none}.navigation__bar{display:flex;justify-content:flex-end;width:100%;padding:0 0 10px}.nav-container{display:none;position:absolute;top:100%;left:0;right:0;width:100%;height:auto;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;padding:12px 20px 24px;border-top:1px solid rgba(232,232,230,.18);background:rgba(0,60,100,.97);z-index:199}.navigation.is-menu-open .nav-container{display:flex;animation:fadeInUp .28s ease-out}.nav-item{width:100%;justify-content:space-between;letter-spacing:1.6px;padding:12px 0;gap:8px}.nav-item.active{border-bottom:1px solid rgba(232,232,230,.45)}.nav-item__icon{width:14px;height:14px}}@media (max-width:640px){.navigation{flex-shrink:0;flex-direction:row;position:static;padding:0 8px 0 0;border-bottom:none;margin-top:0}.navigation,.navigation__bar{align-items:center;width:auto}.navigation__bar{display:flex;justify-content:center;padding:0;min-width:48px}.navigation__toggle{width:48px;height:48px}.navigation__hamburger{width:32px;gap:7px}.navigation__hamburger-line{width:32px;height:3px}.navigation.is-menu-open .navigation__hamburger-line:first-child{transform:translateY(10px) rotate(45deg)}.navigation.is-menu-open .navigation__hamburger-line:nth-child(3){transform:translateY(-10px) rotate(-45deg)}.nav-container{position:absolute;top:100%;left:0;right:0;width:100%;height:auto}}.systems-overlay{position:fixed;inset:0;z-index:230;display:flex;align-items:center;justify-content:center;padding:80px 32px 32px;background:radial-gradient(circle at 50% 42%,rgba(0,93,150,.24) 0,rgba(4,14,23,.82) 54%,rgba(4,14,23,.94) 100%);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);opacity:0;pointer-events:none;transition:opacity .35s ease}.systems-overlay.is-open{opacity:1;pointer-events:auto}.systems-overlay__panel{position:relative;width:min(1100px,calc(100vw - 48px));max-height:calc(100vh - 100px);padding:24px 28px 20px;border-radius:24px;border:1px solid rgba(197,212,208,.16);background:linear-gradient(180deg,rgba(7,21,34,.9),rgba(5,15,24,.86));box-shadow:0 28px 90px rgba(1,12,20,.42),inset 0 1px 0 rgba(232,232,230,.06);transform:translateY(24px) scale(.98);transition:transform .35s cubic-bezier(.22,1,.36,1);overflow-y:auto}.systems-overlay__panel.is-open{transform:translateY(0) scale(1)}.systems-overlay__close{position:absolute;top:18px;right:18px;width:40px;height:40px;border:1px solid rgba(197,212,208,.18);border-radius:999px;background:rgba(255,255,255,.04);color:#e8e8e6;font-size:28px;line-height:1;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .2s ease}.systems-overlay__close:hover{background:rgba(0,93,150,.3);border-color:rgba(197,212,208,.34);transform:rotate(90deg)}.systems-overlay__eyebrow{margin-bottom:12px;color:rgba(197,212,208,.74);letter-spacing:.16em}.systems-overlay__grid{display:grid;grid-template-columns:minmax(240px,.72fr) minmax(360px,1.28fr);grid-gap:28px;gap:28px;align-items:start}.systems-overlay__intro h2{margin:0;color:#e8e8e6;font-size:1.75rem}.systems-overlay__intro p{margin:14px 0 0;max-width:440px;color:rgba(232,232,230,.72);line-height:1.5;font-size:.9rem}.systems-overlay__preview-card{margin-top:16px;padding:14px 14px 12px;border:1px solid rgba(197,212,208,.14);border-radius:14px;background:linear-gradient(180deg,rgba(0,93,150,.14),rgba(7,21,34,.52))}.systems-overlay__preview-title{margin:0;color:#e8e8e6;line-height:1.2}.systems-overlay__preview-copy{margin:10px 0 0;color:rgba(232,232,230,.72);line-height:1.6}.systems-overlay__selector{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:8px;gap:8px}.systems-overlay__selector--two-column{grid-template-columns:repeat(2,minmax(0,1fr))}.systems-overlay__selector-groups{display:grid;grid-gap:16px;gap:16px}.systems-overlay__section{display:grid;grid-gap:10px;gap:10px}.systems-overlay__section-heading{margin:0;color:#e8e8e6;line-height:1.12;font-size:.95rem}.systems-overlay__item{display:inline-flex;align-items:center;justify-content:flex-start;min-height:44px;padding:8px 14px;border-radius:12px;border:1px solid rgba(197,212,208,.18);background:linear-gradient(180deg,rgba(0,93,150,.16),rgba(8,26,38,.82));color:rgba(232,232,230,.82);text-align:left;text-transform:none;cursor:pointer;text-decoration:none;font-size:.85rem;transition:transform .22s ease,border-color .22s ease,background .22s ease,color .22s ease}.systems-overlay__item:hover{transform:translateY(-2px);border-color:rgba(197,212,208,.46);background:linear-gradient(180deg,rgba(0,93,150,.84),rgba(0,65,103,.84));color:#f5f7f4;box-shadow:0 18px 40px rgba(0,93,150,.28)}.systems-overlay__item:focus-visible{border-color:rgba(197,212,208,.46);background:linear-gradient(180deg,rgba(0,93,150,.84),rgba(0,65,103,.84));color:#f5f7f4;box-shadow:0 18px 40px rgba(0,93,150,.28)}@media (max-width:900px){.systems-overlay{padding:104px 20px 24px}.systems-overlay__panel{width:calc(100vw - 40px);padding:28px 22px 24px}.systems-overlay__grid{grid-template-columns:1fr;gap:28px}.systems-overlay__selector--two-column{grid-template-columns:minmax(0,1fr)}}.ProductZoomGallery_gallery__9E9Dd{display:grid;grid-gap:18px;gap:18px}.ProductZoomGallery_stage__fl6F1{position:relative;overflow:hidden;border-radius:28px;aspect-ratio:16/10;background:#cfd7d4;border:1px solid rgba(12,24,33,.08);box-shadow:0 34px 80px rgba(12,24,33,.14)}.ProductZoomGallery_stageImage__M_l9i{width:100%;height:100%;object-fit:cover;animation:ProductZoomGallery_slowZoom__imcUF 4.8s ease forwards;transform-origin:center center}.ProductZoomGallery_stageOverlay__4bKXf{position:absolute;inset:auto 0 0 0;padding:28px;background:linear-gradient(180deg,rgba(12,24,33,0),rgba(12,24,33,.82));color:#e8e8e6}.ProductZoomGallery_stageEyebrow__2w5u9{margin:0 0 8px;color:rgba(232,232,230,.72)}.ProductZoomGallery_stageTitle__y2bqU{margin:0;color:#ffffff}.ProductZoomGallery_thumbRail__PbjnD{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:12px;gap:12px}.ProductZoomGallery_thumb__2Y6Eu{display:grid;grid-gap:10px;gap:10px;padding:0;border:0;background:transparent;text-align:left;cursor:pointer}.ProductZoomGallery_thumbImageShell__X6yei{position:relative;overflow:hidden;border-radius:16px;aspect-ratio:1.1;border:1px solid rgba(12,24,33,.1);background:#d8dfdc;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.ProductZoomGallery_thumbImage__536PA{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.ProductZoomGallery_thumbActive__XEfbR .ProductZoomGallery_thumbImageShell__X6yei,.ProductZoomGallery_thumb__2Y6Eu:hover .ProductZoomGallery_thumbImageShell__X6yei{transform:translateY(-2px);border-color:rgba(0,93,150,.32);box-shadow:0 18px 34px rgba(0,93,150,.12)}.ProductZoomGallery_thumbLabel__2y61w{color:rgba(12,24,33,.74);line-height:1.4}.ProductZoomGallery_thumbActive__XEfbR .ProductZoomGallery_thumbLabel__2y61w{color:#005d96}@keyframes ProductZoomGallery_slowZoom__imcUF{0%{transform:scale(1.01)}to{transform:scale(1.13)}}@media (max-width:860px){.ProductZoomGallery_thumbRail__PbjnD{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.ProductZoomGallery_stage__fl6F1{border-radius:20px;aspect-ratio:4/5}.ProductZoomGallery_stageOverlay__4bKXf{padding:20px}.ProductZoomGallery_thumbRail__PbjnD{grid-template-columns:repeat(3,minmax(0,1fr))}}.SystemProductTemplate_page__KFhlK{min-height:100vh;background:#e8e8e6;color:#0c1821}.SystemProductTemplate_navShell__29TSo:not(.is-scrolled){background:transparent!important;backdrop-filter:none;-webkit-backdrop-filter:none}.SystemProductTemplate_navShell__29TSo .header-brand,.SystemProductTemplate_navShell__29TSo .header-phone,.SystemProductTemplate_navShell__29TSo .header-phone:active,.SystemProductTemplate_navShell__29TSo .header-phone:visited,.SystemProductTemplate_navShell__29TSo .navigation .nav-item,.SystemProductTemplate_navShell__29TSo .navigation .nav-item:active,.SystemProductTemplate_navShell__29TSo .navigation .nav-item:focus-visible,.SystemProductTemplate_navShell__29TSo .navigation .nav-item:visited{color:#e8e8e6!important}.SystemProductTemplate_navShell__29TSo .navigation .nav-item.active,.SystemProductTemplate_navShell__29TSo .navigation .nav-item:focus-visible,.SystemProductTemplate_navShell__29TSo .navigation .nav-item:hover{color:#ffffff!important}.SystemProductTemplate_section__J45g_{background:#e8e8e6;border-top:1px solid rgba(12,24,33,.06);padding:56px 0 96px}.SystemProductTemplate_anchorSection__sLIwA{scroll-margin-top:132px}.SystemProductTemplate_sectionInner___iiFU{width:min(1380px,calc(100vw - 64px));margin:0 auto;display:grid;grid-gap:32px;gap:32px}.SystemProductTemplate_sectionLead__STjW7{max-width:760px}.SystemProductTemplate_sectionEyebrow__9FJXR{color:#005d96;margin:0}.SystemProductTemplate_sectionTitle__9DJhP{margin:10px 0 12px}.SystemProductTemplate_sectionText__o0bzh{margin:0;color:rgba(12,24,33,.78)}.SystemProductTemplate_sectionMuted__Ktwn8{background:linear-gradient(180deg,#eef1ef,#e7ecea)}.SystemProductTemplate_storyIntroText__3Ou62+.SystemProductTemplate_storyIntroText__3Ou62{margin-top:16px}.SystemProductTemplate_storyGrid__F2jWZ{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:20px;gap:20px}.SystemProductTemplate_storyCard__Gj0_r{padding:28px;border-radius:24px;background:rgba(255,255,255,.58);border:1px solid rgba(12,24,33,.08);box-shadow:0 16px 36px rgba(12,24,33,.05)}.SystemProductTemplate_storyCardTitle__gMWpV{margin:0 0 14px;color:#0c1821}.SystemProductTemplate_storyCardText__bcblP{margin:0;color:rgba(12,24,33,.76);line-height:1.65}.SystemProductTemplate_storyCardText__bcblP+.SystemProductTemplate_storyCardText__bcblP{margin-top:12px}.SystemProductTemplate_storyList__sBlBo{margin:16px 0 0;padding:0;list-style:none;display:grid;grid-gap:10px;gap:10px}.SystemProductTemplate_storyListItem__g4bLN{position:relative;padding-left:18px;color:rgba(12,24,33,.76);line-height:1.55}.SystemProductTemplate_storyListItem__g4bLN:before{content:"";position:absolute;left:0;top:.68em;width:8px;height:8px;border-radius:999px;background:#005d96}.SystemProductTemplate_gallerySection__CgYUg{background:#e8e8e6}.SystemProductTemplate_specTableSection__a5HEU{background:linear-gradient(180deg,#eef1ef,#e7ecea)}.SystemProductTemplate_specTableWrap__MaaKn{margin-top:40px}.SystemProductTemplate_specTableWrap__MaaKn:first-of-type{margin-top:32px}.SystemProductTemplate_specTableTitle__BQppP{margin:0 0 8px;color:#0c1821}.SystemProductTemplate_specTableDesc__SWL8H{margin:0 0 16px;color:rgba(12,24,33,.7)}.SystemProductTemplate_specTableScroll__8WzpY{overflow-x:auto;border-radius:12px;border:1px solid rgba(12,24,33,.1)}.SystemProductTemplate_specTable__l88dM{width:100%;border-collapse:collapse;font-size:14px}.SystemProductTemplate_specTh__TqX7l{padding:12px 16px;text-align:left;background:#0c1821;color:#e8e8e6;font-weight:600;letter-spacing:.04em;white-space:nowrap}.SystemProductTemplate_specTh__TqX7l:first-child{border-radius:11px 0 0 0}.SystemProductTemplate_specTh__TqX7l:last-child{border-radius:0 11px 0 0}.SystemProductTemplate_specTrEven__7yvmx{background:#fff}.SystemProductTemplate_specTrOdd__cYKeS{background:rgba(12,24,33,.03)}.SystemProductTemplate_specTd__RgB8z{padding:11px 16px;color:rgba(12,24,33,.82);border-top:1px solid rgba(12,24,33,.06);white-space:nowrap}.SystemProductTemplate_specTd__RgB8z:first-child{font-weight:600;color:#0c1821}.SystemProductTemplate_colourSection__Pp2T0{background:#fff}.SystemProductTemplate_colourGroup__cn8UJ{margin-top:40px}.SystemProductTemplate_colourGroup__cn8UJ:first-of-type{margin-top:32px}.SystemProductTemplate_colourGroupTitle__D6nP_{margin:0 0 20px;color:#0c1821}.SystemProductTemplate_colourGrid__cPUmO{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));grid-gap:16px;gap:16px}.SystemProductTemplate_colourChip__F_udU{display:flex;flex-direction:column;gap:8px}.SystemProductTemplate_colourChipNoSwatch__ZSV6y{justify-content:center;padding:12px 16px;border-radius:8px;border:1px solid rgba(12,24,33,.08);background:rgba(12,24,33,.03)}.SystemProductTemplate_colourSwatch__3tWyk{display:block;object-fit:cover}.SystemProductTemplate_colourSwatchPlaceholder__LkVAa,.SystemProductTemplate_colourSwatch__3tWyk{width:100%;aspect-ratio:2/1;border-radius:8px;border:1px solid rgba(12,24,33,.08)}.SystemProductTemplate_colourName__E4vvt{color:#0c1821;font-weight:500}.SystemProductTemplate_colourNote__sA76a{color:rgba(12,24,33,.5);font-size:11px;letter-spacing:.06em}.SystemProductTemplate_sustainabilitySection__HL7gQ{background:linear-gradient(180deg,#eef1ef,#e7ecea)}.SystemProductTemplate_sustainabilityGrid__gZf81{display:grid;grid-template-columns:1fr auto;grid-gap:48px;gap:48px;align-items:center}.SystemProductTemplate_sustainabilityContent__Eas44{max-width:640px}.SystemProductTemplate_sustainabilityText__yKvHx{margin-top:16px;color:rgba(12,24,33,.78)}.SystemProductTemplate_sustainabilityText__yKvHx+.SystemProductTemplate_sustainabilityText__yKvHx{margin-top:12px}.SystemProductTemplate_sustainabilityImageWrap__Bfkwl{flex-shrink:0}.SystemProductTemplate_sustainabilityImage__ibaqS{display:block;max-width:420px;width:100%}@media (max-width:768px){.SystemProductTemplate_sustainabilityGrid__gZf81{grid-template-columns:1fr}.SystemProductTemplate_sustainabilityImage__ibaqS{max-width:100%}}.SystemProductTemplate_videoSection__uyMPd{background:#0c1821}.SystemProductTemplate_videoSection__uyMPd .SystemProductTemplate_sectionEyebrow__9FJXR{color:rgba(232,232,230,.6)}.SystemProductTemplate_videoSection__uyMPd .SystemProductTemplate_sectionTitle__9DJhP{color:#e8e8e6}.SystemProductTemplate_videoSection__uyMPd .SystemProductTemplate_sectionText__o0bzh{color:rgba(232,232,230,.7)}.SystemProductTemplate_videoWrapper__xi1X0{position:relative;width:100%;max-width:960px;margin:0 auto;aspect-ratio:16/9;border-radius:16px;overflow:hidden;box-shadow:0 24px 64px rgba(0,0,0,.4)}.SystemProductTemplate_videoEmbed__cq7Wd{position:absolute;inset:0;width:100%;height:100%;border:none}@media (max-width:640px){.SystemProductTemplate_sectionInner___iiFU{width:min(1380px,calc(100vw - 32px))}.SystemProductTemplate_section__J45g_{padding:44px 0 72px}.SystemProductTemplate_storyGrid__F2jWZ{grid-template-columns:1fr}.SystemProductTemplate_storyCard__Gj0_r{padding:22px;border-radius:20px}}