/* Home introduces people first; full directories own filtering and pagination. */
body[data-page="home"] .home-hero { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); padding-block: 30px; gap: clamp(28px, 4vw, 56px); align-items: center; }
body[data-page="home"] .home-hero-copy { padding-block: 10px; }
body[data-page="home"] .home-hero h1 { font-size: clamp(32px, 3.25vw, 43px); line-height: 1.36; letter-spacing: -.045em; text-wrap: initial; }
body[data-page="home"] .home-live-kicker { margin-bottom: 18px; font-size: 13px; }
body[data-page="home"] .home-hero-lead { margin: 20px 0 26px; font-size: 15px; line-height: 1.9; }
body[data-page="home"] .home-hero-actions .button { border-radius: 9px; min-height: 48px; padding-inline: 21px; font-size: 14px; }
body[data-page="home"] .home-hero-note { margin: 19px 0 0; color: #6a756a; font-size: 12px; }
body[data-page="home"] .home-feature,
body[data-page="home"] .home-feature-placeholder { min-height: 360px; }
body[data-page="home"] #homeFeature .home-person-photo { height: clamp(220px, 19vw, 270px); }
body[data-page="home"] #homeFeature .home-person-copy { padding: 16px 20px 18px; }
body[data-page="home"] #homeFeature .home-person-read { margin-top: 6px; padding-top: 6px; }
body[data-page="home"] .home-main .sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
body[data-page="home"] .home-discovery-section,
body[data-page="home"] .home-stories-section,
body[data-page="home"] .home-content-section,
body[data-page="home"] .home-info-section { padding-block: 40px; border-bottom: 1px solid #e7e1d5; background: #fffdf7; }
body[data-page="home"] .home-section-heading { margin-bottom: 22px; }
body[data-page="home"] .home-section-heading h2 { max-width: none; margin: 0; font-size: clamp(25px, 2.25vw, 31px); line-height: 1.4; letter-spacing: -.035em; }
body[data-page="home"] .home-section-heading .eyebrow { margin: 0 0 8px; font-size: 12px; }
body[data-page="home"] .home-section-heading-inline { display: flex; justify-content: space-between; align-items: end; gap: 18px; }
body[data-page="home"] .home-section-heading-inline > div { min-width: 0; }
body[data-page="home"] .home-section-link { display: inline-flex; flex: none; align-items: center; gap: 8px; min-height: 44px; color: #0d4a39; font-size: 13px; font-weight: 700; white-space: nowrap; }
body[data-page="home"] .home-section-link:hover { text-decoration: underline; text-underline-offset: 5px; }
body[data-page="home"] .home-section-description { max-width: 700px; margin: 10px 0 0; color: #627066; font-size: 14px; line-height: 1.7; }
body[data-page="home"] .home-field-content { margin-top: 0; padding-top: 0; border-top: 0; }
body[data-page="home"] .home-stories-section { background: #f8f5ed; }
body[data-page="home"] #homeContentStatus { padding-bottom: 5px; }
body[data-page="home"] .home-city-record-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
body[data-page="home"] .home-city-record-grid[data-record-count="2"] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
body[data-page="home"] .home-city-record-grid[data-record-count="1"],
body[data-page="home"] .home-city-record-grid[data-record-count="0"] { grid-template-columns: minmax(0, 1fr); }
body[data-page="home"] .home-city-record-card { min-width: 0; }
body[data-page="home"] .home-city-record-grid[data-record-count="1"] .home-city-record-card { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 0; }
body[data-page="home"] .home-city-record-grid[data-record-count="1"] .content-card-media { min-height: 250px; height: 100%; aspect-ratio: auto; }
body[data-page="home"] .home-city-record-grid[data-record-count="1"] .content-card-body { justify-content: center; padding: 28px 34px; }
body[data-page="home"] .home-city-record-grid[data-record-count="1"] .content-card-body h3 { margin-block: 10px; font-size: 27px; }
body[data-page="home"] .home-city-record-grid[data-record-count="1"] .content-source { margin-top: 20px; }
body[data-page="home"] .home-city-record-card .content-card-body p { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
body[data-page="home"] .home-record-invitation { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 18px; padding-block: 6px; }
body[data-page="home"] .home-record-invitation p { display: flex; align-items: center; gap: 9px; margin: 0; color: #667266; font-size: 13px; }
body[data-page="home"] .home-record-invitation p i { color: #0d4a39; font-size: 20px; }
body[data-page="home"] .home-record-invitation a { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; color: #0d4a39; font-size: 13px; font-weight: 700; white-space: nowrap; }
body[data-page="home"] .home-city-record-empty { min-height: 140px; padding: 22px; }
body[data-page="home"] .home-city-record-grid[data-record-state="empty"] + .home-record-invitation { display: none; }
body[data-page="home"] .home-info-section .home-section-heading > p { max-width: 360px; font-size: 13px; color: #667266; }
body[data-page="home"] .home-publish-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-bottom: 20px; }
body[data-page="home"] .home-publish-steps article { min-width: 0; }
body[data-page="home"] .home-publish-steps i { color: #e1c97e; font-size: 23px; }
body[data-page="home"] .home-publish-steps h3 { margin: 10px 0 8px; color: #fffdf7; font-size: 17px; }
body[data-page="home"] .home-publish-steps p { margin: 0; color: #d6e0d8; font-size: 13px; line-height: 1.8; }
body[data-page="home"] .home-trust-section > .home-inline-link { color: #fffdf7; }
body[data-page="home"] .home-conversion-layout { grid-template-columns: minmax(0, 1fr) auto; gap: 36px; }
body[data-page="home"] .home-conversion-layout h2 { font-size: clamp(25px, 2.4vw, 34px); line-height: 1.4; }
body[data-page="home"] .home-conversion-description { max-width: 600px; margin: 12px 0 0; color: #ffeadc; font-size: 14px; line-height: 1.8; }
body[data-page="home"] .home-conversion-actions { display: flex; flex-direction: column; align-items: center; gap: 6px; }
body[data-page="home"] .home-conversion-actions .button { min-width: 200px; border-radius: 9px; }
body[data-page="home"] .home-conversion-link { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; color: #fffdf7; font-size: 13px; }
@media (max-width: 900px) {
  body[data-page="home"] .home-hero { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 24px; }
  body[data-page="home"] .home-hero h1 { font-size: clamp(27px, 3.7vw, 33px); }
  body[data-page="home"] .home-hero-actions .button { padding-inline: 15px; }
  body[data-page="home"] .home-city-record-grid { gap: 16px; }
  body[data-page="home"] .home-city-record-grid[data-record-count="1"] .content-card-body { padding: 22px; }
}
@media (max-width: 680px) {
  body[data-page="home"] .home-hero { grid-template-columns: minmax(0, 1fr); padding-block: 24px 30px; gap: 24px; }
  body[data-page="home"] .home-hero-copy { padding: 0; }
  body[data-page="home"] #homeFeature .home-person-photo { height: clamp(210px, 60vw, 300px); }
  body[data-page="home"] .home-hero h1 { font-size: clamp(26px, 6.85vw, 40px); line-height: 1.4; }
  body[data-page="home"] .home-live-kicker { font-size: 12px; margin-bottom: 13px; }
  body[data-page="home"] .home-hero-lead { margin: 15px 0 20px; font-size: 13px; line-height: 1.85; }
  body[data-page="home"] .home-hero-note { display: none; }
  body[data-page="home"] .home-hero-actions { display: flex; gap: 9px; }
  body[data-page="home"] .home-hero-actions .button { flex: 1 1 0; width: auto; min-width: 0; font-size: 13px; padding-inline: 10px; }
  body[data-page="home"] .home-discovery-section,
  body[data-page="home"] .home-stories-section,
  body[data-page="home"] .home-content-section,
  body[data-page="home"] .home-info-section { padding-block: 28px; }
  body[data-page="home"] .home-section-heading-inline { flex-wrap: wrap; align-items: start; gap: 6px; }
  body[data-page="home"] .home-section-heading { margin-bottom: 16px; }
  body[data-page="home"] .home-section-heading h2 { font-size: 24px; }
  body[data-page="home"] .home-section-link { min-height: 40px; }
  body[data-page="home"] .home-city-record-grid,
  body[data-page="home"] .home-city-record-grid[data-record-count="2"],
  body[data-page="home"] .home-city-record-grid[data-record-count="1"] .home-city-record-card { grid-template-columns: minmax(0, 1fr); }
  body[data-page="home"] .home-city-record-grid[data-record-count="1"] .content-card-media { min-height: 0; aspect-ratio: 16 / 10; }
  body[data-page="home"] .home-city-record-grid[data-record-count="1"] .content-card-body { padding: 20px; }
  body[data-page="home"] .home-city-record-grid[data-record-count="1"] .content-card-body h3 { font-size: 23px; }
  body[data-page="home"] .home-record-invitation { align-items: start; flex-direction: column; gap: 4px; }
  body[data-page="home"] .home-publish-steps { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  body[data-page="home"] .home-conversion-layout { grid-template-columns: minmax(0, 1fr); gap: 22px; }
  body[data-page="home"] .home-conversion-actions { align-items: start; }
}

@media (max-width: 420px) {
  body[data-page="home"] .home-hero-actions { display: grid; grid-template-columns: minmax(0, 1fr); }
  body[data-page="home"] .home-hero-actions .button { width: 100%; flex: none; }
}
