@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,500;12..96,600;12..96,700&family=Manrope:wght@400;500;600;700&display=swap");:root{--fx-ink:#0a0f12;--fx-paper:#f7f7f2;--fx-soft:#ecede9;--fx-sky:#c8eafa;--fx-blue:#a9ddf3;--fx-acid:#d8ff45;--fx-amber:#ffbb5d;--fx-line:rgba(10,15,18,.14);--fx-x:-100px;--fx-y:-100px;--fx-px:0;--fx-py:0;--fx-scroll:0px;--fx-story-progress:0}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body,html{background:var(--fx-paper)}body{margin:0;min-width:320px;color:var(--fx-ink);font-family:Manrope,sans-serif;overflow-x:clip}a{color:inherit}a,button{touch-action:manipulation}button{font:inherit}::selection{background:var(--fx-acid);color:var(--fx-ink)}.fx-site{width:100%;overflow:clip}.fx-cursor{position:fixed;z-index:200;left:var(--fx-x);top:var(--fx-y);width:34px;height:34px;border:1px solid rgba(255,255,255,.9);border-radius:50%;transform:translate(-50%,-50%);pointer-events:none;mix-blend-mode:difference}.fx-cursor span{position:absolute;inset:12px;border-radius:50%;background:white}.fx-nav{position:fixed;z-index:100;top:18px;left:50%;width:min(1280px,calc(100% - 38px));min-height:58px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:24px;gap:24px;padding:8px 9px 8px 18px;border:1px solid rgba(255,255,255,.54);border-radius:18px;background:rgba(246,249,247,.74);box-shadow:0 14px 44px rgba(25,50,62,.08);-webkit-backdrop-filter:blur(18px) saturate(1.2);backdrop-filter:blur(18px) saturate(1.2);transform:translateX(-50%) translateY(-120%);opacity:0;animation:fx-nav-in .8s cubic-bezier(.22,1,.36,1) .08s forwards}.fx-brand{display:flex;align-items:flex-start;gap:9px;width:max-content;text-decoration:none}.fx-brand strong{font:700 22px/1 Bricolage Grotesque,sans-serif;letter-spacing:-.055em}.fx-brand sup{margin-left:-5px;font-size:7px;font-weight:700}.fx-brand-mark{width:20px;height:22px;position:relative;display:block}.fx-brand-mark i{position:absolute;width:10px;height:16px;border-radius:10px 1px 10px 1px;background:var(--fx-ink);transform:rotate(32deg)}.fx-brand-mark i:first-child{left:1px;top:5px}.fx-brand-mark i:nth-child(2){right:1px;top:0;transform:rotate(-32deg)}.fx-brand-mark i:nth-child(3){right:0;bottom:-1px;width:13px;height:3px;border-radius:999px;transform:none}.fx-nav nav{display:flex;gap:clamp(24px,4vw,64px)}.fx-nav nav a{position:relative;padding:12px 0;font-size:11px;font-weight:700;text-decoration:none;text-transform:uppercase;letter-spacing:.06em}.fx-nav nav a:after{content:"";position:absolute;left:0;right:0;bottom:7px;height:1px;background:currentColor;transform:scaleX(0);transform-origin:right;transition:transform .3s ease}.fx-nav nav a:focus-visible:after,.fx-nav nav a:hover:after{transform:scaleX(1);transform-origin:left}.fx-nav-cta{justify-self:end;min-height:40px;display:flex;align-items:center;gap:20px;padding:5px 6px 5px 16px;color:white;background:var(--fx-ink);border-radius:12px;text-decoration:none;font-size:12px;font-weight:700}.fx-button svg,.fx-nav-cta svg{flex:none;padding:4px;width:28px;height:28px;color:var(--fx-ink);background:white;border-radius:8px;transition:transform .3s cubic-bezier(.22,1,.36,1)}.fx-button:hover svg,.fx-nav-cta:hover svg{transform:translateX(3px) rotate(-6deg)}.fx-hero{position:relative;min-height:max(780px,100svh);overflow:hidden;background:var(--fx-sky);isolation:isolate}.fx-hero-sky{position:absolute;inset:0;background:radial-gradient(circle at 20% 30%,rgba(255,255,255,.9),transparent 28%),linear-gradient(180deg,#c9ecfb,#eaf7fc 58%,#f7f7f2)}.fx-hero-sky:after{content:"";position:absolute;inset:0;opacity:.15;background-image:radial-gradient(circle,#0a0f12 .7px,transparent .8px);background-size:22px 22px;-webkit-mask-image:linear-gradient(180deg,transparent,black 30%,transparent 80%);mask-image:linear-gradient(180deg,transparent,black 30%,transparent 80%)}.fx-hero-orbit{position:absolute;z-index:1;border:1px solid rgba(31,91,117,.16);border-radius:50%;pointer-events:none}.fx-orbit-one{width:62vw;height:62vw;left:19vw;top:29%;animation:fx-orbit 22s linear infinite}.fx-orbit-two{width:42vw;height:42vw;left:29vw;top:43%;animation:fx-orbit 15s linear infinite reverse}.fx-hero-orbit:before{content:"";position:absolute;top:50%;left:-5px;width:10px;height:10px;border-radius:50%;background:var(--fx-acid);box-shadow:0 0 0 6px rgba(216,255,69,.16)}.fx-hero-copy{position:relative;z-index:5;width:min(1100px,calc(100% - 40px));margin:0 auto;padding-top:clamp(155px,20vh,210px);text-align:center}.fx-trust-chip{width:max-content;margin:0 auto 28px;display:flex;align-items:center;gap:10px;padding:7px 13px 7px 7px;border:1px solid rgba(26,72,91,.12);border-radius:999px;background:rgba(255,255,255,.56);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);opacity:0;transform:translateY(18px) scale(.94);animation:fx-enter .7s cubic-bezier(.22,1,.36,1) .42s forwards}.fx-chip-icon{display:grid;place-items:center;width:31px;height:31px;border-radius:50%;color:#13282f;background:var(--fx-acid)}.fx-trust-chip>span:last-child{display:grid;text-align:left;font-size:9px;line-height:1.35;color:rgba(10,15,18,.58)}.fx-trust-chip strong{color:var(--fx-ink);font-size:10px}.fx-hero h1{margin:0;font:700 clamp(64px,8.1vw,126px)/.84 Bricolage Grotesque,sans-serif;letter-spacing:-.075em}.fx-hero h1>span{display:block;opacity:0;transform:translateY(112%);animation:fx-title-in .9s cubic-bezier(.22,1,.36,1) forwards}.fx-hero h1>span:first-child{animation-delay:.18s}.fx-hero h1>span:last-child{animation-delay:.28s}.fx-hero-copy>p{max-width:650px;margin:24px auto 0;color:rgba(10,15,18,.68);font-size:clamp(14px,1.25vw,18px);line-height:1.55;animation:fx-enter .7s cubic-bezier(.22,1,.36,1) .56s forwards}.fx-hero-actions,.fx-hero-copy>p{opacity:0;transform:translateY(18px)}.fx-hero-actions{display:flex;justify-content:center;gap:10px;margin-top:27px;animation:fx-enter .7s cubic-bezier(.22,1,.36,1) .72s forwards}.fx-button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:22px;padding:6px 7px 6px 20px;border:1px solid var(--fx-ink);border-radius:13px;font-size:12px;font-weight:700;text-decoration:none;transition:transform .25s ease,box-shadow .25s ease}.fx-button:hover{transform:translateY(-3px);box-shadow:0 12px 26px rgba(10,15,18,.12)}.fx-button-dark{color:white;background:var(--fx-ink)}.fx-button-light{padding-right:20px;background:rgba(255,255,255,.25)}.fx-hero-object{position:absolute;left:50%;bottom:-9%;width:min(1120px,90vw);height:min(48vw,620px);overflow:hidden;transform:translate(-50%,22%) scale(.94);opacity:0;animation:fx-object-in 1.25s cubic-bezier(.22,1,.36,1) .52s forwards;pointer-events:none}.fx-hero-object img{width:100%;height:100%;object-fit:cover;object-position:center 54%;filter:saturate(.9) contrast(1.02);transform:scale(1.03) translate3d(calc(var(--fx-px)*-10px),calc(var(--fx-py)*-8px),0);transition:transform .5s cubic-bezier(.22,1,.36,1);-webkit-mask-image:linear-gradient(180deg,transparent 0,black 13%,black 84%,transparent);mask-image:linear-gradient(180deg,transparent 0,black 13%,black 84%,transparent)}.fx-hero-glow{position:absolute;z-index:2;left:50%;top:52%;width:52%;height:38%;border-radius:50%;background:rgba(255,213,137,.32);filter:blur(80px);transform:translate(-50%,-50%)}.fx-hero-foot{position:absolute;z-index:6;left:28px;right:28px;bottom:22px;justify-content:space-between;font-size:9px;font-weight:700;letter-spacing:.12em}.fx-hero-foot,.fx-hero-foot a{display:flex;align-items:center}.fx-hero-foot a{gap:10px;text-decoration:none}.fx-hero-foot svg{animation:fx-bounce 1.8s ease-in-out infinite}.fx-impact,.fx-method,.fx-registry,.fx-rights-catalogue{padding:clamp(100px,10vw,160px) clamp(22px,6vw,96px)}.fx-impact,.fx-method,.fx-registry{background:var(--fx-paper)}.fx-kicker{display:flex;align-items:center;gap:10px;color:rgba(10,15,18,.62);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.fx-kicker>span{width:10px;height:10px;border:2px solid;border-radius:50%;box-shadow:inset 0 0 0 2px var(--fx-paper);background:currentColor}.fx-heading-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(260px,.55fr);grid-gap:9vw;gap:9vw;align-items:end;margin-top:34px}.fx-catalogue-head h2,.fx-heading-grid h2,.fx-registry h2{margin:0;font:600 clamp(49px,6.1vw,98px)/.98 Bricolage Grotesque,sans-serif;letter-spacing:-.065em}.fx-catalogue-head>p,.fx-heading-grid>p{margin:0 0 6px;color:rgba(10,15,18,.64);font-size:16px;line-height:1.55}.fx-split{display:flex;flex-wrap:wrap;column-gap:.22em}.fx-word-mask{display:inline-block;overflow:hidden;padding-bottom:.06em;margin-bottom:-.06em}.fx-word-mask>span{display:inline-block;transform:translateY(112%);transition:transform .8s cubic-bezier(.22,1,.36,1) var(--word-delay)}.is-visible .fx-word-mask>span,h2.is-visible .fx-word-mask>span{transform:translateY(0)}.fx-impact-grid{display:grid;grid-template-columns:minmax(210px,.68fr) minmax(420px,1.5fr) minmax(210px,.68fr);grid-gap:12px;gap:12px;margin-top:clamp(70px,8vw,120px);align-items:stretch}.fx-impact-image{min-height:560px;margin:0;overflow:hidden;border-radius:22px;background:var(--fx-soft)}.fx-impact-image img{width:100%;height:100%;object-fit:cover;transition:transform 1.1s cubic-bezier(.22,1,.36,1)}.fx-impact-image-left img{object-position:65% center}.fx-impact-image-right img{object-position:24% center}.fx-impact-image:hover img{transform:scale(1.045)}.fx-stats{display:grid;grid-template-rows:repeat(4,1fr);grid-gap:10px;gap:10px}.fx-stats article{min-height:126px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 28px;border-radius:20px;background:var(--fx-soft);overflow:hidden}.fx-stats article:nth-child(3){color:white;background:var(--fx-ink)}.fx-stats strong{font:600 clamp(35px,4.2vw,68px)/1 Bricolage Grotesque,sans-serif;letter-spacing:-.06em}.fx-stats article>span{max-width:120px;text-align:right;font-size:10px;font-weight:700;letter-spacing:.1em}.fx-impact-note{max-width:920px;margin:75px auto 0;text-align:center;font:500 clamp(26px,3.4vw,52px)/1.16 Bricolage Grotesque,sans-serif;letter-spacing:-.045em}.fx-story{height:320svh;position:relative;background:#06090b}.fx-story-sticky{position:-webkit-sticky;position:sticky;top:0;height:100svh;overflow:hidden;color:white;background:#06090b;isolation:isolate}.fx-story-backgrounds,.fx-story-backgrounds>div,.fx-story-shade{position:absolute;inset:0}.fx-story-backgrounds>div{background-size:cover;background-position:50%;opacity:0;transform:scale(1.08);filter:saturate(.78);transition:opacity .85s ease,transform 1.4s cubic-bezier(.22,1,.36,1)}.fx-story-backgrounds>div.is-active{opacity:1;transform:scale(1)}.fx-story-shade{z-index:1;background:linear-gradient(90deg,rgba(3,8,10,.74),rgba(3,8,10,.16) 56%,rgba(3,8,10,.34)),linear-gradient(180deg,rgba(0,0,0,.16),rgba(0,0,0,.48))}.fx-story-top{position:absolute;z-index:3;left:30px;right:30px;top:28px;display:flex;justify-content:space-between;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.12em}.fx-story-card{position:absolute;z-index:4;left:clamp(24px,8vw,120px);bottom:clamp(40px,9vh,94px);width:min(480px,calc(100% - 48px));padding:26px;border:1px solid rgba(255,255,255,.2);border-radius:22px;background:rgba(7,12,14,.58);box-shadow:0 24px 80px rgba(0,0,0,.26);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);animation:fx-story-card .72s cubic-bezier(.22,1,.36,1) both}.fx-story-card>span{font-size:10px;text-transform:uppercase;letter-spacing:.13em;opacity:.66}.fx-story-card h2{margin:16px 0 11px;font:600 clamp(58px,6vw,92px)/.86 Bricolage Grotesque,sans-serif;letter-spacing:-.075em}.fx-story-card p{max-width:390px;margin:0;color:rgba(255,255,255,.72);line-height:1.5}.fx-story-card-foot{display:flex;justify-content:space-between;align-items:end;margin-top:42px}.fx-story-dots{position:absolute;z-index:4;right:30px;bottom:30px;display:flex;gap:8px}.fx-story-dots i{width:38px;height:3px;border-radius:99px;background:rgba(255,255,255,.3);transition:width .4s ease,background .4s ease}.fx-story-dots i.is-active{width:70px;background:var(--fx-acid)}.fx-method{padding-bottom:clamp(110px,12vw,180px)}.fx-method-panels{height:630px;display:flex;gap:10px;margin-top:clamp(60px,7vw,100px)}.fx-method-panel{flex:.62 1;min-width:0;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:stretch;padding:20px;border:0;border-radius:22px;color:rgba(10,15,18,.46);background-color:var(--fx-soft);background-position:50%;background-size:cover;text-align:left;cursor:pointer;transition:flex .85s cubic-bezier(.22,1,.36,1),color .5s ease,background-color .5s ease,transform .35s ease}.fx-method-panel:hover{transform:translateY(-4px)}.fx-method-panel.is-active{flex:2.5 1;color:white;background-color:var(--fx-ink)}.fx-method-panel>strong{margin-left:auto;font:500 clamp(58px,7vw,110px)/1 Bricolage Grotesque,sans-serif;letter-spacing:-.08em}.fx-method-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;color:var(--fx-ink);background:white;opacity:0;transform:scale(.7);transition:opacity .4s ease .22s,transform .4s ease .22s}.fx-method-panel.is-active .fx-method-icon{opacity:1;transform:scale(1)}.fx-method-panel>div{margin-top:auto;min-width:270px}.fx-method-panel small{display:block;margin-bottom:12px;font-size:10px;text-transform:uppercase;letter-spacing:.12em}.fx-method-panel h3{margin:0;font:600 clamp(28px,3vw,48px)/.95 Bricolage Grotesque,sans-serif;letter-spacing:-.055em;opacity:0;transform:translateY(16px);transition:opacity .45s ease .22s,transform .45s ease .22s}.fx-method-panel p{max-width:390px;margin:16px 0 0;line-height:1.5;opacity:0;transform:translateY(16px);transition:opacity .45s ease .3s,transform .45s ease .3s}.fx-method-panel.is-active h3,.fx-method-panel.is-active p{opacity:1;transform:none}.fx-rights-catalogue{color:white;background:var(--fx-ink)}.fx-catalogue-head{display:grid;grid-template-columns:1.3fr minmax(260px,.5fr);grid-gap:8vw;gap:8vw;align-items:end}.fx-catalogue-head .fx-kicker{color:rgba(255,255,255,.55)}.fx-catalogue-head .fx-kicker>span{box-shadow:inset 0 0 0 2px var(--fx-ink)}.fx-catalogue-head h2{max-width:900px;margin-top:28px}.fx-catalogue-head>p{color:rgba(255,255,255,.62)}.fx-rights-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;margin-top:80px}.fx-rights-grid article{position:relative;min-height:330px;padding:24px;border:1px solid rgba(255,255,255,.13);border-radius:20px;background:rgba(255,255,255,.04);transition:color .35s ease,background .35s ease,transform .35s ease;transition-delay:var(--card-delay)}.fx-rights-grid article:hover{color:var(--fx-ink);background:var(--fx-acid);transform:translateY(-7px)}.fx-rights-grid article>div{display:flex;justify-content:space-between;font-size:10px}.fx-rights-grid small{position:absolute;left:24px;bottom:82px;opacity:.58}.fx-rights-grid h3{position:absolute;left:24px;bottom:24px;margin:0;font:600 clamp(30px,3.2vw,52px)/.92 Bricolage Grotesque,sans-serif;letter-spacing:-.055em}.fx-card-arrow{position:absolute;right:24px;bottom:24px;opacity:0;transform:translate(-8px,8px);transition:opacity .3s ease,transform .3s ease}.fx-rights-grid article:hover .fx-card-arrow{opacity:1;transform:none}.fx-marquee{min-height:670px;position:relative;display:grid;place-items:center;overflow:hidden;background:var(--fx-paper)}.fx-marquee>div{width:max-content;display:flex;align-items:center;gap:34px;white-space:nowrap;animation:fx-marquee 28s linear infinite;font:500 clamp(58px,7vw,112px)/1 Bricolage Grotesque,sans-serif;letter-spacing:-.055em;color:#516068}.fx-marquee>div i{width:11px;height:11px;border-radius:2px;background:var(--fx-ink);transform:rotate(45deg)}.fx-marquee-object{position:absolute;width:min(430px,34vw);aspect-ratio:1.12;margin:0;overflow:hidden;border-radius:24px;box-shadow:0 30px 80px rgba(10,15,18,.2);transform:rotate(-3deg) translateY(calc(var(--fx-py)*12px));animation:fx-float 5s ease-in-out infinite}.fx-marquee-object img{width:100%;height:100%;object-fit:cover}.fx-registry{padding-bottom:0}.fx-registry-main{display:grid;grid-template-columns:1fr 1fr;grid-gap:9vw;gap:9vw;padding-bottom:clamp(100px,10vw,160px)}.fx-registry-main h2{margin-top:30px}.fx-registry-main>div>p{max-width:520px;margin-top:30px;color:rgba(10,15,18,.62);line-height:1.5}.fx-registry dl{margin:0;border-top:1px solid var(--fx-line)}.fx-registry dl div{display:grid;grid-template-columns:150px 1fr;grid-gap:20px;gap:20px;padding:20px 0;border-bottom:1px solid var(--fx-line)}.fx-registry dt{color:rgba(10,15,18,.54);font-size:10px;text-transform:uppercase;letter-spacing:.08em}.fx-registry dd{margin:0;text-align:right;font-size:14px}.fx-faq{display:grid;grid-template-columns:.7fr 1.3fr;grid-gap:9vw;gap:9vw;padding:clamp(90px,9vw,140px) 0;border-top:1px solid var(--fx-line)}.fx-faq h2{margin:28px 0 0;font-size:clamp(44px,5vw,76px)}.fx-faq-list{border-top:1px solid var(--fx-ink)}.fx-faq-list article{border-bottom:1px solid var(--fx-line)}.fx-faq-list button{width:100%;min-height:82px;display:grid;grid-template-columns:38px 1fr 24px;grid-gap:18px;gap:18px;align-items:center;padding:0;border:0;color:inherit;background:transparent;text-align:left;cursor:pointer}.fx-faq-list button>span{font-size:10px;opacity:.52}.fx-faq-list button strong{font-size:17px;font-weight:600}.fx-faq-list article>div{display:grid;grid-template-rows:0fr;transition:grid-template-rows .5s cubic-bezier(.22,1,.36,1)}.fx-faq-list article>div>p{min-height:0;overflow:hidden;max-width:620px;margin:0;color:rgba(10,15,18,.62);line-height:1.55}.fx-faq-list article.is-active>div{grid-template-rows:1fr}.fx-faq-list article.is-active>div>p{padding:0 42px 26px 56px}.fx-footer{min-height:100svh;position:relative;overflow:hidden;color:white;background:#061119;isolation:isolate}.fx-footer-image{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(8,5,3,.9),rgba(8,5,3,.28) 64%,rgba(8,5,3,.46)),url(/media/fluyt-footer-workshop.png) 50%/cover;transform:scale(1.04)}.fx-footer:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.55))}.fx-footer-bottom,.fx-footer-top{position:absolute;left:28px;right:28px;display:flex;justify-content:space-between;gap:24px;font-size:9px;font-weight:700;letter-spacing:.11em;text-transform:uppercase}.fx-footer-top{top:28px}.fx-footer-bottom{bottom:26px}.fx-footer-copy{position:absolute;left:clamp(24px,6vw,90px);bottom:clamp(100px,14vh,160px)}.fx-footer-copy>span{font-size:12px;text-transform:uppercase;letter-spacing:.12em}.fx-footer-copy h2{margin:22px 0 36px;font:600 clamp(78px,11vw,180px)/.75 Bricolage Grotesque,sans-serif;letter-spacing:-.085em}.fx-footer-copy h2 i{color:var(--fx-acid);font-family:Georgia,serif;font-weight:400}.fx-footer .fx-button-light{width:max-content;color:var(--fx-ink);background:white;border-color:white}[data-reveal]{opacity:0;transform:translateY(36px);transition:opacity .75s cubic-bezier(.22,1,.36,1),transform .75s cubic-bezier(.22,1,.36,1)}[data-reveal].is-visible{opacity:1;transform:none}a:focus-visible,button:focus-visible{outline:3px solid var(--fx-acid);outline-offset:4px}@keyframes fx-nav-in{to{transform:translateX(-50%) translateY(0);opacity:1}}@keyframes fx-enter{to{opacity:1;transform:none}}@keyframes fx-title-in{to{opacity:1;transform:translateY(0)}}@keyframes fx-object-in{to{opacity:1;transform:translate(-50%) scale(1)}}@keyframes fx-orbit{to{transform:rotate(1turn)}}@keyframes fx-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(5px)}}@keyframes fx-story-card{0%{opacity:0;transform:translateY(28px) scale(.97)}to{opacity:1;transform:none}}@keyframes fx-marquee{to{transform:translateX(-50%)}}@keyframes fx-float{0%,to{margin-top:-16px}50%{margin-top:18px}}@media(max-width:1020px){.fx-nav{grid-template-columns:1fr auto}.fx-nav nav{display:none}.fx-impact-grid{grid-template-columns:1fr 1fr}.fx-stats{grid-column:1/-1;grid-row:2;grid-template-columns:1fr 1fr;grid-template-rows:auto}.fx-impact-image{min-height:430px}.fx-method-panels{height:auto;display:grid;grid-template-columns:1fr 1fr}.fx-method-panel{min-height:250px}.fx-method-panel.is-active{min-height:480px;grid-column:1/-1}.fx-rights-grid{grid-template-columns:1fr 1fr}}@media(max-width:700px){.fx-cursor{display:none}.fx-nav{top:10px;width:calc(100% - 20px);min-height:52px;border-radius:16px}.fx-nav-cta span{display:none}.fx-nav-cta{padding-left:6px}.fx-hero{min-height:780px}.fx-hero-copy{width:calc(100% - 28px);padding-top:135px}.fx-hero h1{font-size:clamp(54px,16.5vw,78px);line-height:.88}.fx-hero-copy>p{max-width:350px;font-size:13px}.fx-hero-actions{flex-wrap:wrap}.fx-hero-object{bottom:2%;width:150vw;height:54vh}.fx-hero-foot{left:14px;right:14px;bottom:12px}.fx-hero-foot>span{display:none}.fx-hero-foot a{margin-left:auto}.fx-catalogue-head,.fx-faq,.fx-heading-grid,.fx-registry-main{grid-template-columns:1fr;gap:36px}.fx-impact-grid{grid-template-columns:1fr}.fx-impact-image{min-height:360px}.fx-impact-image-right{display:none}.fx-stats{grid-column:auto;grid-row:auto;grid-template-columns:1fr}.fx-stats article{min-height:105px}.fx-story{height:300svh}.fx-story-backgrounds>div{background-position:58%}.fx-story-card{left:14px;bottom:24px;width:calc(100% - 28px);padding:20px}.fx-story-card h2{font-size:58px}.fx-story-dots{right:18px;top:22px;bottom:auto}.fx-story-top{left:18px;right:18px;top:54px}.fx-method-panels{display:grid;grid-template-columns:1fr}.fx-method-panel,.fx-method-panel.is-active{grid-column:auto;min-height:170px}.fx-method-panel.is-active{min-height:430px}.fx-method-panel>strong{font-size:68px}.fx-rights-grid{grid-template-columns:1fr}.fx-rights-grid article{min-height:250px}.fx-marquee{min-height:500px}.fx-marquee-object{width:72vw}.fx-registry dl div{grid-template-columns:1fr;gap:8px}.fx-registry dd{text-align:left}.fx-faq-list button{grid-template-columns:28px 1fr 20px}.fx-faq-list article.is-active>div>p{padding-left:46px}.fx-footer-bottom,.fx-footer-top{left:16px;right:16px}.fx-footer-bottom span:first-child,.fx-footer-top span:nth-child(2){display:none}.fx-footer-copy{left:16px;right:16px}.fx-footer-copy h2{font-size:clamp(68px,21vw,104px)}}@media(pointer:coarse){.fx-cursor{display:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-delay:0s!important;transition-duration:.01ms!important}.fx-hero h1>span,.fx-hero-actions,.fx-hero-copy>p,.fx-hero-object,.fx-nav,.fx-trust-chip,[data-reveal]{opacity:1;transform:none}.fx-word-mask>span{transform:none}}.fx-site-shell{min-height:100%;transition:opacity .9s cubic-bezier(.22,1,.36,1),filter .9s cubic-bezier(.22,1,.36,1),transform 1s cubic-bezier(.22,1,.36,1)}.fx-shell-assemble,.fx-shell-drift{opacity:0;filter:blur(16px);transform:scale(1.025);pointer-events:none}.fx-shell-dock{opacity:.28;filter:blur(8px);transform:scale(1.012);pointer-events:none}.fx-shell-done,.fx-shell-reveal{opacity:1;filter:none;transform:none}.fx-boot{position:fixed;inset:0;z-index:1000;overflow:hidden;color:var(--fx-ink);background:#c9ecfb;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fx-boot-sky{position:absolute;inset:0;background:radial-gradient(circle at 20% 25%,rgba(255,255,255,.95),transparent 30%),linear-gradient(180deg,#bfe8fa,#edf8fc 64%,#f7f7f2)}.fx-boot-sky:after{content:"";position:absolute;inset:0;opacity:.2;background-image:radial-gradient(circle,#0a0f12 .7px,transparent .8px);background-size:24px 24px;-webkit-mask-image:radial-gradient(circle at 50% 46%,black,transparent 72%);mask-image:radial-gradient(circle at 50% 46%,black,transparent 72%)}.fx-boot-vessel{position:absolute;left:50%;bottom:-28%;width:min(930px,80vw);height:72vh;overflow:hidden;opacity:.16;transform:translateX(-50%) scale(1.12);transition:opacity 1.1s ease,transform 1.3s cubic-bezier(.22,1,.36,1)}.fx-boot-vessel img{width:100%;height:100%;object-fit:cover;object-position:center;-webkit-mask-image:linear-gradient(180deg,transparent 0,black 18%,black 76%,transparent);mask-image:linear-gradient(180deg,transparent 0,black 18%,black 76%,transparent)}.fx-boot-routes i{position:absolute;left:50%;top:50%;width:min(70vw,980px);height:1px;background:linear-gradient(90deg,transparent,rgba(13,76,101,.55),var(--fx-acid),rgba(13,76,101,.55),transparent);transform:translate(-50%,-50%) scaleX(0);transition:transform 1s cubic-bezier(.22,1,.36,1)}.fx-boot-routes i:nth-child(2){transform:translate(-50%,-50%) rotate(24deg) scaleX(0)}.fx-boot-routes i:nth-child(3){transform:translate(-50%,-50%) rotate(-24deg) scaleX(0)}.fx-boot-rights span{--angle:calc(var(--right-index)*72deg - 90deg);position:absolute;left:50%;top:50%;display:flex;align-items:center;gap:9px;padding:8px 13px 8px 8px;border:1px solid rgba(8,47,63,.2);border-radius:999px;background:rgba(255,255,255,.62);box-shadow:0 16px 40px rgba(29,81,103,.09);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);font-size:9px;font-weight:700;letter-spacing:.12em;opacity:0;transform:translate(-50%,-50%) rotate(var(--angle)) translateY(-31vh) rotate(calc(var(--angle)*-1)) scale(.72);animation:fx-right-drift 1.05s cubic-bezier(.22,1,.36,1) calc(.1s + var(--right-index)*.1s) forwards}.fx-boot-rights small{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;color:var(--fx-ink);background:var(--fx-acid);font-size:8px}.fx-boot-name{position:fixed;z-index:4;left:50%;top:50%;display:flex;align-items:flex-start;gap:10px;transform:translate(-50%,-50%);transition:left .92s cubic-bezier(.22,1,.36,1),top .92s cubic-bezier(.22,1,.36,1),transform .92s cubic-bezier(.22,1,.36,1),opacity .65s ease}.fx-boot-name strong{font:700 clamp(72px,13vw,190px)/.78 Bricolage Grotesque,sans-serif;letter-spacing:-.105em}.fx-boot-name strong span{display:inline-block;opacity:0;filter:blur(12px);transform:translate(calc((var(--letter-index) - 2)*9vw),calc((var(--letter-index) - 2)*-7vh)) rotate(calc((var(--letter-index) - 2)*18deg)) scale(.35);transition:opacity .65s ease calc(var(--letter-index)*.06s),filter .65s ease calc(var(--letter-index)*.06s),transform .9s cubic-bezier(.22,1,.36,1) calc(var(--letter-index)*.06s)}.fx-boot-name em{margin-top:.2em;font-size:clamp(8px,1vw,14px);font-weight:700;letter-spacing:.11em;opacity:0;transform:translateY(10px);transition:opacity .45s ease .48s,transform .45s ease .48s}.fx-boot-assemble .fx-boot-name strong span,.fx-boot-dock .fx-boot-name strong span,.fx-boot-reveal .fx-boot-name strong span{opacity:1;filter:none;transform:none}.fx-boot-assemble .fx-boot-name em,.fx-boot-dock .fx-boot-name em,.fx-boot-reveal .fx-boot-name em{opacity:1;transform:none}.fx-boot-assemble .fx-boot-vessel,.fx-boot-dock .fx-boot-vessel{opacity:.38;transform:translateX(-50%) scale(1)}.fx-boot-assemble .fx-boot-routes i,.fx-boot-dock .fx-boot-routes i{transform:translate(-50%,-50%) scaleX(1)}.fx-boot-assemble .fx-boot-routes i:nth-child(2),.fx-boot-dock .fx-boot-routes i:nth-child(2){transform:translate(-50%,-50%) rotate(24deg) scaleX(1)}.fx-boot-assemble .fx-boot-routes i:nth-child(3),.fx-boot-dock .fx-boot-routes i:nth-child(3){transform:translate(-50%,-50%) rotate(-24deg) scaleX(1)}.fx-boot-dock .fx-boot-name,.fx-boot-reveal .fx-boot-name{left:max(48px,calc((100vw - 1280px)/2 + 48px));top:47px;transform:translateY(-50%) scale(.118);transform-origin:left center}.fx-boot-dock .fx-boot-rights,.fx-boot-reveal .fx-boot-rights{opacity:0;transition:opacity .5s ease}.fx-boot-reveal{pointer-events:none;animation:fx-boot-away .82s cubic-bezier(.22,1,.36,1) forwards}.fx-boot-meta{position:absolute;left:clamp(20px,3vw,46px);bottom:clamp(26px,4vw,52px);display:grid;grid-gap:6px;gap:6px;font-size:9px;letter-spacing:.14em;opacity:0;animation:fx-boot-meta-in .5s ease .55s forwards}.fx-boot-meta strong{font-size:10px}.fx-boot-progress{position:absolute;right:clamp(20px,3vw,46px);bottom:clamp(30px,4vw,56px);width:min(190px,30vw);height:2px;overflow:hidden;background:rgba(10,15,18,.18)}.fx-boot-progress i{display:block;width:100%;height:100%;background:var(--fx-ink);transform:scaleX(0);transform-origin:left;animation:fx-boot-progress 3.15s cubic-bezier(.2,.78,.25,1) forwards}.fx-boot-skip{position:absolute;right:clamp(20px,3vw,46px);top:clamp(20px,3vw,40px);z-index:6;padding:9px 13px;border:1px solid rgba(10,15,18,.18);border-radius:999px;color:var(--fx-ink);background:rgba(255,255,255,.48);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-size:10px;font-weight:700;cursor:pointer}@keyframes fx-right-drift{to{opacity:1;transform:translate(-50%,-50%) rotate(var(--angle)) translateY(-31vh) rotate(calc(var(--angle)*-1)) scale(1)}}@keyframes fx-boot-meta-in{to{opacity:.7}}@keyframes fx-boot-progress{0%{transform:scaleX(0)}42%{transform:scaleX(.3)}72%{transform:scaleX(.76)}to{transform:scaleX(1)}}@keyframes fx-boot-away{to{opacity:0;visibility:hidden}}@media(max-width:700px){.fx-boot-vessel{width:150vw;height:62vh;bottom:-18%}.fx-boot-rights span{transform:translate(-50%,-50%) rotate(var(--angle)) translateY(-25vh) rotate(calc(var(--angle)*-1)) scale(.72);font-size:7px;padding:6px 8px 6px 6px}.fx-boot-rights small{width:20px;height:20px;font-size:6px}.fx-boot-name strong{font-size:clamp(60px,21vw,86px)}.fx-boot-dock .fx-boot-name,.fx-boot-reveal .fx-boot-name{left:28px;top:36px;transform:translateY(-50%) scale(.24)}.fx-boot-progress{left:20px;right:20px;bottom:18px;width:auto}.fx-boot-meta{bottom:38px}@keyframes fx-right-drift{to{opacity:1;transform:translate(-50%,-50%) rotate(var(--angle)) translateY(-25vh) rotate(calc(var(--angle)*-1)) scale(1)}}}@media(prefers-reduced-motion:reduce){.fx-boot *,.fx-site-shell{animation-duration:.01ms!important;animation-delay:0s!important;transition-duration:.01ms!important}}body,html{max-width:100%;overflow-x:hidden;overflow-x:clip}.fx-boot,.fx-boot-rights{max-width:100vw;overflow:hidden}.fx-registry-main dl>div{padding-block:24px;align-items:center}.fx-registry-main dt{font-size:11px;font-weight:700;line-height:1;letter-spacing:.13em;color:rgba(10,15,18,.48)}.fx-registry-main dd,.fx-registry-main dt{font-family:Bricolage Grotesque,sans-serif}.fx-registry-main dd{font-size:clamp(16px,1.15vw,20px);font-weight:600;line-height:1.12;letter-spacing:-.035em;color:#0a0f12}@media (max-width:700px){.fx-registry-main dl>div{padding-block:19px}.fx-registry-main dd{max-width:62%;font-size:16px;line-height:1.2}}body,html{scrollbar-width:none;-ms-overflow-style:none}body::-webkit-scrollbar,html::-webkit-scrollbar{display:none;width:0;height:0}.fx-hero-bridge{position:relative;height:180svh;margin-top:-1px;background:#f7f7f2}.fx-hero-bridge-sticky{position:-webkit-sticky;position:sticky;top:0;height:100svh;overflow:hidden;isolation:isolate;background:#c8eafa}.fx-hero-bridge-image{position:absolute;inset:var(--fx-bridge-inset-y,7vh) var(--fx-bridge-inset-x,5.5vw);z-index:0;overflow:hidden;border-radius:var(--fx-bridge-radius,30px);box-shadow:0 30px 90px rgba(33,57,68,.14);will-change:inset,border-radius}.fx-hero-bridge-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(202,234,250,.02) 45%,rgba(247,247,242,.18))}.fx-hero-bridge-image img{width:100%;height:100%;object-fit:cover;object-position:50% 55%;transform:translate3d(0,var(--fx-bridge-image-y,0),0) scale(var(--fx-bridge-image-scale,1));transform-origin:50% 58%;will-change:transform}.fx-hero-bridge-clouds{position:absolute;left:-12%;right:-12%;z-index:2;height:72%;pointer-events:none;opacity:var(--fx-bridge-fog,0);transform:translate3d(0,var(--fx-bridge-fog-y,38%),0) scale(var(--fx-bridge-fog-scale,1));transform-origin:50% 100%;will-change:opacity,transform}.fx-hero-bridge-clouds-back{bottom:-7%;filter:blur(25px);background:radial-gradient(ellipse at 4% 60%,rgba(247,247,242,.95) 0 17%,transparent 43%),radial-gradient(ellipse at 25% 54%,rgba(255,255,252,.94) 0 20%,transparent 46%),radial-gradient(ellipse at 50% 62%,rgba(247,247,242,.98) 0 24%,transparent 51%),radial-gradient(ellipse at 74% 50%,rgba(255,255,252,.94) 0 19%,transparent 45%),radial-gradient(ellipse at 96% 61%,rgba(247,247,242,.96) 0 18%,transparent 44%)}.fx-hero-bridge-clouds-front{bottom:-23%;z-index:3;filter:blur(13px);background:radial-gradient(ellipse at 8% 44%,#f7f7f2 0 22%,transparent 48%),radial-gradient(ellipse at 34% 50%,#fff 0 26%,transparent 53%),radial-gradient(ellipse at 61% 43%,#f7f7f2 0 25%,transparent 52%),radial-gradient(ellipse at 88% 50%,#fff 0 24%,transparent 51%)}.fx-hero-bridge-wash{position:absolute;inset:0;z-index:4;pointer-events:none;opacity:var(--fx-bridge-wash,0);background:#f7f7f2;will-change:opacity}.fx-impact{position:relative;z-index:5;margin-top:-1px}.fx-hero{height:180svh;min-height:0;overflow:clip}.fx-hero-copy,.fx-hero-foot,.fx-hero-orbit{opacity:var(--fx-hero-ui,1);transform:translate3d(0,calc(var(--fx-hero-progress, 0) * -64px),0);transition:opacity 80ms linear;will-change:opacity,transform}.fx-hero-object{top:var(--fx-hero-object-top,30.2svh);width:var(--fx-hero-object-width,87.5vw);height:var(--fx-hero-object-height,78.8svh);border-radius:var(--fx-hero-object-radius,30px);transform:translate3d(-50%,var(--fx-hero-pin-y,0),0)!important;will-change:top,width,height,transform,border-radius}.fx-hero-object img{position:relative;z-index:1;transform:scale(var(--fx-hero-image-scale,1.03))}.fx-hero-object:after,.fx-hero-object:before{content:"";position:absolute;z-index:4;pointer-events:none;left:-12%;width:124%;opacity:var(--fx-hero-clouds,0);transform:translate3d(0,var(--fx-hero-cloud-y,44%),0) scale(var(--fx-hero-cloud-scale,.92));transform-origin:50% 100%;will-change:opacity,transform}.fx-hero-object:before{bottom:-12%;height:62%;background:radial-gradient(ellipse 20% 42% at 4% 72%,rgba(255,255,255,.98) 0 64%,rgba(217,231,238,.7) 72%,transparent 78%),radial-gradient(ellipse 25% 53% at 19% 65%,#fff 0 63%,rgba(224,235,240,.84) 71%,transparent 78%),radial-gradient(ellipse 29% 58% at 39% 70%,#fff 0 64%,rgba(216,230,237,.82) 72%,transparent 79%),radial-gradient(ellipse 27% 55% at 61% 64%,#fff 0 62%,rgba(225,235,240,.84) 71%,transparent 78%),radial-gradient(ellipse 28% 58% at 82% 70%,#fff 0 64%,rgba(214,228,236,.82) 72%,transparent 79%),radial-gradient(ellipse 21% 43% at 98% 67%,#fff 0 65%,rgba(222,233,239,.76) 72%,transparent 79%);filter:blur(5px) drop-shadow(0 -18px 28px rgba(151,177,190,.22))}.fx-hero-object:after{bottom:-24%;height:70%;background:radial-gradient(ellipse 27% 48% at 7% 76%,#fff 0 65%,rgba(228,237,241,.9) 72%,transparent 79%),radial-gradient(ellipse 30% 58% at 29% 72%,#fff 0 66%,rgba(219,232,238,.9) 73%,transparent 80%),radial-gradient(ellipse 32% 60% at 53% 76%,#fff 0 66%,rgba(231,239,242,.92) 73%,transparent 80%),radial-gradient(ellipse 29% 56% at 75% 69%,#fff 0 65%,rgba(218,231,237,.9) 73%,transparent 80%),radial-gradient(ellipse 25% 48% at 96% 77%,#fff 0 66%,rgba(229,237,241,.9) 73%,transparent 80%);filter:blur(2px) drop-shadow(0 -12px 18px rgba(164,187,198,.2))}@media (max-width:700px){.fx-hero{height:165svh}.fx-hero-copy,.fx-hero-foot,.fx-hero-orbit{transform:translate3d(0,calc(var(--fx-hero-progress, 0) * -40px),0)}.fx-hero-object:after,.fx-hero-object:before{left:-35%;width:170%}}@media (prefers-reduced-motion:reduce){.fx-hero{height:100svh}.fx-hero-copy,.fx-hero-foot,.fx-hero-orbit{opacity:1;transform:none}.fx-hero-object{transform:translateX(-50%)}.fx-hero-object:after,.fx-hero-object:before{display:none}}.fx-hero:after,.fx-hero:before{display:none!important}.fx-hero-cloud-layer{position:fixed;inset:0;z-index:7;pointer-events:none;overflow:hidden;opacity:var(--fx-hero-cloud-opacity,0);will-change:opacity}.fx-hero-cloud-layer:after,.fx-hero-cloud-layer:before{content:"";position:absolute;left:-15vw;width:130vw;background:url(/media/fluyt-cloud-bank.png) bottom/100% auto no-repeat;transform-origin:50% 100%;will-change:transform}.fx-hero-cloud-layer:before{bottom:-30svh;height:75svh;transform:translate3d(0,var(--fx-hero-cloud-back-y,58%),0) scale(1.08);filter:blur(5px) saturate(.72) brightness(1.06);opacity:.62}.fx-hero-cloud-layer:after{bottom:-34svh;height:72svh;transform:translate3d(0,var(--fx-hero-cloud-front-y,66%),0) scale(1.02);filter:saturate(.82) brightness(1.035)}@media (max-width:700px){.fx-hero-cloud-layer:after,.fx-hero-cloud-layer:before{left:-55vw;width:210vw;background-size:auto 100%}}@media (prefers-reduced-motion:reduce){.fx-hero-cloud-layer{display:none}}.fx-hero-copy{position:fixed!important;top:0!important;left:50%!important;width:min(1100px,calc(100vw - 40px))!important;transform:translate3d(-50%,calc(var(--fx-hero-progress, 0) * -64px),0)!important}.fx-hero-foot{position:fixed!important;top:auto!important;right:28px!important;bottom:22px!important;left:28px!important;width:auto!important;transform:translate3d(0,calc(var(--fx-hero-progress, 0) * 38px),0)!important}.fx-impact{-webkit-mask-image:linear-gradient(180deg,transparent 0,rgba(0,0,0,.18) 7svh,#000 20svh,#000);mask-image:linear-gradient(180deg,transparent 0,rgba(0,0,0,.18) 7svh,#000 20svh,#000);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}@media (max-width:700px){.fx-hero-copy{width:calc(100vw - 32px)!important;transform:translate3d(-50%,calc(var(--fx-hero-progress, 0) * -40px),0)!important}.fx-hero-foot{right:18px!important;bottom:18px!important;left:18px!important}}@media (prefers-reduced-motion:reduce){.fx-hero-copy{position:absolute!important;transform:translateX(-50%)!important}.fx-hero-foot{position:absolute!important;transform:none!important}}.fx-hero{height:185svh;overflow:visible}.fx-hero-object{position:fixed!important;inset:0!important;top:0!important;left:0!important;width:100vw!important;height:100svh!important;border:0!important;border-radius:0!important;-webkit-clip-path:inset(var(--fx-hero-clip-top,32svh) var(--fx-hero-clip-side,6.25vw) 0 var(--fx-hero-clip-side,6.25vw) round var(--fx-hero-object-radius,28px));clip-path:inset(var(--fx-hero-clip-top,32svh) var(--fx-hero-clip-side,6.25vw) 0 var(--fx-hero-clip-side,6.25vw) round var(--fx-hero-object-radius,28px));transform:none!important;opacity:var(--fx-hero-scene-visible,1);z-index:2;contain:paint;will-change:clip-path}.fx-hero-object img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;transform:scale(var(--fx-hero-image-scale,1.025))!important;transform-origin:50% 58%;will-change:transform}.fx-hero-object:after,.fx-hero-object:before{display:none!important}.fx-hero-copy,.fx-hero-foot,.fx-hero-orbit{position:relative;z-index:8}.fx-hero:after,.fx-hero:before{content:"";position:fixed;pointer-events:none;z-index:7;left:-15vw;width:130vw;background:url(/media/fluyt-cloud-bank.png) bottom/100% auto no-repeat;opacity:var(--fx-hero-cloud-opacity,0);filter:saturate(.82) brightness(1.035);transform-origin:50% 100%;will-change:transform,opacity}.fx-hero:before{bottom:-30svh;height:75svh;transform:translate3d(0,var(--fx-hero-cloud-back-y,58%),0) scale(1.08);filter:blur(5px) saturate(.72) brightness(1.06);opacity:var(--fx-hero-cloud-opacity,0)}.fx-hero:after{bottom:-34svh;height:72svh;transform:translate3d(0,var(--fx-hero-cloud-front-y,66%),0) scale(1.02)}.fx-impact{margin-top:0!important;border:0!important;background:#f7f7f2}@media (max-width:700px){.fx-hero{height:170svh}.fx-hero-object{-webkit-clip-path:inset(var(--fx-hero-clip-top,43svh) 0 0 0 round var(--fx-hero-object-radius,22px));clip-path:inset(var(--fx-hero-clip-top,43svh) 0 0 0 round var(--fx-hero-object-radius,22px))}.fx-hero:after,.fx-hero:before{left:-55vw;width:210vw;background-size:auto 100%}}@media (prefers-reduced-motion:reduce){.fx-hero{height:100svh;overflow:hidden}.fx-hero-object{position:absolute!important;-webkit-clip-path:inset(32svh 6.25vw 0 6.25vw round 28px);clip-path:inset(32svh 6.25vw 0 6.25vw round 28px);opacity:1}.fx-hero:after,.fx-hero:before{display:none}}@media (max-width:700px){.fx-hero-bridge{height:160svh}.fx-hero-bridge-image img{object-position:50% 58%}.fx-hero-bridge-clouds{left:-24%;right:-24%;height:64%}}@media (prefers-reduced-motion:reduce){.fx-hero-bridge{height:52svh}.fx-hero-bridge-sticky{position:relative;height:52svh}.fx-hero-bridge-image{inset:0;border-radius:0}.fx-hero-bridge-image img{transform:none}.fx-hero-bridge-clouds{opacity:.88;transform:translateY(18%)}.fx-hero-bridge-wash{opacity:.1}}.fx-boot-name{display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:clamp(22px,3.4vh,38px);width:max-content;isolation:isolate}.fx-boot-name strong{position:relative;z-index:2;display:flex;align-items:baseline;line-height:.78}.fx-boot-name em{position:relative!important;inset:auto!important;z-index:3;display:block;margin:0!important;padding:8px 13px 8px 17px;border:1px solid rgba(10,15,18,.18);border-radius:999px;background:rgba(247,248,242,.72);font-size:clamp(10px,.95vw,14px);font-style:normal;font-weight:750;line-height:1;letter-spacing:.24em;white-space:nowrap;opacity:0!important;transform:translateY(14px)!important;transition:opacity .5s ease,transform .7s cubic-bezier(.22,1,.36,1)!important}.fx-boot-assemble .fx-boot-name em,.fx-boot-dock .fx-boot-name em,.fx-boot-reveal .fx-boot-name em{opacity:1!important;transform:translateY(0)!important}@media (max-width:700px){.fx-boot-name{gap:18px}.fx-boot-name em{padding:7px 10px 7px 13px;font-size:9px}}