*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#17211b;background:#fbfaf6;line-height:1.6}a{color:#176b4d}.hero{padding:24px;min-height:92vh;background:linear-gradient(135deg,#102418,#29533c 55%,#d8b66f)}.nav{display:flex;justify-content:space-between;align-items:center;gap:16px;max-width:1180px;margin:auto;color:white}.brand{font-weight:800;font-size:1.05rem}.nav-cta{color:#102418;background:white;text-decoration:none;padding:10px 16px;border-radius:999px;font-weight:700}.hero-grid{max-width:1180px;margin:54px auto 0;display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}.hero-copy{color:white}.eyebrow{text-transform:uppercase;letter-spacing:.13em;font-weight:800;font-size:.78rem;color:#d39b34;margin:0 0 10px}.hero-copy .eyebrow{color:#f5d68e}h1{font-size:clamp(2.2rem,6vw,4.8rem);line-height:.98;margin:0 0 20px;letter-spacing:-.05em}h2{font-size:clamp(1.8rem,4vw,3rem);line-height:1.05;margin:0 0 20px;letter-spacing:-.04em}h3{font-size:1.35rem;margin-top:0}.lead{font-size:1.2rem;max-width:620px;color:#f8f3e8}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}.btn{display:inline-block;border:0;border-radius:999px;padding:14px 20px;text-decoration:none;font-weight:800;cursor:pointer}.primary{background:#d39b34;color:#111}.secondary{background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.35);color:white}.hero-photo img{width:100%;height:min(68vh,650px);object-fit:cover;border-radius:32px;box-shadow:0 25px 80px rgba(0,0,0,.35)}.stats{max-width:1180px;margin:-46px auto 0;padding:0 24px;display:grid;grid-template-columns:repeat(4,1fr);gap:14px;position:relative}.stats div{background:white;border-radius:24px;padding:24px;box-shadow:0 16px 40px rgba(20,30,20,.12)}.stats strong{display:block;font-size:2rem;color:#153b27}.stats span{font-weight:700;color:#5d665f}.section{max-width:1180px;margin:0 auto;padding:82px 24px}.two-col{display:grid;grid-template-columns:1.25fr .75fr;gap:40px;align-items:start}.feature-card,.form{background:white;border-radius:28px;padding:30px;box-shadow:0 16px 50px rgba(20,30,20,.10)}.feature-card ul{padding-left:20px;margin-bottom:0}.location{background:#f1eadc;border-radius:34px;margin-top:24px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:20px}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.gallery-item img{width:100%;height:235px;object-fit:cover;border-radius:20px;display:block;transition:transform .2s ease}.gallery-item:hover img{transform:scale(1.015)}.contact-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:40px;background:#173522;color:white;border-radius:34px;margin-bottom:60px}.contact-section .eyebrow{color:#f5d68e}.contact-section a{color:#f5d68e}.form{color:#17211b}.form label{display:block;font-weight:800;margin-bottom:16px}.form input,.form select,.form textarea{width:100%;margin-top:7px;border:1px solid #d8d6cc;border-radius:14px;padding:13px;font:inherit}.hidden{display:none}footer{text-align:center;padding:28px;background:#102418;color:white}footer a{color:#f5d68e}@media(max-width:820px){.hero-grid,.two-col,.contact-section{grid-template-columns:1fr}.stats{grid-template-columns:repeat(2,1fr);margin-top:18px}.gallery{grid-template-columns:1fr 1fr}.hero{padding:18px}.nav{align-items:flex-start;flex-direction:column}.hero-photo img{height:420px}}@media(max-width:520px){.stats,.gallery{grid-template-columns:1fr}h1{font-size:2.45rem}.gallery-item img{height:260px}.section{padding:56px 18px}}