.email-link { align-self: center; }

.wechat-contact { display: flex; flex-direction: column; gap: 18px; }
.wechat-qr { display: flex; align-items: center; gap: 12px; }
.wechat-qr img { display: block; width: 92px; height: 92px; padding: 4px; background: #fff; object-fit: cover; }
.wechat-qr span { color: #96a6c4; font-size: 12px; }

.product-grid li .product-detail-link { position: static; color: inherit; font: inherit; text-decoration: none; }
.product-grid li .product-detail-link::after { content: " ↗"; opacity: .7; }

.overview-title img { display: block; width: 50%; aspect-ratio: 1.35; object-fit: cover; margin: 0 0 26px; border-radius: 2px; }
.product-intro .overview-title h2 { font-size: clamp(24px, 2.25vw, 34px); }

.brand { gap: 2px; }
.brand .brand-mark { width: 50px; height: 35px; fill: currentColor; }
.brand-mark text { font: 700 39px/1 Manrope, sans-serif; letter-spacing: -4px; }
.brand > span { font-size: 14px; line-height: 1; letter-spacing: .4px; }
.brand > span small { margin-top: 4px; font-size: 11px; letter-spacing: 1.5px; line-height: 1; }

/* Small readability adjustments requested for navigation, contact and footer. */
.header nav a,
.header .lang { font-size: 14px; }

.contact-row a span { font-size: 14px; }

footer { font-size: 11px; }

/* Keep the hero call-to-action fully visible when desktop browsers are zoomed. */
@media (min-width: 701px) and (max-height: 760px) {
  .hero { min-height: 590px; }
  .hero-content { padding-top: clamp(145px, 19vh, 190px); padding-bottom: 115px; }
  .hero h1 { font-size: clamp(44px, 5.3vw, 78px); }
  .hero-copy { margin: 20px 0 27px; }
}

@media (max-width: 700px) {
  .header nav a,
  .header .lang { font-size: 13px; }
  .contact-row a span { font-size: 13px; }
  .wechat-qr img { width: 86px; height: 86px; }
  footer { font-size: 9px; }
}
