.contact-map {
  grid-column: 1 / -1;
  margin: 12px 0 0;
  padding-top: 34px;
  border-top: 1px solid rgba(255,255,255,.22);
}

.contact-map-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 20px;
}

.contact-map-head p { margin: 0; }

.contact-map-kicker {
  color: #d1aa81;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.contact-map-title {
  margin-top: 7px !important;
  color: #f5eee7;
  font: 400 clamp(25px, 3vw, 38px)/1.15 var(--display);
}

.contact-map-link {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 13px 18px;
  color: var(--ink);
  background: var(--white);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .04em;
}

.contact-map-frame {
  position: relative;
  overflow: hidden;
  height: clamp(350px, 42vw, 560px);
  background: #d8c7b5;
  border: 1px solid rgba(255,255,255,.22);
}

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

.contact-address address { line-height: 1.65; }
.contact-address a { color: inherit; }
.contact-address a:hover { text-decoration: underline; text-underline-offset: 4px; }

@media (max-width: 680px) {
  .contact-map { padding-top: 28px; }
  .contact-map-head { align-items: flex-start; flex-direction: column; gap: 18px; }
  .contact-map-frame { height: 410px; }
}
