.page-home {
  --home-ink: #101b31;
  --home-muted: #5f6d82;
  --home-line: #dce3ec;
  --home-paper: #f5f7fa;
  --home-blue: #1658d4;
  --home-navy: #0c2a68;
  color: var(--home-ink);
  background: #fff;
}

.page-home main { overflow: clip; }
.page-home .container { width: min(1280px, calc(100% - 48px)); }

.home-hero {
  position: relative;
  padding: clamp(54px, 7vw, 92px) 0 62px;
  background: linear-gradient(110deg, #fff 0%, #fff 56%, #f1f5fa 56%, #f7f9fb 100%);
  border-bottom: 1px solid var(--home-line);
}

.home-hero::before {
  position: absolute;
  width: 6px;
  height: 72px;
  left: 0;
  top: 96px;
  content: "";
  background: var(--home-blue);
}

.home-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(480px, 1.05fr);
  align-items: center;
  gap: clamp(52px, 7vw, 104px);
}

.home-hero-copy { min-width: 0; }

.home-hero-eyebrow,
.home-section-kicker {
  display: block;
  margin-bottom: 13px;
  color: var(--home-blue);
  font-size: .75rem;
  font-weight: 760;
  letter-spacing: .105em;
  text-transform: uppercase;
}

.home-hero h1 {
  max-width: 660px;
  margin: 0;
  color: var(--home-ink);
  font-size: clamp(3.2rem, 5vw, 4.65rem);
  font-weight: 760;
  letter-spacing: -.057em;
  line-height: .99;
}

.home-hero-copy > p {
  max-width: 600px;
  margin: 24px 0 0;
  color: var(--home-muted);
  font-size: 1.06rem;
  line-height: 1.62;
}

.home-search { max-width: 650px; margin-top: 32px; }

.home-search-control {
  position: relative;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  align-items: center;
  min-height: 64px;
  padding: 6px 7px 6px 19px;
  color: #65758c;
  background: #fff;
  border: 1px solid #cbd5e2;
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(29, 48, 80, .09);
}

.home-search-control:focus-within {
  border-color: #4d86e2;
  box-shadow: 0 0 0 3px rgba(22, 88, 212, .13), 0 12px 30px rgba(29, 48, 80, .1);
}

.home-search-control input {
  min-width: 0;
  height: 50px;
  padding: 0 48px 0 13px;
  color: var(--home-ink);
  font: inherit;
  font-size: .96rem;
  background: transparent;
  border: 0;
  outline: 0;
}

.home-search-control input::placeholder { color: #77859a; opacity: 1; }

.home-search-control > button[type="submit"] {
  min-width: 108px;
  height: 50px;
  padding: 0 21px;
  color: #fff;
  font: inherit;
  font-weight: 700;
  background: var(--home-blue);
  border: 0;
  border-radius: 7px;
  cursor: pointer;
  transition: background-color .18s ease;
}

.home-search-control > button[type="submit"]:hover { background: #1048b3; }
.home-search-control .search-clear-btn { right: 122px; color: #68788e; }

.home-search-control .search-suggest-dropdown {
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 30;
  text-align: left;
}

.home-hero-categories {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.home-hero-categories {
  gap: 8px 15px;
  margin-top: 18px;
  font-size: .84rem;
}

.home-hero-categories > span { color: #8390a2; }
.home-hero-categories a { color: var(--home-ink); font-weight: 640; text-decoration: none; }
.home-hero-categories a:hover { color: var(--home-blue); text-decoration: underline; text-underline-offset: 4px; }

.home-hero-institution {
  position: relative;
  display: block;
  min-width: 0;
  color: var(--home-ink);
  text-decoration: none;
}

.home-hero-photo {
  position: relative;
  display: block;
  aspect-ratio: 1.22 / 1;
  overflow: hidden;
  background: #dfe5ec;
  border-radius: 11px;
}

.home-hero-photo::after {
  position: absolute;
  width: 84px;
  height: 84px;
  right: 24px;
  top: 24px;
  content: "";
  border: 1px solid rgba(255,255,255,.62);
  border-radius: 50%;
  box-shadow: 0 0 0 18px rgba(255,255,255,.13), 0 0 0 36px rgba(255,255,255,.08);
}

.home-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}

.home-hero-institution:hover .home-hero-photo img { transform: scale(1.018); }

.home-hero-photo-caption {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 24px;
  padding: 19px 2px 9px;
  color: var(--home-ink);
  text-decoration: none;
}

.home-hero-photo-caption > span { display: grid; gap: 4px; }
.home-hero-photo-caption small { color: var(--home-blue); font-size: .7rem; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.home-hero-photo-caption strong { max-width: 520px; font-size: 1.08rem; line-height: 1.35; }
.home-hero-photo-caption em { color: var(--home-muted); font-size: .78rem; font-style: normal; }
.home-hero-photo-caption > b { color: var(--home-blue); font-size: 1.15rem; font-weight: 500; }

.home-hero-institution > .home-profile-credit {
  display: block;
  width: fit-content;
  margin-left: 2px;
  color: #8490a1;
  font-size: .66rem;
  text-decoration: none;
}

.home-evidence {
  color: var(--home-ink);
  background: #fff;
  border-bottom: 1px solid var(--home-line);
}

.home-evidence-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: 74px;
}

.home-evidence-row > p {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0;
}

.home-evidence-row > p strong { font-size: 1rem; }
.home-evidence-row > p span,
.home-evidence-row li {
  color: var(--home-muted);
  font-size: .78rem;
}

.home-evidence-row ul { display: flex; align-items: center; gap: 0; margin: 0; padding: 0; list-style: none; }
.home-evidence-row li { padding: 0 20px; border-left: 1px solid var(--home-line); }
.home-evidence-row li:last-child { padding-right: 0; }
.home-evidence-row .is-verified { display: inline-flex; align-items: center; gap: 7px; color: #22694f; }
.home-evidence-row .is-verified svg { flex: 0 0 auto; }

.home-section { padding: 84px 0; }

.home-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 34px;
}

.home-section-heading h2,
.home-map-copy h2,
.home-data-copy h2,
.home-review-empty h2 {
  margin: 0;
  color: var(--home-ink);
  font-size: clamp(1.85rem, 2.7vw, 2.75rem);
  font-weight: 720;
  letter-spacing: -.043em;
  line-height: 1.08;
}

.home-section-heading p {
  max-width: 600px;
  margin: 12px 0 0;
  color: var(--home-muted);
  line-height: 1.6;
}

.home-section-heading > a,
.home-data-copy > a {
  flex: 0 0 auto;
  color: var(--home-blue);
  font-size: .86rem;
  font-weight: 680;
  text-decoration: none;
}

.home-section-heading > a:hover,
.home-data-copy > a:hover { text-decoration: underline; text-underline-offset: 4px; }

.home-category-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 58px;
  border-top: 1px solid var(--home-line);
}

.home-category-item {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) auto 22px;
  align-items: center;
  gap: 15px;
  min-height: 94px;
  color: var(--home-ink);
  text-decoration: none;
  border-bottom: 1px solid var(--home-line);
}

.home-category-icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: var(--home-blue);
  background: #eff4fc;
  border-radius: 9px;
  transition: color .18s ease, background-color .18s ease;
}

.home-category-copy { display: grid; gap: 4px; }
.home-category-copy strong { font-size: .95rem; }
.home-category-copy small { color: var(--home-muted); font-size: .77rem; line-height: 1.4; }
.home-category-count { color: #7c899b; font-size: .8rem; font-weight: 650; }
.home-category-arrow { color: #8592a4; transition: color .18s ease, transform .18s ease; }
.home-category-item:hover .home-category-icon { color: #fff; background: var(--home-blue); }
.home-category-item:hover .home-category-arrow { color: var(--home-blue); transform: translate(2px,-2px); }

.home-updated-section { background: var(--home-paper); }
.home-updated-heading { align-items: start; }

.home-updated-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 24px 38px;
}

.home-updated-item { min-width: 0; }
.home-updated-item.is-primary { grid-row: 1 / span 2; }
.home-updated-item:not(.is-primary) { display: grid; grid-template-columns: 190px minmax(0, 1fr); align-items: start; gap: 18px; }

.home-updated-media {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.56 / 1;
  background: #dce3eb;
  border-radius: 10px;
}

.home-updated-item:not(.is-primary) .home-updated-media { aspect-ratio: 1 / 1; }
.home-updated-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.home-updated-item:hover .home-updated-media img { transform: scale(1.02); }

.home-updated-copy { padding-top: 16px; }
.home-updated-item:not(.is-primary) .home-updated-copy { padding-top: 4px; }
.home-updated-copy > span { color: var(--home-blue); font-size: .68rem; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.home-updated-copy h3 { margin: 7px 0 0; font-size: 1.28rem; letter-spacing: -.025em; line-height: 1.28; }
.home-updated-item:not(.is-primary) h3 { font-size: 1rem; }
.home-updated-copy h3 a { color: var(--home-ink); text-decoration: none; }
.home-updated-copy h3 a:hover { color: var(--home-blue); }
.home-updated-copy > p { margin: 8px 0 0; color: var(--home-muted); font-size: .82rem; }
.home-updated-copy > div { display: flex; flex-wrap: wrap; gap: 5px 14px; margin-top: 15px; padding-top: 12px; border-top: 1px solid var(--home-line); }
.home-updated-copy small,
.home-profile-credit { color: #7d8999; font-size: .66rem; line-height: 1.35; text-decoration: none; }
.home-profile-credit:hover { color: var(--home-blue); }

.home-map-section { background: #fff; }

.home-map-layout {
  display: grid;
  grid-template-columns: minmax(300px, .62fr) minmax(0, 1.38fr);
  align-items: center;
  gap: clamp(52px, 7vw, 104px);
}

.home-map-copy > p,
.home-data-copy > p,
.home-review-empty > p {
  margin: 18px 0 0;
  color: var(--home-muted);
  line-height: 1.65;
}

.home-map-count { margin: 25px 0 0 !important; color: var(--home-muted); font-size: .82rem; }
.home-map-count strong { margin-right: 6px; color: var(--home-ink); font-size: 1.02rem; }

.home-map-actions { display: flex; align-items: center; gap: 23px; margin-top: 28px; }
.home-map-actions > a:not(.btn) { color: var(--home-blue); font-size: .84rem; font-weight: 680; text-decoration: none; }

.home-map-preview { margin: 0; }
.home-map-preview > a { display: block; overflow: hidden; aspect-ratio: 16 / 10.2; background: #e9eef0; border: 1px solid #d5dde5; border-radius: 10px; }
.home-map-preview img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .35s ease; }
.home-map-preview a:hover img { transform: scale(1.012); }
.home-map-preview figcaption { margin-top: 8px; color: #8590a0; font-size: .64rem; text-align: right; }
.home-map-preview figcaption a { color: inherit; }

.home-data-section { background: var(--home-paper); }

.home-data-grid {
  display: grid;
  grid-template-columns: minmax(280px, .75fr) minmax(480px, 1.25fr);
  align-items: start;
  gap: clamp(48px, 8vw, 120px);
}

.home-data-copy > a { display: inline-block; margin-top: 24px; }
.home-data-list { margin: 0; padding: 0; border-top: 1px solid var(--home-line); }
.home-data-list > div { display: grid; grid-template-columns: minmax(120px, .8fr) minmax(0, 1.2fr); gap: 18px; padding: 15px 0; border-bottom: 1px solid var(--home-line); }
.home-data-list dt { font-size: .84rem; font-weight: 680; }
.home-data-list dd { margin: 0; color: var(--home-muted); font-size: .76rem; line-height: 1.45; }

.home-review-spotlight,
.home-review-empty {
  margin: 0;
  padding: 27px 30px;
  background: var(--home-paper);
  border-left: 3px solid var(--home-blue);
}

.home-review-section { padding: 38px 0; background: #fff; }
.home-review-section .home-review-spotlight {
  display: grid;
  grid-template-columns: minmax(150px,.32fr) minmax(300px,1fr) minmax(200px,.42fr);
  align-items: center;
  gap: 28px;
}
.home-review-section .home-review-spotlight-head { display: grid; gap: 8px; }
.home-review-section .home-review-spotlight-head .home-section-kicker { margin: 0; }
.home-review-section .home-review-spotlight blockquote { margin: 0; }
.home-review-section .home-review-spotlight-footer { padding: 0 0 0 24px; border-top: 0; border-left: 1px solid var(--home-line); }

.home-review-spotlight-head { display: flex; align-items: start; justify-content: space-between; gap: 16px; }
.home-review-score { color: #8a6100; font-size: .78rem; font-weight: 750; }
.home-review-spotlight blockquote { margin: 15px 0 19px; color: #1a2943; font-size: 1rem; font-weight: 520; letter-spacing: -.015em; line-height: 1.55; }
.home-review-spotlight-footer { display: grid; gap: 5px; padding-top: 14px; border-top: 1px solid var(--home-line); }
.home-review-spotlight-footer span { color: #7d8999; font-size: .7rem; }
.home-review-spotlight-footer a,
.home-review-empty > a { color: var(--home-blue); font-size: .77rem; font-weight: 670; text-decoration: none; }
.home-review-spotlight-footer a:last-child { margin-top: 7px; }
.home-review-empty h2 { font-size: 1.4rem; }
.home-review-empty > p { margin-bottom: 18px; font-size: .84rem; }

.page-home a:focus-visible,
.page-home button:focus-visible,
.page-home input:focus-visible { outline: 3px solid #55bcea; outline-offset: 3px; }

@media (max-width: 1100px) {
  .home-hero-grid { grid-template-columns: minmax(0, .9fr) minmax(410px, 1fr); gap: 50px; }
  .home-hero h1 { font-size: clamp(3rem, 5.2vw, 4rem); }
  .home-updated-grid { grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); gap: 22px 28px; }
  .home-updated-item:not(.is-primary) { grid-template-columns: 150px minmax(0,1fr); }
  .home-data-grid { grid-template-columns: minmax(230px,.7fr) minmax(310px,1fr); }
  .home-review-section .home-review-spotlight { grid-template-columns: 130px minmax(260px,1fr) 190px; gap: 20px; }
}

@media (max-width: 880px) {
  .page-home .container { width: min(100% - 40px, 760px); }
  .home-hero { background: #fff; }
  .home-hero-grid { grid-template-columns: 1fr; }
  .home-hero-institution { width: min(100%, 650px); }
  .home-evidence-row { align-items: flex-start; flex-direction: column; justify-content: center; gap: 11px; padding: 16px 0; }
  .home-evidence-row ul { flex-wrap: wrap; gap: 8px 16px; }
  .home-evidence-row li { padding: 0; border: 0; }
  .home-updated-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .home-updated-item.is-primary { grid-row: auto; }
  .home-updated-item:not(.is-primary) { grid-template-columns: 210px minmax(0,1fr); }
  .home-map-layout { grid-template-columns: 1fr; gap: 36px; }
  .home-map-copy { max-width: 620px; }
  .home-data-grid { grid-template-columns: 1fr; }
  .home-review-section .home-review-spotlight { grid-template-columns: 1fr; gap: 16px; }
  .home-review-section .home-review-spotlight-head { display: flex; }
  .home-review-section .home-review-spotlight-footer { padding: 13px 0 0; border-top: 1px solid var(--home-line); border-left: 0; }
}

@media (max-width: 700px) {
  .page-home .container { width: calc(100% - 32px); }
  .home-hero { padding: 34px 0 32px; }
  .home-hero::before { width: 4px; height: 52px; top: 68px; }
  .home-hero-grid { gap: 26px; }
  .home-hero h1 { font-size: clamp(2.25rem, 10vw, 2.8rem); line-height: 1.01; }
  .home-hero-copy > p { margin-top: 14px; font-size: .92rem; }
  .home-search { margin-top: 20px; }
  .home-search-control { grid-template-columns: 20px minmax(0,1fr); min-height: 58px; padding: 5px 13px 5px 16px; }
  .home-search-control input { height: 46px; padding: 0 34px 0 10px; font-size: .91rem; }
  .home-search-control > button[type="submit"] { grid-column: 1 / -1; width: 100%; height: 47px; margin-top: 4px; }
  .home-search-control .search-clear-btn { right: 10px; top: 11px; }
  .home-search-control .search-suggest-dropdown { top: 63px; }
  .home-hero-categories { gap: 7px 13px; margin-top: 14px; }
  .home-hero-categories > span { width: 100%; }
  .home-hero-categories a:nth-of-type(n+4) { display: none; }
  .home-hero-photo { aspect-ratio: 1.52 / 1; }
  .home-hero-photo::after { width: 54px; height: 54px; right: 17px; top: 17px; box-shadow: 0 0 0 12px rgba(255,255,255,.13), 0 0 0 24px rgba(255,255,255,.07); }
  .home-hero-photo-caption { padding-top: 14px; }
  .home-hero-photo-caption strong { font-size: .98rem; }
  .home-evidence-row { min-height: 0; padding: 14px 0; }
  .home-evidence-row > p strong { font-size: .92rem; }
  .home-evidence-row > p span, .home-evidence-row li { font-size: .69rem; }
  .home-evidence-row li:nth-child(2) { display: none; }
  .home-section { padding: 44px 0; }
  .home-section-heading { display: grid; align-items: start; gap: 17px; margin-bottom: 25px; }
  .home-section-heading > a { justify-self: start; }
  .home-section-heading h2, .home-map-copy h2, .home-data-copy h2 { font-size: 1.82rem; }
  .home-section-heading p { font-size: .88rem; }
  .home-category-list { grid-template-columns: 1fr; column-gap: 0; }
  .home-category-item { grid-template-columns: 36px minmax(0,1fr) auto 18px; gap: 11px; min-height: 66px; }
  .home-category-item:nth-child(n+5) { display: none; }
  .home-category-icon { width: 36px; height: 36px; }
  .home-category-copy small { display: none; }
  .home-updated-grid { gap: 22px; }
  .home-updated-item.is-primary .home-updated-media { aspect-ratio: 1.62 / 1; }
  .home-updated-item:not(.is-primary) { grid-template-columns: 116px minmax(0,1fr); gap: 15px; }
  .home-updated-item:not(.is-primary):nth-child(3) { display: none; }
  .home-updated-item:not(.is-primary) .home-updated-media { min-height: 122px; }
  .home-updated-copy { padding-top: 12px; }
  .home-updated-item:not(.is-primary) .home-updated-copy { padding-top: 1px; }
  .home-updated-copy h3 { font-size: 1.08rem; }
  .home-updated-item:not(.is-primary) h3 { font-size: .9rem; }
  .home-updated-copy > div { margin-top: 10px; padding-top: 9px; }
  .home-updated-item:not(.is-primary) .home-profile-credit { display: none; }
  .home-updated-item:not(.is-primary) .home-updated-copy > div { display: none; }
  .home-map-count { margin-top: 17px !important; }
  .home-map-preview > a { aspect-ratio: 1.4 / 1; }
  .home-map-preview img { object-position: 46% 50%; }
  .home-map-actions { align-items: center; flex-direction: row; gap: 17px; margin-top: 20px; }
  .home-map-actions .btn { width: 100%; }
  .home-map-actions > a:not(.btn) { flex: 0 0 auto; }
  .home-data-list > div { grid-template-columns: minmax(105px,.8fr) minmax(0,1.2fr); gap: 12px; padding: 11px 0; }
  .home-data-copy > p { margin-top: 13px; }
  .home-data-copy > a { margin-top: 17px; }
  .home-review-section { padding: 26px 0; }
  .home-review-spotlight, .home-review-empty { padding: 19px 20px; }
  .home-review-spotlight blockquote { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 5; font-size: .9rem; }

  .page-home .site-footer { margin-top: 28px; }
  .page-home .footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px 18px; padding: 28px 0 24px; }
  .page-home .footer-grid > div:first-child { grid-column: 1 / -1; }
  .page-home .footer-brand { margin-bottom: 0; }
  .page-home .footer-grid > div:first-child > p { display: none; }
  .page-home .footer-grid h3 { margin-bottom: 10px; }
  .page-home .footer-list { gap: 6px; }
  .page-home .footer-list a { font-size: .78rem; }
  .page-home .footer-grid > div:nth-child(2) .footer-list li:nth-child(n+6),
  .page-home .footer-grid > div:nth-child(3) .footer-list li:nth-child(n+4) { display: none; }
  .page-home .footer-bottom { padding: 13px 0 calc(13px + env(safe-area-inset-bottom, 0px)); font-size: .72rem; }
}

@media (max-width: 390px) {
  .home-hero h1 { font-size: 2.15rem; }
  .home-updated-item:not(.is-primary) { grid-template-columns: 104px minmax(0,1fr); }
}

@media (prefers-reduced-motion: reduce) {
  .page-home *, .page-home *::before, .page-home *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
