
:root { --green:#205f39; --green-dark:#123e27; --cream:#f6f2e8; --ink:#17231c; --muted:#5e6b63; --line:#dbe2dc; }
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;background:#fbfcfa;color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.65} a{color:inherit} .site-header{height:82px;padding:0 clamp(22px,5vw,76px);display:flex;align-items:center;justify-content:space-between;background:rgba(255,255,255,.96);position:relative;z-index:10;border-bottom:1px solid #edf0ed}.brand{display:flex;align-items:center;gap:12px;text-decoration:none}.brand img{width:54px;height:54px;object-fit:contain}.brand span{display:flex;flex-direction:column;line-height:1.2}.brand strong{font-family:Georgia,serif;font-size:22px}.brand small{color:var(--muted);font-size:12px;letter-spacing:.05em}.site-header nav{display:flex;gap:32px}.site-header nav a{text-decoration:none;font-size:14px;font-weight:700;color:#34433a}.site-header nav a:hover{color:var(--green)}
.hero{height:min(500px,calc(100vh - 82px));min-height:440px;position:relative;color:#fff;overflow:hidden}.hero-image,.hero-shade{position:absolute;inset:0;width:100%;height:100%}.hero-image{object-fit:cover;object-position:center 38%}.hero-shade{background:linear-gradient(90deg,rgba(9,29,18,.88) 0%,rgba(9,29,18,.6) 43%,rgba(9,29,18,.12) 78%)}.hero-content{position:relative;z-index:2;padding:clamp(50px,7vh,68px) clamp(24px,8vw,130px);max-width:820px}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:800;margin:0 0 14px}.eyebrow.green{color:var(--green)}h1,h2,h3,p{margin-top:0}.hero h1{font-family:Georgia,serif;font-size:clamp(44px,5vw,68px);line-height:1.02;letter-spacing:-.035em;margin-bottom:18px}.hero-content>p:not(.eyebrow){font-size:clamp(16px,1.6vw,19px);max-width:650px;color:#f0f4f1;margin-bottom:24px}.button{display:inline-flex;align-items:center;justify-content:center;gap:30px;padding:13px 20px;border-radius:4px;text-decoration:none;font-size:14px;font-weight:800}.button.light{background:#fff;color:var(--green-dark)}.button.dark{background:var(--green-dark);color:white}.button:hover{transform:translateY(-1px)}.private-note{position:absolute;z-index:2;right:28px;bottom:20px;font-size:11px;letter-spacing:.06em;background:rgba(0,0,0,.45);padding:7px 11px;border-radius:3px}
.intro{text-align:center;max-width:750px;margin:0 auto;padding:92px 24px 42px}.intro h2,.about h2,.contact h2,.legal h2{font-family:Georgia,serif;font-size:clamp(34px,4vw,52px);line-height:1.12;margin-bottom:18px}.intro>p:last-child{font-size:17px;color:var(--muted)}.cards{max-width:1200px;margin:0 auto 110px;padding:0 24px;display:grid;grid-template-columns:repeat(6,1fr);gap:18px}.card{grid-column:span 2;min-height:315px;padding:28px;display:flex;flex-direction:column;background:white;border:1px solid var(--line);border-radius:8px;text-decoration:none;box-shadow:0 6px 22px rgba(25,55,38,.04);transition:.2s}.card:nth-child(4){grid-column:2/span 2}.card:hover{border-color:#91af9d;transform:translateY(-3px);box-shadow:0 12px 30px rgba(25,55,38,.09)}.card-mark{width:44px;height:44px;border-radius:50%;background:#e8f0ea;color:var(--green);font-family:Georgia,serif;font-weight:bold;font-size:20px;display:grid;place-items:center;margin-bottom:22px}.card-label{text-transform:uppercase;letter-spacing:.14em;color:var(--green);font-size:10px;font-weight:800}.card h3{font-family:Georgia,serif;font-size:23px;line-height:1.25;margin:6px 0 10px}.card p{color:var(--muted);font-size:14px}.card-link{margin-top:auto;font-size:13px;font-weight:800;color:var(--green)}.card-link b{float:right;font-size:18px}
.about{background:var(--cream);padding:90px max(24px,calc((100% - 1060px)/2));display:grid;grid-template-columns:330px 1fr;align-items:center;gap:80px}.about-logo{background:rgba(255,255,255,.75);border-radius:50%;aspect-ratio:1;display:grid;place-items:center}.about-logo img{width:96%;height:96%;object-fit:contain}.about>div:last-child>p:not(.eyebrow){color:#4f5e55;font-size:16px}.contact{padding:70px max(24px,calc((100% - 1060px)/2));background:var(--green);color:white;display:flex;align-items:center;justify-content:space-between;gap:40px}.contact h2{margin-bottom:8px}.contact p:last-child{max-width:650px;margin-bottom:0;color:#dce9df}.legal{padding:80px max(24px,calc((100% - 1060px)/2));border-bottom:1px solid var(--line);scroll-margin-top:20px}.legal:nth-of-type(even){background:#f4f7f4}.legal h2{font-size:38px}.legal-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px}.legal h3{font-size:15px;margin:25px 0 6px;color:var(--green)}.legal p{font-size:14px;color:#536158}.legal a{color:var(--green)}footer{padding:44px max(24px,calc((100% - 1060px)/2));background:#10281a;color:#d7e2da;display:grid;grid-template-columns:1fr auto;gap:25px;align-items:center}.footer-brand{text-decoration:none;display:flex;flex-direction:column}.footer-brand strong{font:24px Georgia,serif;color:#fff}.footer-brand span{font-size:12px}footer>div{display:flex;gap:24px}footer>div a{font-size:13px}footer>p{grid-column:1/-1;font-size:11px;margin:0;color:#8ea395;border-top:1px solid #2d4636;padding-top:20px}
@media(max-width:850px){.site-header nav{display:none}.hero{height:520px;min-height:0}.hero-shade{background:linear-gradient(90deg,rgba(9,29,18,.86),rgba(9,29,18,.34))}.cards{grid-template-columns:1fr 1fr}.card,.card:nth-child(4){grid-column:auto}.card:last-child{grid-column:1/-1}.about{grid-template-columns:230px 1fr;gap:35px}.legal-grid{gap:30px}}
@media(max-width:620px){.site-header{height:72px}.brand img{width:46px;height:46px}.brand strong{font-size:19px}.hero{height:520px}.hero-content{padding-top:58px}.hero h1{font-size:43px}.private-note{left:20px;right:auto}.cards{grid-template-columns:1fr}.card,.card:nth-child(4),.card:last-child{grid-column:auto}.about{grid-template-columns:1fr;text-align:center}.about-logo{width:220px;margin:auto}.contact{flex-direction:column;align-items:flex-start}.legal-grid{grid-template-columns:1fr;gap:0}footer{grid-template-columns:1fr}footer>div{flex-wrap:wrap}footer>p{grid-column:auto}}
