.wechat-contact-v8 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
  gap: clamp(32px, 6vw, 88px);
  align-items: center;
  padding-top: clamp(72px, 9vw, 128px);
  padding-bottom: clamp(72px, 9vw, 128px);
}

.wechat-contact-v8 h2 {
  margin: 10px 0 20px;
  font-family: Georgia, "Noto Serif SC", serif;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 500;
  line-height: 1.1;
}

.wechat-contact-v8-copy > p:last-child {
  max-width: 620px;
  color: #5a534d;
  line-height: 1.9;
}

.wechat-card-v8 {
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid var(--line);
  background: #f4f0e9;
}

.wechat-card-v8 span {
  display: block;
  margin-bottom: 12px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.wechat-card-v8 strong {
  display: block;
  margin-bottom: 24px;
  overflow-wrap: anywhere;
  font-family: Georgia, serif;
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 500;
}

.wechat-card-v8 .button {
  width: 100%;
  cursor: pointer;
  border: 0;
}

.wechat-copy-status-v8 {
  min-height: 1.6em;
  margin: 14px 0 0;
  color: #5a534d;
  font-size: 13px;
  line-height: 1.6;
}

@media (max-width: 800px) {
  .wechat-contact-v8 {
    grid-template-columns: 1fr;
  }
}
