.fx-foundation{position:absolute;left:0;right:0;bottom:0;height:var(--foundation-h, 5px);background:var(--orange);z-index:3}.fx-moat{position:relative;z-index:1;flex:1 1 auto;min-height:clamp(310px,42svh,430px);overflow:hidden;pointer-events:none}.fx-moat:before{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(180deg,#15120e 0%,transparent 26%)}.fx-moat__art{position:absolute;left:50%;bottom:0;z-index:1;width:min(108vw,2040px);height:auto;max-width:none;transform:translate(-50%);display:block;opacity:1;-webkit-mask-image:linear-gradient(180deg,transparent 0%,#000 22%,#000 100%);mask-image:linear-gradient(180deg,transparent 0%,#000 22%,#000 100%)}@supports not (mask-image: linear-gradient(#000,transparent)){.fx-moat__art{opacity:.5}}@media(max-width:980px){.fx-moat{min-height:300px}}@media(max-width:820px){.fx-moat{min-height:240px}.fx-moat__art{width:132vw;bottom:0;opacity:1}}.fx-scrollcue{position:fixed;left:50%;bottom:clamp(18px,3svh,30px);z-index:40;transform:translate(-50%);color:#1a1a1a6b;pointer-events:none;transition:opacity .5s var(--ease),transform .5s var(--ease)}.fx-scrollcue.is-hidden{opacity:0;transform:translate(-50%,10px)}.fx-scrollcue__wheel{display:block;width:23px;height:36px;border-radius:13px;border:1.5px solid currentColor;position:relative}.fx-scrollcue__wheel:before{content:"";position:absolute;left:50%;top:7px;width:3px;height:7px;border-radius:2px;background:currentColor;transform:translate(-50%);animation:fxScrollCue 1.7s var(--ease) infinite}@keyframes fxScrollCue{0%{opacity:0;transform:translate(-50%)}22%{opacity:1}55%{opacity:1;transform:translate(-50%,11px)}75%,to{opacity:0;transform:translate(-50%,11px)}}@media(prefers-reduced-motion:reduce){.fx-scrollcue{display:none}}html.fx-snap-ready{scroll-snap-type:y mandatory;scroll-padding-top:0}@media(max-width:899px){html.fx-snap-ready{scroll-snap-type:y proximity}}@media(prefers-reduced-motion:reduce){html.fx-snap-ready{scroll-snap-type:none}}.fx-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5em;font-family:var(--font-sans);font-weight:var(--w-semi, 600);font-size:.9rem;line-height:1;padding:.62em 1.15em;border:none;border-radius:var(--r-pill, 999px);cursor:pointer;white-space:nowrap;text-decoration:none;transition:transform .15s var(--ease),background .2s var(--ease),color .2s var(--ease)}.fx-btn--primary{background:var(--orange);color:#fff}.fx-btn--primary:hover{background:var(--orange-d);transform:translateY(-1px)}.fx-btn--ghost{background:transparent;color:var(--ink);border:1px solid var(--ink)}.fx-btn--ghost:hover{background:var(--ink);color:var(--paper)}.fx-btn:disabled,.fx-btn[aria-disabled=true]{opacity:.5;cursor:not-allowed;transform:none}.fx-btn:focus-visible{outline:2px solid var(--orange);outline-offset:2px}.fx-btn__arrow{font-size:1.05em;line-height:1;transition:margin .2s var(--ease)}.fx-btn:hover .fx-btn__arrow{margin-left:.15em}@media(prefers-reduced-motion:reduce){.fx-btn{transition:none}}.fx-eyebrow{font-family:var(--font-mono);font-weight:var(--w-bold, 700);font-size:var(--t-eyebrow, .82rem);letter-spacing:var(--ls-eyebrow, .22em);text-transform:uppercase;display:inline-block}.fx-eyebrow--orange{color:var(--orange-deep, #E1640C)}.fx-eyebrow--sub{color:var(--sub)}.fx-eyebrow--ink{color:var(--ink)}.fx-eyebrow--night{color:var(--night-label, #8a8479)}.fx-eyebrow:focus-visible{outline:2px solid var(--orange);outline-offset:2px;border-radius:var(--r-md, 5px)}.fx-mark{display:inline-block;height:var(--fx-mark-h, 28px);width:auto;border-radius:var(--r-md, 5px);vertical-align:middle;user-select:none}.fx-mark:focus-visible{outline:2px solid var(--orange);outline-offset:2px}.fx-wordmark{display:inline-flex;align-items:baseline;gap:.55em}.fx-wordmark__name{font-family:var(--font-sans);font-weight:700;font-size:var(--fx-wordmark-size, 1.15rem);letter-spacing:-.01em;line-height:1}.fx-wordmark--ink .fx-wordmark__name{color:var(--ink)}.fx-wordmark--light .fx-wordmark__name{color:var(--paper)}.fx-wordmark__x{color:var(--orange)}.fx-wordmark__product{font-family:var(--font-mono);font-weight:700;font-size:.92rem;letter-spacing:.1em;text-transform:uppercase;line-height:1;padding-left:13px;border-left:1.5px solid var(--hair-d)}.fx-wordmark--ink .fx-wordmark__product{color:var(--ink)}.fx-wordmark--light .fx-wordmark__product{color:var(--paper)}.fx-illustration{display:block;width:var(--fx-illustration-w, 100%);height:auto;max-width:100%;background:none;border:none;box-shadow:none;border-radius:0;user-select:none;-webkit-user-select:none;-webkit-user-drag:none}.fx-illustration-pic{display:contents}.fx-illustration:focus-visible{outline:2px solid var(--orange);outline-offset:2px}.fx-input{width:100%;padding:.85em 1em;font-family:var(--font-sans);font-size:.98rem;color:var(--ink);background:var(--paper);border:1px solid var(--hair-d);border-radius:var(--r-input, 9px);outline:none;transition:border-color .2s var(--ease)}.fx-input::placeholder{color:var(--sub)}.fx-input:focus-visible{border-color:transparent;outline:2px solid var(--orange);outline-offset:1px}.fx-input:disabled{opacity:.5;cursor:not-allowed}@media(prefers-reduced-motion:reduce){.fx-input{transition:none}}.fx-label{display:block;margin-bottom:.4rem;font-family:var(--font-sans);font-size:.78rem;line-height:1.3;color:var(--sub)}.fx-label:focus-visible{outline:2px solid var(--orange);outline-offset:2px}.fx-scrolllink{display:inline-flex;align-items:center;gap:.4em;font-family:var(--font-sans);font-weight:var(--w-semi, 600);font-size:.95rem;line-height:1;color:inherit;text-decoration:none;opacity:.68;cursor:pointer;border-radius:var(--r-md, 5px);transition:opacity .2s var(--ease),color .2s var(--ease)}.fx-scrolllink:hover{opacity:1;color:var(--orange)}.fx-scrolllink:focus-visible{outline:2px solid var(--orange);outline-offset:2px;opacity:1}.fx-scrolllink__caret{font-size:1em;line-height:1;transition:transform .2s var(--ease)}.fx-scrolllink:hover .fx-scrolllink__caret{transform:translateY(.1em)}@media(prefers-reduced-motion:reduce){.fx-scrolllink,.fx-scrolllink__caret{transition:none}.fx-scrolllink:hover .fx-scrolllink__caret{transform:none}}.fx-card{position:relative;isolation:isolate;display:block;padding:var(--fx-card-pad, 1.5rem);background:var(--surface-card);color:var(--ink);border:1px solid var(--hair);border-radius:var(--r-card, 18px);font-family:var(--font-sans);transition:transform .18s var(--ease),box-shadow .18s var(--ease)}.fx-card--white{background:#fff}.fx-card--elevated{box-shadow:var(--shadow-door, 0 1px 2px rgba(40, 24, 12, .06), 0 8px 24px rgba(40, 24, 12, .08))}.fx-card:focus-visible{outline:2px solid var(--orange);outline-offset:2px}@media(prefers-reduced-motion:reduce){.fx-card{transition:none}}.fx-notifyform{background:var(--tint);border-top:3px solid var(--orange);border-bottom:1px solid var(--hair)}.fx-notifyform__inner{max-width:var(--container, 1200px);margin:0 auto;padding:clamp(2.5rem,6vw,4.5rem) var(--gutter, 24px);display:flex;justify-content:space-between;align-items:center;gap:50px;flex-wrap:wrap}.fx-notifyform__lede{flex:1 1 22ch}.fx-notifyform__title{font-family:var(--font-sans);font-size:clamp(2rem,3.45vw,2.8rem);font-weight:800;letter-spacing:-.025em;line-height:1.08;max-width:12ch;color:var(--ink);margin:0}.fx-notifyform__copy{color:var(--sub);margin:14px 0 0;font-size:clamp(.98rem,1.18vw,1.08rem);max-width:35ch;line-height:1.5}.fx-notifyform__form{display:flex;flex-direction:column;gap:12px;margin-top:24px}.fx-notifyform__segs{display:flex;flex-direction:column;gap:8px}.fx-notifyform__segs-label{font-family:var(--font-mono);font-size:.72rem;letter-spacing:.04em;text-transform:uppercase;color:var(--sub)}.fx-notifyform__chips{display:flex;gap:8px;flex-wrap:wrap}.fx-notifyform__chip{font-family:var(--font-sans);font-size:.85rem;font-weight:500;padding:.4em .9em;color:var(--ink);background:var(--paper);border:1px solid var(--hair-d);border-radius:var(--r-pill, 999px);cursor:pointer;transition:border-color .2s var(--ease),color .2s var(--ease),background .2s var(--ease)}.fx-notifyform__chip:hover{border-color:var(--ink)}.fx-notifyform__chip--active{color:var(--orange);border-color:var(--orange)}.fx-notifyform__chip:focus-visible{outline:2px solid var(--orange);outline-offset:2px}.fx-notifyform__field{display:flex;flex-direction:column}.fx-notifyform__field-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.fx-notifyform__row{display:flex;gap:10px;align-items:stretch}.fx-notifyform__row .fx-input{flex:1;min-width:0}.fx-notifyform__row .fx-btn{min-width:154px;white-space:nowrap}.fx-notifyform__note{font-size:.78rem;color:var(--sub)}.fx-notifyform__error{font-size:.82rem;font-weight:600;color:var(--orange-deep, #e8590c)}.fx-notifyform__confirm{color:var(--orange);font-weight:600;margin:0}@media(max-width:560px){.fx-notifyform__row{flex-direction:column;gap:12px}.fx-notifyform__row .fx-btn{min-width:0;width:100%}}@media(prefers-reduced-motion:reduce){.fx-notifyform__chip{transition:none}}.fx-section{position:relative;padding:var(--rhythm) 0}.fx-section--paper{background:var(--surface-section);color:var(--ink)}.fx-section--tint{background:var(--tint);color:var(--ink)}.fx-section--night{background:var(--night);color:var(--night-fg)}.fx-section__layer{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none}.fx-section__wrap{position:relative;z-index:1;width:100%;max-width:var(--container, 1200px);margin-inline:auto;padding:0 var(--gutter, 24px)}.fx-section--wide .fx-section__wrap{max-width:var(--container-bleed, 1440px)}.fx-section--snap{min-height:var(--snap-min-h, 100svh);scroll-snap-align:start;scroll-snap-stop:always;display:flex;align-items:center}.fx-section--center{display:flex;align-items:center}.fx-section--center .fx-section__wrap{max-width:820px;text-align:center}.fx-section--center .fx-type--h2{font-size:clamp(1.8rem,3.2vw,2.8rem);font-weight:600;line-height:1.06}.fx-section--center .fx-eyebrow{margin-bottom:18px}.fx-section--center .fx-type--lead{font-size:clamp(.98rem,1.2vw,1.12rem);line-height:1.55;margin-top:16px}@media(max-width:899px){.fx-section--snap{min-height:auto;display:block}.fx-section--snap.fx-section--center{display:flex}}@media(prefers-reduced-motion:reduce){.fx-section--snap{scroll-snap-align:none;scroll-snap-stop:normal}}.fx-topnav{position:fixed;top:0;left:0;right:0;z-index:50;transition:transform .4s var(--ease),opacity .4s var(--ease)}.fx-topnav--hidden{transform:translateY(-130%);opacity:0;pointer-events:none}.fx-topnav__inner{width:calc(100% - clamp(24px,4vw,56px));max-width:var(--container, 1240px);margin:clamp(10px,1.4vw,18px) auto 0;height:var(--nav-h, 74px);padding:0 clamp(18px,2.4vw,32px);display:flex;align-items:center;justify-content:space-between;border-radius:var(--r-pill, 999px);background:#faf7f2e0;border:1px solid var(--hair);box-shadow:0 10px 30px -18px #28180c59;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:background .3s var(--ease),box-shadow .3s var(--ease),border-color .3s var(--ease)}.fx-topnav--solid .fx-topnav__inner{background:#faf7f2f5;box-shadow:0 14px 34px -18px #28180c73}.fx-topnav--light .fx-topnav__inner{background:#15120ed1;border-color:var(--hair-d)}.fx-topnav--light.fx-topnav--solid .fx-topnav__inner{background:#15120ed1}.fx-topnav__brand{display:flex;align-items:center;gap:13px;text-decoration:none}.fx-topnav__brand:focus-visible{outline:2px solid var(--orange);outline-offset:4px;border-radius:var(--r-input)}.fx-topnav__rail{display:flex;align-items:center;gap:30px}.fx-topnav__rail .fx-btn{font-size:.95rem;padding:.66em 1.35em}.fx-topnav__links{display:flex;align-items:center;gap:30px;list-style:none;margin:0;padding:0}.fx-topnav__item{display:flex}.fx-topnav__link{position:relative;font-family:var(--font-sans);font-weight:var(--w-medium, 500);font-size:1rem;color:inherit;text-decoration:none;opacity:.78;padding-bottom:5px;transition:opacity .2s var(--ease),color .2s var(--ease)}.fx-topnav--ink .fx-topnav__link{color:var(--ink)}.fx-topnav--light .fx-topnav__link{color:var(--night-fg)}.fx-topnav__link:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;border-radius:2px;background:var(--orange);transform:scaleX(0);transform-origin:left center;opacity:0;transition:transform .28s var(--ease),opacity .28s var(--ease),box-shadow .18s var(--ease);box-shadow:0 0 7px #f97316bf,0 0 2px #f97316f2;pointer-events:none}.fx-topnav__link:hover,.fx-topnav__link:focus-visible{opacity:1}.fx-topnav__link:hover:after,.fx-topnav__link:focus-visible:after{transform:scaleX(1);opacity:1;animation:fxTopnavZap .45s var(--ease)}.fx-topnav__link:active{color:var(--orange)}.fx-topnav__link:active:after{transform:scaleX(1);opacity:1;box-shadow:0 0 14px #f97316,0 0 5px #f97316}.fx-topnav__link:focus-visible{outline:2px solid var(--orange);outline-offset:4px;border-radius:var(--r-input)}@keyframes fxTopnavZap{0%{opacity:.2}15%{opacity:1}30%{opacity:.45}45%{opacity:1}62%{opacity:.7}to{opacity:1}}@media(max-width:820px){.fx-topnav__links{display:none}}@media(prefers-reduced-motion:reduce){.fx-topnav,.fx-topnav__link,.fx-topnav__link:after{transition:none}.fx-topnav__link:hover:after,.fx-topnav__link:focus-visible:after{animation:none}}.fx-footer{position:relative;overflow:hidden;isolation:isolate;background:var(--night);color:var(--night-fg);display:flex;flex-direction:column;min-height:var(--snap-min-h, 100svh)}.fx-footer.snap-section{scroll-snap-align:start;scroll-snap-stop:always;height:100svh;min-height:680px}.fx-footer:before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:linear-gradient(180deg,#15120e 0% 48%,#11100d)}.fx-footer__top{position:relative;z-index:3;display:flex;justify-content:space-between;gap:50px;flex-wrap:wrap;padding:clamp(96px,13.5svh,126px) var(--gutter) clamp(16px,3svh,26px)}.fx-footer__brand{display:inline-flex;align-items:center;gap:11px;text-decoration:none;border-radius:var(--r-input)}.fx-footer__brand:focus-visible{outline:2px solid var(--orange);outline-offset:3px}.fx-footer__blurb{margin-top:18px;color:var(--night-sub);max-width:30ch;font-size:.92rem;line-height:1.55}.fx-footer__cols{display:flex;gap:60px;flex-wrap:wrap}.fx-footer__colhead{font-family:var(--font-mono);font-size:.66rem;font-weight:var(--w-semi);letter-spacing:.18em;text-transform:uppercase;color:var(--night-label);margin:0 0 16px}.fx-footer__list{list-style:none;margin:0;padding:0}.fx-footer__list li{margin-bottom:11px}.fx-footer__link{display:inline-block;color:var(--night-link);font-size:.93rem;text-decoration:none;opacity:.85;border-radius:var(--r-input);transition:opacity .2s var(--ease),color .2s var(--ease)}.fx-footer__link:hover{opacity:1;color:#fff}.fx-footer__link:focus-visible{outline:2px solid var(--orange);outline-offset:2px;opacity:1;color:#fff}@media(prefers-reduced-motion:reduce){.fx-footer__link{transition:none}}.fx-footer__bottom{position:relative;z-index:4;margin:0 clamp(34px,5vw,64px);padding:14px 0 10px;border-top:1px solid var(--night-rule);display:flex;justify-content:space-between;align-items:center;gap:14px 24px;flex-wrap:wrap}.fx-footer__cp{color:#7d7770;font-size:.82rem;font-family:var(--font-mono)}.fx-footer__utils{display:flex;align-items:center;gap:20px}.fx-footer__util{color:var(--night-link);font-size:.84rem;text-decoration:none;opacity:.85;border-radius:var(--r-input);transition:opacity .2s var(--ease),color .2s var(--ease)}.fx-footer__util:hover{opacity:1;color:#fff}.fx-footer__util:focus-visible{outline:2px solid var(--orange);outline-offset:2px;opacity:1;color:#fff}.fx-footer__social{display:inline-flex;color:var(--night-link);opacity:.85;border-radius:var(--r-input);transition:opacity .2s var(--ease),color .2s var(--ease)}.fx-footer__social svg{display:block;width:18px;height:18px}.fx-footer__social:hover{opacity:1;color:#fff}.fx-footer__social:focus-visible{outline:2px solid var(--orange);outline-offset:3px;opacity:1;color:#fff}.fx-footer__legal{position:relative;z-index:4;margin:0 clamp(34px,5vw,64px);padding:0 0 22px;color:#6b655e;font-size:.72rem;line-height:1.5;font-family:var(--font-mono)}@media(prefers-reduced-motion:reduce){.fx-footer__util,.fx-footer__social{transition:none}}@media(max-width:980px){.fx-footer.snap-section{height:auto;min-height:100svh}.fx-footer__top{padding-top:72px}}@media(max-width:820px){.fx-footer__top{padding-top:64px}.fx-footer__cols{gap:34px}}.fx-hero{position:relative;min-height:var(--snap-min-h, 100svh);display:flex;align-items:center;overflow:hidden;scroll-snap-align:start;background:var(--surface-hero)}.fx-hero__wrap{position:relative;z-index:2;width:100%;padding:0 var(--gutter)}.fx-hero__copy{max-width:40ch;padding-top:var(--nav-h, 74px)}.fx-hero__eyebrow{display:block;margin-bottom:20px;font-size:.86rem}.fx-hero__title{font-family:var(--font-sans);font-size:clamp(3rem,7.2vw,6.4rem);font-weight:var(--w-black, 800);line-height:.98;letter-spacing:-.022em;color:var(--ink);max-width:13ch;margin:0}.fx-hero__title em{font-style:normal;color:var(--orange)}.fx-hero__sub{margin:20px 0 0;font-size:clamp(.98rem,1.45vw,1.28rem);color:var(--sub);max-width:32ch;line-height:1.5}.fx-hero__cta{margin-top:34px;display:flex;align-items:center;gap:26px;flex-wrap:wrap}.fx-hero__cta .fx-btn{font-size:1.2rem;padding:.85em 1.85em}.fx-hero__cta .scrolllink{font-size:1.18rem}.fx-hero__foundation{z-index:3}.fx-hero--bleed .fx-hero__copy{max-width:min(48vw,580px)}.fx-hero--bleed .fx-hero__art{position:absolute;bottom:var(--foundation-h, 5px);height:98%;width:auto;max-width:66%;object-fit:contain;z-index:1;pointer-events:none}.fx-hero--bleed.fx-hero--art-right .fx-hero__art{right:0;object-position:bottom right}.fx-hero--bleed.fx-hero--art-left .fx-hero__art{left:0;object-position:bottom left}.fx-hero--bleed.fx-hero--art-left .fx-hero__copy{margin-left:auto}.fx-hero--fx .fx-hero__wrap{max-width:var(--container, 1240px);margin-inline:auto}.fx-hero--fx .fx-hero__sub{max-width:42ch}.fx-hero--fx .fx-hero__stage{position:absolute;top:50%;transform:translateY(-50%);right:0;width:min(72%,970px);aspect-ratio:1672 / 941;z-index:1;pointer-events:none}.fx-hero--fx.fx-hero--art-left .fx-hero__stage{right:auto;left:0}.fx-hero--fx .fx-hero__stage .fx-hero__art{position:absolute;inset:0;width:100%;height:100%;max-width:none;object-fit:contain;object-position:bottom right}.fx-hero--fx.fx-hero--art-left .fx-hero__stage .fx-hero__art{object-position:bottom left}.fx-hero__glow{position:absolute;left:6%;top:24%;width:62%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(249,115,22,.28),rgba(249,115,22,.08) 45%,transparent 70%);filter:blur(6px);z-index:0;animation:fxHeroGlow 6.5s ease-in-out infinite}.fx-hero__pipeglow{position:absolute;left:54%;top:82%;width:52%;aspect-ratio:1.5;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(ellipse,rgba(255,176,92,.6),rgba(255,150,60,.2) 44%,transparent 72%);filter:blur(5px);z-index:0;animation:fxHeroPipeGlow 3.8s ease-in-out infinite}.fx-hero__root{position:absolute;left:59.2%;top:98%;width:1px;height:1px;pointer-events:none}.fx-hero__frags{position:absolute;inset:0;z-index:2;pointer-events:none}.fx-hero__frags span{position:absolute;width:9px;height:9px;border-radius:2px;background:var(--ink);opacity:0;animation:fxHeroFrag 5s ease-out infinite}.fx-hero__frags span:nth-child(1){left:72%;top:30%;--mr: 18deg;--dx: 90px;--dy: -46px;animation-delay:0s}.fx-hero__frags span:nth-child(2){left:78%;top:44%;--mr: -20deg;--dx: 116px;--dy: -12px;animation-delay:1.1s}.fx-hero__frags span:nth-child(3){left:74%;top:56%;--mr: 28deg;--dx: 98px;--dy: 34px;animation-delay:2.2s}.fx-hero__frags span:nth-child(4){left:80%;top:38%;--mr: -12deg;--dx: 128px;--dy: -30px;animation-delay:3.3s}.fx-hero__frags span:nth-child(5){left:76%;top:64%;--mr: 8deg;--dx: 104px;--dy: 46px;animation-delay:4.1s}@keyframes fxHeroGlow{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}@keyframes fxHeroPipeGlow{0%,to{opacity:.5}50%{opacity:1}}@keyframes fxHeroFrag{0%{transform:translate(0) rotate(var(--mr)) scale(.5);opacity:0}22%{opacity:.55}to{transform:translate(var(--dx),var(--dy)) rotate(calc(var(--mr) * 2.4)) scale(1);opacity:0}}.fx-hero--split{overflow:visible;align-items:stretch}.fx-hero--split .fx-hero__wrap{display:grid;grid-template-columns:.86fr 1.14fr;grid-template-rows:minmax(0,1fr);gap:clamp(24px,4vw,56px);align-items:center;padding-top:clamp(104px,12vh,132px)}.fx-hero--split .fx-hero__title{font-size:clamp(2.4rem,5vw,4.2rem);max-width:20ch}.fx-hero--split .fx-hero__copy{max-width:560px;align-self:center;justify-self:end;padding-top:0}.fx-hero--split .fx-hero__art{width:100%;max-width:none;justify-self:end;align-self:end;max-height:82vh;object-fit:contain;object-position:bottom right;min-height:0;margin-right:calc(var(--gutter, 24px) * -1);z-index:1}.fx-hero--split.fx-hero--art-right .fx-hero__copy{grid-column:1;grid-row:1}.fx-hero--split.fx-hero--art-right .fx-hero__art,.fx-hero--split.fx-hero--art-left .fx-hero__copy{grid-column:2;grid-row:1}.fx-hero--split.fx-hero--art-left .fx-hero__art{grid-column:1;grid-row:1}@media(max-width:880px){.fx-hero{min-height:auto;display:block;padding-top:clamp(96px,18vw,118px)}.fx-hero--bleed{display:flex;flex-direction:column;padding:clamp(124px,24vw,152px) var(--gutter) 0}.fx-hero--bleed .fx-hero__wrap,.fx-hero--bleed .fx-hero__copy{display:contents}.fx-hero--bleed .fx-hero__eyebrow{order:1;margin-bottom:14px}.fx-hero--bleed .fx-hero__art,.fx-hero--bleed .fx-hero__stage{order:2}.fx-hero--bleed .fx-hero__title{order:3;max-width:none}.fx-hero--bleed .fx-hero__sub{order:4;max-width:46ch}.fx-hero--bleed .fx-hero__cta{order:5}.fx-hero--bleed .fx-hero__foundation{order:6}.fx-hero--bleed .fx-hero__art{position:static;display:block;width:100%;max-width:100%;height:auto;margin:18px 0 6px}.fx-hero--fx.fx-hero--bleed .fx-hero__stage{position:relative;transform:none;width:100%;margin:14px 0 6px}.fx-hero__frags{display:none}.fx-hero--split{padding-top:clamp(96px,18vw,118px)}.fx-hero--split .fx-hero__wrap{grid-template-columns:1fr;gap:10px;padding-top:0}.fx-hero--split .fx-hero__copy{max-width:none;padding-top:0}.fx-hero--split .fx-hero__art{order:-1;align-self:auto}.fx-hero__foundation{position:static;margin-top:-5px}}@media(prefers-reduced-motion:reduce){.fx-hero{min-height:auto;scroll-snap-align:none}.fx-hero__glow,.fx-hero__pipeglow{animation:none}.fx-hero__frags span{animation:none;opacity:0}}.fx-ctacard{position:relative;display:flex;align-items:center;justify-content:center;min-height:var(--snap-min-h, 100svh);scroll-snap-align:start;scroll-snap-stop:always;padding:var(--rhythm) 0;background:var(--surface-section)}.fx-ctacard__card{position:relative;overflow:hidden;isolation:isolate;display:flex;align-items:center;width:calc(100% - clamp(68px,10vw,128px));max-width:var(--container);min-height:clamp(400px,52svh,520px);margin:0 auto;background-color:var(--surface-card);background-image:linear-gradient(180deg,#ffffff80,#fff0 40%);background-blend-mode:soft-light;border:1px solid var(--hair);border-radius:var(--r-cta);box-shadow:var(--shadow-cta)}.fx-ctacard__card:before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;border-radius:inherit;background-repeat:repeat;background-size:100px 100px;opacity:.2;mix-blend-mode:multiply;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.fx-ctacard__card:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:var(--orange);opacity:.72;z-index:4;pointer-events:none}.fx-ctacard__ports{position:absolute;top:0;left:0;right:0;height:0;z-index:6;pointer-events:none}.fx-ctacard__port{position:absolute;top:0;width:16px;height:10px;transform:translate(-50%);background:var(--surface-card);border:1.5px solid var(--orange);border-top:none;border-radius:0 0 4px 4px;opacity:.45;transition:opacity .4s var(--ease),box-shadow .4s var(--ease)}.fx-ctacard__port--active{opacity:1;box-shadow:0 0 0 3px #f973162e,0 0 14px 4px #f9731680}@media(max-width:879px){.fx-ctacard__ports,.fx-ctacard__art{display:none}}.fx-ctacard__art{position:absolute;z-index:0;top:50%;right:0;width:min(56%,820px);transform:translateY(-50%);opacity:var(--melt-op, .82);mix-blend-mode:var(--melt-blend, multiply);filter:contrast(1.02) saturate(.95);pointer-events:none}.fx-ctacard__img{display:block;width:100%;height:100%;object-fit:contain;object-position:center right}.fx-ctacard__art:has(.fx-ctacard__img){top:6%;bottom:6%;transform:none;width:min(50%,720px);opacity:1;mix-blend-mode:normal;filter:none}.fx-ctacard__art:has(.fx-ctacard__frame){inset:0 0 0 auto;transform:none;width:auto;aspect-ratio:1 / 1;opacity:1;mix-blend-mode:normal;filter:none}.fx-ctacard__frame{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;object-position:center;opacity:0}.fx-ctacard__frame:last-child{opacity:1}.fx-ctacard__svg{display:block;width:100%;-webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.4) 22%,#000 46%,#000 100%),linear-gradient(180deg,transparent 0%,#000 10%,#000 90%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.4) 22%,#000 46%,#000 100%),linear-gradient(180deg,transparent 0%,#000 10%,#000 90%,transparent 100%);-webkit-mask-composite:source-in;mask-composite:intersect}.fx-ctacard__svg svg{display:block;width:100%;height:auto}@media(prefers-reduced-motion:no-preference){.fx-ctacard--active .fx-ctacard__svg #route-nodes circle{transform-box:fill-box;transform-origin:center;animation:fxRouteNode 1.8s ease-in-out infinite}.fx-ctacard--active .fx-ctacard__svg #route-nodes circle:nth-child(1){animation-delay:0s}.fx-ctacard--active .fx-ctacard__svg #route-nodes circle:nth-child(2){animation-delay:.16s}.fx-ctacard--active .fx-ctacard__svg #route-nodes circle:nth-child(3){animation-delay:.32s}.fx-ctacard--active .fx-ctacard__svg #route-nodes circle:nth-child(4){animation-delay:.48s}.fx-ctacard--active .fx-ctacard__svg #route-nodes circle:nth-child(5){animation-delay:.64s}.fx-ctacard--active .fx-ctacard__svg #orange-route{animation:fxRouteGlow 1.8s ease-in-out infinite}.fx-ctacard--submitted .fx-ctacard__svg #orange-container{transform-box:fill-box;transform-origin:center;animation:fxContainerRise 1.1s cubic-bezier(.34,1.18,.4,1) forwards}.fx-ctacard--submitted .fx-ctacard__card:after{animation:fxDockRail 1.1s ease-out 2}}@keyframes fxRouteNode{0%,to{opacity:.5}50%{opacity:1;filter:drop-shadow(0 0 6px rgba(249,115,22,.85))}}@keyframes fxRouteGlow{0%,to{filter:none}50%{filter:drop-shadow(0 0 4px rgba(249,115,22,.55))}}@keyframes fxContainerRise{0%{transform:translateY(0)}55%{transform:translateY(-32px)}to{transform:translateY(-22px)}}@keyframes fxDockRail{0%{opacity:.72;box-shadow:none}40%{opacity:1;box-shadow:0 0 16px 2px #f97316b3}to{opacity:.72;box-shadow:none}}.fx-ctacard__wash{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,var(--surface-card) 0%,rgb(from var(--surface-card) r g b / .99) 34%,rgb(from var(--surface-card) r g b / .84) 52%,rgb(from var(--surface-card) r g b / .3) 78%,rgb(from var(--surface-card) r g b / 0) 100%)}.fx-ctacard__body{position:relative;z-index:3;display:flex;flex-direction:column;width:100%;max-width:none;padding:clamp(32px,4.6vw,50px) clamp(28px,2.6vw,44px)}.fx-ctacard__eyebrow{margin-bottom:24px}.fx-ctacard__form{background:transparent;border:none;box-shadow:none;padding:0}.fx-ctacard__form .fx-notifyform__inner{max-width:600px;margin:0;padding:0;display:block}@supports not (mask-image: linear-gradient(#000,transparent)){.fx-ctacard__art{opacity:.22}}@media(max-width:980px){.fx-ctacard__card{min-height:auto;display:block}.fx-ctacard__art{width:820px;right:-250px;top:auto;bottom:-70px;transform:none;opacity:.48}.fx-ctacard__wash{background:linear-gradient(180deg,var(--surface-card) 0%,var(--surface-card) 46%,rgb(from var(--surface-card) r g b / .6) 70%,rgb(from var(--surface-card) r g b / 0) 100%)}}@media(max-width:640px){.fx-ctacard__art{width:150%;right:-34%;bottom:-30px;opacity:.15}}@media(max-width:420px){.fx-ctacard__art{opacity:.1;right:-42%}}@media(prefers-reduced-motion:reduce){.fx-ctacard{scroll-snap-align:none;scroll-snap-stop:normal}}
