.location-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 560px);
  gap: clamp(28px, 4vw, 52px);
  align-items: center;
  padding: clamp(54px, 8vw, 98px) clamp(18px, 5vw, 72px);
  background:
    linear-gradient(110deg, rgba(247, 245, 239, .98) 0%, rgba(247, 245, 239, .92) 55%, rgba(170, 184, 170, .42) 100%);
}

.location-hero > *,
.location-intro > *,
.location-detail-grid > * {
  min-width: 0;
}

.location-hero h1 {
  max-width: 980px;
  font-size: clamp(42px, 4.8vw, 64px);
  overflow-wrap: break-word;
}

.location-result-card {
  width: 100%;
  max-width: 560px;
  padding: 12px 12px 28px;
  border: 2px solid var(--ink);
  background: var(--white);
  box-shadow: 0 18px 36px rgba(16, 18, 20, .16);
}

.location-result-card figure {
  margin: 0;
}

.location-result-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 700 / 485;
  object-fit: contain;
  background: var(--paper);
}

.location-result-card figcaption {
  margin-top: 14px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
}

.location-intro {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(280px, .75fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
  background: var(--white);
}

.location-facts,
.location-map-card {
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid var(--line);
  background: var(--paper);
}

.location-facts {
  display: grid;
  gap: 14px;
}

.location-facts div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.location-facts div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.location-facts dt {
  color: var(--copper);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.location-facts dd {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

.location-grid,
.nearby-grid,
.location-next-grid {
  display: grid;
  gap: 16px;
}

.location-grid {
  grid-template-columns: repeat(3, 1fr);
}

.nearby-grid,
.location-next-grid {
  grid-template-columns: repeat(4, 1fr);
}

.location-grid article,
.nearby-grid a,
.location-next-grid a {
  padding: 26px;
  border: 1px solid var(--line);
  background: var(--white);
}

.location-grid span,
.nearby-grid span,
.location-next-grid span {
  display: block;
  margin-bottom: 14px;
  color: var(--copper);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.location-grid p,
.nearby-grid a,
.location-next-grid a {
  color: var(--muted);
  line-height: 1.6;
}

.location-map-card {
  display: grid;
  gap: 16px;
}

.location-map {
  overflow: hidden;
  min-height: 360px;
  border: 2px solid var(--ink);
  background: #d9ddd8;
}

.location-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
}

.location-map-card address {
  color: var(--muted);
  font-style: normal;
  font-weight: 800;
  line-height: 1.6;
}

.location-local-detail {
  background: var(--paper);
}

.location-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .72fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: start;
}

.location-detail-copy {
  display: grid;
  gap: 18px;
}

.location-detail-copy p:not(.eyebrow) {
  color: var(--muted);
}

.location-local-detail .eyebrow {
  color: var(--red);
}

.location-detail-list {
  display: grid;
  gap: 14px;
}

.location-detail-list article {
  padding: 22px;
  border: 1px solid var(--line);
  background: var(--white);
}

.location-band {
  background: var(--white);
}

.location-band .location-grid article {
  background: var(--paper);
}

.location-map-section {
  background: var(--paper);
}

.location-map-section .location-map-card,
.location-map-section .nearby-grid a,
.location-why {
  background: var(--white);
}

.location-local-questions {
  background: var(--paper);
}

.location-detail-list span {
  display: block;
  margin-bottom: 10px;
  color: var(--copper);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.location-detail-list p {
  color: var(--muted);
}

.location-question-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.location-question-grid article {
  padding: 26px;
  border: 1px solid var(--line);
  background: var(--white);
}

.location-question-grid span {
  display: block;
  margin-bottom: 14px;
  color: var(--copper);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.location-question-grid p {
  color: var(--muted);
}

.location-next-grid a {
  display: flex;
  min-height: 170px;
  flex-direction: column;
  justify-content: space-between;
}

.location-next-grid strong {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.1;
}

@media (max-width: 1050px) {
  .location-grid,
  .nearby-grid,
  .location-next-grid,
  .location-question-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 920px) {
  .location-hero,
  .location-intro,
  .location-detail-grid {
    grid-template-columns: 1fr;
  }

  .location-result-card {
    justify-self: center;
    width: min(100%, 560px);
    max-width: 560px;
  }
}

@media (max-width: 620px) {
  .location-hero {
    padding-inline: 14px;
  }

  .location-hero h1 {
    font-size: 42px;
  }

  .location-result-card {
    width: 100%;
    max-width: calc(100vw - 28px);
    padding: 8px 8px 20px;
  }

  .location-result-card img {
    aspect-ratio: 700 / 485;
    object-fit: contain;
  }

  .location-grid,
  .nearby-grid,
  .location-next-grid,
  .location-question-grid,
  .location-facts div {
    grid-template-columns: 1fr;
  }
}
