/* One responsive composition; approved desktop artwork and the homepage stay intact. */
.archive-feed__hero-grid { grid-template-columns: minmax(0, 1.2fr) minmax(12rem, .8fr); }
.archive-feed__body { padding-block: 3rem; }
.archive-feed__body .post-card { box-shadow: 0 5px 18px #16344608; }
.search-section-matches { margin: 2rem 0; }
.search-section-matches h2 { font: 400 1.5rem/1.35 Georgia, serif; color: #233e49; }
.search-section-matches ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.search-section-matches li { min-width: 0; }
.search-section-match { display: block; padding: 1.2rem; border: 1px solid #d6c8ad; border-radius: 2px; text-decoration: none; background: #fffdf8; }
.search-section-match strong { display: block; font: 400 1.3rem/1.4 Georgia, serif; color: #233e49; }
.search-section-match span { display: block; margin-top: .5rem; color: #625f56; font-size: .88rem; line-height: 1.6; }
.search-section-match strong span { display: inline; margin: 0; color: #9a7945; }
.search-section-match:hover, .search-section-match:focus-visible { border-color: #9a7945; background: #faf4e8; }

@media (max-width: 820px) {
 body:not(.home) .metropolis-hub__hero {
  min-height: 520px;
  height: auto;
  max-height: none;
 }
 body:not(.home) .metropolis-hub__hero .metropolis-hub__hero-grid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 1.1rem;
  height: auto;
  min-height: 520px;
  max-height: none;
  padding-block: 1.5rem;
 }
 body:not(.home) .metropolis-hub__hero .metropolis-panel__seal { display: none; }
 body:not(.home) .metropolis-hub__hero .metropolis-panel__intro { align-self: auto; min-width: 0; width: 100%; }
 body:not(.home) .metropolis-hub__hero .metropolis-panel__intro h1 {
  max-width: 100%;
  font-size: clamp(2rem, 7.8vw, 2.65rem);
  line-height: 1.13;
  letter-spacing: -.035em;
 }
 body:not(.home) .metropolis-hub__hero .metropolis-panel__intro .eyebrow { font-size: .66rem; letter-spacing: .065em; line-height: 1.6; }
 body:not(.home) .metropolis-hub__hero .metropolis-panel__intro .ornament { margin-block: .65rem; }
 body:not(.home) .metropolis-hub__hero .metropolis-hub__lead { font-size: .87rem; line-height: 1.65; }
 body:not(.home) .metropolis-hub__hero .metropolis-hub__place { font-size: .92rem; margin-top: .5rem; }
 body:not(.home) .metropolis-hub__hero .metropolis-hub__facts { width: 100%; }
 body:not(.home) .metropolis-hub__hero .metropolis-hub__facts > .eyebrow { margin-bottom: .35rem; font-size: .64rem; }
 body:not(.home) .metropolis-hub__hero .metropolis-hub__facts dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 1rem; }
 body:not(.home) .metropolis-hub__hero .metropolis-hub__facts dl > div { padding: .45rem 0; border-left: 0; }
 body:not(.home) .metropolis-hub__hero .metropolis-hub__facts dt { font-size: .58rem; letter-spacing: .055em; }
 body:not(.home) .metropolis-hub__hero .metropolis-hub__facts dd { font-size: .78rem; line-height: 1.45; overflow-wrap: anywhere; }
 body:not(.home) .metropolis-hub__hero .ministry-hero__links { display: flex; flex-wrap: wrap; gap: 0 1.4rem; }
 body:not(.home) .metropolis-hub__hero .ministry-hero__links a { flex: 1 1 10rem; font-size: .84rem; padding: .6rem 0; }
 body:not(.home) .places-hero__links a { min-height: 0; padding-block: .6rem; grid-template-columns: 2rem 1fr auto; gap: .65rem; }
 body:not(.home) .places-hero__links span { font-size: 1.65rem; }
 body:not(.home) .places-hero__links strong { font-size: .88rem; line-height: 1.45; }
 body:not(.home) .metropolis-hub__hero.metropolis-panel--mosaic-emblem:not(.hierarch-hub__hero--shepherd)::before {
  opacity: .42;
  background-position: 58% 50%;
  background-size: auto 95%;
  filter: saturate(.6) contrast(.92) brightness(.92);
  -webkit-mask-image: radial-gradient(ellipse 92% 48% at 60% 50%, #000 25%, transparent 100%);
  mask-image: radial-gradient(ellipse 92% 48% at 60% 50%, #000 25%, transparent 100%);
 }
 body:not(.home) .metropolis-hub__hero:not(.hierarch-hub__hero--shepherd) .metropolis-panel__ornament { opacity: .12; }
 body:not(.home) .hierarch-hub__hero .hierarch-hub__title { width: fit-content; }
 body:not(.home) .hierarch-hub__hero .hierarch-hub__kicker { font-size: .5rem; letter-spacing: .02em; white-space: nowrap; }
 body:not(.home) .hierarch-hub__hero .hierarch-hub__quote p { font-size: .82rem; line-height: 1.65; }
 body:not(.home) .publication-hub__hero .publication-hub__explanation { font-size: .9rem; line-height: 1.7; }
 body:not(.home) .saints-icon-hero { justify-content: center; }
 body:not(.home) .saints-icon-hero .saints-icon-hero__inner { min-height: 0; height: auto; padding-block: 1.5rem 0; }
 body:not(.home) .saints-icon-hero h1 { font-size: clamp(2rem, 7.8vw, 2.65rem); line-height: 1.13; }
 body:not(.home) .saints-icon-hero--mosaic .saints-icon-hero__art { width: min(100%, 500px); align-self: center; margin-block: .7rem 1.5rem; }
 .search-section-matches ul { grid-template-columns: 1fr; }
}
