@import "https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600;700;900&family=Geist+Mono:wght@500&display=swap";:root{--font-sans:"Geist", system-ui, -apple-system, sans-serif;--font-mono:"Geist Mono", ui-monospace, monospace;--black:#000;--white:#fff;--muted:#00000080;--radius:10px;--radius-lg:30px;--type-ratio:1.333;--text-base:1.0625rem;--text-xs:calc(var(--text-base) / var(--type-ratio));--text-sm:var(--text-base);--text-md:calc(var(--text-sm) * var(--type-ratio));--text-lg:calc(var(--text-md) * var(--type-ratio));--text-xl:calc(var(--text-lg) * var(--type-ratio));--text-2xl:calc(var(--text-xl) * var(--type-ratio));--text-3xl:calc(var(--text-2xl) * var(--type-ratio));--text-4xl:calc(var(--text-3xl) * var(--type-ratio));--text-5xl:calc(var(--text-4xl) * var(--type-ratio));--text-6xl:calc(var(--text-5xl) * var(--type-ratio));--text-display:var(--text-6xl);--text-title:var(--text-xl);--text-lead:var(--text-xl);--text-body:var(--text-sm);--text-caption:var(--text-sm);--text-meta:var(--text-xs)}*{box-sizing:border-box}html,body,#root{background:var(--white);height:100%;color:var(--black);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;overflow:hidden}.app-shell{height:100%;overflow:hidden auto}img{display:block}a{color:inherit;text-decoration:none}.page{max-width:1440px;min-height:100%;margin:0 auto;padding:30px 36px 160px;position:relative}.page-title{font-size:clamp(var(--text-xl), 7vw, var(--text-4xl));letter-spacing:-.012em;margin:0;font-weight:900;line-height:1}.page-subtitle{font-size:var(--text-title);letter-spacing:-.019em;margin:24px 0 0 20px;font-weight:500;line-height:1.5}.pill-nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;border-radius:23px;align-items:center;gap:27px;width:max-content;height:46px;margin-inline:auto;padding:0 24px;display:flex;position:fixed;bottom:52px;left:0;right:0}.pill-nav--light{background:#00000014}.pill-nav--dark{background:#ffffffbf}.pill-nav a{font-size:var(--text-lg);letter-spacing:-.019em;color:var(--muted);font-weight:600;line-height:46px;transition:color .15s}.pill-nav a:hover,.pill-nav a.is-active{color:var(--black)}.back-button{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:var(--text-lg);letter-spacing:-.019em;background:#ffffffd9;border-radius:23px;padding:4px 18px;font-weight:600;position:fixed;top:30px;left:30px;box-shadow:0 1px 6px #00000026}.zoomable{cursor:pointer;position:relative}.zoomable>img,.zoomable>video{width:100%;height:100%;max-height:inherit;object-fit:inherit;border-radius:inherit}.zoomable__expand{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:40px;height:40px;color:var(--black);pointer-events:none;opacity:0;background:#ffffffd9;border-radius:50%;place-items:center;transition:opacity .15s;display:grid;position:absolute;top:12px;right:12px;box-shadow:0 1px 6px #00000026}.zoomable:hover .zoomable__expand{opacity:1}.zoomable__overlay{z-index:300;background:var(--black);cursor:pointer;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.zoomable__overlay>img,.zoomable__overlay>video{object-fit:contain;cursor:pointer;width:auto;max-width:100%;height:auto;max-height:100%}.zoomable__back{cursor:pointer;color:var(--black);border:0;font-family:inherit}.home{height:100%;min-height:100%;position:relative;overflow:hidden}.home__video{object-fit:cover;background:#0a0705;width:100%;height:100%;position:absolute;inset:0}.home__header{color:var(--white);padding:30px 50px 0;position:relative}.home__title{font-size:clamp(var(--text-3xl), 10.4vw, var(--text-5xl));letter-spacing:-.01em;white-space:nowrap;margin:0;font-weight:900;line-height:1}.home__subtitle{font-size:var(--text-title);letter-spacing:-.019em;margin:0 0 0 14px;font-weight:500;line-height:1.5}.workspace{background:var(--white);height:100%;min-height:100%;padding:0;overflow:hidden}.workspace__video-host,.workspace__video{z-index:0;pointer-events:none;width:100%;height:100%;position:fixed;inset:0}.workspace__video{object-fit:cover}.workspace__video::-webkit-media-controls{display:none!important}.workspace__video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none!important}.workspace__canvas{z-index:1;position:fixed;inset:0}.workspace__canvas canvas{touch-action:none;width:100%;height:100%;display:block}.workspace__header{z-index:2;pointer-events:none;color:var(--white);padding:30px 36px 0;position:relative}.workspace__title{font-size:clamp(var(--text-xl), 7vw, var(--text-4xl));letter-spacing:-.012em;white-space:nowrap;margin:0;font-weight:900;line-height:1}.skills__grid{grid-template-columns:repeat(6,1fr);gap:36px;margin-top:38px;display:grid}.skills__card{border-radius:var(--radius);cursor:pointer;perspective:1200px;-webkit-tap-highlight-color:transparent;background:0 0;border:none;margin:0;padding:0;transition:transform .25s;position:relative}.skills__card--banner{aspect-ratio:1368/463;grid-column:span 6}.skills__card--sm{aspect-ratio:4/3;grid-column:span 2}.skills__card--wide{aspect-ratio:16/9;grid-column:span 3}.skills__card--tall{aspect-ratio:3/4;grid-column:span 2}.skills__card--lg{aspect-ratio:4/3;grid-column:span 3}.skills__card:hover{transform:scale(1.02)}.skills__card:focus-visible{outline:2px solid var(--black);outline-offset:4px}.skills__flip{width:100%;height:100%;transform-style:preserve-3d;transition:transform .55s cubic-bezier(.22,1,.36,1);position:relative}.skills__card.is-flipped .skills__flip{transform:rotateY(180deg)}.skills__card--flip-x.is-flipped .skills__flip{transform:rotateX(180deg)}.skills__face{border-radius:var(--radius);backface-visibility:hidden;position:absolute;inset:0;overflow:hidden}.skills__face--front img,.skills__face--front video{object-fit:cover;width:100%;height:100%;transition:transform .35s;display:block}.skills__card:hover .skills__face--front img,.skills__card:hover .skills__face--front video{transform:scale(1.04)}.skills__label{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);height:clamp(36px,3.2vw,46px);font-size:clamp(var(--text-md), 2.8vw, var(--text-xl));letter-spacing:-.011em;color:var(--black);white-space:nowrap;background:#ffffffa6;border-radius:23px;align-items:center;padding:0 18px;font-weight:700;display:inline-flex;position:absolute;top:24px;left:24px}.skills__label--plain{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border-radius:0;height:auto;padding:0;line-height:1.5}.skills__face--back{color:var(--white);text-align:left;background:#111;flex-direction:column;padding:clamp(20px,2.5vw,36px) clamp(20px,3.1vw,45px);display:flex;transform:rotateY(180deg)}.skills__card--flip-x .skills__face--back{transform:rotateX(180deg)}.skills__back-title{font-size:clamp(var(--text-md), 2.8vw, var(--text-xl));letter-spacing:-.011em;margin:0;font-weight:700;line-height:1.5}.skills__back-meta{flex-direction:column;gap:clamp(10px,1.4vw,20px);max-width:260px;margin:clamp(12px,1.7vw,24px) 0 0;display:flex}.skills__back-meta div{margin:0}.skills__back-meta dt,.skills__back-meta dd{font-size:clamp(13px, 1.2vw, var(--text-body));letter-spacing:-.019em;margin:0;line-height:1.5}.skills__back-meta dt{font-weight:700}.skills__back-meta dd{font-weight:400}.skills__face--design{padding:0}.skills__design-intro{width:260px;position:absolute;top:30px;left:38px}.skills__design-intro p{font-size:clamp(13px, 1.2vw, var(--text-body));letter-spacing:-.019em;margin:4px 0 0;font-weight:500;line-height:1.5}.skills__cloud{position:absolute;inset:0}.skills__cloud span{font-size:clamp(var(--text-sm), 2.8vw, var(--text-xl));letter-spacing:-.011em;white-space:nowrap;font-weight:700;line-height:1.5;position:absolute}.skills__icons{flex-direction:column;align-items:flex-end;gap:12px;display:flex;position:absolute;top:clamp(60px,6vw,90px);right:clamp(20px,3.1vw,45px)}.skills__icon{object-fit:contain;border-radius:8px;width:clamp(36px,3.5vw,48px);height:clamp(36px,3.5vw,48px);display:block}.skills__design-logo{aspect-ratio:1;object-fit:contain;border-radius:var(--radius);display:block;position:absolute}.about__layout{grid-template-columns:repeat(3,1fr);align-items:start;gap:48px 40px;margin-top:12px;display:grid}.about__intro{max-width:896px;font-size:var(--text-lead);letter-spacing:-.023em;grid-area:1/1/auto/3;margin:0 0 0 4px;font-weight:500;line-height:1.5}.about__portrait{aspect-ratio:394/527;object-fit:cover;border-radius:var(--radius);filter:blur(10px);grid-area:1/3;justify-self:end;width:100%;max-width:394px}.about__entry{align-items:flex-end;gap:20px;min-width:0;display:flex}.about__entry--end{justify-content:flex-end}.about__year{font-family:var(--font-mono);font-size:var(--text-lead);letter-spacing:-.023em;writing-mode:vertical-rl;margin-bottom:13px;font-weight:500;transform:rotate(180deg)}.about__entry-body{width:fit-content;font-size:var(--text-lead)}.about__logos{justify-content:flex-start;align-items:center;gap:.4em;width:100%;margin-bottom:.2em;display:flex}.about__logos--lift{transform:translateY(.2em)}.about__logo{object-fit:contain;width:auto;height:1.125em}.about__logo--flag{height:1.125em;margin-left:.05em}.about__logo--braun{height:1.625em}.about__logo--tud{height:1.5em}.about__entry-body p{letter-spacing:-.023em;white-space:nowrap;margin:0;font-size:1em;font-weight:500;line-height:1.5}@media (width<=1500px){.about__intro,.about__entry-body{font-size:var(--text-lg)}.about__entry-body p{white-space:normal}}.project{padding-top:96px}.project__intro{grid-template-columns:468px 1fr;align-items:start;gap:32px;display:grid}.sign .project__intro,.atas .project__intro,.fan .project__intro{grid-template-rows:auto 1fr;row-gap:0}.project__intro .page-title,.fan .project__intro .fan__title{white-space:nowrap;grid-area:1/1}.sign .project__intro .project__facts,.atas .project__intro .project__facts,.fan .project__intro .project__facts{grid-area:2/1}.sign .project__intro>.sign__hero,.atas .project__intro>.project__hero,.fan .project__intro>.project__hero{grid-area:2/2}.project__facts h2{font-size:var(--text-title);letter-spacing:-.011em;margin:24px 0 4px;font-weight:700;line-height:1.5}.project__facts h2:first-child{margin-top:0}.project__facts p{font-size:var(--text-body);letter-spacing:-.011em;max-width:430px;margin:0;font-weight:500;line-height:1.5}.project__hero{object-fit:cover;border-radius:23px;width:100%;max-height:1200px}.sign__hero{position:relative}.sign__power{z-index:1;cursor:pointer;font-family:var(--font-sans);font-size:var(--text-body);letter-spacing:-.011em;color:var(--black);background:#ffffffe0;border:none;border-radius:8px;align-items:center;gap:12px;padding:8px 12px;font-weight:500;display:inline-flex;position:absolute;top:16px;left:16px}.sign__power-track{border:1.5px solid var(--black);background:0 0;border-radius:4px;width:52px;height:28px;transition:background .2s;position:relative}.sign__power-knob{background:var(--black);border-radius:2px;width:20px;height:20px;transition:transform .2s;position:absolute;top:3px;left:3px}.sign__power.is-on .sign__power-track{background:var(--black)}.sign__power.is-on .sign__power-knob{background:var(--white);transform:translate(24px)}.sign__power-label{min-width:1.5em}.project__section{margin-top:90px;position:relative}.project__section:before,.project__section:after{content:"";left:-26px;top:calc(var(--text-title) * .75);background:var(--black);border-radius:1.5px;position:absolute}.project__section:before{width:3px;bottom:0}.project__section:after{width:21px;height:3px}.project__heading{font-size:var(--text-title);letter-spacing:-.011em;margin:0 0 24px;font-weight:700;line-height:1.5}.project__heading--center{text-align:center}.project__row{grid-template-columns:1fr 1fr;align-items:start;gap:24px;display:grid}.project__row--three{grid-template-columns:repeat(3,1fr)}.project__row--three .project__figure img,.project__row--three .project__figure video,.project__row--three img.project__figure{aspect-ratio:3/4;object-fit:cover;width:100%}.project__row--split{grid-template-columns:1fr 2fr;margin-bottom:24px}.project__row--split-even{grid-template-columns:1fr 1fr}.project__row--match-height{grid-template-columns:2fr 1fr;align-items:stretch}.project__row--match-height .project__figure:last-child{position:relative}.project__row--match-height .project__figure:last-child img{object-fit:cover;border-radius:inherit;width:100%;height:100%;position:absolute;inset:0}.project__row--flush{gap:0;margin-bottom:0}.project__row--flush>.project__figure:first-child{border-radius:var(--radius) 0 0 var(--radius)}.project__row--flush>.project__figure:last-child{border-radius:0 var(--radius) var(--radius) 0}.project__row--fill-tall{align-items:stretch}.project__row--fill-tall>.project__figure:last-child{align-self:stretch;position:relative}.project__row--fill-tall>.project__figure:last-child img{object-fit:cover;border-radius:inherit;width:100%;height:100%;position:absolute;inset:0}.project__row--fill-stack{align-items:stretch}.project__row--fill-stack>.project__col{align-self:stretch;min-height:0}.project__row--fill-stack>.project__col>.project__figure{flex:1;min-height:0}.project__row--fill-stack>.project__col>.project__figure img{object-fit:cover;border-radius:inherit;width:100%;height:100%;position:absolute;inset:0}.project__row--sync-height{align-items:stretch}.project__row--sync-height .project__figure:first-child{position:relative}.project__row--sync-height .project__figure:first-child img{object-fit:cover;border-radius:inherit;width:100%;height:100%;position:absolute;inset:0}.project__row--sync-height .project__figure:last-child video{border-radius:inherit;width:100%;height:auto;display:block}.project__row+.project__row,.project__figure+.project__row{margin-top:24px}.project__col{flex-direction:column;gap:24px;display:flex}.project__col--wide{grid-column:span 1}.project__figure{border-radius:var(--radius);width:100%;min-width:0;margin:0;position:relative;overflow:hidden}img.project__figure,video.project__figure{object-fit:cover;height:auto;display:block}.project__figure img{border-radius:var(--radius);width:100%;height:auto}.project__figure video{border-radius:var(--radius);width:100%;height:auto;display:block}.project__figure--wide{grid-column:span 1}.project__text{font-size:var(--text-body);letter-spacing:-.011em;max-width:432px;margin:0;font-weight:500;line-height:1.5}.project__text--half{max-width:calc(50% - 12px)}.project__text--wide{max-width:720px}.project__text--full{max-width:900px;margin-bottom:24px}.caption{font-size:var(--text-caption);letter-spacing:-.011em;color:var(--black);margin-top:8px;font-weight:500;line-height:1.5}.caption--overlay{color:var(--white);text-shadow:0 1px 4px #0006;max-width:70%;margin:0;padding:0;position:absolute}.caption--tl{top:20px;left:20px}.caption--bl{bottom:20px;left:20px}.caption--third{max-width:33%}.caption--black{color:var(--black);text-shadow:none}.caption--white{color:var(--white)}.project__insights{grid-template-columns:1fr 1fr;gap:40px;display:grid}.project__insights .project__text{max-width:432px}.atas .project__intro{grid-template-columns:280px 1fr}.atas .project__intro .project__facts{flex-direction:column;align-self:stretch;display:flex}.atas .project__facts h2:last-of-type{margin-top:auto}.atas .project__intro>.project__hero{justify-self:end;width:calc(100% - 160px)}.sign__assemble-video{object-position:center 8%}.sign__insights{grid-template-rows:auto 1fr;grid-template-columns:1fr 1fr;align-items:stretch;gap:48px 40px;display:grid}.sign__insights:before,.sign__insights:after{display:none}.sign__insight{grid-column:1;max-width:432px;position:relative}.sign__insight:before,.sign__insight:after{content:"";left:-26px;top:calc(var(--text-title) * .75);background:var(--black);border-radius:1.5px;position:absolute}.sign__insight:before{width:3px;bottom:0}.sign__insight:after{width:21px;height:3px}.sign__insight .project__heading{margin-bottom:16px}.sign__insight .project__text{max-width:none}.sign__insight--with-media{flex-direction:column;grid-area:2/1;display:flex}.sign__insight-photo{margin-top:20px}.sign__insight-aside{grid-area:2/2;align-self:stretch;min-height:0;position:relative}.sign__insight-aside img{object-fit:cover;border-radius:inherit;width:100%;height:100%;position:absolute;inset:0}.atas__wants,.sign__wants{flex-wrap:wrap;justify-content:space-between;gap:16px 24px;margin:0;padding:0;list-style:none;display:flex}.atas__wants li,.sign__wants li{font-size:var(--text-caption);letter-spacing:-.011em;font-weight:500;line-height:1.5}.atas__grid3{grid-template-columns:repeat(3,1fr);align-items:start;gap:24px;display:grid}.atas__grid4{grid-template-columns:repeat(4,1fr);align-items:start;gap:24px;display:grid}.atas__grid3+.atas__grid3,.atas__grid3+.atas__grid4,.atas__grid4+.atas__grid3{margin-top:24px}.atas__span2{grid-column:span 2}.atas__comp-row2{align-items:stretch}.atas__comp-row2 .atas__span2{position:relative}.atas__comp-row2 .atas__span2 video{object-fit:cover;border-radius:inherit;width:100%;height:100%;position:absolute;inset:0}.atas__concept-top{align-items:flex-start;gap:24px;margin-top:24px;display:flex}.atas__concept-col{min-width:0}.atas__concept-col:first-child{flex:1.33314 1 0}.atas__concept-col:last-child{flex:.916067 1 0}.atas__concept-col>.project__figure{width:100%}.atas__concept-col>.project__figure img{width:100%;height:auto;display:block}.atas__test-row{align-items:flex-start;gap:24px;display:flex}.atas__test-row>.project__figure:first-child{flex:.750062 1 0}.atas__test-row>.project__figure:last-child{flex:2.17037 1 0}.atas__test-row>.project__figure img,.atas__test-row>.project__figure video{width:100%;height:auto;display:block}.atas__concept-bottom{align-items:stretch;margin-top:24px}.atas__wheels{flex-direction:column;justify-content:space-between;gap:24px;min-width:0;display:flex}.atas__wheels img{border-radius:var(--radius);width:100%;height:auto}.atas__figure--plain{border-radius:0}@media (width<=767px){.atas .project__intro{grid-template-columns:1fr}.atas__wants,.sign__wants{flex-direction:column}.atas__grid3,.atas__grid4{grid-template-columns:1fr}.atas__concept-top{flex-direction:column}.atas__concept-col:first-child,.atas__concept-col:last-child{flex:none;width:100%}.atas__test-row{flex-direction:column}.atas__test-row>.project__figure:first-child,.atas__test-row>.project__figure:last-child{flex:none;width:100%}.atas__span2{grid-column:auto}.atas__comp-row2 .atas__span2{position:static}.atas__comp-row2 .atas__span2 video{height:auto;position:static}}.fan{padding-left:50px;padding-right:50px}.fan__title{font-size:clamp(var(--text-xl), 9vw, var(--text-5xl));letter-spacing:-.011em;white-space:nowrap;margin:0;font-weight:900;line-height:1}.fan .project__intro{grid-template-columns:413fr 877fr;gap:0 50px}.fan .project__hero{aspect-ratio:877/492;object-fit:cover;border-radius:var(--radius)}.fan__why{grid-template-columns:1fr 1fr 1fr;align-items:start;gap:50px;display:grid}.fan__why .project__figure img{aspect-ratio:1;object-fit:cover;width:100%}.fan__design{grid-template-columns:877fr 413fr;align-items:stretch;gap:50px;display:grid}.fan__design video{aspect-ratio:877/493;object-fit:cover}.fan__blade{align-self:stretch;position:relative}.fan__blade img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.fan__renders{flex-direction:column;gap:50px;margin-top:50px;display:flex}.fan__renders .project__figure img{aspect-ratio:16/9;object-fit:cover;width:100%}@media (width<=767px){.skills__card--banner,.skills__card--sm,.skills__card--wide,.skills__card--lg{aspect-ratio:4/3;grid-column:auto}.skills__card--tall{aspect-ratio:350/467;grid-column:auto}.skills__card:hover{transform:none}.skills__face--back{padding:20px}.skills__back-meta{gap:10px;margin-top:12px}.skills__icons{flex-flow:wrap;justify-content:flex-end;max-width:45%;top:20px;right:20px}.skills__icon{width:36px;height:36px}.skills__face--design{padding:20px}.skills__design-intro{width:auto;position:static}.skills__cloud{flex-wrap:wrap;gap:4px 20px;margin-top:16px;display:flex;position:static}.skills__cloud span{position:static}.skills__design-logo{margin-top:16px;position:static;width:40px!important}.project__hero{aspect-ratio:350/467;object-fit:cover}.fan .project__hero{aspect-ratio:350/196.6}.project__figure img{object-fit:cover;width:100%;height:100%}.page{padding:20px 20px 140px}.page-title{font-size:clamp(var(--text-lg), 9vw, var(--text-xl));letter-spacing:-.014em}.page-subtitle{font-size:var(--text-body);letter-spacing:-.011em;margin:16px 0 0 2px}.pill-nav{border-radius:23px;justify-content:space-between;gap:0;width:calc(100% - 20px);max-width:370px;height:46px;padding:0 18px;bottom:30px}.pill-nav a{font-size:var(--text-md);letter-spacing:-.011em;line-height:46px}.home__header{padding:20px 20px 0}.home__title{font-size:var(--text-3xl);letter-spacing:-.011em;white-space:normal}.home__subtitle{font-size:var(--text-body);letter-spacing:-.011em;margin:8px 0 0 4px}.workspace__header{padding:20px 20px 0}.workspace__title{font-size:clamp(var(--text-lg), 9vw, var(--text-xl));letter-spacing:-.014em;white-space:normal}.skills__grid{grid-template-columns:1fr;gap:24px;margin-top:32px}.skills__label{padding:0 14px;top:16px;left:16px}.about__layout{margin-top:0;display:block}.about__intro{font-size:var(--text-body);letter-spacing:-.011em;max-width:none;margin:16px 0 0}.about__portrait{float:right;width:152px;margin:16px 0 12px 16px}.about__entry{margin-top:28px}.about__entry:first-of-type{clear:both;margin-top:40px}.about__entry--end{justify-content:flex-start}.about__year,.about__entry-body{font-size:var(--text-body)}.about__logos{gap:.6em;margin-bottom:.35em}.about__entry-body p{letter-spacing:-.011em;white-space:normal}.project{padding-top:76px}.back-button{font-size:var(--text-lg);top:14px;left:10px}.project__intro{grid-template-columns:1fr;gap:24px}.sign .project__intro,.atas .project__intro,.fan .project__intro{grid-template-rows:none;gap:24px}.project__intro .page-title,.fan .project__intro .fan__title,.sign .project__intro .project__facts,.atas .project__intro .project__facts,.fan .project__intro .project__facts,.sign .project__intro>.sign__hero,.atas .project__intro>.project__hero,.fan .project__intro>.project__hero{grid-area:auto}.project__intro .sign__hero,.project__intro .project__hero{order:-1}.atas .project__intro>.project__hero{justify-self:stretch;width:100%}.project__facts h2{font-size:var(--text-title)}.project__section{margin-top:56px}.project__section:before,.project__section:after,.sign__insight:before,.sign__insight:after{display:none}.project__row,.project__row--three,.project__row--split,.project__row--match-height{grid-template-columns:1fr;gap:20px}.project__row--flush>.project__figure:first-child,.project__row--flush>.project__figure:last-child{border-radius:var(--radius)}.project__row--match-height .project__figure:last-child{position:static}.project__row--match-height .project__figure:last-child img{height:auto;position:static}.project__row--sync-height .project__figure:first-child{position:static}.project__row--sync-height .project__figure:first-child img{height:auto;position:static}.project__row--fill-tall>.project__figure:last-child{position:static}.project__row--fill-tall>.project__figure:last-child img{height:auto;position:static}.project__row--fill-stack>.project__col>.project__figure{flex:none}.project__row--fill-stack>.project__col>.project__figure img{height:auto;position:static}.project__heading--center{text-align:left}.project__text,.project__text--half,.project__text--wide,.project__text--full{max-width:none}.project__insights{grid-template-columns:1fr;gap:28px}.sign__insights{grid-template-rows:none;grid-template-columns:1fr;gap:28px}.sign__insight,.sign__insight--with-media,.sign__insight-aside{grid-area:auto;max-width:none}.sign__insight-aside{height:auto;position:static}.sign__insight-aside img{aspect-ratio:3/4;height:auto;position:static}.caption--overlay{max-width:85%}.fan{padding-left:20px;padding-right:20px}.fan__title{font-size:var(--text-2xl)}.fan .project__intro{grid-template-columns:1fr;gap:24px}.fan__why,.fan__design{grid-template-columns:1fr;gap:20px}.fan__blade{position:static}.fan__blade img{height:auto;position:static}.fan__renders{gap:20px}}
