@charset "UTF-8";
:root{color-scheme:light;--page:#f6f7f9;--ink:#17202d;--muted:#626b78;--line:#dde1e7;--blue:#2356dd;--radius:18px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-synthesis:none}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:28px}
body{margin:0;background:var(--page);color:var(--ink);font-size:16px;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
a:focus-visible{outline:3px solid var(--blue);outline-offset:6px;border-radius:4px}
.skip-link{position:fixed;top:12px;left:12px;z-index:10;transform:translateY(-160%);padding:14px 20px;background:var(--ink);color:white}
.skip-link:focus{transform:translateY(0)}
.page-shell{width:min(1280px,calc(100% - 112px));margin:auto;min-height:100svh;display:flex;flex-direction:column}
.site-header{display:flex;align-items:center;min-height:112px;border-bottom:1px solid var(--line);gap:24px}
.brand{display:inline-flex;align-items:center;gap:11px;font-weight:700;font-size:23px;letter-spacing:-1px}
.brand-mark{width:40px;height:40px;flex:none}
.brand-nova{font-weight:400;margin-left:3px}
.header-divider{height:22px;width:1px;background:#cdd3dc}
.hub-label{font-size:12px;font-weight:700;letter-spacing:2px;color:var(--muted)}
.header-link{margin-left:auto;font-size:14px;font-weight:500;display:flex;gap:14px;align-items:center;padding:12px 0}
.header-link span{font-size:23px}
main{flex:1}
.intro{display:flex;justify-content:space-between;align-items:flex-end;padding:62px 0 58px;gap:32px}
.eyebrow{font-size:12px;letter-spacing:1.7px;font-weight:600;margin:0 0 21px;color:var(--muted);line-height:1.6}
h1{font-size:clamp(44px,5.5vw,72px);line-height:1.05;letter-spacing:-3.6px;font-weight:500;margin:0 0 22px}
h1 span{color:var(--blue)}
.intro-description{font-size:18px;color:var(--muted);margin:0;line-height:1.5}
.intro-note{display:flex;align-items:center;gap:15px;padding:0 0 5px}
.note-symbol{font-size:40px;color:#8394b1;font-weight:300}
.intro-note p{font-size:14px;line-height:1.7;color:var(--muted);margin:0}
.section-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}
h2{font-size:17px;font-weight:600;margin:0;display:flex;align-items:center;gap:12px}
.count{border:1px solid #d2d8e1;border-radius:6px;padding:3px 6px;font-size:12px;font-weight:500;color:var(--muted)}
.section-caption{font-size:13px;color:var(--muted)}
.project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.project-card{min-width:0;background:#fff;border-radius:var(--radius);border:1px solid #e0e4eb;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}
.project-card:has(.project-link):hover{transform:translateY(-5px);box-shadow:0 14px 30px #17202d0d}
.project-cover{height:246px;position:relative;overflow:hidden;margin:8px 8px 0;border-radius:11px;background:var(--cover);color:var(--cover-ink)}
.blue{--cover:#2456dd;--cover-ink:#eef3ff;--letter:#d6e1ff}
.lime{--cover:#d4f587;--cover-ink:#2e4519;--letter:#344d26}
.purple{--cover:#ded7f7;--cover-ink:#53417e;--letter:#6b52a3}
.project-cover:before{content:"";position:absolute;inset:0;background-image:linear-gradient(currentColor 1px,transparent 1px),linear-gradient(90deg,currentColor 1px,transparent 1px);background-size:49px 49px;opacity:.085}
.project-number{position:absolute;top:22px;left:22px;font-size:12px;letter-spacing:1px;text-transform:uppercase}
.monogram{position:absolute;inset:40px 0 0;text-align:center;font-weight:500;font-size:172px;line-height:1;color:var(--letter);letter-spacing:-12px;transform:rotate(-8deg);user-select:none}
.lime .monogram{transform:rotate(9deg);font-weight:700;font-size:164px}
.purple .monogram{transform:rotate(-7deg);font-family:Georgia,"Times New Roman",serif;font-style:italic;font-size:172px;font-weight:400}
.cover-label{position:absolute;bottom:20px;left:22px;font-size:10px;letter-spacing:2px;font-weight:500}
.cover-plus{position:absolute;bottom:15px;right:20px;font-size:28px;line-height:1;font-weight:300}
.project-content{padding:26px 24px 21px}
.project-heading{display:flex;align-items:center;gap:9px;flex-wrap:wrap}
h3{font-size:23px;line-height:1.25;letter-spacing:-.65px;margin:0;font-weight:500;overflow-wrap:anywhere}
.version{font-size:12px;font-weight:500;background:#f1eef8;padding:4px 7px;border-radius:5px;color:#654d94}
.project-status{color:var(--muted);font-size:14px;line-height:1.5;margin:12px 0 24px}
.project-pending,.project-link{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #eceef2;padding-top:17px;font-size:14px;line-height:24px}
.project-pending{color:var(--muted)}
.project-pending span{font-size:22px;color:#8992a0}
.project-link{color:var(--blue);font-weight:600}
.project-link svg{width:22px;height:22px}
.collection-note{display:flex;align-items:center;gap:16px;margin:28px 0 56px;flex-wrap:wrap}
.note-tag{font-size:10px;letter-spacing:1.1px;font-weight:600;line-height:1.6;color:#5b6573;background:#e9edf2;padding:6px 9px;border-radius:4px}
.collection-note p{font-size:14px;line-height:1.5;color:var(--muted);margin:0}
.site-footer{padding:26px 0 30px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:12px;line-height:1.6;color:var(--muted)}
.footer-domain{display:flex;align-items:center;gap:10px}
.not-found{padding:100px 0;max-width:660px}.not-found h1{font-size:52px}.not-found p{line-height:1.6;color:var(--muted)}.back-link{display:inline-flex;align-items:center;gap:12px;margin-top:20px;padding:14px 20px;border-radius:8px;background:var(--ink);color:#fff}
@media(min-width:1450px){.intro{padding-top:80px;padding-bottom:70px}.project-cover{height:275px}}
@media(max-width:1050px){.page-shell{width:calc(100% - 64px)}.project-grid{gap:16px}.project-cover{height:220px}.monogram{font-size:150px}.lime .monogram{font-size:145px}.purple .monogram{font-size:150px}.project-content{padding:23px 18px 18px}h3{font-size:20px}.intro-note{display:none}}
@media(max-width:760px){.page-shell{width:calc(100% - 40px)}.site-header{min-height:88px;gap:16px}.brand{font-size:20px}.brand-mark{width:34px;height:34px}.header-link{font-size:14px}.intro{padding:43px 0 40px}.eyebrow{font-size:10px;letter-spacing:1.25px;margin-bottom:18px}h1{font-size:clamp(39px,8vw,58px);letter-spacing:-2px}.intro-description{font-size:16px}.section-heading{margin-bottom:20px}.section-caption{display:none}.project-grid{grid-template-columns:1fr;gap:22px}.project-cover{height:242px}.monogram{inset:36px 0 0;font-size:174px}.lime .monogram{font-size:164px}.purple .monogram{font-size:174px}.project-content{padding:24px}h3{font-size:24px}.project-status{margin-bottom:21px}.collection-note{gap:12px;margin:25px 0 38px}.site-footer{font-size:12px;align-items:flex-start}.footer-domain{font-size:11px}.hub-label{font-size:11px;letter-spacing:1.5px}}
@media(max-width:390px){.header-divider,.hub-label{display:none}.page-shell{width:calc(100% - 32px)}.brand{font-size:20px}.site-footer{flex-direction:column;gap:7px}h3{font-size:22px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.project-card{transition:none}}
