

.location__head { margin-bottom: 64px; }
.location__title { margin-bottom: 22px; }

.location__label {
  font-size: 15px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 14px;
}

.location__place { font-family: var(--display); font-size: 26px; color: var(--ink); margin: 0; }

.loc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line-soft);
  margin-bottom: 48px;
}

.loc-card { background: var(--cream); padding: 40px 36px; }

.loc-card__title {
  font-family: var(--display);
  font-size: 20px;
  color: var(--ink);
  margin-bottom: 12px;
}

.slot--map { height: 420px; background: var(--shell); }

@media (max-width: 900px) { .loc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) {
  .loc-grid { grid-template-columns: 1fr; }
  .slot--map { height: 280px; }
}


.location__map {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
  background: var(--shell);
}

@media (max-width: 600px) {
  .location__map { height: 280px; }
}
