.about-page{border-bottom:1px solid var(--line)}.about-hero{padding:clamp(2.5rem,6vw,4rem) 0 clamp(2rem,4vw,3rem)}.about-hero__lead{max-width:44rem;margin:1rem 0 0;color:var(--muted);font-size:clamp(1.05rem,1rem + .3vw,1.2rem);line-height:1.6}.about-section{padding:clamp(2rem,4vw,3rem) 0;border-top:1px solid var(--line)}.about-story .container{display:flex;flex-direction:column;align-items:flex-start}.about-story__prose{max-width:46rem;width:100%}.about-story .section-head,.about-team .section-head,.about-investors .section-head,.about-beliefs .section-head{margin-bottom:0}.about-team__head{display:flex;flex-direction:column;align-items:flex-start;gap:1.25rem;margin-bottom:clamp(1.75rem,4vw,2.5rem)}.about-team__head .btn{width:fit-content}.about-team .team-grid{margin:0}.about-team .section-head h2{max-width:none}@media(min-width:60em){.about-team .section-head h2{white-space:nowrap}}.about-story .section-head{width:100%;max-width:46rem}.about-story .section-head h2{max-width:none}.about-story__prose,.about-beliefs .about-values{margin-top:clamp(1.75rem,3vw,2.5rem)}.about-story__prose p+p{margin-top:1.25rem}.about-story__prose{display:grid;gap:clamp(1.75rem,3.5vw,2.75rem)}.about-story__beat-title{margin:0 0 .75rem;font-family:Google Sans Text,ui-sans-serif,sans-serif;font-weight:500;font-size:var(--text-base);letter-spacing:-.02em;color:var(--text)}.about-story__prose a{color:inherit;text-decoration:underline;text-underline-offset:.15em;transition:color .18s ease}.about-story__prose a:hover{color:var(--primary)}.about-section p{margin:0;color:var(--muted);line-height:1.65}.about-values{list-style:none;margin:0;padding:0;display:grid;gap:0;grid-template-columns:1fr}@media(min-width:48em){.about-values{grid-template-columns:repeat(3,minmax(0,1fr))}}.about-value{padding:clamp(1.25rem,2.5vw,1.75rem) 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.about-value+.about-value{border-top:none}@media(min-width:48em){.about-value{padding:clamp(1.5rem,2vw,2rem) clamp(1.25rem,2vw,1.75rem);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.about-value+.about-value{border-top:1px solid var(--line)}.about-value:not(:last-child){border-right:1px solid var(--line)}.about-value:first-child{padding-left:0}.about-value:last-child{padding-right:0}}.about-value__title{margin:0 0 .5rem;font-family:Google Sans Text,ui-sans-serif,sans-serif;font-weight:500;font-size:var(--text-base);letter-spacing:-.02em;color:var(--text)}.about-value__desc{margin:0;color:var(--muted);line-height:1.55;font-size:var(--text-sm)}.about-beliefs+.about-team{border-top:none}.about-office{padding-bottom:clamp(4rem,10vw,6rem)}.about-office__inner{display:grid;gap:clamp(1.5rem,4vw,3rem);align-items:center;grid-template-columns:1fr}@media(min-width:60em){.about-office__inner{grid-template-columns:1.15fr 1fr}}.about-office__media{margin:0;border:1px solid var(--line);border-radius:var(--r-3, .75rem);overflow:hidden;background:var(--surface)}.about-office__media img{display:block;width:100%;height:100%;aspect-ratio:4 / 3;object-fit:cover}.about-office__copy{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.about-office__copy .display{max-width:16em}.about-office__lead{margin:0;color:var(--muted);line-height:1.6;font-size:clamp(1.02rem,1rem + .2vw,1.12rem)}.about-office__copy .btn{width:fit-content;margin-top:.25rem}.about-investors .investors-wall{margin-top:clamp(1.75rem,3vw,2.5rem)}.about-investors .investors-angels{margin-top:clamp(2.75rem,5vw,4rem)}.investors-wall{list-style:none;margin:0;padding:0;position:relative;display:grid;gap:0;grid-template-columns:1fr;align-items:stretch;border:1px solid var(--line);overflow:visible}@media(min-width:36em){.investors-wall{grid-template-columns:repeat(3,minmax(0,1fr))}}.investors-wall__item{margin:0;min-width:0;position:relative}.investors-wall__item:before{--plus: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11'%3E%3Cpath d='M5.5 0V11M0 5.5H11' stroke='%23565b66' stroke-width='1'/%3E%3C/svg%3E");content:"";position:absolute;inset:-5.5px;z-index:2;pointer-events:none;background-image:var(--plus),var(--plus),var(--plus),var(--plus);background-repeat:no-repeat;background-position:left 0 top 0,right 0 top 0,left 0 bottom 0,right 0 bottom 0}.investors-wall__link{display:flex;align-items:center;justify-content:center;height:100%;min-height:7rem;padding:1.75rem 1.5rem;border:none;border-radius:0;background:transparent;text-decoration:none;color:var(--text)}.investors-wall__item:not(:last-child) .investors-wall__link{border-bottom:1px solid var(--line)}@media(min-width:36em){.investors-wall__item:not(:last-child) .investors-wall__link{border-bottom:none}.investors-wall__item:not(:nth-child(3n)) .investors-wall__link{border-right:1px solid var(--line)}}.investor-logo{display:block;width:min(100%,9.5rem);height:2.25rem;object-fit:contain;object-position:center;filter:grayscale(1);opacity:.72;transition:filter .18s ease,opacity .18s ease}.investor-logo--invert{filter:brightness(0) invert(1);opacity:.78}.investors-wall__link:hover .investor-logo{filter:grayscale(0);opacity:1}.investors-wall__link:hover .investor-logo--invert{filter:brightness(0) invert(1);opacity:1}.investor-logo-fallback{font-family:Google Sans Text,ui-sans-serif,sans-serif;font-weight:500;font-size:var(--text-sm);letter-spacing:-.02em;text-align:center;color:var(--text)}.investors-angels{position:relative;--plus: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11'%3E%3Cpath d='M5.5 0V11M0 5.5H11' stroke='%23565b66' stroke-width='1'/%3E%3C/svg%3E")}.investors-angels__heading{margin:0 0 1.25rem;font-family:Google Sans Text,ui-sans-serif,sans-serif;font-weight:500;font-size:var(--text-base);letter-spacing:-.02em;color:var(--text)}.investors-angels__grid{list-style:none;margin:0;padding:0;position:relative;display:grid;gap:0;grid-template-columns:1fr;align-items:stretch;border:1px solid var(--line);overflow:visible}@media(min-width:36em){.investors-angels__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.investors-angel{margin:0;min-width:0;position:relative}.investors-angel:before{content:"";position:absolute;inset:-5.5px;z-index:2;pointer-events:none;background-image:var(--plus),var(--plus),var(--plus),var(--plus);background-repeat:no-repeat;background-position:left 0 top 0,right 0 top 0,left 0 bottom 0,right 0 bottom 0}.investors-angel__card{display:grid;grid-template-columns:auto 1fr;gap:.85rem;align-items:center;height:100%;padding:1.25rem 1.35rem;text-decoration:none;color:inherit}.investors-angel:not(:last-child) .investors-angel__card{border-bottom:1px solid var(--line)}@media(min-width:36em){.investors-angel:not(:last-child) .investors-angel__card{border-bottom:none}.investors-angel:nth-child(odd) .investors-angel__card{border-right:1px solid var(--line)}.investors-angel:not(:nth-last-child(-n+2)) .investors-angel__card{border-bottom:1px solid var(--line)}}.investors-angel__arrow{margin-left:.4rem;font-size:.85em;color:var(--muted);vertical-align:-.1em;opacity:0;transform:translate(-.15rem,.15rem);transition:color .18s ease,opacity .18s ease,transform .18s ease}a.investors-angel__card:hover .investors-angel__name-text,a.investors-angel__card:focus-visible .investors-angel__name-text{color:var(--primary);text-decoration:underline;text-underline-offset:3px}a.investors-angel__card:hover .investors-angel__arrow,a.investors-angel__card:focus-visible .investors-angel__arrow{color:var(--primary);opacity:1;transform:translate(0)}a.investors-angel__card:hover .investors-angel__logo{filter:grayscale(0);opacity:1}.investors-angel__mark{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border:1px solid var(--line);border-radius:.75rem;background:var(--bg);overflow:hidden}.investors-angel__logo{display:block;width:100%;height:100%;object-fit:cover;filter:grayscale(1);opacity:.8;transition:filter .18s ease,opacity .18s ease}.investors-angel__initials{font-family:Google Sans Text,ui-sans-serif,sans-serif;font-weight:500;font-size:.75rem;letter-spacing:.02em;color:var(--muted);text-transform:uppercase}.investors-angel__body{display:grid;gap:.15rem;min-width:0}.investors-angel__name{margin:0;font-family:Google Sans Text,ui-sans-serif,sans-serif;font-weight:500;font-size:var(--text-base);letter-spacing:-.02em;color:var(--text)}.investors-angel__name-text{transition:color .18s ease}.investors-angel__meta{margin:0;font-size:var(--text-sm);line-height:1.45;color:var(--muted)}
