/* 1.8 reader layer. Kept separate from the established editorial visual system. */
[hidden] { display: none !important; }
.fm-nav .fm-mobile-saved { display: none; }
.fm-save, .fm-saved-link { display: inline-flex; align-items: center; gap: 5px; min-height: 44px; padding: 8px 12px; border: 1px solid var(--fm-rule); background: transparent; color: var(--fm-ink); font: 600 12px/1.3 var(--fm-sans); text-decoration: none; cursor: pointer; }
.fm-save[aria-pressed="true"] { background: var(--fm-ink); border-color: var(--fm-ink); color: var(--fm-canvas); }
.fm-save:hover, .fm-saved-link:hover { border-color: var(--fm-cobalt); }
.fm-save:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible { outline: 2px solid var(--fm-cobalt); outline-offset: 4px; }
.fm-story-card .fm-save, .fm-v2-lead__body .fm-save { margin-top: 12px; align-self: flex-start; }
.fm-reader-status:empty { display: none; }
.fm-reader-status { position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%); z-index: 120; max-width: min(90vw, 560px); padding: 16px 20px; background: var(--fm-ink); color: var(--fm-canvas); font-size: 14px; box-shadow: 0 4px 20px #0002; }
.fm-home-identity { grid-template-columns: minmax(0, 1fr) auto; gap: 12px 40px; padding-block: 20px; }
.fm-home-identity h1 { margin: 6px 0 6px; font-size: clamp(32px, 3.2vw, 48px); line-height: 1; }
.fm-home-identity p { font-size: 14px; }
.fm-home-topics { min-width: 210px; align-self: center; }
.fm-home-topics a { min-height: 44px; align-items: center; }
.fm-home-trust { grid-column: 1 / -1; gap: 20px; }
.fm-home-trust a { display: inline-flex; align-items: center; min-height: 32px; }
.fm-home-v3 .fm-v2-lead { padding-block: 24px 40px; }
.fm-home-v3 .fm-v2-lead__primary { min-height: 0; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); align-items: stretch; }
.fm-home-v3 .fm-v2-lead__image { min-height: 0; }
.fm-home-v3 .fm-v2-lead__image img { aspect-ratio: 4 / 3; }
.fm-home-v3 .fm-v2-lead__body { padding: clamp(22px, 2.5vw, 36px); }
.fm-home-v3 .fm-v2-lead__body h2 { font-size: clamp(36px, 3.5vw, 54px); line-height: 1; margin-top: 12px; }
.fm-home-v3 .fm-v2-lead__body > p { font-size: 16px; margin-top: 16px; }
.fm-home-v3 .fm-v2-side-story { height: auto; min-height: 0; align-items: start; overflow: visible; }
.fm-home-v3 .fm-v2-side-story__image { height: auto; }
.fm-home-v3 .fm-v2-side-story__image img { aspect-ratio: 1 / 1; height: auto; }
.fm-v2-newsletter small { display: block; margin-top: 14px; }
.fm-library-filters { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr) minmax(0, .8fr) auto; gap: 16px; align-items: end; padding-block: 24px; border-block: 1px solid var(--fm-ink); }
.fm-library-filters label { display: grid; gap: 8px; font: 600 12px/1.4 var(--fm-sans); }
.fm-library-filters input, .fm-library-filters select { width: 100%; min-width: 0; height: 48px; padding: 10px 12px; border: 1px solid var(--fm-rule); border-radius: 0; background: var(--fm-canvas); color: var(--fm-ink); font: 400 16px/1.4 var(--fm-sans); }
.fm-library-filters button { min-height: 48px; }
.fm-library-result-line { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 10px; padding-block: 14px; color: var(--fm-graphite); font-size: 12px; }
.fm-library-result-line a { display: inline-flex; align-items: center; min-height: 44px; }
.fm-reader-grid { align-items: start; gap: 36px 28px; }
.fm-reader-grid .fm-story-card { min-width: 0; }
.fm-reader-grid .fm-story-card--text-only { border-top: 3px solid var(--fm-ink); padding-top: 24px; background: transparent; }
.fm-reader-grid .fm-story-card h3 { font-size: clamp(26px, 2.3vw, 34px); }
.fm-reader-grid .fm-story-card p { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.fm-reader-page { max-width: 1040px; padding-block: 48px 80px; }
.fm-reader-library { padding-top: 0; }
.fm-reader-library .fm-library__header { min-height: 0; margin-bottom: 0; padding-block: 32px; }
.fm-reader-page__header h1, .fm-reader-library h1 { font-size: clamp(40px, 5.5vw, 76px); line-height: 1; margin-block: 12px 18px; }
.fm-reader-page__header p { max-width: 650px; font-size: 19px; }
.fm-reader-page__header { margin-bottom: 32px; }
.fm-saved-note { border-left: 3px solid var(--fm-cobalt); background: var(--fm-canvas); padding: 20px 24px; font-size: 14px; }
.fm-saved-note p { margin-bottom: 0; max-width: 700px; }
.fm-reader-empty { padding-block: 44px; border-bottom: 1px solid var(--fm-rule); }
.fm-reader-empty h2 { font: 500 clamp(30px, 3vw, 44px)/1.1 var(--fm-serif); }
.fm-saved-story { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding-block: 28px; border-bottom: 1px solid var(--fm-rule); }
.fm-saved-story h2 { max-width: 700px; font: 500 30px/1.12 var(--fm-serif); margin: 10px 0 0; }
.fm-saved-story h2 a { text-decoration: none; }
.fm-saved-story button { flex-shrink: 0; }
.fm-member-preview { margin: 36px 0; padding-left: 28px; }
.fm-member-preview li { padding: 24px 0 28px 16px; border-top: 1px solid var(--fm-rule); }
.fm-member-preview li::marker { color: var(--fm-cobalt); font-weight: 600; }
.fm-member-preview h2 { font: 500 clamp(28px, 3vw, 42px)/1.08 var(--fm-serif); margin-block: 12px; }
.fm-member-preview h2 a { text-decoration: none; }
.fm-member-preview p, .fm-member-preview-note { max-width: 740px; }
.fm-member-preview .fm-save { margin-top: 12px; }
.fm-article-actions { display: flex; flex-wrap: wrap; gap: 12px 24px; align-items: center; margin-top: 22px; }
.fm-article-actions a { display: inline-flex; align-items: center; min-height: 44px; font-size: 13px; }
#fm-story-body, #sources-and-verification, .fm-district-section { scroll-margin-top: 32px; }
.fm-district-section { padding-block: 36px; border-top: 1px solid var(--fm-ink); }
.fm-directory { padding-top: 20px; }
.fm-directory-product-nav { margin-bottom: 24px; }
.fm-directory-product-nav a { display: inline-flex; align-items: center; min-height: 44px; }
.fm-directory__header { margin-bottom: 32px; }
.fm-directory h1 { font-size: clamp(42px, 5.5vw, 76px); line-height: 1; max-width: 16ch; margin: 12px 0 18px; }
.fm-directory__header > p { font-size: 17px; line-height: 1.55; max-width: 740px; }
.fm-district-section h2 { font: 500 clamp(32px, 3.5vw, 48px)/1.05 var(--fm-serif); margin-block: 8px 20px; }
.fm-district-section__intro { display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.fm-resource-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.fm-resource { padding: 24px; background: var(--fm-canvas); border: 1px solid var(--fm-rule); }
.fm-resource h3 { font: 500 30px/1.05 var(--fm-serif); margin-block: 12px; }
.fm-resource p { font-size: 16px; }
.fm-resource time { font-weight: 600; }
.fm-resource .fm-text-link { display: inline-flex; min-height: 44px; align-items: center; }
.fm-verification-note { max-width: 760px; padding: 20px 0; font-size: 15px; }
.fm-archive__description { max-width: 720px; font-size: 18px; }
.fm-archive__header .fm-library__desks { margin-top: 24px; }
@media (max-width: 1180px) {
	.fm-header-tools { gap: 6px; }
	.fm-header-subscribe { padding-inline: 10px; }
	.fm-library-filters { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 820px) {
	.fm-home-identity { grid-template-columns: 1fr; gap: 8px; padding-block: 16px; }
	.fm-home-topics { display: flex; gap: 22px; min-width: 0; border: 0; }
	.fm-home-topics a, .fm-home-topics a:nth-child(n) { padding: 0; border: 0; min-height: 40px; gap: 10px; font-size: 10px; }
	.fm-home-trust { display: none; } /* Same trust links remain in the footer and article notes. */
	.fm-home-identity .fm-eyebrow { display: none; }
	.fm-home-v3 .fm-v2-lead__primary { display: flex; flex-direction: column; }
	.fm-home-v3 .fm-v2-lead__body { order: -1; padding: 22px 20px; }
	.fm-home-v3 .fm-v2-lead__body h2 { font-size: 38px; }
	.fm-home-v3 .fm-v2-lead__image img { aspect-ratio: 16 / 10; height: auto; }
	.fm-home-v3 .fm-v2-lead__body > p { margin-top: 12px; font-size: 16px; }
	.fm-home-v3 .fm-v2-lead__body .fm-story-card__byline { margin-top: 12px; }
	.fm-header-tools .fm-saved-link { display: none; }
	.fm-nav .fm-mobile-saved { display: flex; margin-top: 12px; color: var(--fm-cobalt); }
	.fm-reader-page { padding-top: 30px; }
	.fm-reader-library .fm-library__header { gap: 0; }
	.fm-resource-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
	.fm-home-identity h1 { font-size: 32px; }
	.fm-masthead .fm-wordmark { font-size: clamp(18px, 5.8vw, 23px); }
	.fm-home-identity p { font-size: 13px; }
	.fm-header-tagline { display: none; }
	.fm-home-v3 .fm-v2-lead { padding-top: 16px; }
	.fm-home-v3 .fm-v2-lead__body > p { display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
	.fm-home-v3 .fm-v2-side-story { grid-template-columns: 1fr; }
	.fm-home-v3 .fm-v2-side-story__image img { aspect-ratio: 16 / 9; }
	.fm-library-filters { gap: 16px 12px; }
	.fm-library-filters label:first-child, .fm-library-filters button { grid-column: 1 / -1; }
	.fm-reader-grid { grid-template-columns: 1fr; }
	.fm-reader-library .fm-reader-grid > .fm-story-card:first-child { display: flex; flex-direction: column; gap: 20px; }
	.fm-reader-library .fm-reader-grid > .fm-story-card:first-child .fm-story-card__body { order: -1; padding-top: 0; }
	.fm-saved-story { align-items: flex-start; gap: 16px; }
	.fm-saved-story h2 { font-size: 25px; }
	.fm-saved-note { padding: 16px; }
	.fm-reader-page__header h1, .fm-reader-library h1 { font-size: 40px; }
	.fm-member-preview { padding-left: 20px; }
	.fm-member-preview li { padding-left: 8px; }
	.fm-directory-product-nav { gap: 12px; flex-wrap: wrap; }
	.fm-directory h1 { font-size: 42px; }
	.fm-directory__actions { margin-top: 20px; }
}
