:root{--ink:#151515;--muted:#6b6b6b;--line:#d9d9d4;--paper:#f4f4f0;--accent:#d8ff45}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.5}.site-header{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(24px,5vw,80px);border-bottom:1px solid var(--line);position:relative;z-index:2}.brand{display:grid;place-items:center;width:34px;height:34px;border:1px solid var(--ink);border-radius:50%;color:var(--ink);font-size:11px;letter-spacing:.08em;text-decoration:none}.site-header nav{display:flex;gap:26px;font-size:13px}.site-header nav a,.site-footer a{color:inherit;text-decoration:none}.site-header nav a:hover,.text-link:hover,.site-footer a:hover{text-decoration:underline}.hero{min-height:calc(100vh - 76px);padding:clamp(90px,15vh,170px) clamp(24px,9vw,150px) 70px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.eyebrow{font-size:11px;letter-spacing:.16em;font-weight:700;margin:0 0 28px}.hero h1{font-size:clamp(56px,9.2vw,150px);letter-spacing:-.07em;line-height:.92;font-weight:500;max-width:1000px;margin:0;position:relative;z-index:1}.hero h1 em,.about-section h2 em{font-family:Georgia,serif;font-weight:400;letter-spacing:-.06em}.hero-footer{display:flex;justify-content:space-between;gap:40px;align-items:end;max-width:720px;margin-top:90px}.hero-footer p{font-size:16px;max-width:420px;margin:0;color:#444}.text-link{color:var(--ink);font-size:13px;text-decoration:none;white-space:nowrap}.hero-orbit{position:absolute;width:36vw;height:36vw;max-width:520px;max-height:520px;right:6vw;top:24%;border:1px solid #c6c6c0;border-radius:50%;transform:rotate(-18deg)}.hero-orbit:before,.hero-orbit:after{content:"";position:absolute;inset:13%;border:1px solid #d5d5cf;border-radius:50%;transform:rotate(60deg)}.hero-orbit:after{inset:25%;transform:rotate(-32deg)}.hero-orbit span{position:absolute;width:8px;height:8px;background:var(--ink);border-radius:50%;top:10%;left:45%}.hero-orbit span:nth-child(2){top:65%;left:6%;background:var(--accent)}.hero-orbit span:nth-child(3){top:78%;left:70%;width:5px;height:5px}.section{padding:130px clamp(24px,9vw,150px);border-top:1px solid var(--line)}.section-heading{display:flex;justify-content:space-between;gap:40px;align-items:start;margin-bottom:58px}.section-heading h2{font-size:clamp(38px,6vw,88px);font-weight:500;letter-spacing:-.065em;line-height:.96;margin:0;max-width:720px}.project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.project{min-height:330px;padding:28px;background:#e9e9e4;color:var(--ink);text-decoration:none;display:flex;flex-direction:column;justify-content:space-between;transition:transform .4s cubic-bezier(.2,.8,.2,1),background .4s}.project:hover{transform:translateY(-6px);background:#fff}.project-featured{background:var(--accent);grid-row:span 2;min-height:672px}.project-dark{background:#1b1b1b;color:#f4f4f0}.project-dark:hover{background:#292929}.project-meta{display:flex;justify-content:space-between;font-size:11px;text-transform:uppercase;letter-spacing:.08em}.project h3{font-size:clamp(36px,4.4vw,68px);letter-spacing:-.07em;line-height:1;margin:0 0 18px;font-weight:500}.project p{font-size:15px;max-width:410px;margin:0;color:inherit;opacity:.72}.project-arrow{font-size:22px;align-self:end}.about-section{display:grid;grid-template-columns:1.1fr .9fr;gap:80px;background:#e9e9e4}.about-section h2{font-size:clamp(42px,6vw,92px);font-weight:500;letter-spacing:-.07em;line-height:.94;margin:0}.about-copy{padding-top:72px;max-width:430px}.about-copy p{font-size:20px;line-height:1.35;margin:0 0 38px}.site-footer{display:flex;justify-content:space-between;padding:24px clamp(24px,5vw,80px);font-size:12px;color:var(--muted)}@media(max-width:760px){.site-header{height:64px}.site-header nav{gap:14px}.hero{min-height:calc(100svh - 64px);padding-top:90px}.hero h1{font-size:clamp(52px,16vw,100px)}.hero-orbit{width:62vw;height:62vw;right:-12vw;top:34%;opacity:.7}.hero-footer{display:block;margin-top:120px}.hero-footer p{font-size:15px;margin-bottom:26px}.section{padding-top:88px;padding-bottom:88px}.section-heading{display:block;margin-bottom:38px}.section-heading h2{font-size:clamp(42px,13vw,76px)}.project-grid{grid-template-columns:1fr}.project-featured{grid-row:auto;min-height:460px}.project{min-height:310px}.about-section{display:block}.about-copy{padding-top:38px}.about-copy p{font-size:18px}.site-footer{gap:12px;flex-wrap:wrap}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.project{transition:none}.project:hover{transform:none}}
