.section{padding:110px var(--pad)}.light-section{background:var(--light);color:var(--dark);--line:#14201726}.light-section :focus-visible{outline-color:#477e16}.micro{font-size:11px;font-weight:500;letter-spacing:.09em;line-height:1.5}.muted{color:#67776a}.heading-split{display:flex;align-items:flex-end;justify-content:space-between;gap:60px}.heading-split h2{margin-bottom:0}.heading-split>p{max-width:370px;color:#6a756a;margin:0 0 6px;line-height:1.8}.section-heading{margin-bottom:55px}.button.dark{background:var(--dark);color:var(--ink);border-color:var(--dark)}.button.dark:hover{background:#2c442f}.trusted{padding:42px var(--pad);display:flex;gap:35px;align-items:center;background:#172019;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.trusted>.micro{max-width:95px;color:#9dab9c}.trusted-logos{display:flex;justify-content:space-around;align-items:center;gap:40px;flex:1}.trusted-logos img{max-width:125px;width:auto;max-height:34px;object-fit:contain;filter:grayscale(1) brightness(0) invert(1);opacity:.65;transition:opacity .3s}.trusted-logos img:hover{opacity:1}.trusted>.text-link{font-size:12px}.trusted .text-link svg{width:17px}.solution-tabs{display:flex;gap:0;border-bottom:1px solid var(--line);margin-bottom:45px}.solution-tabs button{flex:1;text-align:left;border:0;border-bottom:2px solid transparent;padding:20px 12px 20px 0;background:none;color:#6b7469;font-size:16px;transition:color .3s}.solution-tabs button span{font-size:11px;margin-right:18px;color:#84917c}.solution-tabs button[aria-selected=true]{color:#18291c;border-bottom-color:#18291c}.solution-layout{display:grid;grid-template-columns:1fr 1fr;gap:7%;align-items:center}.solution-image{height:470px;overflow:hidden;position:relative}.solution-image img{height:100%;width:100%;object-fit:cover;transition:transform .9s}.solution-image:hover img{transform:scale(1.03)}.solution-image>span{position:absolute;bottom:0;left:0;background:var(--lime);padding:14px 22px;font-size:11px;letter-spacing:.1em}.solution-copy h3{font-family:var(--head);font-weight:500;font-size:36px;letter-spacing:-.04em;line-height:1.25;margin:0 0 22px}.solution-copy>p{color:#606d61;max-width:470px;line-height:1.8}.line-list{list-style:none;margin:28px 0 30px;padding:0}.line-list li{border-bottom:1px solid var(--line);padding:11px 0;display:flex;justify-content:space-between;font-size:14px}.line-list li span{color:#799365}.panel-enter{animation:rise .45s ease both}.eco-top{display:flex;justify-content:space-between;align-items:center}.ecosystem{background:#111a14;overflow:hidden}.eco-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:4%;align-items:center;margin-top:25px}.eco-copy h2{font-size:clamp(48px,5.6vw,88px);margin:32px 0}.eco-copy>p{color:#a6b3a5;max-width:330px}.eco-instruction{font-size:13px;max-width:300px!important;color:#7d8c7d!important}.eco-detail{border-left:2px solid var(--active,var(--lime));padding:20px 0 8px 22px;margin-top:30px;min-height:180px}.eco-detail h3{font-weight:500;font-size:27px;margin:9px 0 6px;line-height:1.2}.eco-detail p{font-size:14px;color:#a2b19f;margin-bottom:15px}.eco-detail .text-link{font-size:13px}.eco-detail svg{width:17px}.orbit{position:relative;aspect-ratio:1;isolation:isolate;--active:var(--lime)}.orbit-grid{position:absolute;inset:0;background-image:radial-gradient(#8aa68044 .65px,transparent .65px);background-size:24px 24px;mask-image:radial-gradient(circle,#000,transparent 72%)}.orbit-ring{position:absolute;border:1px solid #c7eab91c;border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%);pointer-events:none}.ring-1{width:48%;height:48%}.ring-2{width:73%;height:73%}.ring-3{width:92%;height:92%;border-style:dashed;animation:orbitSpin 90s linear infinite}.ring-3:after{content:'';position:absolute;left:50%;top:-3px;width:5px;height:5px;background:var(--active);box-shadow:0 0 16px var(--active);border-radius:50%}.connections{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.connections path{stroke:#648054;stroke-width:.6;stroke-dasharray:3 7;opacity:.6;animation:flowDash 25s linear infinite}.connections path.active{stroke:var(--active);stroke-width:1.4;opacity:1;animation-duration:8s}.orbit-core{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:36%;aspect-ratio:1;border:1px solid #72816c;background:#18261d;box-shadow:0 0 70px #98d4540b;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px;transition:.3s}.orbit-core.selected{border-color:var(--lime);box-shadow:0 0 70px #98d45419}.orbit-core img{width:90%;height:30px;object-fit:contain;margin:16px 0}.orbit-core>span{font-size:8px;letter-spacing:.13em;color:#93a98b}.orbit-core small{font-size:11px;color:#99ab96}.orbit-node{position:absolute;left:var(--x);top:var(--y);transform:translate(-50%,-50%);border:0;padding:0;background:transparent;display:flex;align-items:center;flex-direction:column;gap:9px;min-width:112px;color:#c6d3c0;font-size:12px}.node-symbol{display:grid;place-items:center;width:55px;height:55px;background:#18261c;border:1px solid #405239;border-radius:14px;font-size:24px;color:var(--product);transition:background .3s,transform .3s,border-color .3s;box-shadow:0 0 0 8px #111a14}.orbit-node:hover .node-symbol,.orbit-node.selected .node-symbol{background:#2a3928;transform:translateY(-4px);border-color:var(--product)}.orbit-node.selected{color:#fff}.orbit-caption{position:absolute;bottom:0;left:0;text-align:center;width:100%;color:#75866f;font-size:9px}.experience{background:#18211a}.experience .heading-split>p{color:var(--muted)}.cinema{display:grid;grid-template-columns:1.6fr 1fr;border:1px solid #ffffff25;background:#111a14}.film-stage{min-height:480px;position:relative;background:#080d09;display:flex;align-items:center}.film-stage video{display:block;width:100%;max-height:100%;aspect-ratio:16/9;background:#080d09}.film-play{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;border:0;background:#0004;color:#fff}.film-play[hidden]{display:none}.film-play>span:first-child{width:82px;height:82px;display:grid;place-items:center;padding-left:4px;border:1px solid #e8eede;border-radius:50%;font-size:24px;background:#16251560;transition:.3s}.film-play:hover>span:first-child{background:var(--lime);color:#17201a;transform:scale(1.07);border-color:var(--lime)}.film-play>span:nth-child(2){letter-spacing:.15em;font-size:11px}.film-play small{margin-left:15px;color:#d6dccc}.film-selector{display:flex;flex-direction:column}.film-selector button{border:0;border-bottom:1px solid var(--line);padding:22px 24px;display:flex;align-items:center;gap:18px;text-align:left;background:transparent;flex:1;color:#a9b6a5;font-size:15px}.film-selector button:last-child{border-bottom:0}.film-selector button[aria-pressed=true]{background:var(--lime);color:#17231b}.film-selector button>span:nth-child(2){flex:1}.film-selector small{display:none;font-size:12px;line-height:1.5;margin-top:4px;color:#476438}.film-selector button[aria-pressed=true] small{display:block}.film-time{font-size:11px}.experience-bottom{display:flex;justify-content:space-between;gap:40px;margin-top:24px;align-items:center}.experience-bottom p{font-size:13px;color:#93a18f;margin:0}.experience-bottom button{background:none;border:0;padding:0}.flow-controls{display:flex;gap:30px;align-items:center;margin:38px 0 65px}.flow-controls .micro{color:#71806d;font-size:10px}.flow-steps{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.flow-steps li{position:relative}.step-number{display:inline-flex;font-family:var(--head);font-size:20px;line-height:54px;width:54px;justify-content:center;border:1px solid #8a9c80;border-radius:50%;background:var(--light);position:relative;z-index:2;transition:background .4s}.step-track{position:absolute;left:54px;right:-30px;top:27px;height:1px;background:#8a9c8055;overflow:hidden}.step-track:after{content:'';display:block;width:100%;height:100%;background:#568537;transform:translateX(-100%);transition:transform 1.5s linear}.flow-steps li:last-child .step-track{display:none}.step-active .step-number{background:var(--lime);border-color:#4e822b}.step-active .step-track:after{transform:translateX(0)}.step-current .step-number{box-shadow:0 0 0 8px #acdf872e}.flow-steps h3{font-size:23px;letter-spacing:-.03em;font-weight:500;line-height:1.3;margin:28px 0 12px}.flow-steps p{font-size:15px;color:#65715f;max-width:240px}.flow-steps a{font-size:13px;display:flex;gap:12px;align-items:center}.flow-steps svg{width:15px;height:15px}.flow-status{margin:38px 0 0;color:#5e7356;font-size:13px;min-height:22px}.company{display:grid;grid-template-columns:1fr 1fr;gap:7%;align-items:center}.company-image{height:670px;position:relative}.company-image>img{height:100%;width:100%;object-fit:cover;object-position:38% 50%;filter:saturate(.75)}.image-caption{position:absolute;bottom:0;left:0;right:0;padding:35px 25px 20px;background:linear-gradient(transparent,#101713dc);display:flex;justify-content:space-between;gap:20px;font-size:11px}.company-copy h2{font-size:clamp(38px,4.1vw,64px);line-height:1.15}.company-copy>p{color:#a7b4a3;max-width:540px}.brand-roles{display:grid;grid-template-columns:1fr 1fr;gap:20px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:30px 0;margin-top:34px}.brand-roles img{height:26px;width:150px;object-fit:contain;object-position:left;margin-bottom:20px}.brand-roles>div:first-child img{filter:brightness(0) invert(1)}.brand-roles p{font-size:13px;color:#a2b29a;margin:0}.company-facts{display:flex;gap:24px;justify-content:space-between;margin-top:28px}.company-facts span{display:flex;flex-direction:column;font-size:10px;color:#97a58f}.company-facts strong{font-family:var(--head);font-size:36px;font-weight:500;color:var(--lime);letter-spacing:-.04em}.contact{background:var(--lime);color:var(--dark);padding-bottom:75px}.contact-top{display:flex;align-items:center;justify-content:space-between;gap:30px}.contact-top .eyebrow{font-size:11px}.contact-top .micro{font-size:10px}.contact-main{display:flex;align-items:center;justify-content:space-between;padding:45px 0 35px}.contact h2{font-size:clamp(80px,12vw,190px);line-height:.98;letter-spacing:-.07em;margin:0;font-weight:500}.contact h2 em{font-style:normal;font-weight:400;color:#629631}.contact-circle{width:180px;height:180px;display:grid;place-items:center;border:1px solid #243a1d70;border-radius:50%;background:transparent;color:#243a1d;transition:.5s}.contact-circle svg{width:65px;height:65px;transition:transform .5s}.contact-circle:hover{background:var(--dark);color:var(--lime)}.contact-circle:hover svg{transform:rotate(45deg)}.contact-bottom{border-top:1px solid #23361c45;padding-top:30px;display:flex;justify-content:space-between;gap:40px}.contact-bottom p{font-size:15px;color:#4e6e35;margin:0}.contact-bottom>div{display:flex;flex-direction:column;gap:8px}.contact-bottom a{font-size:24px;letter-spacing:-.03em;display:flex;align-items:center;gap:50px}.contact-bottom a:last-child{font-size:18px;color:#4e6e35;letter-spacing:0}.contact :focus-visible{outline-color:#294c1b}.footer{padding:60px var(--pad) 25px}.footer-main{display:flex;justify-content:space-between;align-items:flex-start;gap:50px;padding-bottom:50px}.footer-main p,.footer-main>div{font-size:13px;color:#9eac97;line-height:1.9}.footer-main>div{display:flex;flex-direction:column;gap:7px}.footer-main .brand{width:160px}.footer-bottom{border-top:1px solid var(--line);padding-top:25px;display:flex;justify-content:space-between;font-size:11px;color:#7e8e75;gap:30px}.footer-bottom>div{display:flex;gap:25px;align-items:center}.footer-bottom button{border:0;background:none;color:inherit;padding:0;font-size:11px}.footer-bottom a:last-child{font-size:21px}.footer a:hover{color:var(--lime)}.modal-open{overflow:hidden}dialog{background:#18251b;border:1px solid #718966;color:var(--ink);padding:50px;width:min(660px,calc(100% - 32px));max-height:90svh;overflow:auto}dialog::backdrop{background:#030805b8;backdrop-filter:blur(10px)}.dialog-close{position:absolute;top:16px;right:20px;font-size:32px;line-height:1;border:0;background:none;color:#b8c6b0;width:36px;height:36px}dialog h2{font-size:48px;margin-bottom:12px}dialog>p{color:#9eae98}#contact-form{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:28px}#contact-form label{display:flex;flex-direction:column;font-size:13px;gap:7px;color:#b9c8b1}#contact-form input,#contact-form textarea,#contact-form select{width:100%;min-width:0;padding:12px;border:1px solid #52664a;background:#101a13;color:#ecf2e9;border-radius:0;font-size:16px}#contact-form select{color-scheme:dark}.full{grid-column:1/-1}.form-note{font-size:12px;line-height:1.6;color:#8fa182;margin:0}#form-feedback{font-size:13px;line-height:1.6;color:var(--lime);margin:0}.dialog-direct{display:block;font-size:13px;margin-top:25px;text-align:center;color:#a8bd98}.os-hero{padding-top:170px;position:relative;overflow:hidden;background:radial-gradient(ellipse at 85% 100%,#294027,transparent 55%),var(--bg)}.os-hero-title{display:flex;justify-content:space-between;align-items:center;gap:60px;margin-top:35px}.os-hero h1{font:500 clamp(55px,6.6vw,105px)/1.05 var(--head);letter-spacing:-.055em;margin:0}.os-hero h1 em{font-style:normal;color:var(--lime)}.os-hero-title>img{width:20%;min-width:180px}.os-hero-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:45px;gap:30px}.os-hero-bottom p{color:#9fb298}.os-line{border-top:1px solid var(--line);margin-top:60px;padding-top:24px;display:flex;justify-content:space-between;align-items:center}.os-line span:first-child{font-size:48px;color:var(--lime);letter-spacing:-.06em;font-weight:600}.os-line span:nth-child(2){font-size:10px;letter-spacing:.22em;color:#8ba481}.os-line span:last-child{font-size:40px;color:#657c5b;font-weight:300}.catalog-filters{display:flex;flex-wrap:wrap;gap:10px;margin:45px 0 30px}.catalog-filters button{border:1px solid #bec9b7;color:#4c6243;background:none;font-size:13px;padding:9px 16px;transition:.2s}.catalog-filters button[aria-pressed=true]{background:var(--dark);color:var(--ink);border-color:var(--dark)}.catalog-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.product-card{display:block;border-top:1px solid #14201730;position:relative;transition:transform .4s;background:transparent;min-width:0}.product-card-top{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:18px 0}.product-card-top .micro{color:#6f7b68;font-size:10px}.product-card-top svg{width:21px}.product-card-visual{height:300px;position:relative;overflow:hidden;background:#e1e7dc}.product-card-visual>img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.2,.7,.2,1),filter .8s;filter:saturate(.75)}.product-card:hover .product-card-visual>img{transform:scale(1.05);filter:saturate(1)}.product-logo{position:absolute;left:24px;bottom:24px;padding:15px 20px;background:#f7faf3e6;border-left:3px solid var(--product);min-width:130px;display:flex;justify-content:center;backdrop-filter:blur(8px)}.product-logo img{height:28px;max-width:150px;object-fit:contain}.product-card-bottom{padding:22px 0 8px;position:relative}.product-card h3{font-size:28px;line-height:1.2;letter-spacing:-.04em;font-weight:500;margin:0 0 8px}.product-card p{font-size:14px;color:#70806b;margin:0}.prototype{display:inline-block;font-size:9px;letter-spacing:.1em;color:#587738;margin-top:15px;padding:4px 8px;border:1px solid #9cb687}.catalog-count{font-size:12px;color:#70806b;margin:28px 0 0}.detail-hero{padding-top:140px;padding-bottom:45px;background:var(--bg)}.back-link{font-size:13px;color:#a9bb9e;display:inline-block;margin-bottom:36px}.detail-heading{display:grid;grid-template-columns:1fr 1fr;gap:6%;align-items:center}.detail-heading h1{font-family:var(--head);font-size:clamp(42px,4.8vw,75px);line-height:1.08;font-weight:500;letter-spacing:-.055em;margin:25px 0 28px}.detail-heading>div>p{max-width:560px;color:#a4b19c;line-height:1.8}.detail-heading .eyebrow{color:var(--product);font-size:10px}.detail-photo{height:520px;position:relative;overflow:hidden;border-bottom:3px solid var(--product)}.detail-photo>img{width:100%;height:100%;object-fit:cover}.detail-product-logo{position:absolute;left:25px;bottom:25px;background:#f4f6f0ed;padding:18px 24px}.detail-product-logo img{height:38px;max-width:180px;object-fit:contain}.detail-actions{display:flex;gap:24px;align-items:center;flex-wrap:wrap;margin-top:30px}.detail-prototype{position:absolute;right:20px;top:20px;background:var(--lime);color:var(--dark);font-size:10px;letter-spacing:.1em;padding:10px}.detail-facts{display:flex;gap:60px;border-top:1px solid var(--line);padding-top:30px;margin-top:50px}.detail-facts span{font-size:14px;color:#aaba9f;display:flex;align-items:center;gap:15px}.detail-facts i{display:block;width:4px;height:4px;background:var(--product)}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:55px;margin:60px 0}.feature-grid article{border-top:1px solid #14201744;padding-top:20px}.feature-number{font-size:12px;color:#7b8a70}.feature-grid h3{font-size:27px;letter-spacing:-.04em;font-weight:500;line-height:1.3;margin:35px 0 18px}.feature-grid p{font-size:16px;color:#66765d;line-height:1.8}.panel-specs{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center;margin:75px 0}.panel-specs>img{width:100%;height:390px;object-fit:cover}.panel-specs h3{font-size:34px;line-height:1.3;font-weight:500;letter-spacing:-.04em}.panel-specs p{color:#6a7863}.spec-row{display:flex;justify-content:space-between;border-top:1px solid #14201733;padding:12px 0;gap:20px;font-size:13px}.spec-row b{font-weight:500}.product-film{background:#19221a}.product-film video{width:100%;display:block;max-height:720px;margin-top:45px;background:#070d08}.product-film .heading-split p{color:#97a98e}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:45px}.related .product-card{border-color:var(--line)}.related .product-card-top .micro{color:#869b7d}.related .product-card-visual{height:260px}.related .product-card h3{font-size:24px}.related .product-card p{color:#94a58a}.related .prototype{color:#a5c68b}.service-hero{padding-top:140px}.service-hero .eyebrow{color:#a4bd8c}.service-hero h1,.text-page h1{font-family:var(--head);font-size:clamp(52px,7vw,100px);font-weight:500;line-height:1.08;letter-spacing:-.06em;margin:25px 0 40px}.service-hero .heading-split{align-items:center}.service-hero .heading-split p{max-width:600px;color:#9fb195;font-size:20px}.service-hero-image{width:100%;height:480px;object-fit:cover;margin-top:55px}.service-body{display:grid;grid-template-columns:1fr 1fr;gap:80px}.large-copy{font-size:23px;line-height:1.7;letter-spacing:-.02em}.service-list{margin:45px 0 35px;padding:0;list-style:none}.service-list li{border-top:1px solid #18241733;display:flex;align-items:center;gap:25px;padding:18px 0}.service-list span{font-size:12px;color:#718569}.service-list h3{font-size:20px;font-weight:500;margin:0;line-height:1.5}.text-page{padding-top:175px}.text-page>.large-copy{max-width:750px;color:#9fb492}.reference-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:50px 0}.reference-grid>div{background:#eef2e8;color:#183015;padding:35px;min-height:210px;display:flex;flex-direction:column;justify-content:space-between}.reference-grid img{height:45px;max-width:190px;object-fit:contain;object-position:left;margin-bottom:30px}.reference-grid span{font-size:17px}.reference-grid small{color:#73846a;margin-top:6px}.text-page>p{max-width:750px;color:#a0b095}.text-page>.button{margin-top:20px}.legal{max-width:1050px}.legal h1{font-size:65px}.legal h2{font-size:28px;margin-top:45px;letter-spacing:-.03em}.legal p{font-size:17px;line-height:1.9}.hero-photo{transform:translate(var(--mx,0),var(--my,0)) scale(1.025);transition:transform 1s ease-out}.will-reveal{opacity:0;transform:translateY(28px);transition:opacity .8s ease,transform .8s cubic-bezier(.2,.6,.2,1)}.will-reveal.visible{opacity:1;transform:none}.motion-paused *,.motion-paused *:before,.motion-paused *:after{animation-play-state:paused!important;transition:none!important}.motion-paused .will-reveal{opacity:1;transform:none}body.motion-paused{scroll-behavior:auto}[hidden]{display:none!important}
@keyframes orbitSpin{to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes flowDash{to{stroke-dashoffset:-400}}
@media(min-width:1600px){.orbit{max-width:790px}.section{padding-top:140px;padding-bottom:140px}.hero-photo{width:59%}.film-stage{min-height:540px}}
@media(max-width:1100px){.section{padding:80px var(--pad)}.trusted{gap:25px}.trusted-logos{gap:20px}.trusted-logos img{max-width:100px}.trusted>.text-link{display:none}.heading-split{gap:40px}.heading-split>p{max-width:310px;font-size:15px}.solution-tabs button{font-size:14px}.solution-tabs button span{margin-right:10px}.solution-layout{gap:5%}.solution-image{height:430px}.solution-copy h3{font-size:30px}.eco-layout{grid-template-columns:.8fr 1.2fr}.orbit-node{font-size:10px;min-width:95px}.node-symbol{width:46px;height:46px;font-size:20px}.orbit-core>span{font-size:6px}.orbit-core small{font-size:8px}.orbit-core img{height:22px;margin:10px 0}.cinema{grid-template-columns:1.3fr 1fr}.film-stage{min-height:400px}.film-selector button{padding:16px;gap:12px;font-size:13px}.film-selector small{font-size:11px}.company{gap:5%}.company-image{height:630px}.company-facts{gap:15px}.company-facts strong{font-size:30px}.company-facts span{font-size:9px}.brand-roles img{height:23px;width:125px}.company-copy>p{font-size:15px}.contact-circle{width:145px;height:145px}.footer-main{gap:30px}.footer-main p{display:none}.os-hero,.detail-hero,.service-hero,.text-page{padding-top:145px}.detail-photo{height:480px}.detail-heading h1{font-size:48px}.detail-facts{gap:30px}.detail-facts span{font-size:12px}.product-card-visual{height:260px}.related-grid{gap:20px}.related .product-card-visual{height:210px}.feature-grid{gap:30px}.feature-grid h3{font-size:25px}.service-body{gap:50px}}
@media(max-width:760px){.section{padding:65px 24px}.heading-split{display:block}.heading-split>p{max-width:100%;margin-top:24px}.heading-split h2{margin:22px 0 0}.section-heading{margin-bottom:30px}.eyebrow{font-size:10px;letter-spacing:.12em}.trusted{padding:28px 24px;display:block}.trusted>.micro{display:block;max-width:none;margin-bottom:23px;font-size:9px}.trusted-logos{gap:24px;flex-wrap:wrap;justify-content:flex-start}.trusted-logos img{max-width:90px;max-height:24px}.solution-tabs{overflow-x:auto;margin-bottom:28px;gap:25px;scrollbar-width:thin}.solution-tabs button{flex:none;white-space:nowrap;padding:15px 0;font-size:14px}.solution-tabs button span{font-size:10px}.solution-layout{grid-template-columns:1fr;gap:30px}.solution-image{height:310px}.solution-copy h3{font-size:32px}.solution-copy>p{font-size:16px}.solution-copy .line-list li{font-size:14px}.eco-top{align-items:flex-start;gap:20px}.eco-top .text-link{font-size:11px;gap:5px}.eco-top svg{width:15px;height:15px}.eco-layout{display:flex;flex-direction:column;margin-top:8px;gap:20px}.eco-copy{width:100%}.eco-copy h2{font-size:52px}.eco-copy>p{max-width:100%;font-size:16px}.eco-copy h2 br:last-child{display:none}.eco-copy h2 .muted{margin-right:8px}.eco-detail{min-height:165px;margin-top:26px}.orbit{width:100%;max-width:550px;margin:25px auto 0}.orbit-node{font-size:10px;min-width:83px;max-width:100px;line-height:1.3;gap:6px}.node-symbol{width:40px;height:40px;border-radius:9px;font-size:19px}.orbit-core{width:35%;padding:12px}.orbit-core img{height:23px;margin:8px 0}.orbit-core>span{font-size:5px}.orbit-core small{font-size:7px}.orbit-caption{font-size:7px;bottom:-15px}.ecosystem{padding-bottom:85px}.cinema{grid-template-columns:1fr}.film-stage{min-height:0;aspect-ratio:16/9}.film-play>span:first-child{width:62px;height:62px;font-size:20px}.film-selector{display:grid;grid-template-columns:1fr 1fr}.film-selector button{padding:16px 12px;font-size:12px;border-right:1px solid var(--line);min-height:82px;gap:9px}.film-selector button:nth-child(even){border-right:0}.film-selector button small{display:none!important}.film-selector .micro{font-size:9px}.film-time{font-size:9px}.experience-bottom{display:block}.experience-bottom p{margin-bottom:18px;font-size:12px}.experience-bottom button{font-size:13px}.flow-controls{margin:30px 0 40px;gap:15px;flex-wrap:wrap}.flow-controls .micro{font-size:8px}.flow-steps{grid-template-columns:1fr 1fr;gap:35px 25px}.flow-steps li:nth-child(2) .step-track{display:none}.flow-steps h3{font-size:23px;margin-top:20px}.flow-steps p{font-size:14px}.flow-steps a{font-size:12px;gap:8px}.step-number{width:44px;line-height:44px;font-size:17px}.step-track{left:44px;top:22px;right:-25px}.flow-status{font-size:12px;margin-top:30px}.company{grid-template-columns:1fr;gap:40px}.company-image{height:360px}.company-copy h2{font-size:43px}.company-facts{gap:20px}.company-facts strong{font-size:38px}.company-facts span{font-size:10px}.brand-roles img{height:24px;width:140px}.brand-roles p{font-size:12px}.contact-top>.micro{display:none}.contact-top .eyebrow{font-size:9px;max-width:250px}.contact-main{padding:40px 0}.contact h2{font-size:clamp(66px,13.7vw,110px)}.contact-circle{width:80px;height:80px;flex-shrink:0}.contact-circle svg{width:36px;height:36px}.contact-bottom{display:block;padding-top:24px}.contact-bottom p{font-size:14px;margin-bottom:24px}.contact-bottom a{font-size:25px}.contact-bottom a:last-child{font-size:17px}.footer{padding:45px 24px 24px}.footer-main{display:grid;grid-template-columns:1fr 1fr;gap:30px}.footer-main .brand{grid-column:1/-1;width:160px}.footer-main>div{font-size:12px}.footer-bottom{display:block;font-size:10px}.footer-bottom>div{margin-top:18px;gap:17px;flex-wrap:wrap}.footer-bottom button{font-size:10px}.header.menu-open nav{display:flex;position:absolute;top:76px;left:0;right:0;background:#172219;border-bottom:1px solid #48633c;flex-direction:column;align-items:stretch;padding:25px 30px;gap:0;box-shadow:0 30px 60px #0007}.header.menu-open nav a{font-size:22px;padding:15px 0}.header.menu-open .menu-toggle span:first-child{transform:translateY(4px) rotate(45deg)}.header.menu-open .menu-toggle span:last-child{transform:translateY(-4px) rotate(-45deg)}dialog{padding:44px 24px 30px}dialog h2{font-size:38px}#contact-form{grid-template-columns:1fr;gap:16px}#contact-form .full{grid-column:auto}.os-hero,.detail-hero,.service-hero,.text-page{padding-top:125px}.os-hero-title{display:block;margin-top:25px}.os-hero h1{font-size:clamp(44px,8.5vw,68px)}.os-hero-title>img{width:160px;min-width:0;margin-top:36px}.os-hero-bottom{display:block;margin-top:35px}.os-hero-bottom p{font-size:16px}.os-hero-bottom .button{margin-top:12px}.os-line{margin-top:40px}.os-line span:first-child{font-size:38px}.os-line span:nth-child(2){font-size:8px}.catalog-filters{flex-wrap:nowrap;overflow:auto;margin:30px 0 24px;padding-bottom:10px;gap:8px}.catalog-filters button{white-space:nowrap;font-size:12px;padding:8px 12px}.catalog-grid{grid-template-columns:1fr;gap:26px}.product-card-visual{height:280px}.product-card-top{padding:15px 0}.product-card-top .micro{font-size:9px}.product-card h3{font-size:27px}.product-card p{font-size:14px}.product-card-bottom{padding-top:18px}.product-logo{left:18px;bottom:18px;padding:12px 16px}.product-logo img{height:25px}.detail-heading{grid-template-columns:1fr;gap:35px}.detail-heading h1{font-size:clamp(42px,8vw,65px)}.detail-heading>div>p{font-size:16px}.detail-heading .eyebrow{font-size:9px}.back-link{font-size:12px;margin-bottom:28px}.detail-photo{height:360px}.detail-facts{flex-wrap:wrap;gap:16px 24px;padding-top:25px;margin-top:30px}.detail-facts span{font-size:12px;gap:9px}.feature-grid{grid-template-columns:1fr;gap:30px;margin:40px 0}.feature-grid h3{margin-top:18px}.feature-grid p{font-size:16px}.panel-specs{grid-template-columns:1fr;gap:24px;margin:45px 0}.panel-specs>img{height:280px}.panel-specs h3{font-size:28px;margin-top:0}.spec-row{font-size:12px}.related-grid{grid-template-columns:1fr;gap:30px}.related .product-card-visual{height:270px}.service-hero h1,.text-page h1{font-size:clamp(44px,8.7vw,70px);margin-bottom:30px}.service-hero .heading-split p{font-size:18px}.service-hero .heading-split .button{margin-top:25px}.service-hero-image{height:320px;margin-top:35px}.service-body{grid-template-columns:1fr;gap:20px}.service-body h2 br:nth-of-type(2){display:none}.service-body .large-copy{font-size:19px}.service-list h3{font-size:17px}.text-page>.large-copy{font-size:19px}.reference-grid{grid-template-columns:1fr 1fr;gap:12px}.reference-grid>div{padding:20px;min-height:180px}.reference-grid img{max-width:100%;height:35px}.reference-grid span{font-size:14px}.reference-grid small{font-size:11px}.legal h1{font-size:48px}.legal h2{font-size:26px}.hero-photo{transform:none!important}.nav-contact{white-space:nowrap}}
@media(max-width:380px){.header{gap:10px;padding:0 18px}.brand{width:132px}.nav-contact{font-size:11px}.nav-contact svg{width:15px}.hero h1{font-size:48px}.company-facts{gap:15px}.company-facts span{font-size:9px}.contact-circle{width:62px;height:62px}.orbit-node{font-size:9px}.footer-bottom>div{gap:14px}}
@media(prefers-reduced-motion:reduce){.will-reveal{opacity:1;transform:none}.orbit-ring,.connections path{animation:none}.hero-photo{transform:none!important}}
