:root{--ink: #181e15;--muted: #5f6662;--copy: #343a35;--border: #d1d8d6;--soft-green: #dceeeb;--soft-purple: #e8e1ff;--purple: #b98cff;--purple-hover: #a876f5;--mint: #21f4c2;--panel: #f6f7f7;--dark: #111a11;--line-soft: #e3e8e6;--max: 1376px;--ease-out: cubic-bezier(.23, 1, .32, 1);--ease-in-out: cubic-bezier(.77, 0, .175, 1)}html{scroll-behavior:smooth}body{margin:0;min-width:320px;overflow-x:hidden;background:#fff;color:var(--ink);font-family:Aptos Display,Aptos,Segoe UI,Arial,sans-serif}body.foundry-menu-open{overflow:hidden}*{box-sizing:border-box}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}img,video{display:block;max-width:100%}main{overflow-x:clip}:focus-visible{outline:3px solid rgba(33,244,194,.58);outline-offset:3px}.sr-only,.skip-link{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.skip-link:focus{position:fixed;top:.75rem;left:.75rem;z-index:100;width:auto;height:auto;clip:auto;border-radius:999px;background:var(--ink);color:#fff;padding:.7rem 1rem;font-weight:900}.promo-bar{position:relative;z-index:61;display:flex;min-height:36px;align-items:center;justify-content:center;background:var(--purple);color:var(--ink);text-align:center}.promo-bar a{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 16px;font-size:12px;font-weight:900;line-height:1.1}.promo-bar strong{display:none}.site-header{position:sticky;top:0;z-index:60;display:flex;min-height:84px;align-items:center;gap:32px;border-bottom:0;background:var(--soft-green);padding:0 24px;transition:background-color .18s var(--ease-out),box-shadow .18s var(--ease-out)}.site-header:before{content:"";position:absolute;inset:0;z-index:-1;background:#fff;opacity:0;transition:opacity .18s var(--ease-out)}.site-header:hover:before,.site-header--scrolled:before,.site-header:has(.mega-menu.is-open):before{opacity:1}.site-header--scrolled{box-shadow:0 10px 26px #181e1514}@keyframes header-surface-scroll{0%{background-color:var(--soft-green)}to{background-color:#fff}}@supports (animation-timeline: scroll()){.site-header{animation:header-surface-scroll linear both;animation-timeline:scroll(root block);animation-range:220px 620px}}.brand{display:inline-flex;min-width:136px;align-items:center}.brand img{width:112px;max-height:37px;height:auto;object-fit:contain}.desktop-nav,.header-actions,.hero-actions,.mobile-drawer__actions{display:flex;align-items:center}.desktop-nav{flex:1;justify-content:flex-start;gap:34px;margin:0;font-size:14px;font-weight:800}.desktop-nav>a,.nav-trigger,.ghost-link,.text-link{color:var(--ink);font-weight:850}.desktop-nav>a,.nav-trigger{border:0;border-radius:999px;background:transparent;padding:0;font-size:14px;line-height:1;cursor:pointer}.desktop-nav>a:hover,.desktop-nav>a.active,.nav-trigger:hover,.nav-trigger[aria-expanded=true],.ghost-link:hover,.text-link:hover{color:#0071bc}.nav-menu{position:relative}.mega-menu{position:absolute;top:calc(100% + 28px);left:50%;display:grid;width:min(620px,80vw);grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;transform:translate(-50%,-8px) scale(.98);transform-origin:50% 0;border:1px solid var(--border);border-radius:8px;background:#fff;padding:12px;box-shadow:0 24px 46px #181e151f;opacity:0;pointer-events:none;transition:opacity .16s var(--ease-out),transform .16s var(--ease-out)}.mega-menu--resources{width:min(540px,78vw)}.mega-menu.is-open{transform:translate(-50%) scale(1);opacity:1;pointer-events:auto}.mega-menu a{display:grid;gap:6px;border-radius:5px;padding:14px}.mega-menu a:hover{background:#eef4f2}.mega-menu span{color:var(--muted);font-size:13px;font-weight:650;line-height:1.35}.header-actions{gap:10px;margin-left:auto}.primary-link,.secondary-link{display:inline-flex;min-height:46px;align-items:center;justify-content:center;border-radius:999px;padding:0 22px;border:1px solid transparent;font-size:14px;font-weight:900;transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .14s var(--ease-out),box-shadow .2s ease}.primary-link{background:var(--purple);color:var(--ink)}.secondary-link{border-color:var(--ink);background:transparent;color:var(--ink)}.primary-link:hover{background:var(--purple-hover)}.secondary-link:hover{background:#fff}.primary-link:active,.secondary-link:active,.ghost-link:active,.hero-demo-pill button:active,.module-list button:active,.resource-card:active,.mobile-menu-button:active,.drawer-close:active{transform:scale(.97)}.mobile-menu-button{display:none;width:42px;height:42px;place-items:center;border:0;border-radius:50%;background:transparent;cursor:pointer}.mobile-menu-button span{grid-area:1/1;display:block;width:18px;height:2px;border-radius:999px;background:var(--ink);transition:transform .18s var(--ease-out),opacity .14s ease}.mobile-menu-button span:nth-child(2){display:none}.mobile-menu-button span:nth-child(3){transform:translateY(7px)}.mobile-backdrop{display:none}.mobile-drawer{position:fixed;top:120px;left:0;right:0;z-index:70;display:grid;max-height:calc(100dvh - 120px);grid-template-rows:auto 1fr auto;gap:18px;transform:translateY(-8px) scale(.98);transform-origin:50% 0;border-top:1px solid var(--border);background:#fff;padding:20px 24px 28px;box-shadow:0 20px 40px #00000014;opacity:0;pointer-events:none;transition:opacity .18s var(--ease-out),transform .18s var(--ease-out)}.mobile-drawer.is-open{transform:translateY(0) scale(1);opacity:1;pointer-events:auto}.mobile-drawer__head{display:none}.drawer-close{border:1px solid var(--border);border-radius:999px;background:#fff;padding:.65rem .9rem;color:var(--ink);font-weight:850}.mobile-drawer nav{display:grid;align-content:start;gap:18px;overflow-y:auto}.mobile-drawer nav a{color:var(--ink);font-size:18px;font-weight:900}.mobile-drawer__actions{align-items:stretch;flex-direction:column;gap:10px}.home-page{background:linear-gradient(var(--soft-green) 0%,var(--soft-purple) 30%,#ffffff 62%) no-repeat top/100% 2814px,#fff}.home-hero,.proof-strip,.edge-section,.enterprise-panel,.modules-section,.stats-band,.scenario-section,.resources-section,.faq-preview,.final-cta,.page-hero,.route-visual-grid,.content-grid,.contact-workflow,.route-cta-band{width:min(var(--max),100% - 64px);margin-inline:auto}.home-hero{position:relative;display:grid;min-height:1320px;justify-items:center;overflow:clip;width:100%;padding:64px 24px 0;background:url(/assets/landing/generated/foundry-resource-card.svg) repeat-x 2px calc(50% - 20px) /420px 262px,linear-gradient(var(--soft-green) 0%,var(--soft-purple) 66%,transparent 100%)}.hero-mesh{display:none}.hero-copy{position:relative;z-index:1;display:grid;justify-items:center;width:min(940px,100%);margin:0 auto;text-align:center}.eyebrow{margin:0 0 12px;color:#4f5a54;font-size:12px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.home-hero .eyebrow{display:none}h1,h2,h3{margin:0;color:var(--ink);letter-spacing:-.035em;overflow-wrap:break-word;text-wrap:balance}h1,h2,.promo-card h2,.enterprise-copy h2,.final-cta h2,.route-cta-band h2{font-weight:950;line-height:.92}h1{max-width:1080px;font-size:clamp(56px,5.9vw,84px)}h2{max-width:720px;font-size:clamp(40px,5vw,68px);text-transform:uppercase}h3{font-size:clamp(20px,2vw,28px);line-height:1.05}.lede,.hero-copy p,.edge-section p,.section-heading p,.content-section p,.faq-preview p,.contact-workflow p,.final-cta p,.route-visual-card p,.route-cta-band p,.site-footer p{color:var(--copy);line-height:1.35}.lede{width:min(690px,100%);margin:22px auto 0;font-size:18px}.hero-demo-pill{display:grid;width:min(650px,100vw - 32px);min-height:58px;grid-template-columns:1fr auto auto;align-items:center;gap:6px;margin:36px auto 32px;border:1px solid #e0e3e3;border-radius:999px;background:#fff;padding:6px;box-shadow:0 12px 40px #181e1521}.hero-demo-pill input,.hero-demo-pill select,.hero-demo-pill button{min-height:46px;border:0;border-radius:999px;font-weight:850}.hero-demo-pill input,.hero-demo-pill select{min-width:0;background:transparent;color:var(--ink);padding:0 18px}.hero-demo-pill select{max-width:180px;color:var(--muted);font-size:13px;font-weight:900}.hero-demo-pill button{background:var(--purple);color:var(--ink);padding:0 22px;cursor:pointer;transition:background-color .2s ease,transform .14s var(--ease-out)}.hero-demo-pill button:hover{background:var(--purple-hover)}.hero-form-status{margin:0 0 10px;color:#0f6f58;font-size:13px;font-weight:850}.hero-form-status--error{color:#a82618}.hero-actions{flex-wrap:wrap;gap:10px;margin-top:0}.home-hero .hero-actions{display:none}.home-hero .hero-copy h1,.home-hero .lede,.home-hero .hero-demo-pill,.home-hero .proof-strip span{animation:hero-element-rise .52s var(--ease-out) both}.home-hero .lede{animation-delay:70ms}.home-hero .hero-demo-pill{animation-delay:.13s}.home-hero .proof-strip span:nth-child(1){animation-delay:.17s}.home-hero .proof-strip span:nth-child(2){animation-delay:205ms}.home-hero .proof-strip span:nth-child(3){animation-delay:.24s}.home-hero .proof-strip span:nth-child(4){animation-delay:275ms}.home-hero .proof-strip span:nth-child(n+5){animation-delay:.31s}.hero-actions--center{justify-content:center}.proof-strip{display:flex;min-height:102px;align-items:center;gap:clamp(28px,5vw,72px);margin-top:-14px;overflow:hidden}.proof-strip span{flex:0 0 auto;max-width:150px;color:#181e15;font-size:11px;font-weight:950;letter-spacing:-.03em;line-height:1;opacity:.82;filter:grayscale(1) contrast(1.2)}.edge-section,.enterprise-panel{display:grid;grid-template-columns:.85fr 1.3fr;align-items:center;gap:36px;min-height:620px;margin-top:32px;margin-bottom:32px;overflow:hidden;padding:64px}.edge-section{background:radial-gradient(circle at 70% 24%,rgba(255,255,255,.72),transparent 18%),linear-gradient(135deg,#e2f3ee,#dcefeb 70%)}.edge-copy{display:grid;gap:0}.edge-copy h2,.enterprise-copy h2{max-width:470px;font-size:clamp(44px,5vw,76px)}.edge-copy p,.enterprise-copy p{max-width:420px;margin:24px 0 30px;font-size:17px;line-height:1.45}.edge-gallery{display:grid;grid-template-columns:1fr 1fr;gap:8px;perspective:none}.edge-gallery img{width:100%;min-height:190px;border-radius:3px;object-fit:cover;box-shadow:0 14px 24px #181e151a}.edge-gallery img:first-child{grid-row:span 2;transform:none}.text-link{display:inline-flex;width:fit-content;color:#0071bc;font-weight:900}.enterprise-panel{position:relative;color:#fff;background:linear-gradient(90deg,#070807,#070807eb 40%,#07080759),url(/assets/landing/generated/foundry-enterprise-panel.svg) center/cover no-repeat}.enterprise-panel>img{width:100%;border-radius:3px;object-fit:cover;order:2}.enterprise-copy{display:grid;gap:0;padding:0;order:1}.enterprise-copy h2,.enterprise-copy p,.enterprise-copy .eyebrow{color:#fff}.enterprise-copy p:not(.eyebrow){color:#ffffffd6}.modules-section,.resources-section,.faq-preview,.content-grid{padding:120px 0}.section-heading{position:relative;display:block;max-width:none;margin-bottom:44px}.section-heading--center{text-align:left}.section-heading .eyebrow,.section-heading p:first-child{display:block;margin-bottom:12px;color:#5b625d;font-size:12px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.section-heading h2{max-width:660px}.section-heading p:not(.eyebrow){max-width:560px;margin-top:16px}.modules-layout{display:block}.module-list{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(330px,1fr);gap:8px;overflow-x:auto;padding-bottom:8px;scrollbar-width:thin}.module-list button{display:flex;min-height:348px;flex-direction:column;align-items:flex-start;border:1px solid #d8e7e3;border-radius:0;background:linear-gradient(135deg,#21f4c224,#fff0 46%),#def1ef;padding:24px;color:var(--ink);text-align:left;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,transform .14s var(--ease-out)}.module-list button:after{content:"+";display:grid;width:28px;height:28px;place-items:center;margin-top:auto;border:1px solid #8ca39b;border-radius:50%;font-size:18px;font-weight:900}.module-list button span{color:#44504b;font-size:12px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.module-list button small{max-width:250px;margin-top:12px;color:var(--ink);font-size:24px;font-weight:950;letter-spacing:-.03em;line-height:1}.module-list button.is-active{border-color:#95c9ba;background:linear-gradient(135deg,#b98cff38,#fff0 48%),#d8f0eb}.module-panel{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:8px;margin-top:8px;border:0;border-radius:0;background:transparent;padding:0;box-shadow:none}.module-panel img{width:100%;min-height:430px;border-radius:3px;object-fit:cover;box-shadow:0 14px 24px #181e151a}.module-panel__copy{display:grid;align-content:center;gap:18px;background:#f2f6f4;padding:34px}.module-panel__copy h3{font-size:clamp(32px,4vw,56px);font-weight:950;letter-spacing:-.04em;line-height:.95}ul{margin:0;padding-left:1.1rem;color:#394039;line-height:1.55}.stats-band{display:grid;min-height:1220px;grid-template-columns:minmax(300px,.48fr) minmax(0,1fr);gap:7vw;align-items:start;background:#fff;padding:120px 0}.stats-band>img{width:100%;min-height:520px;border-radius:3px;object-fit:cover;box-shadow:0 16px 40px #181e151a}.stats-section{display:grid;grid-template-columns:1fr;gap:0}.stats-section article{display:grid;grid-template-columns:150px 1fr;align-items:center;min-height:126px;border-bottom:1px solid #edf0f0;background:transparent;padding:0;color:#c1c6c4;box-shadow:none}.stats-section article:first-child,.stats-section article.is-counting{color:var(--ink)}.stats-section strong{grid-row:span 2;color:currentColor;font-size:clamp(70px,10vw,156px);line-height:.8;letter-spacing:-.08em}.stats-section span{color:currentColor;font-size:20px;font-weight:900}.stats-section p{margin:8px 0 0;color:currentColor;font-size:16px;line-height:1.35}.scenario-section{display:grid;grid-template-columns:minmax(0,2.15fr) minmax(280px,1fr);gap:8px;padding:120px 0}.scenario-media{display:grid;grid-template-columns:1fr 1fr;gap:8px}.scenario-media img{width:100%;height:100%;min-height:330px;border-radius:0;object-fit:cover}.scenario-media img:last-child{width:100%;justify-self:stretch;margin-top:0;border:0}.scenario-card{display:grid;align-content:start;border:0;border-radius:0;background:var(--dark);padding:34px;color:#fff;box-shadow:none}.scenario-card h2,.scenario-card h3,.scenario-card p,.scenario-card .eyebrow,.scenario-card .text-link{color:#fff}.scenario-card h3{margin-top:22px;font-size:20px}.scenario-card h3+p{margin-top:8px}.resource-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.resource-card{display:flex;min-height:490px;flex-direction:column;border:1px solid #e2e5e5;border-radius:0;background:#fff;color:var(--ink);box-shadow:none;transition:border-color .18s ease,transform .14s var(--ease-out)}.resource-card img{width:100%;aspect-ratio:1.45;object-fit:cover;background:linear-gradient(135deg,#dff2f1,#edf4ff)}.resource-card span,.resource-card h3,.resource-card p{margin-inline:18px}.resource-card span{order:4;width:auto;margin-top:auto;margin-bottom:18px;background:transparent;padding:0;color:#5f6662;font-size:12px;font-weight:900}.resource-card h3{margin-top:20px;font-size:21px;line-height:1.05;letter-spacing:-.04em}.resource-card p{margin-top:12px;color:#4e5652;line-height:1.35}.faq-list,.content-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.faq-list article,.content-section{border:1px solid #e2e5e5;border-radius:0;background:#fff;padding:24px;box-shadow:none}.final-cta,.route-cta-band{position:relative;display:grid;min-height:520px;place-items:center;overflow:hidden;margin-bottom:70px;background:var(--dark);padding:70px;text-align:center}.final-cta>img,.route-cta-band>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.34}.final-cta>div,.route-cta-band>div{position:relative;z-index:1;display:grid;justify-items:center;max-width:780px}.final-cta h2,.final-cta p,.final-cta .eyebrow,.route-cta-band h2,.route-cta-band p,.route-cta-band .eyebrow{color:#fff}.final-cta .ghost-link{color:#fff;font-weight:900}.landing-page{background:#fff}.page-hero{display:grid;grid-template-columns:minmax(0,.9fr) minmax(320px,1fr);gap:44px;align-items:center;padding:92px 0 64px}.page-hero__copy{display:grid;gap:18px}.page-hero h1{max-width:760px;font-size:clamp(48px,5.7vw,84px)}.page-hero__image{width:100%;aspect-ratio:16/10;border-radius:3px;object-fit:cover;box-shadow:0 20px 50px #181e1521}.landing-page--legal .page-hero{grid-template-columns:1fr;max-width:900px}.route-visual-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding-bottom:64px}.route-visual-card{display:grid;overflow:hidden;border:1px solid #e2e5e5;border-radius:0;background:#fff;transition:border-color .18s ease,transform .14s var(--ease-out)}.route-visual-card img{width:100%;aspect-ratio:16/10;object-fit:cover}.route-visual-card div{display:grid;gap:12px;padding:22px}.route-visual-card h2{font-size:clamp(28px,3vw,44px)}.contact-workflow{display:grid;grid-template-columns:minmax(0,.85fr) minmax(320px,1fr);gap:44px;align-items:start;padding:92px 0}.contact-visual{display:grid;gap:18px}.contact-visual>img{width:100%;max-height:560px;border-radius:3px;object-fit:cover;box-shadow:0 20px 50px #181e1521}.contact-email-card{display:grid;gap:8px;border:1px solid #e2e5e5;background:#fff;padding:18px}.contact-email-card a,.footer-email-list a{color:#0071bc;font-weight:850;overflow-wrap:anywhere}.contact-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;border:1px solid #e2e5e5;padding:24px;background:#fff}.contact-form label{display:grid;gap:8px;color:var(--ink);font-size:14px;font-weight:850}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid #cbd5d1;border-radius:3px;background:#fff;padding:12px 14px;color:var(--ink)}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:#0071bc;outline:3px solid rgba(33,244,194,.2)}.message-field,.contact-form button,.form-status{grid-column:1/-1}.field-error{color:#a82618;font-size:13px;font-weight:800}.form-status{margin:0;border:1px solid #9deed9;padding:14px;background:#e4fbf5;color:#0f6f58;font-weight:850}.site-footer{display:grid;width:min(var(--max),100% - 64px);grid-template-columns:minmax(260px,1.45fr) repeat(4,minmax(130px,1fr));gap:44px;margin:0 auto 96px;border-top:0;background:#fff;padding:70px 0 48px}.footer-brand{display:flex;gap:16px}.footer-brand img{width:46px;height:46px;object-fit:contain}.footer-brand strong,.site-footer h2{color:var(--ink);font-size:14px;font-weight:900}.footer-email-list,.site-footer nav{display:grid;align-content:start;gap:12px}.site-footer nav h2{margin:0 0 8px}.site-footer nav a{color:#394039;font-size:14px;font-weight:700;line-height:1.2}.site-footer nav a:hover{color:#0071bc}.footer-meta{grid-column:1/-1;margin:26px 0 0;color:#58605c;font-size:13px}.reveal-ready [data-reveal]{transform:none;opacity:1}.reveal-ready [data-reveal].is-visible{animation:reveal-pop .56s var(--ease-out) both}@keyframes hero-media-rise{0%{transform:translateY(30px) scale(.985);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}@keyframes hero-element-rise{0%{transform:translateY(14px);opacity:.68}to{transform:translateY(0);opacity:1}}@keyframes reveal-pop{0%{transform:translateY(18px);opacity:.55}to{transform:translateY(0);opacity:1}}@media(hover:hover)and (pointer:fine){.resource-card:hover,.route-visual-card:hover,.module-list button:hover{transform:translateY(-2px)}.resource-card:hover,.route-visual-card:hover{border-color:#aebfba}}@media(max-width:1180px){.desktop-nav{gap:22px}.brand{min-width:128px}.brand img{width:106px}.resource-grid,.route-visual-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1024px){.desktop-nav,.header-actions>.ghost-link,.header-actions>.primary-link{display:none}.mobile-menu-button{display:grid}.site-header{min-height:70px}.mobile-drawer{top:106px;max-height:calc(100dvh - 106px)}.home-hero{min-height:auto;padding-top:54px}.proof-strip{margin-top:12px}.edge-section,.enterprise-panel,.stats-band,.scenario-section,.module-panel,.page-hero,.contact-workflow{grid-template-columns:1fr}.edge-section,.enterprise-panel{margin-top:32px;min-height:auto}.stats-band{min-height:auto;gap:40px}.enterprise-panel>img,.enterprise-copy{order:initial}.scenario-media{grid-template-columns:1fr}.site-footer{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-brand{grid-column:1/-1}}@media(max-width:700px){.promo-bar{min-height:30px}.promo-bar a{min-height:30px;font-size:10px}.site-header{padding-inline:16px}.brand{min-width:auto}.brand img{width:108px}.mobile-drawer{top:100px;max-height:calc(100dvh - 100px)}.home-hero,.proof-strip,.edge-section,.enterprise-panel,.modules-section,.stats-band,.scenario-section,.resources-section,.faq-preview,.final-cta,.page-hero,.route-visual-grid,.content-grid,.contact-workflow,.route-cta-band,.site-footer{width:calc(100% - 32px)}.home-hero{width:100%;min-height:auto;padding:42px 16px 0}h1{font-size:clamp(38px,12vw,52px)}h2,.page-hero h1{font-size:clamp(34px,12vw,48px)}.lede{font-size:18px}.hero-demo-pill{grid-template-columns:1fr;gap:6px;border-radius:22px;padding:10px}.hero-demo-pill input,.hero-demo-pill select,.hero-demo-pill button{width:100%;max-width:none;border-radius:999px;text-align:center}.proof-strip{min-height:72px;margin-top:8px}.proof-strip span{max-width:92px;font-size:9px}.edge-section,.enterprise-panel{padding:28px}.edge-gallery,.resource-grid,.faq-list,.content-grid,.route-visual-grid,.contact-form{grid-template-columns:1fr}.modules-section,.resources-section,.faq-preview,.content-grid,.stats-band,.scenario-section{padding-block:76px}.module-list{grid-auto-flow:row;grid-auto-columns:auto;grid-template-columns:1fr;gap:0;overflow:visible;padding-bottom:0}.module-list button{min-height:84px;padding:14px 16px;border-bottom:0}.module-list button:last-child{border-bottom:1px solid #d8e7e3}.module-list button:after{position:absolute;right:18px;margin-top:0}.module-list button small{max-width:calc(100% - 44px);margin-top:6px;font-size:16px}.module-panel img{min-height:220px}.module-panel__copy,.scenario-card{padding:22px}.stats-section article{grid-template-columns:96px 1fr;min-height:96px}.stats-section strong{font-size:clamp(54px,19vw,82px)}.stats-section span{font-size:16px}.resource-grid{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(280px,84vw);grid-template-columns:none;overflow-x:auto;padding-bottom:8px}.resource-card{min-height:360px}.final-cta,.route-cta-band{min-height:460px;padding:32px}.message-field,.contact-form button,.form-status{grid-column:auto}.site-footer{grid-template-columns:1fr;gap:0;margin-bottom:44px}.footer-brand{margin-bottom:24px}.site-footer nav{gap:0;border-top:1px solid #e3e5e5}.site-footer nav:last-of-type{border-bottom:1px solid #e3e5e5}.site-footer nav h2{position:relative;margin:0;padding:16px 0;font-size:14px}.site-footer nav h2:after{content:"+";position:absolute;right:0}.site-footer nav a{display:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}.primary-link:active,.secondary-link:active,.ghost-link:active,.hero-demo-pill button:active,.module-list button:active,.resource-card:active,.mobile-menu-button:active,.drawer-close:active{transform:none}[data-reveal]{transform:none;opacity:1}}.hero-dashboard--premium .dashboard-demo,.hero-dashboard--premium .dashboard-demo *{box-sizing:border-box}.hero-dashboard--premium .dashboard-demo{isolation:isolate;min-height:532px;border:1px solid rgba(255,255,255,.78);border-radius:7px;background:linear-gradient(90deg,rgba(255,255,255,.84) 0 1px,transparent 1px 72px),linear-gradient(180deg,#f7fbfa,#edf3f3);box-shadow:inset 0 1px #fffffffa,0 28px 62px #1f243021}.hero-dashboard--premium .motion-ready .dashboard-demo,.motion-ready .hero-dashboard--premium .dashboard-chrome,.motion-ready .hero-dashboard--premium .dashboard-sidebar-preview,.motion-ready .hero-dashboard--premium .dashboard-context-row,.motion-ready .hero-dashboard--premium .dashboard-insights-preview,.motion-ready .hero-dashboard--premium .workflow-card,.motion-ready .hero-dashboard--premium .dashboard-board article,.motion-ready .hero-dashboard--premium .chart-line,.motion-ready .hero-dashboard--premium .demo-pointer,.motion-ready .hero-dashboard--premium .demo-click-ring,.motion-ready .hero-dashboard--premium .hero-action-popover{animation:none}.hero-dashboard--premium .dashboard-glow{position:absolute;z-index:-1;width:320px;height:320px;border-radius:999px;filter:blur(4px);opacity:.6;pointer-events:none}.hero-dashboard--premium .dashboard-glow--mint{left:8%;bottom:7%;background:radial-gradient(circle,rgba(33,244,194,.32),transparent 68%)}.hero-dashboard--premium .dashboard-glow--purple{top:-12%;right:6%;background:radial-gradient(circle,rgba(185,140,255,.34),transparent 70%)}.hero-dashboard--premium .dashboard-chrome{display:grid;grid-template-columns:minmax(176px,auto) minmax(260px,1fr) auto;align-items:center;gap:14px;min-height:56px;padding:10px 18px;color:#141d18;background:#ffffffdb;border-bottom:1px solid #dfe7e5}.hero-dashboard--premium .chrome-brand{display:inline-flex;align-items:center;gap:10px;min-width:0}.hero-dashboard--premium .chrome-brand img{width:34px;height:34px;object-fit:contain}.hero-dashboard--premium .chrome-brand strong{margin:0;color:#121a16;font-size:15px;font-weight:920;letter-spacing:-.02em;white-space:nowrap}.hero-dashboard--premium .dashboard-command{justify-self:stretch;min-height:34px;display:flex;align-items:center;padding-inline:12px;width:auto;border:1px solid #e2ece9;color:#61706a;font-size:13px;font-weight:720;background:#f8fbfa;box-shadow:inset 0 1px #ffffffe6}.hero-dashboard--premium .dashboard-create{min-height:34px;display:flex;align-items:center;padding-inline:15px;color:#121a16;font-size:13px;font-weight:900;background:#b987ff;box-shadow:0 10px 24px #7e4cc226}.hero-dashboard--premium .dashboard-canvas{display:grid;grid-template-columns:142px minmax(0,1fr) 232px;gap:12px;min-height:476px;padding:12px}.hero-dashboard--premium .dashboard-sidebar-preview{display:grid;align-content:start;gap:7px;padding:14px 11px;border:1px solid #e7eeee;border-radius:5px;background:#fffc}.hero-dashboard--premium .dashboard-sidebar-preview img{width:34px;height:34px}.hero-dashboard--premium .workspace-chip{max-width:110px;margin-bottom:4px;color:#46534d;font-size:11px}.hero-dashboard--premium .dashboard-sidebar-preview span:not(.workspace-chip){min-height:27px;padding-inline:10px;color:#596862;font-size:11px;border-radius:999px}.hero-dashboard--premium .dashboard-sidebar-preview span.active{color:#121a16;background:#d8eeee}.hero-dashboard--premium .dashboard-main-preview{display:grid;grid-template-rows:auto auto 1fr;gap:10px}.hero-dashboard--premium .dashboard-context-row,.hero-dashboard--premium .dashboard-workflow,.hero-dashboard--premium .dashboard-board,.hero-dashboard--premium .insight-card,.hero-dashboard--premium .activity-list{border:1px solid #e7eeee;border-radius:5px;background:#ffffffd6;box-shadow:0 12px 28px #1c231f0d}.hero-dashboard--premium .dashboard-context-row{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:108px;padding:18px 20px}.hero-dashboard--premium .dashboard-context-row h3{max-width:540px;margin-top:5px;font-size:clamp(27px,2.65vw,36px);font-weight:920;line-height:.98;letter-spacing:-.035em}.hero-dashboard--premium .dashboard-context-row small,.hero-dashboard--premium .context-status span,.hero-dashboard--premium .workflow-card span,.hero-dashboard--premium .dashboard-board span,.hero-dashboard--premium .insight-card span,.hero-dashboard--premium .activity-list>span{color:#64726c;font-size:10px;letter-spacing:.06em}.hero-dashboard--premium .context-status{display:grid;min-width:118px;min-height:54px;padding:9px 12px;align-content:center;border:1px solid #dbe9e5;background:#edf7f4}.hero-dashboard--premium .context-status strong{display:block;font-size:18px;letter-spacing:-.04em}.hero-dashboard--premium .dashboard-workflow{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;padding:9px}.hero-dashboard--premium .workflow-card{position:relative;overflow:hidden;min-height:116px;padding:13px 13px 12px;border:1px solid transparent;background:linear-gradient(180deg,#ffffffad,#ffffff14 68%),#edf7f4;transition:border-color .24s var(--ease-out),box-shadow .24s var(--ease-out),transform .28s var(--ease-out)}.hero-dashboard--premium .workflow-card:nth-child(2){background:linear-gradient(180deg,#ffffffa3,#ffffff14 68%),#efe6ff}.hero-dashboard--premium .workflow-card:nth-child(3){background:linear-gradient(180deg,#ffffff94,#ffffff14 68%),#edf1ef}.hero-dashboard--premium .workflow-card:before{content:"";position:absolute;inset:auto 13px 12px;height:8px;border-radius:999px;background:#121a161f;transform:scaleX(.74);transform-origin:0 50%}.hero-dashboard--premium .workflow-card.active{border-color:#21f4c285;box-shadow:inset 0 0 0 1px #21f4c25c,0 14px 32px #21f4c21a}.hero-dashboard--premium .workflow-card.active:before{background:linear-gradient(90deg,#21f4c2,#b987ff);transform:scaleX(.9)}.hero-dashboard--premium .workflow-card strong{display:block;margin-top:8px;color:#121a16;font-size:16px;line-height:1;letter-spacing:-.025em}.hero-dashboard--premium .workflow-card p{max-width:22ch;margin-top:7px;color:#5a6861;font-size:11px;font-weight:720;line-height:1.22}.hero-dashboard--premium .workflow-card:after{display:none;height:22px;border-radius:999px;opacity:.92}.hero-dashboard--premium .dashboard-board{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;padding:9px}.hero-dashboard--premium .queue-card{min-height:136px;padding:14px;background:#fbfdfc;transition:border-color .24s var(--ease-out),box-shadow .24s var(--ease-out),transform .28s var(--ease-out)}.hero-dashboard--premium .queue-card--active{border-color:#b98cff73;background:linear-gradient(180deg,#fff,#f4eeff)}.hero-dashboard--premium .queue-card strong{display:block;margin-top:9px;font-size:17px;line-height:1.02;letter-spacing:-.03em}.hero-dashboard--premium .queue-card p{margin-top:7px;color:#63716b;font-size:11px;font-weight:720;line-height:1.32}.hero-dashboard--premium .dashboard-insights-preview{display:grid;grid-template-rows:1fr .86fr;gap:10px}.hero-dashboard--premium .insight-card{overflow:hidden}.hero-dashboard--premium .insight-card.dark{padding:18px;color:#fff;border-color:#111b16;background:radial-gradient(circle at 78% 10%,rgba(185,140,255,.32),transparent 35%),#121a16}.hero-dashboard--premium .insight-card.dark span{position:relative;z-index:1;display:block;color:#fff;font-size:18px;font-weight:920;letter-spacing:-.025em}.hero-dashboard--premium .insight-card.dark svg{display:block;width:100%;margin-top:14px}.hero-dashboard--premium .chart-grid{stroke:#ffffff8c;stroke-width:4}.hero-dashboard--premium .chart-line{stroke:#55dff1;stroke-dasharray:340;stroke-dashoffset:0}.hero-dashboard--premium .activity-list{display:grid;align-content:start;gap:7px;padding:14px}.hero-dashboard--premium .activity-list p{padding-top:7px}.hero-dashboard--premium .activity-list strong{font-size:13px}.hero-action-popover{position:absolute;right:42px;top:128px;z-index:7;width:254px;padding:16px;border:1px solid #dce7e4;border-radius:7px;color:#121a16;background:#fffffff0;box-shadow:0 24px 48px #181e152e;transform:translateY(14px) scale(.96);opacity:0;pointer-events:none}.hero-action-popover span{display:block;color:#64726c;font-size:10px;font-weight:920;letter-spacing:.06em;text-transform:uppercase}.hero-action-popover strong{display:block;margin-top:6px;font-size:22px;font-weight:920;letter-spacing:-.045em}.hero-action-popover p{margin:8px 0 0;color:#53605a;font-size:12px;font-weight:750;line-height:1.35}.hero-dashboard--premium .demo-pointer{position:absolute;top:0;left:0;z-index:8;display:inline-grid;grid-template-columns:28px auto;align-items:center;gap:8px;width:auto;height:auto;border:0;border-radius:0;background:transparent;box-shadow:none;transform:translate(986px,70px) rotate(-5deg);opacity:0;pointer-events:none}.demo-pointer__arrow{display:block;width:28px;height:31px;background:#fff;clip-path:polygon(0 0,0 100%,31% 76%,48% 100%,64% 91%,49% 68%,78% 68%);filter:drop-shadow(0 0 1px rgba(18,26,22,.9)) drop-shadow(0 8px 13px rgba(18,26,22,.28))}.demo-pointer__label{display:inline-flex;min-height:22px;align-items:center;border-radius:999px;background:#121a16;color:#fff;padding-inline:8px;font-size:9px;font-weight:900;box-shadow:0 10px 22px #121a162e}.hero-dashboard--premium .demo-click-ring{position:absolute;z-index:6;width:42px;height:42px;border:2px solid rgba(185,140,255,.82);box-shadow:0 0 0 6px #b98cff1a;pointer-events:none}.hero-dashboard--premium .demo-click-ring--one{left:88%;top:8%}.hero-dashboard--premium .demo-click-ring--two{left:23%;top:44%}.motion-ready .hero-dashboard--premium .dashboard-demo:not(.is-gsap-motion) .demo-pointer{animation:foundry-css-pointer-loop 6.1s cubic-bezier(.23,1,.32,1) 1s infinite both}.motion-ready .hero-dashboard--premium .dashboard-demo:not(.is-gsap-motion) .workflow-card:nth-child(1){animation:foundry-css-card-one 6.1s cubic-bezier(.23,1,.32,1) 1s infinite both}.motion-ready .hero-dashboard--premium .dashboard-demo:not(.is-gsap-motion) .workflow-card:nth-child(2){animation:foundry-css-card-two 6.1s cubic-bezier(.23,1,.32,1) 1s infinite both}@keyframes foundry-css-pointer-loop{0%,6%{opacity:0;transform:translate(910px,70px) rotate(-7deg)}10%,27%{opacity:1;transform:translate(1006px,66px) rotate(-5deg)}47%,55%{opacity:1;transform:translate(268px,248px) rotate(-8deg)}67%,72%{opacity:1;transform:translate(488px,248px) rotate(-6deg)}84%,92%{opacity:1;transform:translate(315px,358px) rotate(-8deg)}to{opacity:0;transform:translate(315px,358px) rotate(-8deg)}}@keyframes foundry-css-card-one{0%,43%,62%,to{transform:translateY(0) scale(1)}48%,56%{transform:translateY(-7px) scale(1.025)}}@keyframes foundry-css-card-two{0%,62%,78%,to{transform:translateY(0) scale(1)}68%,72%{transform:translateY(-6px) scale(1.02)}}@media(hover:hover)and (pointer:fine){.hero-dashboard--premium:hover .dashboard-demo{box-shadow:inset 0 1px #fffffffa,0 34px 82px #1f24302b}.hero-dashboard--premium:hover .workflow-card,.hero-dashboard--premium:hover .queue-card{transform:translateY(-3px)}.hero-dashboard--premium:hover .queue-card--active{box-shadow:0 18px 38px #b98cff24}}@media(max-width:1024px){.hero-dashboard--premium .dashboard-chrome{grid-template-columns:minmax(180px,auto) 1fr auto}.hero-dashboard--premium .dashboard-canvas{grid-template-columns:126px minmax(0,1fr);min-height:424px}.hero-dashboard--premium .dashboard-context-row{min-height:116px}.hero-dashboard--premium .dashboard-board{grid-template-columns:1fr}}@media(max-width:640px){.hero-dashboard--premium .dashboard-demo{min-height:526px}.hero-dashboard--premium .dashboard-chrome{grid-template-columns:1fr auto;min-height:56px;padding:10px 12px}.hero-dashboard--premium .dashboard-command{display:none}.hero-dashboard--premium .dashboard-create{min-height:32px;padding-inline:12px}.hero-dashboard--premium .dashboard-sidebar-preview{padding:12px 9px}.hero-dashboard--premium .workspace-chip{max-width:86px;font-size:10px}.hero-dashboard--premium .dashboard-sidebar-preview span:not(.workspace-chip){min-height:27px;padding-inline:8px;font-size:10px}.hero-dashboard--premium .dashboard-context-row{display:grid;min-height:106px;gap:12px;padding:14px}.hero-dashboard--premium .dashboard-context-row h3{max-width:370px;font-size:24px}.hero-dashboard--premium .context-status{display:none}.hero-dashboard--premium .dashboard-workflow{grid-template-columns:repeat(3,158px);overflow:hidden}.hero-dashboard--premium .workflow-card{min-height:108px}.hero-dashboard--premium .dashboard-board{grid-template-columns:repeat(3,158px)}.hero-dashboard--premium .queue-card{min-height:120px}.hero-dashboard--premium .hero-action-popover,.hero-dashboard--premium .demo-pointer,.hero-dashboard--premium .demo-click-ring{display:none}}
