:root{--ink:#19342f;--lime:#c6e36a;--cream:#f4f0e8;--paper:#fffdf8;--rust:#b65d3b}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:17px/1.6 Georgia,serif}a{color:inherit;text-decoration:none}.switch{height:38px;background:#122d29;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 4vw;font:12px system-ui;letter-spacing:.08em}.switch a{color:var(--lime)}header{height:88px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;border-bottom:1px solid #d8ddd5;font-family:system-ui}.logo{font-size:1.5rem;font-weight:800}.logo span{color:#749228}nav{display:flex;gap:2rem}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:690px;padding:5vw;gap:5vw;align-items:center}.kicker,.title>p,.people div>p,.contact>p{font:700 .72rem system-ui;letter-spacing:.2em;color:#718d25}.hero h1{font-size:clamp(3.5rem,6vw,6.8rem);line-height:.93;letter-spacing:-.055em;margin:.3em 0}.hero h1 em{color:var(--rust);font-weight:400}.hero-copy>p:not(.kicker){max-width:620px;font-size:1.2rem}.cta{display:inline-block;margin-top:1.5rem;border-bottom:1px solid}.hero figure{margin:0;position:relative}.hero img{width:100%;height:570px;object-fit:cover;border-radius:50% 50% 4px 4px}.hero figcaption{font:12px system-ui;margin-top:.7rem}.manifest{background:var(--lime);padding:7vw 12vw}.manifest p{font-size:clamp(1.8rem,3.4vw,3.7rem);line-height:1.22;margin:0}.services{padding:8vw 5vw;background:var(--cream)}.title{display:flex;justify-content:space-between;align-items:start;gap:3rem}.title h2{font-size:clamp(2.5rem,5vw,5rem);line-height:1;margin:0}.cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:#b8c0b7;margin-top:5rem}.cards article{background:var(--paper);padding:2.3rem;min-height:260px}.cards b{color:var(--rust)}.cards h3{font-size:2rem}.people{display:grid;grid-template-columns:1.2fr .8fr}.people img{width:100%;height:680px;object-fit:cover}.people div{background:#183a33;color:#fff;padding:7vw;display:flex;flex-direction:column;justify-content:center}.people h2{font-size:clamp(2.5rem,4vw,4.5rem);line-height:1.05}.method{padding:8vw 5vw}.method h2{font-size:clamp(3rem,6vw,6rem)}ol{list-style:none;padding:0;border-top:1px solid}li{display:grid;grid-template-columns:80px 1fr;padding:1.5rem 0;border-bottom:1px solid;font-size:1.7rem}.contact{background:var(--rust);color:#fff;padding:8vw 5vw;display:flex;flex-direction:column;align-items:flex-start}.contact>p{color:#fff}.contact h2{font-size:clamp(4rem,9vw,9rem);margin:.2em 0}.contact a{font-size:1.4rem;border-bottom:1px solid}.contact span{margin-top:1rem}@media(max-width:800px){nav{display:none}.hero,.people{grid-template-columns:1fr}.hero{padding-top:4rem}.hero img{height:430px}.title{display:block}.cards{grid-template-columns:1fr}.people img{height:420px}}
