:root{--ink:#132018;--muted:#5d6b62;--paper:#f5f4ee;--white:#fff;--accent:#e85d3f;--green:#245a43;--line:#dfe3dc}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.6}.nav-wrap{position:sticky;top:0;z-index:5;background:rgba(245,244,238,.92);border-bottom:1px solid rgba(19,32,24,.08);backdrop-filter:blur(14px)}.nav{max-width:1180px;margin:auto;padding:18px 28px;display:flex;align-items:center;justify-content:space-between}.brand{color:var(--ink);font-size:21px;font-weight:800;text-decoration:none;letter-spacing:-.04em}.brand span{color:var(--accent)}.nav-links{display:flex;gap:28px}.nav-links a{color:var(--muted);text-decoration:none;font-size:14px;font-weight:650}.nav-links a:hover,.text-link:hover{color:var(--accent)}main{max-width:1180px;margin:auto;padding:0 28px}.hero{min-height:700px;display:grid;grid-template-columns:1.06fr .94fr;gap:56px;align-items:center;padding:68px 0}.hero h1,.page-hero h1{font-family:Georgia,"Times New Roman",serif;font-weight:500;line-height:1.04;letter-spacing:-.045em;margin:10px 0 24px}.hero h1{font-size:clamp(48px,6vw,80px)}.page-hero h1{font-size:clamp(42px,6vw,68px);max-width:900px}.lead{font-size:19px;color:var(--muted);max-width:690px}.eyebrow{color:var(--green);font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.button{display:inline-block;margin-top:22px;background:var(--green);color:#fff;padding:14px 22px;border-radius:999px;text-decoration:none;font-weight:700}.button:hover{background:#194533}.hero-image{width:100%;height:570px;object-fit:cover;border-radius:180px 180px 24px 24px;box-shadow:0 26px 80px rgba(36,90,67,.18)}.section{padding:110px 0}.section-head{text-align:center;max-width:620px;margin:0 auto 44px}.section h2,.feature h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(35px,5vw,54px);line-height:1.1;font-weight:500;margin:8px 0 20px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:var(--white);border:1px solid var(--line);border-radius:20px;padding:32px;min-height:250px}.card span{display:inline-grid;place-items:center;width:42px;height:42px;background:#edf3ee;color:var(--green);border-radius:50%;font-weight:800;font-size:13px}.card h3{font-size:24px;margin:30px 0 10px}.card p,.feature p,footer p{color:var(--muted)}.feature{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center;padding:90px 0}.feature img{width:100%;height:470px;object-fit:cover;border-radius:24px}.text-link{color:var(--green);font-weight:750;text-decoration:none}.quote{margin:80px 0 120px;background:var(--green);color:#fff;border-radius:28px;padding:70px}.quote p{font-family:Georgia,"Times New Roman",serif;font-size:clamp(30px,4vw,48px);line-height:1.2;margin:0;max-width:900px}.page-hero{padding:120px 0 50px}footer{border-top:1px solid var(--line);max-width:1180px;margin:auto;padding:42px 28px 60px;display:flex;justify-content:space-between;align-items:end}footer p{margin:8px 0 0;font-size:14px}@media(max-width:800px){.nav-links{gap:14px}.nav-links a:first-child{display:none}.hero,.feature{grid-template-columns:1fr}.hero{padding-top:45px}.hero-image{height:430px}.cards{grid-template-columns:1fr}.section{padding:70px 0}.feature{gap:32px;padding:50px 0}.page-hero{padding-top:80px}.quote{padding:38px;margin-bottom:80px}footer{align-items:start;gap:30px;flex-direction:column}}
