:root{--font-sans:"Avenir Next",Avenir,"Segoe UI",Helvetica,Arial,sans-serif;--font-mono:"IBM Plex Mono","SFMono-Regular",Consolas,"Liberation Mono",monospace}*,:after,:before{box-sizing:border-box}body,html{min-height:100%;padding:0}img,svg,video{display:block;max-width:100%}:root{--canvas:#f5f5f0;--surface:#ffffff;--surface-muted:#eeeee8;--ink:#111815;--ink-soft:#6b7370;--line:#e2e2dc;--accent:#1d55d5;--accent-soft:#edf2ff;--lime:#d7ff72;--cyan:#31bee7;--footer-bg:#111815;--header-height:72px;--container:1280px;--radius-sm:8px;--radius-md:14px;--radius-lg:20px;--shadow:0 2px 12px rgba(17,24,21,0.06);--background:var(--canvas);--foreground:var(--ink);--card:var(--surface);--card-foreground:var(--ink);--border:var(--line);--input:var(--line);--ring:var(--accent)}html{scroll-behavior:smooth;background:var(--canvas)}body{margin:0;background:var(--canvas)!important;color:var(--ink)!important;font-family:var(--font-sans),"Segoe UI",sans-serif!important;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}body,button,input,select,textarea{letter-spacing:0}button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}a,button,input,select,textarea{outline:none}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{box-shadow:0 0 0 3px var(--canvas),0 0 0 5px var(--accent)}img,video{display:block;max-width:100%}::selection{background:var(--accent);color:#ffffff}.skip-link{position:fixed;left:18px;top:12px;z-index:100;transform:translateY(-160%);border-radius:var(--radius-sm);background:var(--ink);color:#ffffff;padding:12px 16px;transition:transform .18s ease}.skip-link:focus{transform:translateY(0)}.scroll-progress{position:fixed;inset:0 0 auto;z-index:90;height:2px;transform-origin:left center;background:var(--accent)}.site-header{position:fixed;inset:0 0 auto;z-index:80;height:var(--header-height);border-bottom:1px solid rgba(17,24,21,.06);background:rgba(245,245,240,.92);backdrop-filter:blur(18px) saturate(130%);-webkit-backdrop-filter:blur(18px) saturate(130%)}.site-header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;width:min(calc(100% - 48px),var(--container));height:100%;margin:0 auto}.brand-mark{justify-self:start;width:94px}.brand-mark img{width:100%;height:auto;filter:brightness(0)}.desktop-nav{display:flex;align-items:center;gap:34px}.nav-link{position:relative;padding:10px 0;color:var(--ink-soft);font-family:var(--font-mono),monospace;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;transition:color .22s ease}.nav-link:after{position:absolute;right:0;bottom:4px;left:0;height:1px;transform:scaleX(0);transform-origin:right;background:var(--accent);content:"";transition:transform .26s cubic-bezier(.16,1,.3,1)}.nav-link.is-active,.nav-link:hover{color:var(--ink)}.nav-link.is-active:after,.nav-link:hover:after{transform:scaleX(1);transform-origin:left}.site-header__actions{display:flex;justify-self:end;align-items:center;gap:10px}.button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:10px;border:1px solid var(--ink);border-radius:999px;background:var(--ink);color:#ffffff;padding:5px 6px 5px 20px;font-family:var(--font-mono),monospace;font-size:11px;font-weight:600;letter-spacing:.075em;line-height:1;text-transform:uppercase;white-space:nowrap;transition:transform .22s ease,background .22s ease,color .22s ease,border-color .22s ease}.button:hover{transform:translateY(-2px);background:#222}.button:active{transform:translateY(1px) scale(.99)}.button__icon{display:inline-grid;width:34px;height:34px;flex:0 0 34px;place-items:center;border-radius:50%;background:var(--lime);color:var(--ink);transition:transform .24s cubic-bezier(.16,1,.3,1)}.button:hover .button__icon{transform:translate(2px,-2px)}.button--compact{min-height:44px;padding-left:16px}.button--compact .button__icon{width:30px;height:30px;flex-basis:30px}.button--inverse{border-color:#ffffff;background:#ffffff;color:var(--ink)}.button--inverse .button__icon{background:var(--ink);color:#ffffff}.button--inverse:hover{border-color:var(--lime);background:var(--lime);color:var(--ink)}.button--inverse:hover .button__icon{background:var(--ink);color:#ffffff}.button--outline{border-color:var(--line);background:transparent;color:var(--ink)}.button--outline .button__icon,.button--outline:hover{background:var(--ink);color:#ffffff}.button--outline:hover{border-color:var(--ink)}.button--outline:hover .button__icon{background:var(--lime);color:var(--ink)}.learn-more-link{display:inline-flex;min-height:40px;align-items:center;gap:8px;border:1px solid var(--line);border-radius:999px;padding:0 16px;color:var(--ink);font-family:var(--font-mono),monospace;font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;transition:all .22s ease}.learn-more-link:hover{border-color:var(--ink);background:var(--ink);color:#fff}.learn-more-link svg{transition:transform .2s ease}.learn-more-link:hover svg{transform:translate(2px,-2px)}.menu-button{display:none;width:44px;height:44px;place-items:center;border:1px solid var(--line);border-radius:50%;background:transparent;color:var(--ink)}.mobile-nav{position:fixed;inset:var(--header-height) 0 0;z-index:70;display:flex;flex-direction:column;justify-content:space-between;background:var(--canvas);padding:52px 24px 30px}.mobile-nav nav{display:grid;gap:10px}.mobile-nav nav a{display:block;padding:8px 0;font-size:clamp(42px,13vw,72px);font-weight:500;line-height:1}.mobile-nav>p{max-width:32ch;color:var(--ink-soft);font-size:15px;line-height:1.6}.page-shell{min-height:100dvh;padding-top:var(--header-height)}.container{width:min(calc(100% - 48px),var(--container));margin-inline:auto}.section{padding-block:clamp(88px,10vw,140px)}.section--tight{padding-block:clamp(64px,7vw,100px)}.center-action{text-align:center;margin-top:48px}.section-intro{display:grid;gap:20px;max-width:720px;margin-bottom:clamp(48px,7vw,80px)}.display-heading,.section-intro h2{margin:0;font-size:clamp(34px,4.2vw,52px);font-weight:500;line-height:1.06;text-wrap:balance;letter-spacing:-.02em}.body-large,.section-intro p{max-width:62ch;margin:0;color:var(--ink-soft);font-size:clamp(15px,1.2vw,17px);line-height:1.65;text-wrap:pretty}.eyebrow{display:flex;align-items:center;gap:8px;margin:0 0 20px;color:var(--ink);font-family:var(--font-mono),monospace;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.12em}.eyebrow:before{content:"";display:block;width:7px;height:7px;background:var(--ink);border-radius:1px;flex-shrink:0}.home-heading{max-width:760px;margin-bottom:clamp(42px,6vw,72px)}.home-heading--center{text-align:center;margin-inline:auto}.home-heading h2{margin:0;font-size:clamp(34px,4.2vw,52px);font-weight:500;line-height:1.08;letter-spacing:-.02em;text-wrap:balance}.home-heading h2 .heading-line{display:block}.home-heading h2 .heading-line--soft{color:var(--ink-soft)}.home-heading>p:not(.eyebrow){max-width:56ch;margin:16px 0 0;color:var(--ink-soft);font-size:clamp(15px,1.2vw,17px);line-height:1.65}.home-heading--center>p:not(.eyebrow){margin-inline:auto}.heading-badge{display:inline-flex;vertical-align:middle;margin:0 2px}.heading-badge svg{width:28px;height:28px}.heading-symbol{display:none}.trust-grid{display:grid;grid-template-columns:1.15fr .85fr;grid-template-rows:auto auto;gap:14px}.trust-tile{border-radius:var(--radius-lg);padding:clamp(26px,3.5vw,40px);background:var(--surface);border:1px solid var(--line)}.trust-tile--visual{grid-row:1/3;display:flex;flex-direction:column;justify-content:space-between;min-height:420px;background:var(--ink);color:#ffffff;border-color:transparent;overflow:hidden}.trust-tile--visual .connected-nodes{width:100%;height:auto;max-height:240px}.trust-tile__proof{display:flex;align-items:baseline;gap:12px;margin-top:auto}.trust-tile__proof strong{font-size:clamp(48px,5vw,72px);font-weight:500;line-height:1;color:var(--lime)}.trust-tile__proof p{margin:0;color:rgba(255,255,255,.72);font-size:15px;line-height:1.4}.trust-tile--accountability{display:flex;flex-direction:column;gap:12px}.trust-tile--accountability strong{font-size:clamp(54px,6vw,82px);font-weight:500;line-height:.9}.trust-tile--accountability>p:not(.tile-label){color:var(--ink-soft);font-size:15px;line-height:1.55}.tile-label{margin:0;color:var(--ink-soft);font-family:var(--font-mono),monospace;font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.trust-tile--ink .tile-label,.trust-tile--lime .tile-label,.trust-tile--visual .tile-label{color:rgba(255,255,255,.55)}.leader-stack{display:flex;margin-top:auto}.leader-stack img{width:40px;height:40px;border-radius:50%;border:2px solid var(--surface);object-fit:cover;margin-left:-8px}.leader-stack img:first-child{margin-left:0}.trust-stack{display:grid;gap:14px}.trust-tile--lime{background:var(--lime);color:var(--ink);border-color:transparent}.trust-tile--lime strong{font-size:clamp(22px,2.4vw,30px);font-weight:500;line-height:1.12}.trust-tile--lime p:not(.tile-label){color:rgba(17,24,21,.68);font-size:14px;line-height:1.5}.trust-tile--ink{background:var(--ink);color:#ffffff;border-color:transparent}.trust-tile--ink strong{font-size:clamp(20px,2vw,26px);font-weight:500;line-height:1.15}.solution-gallery{display:grid;grid-template-columns:1fr 1fr;gap:14px}.solution-card{border-radius:var(--radius-lg);background:var(--surface);border:1px solid var(--line);overflow:hidden;transition:transform .26s ease,border-color .26s ease}.solution-card:hover{transform:translateY(-4px);border-color:var(--ink-soft)}.solution-card a{display:flex;flex-direction:column;height:100%;min-height:380px;padding:clamp(24px,3vw,36px)}.solution-card__icon{margin-bottom:20px}.solution-card__visual{flex:1;display:flex;align-items:center;justify-content:center;margin:16px 0;min-height:100px}.solution-card__copy{margin-top:auto}.solution-card__copy h3{margin:0;font-size:clamp(22px,2.4vw,28px);font-weight:500;line-height:1.12;letter-spacing:-.01em}.solution-card__copy>p{margin:10px 0 0;color:var(--ink-soft);font-size:14px;line-height:1.6;max-width:42ch}.solution-card__copy .tile-label{margin-bottom:8px}.solution-card__arrow{display:none}.solution-card__footer{margin-top:20px}.mini-visual{width:100%;max-width:220px}.mini-visual--workflow,.mv-step{display:flex;align-items:center;gap:4px}.mv-step{flex-direction:column}.mv-step span{font-size:8px;font-weight:600;color:var(--ink-soft);font-family:var(--font-mono),monospace;letter-spacing:.05em;text-transform:uppercase}.mv-step i{width:28px;height:28px;border-radius:50%;border:1.5px solid var(--line);display:block}.mv-step--active i{background:var(--lime);border-color:var(--lime)}.mv-line{flex:1;height:1px;background:var(--line);min-width:16px}.mini-visual--radar{display:flex;justify-content:center}.mini-visual--radar svg{width:160px;height:120px}.mini-visual--funnel{display:flex;flex-direction:column;gap:4px;width:100%;max-width:180px}.mv-funnel-stage{height:26px;border-radius:5px;background:var(--surface-muted);display:flex;align-items:center;padding:0 10px;font-size:8px;font-weight:600;color:var(--ink-soft);font-family:var(--font-mono),monospace;letter-spacing:.05em;text-transform:uppercase}.mv-funnel-stage--accent{background:var(--lime);color:var(--ink)}.mini-visual--curriculum{display:grid;gap:6px;width:100%;max-width:180px}.mv-curriculum-row{display:flex;align-items:center;gap:8px}.mv-curriculum-row span{font-size:8px;font-weight:600;min-width:55px;font-family:var(--font-mono),monospace;letter-spacing:.04em;text-transform:uppercase;color:var(--ink-soft)}.mv-progress{flex:1;height:6px;border-radius:3px;background:var(--surface-muted);overflow:hidden}.mv-progress__fill{height:100%;border-radius:3px;background:var(--accent)}.photo-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;width:100%;border-radius:var(--radius-md);background:var(--surface-muted);color:var(--ink-soft);border:1px dashed var(--line);transition:border-color .22s ease}.photo-placeholder:hover{border-color:var(--ink-soft)}.photo-placeholder span{font-size:11px;font-weight:600;font-family:var(--font-mono),monospace;letter-spacing:.08em;text-transform:uppercase}.leadership-story{display:grid;grid-template-columns:1fr 1fr;border-radius:var(--radius-lg);overflow:hidden;background:var(--surface);border:1px solid var(--line)}.leadership-story__media{min-height:480px;overflow:hidden;background:var(--surface-muted)}.leadership-story__media img{width:100%;height:100%;object-fit:cover}.leadership-story__copy{display:flex;flex-direction:column;justify-content:space-between;gap:48px;padding:clamp(28px,4.5vw,56px)}.leadership-story__copy blockquote{margin:0;font-size:clamp(24px,2.8vw,36px);font-weight:500;line-height:1.18;letter-spacing:-.015em;text-wrap:balance}.leadership-story__copy h3{margin:0;font-size:18px;font-weight:700}.leadership-story__copy>div>p{margin:5px 0 0;color:var(--ink-soft);font-size:14px;line-height:1.55}.leadership-story__footer{gap:20px}.industry-header,.leadership-story__footer,.rail-header{display:flex;align-items:flex-end;justify-content:space-between}.industry-header,.rail-header{gap:24px;margin-bottom:32px}.industry-header h2,.rail-header h2{max-width:14ch;margin:0;font-size:clamp(32px,3.8vw,48px);font-weight:500;line-height:1.06;letter-spacing:-.02em}.industry-header--refined{align-items:flex-end}.industry-rail,.team-rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(280px,32vw);gap:14px;overflow-x:auto;padding-bottom:14px;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:var(--accent) var(--line)}.industry-card{display:flex;min-height:320px;flex-direction:column;justify-content:space-between;scroll-snap-align:start;border-radius:var(--radius-lg);background:var(--surface);border:1px solid var(--line);padding:26px;transition:all .26s ease}.industry-card:nth-child(2n){background:var(--surface-muted);border-color:transparent}.industry-card:nth-child(3n){background:var(--accent-soft);border-color:transparent}.industry-card:hover{transform:translateY(-4px);background:var(--ink);color:#ffffff;border-color:transparent}.industry-card:hover p{color:rgba(255,255,255,.72)}.industry-card__top{display:flex;align-items:flex-start;justify-content:space-between}.industry-card__top>span{font-family:var(--font-mono),monospace;font-size:12px;font-weight:600;color:var(--ink-soft);letter-spacing:.05em}.industry-card:hover .industry-card__top>span{color:rgba(255,255,255,.5)}.industry-card--refined h3{margin:0;font-size:clamp(24px,2.6vw,32px);font-weight:500;line-height:1.08}.industry-card--refined p{margin:8px 0 0;color:var(--ink-soft);font-size:14px;line-height:1.55}.industry-rail--refined{grid-auto-columns:minmax(280px,30vw)}.sector-glyph{display:none}.rail-controls{display:flex;gap:8px}.rail-controls button{display:grid;width:44px;height:44px;place-items:center;border:1px solid var(--line);border-radius:50%;background:transparent;color:var(--ink);transition:all .2s ease}.rail-controls button:hover{transform:translateY(-2px);background:var(--ink);color:#ffffff}.approach-flow{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.approach-card{display:flex;flex-direction:column;gap:16px;min-height:280px;border-radius:var(--radius-lg);background:var(--surface);border:1px solid var(--line);padding:clamp(24px,3vw,36px);transition:transform .26s ease}.approach-card:hover{transform:translateY(-4px)}.approach-card__top{display:flex;align-items:center;gap:12px}.approach-card__top span{font-family:var(--font-mono),monospace;font-size:12px;font-weight:700;color:var(--ink-soft)}.approach-card__top i{flex:1;height:1px;background:var(--line)}.approach-card__top i.is-final{background:var(--lime);height:2px}.approach-card h3{margin:0;font-size:clamp(22px,2.4vw,28px);font-weight:500;line-height:1.1}.approach-card p{margin:0;color:var(--ink-soft);font-size:14px;line-height:1.6}.approach-card__status{display:flex;align-items:center;gap:8px;margin-top:auto;font-family:var(--font-mono),monospace;font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-soft)}.approach-card__status i{width:8px;height:8px;border-radius:50%;background:var(--lime)}.cta-band{position:relative;display:flex;min-height:480px;align-items:flex-end;overflow:hidden;border-radius:var(--radius-lg);color:#ffffff;isolation:isolate}.cta-band--sky{background:linear-gradient(135deg,#0877c9,#45b6e8 35%,#87ceeb 65%,#a8d8ea)}.cta-band>img{position:absolute;inset:0;z-index:-2;width:100%;height:100%;object-fit:cover}.cta-band:after{position:absolute;inset:0;z-index:-1;background:linear-gradient(0deg,rgba(8,16,13,.72),rgba(8,16,13,.05) 70%);content:""}.cta-band__content{display:flex;width:100%;align-items:flex-end;justify-content:space-between;gap:30px;padding:clamp(28px,5vw,64px)}.cta-band h2{max-width:14ch;margin:0;font-size:clamp(34px,4.5vw,56px);font-weight:500;line-height:1.04;letter-spacing:-.02em}.cta-band__content>div>p{max-width:48ch;margin:8px 0 0;color:rgba(255,255,255,.78);font-size:15px;line-height:1.55}.cta-band__trust{display:flex;align-items:center;gap:12px;margin-bottom:16px;font-size:13px;color:rgba(255,255,255,.78)}.site-footer{width:min(calc(100% - 32px),calc(var(--container) + 32px));margin:14px auto;overflow:hidden;border-radius:var(--radius-lg);background:var(--footer-bg);color:#ffffff}.site-footer__main{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;padding:clamp(34px,5vw,64px)}.site-footer__brand img{width:100px;filter:brightness(0) invert(1)}.site-footer__brand>p{max-width:38ch;margin:20px 0 0;color:rgba(255,255,255,.52);font-size:14px;line-height:1.65}.site-footer__nav-groups{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-self:start}.site-footer__nav-groups nav{display:flex;flex-direction:column;gap:14px}.site-footer__nav-groups nav>p{margin:0 0 4px;font-size:14px;font-weight:600}.site-footer__nav-groups nav a{color:rgba(255,255,255,.52);font-size:14px;line-height:1.4;transition:color .18s ease}.site-footer__nav-groups nav a:hover{color:#ffffff}.site-footer__newsletter{grid-column:1/-1;display:flex;flex-direction:column;gap:14px;padding-top:32px;border-top:1px solid rgba(255,255,255,.1)}.site-footer__newsletter>p{margin:0;font-size:16px;font-weight:500}.site-footer__newsletter-form{display:flex;gap:8px;max-width:420px}.site-footer__newsletter-form input{flex:1;min-height:46px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.06);color:#ffffff;padding:0 18px;font-size:14px}.site-footer__newsletter-form input::placeholder{color:rgba(255,255,255,.38)}.site-footer__newsletter-form input:focus{border-color:var(--lime)}.site-footer__newsletter-form button{display:inline-flex;min-height:46px;align-items:center;gap:8px;border:0;border-radius:999px;background:var(--lime);color:var(--ink);padding:0 8px 0 18px;font-family:var(--font-mono),monospace;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:transform .2s ease}.site-footer__newsletter-form button:hover{transform:translateY(-2px)}.site-footer__newsletter-form button span{display:grid;width:30px;height:30px;place-items:center;border-radius:50%;background:var(--ink);color:#fff}.site-footer__secondary{display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.1);padding:20px clamp(34px,5vw,64px);color:rgba(255,255,255,.42);font-size:13px}.site-footer__secondary p{margin:0}.site-footer__action,.site-footer__primary,.site-footer__statement{display:none}.page-hero{padding:clamp(72px,8vw,120px) 0 clamp(56px,6vw,88px)}.page-hero__grid{display:grid;grid-template-columns:1.3fr .7fr;gap:clamp(40px,6vw,88px);align-items:end}.page-hero h1{max-width:12ch;margin:0;font-size:clamp(40px,5.5vw,64px);font-weight:500;line-height:.96;letter-spacing:-.025em;text-wrap:balance}.page-hero__aside{display:grid;gap:24px;padding-bottom:8px}.page-hero__aside p{margin:0;color:var(--ink-soft);font-size:clamp(15px,1.2vw,17px);line-height:1.65}.hero{position:relative;width:min(calc(100% - 28px),calc(var(--container) + 28px));min-height:clamp(520px,68dvh,720px);margin:14px auto 0;overflow:hidden;border-radius:var(--radius-lg);isolation:isolate;background:var(--ink);color:#ffffff}.hero__media,.hero__media img,.hero__media video,.hero__scrim{position:absolute;inset:0;width:100%;height:100%}.hero__media img,.hero__media video{object-fit:cover}.hero__media img{object-position:center 42%}.hero__scrim{z-index:1;background:linear-gradient(90deg,rgba(7,15,12,.82),rgba(7,15,12,.46) 53%,rgba(7,15,12,.15)),linear-gradient(0deg,rgba(7,15,12,.28),transparent 55%)}.hero__content{position:relative;z-index:2;display:flex;min-height:inherit;flex-direction:column;align-items:flex-start;justify-content:center;width:min(100%,860px);padding:clamp(34px,5vw,72px)}.hero h1{max-width:790px;margin:0;font-size:clamp(42px,5.5vw,72px);font-weight:500;line-height:.96;letter-spacing:-.025em;text-wrap:balance}.hero__copy{max-width:540px;margin:22px 0 0;color:rgba(255,255,255,.78);font-size:clamp(15px,1.2vw,17px);line-height:1.6}.hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.principles{border-top:1px solid var(--line)}.principle{display:grid;grid-template-columns:minmax(160px,.55fr) 1.45fr;gap:36px;align-items:start;padding:36px 0;border-bottom:1px solid var(--line)}.principle h3{margin:0;font-size:clamp(22px,2.6vw,34px);font-weight:500;letter-spacing:-.01em}.principle p{max-width:58ch;margin:4px 0 0;color:var(--ink-soft);font-size:15px;line-height:1.65}.service-story{display:grid;grid-template-columns:.65fr 1.35fr;gap:clamp(40px,6vw,88px);align-items:start}.service-story__intro{position:sticky;top:calc(var(--header-height) + 36px)}.service-story__intro h2{margin:0;font-size:clamp(34px,4vw,50px);font-weight:500;line-height:1.04;letter-spacing:-.02em}.service-story__intro p{margin:18px 0 0;color:var(--ink-soft);font-size:16px;line-height:1.65}.service-stack{display:grid;gap:16px}.service-panel{position:sticky;top:calc(var(--header-height) + 20px);display:flex;min-height:min(60dvh,540px);flex-direction:column;justify-content:space-between;overflow:hidden;border-radius:var(--radius-lg);background:var(--surface);border:1px solid var(--line);padding:clamp(24px,3.5vw,48px)}.service-panel:nth-child(2){top:calc(var(--header-height) + 32px)}.service-panel:nth-child(3){top:calc(var(--header-height) + 44px)}.service-panel:nth-child(4){top:calc(var(--header-height) + 56px)}.service-panel--accent{background:var(--accent);color:#ffffff;border-color:transparent}.service-panel--ink{background:var(--ink);color:#ffffff;border-color:transparent}.service-panel__top{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.service-panel h3{max-width:14ch;margin:0;font-size:clamp(30px,3.8vw,50px);font-weight:500;line-height:1.02;letter-spacing:-.015em}.service-panel p{max-width:50ch;margin:0;color:var(--ink-soft);font-size:15px;line-height:1.65}.service-panel--accent p,.service-panel--ink p{color:rgba(255,255,255,.72)}.service-panel__link{display:inline-flex;width:44px;height:44px;flex:0 0 44px;align-items:center;justify-content:center;border:1px solid;border-radius:50%;transition:transform .22s ease,background .22s ease,color .22s ease}.service-panel__link:hover{transform:rotate(8deg) scale(1.05);background:currentColor}.leadership-feature{display:grid;grid-template-columns:1fr 1fr;overflow:hidden;border-radius:var(--radius-lg);background:var(--surface);border:1px solid var(--line)}.leadership-feature__image{min-height:480px;overflow:hidden;background:var(--surface-muted)}.leadership-feature__image img{width:100%;height:100%;object-fit:cover}.leadership-feature__copy{display:flex;flex-direction:column;justify-content:space-between;gap:48px;padding:clamp(28px,4.5vw,56px)}.leadership-feature__copy blockquote{margin:0;font-size:clamp(24px,2.8vw,38px);font-weight:500;line-height:1.14;text-wrap:balance}.leadership-feature__copy h3{margin:0;font-size:18px;font-weight:700}.leadership-feature__copy p{margin:5px 0 0;color:var(--ink-soft);font-size:14px;line-height:1.55}.mission-statement{text-align:center;max-width:900px;margin-inline:auto}.mission-statement h2{margin:0;font-size:clamp(32px,3.8vw,48px);font-weight:500;line-height:1.16;letter-spacing:-.015em}.mission-statement h2 span{color:var(--ink-soft)}.values-grid{display:grid;grid-template-columns:1.1fr .9fr;grid-template-areas:"first second" "first third";gap:14px}.value-block{display:flex;min-height:280px;flex-direction:column;justify-content:flex-end;border-radius:var(--radius-lg);background:var(--surface);border:1px solid var(--line);padding:clamp(24px,3.5vw,44px)}.value-block:first-child{grid-area:first;min-height:580px;background:var(--accent);color:#ffffff;border-color:transparent}.value-block:nth-child(2){grid-area:second;background:var(--surface-muted);border-color:transparent}.value-block:nth-child(3){grid-area:third;background:var(--lime);border-color:transparent}.value-block h3{max-width:12ch;margin:0;font-size:clamp(26px,3vw,38px);font-weight:500;line-height:1.06}.value-block p{max-width:44ch;margin:16px 0 0;color:var(--ink-soft);font-size:14px;line-height:1.6}.value-block:first-child p{color:rgba(255,255,255,.72)}.value-block:nth-child(3) p{color:rgba(17,24,21,.65)}.mission-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(36px,6vw,88px);align-items:start}.mission-grid h2{margin:0;font-size:clamp(34px,4.2vw,52px);font-weight:500;line-height:1.04;letter-spacing:-.02em}.mission-grid__copy{display:grid;gap:22px}.mission-grid__copy p{margin:0;color:var(--ink-soft);font-size:16px;line-height:1.7}.team-card{min-width:0;scroll-snap-align:start;border-radius:var(--radius-lg);background:var(--surface);border:1px solid var(--line);padding:14px;transition:all .24s ease}.team-card:hover{transform:translateY(-4px);border-color:var(--ink-soft)}.team-card__header{display:flex;align-items:flex-start;justify-content:space-between;padding:14px 10px 12px}.team-card__header h3{margin:0;font-size:clamp(22px,2.4vw,30px);font-weight:500;line-height:1.06}.team-card__header p{margin:4px 0 0;color:var(--ink-soft);font-size:13px}.team-card__arrow{display:grid;width:36px;height:36px;place-items:center;border-radius:50%;border:1px solid var(--line);transition:all .2s ease}.team-card:hover .team-card__arrow{background:var(--ink);color:#fff;border-color:var(--ink)}.team-card__image{aspect-ratio:.9;overflow:hidden;border-radius:var(--radius-md);background:var(--surface-muted)}.team-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .65s cubic-bezier(.16,1,.3,1)}.team-card:hover img{transform:scale(1.03)}.contact-hero{padding:clamp(64px,8vw,100px) 0 clamp(42px,5vw,64px)}.contact-hero h1{max-width:14ch;margin:0;font-size:clamp(40px,5.5vw,64px);font-weight:500;line-height:.96;letter-spacing:-.025em}.contact-hero p{max-width:52ch;margin:22px 0 0;color:var(--ink-soft);font-size:clamp(15px,1.3vw,18px);line-height:1.65}.contact-layout{display:grid;grid-template-columns:.68fr 1.32fr;gap:14px;align-items:stretch}.contact-details{display:flex;flex-direction:column;justify-content:space-between;gap:48px;border-radius:var(--radius-lg);background:var(--surface-muted);padding:clamp(24px,3.5vw,44px)}.contact-details h2{margin:0;font-size:clamp(26px,3vw,38px);font-weight:500;line-height:1.04}.contact-details__list{display:grid;gap:22px}.contact-details__list p{margin:0 0 4px;color:var(--ink-soft);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.contact-details__list a{font-size:15px;font-weight:600}.form-panel{border-radius:var(--radius-lg);background:var(--accent);padding:clamp(16px,3vw,36px)}.enquiry-form{display:grid;gap:20px;min-height:100%;border-radius:var(--radius-md);background:var(--surface);padding:clamp(22px,4vw,52px)}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.enquiry-form label{display:grid;gap:7px;color:var(--ink);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.enquiry-form input,.enquiry-form select,.enquiry-form textarea{width:100%;border:1px solid var(--line);border-radius:var(--radius-sm);background:#ffffff;color:var(--ink);padding:13px 14px;font-size:15px;font-weight:500;transition:border-color .18s ease}.enquiry-form textarea{resize:vertical}.enquiry-form input::placeholder,.enquiry-form textarea::placeholder{color:#a0a8a4}.enquiry-form input:focus,.enquiry-form select:focus,.enquiry-form textarea:focus{border-color:var(--accent)}.form-footer{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:auto}.form-footer p{margin:0;color:var(--ink-soft);font-size:13px}.contact-options{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:14px}.contact-option{min-height:280px;border-radius:var(--radius-lg);background:var(--surface);border:1px solid var(--line);padding:26px}.contact-option:first-child{background:var(--accent-soft);border-color:transparent}.contact-option h3{margin:0;font-size:clamp(22px,2.4vw,32px);font-weight:500;line-height:1.06}.contact-option p{margin:16px 0 24px;color:var(--ink-soft);font-size:14px;line-height:1.6}.contact-option a{display:inline-flex;align-items:center;gap:8px;color:var(--accent);font-size:13px;font-weight:700}.office-grid{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--line)}.office{min-height:200px;padding:28px 0;border-bottom:1px solid var(--line)}.office:nth-child(odd){padding-right:36px}.office:nth-child(2n){padding-left:36px;border-left:1px solid var(--line)}.office h3{margin:0;font-size:clamp(22px,2.4vw,34px);font-weight:500}.office p{margin:6px 0 0;color:var(--ink-soft);font-size:14px;line-height:1.6}.service-hero{position:relative;min-height:min(640px,calc(100dvh - 80px));overflow:hidden;border-radius:var(--radius-lg);background:var(--accent);color:#ffffff}.service-hero video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.4}.service-hero:after{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,15,13,.82),rgba(8,15,13,.18));content:""}.service-hero__content{position:relative;z-index:1;display:flex;min-height:inherit;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:clamp(28px,5vw,72px)}.service-hero h1{max-width:12ch;margin:0;font-size:clamp(40px,5.5vw,68px);font-weight:500;line-height:.96;letter-spacing:-.025em}.service-hero p{max-width:56ch;margin:20px 0 26px;color:rgba(255,255,255,.78);font-size:clamp(15px,1.2vw,18px);line-height:1.65}.capability-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.capability-card{min-height:380px;border-radius:var(--radius-lg);background:var(--surface);border:1px solid var(--line);padding:clamp(24px,3.5vw,44px)}.capability-card:nth-child(2n){background:var(--surface-muted);border-color:transparent}.capability-card__icon{display:grid;width:44px;height:44px;place-items:center;border-radius:12px;background:var(--lime);color:var(--ink)}.capability-card h3{max-width:14ch;margin:64px 0 16px;font-size:clamp(24px,2.8vw,36px);font-weight:500;line-height:1.06}.capability-card>p{color:var(--ink-soft);font-size:14px;line-height:1.6}.capability-card ul{display:grid;gap:8px;margin:22px 0 0;padding:0;list-style:none}.capability-card li{color:var(--ink-soft);font-size:14px}.capability-card li:before{margin-right:8px;color:var(--accent);content:"/"}.benefits-grid{display:grid;grid-template-columns:1.1fr .9fr .9fr;gap:14px}.benefit{min-height:300px;border-radius:var(--radius-lg);background:var(--surface);border:1px solid var(--line);padding:28px}.benefit:first-child{background:var(--accent);color:#ffffff;border-color:transparent}.benefit:nth-child(2){background:var(--accent-soft);border-color:transparent}.benefit:nth-child(3){background:var(--surface-muted);border-color:transparent}.benefit h3{margin:72px 0 14px;font-size:clamp(22px,2.4vw,32px);font-weight:500;line-height:1.06}.benefit p{margin:0;color:var(--ink-soft);font-size:14px;line-height:1.6}.benefit:first-child p{color:rgba(255,255,255,.72)}.service-index{border-top:1px solid var(--line)}.service-index__row{display:grid;grid-template-columns:.65fr 1fr auto;gap:30px;align-items:center;padding:28px 0;border-bottom:1px solid var(--line);transition:color .22s ease,padding .26s ease}.service-index__row:hover{padding-inline:14px;color:var(--accent)}.service-index__row h3{margin:0;font-size:clamp(22px,2.4vw,34px);font-weight:500}.service-index__row p{max-width:52ch;margin:0;color:var(--ink-soft);font-size:14px;line-height:1.6}.service-index__row svg{transition:transform .22s ease}.service-index__row:hover svg{transform:translate(4px,-4px)}.ai-grid{display:grid;grid-template-columns:1.2fr .9fr;grid-template-areas:"work process" "work service";gap:14px}.ai-path{display:flex;min-height:280px;flex-direction:column;justify-content:space-between;border-radius:var(--radius-lg);background:var(--surface);border:1px solid var(--line);padding:clamp(22px,3.5vw,40px);transition:transform .26s ease}.ai-path:first-child{grid-area:work;min-height:580px;background:var(--accent);color:#ffffff;border-color:transparent}.ai-path:nth-child(2){grid-area:process;background:var(--accent-soft);border-color:transparent}.ai-path:nth-child(3){grid-area:service;background:var(--surface-muted);border-color:transparent}.ai-path:hover{transform:translateY(-4px)}.ai-path h3{max-width:10ch;margin:0;font-size:clamp(28px,3.2vw,42px);font-weight:500;line-height:1.04}.ai-path p{max-width:42ch;margin:16px 0 0;color:var(--ink-soft);font-size:14px;line-height:1.6}.ai-path:first-child p{color:rgba(255,255,255,.72)}.founder-profile{display:grid;grid-template-columns:.9fr 1.1fr;overflow:hidden;border-radius:var(--radius-lg);background:var(--surface);border:1px solid var(--line)}.founder-profile__image{min-height:520px;background:var(--surface-muted)}.founder-profile__image img{width:100%;height:100%;object-fit:cover}.founder-profile__copy{display:flex;flex-direction:column;justify-content:space-between;gap:48px;padding:clamp(28px,4.5vw,64px)}.founder-profile blockquote{margin:0;font-size:clamp(24px,2.8vw,38px);font-weight:500;line-height:1.14}.founder-profile h3{margin:0;font-size:18px;font-weight:700}.founder-profile p{margin:5px 0 18px;color:var(--ink-soft);font-size:14px;line-height:1.55}.scenario-list{border-top:1px solid var(--line)}.scenario{display:grid;grid-template-columns:.65fr 1fr;gap:40px;padding:32px 0 38px;border-bottom:1px solid var(--line)}.scenario h3{margin:0;font-size:clamp(22px,2.4vw,34px);font-weight:500}.scenario p{margin:0 0 16px;color:var(--ink-soft);font-size:14px;line-height:1.6}.scenario ul{display:flex;flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none}.scenario li{border:1px solid var(--line);border-radius:999px;padding:7px 12px;font-size:12px}.legal-hero{padding:clamp(72px,10vw,140px) 0 56px}.legal-hero h1{max-width:12ch;margin:0;font-size:clamp(40px,5.5vw,64px);font-weight:500;line-height:.96}.legal-hero p{max-width:56ch;margin:22px 0 0;color:var(--ink-soft);font-size:16px;line-height:1.65}.legal-content{max-width:760px;padding-bottom:120px}.legal-content h3{margin:44px 0 14px;font-size:clamp(20px,2.2vw,28px);font-weight:600}.legal-content li,.legal-content p{color:var(--ink-soft);font-size:15px;line-height:1.75}.legal-content strong{color:var(--ink)}.legal-content ul{padding-left:20px}.not-found{display:grid;min-height:calc(100dvh - var(--header-height));place-items:center;padding:36px 24px;text-align:center}.not-found h1{margin:0;font-size:clamp(60px,14vw,160px);font-weight:500;line-height:.8;color:var(--accent)}.not-found h2{margin:24px 0 12px;font-size:clamp(28px,4vw,48px);font-weight:500}.not-found p{max-width:44ch;margin:0 auto 24px;color:var(--ink-soft);font-size:15px;line-height:1.6}.audio-button{display:inline-flex;min-height:42px;align-items:center;gap:8px;border:1px solid var(--line);border-radius:999px;background:transparent;color:var(--ink);padding:0 16px;font-size:12px;font-weight:700;transition:background .22s ease,color .22s ease}.audio-button:hover{background:var(--ink);color:#ffffff}.media-panel{position:relative;min-height:clamp(400px,56vw,680px);overflow:hidden;border-radius:var(--radius-lg);background:var(--ink)}.media-panel img,.media-panel video{width:100%;height:100%;min-height:inherit;object-fit:cover}@media (max-width:960px){.site-header__inner{grid-template-columns:1fr auto;width:min(calc(100% - 32px),var(--container))}.desktop-nav,.site-header__actions>.button{display:none}.menu-button{display:grid}.approach,.contact-layout,.founder-profile,.leadership-feature,.leadership-story,.mission-grid,.page-hero__grid,.service-story{grid-template-columns:1fr}.approach h2,.service-story__intro{position:static}.service-panel,.service-panel:nth-child(n){position:relative;top:auto;min-height:420px}.founder-profile__image,.leadership-feature__image,.leadership-story__media{min-height:420px}.industry-rail,.team-rail{grid-auto-columns:minmax(260px,65vw)}.contact-options{grid-template-columns:1fr 1fr}.contact-option:first-child{grid-column:1/-1}.benefits-grid{grid-template-columns:1fr 1fr}.benefit:first-child{grid-column:1/-1}.trust-grid{grid-template-columns:1fr}.trust-tile--visual{grid-row:auto;min-height:340px}.approach-flow,.site-footer__main,.solution-gallery{grid-template-columns:1fr}.site-footer__main{gap:40px}}@media (max-width:720px){:root{--header-height:64px}.container{width:min(calc(100% - 36px),var(--container))}.section{padding-block:72px}.display-heading,.home-heading h2,.section-intro h2{font-size:34px}.hero{width:calc(100% - 14px);min-height:min(640px,calc(100dvh - 70px));margin-top:7px}.hero__content{justify-content:flex-end;padding:28px 22px 36px}.hero h1{font-size:clamp(38px,12vw,54px);line-height:1}.hero__copy{margin-top:16px;font-size:15px}.hero__actions{margin-top:22px}.principle{grid-template-columns:1fr;gap:12px;padding:24px 0}.service-panel{min-height:400px;padding:24px 20px}.service-panel h3{font-size:34px}.founder-profile__image,.leadership-feature__image,.leadership-story__media{min-height:360px}.founder-profile__copy,.leadership-feature__copy,.leadership-story__copy{gap:36px;padding:28px 22px}.industry-header,.rail-header{align-items:flex-start}.industry-rail,.team-rail{grid-auto-columns:78vw}.industry-card{min-height:260px}.cta-band{min-height:400px}.cta-band__content{flex-direction:column;align-items:flex-start;padding:24px 22px}.cta-band h2{font-size:34px}.site-footer{width:calc(100% - 14px);margin:7px auto}.site-footer__main{padding:28px 22px}.site-footer__secondary{flex-direction:column;align-items:flex-start;padding:18px 22px}.site-footer__newsletter-form{max-width:100%;flex-direction:column}.page-hero{padding-top:64px}.contact-hero h1,.page-hero h1{font-size:clamp(38px,12vw,54px)}.service-index__row{grid-template-columns:1fr auto;gap:12px}.service-index__row p{grid-column:1/-1}.ai-grid{grid-template-columns:1fr;grid-template-areas:"work" "process" "service"}.ai-path,.ai-path:first-child{min-height:340px}.values-grid{grid-template-columns:1fr;grid-template-areas:"first" "second" "third"}.value-block,.value-block:first-child{min-height:320px}.benefits-grid,.capability-grid,.contact-options,.field-grid,.office-grid{grid-template-columns:1fr}.benefit:first-child,.contact-option:first-child{grid-column:auto}.office:nth-child(2n),.office:nth-child(odd){padding-inline:0;border-left:0}.form-footer{align-items:flex-start;flex-direction:column}.service-hero{min-height:calc(100dvh - 70px)}.service-hero__content{padding:28px 22px 36px}.service-hero h1{font-size:clamp(38px,12vw,56px)}.scenario{grid-template-columns:1fr;gap:14px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.site-footer.site-footer--landscape{position:relative;isolation:isolate;display:block;width:calc(100% - 24px);height:calc(100dvh - 24px);min-height:620px;margin:12px auto;padding:0;overflow:hidden;border:0;border-radius:clamp(28px,3vw,48px);background-color:#dceff2;background-image:url(/images/footer/footer-desktop.png);background-position:50%;background-size:cover;color:#111715}.site-footer--landscape:after{position:absolute;inset:42% 0 0;z-index:-1;background:linear-gradient(180deg,rgba(10,24,29,0),rgba(10,20,23,.52));content:"";pointer-events:none}.site-footer__landscape-content{display:grid;grid-template-rows:minmax(0,1fr) auto auto;width:100%;height:100%;padding:clamp(30px,4vw,62px)}.site-footer__cta{align-self:center;justify-self:center;max-width:900px;margin-top:clamp(20px,6dvh,72px);text-align:center}.site-footer__cta h2{max-width:13ch;margin:0 auto;color:#111715;font-family:var(--font-sans),sans-serif;font-size:clamp(60px,6.5vw,100px);font-weight:520;letter-spacing:-.065em;line-height:.92;text-wrap:balance}.site-footer__cta h2 span{display:block;color:#143949;font-family:var(--font-display),Georgia,serif;font-style:italic;font-weight:500;letter-spacing:-.05em}.site-footer__cta>p{max-width:590px;margin:27px auto 0;color:rgba(17,31,30,.76);font-size:15px;line-height:1.58;text-wrap:pretty}.site-footer__actions{display:flex;justify-content:center;gap:10px;margin-top:27px}.site-footer__actions a{display:inline-flex;min-height:50px;align-items:center;justify-content:center;gap:9px;padding:0 20px;border:1px solid rgba(16,26,24,.12);border-radius:11px;background:rgba(255,255,255,.9);color:#111715;font-size:12px;font-weight:700;text-decoration:none;backdrop-filter:blur(12px);transition:transform .22s ease,background .22s ease,color .22s ease}.site-footer__actions a:first-child{border-color:#111715;background:#111715;color:#fff}.site-footer__actions a:hover{transform:translateY(-2px);background:#fff}.site-footer__actions a:first-child:hover{background:#1d738f;border-color:#1d738f}.site-footer__link-groups{display:grid;grid-template-columns:repeat(3,minmax(120px,1fr));gap:clamp(34px,7vw,104px);width:min(680px,100%);margin:0 auto clamp(28px,4dvh,48px)}.site-footer__link-groups nav{display:flex;flex-direction:column;align-items:flex-start;gap:9px}.site-footer__link-groups nav>p{margin:0 0 6px;color:rgba(18,31,30,.58);font-family:var(--font-mono),monospace;font-size:9px;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.site-footer__link-groups a{padding-bottom:2px;border-bottom:1px dotted rgba(15,26,24,.34);color:#111715;font-size:12px;font-weight:600;text-decoration:none;text-shadow:0 1px 14px rgba(255,255,255,.45);transition:border-color .2s ease,color .2s ease}.site-footer__link-groups a:hover{border-color:#fff;color:#fff;text-shadow:0 1px 12px rgba(5,16,20,.5)}.site-footer__landscape-bottom{display:flex;justify-content:space-between;gap:24px;align-items:flex-end;color:#fff;text-shadow:0 1px 18px rgba(5,15,19,.72)}.site-footer__landscape-bottom p{margin:0;font-size:10px;line-height:1.4}.site-footer__actions a:focus-visible,.site-footer__link-groups a:focus-visible{outline:3px solid rgba(255,255,255,.76);outline-offset:4px}@media (max-width:980px){.site-footer.site-footer--landscape{width:calc(100% - 16px);height:calc(100dvh - 16px);margin:8px auto;border-radius:34px;background-image:url(/images/footer/footer-tablet.png)}.site-footer__landscape-content{padding:clamp(28px,5vw,48px)}.site-footer__cta h2{font-size:clamp(58px,9vw,86px)}.site-footer__link-groups{margin-bottom:32px}}@media (max-width:640px){.site-footer.site-footer--landscape{min-height:600px;border-radius:25px;background-image:url(/images/footer/footer-mobile.png);background-position:50%}.site-footer__landscape-content{padding:26px 22px 20px}.site-footer__cta{margin-top:20px}.site-footer__cta h2{max-width:10ch;font-size:clamp(44px,13.8vw,62px);line-height:.94}.site-footer__cta>p{max-width:38ch;margin-top:18px;font-size:12px;line-height:1.5}.site-footer__actions{margin-top:18px}.site-footer__actions a{min-height:44px;padding-inline:15px;font-size:10px}.site-footer__link-groups{grid-template-columns:1.25fr .9fr 1.1fr;gap:15px;margin-bottom:22px}.site-footer__link-groups nav{gap:7px}.site-footer__link-groups nav>p{margin-bottom:3px;font-size:8px}.site-footer__link-groups a{font-size:10px}.site-footer__landscape-bottom{align-items:flex-start;flex-direction:column;gap:5px}.site-footer__landscape-bottom p{font-size:8px}}@media (max-height:720px){.site-footer.site-footer--landscape{min-height:560px}.site-footer__landscape-content{padding-top:22px;padding-bottom:16px}.site-footer__cta{margin-top:6px}.site-footer__cta h2{font-size:clamp(40px,8.5dvh,68px)}.site-footer__cta>p{margin-top:13px;font-size:11px}.site-footer__actions{margin-top:13px}.site-footer__actions a{min-height:40px}.site-footer__link-groups{margin-bottom:16px}}@media (prefers-reduced-motion:reduce){.site-footer__actions a,.site-footer__link-groups a{transition:none}}.site-footer--landscape .site-footer__cta h2,.site-footer--landscape .site-footer__cta h2 span,.site-footer--landscape .site-footer__cta>p,.site-footer--landscape .site-footer__landscape-bottom,.site-footer--landscape .site-footer__link-groups a,.site-footer--landscape .site-footer__link-groups nav>p,.site-footer.site-footer--landscape{color:#fff}.site-footer--landscape .site-footer__cta h2,.site-footer--landscape .site-footer__cta h2 span,.site-footer--landscape .site-footer__cta>p{text-shadow:0 2px 24px rgba(4,22,28,.56)}.site-footer--landscape .site-footer__link-groups nav>p{color:rgba(255,255,255,.78);text-shadow:0 1px 14px rgba(5,19,24,.72)}.site-footer--landscape .site-footer__link-groups a{border-color:rgba(255,255,255,.52);color:#fff;text-shadow:0 1px 14px rgba(5,19,24,.74);transition:color .25s ease,border-color .25s ease,text-shadow .25s ease,transform .25s ease}.site-footer--landscape .site-footer__link-groups a:hover{transform:translateX(2px);border-color:#83dcff;color:#83dcff;text-shadow:0 1px 18px rgba(7,39,52,.78)}.site-footer--landscape .site-footer__actions a,.site-footer--landscape .site-footer__actions a:first-child{border-color:rgba(255,255,255,.72);background:rgba(8,30,35,.5);box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 12px 28px rgba(5,23,29,.14);color:#fff;text-shadow:0 1px 12px rgba(4,18,22,.6);transition:transform .25s ease,background .25s ease,color .25s ease,border-color .25s ease,box-shadow .25s ease}.site-footer--landscape .site-footer__actions a:first-child:hover,.site-footer--landscape .site-footer__actions a:hover{transform:translateY(-2px);border-color:#83dcff;background:rgba(72,164,199,.2);box-shadow:inset 0 1px 0 rgba(255,255,255,.22),0 14px 30px rgba(5,23,29,.18);color:#83dcff}.site-footer--landscape .site-footer__actions a:active,.site-footer--landscape .site-footer__link-groups a:active{transform:translateY(1px)}.site-footer--landscape .site-footer__actions a:focus-visible,.site-footer--landscape .site-footer__link-groups a:focus-visible{outline-color:#a9e9ff}body,html{position:relative}.site-header{background:rgba(243,246,244,.98);backdrop-filter:none;-webkit-backdrop-filter:none}.founder-profile__image,.leadership-feature__image{position:relative}.contact-hero{padding:clamp(64px,8vw,110px) 0 clamp(42px,5vw,70px)}.page-shell>main.bg-black{background:var(--canvas)!important;color:var(--ink)}.home-hero--command{min-height:720px;max-height:960px;background:#0b1114}.home-hero--command .home-hero__sky{object-position:center}.home-hero__command-scrim{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(5,10,13,.9),rgba(5,10,13,.72) 42%,rgba(5,10,13,.2) 72%,rgba(5,10,13,.08)),linear-gradient(0deg,rgba(5,10,13,.72),transparent 44%)}.home-hero__copy--left{inset:clamp(126px,17vh,176px) auto auto clamp(28px,6vw,92px);width:min(calc(100% - 56px),900px);align-items:flex-start;text-align:left}.home-hero__copy--left h1{max-width:880px;font-size:clamp(52px,5.8vw,86px)}.home-hero__copy--left h1 span:last-child{color:rgba(255,255,255,.58)}.home-hero__copy--left>p:not(.home-hero__eyebrow){max-width:640px;text-wrap:pretty}.home-hero__route-strip{position:absolute;z-index:12;right:clamp(24px,4vw,66px);bottom:28px;left:clamp(24px,4vw,66px);display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.25)}.home-hero__route-strip a{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;min-height:64px;border-right:1px solid rgba(255,255,255,.16);padding:0 18px;color:rgba(255,255,255,.76);font-size:13px;transition:color .2s ease,background .2s ease}.home-hero__route-strip a:first-child{padding-left:0}.home-hero__route-strip a:last-child{border-right:0}.home-hero__route-strip a:hover{color:#fff;background:rgba(255,255,255,.05)}.home-hero__route-strip span{font-family:var(--font-mono),monospace;font-size:9px;color:rgba(255,255,255,.38)}.hero-mobile-menu--dark{background:#0b1114}.page-hero--editorial h1{max-width:13ch}.media-panel--editorial img{object-position:center}.media-panel--short{min-height:clamp(360px,44vw,560px)}.editorial-index{border-top:1px solid var(--line)}.editorial-index__row{display:grid;grid-template-columns:44px minmax(260px,.85fr) 1fr 48px;gap:26px;align-items:center;min-height:150px;border-bottom:1px solid var(--line);padding:24px 0;transition:padding .3s cubic-bezier(.16,1,.3,1),color .2s ease}.editorial-index__row:hover{padding-inline:14px;color:var(--accent)}.editorial-index__row>span{font-size:11px}.editorial-index__row div>p,.editorial-index__row>span{font-family:var(--font-mono),monospace;color:var(--ink-soft)}.editorial-index__row div>p{margin:0 0 7px;font-size:10px;letter-spacing:.08em;text-transform:uppercase}.editorial-index__row h2{margin:0;font-size:clamp(25px,2.8vw,38px);font-weight:500;line-height:1.02}.editorial-index__row>p{max-width:56ch;margin:0;color:var(--ink-soft);font-size:14px;line-height:1.6}.editorial-index__row>i{display:grid;width:44px;height:44px;place-items:center;border:1px solid var(--line);border-radius:50%;font-style:normal}.engagement-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.engagement-card{display:flex;min-height:280px;flex-direction:column;border-radius:var(--radius-lg);padding:26px;background:var(--surface);border:1px solid var(--line)}.engagement-card:nth-child(2){background:var(--surface-muted);border-color:transparent}.engagement-card:nth-child(3){background:var(--accent-soft);border-color:transparent}.engagement-card:nth-child(4){background:var(--ink);color:white;border-color:transparent}.engagement-card>span{color:var(--ink-soft);font-family:var(--font-mono),monospace;font-size:10px}.engagement-card h3{margin:auto 0 12px;font-size:28px;font-weight:500}.engagement-card p{margin:0;color:var(--ink-soft);font-size:14px;line-height:1.55}.engagement-card:nth-child(4) p{color:rgba(255,255,255,.62)}.detail-hero-wrap{padding-top:14px}.detail-hero{position:relative;min-height:min(760px,calc(100dvh - 100px));overflow:hidden;border-radius:var(--radius-lg);color:#fff;isolation:isolate}.detail-hero>img{position:absolute;inset:0;z-index:-2;width:100%;height:100%;object-fit:cover}.detail-hero__shade{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(5,10,13,.9),rgba(5,10,13,.52) 52%,rgba(5,10,13,.08))}.detail-hero__content{display:flex;min-height:inherit;max-width:840px;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:clamp(30px,6vw,76px)}.detail-hero__content .eyebrow{color:rgba(255,255,255,.72)}.detail-hero__content .eyebrow:before{background:#fff}.detail-hero h1{max-width:12ch;margin:0;font-size:clamp(48px,6vw,82px);font-weight:500;letter-spacing:-.04em;line-height:.94}.detail-hero__content>p:not(.eyebrow){max-width:58ch;margin:22px 0 28px;color:rgba(255,255,255,.74);font-size:clamp(15px,1.2vw,18px);line-height:1.6}.split-statement{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(40px,7vw,100px);align-items:start}.split-statement h2{max-width:14ch;margin:0;font-size:clamp(34px,4.4vw,56px);font-weight:500;line-height:1.02;letter-spacing:-.025em}.trigger-list{border-top:1px solid var(--line)}.trigger-list>p{display:grid;grid-template-columns:22px 1fr;gap:12px;align-items:start;margin:0;border-bottom:1px solid var(--line);padding:20px 0;color:var(--ink-soft);font-size:15px;line-height:1.55}.trigger-list svg{color:var(--accent)}.capability-section{background:var(--surface)}.capability-grid--three{grid-template-columns:repeat(3,1fr)}.capability-grid--three .capability-card{min-height:500px}.capability-card__number{font-family:var(--font-mono),monospace;color:var(--ink-soft);font-size:11px}.capability-grid--three .capability-card h3{margin-top:auto;padding-top:80px}.governance-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.governance-panel{min-height:520px;border-radius:var(--radius-lg);padding:clamp(28px,4vw,52px);background:var(--accent-soft)}.governance-panel--ink{background:var(--ink);color:#fff}.governance-panel .eyebrow{margin-bottom:70px}.governance-panel--ink .eyebrow{color:rgba(255,255,255,.62)}.governance-panel--ink .eyebrow:before{background:var(--lime)}.governance-panel h2{max-width:12ch;margin:0 0 42px;font-size:clamp(32px,4vw,50px);font-weight:500;line-height:1.02}.governance-panel>div{border-top:1px solid var(--line)}.governance-panel--ink>div{border-color:rgba(255,255,255,.16)}.governance-panel>div p{display:flex;gap:10px;margin:0;border-bottom:1px solid var(--line);padding:15px 0;color:var(--ink-soft);font-size:14px}.governance-panel--ink>div p{border-color:rgba(255,255,255,.16);color:rgba(255,255,255,.7)}.consultation-band{display:flex;min-height:420px;align-items:flex-end;justify-content:space-between;gap:40px;border-radius:var(--radius-lg);padding:clamp(32px,5vw,66px);background:#1d55d5;color:#fff}.consultation-band .eyebrow{color:rgba(255,255,255,.66)}.consultation-band .eyebrow:before{background:var(--lime)}.consultation-band h2{max-width:15ch;margin:0;font-size:clamp(36px,5vw,62px);font-weight:500;line-height:.98;letter-spacing:-.03em}.consultation-band p:not(.eyebrow){max-width:56ch;margin:18px 0 0;color:rgba(255,255,255,.72);line-height:1.6}.industry-catalogue{display:grid;gap:14px}.industry-feature{display:grid;grid-template-columns:50px 1fr 46px;align-items:center;min-height:260px;border-radius:var(--radius-lg);padding:clamp(28px,4vw,52px);background:var(--surface);border:1px solid var(--line);transition:transform .25s ease,background .25s ease,color .25s ease}.industry-feature:hover{transform:translateY(-3px);background:var(--ink);color:#fff}.industry-feature>span{align-self:start;font-family:var(--font-mono),monospace;color:var(--ink-soft);font-size:11px}.industry-feature h2{margin:0;font-size:clamp(36px,5vw,64px);font-weight:500;line-height:.98;letter-spacing:-.03em}.industry-feature p{max-width:54ch;margin:18px 0 0;color:var(--ink-soft);line-height:1.6}.industry-feature:hover p{color:rgba(255,255,255,.65)}.industry-hero{padding:clamp(90px,12vw,170px) 0 clamp(70px,9vw,120px);background:var(--accent-soft)}.industry-hero__grid{display:grid;grid-template-columns:1.2fr .8fr;gap:clamp(40px,8vw,110px);align-items:end}.industry-hero h1{max-width:12ch;margin:0;font-size:clamp(56px,8vw,110px);font-weight:500;line-height:.9;letter-spacing:-.055em}.industry-hero__grid>div:last-child>p{max-width:52ch;margin:0 0 28px;color:var(--ink-soft);font-size:17px;line-height:1.65}.priority-grid{display:grid;grid-template-columns:1.15fr .85fr;grid-template-areas:"one two" "one three";gap:14px}.priority-card{display:flex;min-height:280px;flex-direction:column;justify-content:space-between;border-radius:var(--radius-lg);padding:clamp(26px,4vw,50px);background:var(--surface);border:1px solid var(--line)}.priority-card:first-child{grid-area:one;min-height:574px;background:var(--ink);color:#fff}.priority-card:nth-child(2){grid-area:two;background:var(--surface-muted);border-color:transparent}.priority-card:nth-child(3){grid-area:three;background:var(--lime);border-color:transparent}.priority-card>span{font-family:var(--font-mono),monospace;font-size:10px;color:var(--ink-soft)}.priority-card h2{max-width:14ch;margin:0;font-size:clamp(28px,4vw,50px);font-weight:500;line-height:1.02}.capability-tags{display:flex;flex-wrap:wrap;gap:9px}.capability-tags span{border:1px solid var(--line);border-radius:999px;padding:11px 16px;background:var(--surface);font-size:13px}.training-grid{display:grid;grid-template-columns:1.05fr .95fr;grid-template-areas:"ai cyber" "ai formats";gap:14px}.training-card{min-height:360px;border-radius:var(--radius-lg);padding:clamp(28px,4vw,48px);background:var(--surface);border:1px solid var(--line)}.training-card:first-child{grid-area:ai;min-height:734px;background:var(--accent);color:#fff;border-color:transparent}.training-card:nth-child(2){grid-area:cyber;background:var(--surface-muted);border-color:transparent}.training-card:nth-child(3){grid-area:formats;background:var(--lime);border-color:transparent}.training-card>span{font-family:var(--font-mono),monospace;font-size:10px;color:var(--ink-soft)}.training-card h2{max-width:11ch;margin:80px 0 26px;font-size:clamp(30px,4vw,52px);font-weight:500;line-height:1.02}.training-card ul{display:grid;gap:14px;margin:0;padding:0;list-style:none}.training-card li{border-top:1px solid;padding-top:14px;color:var(--ink-soft);font-size:14px;line-height:1.5;opacity:.82}.training-card:first-child li{color:rgba(255,255,255,.78)}.site-footer__contact{flex-direction:row;align-items:center;justify-content:space-between;gap:30px}.site-footer__contact>div>p{margin:0;font-size:18px}.site-footer__contact>div>span{display:block;margin-top:5px;color:rgba(255,255,255,.48);font-size:13px}.form-status{display:flex;align-items:center;gap:12px}.form-status p{margin:0}.text-button{border:0;border-bottom:1px solid;background:transparent;color:var(--accent);padding:3px 0;font-size:12px;font-weight:700}@media (max-width:1000px){.home-hero__route-strip{grid-template-columns:repeat(2,1fr)}.home-hero__route-strip a:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.16)}.editorial-index__row{grid-template-columns:34px 1fr 44px}.editorial-index__row>p{grid-column:2/-1}.capability-grid--three,.engagement-grid{grid-template-columns:repeat(2,1fr)}.capability-grid--three .capability-card:last-child{grid-column:1/-1}.governance-grid,.industry-hero__grid,.split-statement{grid-template-columns:1fr}}@media (max-width:720px){.home-hero--command{min-height:720px;height:calc(100svh - 14px)}.home-hero--command .home-hero__sky{object-position:62% center}.home-hero__command-scrim{background:linear-gradient(0deg,rgba(5,10,13,.9),rgba(5,10,13,.46) 82%)}.home-hero__copy--left{inset:auto 22px 176px;width:auto}.home-hero__copy--left .home-hero__eyebrow{display:none}.home-hero__copy--left h1{font-size:clamp(42px,12vw,58px)}.home-hero__copy--left h1 span{display:inline}.home-hero__copy--left h1 span:after{content:" "}.home-hero__actions{width:100%}.hero-action{min-width:0;flex:1}.home-hero__route-strip{right:20px;bottom:18px;left:20px;grid-template-columns:1fr 1fr}.home-hero__route-strip a{min-height:42px;padding:0 8px;font-size:10px}.home-hero__route-strip a:first-child{padding-left:8px}.editorial-index__row{grid-template-columns:28px 1fr 40px;gap:12px;min-height:170px}.editorial-index__row>p{grid-column:2/-1}.capability-grid--three,.engagement-grid{grid-template-columns:1fr}.capability-grid--three .capability-card:last-child{grid-column:auto}.consultation-band{min-height:470px;flex-direction:column;align-items:flex-start;justify-content:flex-end}.industry-feature{grid-template-columns:30px 1fr 40px;min-height:280px;padding:24px 20px}.industry-feature h2{font-size:42px}.industry-hero h1{font-size:clamp(54px,17vw,82px)}.priority-grid,.training-grid{grid-template-columns:1fr;grid-template-areas:none}.priority-card,.priority-card:first-child,.priority-card:nth-child(2),.priority-card:nth-child(3),.training-card,.training-card:first-child,.training-card:nth-child(2),.training-card:nth-child(3){grid-area:auto;min-height:360px}.governance-panel{min-height:440px}.form-status,.site-footer__contact{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){.editorial-index__row:hover,.engagement-card:hover,.industry-feature:hover{transform:none}}.founder-profile__copy h2,.leadership-story__copy h2{margin:0;font-size:clamp(32px,4vw,50px);font-weight:500;line-height:1.03;letter-spacing:-.025em}.founder-profile__copy>div>p:not(.eyebrow),.leadership-story__copy>div>p:not(.eyebrow){max-width:52ch;color:var(--ink-soft);font-size:15px;line-height:1.65}.about-values{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.about-value{min-height:250px;border-radius:var(--radius-lg);padding:26px;background:var(--surface);border:1px solid var(--line)}.about-value:nth-child(2),.about-value:nth-child(5){background:var(--surface-muted);border-color:transparent}.about-value:nth-child(3){background:var(--accent-soft);border-color:transparent}.about-value:nth-child(6){background:var(--ink);color:#fff;border-color:transparent}.about-value>span,.contact-option>span{font-family:var(--font-mono),monospace;color:var(--ink-soft);font-size:10px}.about-value h3{margin:80px 0 12px;font-size:26px;font-weight:500}.about-value p{margin:0;color:var(--ink-soft);font-size:14px;line-height:1.55}.about-value:nth-child(6) p{color:rgba(255,255,255,.62)}.contact-options--four{grid-template-columns:repeat(2,1fr)}.contact-options--four .contact-option:first-child{grid-column:auto}.contact-options--four .contact-option{min-height:250px}.contact-options--four .contact-option h3{margin-top:72px}.contact-options--four .contact-option a{border-bottom:1px solid;padding-bottom:2px}.contact-details__list span{color:var(--ink-soft);font-size:14px;line-height:1.6}.home-solutions .solution-card a{min-height:330px}.home-solutions .solution-card__copy{margin-top:0}.home-solutions .solution-card__footer{margin-top:auto}@media (max-width:900px){.about-values{grid-template-columns:repeat(2,1fr)}}@media (max-width:720px){.about-values,.contact-options--four{grid-template-columns:1fr}.about-value,.contact-options--four .contact-option{min-height:230px}}body:has(.home-hero)>.site-header,body:has(.home-hero)>.skip-link+.site-header{display:none}body:has(.home-hero) .page-shell{padding-top:0}.home-hero{position:relative;width:100%;height:min(920px,100dvh);min-height:720px;margin:0;overflow:hidden;background:#078bd6;color:#fff;isolation:isolate}.home-hero__background{position:absolute;inset:0;z-index:-2;display:block;width:100%;height:100%;transform-origin:center}.home-hero__background img{width:100%;height:100%;object-fit:cover;object-position:center}.home-hero__scrim{position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(0,61,119,.06),transparent 34%,rgba(2,50,81,.2) 58%,rgba(2,27,42,.88)),linear-gradient(90deg,rgba(1,39,67,.18),transparent 48%,rgba(1,39,67,.06))}.hero-nav{position:absolute;inset:0 0 auto;z-index:30;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:88px;padding:0 clamp(24px,4vw,72px)}.hero-nav__brand{width:108px;justify-self:start}.hero-mobile-menu__top img,.hero-nav__brand img{width:100%;filter:brightness(0) invert(1)}.hero-nav__links{display:flex;align-items:center;gap:clamp(24px,2.8vw,48px)}.hero-nav__links a{position:relative;padding:12px 0;font-size:14px;font-weight:500;letter-spacing:-.015em}.hero-nav__links a:after{position:absolute;right:0;bottom:5px;left:0;height:1px;transform:scaleX(0);transform-origin:right;background:#fff;content:"";transition:transform .26s cubic-bezier(.16,1,.3,1)}.hero-nav__links a:focus-visible:after,.hero-nav__links a:hover:after{transform:scaleX(1);transform-origin:left}.hero-nav__menu{display:none;width:44px;height:44px;justify-self:end;place-items:center;border:1px solid rgba(255,255,255,.42);border-radius:50%;background:rgba(4,65,108,.16);backdrop-filter:blur(10px)}.home-hero__content{position:absolute;right:clamp(24px,4vw,72px);bottom:116px;left:clamp(24px,4vw,72px);z-index:10;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:clamp(52px,7vw,132px);align-items:end}.home-hero__eyebrow{margin:0 0 17px;color:rgba(255,255,255,.74);font-family:var(--font-mono),monospace;font-size:10px;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.home-hero h1{max-width:none;margin:0;font-size:clamp(50px,4.6vw,76px);font-weight:500;line-height:.94;letter-spacing:-.055em;text-wrap:balance}.home-hero h1 span{display:block;white-space:nowrap}.home-hero__support{padding-bottom:3px}.home-hero__support>p{max-width:56ch;margin:0;color:rgba(255,255,255,.82);font-size:clamp(14px,1.12vw,17px);line-height:1.55;text-wrap:pretty}.home-hero__actions{display:flex;margin-top:24px}.hero-action{display:inline-flex;min-height:46px;align-items:center;justify-content:center;gap:9px;border-radius:999px;padding:0 21px;background:#fff;color:#0b1720;box-shadow:0 12px 30px rgba(0,30,53,.2);font-size:13px;font-weight:600;line-height:1;white-space:nowrap;transition:transform .22s ease,box-shadow .22s ease}.hero-action:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(0,30,53,.26)}.hero-action:active{transform:translateY(0) scale(.98)}.hero-logo-marquee{position:absolute;right:0;bottom:0;left:0;z-index:12;height:84px;overflow:hidden;border-top:1px solid rgba(255,255,255,.22);background:rgba(2,28,44,.16);backdrop-filter:blur(8px);mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent)}.hero-logo-track{display:flex;width:max-content;height:100%;animation:hero-logo-scroll 30s linear infinite;will-change:transform}.hero-logo-group{display:flex;height:100%;flex-shrink:0;align-items:center;padding-right:clamp(36px,5vw,84px)}.hero-logo-mark{display:flex;min-width:clamp(220px,17vw,300px);align-items:center;justify-content:center;gap:14px;padding:0 clamp(22px,2.5vw,44px);border-right:1px solid rgba(255,255,255,.14);color:rgba(255,255,255,.68)}.hero-company-wordmark{color:rgba(255,255,255,.76);font-size:17px;line-height:1;white-space:nowrap}.hero-company-wordmark--slack{font-weight:700;letter-spacing:-.035em}.hero-company-wordmark--slack:before{margin-right:7px;content:"+";font-size:.9em}.hero-company-wordmark--google{font-weight:500;letter-spacing:-.035em}.hero-company-wordmark--shopify,.hero-company-wordmark--wayfair{font-family:Georgia,Times New Roman,serif;font-style:italic;font-weight:700}.hero-company-wordmark--stripe{font-size:19px;font-weight:700;letter-spacing:-.04em}.hero-company-wordmark--xero{display:inline-grid;width:56px;height:32px;place-items:center;border:1px solid rgba(255,255,255,.52);border-radius:50%;font-size:12px;font-weight:600}.hero-company-wordmark--azure{font-size:14px;font-weight:500}.hero-company-wordmark--azure:before{display:inline-block;width:10px;height:10px;margin-right:8px;background:currentColor;box-shadow:6px 0 currentColor,0 6px currentColor,6px 6px currentColor;content:""}.hero-company-wordmark--udacity{font-size:12px;letter-spacing:.2em}@keyframes hero-logo-scroll{to{transform:translate3d(-50%,0,0)}}.hero-mobile-menu{position:absolute;inset:0;z-index:40;flex-direction:column;padding:22px 24px 30px;background:#075c9d}.hero-mobile-menu,.hero-mobile-menu__top{display:flex;justify-content:space-between}.hero-mobile-menu__top{align-items:center}.hero-mobile-menu__top img{width:98px}.hero-mobile-menu__top button{display:grid;width:44px;height:44px;place-items:center;border:1px solid rgba(255,255,255,.4);border-radius:50%;background:transparent;color:#fff}.hero-mobile-menu nav{display:grid;gap:8px}.hero-mobile-menu nav a{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.18);padding:12px 0;font-size:clamp(30px,9vw,52px);font-weight:500;line-height:1;letter-spacing:-.045em}.hero-mobile-menu>p{max-width:34ch;margin:0;color:rgba(255,255,255,.68);font-size:13px;line-height:1.55}.hero-mobile-menu a:focus-visible,.hero-mobile-menu button:focus-visible,.hero-nav a:focus-visible,.hero-nav button:focus-visible,.home-hero__actions a:focus-visible{outline:2px solid #fff;outline-offset:4px}@media (max-width:1100px){.home-hero{height:min(940px,100dvh);min-height:760px}.hero-nav{grid-template-columns:1fr auto}.hero-nav__links{display:none}.hero-nav__menu{display:grid}.home-hero__content{bottom:108px;grid-template-columns:1fr;gap:22px}.home-hero h1{font-size:clamp(50px,7vw,70px)}.home-hero__support{max-width:540px}.hero-logo-marquee{height:76px}.hero-logo-mark{min-width:230px}}@media (max-width:760px){.home-hero{height:100dvh;min-height:720px}.home-hero__scrim{background:linear-gradient(180deg,rgba(0,60,112,.06),transparent 27%,rgba(3,52,82,.26) 48%,rgba(2,28,43,.93))}.hero-nav{min-height:68px;padding:0 20px}.hero-nav__brand{width:96px}.home-hero__content{right:20px;bottom:96px;left:20px;display:block}.home-hero__eyebrow{margin-bottom:12px;font-size:9px;letter-spacing:.12em}.home-hero h1{max-width:9.5ch;font-size:clamp(42px,12vw,56px);line-height:.93}.home-hero h1 span{white-space:normal}.home-hero__support{max-width:42ch;margin-top:18px;padding:0}.home-hero__support>p{font-size:12.5px;line-height:1.45}.home-hero__actions{margin-top:17px}.hero-action{min-height:44px;padding-inline:18px;font-size:11px}.hero-logo-marquee{height:70px;mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.hero-logo-track{animation-duration:24s}.hero-logo-mark{min-width:190px;gap:10px;padding-inline:18px}.hero-company-wordmark{font-size:14px}.hero-company-wordmark--stripe{font-size:16px}.hero-company-wordmark--xero{width:50px;height:28px;font-size:11px}.hero-company-wordmark--azure,.hero-company-wordmark--udacity{font-size:10px}}@media (max-width:390px) and (max-height:760px){.home-hero{min-height:700px}.home-hero__content{bottom:90px}.home-hero h1{font-size:38px}.home-hero__support>p{font-size:12px}}@media (prefers-reduced-motion:reduce){.hero-action{transition:none}.hero-logo-track{animation:none}}.home-hero__scrim{background:linear-gradient(180deg,rgba(0,78,145,.13),rgba(0,103,170,.02) 48%,rgba(0,85,139,.2)),linear-gradient(90deg,rgba(0,63,110,.15),transparent 48%,rgba(0,86,144,.04))}.hero-nav{top:18px;right:clamp(24px,6vw,104px);bottom:auto;left:clamp(24px,6vw,104px);width:auto;max-width:1120px;min-height:72px;margin-inline:auto;border:1px solid rgba(255,255,255,.58);border-radius:16px;padding:8px 10px 8px 20px;background:rgba(244,245,239,.94);box-shadow:0 18px 44px rgba(13,55,76,.16),inset 0 1px 0 rgba(255,255,255,.68);color:#111b19;backdrop-filter:blur(16px)}.hero-nav__brand img{filter:brightness(0)}.hero-nav__links a:after{background:#111b19}.hero-nav__actions{display:flex;align-items:center;justify-self:end;gap:8px}.hero-nav__consultation{display:inline-flex;min-height:48px;align-items:center;justify-content:center;border-radius:999px;padding:0 22px;background:#111b19;color:#fff;font-size:12px;font-weight:700;letter-spacing:.04em;white-space:nowrap;transition:transform .22s ease,background .22s ease}.hero-nav__consultation:hover{transform:translateY(-1px);background:#1a2a27}.hero-nav__consultation:active{transform:scale(.98)}.hero-nav__menu{border-color:rgba(17,27,25,.16);background:#111b19;color:#fff;backdrop-filter:none}.home-hero__eyebrow{color:#fff;font-weight:700;text-shadow:0 2px 14px rgba(0,54,96,.3)}.home-hero h1{color:#fff;text-shadow:0 3px 22px rgba(0,59,102,.28)}.hero-trust{display:grid;gap:10px;margin-bottom:18px}.hero-trust__avatars{display:flex;align-items:center;padding-left:2px}.hero-trust__avatars img,.hero-trust__star{width:42px;height:42px;margin-left:-7px;border:2px solid rgba(255,255,255,.96);border-radius:50%}.hero-trust__avatars img:first-child{margin-left:0}.hero-trust__avatars img{object-fit:cover;background:#dbe8ee}.hero-trust__star{display:grid;place-items:center;background:#a8e85a;color:#101713;font-size:18px;line-height:1}.hero-trust>p{margin:0;color:rgba(255,255,255,.96);font-size:10px;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.hero-logo-marquee{border:0;background:transparent;backdrop-filter:none}.hero-logo-mark{border-right:0}.hero-nav a:focus-visible,.hero-nav button:focus-visible{outline-color:#111b19}@media (max-width:1100px){.hero-nav{right:24px;left:24px}}@media (max-width:760px){.home-hero__scrim{background:linear-gradient(180deg,rgba(0,69,127,.1),rgba(0,104,167,.02) 35%,rgba(0,78,128,.24))}.hero-nav{top:10px;right:12px;left:12px;min-height:58px;border-radius:14px;padding:6px 7px 6px 14px}.hero-nav__brand{width:92px}.hero-nav__consultation{display:none}.hero-trust{gap:8px;margin-bottom:13px}.hero-trust__avatars img,.hero-trust__star{width:34px;height:34px}.hero-trust__star{font-size:14px}.hero-trust>p{font-size:8px}}@media (min-width:761px){.home-hero__actions{display:none}}