@font-face{font-family:PP Neue Montreal;src:url(/fonts/PPNeueMontreal-Medium.otf)format("opentype");font-weight:500;font-style:normal}@font-face{font-family:Dreame Patter;src:url(/fonts/DreamePatter-Script.otf)format("opentype");font-weight:400;font-style:normal}@font-face{font-family:Spline Sans Mono;src:url(/fonts/SplineSansMono.ttf)format("truetype");font-weight:100 900;font-style:normal}@font-face{font-family:Spline Sans Mono;src:url(/fonts/SplineSansMono-Italic.ttf)format("truetype");font-weight:100 900;font-style:italic}@font-face{font-family:SF Pro Display;src:url(/fonts/SF-Pro-Display-Ultralight.otf)format("opentype");font-weight:100;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/fonts/SF-Pro-Display-Thin.otf)format("opentype");font-weight:200;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/fonts/SF-Pro-Display-Light.otf)format("opentype");font-weight:300;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/fonts/SF-Pro-Display-Regular.otf)format("opentype");font-weight:400;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/fonts/SF-Pro-Display-Medium.otf)format("opentype");font-weight:500;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/fonts/SF-Pro-Display-Semibold.otf)format("opentype");font-weight:600;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/fonts/SF-Pro-Display-Bold.otf)format("opentype");font-weight:700;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/fonts/SF-Pro-Display-Heavy.otf)format("opentype");font-weight:800;font-style:normal}@font-face{font-family:SF Pro Display;src:url(/fonts/SF-Pro-Display-Black.otf)format("opentype");font-weight:900;font-style:normal}:root{--white:#fff;--black:#000;--grey-40:#666;--grey-59:#969696;--grey-80:#ccc;--radius-card:16px;--radius-nav:25px;--radius-image:44px;--radius-logo:27px;--radius-pill:9999px;--max-width:1536px;--page-px:144px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{background:var(--white);color:var(--black);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;font-family:PP Neue Montreal,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.nav{padding:40px var(--page-px);max-width:var(--max-width);align-items:center;margin:0 auto;display:flex}.nav-pill{border:1px solid var(--grey-80);border-radius:var(--radius-nav);align-items:center;gap:34px;padding:9px 24px;display:inline-flex}.nav-btn{width:32px;height:32px;color:var(--grey-40);justify-content:center;align-items:center;text-decoration:none;transition:color .15s,opacity .15s;display:inline-flex}.nav-btn:hover{color:var(--black);opacity:.8}.nav-btn svg{stroke-width:1.6px;width:18px;height:18px}.hero{padding:8px var(--page-px) 48px;max-width:var(--max-width);text-align:left;flex-direction:row;align-items:center;gap:16px;margin:0 auto;display:flex}.hero-text{flex-direction:column;display:flex}.hero-label{color:var(--grey-59);letter-spacing:0;margin-bottom:8px;font-size:12.8px;font-weight:500}.hero-logo{object-fit:contain;flex-shrink:0;width:66px;height:66px}.hero-name{letter-spacing:0;color:var(--black);font-size:32px;font-weight:400;line-height:1.2}.hero-tagline{color:var(--grey-59);letter-spacing:0;margin-top:0;font-size:32px;font-weight:400;line-height:1.2}.projects{padding:0 var(--page-px) 240px;max-width:var(--max-width);margin:0 auto}.projects-heading{color:var(--grey-59);letter-spacing:0;margin-bottom:24px;font-size:32px;font-weight:500}.projects-grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}.project-card{cursor:pointer;color:inherit;text-decoration:none;transition:transform .2s;display:block}.project-card:hover{transform:scale(.97)}.project-card-image{border-radius:var(--radius-card);aspect-ratio:16/11;background:#f6f6f6;justify-content:center;align-items:center;margin-bottom:23px;transition:opacity .2s;display:flex;position:relative;overflow:hidden}.project-card-image img{object-fit:cover;width:100%;height:100%}.project-card-video{object-fit:cover;object-position:top;width:100%;height:100%}.project-card-video--contained{object-fit:contain;width:auto;max-width:45%;height:auto;max-height:45%}.project-card-gradient{opacity:0;pointer-events:none;background:linear-gradient(#0000 35%,#ffffffd9 100%);transition:opacity .2s;position:absolute;inset:0}.project-card:hover .project-card-gradient{opacity:1}.project-card-chips{opacity:0;pointer-events:none;flex-wrap:wrap;gap:8px;transition:opacity .2s,transform .2s;display:flex;position:absolute;bottom:16px;left:16px;transform:translateY(6px)}.project-card:hover .project-card-chips{opacity:1;transform:translateY(0)}.project-card-chip{-webkit-backdrop-filter:blur(8px);color:#fff;white-space:nowrap;background:#00000080;border-radius:8px;padding:9px 14px;font-size:13px;font-weight:500}.project-card-placeholder{color:#aaa;letter-spacing:.02em;flex-direction:column;justify-content:center;align-items:center;gap:10px;font-size:13px;display:flex}.project-card-placeholder svg{opacity:.5;width:28px;height:28px}.project-meta{color:var(--grey-40);letter-spacing:-.362px;margin-bottom:7px;font-size:18.1px;font-weight:500;line-height:1.2}.project-title{letter-spacing:-.48px;color:var(--black);font-size:24px;font-weight:500;line-height:1.2}button.project-card{text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:0}body.modal-open .global-nav,body.modal-open .hp-location{opacity:0!important;pointer-events:none!important}.modal-container{background:var(--white);z-index:100;flex-direction:column;display:flex;position:fixed;inset:0}.modal-hero{flex-shrink:0;width:100%;overflow:hidden}.modal-hero-video{width:100%;height:auto;display:block}.modal-back{z-index:20;cursor:pointer;color:var(--black);background:0 0;border:none;align-items:center;gap:10px;padding:0;transition:opacity .15s;display:inline-flex;position:absolute;top:24px;left:24px}.modal-back:hover{opacity:.6}.modal-back-label{color:var(--black);letter-spacing:-.2px;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:15px;font-weight:400}.modal-top-gradient{pointer-events:none;z-index:10;background:linear-gradient(#fff 0%,#0000 100%);height:120px;position:absolute;top:0;left:0;right:0}.modal-scroll{overscroll-behavior:contain;flex:1;overflow-y:auto}.cs{width:50%;margin:0 auto;padding:64px 0 80px}.cs-header{padding-top:144px;padding-bottom:48px}.cs-header-top{grid-template-columns:1fr auto;align-items:start;gap:80px;margin-bottom:40px;display:grid}.cs-meta-stack{flex-direction:column;gap:20px;min-width:180px;display:flex}.cs-logo{width:56px;height:56px;margin-bottom:20px}.cs-logo img,.cs-logo video{object-fit:contain;width:100%;height:100%}.cs-title{letter-spacing:-.04em;color:var(--black);margin-bottom:0;font-family:p22-mackinac-pro,Georgia,serif;font-size:36px;font-weight:500;line-height:1.1}.cs-meta-item{flex-direction:column;gap:6px;display:flex}.cs-meta-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:500}.cs-meta-value{color:var(--black);font-size:14px;font-weight:400;line-height:1.4}.cs-row{border-top:1px solid #f3f4f6;flex-direction:column;gap:16px;padding:56px 0;display:flex}.cs-row-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;padding-top:3px;font-size:11px;font-weight:500;line-height:1.4}.cs-row-split{grid-template-columns:1fr 1fr;align-items:start;gap:48px;display:grid}.cs-img-card{aspect-ratio:390/280;background:#e8edf2;border-radius:0;overflow:hidden}.cs-divider{background:#f3f4f6;height:1px;margin-bottom:40px}.cs-img-hero{aspect-ratio:16/8.7;background:#e8edf2;border-radius:0;width:100%;margin-bottom:56px;overflow:hidden}.cs-img-hero img{object-fit:cover;width:100%;height:100%}.cs-mission{grid-template-columns:1fr 1fr;gap:80px;margin-bottom:0;padding:56px 0;display:grid}.cs-label{color:#9ca3af;text-transform:uppercase;letter-spacing:0;margin-bottom:12px;font-size:16px;font-weight:400;display:block}.cs-heading{letter-spacing:0;color:var(--black);font-size:24px;font-weight:400;line-height:1.2}.cs-body{color:#00000073;letter-spacing:.008em;font-feature-settings:"blwf" on, "cv09" on, "cv03" on, "cv04" on, "cv11" on;margin-top:4px;font-family:PP Neue Montreal,sans-serif;font-size:.97rem;font-weight:500;line-height:1.65em}.cs-confidential{color:#4b5563;text-align:center;padding:40px 0;font-size:16px;font-style:italic}.cs-section{margin-bottom:48px}.cs-section--two-col{border-top:1px solid #f3f4f6;grid-template-columns:1fr 1fr;align-items:start;gap:80px;padding:48px 0;display:grid}.cs-section--two-col .cs-img-card{aspect-ratio:390/218.5;background:#e8edf2;border-radius:0;overflow:hidden}.cs-section--two-col .cs-img-card img{object-fit:cover;width:100%;height:100%}.cs-project-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.35px;margin-bottom:12px;font-size:14px;font-weight:400}.cs-project-name{color:#000000bf;letter-spacing:-.04em;font-feature-settings:"blwf" on, "cv09" on, "cv03" on, "cv04" on, "cv11" on;font-family:p22-mackinac-pro,Georgia,serif;font-size:1.4rem;font-weight:500;line-height:1.4em}.cs-img-placeholder{aspect-ratio:16/9;background:#e8edf2;border-radius:0;width:100%;margin-bottom:48px;overflow:hidden}.cs-img-row{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:48px;display:grid}.cs-img-row--three{grid-template-columns:1fr 1fr 1fr}.cs-img-row .cs-img-placeholder{margin-bottom:0}.cs-locked{background:#f3f4f6;border-radius:0;margin-bottom:48px;padding:64px}.cs-locked-heading{color:var(--black);margin-bottom:8px;font-size:24px;font-weight:400}.cs-locked-sub{color:#9ca3af;font-size:18px;font-weight:400}.cs-north-star{background:var(--black);border-radius:0;margin-bottom:48px;padding:48px}.cs-north-star-text{color:var(--white);letter-spacing:0;font-size:22px;font-weight:400;line-height:1.4}.cs-quote{grid-template-columns:auto 1fr;align-items:center;gap:80px;padding:48px 0;display:grid}.cs-quote-avatar{border-radius:var(--radius-pill);background:#f3f4f6;width:120px;height:120px;margin-bottom:16px;overflow:hidden}.cs-quote-name{color:var(--black);font-size:16px;font-weight:400}.cs-quote-role{color:#9ca3af;font-size:16px;font-weight:400}.cs-quote-text{color:#1f2937;margin-bottom:16px;font-size:20px;font-weight:400;line-height:1.6}.cs-also{padding:64px 0}.cs-also-label{color:#6b7280;margin-bottom:40px;font-size:20px;font-weight:400}.cs-also-grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}.cs-also-card{flex-direction:column;gap:8px;display:flex}.cs-also-img{aspect-ratio:533/289;background:#e8edf2;border-radius:0;margin-bottom:4px;overflow:hidden}.cs-also-img img{object-fit:cover;width:100%;height:100%}.cs-also-meta{color:#111827;padding:0 8px;font-size:16px;font-weight:500}.cs-list{flex-direction:column;gap:8px;margin-top:16px;padding-left:20px;display:flex}.cs-list li{color:#4b5563;font-size:15px;font-weight:400;line-height:1.6}.footer-wrapper{border-top:1px solid var(--grey-40);width:100%}.footer{max-width:var(--max-width);padding:64px var(--page-px) 32px;grid-template-columns:1fr auto;align-items:start;gap:40px;margin:0 auto;display:grid}.footer-section-label{color:var(--black);letter-spacing:-.32px;margin-bottom:12px;font-size:16px;font-weight:500}.footer-bio{color:var(--grey-40);letter-spacing:-.32px;max-width:600px;font-size:16px;font-weight:400;line-height:1.4}.footer-connect{text-align:right;min-width:130px}.footer-links{flex-direction:column;align-items:flex-end;gap:15px;margin-top:12px;display:flex}.footer-link{color:var(--grey-40);letter-spacing:-.32px;font-size:16px;font-weight:400;text-decoration:none;transition:color .15s}.footer-link:hover{color:var(--black)}.footer-bottom{max-width:var(--max-width);padding:0 var(--page-px) 32px;color:var(--grey-40);letter-spacing:-.32px;justify-content:space-between;margin:0 auto;font-size:16px;font-weight:400;display:flex}.bento-wrapper{flex-direction:column;height:100vh;padding:32px;display:flex}.bento-grid{flex:1;grid-template:"logo bio contact proj_a proj_a"1fr"ph2 timeline timeline proj_a proj_a"1fr"ph2 loop loop proj_b proj_b"2fr/200px 1fr 1fr 1fr 1fr;gap:10px;min-height:0;display:grid}.bento-cell{border-radius:var(--radius-card);background:#f6f6f6;overflow:hidden}.bento-logo{background:#f6f6f6;grid-area:logo;justify-content:center;align-items:center;display:flex}.bento-logo-video{object-fit:contain;width:55%;height:55%}.bento-bio{flex-direction:column;grid-area:bio;justify-content:flex-start;padding:22px 24px;display:flex}.bento-name{color:var(--black);letter-spacing:-.6px;font-size:30px;font-weight:400;line-height:1.15}.bento-tagline{color:var(--grey-59);margin-top:6px;font-size:14px;font-weight:400;line-height:1.4}.bento-contact{flex-direction:column;grid-area:contact;justify-content:flex-start;padding:22px 24px;display:flex}.bento-section-label{color:var(--grey-59);letter-spacing:.02em;margin-bottom:14px;font-size:11px;font-weight:500;display:block}.bento-links{flex-direction:column;gap:8px;display:flex}.bento-link{color:var(--black);justify-content:space-between;align-items:center;font-size:14px;font-weight:400;text-decoration:none;transition:color .15s;display:flex}.bento-link:hover{color:var(--grey-40)}.bento-link-num{color:var(--grey-59);vertical-align:super;margin-right:2px;font-size:10px}.bento-link-arrow{color:var(--grey-59);font-size:13px}.bento-project{cursor:pointer;text-align:left;border-radius:var(--radius-card);background:#f6f6f6;border:none;padding:0;transition:transform .2s;position:relative;overflow:hidden}.bento-project:hover{transform:scale(.985)}.bento-loop{grid-area:loop}.bento-proj-a{grid-area:proj_a}.bento-proj-b{grid-area:proj_b}.bento-ph2{grid-area:ph2}.bento-project-video{object-fit:contain;width:100%;height:100%}.bento-proj-a .bento-project-video{object-fit:cover}.bento-loop .bento-project-video{object-fit:cover;object-position:center center;transform:scale(1.02)}.bento-project:hover .project-card-gradient{opacity:1}.bento-project:hover .project-card-chips{opacity:1;transform:translateY(0)}.stack-card-btn{cursor:pointer;border-radius:var(--radius-card);background:#f6f6f6;border:none;justify-content:center;align-items:center;padding:0;display:flex;overflow:visible}.stack-card-scene{perspective:600px;width:62%;height:52%;position:relative}.stack-card{will-change:transform;background:#e0e0e0;border-radius:10px;transition:transform .45s cubic-bezier(.4,0,.2,1),box-shadow .45s cubic-bezier(.4,0,.2,1),background .45s;position:absolute;inset:0}.stack-card--1{z-index:3;background:#e8e8e8;transform:rotateX(28deg)rotate(-2deg)translateY(-38%)translate(6%);box-shadow:0 8px 24px #0000001a}.stack-card--2{z-index:2;background:#e2e2e2;transform:rotateX(28deg)rotate(-2deg)translateY(-16%)translate(2%);box-shadow:0 6px 18px #00000014}.stack-card--3{z-index:1;background:#dadada;transform:rotateX(28deg)rotate(-2deg)translateY(6%)translate(-2%);box-shadow:0 4px 12px #0000000f}.stack-card-btn:hover .stack-card--1,.stack-card-btn:hover .stack-card--2,.stack-card-btn:hover .stack-card--3{background:#e8e8e8;transform:rotateX(0)rotate(-5deg)translateY(0%)translate(0%);box-shadow:0 12px 32px #0000001f}.bento-timeline{flex-direction:column;grid-area:timeline;padding:22px 24px;display:flex}.bento-timeline-list{flex-direction:column;flex:1;justify-content:flex-start;gap:10px;margin-top:2px;display:flex}.bento-timeline-row{justify-content:space-between;align-items:baseline;gap:16px;display:flex}.bento-timeline-role{color:var(--black);font-size:14px;font-weight:400}.bento-timeline-period{color:var(--grey-59);white-space:nowrap;flex-shrink:0;font-family:Spline Sans Mono,SF Mono,ui-monospace,monospace;font-size:13px;font-weight:400}@media (max-width:1200px){:root{--page-px:48px}.bento-grid{grid-template-columns:160px 1fr 1fr 1fr 1fr}}@media (max-width:768px){:root{--page-px:24px}.bento-grid{grid-template:"logo bio"160px"contact timeline"160px"proj1 proj2"1fr/1fr 1fr}.bento-ph2{display:none}.bento-project{min-height:220px}.footer{grid-template-columns:1fr;gap:32px}.footer-connect{text-align:left}.footer-links{align-items:flex-start}}.about-layout{background-color:#faf9f6;background-image:radial-gradient(circle,#d4d1ca 1px,#0000 1px);background-size:22px 22px;height:100vh;position:relative;overflow:hidden}.about-content{z-index:1;box-sizing:border-box;grid-template-columns:1fr 320px;gap:28px;max-width:1100px;height:100%;margin:0 auto;padding:72px 40px 88px;display:grid;position:relative}.about-left{flex-direction:column;display:flex;overflow:hidden}.about-label{color:#999;letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px;font-family:Spline Sans Mono,SF Mono,ui-monospace,monospace;font-size:11px;font-weight:400}.about-name{color:#111;letter-spacing:-.04em;margin:0 0 14px;font-family:p22-mackinac-pro,Georgia,serif;font-size:40px;font-weight:500;line-height:1.05}.about-bio{color:#555;max-width:480px;margin:0 0 8px;font-size:14px;font-weight:400;line-height:1.65}.about-links{flex-direction:row;gap:20px;margin-bottom:20px;display:flex}.about-link{color:#aaa;font-family:Spline Sans Mono,SF Mono,ui-monospace,monospace;font-size:12px;font-weight:400;text-decoration:none;transition:color .15s}.about-link:hover{color:#333}.about-image-wrap{box-sizing:border-box;background:#fafafa80;border:1px solid #e3e3e3;border-radius:16px;height:100%;padding:10px;display:flex;overflow:hidden}.about-image{object-fit:cover;object-position:center top;border-radius:8px;width:100%;height:100%;display:block}.about-timeline{margin-bottom:14px}.about-section-label{color:#999;letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px;font-family:Spline Sans Mono,SF Mono,ui-monospace,monospace;font-size:11px;font-weight:400;display:block}.about-timeline-list{flex-direction:column;max-width:480px;display:flex}.about-timeline-row{grid-template-columns:1fr auto;align-items:start;gap:24px;padding:7px 0;display:grid}.about-timeline-period{color:#aaa;white-space:nowrap;padding-top:2px;font-family:Spline Sans Mono,SF Mono,ui-monospace,monospace;font-size:11px;font-weight:400}.about-timeline-info{flex-direction:column;gap:2px;display:flex}.about-timeline-role{color:#111;font-size:13px;font-weight:500}.about-timeline-org{color:#aaa;font-size:12px;font-weight:400}.about-timeline-tag{color:#888;letter-spacing:.06em;white-space:nowrap;border:1px solid #ddd;border-radius:999px;padding:2px 8px;font-family:Spline Sans Mono,SF Mono,ui-monospace,monospace;font-size:10px;font-weight:400}.hp-layout{background-color:#faf9f6;background-image:radial-gradient(circle,#d4d1ca 1px,#0000 1px);background-size:22px 22px;gap:28px;height:100vh;padding:28px 40px 40px;display:flex;position:relative;overflow:hidden}.hp-location{color:#575757;letter-spacing:.08em;z-index:10;font-family:Spline Sans Mono,SF Mono,ui-monospace,monospace;font-size:11px;font-weight:400;position:absolute;top:44px;right:44px}.hp-left{flex-direction:column;flex-shrink:0;gap:28px;width:290px;padding-top:24px;display:flex}.hp-bio{flex-shrink:0}.hp-name{color:#575757;letter-spacing:-.04em;margin:0 0 2px;font-family:p22-mackinac-pro,Georgia,serif;font-size:21px;font-weight:500;line-height:1.05}.hp-tagline{color:#111;margin:0 0 12px;font-family:Lora,Georgia,serif;font-size:14px;font-weight:400;line-height:1.5}.hp-sub{display:none}.hp-links{flex-direction:column;gap:5px;display:flex}.hp-link{color:#aaa;justify-content:space-between;font-family:Spline Sans Mono,SF Mono,ui-monospace,monospace;font-size:13px;font-weight:400;text-decoration:none;transition:color .15s;display:flex}.hp-link:hover{color:#333}.hp-preview{background:#fcfcfc;border:1px solid #eaeaea;border-radius:12px;flex:1;min-height:0;margin-bottom:32px;position:relative;overflow:hidden;box-shadow:0 1px 30px #0000000a}.hp-preview-video{object-fit:cover;width:100%;height:100%}.hp-preview-empty{color:#ccc;justify-content:center;align-items:center;width:100%;height:100%;font-size:13px;font-style:italic;display:flex}.hp-right{flex:1;min-width:0;position:relative}.hp-card{cursor:pointer;background:#fafafa80;border:1px solid #e3e3e3;border-radius:16px;padding:10px;transition:transform .3s cubic-bezier(.22,1,.36,1);position:absolute;overflow:hidden}.hp-card:hover{z-index:10!important}.hp-card-video{object-fit:cover;border-radius:8px;width:100%;height:100%;display:block;overflow:hidden}.hp-card:hover .project-card-chips{opacity:1;transform:translateY(0)}.hp-card-loop{z-index:3;width:400px;height:280px;bottom:232px;left:calc(2% + 164px)}.hp-card-swe{z-index:2;width:400px;height:280px;top:64px;right:150px}.hp-card-sticky{z-index:2;width:400px;height:280px;top:calc(36% + 106px);right:calc(2% + 200px);overflow:hidden}@keyframes ticker-vertical{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.ticker-track{will-change:transform;flex-direction:column;animation:14s linear infinite ticker-vertical;display:flex}
