/* Home: the same quiet greens, white cards and rounded controls as Explore. */
.home-page .home-view { background: #f7f9f6; }
.home-page .home-container { width: 100%; max-width: 1236px; padding: 32px 28px 26px; }
.home-page .home-icon { display: inline-block; width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.home-page .page-eyebrow { margin: 0 0 10px; color: #75896f; font-size: 10px; font-weight: 750; letter-spacing: 1.5px; }
.home-hero { position: relative; min-height: 352px; overflow: hidden; display: flex; align-items: center; margin-bottom: 24px; padding: 44px 46px; border: 1px solid #e1e9d9; border-radius: 26px; background: #eef4e8; }
.home-hero-copy { position: relative; z-index: 1; }
.home-hero .page-eyebrow { display: flex; align-items: center; gap: 7px; color: #608058; font-size: 9px; letter-spacing: 1.9px; }
.home-hero h2 { margin: 17px 0 15px; color: #203e2a; font-size: clamp(32px, 3.8vw, 46px); font-weight: 760; line-height: 1.2; letter-spacing: -1.9px; }
.home-hero-description { margin: 0; color: #7a8873; font-size: 14px; line-height: 1.9; }
.home-hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 25px; }
.home-page .home-hero-actions .btn-primary { display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 13px 19px; font-size: 13px; font-weight: 650; }
.home-hero-actions .home-icon { width: 17px; height: 17px; }
.home-text-link { display: inline-flex; align-items: center; gap: 8px; flex-shrink: 0; color: #627b5c; text-decoration: none; font-size: 12px; font-weight: 600; }
.home-text-link:hover { color: var(--site-green); text-decoration: underline; text-underline-offset: 4px; }
.home-text-link > span { font-size: 16px; }
.home-hero-landscape { position: absolute; right: 0; bottom: 0; width: 55%; max-width: 620px; height: 100%; pointer-events: none; }
.home-hero-landscape > svg { position: absolute; width: 100%; height: 100%; right: 0; bottom: -1px; object-fit: cover; }
.home-landscape-label { position: absolute; right: 34px; bottom: 28px; display: flex; align-items: center; gap: 7px; padding: 9px 12px; border: 1px solid #ffffff85; border-radius: 20px; background: #ffffffad; color: #56724d; font-size: 10px; letter-spacing: .2px; }
.home-landscape-label > span { width: 5px; height: 5px; border-radius: 50%; background: #6b8d5f; }

.home-conditions { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 20px; align-items: stretch; margin-bottom: 38px; }
.home-page .home-closures-card, .home-page .home-weather-card { padding: 23px 26px; margin: 0; border-radius: 19px; border: 1px solid var(--site-line); background: #fff; color: var(--site-ink); box-shadow: 0 3px 15px #29453203; }
.home-condition-heading { display: flex; align-items: center; gap: 12px; }
.home-condition-icon { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 13px; color: #668556; background: #f0f5e9; flex-shrink: 0; }
.home-condition-icon.warn { color: #a4803e; background: #faf3e4; }
.home-widget-eyebrow { margin: 0 0 5px; color: #8b9684; font-size: 10px; font-weight: 550; letter-spacing: .3px; }
.home-page .home-closures-header { margin: 0; color: #405737; font-size: 15px; font-weight: 650; letter-spacing: -.3px; line-height: 1.5; }
.home-page .home-closures-header.warn { color: #695735; }
.home-closures-header > span { display: inline-block; margin-left: 4px; color: #b0863d; }
.home-condition-note { margin: 15px 0 0 55px; color: #87917e; font-size: 12px; line-height: 1.7; }
.home-page .home-closures-list { margin-top: 17px; gap: 9px; }
.home-page .home-closure-item { gap: 3px 9px; padding-bottom: 9px; border-color: #eff2ea; font-size: 12px; line-height: 1.65; }
.home-closure-item strong { font-weight: 650; color: #59664e; }
.home-page .home-closure-reason { color: #8a8f7f; }
.home-page .home-closure-area { color: #98a08f; }
.home-page .home-closures-more { font-size: 11px; color: #929c85; }
.home-page .home-weather-card { background: #f9f8f0; border-color: #eeecde; }
.home-page .home-weather-main { align-items: center; }
.home-page .home-weather-location { margin: 0; color: #6b664b; font-size: 14px; font-weight: 650; opacity: 1; }
.home-weather-icon { color: #b9a26a; }
.home-weather-icon .home-icon { width: 36px; height: 36px; stroke-width: 1.2; }
.home-weather-current { display: flex; align-items: baseline; flex-wrap: wrap; gap: 14px; margin-top: 14px; }
.home-page .home-weather-temp { color: #6e6746; font-size: 34px; font-weight: 650; letter-spacing: -1.5px; }
.home-weather-temp small { margin-left: 4px; color: #a49b7c; font-size: 17px; font-weight: 450; letter-spacing: -.5px; }
.home-weather-condition { color: #9d9476; font-size: 11px; }
.home-page .home-weather-meta { display: flex; gap: 23px; margin-top: 13px; padding-top: 12px; border-top: 1px solid #ede9d9; color: #a0997e; font-size: 10px; opacity: 1; }
.home-weather-meta strong { margin-left: 5px; font-weight: 550; color: #7e775d; }
.home-page .home-weather-card > .empty-hint { grid-column: 1 / -1; margin: 0; }

.home-page .home-section { min-width: 0; margin-bottom: 38px; }
.home-page .section-heading { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 19px; }
.home-page .section-heading .page-eyebrow { margin-bottom: 7px; font-size: 9px; letter-spacing: 1.5px; }
.home-page .home-section h3 { margin: 0; color: var(--site-ink); font-size: 22px; font-weight: 720; letter-spacing: -.7px; }
.home-section-description { margin: 8px 0 0; color: #8b9586; font-size: 12px; }
.home-top3-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.home-page .top-shared-item { display: flex; flex-direction: column; min-width: 0; min-height: 199px; margin: 0; padding: 21px 23px 17px; border: 1px solid #e1e8da; border-radius: 18px; background: #fff; color: var(--site-ink); text-decoration: none; transition: border-color .15s, box-shadow .15s; }
.home-page .top-shared-item:hover { border-color: #a7c29a; box-shadow: 0 7px 22px #36573109; }
.home-top-card-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 23px; }
.home-top-rank { color: #486540; font-size: 23px; font-weight: 450; letter-spacing: -1px; font-variant-numeric: tabular-nums; }
.home-top-share { display: flex; align-items: center; gap: 5px; color: #8f9c85; font-size: 10px; }
.home-top-share .home-icon { width: 12px; height: 12px; }
.home-top-mountain { display: flex; align-items: center; gap: 5px; margin-bottom: 7px; color: #829778; font-size: 10px; }
.home-top-mountain .home-icon { width: 14px; height: 14px; }
.home-page .top-shared-item > strong { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; margin-bottom: 20px; color: #3b5135; font-size: 16px; line-height: 1.6; font-weight: 650; overflow-wrap: anywhere; }
.home-page .top-shared-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 14px; border-top: 1px solid #eff2e9; color: #8d9984; font-size: 11px; }
.top-shared-meta .home-icon { width: 14px; height: 14px; color: #9baa91; }

.home-bottom-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 26px; align-items: start; }
.home-page .home-recent-feed-list { padding: 5px 19px; border: 1px solid var(--site-line); border-radius: 19px; background: #fff; }
.home-page .home-recent-feed-item { display: flex; align-items: center; gap: 15px; min-width: 0; margin: 0; padding: 17px 0; border: none; border-bottom: 1px solid #eef1e8; border-radius: 0; background: transparent; color: var(--site-ink); text-decoration: none; }
.home-page .home-recent-feed-item:last-child { border-bottom: none; }
.home-page .home-recent-feed-item:hover strong { color: var(--site-green); }
.home-recent-art { display: grid; place-items: center; width: 43px; height: 45px; flex-shrink: 0; border-radius: 11px; background: #eef3e8; color: #829773; }
.home-recent-art .home-icon { width: 23px; height: 23px; stroke-width: 1.25; }
.home-recent-feed-item:nth-child(2n) .home-recent-art { background: #f4f1e7; color: #a29370; }
.home-recent-copy { display: block; flex: 1; min-width: 0; }
.home-recent-copy strong { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; color: #4a5c41; font-size: 13px; font-weight: 600; line-height: 1.65; overflow-wrap: anywhere; }
.home-page .home-recent-feed-meta { margin-top: 5px; color: #95a08e; font-size: 10px; line-height: 1.8; overflow-wrap: anywhere; }
.home-recent-feed-item > .home-icon { width: 14px; height: 14px; color: #a1af98; }
.home-journal-invite { margin-top: 62px; padding: 27px; border: 1px solid #e4e9dc; border-radius: 19px; background: #edf3e7; }
.home-invite-icon { display: grid; place-items: center; width: 43px; height: 43px; margin-bottom: 25px; border: 1px solid #d5e2ca; border-radius: 13px; background: #f8fbf4; color: #6d8b5c; }
.home-journal-invite .page-eyebrow { font-size: 8px; letter-spacing: 1.7px; }
.home-journal-invite h3 { margin: 13px 0 12px; color: #405835; font-size: 26px; line-height: 1.4; letter-spacing: -.9px; font-weight: 650; }
.home-journal-invite > p:not(.page-eyebrow) { margin: 0 0 26px; color: #8a967d; font-size: 12px; line-height: 1.9; }
.home-page .home-journal-invite .btn-secondary { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 12px 14px; border-color: #d4e1c7; background: #f9fbf6; color: #587545; font-size: 12px; text-decoration: none; }
.home-journal-invite .btn-secondary .home-icon { width: 16px; height: 16px; }

.home-page .home-mine-section { padding: 24px 26px; border-color: var(--site-line); border-radius: 19px; }
.home-mine-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.home-page .home-mine-label { margin: 0 0 11px; color: #88937e; font-size: 11px; }
.home-page .home-mine-bookmarks { margin: 0; }
.home-page .home-bookmark-chips { gap: 7px; }
.home-page .home-bookmark-chip { display: inline-flex; align-items: center; gap: 5px; max-width: 100%; min-height: 35px; padding: 7px 11px; border: 1px solid #dfe9d6; background: #f6f9f1; color: #6b8457; font-size: 11px; font-weight: 500; overflow-wrap: anywhere; }
.home-bookmark-chip .home-icon { width: 13px; height: 13px; }
.home-page .home-mine-recent .home-recent-feed-item { padding: 10px 0; }
.home-page .home-mine-recent .home-recent-feed-item:first-of-type { padding-top: 0; }
.home-page .empty-hint { color: #8b9781; font-size: 12px; line-height: 1.8; }
.home-top3-list > .empty-hint { grid-column: 1 / -1; margin: 0; padding: 30px 25px; border: 1px dashed #dbe5d2; border-radius: 17px; background: #f2f6ed; }
.home-recent-feed-list > .empty-hint { padding: 19px 4px; }
.home-footer-note { margin: 0; padding: 23px 0 0; border-top: 1px solid var(--site-line); color: #9aa58f; font-size: 11px; text-align: center; line-height: 1.8; }

@media (max-width: 1050px) {
    .home-hero { padding: 37px 33px; }
    .home-hero-landscape { width: 53%; }
    .home-conditions, .home-bottom-grid { grid-template-columns: minmax(0, 1fr) 290px; gap: 18px; }
    .home-page .home-closures-card, .home-page .home-weather-card { padding: 22px; }
    .home-top3-list { gap: 14px; }
    .home-page .top-shared-item { padding: 20px 18px 16px; }
    .home-journal-invite { padding: 24px; }
}
@media (max-width: 720px) {
    .home-page .home-container { padding: 20px 18px 24px; }
    .home-hero { min-height: 325px; padding: 29px 25px; margin-bottom: 16px; border-radius: 21px; }
    .home-hero h2 { font-size: 36px; margin-top: 19px; }
    .home-hero-description { font-size: 12px; }
    .home-hero-landscape { width: 78%; opacity: .45; right: -25%; }
    .home-landscape-label { display: none; }
    .home-hero-actions { flex-wrap: wrap; gap: 16px; margin-top: 22px; }
    .home-page .home-hero-actions .btn-primary { padding: 12px 14px; gap: 13px; font-size: 12px; }
    .home-hero-actions .home-text-link { font-size: 11px; }
    .home-conditions { grid-template-columns: minmax(0, 1fr); gap: 12px; margin-bottom: 31px; }
    .home-page .home-closures-card, .home-page .home-weather-card { padding: 20px; border-radius: 17px; }
    .home-page .home-weather-card { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 9px 14px; }
    .home-page .home-weather-main { gap: 14px; }
    .home-weather-icon { display: none; }
    .home-weather-current { flex-direction: column; align-items: flex-end; gap: 3px; margin: 0; grid-row: span 2; }
    .home-page .home-weather-temp { font-size: 31px; }
    .home-page .home-weather-meta { gap: 14px; margin: 0; padding: 0; border: none; }
    .home-weather-condition { font-size: 10px; }
    .home-condition-note { margin-left: 0; font-size: 11px; }
    .home-page .home-closures-header { font-size: 14px; }
    .home-page .home-section { margin-bottom: 31px; }
    .home-page .section-heading { margin-bottom: 15px; }
    .home-page .home-section h3 { font-size: 21px; }
    .home-top3-list { grid-template-columns: minmax(0, 1fr); gap: 11px; }
    .home-page .top-shared-item { display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 0 15px; min-height: 0; padding: 19px; }
    .home-top-card-heading { display: contents; }
    .home-top-rank { grid-column: 1; grid-row: 1 / 4; padding-top: 10px; color: #8ba37c; font-size: 25px; }
    .home-top-share { grid-column: 2; grid-row: 4; margin-top: 7px; font-size: 9px; }
    .home-top-mountain { grid-column: 2; margin: 0 0 5px; }
    .home-page .top-shared-item > strong { grid-column: 2; margin: 0; font-size: 14px; }
    .home-page .top-shared-meta { grid-column: 2; margin-top: 8px; padding: 0; border: none; font-size: 10px; }
    .home-top-share .home-icon { width: 10px; height: 10px; }
    .home-bottom-grid { grid-template-columns: minmax(0, 1fr); gap: 0; }
    .home-page .home-recent-feed-list { padding: 3px 17px; border-radius: 17px; }
    .home-page .home-recent-feed-item { gap: 12px; padding: 16px 0; }
    .home-recent-art { width: 37px; height: 42px; }
    .home-recent-copy strong { font-size: 12px; }
    .home-page .home-recent-feed-meta { font-size: 9px; }
    .home-journal-invite { margin-top: 0; margin-bottom: 28px; padding: 23px; position: relative; }
    .home-journal-invite h3 { font-size: 24px; }
    .home-journal-invite h3 br, .home-journal-invite > p:not(.page-eyebrow) br { display: none; }
    .home-invite-icon { float: right; margin: 0 0 15px 10px; }
    .home-journal-invite > p:not(.page-eyebrow) { max-width: 220px; margin-bottom: 20px; }
    .home-page .home-mine-section { padding: 20px; }
    .home-mine-grid { grid-template-columns: minmax(0, 1fr); gap: 23px; }
    .home-page .home-mine-section h3 { font-size: 19px; }
    .home-footer-note { padding-top: 17px; font-size: 10px; }
}
@media (max-width: 380px) {
    .home-page .home-container { padding-left: 15px; padding-right: 15px; }
    .home-hero { padding: 26px 22px; }
    .home-hero h2 { font-size: 33px; }
    .home-hero-actions { gap: 13px; }
    .home-page .home-hero-actions .btn-primary { gap: 8px; padding: 12px; }
    .home-hero-actions .home-text-link { gap: 4px; font-size: 10px; }
    .home-page .section-heading { gap: 10px; }
    .home-page .home-mine-section h3 { font-size: 18px; }
    .home-page .home-mine-section .home-text-link { font-size: 11px; }
}
@media (prefers-reduced-motion: reduce) {
    .home-page .top-shared-item { transition: none; }
}
