:root{--ink:#10231b;--green:#0b2b1f;--cream:#f2f0e8;--paper:#faf9f5;--lime:#c9ee68;--line:#10231b26}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,sans-serif}a{color:inherit;text-decoration:none}header{align-items:center;border-bottom:1px solid var(--line);display:flex;height:78px;justify-content:space-between;padding:0 5vw}.logo{font-size:1.35rem;font-weight:900;letter-spacing:-.06em}.logo span{color:#62a745;display:block;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase}nav{display:flex;gap:2rem}nav a,small{font-size:.7rem;font-weight:800;letter-spacing:.1em}.hero,section{padding:8rem 5vw}.hero{min-height:650px}.hero h1{font-family:Georgia,serif;font-size:clamp(4rem,8vw,8rem);font-weight:400;letter-spacing:-.055em;line-height:.9;max-width:1100px}.hero em{color:#3e6e53}.hero p,.about p{color:#54685f;line-height:1.8;max-width:620px}.button{background:var(--green);color:white;display:inline-block;font-size:.78rem;font-weight:800;margin-top:1.5rem;padding:1.2rem 1.4rem}.about{background:var(--cream)}h2{font-family:Georgia,serif;font-size:clamp(2.6rem,5vw,5rem);font-weight:400;letter-spacing:-.04em;line-height:1}.cards{display:grid;gap:1px;grid-template-columns:repeat(3,1fr);background:var(--line);margin-top:4rem}.cards article{background:var(--paper);min-height:280px;padding:2rem}.cards b{color:#62a745}.cards h3{font-family:Georgia,serif;font-size:2rem;font-weight:400;margin-top:4rem}.cards p{color:#607168;line-height:1.7}.contact{background:var(--green);color:white}.contact small,.contact>p{color:#b5c5bd}.light{background:var(--lime);color:var(--ink);margin-right:2rem}footer{background:#071f16;color:#91a299;display:grid;font-size:.72rem;gap:3rem;grid-template-columns:2fr 1fr;line-height:1.8;padding:4rem 5vw}footer div:last-child{display:flex;flex-direction:column;gap:.5rem}.legal{margin:auto;max-width:850px;min-height:100vh;padding:6rem 2rem}.legal h1{font-family:Georgia,serif;font-size:clamp(3rem,6vw,5rem);font-weight:400}.legal h2{font-family:Arial,sans-serif;font-size:1rem;margin-top:2.5rem}.legal p{color:#54685f;line-height:1.8}.legal a{text-decoration:underline}.blank-page{min-height:100vh}@media(max-width:760px){nav{display:none}.hero,section{padding:6rem 6vw}.hero h1{font-size:15vw}.cards{grid-template-columns:1fr}.contact p{display:flex;align-items:flex-start;flex-direction:column;gap:1rem}footer{grid-template-columns:1fr}}
