:root{--navy-950:#03101b;--navy-900:#061a2a;--navy-850:#082238;--navy-800:#0b2b45;--blue-600:#087ae5;--blue-500:#1596ff;--blue-200:#a8d9ff;--amber-500:#e4a148;--mist-100:#edf4f8;--mist-50:#f5f9fb;--white:#ffffff;--ink:#071a2b;--ink-soft:#40586a;--border-dark:rgba(255,255,255,0.16);--border-light:#ccdae4;--header-height:78px;--container:1180px;--container-wide:1360px;--container-narrow:780px;--section-space:clamp(5rem,9vw,9rem);--shadow:0 24px 70px rgba(2,19,32,0.15)}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--navy-950)}body{margin:0;min-width:320px;background:var(--mist-50);color:var(--ink);font-family:var(--font-manrope),Manrope,ui-sans-serif,system-ui,sans-serif;font-size:16px;line-height:1.65;text-rendering:optimizeLegibility}body.menu-open{overflow:hidden}main{overflow:clip}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}a,button{-webkit-tap-highlight-color:transparent}img{display:block}h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:-.045em;line-height:1.05}h1{font-size:clamp(3.25rem,6.7vw,7.25rem)}h2{font-size:clamp(2.25rem,4.2vw,4.75rem)}h3{font-size:clamp(1.2rem,2vw,1.65rem)}::selection{background:var(--blue-600);color:var(--white)}:focus-visible{outline:3px solid var(--amber-500);outline-offset:4px}.skip-link{position:fixed;left:1rem;top:-5rem;z-index:1000;padding:.8rem 1rem;background:var(--white);color:var(--ink);font-weight:800}.skip-link:focus{top:1rem}.container{width:min(calc(100% - 3rem),var(--container));margin-inline:auto}.container--wide{max-width:var(--container-wide)}.container--narrow{max-width:var(--container-narrow)}.eyebrow{margin-bottom:1.25rem;color:var(--blue-500);font-size:.76rem;font-weight:800;letter-spacing:.18em;line-height:1.4;text-transform:uppercase}.button-row{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:2rem}.button{display:inline-flex;min-height:50px;align-items:center;justify-content:center;gap:2.2rem;border:1px solid transparent;padding:.9rem 1.15rem;cursor:pointer;font-size:.73rem;font-weight:800;letter-spacing:.08em;line-height:1;text-transform:uppercase;transition:background-color .18s ease,color .18s ease,border-color .18s ease,transform .18s ease}.button:hover{transform:translateY(-2px)}.button--primary{background:var(--blue-600);color:var(--white)}.button--primary:hover{background:#096bc6}.button--secondary{border-color:rgba(255,255,255,.5);background:rgba(3,16,27,.36);color:var(--white)}.button--secondary:hover{border-color:var(--white);background:rgba(3,16,27,.72)}.button--light{background:var(--white);color:var(--ink)}.button:disabled{cursor:wait;opacity:.66;transform:none}.text-link{display:inline-flex;align-items:center;gap:.75rem;color:var(--blue-600);font-size:.78rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.text-link span{transition:transform .18s ease}.text-link:hover span{transform:translateX(4px)}.text-link--light,.wordmark{color:var(--white)}.wordmark{display:inline-flex;flex-direction:column;font-size:.76rem;font-weight:800;letter-spacing:.14em;line-height:1.12;text-transform:uppercase}.site-header{position:fixed;z-index:100;top:0;left:0;display:grid;width:100%;height:var(--header-height);grid-template-columns:auto 1fr auto;align-items:center;grid-gap:2rem;gap:2rem;padding:0 3rem;border-bottom:1px solid transparent;color:var(--white);transition:background-color .2s ease,border-color .2s ease}.site-header--solid{border-color:var(--border-dark);background:rgba(3,16,27,.96);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.site-header__brand{position:relative;z-index:2}.site-header__desktop-nav{display:flex;justify-content:center;gap:clamp(1.3rem,2.5vw,2.7rem)}.site-header__desktop-nav a{position:relative;padding:.5rem 0;font-size:.73rem;font-weight:700}.site-header__desktop-nav a:after{position:absolute;right:0;bottom:0;left:0;height:1px;background:var(--blue-500);content:"";transform:scaleX(0);transition:transform .18s ease}.site-header__desktop-nav a.is-active:after,.site-header__desktop-nav a:hover:after{transform:scaleX(1)}.site-header__cta{display:inline-flex;align-items:center;gap:1rem;padding:.8rem 1rem;background:var(--blue-600);font-size:.7rem;font-weight:800}.site-header__menu-button{position:relative;z-index:2;display:none;width:44px;height:44px;align-items:center;justify-content:center;border:1px solid var(--border-dark);background:transparent;color:var(--white)}.site-header__menu-button svg{width:22px}.mobile-navigation{position:fixed;z-index:1;inset:0;display:none;visibility:hidden;align-items:center;padding:calc(var(--header-height) + 2rem) 1.5rem 2rem;background:var(--navy-950);opacity:0;transition:opacity .18s ease,visibility .18s ease}.mobile-navigation--open{visibility:visible;opacity:1}.mobile-navigation nav{display:grid;width:100%}.mobile-navigation a{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border-dark);padding:1.1rem 0;font-size:clamp(1.5rem,8vw,2.5rem);font-weight:700;letter-spacing:-.04em}.mobile-navigation__brand-link{margin-top:1.5rem;color:var(--blue-200)}.home-hero{position:relative;min-height:min(900px,100svh);background:var(--navy-950);color:var(--white)}.home-hero>img{object-fit:cover;object-position:center}.home-hero__veil{position:absolute;inset:0;background:rgba(3,16,27,.3)}.home-hero__content{position:relative;z-index:1;display:flex;min-height:min(900px,100svh);flex-direction:column;justify-content:center;padding-top:calc(var(--header-height) + 3rem);padding-bottom:4rem}.home-hero__content h1{max-width:860px;margin-bottom:1.7rem;font-size:clamp(3.5rem,6.2vw,6.6rem)}.home-hero__content h1 span{color:var(--blue-500)}.home-hero__summary{max-width:570px;margin-bottom:0;color:rgba(255,255,255,.82);font-size:clamp(1rem,1.4vw,1.25rem)}.venture-system{padding:var(--section-space) 0}.venture-system-band{background:var(--navy-950)}.venture-system--dark{color:var(--white)}.venture-system--dark .venture-system__intro>p,.venture-system--dark .venture-system__stages p{color:rgba(255,255,255,.68)}.venture-system--dark .venture-system__number{border-color:var(--border-dark)}.venture-system__intro{display:grid;grid-template-columns:minmax(0,.9fr) minmax(280px,.65fr);grid-gap:3rem;gap:3rem;align-items:end;margin-bottom:3.2rem}.venture-system__intro h2{max-width:590px;margin:0}.venture-system__intro>p{max-width:520px;margin:0 0 .4rem auto;color:var(--ink-soft);font-size:1.08rem}.venture-system__stages{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1.2rem;gap:1.2rem;margin:0;padding:0;list-style:none}.venture-system__stages li{min-width:0}.venture-system__image{position:relative;aspect-ratio:1.04;overflow:hidden;background:var(--navy-850)}.venture-system__image img{object-fit:cover;transition:transform .42s ease}.venture-system__stages li:hover img{transform:scale(1.025)}.venture-system__number{display:flex;align-items:center;justify-content:space-between;padding:1rem 0 .6rem;border-bottom:1px solid var(--border-light);color:var(--blue-600);font-size:.83rem;font-weight:800}.venture-system__stages h3{margin:1rem 0 .65rem;font-size:.92rem;letter-spacing:.06em;text-transform:uppercase}.venture-system__stages p{margin:0;color:var(--ink-soft);font-size:.9rem}.brand-feature{display:grid;min-height:760px;grid-template-columns:minmax(360px,.9fr) minmax(500px,1.25fr) minmax(280px,.55fr);background:var(--white)}.brand-feature__copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(3rem,7vw,7rem)}.brand-feature__copy h2{margin-bottom:.8rem;font-size:clamp(3rem,5.2vw,5.6rem)}.brand-detail__copy h1 span,.brand-feature__copy h2 span{color:var(--blue-600)}.brand-feature__copy>p{max-width:560px;color:var(--ink-soft)}.brand-feature__copy .brand-feature__promise{color:var(--ink);font-size:1.1rem;font-weight:750}.brand-feature__copy .button{align-self:flex-start;margin-top:1.2rem}.brand-feature__media{position:relative;min-height:600px}.brand-feature__media img{object-fit:cover;object-position:center}.brand-feature__rail{display:flex;flex-direction:column;justify-content:center;gap:2.1rem;padding:4rem 2.2rem;background:var(--navy-900);color:var(--white)}.brand-feature__rail>div{display:grid;grid-template-columns:32px 1fr;grid-gap:.9rem;gap:.9rem;align-items:start}.brand-feature__rail svg{width:25px;color:var(--blue-500)}.brand-feature__rail span{display:grid;grid-gap:.25rem;gap:.25rem}.brand-feature__rail strong{font-size:.92rem}.brand-feature__rail small{color:rgba(255,255,255,.64);font-size:.8rem;line-height:1.55}.principles-section{padding:var(--section-space) 0;background:var(--navy-950);color:var(--white)}.principles-section h2{max-width:830px;margin-bottom:3rem}.principles-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border-top:1px solid var(--border-dark);border-bottom:1px solid var(--border-dark)}.principles-grid article{min-height:230px;padding:2rem 1.4rem;border-right:1px solid var(--border-dark)}.principles-grid article:last-child{border-right:0}.principles-grid svg{width:30px;height:30px;margin-bottom:2rem;color:var(--blue-500);stroke-width:1.5}.principles-grid h3{margin-bottom:.65rem;font-size:1rem;letter-spacing:-.02em}.principles-grid p{margin:0;color:rgba(255,255,255,.6);font-size:.86rem}.fact-rail{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1px;gap:1px;margin-top:4rem;background:var(--border-dark)}.fact-rail>div{display:grid;grid-gap:.55rem;gap:.55rem;padding:1.5rem;background:var(--navy-900)}.fact-rail small,.fact-rail span{color:rgba(255,255,255,.56);font-size:.73rem}.fact-rail span{font-weight:800;letter-spacing:.09em;text-transform:uppercase}.fact-rail strong{font-size:1.15rem}.perspective-feature{display:grid;min-height:560px;grid-template-columns:minmax(370px,.75fr) minmax(560px,1.3fr);background:var(--navy-950);color:var(--white)}.perspective-feature__copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(3rem,6vw,6rem)}.perspective-feature__copy h2{font-size:clamp(2.3rem,4vw,4.5rem)}.perspective-feature__copy>p:not(.eyebrow){color:rgba(255,255,255,.68)}.perspective-feature__media{position:relative;min-height:500px}.perspective-feature__media img{object-fit:cover;object-position:center}.site-footer{background:var(--navy-950);color:var(--white)}.site-footer__cta{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;padding:clamp(3rem,7vw,6rem) max(3rem,calc((100vw - var(--container-wide)) / 2));border-top:1px solid var(--border-dark);border-bottom:1px solid var(--border-dark);background:var(--navy-800)}.site-footer__cta h2{max-width:660px;margin:0;font-size:clamp(2rem,3.8vw,4.2rem)}.site-footer__cta>div:last-child{align-self:end}.site-footer__cta p:not(.eyebrow){max-width:560px;color:rgba(255,255,255,.67)}.site-footer__main{display:grid;max-width:var(--container-wide);grid-template-columns:1.5fr repeat(3,1fr);grid-gap:3rem;gap:3rem;margin:0 auto;padding:4rem 1.5rem}.site-footer__main>div{display:flex;flex-direction:column;gap:.5rem}.site-footer__main a:not(.wordmark){color:rgba(255,255,255,.66);font-size:.86rem}.site-footer__main a:hover{color:var(--white)}.wordmark--footer{align-self:start;color:var(--blue-200)}.site-footer__label{margin-bottom:.6rem;color:var(--white);font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.site-footer__legal{display:flex;max-width:var(--container-wide);justify-content:space-between;margin:0 auto;padding:1.5rem;border-top:1px solid var(--border-dark);color:rgba(255,255,255,.47);font-size:.74rem}.interior-page{padding-top:var(--header-height);background:var(--mist-50)}.page-hero{display:grid;min-height:680px;grid-template-columns:minmax(0,.9fr) minmax(500px,1fr);background:var(--navy-950);color:var(--white)}.page-hero__content{display:flex;flex-direction:column;justify-content:center;padding:clamp(3rem,7vw,7rem)}.page-hero__content h1{margin-bottom:1.5rem;font-size:clamp(3rem,5vw,5.8rem)}.page-hero__content>p:last-child{max-width:660px;color:rgba(255,255,255,.69);font-size:1.08rem}.page-hero__media{position:relative;min-height:580px}.page-hero__media img{object-fit:cover}.breadcrumbs{margin-bottom:auto;padding-bottom:3rem}.breadcrumbs ol{display:flex;flex-wrap:wrap;gap:.65rem;margin:0;padding:0;list-style:none}.breadcrumbs li{display:flex;align-items:center;gap:.65rem;color:rgba(255,255,255,.55);font-size:.73rem}.breadcrumbs li:not(:last-child):after{content:"/"}.breadcrumbs a:hover{color:var(--white)}.editorial-section{display:grid;grid-template-columns:minmax(300px,.8fr) minmax(0,1.2fr);grid-gap:clamp(3rem,7vw,8rem);gap:clamp(3rem,7vw,8rem);padding-top:var(--section-space);padding-bottom:var(--section-space)}.editorial-section__intro{max-width:660px}.editorial-section__intro h2{margin-bottom:1.5rem}.editorial-section__intro>p:not(.eyebrow){color:var(--ink-soft);font-size:1.05rem}.brand-card-grid{display:grid;grid-gap:1.5rem;gap:1.5rem}.brand-card,.portfolio-future{display:grid;min-height:320px;align-content:space-between;grid-gap:2rem;gap:2rem;padding:clamp(2rem,4vw,3.4rem);border:1px solid var(--border-light);background:var(--white)}.brand-card__meta{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;color:var(--blue-600);font-size:.7rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.brand-card h3{margin-bottom:.7rem;font-size:clamp(2.3rem,4vw,4.2rem)}.brand-card p,.portfolio-future p{color:var(--ink-soft)}.portfolio-future{border-style:dashed;background:transparent}.interior-cta{padding:var(--section-space) 1.5rem;background:var(--navy-800);color:var(--white);text-align:center}.interior-cta p:not(.eyebrow){color:rgba(255,255,255,.66)}.brand-detail{padding-top:var(--header-height)}.brand-detail__hero{display:grid;min-height:750px;grid-template-columns:.95fr 1.05fr;background:var(--navy-950);color:var(--white)}.brand-detail__copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(3rem,7vw,7rem)}.brand-detail__copy h1{margin-bottom:1.5rem;font-size:clamp(3.6rem,6vw,7rem)}.brand-detail__lead{max-width:650px;color:rgba(255,255,255,.7);font-size:1.15rem}.brand-detail__media{position:relative}.brand-detail__media img{object-fit:cover}.capability-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1px;gap:1px;background:var(--border-light)}.capability-grid article{min-height:240px;padding:2rem;background:var(--white)}.capability-grid svg{margin-bottom:2rem;color:var(--blue-600);stroke-width:1.5}.capability-grid h3{margin-bottom:.6rem}.capability-grid p{margin:0;color:var(--ink-soft)}.trust-callout{padding:var(--section-space) 0;background:var(--blue-600);color:var(--white)}.trust-callout .container{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem}.trust-callout h2{margin-bottom:0}.trust-callout .container>p{align-self:end;margin:0;color:rgba(255,255,255,.8);font-size:1.1rem}.about-thesis{align-items:start}.thesis-list{display:grid;border-top:1px solid var(--border-light)}.thesis-list article{display:grid;grid-template-columns:42px 1fr;grid-gap:1.25rem;gap:1.25rem;padding:2rem 0;border-bottom:1px solid var(--border-light)}.thesis-list svg{color:var(--blue-600);stroke-width:1.5}.thesis-list h3{margin-bottom:.5rem}.thesis-list p{margin:0;color:var(--ink-soft)}.verified-section{padding:var(--section-space) 0;background:var(--white)}.verified-section .container{display:grid;grid-gap:4rem;gap:4rem}.fact-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light)}.fact-grid article{padding:2rem 1.4rem;border-right:1px solid var(--border-light)}.fact-grid article:last-child{border-right:0}.fact-grid span{color:var(--blue-600);font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.fact-grid h3{margin:1.2rem 0 .8rem}.fact-grid p{margin:0;color:var(--ink-soft);font-size:.87rem}.venture-system-wrapper{padding-top:1rem}.trust-by-design{padding:var(--section-space) 0;background:var(--white)}.trust-by-design .container{display:grid;grid-template-columns:.85fr 1fr;grid-gap:6rem;gap:6rem}.trust-by-design ul{margin:0;padding:0;list-style:none}.trust-by-design li{display:grid;grid-template-columns:28px 1fr;grid-gap:1rem;gap:1rem;padding:1.4rem 0;border-bottom:1px solid var(--border-light)}.trust-by-design svg{color:var(--blue-600)}.article-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:2rem;gap:2rem;padding-top:var(--section-space);padding-bottom:var(--section-space)}.article-card{display:grid;grid-template-rows:300px auto;border-bottom:1px solid var(--border-light);background:var(--white)}.article-card--featured{grid-column:1/-1;grid-template-columns:1.2fr .8fr;grid-template-rows:minmax(480px,auto)}.article-card__media{position:relative;min-height:260px;overflow:hidden}.article-card__media img{object-fit:cover;transition:transform .42s ease}.article-card:hover .article-card__media img{transform:scale(1.02)}.article-card__copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(2rem,5vw,4rem)}.article-card__copy h2{margin-bottom:1rem;font-size:clamp(2rem,3vw,3.5rem)}.article-card__copy>p:not(.eyebrow){color:var(--ink-soft)}.article-detail{padding-top:var(--header-height);background:var(--mist-50)}.article-detail__header{max-width:1040px;margin:0 auto;padding:5rem 1.5rem}.article-detail__header .breadcrumbs li{color:var(--ink-soft)}.article-detail__header .breadcrumbs a:hover{color:var(--ink)}.article-detail__header h1{max-width:1000px;font-size:clamp(3.2rem,6vw,6.5rem)}.article-detail__header>p:last-of-type{max-width:760px;color:var(--ink-soft);font-size:1.15rem}.article-detail__meta{display:flex;flex-wrap:wrap;gap:1.5rem 2.5rem;margin:2.5rem 0 0;padding-top:1.5rem;border-top:1px solid var(--border-light)}.article-detail__meta div{display:grid;grid-gap:.15rem;gap:.15rem}.article-detail__meta dt{color:var(--ink-soft);font-size:.68rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.article-detail__meta dd{margin:0;font-size:.82rem;font-weight:750}.article-detail__hero{position:relative;width:min(100% - 3rem,var(--container-wide));min-height:min(64vw,760px);margin:0 auto}.article-detail__hero img{object-fit:cover}.article-body{padding-top:5rem;padding-bottom:var(--section-space)}.article-body>p{color:#203b4e;font-size:clamp(1.08rem,1.5vw,1.28rem);line-height:1.9}.article-body aside{margin:3.5rem 0;padding:2.5rem;border-left:4px solid var(--blue-600);background:var(--white)}.article-body aside ul{margin-bottom:0;padding-left:1.2rem}.article-body__supporting{font-weight:750}.contact-layout{display:grid;grid-template-columns:.7fr 1.3fr;grid-gap:clamp(3rem,7vw,8rem);gap:clamp(3rem,7vw,8rem);padding-top:var(--section-space);padding-bottom:var(--section-space)}.contact-layout aside h2{margin-bottom:1.3rem}.contact-layout aside>p:not(.eyebrow){color:var(--ink-soft)}.contact-note{margin-top:2.5rem;padding:1.5rem;border-left:3px solid var(--blue-600);background:var(--white)}.contact-note p{margin:.5rem 0 0;color:var(--ink-soft);font-size:.9rem}.contact-note a{color:var(--blue-600);text-decoration:underline;text-underline-offset:3px}.contact-form{display:grid;grid-gap:1.5rem;gap:1.5rem;padding:clamp(2rem,5vw,4rem);background:var(--white);box-shadow:var(--shadow)}.form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem}.contact-form label:not(.checkbox-field):not(.honeypot){display:grid;grid-gap:.55rem;gap:.55rem}.contact-form label>span{font-size:.82rem;font-weight:800}.contact-form label small{color:var(--ink-soft);font-weight:500}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid var(--border-light);border-radius:0;padding:.9rem 1rem;background:var(--mist-50);color:var(--ink)}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--blue-600);outline:2px solid rgba(8,122,229,.18);outline-offset:0}.checkbox-field{display:grid;grid-template-columns:20px 1fr;grid-gap:.8rem;gap:.8rem;align-items:start}.checkbox-field input{width:18px;height:18px;margin-top:.18rem}.checkbox-field span{color:var(--ink-soft);font-size:.84rem;font-weight:500!important}.checkbox-field a{color:var(--blue-600);text-decoration:underline}.honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.contact-form .button{justify-self:start}.form-status{min-height:1.5rem;margin:0;font-size:.86rem}.form-status--success{color:#176e49}.form-status--error{color:#a12b2b}.legal-page,.not-found{min-height:75vh;padding:calc(var(--header-height) + 5rem) 0 7rem;background:var(--mist-50)}.legal-page .breadcrumbs li{color:var(--ink-soft)}.legal-page .breadcrumbs a:hover{color:var(--ink)}.legal-page__draft{display:inline-flex;margin-bottom:1.5rem;padding:.5rem .8rem;border:1px solid var(--amber-500);color:#7d531a;font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.legal-page h1,.not-found h1{margin-bottom:1.5rem;font-size:clamp(3rem,6vw,6rem)}.legal-page__summary{color:var(--ink-soft);font-size:1.15rem}.legal-page__body{margin-top:4rem;padding-top:3rem;border-top:1px solid var(--border-light)}.legal-page__body h2{margin:2.5rem 0 1rem;font-size:1.6rem;letter-spacing:-.03em}.legal-page__body p{color:var(--ink-soft)}.section{padding:3rem 0}.section__heading{max-width:760px}.section__description{color:var(--ink-soft)}@media (max-width:1120px){.site-header{padding-inline:1.5rem}.site-header__desktop-nav{display:none}.site-header__cta{justify-self:end}.site-header__menu-button{display:inline-flex}.mobile-navigation{display:flex}.site-header{grid-template-columns:1fr auto auto}.brand-feature{grid-template-columns:.8fr 1.2fr}.brand-feature__rail{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,1fr)}.principles-grid{grid-template-columns:repeat(3,1fr)}.principles-grid article:nth-child(3){border-right:0}.principles-grid article:nth-child(-n+3){border-bottom:1px solid var(--border-dark)}.fact-grid,.fact-rail{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){:root{--header-height:70px}.container{width:min(calc(100% - 2rem),var(--container))}.site-header__cta{display:none}.site-header{grid-template-columns:1fr auto}.home-hero{min-height:820px}.home-hero>img{object-position:62% center}.home-hero__veil{background:rgba(3,16,27,.5)}.home-hero__content{min-height:820px}.contact-layout,.editorial-section,.trust-by-design .container,.trust-callout .container,.venture-system__intro{grid-template-columns:1fr}.venture-system__intro>p{margin-left:0}.venture-system__stages{grid-template-columns:repeat(2,1fr);row-gap:3rem}.brand-detail__hero,.brand-feature,.page-hero,.perspective-feature{grid-template-columns:1fr}.brand-feature__copy{order:1}.brand-feature__media{order:2;min-height:620px}.brand-feature__rail{order:3;grid-template-columns:repeat(2,1fr)}.perspective-feature__copy{order:2}.perspective-feature__media{order:1}.site-footer__cta,.site-footer__main{grid-template-columns:repeat(2,1fr)}.page-hero{min-height:auto}.page-hero__content{min-height:560px}.brand-detail__media,.page-hero__media{min-height:520px}.brand-detail__copy{min-height:600px}.article-card--featured{grid-template-columns:1fr;grid-template-rows:380px auto}}@media (max-width:640px){h1{font-size:clamp(2.75rem,14vw,4rem)}h2{font-size:clamp(2.15rem,11vw,3.5rem)}.site-header{padding-inline:1rem}.wordmark{font-size:.66rem}.home-hero{min-height:760px}.home-hero__content{min-height:760px;padding-top:calc(var(--header-height) + 2rem)}.home-hero__content h1{max-width:100%;font-size:clamp(2.75rem,13vw,4.1rem)}.button-row{display:grid}.button{width:100%;justify-content:space-between}.venture-system__stages{display:flex;width:calc(100% + 1rem);gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;padding-right:1rem}.venture-system__stages li{min-width:84vw;scroll-snap-align:start}.brand-feature__copy{padding:4rem 1.25rem}.brand-feature__media{min-height:430px}.brand-feature__rail{padding:3rem 1.25rem}.brand-feature__rail,.principles-grid{grid-template-columns:1fr}.principles-grid article{min-height:auto;border-right:0;border-bottom:1px solid var(--border-dark)}.article-grid,.capability-grid,.fact-grid,.fact-rail,.form-grid{grid-template-columns:1fr}.site-footer__cta,.site-footer__main{grid-template-columns:1fr;padding-inline:1.25rem}.site-footer__legal{gap:1rem;flex-direction:column;padding-inline:1.25rem}.brand-detail__copy,.page-hero__content{min-height:540px;padding:4rem 1.25rem}.brand-detail__copy h1{font-size:clamp(2.6rem,12vw,3.3rem)}.brand-detail__media,.page-hero__media{min-height:380px}.breadcrumbs{padding-bottom:2rem}.article-grid{display:grid}.article-card,.article-card--featured{grid-column:auto;grid-template-columns:1fr;grid-template-rows:260px auto}.contact-form{padding:1.4rem}.contact-form .button{justify-self:stretch}.perspective-feature__copy{padding:3.5rem 1.25rem}}@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}}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope Fallback;src:local("Arial");ascent-override:103.31%;descent-override:29.07%;line-gap-override:0.00%;size-adjust:103.19%}.__className_73ee6c{font-family:Manrope,Manrope Fallback;font-style:normal}.__variable_73ee6c{--font-manrope:"Manrope","Manrope Fallback"}