/* StarFriend Screw CMS 1.2.8: homepage inquiry/map, SEO/GEO and cumulative site styles. */
:root {
  --sf-navy: #0d2343;
  --sf-blue: #164c98;
  --sf-gold: #dfb63f;
  --sf-gold-dark: #a87912;
  --header: 78px;
  --header-h: 78px;
}

.site-header {
  height: 78px !important;
  min-height: 78px !important;
}

.site-header .header-inner,
.site-header .nav-shell,
.site-header > .wrap.nav {
  height: 78px !important;
  min-height: 78px !important;
}

.site-header .brand img,
.site-header .logo img {
  width: 112px !important;
  height: 50px !important;
  max-height: 50px !important;
  object-fit: contain !important;
}

@media (min-width: 861px) {
  .site-header .desktop-nav,
  .site-header .desktop-nav > ul,
  .site-header nav.nav,
  .site-header .navlinks {
    height: 100% !important;
  }

  .site-header .nav-item > a,
  .site-header .nav-item > .nav-label,
  .site-header .nav-item > .nav-button,
  .site-header .nav-group > a {
    height: 100% !important;
  }
}

body[data-cms="starfriend"] main > .hero:first-child,
body[data-cms="starfriend"] main > .solution-hero:first-child,
body[data-cms="starfriend"] main > .blog-hero:first-child,
body[data-cms="starfriend"] > .sf-video-banner + .hero {
  display: none !important;
}

.sf-video-banner {
  position: relative;
  z-index: 1;
  isolation: isolate;
  height: clamp(500px, 40vw, 670px);
  min-height: 500px;
  overflow: hidden;
  background: var(--sf-navy) url("/assets/images/starfriend-screw-video-poster.jpg") center / cover no-repeat;
  color: #fff;
  font-family: Arial, "Microsoft YaHei", "PingFang SC", sans-serif;
}

.sf-video-banner__media,
.sf-video-banner__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.sf-video-banner__media {
  z-index: -3;
  object-fit: cover;
  object-position: center;
}

.sf-video-banner__shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(4, 18, 39, .93) 0%, rgba(7, 28, 57, .82) 38%, rgba(7, 27, 55, .38) 67%, rgba(4, 18, 39, .2) 100%),
    linear-gradient(0deg, rgba(5, 20, 42, .35), transparent 42%);
}

.sf-video-banner__inner {
  width: min(1240px, calc(100% - 48px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 44px 0 52px;
}

.sf-video-banner__eyebrow {
  margin: 0 0 21px;
  display: flex;
  align-items: center;
  gap: 13px;
  color: #f0c954;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .16em;
}

.sf-video-banner__eyebrow::before {
  content: "";
  width: 44px;
  height: 3px;
  background: #f0c954;
}

.sf-video-banner__title {
  max-width: 880px;
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 5.1vw, 72px);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -.035em;
  text-shadow: 0 4px 22px rgba(0, 0, 0, .2);
}

.sf-video-banner__title span,
.sf-video-banner__title strong {
  display: block;
}

.sf-video-banner__title strong {
  color: #fff;
  font: inherit;
}

.sf-video-banner__copy {
  max-width: 790px;
  margin: 25px 0 0;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(16px, 1.28vw, 19px);
  line-height: 1.85;
}

.sf-video-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.sf-video-banner__actions a,
.sf-video-banner__actions button {
  min-height: 52px;
  padding: 0 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.sf-video-banner__actions a:hover,
.sf-video-banner__actions a:focus-visible,
.sf-video-banner__actions button:hover,
.sf-video-banner__actions button:focus-visible {
  transform: translateY(-2px);
}

.sf-video-banner__primary {
  background: var(--sf-gold);
  color: #10223f !important;
}

.sf-video-banner__primary:hover,
.sf-video-banner__primary:focus-visible {
  background: #edc84f;
}

.sf-video-banner__secondary {
  border-color: rgba(255, 255, 255, .72) !important;
  background: rgba(7, 26, 54, .38);
  color: #fff !important;
  backdrop-filter: blur(4px);
}

.sf-video-banner__secondary:hover,
.sf-video-banner__secondary:focus-visible {
  border-color: #fff !important;
  background: rgba(255, 255, 255, .12);
}

.sf-video-banner__control {
  position: absolute;
  right: max(22px, calc((100vw - 1240px) / 2));
  bottom: 24px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 50%;
  background: rgba(5, 20, 42, .58);
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  backdrop-filter: blur(5px);
}

/* One hierarchy and rhythm for solution, product, about and blog dropdowns. */
.site-header .nav-item > .dropdown:not(.language-menu),
.site-header .nav-group > .dropdown:not(.language-menu) {
  top: calc(100% - 1px) !important;
  width: 340px !important;
  padding: 6px 0 !important;
  overflow: visible !important;
  border: 0 !important;
  border-top: 3px solid var(--sf-gold) !important;
  border-radius: 0 0 4px 4px !important;
  background: #fff !important;
  box-shadow: 0 18px 42px rgba(16, 34, 63, .18) !important;
}

.site-header .nav-item > .dropdown:not(.language-menu) > a,
.site-header .nav-item > .dropdown:not(.language-menu) > li > a,
.site-header .nav-group > .dropdown:not(.language-menu) > a,
.site-header .nav-group > .dropdown:not(.language-menu) > li > a {
  box-sizing: border-box !important;
  width: 100% !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 12px 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  border: 0 !important;
  border-bottom: 1px solid #edf0f4 !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #344054 !important;
  font-family: Arial, "Microsoft YaHei", "PingFang SC", sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  text-align: left !important;
  text-decoration: none !important;
  white-space: normal !important;
}

.site-header .nav-item > .dropdown:not(.language-menu) > a:last-child,
.site-header .nav-item > .dropdown:not(.language-menu) > li:last-child > a,
.site-header .nav-group > .dropdown:not(.language-menu) > a:last-child,
.site-header .nav-group > .dropdown:not(.language-menu) > li:last-child > a {
  border-bottom: 0 !important;
}

.site-header .nav-item > .dropdown:not(.language-menu) > a:hover,
.site-header .nav-item > .dropdown:not(.language-menu) > a:focus-visible,
.site-header .nav-item > .dropdown:not(.language-menu) > a.active,
.site-header .nav-item > .dropdown:not(.language-menu) > li > a:hover,
.site-header .nav-item > .dropdown:not(.language-menu) > li > a:focus-visible,
.site-header .nav-group > .dropdown:not(.language-menu) > a:hover,
.site-header .nav-group > .dropdown:not(.language-menu) > a:focus-visible {
  background: #fff9e9 !important;
  color: var(--sf-gold-dark) !important;
}

/* A selected item closes immediately, even while the pointer is still over the menu. */
.site-header .sf-dropdown-dismissed > .dropdown:not(.language-menu) {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

@media (max-width: 860px) {
  :root {
    --header: 66px;
    --header-h: 66px;
  }

  .site-header,
  .site-header .header-inner,
  .site-header .nav-shell,
  .site-header > .wrap.nav {
    height: 66px !important;
    min-height: 66px !important;
  }

  .site-header .brand img,
  .site-header .logo img {
    width: 92px !important;
    height: 40px !important;
    max-height: 40px !important;
  }

  .site-header #mainNav,
  .site-header #navlinks {
    top: 66px !important;
    height: auto !important;
    max-height: calc(100vh - 66px) !important;
  }

  .sf-video-banner {
    height: 520px;
    min-height: 520px;
  }

  .sf-video-banner__shade {
    background: linear-gradient(90deg, rgba(4, 18, 39, .94), rgba(5, 24, 50, .7));
  }

  .sf-video-banner__inner {
    width: min(100% - 34px, 680px);
    padding: 38px 0 58px;
  }

  .sf-video-banner__title {
    font-size: clamp(35px, 8.5vw, 52px);
  }

  .sf-video-banner__copy {
    margin-top: 19px;
    font-size: 16px;
    line-height: 1.72;
  }

  .sf-video-banner__actions {
    margin-top: 24px;
  }

  .site-header .nav-item > .dropdown:not(.language-menu),
  .site-header .nav-group > .dropdown:not(.language-menu) {
    width: auto !important;
    padding: 2px 0 5px !important;
    border-top: 0 !important;
    box-shadow: none !important;
  }

  .site-header .nav-item > .dropdown:not(.language-menu) > a,
  .site-header .nav-item > .dropdown:not(.language-menu) > li > a,
  .site-header .nav-group > .dropdown:not(.language-menu) > a,
  .site-header .nav-group > .dropdown:not(.language-menu) > li > a {
    min-height: 42px !important;
    padding: 9px 16px 9px 24px !important;
    font-size: 14px !important;
  }
}

@media (max-width: 540px) {
  .sf-video-banner {
    height: 560px;
    min-height: 560px;
  }

  .sf-video-banner__eyebrow {
    margin-bottom: 16px;
    font-size: 11px;
    letter-spacing: .1em;
  }

  .sf-video-banner__eyebrow::before {
    width: 28px;
  }

  .sf-video-banner__title {
    font-size: 35px;
    line-height: 1.16;
  }

  .sf-video-banner__actions {
    width: 100%;
  }

  .sf-video-banner__actions a,
  .sf-video-banner__actions button {
    flex: 1 1 100%;
    min-height: 48px;
  }

  .sf-video-banner__control {
    right: 16px;
    bottom: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sf-video-banner__media {
    display: none;
  }

  .sf-video-banner__actions a,
  .sf-video-banner__actions button {
    transition: none;
  }
}

/* 1.1.0 — use the solution-page header on every page, including the homepage. */
.site-header.sf-unified-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  box-sizing: border-box !important;
  background: rgba(255, 255, 255, .98) !important;
  border-bottom: 1px solid #e7ebf0 !important;
  box-shadow: 0 5px 18px rgba(16, 34, 63, .06) !important;
}

.site-header.sf-unified-header .header-inner {
  position: relative !important;
  box-sizing: border-box !important;
  width: min(1240px, calc(100% - 32px)) !important;
  max-width: 1240px !important;
  height: 78px !important;
  min-height: 78px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 24px !important;
}

.site-header.sf-unified-header .brand {
  flex: 0 0 auto !important;
  margin: 0 !important;
}

.site-header.sf-unified-header .brand img {
  width: 112px !important;
  height: 50px !important;
}

.site-header.sf-unified-header .desktop-nav {
  flex: 1 1 auto !important;
  display: block !important;
  height: 100% !important;
  margin: 0 !important;
}

.site-header.sf-unified-header .desktop-nav > ul {
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: stretch !important;
  justify-content: center !important;
  gap: 1px !important;
  list-style: none !important;
}

.site-header.sf-unified-header .nav-item {
  position: relative !important;
  display: flex !important;
  align-items: stretch !important;
  margin: 0 !important;
}

.site-header.sf-unified-header .nav-button {
  position: relative !important;
  box-sizing: border-box !important;
  min-width: 88px !important;
  height: 100% !important;
  padding: 0 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  background: transparent !important;
  color: #1d2637 !important;
  font-family: Arial, "Microsoft YaHei", "PingFang SC", sans-serif !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.site-header.sf-unified-header .nav-button:hover,
.site-header.sf-unified-header .nav-button:focus-visible,
.site-header.sf-unified-header .nav-item.is-active > .nav-button {
  color: var(--sf-gold-dark) !important;
  background: #fffaf0 !important;
}

.site-header.sf-unified-header .nav-item.is-active > .nav-button::after {
  content: "" !important;
  position: absolute !important;
  right: 16px !important;
  bottom: 0 !important;
  left: 16px !important;
  height: 3px !important;
  background: var(--sf-gold) !important;
}

.site-header.sf-unified-header .caret {
  margin-left: 5px !important;
  font-size: 11px !important;
}

.site-header.sf-unified-header .nav-item > .dropdown:not(.language-menu) {
  display: block !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translate(-50%, 10px) !important;
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease !important;
}

.site-header.sf-unified-header .nav-item:hover > .dropdown:not(.language-menu),
.site-header.sf-unified-header .nav-item:focus-within > .dropdown:not(.language-menu),
.site-header.sf-unified-header .nav-item.open > .dropdown:not(.language-menu) {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translate(-50%, 0) !important;
}

.site-header.sf-unified-header .nav-item.sf-dropdown-dismissed > .dropdown:not(.language-menu) {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.site-header.sf-unified-header .language {
  position: relative !important;
  flex: 0 0 auto !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.site-header.sf-unified-header .language-trigger {
  min-width: 112px !important;
  min-height: 44px !important;
  padding: 0 13px 0 15px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  box-sizing: border-box !important;
  border: 1px solid #dce1e8 !important;
  border-radius: 5px !important;
  background: #fff !important;
  color: #29344a !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
}

/* Page templates used to style the nested spans as independent controls.
   Explicitly flatten every trigger child so only the outer button has a box. */
.site-header.sf-unified-header .language-trigger > *,
.site-header.sf-unified-header .language-current-name {
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: inline !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: inherit !important;
  line-height: 1.2 !important;
}

.site-header.sf-unified-header .language-trigger > b {
  font-size: 13px !important;
  font-weight: 700 !important;
}

.site-header.sf-unified-header .language-menu {
  position: absolute !important;
  top: calc(100% + 8px) !important;
  right: 0 !important;
  left: auto !important;
  z-index: 100 !important;
  width: 184px !important;
  margin: 0 !important;
  padding: 5px 0 !important;
  display: block !important;
  list-style: none !important;
  border: 1px solid #e3e7ed !important;
  border-top: 3px solid var(--sf-gold) !important;
  border-radius: 0 0 4px 4px !important;
  background: #fff !important;
  box-shadow: 0 18px 42px rgba(16, 34, 63, .18) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(8px) !important;
  transition: .18s ease !important;
}

.site-header.sf-unified-header .language:hover .language-menu,
.site-header.sf-unified-header .language.open .language-menu {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}

.site-header.sf-unified-header .language-menu > li {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  list-style: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.site-header.sf-unified-header .language-menu button,
.site-header.sf-unified-header .language-menu a {
  width: 100% !important;
  min-height: 42px !important;
  padding: 9px 16px !important;
  box-sizing: border-box !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  color: #344054 !important;
  text-align: left !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
}

.site-header.sf-unified-header .language-menu a > * {
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  display: inline !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.site-header.sf-unified-header .language-menu button:hover,
.site-header.sf-unified-header .language-menu button.is-current,
.site-header.sf-unified-header .language-menu a:hover,
.site-header.sf-unified-header .language-menu a:focus-visible,
.site-header.sf-unified-header .language-menu a.is-current {
  color: var(--sf-gold-dark) !important;
  background: #fff9e9 !important;
}

.site-header.sf-unified-header .language-menu a b {
  margin-left: auto !important;
  color: #174a9c !important;
  font-size: 17px !important;
}

.site-header.sf-unified-header .menu-toggle {
  flex: 0 0 auto !important;
  display: none !important;
  width: 42px !important;
  height: 42px !important;
  margin: 0 0 0 auto !important;
  padding: 9px !important;
  border: 0 !important;
  background: transparent !important;
  cursor: pointer !important;
}

.site-header.sf-unified-header .menu-toggle span {
  display: block !important;
  height: 2px !important;
  margin: 5px 0 !important;
  background: #1d2637 !important;
}

.site-header.sf-unified-header .mobile-panel {
  display: none !important;
}

/* One visual language for every button that opens or submits an inquiry form. */
.sf-inquiry-button,
button[data-product-inquiry],
.open-contact {
  box-sizing: border-box !important;
  min-height: 50px !important;
  padding: 0 25px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid var(--sf-gold) !important;
  border-radius: 3px !important;
  background: linear-gradient(135deg, #f0c75c, var(--sf-gold)) !important;
  color: #10223f !important;
  font-family: Arial, "Microsoft YaHei", "PingFang SC", sans-serif !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(216, 170, 56, .24) !important;
  cursor: pointer !important;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease !important;
}

.sf-inquiry-button:hover,
.sf-inquiry-button:focus-visible,
button[data-product-inquiry]:hover,
button[data-product-inquiry]:focus-visible,
.open-contact:hover,
.open-contact:focus-visible {
  transform: translateY(-2px) !important;
  background: linear-gradient(135deg, #f5d16f, #e2b538) !important;
  box-shadow: 0 14px 30px rgba(216, 170, 56, .32) !important;
}

.sf-video-banner__secondary.sf-inquiry-button {
  border-color: var(--sf-gold) !important;
  background: linear-gradient(135deg, #f0c75c, var(--sf-gold)) !important;
  color: #10223f !important;
  backdrop-filter: none !important;
}

.sf-inquiry-submit,
#inquiryForm button[type="submit"],
#solutionForm button[type="submit"],
#contactForm button[type="submit"] {
  grid-column: 1 / -1 !important;
  min-height: 50px !important;
  padding: 0 24px !important;
  border: 1px solid var(--sf-navy) !important;
  border-radius: 3px !important;
  background: var(--sf-navy) !important;
  color: #fff !important;
  font-weight: 800 !important;
  cursor: pointer !important;
}

.sf-inquiry-submit:hover,
#inquiryForm button[type="submit"]:hover,
#solutionForm button[type="submit"]:hover,
#contactForm button[type="submit"]:hover {
  border-color: var(--sf-gold) !important;
  background: var(--sf-gold) !important;
  color: var(--sf-navy) !important;
}

body.sf-modal-open,
body.modal-open {
  overflow: hidden !important;
}

.sf-inquiry-modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 3000 !important;
  padding: 24px !important;
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(5, 13, 27, .76) !important;
}

.sf-inquiry-modal.open {
  display: flex !important;
}

.sf-inquiry-modal__panel {
  position: relative !important;
  box-sizing: border-box !important;
  width: min(760px, 100%) !important;
  max-height: calc(100vh - 48px) !important;
  overflow: auto !important;
  padding: 38px !important;
  border-top: 4px solid var(--sf-gold) !important;
  background: #fff !important;
  color: #172033 !important;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .36) !important;
}

.sf-inquiry-modal .modal-close {
  position: absolute !important;
  top: 13px !important;
  right: 16px !important;
  width: 42px !important;
  height: 42px !important;
  border: 0 !important;
  background: #eef2f6 !important;
  color: #344054 !important;
  font-size: 26px !important;
  cursor: pointer !important;
}

.sf-inquiry-modal .modal-kicker {
  margin: 0 !important;
  color: var(--sf-gold-dark) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .16em !important;
}

.sf-inquiry-modal h2 {
  margin: 5px 50px 6px 0 !important;
  color: var(--sf-navy) !important;
  font-size: 30px !important;
  line-height: 1.3 !important;
}

.sf-inquiry-modal .modal-intro {
  margin: 0 0 24px !important;
  color: #667085 !important;
}

.sf-inquiry-form-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

.sf-inquiry-form-grid label {
  display: grid !important;
  gap: 7px !important;
  color: #344054 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

.sf-inquiry-form-grid .wide {
  grid-column: 1 / -1 !important;
}

.sf-inquiry-form-grid input,
.sf-inquiry-form-grid textarea {
  box-sizing: border-box !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 11px 12px !important;
  border: 1px solid #cfd7e2 !important;
  border-radius: 0 !important;
  outline: none !important;
  background: #fff !important;
  color: #172033 !important;
}

.sf-inquiry-form-grid input:focus,
.sf-inquiry-form-grid textarea:focus {
  border-color: var(--sf-gold) !important;
  box-shadow: 0 0 0 3px rgba(216, 170, 56, .14) !important;
}

.sf-inquiry-modal .form-status {
  min-height: 24px !important;
  margin: 12px 0 0 !important;
  color: #237047 !important;
  font-size: 14px !important;
}

/* 1.1.1 — make the image, metadata, title, excerpt and empty card area clickable. */
a.article-card.article-card-link {
  color: inherit !important;
  text-decoration: none !important;
  cursor: pointer !important;
  -webkit-tap-highlight-color: rgba(223, 182, 63, .18);
}

a.article-card.article-card-link:hover h3,
a.article-card.article-card-link:hover .article-more {
  color: var(--sf-gold-dark) !important;
}

a.article-card.article-card-link:focus-visible {
  outline: 3px solid var(--sf-gold) !important;
  outline-offset: 4px !important;
  box-shadow: 0 18px 42px rgba(16, 34, 63, .16) !important;
}

/* Homepage company/industry article archive. All published posts remain in
   the server-rendered DOM; the compact pager only controls presentation. */
.sf-home-news {
  padding: clamp(64px, 7vw, 96px) 0 !important;
  background: #f2f5f9 !important;
  color: #172033 !important;
}

.sf-home-news__shell,
.sf-footer-shell {
  width: min(1240px, calc(100% - 48px)) !important;
  margin: 0 auto !important;
}

.sf-home-news__head {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 32px !important;
  margin-bottom: 28px !important;
}

.sf-home-news__eyebrow {
  display: block !important;
  margin-bottom: 6px !important;
  color: var(--sf-gold-dark) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: .18em !important;
}

.sf-home-news__head h2 {
  margin: 0 !important;
  color: var(--sf-navy) !important;
  font-size: clamp(36px, 4.4vw, 60px) !important;
  line-height: 1.12 !important;
  letter-spacing: -.035em !important;
}

.sf-home-news__head h2 em {
  color: var(--sf-gold) !important;
  font-style: normal !important;
  font-weight: 500 !important;
}

.sf-home-news__head p {
  max-width: 720px !important;
  margin: 14px 0 0 !important;
  color: #667085 !important;
  font-size: 16px !important;
}

.sf-home-news__head > a {
  flex: 0 0 auto !important;
  padding: 11px 0 !important;
  color: var(--sf-gold-dark) !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

.sf-home-news__filters {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin: 0 0 30px !important;
  padding-bottom: 20px !important;
  border-bottom: 1px solid #d7dee8 !important;
}

.sf-home-news__filters button {
  min-height: 42px !important;
  padding: 0 18px !important;
  border: 1px solid #cbd4df !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #344054 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  cursor: pointer !important;
}

.sf-home-news__filters button:hover,
.sf-home-news__filters button.is-active,
.sf-home-news__filters button[aria-pressed="true"] {
  border-color: var(--sf-gold) !important;
  background: #fff8e5 !important;
  color: #7b5b0e !important;
}

.sf-home-news__grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
}

.sf-home-article-card {
  min-width: 0 !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  border: 1px solid #dfe5ed !important;
  background: #fff !important;
  color: inherit !important;
  text-decoration: none !important;
  box-shadow: 0 12px 30px rgba(16, 34, 63, .07) !important;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease !important;
}

.sf-home-article-card[hidden] {
  display: none !important;
}

.sf-home-article-card:hover,
.sf-home-article-card:focus-visible {
  transform: translateY(-4px) !important;
  border-color: rgba(216, 170, 56, .72) !important;
  box-shadow: 0 22px 46px rgba(16, 34, 63, .14) !important;
}

.sf-home-article-card:focus-visible {
  outline: 3px solid var(--sf-gold) !important;
  outline-offset: 3px !important;
}

.sf-home-article-card figure {
  position: relative !important;
  aspect-ratio: 16 / 9 !important;
  margin: 0 !important;
  overflow: hidden !important;
  background: #dfe5ed !important;
}

.sf-home-article-card figure img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform .35s ease !important;
}

.sf-home-article-card:hover figure img {
  transform: scale(1.045) !important;
}

.sf-home-article-card figcaption {
  position: absolute !important;
  left: 16px !important;
  bottom: 14px !important;
  padding: 5px 10px !important;
  background: rgba(10, 31, 60, .9) !important;
  color: #f2c95b !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

.sf-home-article-card__body {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 22px 22px 24px !important;
}

.sf-home-article-card time {
  color: #8490a3 !important;
  font-size: 12px !important;
}

.sf-home-article-card h3 {
  margin: 9px 0 10px !important;
  color: var(--sf-navy) !important;
  font-size: 20px !important;
  line-height: 1.45 !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
}

.sf-home-article-card p {
  margin: 0 !important;
  color: #667085 !important;
  font-size: 14px !important;
  line-height: 1.75 !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
  overflow: hidden !important;
}

.sf-home-article-card__body > span {
  margin-top: auto !important;
  padding-top: 17px !important;
  color: #1b4f9b !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}

.sf-home-news__pagination {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  min-height: 44px !important;
  margin-top: 32px !important;
}

.sf-home-news__pagination:empty {
  display: none !important;
}

.sf-home-news__pagination button {
  min-width: 42px !important;
  min-height: 42px !important;
  padding: 0 13px !important;
  border: 1px solid #cbd4df !important;
  background: #fff !important;
  color: #344054 !important;
  font-weight: 700 !important;
  cursor: pointer !important;
}

.sf-home-news__pagination button:hover:not(:disabled),
.sf-home-news__pagination button.is-active {
  border-color: var(--sf-gold) !important;
  background: #fff8e5 !important;
  color: #7b5b0e !important;
}

.sf-home-news__pagination button:disabled {
  opacity: .4 !important;
  cursor: not-allowed !important;
}

.sf-home-news__empty {
  grid-column: 1 / -1 !important;
  padding: 48px !important;
  border: 1px dashed #bdc9d8 !important;
  background: #fff !important;
  text-align: center !important;
}

/* Homepage direct-inquiry and factory-map block. The map is loaded lazily so
   it never delays the article archive or the first screen. */
.sf-home-contact-map {
  padding: 0 0 88px !important;
  background: #f3f6fa !important;
  color: #10223f !important;
  font-family: Arial, "Microsoft YaHei", "PingFang SC", sans-serif !important;
}

.sf-home-contact-map__shell {
  width: min(1240px, calc(100% - 40px)) !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr) !important;
  overflow: hidden !important;
  border: 1px solid #dce4ee !important;
  background: #fff !important;
  box-shadow: 0 22px 55px rgba(16, 34, 63, .1) !important;
}

.sf-home-contact-map__form,
.sf-home-contact-map__map > header {
  padding: clamp(28px, 4vw, 52px) !important;
}

.sf-home-contact-map__eyebrow {
  margin: 0 0 12px !important;
  color: #b8891f !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .17em !important;
  line-height: 1.4 !important;
}

.sf-home-contact-map h2 {
  margin: 0 !important;
  color: #10223f !important;
  font-size: clamp(28px, 3vw, 43px) !important;
  line-height: 1.2 !important;
}

.sf-home-contact-map__intro,
.sf-home-contact-map__map > header > p:last-child {
  margin: 15px 0 0 !important;
  color: #667085 !important;
  font-size: 15px !important;
  line-height: 1.8 !important;
}

.sf-home-contact-map__fields {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 17px !important;
  margin-top: 28px !important;
}

.sf-home-contact-map__fields label {
  min-width: 0 !important;
  margin: 0 !important;
  color: #23334f !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
}

.sf-home-contact-map__fields .wide,
.sf-home-contact-map__submit {
  grid-column: 1 / -1 !important;
}

.sf-home-contact-map__fields input,
.sf-home-contact-map__fields textarea {
  width: 100% !important;
  margin-top: 8px !important;
  padding: 12px 14px !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 0 !important;
  background: #fbfcfe !important;
  color: #10223f !important;
  font: inherit !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  box-sizing: border-box !important;
  outline: 0 !important;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease !important;
}

.sf-home-contact-map__fields textarea {
  min-height: 112px !important;
  resize: vertical !important;
}

.sf-home-contact-map__fields input:focus,
.sf-home-contact-map__fields textarea:focus {
  border-color: #c99722 !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(201, 151, 34, .15) !important;
}

.sf-home-contact-map__submit {
  min-height: 52px !important;
  border: 0 !important;
  background: #dcb744 !important;
  color: #10223f !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  cursor: pointer !important;
  transition: transform .18s ease, background .18s ease !important;
}

.sf-home-contact-map__submit:hover:not(:disabled),
.sf-home-contact-map__submit:focus-visible {
  background: #edca5d !important;
  transform: translateY(-2px) !important;
}

.sf-home-contact-map__submit:disabled {
  opacity: .62 !important;
  cursor: wait !important;
}

.sf-home-contact-map .form-status {
  min-height: 24px !important;
  margin: 13px 0 0 !important;
  color: #31547f !important;
  font-size: 13px !important;
  line-height: 1.65 !important;
}

.sf-home-contact-map__map {
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  border-left: 1px solid #dce4ee !important;
  background: #10223f !important;
}

.sf-home-contact-map__map > header {
  flex: 0 0 auto !important;
  background: #10223f !important;
}

.sf-home-contact-map__map > header h2,
.sf-home-contact-map__map > header > p:last-child {
  color: #fff !important;
}

.sf-home-contact-map__map > header > p:last-child {
  color: #c9d3e2 !important;
}

.sf-home-contact-map__frame {
  position: relative !important;
  flex: 1 1 auto !important;
  min-height: 410px !important;
  overflow: hidden !important;
  background: #dce4ee !important;
}

.sf-home-contact-map__frame iframe {
  width: 100% !important;
  height: 100% !important;
  min-height: 410px !important;
  display: block !important;
  border: 0 !important;
}

.sf-home-contact-map__frame > a {
  position: absolute !important;
  right: 16px !important;
  bottom: 16px !important;
  padding: 10px 14px !important;
  background: #10223f !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  box-shadow: 0 8px 25px rgba(16, 34, 63, .28) !important;
}

/* Unified footer/navigation. Unique class names prevent legacy template CSS
   from changing the layout on individual pages. */
.sf-site-footer {
  padding: 64px 0 22px !important;
  background: #0c1b34 !important;
  color: #d9e1ed !important;
  font-family: Arial, "Microsoft YaHei", "PingFang SC", sans-serif !important;
}

.sf-footer-grid {
  display: grid !important;
  grid-template-columns: 1.35fr .75fr 1.2fr 1.1fr !important;
  gap: clamp(30px, 4vw, 62px) !important;
}

.sf-footer-brand p,
.sf-footer-column p {
  margin: 14px 0 0 !important;
  color: #b9c5d6 !important;
  font-size: 14px !important;
  line-height: 1.75 !important;
}

.sf-footer-logo {
  display: inline-flex !important;
  padding: 10px 13px !important;
  background: #fff !important;
}

.sf-footer-logo img {
  width: 132px !important;
  height: 58px !important;
  object-fit: contain !important;
}

.sf-footer-socials {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-top: 22px !important;
}

.sf-footer-socials a,
.sf-footer-socials span {
  width: 42px !important;
  height: 42px !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
  border-radius: 50% !important;
  background: #fff !important;
  transition: transform .2s ease, box-shadow .2s ease !important;
}

.sf-footer-socials a:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .25) !important;
}

.sf-footer-socials .is-disabled {
  opacity: .42 !important;
  filter: grayscale(1) !important;
}

.sf-footer-socials img {
  width: 42px !important;
  height: 42px !important;
  object-fit: cover !important;
}

.sf-footer-column h2 {
  margin: 0 0 17px !important;
  color: #f0c75c !important;
  font-size: 17px !important;
  line-height: 1.35 !important;
}

.sf-footer-column > a:not(.sf-footer-consult) {
  display: block !important;
  margin: 9px 0 !important;
  color: #c4cfde !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  text-decoration: none !important;
}

.sf-footer-column > a:hover,
.sf-footer-column > a:focus-visible {
  color: #f0c75c !important;
}

.sf-footer-contact p {
  overflow-wrap: anywhere !important;
}

.sf-footer-consult {
  display: inline-flex !important;
  margin-top: 18px !important;
  padding-bottom: 5px !important;
  border-bottom: 1px solid rgba(240, 199, 92, .65) !important;
  color: #f0c75c !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

.sf-footer-bottom {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;
  margin-top: 44px !important;
  padding-top: 19px !important;
  border-top: 1px solid rgba(255, 255, 255, .12) !important;
  color: #8795aa !important;
  font-size: 12px !important;
}

.sf-footer-bottom div {
  display: flex !important;
  gap: 18px !important;
}

.sf-footer-bottom a {
  color: #aeb9ca !important;
  text-decoration: none !important;
}

.sf-footer-bottom a:hover {
  color: #f0c75c !important;
}

@media (max-width: 980px) {
  .sf-home-news__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .sf-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .sf-home-contact-map__shell {
    grid-template-columns: 1fr !important;
  }

  .sf-home-contact-map__map {
    border-top: 1px solid #dce4ee !important;
    border-left: 0 !important;
  }
}

@media (max-width: 640px) {
  .sf-home-news__shell,
  .sf-footer-shell,
  .sf-home-contact-map__shell {
    width: min(100% - 28px, 1240px) !important;
  }

  .sf-home-contact-map {
    padding-bottom: 58px !important;
  }

  .sf-home-contact-map__fields {
    grid-template-columns: 1fr !important;
  }

  .sf-home-contact-map__fields label,
  .sf-home-contact-map__submit {
    grid-column: 1 !important;
  }

  .sf-home-contact-map__frame,
  .sf-home-contact-map__frame iframe {
    min-height: 340px !important;
  }

  .sf-home-news__head {
    display: block !important;
  }

  .sf-home-news__head > a {
    display: inline-flex !important;
    margin-top: 14px !important;
  }

  .sf-home-news__filters {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    padding-bottom: 16px !important;
    scrollbar-width: thin !important;
  }

  .sf-home-news__filters button {
    flex: 0 0 auto !important;
  }

  .sf-home-news__grid,
  .sf-footer-grid {
    grid-template-columns: 1fr !important;
  }

  .sf-footer-grid {
    gap: 34px !important;
  }

  .sf-footer-bottom {
    align-items: flex-start !important;
    flex-direction: column !important;
  }
}

@media (max-width: 1080px) {
  :root {
    --header: 66px;
    --header-h: 66px;
  }

  .site-header.sf-unified-header,
  .site-header.sf-unified-header .header-inner {
    height: 66px !important;
    min-height: 66px !important;
  }

  .site-header.sf-unified-header .header-inner {
    width: min(100% - 28px, 1240px) !important;
    gap: 12px !important;
  }

  .site-header.sf-unified-header .brand img {
    width: 96px !important;
    height: 44px !important;
  }

  .site-header.sf-unified-header .language {
    z-index: 4 !important;
    width: 126px !important;
    margin-left: auto !important;
    display: block !important;
  }

  .site-header.sf-unified-header .language-trigger {
    width: 126px !important;
    min-width: 0 !important;
    min-height: 40px !important;
    padding: 0 10px 0 12px !important;
  }

  .site-header.sf-unified-header .language-current-name {
    min-width: 0 !important;
    display: block !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .site-header.sf-unified-header .menu-toggle {
    display: block !important;
    margin-left: 0 !important;
  }

  .site-header.sf-unified-header .desktop-nav {
    position: absolute !important;
    top: 66px !important;
    right: -14px !important;
    left: -14px !important;
    width: auto !important;
    height: auto !important;
    max-height: calc(100vh - 66px) !important;
    overflow: auto !important;
    display: none !important;
    background: #fff !important;
    box-shadow: 0 18px 35px rgba(16, 34, 63, .16) !important;
  }

  .site-header.sf-unified-header .desktop-nav.open {
    display: block !important;
  }

  .site-header.sf-unified-header .desktop-nav.open > ul {
    height: auto !important;
    padding: 10px 18px 20px !important;
    display: block !important;
  }

  .site-header.sf-unified-header .desktop-nav.open .nav-item {
    display: block !important;
  }

  .site-header.sf-unified-header .desktop-nav.open .nav-button {
    width: 100% !important;
    min-height: 46px !important;
    padding: 10px 5px !important;
    justify-content: flex-start !important;
  }

  .site-header.sf-unified-header .desktop-nav.open .nav-item > .dropdown:not(.language-menu) {
    position: static !important;
    width: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    box-shadow: none !important;
    border-top: 0 !important;
  }

  .site-header.sf-unified-header .mobile-panel {
    position: absolute !important;
    top: 66px !important;
    right: -14px !important;
    left: -14px !important;
    max-height: calc(100vh - 66px) !important;
    overflow: auto !important;
    padding: 10px 18px 20px !important;
    background: #fff !important;
    box-shadow: 0 18px 35px rgba(16, 34, 63, .16) !important;
  }

  .site-header.sf-unified-header .mobile-panel.open {
    display: block !important;
  }

  .site-header.sf-unified-header .mobile-panel a {
    display: block !important;
    padding: 11px 5px !important;
    border-bottom: 1px solid #edf0f4 !important;
    color: #243049 !important;
    font-size: 17px !important;
    text-decoration: none !important;
  }

  .site-header.sf-unified-header .mobile-panel a.mobile-sub-link {
    padding-left: 24px !important;
    color: #667085 !important;
    font-size: 13px !important;
  }

  .site-header.sf-unified-header .mobile-panel a.current {
    color: var(--sf-gold-dark) !important;
    font-weight: 800 !important;
  }

}

@media (max-width: 680px) {
  .sf-inquiry-modal {
    padding: 14px !important;
  }

  .sf-inquiry-modal__panel {
    max-height: calc(100vh - 28px) !important;
    padding: 28px 20px 24px !important;
  }

  .sf-inquiry-modal h2 {
    font-size: 25px !important;
  }

  .sf-inquiry-form-grid {
    grid-template-columns: 1fr !important;
  }

  .sf-inquiry-form-grid .wide,
  .sf-inquiry-submit {
    grid-column: auto !important;
  }
}

/* Long translated headlines need a lower optical scale than the compact
   Chinese source.  The 0.7 ratio is maintained at desktop, tablet and phone
   breakpoints so every non-Chinese edition remains readable over the video. */
body[data-cms="starfriend"][data-language]:not([data-language="zh"]) .sf-video-banner__title {
  max-width: 960px !important;
  font-size: clamp(29px, 3.57vw, 50px) !important;
  line-height: 1.14 !important;
  letter-spacing: -.025em !important;
}

@media (max-width: 860px) {
  body[data-cms="starfriend"][data-language]:not([data-language="zh"]) .sf-video-banner__title {
    font-size: clamp(25px, 6vw, 36px) !important;
    line-height: 1.17 !important;
  }
}

@media (max-width: 480px) {
  .site-header.sf-unified-header .header-inner {
    width: min(100% - 24px, 1240px) !important;
    display: grid !important;
    grid-template-columns: minmax(78px, 1fr) 96px 40px !important;
    column-gap: 12px !important;
  }

  .site-header.sf-unified-header .brand img {
    width: 86px !important;
    height: 40px !important;
  }

  .site-header.sf-unified-header .language,
  .site-header.sf-unified-header .language-trigger {
    width: 96px !important;
  }

  .site-header.sf-unified-header .language {
    margin: 0 !important;
    justify-self: end !important;
  }

  .site-header.sf-unified-header .language-trigger {
    padding: 0 8px 0 10px !important;
    font-size: 13px !important;
  }

  .site-header.sf-unified-header .language-menu {
    width: 176px !important;
  }

  .site-header.sf-unified-header .menu-toggle {
    flex: 0 0 40px !important;
    width: 40px !important;
    height: 40px !important;
    margin: 0 !important;
    justify-self: end !important;
  }

  body[data-cms="starfriend"][data-language]:not([data-language="zh"]) .sf-video-banner__title {
    font-size: 25px !important;
    line-height: 1.18 !important;
  }
}

@media (max-width: 360px) {
  .site-header.sf-unified-header .header-inner {
    grid-template-columns: minmax(72px, 1fr) 90px 38px !important;
    column-gap: 10px !important;
  }

  .site-header.sf-unified-header .brand img {
    width: 80px !important;
  }

  .site-header.sf-unified-header .language,
  .site-header.sf-unified-header .language-trigger {
    width: 90px !important;
  }

  .site-header.sf-unified-header .menu-toggle {
    width: 38px !important;
  }
}
