/* Shared refinement layer: compact editorial layouts and actionable categories. */
:root { --space-section: clamp(40px, 5vw, 76px); --focus-color: #477b69; }
[hidden] { display: none !important; }
:where(a, button, input):focus-visible { outline: 3px solid var(--focus-color); outline-offset: 4px; }
:where(section, article)[id] { scroll-margin-top: 24px; }
.home-page .section { padding-block: var(--space-section); }
.home-page .section-heading { margin-bottom: 28px; }
.home-page .product-tile img { aspect-ratio: 4 / 3; object-fit: cover; }
.home-page .product-tile-content { padding: 18px 20px; }
.category-inquiry { display: flex; justify-content: space-between; gap: 16px; margin-top: 22px; padding-block: 12px; border-top: 1px solid #d5d9d5; font-size: 13px; font-weight: 600; text-decoration: underline; text-underline-offset: 4px; }
.category-inquiry:hover { color: #365d4e; }
.category-filter-inner { gap: 20px; }
.category-filter-inner > strong { flex-shrink: 0; }
.category-filter-links { flex-wrap: wrap; }
.article-page .article-masthead .page-hero-copy { padding: 46px 0 38px; }
.article-page .article-masthead h1 { max-width: 940px; font-size: clamp(36px, 4.2vw, 60px); line-height: 1.08; }
.article-page .article-meta { margin-top: 22px; }
.article-page .article-body { max-width: 760px; }
.guide-index-page .field-notes-hero { min-height: 280px; }
.guide-index-page .field-notes-hero .page-hero-copy { padding-block: 40px; }
.guide-index-page .field-notes-hero h1 { font-size: clamp(38px, 4vw, 60px); }
.guide-index-page .guide-index-section { padding-block: 38px; }
.guide-index-page .guide-index-heading { margin-bottom: 24px; }
.guide-index-page .guide-index-heading h2 { font-size: clamp(27px, 3vw, 40px); }
.guide-index-page .guide-path-nav a { min-height: 0; padding: 24px; }
.guide-index-page .guide-path-nav span { margin-bottom: 18px; }
.guide-index-page .guide-path-nav strong { font-size: 25px; }
.guide-index-page .guide-path-nav p { margin-bottom: 0; }
.guide-index-page .guide-path-heading { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
.guide-index-page :where(.guide-path-heading, .guide-series-heading, .guide-path-nav) > * { min-width: 0; }
.guide-index-page :where(h2, h3, .guide-path-nav strong) { overflow-wrap: anywhere; hyphens: auto; }
.checklist-callout { max-width: 1240px; margin: 10px auto 40px; padding: 30px 36px; background: #e9eee8; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.checklist-callout h2 { margin: 6px 0 10px; font-family: Georgia, serif; font-size: 32px; font-weight: 400; }
.checklist-callout p { max-width: 630px; margin: 0; }
.checklist-callout .button { flex-shrink: 0; }
.checklist-page { background: #f4f5f0; }
.checklist-page .guide-tool-section { padding: 48px 0 28px; }
.checklist-page .guide-tool-intro { max-width: 800px; margin-bottom: 30px; }
.checklist-page .guide-tool-intro h1 { margin: 12px 0; font-family: Georgia, serif; font-size: clamp(34px, 4vw, 54px); line-height: 1.08; font-weight: 400; }
.checklist-page .trail-planner { background: white; }
.tool-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.tool-actions button { min-height: 44px; padding: 11px 18px; margin: 0; cursor: pointer; font: inherit; border: 1px solid #203d32; }
.tool-print { color: white; background: #203d32; }
.tool-save-status { color: #526258; font-size: 13px; margin: 18px 0 0; }
.checklist-back { max-width: 1240px; padding: 0 30px 44px; margin: auto; }
.trail-checklist-items input:checked + span { text-decoration: line-through; color: #65756b; }
@media (max-width: 900px) {
 .guide-index-page .guide-path-heading { grid-template-columns: minmax(0, 1fr); }
 .guide-index-page .guide-path-nav { grid-template-columns: repeat(2, minmax(0,1fr)); }
 .checklist-callout { margin-inline: 20px; }
 .nav-links.is-open { max-height: calc(100svh - 110px); overflow-y: auto; }
}
@media (max-width: 600px) {
 .home-page .section { padding-block: 32px; }
 .home-page .section-heading h2 { font-size: 30px; }
 .home-page .product-showcase { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
 .home-page .product-tile img { aspect-ratio: 4 / 5; }
 .home-page .product-tile-content { padding: 12px 8px; }
 .home-page .product-tile-content strong { font-size: 14px; }
 .category-filter-inner { align-items: flex-start; flex-direction: column; gap: 8px; padding-block: 15px; }
 .category-filter-links { gap: 8px 14px; }
 .article-page .article-masthead .page-hero-inner { padding-inline: 22px; }
 .article-page .article-masthead .page-hero-copy { padding: 32px 0 28px; }
 .article-page .article-masthead h1 { font-size: 35px; line-height: 1.1; margin-bottom: 16px; overflow-wrap: anywhere; }
 .article-page .article-masthead .eyebrow { font-size: 10px; margin-bottom: 14px; }
 .article-page .article-masthead .page-hero-copy > p:not(.eyebrow):not(.article-meta) { font-size: 15px; }
 .article-page .article-meta { flex-wrap: wrap; gap: 8px 18px; font-size: 9px; }
 .guide-index-page .field-notes-hero { min-height: 250px; }
 .guide-index-page .field-notes-hero .page-hero-copy { padding-block: 30px; }
 .guide-index-page .field-notes-hero h1 { font-size: 38px; }
 .guide-index-page .guide-path-nav a { padding: 18px 14px; }
 .guide-index-page .guide-path-nav strong { font-size: 22px; }
 .guide-index-page .guide-path-nav p { font-size: 12px; }
 .checklist-callout { flex-direction: column; align-items: stretch; padding: 24px; gap: 20px; }
 .checklist-callout h2 { font-size: 28px; }
 .checklist-page .guide-tool-section { padding-top: 30px; }
 .checklist-page .trail-conditions, .checklist-page .trail-checklist { padding: 24px 18px; }
 .checklist-page .guide-tool-intro h1 { font-size: 36px; }
 .checklist-page .trail-checklist-header h3 { font-size: 25px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
@media print {
 .checklist-page { background: white; color: black; }
 .checklist-page .topbar, .checklist-page .site-header, .checklist-page .site-footer,
 .checklist-page .tool-actions, .checklist-page .checklist-back, .checklist-page .tool-save-status { display: none !important; }
 .checklist-page .guide-tool-section { padding: 0; }
 .checklist-page .section-inner { max-width: none; padding: 0; }
 .checklist-page .trail-planner { display: block; border: 0; }
 .checklist-page .trail-conditions { padding: 12px 0; border: 0; }
 .checklist-page .trail-checklist { padding: 12px 0; }
 .checklist-page label { break-inside: avoid; }
 .checklist-page input { accent-color: black; }
}
