/* Last-loaded layout guardrails for footer and inquiry page. */

html body .site-footer .footer-form a,
html body .site-footer .footer-form button,
html body.home-page .site-footer .footer-form a,
html body.home-page .site-footer .footer-form button,
html body:not(.catalog-page):not(.contact-page):not(.blog-page):not(.about-page) .site-footer .footer-form a,
html body:not(.catalog-page):not(.contact-page):not(.blog-page):not(.about-page) .site-footer .footer-form button,
html body .site-footer .footer-form a:hover,
html body .site-footer .footer-form button:hover,
html body .site-footer .footer-form a:focus,
html body .site-footer .footer-form button:focus,
html body .site-footer .footer-form a:focus-visible,
html body .site-footer .footer-form button:focus-visible {
  outline: 0 !important;
  border-color: #ffffff !important;
  background: #ffffff !important;
  color: #071423 !important;
  box-shadow: 0 8px 18px rgba(255, 255, 255, 0.08) !important;
}

html body .site-footer .footer-form a:active,
html body .site-footer .footer-form button:active {
  background: #eef6ff !important;
  transform: translateY(1px) !important;
}

html body .site-footer .footer-grid > .footer-products,
html body .site-footer .footer-grid > .footer-inquiry,
html body .site-footer .footer-grid > .footer-contact,
html body.home-page .site-footer .footer-grid > .footer-products,
html body.home-page .site-footer .footer-grid > .footer-inquiry,
html body.home-page .site-footer .footer-grid > .footer-contact,
html body:not(.catalog-page):not(.contact-page):not(.blog-page):not(.about-page) .site-footer .footer-grid > .footer-products,
html body:not(.catalog-page):not(.contact-page):not(.blog-page):not(.about-page) .site-footer .footer-grid > .footer-inquiry,
html body:not(.catalog-page):not(.contact-page):not(.blog-page):not(.about-page) .site-footer .footer-grid > .footer-contact {
  min-width: 0 !important;
  max-width: none !important;
  transform: none !important;
}

html body .site-footer .footer-inquiry {
  box-sizing: border-box !important;
  overflow: hidden !important;
}

html body .site-footer .footer-inquiry__title,
html body.home-page .site-footer .footer-inquiry__title,
html body:not(.catalog-page):not(.contact-page):not(.blog-page):not(.about-page) .site-footer .footer-inquiry__title {
  display: grid !important;
  grid-template-columns: minmax(30px, 1fr) 24px max-content minmax(30px, 1fr) !important;
  align-items: center !important;
  justify-content: stretch !important;
  column-gap: 12px !important;
  width: 100% !important;
  margin-top: 12px !important;
}

html body .site-footer .footer-inquiry__title::before,
html body .site-footer .footer-inquiry__title::after,
html body.home-page .site-footer .footer-inquiry__title::before,
html body.home-page .site-footer .footer-inquiry__title::after,
html body:not(.catalog-page):not(.contact-page):not(.blog-page):not(.about-page) .site-footer .footer-inquiry__title::before,
html body:not(.catalog-page):not(.contact-page):not(.blog-page):not(.about-page) .site-footer .footer-inquiry__title::after {
  width: 100% !important;
  min-width: 0 !important;
  display: block !important;
  height: 1px !important;
  align-self: center !important;
  background: rgba(255, 255, 255, 0.62) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: none !important;
  opacity: 1 !important;
  transform: none !important;
  content: "" !important;
}

html body .site-footer .footer-inquiry__title::before,
html body.home-page .site-footer .footer-inquiry__title::before,
html body:not(.catalog-page):not(.contact-page):not(.blog-page):not(.about-page) .site-footer .footer-inquiry__title::before {
  grid-column: 1 !important;
  grid-row: 1 !important;
}

html body .site-footer .footer-inquiry__title::after,
html body.home-page .site-footer .footer-inquiry__title::after,
html body:not(.catalog-page):not(.contact-page):not(.blog-page):not(.about-page) .site-footer .footer-inquiry__title::after {
  grid-column: 4 !important;
  grid-row: 1 !important;
}

html body .site-footer .footer-inquiry__title span,
html body.home-page .site-footer .footer-inquiry__title span,
html body:not(.catalog-page):not(.contact-page):not(.blog-page):not(.about-page) .site-footer .footer-inquiry__title span {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  display: grid !important;
  grid-column: 2 !important;
  grid-row: 1 !important;
  place-items: center !important;
  background: transparent !important;
}

html body .site-footer .footer-inquiry__title h3,
html body.home-page .site-footer .footer-inquiry__title h3,
html body:not(.catalog-page):not(.contact-page):not(.blog-page):not(.about-page) .site-footer .footer-inquiry__title h3 {
  width: auto !important;
  min-width: 0 !important;
  grid-column: 3 !important;
  grid-row: 1 !important;
  margin: 0 !important;
  white-space: nowrap !important;
  line-height: 1 !important;
}

html body .site-footer .footer-inquiry > p:not(.footer-success),
html body.home-page .site-footer .footer-inquiry > p:not(.footer-success),
html body:not(.catalog-page):not(.contact-page):not(.blog-page):not(.about-page) .site-footer .footer-inquiry > p:not(.footer-success) {
  width: 100% !important;
  max-width: 100% !important;
  white-space: normal !important;
  text-align: center !important;
  letter-spacing: 0 !important;
}

html body .site-footer .footer-inquiry > p:not(.footer-success) br,
html body.home-page .site-footer .footer-inquiry > p:not(.footer-success) br,
html body:not(.catalog-page):not(.contact-page):not(.blog-page):not(.about-page) .site-footer .footer-inquiry > p:not(.footer-success) br {
  display: block !important;
}

@media (min-width: 1200px) {
  html body .site-footer .container.footer-grid,
  html body.home-page .site-footer .footer-grid,
  html body.catalog-page .site-footer .footer-grid,
  html body.product-detail-page .site-footer .footer-grid,
  html body.contact-page .site-footer .footer-grid,
  html body.blog-page .site-footer .footer-grid,
  html body.about-page .site-footer .footer-grid,
  html body:not(.catalog-page):not(.contact-page):not(.blog-page):not(.about-page) .site-footer .footer-grid {
    display: grid !important;
    width: min(100% - 20px, 1320px) !important;
    max-width: 1320px !important;
    grid-template-columns: minmax(0, 1fr) 430px minmax(0, 1fr) !important;
    column-gap: 0 !important;
    row-gap: 40px !important;
    justify-content: center !important;
    align-items: start !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  html body .site-footer .footer-grid > .footer-products,
  html body.home-page .site-footer .footer-grid > .footer-products,
  html body:not(.catalog-page):not(.contact-page):not(.blog-page):not(.about-page) .site-footer .footer-grid > .footer-products {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: min(100%, 270px) !important;
    justify-self: start !important;
    margin-left: 110px !important;
  }

  html body .site-footer .footer-grid > .footer-inquiry,
  html body.home-page .site-footer .footer-grid > .footer-inquiry,
  html body:not(.catalog-page):not(.contact-page):not(.blog-page):not(.about-page) .site-footer .footer-grid > .footer-inquiry {
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: center !important;
    width: 430px !important;
    max-width: 430px !important;
  }

  html body .site-footer .footer-grid > .footer-contact,
  html body.home-page .site-footer .footer-grid > .footer-contact,
  html body:not(.catalog-page):not(.contact-page):not(.blog-page):not(.about-page) .site-footer .footer-grid > .footer-contact {
    grid-column: 3 !important;
    grid-row: 1 !important;
    width: min(100%, 360px) !important;
    justify-self: end !important;
  }
}

@media (min-width: 981px) and (max-width: 1199px) {
  html body .site-footer .container.footer-grid,
  html body.home-page .site-footer .footer-grid,
  html body.catalog-page .site-footer .footer-grid,
  html body.product-detail-page .site-footer .footer-grid,
  html body.contact-page .site-footer .footer-grid,
  html body.blog-page .site-footer .footer-grid,
  html body.about-page .site-footer .footer-grid,
  html body:not(.catalog-page):not(.contact-page):not(.blog-page):not(.about-page) .site-footer .footer-grid {
    display: grid !important;
    width: min(100% - 40px, 984px) !important;
    max-width: 984px !important;
    grid-template-columns: minmax(0, 1fr) 390px minmax(0, 1fr) !important;
    column-gap: 0 !important;
    row-gap: 40px !important;
    justify-content: center !important;
    align-items: start !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  html body .site-footer .footer-grid > .footer-products,
  html body.home-page .site-footer .footer-grid > .footer-products,
  html body:not(.catalog-page):not(.contact-page):not(.blog-page):not(.about-page) .site-footer .footer-grid > .footer-products {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: min(100%, 210px) !important;
    justify-self: start !important;
    margin-left: 62px !important;
  }

  html body .site-footer .footer-grid > .footer-inquiry,
  html body.home-page .site-footer .footer-grid > .footer-inquiry,
  html body:not(.catalog-page):not(.contact-page):not(.blog-page):not(.about-page) .site-footer .footer-grid > .footer-inquiry {
    grid-column: 2 !important;
    grid-row: 1 !important;
    width: 390px !important;
    max-width: 390px !important;
    padding: 24px 22px 22px !important;
    justify-self: center !important;
  }

  html body .site-footer .footer-grid > .footer-contact,
  html body.home-page .site-footer .footer-grid > .footer-contact,
  html body:not(.catalog-page):not(.contact-page):not(.blog-page):not(.about-page) .site-footer .footer-grid > .footer-contact {
    grid-column: 3 !important;
    grid-row: 1 !important;
    width: min(100%, 270px) !important;
    justify-self: end !important;
  }

  html body .site-footer .footer-inquiry__title h3,
  html body.home-page .site-footer .footer-inquiry__title h3,
  html body:not(.catalog-page):not(.contact-page):not(.blog-page):not(.about-page) .site-footer .footer-inquiry__title h3 {
    font-size: clamp(18px, 1.95vw, 20px) !important;
  }

  html body .site-footer .footer-inquiry > p:not(.footer-success),
  html body.home-page .site-footer .footer-inquiry > p:not(.footer-success),
  html body:not(.catalog-page):not(.contact-page):not(.blog-page):not(.about-page) .site-footer .footer-inquiry > p:not(.footer-success) {
    margin: 0 auto 18px !important;
    overflow: visible !important;
    font-size: clamp(12px, 1.1vw, 14px) !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 980px) {
  html body .site-footer .container.footer-grid,
  html body.home-page .site-footer .footer-grid,
  html body.catalog-page .site-footer .footer-grid,
  html body.product-detail-page .site-footer .footer-grid,
  html body.contact-page .site-footer .footer-grid,
  html body.blog-page .site-footer .footer-grid,
  html body.about-page .site-footer .footer-grid,
  html body:not(.catalog-page):not(.contact-page):not(.blog-page):not(.about-page) .site-footer .footer-grid {
    display: grid !important;
    width: min(100% - 32px, 560px) !important;
    max-width: 560px !important;
    grid-template-columns: minmax(0, 1fr) !important;
    row-gap: 34px !important;
    justify-content: center !important;
    justify-items: stretch !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  html body .site-footer .footer-grid > .footer-products,
  html body .site-footer .footer-grid > .footer-inquiry,
  html body .site-footer .footer-grid > .footer-contact,
  html body.home-page .site-footer .footer-grid > .footer-products,
  html body.home-page .site-footer .footer-grid > .footer-inquiry,
  html body.home-page .site-footer .footer-grid > .footer-contact {
    grid-column: 1 !important;
    width: 100% !important;
    justify-self: stretch !important;
  }

  html body .site-footer .footer-grid > .footer-products,
  html body.home-page .site-footer .footer-grid > .footer-products,
  html body:not(.catalog-page):not(.contact-page):not(.blog-page):not(.about-page) .site-footer .footer-grid > .footer-products {
    width: min(100% - 64px, 304px) !important;
    justify-self: center !important;
    transform: translateX(-6px) !important;
  }

  html body .site-footer .footer-products a,
  html body.home-page .site-footer .footer-products a,
  html body:not(.catalog-page):not(.contact-page):not(.blog-page):not(.about-page) .site-footer .footer-products a {
    min-height: 28px !important;
    font-size: 17px !important;
    line-height: 1.32 !important;
  }

  html body .site-footer .footer-grid > .footer-inquiry,
  html body.home-page .site-footer .footer-grid > .footer-inquiry {
    padding: clamp(20px, 6vw, 28px) clamp(16px, 5vw, 24px) !important;
  }

  html body .site-footer .footer-grid > .footer-contact,
  html body.home-page .site-footer .footer-grid > .footer-contact,
  html body:not(.catalog-page):not(.contact-page):not(.blog-page):not(.about-page) .site-footer .footer-grid > .footer-contact {
    justify-self: center !important;
    text-align: center !important;
  }

  html body .site-footer .footer-contact > p,
  html body.home-page .site-footer .footer-contact > p,
  html body:not(.catalog-page):not(.contact-page):not(.blog-page):not(.about-page) .site-footer .footer-contact > p {
    width: min(100%, 350px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    grid-template-columns: 24px minmax(0, 1fr) !important;
    gap: 14px !important;
    text-align: left !important;
    transform: translateX(38px) !important;
  }

  html body .site-footer .footer-inquiry__title h3,
  html body.home-page .site-footer .footer-inquiry__title h3 {
    font-size: clamp(18px, 5vw, 22px) !important;
  }

  html body .site-footer .footer-inquiry > p:not(.footer-success),
  html body.home-page .site-footer .footer-inquiry > p:not(.footer-success) {
    white-space: normal !important;
    font-size: clamp(13px, 3.8vw, 16px) !important;
  }
}

html body.contact-page .contact-workspace:not(.contact-workspace--compact) {
  display: flex !important;
  justify-content: center !important;
}

html body.contact-page .contact-workspace__card {
  width: min(100% - 48px, 1180px) !important;
  max-width: 1180px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  box-sizing: border-box !important;
}

html body.contact-page .contact-form-panel {
  width: 100% !important;
  max-width: 760px !important;
  justify-self: center !important;
  box-sizing: border-box !important;
}

html body.contact-page .contact-directory .contact-info-card {
  grid-template-columns: 40px minmax(0, 1fr) !important;
  align-items: start !important;
  column-gap: 18px !important;
}

html body.contact-page .contact-directory .contact-info-list a,
html body.contact-page .contact-directory .contact-info-list div {
  grid-template-columns: 40px minmax(0, 1fr) !important;
  align-items: start !important;
  column-gap: 18px !important;
}

html body.contact-page .contact-directory .contact-info-card > .contact-method-icon,
html body.contact-page .contact-directory .contact-info-list .contact-method-icon {
  display: inline-flex !important;
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  align-items: center !important;
  justify-content: center !important;
  color: #050505 !important;
  background: transparent !important;
  font-size: 0 !important;
  line-height: 1 !important;
  transform: none !important;
}

html body.contact-page .contact-directory .contact-method-icon svg {
  display: block !important;
  width: 22px !important;
  height: 22px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

html body.contact-page .contact-directory .contact-info-card > div,
html body.contact-page .contact-directory .contact-info-list p {
  margin: 0 !important;
  padding-top: 1px !important;
}

/* Footer inquiry submit button: larger, centered, and closer to the message field. */
html body .site-footer .footer-form .oubiao-inquiry-form__status:empty,
html body .site-footer .footer-form .oubiao-turnstile:empty,
html body.home-page .site-footer .footer-form .oubiao-inquiry-form__status:empty,
html body.home-page .site-footer .footer-form .oubiao-turnstile:empty {
  display: none !important;
}

html body .site-footer .footer-form button,
html body .site-footer .footer-form a,
html body.home-page .site-footer .footer-form button,
html body.home-page .site-footer .footer-form a,
html body:not(.catalog-page):not(.contact-page):not(.blog-page):not(.about-page) .site-footer .footer-form button,
html body:not(.catalog-page):not(.contact-page):not(.blog-page):not(.about-page) .site-footer .footer-form a {
  grid-column: 1 / -1 !important;
  justify-self: center !important;
  display: inline-flex !important;
  width: min(100%, 320px) !important;
  min-width: 240px !important;
  min-height: 50px !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 2px auto 0 !important;
  padding: 0 28px !important;
  border-radius: 4px !important;
  font-size: clamp(16px, 1.35vw, 18px) !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  text-align: center !important;
}

html body .site-footer .footer-form textarea,
html body.home-page .site-footer .footer-form textarea,
html body:not(.catalog-page):not(.contact-page):not(.blog-page):not(.about-page) .site-footer .footer-form textarea {
  min-height: 126px !important;
}

@media (max-width: 980px) {
  html body .site-footer .footer-form button,
  html body .site-footer .footer-form a,
  html body.home-page .site-footer .footer-form button,
  html body.home-page .site-footer .footer-form a,
  html body:not(.catalog-page):not(.contact-page):not(.blog-page):not(.about-page) .site-footer .footer-form button,
  html body:not(.catalog-page):not(.contact-page):not(.blog-page):not(.about-page) .site-footer .footer-form a {
    width: min(100%, 360px) !important;
    min-width: 0 !important;
    min-height: 52px !important;
    font-size: 18px !important;
  }
}

@media (max-width: 1180px) {
  html body.about-page .about-history__timeline button {
    background-position: 0 41px !important;
  }
}

@media (max-width: 980px) {
  html body.about-page .about-history__timeline button {
    background-position: 0 37px !important;
  }
}

html body.catalog-page .catalog-hero__note {
  width: min(100%, 680px) !important;
}

html body.catalog-page .catalog-hero__note p {
  margin: 0 !important;
}

html body.catalog-page .catalog-hero__note-line {
  display: block !important;
}

@media (max-width: 760px) {
  html body.catalog-page .catalog-hero__note-line {
    display: inline !important;
  }
}

/* Final divider cleanup: keep only one crisp line on each side of the inquiry title. */
html body .site-footer .footer-inquiry__title,
html body.home-page .site-footer .footer-inquiry__title,
html body:not(.catalog-page):not(.contact-page):not(.blog-page):not(.about-page) .site-footer .footer-inquiry__title {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
  align-items: center !important;
  justify-content: stretch !important;
  column-gap: 18px !important;
  width: 100% !important;
  overflow: hidden !important;
}

html body .site-footer .footer-inquiry__title::before,
html body .site-footer .footer-inquiry__title::after,
html body.home-page .site-footer .footer-inquiry__title::before,
html body.home-page .site-footer .footer-inquiry__title::after,
html body:not(.catalog-page):not(.contact-page):not(.blog-page):not(.about-page) .site-footer .footer-inquiry__title::before,
html body:not(.catalog-page):not(.contact-page):not(.blog-page):not(.about-page) .site-footer .footer-inquiry__title::after {
  display: none !important;
  width: 0 !important;
  min-width: 0 !important;
  height: 0 !important;
  border: 0 !important;
  border-top: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
  opacity: 1 !important;
  transform: none !important;
  content: none !important;
}

html body .site-footer .footer-inquiry__line,
html body.home-page .site-footer .footer-inquiry__line,
html body:not(.catalog-page):not(.contact-page):not(.blog-page):not(.about-page) .site-footer .footer-inquiry__line {
  display: block !important;
  grid-row: 1 !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.48) !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body .site-footer .footer-inquiry__line:first-child,
html body.home-page .site-footer .footer-inquiry__line:first-child,
html body:not(.catalog-page):not(.contact-page):not(.blog-page):not(.about-page) .site-footer .footer-inquiry__line:first-child {
  grid-column: 1 !important;
}

html body .site-footer .footer-inquiry__line:last-child,
html body.home-page .site-footer .footer-inquiry__line:last-child,
html body:not(.catalog-page):not(.contact-page):not(.blog-page):not(.about-page) .site-footer .footer-inquiry__line:last-child {
  grid-column: 3 !important;
}

html body .site-footer .footer-inquiry__title > span.footer-inquiry__line,
html body.home-page .site-footer .footer-inquiry__title > span.footer-inquiry__line,
html body:not(.catalog-page):not(.contact-page):not(.blog-page):not(.about-page) .site-footer .footer-inquiry__title > span.footer-inquiry__line {
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  align-self: center !important;
  justify-self: stretch !important;
  border: 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.5) !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
  grid-row: 1 !important;
}

html body .site-footer .footer-inquiry__title > span.footer-inquiry__line:first-child,
html body.home-page .site-footer .footer-inquiry__title > span.footer-inquiry__line:first-child,
html body:not(.catalog-page):not(.contact-page):not(.blog-page):not(.about-page) .site-footer .footer-inquiry__title > span.footer-inquiry__line:first-child {
  grid-column: 1 !important;
}

html body .site-footer .footer-inquiry__title > span.footer-inquiry__line:last-child,
html body.home-page .site-footer .footer-inquiry__title > span.footer-inquiry__line:last-child,
html body:not(.catalog-page):not(.contact-page):not(.blog-page):not(.about-page) .site-footer .footer-inquiry__title > span.footer-inquiry__line:last-child {
  grid-column: 3 !important;
}

html body .site-footer .footer-inquiry__heading,
html body.home-page .site-footer .footer-inquiry__heading,
html body:not(.catalog-page):not(.contact-page):not(.blog-page):not(.about-page) .site-footer .footer-inquiry__heading {
  display: inline-flex !important;
  grid-column: 2 !important;
  grid-row: 1 !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  min-width: 0 !important;
  background: #000 !important;
  white-space: nowrap !important;
}

html body .site-footer .footer-inquiry__icon,
html body.home-page .site-footer .footer-inquiry__icon,
html body:not(.catalog-page):not(.contact-page):not(.blog-page):not(.about-page) .site-footer .footer-inquiry__icon {
  display: grid !important;
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  margin: 0 !important;
  place-items: center !important;
  background: #000 !important;
  grid-column: auto !important;
  grid-row: auto !important;
  z-index: 1 !important;
}

html body .site-footer .footer-inquiry__title h3,
html body.home-page .site-footer .footer-inquiry__title h3,
html body:not(.catalog-page):not(.contact-page):not(.blog-page):not(.about-page) .site-footer .footer-inquiry__title h3 {
  display: flex !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 28px !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #000 !important;
  grid-column: auto !important;
  grid-row: auto !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  z-index: 1 !important;
}

html body .team-exhibition .media-carousel {
  position: relative !important;
}

html body .team-exhibition .media-carousel__button {
  display: grid !important;
  width: 28px !important;
  height: 28px !important;
  place-items: center !important;
  position: absolute !important;
  top: 50% !important;
  z-index: 4 !important;
  border: 1px solid rgba(255, 255, 255, 0.52) !important;
  border-radius: 50% !important;
  color: #fff !important;
  background: rgba(0, 0, 0, 0.38) !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22) !important;
  cursor: pointer !important;
  font-size: 0 !important;
  line-height: 1 !important;
  transform: translateY(-50%) !important;
}

html body .team-exhibition .media-carousel__button--prev {
  left: 10px !important;
}

html body .team-exhibition .media-carousel__button--next {
  right: 10px !important;
}

html body .team-exhibition .media-carousel__button::before {
  display: block !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 8px !important;
  height: 8px !important;
  border-top: 2px solid currentColor !important;
  border-right: 2px solid currentColor !important;
  content: "" !important;
}

html body .team-exhibition .media-carousel__button--prev::before {
  transform: translate(-50%, -50%) rotate(-135deg) !important;
}

html body .team-exhibition .media-carousel__button--next::before {
  transform: translate(-50%, -50%) rotate(45deg) !important;
}

html body .team-exhibition .media-carousel__button:hover,
html body .team-exhibition .media-carousel__button:focus-visible {
  background: rgba(0, 0, 0, 0.58) !important;
}

@media (max-width: 760px) {
  html body .team-exhibition .media-carousel__button {
    width: 24px !important;
    height: 24px !important;
  }

  html body .team-exhibition .media-carousel__button--prev {
    left: 8px !important;
  }

  html body .team-exhibition .media-carousel__button--next {
    right: 8px !important;
  }

  html body .team-exhibition .media-carousel__button::before {
    width: 7px !important;
    height: 7px !important;
    border-width: 1.8px !important;
  }
}

html body .site-footer .footer-contact > p,
html body.home-page .site-footer .footer-contact > p,
html body:not(.catalog-page):not(.contact-page):not(.blog-page):not(.about-page) .site-footer .footer-contact > p {
  display: grid !important;
  grid-template-columns: 18px minmax(0, 1fr) !important;
  align-items: start !important;
  column-gap: 12px !important;
  text-align: left !important;
}

html body .site-footer .footer-contact > p img,
html body.home-page .site-footer .footer-contact > p img,
html body:not(.catalog-page):not(.contact-page):not(.blog-page):not(.about-page) .site-footer .footer-contact > p img {
  display: block !important;
  width: 16px !important;
  height: 16px !important;
  grid-column: 1 !important;
  justify-self: center !important;
  margin: 2px 0 0 !important;
}

html body .site-footer .footer-contact > p .footer-contact__text,
html body.home-page .site-footer .footer-contact > p .footer-contact__text,
html body:not(.catalog-page):not(.contact-page):not(.blog-page):not(.about-page) .site-footer .footer-contact > p .footer-contact__text {
  display: block !important;
  grid-column: 2 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.42 !important;
  text-align: left !important;
}

html body .hero__lead-item {
  display: inline-block !important;
  white-space: nowrap !important;
}

html body.contact-page .contact-socials a,
html body.contact-page .inquiry-socials a {
  display: inline-grid !important;
  box-sizing: border-box !important;
  width: 56px !important;
  height: 56px !important;
  min-width: 56px !important;
  min-height: 56px !important;
  max-width: 56px !important;
  max-height: 56px !important;
  flex: 0 0 56px !important;
  aspect-ratio: 1 / 1 !important;
  padding: 0 !important;
  place-items: center !important;
  line-height: 1 !important;
}

html body.contact-page .contact-socials svg,
html body.contact-page .inquiry-socials svg {
  display: block !important;
  width: 28px !important;
  height: 28px !important;
}

@media (max-width: 760px) {
  html body.contact-page .contact-socials a,
  html body.contact-page .inquiry-socials a {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    max-width: 42px !important;
    max-height: 42px !important;
    flex-basis: 42px !important;
  }

  html body.contact-page .contact-socials svg,
  html body.contact-page .inquiry-socials svg {
    width: 24px !important;
    height: 24px !important;
  }
}

@media (max-width: 980px) {
  html body > header.site-header button.menu-toggle,
  html body.home-page > header.site-header button.menu-toggle,
  html body.catalog-page > header.site-header button.menu-toggle,
  html body.product-detail-page > header.site-header button.menu-toggle,
  html body.contact-page > header.site-header button.menu-toggle,
  html body.blog-page > header.site-header button.menu-toggle,
  html body.about-page > header.site-header button.menu-toggle {
    display: inline-grid !important;
    box-sizing: border-box !important;
    width: 35px !important;
    height: 35px !important;
    min-width: 35px !important;
    min-height: 35px !important;
    padding: 0 !important;
    place-content: center !important;
    row-gap: 4px !important;
    justify-self: end !important;
    align-self: center !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    border-radius: 0 !important;
    color: #fff !important;
    background: transparent !important;
    box-shadow: none !important;
    appearance: none !important;
  }

  html body > header.site-header button.menu-toggle span:not(.sr-only),
  html body.home-page > header.site-header button.menu-toggle span:not(.sr-only),
  html body.catalog-page > header.site-header button.menu-toggle span:not(.sr-only),
  html body.product-detail-page > header.site-header button.menu-toggle span:not(.sr-only),
  html body.contact-page > header.site-header button.menu-toggle span:not(.sr-only),
  html body.blog-page > header.site-header button.menu-toggle span:not(.sr-only),
  html body.about-page > header.site-header button.menu-toggle span:not(.sr-only) {
    display: block !important;
    width: 18px !important;
    height: 2px !important;
    margin: 0 !important;
    border-radius: 0 !important;
    background: currentColor !important;
    opacity: 1 !important;
  }
}

html body.contact-page .contact-socials,
html body.contact-page .inquiry-socials {
  gap: 18px !important;
}

html body.contact-page .contact-socials a {
  width: 56px !important;
  height: 56px !important;
}

html body.contact-page .contact-socials svg {
  width: 30px !important;
  height: 30px !important;
}

html body.contact-page .inquiry-socials a {
  width: 62px !important;
  height: 62px !important;
}

html body.contact-page .inquiry-socials svg {
  width: 29px !important;
  height: 29px !important;
}

@media (max-width: 760px) {
  html body.contact-page .contact-socials {
    gap: 14px !important;
    margin-top: 12px !important;
  }

  html body.contact-page .contact-socials a {
    width: 40px !important;
    height: 40px !important;
  }

  html body.contact-page .contact-socials svg {
    width: 24px !important;
    height: 24px !important;
  }

  html body.contact-page .inquiry-socials {
    gap: 16px !important;
  }

  html body.contact-page .inquiry-socials a {
    width: 52px !important;
    height: 52px !important;
  }

  html body.contact-page .inquiry-socials svg {
    width: 24px !important;
    height: 24px !important;
  }
}

@media (min-width: 981px) {
  html body.contact-page .contact-workspace__card {
    display: grid !important;
    grid-template-columns: minmax(260px, 360px) minmax(520px, 760px) !important;
    gap: clamp(36px, 5vw, 68px) !important;
    justify-content: center !important;
    align-items: start !important;
  }
}

@media (max-width: 980px) {
  html body.contact-page .contact-workspace__card {
    display: grid !important;
    width: min(100% - 32px, 680px) !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 32px !important;
    justify-content: center !important;
  }

  html body.contact-page .contact-info-panel,
  html body.contact-page .contact-form-panel {
    width: 100% !important;
    max-width: 680px !important;
    justify-self: center !important;
  }
}

@media (max-width: 640px) {
  html body.contact-page .contact-workspace__card {
    width: min(100% - 24px, 520px) !important;
  }

  html body.contact-page .contact-form,
  html body.contact-page .phone-input-group {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html body.contact-page .contact-submit {
    width: 100% !important;
    justify-self: stretch !important;
  }

  html body.contact-page .contact-directory .contact-info-card,
  html body.contact-page .contact-directory .contact-info-list a,
  html body.contact-page .contact-directory .contact-info-list div {
    grid-template-columns: 36px minmax(0, 1fr) !important;
    column-gap: 16px !important;
  }

  html body.contact-page .contact-directory .contact-info-card > .contact-method-icon,
  html body.contact-page .contact-directory .contact-info-list .contact-method-icon {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
  }

  html body.contact-page .contact-directory .contact-method-icon svg {
    width: 22px !important;
    height: 22px !important;
  }
}

/* Header breathing room: keep search away from the right edge on tablet/narrow desktop. */
@media (min-width: 981px) and (max-width: 1279px) {
  html body > header.site-header .header-main.container,
  html body.home-page > header.site-header .header-main.container,
  html body.catalog-page > header.site-header .header-main.container,
  html body.product-detail-page > header.site-header .header-main.container,
  html body.contact-page > header.site-header .header-main.container,
  html body.blog-page > header.site-header .header-main.container,
  html body.about-page > header.site-header .header-main.container {
    display: grid !important;
    width: min(100% - 88px, 1120px) !important;
    max-width: 1120px !important;
    grid-template-columns: minmax(132px, 160px) minmax(0, 1fr) clamp(128px, 12vw, 156px) !important;
    column-gap: clamp(18px, 2.2vw, 28px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  html body > header.site-header .primary-nav,
  html body.home-page > header.site-header .primary-nav,
  html body.catalog-page > header.site-header .primary-nav,
  html body.product-detail-page > header.site-header .primary-nav,
  html body.contact-page > header.site-header .primary-nav,
  html body.blog-page > header.site-header .primary-nav,
  html body.about-page > header.site-header .primary-nav {
    min-width: 0 !important;
    justify-content: center !important;
    gap: clamp(12px, 1.35vw, 18px) !important;
  }

  html body > header.site-header .site-search,
  html body.home-page > header.site-header .site-search,
  html body.catalog-page > header.site-header .site-search,
  html body.product-detail-page > header.site-header .site-search,
  html body.contact-page > header.site-header .site-search,
  html body.blog-page > header.site-header .site-search,
  html body.about-page > header.site-header .site-search {
    width: clamp(128px, 12vw, 156px) !important;
    min-width: 0 !important;
    justify-self: end !important;
    margin-right: 0 !important;
  }

  html body > header.site-header .site-search input,
  html body.home-page > header.site-header .site-search input,
  html body.catalog-page > header.site-header .site-search input,
  html body.product-detail-page > header.site-header .site-search input,
  html body.contact-page > header.site-header .site-search input,
  html body.blog-page > header.site-header .site-search input,
  html body.about-page > header.site-header .site-search input {
    width: 100% !important;
    min-width: 0 !important;
  }
}

/* Footer breathing room: drop the side columns slightly below the centered inquiry card. */
@media (min-width: 981px) {
  html body .site-footer .footer-inquiry__title,
  html body.home-page .site-footer .footer-inquiry__title,
  html body:not(.catalog-page):not(.contact-page):not(.blog-page):not(.about-page) .site-footer .footer-inquiry__title {
    margin-top: clamp(18px, 1.4vw, 22px) !important;
  }
}

@media (min-width: 1200px) {
  html body .site-footer .footer-grid > .footer-products,
  html body.home-page .site-footer .footer-grid > .footer-products,
  html body:not(.catalog-page):not(.contact-page):not(.blog-page):not(.about-page) .site-footer .footer-grid > .footer-products,
  html body .site-footer .footer-grid > .footer-contact,
  html body.home-page .site-footer .footer-grid > .footer-contact,
  html body:not(.catalog-page):not(.contact-page):not(.blog-page):not(.about-page) .site-footer .footer-grid > .footer-contact {
    margin-top: 24px !important;
  }
}

@media (min-width: 981px) and (max-width: 1199px) {
  html body .site-footer .footer-grid > .footer-products,
  html body.home-page .site-footer .footer-grid > .footer-products,
  html body:not(.catalog-page):not(.contact-page):not(.blog-page):not(.about-page) .site-footer .footer-grid > .footer-products,
  html body .site-footer .footer-grid > .footer-contact,
  html body.home-page .site-footer .footer-grid > .footer-contact,
  html body:not(.catalog-page):not(.contact-page):not(.blog-page):not(.about-page) .site-footer .footer-grid > .footer-contact {
    margin-top: 18px !important;
  }
}

html body.contact-page .contact-directory .contact-info-card,
html body.contact-page .contact-directory .contact-info-list a,
html body.contact-page .contact-directory .contact-info-list div {
  grid-template-columns: 36px minmax(0, 1fr) !important;
  align-items: start !important;
  column-gap: 18px !important;
}

html body.contact-page .contact-directory .contact-info-card > span,
html body.contact-page .contact-directory .contact-info-list span,
html body.contact-page .contact-directory .contact-info-card > .contact-method-icon,
html body.contact-page .contact-directory .contact-info-list .contact-method-icon {
  display: inline-flex !important;
  box-sizing: border-box !important;
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  max-width: 36px !important;
  align-items: center !important;
  justify-content: center !important;
  color: #050505 !important;
  background: none !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 0 !important;
  line-height: 1 !important;
  transform: none !important;
}

html body.contact-page .contact-directory .contact-info-card > span svg,
html body.contact-page .contact-directory .contact-info-list span svg,
html body.contact-page .contact-directory .contact-method-icon svg {
  display: block !important;
  width: 22px !important;
  height: 22px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

html body.contact-page .contact-directory .contact-info-card > div,
html body.contact-page .contact-directory .contact-info-list p {
  margin: 0 !important;
  padding-top: 1px !important;
}
