@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#17382f;--muted:#52645c;--paper:#f6f7f3;--line:#cad2ca;--accent:#dbed91}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:2rem}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif;font-size:1rem;line-height:1.6}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid #687f12;outline-offset:5px}.sample{padding:.55rem 1.5rem;background:#17382f;color:#fff;text-align:center;font-size:.8rem}header{max-width:1500px;margin:auto;padding:2rem 4vw;display:flex;justify-content:space-between;align-items:center;gap:2rem}.wordmark{font-family:Manrope,sans-serif;font-weight:800;letter-spacing:-.055em;font-size:1.5rem;line-height:1.1}.wordmark span{font-weight:400}.submark{display:block;font-family:'DM Sans',sans-serif;font-size:.68rem;letter-spacing:.2em;margin-top:.6rem}nav{display:flex;gap:2rem;align-items:center;font-size:.95rem}nav a:hover,.text-link:hover{text-decoration:underline;text-underline-offset:6px}.nav-cta{border:1px solid var(--ink);padding:.7rem 1.2rem;border-radius:3px}.nav-cta span{margin-left:1.5rem}.hero{max-width:1500px;margin:1rem auto 0;padding:0 4vw 4rem;display:grid;grid-template-columns:.95fr 1.05fr;align-items:center;gap:4vw}.hero-copy{padding:2rem 0 3rem}.eyebrow{font-size:.78rem;letter-spacing:.15em;font-weight:700;margin:0 0 1.5rem}h1,h2,h3{font-family:Manrope,sans-serif;line-height:1.09;letter-spacing:-.045em}h1{font-size:clamp(3.3rem,6.1vw,6.3rem);font-weight:500;margin:0 0 2rem}h2{font-size:clamp(2.5rem,4vw,4.2rem);font-weight:500;margin:.5rem 0 1.8rem}h3{font-size:1.5rem;font-weight:600;margin:0 0 1rem;line-height:1.25}.intro{max-width:29rem;font-size:1.15rem;color:var(--muted);margin-bottom:2.3rem}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:2rem;background:var(--ink);color:white;padding:1rem 1.3rem;border-radius:3px;font-weight:500}.button:hover{background:#245745}.text-link{display:block;margin-top:1.3rem;font-size:.9rem}.hero-image{margin:0;min-width:0}.hero-image img{width:100%;height:590px;object-fit:cover;display:block;border-radius:2px}.hero-image figcaption{font-size:.75rem;color:var(--muted);padding-top:.7rem}.section{padding:5rem 4vw;max-width:1500px;margin:auto}.services{display:grid;grid-template-columns:1fr 1fr;gap:5vw;border-top:1px solid var(--line)}.service-list article{display:flex;gap:2rem;padding:1.8rem 0;border-top:1px solid var(--line)}.service-list article:first-child{border-top:0;padding-top:0}.number{font-size:.8rem;font-weight:700;margin-top:.25rem}.service-list p{color:var(--muted);max-width:30rem;margin:.5rem 0}.approach{max-width:none;background:var(--ink);color:white;padding-top:5rem;padding-bottom:5rem}.approach>.eyebrow,.approach>h2,.steps{max-width:1380px;margin-left:auto;margin-right:auto}.approach .eyebrow{color:var(--accent)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:4vw;margin-top:3rem}.steps article{border-top:1px solid #60776d;padding-top:1.5rem}.step{font-size:.78rem;letter-spacing:.1em;color:var(--accent);margin-bottom:2rem}.steps h3{font-size:1.5rem}.steps article>p:last-child{color:#d1ded7;max-width:26rem}.project{display:grid;grid-template-columns:1fr .7fr;gap:10vw;align-items:center;padding-top:6rem;padding-bottom:6rem}.project>div>p:last-child{max-width:30rem;color:var(--muted)}.project aside{border-left:1px solid var(--line);padding-left:3rem}.project aside p{color:var(--muted)}.demo-note{font-size:.85rem}.project aside .button{margin-top:.8rem}footer{border-top:1px solid var(--line);padding:2.5rem 4vw;display:flex;justify-content:space-between;align-items:center;gap:2rem}footer p{font-size:.85rem;color:var(--muted)}.photo-credit{max-width:15rem}@media(max-width:900px){header{padding:1.5rem 5vw}nav{gap:1rem}nav>a:not(.nav-cta){display:none}.hero{padding:0 5vw 3rem;gap:2rem;grid-template-columns:1fr}.hero-copy{padding:2rem 0 0}.hero-image img{height:430px}h1{font-size:clamp(3.3rem,10vw,5.5rem)}.services{grid-template-columns:1fr;gap:2rem}.section{padding:3.5rem 5vw}.steps{grid-template-columns:1fr;gap:1.5rem}.step{margin-bottom:1rem}.steps article>p:last-child{max-width:40rem}.project{grid-template-columns:1fr;gap:2rem}.project aside{border-left:0;border-top:1px solid var(--line);padding:2rem 0 0}footer{align-items:flex-start;flex-direction:column;gap:1rem}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}@media(max-width:400px){.wordmark{font-size:1.2rem}.nav-cta{padding:.7rem;font-size:.8rem}.nav-cta span{margin-left:.4rem}.hero-image img{height:330px}.button{gap:1rem;font-size:.9rem}}
