/* State Dashboards — About Page Styles */
body { background: var(--bg); font-family: var(--font); color: var(--text); }
.methods-header { background: var(--bg); padding: 1.5rem 1.5rem 1rem; text-align: center; }
.methods-header h1 { font-family: var(--font-heading); font-size: 1.5rem; font-weight: 700; color: var(--text); margin-bottom: 0.25rem; }
.methods-content { max-width: 900px; margin: 0 auto; padding: 0 1.5rem 3rem; }
.methods-section { background: var(--card-bg); border: 1px solid var(--border); border-radius: var(--radius); padding: 1.5rem; margin-bottom: 1rem; }
.methods-section h2 { font-family: var(--font-heading); font-size: var(--text-lg); font-weight: 700; color: var(--text); margin-bottom: 0.75rem; }

.methods-section p, .methods-section li { font-size: var(--text-lg); color: var(--text-muted); line-height: 1.6; }
.methods-section ol li::marker { font-weight: 700; }
.methods-section p + p { margin-top: 0.4rem; }
.methods-section .criteria-list { padding-left: 1.25rem; margin-top: 0.5rem; }
.methods-section .criteria-list > li { padding: 0.3rem 0; }
.methods-section a { color: var(--hawaii-blue); text-decoration: none; }
.methods-section a:hover { text-decoration: underline; }

/* Tour video (orientation walkthrough) — responsive 16:9 frame */
.tour-video-wrap { position: relative; width: 100%; padding-top: 56.25%; margin-top: 1rem; border-radius: var(--radius-sm); overflow: hidden; background: #000; box-shadow: var(--shadow-soft); }
.tour-video { position: absolute; inset: 0; width: 100%; height: 100%; display: block; border: 0; }
@media print { .tour-video-wrap { display: none; } }

@media (max-width: 640px) {
    .methods-section { padding: 1rem; }
    .methods-header h1 { font-size: 1.25rem; }
}
