@import"https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600&family=IBM+Plex+Mono:wght@400;500&display=swap";:root{--container: 1200px;--pad: 20px;--bg: #fbfaf7;--text: #252525;--muted: #6d6862;--line: #e8e4dc;--accent: #8b6f5a;--accent-alt: #2f6f8f;--radius: 0}*{box-sizing:border-box}body{margin:0;font-family:Inter Tight,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;font-size:15px;line-height:1.62;font-weight:300;background:var(--bg);color:var(--text)}body.cursor-enabled{cursor:none}.cursor-dot,.cursor-ring{position:fixed;top:0;left:0;pointer-events:none;opacity:0;transform:translate(var(--cursor-x, -100px),var(--cursor-y, -100px));transition:opacity .18s ease;z-index:9999}body.cursor-enabled .cursor-dot,body.cursor-enabled .cursor-ring{opacity:1}.cursor-dot{width:6px;height:6px;margin:-3px 0 0 -3px;background:var(--text);border-radius:50%}.cursor-ring{width:34px;height:34px;margin:-17px 0 0 -17px;border:1px solid #ffffff;border-radius:50%;transition:transform .18s ease,opacity .18s ease,border-color .18s ease;mix-blend-mode:difference}body.cursor-hover .cursor-ring{border-color:var(--accent);transform:translate(var(--cursor-x, -100px),var(--cursor-y, -100px)) scale(1.25)}body.cursor-pressed .cursor-ring{transform:translate(var(--cursor-x, -100px),var(--cursor-y, -100px)) scale(.9)}header{position:sticky;top:0;z-index:50;background:#fbfaf7f7;backdrop-filter:saturate(120%) blur(6px);border-bottom:1px solid var(--line)}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline;text-underline-offset:4px}.header a{position:relative;text-decoration:none}.header a:after{content:"";position:absolute;left:0;bottom:-6px;height:1px;width:0;background:var(--accent);transition:width .18s ease}.header a:hover:after{width:100%}.container{max-width:var(--container);margin:0 auto;padding:0 var(--pad)}.section{padding:110px 0}.h1{font-family:Inter Tight,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;font-size:clamp(40px,6vw,84px);line-height:1.05;letter-spacing:-.02em;font-weight:500}.h2{font-family:Inter Tight,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;font-size:26px;font-weight:500;letter-spacing:-.01em;margin-bottom:12px}.kicker{font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--muted);font-weight:500}.lead{font-size:17px;line-height:1.65;color:var(--muted);max-width:64ch;position:relative;display:inline-block}.lead:after{content:"";display:block;width:72px;height:1px;background:var(--text);margin:12px 0 4px;opacity:.32;transition:opacity .16s ease,width .2s ease}.lead:hover:after{opacity:.6;width:110px}.reference-note{font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin:8px 0 18px}.pill{display:inline-flex;align-items:center;gap:6px;padding:5px 9px;border-radius:0;border:1px solid var(--line);font-size:12px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;background:transparent;color:var(--text)}.pill.ghost{background:#25252508;border-color:var(--line)}.btn{padding:10px 14px;border:1px solid var(--text);border-radius:0;font-size:12px;font-weight:500;letter-spacing:.12em;text-transform:uppercase}.btn-primary{background:var(--text);color:#fff;border-color:var(--text);box-shadow:none}.btn-active{border-color:#0b0b0b}.grid-3{display:grid;gap:16px;grid-template-columns:repeat(3,1fr)}.card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.partner-card{border:none;box-shadow:none;background:transparent}.card.anim-watch:hover{transform:translateY(-2px);box-shadow:0 10px 24px #0000000f}.partner-card.anim-watch:hover{transform:none;box-shadow:none}.hero-split{display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:36px;margin-bottom:48px}.hero-text .lead{max-width:48ch}.hero-visual{position:relative;width:100%;max-width:520px;aspect-ratio:4/3;border-radius:0;overflow:hidden;background:#f2f1ed;box-shadow:none}.hero-visual img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:900px){.hero-split{grid-template-columns:1fr}.hero-visual{max-width:100%}}.media{aspect-ratio:16/10;background:#f4f4f4}.media img{width:100%;height:100%;object-fit:cover;display:block}.partner-photo{width:140px;height:140px;border-radius:0;object-fit:cover;border:none;box-shadow:0 8px 18px #00000014;display:block}.card-body{padding:14px}.index{border-top:1px solid var(--line);margin-top:18px}.index-row{display:grid;grid-template-columns:auto 1fr;gap:14px;padding:12px 0;border-bottom:1px solid var(--line);transition:transform .16s ease,box-shadow .16s ease,background .16s ease;align-items:center;position:relative}.index-main{display:flex;gap:12px;align-items:center}.index-title{font-weight:600}.index-meta{display:flex;gap:14px;align-items:center;justify-content:flex-end;margin-left:auto;text-align:right;white-space:nowrap}.index-meta .status{text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(min-width:901px){.index-meta span:nth-child(2),.index-meta span:nth-child(3){justify-self:end;text-align:right}}.index-row:hover{background:#00000008;transform:translateY(-2px);box-shadow:0 12px 28px #0000000f}.index-thumb{display:none;width:76px;height:76px;background-size:cover;background-position:center;border:none;border-radius:0}.index-preview{position:absolute;top:50%;left:-220px;width:200px;height:130px;transform:translateY(-50%) translate(10px) scale(.98);opacity:0;pointer-events:none;border-radius:12px;background-size:cover;background-position:center;box-shadow:0 20px 40px #00000029;transition:opacity .18s ease,transform .18s ease}.index-row:hover .index-preview{opacity:1;transform:translateY(-50%) translate(0) scale(1)}@media(max-width:900px){.index-row{grid-template-columns:80px 1fr;gap:12px;align-items:flex-start}.index-thumb{display:block}.index-main{flex-direction:column;align-items:flex-start;gap:6px}.index-meta{display:flex;flex-wrap:wrap;gap:8px;font-size:13px;margin-left:0;justify-content:flex-start;text-align:left}.index-meta .status{text-align:left}.index-preview{display:none}}.anim-watch{opacity:1;transform:none;transition:opacity .32s ease,transform .32s ease,background .16s ease;transition-delay:var(--anim-delay,0ms)}.anim-in{opacity:1;transform:translateY(0)}.muted{color:var(--muted)}.mono{font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.lph-list{list-style:none;padding:0;margin:10px 0 0;max-width:70ch;display:flex;flex-direction:column;gap:10px}.lph-list li{display:flex;align-items:center;gap:12px;padding:10px 14px;border:none;background:transparent}.lph-tag{font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);border-right:1px solid var(--line);padding-right:12px;min-width:64px;text-align:left}.project-image{display:block;width:100%;max-width:720px;height:auto;margin:18px 0;border-radius:8px;object-fit:cover}.project-hero{width:100%;max-width:100%;aspect-ratio:16/9;margin:0 auto 36px;border-radius:10px;overflow:hidden}.project-hero img{width:100%;height:100%;display:block;object-fit:cover;filter:none;transition:none}.project-split{display:flex;flex-wrap:wrap;gap:32px;align-items:flex-start;margin-bottom:48px;position:relative}.project-info{flex:1 1 48%;min-width:300px;max-width:560px;position:relative;z-index:2;background:#fffffffa}.project-title-top{margin-bottom:12px}.project-info .h1{max-width:20ch;word-break:normal;overflow-wrap:break-word;hyphens:auto}.project-info .lead{max-width:38ch}.project-meta{display:flex;flex-wrap:wrap;gap:10px;margin:14px 0 4px}.project-media{flex:1 1 48%;min-width:300px;position:relative;z-index:1;display:flex;justify-content:center}.project-media .project-slider{margin:0;width:clamp(260px,50vw,440px);height:auto;aspect-ratio:1/1;border-radius:0}.project-body{margin-top:20px}.split-body{display:flex;flex-wrap:wrap;gap:32px}.split-body .body-text{flex:1 1 52%;min-width:320px}.split-body .body-media{flex:1 1 40%;min-width:280px;display:flex;justify-content:center}.split-body .project-slider{margin:0;width:clamp(260px,50vw,440px);min-height:0;aspect-ratio:1/1;border-radius:0}.split-body .project-dots{bottom:12px}.project-nav{margin-top:28px;display:flex;justify-content:space-between;gap:14px;border-top:1px solid var(--line);padding-top:18px}.proj-link{font-weight:700;letter-spacing:.04em;text-transform:uppercase;font-size:12px}.fade-in-img{opacity:0;transform:scale(1.03);transition:opacity .42s ease,transform .42s ease}.fade-in-img.is-visible{opacity:1;transform:scale(1)}.project-slider{position:relative;width:100%;max-width:100%;min-height:0;aspect-ratio:1/1;margin:0 0 42px;border-radius:0;overflow:hidden;box-shadow:none}.project-slide{position:absolute;inset:0;opacity:0;width:100%;height:100%;transition:opacity .36s ease;pointer-events:none;border-radius:0;overflow:hidden}.project-slide img{width:100%;height:100%;display:block;object-fit:cover;border-radius:0}.project-slide.active{opacity:1;pointer-events:auto}.project-dots{position:absolute;left:50%;bottom:14px;transform:translate(-50%);display:flex;gap:8px;padding:6px 10px;background:transparent;border-radius:0;backdrop-filter:none}.project-dots button{width:8px;height:8px;border-radius:999px;border:none;background:#fff9;cursor:pointer;padding:0;transition:background .12s ease,transform .12s ease}.project-dots button.active{background:#fffffff2;transform:scale(1.2)}
