/* The landing ends with the verified Latteria business card in Yandex Maps. */
.l109-map {
  width: var(--l108-width);
  margin: 0 auto;
  padding: clamp(56px, 7vw, 112px) 0;
  border-top: 1px solid var(--atelier-rule);
}

.l109-map-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 6vw, 112px);
  align-items: end;
  margin-bottom: clamp(28px, 3.5vw, 56px);
}

.latteria-expanded .l109-map-head h2 {
  font-family: 'Latteria Prata', Georgia, serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 1.13;
  letter-spacing: 0;
}

.l109-map-head p {
  color: var(--atelier-secondary);
  font-size: 24px;
}

.l109-map-head .atelier-link {
  margin-top: 22px;
  min-height: 44px;
}

.l109-map-frame {
  display: block;
  width: 100%;
  height: clamp(440px, 42vw, 680px);
  border: 1px solid var(--atelier-rule);
  border-radius: 12px;
  background: #e9e4dc;
}

@media (max-width: 1000px) {
  .latteria-expanded .l109-map-head h2 {
    font-size: 56px;
  }

  .l109-map-head p {
    font-size: 21px;
  }
}

@media (max-width: 600px) {
  .l109-map {
    width: calc(100% - 32px);
    padding: 48px 0;
  }

  .l109-map-head {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 28px;
  }

  .latteria-expanded .l109-map-head h2 {
    font-size: 42px;
    line-height: 1.18;
  }

  .l109-map-head p {
    font-size: 18px;
  }

  .l109-map-frame {
    height: 420px;
    border-radius: 8px;
  }
}
