.location-page {
  background: #f7f8fa;
}

.location-hero {
  padding: 72px 0 28px;
}

.location-page-title {
  margin: 0 0 12px;
  font-size: 44px;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.location-page-desc {
  margin: 0;
  font-size: 17px;
  color: #64748b;
}

.location-section {
  padding: 24px 0 80px;
}

.location-block {
  display: grid;
  grid-template-columns: 1.05fr 1.15fr;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  margin-bottom: 34px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.location-map {
  min-height: 380px;
  background: #e5e7eb;
}

.location-map iframe {
  width: 100%;
  height: 100%;
  min-height: 380px;
  border: 0;
  display: block;
}

.location-info-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 56px;
  background: #ffffff;
}

.location-symbol {
  margin-bottom: 12px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  color: #111827;
  text-align: center;
}

.location-info-box h2 {
  margin: 0;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #111827;
  text-align: center;
}

.location-divider {
  width: calc(100% + 112px);
  height: 1px;
  margin: 30px 0 34px;
  margin-left: -56px;
  background: #e5e7eb;
}

.location-meta p {
  margin: 0 0 14px;
  font-size: 17px;
  line-height: 1.8;
  color: #374151;
  word-break: keep-all;
}

.location-meta strong {
  display: inline-block;
  min-width: 72px;
  color: #111827;
}

@media (max-width: 980px) {
  .location-block {
    grid-template-columns: 1fr;
  }

  .location-map,
  .location-map iframe {
    min-height: 320px;
  }

  .location-info-box {
    padding: 38px 28px;
  }

  .location-divider {
    width: calc(100% + 56px);
    margin-left: -28px;
  }
}

@media (max-width: 640px) {
  .location-page-title {
    font-size: 34px;
  }

  .location-info-box h2 {
    font-size: 28px;
  }

  .location-meta p {
    font-size: 15px;
  }

  .location-meta strong {
    min-width: 60px;
  }
}