/*
 * Site-specific visual divergence.
 * This stylesheet changes only small geometry and tonal details.
 */
@media screen and (min-width: 1065px) {
  header.s87ab8104-main-header {
    height: 84px !important;
    padding-left: 72px !important;
    border-bottom-color: #e6e9ed !important;
    box-shadow: 0 10px 32px rgba(27, 35, 44, 0.055) !important;
  }

  .s87ab8104-main-footer {
    top: 84px !important;
    width: 78px !important;
    background: #f8f9fa !important;
  }

  .s87ab8104-content-holder {
    top: 84px !important;
    left: 78px !important;
  }

  .s87ab8104-fixed-title {
    font-size: 13px !important;
    letter-spacing: 0.18em !important;
  }

  .s87ab8104-hero-wrap {
    top: 52% !important;
  }

  .s87ab8104-hero-wrap h2 {
    max-width: 680px !important;
    font-size: 3.7em !important;
    line-height: 1.2 !important;
  }

  .s87ab8104-hero-content .s87ab8104-overlay {
    opacity: 0.34 !important;
  }

  #service {
    border-radius: 0 34px 34px 0 !important;
  }
}

.s87ab8104-btn,
#submit,
.form-submit button {
  border-radius: 3px !important;
}

@media screen and (max-width: 1064px) {
  .s87ab8104-hero-content .s87ab8104-overlay {
    opacity: 0.36 !important;
  }
}

/* NANKONEI FOOTER SURFACE AND QR FIX 20260724 START */
/*
 * Keep the footer surface continuous across the full content width.
 * The logo and QR retain their native proportions; only the QR is capped.
 */
footer.s87ab8104-content-footer {
  background: #fff !important;
}

footer.s87ab8104-content-footer .s87ab8104-footer-inner {
  background: #fff !important;
}

footer.s87ab8104-content-footer .footer-wechat-qr {
  width: 144px !important;
  max-width: 144px !important;
  margin-top: 16px !important;
}

footer.s87ab8104-content-footer .footer-wechat-qr img {
  display: block !important;
  width: 144px !important;
  max-width: 144px !important;
  height: 144px !important;
  max-height: 144px !important;
  margin: 0 !important;
  padding: 6px !important;
  object-fit: contain !important;
  background: #fff !important;
  border-radius: 2px !important;
  box-sizing: border-box !important;
}

@media screen and (max-width: 1064px) {
  footer.s87ab8104-content-footer .footer-wechat-qr {
    width: 120px !important;
    max-width: 120px !important;
    margin: 14px 0 22px !important;
  }

  footer.s87ab8104-content-footer .footer-wechat-qr img {
    width: 120px !important;
    max-width: 120px !important;
    height: 120px !important;
    max-height: 120px !important;
    padding: 5px !important;
  }
}
/* NANKONEI FOOTER SURFACE AND QR FIX 20260724 END */

