
:root{
  --green:#174b32; --green2:#236642; --cream:#f7f4ec; --gold:#d6a84f;
  --ink:#17221b; --muted:#647067; --white:#fff; --line:#e4e8e3;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.65}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.container{width:min(1120px,92%);margin:auto}
.nav{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(228,232,227,.9)}
.nav-inner{height:76px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.logo{display:flex;align-items:center;gap:12px;font-weight:800;letter-spacing:.02em;color:var(--green)}
.logo img{width:118px;height:auto;max-height:52px;object-fit:contain}
.nav-links{display:flex;gap:28px;align-items:center;font-size:14px;font-weight:700}
.nav-links a{color:#4a554e}.nav-links a:hover,.nav-links .active{color:var(--green)}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 20px;border-radius:999px;font-weight:800;border:1px solid transparent;transition:.2s}
.btn-primary{background:var(--green);color:#fff}.btn-primary:hover{background:#103a26;transform:translateY(-1px)}
.btn-light{background:#fff;border-color:#dfe5df;color:var(--green)}
.hero{min-height:610px;display:grid;align-items:center;background:
linear-gradient(90deg,rgba(11,36,24,.86),rgba(11,36,24,.45),rgba(11,36,24,.08)),
url("../img/omah.jpg") center/cover no-repeat;color:#fff}
.hero-content{max-width:700px;padding:90px 0}
.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:900;color:#e6c978;margin-bottom:14px}
h1{font-size:clamp(42px,6vw,72px);line-height:1.04;margin:0 0 20px;letter-spacing:-.04em}
h2{font-size:clamp(30px,4vw,44px);line-height:1.1;margin:0 0 14px;letter-spacing:-.025em}
h3{margin:0 0 8px}
.lead{font-size:19px;color:rgba(255,255,255,.86);max-width:620px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.section{padding:82px 0}.section-soft{background:var(--cream)}
.section-head{max-width:700px;margin-bottom:38px}
.section-head p{color:var(--muted);margin:0}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px;box-shadow:0 10px 30px rgba(23,34,27,.05)}
.icon{width:48px;height:48px;border-radius:14px;background:#e9f2eb;color:var(--green);display:grid;place-items:center;font-size:22px;margin-bottom:18px}
.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}
.stat{padding:24px;border-left:3px solid var(--gold);background:rgba(255,255,255,.06)}
.stat strong{display:block;font-size:28px}
.gallery{display:grid;grid-template-columns:1.2fr .8fr;gap:18px}
.gallery img{width:100%;height:280px;object-fit:cover;border-radius:22px}
.gallery .tall{height:578px}
.cta{background:var(--green);color:#fff;border-radius:28px;padding:48px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.cta p{color:rgba(255,255,255,.76);margin:6px 0 0}
.footer{background:#10271b;color:#dbe5dd;padding:50px 0 26px}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:40px}
.footer h3{color:#fff}.footer p,.footer a{color:#aebdb2;font-size:14px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:36px;padding-top:18px;font-size:13px;color:#829388}
.page-hero{background:linear-gradient(90deg,rgba(23,75,50,.95),rgba(23,75,50,.75)),url("../img/header1.jpg") center/cover;color:#fff;padding:105px 0}
.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:30px}
.contact-item{display:flex;gap:16px;padding:20px 0;border-bottom:1px solid var(--line)}
.contact-item .icon{flex:0 0 46px;margin:0}
.map{border:0;width:100%;height:430px;border-radius:22px}
.note{font-size:13px;color:var(--muted)}
@media(max-width:800px){
 .nav-links{gap:14px}.nav-links .btn{display:none}
 .hero{min-height:560px}.section{padding:62px 0}
 .grid-3,.stats,.footer-grid,.contact-grid{grid-template-columns:1fr}
 .gallery{grid-template-columns:1fr}.gallery .tall{height:300px}
 .cta{padding:32px;display:block}.cta .btn{margin-top:20px}
}
@media(max-width:520px){.nav-inner{height:68px}.logo img{width:100px}.nav-links{font-size:13px;gap:12px}.hero-content{padding:70px 0}h1{font-size:42px}.lead{font-size:17px}}
