:root {
  --nwh-green: #2f4a3c;
  --nwh-tan: #b98a4b;
}
body { font-family: 'Inter', sans-serif; }
h1, h2, h3, .navbar-brand { font-family: 'Merriweather', serif; }
.nwh-hero {
  background: linear-gradient(135deg, var(--nwh-green), #4a6b57);
  color: #fff;
}
.nwh-hero .lead { color: rgba(255,255,255,.9); }
.nwh-cat-card { transition: box-shadow .15s ease, transform .15s ease; border-color: #e5e0d8; }
.nwh-cat-card:hover { box-shadow: 0 .25rem .75rem rgba(0,0,0,.08); transform: translateY(-2px); }
.nwh-listing { list-style: none; padding-left: 0; }
.nwh-listing li { padding: .5rem 0; border-bottom: 1px solid #eee; }
.nwh-listing li:last-child { border-bottom: none; }
.nwh-skip-link {
  position: absolute; left: -9999px; top: 0; background: #fff; color: #000;
  padding: .5rem 1rem; z-index: 2000;
}
.nwh-skip-link:focus { left: 0; }
.nwh-ad { min-height: 90px; }
.nwh-ad ins.adsbygoogle:empty { display: none !important; }
