@import"https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap";:root{--ink:#241817;--paper:#f3eeea;--muted:#786b65;--line:rgba(58,36,31,.16);--accent:#8d352d;--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:Manrope,sans-serif}a{color:inherit;text-decoration:none}img{display:block;width:100%;object-fit:cover}.wrap{width:min(1400px,calc(100% - 48px));margin:0 auto}.mono{font:500 11px/1.2 DM Mono,monospace;letter-spacing:.11em;text-transform:uppercase}header{position:fixed;z-index:10;inset:0 0 auto;color:#f5f4ee;mix-blend-mode:difference}nav{display:flex;align-items:center;justify-content:space-between;min-height:78px}.brand{display:flex;align-items:center;gap:10px;font-weight:800;letter-spacing:-.06em;font-size:clamp(14px,1.35vw,19px)}.brand-mark{width:26px;height:26px;border:2px solid currentColor;border-radius:50%;position:relative}.brand-mark:after{content:"";position:absolute;width:8px;height:8px;background:currentColor;border-radius:50%;top:7px;left:7px}.nav-links{display:flex;gap:28px;color:inherit;font-size:13px;font-weight:700}.nav-cta{border-bottom:1px solid currentColor;padding-bottom:4px;font-size:13px;font-weight:800}.hero{min-height:100dvh;background:var(--ink);color:#f5f4ee;display:grid;grid-template-columns:1fr 1.08fr}.hero-copy{padding:150px 7vw 70px max(24px,calc((100vw - 1400px)/2));display:flex;flex-direction:column;justify-content:space-between}.eyebrow{color:var(--accent);margin:0 0 22px}h1{margin:0;max-width:560px;font-size:clamp(52px,6.7vw,104px);line-height:.92;letter-spacing:-.08em;font-weight:800}.hero-sub{max-width:300px;color:#a8a79f;font-size:15px;line-height:1.6;margin:28px 0 0}.hero-bottom{display:flex;align-items:end;justify-content:space-between;gap:20px}.hero-note{color:#94938d;max-width:200px;line-height:1.5}.arrow{width:62px;height:62px;display:grid;place-items:center;border:1px solid #65655f;border-radius:50%;font-size:24px;transition:.3s ease}.arrow:hover{background:var(--accent);color:#f5f4ee;border-color:var(--accent);transform:rotate(45deg)}.hero-image{min-height:100dvh;position:relative;overflow:hidden}.hero-image img{height:100%;filter:saturate(.7) contrast(1.05);transform:scale(1.03);transition:transform 1.1s cubic-bezier(.2,.7,0,1)}.hero-image:hover img{transform:scale(1.08)}.image-caption{position:absolute;inset:auto 28px 28px;display:flex;justify-content:space-between;color:#fff;text-shadow:0 1px 10px rgba(0,0,0,.3)}.intro{padding:130px 0 110px;display:grid;grid-template-columns:.7fr 1.3fr;gap:9vw;border-bottom:1px solid var(--line)}.intro h2{margin:0;font-size:clamp(34px,4vw,62px);line-height:.98;letter-spacing:-.07em;max-width:710px}.intro-side{display:flex;justify-content:space-between;flex-direction:column;gap:48px}.intro-side p{max-width:280px;color:var(--muted);line-height:1.65;margin:0}.text-link{font-weight:800;border-bottom:2px solid var(--ink);width:max-content;padding-bottom:8px}.work{padding:108px 0 130px}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:42px}.section-head h2{margin:0;font-size:clamp(38px,5vw,76px);letter-spacing:-.075em;line-height:.92}.section-head p{color:var(--muted);margin:0;max-width:220px;line-height:1.5}.gallery{display:grid;grid-template-columns:1.22fr .78fr;gap:18px}.project{position:relative;overflow:hidden;border-radius:var(--radius);background:#d9d6ca}.project img{height:100%;min-height:430px;transition:transform .75s cubic-bezier(.2,.7,0,1)}.project:hover img{transform:scale(1.05)}.project:first-child{grid-row:span 2}.project:first-child img{min-height:880px}.project-info{position:absolute;inset:auto 24px 22px;display:flex;align-items:end;justify-content:space-between;color:#fff;text-shadow:0 1px 12px rgba(0,0,0,.35)}.project-info strong{display:block;font-size:25px;letter-spacing:-.06em}.project-info span{font-size:12px;opacity:.8}.process{background:var(--ink);color:#f5f4ee;padding:100px 0}.process-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:10vw;align-items:start}.process h2{margin:0;max-width:580px;font-size:clamp(42px,5vw,74px);line-height:.95;letter-spacing:-.08em}.steps{border-top:1px solid #55564f}.step{padding:25px 0;display:grid;grid-template-columns:56px 1fr;gap:15px;border-bottom:1px solid #55564f}.step-no{color:var(--accent)}.step h3{margin:0 0 8px;font-size:20px;letter-spacing:-.04em}.step p{margin:0;color:#a8a79f;line-height:1.55;max-width:310px;font-size:14px}.cta{padding:120px 0 130px;display:grid;grid-template-columns:1fr 1fr;gap:8vw;align-items:end}.cta h2{margin:0;font-size:clamp(44px,6vw,92px);line-height:.9;letter-spacing:-.09em;max-width:700px}.cta-right{display:flex;flex-direction:column;align-items:start;gap:24px}.cta-right p{margin:0;color:var(--muted);max-width:280px;line-height:1.55}.button{display:inline-flex;align-items:center;gap:18px;color:#f5f4ee;background:var(--accent);padding:16px 20px;border-radius:999px;font-weight:800;transition:.25s ease}.button:hover{background:var(--ink);color:#f5f4ee;transform:translateY(-3px)}footer{padding:24px 0;border-top:1px solid var(--line);display:flex;justify-content:space-between;color:var(--muted);font-size:12px}@media(max-width:820px){.wrap{width:min(100% - 32px,1400px)}nav{min-height:68px}.nav-links{display:none}.hero{grid-template-columns:1fr}.hero-copy{min-height:69dvh;padding:116px 16px 34px}.hero-image{min-height:48dvh}.hero-bottom{margin-top:60px}.intro,.process-grid,.cta{grid-template-columns:1fr;gap:40px}.intro,.work{padding:80px 0}.section-head{display:block}.section-head p{margin-top:20px}.gallery{grid-template-columns:1fr}.project:first-child{grid-row:auto}.project img,.project:first-child img{min-height:470px}.process{padding:80px 0}.cta{padding:85px 0 100px}footer{gap:16px;flex-direction:column}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important}}
