/* Community journey: quiet reading surfaces and clear, consistent actions. */
:root { --clr-text-muted: #b8c6bb; }
.btn { border-radius: 10px; min-height: 48px; }
a:focus-visible,button:focus-visible,summary:focus-visible { outline: 3px solid #f1c568; outline-offset: 5px; }
.eyebrow { text-transform: uppercase; letter-spacing: .13em; font-size: .78rem; font-weight: 700; color: #e9c46a; margin-bottom: 16px; }
.welcome-hero { padding: 160px 0 64px; background: #13291f; }
.welcome-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.welcome-copy h1 { font-size: clamp(2.8rem,5vw,4.9rem); line-height: 1.08; letter-spacing: -.035em; margin-bottom: 24px; }
.welcome-copy > p:not(.eyebrow) { max-width: 510px; font-size: 1.08rem; color: #d0dacf; }
.welcome-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin: 28px 0; }
.welcome-link { display: inline-block; text-decoration: underline; text-underline-offset: 5px; padding: 10px 0; margin-right: 20px; }
.welcome-note a { text-decoration: underline; }
.welcome-photo img { aspect-ratio: 5/4; object-fit: cover; border-radius: 8px; }
.welcome-photo figcaption { font-size: .8rem; margin-top: 12px; color: #bdcdbf; }
.journey-row { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.journey-row > div:first-child { max-width: 700px; }
.journey-row > div:last-child { flex-shrink: 0; max-width: 250px; }
.next-outing h2,.paper-section h2,.community-moment h2 { font-size: clamp(1.8rem,3vw,2.7rem); line-height: 1.2; margin-bottom: 20px; }
.paper-section,.guide-page { background: #f5f1e7; color: #203d2e; }
.paper-section .eyebrow,.guide-page .eyebrow { color: #685020; }
.editorial-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 40px; margin: 36px 0; }
.editorial-grid h3 { font-size: 1.25rem; margin-bottom: 12px; }
.community-moment img { width: 100%; max-height: 460px; object-fit: cover; object-position: center 40%; border-radius: 8px; }
.weather-disclosure { margin-block: 24px; }
.weather-disclosure summary { cursor: pointer; padding: 16px 0; }
.weather-disclosure .weather-rail { margin: 0; padding: 20px 0; }
.guide-shell { padding-top: 160px; padding-bottom: 80px; max-width: 1000px; }
.guide-shell h1 { font-size: clamp(2.6rem,5vw,4.4rem); line-height: 1.1; margin-bottom: 24px; }
.guide-lead { font-size: 1.2rem; max-width: 750px; }
.guide-index { display: flex; flex-wrap: wrap; gap: 20px; padding: 24px 0; margin: 24px 0; border-block: 1px solid #bdc9bc; }
.guide-shell section { max-width: 760px; margin-top: 44px; scroll-margin-top: 120px; }
.guide-shell h2 { font-size: 1.9rem; margin-bottom: 16px; }
.guide-shell p { margin-bottom: 18px; }
.guide-shell ul,.guide-shell ol { padding-left: 24px; margin-bottom: 24px; }
.guide-shell li { margin-bottom: 12px; }
.guide-shell a:not(.btn),.paper-section a:not(.btn) { text-decoration: underline; text-underline-offset: 4px; }
.guide-page .footer { color: #e8ede9; }
.guide-page .privacy-consent { color: #e8ede9; }
.group-options h2 { font-size: 1.5rem; }
.signup-next-steps { margin: 28px 0; padding: 24px 0; border-block: 1px solid #607664; }
.signup-next-steps a { display: block; padding: 10px; text-decoration: underline; }
.hike-detail-page .detail-panel { background: #f5f1e7; color: #203d2e; border: 0; }
.hike-detail-page .detail-panel dt { color: #48604e; }
.hike-detail-page .detail-panel dd,.hike-detail-page .detail-panel p { color: #203d2e; }
.hike-detail-page .detail-panel a { text-decoration: underline; }
#hike-actions { scroll-margin-top: 110px; }
.mobile-hike-action { display: none; }
@media(max-width: 1000px) { .nav-links { gap: 16px; } .nav-links a { font-size: .8rem; } .welcome-grid { gap: 28px; } }
@media(max-width: 768px) {
.welcome-hero { padding-top: 125px; padding-bottom: 36px; }
.welcome-grid,.editorial-grid { grid-template-columns: 1fr; gap: 28px; }
.welcome-photo img { aspect-ratio: 16/10; }
.journey-row { display: block; }
.journey-row > div:last-child { margin-top: 24px; max-width: none; }
.guide-shell { padding-top: 130px; }
.guide-index { gap: 16px; }
.mobile-hike-action { display: block; position: fixed; bottom: 12px; left: 16px; right: 16px; z-index: 80; text-align: center; padding: 14px; border-radius: 10px; background: #f0c36b; color: #183524; font-weight: 700; box-shadow: 0 4px 24px #0005; }
body:has(.mobile-hike-action) .footer { padding-bottom: 90px; }
}
@media(prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
.guide-page .navbar { background: #13291f; }
.welcome-copy h1,.guide-shell h1,.guide-shell h2,.next-outing h2,.paper-section h2,.community-moment h2 { font-family: var(--font-heading); font-weight: 600; }
.nav-links a.active { color: #f0c36b; }
@media(max-width: 768px) { .nav-links a { font-size: 1rem; } }
