:root{--ink:#111c27;--muted:#52616b;--lime:#c4ed78;--paper:#f5f7f8;--line:#d8dfe3}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;color:var(--ink);background:var(--paper);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}header{height:98px;background:var(--ink);color:white;display:flex;align-items:center;justify-content:space-between;padding:0 5%;border-bottom:1px solid #34414b;gap:25px}.brand{display:flex;align-items:center;gap:15px;font-size:14px;font-weight:700;letter-spacing:1.5px}.brand small{display:block;font-size:10px;font-weight:400;letter-spacing:1.3px;color:#aab9c4}.monogram{font-size:34px;letter-spacing:-3px}.monogram span{color:var(--lime)}nav{display:flex;gap:30px;font-size:14px;color:#c5ced5}nav a:hover{color:var(--lime)}.nav-cta{border-bottom:1px solid var(--lime);font-size:14px;padding:6px 0}.nav-cta span{margin-left:20px;color:var(--lime)}.hero{background:var(--ink);color:white;padding:82px 5% 65px;display:grid;grid-template-columns:1fr 1fr;gap:5%;align-items:center}.eyebrow{font-size:12px;letter-spacing:1.7px;font-weight:600;color:#bdcad2;margin-bottom:22px}.eyebrow.dark{color:#52616b}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(40px,4.3vw,68px);line-height:1.09;letter-spacing:-2.9px;margin-bottom:25px;font-weight:500}em{font-style:normal;color:var(--lime)}.hero p{color:#b9c5ce;max-width:550px;font-size:18px}.button{display:inline-flex;justify-content:space-between;gap:42px;align-items:center;background:var(--lime);color:var(--ink);padding:14px 23px;font-weight:600;margin:10px 0 30px;font-size:15px}.button:hover{background:#d4faa0}.hero-notes{display:flex;gap:20px;font-size:12px;color:#a8bac5}.hero-notes span+span{border-left:1px solid #53616b;padding-left:20px}.hero-figure{border:1px solid #41505d;background:#182632;padding:19px 20px 10px;transform:rotate(-1deg)}.figure-top{display:flex;justify-content:space-between;gap:20px;font-family:monospace;font-size:10px;color:#afc0ce}.hero-figure svg{width:100%;margin:14px 0}.figure-bottom{display:flex;justify-content:space-between;border-top:1px solid #425260;padding-top:14px;gap:12px}.figure-bottom strong{display:block;font-size:26px;font-weight:500}.figure-bottom strong small{font-size:13px;color:#afc0ce}.figure-bottom span{font-size:12px;color:#a8bbc8}.hero .caption{font-size:10px;margin:18px 0 0;color:#a8bbc8}.proof-strip{background:white;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;padding:26px 5%;gap:20px}.proof-strip p{margin:0;color:var(--muted);font-size:14px}.proof-strip strong{color:var(--ink);margin-right:12px}.section{padding:85px 5%}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:35px;margin-bottom:40px}h2{font-size:clamp(34px,3.5vw,54px);line-height:1.12;font-weight:500;letter-spacing:-1.7px;margin-bottom:20px}.section-heading>p{max-width:370px;color:var(--muted);margin-bottom:22px}.projects{display:grid;grid-template-columns:repeat(3,1fr);gap:23px}.project{background:#fff;border:1px solid var(--line);display:flex;flex-direction:column;transition:transform .2s,border-color .2s}.project:hover{transform:translateY(-4px);border-color:#617382}.project-visual{background:#e8eef1;height:185px;padding:22px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.project:first-child .project-visual{background:#213342;color:white}.project:nth-child(2) .project-visual{background:#d9e8c7}.project:nth-child(3) .project-visual{background:#dae2ec}.visual-label{font:12px monospace;text-transform:uppercase;letter-spacing:.7px}.project-visual strong{display:block;font-size:clamp(23px,2.4vw,36px);font-weight:500;line-height:1.1;letter-spacing:-1px}.metric-label{font-size:13px;margin-top:8px}.mini-line{height:13px;border-bottom:1px solid currentColor;border-left:1px solid currentColor;border-right:1px solid currentColor;width:100%;opacity:.3}.project-body{padding:24px;display:flex;flex-direction:column;flex:1}.meta{display:flex;justify-content:space-between;font-size:12px;color:var(--muted);margin-bottom:17px}.project h3{font-size:23px;font-weight:500;line-height:1.2;letter-spacing:-.5px}.project p{color:var(--muted);font-size:15px}.tags{display:flex;gap:7px;flex-wrap:wrap;margin:4px 0 23px}.tags span{font-size:12px;background:#eef2f4;padding:3px 7px;color:#42525d}.project button{margin-top:auto;border:0;border-top:1px solid var(--line);padding:15px 0 0;text-align:left;font-size:14px;font-weight:600;background:none;display:flex;justify-content:space-between}.project button:hover{color:#47701b}.project:last-child{grid-column:span 3;display:grid;grid-template-columns:1fr 2fr}.project:last-child .project-visual{height:100%;min-height:210px}.approach{background:var(--ink);color:white}.approach h2{margin-bottom:50px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.steps article{border-top:1px solid #52616b;padding-top:16px}.steps span{color:var(--lime);font-family:monospace;font-size:14px}.steps h3{font-size:20px;font-weight:500;line-height:1.3;margin:24px 0 14px}.steps p{color:#b8c5ce;font-size:15px}.profile{display:grid;grid-template-columns:1.1fr 1fr;gap:12%;background:#fff}.profile p{color:var(--muted)}.profile .large{font-size:21px;line-height:1.55;color:var(--ink);margin-top:28px}.credentials>div{border-top:1px solid var(--line);padding:20px 0 12px}.credentials span,.connect-note>span{font-size:12px;letter-spacing:1.4px;color:var(--muted)}.credentials h3{font-size:18px;margin:18px 0 0;font-weight:500}.credentials p{margin:3px 0 12px}.credentials>div>span+p{margin-top:15px}.connect{background:var(--lime);display:grid;grid-template-columns:1.2fr 1fr;gap:15%}.connect p{max-width:540px}.connect-note{border-left:1px solid #7e9b50;padding-left:35px;align-self:center}.connect-note>p{margin-top:18px}.small{font-size:14px}footer{padding:35px 5%;display:flex;gap:35px;justify-content:space-between;align-items:start;font-size:12px}footer p{max-width:530px;color:var(--muted)}footer .brand{font-size:12px;display:block}footer .brand span{display:block;font-weight:400;font-size:10px;margin-top:5px}footer>a:last-child{white-space:nowrap}dialog{border:0;padding:0;color:var(--ink);width:min(940px,94vw);max-height:90vh;background:#f5f7f8;box-shadow:0 30px 100px #0006}dialog::backdrop{background:#08131de0;backdrop-filter:blur(6px)}.dialog-top{position:sticky;top:0;padding:15px 30px;background:var(--ink);color:white;display:flex;justify-content:space-between;align-items:center;z-index:1;font-size:13px}.dialog-top button{background:none;color:white;border:1px solid #61717d;padding:5px 12px;font-size:14px}#case-content{padding:42px}.case-category{color:#52616b;font-size:13px;text-transform:uppercase;letter-spacing:1px}#case-title{font-size:42px;max-width:740px}.case-intro{font-size:19px;color:var(--muted)}.case-metric{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:21px 0;margin:25px 0;display:flex;gap:25px;align-items:center}.case-metric strong{font-size:30px;font-weight:500;line-height:1.1}.case-metric span{font-size:14px;color:var(--muted)}.case-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:35px}.case-grid h3,.case-result h3{font-size:17px}.case-grid p,.case-grid li{color:var(--muted)}.case-grid ol{padding-left:20px}.case-grid li{padding-left:7px;margin-bottom:16px}.case-result{background:#e2edda;padding:25px;margin-top:15px}.case-result p{margin:0}.case-source{font-size:12px;color:var(--muted);margin:25px 0 0}.skip{position:absolute;left:15px;top:-100px;background:var(--lime);z-index:5;padding:10px}.skip:focus{top:10px}a:focus-visible,button:focus-visible{outline:3px solid #87ac43;outline-offset:5px}@media(min-width:1700px){header,.hero,.proof-strip,.section,footer{padding-left:max(5%,calc((100vw - 1500px)/2));padding-right:max(5%,calc((100vw - 1500px)/2))}}@media(max-width:1050px){header nav{gap:15px}.hero{grid-template-columns:1fr;padding-top:55px}.hero-copy{max-width:740px}.hero-figure{max-width:760px;margin-top:25px;transform:none}.projects{grid-template-columns:1fr 1fr}.project:last-child{grid-column:auto;display:flex}.project:last-child .project-visual{min-height:185px;height:185px}.steps{grid-template-columns:1fr 1fr}.profile,.connect{gap:7%}.proof-strip{flex-wrap:wrap}}@media(max-width:650px){header{height:80px}.brand small{display:none}.brand{font-size:12px}.monogram{font-size:29px}header nav{display:none}.nav-cta{font-size:13px}.hero{padding-top:42px;padding-bottom:40px}h1{font-size:43px;letter-spacing:-1.7px}.hero p{font-size:17px}.hero-notes{font-size:11px;gap:12px}.hero-notes span+span{padding-left:12px}.figure-top{font-size:9px}.figure-top span:last-child{display:none}.figure-bottom strong{font-size:21px}.figure-bottom span{font-size:10px}.figure-bottom strong small{font-size:10px}.proof-strip{padding-top:20px;padding-bottom:20px;gap:10px}.proof-strip p{font-size:12px}.section{padding-top:52px;padding-bottom:52px}.section-heading{display:block;margin-bottom:30px}.section-heading>p{max-width:100%}.projects{grid-template-columns:1fr}.project-visual{height:170px}.project-visual strong{font-size:35px}.steps{gap:22px}.steps h3{font-size:19px}.profile,.connect{grid-template-columns:1fr;gap:28px}.connect-note{padding-left:20px}.credentials{margin-top:10px}footer{flex-wrap:wrap}footer p{order:3;margin:0}.dialog-top{padding:12px 18px}#case-content{padding:25px}#case-title{font-size:32px}.case-grid{grid-template-columns:1fr;gap:10px}.case-metric{align-items:start;flex-direction:column;gap:10px}.hero .caption{font-size:10px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

.contact-links{display:grid;gap:15px;margin-top:20px}.contact-links a{display:block;font-size:14px}.contact-links strong{display:block;font-size:18px;overflow-wrap:anywhere}.contact-links a:hover strong{text-decoration:underline}

.hero h1.career-headline{font-size:clamp(2.3rem,4.2vw,4rem);line-height:1.12}

.project-visual strong{font-size:clamp(1.45rem,2.2vw,2rem);line-height:1.15;letter-spacing:-.5px}.project-visual .metric-label{line-height:1.4}
