@font-face{font-family:General Sans;src:url(/fonts/GeneralSans-Variable.woff2)format("woff2-variations");font-weight:200 700;font-style:normal;font-display:swap}@font-face{font-family:General Sans;src:url(/fonts/GeneralSans-VariableItalic.woff2)format("woff2-variations");font-weight:200 700;font-style:italic;font-display:swap}@font-face{font-family:Riccione;src:url(/fonts/RiccioneSerial-Xlight.otf)format("opentype");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Riccione;src:url(/fonts/RiccioneSerial.otf)format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:ABC Repro;src:url(/fonts/ABCRepro-Light.otf)format("opentype");font-weight:300;font-style:normal;font-display:swap}:root{--content-max-width:1280px;--container-max-width:1320px;--container-padding:20px;--black:#000;--gray-900:#161618;--gray-800:#1e2021;--gray-700:#2c2c30;--gray-500:#808088;--gray-300:#d9d9d5;--gray-200:#e7e5e4;--gray-100:#efefed;--white:#fff;--color-bg:var(--gray-900);--color-bg-subtle:var(--gray-800);--color-bg-muted:var(--gray-700);--color-surface:var(--gray-500);--color-mid:var(--gray-500);--color-border:var(--gray-300);--color-text-muted:var(--gray-200);--color-text-subtle:var(--gray-100);--color-text:var(--white)}[data-theme=dark]{--color-bg:var(--gray-900);--color-bg-subtle:var(--gray-800);--color-bg-muted:var(--gray-700);--color-surface:var(--gray-500);--color-mid:var(--gray-500);--color-border:var(--gray-300);--color-text-muted:var(--gray-200);--color-text-subtle:var(--gray-100);--color-text:var(--white)}[data-theme=light]{--color-bg:var(--gray-100);--color-bg-subtle:var(--gray-200);--color-bg-muted:var(--gray-300);--color-surface:var(--gray-500);--color-mid:var(--gray-500);--color-border:var(--gray-700);--color-text-muted:var(--gray-800);--color-text-subtle:var(--gray-900);--color-text:var(--black)}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}html{background-color:var(--color-bg);transition:background-color .4s}body{overscroll-behavior:none;background-color:var(--color-bg);min-height:100vh;color:var(--color-text);letter-spacing:-.01em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:General Sans,sans-serif;font-size:.95rem;font-weight:400;line-height:1.2;transition:background-color .4s,color .4s;overflow-x:clip}p{margin-bottom:10px}strong,b{font-weight:700}a{color:inherit;text-decoration:none;transition:opacity .2s}a:hover{opacity:.6}.container{max-width:var(--container-max-width);padding:0 var(--container-padding);margin:0 auto}.content{max-width:var(--content-max-width);margin:0 auto}.header{z-index:100;color:#fff;mix-blend-mode:difference;transition:transform .4s cubic-bezier(.34,1.15,.64,1);position:fixed;top:0;left:0;right:0}.header-inner{width:100%;max-width:var(--container-max-width);justify-content:space-between;align-items:center;margin:0 auto;padding:20px;display:flex}.header.hidden{transform:translateY(calc(-100% - 50px))}.logo-container{align-items:center;height:23px;display:flex}.logo{letter-spacing:-.04em;color:inherit;font-family:ABC Repro,sans-serif;font-size:1.6rem;font-weight:300;text-decoration:none}.logo:hover{color:inherit}.clock{font-variant-numeric:tabular-nums}.main{min-height:100vh;max-width:var(--container-max-width);margin:0 auto;padding:0 0 20px;overflow-x:visible}.work-section{margin-top:200px}.work-header{border:none;border-bottom:1px solid var(--color-bg-muted);width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;justify-content:space-between;align-items:flex-end;padding:16px 20px 10px;font-family:inherit;font-weight:500;transition:background-color .2s,border-color .4s;display:flex}.work-header:hover{background-color:var(--color-bg-subtle)}.work-header-title{letter-spacing:-.01em;font-family:Riccione,serif;font-size:2rem;font-weight:200;line-height:1.1}.work-toggle{color:inherit;cursor:pointer;background:0 0;border:none;justify-content:flex-end;align-items:center;padding:4px;display:flex}.work-toggle .chevron{width:20px;height:20px;transition:transform .3s}.work-section.expanded .work-toggle .chevron{transform:rotate(180deg)}.work-list{list-style:none}.work-item{border-bottom:1px solid var(--color-bg-muted);transition:border-color .4s}.work-item-header{width:100%;color:inherit;font-family:inherit;font-size:inherit;text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:12px 20px;transition:background-color .2s;display:flex;position:relative}.work-item-header:hover{background-color:var(--color-bg-subtle)}.work-item-info{opacity:.6;position:absolute;left:calc(50% + 5px)}.work-item-year{opacity:.6;margin-left:auto}@media (max-width:768px){.work-item-info{display:none}}.work-item-content{opacity:0;height:0;overflow:hidden}.work-item-content>div{padding:20px 20px 40px}.work-item-details{grid-template-columns:1fr 1fr 1fr;gap:20px;margin-bottom:30px;display:grid}.work-item-meta p{margin-bottom:8px}.work-item-meta strong{margin-right:8px;font-weight:500}.work-item-link{border-bottom:1px solid;margin-top:10px;padding-bottom:1px;text-decoration:none;display:inline-block}.work-item-description{text-align:left;grid-column:span 2;max-width:75%;margin-left:auto}.work-item-description p{margin-bottom:1em}.work-item-description p:last-child{margin-bottom:0}.work-item-description strong{font-weight:inherit}@media (max-width:768px){.work-item-details{grid-template-columns:1fr;gap:10px}.work-item-meta p:last-child{margin-bottom:0}.work-item-description{grid-column:1;max-width:100%;margin-left:0}}.carousel{margin-top:20px;position:relative}.carousel-nav-prev,.carousel-nav-next{z-index:10;cursor:none;background:0 0;border:none;width:80px;position:absolute;top:0}.carousel-nav-prev{width:120px;left:0}.carousel-nav-next{right:0}.carousel-track{scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory;scroll-padding-left:max(20px,calc((100vw - var(--container-max-width))/2 + 20px));scroll-behavior:auto;gap:10px;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding-left:calc(50vw - 50%);padding-right:calc(50vw - 50%);display:flex;overflow-x:auto}.carousel-track.single-item{scroll-snap-type:none;overflow-x:hidden}.carousel-track img{pointer-events:none;-webkit-user-select:none;user-select:none}.carousel-track::-webkit-scrollbar{display:none}.carousel-track:after{content:"";flex-shrink:0;width:calc(100vw - 60px)}.carousel-item{opacity:.5;scroll-snap-align:start;scroll-snap-stop:always;flex-shrink:0;max-width:calc(100vw - 40px)}.carousel-item.active{opacity:1}.carousel-item-image.active:hover{cursor:default}.carousel-item-image img{width:auto;height:100%;display:block}.carousel-item-video{max-width:calc(100vw - 40px);overflow:hidden}.carousel-item-video mux-player{--media-object-fit:cover;--media-object-position:center;width:100%;height:100%;display:block}.carousel-footer{justify-content:space-between;align-items:center;margin-top:15px;display:flex}.carousel-caption{color:var(--color-text-muted);font-size:.85rem}.carousel-indicator{max-width:calc(var(--container-max-width) - 40px);gap:6px;margin-bottom:15px;display:flex}.carousel-indicator-segment{cursor:pointer;box-sizing:content-box;background:0 0;border:none;width:40px;height:2px;margin:-10px 0;padding:10px 0;position:relative}.carousel-indicator-segment:after{content:"";background:var(--color-bg-muted);width:100%;height:2px;transition:background-color .2s;position:absolute;top:50%;left:0;transform:translateY(-50%)}.carousel-indicator-segment:hover:after,.carousel-indicator-segment.active:after{background:var(--color-text-muted)}.carousel-modal{z-index:1000;cursor:pointer;background:#000000e6;flex-direction:column;justify-content:center;align-items:center;width:100%;min-width:100vw;height:100%;min-height:100vh;padding:40px 80px;display:flex;position:fixed;top:0;left:0}.carousel-modal-close{color:var(--white);cursor:pointer;opacity:.7;background:0 0;border:none;padding:10px;transition:opacity .2s;position:absolute;top:20px;right:20px}.carousel-modal-close:hover{opacity:1}.carousel-modal-nav{color:var(--white);cursor:pointer;opacity:.7;background:0 0;border:none;padding:20px;transition:opacity .2s;position:absolute;top:50%;transform:translateY(-50%)}.carousel-modal-nav:hover{opacity:1}.carousel-modal-prev{left:10px}.carousel-modal-next{right:10px}.carousel-modal-content{cursor:default;justify-content:center;align-items:center;max-width:calc(100vw - 160px);max-height:80vh;display:flex}.carousel-modal-content img{object-fit:contain;max-width:100%;max-height:80vh}.carousel-modal-content mux-player{max-width:90vw;max-height:80vh}.carousel-modal-caption{color:var(--gray-300);text-align:center;margin-top:20px;font-size:.9rem}h2{letter-spacing:-.01em;margin-bottom:40px;font-family:Riccione,serif;font-size:2rem;font-weight:200;line-height:1.1}.footer{padding:10px 10px 0}.footer-inner{background-color:var(--color-bg);border:1px solid var(--color-bg-muted);border-bottom:none;border-radius:24px 24px 0 0;transition:background-color .4s,border-color .4s}.footer-content{max-width:var(--container-max-width);justify-content:center;align-items:center;gap:20px;margin:0 auto;padding:20px;display:flex}.footer-left{flex-direction:column;gap:10px;display:flex}.footer-left h2{margin-bottom:0;font-family:Riccione,serif;font-size:1.2rem;font-weight:400}.footer-left p{margin-bottom:0}.footer-right{flex-direction:column;flex:1;justify-content:space-between;align-items:flex-end;gap:10px;display:flex}.footer-logo{align-items:center;height:36px;display:flex}.footer-controls{gap:10px;display:flex}.control-btn{border:1px solid var(--color-bg-muted);height:24px;color:inherit;font-family:inherit;font-size:inherit;cursor:pointer;background:0 0;border-radius:6px;transition:border-color .4s,background-color .4s}.control-btn:hover{color:var(--gray-500)}.locale-select-wrapper{border:1px solid var(--color-bg-muted);background:0 0;border-radius:6px;align-items:center;width:105px;height:24px;padding:5px;transition:background-color .4s,border-color .4s,border-radius .4s cubic-bezier(.34,1.15,.64,1);display:flex;position:relative}.locale-select-wrapper:hover{background-color:var(--color-bg-muted);border-radius:8px}.locale-select{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;inset:0}.locale-label{letter-spacing:0;flex:1;padding:0 4px;font-size:.75rem;line-height:1.2}#theme-toggle{justify-content:center;align-items:center;width:24px;height:24px;padding:0;transition:background-color .4s,border-color .4s,border-radius .4s cubic-bezier(.34,1.15,.64,1);display:flex;position:relative}#theme-toggle:hover{background-color:var(--color-bg-muted);color:inherit;border-radius:8px}.theme-select{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;inset:0}.icon{flex-shrink:0;width:16px;height:16px;display:block}.icon-caret{width:12px;height:12px}.custom-cursor{pointer-events:none;z-index:10000;mix-blend-mode:difference;position:fixed;top:0;left:0}.cursor-inner{transition:transform .2s}.cursor-h,.cursor-v-top,.cursor-v-bottom{background-color:#fff;transition:transform .2s;position:absolute}.cursor-h{width:15px;height:1px;top:50%;left:50%;transform:translate(-50%,-50%)}.cursor-v-top{transform-origin:50% 0;width:1px;height:7.5px;bottom:50%;left:50%;transform:translate(-50%)}.cursor-v-bottom{transform-origin:50% 100%;width:1px;height:7.5px;top:50%;left:50%;transform:translate(-50%)}.custom-cursor.cursor-left .cursor-v-top{transform:translate(-50%)skew(-45deg)scaleX(1.5)}.custom-cursor.cursor-left .cursor-v-bottom,.custom-cursor.cursor-right .cursor-v-top{transform:translate(-50%)skew(45deg)scaleX(1.5)}.custom-cursor.cursor-right .cursor-v-bottom{transform:translate(-50%)skew(-45deg)scaleX(1.5)}.custom-cursor.cursor-collapse .cursor-inner{transform:rotate(45deg)}html.cursor-none,html.cursor-none *{cursor:none!important}@media (pointer:coarse){.custom-cursor{display:none}}.about-section{margin-top:100px;margin-bottom:40px}.about-header{border-bottom:1px solid var(--color-bg-muted);padding:16px 20px 10px;transition:border-color .4s}.about-header h2{letter-spacing:-.01em;margin-bottom:0;font-family:Riccione,serif;font-size:2rem;font-weight:200;line-height:1.1}.about-content{padding:20px 20px 40px}.about-intro{max-width:600px;margin-bottom:40px}.about-contact{margin-bottom:40px}.about-block{margin-bottom:30px}.about-block h3{margin-bottom:4px;font-family:Riccione,serif;font-size:1.2rem;font-weight:400}.about-block a{margin-right:10px;text-decoration:none}.about-legal{color:var(--color-text-muted);font-size:.95rem;transition:color .4s}.about-legal p{margin-bottom:30px}.about-update{align-items:center;gap:10px;display:flex}.update-dot{background-color:currentColor;border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite pulse;display:inline-block}@keyframes pulse{0%,to{opacity:1}50%{opacity:0}}.empty-state{text-align:center;color:var(--gray-500);padding:60px 20px}.loading-overlay{background-color:var(--color-bg);z-index:9999;justify-content:center;align-items:center;transition:opacity .8s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;inset:0}.loading-text{color:var(--color-text-muted);letter-spacing:-.01em;font-family:General Sans,sans-serif;font-size:.95rem;font-weight:400}.loading-text:after{content:"";animation:1.4s steps(4,end) infinite loading-dots}@keyframes loading-dots{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}to{content:""}}
