/* ===== 页面Banner ===== */
.page-banner {
  width: 100%;
  height: 16vw;
  overflow: hidden;
}

.page-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===== 联系我们 ===== */
.contact-section {
  padding: 2vw 0;
  background-color: #fff;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 3vw;
  align-items: stretch;
}

/* ===== 地图 ===== */
.map-container {
  border-radius: 0.75vw;
  overflow: hidden;
  box-shadow: 0 0.25vw 0.9375vw rgba(0, 0, 0, 0.08);
}

.map-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ===== 联系信息 ===== */
.contact-info {
  display: flex;
  flex-direction: column;
}

.contact-info-top {
  flex: 1;
}

.contact-title {
  font-size: 1vw;
  font-weight: 600;
  color: #000;
}

.info-item {
  display: flex;
  align-items: center;
}

.info-item h4 {
  font-size: 0.9375vw;
  font-weight: 600;
}

.info-item p {
  font-size: 1vw;
  color: var(--text-dark);
  line-height: 1.6;
}

.info-phone {
  font-size: 1.25vw !important;
  font-weight: 600;
  color: var(--primary-color) !important;
}

/* ===== 预定二维码 ===== */
.booking-qr {
  background-color: #fff;
  border-radius: 0.5vw;
  padding: 2vw;
  text-align: center;
  margin-top: 1.5vw;
}

.booking-qr h4 {
  font-size: 1.25vw;
  font-weight: 600;
  color: #4e3121;
  margin-bottom: 0.5vw;
}

.qr-subtitle {
  font-size: 0.875vw;
  color: #6c5748;
  margin-bottom: 1.5vw;
}

.qr-code-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 1vw;
}

.qr-code {
  width: 12vw;
  height: 12vw;
  border-radius: 0.5vw;
}

.qr-tip {
  padding: 0.5vw 2vw;
  width: max-content;
  background-color: #725640;
  font-size: 0.875vw;
  color: #fff;
  margin: 0 auto;
  border-radius: 8888.5vw;
}
