:root{--ink:#172328;--green:#174f3d;--mint:#e7f2e8;--paper:#fbfaf7;--line:#d9ded9;--serif:"DM Serif Display",serif;--sans:"DM Sans",sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans)}a{color:inherit;text-decoration:none}header{height:105px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:45px;padding:0 clamp(24px,4vw,72px)}.logo{font-size:27px;letter-spacing:.34em;color:#133f31}.menu{display:none}nav{display:flex;gap:clamp(28px,4vw,62px)}.call{justify-self:end;border:1px solid var(--green);border-radius:9px;padding:14px 24px;color:var(--green)}.hero{min-height:calc(100vh - 105px);display:grid;grid-template-columns:.92fr 1.08fr;overflow:hidden}.copy{display:flex;flex-direction:column;justify-content:center;padding:70px clamp(32px,5vw,85px);position:relative}.copy:after{content:"";position:absolute;z-index:-1;left:-20%;right:-10%;height:180px;bottom:-70px;background:var(--mint);border-radius:50% 50% 0 0}.eyebrow{text-transform:uppercase;letter-spacing:.29em;color:#276852;font-size:12px;font-weight:600;margin:0 0 23px}h1,h2,h3{font-family:var(--serif);font-weight:400}h1{font-size:clamp(52px,5vw,82px);line-height:1.04;letter-spacing:-.03em;margin:0}.lead{font-size:18px;line-height:1.65;color:#70777b;max-width:500px;margin:30px 0 38px}.actions{display:flex;gap:16px;flex-wrap:wrap}.btn{min-height:54px;padding:0 28px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;font-weight:500;transition:.2s}.btn:hover{transform:translateY(-2px)}.primary{background:var(--green);color:#fff}.secondary{border:1px solid var(--green);color:var(--green)}.visual{position:relative;margin-right:clamp(0px,3vw,52px);border-radius:32px 0 0 32px;overflow:hidden;min-height:610px}.visual img{width:100%;height:100%;object-fit:cover}.rating{position:absolute;right:25px;bottom:48px;padding:22px 25px;background:#ffffffed;border-radius:18px;box-shadow:0 15px 40px #1e352629}.rating b{font:400 40px var(--serif);color:var(--green);display:block}.rating em{color:#e9b33c;font:normal 22px var(--sans)}.rating span{font-size:13px}.trust{display:flex;justify-content:space-around;gap:30px;padding:38px 6%;background:#123f31;color:white}.trust p{margin:0;display:flex;align-items:baseline;gap:12px}.trust b{font:400 29px var(--serif)}.trust span{color:#c7d8d0;font-size:13px}.section{padding:105px clamp(24px,7vw,120px)}h2{font-size:clamp(40px,4vw,63px);line-height:1.08;margin:0;max-width:730px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:58px}.cards article{padding:34px;border:1px solid var(--line);border-radius:18px;background:white}.cards h3{font-size:27px;line-height:1.15}.cards p,.about>p,.team>p{color:#6c7378;line-height:1.7}.about{display:grid;grid-template-columns:1.1fr .8fr;gap:12%;align-items:end;background:var(--mint)}.about>p{font-size:20px;margin:0}.team{text-align:center;max-width:900px;margin:auto}.team h2{margin:auto}.team>p{font-size:19px;max-width:630px;margin:28px auto}.contact{padding:88px clamp(24px,7vw,120px);background:var(--green);color:white;display:flex;justify-content:space-between;align-items:end;gap:40px}.contact .eyebrow{color:#b9d6c9}.light{background:white;color:var(--green);flex:none}footer{padding:38px clamp(24px,7vw,120px);display:flex;align-items:center;justify-content:space-between}footer p{color:#7b8380;font-size:13px}@media(max-width:900px){header{height:82px;display:flex;justify-content:space-between}.logo{font-size:23px}.menu{display:block;width:40px;height:40px;border:0;background:none;position:relative}.menu i{position:absolute;left:8px;right:8px;height:1px;background:var(--ink);transition:.25s}.menu i:first-child{top:15px}.menu i:last-child{top:24px}.menu[aria-expanded=true] i:first-child{transform:rotate(45deg);top:20px}.menu[aria-expanded=true] i:last-child{transform:rotate(-45deg);top:20px}nav{position:absolute;z-index:5;top:82px;left:0;right:0;padding:26px;background:var(--paper);display:none;flex-direction:column;gap:22px}nav.open{display:flex}.call{display:none}.hero{grid-template-columns:1fr}.copy{padding:70px 24px 55px}.visual{margin:0 16px 24px;border-radius:24px;min-height:490px}.trust{display:grid;grid-template-columns:1fr 1fr}.cards{grid-template-columns:1fr}.about{grid-template-columns:1fr;gap:34px}.contact,footer{align-items:flex-start;flex-direction:column}}@media(max-width:520px){.visual{min-height:400px}.rating{right:14px;bottom:16px;padding:15px}.trust{grid-template-columns:1fr}.section{padding-top:78px;padding-bottom:78px}}