:root{--stone-50:#fafaf9;--stone-100:#f5f5f4;--stone-200:#e7e5e4;--stone-700:#44403c;--stone-800:#292524;--stone-900:#1c1917;--earth-500:#78716c;--earth-400:#a8a29e;--green-700:#3f6212;--amber-600:#d97706}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--stone-50);color:var(--stone-800);font-family:Georgia,Times New Roman,serif;line-height:1.7}a{color:var(--green-700);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto;display:block}.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.site-header{background:var(--stone-900);color:#fff;border-bottom:4px solid var(--earth-500);padding:2rem 0}.site-header .container{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.5rem;display:flex}.site-header h1{font-size:1.8rem;font-weight:400}.site-header h1 a{color:#fff;text-decoration:none}.site-header .subtitle{color:var(--earth-400);font-size:.9rem;font-style:italic}.walk-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;padding:2rem 0;display:grid}.walk-card{background:#fff;border-radius:6px;transition:transform .15s,box-shadow .15s;overflow:hidden;box-shadow:0 1px 3px #0000001a}.walk-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.walk-card-image{object-fit:cover;width:100%;height:220px}.walk-card-body{padding:1.2rem}.walk-card-body h2{margin-bottom:.3rem;font-size:1.2rem;line-height:1.3}.walk-card-body h2 a{color:var(--stone-800)}.walk-card-meta{color:var(--earth-500);margin-bottom:.5rem;font-size:.85rem}.walk-card-body p{color:var(--stone-700);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.9rem;display:-webkit-box;overflow:hidden}.walk-card-categories{flex-wrap:wrap;gap:.4rem;margin-top:.5rem;display:flex}.category-tag{background:var(--stone-100);color:var(--stone-700);border-radius:12px;padding:.15rem .6rem;font-size:.75rem}.rating{color:var(--amber-600);letter-spacing:2px}.rating-empty{color:var(--stone-200)}.walk-post{padding:2rem 0}.walk-post-header{margin-bottom:2rem}.walk-post-header h1{margin-bottom:.5rem;font-size:2.2rem}.walk-post-meta{color:var(--earth-500);margin-bottom:.5rem;font-size:.95rem}.walk-post-stats{color:var(--stone-700);flex-wrap:wrap;gap:1.5rem;margin:1rem 0;font-size:.95rem;display:flex}.walk-post-stats span strong{color:var(--stone-900)}.walk-main-image{object-fit:cover;border-radius:8px;width:100%;max-height:500px;margin-bottom:2rem}.walk-content{max-width:720px;margin:0 auto;font-size:1.1rem}.walk-content p{margin-bottom:1.2rem}.walk-content h2{margin:2rem 0 .8rem;font-size:1.4rem}.walk-gallery{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;margin:2rem 0;display:grid}.walk-gallery img{cursor:pointer;border-radius:4px;transition:transform .15s}.walk-gallery img:hover{transform:scale(1.02)}.walk-map-block{margin:2rem 0}.walk-map{border:1px solid var(--stone-200);border-radius:8px;height:400px;overflow:hidden}.elevation-profile{border:1px solid var(--stone-200);background:#fff;border-radius:8px;margin-top:1rem;padding:1rem}.elevation-stats{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:.5rem;display:grid}.stat{text-align:center}.stat-value{color:var(--stone-800);font-size:1.2rem;font-weight:700;display:block}.stat-label{color:var(--earth-500);text-transform:uppercase;letter-spacing:.05em;margin-top:.1rem;font-size:.75rem;display:block}.elevation-chart{width:100%;height:200px}@media (width<=600px){.elevation-stats{grid-template-columns:repeat(2,1fr)}}.video-embed{aspect-ratio:16/9;border-radius:8px;margin:2rem 0;overflow:hidden}.video-embed iframe{border:none;width:100%;height:100%}.location-info{grid-template-columns:1fr 1fr;gap:1rem;margin:2rem 0;display:grid}.location-card{border:1px solid var(--stone-200);background:#fff;border-radius:6px;padding:1rem}.location-card h3{text-transform:uppercase;letter-spacing:.05em;color:var(--earth-500);margin-bottom:.3rem;font-size:.85rem}.location-card p{color:var(--stone-700);font-size:.95rem}.site-footer{background:var(--stone-900);color:var(--earth-400);text-align:center;margin-top:4rem;padding:2rem 0;font-size:.85rem}@media (width<=600px){.site-header{padding:1.2rem 0}.site-header h1{font-size:1.4rem}.walk-grid{grid-template-columns:1fr}.walk-post-header h1{font-size:1.6rem}.location-info{grid-template-columns:1fr}}
