/*
Theme Name: Outdoor More To Explore
Theme URI: https://outdoormoretoexplore.com/
Author: Site conversion package
Description: Lightweight responsive WordPress theme reconstructed from the Outdoor More To Explore media archive.
Version: 1.0.0
Text Domain: outdoor-more-to-explore
*/
:root{--ink:#24312c;--muted:#66736d;--paper:#fff;--soft:#f2f5f1;--accent:#6f8d3d;--accent2:#b66a35;--line:#dfe6df;--max:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--paper);line-height:1.65}img{max-width:100%;height:auto;display:block}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.wrap{width:min(var(--max),calc(100% - 40px));margin:auto}.site-header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:28px;min-height:88px}.brand img{width:220px;max-height:72px;object-fit:contain}.site-nav ul{display:flex;gap:24px;list-style:none;padding:0;margin:0;align-items:center}.site-nav a{font-weight:700;color:var(--ink);font-size:.95rem}.menu-toggle{display:none;border:1px solid var(--line);background:#fff;padding:10px 12px;border-radius:6px}.hero{min-height:68vh;display:grid;place-items:center;background:linear-gradient(90deg,rgba(22,35,28,.72),rgba(22,35,28,.24)),url('assets/images/hero-rv.jpg') center/cover no-repeat;color:#fff}.hero-copy{max-width:760px;padding:72px 0}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.78rem;font-weight:800}.hero h1{font-size:clamp(2.5rem,6vw,5.6rem);line-height:.98;margin:.2em 0}.hero p{font-size:1.2rem;max-width:680px}.btn{display:inline-block;background:var(--accent);color:white;padding:13px 20px;border-radius:5px;font-weight:800;margin-right:10px}.btn.alt{background:transparent;border:2px solid white}.section{padding:72px 0}.section.soft{background:var(--soft)}.section-title{text-align:center;max-width:760px;margin:0 auto 34px}.section-title h2{font-size:clamp(2rem,4vw,3.2rem);margin:0 0 10px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.card{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden;box-shadow:0 8px 26px rgba(36,49,44,.06)}.card img{width:100%;aspect-ratio:16/9;object-fit:cover}.card-body{padding:22px}.card h3{margin-top:0}.split{display:grid;grid-template-columns:1.05fr .95fr;gap:42px;align-items:center}.split img{border-radius:10px}.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.post-card{border:1px solid var(--line);border-radius:9px;padding:22px;background:#fff}.post-meta{font-size:.85rem;color:var(--muted)}.content{padding:55px 0}.content article{max-width:850px;margin:auto}.content h1{font-size:clamp(2.2rem,5vw,4rem);line-height:1.1}.site-footer{background:#1f2a25;color:#e8eee9;padding:48px 0 28px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:32px}.site-footer a{color:#d7e5bd}.copyright{border-top:1px solid rgba(255,255,255,.15);margin-top:28px;padding-top:20px;font-size:.9rem;color:#b8c3bd}
@media(max-width:850px){.menu-toggle{display:block}.site-nav{display:none;position:absolute;left:0;right:0;top:88px;background:#fff;border-bottom:1px solid var(--line)}.site-nav.open{display:block}.site-nav ul{flex-direction:column;align-items:flex-start;padding:20px}.grid-3,.post-grid,.split,.footer-grid{grid-template-columns:1fr}.hero{min-height:58vh}.header-inner{min-height:76px}.brand img{width:180px}.site-nav{top:76px}}
