*{margin:0;padding:0;box-sizing:border-box}body{background:var(--background);color:var(--foreground);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-width:320px;overflow-x:hidden}#root{width:100%}:root{--display-font: "DotGothic16", "Noto Sans Mono CJK SC", ui-monospace, monospace;--ui-font: "SF Pro Display", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;--background: #f4f1eb;--foreground: #181716;--muted: #716c64;--line: #cac5bc;--accent: #ed542d;--featured: #e7e1d6;--surface: #20201e;--surface-text: #f4f1eb;--surface-muted: #c3bdb3;--surface-line: #59564f;color-scheme:light;background:var(--background);color:var(--foreground)}:root[data-theme=dark]{--background: #151513;--foreground: #f4f1eb;--muted: #aaa49a;--line: #46433e;--accent: #ff7650;--featured: #2d2b27;--surface: #0c0c0b;--surface-text: #f4f1eb;--surface-muted: #c7c0b6;--surface-line: #57534c;color-scheme:dark}main{font-family:var(--ui-font);overflow:hidden}.nav,.hero,.projects,.infrastructure,footer{max-width:1240px;margin:0 auto;padding-left:clamp(20px,4vw,32px);padding-right:clamp(20px,4vw,32px)}.nav{height:clamp(72px,9vw,88px);display:flex;align-items:center;justify-content:space-between}.nav-actions{align-items:center;display:flex;gap:24px}.wordmark{align-items:center;display:flex;height:32px;text-decoration:none}.wordmark img{display:block;height:30px;width:56px}:root[data-theme=dark] .wordmark img{filter:invert(1)}.nav-link span,footer span,h3 span{color:var(--accent);margin-left:4px}.nav-link,footer a{color:inherit;font-size:.82rem;font-weight:700;text-decoration:none}.theme-toggle{background:none;border:0;color:var(--muted);cursor:pointer;font-family:var(--display-font);font-size:.67rem;padding:6px 0}.theme-toggle:hover{color:var(--foreground)}.hero{padding-top:clamp(64px,12vw,180px);padding-bottom:clamp(96px,15vw,220px)}.eyebrow{color:var(--muted);font-family:var(--display-font);font-size:.64rem;letter-spacing:.08em;margin:0 0 24px}h1,h2,h3,p{margin-top:0}h1{font-family:var(--display-font);font-size:clamp(2.45rem,6.4vw,5.6rem);font-weight:400;letter-spacing:-.04em;line-height:1.15;max-width:1000px;white-space:pre-line}.intro{color:var(--muted);font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.5;margin:clamp(28px,5vw,42px) 0;max-width:430px}.explore{border-bottom:1px solid var(--foreground);color:inherit;display:inline-block;font-size:.78rem;font-weight:800;padding-bottom:8px;text-decoration:none}.explore span{color:var(--accent);margin-left:18px}.projects{border-top:1px solid var(--line);padding-top:clamp(20px,3vw,28px);padding-bottom:clamp(72px,12vw,120px)}.section-heading{align-items:baseline;display:flex;justify-content:space-between;margin-bottom:clamp(32px,6vw,54px)}.section-heading .eyebrow{margin:0}h2{font-size:clamp(2rem,4vw,3.8rem);font-weight:500;letter-spacing:-.06em}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);border-left:1px solid var(--line)}.project-card{aspect-ratio:1 / .82;border-bottom:1px solid var(--line);border-right:1px solid var(--line);color:inherit;display:flex;flex-direction:column;justify-content:space-between;min-height:176px;padding:clamp(16px,2vw,20px);text-decoration:none;transition:background .25s ease,color .25s ease}.project-card:hover{background:var(--foreground);color:var(--background)}.project-card.featured{background:var(--featured)}.project-card.featured:hover{background:var(--accent);color:#181716}.project-number{color:var(--muted);font-family:var(--display-font);font-size:.62rem}h3{font-size:clamp(1.4rem,2.2vw,2rem);font-weight:500;letter-spacing:-.05em;margin-bottom:8px}.project-card p{color:var(--muted);font-size:.82rem;line-height:1.45;max-width:220px}.project-card:hover p{color:inherit;opacity:.72}.infrastructure{background:var(--surface);color:var(--surface-text);display:grid;gap:36px;grid-template-columns:1.2fr .8fr;max-width:none;padding:92px max(32px,calc((100vw - 1176px)/2))}.infrastructure .eyebrow{color:var(--surface-muted)}.infrastructure>p{color:var(--surface-muted);font-size:1.05rem;line-height:1.5;max-width:360px}.service-list{align-self:end;display:flex;gap:10px;grid-column:2}.service-list span{border:1px solid var(--surface-line);border-radius:99px;color:var(--surface-muted);font-size:.72rem;font-weight:700;padding:8px 12px}footer{align-items:center;display:flex;justify-content:space-between;min-height:100px}footer p{color:var(--muted);font-size:.75rem}@media(max-width:960px){.project-grid{grid-template-columns:repeat(2,1fr)}.project-card{aspect-ratio:1.15 / 1}}@media(max-width:640px){.nav-actions{gap:16px}.nav-link,footer a{font-size:.75rem}.section-heading{align-items:start;flex-direction:column;gap:15px}h1{font-size:clamp(2.2rem,12vw,3.25rem);line-height:1.22}.project-card{aspect-ratio:1.35 / 1}.infrastructure{grid-template-columns:1fr;padding:72px 20px}.service-list{grid-column:auto}}@media(max-width:520px){.nav{align-items:center}.nav-actions{gap:12px}.theme-toggle{font-size:.6rem}.nav-link,footer a{font-size:.68rem}.project-grid{grid-template-columns:1fr}.project-card{aspect-ratio:1.5 / 1;min-height:168px}footer{gap:18px;min-height:84px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
