html,body,#root{margin:0;min-height:100%}body{margin:0}.chat-widget{width:100%;height:100%;display:flex;flex-direction:column;background:#111f24f2;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,105,58,.15);border-radius:16px;box-shadow:0 0 40px #ff693a14,0 8px 32px #0000004d;overflow:hidden;animation:chatWidgetEntrance .5s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes chatWidgetEntrance{0%{transform:scale(.3);opacity:0;filter:blur(8px)}70%{transform:scale(1.03);opacity:1;filter:blur(0px)}to{transform:scale(1);opacity:1;filter:blur(0px)}}.chat-widget.chat-widget--exiting{animation:chatWidgetExit .35s ease-in forwards}@keyframes chatWidgetExit{to{transform:scale(.3);opacity:0;filter:blur(8px)}}.chat-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#111f24;border-bottom:1px solid rgba(255,255,255,.06);flex-shrink:0}.chat-header__left{display:flex;align-items:center;gap:10px}.chat-header__avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#ff693a,#ff991c);display:flex;align-items:center;justify-content:center;flex-shrink:0}.chat-header__avatar svg{width:16px;height:16px;fill:#fff}.chat-header__info{display:flex;flex-direction:column}.chat-header__name{font-family:Roboto Mono,monospace;font-size:13px;font-weight:600;color:#fff;line-height:1.2}.chat-header__status{font-family:Roboto Mono,monospace;font-size:10px;color:#4ade80;display:flex;align-items:center;gap:4px;line-height:1.2}.chat-header__status-dot{width:6px;height:6px;border-radius:50%;background:#4ade80;display:inline-block}.chat-header__right{display:flex;align-items:center;gap:8px}.chat-header__btn{width:32px;height:32px;border-radius:50%;border:none;background:#ffffff1a;color:#ffffffb3;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,color .2s;padding:0}.chat-header__btn:hover{background:#ffffff2e;color:#fff}.chat-header__btn svg{width:16px;height:16px}.chat-header__btn--call{display:none}.chat-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:10px;scrollbar-width:thin;scrollbar-color:rgba(255,105,58,.2) transparent}.chat-messages::-webkit-scrollbar{width:4px}.chat-messages::-webkit-scrollbar-track{background:transparent}.chat-messages::-webkit-scrollbar-thumb{background:#ff693a33;border-radius:2px}.chat-message{max-width:85%;padding:10px 14px;font-family:Roboto,sans-serif;font-size:13px;line-height:1.5;word-wrap:break-word}.chat-message--bot{align-self:flex-start;background:#1a2e35;color:#ffffffe6;border-radius:2px 12px 12px;animation:chatMsgSlideLeft .3s ease-out}.chat-message--user{align-self:flex-end;background:linear-gradient(135deg,#ff693a,#ff991c);color:#fff;border-radius:12px 2px 12px 12px;animation:chatMsgSlideRight .3s ease-out}.chat-message p{margin:0 0 8px}.chat-message p:last-child{margin-bottom:0}.chat-message strong{font-weight:600}@keyframes chatMsgSlideLeft{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}@keyframes chatMsgSlideRight{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}.chat-typing{display:flex;align-items:center;gap:4px;padding:10px 14px;align-self:flex-start;background:#1a2e35;border-radius:2px 12px 12px;animation:chatMsgSlideLeft .3s ease-out}.chat-typing__dot{width:6px;height:6px;border-radius:50%;background:#ff693a;animation:chatTypingBounce 1.4s ease-in-out infinite}.chat-typing__dot:nth-child(2){animation-delay:.2s}.chat-typing__dot:nth-child(3){animation-delay:.4s}@keyframes chatTypingBounce{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-6px);opacity:1}}.chat-quick-actions{display:flex;gap:8px;padding:8px 16px 4px;overflow-x:auto;flex-shrink:0;scrollbar-width:none}.chat-quick-actions::-webkit-scrollbar{display:none}.chat-quick-action{flex-shrink:0;padding:6px 14px;border:1px solid rgba(255,105,58,.4);border-radius:999px;background:transparent;color:#ff693a;font-family:Roboto Mono,monospace;font-size:11px;font-weight:500;cursor:pointer;transition:background .2s,color .2s;white-space:nowrap}.chat-quick-action:hover{background:#ff693a;color:#fff}.chat-input-bar{display:flex;align-items:center;gap:8px;padding:12px 16px;border-top:1px solid rgba(255,255,255,.06);flex-shrink:0}.chat-input-bar__field{flex:1;background:#ffffff0f;border:none;border-radius:999px;padding:8px 16px;color:#fff;font-family:Roboto,sans-serif;font-size:13px;outline:none;transition:background .2s}.chat-input-bar__field::placeholder{color:#ffffff59}.chat-input-bar__field:focus{background:#ffffff1a}.chat-input-bar__send{width:32px;height:32px;border-radius:50%;border:none;background:linear-gradient(135deg,#ff693a,#ff991c);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .15s,opacity .2s;flex-shrink:0;padding:0}.chat-input-bar__send:hover{transform:scale(1.08)}.chat-input-bar__send:disabled{opacity:.4;cursor:default;transform:none}.chat-input-bar__send svg{width:14px;height:14px}.chat-lead-form{padding:16px;display:flex;flex-direction:column;gap:14px;animation:chatLeadSlideUp .35s ease-out}@keyframes chatLeadSlideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.chat-lead-form__title{font-family:Roboto Mono,monospace;font-size:13px;font-weight:600;color:#ffffffe6;margin:0}.chat-lead-form__group{display:flex;flex-direction:column;gap:4px}.chat-lead-form__label{font-family:Roboto Mono,monospace;font-size:10px;text-transform:uppercase;letter-spacing:.5px;color:#ffffff73}.chat-lead-form__input{background:transparent;border:none;border-bottom:1px solid rgba(255,255,255,.2);padding:6px 0;color:#fff;font-family:Roboto,sans-serif;font-size:13px;outline:none;transition:border-color .2s}.chat-lead-form__input:focus{border-bottom-color:#ff693a}.chat-lead-form__input--error{border-bottom-color:#ff693a}.chat-lead-form__error{font-size:11px;color:#ff693a;margin-top:2px}.chat-lead-form__submit{margin-top:4px;padding:10px 24px;border:none;border-radius:999px;background:linear-gradient(135deg,#ff693a,#ff991c);color:#fff;font-family:Roboto Mono,monospace;font-size:13px;font-weight:600;cursor:pointer;transition:transform .15s,opacity .2s;align-self:flex-start}.chat-lead-form__submit:hover{transform:scale(1.03)}.chat-lead-form__submit:disabled{opacity:.5;cursor:default;transform:none}.chat-lead-form__back{background:none;border:none;color:#ffffff80;font-family:Roboto Mono,monospace;font-size:11px;cursor:pointer;padding:0;align-self:flex-start;transition:color .2s}.chat-lead-form__back:hover{color:#fffc}.chat-fab{position:fixed;bottom:30px;right:30px;z-index:9997;width:52px;height:52px;border-radius:50%;border:none;background:linear-gradient(135deg,#ff693a,#ff991c);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 20px #ff693a66;animation:chatFabPulse 2s ease-in-out infinite;transition:transform .2s}.chat-fab:hover{transform:scale(1.1)}.chat-fab svg{width:22px;height:22px}@keyframes chatFabPulse{0%,to{box-shadow:0 4px 20px #ff693a66}50%{box-shadow:0 4px 30px #ff693a99}}.chat-popup-container{position:fixed;bottom:30px;right:30px;z-index:9998;width:580px;height:480px}.chat-popup-container .chat-widget{transform-origin:bottom right}.hero-right-panel{position:relative;width:100%;min-height:clamp(15rem,28vw,22rem);display:flex;align-items:center;justify-content:center}@media(max-width:767px){.chat-widget--mobile-overlay{position:fixed;inset:0;z-index:9998;max-height:none;height:100dvh;border-radius:0;border:none;animation:chatMobileSlideUp .4s ease-out forwards}@keyframes chatMobileSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.chat-widget--mobile-overlay.chat-widget--exiting{animation:chatMobileSlideDown .35s ease-in forwards}@keyframes chatMobileSlideDown{to{transform:translateY(100%)}}.chat-header__btn--call{display:flex}.chat-fab{width:48px;height:48px;bottom:20px;right:20px}.chat-fab svg{width:20px;height:20px}.chat-popup-container{inset:0;width:100%;height:100dvh}.chat-popup-container .chat-widget{position:fixed;inset:0;z-index:9998;height:100dvh;border-radius:0;border:none;animation:chatMobileSlideUp .4s ease-out forwards}.chat-popup-container .chat-widget.chat-widget--exiting{animation:chatMobileSlideDown .35s ease-in forwards}.chat-header__name{font-size:16px}.chat-header__status{font-size:12px}.chat-message{font-size:16px}.chat-quick-action{font-size:14px}.chat-input-bar__field,.chat-lead-form__title{font-size:16px}.chat-lead-form__label{font-size:12px}.chat-lead-form__input{font-size:16px}.chat-lead-form__error{font-size:13px}.chat-lead-form__submit{font-size:16px}.chat-lead-form__back{font-size:13px}}.flow-home .switchboard-stage{background:#e9e6d9;overflow:hidden;display:flex;flex-direction:column;justify-content:center;padding:58px 24px 26px;gap:21px;position:relative}.flow-home .switchboard-preview-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 9px}.flow-home .switchboard-preview-heading>span{font-family:Arial,sans-serif;font-size:25px;letter-spacing:-1.4px;color:#29453b}.flow-home .switchboard-preview-heading>p{font-family:var(--serif,Georgia,serif);font-size:20px;line-height:1.08;color:#334b3b;margin:0}.flow-home .switchboard-preview-heading em{color:#87916d}.flow-home .switchboard-preview-window{width:100%;border:1px solid #d1d3be;border-radius:7px;overflow:hidden;box-shadow:0 16px 35px #3a492619;background:#f6f3e8;transform:perspective(1200px) rotateX(2deg);transform-origin:center}.flow-home .switchboard-browser{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-bottom:1px solid #dddcca;font:8px Arial,sans-serif;color:#818b71;background:#f8f6ed;gap:10px}.flow-home .switchboard-browser>span:first-child{display:flex;gap:4px}.flow-home .switchboard-browser i{height:4px;width:4px;border-radius:50%;background:#c3c8b6}.flow-home .switchboard-preview-window video{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:contain;background:#eeeadd}.flow-home .switchboard-preview-note{display:flex;align-items:center;justify-content:center;gap:7px;font-size:9px;color:#7c886d}.flow-home .switchboard-preview-note i{width:5px;height:5px;background:#829267;border-radius:50%}.flow-home [data-switchboard-detail][hidden]{display:none!important}.flow-home .switchboard-visit{margin:20px 0 8px}.flow-home .switchboard-dialog{max-width:740px;width:calc(100% - 32px)}.flow-home .switchboard-dialog .switchboard-stage{height:auto;min-height:0;padding:45px 22px 23px}.flow-home .switchboard-dialog .switchboard-preview-heading{display:none}.flow-home .switchboard-dialog .switchboard-preview-note{font-size:11px}@media(max-width:600px){.flow-home .switchboard-stage{padding:48px 16px 21px;gap:16px}.flow-home .switchboard-preview-heading>span{font-size:23px}.flow-home .switchboard-preview-heading>p{font-size:18px}.flow-home .switchboard-preview-note{font-size:8px}.flow-home .switchboard-browser{font-size:7px;padding:8px 9px}}.flow-home .switchboard-stage{padding:48px 22px 20px;gap:12px}.flow-home .switchboard-stage .preview-tag{color:#637153;border-color:#9ba58470;background:#f6f3e880}.flow-home .switchboard-preview-heading{display:none}.flow-home .switchboard-preview-window{height:246px;min-height:0;flex-shrink:1;display:flex;flex-direction:column}.flow-home .switchboard-browser{flex-shrink:0}.flow-home .switchboard-preview-window video{min-height:0;flex:1;height:0;object-fit:contain}.flow-home .switchboard-preview-note{flex-shrink:0}.flow-home .switchboard-dialog .switchboard-preview-window{height:auto;display:block}.flow-home .switchboard-dialog .switchboard-preview-window video{height:auto;aspect-ratio:16/9}.flow-home .switchboard-preview-media{position:relative;flex:1;min-height:0;width:100%;background:#eeeadd;overflow:hidden}.flow-home .switchboard-preview-media img,.flow-home .switchboard-preview-media video{position:absolute;inset:0;display:block;width:100%;height:100%;max-width:none;object-fit:cover;aspect-ratio:auto}.flow-home .switchboard-preview-media video{opacity:0}.flow-home .switchboard-preview-media.is-playing video{opacity:1}.flow-home .switchboard-dialog .switchboard-preview-media{aspect-ratio:16/9}.flow-home .switchboard-dialog .switchboard-preview-media video{height:100%;aspect-ratio:auto}.flow-home .switchboard-dialog .switchboard-preview-media img{height:100%}.flow-home .faq-items{align-self:start}.flow-home .faq-item{border-bottom:1px solid var(--line)}.flow-home .faq-item h3{margin:0;font:inherit}.flow-home .faq-question{display:flex;align-items:center;justify-content:space-between;gap:25px;width:100%;padding:24px 0;border:0;background:transparent;color:inherit;font:inherit;font-size:16px;letter-spacing:-.01em;text-align:left;cursor:pointer}.flow-home .faq-question:focus-visible{outline:2px solid var(--orange);outline-offset:4px;border-radius:2px}.flow-home .faq-icon{position:relative;width:16px;height:16px;flex:0 0 16px;color:#717e6d;transition:color .5s ease}.flow-home .faq-icon:before,.flow-home .faq-icon:after{content:"";position:absolute;top:7px;left:1px;width:14px;height:1.5px;background:currentColor}.flow-home .faq-icon:after{transform:rotate(90deg);transition:transform .6s cubic-bezier(.4,0,.2,1),opacity .6s ease}.flow-home .faq-item.is-open .faq-icon{color:#d4532d}.flow-home .faq-item.is-open .faq-icon:after{transform:rotate(0);opacity:0}.flow-home .faq-answer{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .6s cubic-bezier(.4,0,.2,1),opacity .45s ease}.flow-home .faq-item.is-open .faq-answer{grid-template-rows:1fr;opacity:1}.flow-home .faq-answer-inner{min-height:0;overflow:hidden}.flow-home .faq-answer p{margin:0;font-size:13px;color:var(--muted);line-height:1.75;padding:0 36px 25px 0}@media(max-width:800px){.flow-home .faq-question{font-size:14px}.flow-home .faq-answer p{font-size:12px}}@media(max-width:640px){.flow-home .faq-question{font-size:15px;padding:22px 0;gap:20px}.flow-home .faq-answer p{font-size:13px}}.flow-home.motion-off .faq-answer,.flow-home.motion-off .faq-icon,.flow-home.motion-off .faq-icon:after{transition:none}@media(prefers-reduced-motion:reduce){.flow-home .faq-answer,.flow-home .faq-icon,.flow-home .faq-icon:after{transition:none}}html.flow-home-active{scroll-behavior:smooth;scroll-padding-top:100px;background:#f4f2eb}@media(prefers-reduced-motion:reduce){html.flow-home-active{scroll-behavior:auto}}.flow-home{--paper:#f4f2eb;--ink:#192a2d;--muted:#626967;--line:#d9dcd4;--orange:#ff693a;--teal:#285263;--dark:#12282c;--ease:cubic-bezier(.22,1,.36,1)}.flow-home *{box-sizing:border-box}.flow-home{scroll-behavior:smooth;scroll-padding-top:100px}.flow-home{margin:0;background:var(--paper);color:var(--ink);font-family:DM Sans,sans-serif;-webkit-font-smoothing:antialiased}body.flow-modal-open{overflow:hidden}.flow-home button,.flow-home a,.flow-home input,.flow-home textarea{touch-action:manipulation}.flow-home button,.flow-home input,.flow-home textarea{font:inherit}.flow-home button,.flow-home a{-webkit-tap-highlight-color:transparent}.flow-home button{cursor:pointer}.flow-home a{color:inherit;text-decoration:none}.flow-home button{color:inherit}.flow-home img,.flow-home svg{display:block}.flow-home img{max-width:100%}.flow-home button{border:0}.flow-home ::selection{background:var(--orange);color:var(--ink)}.flow-home :focus-visible{outline:3px solid var(--orange);outline-offset:6px}.flow-home a,.flow-home button{outline-offset:5px}.flow-home p,.flow-home h1,.flow-home h2,.flow-home h3{margin:0}.flow-home p{line-height:1.7}.flow-home h1,.flow-home h2,.flow-home h3{font-weight:500}.flow-home button:disabled{cursor:default}.flow-home .wrap{width:min(1320px,calc(100% - 112px));margin:auto}.flow-home .mono{font-family:Roboto Mono,monospace;font-size:11px;line-height:1.6;letter-spacing:.08em;text-transform:uppercase}.flow-home .eyebrow{display:flex;align-items:center;gap:12px}.flow-home .dot{width:7px;height:7px;background:var(--orange);border-radius:50%;flex-shrink:0}.flow-home .arrow{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.5;transition:transform .4s var(--ease)}.flow-home .arrow-diag{transform:rotate(-45deg)}.flow-home .button{display:inline-flex;align-items:center;justify-content:space-between;gap:32px;border-radius:100px;padding:18px 24px;font-size:14px;font-weight:550;transition:background .3s,transform .3s;min-height:54px}.flow-home .button:hover{transform:translateY(-3px)}.flow-home .button:hover .arrow{transform:translate(4px)}.flow-home .button-dark{background:var(--ink);color:var(--paper)}.flow-home .button-dark:hover{background:var(--teal)}.flow-home .button-orange{background:var(--orange);color:var(--ink)}.flow-home .button-outline{border:1px solid #486064;color:var(--paper);background:transparent}.flow-home .text-link{display:inline-flex;align-items:center;gap:16px;font-size:14px;border-bottom:1px solid currentColor;padding:8px 0}.flow-home .text-link:hover .arrow{transform:translate(3px,-3px) rotate(-45deg)}.flow-home .skip{position:fixed;top:0;left:20px;padding:15px;background:var(--ink);color:#fff;z-index:100;transform:translateY(-120%)}.flow-home .skip:focus{transform:translateY(0)}.flow-home .site-header{position:sticky;top:0;z-index:40;background:#f4f2ebed;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid transparent;transition:border-color .3s}.flow-home .site-header.scrolled{border-color:var(--line)}.flow-home .nav{height:100px;display:flex;align-items:center;justify-content:space-between;gap:32px}.flow-home .logo{display:inline-flex;align-items:center;white-space:nowrap;font-family:Roboto Mono,monospace;font-size:20px;font-weight:500;letter-spacing:0}.flow-home .logo .brand{color:#285263}.flow-home .logo .suffix{color:#ff693a}.flow-home .nav-links{display:flex;gap:31px;align-items:center;font-size:13px}.flow-home .nav-links>a:not(.button){position:relative;padding:10px 0}.flow-home .nav-links>a:not(.button):after{content:"";position:absolute;bottom:3px;left:0;width:0;height:1px;background:currentColor;transition:width .3s}.flow-home .nav-links>a:hover:after{width:100%}.flow-home .nav-links .button{padding:13px 20px;min-height:46px;gap:28px;font-size:13px}.flow-home .menu-toggle{display:none;background:transparent;width:44px;height:44px;align-items:center;justify-content:center;flex-direction:column;gap:6px}.flow-home .menu-toggle span{width:24px;height:1px;background:var(--ink);transition:transform .25s}.flow-home .menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3.5px) rotate(45deg)}.flow-home .menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}.flow-home .hero{position:relative;overflow:hidden}.flow-home .hero-grid{display:grid;grid-template-columns:1.12fr 1fr;align-items:center;min-height:665px;position:relative;padding-bottom:35px}.flow-home .hero-copy{z-index:2;position:relative;padding:30px 0 55px}.flow-home .hero-copy .eyebrow{margin-bottom:34px}.flow-home .hero h1{font-size:clamp(64px,6.65vw,100px);line-height:1.025;letter-spacing:-.066em;white-space:nowrap}.flow-home .hero h1 em{font-family:"Instrument Serif",serif;color:#de552b;font-weight:400;letter-spacing:-.04em}.flow-home .hero-copy>p{font-size:17px;line-height:1.65;max-width:405px;margin:30px 0 31px;color:#626967}.flow-home .mobile-label{display:none}.flow-home .hero-actions{display:flex;align-items:center;gap:28px}.flow-home .hero-actions .text-link{border:0;font-size:13px}.flow-home .hero-art{position:relative;height:605px;margin-right:-55px;margin-left:-38px;isolation:isolate}.flow-home .hero-art:before{content:"";position:absolute;inset:50px 8px;border:1px solid #dfdfd5;border-radius:50%;transform:rotate(-22deg) scaleX(.9);z-index:-1}.flow-home .sculpture{position:absolute;inset:0;display:grid;place-items:center;transform:translate3d(var(--mx,0),var(--my,0),0);transition:transform 1.5s var(--ease)}.flow-home .sculpture img{pointer-events:none;width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;animation:levitate 10s ease-in-out infinite;-webkit-mask-image:radial-gradient(ellipse 63% 64% at 50% 49%,#000 50%,transparent 84%);mask-image:radial-gradient(ellipse 63% 64% at 50% 49%,#000 50%,transparent 84%)}.flow-home .art-tag{position:absolute;background:#f9f8f3e0;border:1px solid rgba(255,255,255,.9);box-shadow:0 10px 30px #28312c09;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);padding:11px 16px;display:flex;align-items:center;gap:11px;border-radius:7px;font-size:11px;z-index:2}.flow-home .art-tag svg{width:17px;height:17px;stroke:var(--teal);fill:none;stroke-width:1.5}.flow-home .art-tag-one{top:135px;right:3px;animation:levitate 8s ease-in-out -2s infinite}.flow-home .art-tag-two{bottom:108px;left:38px;animation:levitate 9s ease-in-out -5s infinite}.flow-home .art-tag .live-dot{height:6px;width:6px;border-radius:50%;background:#447d64;box-shadow:0 0 0 4px #447d6410}.flow-home .art-caption{position:absolute;bottom:24px;right:47px;color:#787c74;font-size:9px;letter-spacing:.12em}.flow-home .hero-bottom{position:relative;z-index:3;display:flex;justify-content:space-between;align-items:center;padding:23px 0 29px;border-top:1px solid var(--line);font-size:11px;color:var(--muted)}.flow-home .hero-bottom .down{display:flex;align-items:center;gap:12px}.flow-home .hero-bottom .down svg{width:15px;height:15px;transform:rotate(90deg)}.flow-home .motion-toggle{background:transparent;display:inline-flex;align-items:center;gap:8px;color:#616a63;font-size:10px;padding:6px 0}.flow-home .motion-icon{display:inline-flex;gap:3px}.flow-home .motion-icon i{height:8px;width:2px;background:currentColor}.flow-home .hero-bottom-center{color:#717970}.flow-home.motion-off *,.flow-home.motion-off *:before,.flow-home.motion-off *:after{animation-play-state:paused!important}.flow-home.motion-off .sculpture,.flow-home.motion-off .tilt{transform:none!important}.flow-home.motion-off{scroll-behavior:auto!important}.flow-home.motion-off *{transition:none!important}.flow-home.motion-off .reveal{opacity:1!important;transform:none!important}.flow-home .reveal{opacity:1;transform:none}.flow-home.js .reveal{opacity:0;transform:translateY(22px);transition:opacity .8s var(--ease),transform .8s var(--ease)}.flow-home.js .reveal.visible{opacity:1;transform:none}.flow-home .intro{padding:92px 0 95px}.flow-home .intro-grid{display:grid;grid-template-columns:1fr 2fr;gap:70px}.flow-home .intro .eyebrow{align-items:flex-start;padding-top:12px}.flow-home .intro .dot{margin-top:5px}.flow-home .intro-statement{font-size:clamp(26px,3.1vw,44px);line-height:1.27;letter-spacing:-.035em;max-width:840px}.flow-home .intro-statement .muted{color:#8a9188}.flow-home .intro-bottom{display:flex;justify-content:space-between;align-items:center;gap:25px;margin-top:34px}.flow-home .intro-bottom>p{font-size:14px;color:var(--muted);max-width:440px}.flow-home .small-seal{display:flex;align-items:center;gap:12px;white-space:nowrap;font-size:10px}.flow-home .small-seal svg{width:33px;height:33px;fill:none;stroke:#60776a;stroke-width:1}.flow-home .work{background:var(--dark);color:var(--paper);padding:100px 0 96px;position:relative}.flow-home .section-top{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:45px}.flow-home .section-top .eyebrow{margin-bottom:20px;color:#a8b9b8}.flow-home .section-top h2{font-size:clamp(38px,4.5vw,62px);letter-spacing:-.05em;line-height:1.06}.flow-home .section-top h2 em{font-family:"Instrument Serif",serif;font-weight:400;letter-spacing:-.03em}.flow-home .section-top>p{font-size:14px;line-height:1.6;color:#a9bbba;max-width:265px}.flow-home .projects{display:grid;grid-template-columns:1.25fr 1fr;gap:40px 30px}.flow-home .project{min-width:0}.flow-home .project-hit{display:block;text-align:left;width:100%;padding:0;background:transparent;color:inherit}.flow-home .project-visual{height:350px;border-radius:10px;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center;isolation:isolate}.flow-home .project-visual:after{content:"";inset:0;position:absolute;box-shadow:inset 0 0 0 1px #ffffff0c;border-radius:inherit;pointer-events:none}.flow-home .project-hit .tilt{transition:transform .7s var(--ease);will-change:transform}.flow-home .project-hit:hover .tilt{transform:translateY(-7px) rotate(-1deg) scale(1.03)}.flow-home .project-meta{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:19px}.flow-home .project-meta h3{font-size:21px;letter-spacing:-.025em}.flow-home .project-meta p{font-size:11px;color:#a8bbb9;margin-top:5px}.flow-home .round-arrow{width:40px;height:40px;display:grid;place-items:center;border:1px solid #456164;border-radius:50%;flex-shrink:0;transition:background .3s,color .3s,transform .3s}.flow-home .project-hit:hover .round-arrow{background:var(--orange);color:var(--dark);border-color:var(--orange);transform:rotate(45deg)}.flow-home .round-arrow svg{width:17px;height:17px}.flow-home .preview-tag{position:absolute;top:17px;left:18px;border:1px solid #ffffff32;background:#ffffff12;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:6px 9px;border-radius:30px;font-family:Roboto Mono,monospace;text-transform:uppercase;font-size:8px;letter-spacing:.08em;z-index:3}.flow-home .project-one{background:#d8ddd3;color:#273d38}.flow-home .project-one .preview-tag{color:#3e554a;border-color:#4d635333}.flow-home .dashboard{width:87%;height:255px;background:#f9faf7;border-radius:7px;box-shadow:0 28px 50px #22362b28;display:grid;grid-template-columns:100px 1fr;transform:rotate(-3deg) translate(10px,27px);overflow:hidden;font-size:8px}.flow-home .dash-side{background:#eef0e9;padding:21px 13px;color:#7b8b7b}.flow-home .dash-logo{font-size:13px;font-weight:650;color:#304539;letter-spacing:-.05em;margin-bottom:25px}.flow-home .dash-nav{margin:12px 0;font-size:7px;display:flex;gap:7px;align-items:center}.flow-home .dash-nav svg{width:10px;height:10px;stroke:currentColor;stroke-width:1.2;fill:none}.flow-home .dash-nav.active{color:#314e3b;background:#dce6d7;border-radius:3px;padding:7px;margin:8px -5px}.flow-home .dash-main{padding:22px 19px}.flow-home .dash-top{display:flex;justify-content:space-between;align-items:center;color:#71806f;font-size:6px}.flow-home .dash-top .avatar{background:#f0dbc6;color:#786b58;border-radius:50%;width:17px;height:17px;display:grid;place-items:center}.flow-home .dash-main h4{font-size:15px;letter-spacing:-.04em;margin:15px 0 5px;font-weight:550}.flow-home .dash-caption{color:#758073;font-size:7px}.flow-home .dash-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:17px 0}.flow-home .dash-stat{padding:10px 7px;border:1px solid #e1e5db;border-radius:5px;font-size:6px;color:#6a7966}.flow-home .dash-stat strong{display:block;font-size:17px;font-weight:500;color:#344930;margin-top:5px}.flow-home .dash-bottom{display:grid;grid-template-columns:1.5fr 1fr;gap:12px}.flow-home .chart-block{border:1px solid #e1e5db;border-radius:4px;padding:10px;font-size:7px}.flow-home .chart-bars{display:flex;gap:6px;align-items:end;height:60px;margin-top:6px;border-bottom:1px solid #d8dfd0}.flow-home .chart-bars i{flex:1;background:#c4d4b7;border-radius:3px 3px 0 0;height:var(--h)}.flow-home .chart-bars i:last-child{background:#5f7a4c}.flow-home .activity{font-size:6px}.flow-home .activity span{display:block;margin:11px 0;color:#809374}.flow-home .floating-done{position:absolute;bottom:32px;right:15px;background:#fff;border-radius:6px;padding:12px 15px;box-shadow:0 7px 22px #29412b16;display:flex;gap:9px;font-size:9px;align-items:center;transform:rotate(3deg)}.flow-home .floating-done>b{width:20px;height:20px;display:grid;place-items:center;border-radius:50%;background:#e6efe0;color:#537449;font-size:11px}.flow-home .floating-done small{display:block;color:#7a8376;font-size:7px;margin-top:3px}.flow-home .project-two{background:#dec3ae;color:#452e21}.flow-home .project-two .preview-tag{border-color:#67473240}.flow-home .phone-orbit{position:absolute;width:400px;height:400px;border:1px solid #fff5;border-radius:50%;right:-80px;top:50px}.flow-home .phone-orbit:after{content:"";position:absolute;inset:45px;border:1px solid #fff4;border-radius:50%}.flow-home .phone{width:171px;height:295px;background:#f8f2e9;border:5px solid #4b4039;border-radius:24px;box-shadow:19px 23px 36px #59413027;transform:rotate(8deg) translate(26px,27px);position:relative;padding:21px 11px;color:#594132}.flow-home .phone-camera{position:absolute;top:6px;left:62px;width:42px;height:9px;border-radius:10px;background:#4b4039}.flow-home .phone-top{font-size:9px;font-weight:600;display:flex;align-items:center;gap:5px;margin-bottom:17px}.flow-home .phone-top span{width:19px;height:19px;background:#b8794c;color:#fff;display:grid;place-items:center;border-radius:50%;font-family:"Instrument Serif",serif;font-size:14px}.flow-home .phone h4{font-family:"Instrument Serif",serif;font-size:26px;font-weight:400;line-height:1.1;margin:0 0 14px;letter-spacing:-.025em}.flow-home .chat-bubble{background:#eae3d8;padding:9px;border-radius:8px 8px 8px 0;margin-bottom:7px;font-size:7px;line-height:1.6}.flow-home .chat-bubble.user{background:#b47950;color:#fff;margin-left:25px;border-radius:8px 8px 0}.flow-home .chat-input{position:absolute;bottom:10px;left:10px;right:10px;border:1px solid #d2c9be;border-radius:30px;padding:7px;color:#8b8075;font-size:6px;display:flex;justify-content:space-between}.flow-home .floating-answer{position:absolute;left:19px;bottom:57px;max-width:139px;z-index:2;background:#fff8ef;box-shadow:0 10px 35px #5c372414;padding:16px;border-radius:7px;transform:rotate(-7deg)}.flow-home .floating-answer .stars{color:#a46b3e;font-size:15px;margin-bottom:7px}.flow-home .floating-answer p{font-size:9px;line-height:1.5}.flow-home .floating-answer small{font-size:6px;display:block;color:#8c7869;margin-top:10px}.flow-home .project-wide{grid-column:1/-1;display:grid;grid-template-columns:1.15fr 1fr;align-items:center;gap:50px;background:#1c3539;border:1px solid #365053;border-radius:10px;overflow:hidden;margin-top:5px}.flow-home .project-wide .project-visual{height:240px;border-radius:0;background:#203d42}.flow-home .project-wide .project-meta{padding:34px 44px 34px 0;margin:0;align-items:start}.flow-home .project-wide .project-meta h3{font-size:25px}.flow-home .project-wide .project-meta p{font-size:13px;line-height:1.65;max-width:310px;margin:12px 0 19px}.flow-home .project-wide .project-meta .mono{font-size:9px;color:#8eaaa9}.flow-home .network{position:relative;width:430px;height:235px;flex-shrink:0}.flow-home .network svg.paths{position:absolute;inset:0;stroke:#50777b;stroke-width:1;fill:none;width:100%;height:100%}.flow-home .network svg.paths .travel{stroke:#bbd3bf;stroke-dasharray:12 270;animation:flow-line 7s linear infinite}.flow-home .network-node{position:absolute;width:49px;height:49px;border-radius:10px;background:#29484c;box-shadow:0 5px 20px #0001;border:1px solid #547276;display:grid;place-items:center;color:#cddccf}.flow-home .network-node svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.3}.flow-home .network-node.n1{left:35px;top:48px}.flow-home .network-node.n2{left:47px;top:150px}.flow-home .network-node.n3{right:42px;top:44px}.flow-home .network-node.n4{right:35px;top:150px}.flow-home .network-hub{position:absolute;left:173px;top:76px;width:84px;height:84px;border-radius:23px;background:#e9e9dc;color:#2b535a;box-shadow:0 0 0 13px #94b6a30a,0 0 0 31px #94b6a308;display:grid;place-items:center;font-family:"Instrument Serif",serif;font-size:65px;font-style:italic}.flow-home .work-note{display:flex;justify-content:space-between;gap:22px;margin-top:32px;color:#97afad;font-size:10px}.flow-home .work-note .mono{font-size:9px}.flow-home .work-note a{border-bottom:1px solid #8da5a1;padding-bottom:3px;color:#d3ded5}.flow-home .services{padding:105px 0 100px}.flow-home .services .section-top .eyebrow{color:var(--muted)}.flow-home .services .section-top>p{color:var(--muted);max-width:290px}.flow-home .service-layout{display:grid;grid-template-columns:1fr 1.23fr;gap:80px;align-items:stretch}.flow-home .service-art{background:#e6e9df;border-radius:9px;position:relative;min-height:420px;overflow:hidden;display:grid;place-items:center}.flow-home .service-art>.mono{position:absolute;top:27px;left:28px;font-size:9px;color:#697764}.flow-home .service-art .bottom-label{inset:auto 28px 25px;display:flex;justify-content:space-between;align-items:center}.flow-home .service-art .bottom-label b{font-weight:400}.flow-home .flow-model{position:relative;width:260px;height:260px;display:grid;place-items:center;transition:transform 1s var(--ease)}.flow-home .flow-core{width:99px;height:99px;background:var(--orange);border-radius:28px;box-shadow:inset 0 1px 3px #fff6,0 12px 40px #cc5d3230;display:grid;place-items:center;z-index:2;transform:rotate(-12deg);transition:transform 1s,border-radius 1s,background 1s}.flow-home .flow-core svg{width:49px;height:49px;fill:none;stroke:#783218;stroke-width:1}.flow-home .service-art[data-state="1"] .flow-core{transform:rotate(90deg);border-radius:50%;background:#adc292}.flow-home .service-art[data-state="2"] .flow-core{transform:rotate(168deg);border-radius:12px;background:#bbcbc7}.flow-home .service-art[data-state="1"] .flow-model{transform:rotate(25deg)}.flow-home .service-art[data-state="2"] .flow-model{transform:rotate(-20deg)}.flow-home .service-list{border-top:1px solid var(--line)}.flow-home .service-tab{border-bottom:1px solid var(--line)}.flow-home .service-tab>button{display:flex;align-items:center;gap:24px;background:transparent;width:100%;padding:26px 0;text-align:left}.flow-home .service-tab h3{font-size:26px;letter-spacing:-.035em;flex:1}.flow-home .service-tab .plus{font-size:24px;font-weight:400;line-height:1;width:24px;text-align:center;transition:transform .35s}.flow-home .service-tab>button[aria-expanded=true] .plus{transform:rotate(45deg);color:#dd572d}.flow-home .service-content{display:grid;grid-template-rows:0fr;transition:grid-template-rows .4s var(--ease);opacity:.6}.flow-home .service-tab.active .service-content{grid-template-rows:1fr;opacity:1}.flow-home .service-content>div{overflow:hidden}.flow-home .service-content p{font-size:14px;color:var(--muted);max-width:425px;margin-left:0;line-height:1.7}.flow-home .service-tags{display:flex;flex-wrap:wrap;gap:7px;margin:18px 0 27px}.flow-home .service-tags span{border:1px solid #d4d9cf;border-radius:50px;padding:6px 9px;font-size:9px;color:#62725f}.flow-home .service-foot{display:flex;justify-content:space-between;align-items:center;margin-top:25px;font-size:11px;color:var(--muted)}.flow-home .service-foot a{color:var(--ink)}.flow-home .process{padding:85px 0 90px;border-top:1px solid var(--line)}.flow-home .process .section-top .eyebrow{color:var(--muted)}.flow-home .process .section-top h2{font-size:44px}.flow-home .process .section-top>p{color:var(--muted)}.flow-home .steps{display:grid;grid-template-columns:repeat(4,1fr);gap:38px;margin-top:50px}.flow-home .step{position:relative;border-top:1px solid #c6cec2;padding-top:25px}.flow-home .step:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--orange);position:absolute;top:-4px;left:0}.flow-home .step .mono{font-size:10px;color:#7f897a}.flow-home .step h3{font-size:21px;letter-spacing:-.03em;margin:19px 0 11px}.flow-home .step p{font-size:13px;color:var(--muted);line-height:1.7;max-width:260px}.flow-home .about{background:#e6e9df;padding:68px 0}.flow-home .about-grid{display:grid;grid-template-columns:.82fr 1.65fr;gap:95px;align-items:center}.flow-home .founder{display:flex;align-items:center;gap:23px}.flow-home .founder img{width:90px;height:109px;object-fit:cover;border-radius:5px;filter:grayscale(100%)}.flow-home .founder .mono{font-size:9px;color:#71816a;margin-bottom:10px}.flow-home .founder h3{font-size:18px;letter-spacing:-.03em;margin-bottom:2px}.flow-home .founder p{font-size:11px;color:#697362}.flow-home .about-copy h2{font-size:33px;letter-spacing:-.035em;line-height:1.2;max-width:690px}.flow-home .about-copy p{font-size:13px;color:#697362;max-width:630px;margin-top:17px}.flow-home .faq{padding:100px 0;display:grid;grid-template-columns:.75fr 1.25fr;gap:100px}.flow-home .faq>*{min-width:0}.flow-home .faq .eyebrow{margin-bottom:22px;color:var(--muted)}.flow-home .faq h2{font-size:52px;line-height:1.08;letter-spacing:-.05em}.flow-home .faq-intro>p{font-size:14px;color:var(--muted);margin-top:23px;max-width:260px}.flow-home .faq-intro .text-link{margin-top:15px;font-size:12px}.flow-home .faq-items{border-top:1px solid var(--line)}.flow-home details{border-bottom:1px solid var(--line)}.flow-home summary{display:flex;align-items:center;justify-content:space-between;gap:25px;cursor:pointer;padding:24px 0;font-size:16px;letter-spacing:-.01em;list-style:none}.flow-home summary::-webkit-details-marker{display:none}.flow-home summary:after{content:"+";font-size:22px;line-height:1;font-weight:400;color:#717e6d}.flow-home details[open] summary:after{content:"−";color:#d4532d}.flow-home details p{font-size:13px;color:var(--muted);line-height:1.75;padding:0 36px 25px 0}.flow-home .contact{background:var(--orange);position:relative;overflow:clip}.flow-home .contact:before,.flow-home .contact:after{content:"";position:absolute;width:750px;height:750px;border:1px solid #9d482a33;border-radius:50%;right:-220px;top:-200px;transform:scaleX(.67) rotate(30deg);pointer-events:none}.flow-home .contact:after{right:-60px;top:-360px;width:890px;height:890px;transform:scaleX(.55) rotate(30deg)}.flow-home .contact-inner{position:relative;z-index:1;padding:84px 0 89px;display:flex;justify-content:space-between;align-items:end;gap:40px}.flow-home .contact .eyebrow{margin-bottom:26px}.flow-home .contact .eyebrow .dot{background:var(--ink)}.flow-home .contact h2{font-size:clamp(52px,6.1vw,85px);line-height:1.025;letter-spacing:-.06em}.flow-home .contact h2 em{font-family:"Instrument Serif",serif;font-weight:400}.flow-home .contact-right{padding-bottom:4px;max-width:290px}.flow-home .contact-right>p{font-size:14px;color:#572f20;margin-bottom:23px;line-height:1.65}.flow-home .contact-right .button{min-width:245px}.flow-home .contact-right>small{display:block;margin-top:15px;font-size:10px;color:#6b3825}.flow-home .footer{background:#11282c;color:#e6e9df;padding:54px 0 24px}.flow-home .footer-top{display:flex;justify-content:space-between;gap:45px;align-items:start}.flow-home .footer .logo .brand{color:#b8d0d4}.flow-home .footer-caption{font-size:12px;color:#a0b3b0;margin-top:16px}.flow-home .footer-links{display:flex;gap:60px}.flow-home .footer-links>div{display:flex;flex-direction:column;gap:13px;font-size:12px}.flow-home .footer-links .mono{font-size:9px;color:#83a09f;margin-bottom:4px}.flow-home .footer-links a:hover{color:var(--orange)}.flow-home .footer-links address{font-size:11px;line-height:1.8;color:#a9bbb7;font-style:normal}.flow-home .footer-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #30494c;padding-top:23px;margin-top:57px;gap:20px;color:#8da6a3;font-size:9px}.flow-home .footer-bottom nav{display:flex;gap:20px}.flow-home .footer-note{display:flex;gap:7px;align-items:center}.flow-home .footer-note .dot{width:5px;height:5px}.flow-home dialog{border:1px solid #d7ddd0;border-radius:16px;padding:0;width:min(620px,calc(100% - 32px));max-height:calc(100dvh - 40px);background:var(--paper);color:var(--ink);box-shadow:0 30px 100px #00101440;overflow:auto}.flow-home dialog::backdrop{background:#102326b8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.flow-home .dialog-inner{padding:40px}.flow-home .dialog-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px;gap:20px}.flow-home .dialog-top .mono{font-size:9px;color:var(--muted)}.flow-home .dialog-close{width:36px;height:36px;border:1px solid var(--line);background:transparent;border-radius:50%;font-size:24px;display:grid;place-items:center;line-height:1;flex-shrink:0}.flow-home dialog h2{font-size:40px;letter-spacing:-.045em;line-height:1.1;margin-bottom:20px}.flow-home dialog p{font-size:14px;color:var(--muted)}.flow-home .dialog-note{background:#e6e9df;padding:16px 19px;border-radius:7px;margin:24px 0;font-size:12px;line-height:1.6}.flow-home .dialog-actions{display:flex;flex-wrap:wrap;gap:12px}.flow-home .dialog-actions .button{font-size:12px;padding:16px 20px}.flow-home .dialog-actions .text-link{font-size:12px}.flow-home .contact-options{display:grid;gap:11px;margin-top:27px}.flow-home .contact-option{display:flex;justify-content:space-between;gap:20px;align-items:center;border:1px solid #cbd2c5;padding:19px;border-radius:7px;transition:background .2s}.flow-home .contact-option:hover{background:#e6e9df}.flow-home .contact-option strong{display:block;font-size:14px;font-weight:500}.flow-home .contact-option span{font-size:11px;color:var(--muted);display:block;margin-top:5px}.flow-home .contact-option svg{flex-shrink:0}.flow-home .contact-disclaimer{font-size:11px;margin-top:20px;color:#76816f}@keyframes levitate{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-12px) rotate(1.2deg)}}@keyframes flow-line{0%{stroke-dashoffset:282}to{stroke-dashoffset:0}}@media(min-width:1600px){.flow-home .hero-grid{min-height:730px}.flow-home .hero-art{height:660px}.flow-home .hero h1{font-size:105px}.flow-home .project-visual{height:380px}}@media(max-width:1100px){.flow-home .wrap{width:calc(100% - 64px)}.flow-home .nav-links{gap:22px}.flow-home .hero-grid{min-height:595px;grid-template-columns:1.08fr 1fr}.flow-home .hero-art{height:515px;margin-left:-20px;margin-right:-40px}.flow-home .hero-copy .eyebrow{font-size:9px}.flow-home .hero h1{font-size:6.6vw}.flow-home .hero-copy>p{font-size:16px;max-width:350px}.flow-home .art-tag-one{right:5px;top:91px}.flow-home .art-tag-two{bottom:82px;left:18px}.flow-home .art-caption{right:30px;font-size:8px;bottom:12px}.flow-home .intro-grid{gap:35px}.flow-home .intro-bottom{align-items:start;flex-direction:column;gap:17px}.flow-home .project-visual{height:310px}.flow-home .dashboard{grid-template-columns:77px 1fr;height:238px;width:90%;transform:rotate(-3deg) translate(5px,22px)}.flow-home .dash-side{padding:20px 9px}.flow-home .dash-main{padding:18px 13px}.flow-home .dash-main h4{font-size:13px}.flow-home .dash-stat strong{font-size:15px}.flow-home .dash-logo{font-size:11px}.flow-home .project-wide{gap:30px}.flow-home .project-wide .project-meta{padding-right:25px}.flow-home .service-layout{gap:40px;grid-template-columns:1fr 1.2fr}.flow-home .service-tab h3{font-size:23px}.flow-home .about-grid{gap:45px}.flow-home .faq{gap:55px}.flow-home .footer-links{gap:35px}}@media(max-width:800px){.flow-home .wrap{width:calc(100% - 44px)}.flow-home .nav{height:80px;gap:15px}.flow-home .logo{font-size:18px}.flow-home .nav-links{gap:17px}.flow-home .nav-links>a{font-size:11px}.flow-home .nav-links .button{padding:11px 14px;font-size:11px;gap:15px;min-height:40px}.flow-home .nav-links .button .arrow{width:17px}.flow-home .hero-grid{min-height:520px}.flow-home .hero-art{height:440px}.flow-home .hero-copy .eyebrow{font-size:8px;letter-spacing:.05em;gap:7px;margin-bottom:25px}.flow-home .hero h1{font-size:6.7vw}.flow-home .hero-copy>p{font-size:14px;margin:25px 0;max-width:300px}.flow-home .hero-actions{gap:17px}.flow-home .hero-actions .button{font-size:12px;padding:15px 17px;gap:20px;min-height:48px}.flow-home .hero-actions .text-link{font-size:11px;gap:7px}.flow-home .art-tag{padding:9px 10px;font-size:9px;gap:6px}.flow-home .art-tag-one{top:75px;right:14px}.flow-home .art-tag-two{bottom:72px;left:8px}.flow-home .art-tag svg{width:13px}.flow-home .hero-bottom-center{display:none}.flow-home .intro{padding:64px 0}.flow-home .intro-grid{grid-template-columns:.7fr 1.5fr;gap:35px}.flow-home .intro-statement{font-size:28px}.flow-home .intro-bottom>p{font-size:13px}.flow-home .intro .eyebrow{font-size:9px}.flow-home .work{padding:70px 0}.flow-home .section-top h2{font-size:44px}.flow-home .section-top>p{font-size:12px;max-width:225px}.flow-home .projects{gap:30px 22px;grid-template-columns:1.1fr 1fr}.flow-home .project-visual{height:270px}.flow-home .dashboard{width:115%;min-width:305px;height:218px;transform:rotate(-4deg) translate(25px,28px)}.flow-home .dash-main{padding:16px 12px}.flow-home .dash-logo{font-size:10px}.flow-home .dash-nav{font-size:6px}.flow-home .dash-stats{margin:12px 0}.flow-home .dash-bottom{grid-template-columns:1fr}.flow-home .activity{display:none}.flow-home .chart-bars{height:39px}.flow-home .floating-done{padding:10px;right:5px;bottom:21px;font-size:8px}.flow-home .phone{width:148px;height:260px;border-width:4px;transform:rotate(8deg) translate(30px,28px);padding:19px 10px}.flow-home .phone-camera{left:52px;width:34px}.flow-home .phone h4{font-size:23px}.flow-home .phone-top{margin-bottom:12px;font-size:8px}.flow-home .chat-bubble{font-size:6px;padding:7px}.flow-home .floating-answer{left:13px;bottom:37px;max-width:119px;padding:12px}.flow-home .floating-answer p{font-size:8px}.flow-home .project-meta h3{font-size:18px}.flow-home .project-meta p{font-size:10px}.flow-home .round-arrow{width:32px;height:32px}.flow-home .project-wide{gap:20px;grid-template-columns:1.1fr 1fr}.flow-home .project-wide .project-visual{height:210px}.flow-home .network{transform:scale(.85)}.flow-home .project-wide .project-meta h3{font-size:20px}.flow-home .project-wide .project-meta p{font-size:11px}.flow-home .project-wide .project-meta{gap:12px}.flow-home .services{padding:70px 0}.flow-home .service-layout{grid-template-columns:.85fr 1.15fr;gap:28px}.flow-home .service-art{min-height:395px}.flow-home .flow-model{width:220px;height:220px}.flow-home .flow-core{width:85px;height:85px}.flow-home .service-tab>button{gap:15px;padding:24px 0}.flow-home .service-tab h3{font-size:21px}.flow-home .service-content p{font-size:12px;margin-left:0}.flow-home .service-tags{margin-left:0}.flow-home .service-tags span{font-size:8px}.flow-home .service-art>.mono{font-size:8px;left:20px}.flow-home .service-art .bottom-label{left:20px;right:20px;font-size:8px}.flow-home .process{padding:65px 0}.flow-home .steps{gap:23px}.flow-home .step h3{font-size:18px}.flow-home .step p{font-size:12px}.flow-home .process .section-top h2{font-size:38px}.flow-home .about-grid{gap:35px;grid-template-columns:1fr 1.5fr}.flow-home .founder{gap:15px}.flow-home .founder img{width:66px;height:86px}.flow-home .founder h3{font-size:15px}.flow-home .founder .mono{font-size:8px}.flow-home .about-copy h2{font-size:26px}.flow-home .about-copy p{font-size:12px}.flow-home .faq{padding:70px 0;gap:45px;grid-template-columns:.85fr 1.15fr}.flow-home .faq h2{font-size:40px}.flow-home summary{font-size:14px}.flow-home details p{font-size:12px}.flow-home .contact-inner{padding:65px 0;gap:30px}.flow-home .contact h2{font-size:55px}.flow-home .contact-right{max-width:220px}.flow-home .contact-right .button{min-width:210px;font-size:12px}.flow-home .contact-right>p{font-size:12px}.flow-home .footer-links{gap:25px}.flow-home .footer .logo{font-size:17px}.flow-home .footer-links>div{font-size:11px}}@media(max-width:640px){.flow-home{scroll-padding-top:85px}.flow-home .wrap{width:calc(100% - 40px)}.flow-home .nav{height:77px}.flow-home .logo{font-size:17px}.flow-home .menu-toggle{display:flex}.flow-home .nav-links{display:none;position:absolute;left:0;right:0;top:77px;background:var(--paper);padding:20px 25px 28px;border-bottom:1px solid var(--line);box-shadow:0 10px 15px #13292107;align-items:stretch;gap:13px}.flow-home .nav-links.open{display:flex;flex-direction:column}.flow-home .nav-links>a{font-size:17px!important;padding:12px 0!important}.flow-home .nav-links .button{padding:16px 20px!important;max-width:none;width:100%;font-size:14px!important;margin-top:5px}.flow-home .hero-grid{grid-template-columns:1fr;padding:22px 0 0;min-height:0}.flow-home .hero-copy{padding:16px 0 0}.flow-home .hero-copy .eyebrow{font-size:8px;letter-spacing:.09em;margin-bottom:26px}.flow-home .hero h1{font-size:clamp(42px,12.2vw,75px);line-height:1.04;letter-spacing:-.065em}.flow-home .hero-copy>p{font-size:15px;max-width:340px;margin:25px 0 26px;line-height:1.65}.flow-home .hero-actions{gap:24px}.flow-home .hero-actions .desktop-label{display:none}.flow-home .hero-actions .mobile-label{display:inline}.flow-home .hero-actions .button,.flow-home .hero-actions .text-link{white-space:nowrap}.flow-home .hero-actions .button{font-size:12px;padding:16px 20px;gap:25px;min-height:50px}.flow-home .hero-actions .text-link{font-size:12px}.flow-home .hero-art{height:360px;margin:5px 3px 6px}.flow-home .sculpture{inset:-10px -5px}.flow-home .hero-art:before{inset:30px}.flow-home .art-tag-one{top:66px;right:-6px;font-size:9px}.flow-home .art-tag-two{bottom:53px;left:-3px;font-size:9px}.flow-home .art-caption{bottom:8px;right:5px;font-size:7px}.flow-home .hero-bottom{padding:19px 0 20px;font-size:9px}.flow-home .hero-bottom .mono{font-size:8px}.flow-home .motion-toggle{font-size:9px}.flow-home .intro{padding:57px 0 62px}.flow-home .intro-grid{grid-template-columns:1fr;gap:24px}.flow-home .intro .eyebrow{padding:0;font-size:9px}.flow-home .intro-statement{font-size:31px;line-height:1.3;letter-spacing:-.04em}.flow-home .intro-bottom{margin-top:23px;gap:23px}.flow-home .intro-bottom>p{font-size:13px}.flow-home .small-seal{font-size:9px}.flow-home .work{padding:61px 0 55px}.flow-home .section-top{display:block;margin-bottom:30px}.flow-home .section-top .eyebrow{font-size:9px;margin-bottom:19px}.flow-home .section-top h2{font-size:44px}.flow-home .section-top>p{margin-top:20px;max-width:310px;font-size:13px}.flow-home .projects{grid-template-columns:1fr;gap:32px}.flow-home .project-visual{height:315px}.flow-home .dashboard{width:88%;min-width:0;height:237px;transform:rotate(-3deg) translate(7px,27px)}.flow-home .dash-side{padding:19px 10px}.flow-home .dash-main{padding:19px 13px}.flow-home .dash-main h4{font-size:14px}.flow-home .dash-stats{margin:18px 0}.flow-home .dash-bottom{grid-template-columns:1fr}.flow-home .chart-bars{height:44px}.flow-home .floating-done{bottom:25px;right:8px;font-size:9px;padding:12px}.flow-home .project-meta{margin-top:16px}.flow-home .project-meta h3{font-size:21px}.flow-home .project-meta p{font-size:11px}.flow-home .round-arrow{width:36px;height:36px}.flow-home .phone{width:166px;height:287px;transform:rotate(8deg) translate(25px,27px);padding:23px 12px}.flow-home .phone-camera{left:58px;width:37px}.flow-home .phone h4{font-size:26px}.flow-home .phone-top{font-size:9px}.flow-home .chat-bubble{font-size:7px;padding:9px}.flow-home .floating-answer{left:26px;bottom:49px;max-width:136px;padding:15px}.flow-home .floating-answer p{font-size:9px}.flow-home .project-wide{grid-column:auto;display:block;background:transparent;border:0;overflow:visible}.flow-home .project-wide .project-visual{height:240px;border-radius:10px;background:#203d42}.flow-home .network{transform:scale(.9)}.flow-home .project-wide .project-meta{padding:0;margin-top:17px;align-items:center}.flow-home .project-wide .project-meta h3{font-size:21px}.flow-home .project-wide .project-meta p{font-size:11px;margin:5px 0 0;max-width:270px}.flow-home .project-wide .project-meta .mono{display:none}.flow-home .work-note{flex-direction:column;align-items:start;margin-top:35px;font-size:9px;gap:16px;line-height:1.6}.flow-home .services{padding:61px 0}.flow-home .service-layout{display:flex;flex-direction:column;gap:30px}.flow-home .service-art{min-height:300px;order:0}.flow-home .flow-model{width:230px;height:230px}.flow-home .service-art>.mono{font-size:8px;top:21px}.flow-home .service-art .bottom-label{top:auto;bottom:21px}.flow-home .service-tab>button{padding:24px 0;gap:20px}.flow-home .service-tab h3{font-size:24px}.flow-home .service-content p{font-size:13px;margin-left:0}.flow-home .service-tags{margin-left:0}.flow-home .service-tags span{font-size:9px}.flow-home .service-foot{margin-top:23px;font-size:10px;gap:10px}.flow-home .service-foot a{font-size:11px;gap:10px}.flow-home .process{padding:55px 0 60px}.flow-home .process .section-top h2{font-size:36px}.flow-home .steps{grid-template-columns:1fr 1fr;gap:33px 27px;margin-top:38px}.flow-home .step{padding-top:21px}.flow-home .step h3{font-size:20px;margin-top:15px}.flow-home .step p{font-size:12px}.flow-home .about{padding:48px 0}.flow-home .about-grid{grid-template-columns:1fr;gap:29px}.flow-home .founder img{width:69px;height:80px}.flow-home .founder h3{font-size:17px}.flow-home .founder .mono{font-size:9px;margin-bottom:6px}.flow-home .about-copy h2{font-size:30px}.flow-home .about-copy p{font-size:13px;margin-top:16px}.flow-home .faq{padding:60px 0;grid-template-columns:1fr;gap:32px}.flow-home .faq h2{font-size:43px}.flow-home .faq h2 br{display:initial}.flow-home .faq-intro>p{font-size:13px;max-width:320px;margin-top:18px}.flow-home .faq-intro .text-link{margin-top:12px}.flow-home summary{font-size:15px;padding:22px 0;gap:20px}.flow-home details p{font-size:13px}.flow-home .contact-inner{padding:60px 0;display:block}.flow-home .contact .eyebrow{font-size:9px;margin-bottom:25px}.flow-home .contact h2{font-size:57px}.flow-home .contact-right{margin-top:30px;max-width:310px}.flow-home .contact-right>p{font-size:14px}.flow-home .contact-right .button{min-width:245px;font-size:13px}.flow-home .contact-right>small{font-size:10px}.flow-home .contact:before{right:-455px;top:-250px}.flow-home .contact:after{right:-530px;top:-240px}.flow-home .footer{padding:42px 0 25px}.flow-home .footer-top{display:block}.flow-home .footer .logo{font-size:18px}.flow-home .footer-caption{font-size:12px}.flow-home .footer-links{display:grid;grid-template-columns:1fr 1fr;gap:30px 20px;margin-top:35px}.flow-home .footer-links>div:last-child{grid-column:1/-1}.flow-home .footer-links>div{font-size:12px}.flow-home .footer-links address{font-size:11px}.flow-home .footer-bottom{margin-top:32px;padding-top:22px;flex-wrap:wrap;gap:19px;font-size:9px}.flow-home .footer-bottom nav{gap:16px}.flow-home .footer-note{width:100%}.flow-home .dialog-inner{padding:26px}.flow-home dialog h2{font-size:34px}.flow-home .dialog-top{margin-bottom:23px}.flow-home .dialog-top .mono{font-size:8px}.flow-home .dialog-actions{gap:15px}.flow-home .dialog-note{font-size:11px}}@media(max-width:365px){.flow-home .wrap{width:calc(100% - 32px)}.flow-home .logo{font-size:15px}.flow-home .hero h1{font-size:12vw}.flow-home .faq h2{font-size:36px}.flow-home .hero-copy .eyebrow{font-size:7px}.flow-home .hero-actions{gap:16px}.flow-home .hero-actions .button{padding:15px 16px;gap:16px}.flow-home .hero-actions .text-link{font-size:11px}.flow-home .hero-art{height:315px}.flow-home .intro-statement{font-size:28px}.flow-home .project-visual{height:285px}.flow-home .dashboard{width:93%;grid-template-columns:67px 1fr}.flow-home .dash-main{padding:19px 10px}.flow-home .dash-side{padding:19px 7px}.flow-home .floating-answer{left:14px}.flow-home .contact h2{font-size:50px}.flow-home .service-tab h3{font-size:22px}.flow-home .hero-bottom .down{gap:6px}}@media(prefers-reduced-motion:reduce){.flow-home{scroll-behavior:auto}.flow-home *,.flow-home *:before,.flow-home *:after{animation:none!important;transition:none!important}.flow-home.js .reveal{opacity:1;transform:none}.flow-home .sculpture,.flow-home .tilt{transform:none!important}}.flow-home .process{position:relative;isolation:isolate}.flow-home .process>.section-top,.flow-home .process>.steps{position:relative;z-index:1}.flow-home .process-note{max-width:275px;flex-shrink:0}.flow-home .process-note>p{color:var(--muted);font-size:13px;line-height:1.65}.flow-home .paperplane-layer{position:absolute;inset:0;overflow:hidden;z-index:0;pointer-events:none;opacity:.8}.flow-home .paperplane-canvas{display:block;width:100%;height:100%;pointer-events:none}.flow-home .bug-status{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.flow-home .bug-layer{position:absolute;inset:0;z-index:3;pointer-events:none}.flow-home .code-bug{position:absolute;left:0;top:0;width:48px;height:48px;border-radius:50%;background:transparent;pointer-events:auto;padding:4px;touch-action:manipulation;-webkit-user-select:none;user-select:none;will-change:transform}.flow-home .code-bug:focus-visible{outline:1.5px dashed var(--ink);outline-offset:1px;background:#ffffff18}.flow-home .code-bug svg{width:40px;height:40px;overflow:visible;transform:rotate(var(--bug-angle,0deg));filter:drop-shadow(0 3px 2px #722b171f)}.flow-home .bug-legs{fill:none;stroke:#233331;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round;transform-origin:20px 20px}.flow-home .bug-walking .bug-legs-a{animation:bug-gait .18s ease-in-out infinite alternate}.flow-home .bug-walking .bug-legs-b{animation:bug-gait .18s ease-in-out -.18s infinite alternate-reverse}.flow-home .bug-head{fill:#233331}.flow-home .bug-body{fill:#233331;stroke:#ff9b75;stroke-width:.8}.flow-home .bug-wing{fill:none;stroke:#ff946e;stroke-width:.85;stroke-linecap:round}.flow-home .bug-antennae{fill:none;stroke:#233331;stroke-width:1.25;stroke-linecap:round}.flow-home .bug-fixed{pointer-events:none}.flow-home .bug-fixed svg{animation:bug-squash .4s var(--ease) both}.flow-home .bug-burst{position:absolute;left:0;top:0;pointer-events:none;width:70px;height:70px;opacity:0;transform:translate(-50%,-50%)}.flow-home .bug-burst span{position:absolute;left:33px;top:33px;width:5px;height:5px;border-radius:2px;background:#253530;transform:rotate(calc(var(--i)*45deg)) translate(9px)}.flow-home .bug-burst.show{animation:bug-burst-fade .8s ease-out both}.flow-home .bug-burst.show span{animation:bug-confetti .7s var(--ease) both}.flow-home .bug-toast{position:absolute;font-family:Roboto Mono,monospace;font-size:10px;color:#192a2d;background:#f4f2eb;padding:9px 12px;border-radius:5px;box-shadow:0 5px 20px #752e1720;transform:translate(-50%,-100%);opacity:0;white-space:nowrap;pointer-events:none}.flow-home .bug-toast.show{animation:bug-toast-in .3s var(--ease) both}@keyframes bug-gait{0%{transform:rotate(-7deg)}to{transform:rotate(7deg)}}@keyframes bug-squash{0%{opacity:1;scale:1}35%{opacity:1;scale:1.4 .25}to{opacity:0;scale:.5 .12}}@keyframes bug-burst-fade{0%{opacity:0}10%,40%{opacity:1}to{opacity:0}}@keyframes bug-confetti{0%{transform:rotate(calc(var(--i)*45deg)) translate(5px) scale(1)}to{transform:rotate(calc(var(--i)*45deg)) translate(30px) scale(.1)}}@keyframes bug-toast-in{0%{opacity:0;translate:0 8px}to{opacity:1;translate:0 0}}.flow-home.motion-off .bug-fixed svg{opacity:0}.flow-home.motion-off .bug-toast.show{opacity:1}.flow-home.motion-off .bug-burst.show{display:none}@media(max-width:800px){.flow-home .process-note{max-width:225px}.flow-home .process-note>p{font-size:12px}}@media(max-width:640px){.flow-home .process-note{margin-top:20px;max-width:320px}.flow-home .process-note>p{font-size:13px}.flow-home .bug-toast{font-size:9px}}@media(prefers-reduced-motion:reduce){.flow-home .bug-fixed svg{opacity:0}.flow-home .bug-toast.show{opacity:1}.flow-home .bug-burst.show{display:none}}.flow-home{line-height:normal;min-height:100vh}.flow-home button:disabled{opacity:.65}.flow-home .flow-contact-form{margin-top:26px}.flow-home .flow-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px 18px}.flow-home .flow-field{display:flex;flex-direction:column;gap:8px;margin-bottom:19px;min-width:0}.flow-home .flow-field label{font-size:12px;font-weight:500}.flow-home .flow-field input,.flow-home .flow-field textarea{width:100%;background:#eeeee5;border:1px solid #ccd2c3;border-radius:6px;padding:13px 12px;color:var(--ink);font-size:14px;line-height:1.5;min-width:0}.flow-home .flow-field input::placeholder,.flow-home .flow-field textarea::placeholder{color:#84907d;opacity:1}.flow-home .flow-field textarea{resize:vertical;min-height:112px}.flow-home .flow-field [aria-invalid=true]{border-color:#a43d22}.flow-home .flow-field-error,.flow-home .flow-form-error{font-size:11px;color:#a43d22;line-height:1.5}.flow-home .flow-form-error{margin-bottom:18px;background:#f4e3d9;padding:12px;border-radius:5px}.flow-home .flow-form-privacy{font-size:10px;line-height:1.65;margin-bottom:20px;color:#6b7764}.flow-home .flow-form-privacy a{border-bottom:1px solid currentColor}.flow-home .flow-contact-form>.button{width:100%;font-size:13px}.flow-home .flow-contact-chat{display:flex;justify-content:space-between;align-items:center;margin-top:24px;gap:18px;font-size:12px;color:#6b7764;border-top:1px solid #d3d8cc;padding-top:13px}.flow-home .flow-contact-chat .text-link,.flow-home .contact-success .text-link{background:transparent;color:var(--ink);font-size:12px}.flow-home .contact-success{display:flex;flex-direction:column;align-items:start;gap:25px;padding:7px 0 10px}.flow-home .success-mark{width:50px;height:50px;border-radius:50%;background:#dce8d2;color:#42603d;display:grid;place-items:center;font-size:24px}.flow-chat-launch{position:fixed;bottom:24px;right:24px;z-index:45;width:48px;height:48px;border:1px solid #f4f2eb30;border-radius:50%;background:#192a2d;color:#f4f2eb;display:grid;place-items:center;box-shadow:0 5px 20px #11282c20;cursor:pointer;transition:transform .2s}.flow-chat-launch:hover{transform:translateY(-3px)}.flow-chat-launch svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.5}.flow-chat .chat-popup-container{z-index:100}.flow-chat .chat-widget{font-family:DM Sans,sans-serif;background:#12282c}.flow-chat .chat-header__name{font-family:DM Sans,sans-serif}@media(max-width:640px){html.flow-home-active{scroll-padding-top:85px}.flow-home .flow-form-grid{grid-template-columns:1fr;gap:0}.flow-home .flow-field input,.flow-home .flow-field textarea{font-size:16px}.flow-home .flow-contact-chat{font-size:11px}.flow-chat-launch{bottom:18px;right:18px}}.flow-home .sendport-stage{container-type:inline-size;background:radial-gradient(ellipse at 76% 20%,#faf9ff 0,#e6e3f1 45%,#cecadf)}.flow-home .sendport-stage:before{content:"";position:absolute;width:72%;aspect-ratio:1;border:1px solid #ffffff70;border-radius:50%;right:-15%;top:-32%;box-shadow:0 0 0 35px #ffffff15,0 0 0 70px #ffffff10}.flow-home .sendport-stage .preview-tag{color:#67637d;border-color:#8e86a44d;background:#f7f5fc70;z-index:2}.flow-home .sendport-window{width:91%;flex-shrink:0;background:#fafafc;border:1px solid #fff;border-radius:9px;box-shadow:0 24px 50px #302c5533,0 2px 6px #302c5510;overflow:hidden;color:#17191f;transform:rotate(-4deg) translate(8px,16px);font-size:1.48cqw;line-height:1.5}.flow-home .sendport-browser{display:flex;align-items:center;justify-content:space-between;height:4.8cqw;padding:0 2cqw;color:#878d9b;border-bottom:1px solid #e6e8ee;font-size:1.18cqw;background:#fff}.flow-home .sendport-dots{display:flex;gap:.55cqw}.flow-home .sendport-dots i{width:.7cqw;height:.7cqw;border-radius:50%;background:#d8d7e4}.flow-home .sendport-app{display:grid;grid-template-columns:25% 1fr;min-height:39cqw}.flow-home .sendport-sidebar{padding:3cqw 1.5cqw 2cqw;background:#f6f7fa;border-right:1px solid #e6e8ee;display:flex;flex-direction:column}.flow-home .sendport-brand{display:flex;align-items:center;gap:.7cqw;color:#5b5bd6;font-size:2.35cqw;font-weight:600;letter-spacing:-.03em;margin:0 .7cqw 3cqw}.flow-home .sendport-brand svg{width:2.3cqw;height:2.3cqw}.flow-home .sendport-nav{display:grid;gap:.3cqw;color:#565c6b;font-size:1.28cqw}.flow-home .sendport-nav>span{display:flex;align-items:center;gap:.8cqw;padding:1cqw;border-radius:4px;white-space:nowrap}.flow-home .sendport-nav .selected{background:#eeeefb;color:#4a47b8;font-weight:500}.flow-home .sendport-account{margin-top:auto;padding:3cqw .7cqw 0;font-size:1.2cqw}.flow-home .sendport-account small{display:block;font-size:.95cqw;letter-spacing:.08em;color:#878d9b;margin-bottom:.7cqw}.flow-home .sendport-account>span{background:#fff;border:1px solid #d4d8e0;border-radius:3px;padding:.6cqw 1cqw;display:flex;justify-content:space-between}.flow-home .sendport-content{padding:3cqw 3.2cqw 2.5cqw;min-width:0}.flow-home .sendport-domain{display:inline-flex;gap:1.5cqw;align-items:center;background:#fff;padding:.65cqw 1.2cqw;border:1px solid #d4d8e0;border-radius:3px;font-family:Roboto Mono,monospace;font-size:1.15cqw}.flow-home .sendport-domain>span{color:#878d9b}.flow-home .sendport-heading{display:flex;justify-content:space-between;align-items:center;margin-top:1.5cqw}.flow-home .sendport-heading strong{font-size:3.35cqw;font-weight:600;letter-spacing:-.03em}.flow-home .sendport-heading>span{background:#5b5bd6;color:#fff;padding:.75cqw 1.1cqw;border-radius:3px;font-size:1.1cqw}.flow-home .sendport-content>p{font-size:1.25cqw;color:#565c6b;margin-top:.2cqw}.flow-home .sendport-filters{display:flex;gap:.8cqw;margin:2cqw 0}.flow-home .sendport-filters>span{background:#fff;color:#565c6b;border:1px solid #d4d8e0;border-radius:20px;padding:.3cqw 1.2cqw;font-size:1.05cqw}.flow-home .sendport-filters>span:first-child{background:#5b5bd6;color:#fff;border-color:#5b5bd6}.flow-home .sendport-row{display:grid;grid-template-columns:1fr 22% 10%;gap:1cqw;align-items:center;border-bottom:1px solid #edeff4;padding:1.45cqw 0}.flow-home .sendport-row>span:last-child{text-align:right}.flow-home .sendport-row b{display:block;font-weight:500;font-size:1.5cqw}.flow-home .sendport-row small{display:block;color:#878d9b;font-family:Roboto Mono,monospace;font-size:1.05cqw;margin-top:.3cqw}.flow-home .sendport-table-head{color:#878d9b;font-size:.95cqw;letter-spacing:.07em;padding:0 0 1cqw;border-bottom-color:#dde0e7}.flow-home .sendport-visibility{display:inline-flex;align-items:center;gap:.3cqw;width:fit-content;border:1px solid #dde0e7;background:#f2f3f8;color:#565c6b;font-size:1.05cqw;border-radius:20px;padding:.1cqw .65cqw}.flow-home .sendport-published{position:absolute;bottom:20px;right:22px;display:flex;gap:10px;align-items:center;background:#fff;border:1px solid #e6e8ee;border-radius:8px;padding:14px 17px;box-shadow:0 12px 32px #37315126;transform:rotate(2deg)}.flow-home .sendport-check{display:grid;place-items:center;color:#0b6e64;background:#e7f7f4;width:29px;height:29px;border-radius:50%;font-size:16px}.flow-home .sendport-published strong{color:#262535;font-size:11px;font-weight:600;display:block}.flow-home .sendport-published small{color:#878d9b;font-size:8px;display:block;margin-top:3px}.flow-home .sendport-published>svg{width:20px;height:20px;color:#5b5bd6;margin-left:8px}.flow-home [data-sendport-detail][hidden]{display:none}.flow-home .sendport-dialog{max-width:780px;width:calc(100% - 40px)}.flow-home .sendport-dialog .sendport-stage{height:320px;margin-top:24px}.flow-home .sendport-visit{margin-top:20px}@media(max-width:700px){.flow-home .sendport-window{width:94%;transform:rotate(-4deg) translate(3px)}.flow-home .sendport-published{bottom:25px;right:14px;padding:11px 12px;gap:8px}.flow-home .sendport-published strong{font-size:10px}.flow-home .sendport-published small{font-size:7px}.flow-home .sendport-published>svg{width:17px}.flow-home .sendport-dialog .sendport-stage{height:245px}.flow-home .sendport-dialog .sendport-published{right:9px;bottom:17px}}.flow-home .sendport-nav svg{width:1.5cqw;height:1.5cqw;flex-shrink:0}.flow-home .sendport-visibility svg{width:1cqw;height:1cqw;flex-shrink:0}.flow-home .work{padding-bottom:56px}.flow-home .connected{background:var(--dark);color:var(--paper)}.flow-home .connected-inner{border-top:1px solid #8da5a133;padding:64px 0 80px;display:grid;grid-template-columns:1.15fr 1fr;align-items:center;gap:70px}.flow-home .connected-art{min-width:0;height:240px;display:grid;place-items:center;overflow:hidden;border-radius:10px;background:#203d42}.flow-home .connected-copy .eyebrow{color:#9db7b3;font-size:10px;margin-bottom:20px}.flow-home .connected-copy h2{font-size:clamp(30px,3.2vw,44px);line-height:1.12;letter-spacing:-.04em}.flow-home .connected-copy p{max-width:370px;font-size:15px;line-height:1.7;color:#a8bbb9;margin:18px 0 24px}.flow-home .connected-copy .text-link{color:#e3e9df;font-size:12px;border-color:#8da5a166}@media(max-width:700px){.flow-home .work{padding-bottom:36px}.flow-home .connected-inner{grid-template-columns:1fr;gap:30px;padding:38px 0 55px}.flow-home .connected-copy .eyebrow{font-size:9px;margin-bottom:16px}.flow-home .connected-copy h2{font-size:33px}.flow-home .connected-copy p{font-size:14px;margin:15px 0 21px}}@media(max-width:365px){.flow-home .connected-art .network{transform:scale(.72)}.flow-home .connected-copy h2{font-size:29px}}.flow-home .flow-model{width:300px;height:300px}.flow-home .service-orbits{position:absolute;inset:0;width:100%;height:100%;overflow:visible}.flow-home .orbit-track{fill:none;stroke:#b3bfa9;stroke-width:1}.flow-home .orbit-dot{fill:#faf9f3;stroke:#9dad90;stroke-width:1;filter:drop-shadow(0 2px 2px #47593e1a)}@media(max-width:800px){.flow-home .flow-model{width:240px;height:240px}}@media(max-width:640px){.flow-home .flow-model{width:250px;height:250px}}
