.map-embed {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background: #d8d2c6;
}

.map-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(.75) contrast(.96);
}

.map-open {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 17px;
  border: 1px solid rgba(183, 154, 100, .7);
  background: rgba(21, 21, 21, .94);
  color: var(--ivory);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .24);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: background .2s, color .2s, transform .2s;
}

.map-open:hover {
  background: var(--champagne);
  color: var(--charcoal);
  transform: translateY(-2px);
}

.project-address {
  margin: 27px 0;
  padding: 20px 22px;
  border-left: 2px solid var(--champagne);
  background: rgba(183, 154, 100, .09);
  font-style: normal;
  line-height: 1.65;
}

.project-address strong {
  display: block;
  margin-bottom: 5px;
  color: var(--champagne);
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.location-detail {
  grid-template-columns: minmax(320px, .72fr) minmax(520px, 1.28fr);
}

.map-embed-large { min-height: 620px; }

@media (max-width: 900px) {
  .location-detail { grid-template-columns: 1fr; }
  .map-embed,
  .map-embed-large { min-height: 520px; }
}

@media (max-width: 640px) {
  .map-embed,
  .map-embed-large { min-height: 440px; }
  .map-open { right: 12px; bottom: 12px; }
  .project-address { padding: 17px 18px; }
}

@media (max-width: 380px) {
  .map-embed,
  .map-embed-large { min-height: 380px; }
  .map-open { left: 12px; right: 12px; justify-content: center; }
  .project-address { margin: 22px 0; padding: 15px 16px; overflow-wrap: anywhere; }
}
