:root{--accent:#1b6b4a;--muted:#666}
body{font-family:Arial,Helvetica,sans-serif;margin:0;color:#111;background:#fafafa}
.container{max-width:1100px;margin:0 auto;padding:1rem}
.site-header{background:#fff;border-bottom:1px solid #eee}
.brand{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--text)}
.logo{height:48px;width:48px;object-fit:contain}
.hero{padding:2rem 0;background:linear-gradient(0deg,rgba(27,107,74,0.02),transparent)}
.hero-inner{display:flex;gap:1rem;align-items:center}
.hero-image img{width:420px;height:auto;border-radius:8px}
.tours ul{list-style:disc;margin-left:1.5rem}
.gallery img{width:100%;max-width:320px;border-radius:6px}
.site-footer{background:#fff;padding:1rem;border-top:1px solid #eee;text-align:center}
