@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;600;700&family=Manrope:wght@400;500;600;650;700;800&display=swap');
:root{--ink:#112c2b;--lime:#d8f26d;--paper:#f6f7f3;--muted:#5d6b67;--line:#d7dfd7}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button{font:inherit}a,button{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:3px solid #739923;outline-offset:6px}header{height:106px;display:flex;align-items:center;justify-content:space-between;padding:0 5%;gap:24px;background:var(--paper)}.brand{display:flex;flex-direction:column;line-height:1}.brand>span{font-family:'Manrope',Arial,sans-serif;font-size:34px;font-weight:800;letter-spacing:-1.8px}.brand-dot{color:#73913d}.brand small{font-size:10px;letter-spacing:3.1px;margin-top:9px;font-weight:700}nav{display:flex;gap:32px;font-size:14px}.header-actions{display:flex;gap:30px;align-items:center}.languages{display:flex;align-items:center;gap:7px;font-size:13px}.languages button{border:0;background:none;cursor:pointer;color:var(--muted);padding:8px 3px}.languages button[aria-pressed=true]{font-weight:800;color:var(--ink)}.header-cta{font-size:14px;border-bottom:1px solid var(--ink);padding:9px 0}.header-cta span{margin-left:20px}.hero{display:grid;grid-template-columns:1.06fr 1fr;min-height:670px;margin:0 22px;background:var(--ink);color:white}.hero-copy{padding:64px 8% 30px;display:flex;flex-direction:column}.eyebrow,.section-label{font-size:12px;letter-spacing:1.8px;font-weight:600}.eyebrow{color:var(--lime);margin:0 0 37px}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:'Manrope',Arial,sans-serif}h1{font-size:clamp(48px,5.2vw,82px);font-weight:500;line-height:1.1;letter-spacing:-3.8px;margin-bottom:28px}em{font-style:normal;color:var(--lime)}.intro{max-width:430px;color:#c8d6cf;font-size:17px;line-height:1.8;margin-bottom:30px}.button{display:inline-flex;gap:34px;justify-content:space-between;align-items:center;background:var(--lime);color:var(--ink);align-self:flex-start;padding:15px 22px;font-weight:600;font-size:15px;transition:background .2s}.button:hover{background:#e7ff94}.hero-bottom{display:flex;justify-content:space-between;gap:15px;align-items:center;border-top:1px solid #ffffff30;margin-top:auto;padding-top:21px;font-size:12px}.hero-bottom>span{font-size:10px;letter-spacing:1.5px;color:#aec0b6}.hero-visual{background:linear-gradient(160deg,#344d4a,#102824);position:relative;min-height:540px;display:flex;flex-direction:column;justify-content:space-between;padding:32px;color:white;background-size:cover;background-position:center}.hero-visual:before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,#061c2433 20%,#061c24b3)}.image-caption,.visual-title{position:relative}.image-caption{display:flex;justify-content:space-between;gap:15px;font-size:10px;letter-spacing:1.4px}.visual-title{font-family:'Manrope',Arial,sans-serif;font-size:37px;line-height:1.3;letter-spacing:-1px}.section{padding:98px 7%}.section-label{color:#586b60;margin-bottom:32px}.about{display:grid;grid-template-columns:1fr 2.5fr;gap:35px}.about h2{font-size:36px;line-height:1.35;letter-spacing:-1.2px;font-weight:500}.about h2 span{color:#6b7b6e}.about-columns{display:grid;grid-template-columns:1fr 1fr;gap:42px;margin-top:30px}.about p{color:var(--muted);margin-bottom:0}.services{background:#e9eee6}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:42px}h2{font-size:46px;line-height:1.2;letter-spacing:-1.9px;font-weight:500;margin-bottom:0}.section-heading p{max-width:300px;color:var(--muted);margin:0}.service-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.service-card{padding:32px 36px;background:var(--paper)}.card-top{display:flex;justify-content:space-between;align-items:center;color:#67765e;margin-bottom:40px;font-size:13px}.service-symbol{border:1px solid #aab8a5;border-radius:50%;width:42px;height:42px;display:grid;place-items:center;font-size:24px}.service-card h3{font-size:29px;font-weight:500;letter-spacing:-1px;margin-bottom:20px}.service-card p{color:var(--muted);max-width:455px}.tags{border-top:1px solid var(--line);display:flex;gap:15px;flex-wrap:wrap;padding-top:22px;margin-top:30px;font-size:12px}.tags span+span:before{content:'·';margin-right:15px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:45px;margin-top:52px}.steps article{border-top:1px solid #aabaad;padding-top:20px}.steps article>span{font-size:13px;color:#6b7b6e}.steps h3{font-size:26px;font-weight:500;margin:23px 0 15px}.steps p{color:var(--muted);max-width:320px}.contact{background:var(--ink);color:white;display:grid;grid-template-columns:1fr 2.5fr;gap:35px;margin:0 22px}.contact .section-label{color:#c4d3c7}.contact p{color:#bdcfc6;max-width:570px;margin:26px 0}.contact-note{border-top:1px solid #ffffff30;padding-top:23px;color:#dce7dd;font-size:14px}.contact h2{font-size:44px}footer{padding:44px 5%;display:flex;justify-content:space-between;align-items:center;gap:28px}footer>span,footer>a:last-child{font-size:12px;color:var(--muted)}footer .brand>span{font-size:29px}footer .brand small{font-size:9px} @media(min-width:1550px){body{max-width:1800px;margin:auto}}@media(max-width:1050px){nav{gap:18px}.hero-copy{padding:45px 7% 24px}.hero{min-height:620px}h1{letter-spacing:-2px}.hero-bottom>span{display:none}.about,.contact{grid-template-columns:1fr 3fr;gap:24px}.contact h2{font-size:37px}}@media(max-width:760px){header{height:88px;padding:0 6%;gap:15px}header .brand>span{font-size:28px}header .brand small{font-size:9px;letter-spacing:2.2px}nav,.header-cta{display:none}.header-actions{gap:0}.hero{grid-template-columns:1fr;margin:0 12px}.hero-copy{padding:42px 7% 25px}.eyebrow{font-size:10px;letter-spacing:1.1px;margin-bottom:27px}h1{font-size:53px;letter-spacing:-2.6px}.intro{font-size:16px}.hero-bottom{margin-top:35px}.hero-visual{min-height:360px;padding:25px}.visual-title{font-size:30px}.section{padding:60px 7%}.about,.contact{display:block}.section-label{font-size:11px;margin-bottom:25px}.about h2{font-size:29px}.about-columns{grid-template-columns:1fr;gap:20px}h2{font-size:37px}.section-heading{display:block}.section-heading p{margin-top:23px;max-width:none}.service-grid,.steps{grid-template-columns:1fr}.service-card{padding:27px}.service-card h3{font-size:26px}.card-top{margin-bottom:26px}.steps{gap:22px;margin-top:34px}.steps h3{margin-top:15px}.steps p{max-width:none}.contact{margin:0 12px}.contact h2{font-size:33px}footer{padding:35px 7%;flex-wrap:wrap}footer>span{order:3;flex-basis:100%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

/* Completion: reachable navigation, contact and readable small-screen details. */
.skip-link{position:absolute;top:8px;left:8px;padding:12px 18px;background:var(--lime);color:var(--ink);z-index:20;transform:translateY(-180%)}.skip-link:focus{transform:translateY(0)}
nav a{padding:10px 0}nav a:hover,footer>a:last-child:hover{text-decoration:underline;text-underline-offset:5px}
.languages{font-size:14px}.languages button{min-width:44px;min-height:44px}.brand small,footer .brand small{font-size:12px;letter-spacing:2px}.hero-bottom>span{font-size:12px}.hero-bottom a,.tags,.card-top,.steps article>span,footer>span,footer>a:last-child{font-size:14px}.image-caption{font-size:12px}.eyebrow,.section-label{font-size:14px}
.service-details{padding-left:20px;color:var(--muted);margin:24px 0;line-height:1.7}.service-details li+li{margin-top:8px}.service-card{display:flex;flex-direction:column}.service-card .tags{margin-top:auto}.service-card p{margin-bottom:0}.service-details{margin-bottom:28px}
.contact-note .contact-person{margin:0 0 12px;color:white;font-size:16px}.contact-person span{color:#bdcfc6}.contact-email{display:block;font-size:clamp(20px,3vw,32px);line-height:1.4;overflow-wrap:anywhere;text-decoration:underline;text-underline-offset:6px;text-decoration-thickness:1px}.email-cta{margin-top:26px}.contact-note .email-help{font-size:14px;margin:18px 0 0;max-width:490px}.copyright{padding:0 5% 25px;color:var(--muted);font-size:12px}a:focus-visible,button:focus-visible{outline-color:#829c35}.contact a:focus-visible,.hero a:focus-visible{outline-color:var(--lime)}
@media(max-width:760px){header{height:auto;min-height:110px;flex-wrap:wrap;padding-top:18px;padding-bottom:12px;gap:12px}header nav{display:flex;order:3;width:100%;justify-content:space-between;gap:12px;flex-wrap:wrap;font-size:14px}header .brand small{font-size:12px}.header-actions{margin-left:auto}.header-cta{display:inline-block;margin-left:12px;font-size:14px}.header-cta span{display:none}.eyebrow{font-size:12px;letter-spacing:.8px}.section-label{font-size:12px}h1{font-size:clamp(39px,11vw,53px)}.contact h2{font-size:clamp(28px,8vw,33px)}.contact-person span{display:block}.copyright{padding-left:7%;padding-right:7%}.service-card{min-width:0}.button{gap:18px;max-width:100%}.about-columns>*{min-width:0}}
@media(max-width:360px){header{padding-left:5%;padding-right:5%}.header-cta{margin-left:6px}.languages{gap:0}.languages button{min-width:36px}header .brand>span{font-size:25px}}
