@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{--paper:#f6f5ef;--ink:#1c3932;--muted:#59665f;--lime:#e8f39c;--line:#d7dcd0}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:16px 'DM Sans',Arial,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}.wrap{max-width:1280px;width:calc(100% - 10vw);margin:auto}header{height:110px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.brand,h1,h2,h3,strong{font-family:Manrope,sans-serif}.brand{font-size:29px;font-weight:800;letter-spacing:-2px}.brand span{color:#718a2c}nav{display:flex;gap:28px;align-items:center;font-size:14px;font-weight:600}.pill{border:1px solid var(--ink);padding:11px 17px;border-radius:99px}.hero{display:grid;grid-template-columns:1.05fr 1fr;gap:60px;padding:78px 0}.eyebrow{font-size:11px;font-weight:700;letter-spacing:1.5px;margin:0 0 24px}.hero h1{font-size:clamp(52px,6vw,80px);font-weight:500;letter-spacing:-4px;line-height:1.08;margin:0 0 25px}.hero h1 em,.about em,.contact em{color:#6d803a}.lead{font-size:18px;max-width:480px;color:var(--muted)}.button{display:inline-flex;margin-top:10px;background:var(--ink);color:white;padding:16px 23px;border-radius:4px;font-weight:600;gap:34px}.visual{min-height:500px;position:relative;overflow:hidden;border-radius:8px;background:#e8ebdf radial-gradient(#c0cbb8 .8px,transparent .8px);background-size:17px 17px;padding:24px;font-size:10px;font-weight:700;letter-spacing:1px}.visual>p{margin:0}.visual>p span{float:right}.visual:before,.visual:after{content:'';position:absolute;border:1px solid #c1ccb7;border-radius:50%;width:430px;height:430px;top:40px;left:30px}.visual:after{width:290px;height:290px;top:105px;left:100px}.card{position:absolute;z-index:1;width:270px;padding:20px 24px;border-radius:7px;display:grid;box-shadow:0 12px 35px #203b3012}.card strong{font-size:34px;font-weight:500;letter-spacing:-1px}.card i{font-size:12px;font-style:normal;letter-spacing:0}.one{top:80px;left:28px;background:var(--paper);transform:rotate(-5deg)}.two{top:210px;right:27px;background:var(--ink);color:white;transform:rotate(4deg)}.three{top:345px;left:50px;background:var(--lime);transform:rotate(-3deg)}.visual footer{position:absolute;bottom:17px;left:24px;right:24px}.visual footer b{float:right;font-size:25px}.ribbon{background:var(--ink);color:white;padding:22px 0;font-size:13px}.ribbon .wrap{display:flex;justify-content:space-between}.section{padding:88px 0}.split{display:flex;justify-content:space-between;margin-bottom:42px}.split .eyebrow{margin-top:10px}.split h2{width:58%}h2{font-size:43px;font-weight:500;line-height:1.2;letter-spacing:-1.7px;margin:0}h3{font-size:29px;font-weight:500;line-height:1.25;letter-spacing:-1px}.services{display:grid;grid-template-columns:1fr 1fr;gap:24px}.services article{border:1px solid var(--line);border-radius:7px;padding:32px}.services article>p:first-child{font-size:11px;font-weight:700;letter-spacing:1px}.services article>p:first-child b{float:right;font-size:25px}.services article>p:not(:first-child),.work article p,.two-col>div:last-child{color:var(--muted)}.services article>a{display:block;border-top:1px solid var(--line);padding-top:20px;font-weight:600;font-size:14px}.tags{display:flex;flex-wrap:wrap;gap:7px;margin:24px 0 32px}.tags span{font-size:11px;padding:6px 9px;border:1px solid var(--line);border-radius:30px}.work article{display:grid;grid-template-columns:45px 1fr 180px;gap:25px;border-top:1px solid var(--line);padding:31px 0}.work article h3{margin:0 0 12px;font-size:25px}.work article p{max-width:690px;margin:0}.work article>em{font:25px Georgia,serif;text-align:right;align-self:center;color:var(--ink)}.work article small{font:11px 'DM Sans';display:block}.work .tags{margin:17px 0 0}.about{background:#eceee5;padding:82px 0}.two-col{display:grid;grid-template-columns:1.2fr 1fr;gap:80px}.two-col h2{font-size:34px;line-height:1.4}.cert{margin-bottom:20px}.line{font-weight:600;font-size:14px;border-bottom:1px solid;padding-bottom:7px}.contact{display:grid;grid-template-columns:1.2fr 1fr;gap:25px 60px;padding:85px 0}.contact>.eyebrow{grid-column:1/-1;margin:0}.contact h2{font-size:62px;letter-spacing:-3px}.contact div{align-self:end}.contact a:not(.button){text-decoration:underline}.site-footer{border-top:1px solid var(--line);padding:30px 0;display:flex;justify-content:space-between;align-items:center;font-size:12px;color:var(--muted)}.site-footer .brand{color:var(--ink)}@media(max-width:760px){.wrap{width:calc(100% - 40px)}header{height:82px}nav a:not(.pill){display:none}.hero,.services,.two-col,.contact{grid-template-columns:1fr}.hero{padding:44px 0;gap:35px}.hero h1{font-size:60px}.visual{min-height:510px}.card{width:260px}.two{right:16px}.three{left:35px}.ribbon .wrap{display:grid;gap:10px}.section{padding:58px 0}.split{display:block}.split h2{width:100%;font-size:34px}.work article{grid-template-columns:25px 1fr;gap:12px}.work article>em{grid-column:2;text-align:left}.about{padding:55px 0}.contact{padding:55px 0}.contact h2{font-size:52px}.site-footer{flex-wrap:wrap;gap:14px}.site-footer span{order:3;width:100%}}
.certifications{margin:30px 0 24px;padding:24px;background:var(--paper);border:1px solid #cad3c4;border-radius:8px}.certifications .eyebrow{margin-bottom:15px}.cert{display:grid;grid-template-columns:1fr 1fr;gap:10px}.cert span{display:block;padding:12px 13px;border:1px solid #c8d3bc;border-radius:5px;background:#fbfcf7;color:#52624c;font-size:11px;line-height:1.45}.cert b{display:inline-grid;place-items:center;width:18px;height:18px;margin-right:6px;border-radius:50%;background:#718a2c;color:white;font-size:11px}.cert strong{display:block;color:var(--ink);font-size:13px;line-height:1.35}@media(max-width:460px){.cert{grid-template-columns:1fr}}
.certifications{margin:30px 0 26px;padding:24px;background:var(--paper);border:1px solid #cad3c4;border-radius:8px}.certifications .eyebrow{margin-bottom:18px}.cert-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.cert-grid a{min-width:0;padding:13px 8px 12px;background:#fff;border:1px solid #d4dacd;border-radius:7px;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.cert-grid a:hover{transform:translateY(-3px);box-shadow:0 9px 22px #203b3018}.cert-grid img{display:block;width:100%;height:82px;object-fit:contain;margin:0 auto 9px}.cert-grid strong{display:block;color:var(--ink);font-size:10px;line-height:1.35}.pseudo{display:inline-block;margin-left:8px;padding:4px 7px;border-radius:99px;background:var(--lime);font:600 9px 'DM Sans',sans-serif;letter-spacing:.8px;text-transform:uppercase;vertical-align:middle}@media(max-width:1000px){.cert-grid{grid-template-columns:repeat(2,1fr)}.cert-grid img{height:100px}}@media(max-width:460px){.cert-grid img{height:88px}}
