:root{color-scheme:dark;--background: #151515;--background-rgb: 21, 21, 21;--text: #ffffff;--text-soft: #e7e7e7;--text-muted: #a9a9a9;--line: rgba(255, 255, 255, .14);--line-strong: rgba(255, 255, 255, .28);--surface: rgba(255, 255, 255, .04);--surface-strong: rgba(255, 255, 255, .08);--surface-field: #272727;--accent: #89fa8a;--glass-inset-1: rgba(255, 255, 255, .08);--glass-inset-2: rgba(255, 255, 255, .15);--glass-inset-3: rgba(255, 255, 255, .1);--glass-inset-4: rgba(255, 255, 255, .08)}*{box-sizing:border-box}html{background:var(--background);overflow-x:clip;scroll-behavior:smooth}body{margin:0;min-width:320px;overflow-x:clip;background:var(--background);color:var(--text);font-family:Libre Franklin,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:0}a{color:inherit;text-decoration:none}button{font:inherit}.site-shell{width:min(1160px,calc(100% - 40px));margin:0 auto;padding:68px 0 0}.footer-shell{width:min(1160px,calc(100% - 40px));margin:0 auto;padding-bottom:72px}.site-header{position:fixed;top:0;left:0;right:0;z-index:20;min-height:58px;padding:calc(12px + env(safe-area-inset-top,0px)) max(20px,calc((100vw - 1160px)/2)) 12px;background:rgba(var(--background-rgb),.95);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.site-header__bar{display:flex;align-items:center;justify-content:space-between;gap:48px;width:100%}.site-header__actions{display:flex;align-items:center;gap:12px}.site-header__bar>.brand{margin-right:0}.brand,.site-nav{display:flex;align-items:center}.brand{color:#fff;font-family:Libre Franklin,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.2rem;font-weight:700}.site-nav{gap:22px;color:var(--text-muted);font-size:.9rem}.site-nav--desktop{margin-right:auto}.site-nav a{transition:color .18s ease,opacity .18s ease}.site-nav a:hover,.site-nav a[aria-current=page]{color:var(--text)}.menu-toggle{display:none;width:42px;height:42px;place-items:center;padding:0;border:1px solid var(--line);border-radius:999px;background:transparent;color:var(--text);cursor:pointer}.menu-toggle span{display:block;width:16px;height:1px;grid-area:1 / 1;background:currentColor;transform-origin:center;transition:opacity .18s ease,transform .18s ease}.menu-toggle span:first-child{transform:translateY(-5px)}.menu-toggle span:last-child{transform:translateY(5px)}.menu-toggle[aria-expanded=true] span:first-child{transform:rotate(45deg)}.menu-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.menu-toggle[aria-expanded=true] span:last-child{transform:rotate(-45deg)}.site-menu,.site-menu[hidden]{display:none}.header-cta{display:inline-flex;align-items:center;justify-content:center;gap:2.5px;min-height:40px;padding:0 22px 1px 26px;border-radius:999px;background:#89fa8a;color:#050505;font-size:.98rem;font-weight:500;line-height:1;white-space:nowrap;transition:background .18s ease,transform .18s ease}.header-cta:hover{background:#a3fba4;transform:translateY(-1px)}.header-cta span,.header-cta svg{transform:translate(1px,1px)}.header-cta span{display:inline-block}.header-cta svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.3;transform:translate(1px)}.hero{position:relative;display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 100px);padding:88px 0 72px}.hero:before{content:"";position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%);width:100vw;--grid-size: clamp(100px, 13.9vw, 200px);background-image:linear-gradient(to right,rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.1) 1px,transparent 1px);background-size:var(--grid-size) 100%,100% calc(100% / var(--grid-rows, 5));background-repeat:repeat-x,repeat-y;mask-image:radial-gradient(ellipse 80% 80% at center,black 50%,transparent 80%);-webkit-mask-image:radial-gradient(ellipse 80% 80% at center,black 50%,transparent 80%);pointer-events:none}.hero__copy{position:relative;z-index:1;display:flex;flex-wrap:wrap;justify-content:center;width:max-content;max-width:100%;column-gap:clamp(40px,5vw,72px);row-gap:96px;align-items:end}.eyebrow{margin:0 0 18px;color:var(--text-muted);font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}h1,h2,p{margin-top:0}h1{margin-bottom:28px;max-width:820px;color:var(--text);font-family:Libre Baskerville,Georgia,serif;font-size:clamp(3rem,7vw,5.8rem);font-weight:700;letter-spacing:0;line-height:1}.hero__title{flex:0 1 620px;max-width:620px;margin-bottom:0;font-family:Libre Baskerville,Georgia,serif;font-size:clamp(2.65rem,5.1vw,4.7rem);line-height:.98}.hero__description{flex:1 1 380px;max-width:520px}.no-wrap{white-space:nowrap}h2{margin-bottom:0;color:var(--text);font-family:Libre Baskerville,Georgia,serif;font-size:clamp(2rem,4vw,4rem);font-weight:700;letter-spacing:0;line-height:1.08}.hero__lead,.section__copy{color:var(--text-soft);font-size:clamp(1rem,1.7vw,1.2rem);line-height:1.7}.hero__lead{max-width:650px;margin-bottom:0}.hero__actions{display:flex;flex-wrap:wrap;gap:12px;flex-basis:100%;justify-content:center}@media(max-width:1120px){.hero{min-height:auto;padding:76px 0 56px}.hero__copy{width:100%;max-width:680px;flex-direction:column;row-gap:28px;align-items:flex-start}.hero__title,.hero__description{width:100%;max-width:none;flex:none}.hero__actions{justify-content:flex-start}}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border:1px solid var(--line-strong);color:var(--text);font-size:.93rem;font-weight:600;transition:background .18s ease,border-color .18s ease}.button--primary{background:var(--text);color:var(--background)}.button--primary:hover{background:var(--text-soft)}.button--accent{background:#89fa8a;color:#050505}.button--accent:hover{background:#a3fba4}.button--ghost:hover{background:var(--surface-strong);border-color:#ffffff70}.button--pill{gap:2.5px;min-height:48px;padding:0 24px;border-radius:999px}.button--pill svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.3}.workflow-preview{position:relative;min-height:420px;padding:20px;border:1px solid var(--line);background:linear-gradient(var(--line) 1px,transparent 1px),linear-gradient(90deg,var(--line) 1px,transparent 1px);background-color:var(--surface);background-size:48px 48px}.workflow-preview__header,.workflow-preview__detail{display:flex;justify-content:space-between;color:var(--text-muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.1em}.workflow-preview__track{position:absolute;inset:92px 24px 120px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.workflow-preview__track:before,.workflow-preview__track:after{position:absolute;content:"";background:var(--line-strong)}.workflow-preview__track:before{top:50%;left:12%;right:12%;height:1px}.workflow-preview__track:after{top:16%;bottom:16%;left:50%;width:1px}.workflow-node{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:space-between;min-height:112px;padding:16px;border:1px solid var(--line);background:#151515;color:var(--text-soft);text-align:left;cursor:pointer;transition:border-color .18s ease,background .18s ease,transform .18s ease}.workflow-node span{color:var(--text-muted);font-size:.78rem}.workflow-node:hover,.workflow-node--active{border-color:#ffffffa3;background:#1c1c1c}.workflow-node--active{transform:translateY(-3px)}.workflow-preview__detail{position:absolute;right:20px;bottom:20px;left:20px;min-height:64px;align-items:flex-end;border-top:1px solid var(--line);text-transform:none;letter-spacing:0}.workflow-preview__detail p{max-width:420px;margin:16px 0 0;color:var(--text-soft);font-size:.98rem;line-height:1.55}.section{padding:86px 0}.section--split{display:grid;grid-template-columns:1fr;gap:28px;justify-items:center;text-align:center}.section--split h2,.section__copy{max-width:820px}.section--split>div{display:flex;width:100%;justify-content:center}.section__copy{flex-direction:column;align-items:center}.section__copy p{margin-bottom:24px}.section__copy p:last-child{margin-bottom:0}.standalone-statement{display:flex;justify-content:center;text-align:center}.standalone-statement p{max-width:820px;margin:0;color:var(--text-soft);font-size:clamp(1rem,1.7vw,1.2rem);line-height:1.7}.executive-cta{display:flex;min-height:360px;margin:86px 0 112px;padding:clamp(34px,7vw,76px) clamp(24px,4vw,42px);border:1px solid var(--line);border-radius:clamp(22px,4vw,42px);background:var(--surface);flex-direction:column;align-items:center;justify-content:center;text-align:center}.executive-cta h2{max-width:980px;margin-bottom:34px;font-size:clamp(1.197rem,1.995vw,1.7955rem);font-weight:700}.capabilities{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--line);border-left:1px solid var(--line)}.capabilities span{min-height:116px;padding:20px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);color:var(--text-soft);font-size:1.02rem;font-weight:600}.site-footer{position:relative;display:flex;flex-direction:column;min-height:430px;padding:34px 0 10px;border-top:1px solid var(--line)}.site-footer__content{position:relative;z-index:1;display:grid;grid-template-columns:minmax(220px,.8fr) minmax(0,1.6fr);gap:80px}.site-footer__brand{display:flex;flex-direction:column;align-items:flex-start;gap:28px}.footer-logo{color:var(--text);font-family:Libre Franklin,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.65rem;font-weight:700;line-height:1}.social-links{display:flex;flex-wrap:wrap;gap:10px}.social-links a{display:grid;width:20px;height:28px;place-items:center;color:var(--text);opacity:.92;transition:transform .18s ease,opacity .18s ease}.social-links a:hover,.footer-column a:hover,.footer-credit a:hover{color:var(--text)}.social-links a:hover{opacity:1;transform:translateY(-1px)}.social-links img{display:block;width:16.1px;height:16.1px}.social-links .social-icon--linkedin{width:12.88px;height:12.88px}.social-links .social-icon--x{width:11.27px;height:11.27px}.footer-credit{margin:0;color:var(--text-muted);font-size:1rem;line-height:1.6}.footer-credit a{color:#35a852}.footer-nav{display:grid;grid-template-columns:repeat(3,minmax(120px,1fr));gap:46px;justify-self:end;width:max-content}.footer-column{display:flex;flex-direction:column;gap:15px}.footer-column h3{margin:0 0 8px;color:var(--text);font-family:Libre Franklin,ui-sans-serif,system-ui,sans-serif;font-size:.95rem;font-weight:700;letter-spacing:.04em;line-height:1.2;text-transform:uppercase}.footer-column a{display:inline-flex;align-items:center;gap:6px;width:fit-content;color:var(--text-muted);font-size:1rem;font-weight:400;line-height:1.35;transition:color .18s ease}.footer-column a svg{width:15px;height:15px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.2}.footer-watermark{position:relative;z-index:0;width:calc(100vw - 20px);margin:auto 0 0 50%;color:#ffffff14;font-family:Libre Franklin,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:min(10.6vw,9.4rem);font-weight:700;letter-spacing:0;line-height:.86;pointer-events:none;text-align:center;text-transform:uppercase;transform:translate(-50%);white-space:nowrap}.blog-shell{width:min(1160px,calc(100% - 40px));padding-top:130px}.blog-hero{padding:42px 0 52px}.blog-hero h1{margin-bottom:28px;font-family:Libre Franklin,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(3.8rem,5.4vw,4.8rem);font-weight:500;letter-spacing:0;line-height:1}.blog-categories{display:flex;flex-wrap:wrap;gap:8px 28px}.blog-category{padding:0;border:0;background:transparent;color:var(--text-muted);cursor:default;font-size:clamp(1rem,1.8vw,1.32rem);line-height:1.25}.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;padding-bottom:92px}.blog-card{min-width:0}.blog-card__content{display:block;color:inherit}.blog-card__cover{display:block;width:100%;aspect-ratio:1;border-radius:6px;object-fit:cover}.blog-card__body{display:block;padding-top:18px}.blog-card__title{margin:0 0 9px;color:var(--text);font-family:Libre Franklin,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(1.05rem,1.35vw,1.25rem);font-weight:500;letter-spacing:0;line-height:1.22}.blog-card__meta{display:flex;flex-wrap:wrap;gap:14px;color:var(--text-muted);font-size:.9rem;line-height:1.4}.blog-card__meta span{color:var(--text)}.article-shell{width:min(calc(100% - 92px),980px);margin:0 auto;padding-top:140px}.article{padding-bottom:96px}.article-back{display:block;max-width:720px;margin:0 auto 52px;color:var(--text-muted);font-size:.98rem;transition:color .18s ease}.article-back:hover{color:var(--text)}.article-header{max-width:720px;margin:0 auto 42px}.article-meta{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:22px;color:var(--text-muted);font-size:.95rem}.article-meta span{color:var(--text)}.article-header h1{margin-bottom:24px;font-family:Libre Franklin,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(1.8rem,4.2vw,3.48rem);font-weight:500;line-height:1}.article-header p:last-child{max-width:720px;color:var(--text-soft);font-size:clamp(1.08rem,2vw,1.35rem);line-height:1.55}.article-cover{display:block;max-width:720px;width:100%;margin:0 auto 54px;aspect-ratio:1.7;border-radius:6px;object-fit:cover}.article-prose{max-width:720px;margin:0 auto;color:var(--text-soft);font-size:1.08rem;line-height:1.75}.article-prose p{margin-bottom:24px}.article-prose p:last-child{margin-bottom:0}.article-prose h1{font-family:Libre Franklin,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(1.5rem,2.8vw,2rem);font-weight:700;margin:48px 0 16px;line-height:1.15;color:var(--text)}.article-prose h2{font-family:Libre Franklin,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(1.3rem,2.2vw,1.65rem);font-weight:700;margin:42px 0 14px;line-height:1.2;color:var(--text)}.article-prose h3{font-family:Libre Franklin,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(1.1rem,1.8vw,1.35rem);font-weight:600;margin:32px 0 12px;line-height:1.25;color:var(--text)}.article-prose h4{font-size:1.15rem;font-weight:600;margin:24px 0 10px;line-height:1.3;color:var(--text)}.article-prose h5{font-size:1rem;font-weight:600;margin:20px 0 8px;line-height:1.4;color:var(--text)}.article-prose h6{font-size:.9rem;font-weight:600;margin:18px 0 8px;line-height:1.4;color:var(--text-soft);text-transform:uppercase;letter-spacing:.04em}.article-prose img{display:block;max-width:100%;height:auto;border-radius:6px;margin:24px 0}.article-prose pre{margin:24px 0;padding:20px 24px;border:1px solid var(--line);border-radius:8px;overflow-x:auto;font-size:.9rem;line-height:1.7}.article-prose code{font-family:JetBrains Mono,Fira Code,SF Mono,Menlo,Monaco,Consolas,monospace;font-size:.88em}.article-prose :not(pre)>code{padding:2px 6px;border-radius:4px;background:var(--surface-strong);color:var(--accent)}.article-prose pre code{padding:0;border-radius:0;background:transparent;font-size:inherit}.article-prose a{color:inherit;font-weight:inherit;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.article-prose a.button{color:var(--background);text-decoration:none}.legal-shell{width:min(calc(100% - 92px),960px);padding-top:140px}.legal-page{max-width:820px;margin:0 auto;padding-bottom:98px}.legal-header{max-width:820px;margin-bottom:42px}.legal-header h1{margin-bottom:24px;font-family:Libre Franklin,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(3.3rem,7vw,5.6rem);font-weight:500;letter-spacing:0;line-height:1}.legal-notice{margin:0;padding:18px 20px;border:1px solid var(--line);border-radius:6px;background:var(--surface);color:var(--text-muted);font-size:.98rem;font-style:italic;line-height:1.65}.legal-content{max-width:780px;color:var(--text-soft);font-size:1.02rem;line-height:1.75}.legal-content h2{margin:46px 0 18px;font-size:clamp(1.65rem,3vw,2.35rem);line-height:1.16}.legal-content h3{margin:30px 0 12px;color:var(--text);font-family:Libre Baskerville,Georgia,serif;font-size:1.26rem;line-height:1.35}.legal-content p,.legal-content ul{margin-bottom:20px}.legal-content ul{padding-left:22px}.legal-content li{margin-bottom:12px}.legal-content strong{color:var(--text);font-weight:700}.legal-content a{color:#89fa8a;text-decoration:underline;text-underline-offset:3px}.contact-shell{width:min(1200px,calc(100% - 64px));padding-top:calc(128px + env(safe-area-inset-top,0px))}.contact-section{margin:0 auto 120px}.contact-container{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1fr);gap:64px;align-items:flex-start}.contact-info{padding-top:24px}.contact-title{margin:0 0 16px;color:var(--text);font-family:Libre Baskerville,Georgia,serif;font-size:42px;font-weight:700;line-height:1.2}.contact-subtitle{margin:0 0 12px;color:var(--text);font-size:16px;font-weight:600;line-height:1.5}.contact-description{max-width:440px;margin:0 0 28px;color:var(--text-soft);font-size:15px;line-height:1.6}.features-label{margin:40px 0 16px;color:var(--text-soft);font-size:14px;font-weight:500}.features-list{display:flex;flex-direction:column;gap:14px;margin:0;padding:0;list-style:none}.features-list li{display:flex;align-items:center;gap:10px;color:var(--text);font-size:14px;line-height:1.45}.feature-check{position:relative;display:inline-grid;width:18px;height:18px;flex:0 0 auto;place-items:center}.feature-check:before{content:none}.feature-check:after{position:absolute;width:7px;height:4px;border-bottom:2px solid #ffffff;border-left:2px solid #ffffff;content:"";transform:rotate(-45deg) translate(1px,-1px)}.contact-form-card{min-width:0}.form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;color:var(--text);font-size:14px;font-weight:500}.form-group label .required{margin-left:2px;color:var(--text-muted)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 14px;border:1px solid var(--line);border-radius:10px;outline:none;background:var(--surface-field);color:var(--text);font-family:Libre Franklin,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;line-height:1.4;transition:border-color .18s ease,background .18s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#89fa8a80;background:#2a2a2a}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-muted)}.form-group select{padding-right:36px;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23a0a6b2' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;cursor:pointer}.form-group select option{background:var(--surface-field);color:var(--text)}.glassy-cta{display:inline-flex;align-items:center;justify-content:center;width:100%;height:44px;border:1px solid var(--glass-inset-1);border-radius:100px;background:#fff;box-shadow:inset 0 0 0 1px var(--glass-inset-1),inset 1.8px 3px 0 -2px var(--glass-inset-2),inset -2px -2px 0 -2px var(--glass-inset-3),inset -3px -8px 1px -6px var(--glass-inset-4),inset -.3px -1px 4px #0000001f,inset -1.5px 2.5px 0 -2px #0000002e,inset 0 3px 4px -2px #0000002e,0 6px 16px #00000014;color:#000;cursor:pointer;font-size:16px;font-weight:600;text-decoration:none;text-shadow:none;transition:background .18s ease,transform .15s ease,opacity .18s ease;-webkit-appearance:none;appearance:none}.glassy-cta:hover:not(:disabled){background:#f0f0f0}.glassy-cta:active:not(:disabled){transform:translateY(1px)}.glassy-cta:disabled{cursor:not-allowed;opacity:.5}.submit-btn{margin-top:8px}.success-message{padding:48px 24px}.success-message h2{margin:0 0 16px;color:var(--text);font-family:Libre Baskerville,Georgia,serif;font-size:28px;font-weight:700;line-height:1.2}.success-message p{margin:0;color:var(--text-soft);font-size:15px;line-height:1.6}.error-snackbar{position:fixed;bottom:24px;left:50%;z-index:9999;padding:12px 24px;border-radius:10px;background:#ef4444;color:#fff;font-size:14px;font-weight:500;opacity:0;pointer-events:none;transform:translate(-50%) translateY(100px);transition:transform .3s ease,opacity .3s ease}.error-snackbar.visible{opacity:1;transform:translate(-50%) translateY(0)}@media(max-width:900px){.site-shell{width:min(100% - 28px,680px);padding-top:calc(96px + env(safe-area-inset-top,0px))}.footer-shell{width:min(100% - 40px,680px)}.site-header{padding-top:calc(9px + env(safe-area-inset-top,0px));padding-bottom:9px;padding-right:20px;padding-left:20px}.site-header__bar{gap:12px}.site-header__bar>.brand{margin-right:0}.site-nav--desktop{display:none}.site-header__actions{gap:10px;margin-left:auto}.menu-toggle{display:grid;flex:0 0 auto;width:36px;height:36px}.header-cta{min-height:34px;padding:0 17px 1px 21px;font-size:.9rem}.site-menu{display:grid;width:100%;margin-top:14px;padding-top:14px;border-top:1px solid var(--line)}.site-menu a{display:flex;align-items:center;min-height:48px;border-bottom:1px solid var(--line);color:var(--text-muted);font-size:1rem;transition:color .18s ease}.site-menu a:hover,.site-menu a[aria-current=page]{color:var(--text)}.site-menu a:last-child{border-bottom:0}.section--split{grid-template-columns:1fr;gap:40px;justify-items:start;text-align:left}.section{padding-right:30px;padding-left:30px}.section--split>div{justify-content:flex-start}.section__copy{align-items:flex-start}.hero{padding:76px 30px 56px}.hero__copy{row-gap:28px}h1{font-size:clamp(3.2rem,17vw,5.4rem)}.workflow-preview{min-height:400px}.capabilities{grid-template-columns:repeat(2,minmax(0,1fr))}.executive-cta{min-height:320px;margin:72px 30px 88px}.blog-shell{width:min(100% - 40px,760px);padding-top:calc(122px + env(safe-area-inset-top,0px))}.blog-hero{padding-top:36px;padding-bottom:48px}.blog-categories{gap:10px 22px}.blog-grid{grid-template-columns:1fr;gap:42px}.blog-card__cover{aspect-ratio:1.48}.article-shell{width:min(100% - 40px,760px);padding-top:calc(122px + env(safe-area-inset-top,0px))}.legal-shell{width:min(100% - 28px,760px);padding-top:calc(122px + env(safe-area-inset-top,0px))}.site-footer{min-height:560px;padding-top:30px}.contact-shell{width:min(100% - 40px,680px);padding-top:calc(120px + env(safe-area-inset-top,0px))}.contact-container{grid-template-columns:1fr;gap:40px}.contact-info{padding-top:0;padding-right:12px;padding-left:12px}.contact-title{font-size:34px}.site-footer__content,.footer-nav{grid-template-columns:1fr;gap:42px}.footer-nav{justify-self:start;width:100%;grid-template-columns:repeat(2,minmax(0,1fr))}.footer-watermark{margin:72px 0 0 50%}}@media(max-width:560px){.contact-shell{width:min(100% - 40px,680px)}.contact-section{margin-bottom:88px}.contact-title{font-size:28px}.form-row{grid-template-columns:1fr;gap:0}.hero__copy{row-gap:24px}.hero__actions{width:100%}.workflow-preview{min-height:520px}.workflow-preview__header{gap:16px;align-items:flex-start;flex-direction:column}.workflow-preview__track{inset:112px 16px 120px;grid-template-columns:1fr;gap:12px}.workflow-preview__track:before,.workflow-preview__track:after{display:none}.workflow-node{min-height:76px}.capabilities{grid-template-columns:1fr}.executive-cta{min-height:300px;padding:28px;border-radius:24px}.blog-shell{padding-top:calc(132px + env(safe-area-inset-top,0px))}.blog-hero h1{margin-bottom:26px;font-size:clamp(4rem,22vw,6rem)}.blog-categories{gap:12px 18px}.blog-category{font-size:1.02rem}.blog-card__cover{aspect-ratio:1.08}.article-shell{padding-top:calc(132px + env(safe-area-inset-top,0px))}.article-header h1{font-size:clamp(1.8rem,9.6vw,2.64rem)}.legal-header h1{font-size:clamp(3rem,15vw,4.3rem)}.article-cover{aspect-ratio:1.08}.site-footer{gap:42px;min-height:620px;padding-top:28px}.footer-nav{grid-template-columns:1fr;gap:34px}.footer-watermark{width:calc(100vw - 20px);font-size:min(10.4vw,4.6rem)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
