:root{--bg:#faf9f6;--ink:#273d34;--muted:#5e6b63;--line:#d7ddd6;--accent:#dce8cf}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--bg);color:var(--ink);font-family:'Avenir Next','Segoe UI',Arial,sans-serif;font-size:16px;line-height:1.6}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-weight:500}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}img{display:block;max-width:100%;object-fit:cover}::selection{background:var(--accent)}:focus-visible{outline:3px solid #759452;outline-offset:5px}[hidden]{display:none!important}.wrap{width:min(1240px,calc(100% - 64px));margin:auto}.header{position:sticky;top:0;z-index:10;background:#faf9f6f5;border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}.header-row{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{font-size:30px;letter-spacing:-1.5px}.brand span{color:#76876a}.nav{display:flex;gap:30px;align-items:center;font-size:14px}.nav a:hover,.text-link:hover{text-decoration:underline;text-underline-offset:5px}.nav-contact{border-bottom:1px solid;padding-bottom:3px}.menu-btn{display:none;min-height:44px;border:1px solid var(--line);padding:8px 15px;border-radius:5px;background:none}.mobile-nav{padding:0 0 18px;display:flex;flex-direction:column;gap:4px}.mobile-nav a{padding:10px 0}.eyebrow{font-size:13px;letter-spacing:.12em;text-transform:uppercase;font-weight:600}.muted{color:var(--muted)}.hero{padding:72px 0 60px}.hero-grid{display:grid;grid-template-columns:1.02fr 1fr;gap:65px;align-items:center}.hero h1{font-size:clamp(42px,5.1vw,72px);line-height:1.08;letter-spacing:-.055em;margin:25px 0}.hero h1 em{font-style:normal;color:#718365}.lead{font-size:18px;max-width:470px;color:var(--muted)}.actions{display:flex;flex-wrap:wrap;gap:16px;align-items:center;margin-top:30px}.button{display:inline-flex;justify-content:center;align-items:center;gap:24px;background:var(--ink);color:white;border:1px solid var(--ink);padding:15px 23px;border-radius:5px;font-weight:500;min-height:54px;transition:background .2s,transform .2s;text-align:center}.button:hover{background:#405d4e;transform:translateY(-2px)}.button.light{background:var(--accent);border-color:var(--accent);color:var(--ink)}.button.light:hover{background:#eff5e7}.text-link{font-size:15px;text-underline-offset:5px}.hero-note{font-size:14px;margin-top:19px;color:var(--muted)}.hero-photo{position:relative}.hero-photo img{width:100%;height:600px;border-radius:5px}.hero-caption{position:absolute;bottom:18px;left:18px;right:18px;display:flex;justify-content:space-between;gap:15px;align-items:center;background:#faf9f6f0;padding:17px 20px;border-radius:3px;font-size:14px}.hero-caption span{color:var(--muted);font-size:13px}.facts{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);padding-top:28px;margin-top:52px;gap:30px}.fact{display:flex;gap:18px;align-items:center}.fact strong{font-size:24px;letter-spacing:-.03em;font-weight:500;white-space:nowrap}.fact p{font-size:14px;color:var(--muted);max-width:200px}.section{padding:86px 0}.section-top{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:38px}.section h2,.contact h2{font-size:clamp(32px,3.6vw,48px);line-height:1.15;letter-spacing:-.04em;margin-top:13px}.section-top>p{max-width:385px;color:var(--muted)}.projects{background:#eef0ea}.project-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px 28px}.project img{width:100%;height:430px;border-radius:4px}.project h3{font-size:24px;line-height:1.2;letter-spacing:-.025em;margin:15px 0 7px}.project p{color:var(--muted);max-width:540px}.project-meta{display:flex;gap:20px;justify-content:space-between;font-size:13px;color:var(--muted);margin-top:16px}.project-wide{grid-column:1/-1;display:grid;grid-template-columns:1.15fr 1fr;background:var(--bg);border-radius:4px;overflow:hidden}.project-wide img{height:360px;border-radius:0}.project-wide .project-copy{padding:40px;align-self:center}.project-wide h3{font-size:29px}.project-wide .eyebrow{font-size:12px}.portfolio-link{display:inline-block;border-bottom:1px solid;margin-top:22px;padding-bottom:3px}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.service{border:1px solid var(--line);padding:28px 24px;border-radius:5px;background:white}.number{font-size:14px;color:#6c7f60;display:block;margin-bottom:30px}.service h3{font-size:21px;line-height:1.3;margin-bottom:12px}.service p{font-size:16px;color:var(--muted)}.experience{display:grid;grid-template-columns:1fr 1fr;gap:90px;border-top:1px solid var(--line);padding-top:65px;margin-top:65px}.experience>div>p{margin-top:20px;color:var(--muted);max-width:520px}.experience h3{font-size:21px;margin-bottom:7px}.experience li{list-style:none;border-bottom:1px solid var(--line);padding:20px 0}.experience li:first-child{padding-top:0}.experience ul{padding:0;margin:0}.experience li p{color:var(--muted)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin-top:42px}.step{border-top:1px solid #b9c5b4;padding-top:24px}.step h3{font-size:23px;margin:16px 0 12px}.step p{color:var(--muted)}.contact{padding:10px 0 80px}.contact-box{display:grid;grid-template-columns:1.15fr 1fr;background:var(--ink);color:white;padding:60px;gap:70px;border-radius:6px}.contact .eyebrow{color:#cfdec3}.contact p{color:#d5dfd8;font-size:18px;margin-top:20px;max-width:520px}.contact .button{margin-top:28px}.address{font-style:normal;align-self:center;display:flex;flex-direction:column;gap:16px;overflow-wrap:anywhere}.address span{color:#cfdbd2;font-size:15px}.phone{font-size:clamp(23px,2.4vw,32px);letter-spacing:-.025em}.email{font-size:16px;text-decoration:underline;text-underline-offset:4px}.footer{border-top:1px solid var(--line);padding:27px 0}.footer-row{display:flex;justify-content:space-between;align-items:center;gap:20px}.footer p{font-size:14px;color:var(--muted)}.skip{position:fixed;top:-100px;left:20px;z-index:100;background:white;padding:12px 20px}.skip:focus{top:10px}
@media(min-width:801px){.mobile-nav{display:none!important}}@media(max-width:1050px){.hero-grid{gap:32px}.hero-photo img{height:560px}.nav{gap:18px}.service-grid{grid-template-columns:1fr 1fr}.fact{align-items:start;flex-direction:column;gap:4px}.experience{gap:40px}.contact-box{padding:40px;gap:35px}}
@media(max-width:800px){.wrap{width:calc(100% - 36px)}.header-row{min-height:72px}.nav{display:none}.js .menu-btn{display:block}.hero{padding:40px 0}.hero-grid{grid-template-columns:1fr;gap:34px}.hero h1{font-size:clamp(41px,8.5vw,62px);max-width:660px}.hero-photo img{height:440px;object-position:center 48%}.lead{max-width:600px}.section{padding:58px 0}.section-top{align-items:start;flex-direction:column}.facts{gap:15px;margin-top:32px}.fact strong{font-size:21px}.fact p{font-size:13px}.project img{height:340px}.project-wide{grid-template-columns:1fr}.project-wide img{height:340px}.project-wide .project-copy{padding:28px}.experience{grid-template-columns:1fr;gap:32px;padding-top:40px;margin-top:40px}.steps{grid-template-columns:1fr;gap:28px}.contact-box{grid-template-columns:1fr;gap:35px;padding:32px 25px}.footer-row{flex-wrap:wrap}.footer p{width:100%;order:3}.contact{padding-bottom:45px}}
@media(max-width:520px){.hero-photo img{height:390px}.hero-caption{padding:12px;left:12px;right:12px;bottom:12px}.hero-caption span{display:none}.service-grid,.project-grid{grid-template-columns:1fr}.project-wide{grid-column:auto}.project img{height:420px}.project-wide img{height:265px}.facts{grid-template-columns:1fr;gap:15px}.fact{flex-direction:row;align-items:center;gap:20px}.fact strong{min-width:92px}.fact p{max-width:none}.hero .actions .button{width:100%}.hero h1{font-size:43px}.service{padding:24px}.number{margin-bottom:18px}.project h3{font-size:23px}.project-meta{flex-wrap:wrap;gap:3px 12px}.contact .button{width:100%}.contact p{font-size:16px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
