
body { margin: 0; font-family: 'Roboto', sans-serif; background: #f4f7f5; color: #2e2e2e; }
a { color: #386641; text-decoration: none; }
.site-header { background: #3e2f25; color: white; padding: 12px 0; position: relative; z-index: 1000; }
.sticky { position: sticky; top: 0; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 20px; display: flex; justify-content: space-between; align-items: center; }
.logo-img { height: 80px; }
nav a { margin-left: 20px; color: white; font-weight: bold; font-size: 0.95rem; }
.hero { background: url('/assets/img/hocking-hills-hero.jpg') center/cover no-repeat; height: 70vh; position: relative; display: flex; align-items: center; justify-content: center; color: white; }
.hero::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(14, 34, 14, 0.4); z-index: 0; }
.hero-overlay { z-index: 1; text-align: center; max-width: 800px; padding: 20px; }
.hero h1 { font-family: 'Merriweather', serif; font-size: 3em; margin-bottom: 0.3em; color: #e0f2e9; }
.hero p { font-size: 1.4em; font-style: italic; margin-bottom: 1.5em; color: #d5e9dd; }
.cta-button { padding: 12px 25px; background: #386641; color: white; border-radius: 5px; font-weight: bold; font-size: 1rem; box-shadow: 0 3px 6px rgba(0,0,0,0.2); transition: background 0.3s ease; }
.cta-button:hover { background: #264d2b; }
main { padding: 50px 20px; background: #e6f2e6; }
.feature { margin-bottom: 3em; border-left: 5px solid #7ba27b; padding-left: 20px; }
.feature h2 { color: #2f4f2f; font-family: 'Merriweather', serif; }
footer { background: #3e2f25; color: white; text-align: center; padding: 30px 0; font-size: 0.9rem; }
