@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Playfair+Display:ital,wght@1,600&display=swap');
:root{--green:#173f35;--cream:#f5efe2;--paper:#fffdf8;--gold:#c69a49;--muted:#647069;--line:#dcd5c8}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--green);font-family:'DM Sans',Arial,sans-serif}a{color:inherit;text-decoration:none}header{height:82px;padding:0 7vw;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);position:sticky;top:0;background:rgba(255,253,248,.96);z-index:5}.brand{font-size:13px;letter-spacing:.16em;font-weight:600}.brand span{color:var(--gold)}nav{display:flex;gap:30px;font-size:14px}nav a:last-child{border:1px solid var(--green);border-radius:99px;padding:9px 16px}.hero{min-height:650px;padding:100px 9vw;position:relative;overflow:hidden;background:linear-gradient(var(--paper),var(--cream))}.label{font-size:11px;letter-spacing:.18em;color:var(--gold);font-weight:600}.hero h1{font-size:clamp(58px,7.4vw,110px);line-height:.9;letter-spacing:-.055em;margin:26px 0}.hero em,.work em,.about em{font-family:'Playfair Display',serif;color:var(--gold);font-weight:600}.lead{font-size:18px;line-height:1.7;max-width:580px;color:#506159;margin:30px 0}.button{display:inline-block;background:var(--green);color:white;padding:14px 21px;border-radius:3px;font-size:14px;font-weight:600}.landscape{position:absolute;right:0;bottom:0;width:45%;height:180px}.landscape i,.landscape b{position:absolute;background:var(--green);border-radius:50% 50% 0 0;bottom:-30px}.landscape i{width:430px;height:120px;right:-50px}.landscape b{width:300px;height:85px;right:300px;opacity:.55}.landscape span{position:absolute;width:95px;height:95px;border-radius:50%;background:var(--gold);right:20%;top:0;opacity:.55}.three{display:grid;grid-template-columns:repeat(3,1fr);padding:80px 7vw;gap:45px}.three article{border-right:1px solid var(--line);padding-right:40px}.three article:last-child{border:0}.three small{color:var(--gold)}.three h2{font-size:21px}.three p{line-height:1.7;color:var(--muted);font-size:15px}.work{padding:105px 7vw;background:var(--green);color:white}.grid{display:grid;grid-template-columns:1.05fr .95fr;gap:8vw;align-items:center}.status{font-size:11px;letter-spacing:.12em;color:#d6bc83}.grid>div>h2{font-size:clamp(42px,4.6vw,67px);line-height:1.04;letter-spacing:-.04em;margin:20px 0}.grid>div>p{line-height:1.7;color:#d9dfdc}.grid ul{list-style:none;padding:0;margin:25px 0 34px}.grid li{padding:10px 0;border-bottom:1px solid rgba(255,255,255,.13)}.grid li:before{content:'✓';color:#d6b76d;margin-right:12px}.light{background:var(--cream);color:var(--green)}aside{background:var(--cream);color:var(--green);padding:35px;box-shadow:0 24px 60px rgba(0,0,0,.22);transform:none}aside>small{font-size:9px;letter-spacing:.12em}aside h3{font-size:30px;line-height:1.2;margin:32px 0}.modules{display:grid;grid-template-columns:1fr 1fr;gap:9px}.modules div{background:#e8dfce;padding:17px;font-size:13px}.modules b{display:block;color:var(--gold);margin-bottom:8px}.modules+ p{text-align:right;font-size:9px;letter-spacing:.12em;color:var(--muted);margin-top:22px}.about{padding:105px 9vw;display:grid;grid-template-columns:.35fr 1fr}.about>div{max-width:750px}.about h2{font-size:clamp(42px,5vw,70px);line-height:1.03;letter-spacing:-.04em;margin:0 0 30px}.about div p{font-size:17px;line-height:1.8;color:#52635c}.contact{margin:0 7vw;padding:55px 0;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.contact p{color:var(--muted)}.contact a{font-size:clamp(21px,3vw,36px)}footer{padding:36px 7vw;background:var(--cream);display:flex;justify-content:space-between;font-size:12px;color:var(--muted)}footer strong{letter-spacing:.14em;color:var(--green)}.privacy{max-width:800px;margin:80px auto;padding:0 24px}.privacy h1{font-size:48px}.privacy h2{margin-top:34px}.privacy p{line-height:1.8;color:#52635c}@media(max-width:760px){header{height:70px}nav a:not(:last-child){display:none}.hero{padding:75px 24px;min-height:600px}.hero h1{font-size:57px}.landscape{width:75%;height:120px}.three{grid-template-columns:1fr;padding:50px 24px}.three article{border-right:0;border-bottom:1px solid var(--line);padding:20px 0}.grid{grid-template-columns:1fr}.work{padding:75px 24px}aside{margin-top:30px}.about{grid-template-columns:1fr;padding:75px 24px}.contact{flex-direction:column;align-items:flex-start;gap:10px}.contact a{font-size:21px}footer{flex-direction:column;gap:20px}.modules{grid-template-columns:1fr 1fr}}