:root{--white:#fff;--black:#0b0b0c;--graphite:#2e2f31;--gold:#c9a86a;--font-serif:"Playfair Display", Georgia, "Times New Roman", serif;--font-sans:Inter, "SF Pro Text", -apple-system, BlinkMacSystemFont, sans-serif;--ease:ease;--duration:.14s;--header-height:64px;--header-scrolled:48px;--page-pad:1.25rem;--max-width:1120px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--black);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1rem;font-weight:400;line-height:1.65}#root{flex-direction:column;min-height:100vh;display:flex}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit;color:inherit;background:0 0;border:none;border-radius:0;outline:none}button{cursor:pointer}img{max-width:100%;display:block}ul,ol{list-style:none}h1,h2,h3,h4{font-family:var(--font-serif);letter-spacing:-.01em;font-weight:400;line-height:1.15}.layout{flex-direction:column;flex:1;min-height:100vh;display:flex}.main{padding-top:var(--header-height);flex:1}.container{width:100%;max-width:var(--max-width);padding-inline:var(--page-pad);margin:0 auto}.page{animation:fadeIn var(--duration) var(--ease)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.header{z-index:100;height:var(--header-height);background:var(--white);transition:background var(--duration) var(--ease), height var(--duration) var(--ease), border-color var(--duration) var(--ease);border-bottom:1px solid #0000;position:fixed;top:0;left:0;right:0}.header--scrolled{height:var(--header-scrolled);background:var(--black);border-bottom-color:var(--black)}.header__inner{height:100%;max-width:var(--max-width);padding-inline:var(--page-pad);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.header__logo{font-family:var(--font-serif);letter-spacing:.02em;color:var(--black);transition:color var(--duration) var(--ease);z-index:2;font-size:1.0625rem}.header--scrolled .header__logo{color:var(--white)}.header__link{letter-spacing:.04em;text-transform:uppercase;color:var(--black);transition:color var(--duration) var(--ease);font-size:.75rem;font-weight:400;position:relative}.header--scrolled .header__link{color:var(--white)}.header__link:after{content:"";transform-origin:0;width:100%;height:1px;transition:transform .12s var(--ease);background:currentColor;position:absolute;bottom:-4px;left:0;transform:scaleX(0)}.header__link--active:after{transform:scaleX(1)}.header__toggle{z-index:2;width:28px;height:18px;display:block;position:relative}.header__toggle span{background:var(--black);height:1px;transition:background var(--duration) var(--ease), transform var(--duration) var(--ease), opacity var(--duration) var(--ease);position:absolute;left:0;right:0}.header--scrolled .header__toggle span{background:var(--white)}.header__toggle span:first-child{top:0}.header__toggle span:nth-child(2){top:50%;transform:translateY(-50%)}.header__toggle span:nth-child(3){bottom:0}.header__toggle--open span:first-child{top:50%;transform:translateY(-50%)rotate(45deg)}.header__toggle--open span:nth-child(2){opacity:0}.header__toggle--open span:nth-child(3){bottom:50%;transform:translateY(50%)rotate(-45deg)}.header__nav{top:var(--header-height);padding:0 var(--page-pad);background:var(--white);opacity:0;pointer-events:none;max-height:0;transition:max-height .15s var(--ease), opacity .12s var(--ease), padding .15s var(--ease), border-color .12s var(--ease);border-bottom:1px solid #0000;flex-direction:column;align-items:stretch;gap:0;display:flex;position:fixed;left:0;right:0;overflow:hidden}.header--scrolled .header__nav{top:var(--header-scrolled);background:var(--black);border-bottom-color:var(--graphite)}.header__nav--open{opacity:1;pointer-events:auto;border-bottom-color:var(--graphite);max-height:360px;padding-block:1.25rem}.header__nav .header__link{text-align:left;border-bottom:1px solid #2e2f3133;width:100%;padding-block:.875rem;display:block}.header--scrolled .header__nav .header__link{border-bottom-color:#ffffff1f}.header__nav .header__link:last-child{border-bottom:none}.header__nav .header__link:after{display:none}.footer{border-top:1px solid var(--graphite);margin-top:auto;padding:2.5rem 0 2rem}.footer--dark{background:var(--black);color:var(--white);border-top-color:#ffffff26}.footer--dark .footer__tag{color:#ffffff73}.footer--dark .footer__copy{color:#fff6;border-top-color:#ffffff1f}.footer__inner{flex-direction:column;align-items:flex-start;gap:1.5rem;display:flex}.footer__brand{font-family:var(--font-serif);margin-bottom:.5rem;font-size:1rem}.footer__tag{color:var(--graphite);letter-spacing:.02em;max-width:20rem;font-size:.8125rem}.footer__links{flex-wrap:wrap;gap:1rem 1.25rem;display:flex}.footer__link{letter-spacing:.06em;text-transform:uppercase;color:var(--graphite);font-size:.6875rem;position:relative}.footer__link:after{content:"";background:var(--black);transform-origin:0;width:100%;height:1px;transition:transform .12s var(--ease);position:absolute;bottom:-3px;left:0;transform:scaleX(0)}.footer__copy{width:100%;color:var(--graphite);letter-spacing:.03em;border-top:1px solid #2e2f3140;margin-top:.5rem;padding-top:1.25rem;font-size:.6875rem}.section{padding:3rem 0}.section--tight{padding:2.5rem 0}.section__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--graphite);margin-bottom:1rem;font-size:.625rem;font-weight:500}.section__title{margin-bottom:.875rem;font-size:1.875rem}.section__lead{color:var(--graphite);max-width:36rem;font-size:1rem;font-weight:300}.btn{letter-spacing:.06em;text-transform:uppercase;border-bottom:1px solid var(--black);transition:color var(--duration) var(--ease), border-color var(--duration) var(--ease), opacity var(--duration) var(--ease);align-items:center;gap:.5rem;padding:.875rem 0;font-size:.75rem;font-weight:400;display:inline-flex}.btn:active{opacity:.65}.btn--gold{border-bottom-color:var(--gold);color:var(--gold)}.btn--light{border-bottom-color:var(--white);color:var(--white)}.page-header{padding-top:2.5rem;padding-bottom:0}.page-header .section__title{margin-bottom:.75rem}.hero{min-height:calc(100dvh - var(--header-height));text-align:center;padding:var(--page-pad);justify-content:center;align-items:center;display:flex}.hero__brand{font-family:var(--font-serif);letter-spacing:-.02em;margin-bottom:1.125rem;font-size:1.875rem;font-weight:400}.hero__headline{font-family:var(--font-serif);color:var(--graphite);letter-spacing:.02em;margin-bottom:1.25rem;font-size:1.0625rem;font-weight:400}.hero__sub{color:var(--graphite);max-width:22rem;margin:0 auto;font-size:1rem;font-weight:300;line-height:1.7}.hero__rule{background:var(--gold);width:40px;height:1px;margin:2rem auto 0}.container--narrow{max-width:720px}.home-intro{border-top:1px solid #2e2f3140}.intro-text{color:var(--graphite);text-align:center;font-size:1rem;font-weight:300;line-height:1.8}.home-pillars{border-top:1px solid #2e2f3140}.pillars-grid{border-top:1px solid #2e2f3140;grid-template-columns:1fr;gap:2rem;margin-top:2rem;padding-top:2rem;display:grid}.pillar__title{font-family:var(--font-serif);margin-bottom:.75rem;font-size:1.125rem}.pillar__text{color:var(--graphite);font-size:.9375rem;font-weight:300;line-height:1.75}.products-grid{grid-template-columns:1fr;gap:1.25rem;margin-top:2.5rem;display:grid}.product-card{border:1px solid var(--graphite);text-align:center;background:var(--white);min-height:280px;transition:border-color .15s var(--ease), opacity .12s var(--ease);flex-direction:column;align-items:center;padding:2rem 1.5rem;display:flex}.product-card:active{opacity:.85}.product-card__logo{font-family:var(--font-serif);letter-spacing:.01em;margin-bottom:.75rem;font-size:1.5rem}.product-card__tag{letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:1.25rem;font-size:.625rem}.product-card__desc{color:var(--graphite);flex:1;max-width:22rem;margin-bottom:2rem;font-size:.9375rem;font-weight:300;line-height:1.7}.founders-page{background:var(--white)}.founders-intro{text-align:center;padding:3rem 0 2.5rem}.founders-intro__inner{max-width:40rem}.founders-intro__title{font-family:var(--font-serif);margin-bottom:1.25rem;font-size:2rem}.founders-intro__divider{background:var(--graphite);opacity:.55;width:48px;height:1px;margin:0 auto 1.5rem}.founders-intro__text{color:var(--graphite);font-size:1rem;font-weight:300;line-height:1.8}.founder-profile{animation:fadeIn var(--duration) var(--ease);border-top:1px solid #2e2f3140;padding:3rem 0}.founder-profile__grid{text-align:center;flex-direction:column;align-items:center;gap:2rem;display:flex}.founder-profile__portrait{aspect-ratio:3/4;background:var(--black);width:min(100%,280px);overflow:hidden}.founder-profile__portrait img{object-fit:cover;filter:grayscale();width:100%;height:100%}.founder-profile__content{flex-direction:column;align-items:center;width:100%;display:flex}.founder-profile__name{font-family:var(--font-serif);justify-content:center;align-items:center;gap:.625rem;margin-bottom:.5rem;font-size:1.75rem;line-height:1.2;display:inline-flex}.founder-profile__dot{background:var(--gold);opacity:.55;width:6px;height:6px;transition:opacity .14s var(--ease);flex-shrink:0}.founder-profile__role{font-family:var(--font-sans);color:var(--graphite);letter-spacing:.01em;margin-bottom:1.5rem;font-size:1rem;font-weight:300}.founder-profile__bio{color:var(--graphite);max-width:38rem;margin-bottom:1.75rem;font-size:1rem;font-weight:300;line-height:1.8}.founder-profile__meta{text-align:left;border-top:1px solid #2e2f3140;flex-direction:column;gap:.875rem;width:100%;max-width:38rem;margin-bottom:2rem;padding-top:1.5rem;display:flex}.founder-profile__meta-row{flex-direction:column;gap:.25rem;display:flex}.founder-profile__meta-label{letter-spacing:.12em;text-transform:uppercase;color:var(--graphite);font-size:.625rem}.founder-profile__meta-value,.founder-profile__meta-link{color:var(--black);font-size:.9375rem;font-weight:300;line-height:1.55}.founder-profile__meta-link{border-bottom:1px solid var(--black);transition:color .12s var(--ease), border-color .12s var(--ease);align-self:flex-start}.founder-profile__competencies{text-align:left;width:100%;max-width:38rem;margin-bottom:2rem}.founder-profile__subhead{font-family:var(--font-serif);margin-bottom:1rem;font-size:1.125rem}.competency-grid{grid-template-columns:1fr;gap:0;display:grid}.competency-grid__item{color:var(--graphite);transition:color .12s var(--ease), border-color .12s var(--ease);border-bottom:1px solid #2e2f3140;padding:.875rem 0;font-size:.9375rem;font-weight:300;line-height:1.45}.competency-grid__item:first-child{border-top:1px solid #2e2f3140}.founder-profile__philosophy{color:var(--graphite);border-left:1px solid var(--gold);text-align:left;max-width:34rem;padding-left:1.125rem;font-size:1rem;font-style:italic;font-weight:300;line-height:1.75}.governance{background:var(--white)}.governance__intro{max-width:36rem}.timeline{max-width:100%;margin:3rem 0 0;padding-left:1.75rem;position:relative}.timeline:before{content:"";background:var(--graphite);opacity:.4;width:1px;position:absolute;top:.4rem;bottom:.4rem;left:0}.timeline__node{padding-bottom:2.5rem;position:relative}.timeline__node:last-child{padding-bottom:0}.timeline__dot{background:var(--gold);width:7px;height:7px;position:absolute;top:.45rem;left:-1.75rem;transform:translate(-3px)}.timeline__content{text-align:left}.timeline__title{font-family:var(--font-serif);margin-bottom:.625rem;font-size:1.25rem}.timeline__text{color:var(--graphite);border-left:1px solid var(--gold);padding-left:1rem;font-size:.9375rem;font-weight:300;line-height:1.7}.investor-page{background:var(--black);color:var(--white);min-height:calc(100dvh - var(--header-height))}.investor-page .section__eyebrow{color:var(--gold)}.investor-page .section__lead{color:#ffffff8c}.investor-intro{max-width:40rem;margin-top:2rem}.investor-intro__title{color:var(--gold);margin-bottom:.875rem;font-size:1.25rem}.investor-cols{border-top:1px solid #ffffff26;grid-template-columns:1fr;gap:2rem;margin-top:3rem;padding-top:2.5rem;display:grid}.investor-col__title{font-family:var(--font-serif);color:var(--gold);margin-bottom:.875rem;font-size:1.25rem}.investor-col__text{color:#fff9;font-size:.9375rem;font-weight:300;line-height:1.75}.investor-table-wrap{margin-top:3.5rem}.investor-table-wrap h3{margin-bottom:1.25rem;font-size:1.125rem}.investor-table-scroll{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}.investor-table{border-collapse:collapse;width:100%;min-width:480px}.investor-table th,.investor-table td{text-align:left;vertical-align:top;border-bottom:1px solid #ffffff1f;padding:1rem 1.25rem 1rem 0;font-size:.875rem;font-weight:300}.investor-table th{font-family:var(--font-serif);color:var(--gold);letter-spacing:.01em;white-space:nowrap;width:36%;font-size:.9375rem;font-weight:400}.investor-table td{color:#ffffffa6}.careers-block{margin-top:2rem}.careers-block__title{margin-bottom:.875rem;font-size:1.25rem}.careers-grid{border-top:1px solid #2e2f3140;grid-template-columns:1fr;gap:2.5rem;margin-top:3rem;padding-top:2.5rem;display:grid}.careers-list{flex-direction:column;display:flex}.careers-list li{color:var(--graphite);border-bottom:1px solid #2e2f3140;padding:.875rem 0;font-size:.9375rem;font-weight:300;line-height:1.5}.careers-list li:first-child{border-top:1px solid #2e2f3140}.jobs-list{flex-direction:column;display:flex}.job-card{text-align:center;transition:opacity .12s var(--ease);border-bottom:1px solid #2e2f3140;flex-direction:column;align-items:center;gap:1rem;padding:1.25rem 0;display:flex}.job-card:first-child{border-top:1px solid #2e2f3140}.job-card:active{opacity:.7}.job-card__main{width:100%}.job-card__title{font-family:var(--font-serif);margin-bottom:0;font-size:1.125rem}.job-card__link{letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;border-bottom:1px solid var(--black);transition:color .12s var(--ease), border-color .12s var(--ease), opacity .12s var(--ease);padding-bottom:.25rem;font-size:.6875rem}.job-card__link:active{opacity:.65}.contact-layout{flex-direction:column;display:flex}.contact-email{color:var(--graphite);margin-top:1.5rem;font-size:.9375rem;font-weight:300}.contact-email a{color:var(--black);border-bottom:1px solid var(--black);transition:color .12s var(--ease), border-color .12s var(--ease)}.contact-email a:active{opacity:.65}.form-label-heading{letter-spacing:.14em;text-transform:uppercase;color:var(--graphite);margin-bottom:1.75rem;font-size:.625rem}.contact-form{border-top:1px solid #2e2f3140;width:100%;max-width:100%;margin-top:2.5rem;padding-top:2rem}.form-field{margin-bottom:1.75rem}.form-field label{letter-spacing:.12em;text-transform:uppercase;color:var(--graphite);margin-bottom:.625rem;font-size:.625rem;display:block}.form-field input,.form-field textarea{border-bottom:1px solid var(--graphite);width:100%;transition:border-color .12s var(--ease);padding:.625rem 0}.form-field input:focus,.form-field textarea:focus{border-bottom-color:var(--black)}.form-field textarea{resize:vertical;min-height:120px}.form-success{color:var(--gold);opacity:0;transition:opacity .14s var(--ease);margin-top:1.25rem;font-size:.875rem}.form-success--visible{opacity:1}@media (width>=481px){:root{--header-height:68px;--header-scrolled:50px;--page-pad:2rem}.header__toggle{display:none}.header__nav{opacity:1;pointer-events:auto;background:0 0;border-bottom:none;flex-direction:row;align-items:center;gap:1.25rem;max-height:none;padding:0;display:flex;position:static;overflow:visible}.header--scrolled .header__nav{background:0 0;border-bottom:none;top:auto}.header__nav--open{max-height:none;padding-block:0}.header__nav .header__link{border-bottom:none;width:auto;padding-block:0;display:inline}.header--scrolled .header__nav .header__link{border-bottom:none}.header__nav .header__link:after{display:block}.header__logo{font-size:1.125rem}.header__link{font-size:.75rem}.section{padding:3.5rem 0}.section__title{font-size:2.125rem}.hero__brand{font-size:2.5rem}.hero__headline{font-size:1.25rem}.hero__sub{max-width:26rem;font-size:1.0625rem}.products-grid{gap:2rem}.product-card{min-height:320px;padding:2.5rem 2rem}.founders-intro{padding:3.5rem 0 3rem}.founders-intro__title{font-size:2.25rem}.founders-intro__text{font-size:1.0625rem}.founder-profile{padding:3.5rem 0}.founder-profile__grid{text-align:left;grid-template-columns:minmax(160px,34%) 1fr;align-items:start;gap:2rem;display:grid}.founder-profile__portrait{width:100%}.founder-profile__content{align-items:flex-start}.founder-profile__name{justify-content:flex-start;font-size:1.875rem}.founder-profile__role,.founder-profile__bio{font-size:1.0625rem}.competency-grid{grid-template-columns:repeat(2,1fr);gap:0 1.5rem}.competency-grid__item:first-child,.competency-grid__item:nth-child(2),.competency-grid__item:first-child{border-top:1px solid #2e2f3140}.timeline{max-width:720px;margin:3.5rem auto 0;padding-left:0}.timeline:before{left:50%;transform:translate(-.5px)}.timeline__node{width:50%;padding-bottom:3rem}.timeline__node:nth-child(odd){text-align:right;margin-left:0;padding-right:2.25rem}.timeline__node:nth-child(2n){text-align:left;margin-left:50%;padding-left:2.25rem}.timeline__dot{left:auto;right:-3.5px;transform:none}.timeline__node:nth-child(2n) .timeline__dot{left:-3.5px;right:auto}.timeline__node:nth-child(odd) .timeline__content{text-align:right}.timeline__node:nth-child(odd) .timeline__text{border-left:none;border-right:1px solid var(--gold);padding-left:0;padding-right:1rem}.timeline__node:nth-child(2n) .timeline__text{border-left:1px solid var(--gold);border-right:none;padding-left:1rem;padding-right:0}.investor-table{min-width:0}.footer__inner{flex-flow:wrap;justify-content:space-between;align-items:flex-start}.footer__copy{margin-top:1.5rem}.contact-form{max-width:520px}.job-card{text-align:left;flex-direction:row;justify-content:space-between;align-items:center}.job-card__link{margin-left:auto}}@media (width>=769px){:root{--header-height:72px;--header-scrolled:52px;--page-pad:3rem;--max-width:1120px}.header__nav{gap:2rem}.header__link{font-size:.8125rem}.section{padding:5rem 0}.section--tight{padding:4rem 0}.section__title{font-size:2.5rem}.section__eyebrow{margin-bottom:1.25rem;font-size:.6875rem}.section__lead{font-size:1.0625rem}.page-header{padding-top:4rem}.hero{min-height:calc(100vh - var(--header-height))}.hero__brand{margin-bottom:1.5rem;font-size:3.5rem}.hero__headline{margin-bottom:2rem;font-size:1.5rem}.hero__sub{max-width:30rem;font-size:1.125rem}.hero__rule{width:48px;margin-top:2.5rem}.intro-text{font-size:1.125rem}.pillars-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-top:3rem;padding-top:3rem}.pillar__title{font-size:1.25rem}.products-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:3.5rem}.product-card{min-height:340px;padding:3rem 2.5rem}.product-card__logo{font-size:1.75rem}.founders-intro{padding:5rem 0 4rem}.founders-intro__inner{max-width:46rem}.founders-intro__title{margin-bottom:1.5rem;font-size:3.25rem}.founders-intro__divider{margin-bottom:1.75rem}.founders-intro__text{font-size:1.25rem;line-height:1.75}.founder-profile{padding:5rem 0}.founder-profile__grid{grid-template-columns:minmax(240px,38%) 1fr;align-items:center;gap:3.5rem}.founder-profile--mirror .founder-profile__grid{grid-template-columns:1fr minmax(240px,38%)}.founder-profile--mirror .founder-profile__portrait{order:2}.founder-profile--mirror .founder-profile__content{order:1}.founder-profile__portrait img{transition:filter .15s var(--ease)}.founder-profile__name{font-size:2.5rem}.founder-profile__role{font-size:1.25rem}.founder-profile__bio{font-size:1.125rem}.founder-profile__philosophy{font-size:1.0625rem}.competency-grid{grid-template-columns:repeat(2,1fr)}.timeline{max-width:780px;margin-top:4rem}.timeline__node{padding-bottom:3.5rem}.timeline__title{font-size:1.375rem}.investor-cols{grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-top:4rem;padding-top:3rem}.investor-table-wrap{margin-top:5rem}.investor-table-scroll{overflow:visible}.careers-grid{grid-template-columns:repeat(2,1fr);gap:3.5rem;margin-top:4rem;padding-top:3rem}.job-card{align-items:center}.job-card__link{margin-left:auto}.contact-layout{align-items:flex-start}.contact-form{max-width:520px;margin-top:3.5rem}.btn{font-size:.8125rem}.footer{padding:3rem 0 2.5rem}.footer__links{gap:1.75rem}.footer__link{font-size:.75rem}}@media (hover:hover) and (width>=769px){.header__link:hover:after{transform:scaleX(1)}.footer__link:hover{color:var(--black)}.footer__link:hover:after{transform:scaleX(1)}.btn:hover{color:var(--gold);border-color:var(--gold)}.btn--gold:hover{color:var(--black);border-color:var(--black)}.btn--light:hover{color:var(--gold);border-color:var(--gold)}.product-card:hover{border-color:var(--gold)}.product-card:active{opacity:1}.founder-profile:hover .founder-profile__portrait img{filter:grayscale(80%)saturate(.2)}.founder-profile:hover .founder-profile__dot{opacity:1}.competency-grid__item:hover{color:var(--black);border-bottom-color:var(--gold)}.founder-profile__meta-link:hover,.contact-email a:hover{color:var(--gold);border-color:var(--gold)}.job-card:hover{opacity:.7}.job-card:hover .job-card__link{color:var(--gold);border-color:var(--gold)}}@media (width>=1281px){:root{--page-pad:4rem;--max-width:1200px}.header__inner,.container{max-width:var(--max-width)}.section{padding:7rem 0}.section--tight{padding:5rem 0}.page-header{padding-top:5rem}.section__title{font-size:2.75rem}.hero{padding-inline:6rem}.hero__brand{font-size:4rem}.hero__headline{font-size:1.625rem}.hero__sub{max-width:34rem;font-size:1.25rem}.products-grid{gap:2rem;max-width:1040px;margin-inline:auto}.product-card{padding:3.5rem}.founders-intro{padding:6.5rem 0 5rem}.founders-intro__title{font-size:4rem}.founders-intro__text{font-size:1.375rem}.founder-profile{padding:6.5rem 0}.founder-profile__grid{grid-template-columns:minmax(280px,36%) 1fr;gap:5rem}.founder-profile--mirror .founder-profile__grid{grid-template-columns:1fr minmax(280px,36%)}.founder-profile__portrait{width:100%;max-width:360px}.founder-profile--mirror .founder-profile__portrait{margin-left:auto}.founder-profile__name{font-size:3rem}.founder-profile__role{font-size:1.375rem}.founder-profile__bio{max-width:none;font-size:1.1875rem}.founder-profile__meta,.founder-profile__competencies{max-width:none}.timeline{max-width:860px;margin-top:5rem}.timeline__node{padding-bottom:4.5rem}.timeline__node:nth-child(odd){padding-right:3rem}.timeline__node:nth-child(2n){padding-left:3rem}.timeline__title{margin-bottom:1rem;font-size:1.625rem}.investor-intro__title{font-size:1.5rem}.contact-layout{max-width:600px;margin-inline:auto}.contact-form{max-width:560px}.pillars-grid{gap:3.5rem}}
