/**
 * Boston — Контакты (Contacts page).
 * По Figma 1:1123.
 */

/* ===== Page wrapper ===== */
body.boston-child .boston-contacts {
  max-width: 1920px;
  margin-inline: auto;
  padding-bottom: 100px;
}

/* ===== Info section (centered) ===== */
body.boston-child .boston-contacts__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 55px;
  text-align: center;
  margin: 100px auto 0;
  padding-left: var(--container-pad);
  padding-right: var(--container-pad);
}

body.boston-child .boston-contacts__chip {
  display: inline-flex;
  align-items: center;
  background: rgba(58, 5, 15, 0.1);
  color: var(--color-text);
  font-size: var(--fs-lg);
  font-weight: 400;
  padding: 15px 30px;
  border-radius: var(--radius-pill);
  white-space: nowrap;
  line-height: 1;
}

body.boston-child .boston-contacts__logo img {
  height: 70px;
  width: auto;
  display: block;
}

body.boston-child .boston-contacts__details {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

body.boston-child .boston-contacts__phone {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

body.boston-child .boston-contacts__phone-number {
  font-weight: 700;
  font-size: var(--fs-h3);
  color: var(--color-text);
  line-height: 1;
}

body.boston-child .boston-contacts__phone-note {
  font-size: var(--fs-base);
  color: var(--color-text);
}

body.boston-child .boston-contacts__schedule {
  display: flex;
  gap: 8px;
  font-size: var(--fs-base);
  color: var(--color-text);
}
body.boston-child .boston-contacts__schedule-label {
  font-weight: 700;
}

body.boston-child .boston-contacts__address {
  font-weight: 700;
  font-size: var(--fs-h3);
  color: var(--color-text);
  margin: 0;
  line-height: 1.2;
}

body.boston-child .boston-contacts__email {
  font-weight: 700;
  font-size: var(--fs-h3);
  color: var(--color-text);
  line-height: 1.2;
}

/* Socials */
body.boston-child .boston-contacts__socials {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

body.boston-child .boston-contacts__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text);
}

body.boston-child .boston-contacts__social-icon {
  width: 35px;
  height: 35px;
}

/* ===== Map section (reuses .boston-dealers__content from dealers.css) ===== */
body.boston-child .boston-contacts__map-section {
  max-width: var(--container-max);
  margin: 100px auto 0;
  padding-left: var(--container-pad);
  padding-right: var(--container-pad);
}

/* ===== 1280 ===== */
@media (max-width: 1919px) {
  body.boston-child .boston-contacts__info {
    margin-top: 60px;
    gap: 35px;
  }
  body.boston-child .boston-contacts__map-section {
    margin-top: 60px;
  }
  body.boston-child .boston-contacts {
    padding-bottom: 60px;
  }
}

/* ===== 768 ===== */
@media (max-width: 1279px) {
  body.boston-child .boston-contacts__info {
    margin-top: 40px;
    gap: 25px;
  }
  body.boston-child .boston-contacts__phone-number {
    font-size: 22px;
  }
  body.boston-child .boston-contacts__address {
    font-size: 18px;
  }
  body.boston-child .boston-contacts__email {
    font-size: 18px;
  }
  body.boston-child .boston-contacts__logo img {
    height: 50px;
  }
  body.boston-child .boston-contacts__map-section {
    margin-top: 40px;
  }
  body.boston-child .boston-contacts {
    padding-bottom: 40px;
  }
}

/* ===== 420 ===== */
@media (max-width: 767px) {
  body.boston-child .boston-contacts__info {
    margin-top: 25px;
    gap: 20px;
  }
  body.boston-child .boston-contacts__chip {
    font-size: 14px;
    padding: 10px 20px;
  }
  body.boston-child .boston-contacts__logo img {
    height: 40px;
  }
  body.boston-child .boston-contacts__phone-number {
    font-size: 20px;
  }
  body.boston-child .boston-contacts__phone-note {
    font-size: 13px;
  }
  body.boston-child .boston-contacts__address {
    font-size: 16px;
  }
  body.boston-child .boston-contacts__email {
    font-size: 16px;
  }
  body.boston-child .boston-contacts__social-icon {
    width: 28px;
    height: 28px;
  }
  body.boston-child .boston-contacts__map-section {
    margin-top: 25px;
  }
  body.boston-child .boston-contacts {
    padding-bottom: 30px;
  }
}
