/*
Theme Name: Trekking Indrapura Blog
Author: Trekking Indrapura Kerinci
Description: WordPress blog theme matching static Trekking Indrapura Kerinci website.
Version: 1.0
*/
:root{--green:#073b25;--orange:#f36c13;--cream:#fffaf2;--line:#e7e1d8}body{margin:0;font-family:Inter,Arial,sans-serif;color:#0f2418;background:#fff}a{text-decoration:none;color:inherit}.container{width:min(1120px,92%);margin:auto}.topbar{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:10}.nav{height:82px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px;font-weight:900}.brand img{width:56px;height:56px;border-radius:50%}.menu{display:flex;gap:24px;font-size:14px;font-weight:700}.btn{background:var(--green);color:#fff;padding:12px 18px;border-radius:8px}.hero{background:linear-gradient(90deg,rgba(5,24,14,.8),rgba(5,24,14,.35)),url('../../assets/images/landscape-1.svg') center/cover;min-height:300px;color:#fff;display:flex;align-items:center;text-align:center}.hero h1{font-family:Georgia,serif;font-size:56px}.section{padding:70px 0}.layout{display:grid;grid-template-columns:1fr 320px;gap:36px}.post-card{border:1px solid var(--line);border-radius:16px;overflow:hidden;margin-bottom:24px;background:#fff}.post-card img{width:100%;height:260px;object-fit:cover}.post-body{padding:24px}.post-body h2{font-family:Georgia,serif}.sidebar{border:1px solid var(--line);border-radius:16px;padding:22px;height:max-content}.footer{background:#073b25;color:#fff;padding:36px 0;text-align:center}@media(max-width:800px){.layout{grid-template-columns:1fr}.menu{display:none}.hero h1{font-size:40px}}
