@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700&display=swap');

:root{--bg:#f3f1ec;--ink:#111;--muted:#666;--line:#c9c6be;--accent:#111}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Manrope,Arial,sans-serif}a{color:inherit;text-decoration:none}.site-header{height:82px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 4vw;position:sticky;top:0;background:rgba(243,241,236,.94);backdrop-filter:blur(12px);z-index:10}.logo{font-weight:700;letter-spacing:.12em;font-size:15px}.site-header nav{display:flex;gap:28px;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.site-header nav a:hover{opacity:.5}.hero{min-height:calc(100vh - 82px);padding:7vw 4vw 4vw;display:flex;flex-direction:column;justify-content:space-between;border-bottom:1px solid var(--line)}.eyebrow,.section-label{font:500 11px/1.4 'DM Mono',monospace;letter-spacing:.08em;text-transform:uppercase}.hero h1{font-size:clamp(58px,10vw,150px);line-height:.88;letter-spacing:-.07em;font-weight:500;margin:8vh 0}.hero h1 em,.section-content h2 em,.manifesto h2 em,.work h2 em,.belief h2 em,.mission h2 em,.vision h2 em{font-family:Georgia,serif;font-weight:400}.hero-bottom{display:flex;justify-content:space-between;font:12px 'DM Mono',monospace;text-transform:uppercase}.arrow-link{border-bottom:1px solid #111;padding-bottom:5px}.section-grid{display:grid;grid-template-columns:25% 75%;padding:10vw 4vw;border-bottom:1px solid var(--line)}.section-content{max-width:850px;padding-right:8vw}.section-content h2{font-size:clamp(42px,5.5vw,82px);line-height:.96;letter-spacing:-.055em;font-weight:500;margin:0 0 6vw}.section-content p{font-size:18px;line-height:1.65;max-width:720px;color:#333}.section-content .lead{font-size:25px;line-height:1.4;color:#111}.manifesto{background:#111;color:#f3f1ec;padding:10vw 4vw}.manifesto .eyebrow{opacity:.55}.manifesto h2{font-size:clamp(50px,7vw,105px);line-height:.92;letter-spacing:-.06em;font-weight:500;margin:9vw 0 12vw}.three-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:5vw}.three-cols span,.service-list article>span{font:11px 'DM Mono',monospace;opacity:.55}.three-cols h3{font-size:23px;margin:25px 0 10px}.three-cols p{max-width:280px;line-height:1.6;color:#bbb}.services{background:#e9e6df}.service-list{border-top:1px solid var(--line)}.service-list article{display:grid;grid-template-columns:50px 1fr;gap:20px;padding:34px 0;border-bottom:1px solid var(--line)}.service-list h3{font-size:25px;margin:0 0 10px;font-weight:500}.service-list p{font-size:15px!important;line-height:1.55!important;margin:0;max-width:600px}.work{padding:10vw 4vw;border-bottom:1px solid var(--line)}.work-head{display:grid;grid-template-columns:25% 75%;margin-bottom:7vw}.work h2{font-size:clamp(50px,7vw,100px);line-height:.9;letter-spacing:-.06em;font-weight:500;margin:0}.project-grid{display:grid;grid-template-columns:1fr 1fr;gap:5vw 2vw}.project-image{aspect-ratio:1.2/1;background:#d9d6cf;display:grid;place-items:center;font:12px 'DM Mono',monospace;letter-spacing:.1em;transition:transform .4s}.project:hover .project-image{transform:scale(.985)}.project-b .project-image{background:#191919;color:#eee}.project-c .project-image{background:#b8b5ae}.project-d .project-image{background:#dedbd3}.project-meta{padding:15px 0 0}.project-meta h3{margin:0;font-size:18px;font-weight:600}.project-meta p{margin:6px 0 0;color:var(--muted);font:11px 'DM Mono',monospace}.portfolio-note{font:11px 'DM Mono',monospace;color:#888;margin-top:4vw}.contact{padding:12vw 4vw 9vw;background:#111;color:#f3f1ec}.contact h2{font-size:clamp(80px,14vw,220px);line-height:.8;letter-spacing:-.08em;font-weight:500;margin:10vw 0 5vw}.contact>p:not(.eyebrow){font-size:20px;max-width:540px;line-height:1.5;color:#bbb}.email{display:inline-block;font:clamp(25px,4vw,55px) Georgia,serif;border-bottom:1px solid #777;padding-bottom:8px;margin-top:4vw}.socials{display:flex;gap:25px;margin-top:8vw;font:11px 'DM Mono',monospace;text-transform:uppercase}.socials a{border-bottom:1px solid #555;padding-bottom:5px}footer{display:flex;justify-content:space-between;padding:25px 4vw;font:10px 'DM Mono',monospace;text-transform:uppercase;color:#666}@media(max-width:800px){.site-header{height:68px}.site-header nav{gap:12px;font-size:9px}.section-grid,.work-head{grid-template-columns:1fr;gap:35px}.hero{min-height:80vh}.hero h1{margin:15vh 0 12vh}.hero-bottom{display:block}.arrow-link{display:inline-block;margin-top:20px}.three-cols,.project-grid{grid-template-columns:1fr}.section-content{padding-right:0}.section-content .lead{font-size:21px}.manifesto h2{margin:18vw 0}.project-image{aspect-ratio:1/1}.contact h2{margin:20vw 0 8vw}footer{display:block;line-height:2.2}}
