/* The About page shares the homepage typography, palette, buttons, and logo arcs. */
html:has(.about-page){--journey-height:76px;scroll-behavior:auto}
.site-header nav [aria-current="page"]{color:var(--cyan)}
.about-hero{padding:190px var(--pad) 0;margin:auto}
.about-hero-copy{display:grid;grid-template-columns:1.3fr 1fr;gap:32px 7vw;align-items:end}
.about-hero .eyebrow{grid-column:1 / -1;color:var(--dim);gap:16px}
.about-hero h1{font-size:clamp(64px,6.3vw,108px);line-height:1.07;letter-spacing:-.055em;margin:0;white-space:nowrap}
.about-lead{font-size:22px;line-height:1.65;color:var(--dim);max-width:570px}
.about-hero-introduction>.cta{margin-top:28px}
.about-hero-foot{display:flex;align-items:center;gap:36px;border-top:1px solid var(--line);margin-top:76px;min-height:90px;font-size:16px;color:var(--dim)}
.about-hero-foot strong{font-weight:500;color:var(--ink);margin-left:4px}.about-hero-foot .motion-toggle{margin-left:auto;font-size:14px}
.about-navigation{height:76px;position:sticky;top:0;z-index:40;background:#101114f5;backdrop-filter:blur(16px);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 var(--pad)}
.about-navigation>span{color:var(--dim);font-size:16px}
.about-navigation>div{display:flex;align-items:center;gap:42px;height:100%}
.about-navigation a{height:100%;display:flex;align-items:center;position:relative;font-size:18px;color:var(--dim);white-space:nowrap}
.about-navigation a:after{position:absolute;content:'';height:2px;left:0;right:0;bottom:13px;background:currentColor;transform:scaleX(0);transition:transform .25s}
.about-navigation a[aria-current]:after{transform:scaleX(1)}
.about-navigation a:first-child[aria-current]{color:var(--cyan)}
.about-navigation a:nth-child(2)[aria-current]{color:#b596ff}
.about-navigation a:nth-child(3)[aria-current]{color:#ff71b2}
.about-story,.about-people{color-scheme:light;background:var(--paper);color:var(--paper-ink);--accent:var(--cyan-ink)}
.about-story .section-label,.about-people .section-label{color:var(--paper-dim)}
.story-introduction{display:grid;grid-template-columns:1fr 1fr;gap:7vw;align-items:start}
.story-introduction p{font-size:20px;color:var(--paper-dim);max-width:630px}
.story-introduction p+p{margin-top:22px}
.story-timeline{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:50px;list-style:none;padding:0;margin:70px 0 0;position:relative}
.story-timeline:before{content:'';position:absolute;left:20px;right:0;top:25px;height:1px;background:var(--paper-line)}
.story-timeline>li{min-width:0;position:relative}
.timeline-point{display:block;position:relative;width:52px;height:52px;padding:7px;background:var(--paper);box-shadow:0 0 0 10px var(--paper);margin-bottom:28px}
.timeline-date{font-size:14px;font-weight:600;letter-spacing:.05em;color:var(--violet-ink);margin-bottom:14px}
.story-timeline>li:nth-child(2) .timeline-date{color:var(--pink-ink)}
.story-timeline>li:nth-child(3) .timeline-date{color:var(--amber-ink)}
.story-timeline h3{font-size:30px;line-height:1.2;letter-spacing:-.035em;margin-bottom:20px}
.story-timeline li>p:last-child{font-size:18px;color:var(--paper-dim)}
.about-founders{--accent:#b596ff;background:var(--surface)}
.founders-heading{display:grid;grid-template-columns:1.25fr 1fr;align-items:end;gap:7vw}
.founders-heading>p{font-size:22px;max-width:500px;color:var(--dim);line-height:1.6}
.founders-grid{display:grid;grid-template-columns:1fr 1fr;gap:7vw;margin-top:60px}
.founder-profile{padding-top:38px;border-top:1px solid var(--line);display:flex;flex-direction:column;align-items:start;min-width:0}
.founder-yarden{--accent:var(--cyan)}
.founder-top{display:flex;align-items:center;gap:40px;width:100%;margin:16px 0 36px}
.founder-portrait{position:relative;flex:0 0 auto;width:190px;aspect-ratio:1;isolation:isolate}
.founder-portrait>img{display:block;width:100%;height:100%;border-radius:50%;object-fit:cover}
.founder-accent{position:absolute;inset:-8%;width:116%;height:116%;z-index:-1}
.founder-focus{font-size:30px;line-height:1.3;letter-spacing:-.03em;color:var(--dim)}
.founder-role{font-size:14px;font-weight:600;letter-spacing:.06em;color:var(--accent);margin-bottom:12px}
.founder-profile h3{font-size:clamp(34px,3vw,48px);letter-spacing:-.045em;line-height:1.15;margin-bottom:24px}
.founder-bio{font-size:20px;color:var(--dim);max-width:620px;margin-bottom:18px}
.founder-link{margin-top:auto;color:var(--accent);border-color:var(--line);position:relative;top:14px}
.founder-link:hover{border-color:var(--accent)}
.about-people{--accent:var(--pink-ink);background:#f9f5f7}
.people-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:8vw;align-items:center}
.people-copy>p{font-size:20px;color:var(--paper-dim);max-width:610px;margin-top:28px}
.people-copy>.cta{--cta-bg:var(--pink-ink);--cta-ink:#fff;margin-top:30px}
.people-orbit{width:min(100%,410px);aspect-ratio:1;position:relative;display:grid;place-items:center;justify-self:center}
.people-orbit-ring{position:absolute;inset:10%}
.people-orbit-ring circle{fill:none;stroke:var(--paper-line);stroke-width:.35}
.people-orbit-ring use{animation:principle-orbit 32s linear infinite;transform-origin:50px 50px}
.people-orbit>p{font-size:clamp(30px,3.3vw,48px);line-height:1.16;letter-spacing:-.045em;text-align:center}
.people-orbit strong{font-weight:550;color:var(--pink-ink)}
.people-orbit-label{position:absolute;z-index:1;padding:8px 14px;background:#f9f5f7;font-size:18px;font-weight:500;line-height:1.4}
.label-learn{left:36%;top:3%}.label-build{right:1%;bottom:20%}.label-grow{left:0;bottom:23%}
.about-contact h2{font-size:clamp(66px,8.7vw,140px)}
@media(max-width:1200px){
 .about-hero{padding-top:170px}.about-hero-copy{column-gap:5vw}.about-hero h1{font-size:clamp(58px,6.4vw,82px)}
 .about-lead{font-size:20px}
 .founder-top{gap:26px}.founder-portrait{width:160px}.founder-focus{font-size:27px}.founders-grid{gap:5vw}.founder-bio{font-size:19px}
 .story-timeline{gap:30px}.story-timeline h3{font-size:27px}
}
@media(max-width:1000px){
 .about-hero{padding-top:155px}.about-hero-copy{grid-template-columns:1fr;gap:28px}.about-hero h1{font-size:clamp(56px,7vw,76px)}.about-lead{font-size:20px}
 .about-hero-foot{gap:24px;margin-top:60px;font-size:14px}
 .story-introduction{gap:40px}.story-introduction p{font-size:19px}.founders-heading{gap:40px;grid-template-columns:1fr 1fr}.founders-heading>p{font-size:20px}
 .founder-top{gap:25px;flex-direction:column;align-items:start}.founder-portrait{width:175px}.founder-focus{font-size:22px;line-height:1.5}.founder-profile h3{font-size:36px}
 .people-grid{gap:5vw}.people-copy>p{font-size:19px}
}
@media(max-width:760px){
 html:has(.about-page){--journey-height:68px}
 .about-hero{padding:140px var(--pad) 0}.about-hero-copy{gap:26px}.about-hero .eyebrow{font-size:13px;gap:13px}.about-hero .chapter-fragment{width:25px;height:25px;flex-basis:25px}
 .about-hero h1{font-size:clamp(43px,8.9vw,67px);line-height:1.08;white-space:normal}.about-lead{font-size:19px}
 .about-hero-foot{display:grid;grid-template-columns:1fr auto;gap:3px 12px;margin-top:44px;padding:20px 0;font-size:14px;line-height:1.6;min-height:88px}.about-hero-foot>span{grid-column:1}.about-hero-foot .motion-toggle{grid-column:2;grid-row:1 / 3;margin:0;font-size:13px;gap:6px}
 .about-navigation{height:68px;padding:0 var(--pad)}.about-navigation>span{display:none}.about-navigation>div{width:100%;justify-content:space-between;gap:20px}.about-navigation a{font-size:16px}
 .story-introduction{grid-template-columns:1fr;gap:28px}.story-introduction p{font-size:18px}.story-introduction p+p{margin-top:20px}
 .story-timeline{grid-template-columns:1fr;gap:36px;margin-top:44px;padding-left:68px}.story-timeline:before{left:22px;top:20px;bottom:25px;width:1px;height:auto;right:auto}.timeline-point{position:absolute;left:-68px;top:0;width:44px;height:44px;padding:6px;box-shadow:0 0 0 8px var(--paper);margin:0}.timeline-date{font-size:13px;margin:7px 0 12px}.story-timeline h3{font-size:27px;margin-bottom:14px}
 .founders-heading{grid-template-columns:1fr;gap:24px}.founders-heading>p{font-size:20px}.founders-grid{grid-template-columns:1fr;gap:56px;margin-top:38px}.founder-profile{padding-top:32px}.founder-top{flex-direction:row;align-items:center;gap:28px;margin:8px 0 30px}.founder-portrait{width:155px}.founder-focus{font-size:25px;line-height:1.3}.founder-focus br{display:initial}.founder-profile h3{font-size:38px}.founder-bio{font-size:18px}.founder-link{margin-top:6px;top:0}
 .people-grid{grid-template-columns:1fr;gap:44px}.people-copy>p{font-size:18px;margin-top:25px}.people-orbit{width:min(90%,340px)}.people-orbit>p{font-size:37px}.people-orbit-label{font-size:18px}.about-contact h2{font-size:clamp(52px,10.8vw,82px)}
}
@media(max-width:380px){
 .about-hero .eyebrow{font-size:12px;letter-spacing:.035em}.about-hero h1{font-size:40px}.about-hero-foot{grid-template-columns:1fr;gap:4px}.about-hero-foot .motion-toggle{grid-column:1;grid-row:auto;justify-self:start}.about-navigation>div{gap:14px}.about-navigation a{font-size:15px}.founder-portrait{width:128px}.founder-focus{font-size:23px}.founder-top{gap:24px}.founder-profile h3{font-size:34px}.story-timeline{padding-left:58px}.timeline-point{left:-58px}.people-orbit>p{font-size:33px}
}
