
:root{
 --green:#315B3B; --deep:#203D29; --sage:#6F8F65; --cream:#F7F3E8;
 --gold:#B8860B; --text:#273028; --white:#fff; --muted:#667268;
 --shadow:0 14px 40px rgba(32,61,41,.10); --radius:18px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Inter,Arial,sans-serif;color:var(--text);background:#fff;line-height:1.7}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.container{width:min(1120px,92%);margin:auto}
header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid #e8e5da}
.nav{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:25px}
.logo{display:flex;align-items:center}.logo img{width:205px}
.navlinks{display:flex;list-style:none;gap:22px;align-items:center;font-size:.94rem}
.navlinks a{padding:27px 0;color:#344238;font-weight:600}
.navlinks a:hover,.navlinks a.active{color:var(--gold)}
.menu-btn{display:none;background:none;border:0;font-size:1.7rem;color:var(--green)}
.hero{min-height:690px;background:linear-gradient(90deg,rgba(32,61,41,.78),rgba(32,61,41,.18)),url("../images/hero.svg") center/cover;display:flex;align-items:center;color:white}
.hero-content{max-width:760px;padding:80px 0}
.eyebrow{text-transform:uppercase;letter-spacing:3px;color:#F4E8C9;font-weight:700;font-size:.82rem}
h1{font-family:Georgia,serif;font-size:clamp(2.6rem,6vw,5.2rem);line-height:1.08;margin:15px 0 22px}
h2{font-family:Georgia,serif;font-size:clamp(2rem,4vw,3rem);color:var(--green);line-height:1.2;margin-bottom:16px}
h3{color:var(--green);font-family:Georgia,serif;margin-bottom:8px}
.lead{font-size:1.15rem;max-width:700px;color:#eef3ed}
.btn{display:inline-block;padding:13px 22px;border-radius:999px;font-weight:700;margin:8px 8px 0 0;transition:.2s}
.btn-primary{background:var(--gold);color:white}.btn-primary:hover{transform:translateY(-2px);filter:brightness(.95)}
.btn-light{border:1px solid rgba(255,255,255,.7);color:#fff}.btn-light:hover{background:#fff;color:var(--green)}
section{padding:78px 0}
.section-head{text-align:center;max-width:750px;margin:0 auto 40px}
.section-head p{color:var(--muted)}
.grid{display:grid;gap:24px}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}
.card{background:white;border:1px solid #e7e9e2;border-radius:var(--radius);padding:26px;box-shadow:var(--shadow)}
.card p{color:var(--muted);font-size:.96rem}.icon{font-size:2rem;margin-bottom:12px}
.alt{background:var(--cream)}
.feature-img{height:230px;width:100%;object-fit:cover;border-radius:14px;margin-bottom:18px;background:#d9e2d5}
.page-hero{background:linear-gradient(90deg,var(--deep),var(--green));color:white;padding:92px 0}
.page-hero h1{font-size:clamp(2.5rem,5vw,4rem);margin:8px 0}
.page-hero p{max-width:760px;color:#e5eee5}
.badge{display:inline-block;background:#eef3eb;color:var(--green);padding:5px 10px;border-radius:999px;font-size:.78rem;font-weight:700;margin-bottom:10px}
ul.clean{list-style:none}.clean li{padding:7px 0;border-bottom:1px solid #ecefe9}.clean li:last-child{border:0}
.price{font-size:1.8rem;color:var(--green);font-weight:800;margin:14px 0}
table{width:100%;border-collapse:collapse;background:white;border-radius:14px;overflow:hidden;box-shadow:var(--shadow)}
th,td{text-align:left;padding:14px;border-bottom:1px solid #e7e9e2}th{background:var(--green);color:white}
.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.gallery figure{overflow:hidden;border-radius:16px;background:#e9eee7}.gallery img{width:100%;height:240px;object-fit:cover}
.map{width:100%;height:360px;border:0;border-radius:18px;box-shadow:var(--shadow)}
form{display:grid;gap:15px}label{font-weight:700;font-size:.9rem}input,select,textarea{width:100%;padding:13px 14px;border:1px solid #ccd4ca;border-radius:10px;font:inherit;background:white}textarea{min-height:140px;resize:vertical}
.two{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.notice{padding:18px 20px;border-left:4px solid var(--gold);background:#fbf6e9;border-radius:8px}
footer{background:var(--deep);color:#e6eee7;padding:52px 0 25px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:35px}.footer-grid h3{color:#fff}.footer-grid a{display:block;margin:7px 0;color:#d8e2d9}.copyright{border-top:1px solid rgba(255,255,255,.14);margin-top:35px;padding-top:18px;font-size:.85rem;color:#bfcabe}
.reveal{opacity:0;transform:translateY(16px);transition:.6s}.reveal.show{opacity:1;transform:none}
@media(max-width:900px){.grid-4{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:1fr 1fr}.navlinks{position:absolute;top:78px;left:0;right:0;background:white;display:none;flex-direction:column;align-items:flex-start;padding:20px 4%;box-shadow:0 15px 30px rgba(0,0,0,.08)}.navlinks.open{display:flex}.navlinks a{padding:8px 0}.menu-btn{display:block}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){section{padding:58px 0}.hero{min-height:650px}.grid-3,.grid-4,.two{grid-template-columns:1fr}.gallery{grid-template-columns:1fr 1fr}.gallery img{height:180px}.footer-grid{grid-template-columns:1fr}.logo img{width:175px}}
