:root{--text:#6b6375;--text-h:#08060d;--bg:#f3efe0;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--mono);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}body{margin:0}h1,h2{color:var(--text-h);font-family:Cormorant Garamond,serif}h1{letter-spacing:-1.68px;margin:16px 0;font-size:56px;font-weight:750}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;font-style:italic;font-weight:500;line-height:118%}h5{letter-spacing:-.24px;text-align:right;margin:2px;font-size:12px;line-height:118%}a{color:#0f8b8d;text-decoration:none}#app{text-align:center;box-sizing:border-box;flex-direction:column;max-width:100%;min-height:100svh;margin:0 auto;padding:0 4px 4px;display:flex}#center{flex-direction:column;flex-grow:1;place-content:center;place-items:center;gap:25px;display:flex}#home-links{color:var(--text);font-size:14px}#dpm-page{width:min(100%,1080px);margin:0 auto;padding:20px 0 0}#dpm-header{text-align:center;gap:10px;margin-top:50px;margin-bottom:50px;display:grid}#dpm-controls{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;margin-bottom:18px;display:grid}#dpm-metrics{color:var(--text-h);flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:18px;font-size:14px;display:flex}#dpm-canvas-wrap{aspect-ratio:3/2;border:2px solid #0f8b8d2e;width:100%;max-width:960px;margin:0 auto;overflow:hidden}#dpm-canvas{width:100%;height:100%;display:block}#dpm-mobile-warning{color:#0f3339;background:#0f8b8d14;border:1px solid #0f8b8d4d;border-radius:3px;max-width:960px;margin:0 auto 12px;padding:40px 18px;font-size:14px;line-height:1.5;display:none}@media (width<=720px){#dpm-page{padding:20px 16px 0}#dpm-page>:not(#dpm-mobile-warning){display:none!important}#dpm-mobile-warning{display:block}}#projects-trigger{z-index:100;transform-origin:40px calc(100% - 100px);line-height:0;transition:transform .7s cubic-bezier(.22,1,.36,1);position:fixed;bottom:-84px;left:-80px;overflow:visible;transform:translate(-20px)rotate(-80deg)}#projects-trigger.active{transform:translate(0)rotate(-70deg)}#projects-trigger img{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;pointer-events:none;width:auto;height:min(44vh,260px);display:block}#projects-hitarea{z-index:2;cursor:pointer;background:0 0;position:absolute;inset:0}#projects-label{text-align:left;color:#0f8b8d;opacity:0;transform-origin:100% 100%;pointer-events:none;white-space:nowrap;width:auto;font-family:Cormorant Garamond,serif;font-size:20px;font-style:italic;font-weight:600;line-height:1.2;transition:opacity .4s .1s,transform .4s .1s;position:absolute;bottom:8px;right:-9px;transform:translate(-4px)rotate(90deg)}#projects-trigger.active #projects-label{opacity:1;transform:translate(0)rotate(90deg)}@media (width<=720px){#projects-trigger{display:none}}#home-trigger{z-index:150;pointer-events:auto;will-change:transform;line-height:0;text-decoration:none;display:inline-block;position:fixed;bottom:0;left:0;transform:translateZ(0)}#home-trigger img{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;pointer-events:none;width:auto;height:88px;display:block}.home-label{color:#0f8b8d;opacity:0;pointer-events:none;white-space:nowrap;font-family:Cormorant Garamond,serif;font-size:18px;font-style:italic;font-weight:600;transition:opacity .32s,transform .32s;position:absolute;bottom:8px;left:calc(100% + 10px);transform:translate(-115px)translateY(-60px)rotate(34.5deg)}#home-trigger:hover .home-label,#home-trigger:focus .home-label{opacity:1;transform:translate(-100px)translateY(-80px)rotate(34.5deg)}@media (width<=720px){#home-trigger{display:none}}#projects-page{box-sizing:border-box;text-align:left;width:100%;max-width:880px;margin:0 auto;padding:0 20px 80px}.projects-hero{text-align:center;margin-top:50px;margin-bottom:45px}.mobile-home-link{font-family:var(--mono);color:#0f8b8d;text-underline-offset:3px;margin-top:8px;font-size:13px;text-decoration:underline;display:none}@media (width<=720px){.mobile-home-link{display:inline-block}}.project-group{margin-bottom:56px}.section-title-wrap{margin-bottom:22px}.section-title{color:var(--text-h);letter-spacing:-.4px;margin:0 0 8px;font-family:Cormorant Garamond,serif;font-size:32px;font-style:italic;font-weight:600}.section-rule{background:#6b637538;width:100%;height:1px}.current-list{flex-direction:column;gap:22px;margin:0;padding:0;list-style:none;display:flex}.current-item{align-items:flex-start;gap:14px;display:flex}.current-bullet{font-family:var(--mono);color:#0f8b8d;-webkit-user-select:none;user-select:none;font-size:17px;font-weight:700;line-height:1.4}.current-body{flex:1}.current-headline{flex-wrap:wrap;align-items:baseline;gap:8px;display:flex}.current-title{color:var(--text-h);font-size:17px;font-weight:700;font-family:var(--mono)}.current-sub{color:var(--text);font-size:14px;font-style:italic}.current-desc{color:var(--text);margin:4px 0 0;font-size:15px;line-height:1.5}.select-grid{flex-direction:column;gap:40px;display:flex}.select-card{content-visibility:auto;contain-intrinsic-size:auto 280px;flex-direction:column;gap:10px;display:flex}.select-card-title-row{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:8px;display:flex}.select-card-title{color:var(--text-h);letter-spacing:-.4px;margin:0;font-family:Cormorant Garamond,serif;font-size:27px;font-weight:700}.select-card-sub{color:#0f8b8d;font-size:13px;font-family:var(--mono);letter-spacing:.2px;margin-top:2px}.project-text{color:var(--text);margin:0;font-size:15px;line-height:1.55}.project-links-wrap{flex-wrap:wrap;align-items:baseline;gap:10px;display:inline-flex}.project-inline-link{font-family:var(--mono);color:#0f8b8d;text-underline-offset:3px;font-size:13px;text-decoration:underline;transition:opacity .2s}.project-inline-link:hover{opacity:.8}.select-media-row{flex-wrap:wrap;gap:14px;margin-top:6px;display:flex}.media-thumb-box{cursor:pointer;box-sizing:border-box;background:#ece7d5;border:1px solid #08060d29;border-radius:4px;flex:240px;max-width:360px;padding:0;display:block;position:relative;overflow:hidden}.media-thumb-box img{object-fit:cover;width:100%;height:200px;transition:transform .25s;display:block}.media-thumb-box:hover img{transform:scale(1.025)}.media-zoom-hint{color:#f3efe0;font-size:11px;font-family:var(--mono);opacity:0;pointer-events:none;background:#08060dbf;border-radius:2px;padding:2px 6px;transition:opacity .2s;position:absolute;bottom:8px;right:8px}.media-thumb-box:hover .media-zoom-hint{opacity:1}.media-video-card{cursor:pointer;box-sizing:border-box;background:#18151f;border:1px solid #08060d29;border-radius:4px;flex:240px;justify-content:center;align-items:center;max-width:360px;height:200px;padding:0;transition:border-color .2s,transform .2s;display:flex;position:relative;overflow:hidden}.media-video-card:hover{border-color:#0f8b8d;transform:translateY(-2px)}.video-card-poster{object-fit:cover;opacity:.72;width:100%;height:100%;transition:opacity .25s,transform .25s;display:block}.media-video-card:hover .video-card-poster{opacity:.88;transform:scale(1.025)}.video-card-overlay{color:#f3efe0;font-family:var(--mono);background:radial-gradient(circle,#08060d59 0%,#08060db8 100%);flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex;position:absolute;inset:0}.video-card-overlay.no-poster{background:linear-gradient(135deg,#201c29 0%,#110e17 100%)}.video-play-btn{color:#f3efe0;background:#0f8b8deb;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;padding-left:3px;font-size:16px;transition:background .2s,transform .2s;display:flex;box-shadow:0 4px 14px #0006}.media-video-card:hover .video-play-btn{background:#0f8b8d;transform:scale(1.08)}.video-card-title{letter-spacing:.3px;color:#f3efe0;text-shadow:0 1px 3px #000000d9;font-size:13px}.others-list{flex-direction:column;gap:20px;display:flex}.other-item{content-visibility:auto;contain-intrinsic-size:auto 60px;border-bottom:1px dashed #6b637533;justify-content:space-between;align-items:center;gap:20px;padding-bottom:18px;display:flex}.other-item:last-child{border-bottom:none;padding-bottom:0}.other-main{flex:1;min-width:0}.other-header-line{flex-wrap:wrap;align-items:baseline;gap:10px;margin-bottom:4px;display:flex}.other-title{font-family:var(--mono);color:var(--text-h);margin:0;font-size:16px;font-weight:700}.other-desc{color:var(--text);margin:0;font-size:14px;line-height:1.5}.other-media-strip{flex-shrink:0;align-items:center;gap:8px;display:flex}.other-thumb{cursor:pointer;box-sizing:border-box;background:#ece7d5;border:1px solid #08060d2e;border-radius:3px;justify-content:center;align-items:center;width:52px;height:52px;padding:0;transition:border-color .2s,transform .2s;display:flex;overflow:hidden}.other-thumb img{object-fit:cover;width:100%;height:100%}.other-thumb:hover{border-color:#0f8b8d;transform:scale(1.05)}.other-thumb-video{color:#0f8b8d;width:auto;height:32px;font-family:var(--mono);cursor:pointer;background:#0f8b8d14;border:1px solid #0f8b8d59;border-radius:3px;align-items:center;gap:5px;padding:4px 10px;font-size:12px;transition:all .2s;display:inline-flex}.other-thumb-video:hover{color:#f3efe0;background:#0f8b8d}.video-play-icon{font-size:10px}.lightbox-backdrop{z-index:999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-sizing:border-box;background:#08060de0;justify-content:center;align-items:center;padding:24px;display:none;position:fixed;inset:0}.lightbox-backdrop.active{animation:.2s lightboxFadeIn;display:flex}@keyframes lightboxFadeIn{0%{opacity:0}to{opacity:1}}.lightbox-dialog{justify-content:center;align-items:center;max-width:90vw;max-height:90vh;display:flex;position:relative}.lightbox-close{color:#f3efe0;cursor:pointer;font-size:26px;font-family:var(--mono);opacity:.8;background:0 0;border:none;padding:4px 8px;line-height:1;transition:opacity .2s,color .2s;position:absolute;top:-42px;right:0}.lightbox-close:hover{opacity:1;color:#0f8b8d}.lightbox-media-img{object-fit:contain;border:1px solid #ffffff1f;border-radius:4px;max-width:90vw;max-height:85vh;box-shadow:0 12px 36px #0009}.lightbox-media-vid{border-radius:4px;outline:none;max-width:90vw;max-height:85vh;box-shadow:0 12px 36px #0009}.projects-footer{text-align:center;color:var(--text);border-top:1px solid #6b637538;margin-top:60px;padding-top:24px;font-size:13px}@media (width<=600px){.other-item{flex-direction:column;gap:12px}.other-media-strip{align-self:flex-start}.media-thumb-box,.media-video-box{flex:100%;max-width:100%}}
