:root{--fg:#0a0a0a;--muted:hsla(0,0%,4%,.68);--brand-red:#d6392f;--brand-red-hover:#b8302a;--dark:#0a0a0a;--off-white:#fafafa;--off-white-2:#f2f2f0}*{box-sizing:border-box;margin:0;padding:0}html{overflow-x:hidden}body{color:var(--fg);font-family:var(--font-assistant),"Assistant",-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif;width:100%}a{color:inherit}img{max-width:100%;display:block}.eyebrow{font-size:14px;letter-spacing:.18em;text-transform:uppercase;color:hsla(0,0%,4%,.65);font-weight:600}.section-header{max-width:760px;margin:0 auto 64px;text-align:center}.section-header h2{font-size:clamp(2rem,4vw,3rem);font-weight:700;letter-spacing:-.02em;margin-top:20px;line-height:1.2}.section-header p{font-size:clamp(1.05rem,1.6vw,1.2rem);line-height:1.65;color:var(--muted);margin-top:20px}.cta-button{display:inline-block;font-size:15px;font-weight:600;text-decoration:none;padding:13px 26px;border-radius:999px;transition:background .2s ease,color .2s ease,border-color .2s ease}.cta-button.primary{background:#000;color:#fff}.cta-button.primary:hover{background:#222}.cta-button.secondary{background:transparent;color:var(--fg);border:1.5px solid hsla(0,0%,4%,.25)}.cta-button.secondary:hover{border-color:var(--fg)}.cta-button.coral{background:var(--brand-red);color:#fff}.cta-button.coral:hover{background:var(--brand-red-hover)}.cta-row{position:relative;z-index:1;background:#fff;justify-content:center;gap:16px;flex-wrap:wrap;padding:0 32px 96px;text-align:center}.cta-row,.site-nav{width:100%;display:flex;align-items:center}.site-nav{position:fixed;top:0;left:0;z-index:50;justify-content:space-between;padding:20px 32px;background:hsla(0,0%,100%,0);transition:background .3s ease,box-shadow .3s ease,padding .3s ease}.site-nav.is-scrolled{background:hsla(0,0%,100%,.92);backdrop-filter:blur(8px);box-shadow:0 1px 0 hsla(0,0%,4%,.08);padding:14px 32px}.site-nav .nav-mark{font-size:15px;font-weight:700;letter-spacing:-.01em;color:var(--fg);text-decoration:none;white-space:nowrap}.site-nav .nav-links{display:flex;align-items:center;gap:28px;flex-wrap:wrap}.site-nav .nav-links a{font-size:14px;font-weight:500;color:var(--muted);text-decoration:none;transition:color .2s ease;white-space:nowrap}.site-nav .nav-links a:hover{color:var(--fg)}.site-nav .nav-links a.nav-cta{color:#fff;background:#000;padding:9px 18px;border-radius:999px;font-weight:600}.site-nav .nav-links a.nav-cta:hover{background:#222;color:#fff}.nav-toggle{display:none;position:relative;width:34px;height:34px;background:none;border:none;cursor:pointer;padding:6px;z-index:60}.nav-toggle span{display:block;position:absolute;left:6px;width:22px;height:2px;background:var(--fg);border-radius:1px;transition:transform .25s ease,opacity .2s ease,top .25s ease}.nav-toggle span:first-child{top:11px}.nav-toggle span:nth-child(2){top:17px}.nav-toggle span:nth-child(3){top:23px}.nav-toggle.is-open span:first-child{top:17px;transform:rotate(45deg)}.nav-toggle.is-open span:nth-child(2){opacity:0}.nav-toggle.is-open span:nth-child(3){top:17px;transform:rotate(-45deg)}.nav-backdrop{display:none}@media (max-width:920px){.site-nav .nav-links{position:fixed;top:0;right:0;height:100vh;width:min(320px,80%);background:#fff;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:24px;padding:96px 32px 32px;box-shadow:-4px 0 24px rgba(0,0,0,.08);transform:translateX(100%);transition:transform .3s ease;will-change:transform;overflow-y:auto}.site-nav .nav-links.is-open{transform:translateX(0)}.nav-toggle{display:block}.nav-backdrop{display:block;position:fixed;inset:0;background:hsla(0,0%,4%,.35);opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:45}.nav-backdrop.is-open{opacity:1;pointer-events:auto}}.site-footer{position:relative;z-index:1;width:100%;background:var(--dark);color:hsla(0,0%,100%,.7);padding:80px 32px 32px}.footer-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;grid-gap:48px;gap:48px;padding-bottom:56px;border-bottom:1px solid hsla(0,0%,100%,.12)}.footer-col{display:flex;flex-direction:column;gap:12px}.footer-mark-link{font-size:18px;font-weight:700;letter-spacing:-.01em;color:#fff;text-decoration:none;margin-bottom:4px}.footer-tagline{font-size:.95rem;line-height:1.5;color:hsla(0,0%,100%,.7);max-width:280px}.footer-social{display:flex;align-items:center;gap:10px;margin-top:4px}.footer-social a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:hsla(0,0%,100%,.08);color:hsla(0,0%,100%,.75);transition:background .2s ease,color .2s ease}.footer-social a:hover{background:hsla(0,0%,100%,.16);color:#fff}.footer-social a svg{width:17px;height:17px;fill:currentColor}.footer-heading{font-size:13px;letter-spacing:.1em;text-transform:uppercase;color:hsla(0,0%,100%,.65);font-weight:600;margin-bottom:4px}.footer-col a{font-size:.95rem;color:hsla(0,0%,100%,.7);text-decoration:none;transition:color .2s ease}.footer-col a:hover{color:#fff}.footer-address{font-style:normal;font-size:.95rem;line-height:1.5;color:hsla(0,0%,100%,.7)}.footer-bottom{max-width:1100px;margin:0 auto;padding-top:24px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px;font-size:.85rem;color:hsla(0,0%,100%,.65)}@media (max-width:800px){.footer-inner{grid-template-columns:1fr 1fr}}@media (max-width:500px){.footer-inner{grid-template-columns:1fr}.footer-bottom{flex-direction:column}}.hero{position:sticky;top:0;width:100%;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;z-index:0}.scroll-spacer{height:200vh;position:relative;z-index:0}.vision-spacer{height:250vh;position:relative;z-index:1;background:#fff}.next-section{position:sticky;top:0;z-index:1;width:100%;height:100vh;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}.vision{max-width:760px;text-align:center;padding:0 32px}.vision .eyebrow{font-size:14px;letter-spacing:.18em;text-transform:uppercase;color:hsla(0,0%,4%,.75);margin-bottom:24px;font-weight:600;opacity:0;transition:opacity .1s linear}.vision-title{font-size:clamp(1.5rem,2.8vw,2.1rem);line-height:1.3;font-weight:700;letter-spacing:-.01em;margin-bottom:32px}.vision p,.vision-title{color:var(--fg);opacity:0;transition:opacity .1s linear}.vision p{font-size:clamp(1.05rem,1.6vw,1.2rem);line-height:1.65;margin-bottom:48px;font-weight:400}.vision .equation-wrap{width:100%;max-width:560px;margin:0 auto 40px}.vision .equation{width:100%;height:auto;display:block;transform-origin:center center}.bg-image{width:100%;height:100%;background-image:url(/header.webp);background-size:cover;background-position:50%;z-index:0}.bg-image,.vignette{position:absolute;inset:0}.vignette{z-index:1;pointer-events:none;background:radial-gradient(circle at 50% 50%,#fff 0,#fff 100%);opacity:1}.content{position:relative;z-index:2;max-width:880px;padding:0 32px;text-align:center;transition:opacity .1s linear}.logo{width:260px;height:auto;margin:0 auto 32px;display:block}h1{font-size:clamp(3.2rem,8vw,5rem);line-height:1.05;font-weight:700;letter-spacing:-.02em;margin-bottom:32px;color:#000}h1,p.subtitle{transition:color .1s linear}p.subtitle{font-size:clamp(1.25rem,2.2vw,1.75rem);line-height:1.55;color:var(--muted);max-width:760px;margin:0 auto;font-weight:400}.footer-mark{bottom:28px;font-size:14px;letter-spacing:.14em;text-transform:uppercase;color:hsla(0,0%,4%,.65);transition:opacity .1s linear}.footer-mark,.hero-help-link{position:absolute;left:50%;transform:translateX(-50%);z-index:2}.hero-help-link{bottom:88px;display:inline-flex;align-items:center;gap:8px;font-size:19px;font-weight:600;letter-spacing:.02em;color:#fff;background:var(--brand-red);padding:15px 28px;border-radius:999px;text-decoration:none;box-shadow:0 4px 14px rgba(214,57,47,.4);transition:background .2s ease,box-shadow .2s ease}.hero-help-link:hover{background:var(--brand-red-hover);box-shadow:0 2px 10px rgba(214,57,47,.5)}@media (max-width:640px){.hero-help-link{bottom:76px;left:50%;transform:translateX(-50%)}.logo{display:none}.vision-spacer{height:auto;padding-bottom:64px}.next-section{position:relative;top:auto;height:auto;padding:64px 0}.vision .eyebrow,.vision p,.vision-title{opacity:1!important}.vision .equation{transform:none!important}.mlk-spacer{height:auto}.mlk-section{position:relative;top:auto;height:auto;padding:64px 32px}.mlk-bg{opacity:.15!important;transform:none!important}.mlk-quote{display:none}.mlk-content{opacity:1!important;transform:none!important}.how-spacer-gap{height:120px}}.how-spacer{height:320vh}.how-spacer,.how-spacer-gap{position:relative;z-index:1;background:#fff}.how-spacer-gap{height:0}.video-spacer-gap{height:120px;position:relative;z-index:1;background:#fff}.how-section{position:sticky;top:0;z-index:1;width:100%;height:100vh;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}.how-inner{max-width:1100px;width:100%;text-align:center;padding:0 32px}.how-inner .eyebrow{font-size:14px;letter-spacing:.18em;text-transform:uppercase;color:hsla(0,0%,4%,.65);margin-bottom:20px;font-weight:600}.how-inner h2{font-size:clamp(2.2rem,4.5vw,3.4rem);font-weight:700;letter-spacing:-.02em;margin-bottom:80px}.connector-track,.steps-wrap{position:relative}.connector-track{height:2px;background:hsla(0,0%,4%,.15);margin-bottom:48px}.connector-fill{position:absolute;top:0;left:0;height:100%;width:0;background:#000;transition:width .1s linear}.steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:0;gap:0;text-align:left}.step{opacity:0;transform:translateY(16px);transition:opacity .4s ease,transform .4s ease;padding:0 24px 24px}.step:first-child{padding-left:0}.step:last-child{padding-right:0}.step.is-visible{opacity:1;transform:translateY(0)}.step h3{font-size:clamp(1.3rem,2vw,1.6rem);font-weight:700;margin-bottom:16px;letter-spacing:-.01em}.step p{font-size:clamp(1.05rem,1.6vw,1.2rem);line-height:1.65;color:var(--muted);font-weight:400}@media (max-width:860px){.steps{grid-template-columns:1fr;text-align:center}.step{padding:0 0 24px}.step:last-child{padding-bottom:0}}.timeline-spacer{height:340vh;position:relative;z-index:1;background:#fff}.timeline-section{position:sticky;top:0;z-index:1;width:100%;height:100vh;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}.timeline-inner{max-width:1200px;width:100%;text-align:center;padding:0 32px}.timeline-inner .eyebrow{font-size:14px;letter-spacing:.18em;text-transform:uppercase;color:hsla(0,0%,4%,.65);margin-bottom:20px;font-weight:600}.timeline-inner h2{font-size:clamp(2rem,4vw,3rem);font-weight:700;letter-spacing:-.02em;margin-bottom:70px}.timeline-cta{margin-top:48px}.timeline-track,.timeline-track-wrap{position:relative}.timeline-track{height:2px;background:hsla(0,0%,4%,.15);margin:0 0 40px}.timeline-track-fill{position:absolute;top:0;left:0;height:100%;width:0;background:#000;transition:width .1s linear}.timeline-points{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:8px;gap:8px}.timeline-point{display:flex;flex-direction:column;align-items:center;opacity:0;transform:translateY(10px);transition:opacity .4s ease,transform .4s ease}.timeline-point.is-visible{opacity:1;transform:translateY(0)}.timeline-marker{width:10px;height:10px;border-radius:50%;background:hsla(0,0%,4%,.2);margin-top:-45px;margin-bottom:20px;transition:background .3s ease}.timeline-point.is-visible .timeline-marker{background:#000}.timeline-number{font-size:clamp(1.5rem,2.6vw,2.2rem);font-weight:700;letter-spacing:-.02em;margin-bottom:8px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.timeline-label{font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:hsla(0,0%,4%,.6);line-height:1.4;max-width:150px}@media (max-width:900px){.timeline-points{grid-template-columns:repeat(3,1fr);row-gap:48px}.timeline-marker,.timeline-track{display:none}.timeline-spacer{height:auto}.timeline-section{position:relative;top:auto;height:auto;padding:64px 0}.timeline-point{opacity:1!important;transform:none!important}}.video-section{position:relative;z-index:1;width:100%;height:100vh;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:0 32px}.video-inner{max-width:900px;width:100%;text-align:center}.video-inner .eyebrow{font-size:14px;letter-spacing:.18em;text-transform:uppercase;color:hsla(0,0%,4%,.65);margin-bottom:20px;font-weight:600}.video-inner h2{font-size:clamp(2rem,4vw,3rem);font-weight:700;letter-spacing:-.02em;margin-bottom:16px}.video-inner .video-intro{font-size:clamp(1.05rem,1.6vw,1.2rem);color:var(--muted);max-width:560px;margin:0 auto 56px;line-height:1.65}.video-frame{position:relative;width:100%;aspect-ratio:16/9;border-radius:14px;overflow:hidden;background:#000;cursor:pointer}.video-thumb{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:grayscale(100%) contrast(1.05);transition:filter .3s ease,transform .4s ease}.video-frame:hover .video-thumb{filter:grayscale(70%) contrast(1.05);transform:scale(1.02)}.video-frame:after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.15);transition:background .3s ease}.video-frame:hover:after{background:rgba(0,0,0,.05)}.video-play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:76px;height:76px;border-radius:50%;background:hsla(0,0%,100%,.95);display:flex;align-items:center;justify-content:center;z-index:2;transition:transform .25s ease,background .25s ease}.video-frame:hover .video-play-button{transform:translate(-50%,-50%) scale(1.08);background:#fff}.video-play-button svg{width:26px;height:26px;margin-left:4px;fill:#0a0a0a}.video-frame.is-playing .video-play-button,.video-frame.is-playing .video-thumb,.video-frame.is-playing:after{display:none}.video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.video-caption{margin-top:24px;font-size:.95rem;color:hsla(0,0%,4%,.65);font-weight:500}.partners-section{position:relative;z-index:1;width:100%;height:100vh;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;padding:0 32px}.partners-inner{max-width:700px;margin:0 auto 56px;text-align:center}.partners-inner .eyebrow{font-size:14px;letter-spacing:.18em;text-transform:uppercase;color:hsla(0,0%,4%,.65);margin-bottom:20px;font-weight:600}.partners-inner h2{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;letter-spacing:-.02em;line-height:1.25}.partners-track-wrap{position:relative}.partners-track,.partners-track-wrap{width:100%;overflow:hidden}.partners-track-inner{display:flex;align-items:center;gap:56px;width:-moz-max-content;width:max-content;animation:partners-scroll 45s linear infinite}.partners-track-wrap:hover .partners-track-inner{animation-play-state:paused}@keyframes partners-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.partner-logo{position:relative;flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:160px;height:72px;filter:grayscale(100%);opacity:.5;transition:opacity .25s ease,filter .25s ease}.partner-logo:hover{filter:grayscale(0);opacity:1}.partner-logo img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;display:block}.partner-logo-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border:1px solid hsla(0,0%,4%,.12);border-radius:8px;padding:8px 12px;text-align:center;font-size:.8rem;font-weight:600;letter-spacing:.01em;color:hsla(0,0%,4%,.55);line-height:1.25}.partners-fade{position:absolute;top:0;bottom:0;width:120px;pointer-events:none;z-index:2}.partners-fade-left{left:0;background:linear-gradient(90deg,#fff,hsla(0,0%,100%,0))}.partners-fade-right{right:0;background:linear-gradient(270deg,#fff,hsla(0,0%,100%,0))}@media (max-width:640px){.partner-logo{width:130px;height:60px}}.partners-cta{display:flex;justify-content:center;margin-top:64px}.mlk-spacer{height:260vh;position:relative}.mlk-section,.mlk-spacer{z-index:1;background:#0a0a0a}.mlk-section{position:sticky;top:0;width:100%;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:0 32px}.mlk-bg{background-image:url(/mlk.webp);background-size:cover;background-position:center 20%;filter:grayscale(100%);opacity:.55;transform:scale(1.05)}.mlk-bg,.mlk-scrim{position:absolute;inset:0}.mlk-scrim{background:linear-gradient(180deg,hsla(0,0%,4%,.2),hsla(0,0%,4%,.55))}.mlk-inner{position:relative;z-index:2;max-width:760px;text-align:center}.mlk-content{margin-top:56px;padding-top:40px;border-top:1px solid hsla(0,0%,100%,.15);opacity:0;transform:translateY(16px)}.mlk-eyebrow{font-size:14px;letter-spacing:.18em;text-transform:uppercase;color:hsla(0,0%,100%,.55);margin-bottom:24px;font-weight:600}.mlk-kicker{font-size:clamp(1rem,1.5vw,1.15rem);color:hsla(0,0%,100%,.6);margin-bottom:16px;font-weight:500}.mlk-headline{font-size:clamp(2rem,4.5vw,3.2rem);font-weight:700;letter-spacing:-.02em;color:#fff;margin-bottom:56px;line-height:1.15}.mlk-quote{position:relative;font-size:clamp(1.4rem,2.6vw,1.9rem);line-height:1.5;color:#fff;font-weight:600;font-style:normal;letter-spacing:-.01em;max-width:640px;margin:0 auto;padding:0 8px;opacity:0;transform:translateY(16px)}.mlk-quote-mark{display:block;font-size:clamp(3.5rem,7vw,5.5rem);line-height:.5;color:hsla(0,0%,100%,.35);font-weight:700;margin-bottom:12px;font-family:Georgia,Times New Roman,serif}.mlk-quote cite{display:block;margin-top:24px;font-size:.9rem;font-style:normal;font-weight:600;color:hsla(0,0%,100%,.5);letter-spacing:.02em}.mlk-body{font-size:clamp(1.05rem,1.6vw,1.2rem);line-height:1.65;color:hsla(0,0%,100%,.8);max-width:600px;margin:0 auto 32px}.mlk-link{display:inline-block;font-size:15px;font-weight:600;color:#fff;text-decoration:none;border-bottom:1.5px solid hsla(0,0%,100%,.5);padding-bottom:3px;transition:border-color .2s ease,opacity .2s ease}.mlk-link:hover{border-color:#fff;opacity:.85}.page-hero{width:100%;padding:200px 32px 96px;display:flex;align-items:center;justify-content:center;text-align:center;background:#fff}.page-hero-inner{max-width:760px}.page-hero h1{font-size:clamp(2rem,4.5vw,3.2rem);font-weight:700;letter-spacing:-.02em;line-height:1.15;color:var(--fg);margin:24px 0 28px}.page-hero p{font-size:clamp(1.05rem,1.6vw,1.2rem);line-height:1.65;color:var(--muted);font-weight:400}.not-found-links{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:20px;margin-top:32px}.not-found-secondary-link{font-size:15px;font-weight:600;color:var(--fg);text-decoration:none;border-bottom:1.5px solid hsla(0,0%,4%,.25);padding-bottom:2px;transition:border-color .2s ease}.not-found-secondary-link:hover{border-color:var(--fg)}.page-section{max-width:1100px;margin:0 auto;padding:0 32px 96px}.page-section-heading{display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;gap:16px;margin-bottom:12px;border-bottom:1px solid hsla(0,0%,4%,.1);padding-bottom:20px}.page-section-heading h2{font-size:clamp(1.4rem,2.2vw,1.8rem);font-weight:700;letter-spacing:-.01em;color:var(--fg)}.page-section-intro{font-size:.98rem;color:var(--muted);max-width:640px;margin:16px 0 40px;line-height:1.6}.page-count{font-size:14px;color:var(--muted);font-weight:500}.page-section-links{display:flex;align-items:baseline;gap:16px}.page-see-all{font-size:14px;font-weight:700;color:var(--fg);text-decoration:none;border-bottom:1.5px solid hsla(0,0%,4%,.25);padding-bottom:2px;transition:border-color .2s ease;white-space:nowrap}.page-see-all:hover{border-color:var(--fg)}.projects-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:28px;gap:28px}@media (max-width:760px){.projects-grid{grid-template-columns:1fr}}.project-card{display:block;text-decoration:none;color:inherit;background:var(--off-white);border:1px solid hsla(0,0%,4%,.08);border-radius:16px;padding:32px;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.project-card:hover{border-color:hsla(0,0%,4%,.22);transform:translateY(-2px);box-shadow:0 12px 32px hsla(0,0%,4%,.08)}.project-card h3{font-size:1.25rem;font-weight:700;letter-spacing:-.01em;color:var(--fg);margin-bottom:12px}.project-card p{font-size:.98rem;line-height:1.6;color:var(--muted);margin-bottom:20px}.project-card .project-link{font-size:14px;font-weight:700;color:var(--fg);border-bottom:1.5px solid hsla(0,0%,4%,.25);padding-bottom:2px;transition:border-color .2s ease}.project-card:hover .project-link{border-color:var(--fg)}.actions-list{display:flex;flex-direction:column}.action-card{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;text-decoration:none;color:inherit;padding:28px 0;border-bottom:1px solid hsla(0,0%,4%,.08);transition:opacity .2s ease}.action-card:hover{opacity:.68}.action-card:first-child{padding-top:0}.action-main{flex:1 1}.action-date{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:hsla(0,0%,4%,.6);font-weight:600;margin-bottom:10px;display:block}.action-title{font-size:1.1rem;font-weight:700;letter-spacing:-.01em;color:var(--fg);margin-bottom:10px;line-height:1.3}.action-summary{font-size:.95rem;line-height:1.6;color:var(--muted)}.action-arrow{flex-shrink:0;font-size:1.1rem;color:var(--fg);padding-top:4px}@media (max-width:500px){.action-card{flex-direction:column;gap:8px}}.skeleton-card{cursor:default;pointer-events:none}.skeleton-card:hover{transform:none;box-shadow:none;opacity:1}.skeleton-line{height:14px;border-radius:6px;background:linear-gradient(90deg,hsla(0,0%,4%,.06) 25%,hsla(0,0%,4%,.11) 37%,hsla(0,0%,4%,.06) 63%);background-size:400% 100%;animation:skeleton-pulse 1.6s ease-in-out infinite;margin-bottom:10px}.skeleton-line-title{height:18px;width:70%;margin-bottom:14px}.skeleton-line-date{height:12px;width:30%}.skeleton-line-body{width:95%}.skeleton-line-short{width:60%;margin-bottom:0}@keyframes skeleton-pulse{0%{background-position:100% 50%}to{background-position:0 50%}}.archived-toggle-wrap{text-align:center;margin:64px 0 40px}.archived-toggle{display:inline-flex;align-items:center;gap:8px;background:transparent;border:1.5px solid hsla(0,0%,4%,.25);color:var(--fg);font-family:inherit;font-size:14px;font-weight:600;padding:12px 24px;border-radius:999px;cursor:pointer;transition:border-color .2s ease,background .2s ease}.archived-toggle:hover{border-color:var(--fg);background:hsla(0,0%,4%,.03)}.archived-toggle .chevron{display:inline-block;transition:transform .25s ease}.archived-toggle.is-open .chevron{transform:rotate(180deg)}.archived-section{max-height:0;overflow:hidden;transition:max-height .4s ease}.archived-section.is-open{max-height:4000px}.archived-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:28px;gap:28px;padding-top:8px}@media (max-width:760px){.archived-grid{grid-template-columns:1fr}}.archived-badge{display:inline-block;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:hsla(0,0%,4%,.65);background:var(--off-white-2);border-radius:999px;padding:4px 12px;margin-bottom:12px}.archived-empty{text-align:center;color:var(--muted);font-size:.98rem;padding:32px 0 8px}.archive-hero{width:100%;padding:160px 32px 64px;display:flex;align-items:center;justify-content:center;text-align:center;background:#fff}.archive-hero-inner{max-width:760px}.archive-hero h1{font-size:clamp(2rem,4.5vw,3.2rem);font-weight:700;letter-spacing:-.02em;line-height:1.15;color:var(--fg);margin:24px 0 28px}.archive-hero p{font-size:clamp(1.05rem,1.6vw,1.2rem);line-height:1.65;color:var(--muted);font-weight:400}.archive-controls{max-width:1100px;margin:0 auto;padding:0 32px 32px;display:flex;flex-direction:column;gap:16px}.archive-search{flex:1 1;min-width:220px;width:100%}.archive-search input{width:100%;font-family:inherit;font-size:14px;color:var(--fg);background:var(--off-white);border:1px solid hsla(0,0%,4%,.12);border-radius:999px;padding:11px 20px;outline:none;transition:border-color .2s ease}.archive-search input:focus{border-color:hsla(0,0%,4%,.35)}.archive-search input::-moz-placeholder{color:hsla(0,0%,4%,.4)}.archive-search input::placeholder{color:hsla(0,0%,4%,.4)}.archive-year-filters{display:flex;flex-wrap:wrap;gap:8px}.year-pill{font-family:inherit;font-size:13px;font-weight:600;color:var(--fg);background:transparent;border:1px solid hsla(0,0%,4%,.18);border-radius:999px;padding:7px 16px;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.year-pill:hover{border-color:var(--fg)}.year-pill.is-active{background:#000;color:#fff;border-color:#000}.archive-section{max-width:1100px;margin:0 auto;padding:0 32px 96px;display:grid;grid-template-columns:240px 1fr;grid-gap:48px;gap:48px;align-items:start}@media (max-width:860px){.archive-section{grid-template-columns:1fr}}.archive-filters{display:flex;flex-direction:column;gap:8px;position:sticky;top:96px}@media (max-width:860px){.archive-filters{position:sticky;top:64px;z-index:20;background:#fff;padding:12px 0 4px;margin-bottom:8px;border-bottom:1px solid hsla(0,0%,4%,.1);max-height:70vh;overflow-y:auto}}@media (max-width:640px){.archive-filters{display:none}}.filter-group{border-bottom:1px solid hsla(0,0%,4%,.1);padding-bottom:16px}.filter-group:last-child{border-bottom:none}.filter-group-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;background:none;border:none;font-family:inherit;cursor:pointer;padding:16px 0 8px;text-align:left}.filter-group-title{font-size:13px;font-weight:700;letter-spacing:.04em;color:var(--fg)}.filter-group-chevron{font-size:11px;color:hsla(0,0%,4%,.6);transition:transform .25s ease;flex-shrink:0}.filter-group.is-collapsed .filter-group-chevron{transform:rotate(-90deg)}.filter-group-options{display:flex;flex-direction:column;gap:2px;max-height:600px;overflow:hidden;transition:max-height .3s ease}.filter-group.is-collapsed .filter-group-options{max-height:0}.filter-option{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--muted);padding:6px 4px;cursor:pointer;border-radius:6px;transition:background .15s ease,color .15s ease}.filter-option:hover{background:var(--off-white);color:var(--fg)}.filter-option input{accent-color:#000}.filter-option.is-checked{color:var(--fg);font-weight:600}.filter-option-count{margin-left:auto;font-size:12px;color:hsla(0,0%,4%,.4);font-weight:500}.clear-filters{font-family:inherit;font-size:13px;font-weight:600;color:var(--fg);background:none;border:none;text-decoration:underline;text-underline-offset:3px;cursor:pointer;padding:4px 0;text-align:left;display:none}.clear-filters.is-visible{display:block}.archive-list-wrap{min-width:0}.archive-count{font-size:14px;color:var(--muted);font-weight:500;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid hsla(0,0%,4%,.1)}.action-tag{display:inline-block;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--fg);background:var(--off-white-2);border-radius:999px;padding:4px 12px}.archive-empty{text-align:center;color:var(--muted);font-size:.98rem;padding:48px 0}@media (max-width:500px){.archive-controls{flex-direction:column;align-items:stretch}.archive-search{max-width:none}}.breadcrumb{max-width:1100px;margin:0 auto;padding:140px 32px 0}.breadcrumb a{font-size:13px;font-weight:600;color:var(--muted);text-decoration:none}.breadcrumb a:hover{color:var(--fg)}.project-header{max-width:1100px;margin:0 auto;padding:24px 32px 32px;border-bottom:1px solid hsla(0,0%,4%,.1)}.project-meta-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:24px}.project-tag{display:inline-block;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--fg);background:var(--off-white-2);border-radius:999px;padding:6px 14px}.project-tag.is-active{color:#1c7a3f;background:rgba(28,122,63,.12)}.project-tag.is-archived{color:hsla(0,0%,4%,.55);background:var(--off-white-2)}.project-status-tag{display:inline-block;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#1a7a3c;background:#e9f7ee;border-radius:999px;padding:6px 14px}.project-header h1{font-size:clamp(1.8rem,3.2vw,2.4rem);font-weight:700;letter-spacing:-.02em;line-height:1.2;color:var(--fg);margin-bottom:20px}.project-subtitle{font-size:clamp(1.3rem,2.1vw,1.55rem);line-height:1.5;color:var(--muted);font-weight:300}.project-layout{max-width:1100px;margin:0 auto;padding:40px 32px 96px;display:grid;grid-template-columns:1fr 300px;grid-gap:56px;gap:56px;align-items:start}@media (max-width:900px){.project-layout{grid-template-columns:1fr}}.project-main{min-width:0}.project-image-wrap{position:relative;width:100%;aspect-ratio:3/2;margin-bottom:40px}.project-image-wrap img{border-radius:16px;-o-object-fit:cover;object-fit:cover}.project-body p{font-size:1.05rem;line-height:1.8;color:var(--fg);margin-bottom:24px;font-weight:400;white-space:pre-line}.project-section{margin-top:48px;padding-top:40px;border-top:1px solid hsla(0,0%,4%,.1)}.project-section h2{font-size:clamp(1.2rem,2vw,1.4rem);font-weight:700;letter-spacing:-.01em;color:var(--fg);margin-bottom:20px}.project-section-body{font-size:1rem;line-height:1.75;color:var(--fg)}.project-section-body ul{margin:0 0 12px 20px}.project-section-body a{color:var(--fg);text-decoration:underline}.related-list{display:flex;flex-direction:column}.related-card{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;text-decoration:none;color:inherit;padding:20px 0;border-bottom:1px solid hsla(0,0%,4%,.08);transition:opacity .2s ease}.related-card:first-child{padding-top:0}.related-card:last-child{border-bottom:none}.related-card:hover{opacity:.68}.related-main{flex:1 1;min-width:0}.related-title{font-size:1rem;font-weight:700;letter-spacing:-.01em;color:var(--fg);line-height:1.4}.related-type-icon{position:relative;flex-shrink:0;align-self:center;width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:var(--fg)}.related-type-icon img,.related-type-icon svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.related-date-label{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:hsla(0,0%,4%,.6);margin-bottom:4px}.related-caption{font-size:.9rem;color:var(--muted);line-height:1.5;margin-top:6px}.related-arrow{flex-shrink:0;align-self:center;font-size:1.05rem;color:var(--fg)}.library-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:16px;gap:16px}.library-card{gap:12px;text-decoration:none;color:inherit;padding:20px;border:1px solid hsla(0,0%,4%,.1);border-radius:12px;transition:border-color .2s ease,background .2s ease}.library-card,.library-text{display:flex;flex-direction:column}.library-text{gap:4px}.library-card:hover{border-color:hsla(0,0%,4%,.25);background:var(--off-white)}.library-icon{position:relative;width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:var(--fg)}.library-icon img,.library-icon svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.library-type{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:hsla(0,0%,4%,.6)}.library-title{font-size:.95rem;font-weight:700;letter-spacing:-.01em;color:var(--fg);line-height:1.4}.related-more{padding-top:20px}.related-more a{font-size:14px;font-weight:700;color:var(--fg);text-decoration:none;border-bottom:1.5px solid hsla(0,0%,4%,.25);padding-bottom:2px}.related-more a:hover{border-color:var(--fg)}.related-more-pill{display:inline-block;font-family:inherit;font-size:13px;font-weight:600;letter-spacing:.02em;color:var(--fg);background:var(--off-white-2);border:none;border-radius:999px;padding:9px 18px;cursor:pointer;transition:background .2s ease}.related-more-pill:hover{background:#e6e6e3}.project-sidebar{position:static;background:var(--off-white);border:1px solid hsla(0,0%,4%,.08);border-radius:16px;padding:28px;display:flex;flex-direction:column}.sidebar-section{padding:18px 0;border-bottom:1px solid hsla(0,0%,4%,.08)}.action-sidebar>.sidebar-section:first-child,.item-sidebar>.sidebar-section:first-child,.project-sidebar>.sidebar-section:first-child{padding-top:0}.action-sidebar>.sidebar-section:last-child,.item-sidebar>.sidebar-section:last-child,.project-sidebar>.sidebar-section:last-child{border-bottom:none;padding-bottom:0}.sidebar-stats-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}.stat-value{font-size:clamp(1.35rem,2vw,1.6rem);font-weight:700;letter-spacing:-.02em;color:var(--fg);line-height:1.1;margin-bottom:6px}.stat-label{font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:hsla(0,0%,4%,.6)}.sidebar-details{display:flex;flex-direction:column}.detail-label{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:hsla(0,0%,4%,.6);margin-top:24px;margin-bottom:4px}.detail-item:first-child .detail-label{margin-top:0}.detail-value{font-size:.95rem;color:var(--fg);line-height:1.5}.detail-value a{color:var(--fg);font-weight:600;border-bottom:1.5px solid hsla(0,0%,4%,.25);text-decoration:none;transition:border-color .2s ease}.detail-value a:hover{border-color:var(--fg)}.sidebar-tags{display:flex;flex-direction:column}.tag-group-label{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:hsla(0,0%,4%,.6);margin-top:24px;margin-bottom:4px}.tag-group:first-child .tag-group-label{margin-top:0}.tag-pills{display:flex;flex-direction:column;gap:2px}.tag-pill{font-size:.95rem;font-weight:400;color:var(--fg);line-height:1.5}.tag-pill a{color:var(--fg);text-decoration:none;border-bottom:1.5px solid hsla(0,0%,4%,.25);transition:border-color .2s ease}.tag-pill a:hover{border-color:var(--fg)}@media (max-width:900px){.project-sidebar{position:static}}.action-header{padding:24px 32px 32px;border-bottom:1px solid hsla(0,0%,4%,.1)}.action-header,.action-layout{max-width:1100px;margin:0 auto}.action-layout{padding:40px 32px 96px;display:grid;grid-template-columns:1fr 300px;grid-gap:56px;gap:56px;align-items:start}@media (max-width:900px){.action-layout{grid-template-columns:1fr}}.action-main{min-width:0}.action-meta-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:24px}.action-header .action-date{font-size:13px;font-weight:600;color:hsla(0,0%,4%,.6);letter-spacing:.04em}.action-header h1{font-size:clamp(1.8rem,3.2vw,2.4rem);font-weight:700;letter-spacing:-.02em;line-height:1.2;color:var(--fg);margin-bottom:20px}.action-subtitle{font-size:clamp(1.3rem,2.1vw,1.55rem);line-height:1.5;color:var(--muted);font-weight:300}.action-image-wrap{position:relative;width:100%;aspect-ratio:3/2;margin-bottom:40px}.action-image-wrap img{border-radius:16px;-o-object-fit:cover;object-fit:cover}.action-body{padding-top:0}.action-image-wrap+.action-body{padding-top:40px}.action-body p{font-size:1.05rem;line-height:1.8;color:var(--fg);margin-bottom:24px;font-weight:400}.action-body ul{margin:0 0 24px 20px}.action-body a{color:var(--fg);text-decoration:underline}.action-document,.project-document{padding-top:8px}.document-link{display:inline-flex;align-items:center;gap:10px;font-size:15px;font-weight:700;color:#fff;background:#000;text-decoration:none;padding:13px 26px;border-radius:999px;transition:background .2s ease}.document-link:hover{background:#222}.items-section{margin-top:64px;padding-top:40px;border-top:1px solid hsla(0,0%,4%,.1)}.items-section h2{font-size:clamp(1.25rem,2vw,1.5rem);font-weight:700;letter-spacing:-.01em;color:var(--fg);margin-bottom:8px}.items-section-intro{margin-bottom:32px}.items-empty,.items-section-intro{font-size:.95rem;color:var(--muted)}.items-empty{padding:8px 0 0}.action-sidebar{position:static;background:var(--off-white);border:1px solid hsla(0,0%,4%,.08);border-radius:16px;padding:28px;display:flex;flex-direction:column}@media (max-width:900px){.action-sidebar{position:static}}.archive-type-filters{display:flex;flex-wrap:wrap;gap:8px}.type-pill{font-family:inherit;font-size:13px;font-weight:600;color:var(--fg);background:transparent;border:1px solid hsla(0,0%,4%,.18);border-radius:999px;padding:7px 16px;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.type-pill:hover{border-color:var(--fg)}.type-pill.is-active{background:#000;color:#fff;border-color:#000}.items-list{display:flex;flex-direction:column}.item-card{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;text-decoration:none;color:inherit;padding:28px 0;border-bottom:1px solid hsla(0,0%,4%,.08);transition:opacity .2s ease}.item-card:hover{opacity:.68}.item-card:first-child{padding-top:0}.item-type-icon{position:relative;flex-shrink:0;align-self:center;width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:var(--fg)}.item-type-icon img,.item-type-icon svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.item-main{flex:1 1;min-width:0}.item-meta-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:10px}.item-tag{display:inline-block;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--fg);background:var(--off-white-2);border-radius:999px;padding:4px 12px}.item-title{font-size:1.1rem;font-weight:700;letter-spacing:-.01em;color:var(--fg);margin-bottom:10px;line-height:1.3}.item-summary{font-size:.95rem;line-height:1.6;color:var(--muted)}.item-arrow{flex-shrink:0;font-size:1.1rem;color:var(--fg);padding-top:4px}@media (max-width:500px){.item-card{flex-direction:column;gap:8px}}.item-header{padding:24px 32px 32px;border-bottom:1px solid hsla(0,0%,4%,.1)}.item-header,.item-layout{max-width:1100px;margin:0 auto}.item-layout{padding:40px 32px 96px;display:grid;grid-template-columns:1fr 300px;grid-gap:56px;gap:56px;align-items:start}@media (max-width:900px){.item-layout{grid-template-columns:1fr}}.item-header .item-main{min-width:0}.item-header .item-date{font-size:13px;font-weight:600;color:hsla(0,0%,4%,.6);letter-spacing:.04em}.item-header h1{font-size:clamp(1.8rem,3.2vw,2.4rem);font-weight:700;letter-spacing:-.02em;line-height:1.2;color:var(--fg);margin-bottom:20px}.item-subtitle{font-size:clamp(1.3rem,2.1vw,1.55rem);line-height:1.5;color:var(--muted);font-weight:300}.item-image-wrap{position:relative;width:100%;aspect-ratio:3/2;margin-bottom:40px}.item-image-wrap img{border-radius:16px;-o-object-fit:cover;object-fit:cover}.item-body{padding-top:0}.item-image-wrap+.item-body{padding-top:40px}.item-body p{font-size:1.05rem;line-height:1.8;color:var(--fg);margin-bottom:24px;font-weight:400}.item-document{padding-top:8px}.related-section{margin-top:64px;padding-top:40px;border-top:1px solid hsla(0,0%,4%,.1)}.related-section h2{font-size:clamp(1.25rem,2vw,1.5rem);font-weight:700;letter-spacing:-.01em;color:var(--fg);margin-bottom:8px}.related-section-intro{font-size:.95rem;color:var(--muted);margin-bottom:32px}.related-empty,.timeline-empty{font-size:.95rem;color:var(--muted);padding:8px 0 0}.timeline-list{display:flex;flex-direction:column}.timeline-card{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;text-decoration:none;color:inherit;padding:20px 0;border-bottom:1px solid hsla(0,0%,4%,.08);transition:opacity .2s ease}.timeline-card:first-child{padding-top:0}.timeline-card:last-child{border-bottom:none}.timeline-card:hover{opacity:.68}.timeline-main{flex:1 1;min-width:0}.timeline-title{font-size:1rem;font-weight:700;letter-spacing:-.01em;color:var(--fg);line-height:1.4}.timeline-type-icon{position:relative;flex-shrink:0;align-self:center;width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:var(--fg)}.timeline-type-icon img,.timeline-type-icon svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.timeline-date-label{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:hsla(0,0%,4%,.6);margin-bottom:4px}.timeline-caption{font-size:.9rem;color:var(--muted);line-height:1.5;margin-top:6px}.timeline-arrow{flex-shrink:0;align-self:center;font-size:1.05rem;color:var(--fg)}.item-sidebar{position:static;background:var(--off-white);border:1px solid hsla(0,0%,4%,.08);border-radius:16px;padding:28px;display:flex;flex-direction:column}@media (max-width:900px){.item-sidebar{position:static}}.staff-section{max-width:1100px;margin:0 auto;padding:16px 32px 96px}.staff-section-header{display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;gap:16px;padding-top:56px;margin-bottom:12px;border-bottom:1px solid hsla(0,0%,4%,.1);padding-bottom:20px}.staff-section-header h2{font-size:clamp(1.4rem,2.2vw,1.8rem);font-weight:700;letter-spacing:-.01em;color:var(--fg)}.staff-section-intro{font-size:.98rem;color:var(--muted);max-width:640px;margin:16px 0 40px;line-height:1.6}.staff-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:40px 32px;gap:40px 32px}@media (max-width:900px){.staff-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.staff-grid{grid-template-columns:1fr}}.staff-card{display:flex;flex-direction:column;text-decoration:none;color:inherit}.staff-photo{position:relative;width:100%;aspect-ratio:1/1;border-radius:16px;background:var(--off-white-2);border:1px solid hsla(0,0%,4%,.08);display:flex;align-items:center;justify-content:center;margin-bottom:18px;overflow:hidden}.staff-photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.staff-photo svg{width:38%;height:38%;color:hsla(0,0%,4%,.22)}.staff-name{font-size:1.1rem;font-weight:700;letter-spacing:-.01em;color:var(--fg);margin-bottom:4px}.staff-position{font-size:.9rem;font-weight:600;color:hsla(0,0%,4%,.65);margin-bottom:12px}.documents-section{max-width:1100px;margin:0 auto;padding:16px 32px 96px}.documents-section-header{display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;gap:16px;padding-top:56px;margin-bottom:12px;border-bottom:1px solid hsla(0,0%,4%,.1);padding-bottom:20px}.documents-section-header h2{font-size:clamp(1.4rem,2.2vw,1.8rem);font-weight:700;letter-spacing:-.01em;color:var(--fg)}.documents-section-intro{font-size:.98rem;color:var(--muted);max-width:640px;margin:16px 0 40px;line-height:1.6}.documents-columns{display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px}@media (max-width:760px){.documents-columns{grid-template-columns:1fr;gap:48px}}.documents-column-heading{font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:hsla(0,0%,4%,.6);margin-bottom:20px}.documents-type-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:32px}.documents-list{display:flex;flex-direction:column}.document-row{display:flex;align-items:center;justify-content:space-between;gap:24px;text-decoration:none;color:inherit;padding:28px 0;border-bottom:1px solid hsla(0,0%,4%,.08);transition:opacity .2s ease}.document-row:first-child{padding-top:0}.document-row:last-child{border-bottom:none}.document-row:hover{opacity:.68}.document-type-icon{position:relative;flex-shrink:0;align-self:center;width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:var(--fg)}.document-type-icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.document-main{flex:1 1;min-width:0}.document-title{font-size:1.1rem;font-weight:700;letter-spacing:-.01em;color:var(--fg);margin-bottom:10px;line-height:1.3}.document-summary{font-size:.95rem;line-height:1.6;color:var(--muted)}.document-arrow{flex-shrink:0;font-size:1.1rem;color:var(--fg)}.documents-empty{font-size:.95rem;color:var(--muted);padding:8px 0 0}.person-header{max-width:1100px;margin:0 auto;padding:24px 32px 32px;border-bottom:1px solid hsla(0,0%,4%,.1);gap:28px}.person-header,.person-photo{display:flex;align-items:center}.person-photo{position:relative;flex-shrink:0;width:96px;height:96px;border-radius:50%;background:var(--off-white-2);justify-content:center;color:hsla(0,0%,4%,.35);overflow:hidden}.person-photo svg{width:44px;height:44px}.person-photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.person-header-text{min-width:0}.person-header h1{font-size:clamp(1.8rem,3.2vw,2.4rem);font-weight:700;letter-spacing:-.02em;line-height:1.2;color:var(--fg);margin-bottom:8px}.person-position{font-size:clamp(1.05rem,1.4vw,1.15rem);line-height:1.5;color:var(--muted);font-weight:400}.person-layout{max-width:1100px;margin:0 auto;padding:40px 32px 96px;display:grid;grid-template-columns:1fr 300px;grid-gap:56px;gap:56px;align-items:start}@media (max-width:900px){.person-layout{grid-template-columns:1fr}}.person-main{min-width:0}.person-body p{font-size:1.05rem;line-height:1.8;color:var(--fg);margin-bottom:24px;font-weight:400}.person-section{margin-top:64px;padding-top:40px;border-top:1px solid hsla(0,0%,4%,.1)}.person-section h2{font-size:clamp(1.25rem,2vw,1.5rem);font-weight:700;letter-spacing:-.01em;color:var(--fg);margin-bottom:32px}.person-sidebar{position:sticky;top:96px;background:var(--off-white);border:1px solid hsla(0,0%,4%,.08);border-radius:16px;padding:28px;display:flex;flex-direction:column}@media (max-width:900px){.person-sidebar{position:static}.person-header{flex-direction:column;align-items:flex-start}}@font-face{font-family:__assistant_0015e2;src:url(/_next/static/media/23d5c86901133abe-s.p.ttf) format("truetype");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:__assistant_0015e2;src:url(/_next/static/media/53a390af738107f2-s.p.ttf) format("truetype");font-display:swap;font-weight:500;font-style:normal}@font-face{font-family:__assistant_0015e2;src:url(/_next/static/media/ea7c3c23fd2df5d3-s.p.ttf) format("truetype");font-display:swap;font-weight:600;font-style:normal}@font-face{font-family:__assistant_0015e2;src:url(/_next/static/media/bdc510218d573fab-s.p.ttf) format("truetype");font-display:swap;font-weight:700;font-style:normal}@font-face{font-family:__assistant_Fallback_0015e2;src:local("Arial");ascent-override:109.43%;descent-override:30.76%;line-gap-override:0.00%;size-adjust:93.30%}.__className_0015e2{font-family:__assistant_0015e2,__assistant_Fallback_0015e2,-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif}.__variable_0015e2{--font-assistant:"__assistant_0015e2","__assistant_Fallback_0015e2",-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif}