:root{--xolo-green:#6ec73b;--xolo-green-soft:#8de85d;--xolo-red:#ff595f;--xolo-orange:#ff8f00;--xolo-blue:#4589d6;--xolo-purple:#724e9b;--xolo-charcoal:#333333;--paper:#ebebeb;--paper-soft:#dddddd;--ink:#040303;--muted:rgba(4, 3, 3, 0.66);--night:#040303;--night-soft:#131313;--night-panel:#1a1a1a;--line:rgba(4, 3, 3, 0.12);--line-light:rgba(255, 255, 255, 0.16);--gutter:clamp(1.25rem, 4vw, 4.5rem);--content-max:112rem;--header-height:5.25rem;--font:"Helvetica Neue","Source Han Sans SC","Noto Sans SC","Microsoft YaHei",Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;overflow-x:hidden;color:var(--ink);background:linear-gradient(180deg,#ebebeb 0,#e4e4e4 100%);font-family:var(--font);font-size:16px;line-height:1.5}a,button{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}img,video{display:block;max-width:100%}a:focus-visible,button:focus-visible{outline:2px solid var(--xolo-green);outline-offset:4px}.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}.layout-shell{width:min(100%,var(--content-max));margin:0 auto;padding-right:var(--gutter);padding-left:var(--gutter)}.layout-grid{display:grid;width:min(100%,var(--content-max));margin:0 auto;grid-template-columns:minmax(8rem,0.78fr) minmax(0,3fr) minmax(10rem,1fr);column-gap:clamp(1.5rem,3vw,4rem)}.section-pad{padding:clamp(5.5rem,9vw,10rem) var(--gutter)}#about,#scenes,#x1{scroll-margin-top:calc(var(--header-height) + 1rem)}.eyebrow,.section-number{display:inline-flex;align-items:center;gap:.5rem;margin:0;font-size:.72rem;font-weight:800;line-height:1.2;letter-spacing:0;text-transform:uppercase}.eyebrow::before,.section-number::before{width:.42rem;height:.42rem;flex:0 0 auto;background:currentColor;content:""}.section-number{color:var(--xolo-green)}.eyebrow{color:currentColor;opacity:.72}.site-header{position:fixed;z-index:50;top:0;left:0;width:100%;padding:.85rem var(--gutter) 0;pointer-events:none}.site-header__inner{position:relative;display:grid;width:min(100%,var(--content-max));min-height:4.25rem;margin:0 auto;padding:0 .75rem 0 1.1rem;grid-template-columns:auto 1fr auto;align-items:center;gap:1.5rem;border:1px solid rgba(255,255,255,.14);border-radius:999px;color:#fff;background:rgba(5,8,9,.52);box-shadow:0 1.1rem 2.8rem rgba(0,0,0,.18);-webkit-backdrop-filter:blur(18px) saturate(140%);backdrop-filter:blur(18px) saturate(140%);pointer-events:auto;transition:background-color 180ms ease,border-color 180ms ease,box-shadow 180ms ease}.site-header.is-scrolled .site-header__inner,.site-header.menu-open .site-header__inner{border-color:rgba(255,255,255,.2);background:rgba(5,8,9,.82);box-shadow:0 1rem 3rem rgba(0,0,0,.26)}.brand{position:relative;z-index:2;display:inline-flex;width:8rem;height:2.35rem;align-items:center}.brand-logo{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;object-position:left center;transition:opacity 180ms ease}.brand-logo--light{opacity:1}.brand-logo--dark{opacity:0}.site-nav{position:relative;z-index:2;display:flex;align-items:center;justify-content:flex-end;gap:clamp(1.15rem,2.5vw,2.75rem);font-size:.76rem;font-weight:800;letter-spacing:0}.nav-contact,.site-nav a{transition:color 160ms ease,border-color 160ms ease,background-color 160ms ease}.site-nav a:hover{color:var(--xolo-green-soft)}.nav-contact{display:inline-flex;min-height:2.55rem;align-items:center;gap:.75rem;padding:0 1rem;border:1px solid rgba(255,255,255,.38);border-radius:999px;color:inherit;background:rgba(255,255,255,.04);font-size:.72rem;font-weight:800}.nav-contact:hover{border-color:var(--xolo-green);color:var(--ink);background:var(--xolo-green)}.menu-button{display:none}.hero{position:relative;display:grid;min-height:100svh;overflow:hidden;isolation:isolate;color:#fff;background:var(--night)}.hero-media{position:absolute;inset:0;z-index:-3}.hero-media img{width:100%;height:100%;object-fit:cover;object-position:58% center;transform:scale(1.02);animation:hero-breathe 14s ease-in-out infinite alternate}.hero::after,.hero::before{position:absolute;inset:0;z-index:-2;content:"";pointer-events:none}.hero::before{background:linear-gradient(90deg,rgba(0,0,0,.86) 0,rgba(0,0,0,.54) 34%,rgba(0,0,0,.12) 66%),linear-gradient(0deg,rgba(0,0,0,.72) 0,rgba(0,0,0,.06) 54%)}.hero::after{z-index:-1;background:linear-gradient(180deg,rgba(0,0,0,.32) 0,transparent 24%)}.hero-content{position:relative;display:grid;min-height:100svh;padding-top:8.5rem;padding-bottom:clamp(2.5rem,5vw,5rem);grid-template-columns:minmax(0,1fr) minmax(17rem,22rem);align-items:end;gap:clamp(2rem,5vw,6rem)}.hero-copy{max-width:57rem}.hero-content .eyebrow{margin-bottom:1.25rem;color:var(--xolo-green-soft);opacity:1}.hero h1{max-width:10ch;margin:0;font-size:4.4rem;font-weight:800;line-height:.98;letter-spacing:0}.hero-text{max-width:34rem;margin:1.7rem 0 0;color:rgba(255,255,255,.78);font-size:1.02rem;line-height:1.8}.hero-actions{display:flex;margin-top:2.35rem;align-items:end;gap:1.5rem}.hero-aside{display:grid;gap:1rem;padding:1.25rem;border:1px solid rgba(255,255,255,.16);border-radius:8px;background:rgba(5,8,9,.42);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.hero-aside p{margin:0;color:rgba(255,255,255,.76);font-size:.72rem;font-weight:800;text-transform:uppercase}.hero-metrics{display:grid;gap:.55rem;color:rgba(255,255,255,.88);font-size:.82rem;font-weight:700}.round-link{--cta-height:3rem;--cta-surface:rgba(255, 255, 255, 0.08);--cta-border:rgba(255, 255, 255, 0.7);--cta-color:#fff;--cta-arrow:var(--xolo-green);display:inline-flex;min-height:var(--cta-height);align-items:center;justify-content:center;gap:.75rem;padding:0 1.1rem 0 1.2rem;border:1px solid var(--cta-border);border-radius:999px;color:var(--cta-color);background:var(--cta-surface);box-shadow:inset 0 0 0 1px rgba(255,255,255,.06);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:left;font-size:.74rem;font-weight:800;line-height:1.15;letter-spacing:0;transition:color 180ms ease,border-color 180ms ease,background-color 180ms ease,box-shadow 180ms ease,transform 180ms ease}.round-link__label{max-width:none}.round-link__arrow{display:grid;width:1.55rem;height:1.55rem;place-items:center;border-radius:50%;color:var(--cta-arrow);background:rgba(255,255,255,.08);font-size:1.05rem;line-height:1}.round-link--hero{--cta-height:3.35rem;gap:.9rem;font-size:.8rem;padding-inline:1.25rem}.round-link--small{--cta-height:2.8rem;font-size:.68rem;padding-inline:1rem}.round-link--light{--cta-surface:rgba(255, 255, 255, 0.08);--cta-border:rgba(255, 255, 255, 0.74);--cta-color:#fff;--cta-arrow:var(--xolo-green)}.round-link--dark{--cta-surface:rgba(17, 20, 18, 0.06);--cta-border:rgba(17, 20, 18, 0.28);--cta-color:var(--ink);--cta-arrow:var(--xolo-green);box-shadow:inset 0 0 0 1px rgba(17,20,18,.08)}.round-link:hover{border-color:var(--xolo-green);color:var(--ink);background:var(--xolo-green);box-shadow:inset 0 0 0 1px rgba(110,199,59,.18),0 .85rem 2rem rgba(0,0,0,.18);transform:translateY(-3px)}.round-link:hover .round-link__arrow{color:currentColor}.round-link:focus-visible{outline:2px solid var(--xolo-green);outline-offset:5px}.text-action,.text-link{display:inline-flex;align-items:center;min-height:2.5rem;gap:.65rem;padding:0;border:0;border-bottom:1px solid currentColor;background:0 0;color:inherit;font-size:.76rem;font-weight:800;letter-spacing:0;transition:color 160ms ease,border-color 160ms ease}.text-link--light{color:rgba(255,255,255,.9)}.text-action:hover,.text-link:hover{color:var(--xolo-green)}.text-action span{font-size:1.05rem}.hero-side-label{position:absolute;right:var(--gutter);bottom:1.7rem;margin:0;color:rgba(255,255,255,.46);font-size:.68rem;font-weight:800;line-height:1;text-transform:uppercase}.intro-band{border-top:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.12);background:var(--xolo-green)}.intro-layout{align-items:stretch}.intro-main{grid-column:2}.about-action,.intro-action,.section-heading-meta{display:grid;gap:1.15rem;justify-items:start;align-self:end}.intro-action{grid-column:3}.about-main h2,.contact-cta h2,.intro-layout h2,.section-heading h2{margin:0;font-size:3.25rem;font-weight:800;line-height:1.04;letter-spacing:0}.intro-copy{max-width:40rem;margin:2.35rem 0 0;font-size:1.12rem;line-height:1.75}.intro-note{align-self:end;margin:0;padding-top:1rem;border-top:1px solid rgba(17,20,18,.42);color:rgba(17,20,18,.8);font-size:.76rem;font-weight:800;line-height:1.35}.x1-section{padding:clamp(5.5rem,10vw,9rem) 0 clamp(5.5rem,9vw,9rem);overflow:hidden;background:var(--night);color:#fff}.section-heading{padding:0 var(--gutter) clamp(2.75rem,5vw,5rem)}.section-heading>div{grid-column:2}.section-heading-meta{grid-column:3;color:rgba(255,255,255,.68)}.section-heading-meta .section-lede{margin:0;font-size:.95rem;line-height:1.75}.section-heading h2{margin-top:.8rem;font-size:5rem;line-height:.9}.x1-wide-visual{position:relative;width:min(calc(100% - var(--gutter) * 2),var(--content-max));margin:0 auto;overflow:hidden;border:1px solid var(--line-light);border-radius:8px;background:#020407}.x1-wide-visual img{width:100%;height:100%;aspect-ratio:16/7.8;object-fit:contain;background:#020407}.x1-wide-visual figcaption{display:grid;min-height:3.5rem;padding:.85rem 1.1rem;grid-template-columns:3rem minmax(0,1fr) auto;align-items:center;gap:1rem;border-top:1px solid var(--line-light);color:rgba(255,255,255,.64);background:rgba(5,8,9,.82);font-size:.7rem;line-height:1.3}.x1-wide-visual figcaption span:first-child{color:var(--xolo-green);font-weight:800}.product-strip{display:grid;width:min(calc(100% - var(--gutter) * 2),var(--content-max));margin:clamp(1.2rem,2.5vw,2rem) auto 0;grid-template-columns:1fr;gap:clamp(1.25rem,2.5vw,1.75rem)}.product-panel{position:relative;min-width:0;overflow:hidden;border:1px solid var(--line-light);border-radius:1rem;background:var(--night-panel)}.product-panel--intro{display:flex;min-height:18rem;padding:clamp(2rem,4vw,3.5rem);flex-direction:column;align-items:flex-start;justify-content:flex-end;background:var(--xolo-green);color:var(--ink)}.product-panel--intro .eyebrow{margin-bottom:auto;opacity:.74}.product-panel h3{max-width:10ch;margin:0;font-size:2.7rem;font-weight:800;line-height:1.04;letter-spacing:0}.product-panel--intro>p:not(.eyebrow){max-width:24rem;margin:1.35rem 0 0;font-size:.96rem;line-height:1.7}.product-panel--intro .text-action{margin-top:2rem}.product-stack{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;overflow:hidden;border:1px solid var(--line-light);border-radius:1rem;background:#020407}.product-panel--image{display:grid;min-height:23rem;aspect-ratio:4/3;padding:0;place-items:center;background:#020407}.product-stack .product-panel{border:0;border-radius:0}.product-stack .product-panel+.product-panel{border-left:1px solid rgba(255,255,255,.12)}.product-panel--image img{width:100%;height:100%;object-fit:cover;object-position:center;background:#020407;transition:transform .5s ease}.product-panel--image:hover img{transform:scale(1.02)}.product-panel--image div{position:absolute;right:0;bottom:0;left:0;display:grid;min-height:3.8rem;padding:.75rem 1rem;grid-template-columns:2rem minmax(0,1fr);align-items:center;gap:.75rem;border-top:1px solid rgba(255,255,255,.22);background:rgba(2,4,7,.78);color:#fff;font-size:.72rem;line-height:1.35;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.product-panel--image div span{color:var(--xolo-green);font-weight:800}.product-panel--image p{margin:0}.scene-section{position:relative;display:grid;width:min(calc(100% - var(--gutter) * 2),var(--content-max));margin:clamp(5.5rem,10vw,9rem) auto;overflow:hidden;border:1px solid rgba(4,3,3,.12);border-radius:1rem;background:#040303;color:#fff}.scene-media{position:relative;overflow:hidden;min-height:52rem;background:#040303}.scene-media::after{position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,3,3,.12) 0,rgba(4,3,3,.3) 24%,rgba(4,3,3,.72) 100%),linear-gradient(90deg,rgba(4,3,3,.22) 0,transparent 35%,transparent 65%,rgba(4,3,3,.28) 100%);content:"";pointer-events:none}.scene-video{width:100%;height:100%;min-height:52rem;object-fit:cover}.scene-content{position:absolute;right:clamp(1rem,4vw,3rem);bottom:clamp(1rem,4vw,3rem);z-index:1;display:flex;width:min(38rem,calc(100% - var(--gutter) * 2));padding:clamp(1.5rem,3vw,2.5rem);flex-direction:column;align-items:flex-start;border:1px solid rgba(255,255,255,.12);border-radius:1rem;background:linear-gradient(180deg,rgba(4,3,3,.72) 0,rgba(4,3,3,.42) 100%);box-shadow:0 1.6rem 3.4rem rgba(0,0,0,.28);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.scene-content .section-number{color:var(--xolo-green)}.scene-content .eyebrow{margin-top:.75rem}.scene-content h2{max-width:12ch;margin:1rem 0 1.6rem;font-size:4rem;font-weight:900;line-height:.96;letter-spacing:0}.scene-content>p:not(.section-number):not(.eyebrow){max-width:28rem;margin:0;color:rgba(255,255,255,.8);font-size:1rem;line-height:1.75}.scene-points{display:flex;flex-wrap:wrap;gap:.6rem;margin:1.5rem 0 0}.scene-points span{display:inline-flex;min-height:2rem;align-items:center;padding:0 .78rem;border:1px solid rgba(255,255,255,.16);border-radius:999px;color:rgba(255,255,255,.78);background:rgba(255,255,255,.04);font-size:.72rem;font-weight:800}.scene-content .round-link{margin-top:clamp(2rem,4vw,4rem);align-self:flex-start}.about-section{border-top:1px solid var(--line);background:var(--paper)}.about-layout{align-items:start}.about-main{max-width:52rem;grid-column:2}.about-main p{max-width:42rem;margin:2rem 0 0;color:var(--muted);font-size:1.04rem;line-height:1.78}.about-main p+p{margin-top:1rem}.about-action{grid-column:3;align-self:start}.about-statement{padding-top:.85rem;border-top:2px solid var(--xolo-green)}.statement-mark{display:block;margin-bottom:clamp(2.5rem,5vw,5rem);color:var(--xolo-green);font-size:2rem;font-weight:300;line-height:1}.about-statement p{margin:0;font-size:1.04rem;font-weight:800;line-height:1.45}.contact-cta{display:flex;min-height:min(42rem,72vh);padding:clamp(5rem,9vw,9rem) max(var(--gutter),calc((100% - var(--content-max))/ 2));align-items:end;justify-content:space-between;gap:2rem;border-top:1px solid rgba(255,255,255,.1);background:var(--night-soft);color:#fff}.contact-cta .eyebrow{color:var(--xolo-green);opacity:1}.contact-cta h2{max-width:13ch;margin-top:1.15rem}.contact-cta .round-link{align-self:flex-end}.site-footer{position:relative;display:grid;min-height:18rem;padding:3.2rem max(var(--gutter),calc((100% - var(--content-max))/ 2)) 1.8rem;grid-template-columns:1fr 1fr;align-content:space-between;gap:3rem 2rem;background:var(--xolo-charcoal);color:#fff}.footer-logo{width:12rem}.footer-meta{display:grid;justify-self:end;gap:.35rem;color:rgba(255,255,255,.76);text-align:right;font-size:.78rem}.footer-meta p{margin:0}.footer-meta a:hover{color:var(--xolo-green)}.footer-copy{margin:0;padding-top:1rem;border-top:1px solid rgba(255,255,255,.22);grid-column:1/-1;color:rgba(255,255,255,.48);font-size:.68rem}.back-top{position:absolute;right:max(var(--gutter),calc((100% - var(--content-max))/ 2));bottom:1.25rem;display:grid;width:2.35rem;aspect-ratio:1;place-items:center;border:1px solid rgba(255,255,255,.5);border-radius:50%;font-size:1rem;transition:background-color 160ms ease,color 160ms ease,border-color 160ms ease}.back-top:hover{border-color:var(--xolo-green);color:var(--ink);background:var(--xolo-green)}.contact-dialog{width:min(27rem,calc(100% - 2rem));padding:0;border:1px solid rgba(17,20,18,.22);border-radius:.85rem;color:var(--ink);background:var(--paper);box-shadow:0 1rem 4rem rgba(0,0,0,.36)}.contact-dialog::backdrop{background:rgba(0,0,0,.72)}.dialog-content{padding:3.5rem 2.5rem 2.7rem;text-align:center}.dialog-content .eyebrow{color:var(--xolo-green);opacity:1}.dialog-content h2{margin:1rem 0 1.7rem;font-size:2.3rem;line-height:1.1}.dialog-content img{width:min(13rem,100%);margin:0 auto 1.4rem;border:1px solid var(--line)}.dialog-content p{margin:0 0 1rem;font-size:.9rem}.dialog-content a{padding-bottom:.2rem;border-bottom:1px solid currentColor;color:var(--ink);font-size:.8rem;font-weight:800}.dialog-close{position:absolute;top:.8rem;right:.8rem;display:grid;width:2.35rem;aspect-ratio:1;place-items:center;padding:0;border:1px solid var(--line);border-radius:50%;color:var(--ink);background:0 0;font-size:1.4rem;line-height:1}.dialog-close:hover{border-color:var(--xolo-green);color:var(--ink);background:var(--xolo-green)}@keyframes hero-breathe{from{transform:scale(1.02)}to{transform:scale(1.06)}}@media (min-width:1120px){.hero h1{font-size:7.2rem}.about-main h2,.contact-cta h2,.intro-layout h2{font-size:5.5rem}.section-heading h2{font-size:8rem}.product-panel h3{font-size:3.8rem}.scene-content h2{font-size:4.6rem}}@media (max-width:980px){.layout-grid{grid-template-columns:1fr;gap:1.25rem}.about-action,.about-main,.intro-action,.intro-main,.section-heading-meta,.section-heading>div{grid-column:1}.hero-content{grid-template-columns:1fr}.hero-aside{max-width:28rem}.product-strip{grid-template-columns:1fr}.product-stack{grid-template-columns:1fr}.product-stack .product-panel+.product-panel{border-left:0;border-top:1px solid rgba(255,255,255,.12)}.product-panel--intro{min-height:18rem}.product-panel--image{min-height:18rem;aspect-ratio:16/10}.scene-section{display:block}.scene-media,.scene-video{min-height:32rem}.scene-content{position:relative;right:auto;bottom:auto;width:min(100%,42rem);margin:-4rem auto 0}}@media (max-width:760px){:root{--header-height:4.7rem}.layout-shell{width:100%}.section-pad{padding-top:4.7rem;padding-bottom:4.7rem}.site-header{padding:.65rem var(--gutter) 0}.site-header__inner{min-height:3.75rem;padding:0 .55rem 0 .85rem;grid-template-columns:1fr auto;gap:.75rem;border-radius:1.6rem}.brand{width:6.7rem;height:2rem}.menu-button{position:relative;z-index:3;display:block;width:2.6rem;aspect-ratio:1;padding:0;border:1px solid rgba(255,255,255,.46);border-radius:50%;color:#fff;background:rgba(255,255,255,.05)}.menu-button span:not(.sr-only){position:absolute;left:.72rem;width:1.05rem;height:1px;background:currentColor;transition:transform 180ms ease}.menu-button span:nth-child(2){top:1rem}.menu-button span:nth-child(3){top:1.5rem}.site-header.menu-open .menu-button span:nth-child(2){transform:translateY(.25rem) rotate(45deg)}.site-header.menu-open .menu-button span:nth-child(3){transform:translateY(-.25rem) rotate(-45deg)}.site-nav{position:absolute;top:calc(100% + .6rem);right:0;left:0;display:grid;max-height:0;overflow:hidden;gap:0;border:0 solid rgba(255,255,255,.16);border-radius:8px;background:rgba(5,8,9,.94);color:#fff;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transition:max-height 220ms ease,border-width 220ms ease}.site-header.menu-open .site-nav{max-height:22rem;border-width:1px}.nav-contact,.site-nav a{min-height:3.7rem;padding:0 1.1rem;border:0;border-top:1px solid rgba(255,255,255,.12);border-radius:0;background:0 0;font-size:.78rem;text-align:left}.nav-contact{width:100%;justify-content:space-between}.hero{min-height:92svh}.hero-media img{object-position:64% center}.hero-content{min-height:92svh;padding-top:7rem;padding-bottom:2rem;gap:1.4rem}.hero h1{width:100%;max-width:16rem;font-size:2.95rem;line-height:1.02;word-break:keep-all;overflow-wrap:normal}.hero-text{max-width:20rem;font-size:.92rem;line-height:1.68}.hero-actions{margin-top:1.65rem;gap:1rem}.hero-aside{padding:1rem}.hero-metrics{grid-template-columns:1fr;font-size:.75rem}.hero .round-link--hero{min-width:8.9rem;height:2.9rem;padding:0 1rem 0 1.1rem}.round-link{--cta-height:2.75rem;font-size:.64rem}.round-link__label{max-width:none;white-space:nowrap}.round-link__arrow{font-size:.95rem}.round-link--small{--cta-height:2.65rem}.hero-side-label{display:none}.about-main h2,.contact-cta h2,.intro-layout h2{font-size:2.8rem}.intro-copy{margin-top:1.65rem;font-size:1rem}.intro-action{margin-top:1rem}.x1-section{padding-top:4.7rem;padding-bottom:4.7rem}.section-heading{padding-bottom:2.25rem;gap:1.15rem}.section-heading h2{font-size:4rem}.section-heading-meta .section-lede{font-size:.9rem}.product-strip,.scene-section,.x1-wide-visual{width:calc(100% - var(--gutter) * 2)}.x1-wide-visual img{aspect-ratio:1/0.86}.x1-wide-visual figcaption{grid-template-columns:2rem minmax(0,1fr)}.x1-wide-visual figcaption span:last-child{display:none}.product-panel--intro{min-height:18rem}.product-panel h3{font-size:2.3rem}.product-panel--image{min-height:16rem;aspect-ratio:16/10}.scene-media,.scene-video{min-height:24rem}.scene-content{width:calc(100% - var(--gutter) * 2);margin:-3rem auto 0;padding:1.6rem}.scene-content h2{font-size:2.9rem}.scene-content>p:not(.section-number):not(.eyebrow){font-size:.94rem}.about-action,.about-statement{margin-top:1.6rem}.statement-mark{margin-bottom:2rem}.contact-cta{min-height:32rem;padding:5rem var(--gutter) 3.5rem;flex-direction:column;align-items:flex-start;justify-content:space-between}.contact-cta .round-link{align-self:flex-end}.site-footer{min-height:22rem;padding:2.7rem var(--gutter) 1.35rem;grid-template-columns:1fr;gap:2.4rem}.footer-meta{justify-self:start;text-align:left}.back-top{right:var(--gutter);bottom:1rem}.dialog-content{padding:3.4rem 1.5rem 2.3rem}}@media (prefers-reduced-motion:reduce){*,::after,::before{scroll-behavior:auto!important;animation-duration:0s!important;transition-duration:0s!important}}html{scroll-behavior:auto;scroll-padding-top:calc(var(--xo-header-height) + 0.85rem)}main[id],section[id]{scroll-margin-top:0}.collab-band,.contact-band,.x1-band{color:var(--xo-paper)}.collab-band .section-head h2,.collab-stage__copy h3,.contact-band__copy h2,.x1-band .section-head h2,.x1-stage__copy h3{color:rgba(246,246,240,.96);text-shadow:0 .08em .5em rgba(0,0,0,.24)}.collab-band .section-head__lede,.collab-stage__text,.x1-band .section-head__lede,.x1-stage__copy p{color:rgba(241,240,235,.76)}.masthead::before{position:absolute;z-index:-1;top:0;right:0;left:0;height:calc(var(--xo-header-height) + 1.25rem);background:linear-gradient(180deg,rgba(5,6,8,.82) 0,rgba(5,6,8,.5) 62%,rgba(5,6,8,0) 100%);content:"";pointer-events:none}.about-band,.collab-band,.contact-band,.x1-band{padding:clamp(.9rem,2vh,1.35rem) 0 clamp(1rem,2.5vh,1.75rem)}.section-head{align-items:end;gap:clamp(1rem,2.5vw,2.2rem);margin-bottom:clamp(.75rem,1.6vh,1.05rem)}.section-head h2{font-size:clamp(2.45rem, 4vw, 4.8rem);line-height:1.02}.section-head__lede{max-width:32rem;font-size:clamp(.92rem, 1.05vw, 1rem)}.about-stage,.collab-stage,.contact-band__inner,.x1-stage{border-radius:clamp(1rem,1.6vw,1.35rem)}.x1-stage{grid-template-columns:minmax(19rem,0.76fr) minmax(0,1.24fr)}.about-stage__aside,.about-stage__copy,.collab-stage__copy,.contact-band__inner,.x1-stage__copy{padding:clamp(1.45rem,2.8vw,2.45rem)}.x1-stage__copy h3{max-width:none;font-size:clamp(2.1rem, 3.25vw, 3.85rem);line-height:1.04}.contact-band__copy h2 span,.section-head h2 span,.x1-stage__copy h3 span{display:block}.x1-stage__copy h3 span{white-space:nowrap}.about-stage__copy p,.collab-stage__text,.x1-stage__copy p{font-size:clamp(.92rem, 1.05vw, 1rem);line-height:1.78}.x1-stage__actions{margin-top:clamp(1rem,2vh,1.5rem)}.tile--wide{aspect-ratio:16/6.2}.tile--diy,.tile--module{aspect-ratio:16/8.2}.tile--module img,.tile--wide img{padding-bottom:clamp(2.1rem,3.2vw,2.7rem)}.collab-stage{grid-template-columns:minmax(19rem,0.72fr) minmax(0,1.28fr)}.collab-stage__media{min-height:clamp(26rem,38vw,34rem)}.collab-stage__caption{bottom:1rem}.about-stage__copy h2,.contact-band__copy h2{line-height:1.02}@media (max-width:960px){html{scroll-padding-top:calc(var(--xo-header-height) + 0.75rem)}.about-band,.collab-band,.contact-band,.x1-band{padding-top:1rem}.section-head{gap:.75rem}.section-head h2{font-size:clamp(2.3rem, 8vw, 4rem);line-height:1.06}.x1-stage__copy h3{font-size:clamp(2.05rem, 7.4vw, 3.25rem);line-height:1.08}.about-stage__aside,.about-stage__copy,.collab-stage__copy,.contact-band__inner,.intro-band__inner,.x1-stage__copy{padding:clamp(1.25rem,4.5vw,1.75rem)}.collab-stage__media{min-height:clamp(20rem,52svh,28rem)}}@media (max-width:760px){.masthead{padding-top:.55rem}.about-stage__copy p,.collab-stage__text,.section-head__lede,.x1-stage__copy p{font-size:.92rem;line-height:1.74}.section-head h2{font-size:clamp(2rem, 9.2vw, 3rem)}.about-stage,.collab-stage,.x1-stage{grid-template-columns:1fr}.about-stage__copy,.collab-stage__copy,.x1-stage__copy{border-right:0}.collab-stage__copy,.x1-stage__copy{border-bottom:1px solid rgba(255,255,255,.08)}.about-stage__copy{border-bottom:1px solid rgba(8,9,11,.08)}.x1-stage__media{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"wide wide" "module diy"}.tile--wide{aspect-ratio:16/8.5}.tile--diy,.tile--module{aspect-ratio:1/0.95}.tile--module{border-left:0}.tile--diy{border-left:1px solid rgba(255,255,255,.08)}.tile figcaption{min-height:2.5rem;padding:.65rem .7rem;font-size:.64rem}.collab-stage__media{min-height:clamp(17rem,46svh,23rem)}.collab-stage__caption{right:.8rem;bottom:.8rem;left:.8rem;align-items:start;flex-direction:column;gap:.25rem;padding:.65rem .75rem}}@media (max-width:560px){html{scroll-padding-top:calc(var(--xo-header-height) + 0.6rem)}.about-band,.collab-band,.contact-band,.x1-band{padding-top:.85rem}.section-head h2{font-size:clamp(1.9rem, 9vw, 2.65rem)}.section-head__lede{max-width:100%}.x1-stage__copy h3{font-size:clamp(1.95rem, 8vw, 2.45rem)}.button,.link-inline{white-space:nowrap}.collab-band__notes span,.collab-stage__chips span{min-height:2rem;padding-inline:0.72rem;font-size:.68rem}}.masthead{background:linear-gradient(180deg,rgba(5,6,8,.94) 0,rgba(5,6,8,.72) 54%,rgba(5,6,8,0) 100%)}@media (max-width:760px){.collab-stage__copy,.x1-stage__copy{gap:1rem}.x1-stage__copy h3{margin-top:.65rem}.collab-stage__text,.x1-stage__copy p{margin-top:.8rem}.collab-stage__chips,.x1-stage__actions{margin-top:1rem}.tile--wide{aspect-ratio:16/7.5}.tile--diy,.tile--module{aspect-ratio:1/0.78}.collab-stage__media{min-height:clamp(15.5rem,40svh,19rem)}.collab-band__notes{gap:.45rem;padding-top:.65rem}}@media (max-width:560px){.x1-stage__copy h3{font-size:clamp(1.78rem, 7.35vw, 2.2rem)}.about-stage__aside,.about-stage__copy,.collab-stage__copy,.x1-stage__copy{padding:1.15rem}.section-head{margin-bottom:.75rem}}:root{--xo-header-height:4.35rem;--xo-shell-gap:clamp(1rem, 2vw, 1.6rem)}body{font-family:"PingFang SC","HarmonyOS Sans SC","Source Han Sans SC","Noto Sans SC","Microsoft YaHei",Arial,sans-serif;font-size:16px;line-height:1.62;line-break:strict;word-break:normal;overflow-wrap:anywhere}.shell{width:min(calc(100% - var(--xo-shell-gap) * 2),1360px)}.masthead{padding-top:.75rem}.masthead__inner{min-height:var(--xo-header-height);padding:0 1rem 0 1.05rem}.brand{width:7.1rem}.nav{gap:clamp(1rem,2vw,2rem)}.button,.link-inline,.nav__link{font-size:.86rem;letter-spacing:0;white-space:nowrap}.button{min-height:3.15rem;padding-inline:1.2rem}.button--nav{min-height:2.9rem}.kicker{font-size:.75rem;letter-spacing:.03em}.hero{padding-top:5.45rem}.hero__stage{min-height:clamp(34rem,66svh,44rem)}.hero__content{padding:clamp(1.5rem,3vw,2.6rem);grid-template-columns:minmax(0,1.02fr) minmax(18rem,0.78fr);align-items:end}.hero-copy{max-width:48rem}.about-stage__copy h2,.contact-band__copy h2,.hero-copy h1,.intro-band__copy h2,.section-head h2,.x1-stage__copy h3{max-width:none;margin-top:.9rem;font-weight:760;letter-spacing:0;line-height:1.08;text-wrap:balance}.about-stage__copy h2 span,.contact-band__copy h2 span,.hero-copy h1 span,.intro-band__copy h2 span,.section-head h2 span,.x1-stage__copy h3 span{display:block}.hero-copy h1{font-size:clamp(3.35rem, 4.8vw, 5.45rem)}.hero-copy__text{max-width:38rem;margin-top:1.25rem;font-size:1.04rem;line-height:1.78}.hero-actions{gap:1rem;margin-top:1.55rem}.hero-rail{max-width:36rem;justify-self:end;padding:1.05rem}.hero-rail__list{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-rail__list span{justify-content:center;min-height:2.4rem;padding-inline:0.7rem;font-size:.82rem}.about-stage,.contact-band__inner,.intro-band__inner{background:linear-gradient(120deg,rgba(255,255,255,.76),rgba(255,255,255,.34) 48%,rgba(214,217,210,.88)),linear-gradient(180deg,#efeee9 0,#dcded8 100%)}.about-stage__copy h2,.contact-band__copy h2,.intro-band__copy h2{font-size:clamp(2.45rem, 3.6vw, 4.15rem)}.about-stage__copy p,.collab-stage__text,.intro-band__copy p,.section-head__lede,.x1-stage__copy p{max-width:42rem;font-size:1.02rem;line-height:1.82}.section-head{align-items:start;margin-bottom:1rem}.section-head h2{font-size:clamp(2.7rem, 4vw, 4.6rem)}.section-head__lede{padding-top:.55rem}.x1-stage{grid-template-columns:minmax(21rem,0.82fr) minmax(0,1.18fr)}.about-stage__aside,.about-stage__copy,.collab-stage__copy,.contact-band__inner,.intro-band__inner,.x1-stage__copy{padding:clamp(1.7rem,3vw,2.6rem)}.x1-stage__copy h3{font-size:clamp(2.25rem, 3.2vw, 3.65rem)}.x1-stage__actions{gap:1rem}.tile--wide{aspect-ratio:16/6.8}.tile--diy,.tile--module{aspect-ratio:16/10}.tile--module img{padding:1rem 1rem 2.9rem}.tile figcaption{min-height:3.4rem;font-size:.82rem}.collab-stage{grid-template-columns:minmax(21rem,0.74fr) minmax(0,1.26fr)}.collab-stage__media{min-height:clamp(28rem,46vw,40rem)}.collab-band__notes span,.collab-stage__chips span{min-height:2.35rem;font-size:.82rem}.about-stage{grid-template-columns:minmax(0,1.12fr) minmax(17rem,0.58fr)}.about-stage__statement p{font-size:1.05rem}.contact-band__copy h2{max-width:none}@media (min-width:1120px){.hero-copy h1{font-size:clamp(3.35rem, 4.8vw, 5.45rem)}.section-head h2{font-size:clamp(2.7rem, 4vw, 4.6rem)}}@media (max-width:960px){.hero__content{grid-template-columns:1fr;padding-top:5.6rem}.hero-rail{justify-self:start;width:100%;max-width:32rem}.hero-rail__list{grid-template-columns:1fr}.about-stage,.collab-stage,.x1-stage{grid-template-columns:1fr}.about-stage__copy,.collab-stage__copy,.x1-stage__copy{border-right:0}.tile--wide{aspect-ratio:16/8.8}}@media (max-width:760px){:root{--xo-header-height:4rem}.shell{width:min(calc(100% - 1rem * 2),1360px)}.masthead__inner{min-height:var(--xo-header-height)}.hero{padding-top:5.15rem}.hero__stage{min-height:clamp(35rem,78svh,43rem)}.hero__content{padding:4.8rem 1.35rem 1.45rem}.hero-copy h1{font-size:clamp(2.55rem, 9.3vw, 3.25rem);line-height:1.1}.hero-copy__text{font-size:.95rem;line-height:1.78}.button,.link-inline{min-height:2.9rem;font-size:.82rem}.about-stage__copy h2,.contact-band__copy h2,.intro-band__copy h2,.section-head h2,.x1-stage__copy h3{font-size:clamp(2rem, 8vw, 2.7rem);line-height:1.12}.about-stage__copy p,.collab-stage__text,.intro-band__copy p,.section-head__lede,.x1-stage__copy p{font-size:.94rem;line-height:1.78}.about-stage__aside,.about-stage__copy,.collab-stage__copy,.contact-band__inner,.intro-band__inner,.x1-stage__copy{padding:1.35rem}.tile--diy,.tile--module,.tile--wide{aspect-ratio:4/3}.tile figcaption{min-height:3.1rem;font-size:.78rem}.collab-stage__media{min-height:25rem}}@media (max-width:480px){.hero-copy h1{font-size:clamp(2.25rem, 10.4vw, 2.85rem)}.hero-actions{gap:.8rem}.button{padding-inline:1rem}.link-inline{min-height:2.6rem}}body{background:#e7e7e7}.site-header{padding-top:.75rem}.site-header__inner{border-color:rgba(255,255,255,.08);background:rgba(4,3,3,.58);box-shadow:0 1rem 2.5rem rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.04)}.hero{min-height:100svh;padding:0;background:#040303}.hero-media{inset:0;border:0;border-radius:0;box-shadow:none;overflow:hidden;background:#040303}.hero-media img{object-fit:cover;object-position:64% center;filter:brightness(.52) saturate(1.03) contrast(1.08);opacity:.95;animation:hero-breathe 14s ease-in-out infinite alternate}.hero::before{background:linear-gradient(90deg,rgba(0,0,0,.9) 0,rgba(0,0,0,.66) 28%,rgba(0,0,0,.08) 72%),linear-gradient(180deg,rgba(0,0,0,.22) 0,rgba(0,0,0,.02) 38%,rgba(0,0,0,.75) 100%)}.hero::after{background:linear-gradient(180deg,rgba(0,0,0,.18) 0,transparent 28%)}.hero-content{min-height:100svh;padding-top:clamp(7.5rem,14vw,10rem);padding-bottom:clamp(2rem,5vw,4.5rem)}.hero-aside{border-radius:8px;border-color:rgba(255,255,255,.1);background:rgba(5,8,9,.44)}.x1-section{padding-top:clamp(5rem,9vw,8rem);padding-bottom:clamp(5rem,9vw,8rem);background:linear-gradient(180deg,#050505 0,#050505 100%),linear-gradient(90deg,rgba(110,199,59,.06) 0,rgba(110,199,59,0) 20%);color:#fff}.section-heading{padding-bottom:clamp(2rem,4vw,3.5rem)}.section-heading h2,.section-heading-meta{color:#fff}.section-heading-meta{color:rgba(255,255,255,.64)}.x1-wide-visual{width:min(calc(100% - var(--gutter) * 2),var(--content-max));border:0;border-radius:8px;background:linear-gradient(180deg,#0a0a0a 0,#040404 100%);box-shadow:0 1.2rem 3rem rgba(0,0,0,.22)}.x1-wide-visual img{aspect-ratio:16/7.4;object-fit:contain;object-position:center;padding:clamp(1rem,2vw,1.6rem) clamp(1rem,2vw,2rem) 4rem;background:linear-gradient(180deg,#060606 0,#020202 100%)}.x1-wide-visual figcaption{position:absolute;right:0;bottom:0;left:0;border-top:0;background:linear-gradient(180deg,rgba(4,3,3,0) 0,rgba(4,3,3,.96) 100%)}.product-strip{display:grid;width:min(calc(100% - var(--gutter) * 2),var(--content-max));margin:clamp(1rem,2.2vw,1.6rem) auto 0;grid-template-columns:minmax(22rem,0.88fr) minmax(0,1.62fr);gap:0;overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:linear-gradient(90deg,rgba(110,199,59,.95) 0 31%,#050505 31% 100%);box-shadow:0 1.4rem 3rem rgba(0,0,0,.2)}.product-panel--intro{min-height:clamp(22rem,31vw,30rem);padding:clamp(2rem,4vw,3.25rem);border-right:1px solid rgba(4,3,3,.14);background:0 0;color:var(--ink)}.product-panel--intro .eyebrow{margin-bottom:auto;color:rgba(4,3,3,.76);opacity:1}.product-panel--intro h3{max-width:11ch;font-size:clamp(2.4rem, 3.7vw, 3.8rem);line-height:.95}.product-panel--intro>p:not(.eyebrow){max-width:26rem;color:rgba(4,3,3,.72)}.product-panel--intro .text-action{color:var(--ink);border-color:rgba(4,3,3,.3)}.product-panel--intro .text-action:hover{color:rgba(4,3,3,.88);border-color:currentColor}.product-stack{border:0;border-radius:0;background:#050505}.product-panel--image{min-height:100%;aspect-ratio:auto}.product-panel--image img{object-fit:cover;filter:saturate(.98) contrast(1.04)}.product-panel--image div{border-top:0;background:linear-gradient(180deg,rgba(2,4,7,0) 0,rgba(2,4,7,.9) 100%);-webkit-backdrop-filter:none;backdrop-filter:none}.scene-section{display:block;width:100%;max-width:none;margin:clamp(5rem,9vw,8rem) 0;border:0;border-radius:0;background:#040303}.scene-media,.scene-video{min-height:clamp(40rem,72vw,60rem)}.scene-media::after{background:linear-gradient(180deg,rgba(4,3,3,.12) 0,rgba(4,3,3,.34) 35%,rgba(4,3,3,.9) 100%),linear-gradient(90deg,rgba(4,3,3,.28) 0,transparent 18%,transparent 78%,rgba(4,3,3,.3) 100%)}.scene-content{right:auto;bottom:clamp(1rem,4vw,3rem);left:clamp(1rem,4vw,3rem);width:min(42rem,calc(100% - var(--gutter) * 2));padding:0;border:0;border-radius:0;background:0 0;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;text-shadow:0 2px 18px rgba(0,0,0,.34)}.scene-content h2{max-width:11ch;font-size:clamp(3.2rem, 4.8vw, 5rem);line-height:.94}.scene-content>p:not(.section-number):not(.eyebrow){max-width:31rem;color:rgba(255,255,255,.78)}.scene-points span{border-color:rgba(255,255,255,.14);background:rgba(255,255,255,.05)}.scene-content .round-link{margin-top:1.8rem}.contact-cta{width:100%;min-height:min(40rem,68vh);margin-top:0;padding:clamp(5rem,9vw,8rem) var(--gutter);border-top:1px solid rgba(255,255,255,.08);border-radius:0;background:linear-gradient(180deg,#101010 0,#050505 100%)}@media (min-width:1120px){.hero h1{font-size:7rem}.hero-text{max-width:30rem}.section-heading h2{font-size:7.8rem}.scene-content h2{font-size:5.2rem}.product-panel--intro h3{font-size:3.8rem}}@media (max-width:980px){.hero-content{padding-top:7rem}.product-strip{grid-template-columns:1fr}.product-panel--intro{min-height:auto;border-right:0;border-bottom:1px solid rgba(4,3,3,.14)}.product-stack{grid-template-columns:repeat(2,minmax(0,1fr))}.scene-content{width:min(40rem,calc(100% - var(--gutter) * 2))}}@media (max-width:760px){.site-header__inner{border-radius:1.2rem}.hero-content{padding-top:6.8rem;gap:1.2rem}.hero h1{max-width:14rem;font-size:2.9rem}.hero-actions{margin-top:1.4rem}.hero-aside{max-width:100%}.product-strip,.scene-section,.x1-wide-visual{width:100%}.x1-wide-visual img{aspect-ratio:1/0.92;padding-bottom:3.1rem}.x1-wide-visual figcaption{grid-template-columns:2rem minmax(0,1fr)}.x1-wide-visual figcaption span:last-child{display:none}.product-strip{grid-template-columns:1fr;border-radius:.9rem}.product-panel--intro{border-right:0;border-bottom:1px solid rgba(4,3,3,.14);background:linear-gradient(180deg,rgba(110,199,59,.95) 0,rgba(110,199,59,.93) 100%)}.product-panel h3{font-size:2.35rem}.product-stack{grid-template-columns:1fr}.product-panel--image{min-height:15rem;aspect-ratio:16/10}.scene-section{margin:4.5rem 0 0}.scene-media,.scene-video{min-height:88svh}.scene-content{left:var(--gutter);right:var(--gutter);bottom:var(--gutter);width:auto}.scene-content h2{font-size:clamp(2.5rem, 9vw, 3.2rem)}.scene-content>p:not(.section-number):not(.eyebrow){font-size:.92rem}.contact-cta{width:100%;margin-top:0;min-height:30rem;padding:4.5rem var(--gutter) 3.2rem}}.site-header{padding-top:1rem}.site-header__inner{background:rgba(17,17,17,.74);border-color:rgba(255,255,255,.1);box-shadow:0 1.35rem 3.2rem rgba(0,0,0,.16)}.hero{padding:1rem var(--gutter) 2rem;background:radial-gradient(circle at 50% 18%,rgba(110,199,59,.16),transparent 26%),linear-gradient(180deg,#ebebeb 0,#e6e6e6 100%)}.hero-media{inset:1rem var(--gutter) 1rem;border:1px solid rgba(4,3,3,.12);border-radius:1rem;overflow:hidden;box-shadow:0 1.7rem 4rem rgba(18,13,11,.14);background:radial-gradient(circle at 52% 48%,rgba(110,199,59,.2),rgba(4,3,3,.96) 42%,#040303 78%)}.hero-media img{object-fit:cover;object-position:center right;filter:brightness(.56) saturate(1.02) contrast(1.02);opacity:.94}.hero::before{background:linear-gradient(90deg,rgba(0,0,0,.84) 0,rgba(0,0,0,.5) 38%,rgba(0,0,0,.08) 74%)}.hero::after{background:linear-gradient(180deg,rgba(0,0,0,.24) 0,transparent 28%)}.hero-content{min-height:calc(100svh - 2rem);padding-top:7.75rem;grid-template-columns:minmax(0,1.1fr) minmax(15rem,0.76fr)}.hero-copy{max-width:54rem}.hero h1{max-width:11ch;font-family:var(--font);font-size:5.25rem;font-weight:900;line-height:.92;letter-spacing:0}.hero-text{max-width:32rem;font-size:1rem;color:rgba(255,255,255,.8)}.hero-actions{align-items:center;gap:1rem}.hero .round-link--hero{width:auto;min-width:10rem;height:3.15rem;padding:0 1.2rem 0 1.25rem;aspect-ratio:auto;border-radius:999px;color:var(--ink);background:#fff;box-shadow:0 .8rem 2rem rgba(0,0,0,.14)}.hero .round-link--hero .round-link__label{max-width:none}.hero .round-link--hero .round-link__arrow{color:var(--xolo-green)}.hero-aside{border-radius:.85rem;border-color:rgba(255,255,255,.12);background:rgba(17,17,17,.56)}.hero-metrics{gap:.4rem}.intro-band{border-top-color:rgba(4,3,3,.08);border-bottom-color:rgba(4,3,3,.08);background:linear-gradient(180deg,#ebebeb 0,#e3e3e3 100%)}.intro-layout h2{font-family:var(--font);font-weight:900;font-size:3.85rem;line-height:1.02}.intro-copy{max-width:34rem;color:var(--muted)}.intro-note{border-top-color:rgba(4,3,3,.16);color:rgba(4,3,3,.76)}.x1-section{background:linear-gradient(180deg,#ebebeb 0,#e4e4e4 100%);color:var(--ink)}.section-heading h2{font-family:var(--font);font-weight:900;color:var(--ink)}.section-heading-meta{color:rgba(4,3,3,.66)}.x1-wide-visual{border-color:rgba(4,3,3,.1);border-radius:.75rem;background:#060606}.x1-wide-visual figcaption{border-top-color:rgba(255,255,255,.08);background:rgba(17,17,17,.92)}@media (max-width:980px){.hero-content{grid-template-columns:1fr}.hero-copy{max-width:none}.hero h1{max-width:15rem;font-size:4rem;line-height:.98}.hero-actions{flex-wrap:wrap}.hero-aside{max-width:28rem}}@media (max-width:760px){.hero{padding:.75rem var(--gutter) 1.25rem}.hero-media{inset:0.75rem var(--gutter) 0.75rem;border-radius:.85rem}.hero-content{grid-template-columns:1fr;padding-top:6.8rem;gap:1.4rem}.hero h1{display:block;width:100%;max-width:17rem;font-size:2.75rem;line-height:1.02;word-break:keep-all;overflow-wrap:normal}.hero .round-link--hero{min-width:8.9rem;height:2.9rem;padding:0 1rem 0 1.1rem}.round-link{--cta-height:2.75rem;font-size:.64rem}.round-link__label{max-width:none;white-space:nowrap}.round-link__arrow{font-size:.95rem}.round-link--small{--cta-height:2.65rem}.about-main h2,.contact-cta h2,.intro-layout h2{font-size:2.8rem}.section-heading h2{font-size:4rem}.contact-cta{width:calc(100% - var(--gutter) * 2);margin-top:3rem;min-height:32rem;border-radius:.85rem}.site-footer{width:calc(100% - var(--gutter) * 2);border-radius:.85rem .85rem 0 0}}@media (max-width:760px){.product-strip{width:100%!important;border-radius:0!important}.product-panel--intro{border-radius:0!important}.contact-cta{width:100%!important;margin-top:0!important;border-radius:0!important}.site-footer{width:100%!important;border-radius:0!important}}:root{--paper:#efefef;--paper-soft:#e4e4e4;--ink:#0c0c0c;--muted:rgba(12, 12, 12, 0.68);--night:#050505;--night-soft:#0b0b0b;--night-panel:#111111;--line:rgba(12, 12, 12, 0.08);--line-light:rgba(255, 255, 255, 0.08);--xolo-charcoal:#1a1a1a}body{background:#050505;color:var(--ink)}.site-header{padding-top:.5rem}.site-header__inner{min-height:3.5rem;padding:0 .75rem 0 .95rem;border:1px solid rgba(255,255,255,.06);border-radius:.6rem;background:rgba(6,6,6,.88);box-shadow:0 .7rem 1.6rem rgba(0,0,0,.16),inset 0 1px 0 rgba(255,255,255,.03);-webkit-backdrop-filter:blur(18px) saturate(120%);backdrop-filter:blur(18px) saturate(120%)}.site-nav{gap:clamp(1rem,2vw,2rem);font-size:.72rem}.nav-contact{min-height:2.35rem;padding-inline:1rem}.brand{width:7.4rem;height:2.15rem}.hero{padding:0;background:var(--night)}.hero-media{inset:0;border:0;border-radius:0;box-shadow:none;background:var(--night)}.hero-media img{object-position:60% center;filter:brightness(.54) saturate(.98) contrast(1.04);opacity:.96}.hero::before{background:linear-gradient(90deg,rgba(0,0,0,.9) 0,rgba(0,0,0,.62) 34%,rgba(0,0,0,.08) 72%),linear-gradient(180deg,rgba(0,0,0,.24) 0,rgba(0,0,0,.04) 34%,rgba(0,0,0,.8) 100%)}.hero::after{background:linear-gradient(180deg,rgba(0,0,0,.16) 0,transparent 26%)}.hero-content{min-height:100svh;padding-top:8.2rem;padding-bottom:clamp(2rem,4vw,4.25rem);grid-template-columns:minmax(0,1fr) minmax(18rem,0.9fr);gap:clamp(1.75rem,4vw,4.5rem)}.hero-copy{max-width:50rem}.hero-content .eyebrow{margin-bottom:1.1rem;color:var(--xolo-green-soft);opacity:1}.hero h1{max-width:12ch;font-size:clamp(3.2rem, 5vw, 6.2rem);line-height:.92}.hero-text{max-width:31rem;margin-top:1.45rem;color:rgba(255,255,255,.78)}.hero-actions{margin-top:2rem;gap:1rem}.hero-aside{gap:.9rem;padding:1rem 1.05rem;border:1px solid rgba(255,255,255,.08);border-radius:.75rem;background:rgba(10,10,10,.5)}.hero-aside p{color:rgba(255,255,255,.7)}.hero-metrics{gap:.45rem}.hero-side-label{right:var(--gutter);bottom:1.25rem;color:rgba(255,255,255,.42)}.intro-band{border-top:1px solid rgba(0,0,0,.08);border-bottom:1px solid rgba(0,0,0,.08);background:linear-gradient(180deg,#efefef 0,#e9e9e9 100%)}.about-main h2,.contact-cta h2,.intro-layout h2,.section-heading h2{font-family:var(--font);letter-spacing:0}.intro-layout h2{font-size:clamp(2.8rem, 4vw, 4.6rem);line-height:.98}.intro-copy{max-width:36rem;color:rgba(12,12,12,.72)}.intro-note{border-top:1px solid rgba(12,12,12,.14);color:rgba(12,12,12,.78)}.x1-section{padding:clamp(5rem,9vw,8rem) 0 clamp(5rem,9vw,8rem);background:linear-gradient(180deg,#efefef 0,#e8e8e8 100%);color:var(--ink)}.section-heading{padding-bottom:clamp(2rem,4vw,3.25rem)}.section-heading h2{font-size:clamp(4rem, 6vw, 7rem);line-height:.92}.section-heading-meta{color:rgba(12,12,12,.68)}.x1-wide-visual{width:min(calc(100% - var(--gutter) * 2),var(--content-max));border:1px solid rgba(12,12,12,.08);border-radius:.75rem;background:#060606;box-shadow:0 1rem 2.5rem rgba(0,0,0,.1)}.x1-wide-visual img{aspect-ratio:16/7.4;object-fit:contain;object-position:center;padding:clamp(.9rem,2vw,1.5rem) clamp(.9rem,2vw,1.5rem) 3.5rem;background:#060606}.x1-wide-visual figcaption{border-top:1px solid rgba(255,255,255,.08);background:rgba(5,5,5,.92)}.product-strip{grid-template-columns:minmax(20rem,0.92fr) minmax(0,1.48fr);gap:0;overflow:hidden;margin-top:clamp(1rem,2vw,1.4rem);border:1px solid rgba(255,255,255,.08);border-radius:.75rem;background:#0b0b0b;box-shadow:0 1rem 2.5rem rgba(0,0,0,.14)}.product-panel{border:0;border-radius:0}.product-panel--intro{min-height:clamp(22rem,31vw,30rem);padding:clamp(2rem,4vw,3.25rem);justify-content:flex-end;background:linear-gradient(180deg,#131313 0,#090909 100%);color:#fff}.product-panel--intro .eyebrow{margin-bottom:auto;color:var(--xolo-green-soft);opacity:1}.product-panel--intro h3{max-width:11ch;font-size:clamp(2.4rem, 3.8vw, 3.8rem);line-height:.95}.product-panel--intro>p:not(.eyebrow){max-width:26rem;color:rgba(255,255,255,.72)}.product-panel--intro .text-action{color:#fff;border-color:rgba(255,255,255,.24)}.product-panel--intro .text-action:hover{color:var(--xolo-green-soft)}.product-stack{border:0;background:#050505}.product-panel--image{min-height:100%;aspect-ratio:auto}.product-panel--image img{object-fit:cover;filter:saturate(.98) contrast(1.04)}.product-panel--image div{border-top:0;background:linear-gradient(180deg,rgba(5,5,5,0) 0,rgba(5,5,5,.92) 100%);-webkit-backdrop-filter:none;backdrop-filter:none}.scene-section{width:100%;max-width:none;margin:clamp(5rem,9vw,8rem) 0;border:0;border-radius:0;background:#050505}.scene-media,.scene-video{min-height:clamp(38rem,70vw,60rem)}.scene-media::after{background:linear-gradient(180deg,rgba(5,5,5,.08) 0,rgba(5,5,5,.32) 34%,rgba(5,5,5,.88) 100%),linear-gradient(90deg,rgba(5,5,5,.22) 0,transparent 18%,transparent 82%,rgba(5,5,5,.28) 100%)}.scene-content{right:auto;bottom:clamp(1rem,4vw,3rem);left:clamp(1rem,4vw,3rem);width:min(36rem,calc(100% - var(--gutter) * 2));padding:0;border:0;border-radius:0;background:0 0;box-shadow:none;text-shadow:0 .12rem 1rem rgba(0,0,0,.45)}.scene-content h2{max-width:11ch;font-size:clamp(3rem, 4.8vw, 5.1rem);line-height:.92}.scene-content>p:not(.section-number):not(.eyebrow){max-width:31rem;color:rgba(255,255,255,.78)}.scene-points span{border-color:rgba(255,255,255,.14);background:rgba(255,255,255,.05)}.about-section{border-top:1px solid rgba(0,0,0,.08);background:linear-gradient(180deg,#efefef 0,#e9e9e9 100%)}.about-main p{color:rgba(12,12,12,.72)}.about-statement{padding-top:.85rem;border-top:1px solid var(--xolo-green)}.statement-mark{color:var(--xolo-green)}.contact-cta{width:100%;min-height:min(40rem,68vh);margin-top:0;padding:clamp(5rem,9vw,8rem) max(var(--gutter),calc((100% - var(--content-max))/ 2));border-top:1px solid rgba(255,255,255,.08);border-radius:0;background:linear-gradient(180deg,#0e0e0e 0,#050505 100%);color:#fff}.contact-cta .eyebrow{color:var(--xolo-green);opacity:1}.contact-cta h2{max-width:13ch}.site-footer{min-height:18rem;border-top:1px solid rgba(255,255,255,.08);background:#1a1a1a}.footer-copy{border-top-color:rgba(255,255,255,.18)}.footer-meta{color:rgba(255,255,255,.74)}.contact-dialog{border-radius:.75rem;border-color:rgba(12,12,12,.16)}@media (min-width:1120px){.hero h1{font-size:7rem}.intro-layout h2{font-size:5rem}.section-heading h2{font-size:8rem}.product-panel--intro h3{font-size:3.9rem}.scene-content h2{font-size:5.4rem}}@media (max-width:980px){.hero-content{grid-template-columns:1fr;padding-top:7rem}.hero-copy{max-width:none}.hero-aside{max-width:28rem}.product-strip{grid-template-columns:1fr}.product-panel--intro{min-height:auto;border-bottom:1px solid rgba(255,255,255,.08)}.product-stack{grid-template-columns:repeat(2,minmax(0,1fr))}.scene-content{width:min(40rem,calc(100% - var(--gutter) * 2))}}@media (max-width:760px){.site-header{padding-top:.65rem}.site-header__inner{min-height:3.75rem;padding:0 .55rem 0 .8rem;grid-template-columns:1fr auto;gap:.75rem;border-radius:.85rem}.brand{width:6.8rem;height:2rem}.menu-button{width:2.55rem}.site-nav{top:calc(100% + .55rem)}.hero{min-height:100svh}.hero-content{min-height:100svh;padding-top:6.8rem;padding-bottom:1.8rem;gap:1.2rem}.hero h1{max-width:14rem;font-size:2.95rem;line-height:1.02}.hero-text{max-width:21rem;font-size:.94rem;line-height:1.7}.hero-actions{flex-wrap:wrap;margin-top:1.5rem}.hero-aside{max-width:100%}.product-strip,.scene-section,.x1-wide-visual{width:calc(100% - var(--gutter) * 2)}.x1-wide-visual img{aspect-ratio:1/0.94;padding-bottom:3rem}.x1-wide-visual figcaption{grid-template-columns:2rem minmax(0,1fr)}.x1-wide-visual figcaption span:last-child{display:none}.product-strip{grid-template-columns:1fr;border-radius:.7rem}.product-panel--intro{border-right:0}.product-panel h3{font-size:2.35rem}.product-stack{grid-template-columns:1fr}.product-panel--image{min-height:15rem;aspect-ratio:16/10}.scene-media,.scene-video{min-height:86svh}.scene-content{left:var(--gutter);right:var(--gutter);bottom:var(--gutter);width:auto}.scene-content h2{font-size:clamp(2.5rem, 8vw, 3.2rem)}.contact-cta{min-height:30rem;padding:4.25rem var(--gutter) 3rem}.contact-cta,.site-footer{width:100%}.site-footer{border-radius:0}}.hero-aside{justify-self:end;align-self:end;display:grid;width:min(17rem,100%);gap:0;padding:0;border:0;border-radius:0;background:0 0;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.hero-aside p{margin:0 0 .8rem;padding-bottom:.7rem;border-bottom:1px solid rgba(255,255,255,.14);color:rgba(255,255,255,.7);font-size:.68rem;letter-spacing:.04em}.hero-metrics{gap:0}.hero-metrics span{display:flex;min-height:2rem;align-items:center;justify-content:flex-start;padding:.2rem 0;border-bottom:1px solid rgba(255,255,255,.08);color:rgba(255,255,255,.86);font-size:.78rem;line-height:1.25}.hero-metrics span:last-child{border-bottom:0}@media (max-width:980px){.hero-aside{justify-self:start;width:min(24rem,100%)}}@media (max-width:760px){.hero-aside{width:100%;max-width:none}}:root{--xo-ink:#07080a;--xo-ink-soft:rgba(241, 240, 235, 0.72);--xo-paper:#e7e7e2;--xo-paper-deep:#d7d8d3;--xo-panel:rgba(255, 255, 255, 0.04);--xo-panel-strong:rgba(255, 255, 255, 0.08);--xo-line:rgba(255, 255, 255, 0.1);--xo-line-dark:rgba(8, 9, 11, 0.09);--xo-green:#6ec73b;--xo-green-soft:#8be45e;--xo-shell-gap:clamp(1rem, 2.4vw, 1.5rem);--xo-radius:1.5rem;--xo-radius-sm:1rem;--xo-header-height:4.75rem;--xo-font:"Helvetica Neue","Source Han Sans SC","Noto Sans SC","Microsoft YaHei",Arial,sans-serif}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--xo-header-height) + var(--xo-shell-gap))}body{color:var(--xo-ink);background:radial-gradient(circle at 14% 0,rgba(110,199,59,.16),transparent 22%),radial-gradient(circle at 78% 16%,rgba(255,255,255,.06),transparent 18%),linear-gradient(180deg,#050608 0,#090b0f 42%,#08090c 100%);font-family:var(--xo-font);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a,button{font-family:inherit}a{color:inherit;text-decoration:none}img,video{display:block;max-width:100%}main[id],section[id]{scroll-margin-top:calc(var(--xo-header-height) + 1.25rem)}.shell{width:min(calc(100% - var(--xo-shell-gap) * 2),1520px);margin-inline:auto}.masthead{position:fixed;z-index:50;top:0;left:0;width:100%;padding:.85rem 0 0;pointer-events:none}.masthead__inner{display:grid;min-height:var(--xo-header-height);grid-template-columns:auto 1fr auto;align-items:center;gap:1.25rem;padding:0 1rem 0 1.1rem;border:1px solid rgba(255,255,255,.08);border-radius:1.15rem;color:#fff;background:rgba(8,9,11,.66);box-shadow:0 1rem 2.5rem rgba(0,0,0,.26);-webkit-backdrop-filter:blur(18px) saturate(130%);backdrop-filter:blur(18px) saturate(130%);pointer-events:auto}.masthead.is-scrolled .masthead__inner,.masthead.menu-open .masthead__inner{background:rgba(8,9,11,.84)}.brand{display:inline-flex;width:7.5rem;height:2.2rem;align-items:center}.brand__logo{width:100%;height:100%;object-fit:contain;object-position:left center}.nav{display:flex;align-items:center;justify-content:flex-end;gap:clamp(1rem,2vw,2.25rem)}.nav__link{color:rgba(241,240,235,.9);font-size:.76rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;transition:color 160ms ease}.nav__link:hover{color:var(--xo-green-soft)}.nav-toggle{display:none}.button,.link-inline{display:inline-flex;align-items:center;justify-content:center;gap:.7rem;min-height:3rem;padding:0 1.15rem;border-radius:999px;font-size:.74rem;font-weight:800;letter-spacing:0;transition:transform 180ms ease,border-color 180ms ease,background-color 180ms ease,color 180ms ease,box-shadow 180ms ease}.button span,.link-inline span{font-size:1rem;line-height:1}.button--nav{min-height:2.9rem}.button--primary{color:var(--xo-ink);background:linear-gradient(180deg,#a5ef6f 0,#6ec73b 100%);box-shadow:0 .85rem 1.9rem rgba(110,199,59,.22)}.button--primary:hover{transform:translateY(-2px)}.button--ghost{color:#fff;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.03)}.button--ghost:hover{border-color:var(--xo-green);color:var(--xo-ink);background:var(--xo-green)}.button--light{color:var(--xo-ink);border:1px solid rgba(8,9,11,.12);background:rgba(255,255,255,.48)}.button--light:hover{border-color:var(--xo-green);color:var(--xo-ink);background:#fff}.button--dark{color:var(--xo-ink);border:1px solid rgba(8,9,11,.14);background:rgba(255,255,255,.18)}.button--dark:hover{border-color:var(--xo-green);background:var(--xo-green)}.button--large{min-height:3.25rem;padding-inline:1.25rem}.link-inline{padding:0;border:0;border-bottom:1px solid currentColor;border-radius:0;background:0 0;color:inherit}.link-inline--light{color:rgba(241,240,235,.9)}.link-inline:hover{color:var(--xo-green-soft)}.kicker{display:inline-flex;align-items:center;gap:.5rem;margin:0;color:rgba(241,240,235,.7);font-size:.72rem;font-weight:800;letter-spacing:.08em;line-height:1.2;text-transform:uppercase}.kicker::before{width:.42rem;height:.42rem;flex:0 0 auto;border-radius:50%;background:currentColor;content:""}.kicker--green{color:var(--xo-green)}.hero{padding:5.45rem 0 1.1rem}.hero__stage{position:relative;min-height:clamp(30rem,52svh,42rem);overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:var(--xo-radius);background:#050608;box-shadow:0 1.5rem 4rem rgba(0,0,0,.35)}.hero__media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:56% center;filter:brightness(.58) saturate(1.02) contrast(1.06);transform:scale(1.02)}.hero__wash{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,4,6,.86) 0,rgba(3,4,6,.56) 36%,rgba(3,4,6,.1) 70%),linear-gradient(180deg,rgba(3,4,6,.08) 0,rgba(3,4,6,.02) 36%,rgba(3,4,6,.78) 100%)}.hero__content{position:relative;display:grid;min-height:inherit;padding:clamp(1.45rem,3vw,2.5rem);grid-template-columns:minmax(0,1.1fr) minmax(16rem,0.8fr);align-items:end;gap:clamp(1.2rem,2.8vw,2.5rem)}.hero-copy{max-width:52rem;padding-bottom:.25rem}.hero-copy h1{max-width:11ch;margin:.95rem 0 0;font-size:clamp(3.2rem, 5.5vw, 7rem);font-weight:800;line-height:.92;letter-spacing:0}.hero-copy__text{max-width:36rem;margin:1.35rem 0 0;color:rgba(241,240,235,.78);font-size:1rem;line-height:1.85}.hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.9rem;margin-top:1.8rem}.hero-rail{display:grid;gap:.9rem;padding:1rem 1rem .95rem;border:1px solid rgba(255,255,255,.12);border-radius:1rem;background:rgba(7,9,12,.54);box-shadow:inset 0 1px 0 rgba(255,255,255,.03);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.hero-rail__label{margin:0;color:rgba(241,240,235,.66);font-size:.72rem;font-weight:800;letter-spacing:.08em;line-height:1.2;text-transform:uppercase}.hero-rail__list{display:grid;gap:.5rem}.hero-rail__list span{display:inline-flex;align-items:center;min-height:2rem;padding:0 .85rem;border:1px solid rgba(255,255,255,.08);border-radius:999px;color:rgba(241,240,235,.84);background:rgba(255,255,255,.03);font-size:.75rem;font-weight:700}.intro-band{padding:.55rem 0 1.3rem}.intro-band__inner{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(16rem,0.6fr);align-items:end;gap:1.5rem;padding:clamp(1.45rem,3vw,2.3rem);border:1px solid rgba(8,9,11,.08);border-radius:var(--xo-radius);background:linear-gradient(180deg,#ecebe7 0,#dddeda 100%);color:var(--xo-ink);box-shadow:0 1.2rem 3rem rgba(0,0,0,.1)}.intro-band .kicker{color:#5fbf2d}.intro-band__copy h2{max-width:13ch;margin:.85rem 0 0;font-size:clamp(2.6rem, 4.2vw, 5rem);line-height:.94;letter-spacing:0}.intro-band__copy p{max-width:42rem;margin:1.3rem 0 0;color:rgba(8,9,11,.72);font-size:1rem;line-height:1.8}.intro-band__rail{display:grid;gap:1rem;justify-items:start}.intro-band__note{margin:0;color:rgba(8,9,11,.8);font-size:.78rem;font-weight:800;line-height:1.45;letter-spacing:.06em;text-transform:uppercase}.section-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(16rem,0.7fr);align-items:end;gap:1.4rem;margin-bottom:1rem}.section-head h2{margin:.75rem 0 0;font-size:clamp(2.8rem, 4.5vw, 5.4rem);line-height:.94;letter-spacing:0}.section-head__lede{max-width:28rem;margin:0;color:var(--xo-ink-soft);font-size:.98rem;line-height:1.75}.about-band,.collab-band,.contact-band,.x1-band{padding:.55rem 0 1.3rem}.about-stage,.collab-stage,.contact-band__inner,.x1-stage{overflow:hidden;border-radius:var(--xo-radius);box-shadow:0 1.2rem 3rem rgba(0,0,0,.24)}.x1-stage{display:grid;grid-template-columns:minmax(22rem,0.9fr) minmax(0,1.1fr);border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(255,255,255,.035) 0,rgba(255,255,255,.015) 100%)}.x1-stage__copy{display:flex;flex-direction:column;justify-content:space-between;gap:2rem;padding:clamp(1.8rem,3.4vw,3rem);border-right:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,.006))}.x1-stage__copy h3{max-width:11ch;margin:.95rem 0 0;font-size:clamp(2.6rem, 4vw, 4.5rem);line-height:.94;letter-spacing:0}.x1-stage__copy p{max-width:26rem;margin:1.25rem 0 0;color:var(--xo-ink-soft);font-size:1rem;line-height:1.8}.x1-stage__actions{display:flex;flex-wrap:wrap;gap:.85rem;align-items:center}.x1-stage__media{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"wide wide" "module diy";background:#050608}.tile{position:relative;min-width:0;overflow:hidden;margin:0;border-top:1px solid rgba(255,255,255,.08);border-left:1px solid rgba(255,255,255,.08);background:#050608}.tile--wide{grid-area:wide;border-top:0;border-left:0;aspect-ratio:16/7.2}.tile--module{grid-area:module;border-left:0;aspect-ratio:1/1.02}.tile--diy{grid-area:diy;aspect-ratio:1/1.02}.tile img{width:100%;height:100%;object-fit:cover}.tile--wide img{object-fit:contain;object-position:center;padding:clamp(1rem,1.8vw,1.5rem) clamp(1rem,1.8vw,1.5rem) 3rem;background:radial-gradient(circle at 50% 35%,rgba(110,199,59,.08),#050608 58%)}.tile--module img{object-fit:contain;object-position:center;padding:.95rem .95rem 2.7rem;background:#050608}.tile--diy img{object-position:center}.tile figcaption{position:absolute;right:0;bottom:0;left:0;display:grid;grid-template-columns:auto 1fr auto;gap:.75rem;align-items:center;padding:.9rem 1rem;background:linear-gradient(180deg,rgba(5,6,8,0) 0,rgba(5,6,8,.9) 100%);color:rgba(241,240,235,.8);font-size:.72rem;font-weight:700;line-height:1.35}.tile figcaption span:first-child{color:var(--xo-green)}.tile--diy figcaption,.tile--module figcaption{grid-template-columns:auto 1fr}.collab-stage{display:grid;grid-template-columns:minmax(20rem,0.82fr) minmax(0,1.18fr);border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.01))}.collab-stage__copy{display:flex;flex-direction:column;justify-content:space-between;gap:2rem;padding:clamp(1.8rem,3.4vw,3rem);border-right:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,.006))}.collab-stage__text{max-width:28rem;margin:.95rem 0 0;color:var(--xo-ink-soft);font-size:1rem;line-height:1.8}.collab-stage__chips{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1.5rem}.collab-band__notes span,.collab-stage__chips span{display:inline-flex;align-items:center;min-height:2.15rem;padding:0 .85rem;border:1px solid rgba(255,255,255,.1);border-radius:999px;color:rgba(241,240,235,.82);background:rgba(255,255,255,.03);font-size:.74rem;font-weight:700}.collab-band__notes{display:flex;flex-wrap:wrap;gap:.75rem;padding-top:1rem}.collab-band__notes span{min-height:2rem;color:rgba(241,240,235,.66);letter-spacing:.08em;text-transform:uppercase}.collab-stage__media{position:relative;min-height:40rem;background:#050608}.collab-stage__video{width:100%;height:100%;object-fit:cover;object-position:center;filter:brightness(.72) saturate(1.02) contrast(1.03)}.collab-stage__wash{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,6,8,.2) 0,rgba(5,6,8,.06) 40%,rgba(5,6,8,.42) 100%),linear-gradient(180deg,rgba(5,6,8,.02) 0,rgba(5,6,8,.48) 100%)}.collab-stage__caption{position:absolute;right:1.25rem;bottom:1.25rem;left:1.25rem;display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:.75rem .95rem;border:1px solid rgba(255,255,255,.08);border-radius:1rem;background:rgba(8,10,12,.42);color:rgba(241,240,235,.82);font-size:.74rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.collab-stage__caption span:last-child{color:var(--xo-green)}.about-stage{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(16rem,0.68fr);border:1px solid rgba(8,9,11,.08);background:linear-gradient(180deg,#ecebe7 0,#dddeda 100%);color:var(--xo-ink)}.about-stage__copy{padding:clamp(1.8rem,3.4vw,3rem);border-right:1px solid rgba(8,9,11,.08)}.about-stage__copy h2{max-width:12ch;margin:.95rem 0 0;font-size:clamp(2.6rem, 4.4vw, 5rem);line-height:.93;letter-spacing:0}.about-stage__copy p{max-width:40rem;margin:1.2rem 0 0;color:rgba(8,9,11,.72);font-size:1rem;line-height:1.8}.about-stage__copy p+p{margin-top:.9rem}.about-stage__aside{display:flex;flex-direction:column;justify-content:space-between;gap:2rem;padding:clamp(1.8rem,3.4vw,3rem)}.about-stage__statement{display:grid;gap:1rem;padding-top:.5rem;border-top:1px solid rgba(8,9,11,.14)}.about-stage__mark{color:#5fbf2d;font-size:2rem;font-weight:300;line-height:1}.about-stage__statement p{margin:0;font-size:1rem;font-weight:800;line-height:1.45}.contact-band__inner{display:flex;justify-content:space-between;align-items:end;gap:2rem;padding:clamp(1.8rem,3.4vw,3rem);border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(8,9,11,.98),#050608)}.contact-band__copy h2{max-width:10ch;margin:.85rem 0 0;font-size:clamp(2.8rem, 5vw, 5.6rem);line-height:.92;letter-spacing:0}.footer{padding:0 0 2rem;color:#fff}.footer__inner{position:relative;display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:start;padding:1.9rem 0 1rem;border-top:1px solid rgba(255,255,255,.08)}.footer__logo{width:7.5rem;height:auto}.footer__meta{display:grid;justify-self:end;gap:.35rem;text-align:right;color:rgba(241,240,235,.66);font-size:.78rem}.footer__meta p{margin:0}.footer__meta a:hover{color:var(--xo-green)}.footer__copy{grid-column:1/-1;margin:0;padding-top:1rem;border-top:1px solid rgba(255,255,255,.08);color:rgba(241,240,235,.46);font-size:.68rem}.footer__top{position:absolute;right:0;bottom:1.1rem;display:grid;width:2.4rem;aspect-ratio:1;place-items:center;border:1px solid rgba(255,255,255,.2);border-radius:50%;background:rgba(255,255,255,.03);transition:background-color 160ms ease,color 160ms ease,border-color 160ms ease}.footer__top:hover{border-color:var(--xo-green);color:var(--xo-ink);background:var(--xo-green)}.contact-modal{position:relative;width:min(30rem,calc(100% - 2rem));padding:0;border:1px solid rgba(8,9,11,.08);border-radius:1.2rem;color:var(--xo-ink);background:linear-gradient(180deg,#efeee9 0,#ddddd8 100%);box-shadow:0 1.5rem 4rem rgba(0,0,0,.38)}.contact-modal::backdrop{background:rgba(0,0,0,.72)}.contact-modal__content{padding:3rem 2rem 2rem;text-align:center}.contact-modal__content .kicker{color:var(--xo-green)}.contact-modal__content h2{margin:.9rem 0 1.4rem;font-size:2.2rem;line-height:1.08}.contact-modal__content img{width:min(13rem,100%);margin:0 auto 1.25rem;border:1px solid rgba(8,9,11,.12);border-radius:.9rem;background:#fff}.contact-modal__content p{margin:0 0 .95rem;color:rgba(8,9,11,.72);font-size:.92rem;line-height:1.7}.contact-modal__content a{display:inline-flex;padding-bottom:.15rem;border-bottom:1px solid currentColor;font-size:.82rem;font-weight:800}.contact-modal__close{position:absolute;top:.75rem;right:.75rem;display:grid;width:2.4rem;aspect-ratio:1;place-items:center;padding:0;border:1px solid rgba(8,9,11,.12);border-radius:50%;color:var(--xo-ink);background:rgba(255,255,255,.4);font-size:1.35rem;line-height:1}.contact-modal__close:hover{border-color:var(--xo-green);background:var(--xo-green)}@media (min-width:1120px){.hero-copy h1{font-size:6.9rem}.about-stage__copy h2,.contact-band__copy h2,.intro-band__copy h2,.section-head h2{letter-spacing:0}}@media (max-width:960px){.about-stage,.collab-stage,.contact-band__inner,.footer__inner,.hero__content,.intro-band__inner,.section-head,.x1-stage{grid-template-columns:1fr}.masthead__inner{grid-template-columns:1fr auto}.nav-toggle{position:relative;display:block;width:2.7rem;aspect-ratio:1;padding:0;border:1px solid rgba(255,255,255,.14);border-radius:50%;background:rgba(255,255,255,.05)}.nav-toggle span:not(.sr-only){position:absolute;left:.75rem;width:1.1rem;height:1px;background:currentColor;transition:transform 180ms ease}.nav-toggle span:nth-child(2){top:1rem}.nav-toggle span:nth-child(3){top:1.5rem}.masthead.menu-open .nav-toggle span:nth-child(2){transform:translateY(.25rem) rotate(45deg)}.masthead.menu-open .nav-toggle span:nth-child(3){transform:translateY(-.25rem) rotate(-45deg)}.nav{position:absolute;top:calc(100% + .6rem);right:0;display:grid;width:min(22rem,calc(100vw - 2rem));gap:0;padding:.35rem;border:1px solid rgba(255,255,255,.08);border-radius:1.15rem;background:rgba(8,9,11,.96);opacity:0;pointer-events:none;transform:translateY(.5rem);transition:opacity 180ms ease,transform 180ms ease;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.masthead.menu-open .nav{opacity:1;pointer-events:auto;transform:translateY(0)}.button--nav,.nav__link{display:flex;width:100%;min-height:3.6rem;justify-content:space-between;padding:0 1rem;border:0;border-top:1px solid rgba(255,255,255,.08);border-radius:0;background:0 0;text-align:left}.button--nav,.nav__link:first-child{border-top:0}.hero__stage{min-height:clamp(34rem,74svh,48rem)}.hero__content{padding-top:7rem;padding-bottom:1.5rem}.hero-copy h1{max-width:10ch;font-size:clamp(3rem, 8vw, 4.6rem)}.hero-copy__text{max-width:32rem;font-size:.95rem}.hero-rail{width:min(28rem,100%)}.section-head{margin-bottom:.9rem}.x1-stage__media{min-height:0}.tile--wide{aspect-ratio:16/9.2}.collab-stage__media{min-height:28rem}.about-stage__aside,.about-stage__copy,.collab-stage__copy,.contact-band__inner,.intro-band__inner,.x1-stage__copy{padding:1.6rem}.footer__inner{gap:1.5rem}.footer__meta{justify-self:start;text-align:left}}@media (max-width:760px){.shell{width:min(calc(100% - 1rem * 2),1520px)}.masthead{padding-top:.65rem}.masthead__inner{padding-inline:0.85rem;border-radius:1rem}.brand{width:6.8rem}.hero{padding-top:5.6rem}.hero__content{gap:1.25rem}.hero-copy h1{max-width:10ch}.button,.link-inline{min-height:2.8rem;font-size:.66rem}.about-stage__copy h2,.contact-band__copy h2,.intro-band__copy h2{font-size:clamp(2.35rem, 10vw, 3.2rem)}.about-stage__copy p,.collab-stage__text,.hero-copy__text,.intro-band__copy p,.section-head__lede{font-size:.93rem;line-height:1.72}.x1-stage{grid-template-columns:1fr}.x1-stage__copy{border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}.x1-stage__media{grid-template-columns:1fr;grid-template-areas:"wide" "module" "diy"}.tile{border-left:0}.tile--module img{padding-bottom:2.5rem}.collab-stage{grid-template-columns:1fr}.collab-stage__copy{border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}.about-stage{grid-template-columns:1fr}.about-stage__copy{border-right:0;border-bottom:1px solid rgba(8,9,11,.08)}.contact-band__inner{align-items:start}.footer__inner{grid-template-columns:1fr}.footer__top{bottom:1rem}.contact-modal__content{padding:2.6rem 1.4rem 2rem}}@media (max-width:560px){.hero__content{padding-top:6.6rem}.hero-copy h1{font-size:clamp(2.75rem, 11vw, 3.4rem)}.about-stage,.collab-stage,.contact-band__inner,.hero__stage,.intro-band__inner,.x1-stage{border-radius:1rem}.tile figcaption{grid-template-columns:auto 1fr}.tile figcaption span:last-child{display:none}.contact-band__copy h2{max-width:9ch}}@media (prefers-reduced-motion:reduce){*,::after,::before{scroll-behavior:auto!important;animation-duration:0s!important;transition-duration:0s!important}}html{scroll-behavior:auto;scroll-padding-top:calc(var(--xo-header-height) + 0.85rem)}main[id],section[id]{scroll-margin-top:0}.masthead::before{position:absolute;z-index:-1;top:0;right:0;left:0;height:calc(var(--xo-header-height) + 1.25rem);background:linear-gradient(180deg,rgba(5,6,8,.82) 0,rgba(5,6,8,.5) 62%,rgba(5,6,8,0) 100%);content:"";pointer-events:none}.collab-band,.contact-band,.x1-band{color:var(--xo-paper)}.collab-band .section-head h2,.contact-band__copy h2,.x1-band .section-head h2,.x1-stage__copy h3{color:rgba(246,246,240,.96);text-shadow:0 .08em .5em rgba(0,0,0,.24)}.collab-band .section-head__lede,.collab-stage__text,.x1-band .section-head__lede,.x1-stage__copy p{color:rgba(241,240,235,.76)}.about-band,.collab-band,.contact-band,.x1-band{padding:clamp(.9rem,2vh,1.35rem) 0 clamp(1rem,2.5vh,1.75rem)}.section-head{align-items:end;gap:clamp(1rem,2.5vw,2.2rem);margin-bottom:clamp(.75rem,1.6vh,1.05rem)}.section-head h2{font-size:clamp(2.45rem, 4vw, 4.8rem);line-height:1.02}.contact-band__copy h2 span,.section-head h2 span,.x1-stage__copy h3 span{display:block}.section-head__lede{max-width:32rem;font-size:clamp(.92rem, 1.05vw, 1rem)}.about-stage,.collab-stage,.contact-band__inner,.x1-stage{border-radius:clamp(1rem,1.6vw,1.35rem)}.x1-stage{grid-template-columns:minmax(19rem,0.76fr) minmax(0,1.24fr)}.about-stage__aside,.about-stage__copy,.collab-stage__copy,.contact-band__inner,.x1-stage__copy{padding:clamp(1.45rem,2.8vw,2.45rem)}.x1-stage__copy h3{max-width:none;font-size:clamp(2.1rem, 3.25vw, 3.85rem);line-height:1.04}.x1-stage__copy h3 span{white-space:nowrap}.about-stage__copy p,.collab-stage__text,.x1-stage__copy p{font-size:clamp(.92rem, 1.05vw, 1rem);line-height:1.78}.x1-stage__actions{margin-top:clamp(1rem,2vh,1.5rem)}.tile--wide{aspect-ratio:16/6.2}.tile--diy,.tile--module{aspect-ratio:16/8.2}.tile--module img,.tile--wide img{padding-bottom:clamp(2.1rem,3.2vw,2.7rem)}.collab-stage{grid-template-columns:minmax(19rem,0.72fr) minmax(0,1.28fr)}.collab-stage__media{min-height:clamp(26rem,38vw,34rem)}.collab-stage__caption{bottom:1rem}.about-stage__copy h2,.contact-band__copy h2{line-height:1.02}@media (max-width:960px){html{scroll-padding-top:calc(var(--xo-header-height) + 0.75rem)}.about-band,.collab-band,.contact-band,.x1-band{padding-top:1rem}.section-head{gap:.75rem}.section-head h2{font-size:clamp(2.3rem, 8vw, 4rem);line-height:1.06}.x1-stage__copy h3{font-size:clamp(2.05rem, 7.4vw, 3.25rem);line-height:1.08}.about-stage__aside,.about-stage__copy,.collab-stage__copy,.contact-band__inner,.intro-band__inner,.x1-stage__copy{padding:clamp(1.25rem,4.5vw,1.75rem)}.collab-stage__media{min-height:clamp(20rem,52svh,28rem)}}@media (max-width:760px){.masthead{padding-top:.55rem}.about-stage__copy p,.collab-stage__text,.section-head__lede,.x1-stage__copy p{font-size:.92rem;line-height:1.74}.section-head h2{font-size:clamp(2rem, 9.2vw, 3rem)}.about-stage,.collab-stage,.x1-stage{grid-template-columns:1fr}.about-stage__copy,.collab-stage__copy,.x1-stage__copy{border-right:0}.collab-stage__copy,.x1-stage__copy{border-bottom:1px solid rgba(255,255,255,.08)}.about-stage__copy{border-bottom:1px solid rgba(8,9,11,.08)}.x1-stage__media{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"wide wide" "module diy"}.tile--wide{aspect-ratio:16/8.5}.tile--diy,.tile--module{aspect-ratio:1/0.95}.tile--module{border-left:0}.tile--diy{border-left:1px solid rgba(255,255,255,.08)}.tile figcaption{min-height:2.5rem;padding:.65rem .7rem;font-size:.64rem}.collab-stage__media{min-height:clamp(17rem,46svh,23rem)}.collab-stage__caption{right:.8rem;bottom:.8rem;left:.8rem;align-items:start;flex-direction:column;gap:.25rem;padding:.65rem .75rem}}@media (max-width:560px){html{scroll-padding-top:calc(var(--xo-header-height) + 0.6rem)}.about-band,.collab-band,.contact-band,.x1-band{padding-top:.85rem}.section-head h2{font-size:clamp(1.9rem, 9vw, 2.65rem)}.section-head__lede{max-width:100%}.x1-stage__copy h3{font-size:clamp(1.95rem, 8vw, 2.45rem)}.button,.link-inline{white-space:nowrap}.collab-band__notes span,.collab-stage__chips span{min-height:2rem;padding-inline:0.72rem;font-size:.68rem}}:root{--xo-anchor-gap:clamp(0.7rem, 1.8vh, 1rem);--xo-live-viewport:100vh}@supports (height:100dvh){:root{--xo-live-viewport:100dvh}}html{scroll-behavior:auto;scroll-padding-top:calc(var(--xo-header-height) + env(safe-area-inset-top,0px) + var(--xo-anchor-gap));overflow-x:clip}main[id],section[id]{scroll-margin-top:calc(var(--xo-header-height) + env(safe-area-inset-top,0px) + var(--xo-anchor-gap))}body,main{min-width:0;overflow-x:clip}.masthead{padding:env(safe-area-inset-top,0) 0 0;background:0 0;-webkit-backdrop-filter:none;backdrop-filter:none}.masthead::before{position:absolute;z-index:-1;top:0;right:0;left:0;height:calc(100% + clamp(3.75rem,7vh,5.5rem));background:linear-gradient(180deg,rgba(110,199,59,.09) 0,rgba(110,199,59,.035) 38%,rgba(110,199,59,0) 82%),linear-gradient(180deg,rgba(5,6,8,.985) 0,rgba(5,6,8,.965) 42%,rgba(5,6,8,.82) 58%,rgba(5,6,8,.52) 72%,rgba(5,6,8,.22) 86%,rgba(5,6,8,0) 100%);content:"";pointer-events:none}.masthead::after{display:none}.masthead.is-scrolled .masthead__inner,.masthead.menu-open .masthead__inner,.masthead__inner{min-height:var(--xo-header-height);border:0;border-radius:0;background:0 0;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.collab-band,.contact-band,.x1-band{color:var(--xo-paper)}.collab-band .section-head h2,.contact-band__copy h2,.x1-band .section-head h2,.x1-stage__copy h3{color:rgba(246,246,240,.96);text-shadow:0 .08em .5em rgba(0,0,0,.24)}.collab-band .section-head__lede,.collab-stage__text,.x1-band .section-head__lede,.x1-stage__copy p{color:rgba(241,240,235,.76)}.about-band,.collab-band,.contact-band,.x1-band{padding:clamp(.9rem,2vh,1.35rem) 0 clamp(1rem,2.5vh,1.75rem)}#about,#collab,#overview,#x1{min-height:calc(var(--xo-live-viewport) - var(--xo-header-height) - var(--xo-anchor-gap))}.intro-band{display:flex;align-items:stretch;padding:clamp(.9rem,2vh,1.35rem) 0 clamp(1rem,2.5vh,1.75rem)}.hero-copy h1{display:grid;gap:.08em;line-height:1}.hero-copy h1 span{line-height:1.06}.about-stage__copy h2,.contact-band__copy h2,.intro-band__copy h2,.section-head h2,.x1-stage__copy h3{display:grid;gap:.06em;letter-spacing:0;line-height:1.08;line-break:strict;text-wrap:balance}.about-stage__copy h2 span,.contact-band__copy h2 span,.intro-band__copy h2 span,.section-head h2 span,.x1-stage__copy h3 span{line-height:inherit;letter-spacing:0}.about-stage__copy p,.collab-stage__text,.contact-modal__content p,.footer__copy,.footer__meta,.hero-copy__text,.intro-band__copy p,.section-head__lede,.x1-stage__copy p{letter-spacing:0;line-break:strict;overflow-wrap:break-word;text-wrap:pretty;word-break:normal}.button,.collab-band__notes span,.collab-stage__caption,.collab-stage__chips span,.hero-rail__label,.intro-band__note,.kicker,.link-inline,.nav__link,.tile figcaption{letter-spacing:0}.button,.link-inline{line-height:1.35}.intro-band__inner{display:grid;min-height:clamp(32rem,calc(var(--xo-live-viewport) - var(--xo-header-height) - 2.75rem),58rem);padding:0;grid-template-columns:minmax(0,1.28fr) minmax(18rem,0.62fr);align-items:stretch;overflow:hidden}.intro-band__copy,.intro-band__rail{padding:clamp(2rem,4.2vw,4.5rem)}.intro-band__copy{display:flex;flex-direction:column;justify-content:center}.intro-band__copy h2{max-width:11ch;font-size:clamp(3.2rem, 5.2vw, 6.2rem);line-height:1}.intro-band__copy p{max-width:44rem}.intro-band__rail{display:flex;align-items:flex-start;flex-direction:column;justify-content:space-between;border-left:1px solid rgba(8,9,11,.08)}.section-head{align-items:end;gap:clamp(1rem,2.5vw,2.2rem);margin-bottom:clamp(.75rem,1.6vh,1.05rem)}.section-head h2{font-size:clamp(2.45rem, 4vw, 4.8rem);line-height:1.02}.contact-band__copy h2 span,.section-head h2 span,.x1-stage__copy h3 span{display:block}.section-head__lede{max-width:32rem;font-size:clamp(.92rem, 1.05vw, 1rem)}.section-head__aside{display:grid;align-self:end;gap:.95rem;justify-items:start}.section-head__guide{min-width:12rem;justify-content:space-between}@media (min-width:961px){.collab-stage__guide{display:none}}.about-stage,.collab-stage,.contact-band__inner,.x1-stage{border-radius:clamp(1rem,1.6vw,1.35rem)}.x1-stage{grid-template-columns:minmax(19rem,0.76fr) minmax(0,1.24fr)}.about-stage__aside,.about-stage__copy,.collab-stage__copy,.contact-band__inner,.x1-stage__copy{padding:clamp(1.45rem,2.8vw,2.45rem)}.x1-stage__copy h3{max-width:none;font-size:clamp(2.1rem, 3.25vw, 3.85rem);line-height:1.04}.x1-stage__copy h3 span{white-space:nowrap}.about-stage__copy p,.collab-stage__text,.x1-stage__copy p{font-size:clamp(.92rem, 1.05vw, 1rem);line-height:1.78}.x1-stage__actions{margin-top:clamp(1rem,2vh,1.5rem)}.tile--wide{aspect-ratio:16/6.2}.tile--diy,.tile--module{aspect-ratio:16/8.2}.tile--module img,.tile--wide img{padding-bottom:clamp(2.1rem,3.2vw,2.7rem)}.tile--diy img{object-fit:contain;object-position:center;padding:clamp(.55rem,1.2vw,.9rem) clamp(.55rem,1.2vw,.9rem) clamp(2.1rem,3.2vw,2.7rem);background:radial-gradient(circle at 50% 42%,rgba(110,199,59,.08),#050608 62%)}.collab-stage{grid-template-columns:minmax(19rem,0.72fr) minmax(0,1.28fr)}.collab-stage__media{min-height:clamp(26rem,38vw,34rem)}.collab-stage__caption{bottom:1rem}.about-stage__copy h2,.contact-band__copy h2{line-height:1.02}@media (max-width:960px){html{scroll-padding-top:calc(var(--xo-header-height) + env(safe-area-inset-top,0px) + var(--xo-anchor-gap))}.about-band,.collab-band,.contact-band,.x1-band{padding-top:1rem}.intro-band__inner{min-height:0;grid-template-columns:1fr}.intro-band__rail{gap:1.25rem;border-top:1px solid rgba(8,9,11,.08);border-left:0}.section-head{gap:.75rem}.section-head__aside{gap:0}.section-head__guide{display:none}.section-head h2{font-size:clamp(2.3rem, 8vw, 4rem);line-height:1.06}.x1-stage__copy h3{font-size:clamp(2.05rem, 7.4vw, 3.25rem);line-height:1.08}.about-stage__aside,.about-stage__copy,.collab-stage__copy,.contact-band__inner,.intro-band__copy,.intro-band__rail,.x1-stage__copy{padding:clamp(1.25rem,4.5vw,1.75rem)}.collab-stage__media{min-height:clamp(20rem,52svh,28rem)}}@media (max-width:760px){:root{--xo-header-height:4rem;--xo-anchor-gap:0.7rem}.masthead{padding-top:env(safe-area-inset-top,0);background:0 0}.masthead::before{height:calc(100% + 3rem);background:linear-gradient(180deg,rgba(110,199,59,.08) 0,rgba(110,199,59,.025) 42%,rgba(110,199,59,0) 84%),linear-gradient(180deg,rgba(5,6,8,.985) 0,rgba(5,6,8,.955) 46%,rgba(5,6,8,.72) 64%,rgba(5,6,8,.34) 82%,rgba(5,6,8,0) 100%)}.masthead.is-scrolled .masthead__inner,.masthead.menu-open .masthead__inner,.masthead__inner{width:100%;padding-inline:clamp(0.85rem,4vw,1rem)}#about,#collab,#x1{min-height:0}#overview{min-height:calc(var(--xo-live-viewport) - var(--xo-header-height) - var(--xo-anchor-gap))}.intro-band__inner{min-height:calc(var(--xo-live-viewport) - var(--xo-header-height) - var(--xo-anchor-gap) - 2rem);grid-template-rows:minmax(0,1fr) auto}.intro-band__rail{align-items:center;flex-direction:row;justify-content:space-between}.shell{width:calc(100% - clamp(1rem,4vw,1.25rem))}.section-head{grid-template-columns:minmax(0,1fr);align-items:start}.about-stage__copy p,.collab-stage__text,.section-head__lede,.x1-stage__copy p{font-size:.92rem;line-height:1.74}.section-head h2{font-size:clamp(2rem, 9.2vw, 3rem)}.hero-copy h1{gap:.1em;line-height:1.08}.hero-copy h1 span{line-height:1.08}.about-stage__copy h2,.contact-band__copy h2,.intro-band__copy h2,.section-head h2,.x1-stage__copy h3{gap:.07em;line-height:1.12}.intro-band__copy h2{font-size:clamp(2.3rem, 10vw, 3rem);line-height:1.12}.about-stage,.collab-stage,.x1-stage{grid-template-columns:1fr;min-width:0}.about-stage__copy,.collab-stage__copy,.x1-stage__copy{border-right:0}.collab-stage__copy,.x1-stage__copy{gap:1rem;border-bottom:1px solid rgba(255,255,255,.08)}.about-stage__copy{border-bottom:1px solid rgba(8,9,11,.08)}.x1-stage__copy h3{margin-top:.65rem}.collab-stage__text,.x1-stage__copy p{margin-top:.8rem}.collab-stage__chips,.x1-stage__actions{margin-top:1rem}.x1-stage__media{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"wide wide" "module diy"}.x1-stage .tile--wide{aspect-ratio:16/7}.x1-stage .tile--diy,.x1-stage .tile--module{aspect-ratio:1/0.68}.tile--module{border-left:0}.tile--diy{border-left:1px solid rgba(255,255,255,.08)}.tile figcaption{min-height:2.5rem;padding:.65rem .7rem;font-size:.64rem}.collab-stage__media{min-height:0;aspect-ratio:4/3}.collab-stage__caption{right:.8rem;bottom:.8rem;left:.8rem;align-items:start;flex-direction:column;gap:.25rem;padding:.65rem .75rem}.collab-band__notes{display:none}.contact-band__inner{align-items:stretch;flex-direction:column;gap:1.25rem}.contact-band__inner>.button{width:100%}.footer__copy{padding-right:3.25rem;line-height:1.6}.contact-modal{width:min(28rem,calc(100% - 1rem));max-height:calc(var(--xo-live-viewport) - 1rem);overflow:auto}}@media (max-width:560px){html{scroll-padding-top:calc(var(--xo-header-height) + env(safe-area-inset-top,0px) + var(--xo-anchor-gap))}.about-band,.collab-band,.contact-band,.x1-band{padding-top:.85rem}.section-head{margin-bottom:.75rem}.section-head h2{font-size:clamp(1.9rem, 9vw, 2.65rem)}.hero-copy h1{font-size:clamp(2.55rem, 10.5vw, 3.15rem)}.section-head__lede{max-width:100%}.x1-stage__copy h3{font-size:clamp(1.78rem, 7.35vw, 2.2rem)}.about-stage__aside,.about-stage__copy,.collab-stage__copy,.intro-band__copy,.intro-band__rail,.x1-stage__copy{padding:1.05rem}.button,.link-inline{white-space:nowrap}.collab-band__notes span,.collab-stage__chips span{min-height:2rem;padding-inline:0.72rem;font-size:.68rem}}@media (max-width:380px){:root{--xo-header-height:3.75rem;--xo-anchor-gap:0.55rem}.brand{width:6.25rem}.nav-toggle{width:2.45rem}.section-head h2{font-size:1.85rem}.hero-copy h1{font-size:clamp(2.3rem, 10.5vw, 2.5rem)}.intro-band__copy h2{font-size:2.1rem}.intro-band__rail{align-items:stretch;flex-direction:column}.intro-band__rail .button{width:100%}.x1-stage__copy h3{font-size:1.72rem}.about-stage__aside,.about-stage__copy,.collab-stage__copy,.intro-band__copy,.intro-band__rail,.x1-stage__copy{padding:.9rem}.tile figcaption{gap:.45rem;padding-inline:0.55rem}}@media (max-width:760px) and (max-height:700px){.about-band,.collab-band,.contact-band,.x1-band{padding-top:.65rem}.section-head{gap:.5rem;margin-bottom:.6rem}.section-head h2{margin-top:.45rem}.about-stage__copy p,.collab-stage__text,.section-head__lede,.x1-stage__copy p{font-size:.84rem;line-height:1.65}.about-stage__aside,.about-stage__copy,.collab-stage__copy,.intro-band__copy,.intro-band__rail,.x1-stage__copy{padding:.85rem}.about-stage__copy h2{font-size:2rem;line-height:1.12}.about-stage__copy p{margin-top:.75rem}.about-stage__aside{gap:.75rem}.about-stage__statement{gap:.65rem;padding-top:.35rem}.button,.link-inline{min-height:2.65rem}}@media (orientation:landscape) and (max-height:500px) and (min-width:700px) and (max-width:960px){:root{--xo-header-height:3.5rem;--xo-anchor-gap:0.5rem}.brand{width:6.2rem}.nav-toggle{width:2.4rem}#about,#collab,#overview,#x1{min-height:0}.x1-stage{grid-template-columns:minmax(16rem,0.8fr) minmax(0,1.2fr)}.collab-stage{grid-template-columns:minmax(16rem,0.78fr) minmax(0,1.22fr)}.about-stage{grid-template-columns:minmax(0,1.18fr) minmax(15rem,0.72fr)}.about-stage__copy,.collab-stage__copy,.x1-stage__copy{border-right:1px solid rgba(255,255,255,.08);border-bottom:0}.about-stage__copy{border-right-color:rgba(8,9,11,.08)}.x1-stage__media{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"wide wide" "module diy"}.collab-stage__media{min-height:24rem;aspect-ratio:auto}}.button,.link-inline{position:relative;isolation:isolate;min-height:3rem;padding-inline:1.15rem;border:1px solid transparent;border-radius:8px;font-size:.75rem;font-weight:700;letter-spacing:0;text-rendering:geometricPrecision;box-shadow:0 .55rem 1.3rem rgba(0,0,0,.16);transition:transform 180ms ease,border-color 180ms ease,background-color 180ms ease,color 180ms ease,box-shadow 180ms ease,filter 180ms ease}.button span,.link-inline span{display:inline-grid;width:1.4rem;height:1.4rem;place-items:center;border:1px solid transparent;border-radius:50%;font-size:.9rem;transition:transform 180ms ease,background-color 180ms ease,border-color 180ms ease}.button:hover span,.link-inline:hover span{transform:translateX(1px)}.button--primary{border-color:rgba(41,91,20,.34);color:#071005;text-shadow:0 1px 0 rgba(219,255,193,.24);background:linear-gradient(135deg,rgba(255,255,255,.34) 0,rgba(255,255,255,0) 34%),linear-gradient(180deg,#a5e979 0,#7acb4e 54%,#67b93c 100%);box-shadow:0 .55rem 1.3rem rgba(41,86,20,.2),inset 0 1px 0 rgba(196,239,165,.24),inset 0 -1px 0 rgba(39,91,18,.22)}.button--primary span{border-color:rgba(7,16,5,.12);background:rgba(7,16,5,.09)}.button--ghost,.button--secondary,.link-inline--light{border-color:rgba(79,94,85,.42);color:rgba(247,247,242,.96);text-shadow:0 1px 1px rgba(0,0,0,.28);background:linear-gradient(135deg,rgba(255,255,255,.105) 0,rgba(255,255,255,0) 42%),linear-gradient(180deg,rgba(36,40,43,.78) 0,rgba(13,15,17,.72) 100%);box-shadow:0 .55rem 1.3rem rgba(0,0,0,.2),inset 0 1px 0 rgba(139,159,147,.08),inset 0 -1px 0 rgba(0,0,0,.28);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.button--ghost span,.button--secondary span,.link-inline--light span{border-color:rgba(94,112,101,.3);background:rgba(255,255,255,.065)}.button--ghost:hover,.button--secondary:hover,.link-inline--light:hover{border-color:rgba(174,242,123,.58);color:#fff;background:linear-gradient(135deg,rgba(255,255,255,.11) 0,rgba(255,255,255,0) 42%),linear-gradient(180deg,rgba(45,55,45,.82) 0,rgba(18,23,19,.78) 100%)}.button:hover,.link-inline:hover{transform:translateY(-1px);filter:saturate(.96) brightness(1.035)}.button:active,.link-inline:active{transform:translateY(0);filter:none}.button:focus-visible,.link-inline:focus-visible{outline:2px solid rgba(174,242,123,.68);outline-offset:3px}.footer__top{border-color:rgba(83,104,91,.42);background:rgba(17,21,19,.68);box-shadow:inset 0 1px 0 rgba(139,159,147,.06)}.button--large,.button--nav{min-height:3rem}.intro-band__character{display:grid;min-height:0;align-self:stretch;place-items:end center;overflow:hidden;margin:0}.intro-band__character img{width:min(100%,26rem);height:100%;max-height:36rem;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 1.2rem 1.6rem rgba(45, 34, 31, .12))}.hero-actions,.x1-stage__actions{gap:.7rem}.expo-gallery{display:grid;min-height:clamp(30rem,48vw,46rem);grid-template-columns:minmax(0,1.65fr) minmax(18rem,0.85fr);grid-template-rows:repeat(2,minmax(0,1fr));gap:1px;margin-top:clamp(1.2rem,2.4vw,2rem);overflow:hidden;background:rgba(255,255,255,.12)}.expo-gallery__item{position:relative;min-width:0;min-height:0;overflow:hidden;margin:0;background:#08090b}.expo-gallery__item--lead{grid-row:1/-1}.expo-gallery__item img{width:100%;height:100%;object-fit:cover;filter:saturate(.88) contrast(1.03);transition:transform .6s cubic-bezier(.2, .7, .2, 1),filter .3s ease}.expo-gallery__item--lead img{object-position:54% center}.expo-gallery__item:hover img{filter:saturate(1) contrast(1.04);transform:scale(1.018)}.expo-gallery__item::after{position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(4,5,7,.82) 100%);content:"";pointer-events:none}.expo-gallery__item figcaption{position:absolute;z-index:1;right:clamp(1rem,2vw,1.6rem);bottom:clamp(1rem,2vw,1.6rem);left:clamp(1rem,2vw,1.6rem);display:flex;align-items:baseline;justify-content:space-between;gap:1rem;color:#fff}.expo-gallery__item figcaption span{color:var(--xo-green-soft);font-size:.7rem;font-weight:800}.expo-gallery__item figcaption strong{max-width:24rem;font-size:clamp(.82rem, 1vw, 1rem);font-weight:700;line-height:1.5;text-align:right}.collab-band__footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:1rem}.collab-band__footer .collab-band__notes{width:auto;margin:0;padding-top:0}.collab-band__next{flex:0 0 auto}@media (min-width:961px){.about-stage__aside .button,.collab-band__next,.contact-band__inner>.button,.hero-actions .button,.intro-band__rail .button,.section-head__guide,.x1-stage__actions .button{min-width:12.25rem;justify-content:space-between}.intro-band__rail{display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:clamp(1rem,2vh,1.5rem)}.hero{padding:0}.hero .hero__stage{width:100%;max-width:none;min-height:var(--xo-live-viewport);border:0;border-radius:0;box-shadow:none}.hero__content{padding-inline:max(var(--xo-shell-gap),calc((100vw - 1520px)/ 2 + var(--xo-shell-gap)))}.about-band,.intro-band{background:linear-gradient(180deg,#ecece9 0,#dedfdc 100%)}.x1-band{background:linear-gradient(180deg,#101216 0,#090b0e 100%)}.collab-band{background:linear-gradient(180deg,#090b0e 0,#11151a 52%,#090b0e 100%)}.contact-band{background:linear-gradient(180deg,#0d1014 0,#07080a 100%)}.about-stage,.collab-stage,.contact-band__inner,.intro-band__inner,.x1-stage{border:0;border-radius:0;background:0 0;box-shadow:none}.about-stage__aside,.collab-stage__copy,.intro-band__rail,.x1-stage__copy{background:0 0}.collab-stage__media,.x1-stage__media{border-left:1px solid rgba(255,255,255,.1)}.about-stage__aside,.intro-band__rail{border-left-color:rgba(8,9,11,.1)}.contact-band__inner{border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}}@media (max-width:960px){.button,.link-inline{min-height:2.9rem;padding-inline:1rem}.hero-actions .button,.x1-stage__actions .button{flex:1 1 10rem}.expo-gallery{min-height:0;grid-template-columns:1fr;grid-template-rows:none;gap:1px;margin-top:.8rem}.expo-gallery__item,.expo-gallery__item--lead{grid-row:auto;aspect-ratio:3/2}.collab-band__footer{align-items:stretch;margin-top:.8rem;padding-top:0}.collab-band__next{width:100%}.intro-band__rail{display:grid;min-height:clamp(13rem,34vh,17rem);grid-template-columns:minmax(0,1fr) minmax(7.5rem,0.72fr);grid-template-areas:"note character" "button button";align-items:center;gap:.75rem 1rem}.intro-band__note{grid-area:note}.intro-band__character{grid-area:character;align-self:stretch}.intro-band__character img{width:100%;max-height:12rem}.intro-band__rail .button{width:100%;grid-area:button;justify-content:space-between}}@media (max-width:560px){.about-stage__aside .button,.button,.collab-stage__guide,.link-inline,.section-head__guide{width:100%}.expo-gallery{width:100%}.expo-gallery__item figcaption{right:.85rem;bottom:.85rem;left:.85rem;align-items:flex-start;flex-direction:column;gap:.25rem}.expo-gallery__item figcaption strong{font-size:.78rem;text-align:left}.intro-band__rail{min-height:12.5rem;grid-template-columns:minmax(0,1fr) minmax(7rem,0.78fr)}.intro-band__character img{max-height:10.5rem}}