:root {
  color: #17312e;
  background: #f3f1e8;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: #17312e;
  background: #f3f1e8;
}

body.business-detail-shell {
  background-color: #f3f1e8;
  background-image:
    radial-gradient(circle at 96% 18%, rgba(145, 215, 203, 0.1), transparent 36rem),
    radial-gradient(circle at 72% 86%, rgba(155, 62, 42, 0.035), transparent 34rem),
    repeating-linear-gradient(122deg, rgba(11, 45, 42, 0.01) 0 1px, transparent 1px 22px);
  background-attachment: fixed;
}

a {
  color: inherit;
  text-underline-offset: 4px;
}

a:focus-visible {
  outline: 3px solid #9b3e2a;
  outline-offset: 4px;
}

.static-header a:focus-visible,
.static-footer a:focus-visible {
  outline-color: #dce66b;
}

.static-header,
.static-footer {
  padding: 24px max(5vw, 24px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #fff;
  background: #082825;
}

.static-header nav,
.static-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.static-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.static-brand span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  font-family: Georgia, serif;
  letter-spacing: 0;
}

.static-header nav a,
.static-footer nav a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  font-size: 0.78rem;
  font-weight: 700;
}

.static-main {
  width: min(1120px, calc(100% - 48px));
  min-height: calc(100vh - 220px);
  margin: 0 auto;
  padding: 70px 0 90px;
}

.static-main.business-page {
  width: min(1240px, calc(100% - 48px));
}

.static-eyebrow {
  margin: 0 0 14px;
  color: #9b3e2a;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.static-main h1,
.static-main h2,
.static-main h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.static-main h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(2.65rem, 7vw, 5.8rem);
  line-height: 0.95;
  letter-spacing: -0.045em;
}

.static-main h2 {
  margin: 0 0 28px;
  font-size: clamp(1.45rem, 3vw, 2.1rem);
  line-height: 1.08;
}

.static-main h3 {
  margin: 38px 0 16px;
  font-size: 1.2rem;
}

.static-lead {
  max-width: 780px;
  margin: 28px 0 0;
  color: #536560;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  line-height: 1.7;
}

.breadcrumbs {
  margin-bottom: 46px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: #61706c;
  font-size: 0.8rem;
}

.business-hero {
  min-height: 600px;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 1.04fr);
  align-items: stretch;
  gap: clamp(30px, 4.5vw, 56px);
}

.business-copy {
  padding: clamp(28px, 4.5vw, 52px);
  position: relative;
  overflow: hidden;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(178, 187, 174, 0.75);
  border-left: 4px solid #9b3e2a;
  border-radius: 5px;
  background: rgba(250, 249, 243, 0.9);
  box-shadow: 0 18px 52px rgba(17, 52, 48, 0.07);
  backdrop-filter: blur(5px);
}

.business-page .business-title {
  max-width: 100%;
  font-size: clamp(3.7rem, 6vw, 5.35rem);
  line-height: 0.91;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: balance;
}

.business-page .business-title--medium {
  font-size: clamp(3.4rem, 5.2vw, 4.65rem);
}

.business-page .business-title--long {
  font-size: clamp(3.15rem, 4.6vw, 4.15rem);
  line-height: 0.92;
}

.business-page .business-title--wide-word {
  font-size: clamp(3rem, 4.2vw, 4rem);
}

.business-gallery-frame {
  height: 600px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(178, 187, 174, 0.78);
  border-radius: 6px;
  background: rgba(250, 249, 243, 0.88);
  box-shadow: 0 20px 55px rgba(17, 52, 48, 0.09);
}

.gallery-cue {
  min-height: 48px;
  margin: 0;
  padding: 0 14px;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #596a65;
  border-bottom: 1px solid rgba(197, 201, 191, 0.72);
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.gallery-cue strong {
  color: #17312e;
  font-size: 0.72rem;
}

.business-gallery {
  padding: 10px;
  min-height: 0;
  display: flex;
  flex: 1;
  gap: 12px;
  overflow-x: auto;
  background: transparent;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: #899b95 #e4e5dd;
}

.business-gallery figure {
  min-width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
  background: #d9ddd5;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.business-gallery--multiple figure {
  min-width: calc(100% - 48px);
}

.business-gallery img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.status {
  margin-top: 24px;
  padding: 8px 11px;
  display: inline-block;
  border: 1px solid #aab7ae;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
}

.business-copy .status {
  align-self: flex-start;
}

.status--verified {
  color: #195f45;
  border-color: #78aa91;
  background: #e2efe6;
}

.content-grid,
.editorial-sections {
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.business-page .content-grid {
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
  gap: 24px;
}

.static-card {
  padding: clamp(25px, 4vw, 42px);
  border: 1px solid #d5d6cc;
  border-radius: 4px;
  background: #faf9f3;
}

.business-page .static-card {
  border-color: rgba(187, 193, 182, 0.86);
  background: rgba(250, 249, 243, 0.88);
  box-shadow: 0 18px 55px rgba(17, 52, 48, 0.065);
  backdrop-filter: blur(7px);
}

.business-page .contact-card {
  border-top: 3px solid #aac8c1;
}

.business-page .services-card {
  border-top: 3px solid #aac8c1;
}

.static-card p {
  margin: 0;
  color: #52625e;
  line-height: 1.7;
}

.facts {
  margin: 0;
  display: grid;
  gap: 0;
}

.fact-row {
  min-width: 0;
  position: relative;
  display: grid;
  grid-template-columns: minmax(160px, 0.42fr) minmax(0, 0.58fr);
  gap: 0 28px;
  border-bottom: 1px solid rgba(202, 205, 195, 0.72);
  border-radius: 3px;
  transition: background-color 150ms ease;
}

.fact-row:last-child {
  border-bottom: 0;
}

.fact-row--link {
  cursor: pointer;
}

.fact-row--link:hover {
  background: rgba(223, 232, 224, 0.56);
}

.fact-row--link:focus-within {
  outline: 3px solid #9b3e2a;
  outline-offset: 2px;
}

.facts dt {
  min-width: 0;
  padding: 15px 0;
  display: flex;
  align-items: center;
  gap: 11px;
  color: #5f6d69;
  font-size: 0.71rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.35;
  text-transform: uppercase;
}

.static-icon {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
}

.facts dd {
  padding: 15px 0;
  margin: 0;
  overflow-wrap: anywhere;
  font-size: 0.98rem;
  line-height: 1.65;
}

.facts dd a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
}

.address-line {
  display: block;
}

.address-line + .address-line {
  color: #64736f;
}

.fact-row--link dd a::after {
  content: "";
  position: absolute;
  inset: 0;
}

.fact-row--link dd a:focus-visible {
  outline: 0;
}

.fact-row--phone dd,
.fact-row--primary-phone dd {
  font-size: 1.16rem;
  font-weight: 650;
  letter-spacing: 0.01em;
}

.fact-row--primary-phone dd {
  font-size: 1.3rem;
}

.fact-row--phone dd a,
.fact-row--primary-phone dd a {
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.facts dt .static-icon {
  width: 34px;
  height: 34px;
  padding: 7px;
  color: #70483d;
  border-radius: 50%;
  background: #edf0e5;
}

.tag-list,
.link-list,
.source-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  list-style: none;
}

.tag-list li {
  padding: 9px 12px;
  border: 1px solid #d0d5cd;
  border-radius: 999px;
  background: #f1f3ee;
  font-size: 0.8rem;
}

.coverage-summary {
  font-size: 0.9rem;
}

.coverage-links {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(202, 205, 195, 0.72);
}

.coverage-links > span {
  display: block;
  margin-bottom: 10px;
  color: #65746f;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.coverage-links div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
}

.coverage-links a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  font-size: 0.78rem;
  font-weight: 800;
}

.link-list {
  display: grid;
  gap: 9px;
}

.source-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.source-list a,
.correction-link {
  min-height: 60px;
  padding: 10px 14px 10px 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #17312e;
  border: 1px solid #d5d9cf;
  border-radius: 4px;
  background: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
  transition: border-color 160ms ease, transform 160ms ease;
}

.source-list a:hover,
.correction-link:hover {
  border-color: #17312e;
  transform: translateY(-1px);
}

.action-icon {
  width: 40px;
  height: 40px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  color: #17312e;
  border-radius: 50%;
  background: #edf0e5;
}

.correction-link {
  width: max-content;
  max-width: 100%;
  margin-top: 24px;
}

.research-card {
  margin-top: 18px;
  background-image:
    radial-gradient(circle at 96% 12%, rgba(145, 215, 203, 0.07), transparent 24rem),
    linear-gradient(115deg, rgba(255, 255, 255, 0.34), transparent 50%);
}

.research-card .static-eyebrow {
  margin-bottom: 20px;
}

.research-card h2 {
  margin-bottom: 28px;
}

.research-card > p:not(.static-eyebrow) {
  max-width: 860px;
}

.research-card .checked-date {
  margin-top: 16px;
  font-size: 0.82rem;
}

.research-card .editor-credit {
  margin-top: 10px;
  margin-bottom: 32px;
  font-size: 0.82rem;
}

.return-link {
  margin: 38px 0 0;
  font-weight: 800;
}

.editorial-page {
  max-width: 960px;
}

.editorial-page h1 {
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.editorial-sections {
  grid-template-columns: 1fr;
}

.editorial-credit {
  margin: 18px 0 0;
  color: #65746f;
  font-size: 0.82rem;
  font-weight: 700;
}

.taxonomy-hero {
  max-width: 980px;
}

.taxonomy-hero h1 {
  line-height: 1.02;
}

.taxonomy-freshness {
  margin: 24px 0 0;
  color: #65746f;
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.02em;
}

.taxonomy-list,
.taxonomy-index {
  margin-top: 66px;
}

.listing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.listing-grid--single {
  grid-template-columns: minmax(0, 520px);
}

.listing-grid--double {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.listing-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #d2d5ca;
  border-radius: 5px;
  background: #faf9f3;
  box-shadow: 0 14px 38px rgba(17, 52, 48, 0.055);
}

.listing-card__photo {
  display: block;
  overflow: hidden;
  background: #d9ddd5;
}

.listing-card__photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  transition: transform 220ms ease;
}

.listing-card__photo:hover img {
  transform: scale(1.015);
}

.listing-card__body {
  padding: 22px;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.listing-card__eyebrow {
  margin: 0 0 8px;
  color: #9b3e2a;
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.listing-card h2 {
  margin: 0;
  font-size: clamp(1.45rem, 2.4vw, 1.9rem);
  overflow-wrap: anywhere;
}

.listing-card__body > p:not(.listing-card__eyebrow) {
  margin: 14px 0 0;
  color: #576762;
  font-size: 0.84rem;
  line-height: 1.58;
}

.listing-card__verification {
  margin-top: 16px;
  padding: 13px 14px;
  border-left: 2px solid #aab7ae;
  background: #f1f2ec;
}

.listing-card__verification .status {
  margin: 0;
  padding: 6px 9px;
  font-size: 0.64rem;
}

.listing-card__verification p {
  margin: 9px 0 0;
  color: #5c6b67;
  font-size: 0.71rem;
  line-height: 1.55;
}

.listing-card__body .listing-card__meta {
  margin-top: auto;
  padding-top: 20px;
  font-size: 0.74rem;
  font-weight: 750;
}

.listing-card__services,
.facet-service-list {
  margin: 18px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
}

.listing-card__services li,
.facet-service-list li {
  padding: 6px 8px;
  color: #52625e;
  border: 1px solid #d7d9d0;
  border-radius: 999px;
  background: #f1f2ec;
  font-size: 0.67rem;
  font-weight: 750;
}

.listing-card__meta a {
  display: inline-block;
}

.listing-card__contact {
  margin-top: 14px;
  padding-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  border-top: 1px solid #dadbd2;
}

.listing-card__contact a {
  min-height: 42px;
  padding: 8px 10px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid #d1d6cd;
  border-radius: 4px;
  background: #fff;
  font-size: 0.72rem;
  font-weight: 850;
  text-decoration: none;
}

.listing-card__contact a:hover {
  border-color: #17312e;
}

.listing-card__contact .static-icon {
  width: 17px;
  height: 17px;
}

.listing-card__action {
  min-height: 48px;
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: #17312e;
  border-top: 1px solid #dadbd2;
  font-size: 0.78rem;
  font-weight: 850;
  text-decoration: none;
}

.taxonomy-note {
  margin-top: 28px;
  padding: 24px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  color: #dce8e2;
  border-radius: 4px;
  background: #143f3a;
}

.taxonomy-note p {
  max-width: 740px;
  margin: 0;
  line-height: 1.65;
}

.taxonomy-note a {
  min-height: 48px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  color: #fff;
  font-weight: 800;
}

.taxonomy-index ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
}

.taxonomy-index li {
  min-width: 0;
}

.taxonomy-index a {
  min-height: 94px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid #d3d6cb;
  border-radius: 4px;
  background: #faf9f3;
  text-decoration: none;
  transition: border-color 160ms ease, transform 160ms ease;
}

.taxonomy-index a:hover {
  border-color: #17312e;
  transform: translateY(-1px);
}

.taxonomy-index a span {
  min-width: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.17rem;
  overflow-wrap: anywhere;
}

.taxonomy-index a strong {
  flex: 0 0 auto;
  color: #66746f;
  font-size: 0.7rem;
  white-space: nowrap;
}

.facet-index {
  margin-top: 34px;
  padding: clamp(24px, 3vw, 34px);
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
  gap: 32px;
  border: 1px solid #d3d6cb;
  border-radius: 5px;
  background: rgba(250, 249, 243, 0.82);
}

.facet-index h2,
.facet-summary h2 {
  margin: 0;
  font-size: clamp(1.55rem, 2.5vw, 2.2rem);
}

.facet-index p,
.facet-summary p {
  margin: 10px 0 0;
  color: #576762;
  line-height: 1.65;
}

.facet-index ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  list-style: none;
}

.facet-index a {
  min-height: 52px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid #d8dbd2;
  border-radius: 4px;
  background: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
}

.facet-index a:hover {
  border-color: #17312e;
}

.facet-index a strong {
  color: #6a7773;
  font-size: 0.66rem;
  white-space: nowrap;
}

.facet-hero {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  align-items: center;
  gap: clamp(34px, 6vw, 76px);
}

.facet-hero__image {
  margin: 0;
  padding: 9px;
  border: 1px solid #cdd2c8;
  border-radius: 5px;
  background: #faf9f3;
  box-shadow: 0 18px 50px rgba(17, 52, 48, 0.08);
}

.facet-hero__image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  border-radius: 3px;
  object-fit: cover;
}

.facet-hero__image figcaption {
  padding: 10px 3px 2px;
  color: #66746f;
  font-size: 0.7rem;
  line-height: 1.45;
}

.facet-summary {
  margin-top: 46px;
  padding: clamp(24px, 4vw, 40px);
  display: grid;
  grid-template-columns: minmax(220px, 0.75fr) minmax(0, 1.25fr);
  gap: 34px;
  border-left: 3px solid #9b3e2a;
  background: rgba(250, 249, 243, 0.74);
}

.facet-summary .static-eyebrow {
  margin-bottom: 10px;
}

.facet-service-list {
  margin-top: 18px;
}

.data-stats {
  margin: 52px 0 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid #d3d6cb;
  border-radius: 4px;
  background: #faf9f3;
}

.data-stats > div {
  padding: 23px;
  border-right: 1px solid #d3d6cb;
}

.data-stats > div:last-child {
  border-right: 0;
}

.data-stats dt {
  color: #65746f;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.data-stats dd {
  margin: 8px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
}

.data-download {
  margin: 18px 0 0;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #dce8e2;
  border-radius: 4px;
  background: #143f3a;
  font-size: 0.8rem;
}

.data-download a {
  min-height: 48px;
  padding: 0 17px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #17312e;
  border-radius: 3px;
  background: #dce66b;
  font-weight: 900;
  text-decoration: none;
}

.data-inline-link {
  margin-top: 14px !important;
  font-weight: 800;
}

.static-action {
  margin: 34px 0 0;
}

.static-action a {
  padding: 15px 20px;
  display: inline-block;
  color: #fff;
  border-radius: 3px;
  background: #9b3e2a;
  font-weight: 800;
  text-decoration: none;
}

.static-form {
  margin-top: 54px;
  padding: clamp(26px, 5vw, 48px);
  color: #fff;
  border-radius: 5px;
  background: #0b2d2a;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.static-form label {
  min-width: 0;
  display: grid;
  gap: 9px;
}

.static-form label > span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.form-hint {
  margin-top: -3px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.7rem;
  line-height: 1.45;
}

.static-form label strong {
  color: #dce66b;
}

.static-form input,
.static-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 14px;
  color: #17312e;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 3px;
  outline: 0;
  background: #fff;
  font: inherit;
}

.static-form textarea {
  min-height: 132px;
  resize: vertical;
  line-height: 1.5;
}

.static-form input:focus,
.static-form textarea:focus {
  border-color: #dce66b;
  box-shadow: 0 0 0 3px rgba(220, 230, 107, 0.28);
}

.form-field--wide {
  grid-column: 1 / -1;
}

.form-submit-row {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 22px;
}

.form-submit-row button {
  min-height: 52px;
  padding: 0 20px;
  flex: 0 0 auto;
  color: #0b2d2a;
  border: 0;
  border-radius: 3px;
  background: #dce66b;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 900;
  cursor: pointer;
}

.form-submit-row button:hover {
  background: #edf28e;
}

.form-submit-row p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.8rem;
  line-height: 1.6;
}

.form-submit-row p strong {
  color: #fff;
}

.error-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.static-footer p {
  margin: 0;
  font-size: 0.78rem;
}

@media (max-width: 760px) {
  .static-header,
  .static-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .static-header nav,
  .static-footer nav {
    gap: 12px 16px;
  }

  .static-main {
    width: min(100% - 30px, 1120px);
    padding: 48px 0 65px;
  }

  .business-hero,
  .content-grid {
    grid-template-columns: 1fr;
  }

  .business-page .content-grid {
    grid-template-columns: 1fr;
  }

  .business-hero {
    min-height: 0;
    gap: 36px;
  }

  .business-copy {
    min-height: 540px;
  }

  .business-page .business-title,
  .business-page .business-title--medium {
    font-size: clamp(2.8rem, 11.5vw, 3.8rem);
  }

  .business-page .business-title--long {
    font-size: clamp(2.65rem, 10.5vw, 3.35rem);
  }

  .business-page .business-title--wide-word {
    font-size: clamp(2.5rem, 9.5vw, 3.15rem);
  }

  .business-gallery-frame {
    height: min(72vh, 540px);
    min-height: 420px;
  }

  .business-gallery--multiple figure {
    min-width: calc(100% - 30px);
  }

  body.business-detail-shell {
    background-attachment: scroll;
  }

  .fact-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .facts dt {
    padding: 16px 0 5px;
    border-bottom: 0;
  }

  .facts dd {
    padding: 0 0 18px 45px;
  }

  .fact-row--link {
    padding: 0 10px;
    margin: 0 -10px;
  }

  .fact-row--primary-phone dd {
    font-size: 1.28rem;
  }

  .source-list,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .listing-grid,
  .taxonomy-index ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .listing-grid--single {
    grid-template-columns: minmax(0, 1fr);
  }

  .facet-hero,
  .facet-index,
  .facet-summary {
    grid-template-columns: 1fr;
  }

  .facet-hero__image {
    width: min(100%, 620px);
  }

  .taxonomy-note,
  .data-download {
    align-items: flex-start;
    flex-direction: column;
  }

  .data-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .data-stats > div:nth-child(2) {
    border-right: 0;
  }

  .data-stats > div:nth-child(-n + 2) {
    border-bottom: 1px solid #d3d6cb;
  }

  .form-field--wide {
    grid-column: auto;
  }

  .form-submit-row {
    align-items: stretch;
    flex-direction: column;
  }

  .facts dd + dt {
    margin-top: 0;
  }
}

@media (max-width: 520px) {
  .listing-grid,
  .taxonomy-index ul,
  .facet-index ul {
    grid-template-columns: 1fr;
  }
}
