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

.location-page .nav-item--current > a::after,
.location-page .mega-links .is-current::after {
  transform: scaleX(1);
}

.location-page .mega-links .is-current {
  border-color: transparent;
}

.location-visual {
  background: #071521;
}

.location-visual__pattern {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 22%, rgba(59, 114, 147, .36), transparent 38%),
    linear-gradient(118deg, rgba(7, 21, 33, 1) 0%, rgba(16, 42, 70, .94) 48%, rgba(7, 21, 33, 1) 100%);
}

.location-visual__pattern::before,
.location-visual__pattern::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .055);
  transform: rotate(32deg);
}

.location-visual__pattern::before {
  width: 520px;
  height: 520px;
  top: -310px;
  right: 13%;
}

.location-visual__pattern::after {
  width: 340px;
  height: 340px;
  bottom: -250px;
  left: 18%;
}

.location-visual__shade {
  background: linear-gradient(90deg, rgba(4, 18, 29, .24), rgba(4, 18, 29, .04) 50%, rgba(4, 18, 29, .26));
}

.location-content {
  padding: 112px 0 104px;
  background: #fff;
}

.location-intro {
  text-align: center;
}

.location-intro > p {
  margin: 0;
  color: #a78348;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .18em;
}

.location-intro h2 {
  margin: 20px 0 0;
  color: #102a46;
  font-size: clamp(34px, 2.8vw, 46px);
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: -.045em;
}

.location-intro > span {
  display: block;
  margin-top: 17px;
  color: #70818a;
  font-size: 15px;
  line-height: 1.7;
}

.location-map {
  width: 100%;
  height: 480px;
  margin-top: 64px;
  overflow: hidden;
  border: 1px solid #d9e0e3;
  background: #eef2f3;
}

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

.location-info {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 48px;
  border-top: 1px solid rgba(16, 42, 70, .18);
  border-bottom: 1px solid rgba(16, 42, 70, .18);
}

.location-info article {
  min-height: 166px;
  padding: 34px 38px 32px;
}

.location-info article + article {
  border-left: 1px solid rgba(16, 42, 70, .15);
}

.location-info article > span {
  color: #a78348;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
}

.location-info h3 {
  margin: 14px 0 10px;
  color: #102a46;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
}

.location-info address,
.location-info a {
  margin: 0;
  color: #526771;
  font-size: 16px;
  font-style: normal;
  line-height: 1.7;
  word-break: keep-all;
}

.location-info a:hover,
.location-info a:focus-visible {
  color: #1479b8;
}

.location-actions {
  position: relative;
  display: flex;
  margin-top: 38px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.location-actions > a,
.location-actions > button {
  display: inline-flex;
  min-width: 184px;
  height: 50px;
  padding: 0 24px;
  align-items: center;
  justify-content: center;
  border: 1px solid #102a46;
  border-radius: 4px;
  color: #fff;
  background: #102a46;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: color .2s ease, background-color .2s ease;
}

.location-actions > button {
  color: #102a46;
  background: #fff;
}

.location-actions > a:hover,
.location-actions > a:focus-visible,
.location-actions > button:hover,
.location-actions > button:focus-visible {
  color: #102a46;
  background: #f1f4f5;
}

.location-copy-status {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  min-height: 22px;
  margin: 0;
  color: #526771;
  font-size: 13px;
  line-height: 1.6;
  transform: translateX(-50%);
  white-space: nowrap;
}

.location-driving-note {
  margin: 64px 0 0;
  padding-top: 27px;
  border-top: 1px solid rgba(16, 42, 70, .14);
  color: #526771;
  font-size: 15px;
  line-height: 1.75;
  text-align: center;
}

@media (max-width: 800px) {
  .location-content {
    padding: 76px 0 84px;
  }

  .location-map {
    height: 360px;
    margin-top: 44px;
  }

  .location-info {
    grid-template-columns: 1fr;
  }

  .location-info article {
    min-height: 0;
    padding: 27px 12px;
  }

  .location-info article + article {
    border-top: 1px solid rgba(16, 42, 70, .15);
    border-left: 0;
  }

  .location-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .location-actions > a,
  .location-actions > button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .location-actions > a,
  .location-actions > button {
    transition: none;
  }
}
