.hero-carousel{touch-action:pan-y;color:var(--hero-text);isolation:isolate;position:absolute;inset:0}.hero-backgrounds,.hero-background{position:absolute;inset:0}.hero-background{opacity:0;background:var(--hero-background);overflow:hidden}.hero-background.is-active{opacity:1;z-index:1}.hero-background.is-leaving{z-index:0}.hero-background.is-active,.hero-background.is-leaving{transition:opacity var(--hero-transition) ease,transform var(--hero-transition) ease}.hero-slide-image{object-fit:var(--hero-fit);object-position:var(--hero-focus)}.hero-image-shade{background:linear-gradient(0deg,rgb(16 17 16/var(--hero-edge)),transparent 30%),rgb(0 0 0/var(--hero-overlay));position:absolute;inset:0}.hero-carousel[data-effect=slide] .hero-background{opacity:1;transform:translateX(calc(var(--hero-direction) * 100%))}.hero-carousel[data-effect=slide] .hero-background.is-active{transform:translate(0)}.hero-carousel[data-effect=slide] .hero-background.is-leaving{transform:translateX(calc(var(--hero-direction) * -100%))}.hero-background.is-waiting{visibility:hidden}.hero-copy-position{z-index:3;justify-content:var(--hero-x);align-items:var(--hero-y);pointer-events:none;padding:60px max(5vw,24px) 160px;display:flex;position:absolute;inset:0}.carousel-copy{width:min(100%,var(--hero-width));scrollbar-width:thin;max-height:100%;text-align:var(--hero-align);pointer-events:auto;overflow-wrap:anywhere;padding-block:5px;overflow:auto}.carousel-copy[hidden]{display:none}.carousel-eyebrow{font-size:var(--hero-eyebrow-size);letter-spacing:var(--hero-eyebrow-spacing);text-transform:var(--hero-eyebrow-case);color:var(--hero-accent);margin:0 0 24px;font-weight:600}.carousel-copy h1{font-size:clamp(36px,7vw,var(--hero-title-size));font-weight:var(--hero-title-weight);letter-spacing:-.055em;text-shadow:none;white-space:pre-line;color:var(--hero-text);margin:0;line-height:1.06}.carousel-copy h1 span{color:var(--hero-accent)}.carousel-intro{font-size:var(--hero-intro-size);white-space:pre-line;color:var(--hero-text);margin:24px 0 0;line-height:1.8}.carousel-actions{gap:15px;justify-content:var(--hero-align);flex-wrap:wrap;margin-top:28px;display:flex}.carousel-primary{background:var(--hero-button);color:var(--hero-button-text);border-color:var(--hero-button);min-height:48px}.carousel-secondary{color:var(--hero-text);background:#0002;border-color:currentColor;min-height:48px}.carousel-actions .button:hover{filter:brightness(1.12)}.hero-carousel-controls{z-index:4;color:#fff;background:#101110a6;border:1px solid #ffffff26;border-radius:40px;align-items:center;gap:10px;max-width:calc(100% - 24px);padding:3px 9px;display:flex;position:absolute;bottom:77px;left:50%;transform:translate(-50%)}.hero-carousel-controls button{min-width:42px;min-height:42px;color:inherit;cursor:pointer;border-radius:50%;flex-shrink:0;place-items:center;display:grid}.hero-carousel-controls button:hover{background:#ffffff18}.hero-carousel-controls button:disabled{opacity:.4;cursor:default}.hero-counter{white-space:nowrap;text-align:center;font-variant-numeric:tabular-nums;min-width:40px;font-size:11px}.hero-indicators{align-items:center;display:flex}.hero-indicators button{min-width:30px}.hero-indicators span{background:#ffffff5c;border-radius:2px;width:19px;height:2px;display:block}.hero-indicators button[aria-current=true] span{background:#fff;height:3px}.hero-indicators.dots span{border-radius:50%;width:6px;height:6px}.hero-indicators.dots button[aria-current=true] span{background:var(--hero-button);height:6px}.hero-playback{border-left:1px solid #ffffff30!important;border-radius:0!important}.opening-lights{z-index:2!important}.hero-carousel{isolation:auto}.opening-bottom{pointer-events:none}.opening-bottom a,.opening-bottom button{pointer-events:auto}.opening-motion[hidden],.opening-lights[hidden]{display:none}@media (max-width:850px){.hero-copy-position{padding:50px 5vw 155px}.carousel-copy h1{font-size:min(8vw,var(--hero-title-size))}}@media (max-width:600px){.hero-copy-position{justify-content:var(--hero-mobile-x);align-items:var(--hero-mobile-y);padding:35px 6vw 150px}.carousel-copy{text-align:var(--hero-mobile-align)}.carousel-copy h1{font-size:min(var(--hero-mobile-title-size),12vw);line-height:1.1}.carousel-eyebrow{font-size:min(var(--hero-eyebrow-size),18px);margin-bottom:20px}.carousel-intro{font-size:min(var(--hero-intro-size),16px);margin-top:20px}.carousel-actions{justify-content:var(--hero-mobile-align);gap:10px;margin-top:24px}.carousel-actions .button{min-height:44px;padding-inline:16px;font-size:12px}.hero-slide-image{object-position:var(--hero-mobile-focus)}.hero-carousel-controls{gap:2px;padding-inline:4px;bottom:76px}.hero-carousel-controls button{min-width:36px}.hero-indicators button{min-width:23px}.hero-indicators span{width:14px}.hero-counter{font-size:10px}.hero-playback{min-width:32px!important}}@media (prefers-reduced-motion:reduce){.hero-background{transition:none!important}}.hero-carousel[data-effect=slide] .hero-background{transition:none}.hero-carousel[data-effect=slide][data-has-changed=true] .hero-background.is-active{animation:hero-slide-in var(--hero-transition) ease both}.hero-carousel[data-effect=slide][data-has-changed=true] .hero-background.is-leaving{animation:hero-slide-out var(--hero-transition) ease both}@keyframes hero-slide-in{0%{transform:translateX(calc(var(--hero-direction) * 100%))}to{transform:translate(0)}}@keyframes hero-slide-out{0%{transform:translate(0)}to{transform:translateX(calc(var(--hero-direction) * -100%))}}@media (prefers-reduced-motion:reduce){.hero-background{animation:none!important}}.hero-background>picture{display:block;position:absolute;inset:0}
.home-collection{padding-bottom:95px}.collection-heading{justify-content:space-between;align-items:flex-end;gap:50px;padding-block:10px 38px;display:flex}.collection-heading h2{letter-spacing:-.055em;font-size:clamp(44px,5.3vw,78px);font-weight:500;line-height:1.07}.collection-heading h2 span{color:var(--accent)}.collection-heading>div{padding-bottom:6px}.collection-heading>div>p{color:var(--muted);font-size:14px;line-height:1.9}.collection-hover-hint{color:var(--accent);align-items:center;gap:9px;margin-top:23px;font-size:11px;display:flex}.touch-hint{display:none}.collection-toolbar{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:25px;margin-bottom:35px;display:flex}.collection-tabs{gap:30px;display:flex;overflow-x:auto}.collection-tabs button{color:var(--muted);white-space:nowrap;min-height:48px;padding:17px 0;font-size:12px;font-weight:550;position:relative}.collection-tabs button:hover,.collection-tabs button[aria-pressed=true]{color:var(--ink)}.collection-tabs button[aria-pressed=true]:after{content:"";bottom:0;background:var(--accent);height:2px;position:absolute;inset-inline:0}.collection-count{color:var(--muted);white-space:nowrap;font-size:11px}.fixture-gallery{grid-template-columns:repeat(12,minmax(0,1fr));align-items:start;gap:52px 32px;display:grid}.fixture-card{grid-column:span 5;min-width:0}.fixture-card:nth-child(4n+1),.fixture-card:nth-child(4n+4){grid-column:span 7}.fixture-card:nth-child(4n+2){padding-top:55px}.fixture-card:nth-child(4n+3){padding-top:35px}.fixture-gallery>.fixture-card:only-child{grid-column:span 7;padding-top:0}.fixture-image{background:#f0f1f2;border-radius:3px;height:clamp(300px,32vw,440px);position:relative;overflow:hidden}.fixture-image-link{display:block;position:absolute;inset:0}.fixture-image-link:focus-visible{outline-offset:-6px;z-index:2;outline:3px solid #245640}.fixture-image img{object-fit:contain;padding:20px}.fixture-card[data-category="Bars & Battens"] .fixture-image img{object-fit:cover;padding:0}.fixture-image .fixture-on{opacity:0;transition:opacity .18s}.fixture-card[data-lit=true] .fixture-on{opacity:1}.fixture-light-toggle{z-index:3;color:#27312b;background:#fff;border:1px solid #d0d4cf;border-radius:3px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:10px 14px;font-size:11px;display:flex;position:absolute;bottom:17px;right:17px}.fixture-light-toggle:focus-visible{outline-color:#245640}.fixture-light-toggle:disabled{opacity:1;cursor:wait;color:#586259}.fixture-light-toggle[aria-pressed=true]{color:#fff;background:#27312b;border-color:#27312b}.fixture-caption{padding-top:20px}.fixture-caption-top{color:var(--muted);justify-content:space-between;gap:20px;font-size:10px;display:flex}.fixture-title{justify-content:space-between;align-items:center;gap:20px;margin-block:12px 10px;display:flex}.fixture-title h3{letter-spacing:-.04em;font-size:clamp(27px,2.8vw,41px);font-weight:500;line-height:1.15}.fixture-title>svg{color:var(--accent)}.fixture-caption>p{color:var(--muted);font-size:13px}.fixture-actions{justify-content:space-between;align-items:center;gap:15px;padding-block:21px 10px;display:flex}.fixture-actions>a{align-items:center;gap:9px;min-height:32px;font-size:11px;font-weight:550;display:flex}.fixture-actions>a:last-child,.fixture-actions>a:hover,.fixture-title:hover{color:var(--accent)}.fixture-image-fallback{color:#28332b;flex-direction:column;justify-content:center;align-items:center;gap:15px;height:100%;font-size:28px;display:flex}.fixture-image-fallback small{font-size:13px}.fixture-caption .fixture-image-note{margin-top:10px;font-size:11px}.collection-disclosure{border-top:1px solid var(--line);color:var(--muted);margin-top:38px;padding-top:20px;font-size:11px}@media (max-width:1000px){.fixture-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:38px 24px}.fixture-gallery>.fixture-card,.fixture-gallery>.fixture-card:only-child{grid-column:auto}.fixture-card:nth-child(4n+2){padding-top:35px}.fixture-card:nth-child(4n+3){padding-top:0}.fixture-image{height:330px}.fixture-image img{padding:12px}.collection-heading{gap:30px}.collection-heading>div>p{font-size:12px}.collection-tabs{gap:23px}}@media (max-width:600px){.home-collection{padding-bottom:60px}.collection-heading{padding-block:5px 22px;display:block}.collection-heading h2{font-size:48px}.collection-heading>div{margin-top:24px}.collection-hover-hint{margin-top:15px}.collection-toolbar{gap:0;margin-bottom:25px}.collection-count{display:none}.collection-tabs{gap:22px;width:100%}.collection-tabs button{font-size:11px}.fixture-gallery{grid-template-columns:1fr;gap:35px}.fixture-gallery>.fixture-card{padding:0}.fixture-image{height:340px}.fixture-image img{padding:16px}.fixture-title h3{font-size:31px}.fixture-caption{padding-top:17px}.fixture-caption>p{font-size:12px}.fixture-actions{padding-top:14px}.fixture-light-toggle{bottom:13px;right:13px}.collection-disclosure{margin-top:24px;font-size:10px}}@media (hover:none){.pointer-hint{display:none}.touch-hint{display:inline}}@media (prefers-reduced-motion:reduce){.fixture-image .fixture-on{transition:none}}
.brand-home,.home-site-header{--paper:#101110;--surface:#171916;--soft:#242720;--ink:#f5f2e9;--muted:#b0b1a7;--line:#363b32;--accent:#dfc399;--accent-hover:#f2d9b4;--on-accent:#191b16;background:var(--paper);color:var(--ink)}body:has(.brand-home) .site-footer{--paper:#101110;--surface:#171916;--soft:#242720;--ink:#f5f2e9;--muted:#b0b1a7;--line:#363b32;--accent:#dfc399;--accent-hover:#f2d9b4;--on-accent:#191b16;background:var(--paper);color:var(--ink)}body:has(.brand-home){background:#101110}.home-site-header{border-bottom-color:#ffffff14}.home-site-header .desktop-nav a{color:#d1d1c7}.home-site-header .desktop-nav a:hover{color:#fff}.home-site-header .mobile-nav{background:#101110}.brand-home :focus-visible{outline-color:var(--accent)}.brand-home .home-eyebrow{color:var(--accent);text-transform:uppercase;letter-spacing:.17em;font-size:11px;font-weight:650}.home-button{color:var(--on-accent);background:var(--accent);border-color:var(--accent);min-height:50px;padding-inline:25px}.home-text-link{align-items:center;gap:10px;font-size:13px;font-weight:550;display:inline-flex}.home-text-link:hover{color:var(--accent)}.opening-stage{--opening-progress:0;height:calc(155svh - 80px);min-height:950px;position:relative}.opening-scene{isolation:isolate;background:#140b0b;height:calc(100svh - 80px);min-height:610px;position:sticky;top:80px;overflow:hidden}.opening-curtain{object-fit:cover;object-position:center 54%;filter:brightness(.57)saturate(.76)}.opening-backdrop{position:absolute;inset:0}.opening-shade{z-index:1;background:linear-gradient(#07080794,#07080714 32%,#07080729 62%,#101110),radial-gradient(at 50% 40%,#0000 30%,#0608078c);position:absolute;inset:0}.opening-lights{pointer-events:none;z-index:2;mix-blend-mode:screen;position:absolute;inset:0}.opening-beam{transform-origin:50% 0;width:28%;height:94%;opacity:calc(.85 - var(--opening-progress) * .85);will-change:transform,opacity;position:absolute;top:2%}.opening-beam i{background:#fff9e5;border-radius:50%;width:9px;height:9px;position:absolute;top:0;left:50%;transform:translate(-50%);box-shadow:0 0 8px 4px #fff1cda8,0 0 35px 12px #eedcb955}.opening-beam span{filter:blur(12px);width:100%;height:100%;display:block;position:relative}.opening-beam span:before{content:"";clip-path:polygon(49% 0,51% 0,100% 100%,0 100%);background:linear-gradient(#fff2d37a,#f8e5ba17 60%,#0000);position:absolute;inset:0}.beam-left{transform:translateX(calc(var(--opening-progress) * -15vw)) rotate(calc(-23deg - var(--opening-progress) * 25deg));left:3%}.beam-centre{height:105%;opacity:calc(.58 - var(--opening-progress) * .58);transform:translateY(calc(var(--opening-progress) * -35vh)) rotate(calc(3deg + var(--opening-progress) * 22deg));left:35%}.beam-right{transform:translateX(calc(var(--opening-progress) * 18vw)) rotate(calc(26deg + var(--opening-progress) * 32deg));right:1%}.opening-pool{aspect-ratio:1;width:clamp(250px,30vw,490px);opacity:calc(1 - var(--opening-progress));will-change:transform,opacity;background:radial-gradient(#ffb97347 0%,#ffa5643d 40%,#ff915014 63%,#0000 73%);border-radius:50%;position:absolute}.pool-left{transform:translate(calc(var(--opening-progress) * -30vw),calc(var(--opening-progress) * 14vh)) scale(calc(1 + var(--opening-progress) * .5));top:33%;left:12%}.pool-centre{opacity:calc(.62 - var(--opening-progress) * .62);transform:translate(calc(var(--opening-progress) * 6vw),calc(var(--opening-progress) * -40vh)) scale(calc(1 + var(--opening-progress) * .7));top:21%;left:35%}.pool-right{transform:translate(calc(var(--opening-progress) * 32vw),calc(var(--opening-progress) * -12vh)) scale(calc(1 + var(--opening-progress) * .4));top:35%;right:10%}.opening-copy{z-index:3;text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding-block:85px 110px;display:flex;position:relative}.opening-copy .home-eyebrow{color:#e8dbc4;margin-bottom:28px}.opening-copy h1{letter-spacing:-.065em;text-shadow:0 3px 28px #080a0899;font-size:clamp(58px,6.8vw,110px);font-weight:550;line-height:1.02}.opening-copy h1 span{color:#efe3cc}.opening-intro{color:#e3ddd3;max-width:400px;margin-top:27px;font-size:15px}.opening-copy .button{margin-top:32px}.opening-bottom{z-index:4;color:#d0cec3;justify-content:space-between;align-items:center;gap:24px;font-size:11px;display:flex;position:absolute;inset:auto 0 30px}.opening-scene-label{align-items:center;gap:25px;display:flex}.opening-scene-label>span{color:#abaea1;font-size:10px}.opening-scroll,.opening-motion{color:inherit;align-items:center;gap:12px;min-height:36px;display:inline-flex}.opening-motion{justify-content:flex-end;min-width:110px}.opening-motion:disabled{opacity:1;cursor:default}.home-introduction{grid-template-columns:1fr 2fr;gap:50px;padding-block:105px 110px;display:grid}.home-introduction>.home-eyebrow{max-width:170px;padding-top:9px;line-height:1.9}.home-introduction h2,.home-applications h2,.home-process h2{letter-spacing:-.045em;font-size:clamp(34px,3.8vw,58px);font-weight:500;line-height:1.15}.home-introduction>div{grid-template-columns:1.3fr 1fr;align-items:end;gap:45px;display:grid}.home-introduction h2{font-size:clamp(30px,3vw,44px)}.home-introduction>div>p{color:var(--muted);font-size:14px;line-height:1.9}.home-section-line{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;align-items:center;gap:20px;padding-block:23px 35px;font-size:11px;display:flex}.home-section-line>a{color:var(--ink);align-items:center;gap:10px;display:flex}.home-section-line>a:hover{color:var(--accent)}.home-product-layout{grid-template-columns:1.1fr 1fr;align-items:center;gap:90px;padding-bottom:110px;display:grid}.home-product-image{aspect-ratio:1;background:#f0f1f2;border-radius:3px;display:block;position:relative;overflow:hidden}.home-product-image img{object-fit:cover;transition:transform .5s}.home-product-image:hover img{transform:scale(1.025)}.home-image-arrow{color:#19251d;background:#fff;border-radius:50%;place-items:center;width:44px;height:44px;display:grid;position:absolute;bottom:24px;right:24px}.home-product-copy .home-eyebrow{margin-bottom:21px}.home-product-copy h2{letter-spacing:-.055em;font-size:clamp(40px,4.6vw,72px);font-weight:500;line-height:1.1}.home-product-copy .home-product-tagline{color:var(--ink);letter-spacing:-.025em;margin-block:15px 24px;font-size:24px;line-height:1.4}.home-product-copy>p:not(.home-eyebrow):not(.home-product-tagline){color:var(--muted);font-size:13px}.home-product-specs{border-block:1px solid var(--line);gap:50px;margin-block:28px;padding-block:22px;display:flex}.home-product-specs dt{color:var(--muted);margin-bottom:9px;font-size:11px}.home-product-specs dd{margin:0;font-size:21px;font-weight:550}.home-product-links{flex-wrap:wrap;align-items:center;gap:27px;display:flex}.brand-home .home-demo-note{color:var(--muted);margin-top:23px;font-size:11px;line-height:1.8}.home-product-empty{padding-block:30px 90px}.home-product-empty h2{font-size:36px}.home-product-empty p{margin-block:20px}.home-applications-heading{margin-block:15px 45px}.home-applications-heading>p{color:var(--muted);margin-top:23px;font-size:14px}.home-application-layout{grid-template-columns:1.25fr 1fr;align-items:stretch;gap:50px;padding-bottom:110px;display:grid}.home-stage-image{border-radius:3px;min-height:400px;position:relative;overflow:hidden}.home-stage-image img{object-fit:cover}.home-stage-image>span{color:#fff;background:#0009;padding:6px 9px;font-size:10px;position:absolute;bottom:18px;left:20px}.home-application-list{flex-direction:column;justify-content:center;display:flex}.home-application-list>a{border-bottom:1px solid var(--line);grid-template-columns:22px 1fr 22px;gap:22px;padding-block:29px;display:grid}.home-application-list>a:first-child{padding-top:10px}.home-application-list>a:last-child{border-bottom:0;padding-bottom:10px}.home-application-list>a>span{color:var(--accent);padding-top:4px;font-size:10px}.home-application-list h3{letter-spacing:-.025em;margin-bottom:11px;font-size:20px;font-weight:550}.home-application-list p{color:var(--muted);max-width:310px;font-size:12px}.home-application-list>a>svg{color:var(--accent);transition:transform .2s}.home-application-list>a:hover>svg{transform:translate(2px,-2px)}.home-process-layout{grid-template-columns:1fr 1fr;gap:90px;padding-block:20px 100px;display:grid}.home-process-layout>div>p{color:var(--muted);margin-top:25px;font-size:14px}.home-resources>a{border-bottom:1px solid var(--line);grid-template-columns:32px 1fr 22px;gap:24px;padding-block:28px;display:grid}.home-resources>a:first-child{padding-top:5px}.home-resources>a>svg{color:var(--accent)}.home-resources h3{letter-spacing:-.02em;margin-bottom:10px;font-size:18px;font-weight:550}.home-resources p{color:var(--muted);font-size:12px}.home-contact{text-align:center;border-top:1px solid var(--line);padding-block:90px 95px}.home-contact h2{letter-spacing:-.06em;margin-block:30px 38px;font-size:clamp(44px,6.5vw,94px);font-weight:500;line-height:1.06}.home-contact>div{flex-wrap:wrap;justify-content:center;align-items:center;gap:30px;display:flex}.home-contact .home-demo-note{margin-top:45px}@media (min-width:1800px){.opening-beam{width:24%}.beam-centre{left:38%}}@media (max-width:1180px){.home-introduction{grid-template-columns:1fr;gap:30px}.home-introduction>.home-eyebrow{max-width:none}.home-product-layout{gap:45px}.home-product-tagline{font-size:21px}.home-application-layout{gap:30px}.home-process-layout{gap:45px}}@media (max-width:850px){.opening-stage{height:calc(150svh - 72px);min-height:850px}.opening-scene{height:calc(100svh - 72px);min-height:560px;top:72px}.opening-copy h1{font-size:clamp(52px,8.5vw,74px)}.opening-copy{padding-block:85px 100px}.opening-beam{width:42%}.beam-left{left:-17%}.beam-right{right:-15%}.beam-centre{left:29%}.opening-pool{width:50vw}.pool-left{top:36%;left:-5%}.pool-right{top:25%;right:-4%}.pool-centre{top:20%;left:25%}.home-introduction{padding-block:70px}.home-introduction>div{grid-template-columns:1fr 1fr;gap:30px}.home-product-layout,.home-application-layout,.home-process-layout{grid-template-columns:1fr;gap:35px;padding-bottom:70px}.home-product-image{max-height:620px}.home-product-copy{max-width:620px}.home-product-copy h2{font-size:55px}.home-stage-image{min-height:340px}.home-application-list>a{padding-block:25px}.home-application-list p{max-width:none}.home-process-layout{gap:40px;padding-top:10px}.home-resources>a{padding-block:25px}.home-contact{padding-block:65px}}@media (max-width:600px){.opening-stage{min-height:850px}.opening-scene{min-height:580px}.opening-curtain{object-position:50% 50%}.opening-copy{padding-block:70px 110px}.opening-copy .home-eyebrow{letter-spacing:.13em;margin-bottom:25px;font-size:9px}.opening-copy h1{font-size:clamp(43px,11vw,66px);line-height:1.09}.opening-intro{max-width:260px;margin-top:22px;font-size:12px}.opening-copy .button{margin-top:28px}.opening-bottom{gap:12px;font-size:10px;bottom:22px}.opening-scene-label{display:none}.opening-motion{min-width:90px}.opening-scroll{gap:8px}.opening-beam{width:65%}.beam-left{transform:translateX(calc(var(--opening-progress) * -25vw)) rotate(calc(-18deg - var(--opening-progress) * 25deg));left:-24%}.beam-centre{width:60%;left:20%}.beam-right{transform:translateX(calc(var(--opening-progress) * 25vw)) rotate(calc(22deg + var(--opening-progress) * 32deg));right:-28%}.opening-pool{width:78vw}.pool-left{top:31%;left:-24%}.pool-centre{top:23%;left:15%}.pool-right{top:38%;right:-26%}.home-introduction{gap:20px;padding-block:60px}.home-introduction>div{display:block}.home-introduction h2{font-size:35px}.home-introduction>div>p{margin-top:25px;font-size:13px}.home-section-line{padding-block:20px 27px;font-size:10px}.home-section-line>a{gap:7px}.home-product-layout{gap:30px}.home-product-copy h2{font-size:44px}.home-product-copy .home-product-tagline{font-size:21px}.home-product-copy .home-eyebrow{font-size:10px}.home-product-links{gap:22px}.home-product-links .home-text-link{font-size:12px}.home-product-specs{gap:45px}.home-product-specs dd{font-size:20px}.home-applications h2,.home-process h2{font-size:34px}.home-applications-heading{margin-block:5px 30px}.home-applications-heading>p{font-size:13px}.home-stage-image{min-height:245px}.home-application-list>a{gap:15px}.home-application-list h3{font-size:19px}.home-resources>a{grid-template-columns:28px 1fr 18px;gap:16px}.home-resources h3{font-size:17px}.home-contact>div{flex-direction:column;gap:25px}.home-contact h2{font-size:51px}}@media (prefers-reduced-motion:reduce){.opening-stage{height:auto;min-height:0}.opening-scene{position:relative;top:0}.opening-beam,.opening-pool{will-change:auto}.opening-scroll svg{transform:none}}
