:root{--color-page: #efefef;--color-text: #000;--shell-x: 32px;--shell-bottom: 20px;--grid-gap: 32px;--nav-gap: 24px;--footer-h: 18px;--footer-space: 128px;--text-sm: 15px;--text-lg: 30px;--leading: 1.2}*{box-sizing:border-box}html{background:var(--color-page);color:var(--color-text);font-family:Inter,Arial,sans-serif;font-size:var(--text-sm);font-weight:300;line-height:var(--leading)}body{margin:0;min-width:320px}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}p,h1,h2,dl,dd{margin:0}.site-shell{display:flex;flex-direction:column;gap:var(--footer-space);min-height:100vh;padding:0 var(--shell-x) var(--shell-bottom)}.site-nav{display:flex;justify-content:space-between;line-height:var(--leading);min-height:var(--footer-h);white-space:nowrap;width:100%}.site-nav__links{display:flex;gap:var(--nav-gap)}.language-switcher{display:flex;gap:8px}.site-nav a{opacity:.5}.site-nav a.is-active,.site-nav a:hover,.site-nav a:focus-visible{opacity:1}.projects-carousel,.projects-tablet,.projects-mobile,.empty-projects,.project-detail,.info-page{flex:1 0 auto}.empty-projects{align-items:center;display:flex;justify-content:center;min-height:calc(100vh - var(--shell-bottom) - var(--footer-h) - var(--footer-space));text-align:center}.projects-carousel{--carousel-primary-width: 912;--carousel-secondary-width: 440;--carousel-card-height: 858;--carousel-secondary-bottom: 128;--carousel-gap: 32;cursor:grab;height:calc(100vh - var(--shell-bottom) - var(--footer-h) - var(--footer-space));min-height:0;overflow:hidden;position:relative;touch-action:pan-y;user-select:none;width:100%}.projects-carousel:active{cursor:grabbing}.projects-tablet,.projects-mobile{display:none}.projects-carousel__track{inset:0;position:absolute}.project-card{display:flex;flex-direction:column;gap:8px;left:0;position:absolute;top:0;will-change:transform,width,padding-bottom}.project-card__media,.project-detail__image,.content-block--image>img,.content-block--video>video,.content-block--media video,.image-pair>*{background:#ddd;overflow:hidden}.project-card__media{flex:1 1 auto;min-height:0}.project-card__media img,.project-card__media video,.project-detail__image img,.project-detail__image video,.content-block img,.content-block video{height:100%;object-fit:cover;width:100%}.project-meta{display:flex;font-size:var(--text-sm);font-weight:300;justify-content:space-between;letter-spacing:0;line-height:var(--leading);padding:0 4px;white-space:nowrap;width:100%}.project-meta a,.project-meta span:first-child{font-weight:400}.project-detail{display:grid;gap:var(--grid-gap);grid-template-columns:repeat(8,minmax(0,1fr));height:calc(100vh - var(--shell-bottom) - var(--footer-h) - var(--footer-space));min-height:0}.project-detail__hero{display:flex;flex-direction:column;gap:8px;grid-column:span 4;min-height:0}.project-detail__image{flex:1 1 auto;min-height:0}.project-blocks{display:flex;flex-direction:column;gap:32px;grid-column:span 4;overflow-x:hidden;overflow-y:auto;padding:32px 0}.content-block{display:flex;flex-direction:column;gap:16px;width:100%}.content-block h2{font-size:var(--text-lg);font-weight:400;letter-spacing:0;line-height:var(--leading)}.content-block p{font-size:var(--text-sm);font-weight:300;letter-spacing:0;line-height:var(--leading);white-space:pre-wrap}.content-block__subtitle{opacity:.72}.content-block__media-link{overflow-wrap:anywhere;text-decoration:underline}.content-block--image>img,.content-block--video>video,.content-block--media video{aspect-ratio:888 / 455}.content-block--image-text{display:grid;gap:var(--grid-gap);grid-template-columns:repeat(2,minmax(0,1fr))}.content-block--image-text>img{aspect-ratio:428 / 455;background:#ddd}.content-block__text{display:flex;flex-direction:column;gap:16px}.image-pair{display:flex;gap:var(--grid-gap);width:100%}.image-pair>*{aspect-ratio:428 / 455;flex:1 1 0;min-width:0}.info-page{display:grid;gap:var(--grid-gap);grid-template-columns:repeat(8,minmax(0,1fr));min-height:calc(100vh - var(--shell-bottom) - var(--footer-h) - var(--footer-space))}.info-panel{align-self:end;display:flex;grid-column:3 / span 4;justify-content:space-between;width:100%}.facts-list{display:flex;flex-direction:column;gap:16px}.facts-list div{display:flex;flex-direction:column;gap:2px}.facts-list dt{font-size:var(--text-sm);font-weight:300;letter-spacing:0;line-height:var(--leading)}.facts-list dd{font-size:var(--text-lg);font-weight:400;letter-spacing:0;line-height:var(--leading);white-space:nowrap}.info-mark{flex:0 0 30px;height:41px;width:30px}.info-mark--bottom{align-self:flex-end}@media(max-width:1100px){:root{--shell-x: 16px}.site-shell{gap:128px}.projects-carousel{display:none}.projects-tablet{display:grid;gap:16px;grid-template-columns:repeat(8,minmax(0,1fr));height:calc(100vh - var(--shell-bottom) - var(--footer-h) - var(--footer-space));min-height:534px}.projects-tablet__list{display:flex;flex-direction:column;gap:16px;grid-column:1 / span 2;min-height:0;overflow-x:hidden;overflow-y:auto}.projects-tablet__preview{display:flex;flex-direction:column;grid-column:3 / span 6;min-height:0}.projects-tablet .project-card{left:auto;position:relative;top:auto;width:100%}.projects-tablet__list .project-card{flex:0 0 auto;height:145px}.projects-tablet__list .project-card:not(:first-child){opacity:.5}.projects-tablet__preview .project-card{flex:1 1 auto;height:100%}.info-page{grid-template-columns:repeat(4,minmax(0,1fr))}.info-panel{grid-column:2 / span 2}}@media(max-width:600px){:root{--shell-x: 8px;--grid-gap: 16px}.site-shell{gap:32px;min-height:100svh;padding-bottom:calc(var(--shell-bottom) + var(--footer-h) + 24px)}.site-nav{background:var(--color-page);bottom:var(--shell-bottom);left:var(--shell-x);position:fixed;right:var(--shell-x);width:auto;z-index:20}.projects-tablet{display:none}.projects-mobile{display:flex;flex-direction:column;gap:16px;min-height:0}.projects-mobile .project-card{height:167.333px;left:auto;position:relative;top:auto;width:100%}.project-detail,.info-page{display:flex;flex-direction:column;min-height:0}.project-detail__hero{height:167.333px;padding-bottom:0}.projects-carousel{display:none}.project-detail__hero{flex:0 0 167.333px}.project-detail__image{flex:0 0 141.333px}.project-detail .project-blocks{flex:0 0 auto;overflow:visible;padding:16px 0 0}.project-detail{height:auto}.image-pair{flex-direction:column}.image-pair>*,.content-block--image>img,.content-block--video>video,.content-block--media video{aspect-ratio:354 / 455}.content-block--image-text{display:flex;flex-direction:column}.content-block--image-text>img{aspect-ratio:354 / 455}.info-page{justify-content:flex-start;padding-top:32px}.info-panel{display:flex;flex-direction:column;gap:128px;justify-content:flex-start}.info-mark{order:-1}.facts-list dd{font-size:clamp(26px,8vw,var(--text-lg));white-space:normal}}
