:root {
  --xcmg-accent: #e87500;
  --xcmg-accent-dark: #b95800;
  --xcmg-accent-soft: #fff3e6;
}

body[data-page="xcmg-home"] {
  margin: 0;
  padding: 0 !important;
  min-width: 320px;
  background: #ffffff;
  color: #20252b;
  font-family: Arial, "Microsoft YaHei", sans-serif;
}

body[data-page="xcmg-home"] *,
body[data-page="xcmg-home"] *::before,
body[data-page="xcmg-home"] *::after {
  box-sizing: border-box;
}

body[data-page="xcmg-home"] img {
  display: block;
  max-width: 100%;
}

body[data-page="xcmg-home"] a {
  color: inherit;
  text-decoration: none;
}

body[data-page="xcmg-home"] button {
  font: inherit;
}

.xcmg-boot-failure {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  background: #fff;
  color: #20252b;
  text-align: center;
}

.xcmg-boot-failure button {
  margin-top: 18px;
  padding: 10px 22px;
  border: 0;
  background: var(--xcmg-accent);
  color: #fff;
}

.xcmg-shell {
  width: min(80%, 1536px);
  margin: 0 auto;
}

.xcmg-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 88px;
  border-bottom: 1px solid #dfe4e8;
  background: #ffffff;
  box-shadow: 0 8px 30px rgba(15, 28, 39, 0.06);
}

.xcmg-header__inner {
  width: min(86%, 1560px);
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 28px;
}

.xcmg-brand {
  min-width: 228px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: transparent !important;
  color: #182630;
}

.xcmg-brand.has-brand-logo {
  min-width: 390px;
}

.xcmg-brand__logo {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  display: block;
  background: transparent !important;
  object-fit: contain;
}

.xcmg-brand .xcmg-brand__company-name {
  min-width: 0;
  max-width: 310px;
  padding-left: 0;
  display: block;
  overflow: hidden;
  border-left: 0;
  background: transparent !important;
  color: #182630;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.35;
  text-overflow: ellipsis;
  text-transform: none;
  white-space: nowrap;
}

.xcmg-brand:not(.has-brand-logo) .xcmg-brand__company-name {
  max-width: 228px;
  font-size: 1rem;
}

@media (min-width: 1360px) {
  .xcmg-brand.has-brand-logo {
    min-width: 640px;
  }

  .xcmg-brand .xcmg-brand__company-name {
    max-width: 560px;
    font-size: 1.75rem;
    line-height: 1.2;
  }
}

.xcmg-brand strong {
  font-size: 1.7rem;
  line-height: 1;
}

.xcmg-brand span {
  max-width: 96px;
  padding-left: 14px;
  border-left: 1px solid #ccd3d9;
  color: #64717c;
  font-size: 0.61rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

.xcmg-nav {
  min-width: 0;
  margin-left: auto;
  display: flex;
  align-self: stretch;
  align-items: center;
  gap: 42px;
}

.xcmg-nav a {
  position: relative;
  height: 100%;
  display: inline-flex;
  align-items: center;
  color: #45515c;
  font-size: 0.76rem;
  font-weight: 600;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.xcmg-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  height: 3px;
  background: var(--xcmg-accent);
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.xcmg-nav a:hover::after,
.xcmg-nav a:focus-visible::after,
.xcmg-nav a.is-active::after {
  transform: scaleX(1);
}

.xcmg-nav a:hover,
.xcmg-nav a:focus-visible,
.xcmg-nav a.is-active {
  color: var(--xcmg-accent);
}

.xcmg-header__cta {
  min-height: 44px;
  padding: 0 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid var(--xcmg-accent);
  background: var(--xcmg-accent);
  color: #fff !important;
  font-size: 0.73rem;
  font-weight: 700;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease;
}

.xcmg-header__cta::after {
  content: "+";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.xcmg-header__cta:hover,
.xcmg-header__cta:focus-visible {
  background: #ffffff;
  color: var(--xcmg-accent-dark) !important;
}

.xcmg-language {
  position: relative;
  flex: 0 0 auto;
  color: #27313a;
}

.xcmg-language__trigger {
  min-width: 104px;
  height: 44px;
  padding: 0 4px 0 11px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  border: 0;
  border-radius: 0;
  background: #ffffff;
  color: #27313a;
  cursor: pointer;
}

.xcmg-language__trigger:disabled {
  cursor: default;
  opacity: 1;
}

.xcmg-language__trigger:focus-visible,
.xcmg-language__option:focus-visible {
  outline: 2px solid rgba(232, 117, 0, 0.3);
  outline-offset: 2px;
}

.xcmg-language__flag {
  width: 24px;
  min-width: 24px;
  height: 16px;
  display: block;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(39, 49, 58, 0.14);
  object-fit: cover;
  line-height: 1;
}

.xcmg-language__flag.is-code {
  display: inline-flex;
  border-color: #aeb8c1;
  color: #56616b;
  font-size: 0.56rem;
  font-weight: 700;
}

.xcmg-language__country {
  min-width: 0;
  color: #3d4751;
  font-size: 0.73rem;
  font-weight: 600;
  white-space: nowrap;
}

.xcmg-language__caret {
  width: 6px;
  height: 6px;
  margin: -3px 0 0 auto;
  border-right: 1.5px solid #66717b;
  border-bottom: 1.5px solid #66717b;
  transform: rotate(45deg);
  transition: transform 160ms ease;
}

.xcmg-language.is-open .xcmg-language__caret {
  margin-top: 3px;
  transform: rotate(225deg);
}

.xcmg-language__menu {
  min-width: 210px;
  padding: 6px 0;
  position: absolute;
  z-index: 120;
  top: calc(100% + 10px);
  right: 0;
  border: 1px solid #dfe4e8;
  border-top: 3px solid var(--xcmg-accent);
  background: #ffffff;
  box-shadow: 0 16px 32px rgba(17, 28, 38, 0.14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.xcmg-language.is-open .xcmg-language__menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.xcmg-language__option {
  width: 100%;
  min-height: 52px;
  padding: 8px 14px;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  border: 0;
  border-left: 3px solid transparent;
  background: #ffffff;
  color: #27313a;
  text-align: left;
  cursor: pointer;
}

.xcmg-language__option:hover {
  background: #f1f4f6;
}

.xcmg-language__option.is-active {
  border-left-color: var(--xcmg-accent);
  background: var(--xcmg-accent-soft);
}

.xcmg-language__option-copy,
.xcmg-language__option-copy strong,
.xcmg-language__option-copy small {
  min-width: 0;
  display: block;
}

.xcmg-language__option-copy strong {
  font-size: 0.76rem;
}

.xcmg-language__option-copy small {
  margin-top: 3px;
  color: #7a848d;
  font-size: 0.64rem;
}

.xcmg-menu-toggle {
  width: 42px;
  height: 42px;
  display: none;
  position: relative;
  flex: 0 0 42px;
  border: 1px solid #d9dde1;
  background: #fff;
  color: #1f2933;
}

.xcmg-menu-toggle::before,
.xcmg-menu-toggle::after,
.xcmg-menu-toggle span {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  height: 2px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.xcmg-menu-toggle::before { top: 13px; }
.xcmg-menu-toggle span { top: 20px; }
.xcmg-menu-toggle::after { top: 27px; }

.xcmg-header.is-menu-open .xcmg-menu-toggle::before {
  transform: translateY(7px) rotate(45deg);
}

.xcmg-header.is-menu-open .xcmg-menu-toggle span {
  opacity: 0;
}

.xcmg-header.is-menu-open .xcmg-menu-toggle::after {
  transform: translateY(-7px) rotate(-45deg);
}

.xcmg-home {
  --xcmg-section-gutter: clamp(72px, 8vw, 144px);
  --xcmg-reveal-distance: 140px;
  width: 100%;
  margin-inline: auto;
  overflow: clip;
  background: #fff;
}

.xcmg-home > section:not(.xcmg-hero) {
  width: 80%;
  max-width: 1536px;
  margin-inline: auto;
  overflow: hidden;
}

.xcmg-home > section:not(.xcmg-hero) .xcmg-shell {
  width: calc(100% - var(--xcmg-section-gutter));
}

body.xcmg-reveal-ready .xcmg-scroll-reveal {
  opacity: 0;
  transition:
    opacity 720ms ease,
    transform 820ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

body.xcmg-reveal-preparing .xcmg-scroll-reveal {
  transition: none;
}

body.xcmg-reveal-ready .xcmg-scroll-reveal--left {
  transform: translate3d(-140px, 0, 0);
}

body.xcmg-reveal-ready .xcmg-scroll-reveal--right {
  transform: translate3d(140px, 0, 0);
}

body.xcmg-reveal-ready .xcmg-scroll-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

body.xcmg-reveal-ready .xcmg-home > section.xcmg-scroll-reveal {
  opacity: 1;
  transform: none;
  transition: none;
  will-change: auto;
}

body.xcmg-reveal-ready .xcmg-home > section.xcmg-scroll-reveal > .xcmg-shell,
body.xcmg-reveal-ready .xcmg-home > section.xcmg-scroll-reveal > .xcmg-capability__media,
body.xcmg-reveal-ready .xcmg-home > section.xcmg-scroll-reveal > .xcmg-capability__copy {
  opacity: 0;
  transition:
    opacity 720ms ease,
    transform 820ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

body.xcmg-reveal-ready .xcmg-home > section.xcmg-scroll-reveal--left > .xcmg-shell,
body.xcmg-reveal-ready .xcmg-home > section.xcmg-scroll-reveal--left > .xcmg-capability__media,
body.xcmg-reveal-ready .xcmg-home > section.xcmg-scroll-reveal--right > .xcmg-capability__media {
  transform: translate3d(calc(var(--xcmg-reveal-distance) * -1), 0, 0);
}

body.xcmg-reveal-ready .xcmg-home > section.xcmg-scroll-reveal--right > .xcmg-shell,
body.xcmg-reveal-ready .xcmg-home > section.xcmg-scroll-reveal--left > .xcmg-capability__copy,
body.xcmg-reveal-ready .xcmg-home > section.xcmg-scroll-reveal--right > .xcmg-capability__copy {
  transform: translate3d(var(--xcmg-reveal-distance), 0, 0);
}

body.xcmg-reveal-preparing .xcmg-home > section.xcmg-scroll-reveal > .xcmg-shell,
body.xcmg-reveal-preparing .xcmg-home > section.xcmg-scroll-reveal > .xcmg-capability__media,
body.xcmg-reveal-preparing .xcmg-home > section.xcmg-scroll-reveal > .xcmg-capability__copy {
  transition: none;
}

body.xcmg-reveal-ready .xcmg-home > section.xcmg-scroll-reveal.is-visible > .xcmg-shell,
body.xcmg-reveal-ready .xcmg-home > section.xcmg-scroll-reveal.is-visible > .xcmg-capability__media,
body.xcmg-reveal-ready .xcmg-home > section.xcmg-scroll-reveal.is-visible > .xcmg-capability__copy {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  body.xcmg-reveal-ready .xcmg-scroll-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  body.xcmg-reveal-ready .xcmg-home > section.xcmg-scroll-reveal > .xcmg-shell,
  body.xcmg-reveal-ready .xcmg-home > section.xcmg-scroll-reveal > .xcmg-capability__media,
  body.xcmg-reveal-ready .xcmg-home > section.xcmg-scroll-reveal > .xcmg-capability__copy {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 600px) {
  .xcmg-home > section:not(.xcmg-hero) {
    width: calc(100% - 32px);
  }

  .xcmg-home {
    --xcmg-section-gutter: 0px;
    --xcmg-reveal-distance: 80px;
  }

  body.xcmg-reveal-ready .xcmg-scroll-reveal--left {
    transform: translate3d(-80px, 0, 0);
  }

  body.xcmg-reveal-ready .xcmg-scroll-reveal--right {
    transform: translate3d(80px, 0, 0);
  }

  body.xcmg-reveal-ready .xcmg-scroll-reveal.is-visible {
    transform: translate3d(0, 0, 0);
  }
}

.xcmg-hero {
  min-height: 620px;
  height: calc(100vh - 136px);
  max-height: 812px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #16232c;
}

.xcmg-hero__image,
.xcmg-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.xcmg-hero__image {
  z-index: -3;
  object-fit: cover;
  object-position: 50% 62%;
}

.xcmg-hero__shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(8, 18, 26, 0.82) 0%, rgba(8, 18, 26, 0.58) 26%, rgba(8, 18, 26, 0.16) 55%, rgba(8, 18, 26, 0.06) 100%),
    linear-gradient(180deg, rgba(7, 15, 22, 0.05) 42%, rgba(7, 15, 22, 0.35) 100%);
}

.xcmg-hero__inner {
  width: min(86%, 1560px);
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.xcmg-hero__copy {
  width: min(620px, 52%);
  position: relative;
  padding: 0 0 22px;
  color: #fff;
}

.xcmg-hero__outline {
  display: none;
}

.xcmg-hero__copy > p {
  width: auto;
  margin: 0 0 24px;
  padding: 0 0 0 48px;
  position: relative;
  background: transparent;
  color: #f4b431;
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
}

.xcmg-hero__copy > p::before {
  content: "";
  width: 32px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  background: #f4b431;
  transform: translateY(-50%);
}

.xcmg-hero h1,
.xcmg-hero .xcmg-hero__title {
  margin: 0;
  max-width: 620px;
  font-family: "Arial Narrow", Arial, "Microsoft YaHei", sans-serif;
  font-size: clamp(3.6rem, 5.1vw, 5.75rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.xcmg-hero h1 span,
.xcmg-hero h1 strong,
.xcmg-hero .xcmg-hero__title span,
.xcmg-hero .xcmg-hero__title strong {
  display: block;
  width: auto;
  max-width: 100%;
  padding: 0;
  background: transparent;
  color: #ffffff;
}

.xcmg-hero h1 span,
.xcmg-hero .xcmg-hero__title span {
  padding: 0;
  background: transparent;
  color: #ffffff;
  font-weight: 400;
}

.xcmg-hero h1 strong,
.xcmg-hero .xcmg-hero__title strong {
  padding: 0;
  background: transparent;
  color: #ffffff;
  font-weight: 800;
}

.xcmg-hero__summary {
  width: min(500px, 100%);
  margin: 26px 0 0;
  padding: 0 0 0 18px;
  border-left: 2px solid rgba(244, 180, 49, 0.9);
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.94rem;
  line-height: 1.75;
}

.xcmg-hero__actions {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 26px;
}

.xcmg-hero__link,
.xcmg-hero__secondary-link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
}

.xcmg-hero__link {
  margin: 0;
  padding: 0 22px;
  gap: 18px;
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #14222c !important;
}

.xcmg-hero__link::after,
.xcmg-hero__secondary-link::after {
  content: "\2192";
  font-size: 1rem;
  font-weight: 400;
}

.xcmg-hero__secondary-link {
  gap: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.72);
  color: #ffffff;
}

.xcmg-hero__link:hover,
.xcmg-hero__link:focus-visible {
  border-color: #f4b431;
  background: #f4b431;
  color: #14222c !important;
}

.xcmg-hero__secondary-link:hover,
.xcmg-hero__secondary-link:focus-visible {
  border-bottom-color: #f4b431;
  color: #f4b431;
}

.xcmg-hero__meta {
  position: absolute;
  left: 7%;
  bottom: 30px;
  display: flex;
  gap: 28px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.68rem;
  font-weight: 700;
}

.xcmg-hero__meta span {
  position: relative;
}

.xcmg-hero__meta span + span::before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  left: -16px;
  top: 50%;
  border-radius: 50%;
  background: #f4b431;
}

.xcmg-hero__scroll {
  position: absolute;
  right: 7%;
  bottom: 27px;
  min-height: 28px;
  padding-right: 30px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 0.67rem;
  font-weight: 600;
  text-transform: uppercase;
}

.xcmg-hero__scroll::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 2px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
}

.xcmg-hero.has-managed-slides {
  overflow: hidden;
}

.xcmg-hero__track,
.xcmg-hero__slide {
  position: absolute;
  inset: 0;
}

.xcmg-hero__slide {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  isolation: isolate;
  transition: opacity 420ms ease, visibility 420ms ease;
}

.xcmg-hero__slide.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.xcmg-hero__slide .xcmg-hero__image {
  z-index: 0;
}

.xcmg-hero__slide .xcmg-hero__shade {
  z-index: 1;
}

.xcmg-hero__slide .xcmg-hero__inner {
  position: relative;
  z-index: 3;
}

.xcmg-hero__product {
  position: absolute;
  z-index: 2;
  max-height: 88%;
  object-fit: contain;
  object-position: center;
}

.xcmg-hero__copy--managed {
  position: absolute;
  left: clamp(0%, var(--xcmg-slide-copy-x), 42%);
  top: clamp(18%, var(--xcmg-slide-copy-y), 36%);
  width: clamp(360px, var(--xcmg-slide-copy-width), 620px);
  isolation: isolate;
}

.xcmg-hero__copy--managed h1 span,
.xcmg-hero__copy--managed h1 strong,
.xcmg-hero__copy--managed .xcmg-hero__title span,
.xcmg-hero__copy--managed .xcmg-hero__title strong {
  overflow-wrap: anywhere;
}

.xcmg-hero__controls {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 25px;
  display: flex;
  align-items: center;
  gap: 14px;
  transform: translateX(-50%);
}

.xcmg-hero__dots {
  display: flex;
  align-items: center;
  gap: 7px;
}

.xcmg-hero__control,
.xcmg-hero__dot {
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 0;
  cursor: pointer;
}

.xcmg-hero__control {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(9, 21, 30, 0.38);
  color: #ffffff;
  font-size: 1rem;
  line-height: 1;
}

.xcmg-hero__dot {
  width: 22px;
  height: 2px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.42);
}

.xcmg-hero__dot.is-active {
  width: 38px;
  border-radius: 0;
  background: #f4b431;
}

.xcmg-hero__control:hover,
.xcmg-hero__control:focus-visible,
.xcmg-hero__dot:hover,
.xcmg-hero__dot:focus-visible {
  outline: 2px solid #f0c400;
  outline-offset: 3px;
}

.xcmg-section {
  padding: 88px 0;
}

.xcmg-kicker {
  margin: 0 0 14px;
  color: var(--xcmg-accent);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
}

.xcmg-intro {
  background: #f7f8f9;
}

.xcmg-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
  align-items: center;
  gap: 72px;
}

.xcmg-intro__copy h2,
.xcmg-section-heading h2,
.xcmg-capability__copy h2,
.xcmg-contact h2 {
  margin: 0;
  font-family: Arial, "Microsoft YaHei", sans-serif;
  font-weight: 700;
  line-height: 1.15;
}

.xcmg-intro__copy h2 {
  max-width: 520px;
  margin-bottom: 28px;
  color: #232b33;
  font-size: 2.35rem;
}

.xcmg-intro__copy > p:not(.xcmg-kicker) {
  max-width: 540px;
  margin: 0 0 17px;
  color: #69727c;
  font-size: 0.92rem;
  line-height: 1.85;
}

.xcmg-text-link {
  min-height: 40px;
  margin-top: 17px;
  display: inline-flex;
  align-items: center;
  gap: 34px;
  border-bottom: 1px solid var(--xcmg-accent);
  color: var(--xcmg-accent) !important;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.xcmg-text-link span {
  font-size: 1.2rem;
  font-weight: 400;
}

.xcmg-intro__media {
  margin: 0;
}

.xcmg-intro__media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: 50% 68%;
}

.xcmg-intro__media figcaption {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 20px;
  padding-top: 15px;
  color: #6a737c;
  font-size: 0.72rem;
  line-height: 1.6;
}

.xcmg-intro__media figcaption strong {
  color: #2b333b;
  font-size: 0.76rem;
}

.xcmg-stats {
  position: relative;
  z-index: 2;
  background: #f7f8f9;
}

.xcmg-stats__grid {
  min-height: 154px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: #fff;
  box-shadow: 0 18px 46px rgba(19, 34, 48, 0.06);
}

.xcmg-stats article {
  min-width: 0;
  padding: 34px 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.xcmg-stats article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 33px;
  bottom: 33px;
  right: 0;
  width: 1px;
  background: #e5e8eb;
}

.xcmg-stats strong {
  color: #26303a;
  font-size: 2.15rem;
  line-height: 1;
}

.xcmg-stats small {
  margin-left: 3px;
  font-size: 0.72rem;
  font-weight: 400;
}

.xcmg-stats span {
  margin-top: 10px;
  color: #8a929a;
  font-size: 0.7rem;
}

.xcmg-models {
  padding: 104px 0 96px;
}

.xcmg-section-heading {
  margin-bottom: 56px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  align-items: end;
  gap: 64px;
}

.xcmg-section-heading h2 {
  max-width: 600px;
  color: #242c34;
  font-size: 2.5rem;
}

.xcmg-section-heading > p {
  margin: 0;
  color: #737b84;
  font-size: 0.88rem;
  line-height: 1.8;
}

.xcmg-model {
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  align-items: center;
  gap: 95px;
}

.xcmg-model + .xcmg-model {
  margin-top: 92px;
}

.xcmg-model--reverse .xcmg-model__visual {
  order: 2;
}

.xcmg-model--reverse .xcmg-model__copy {
  order: 1;
}

.xcmg-model--wide {
  grid-template-columns: minmax(360px, 0.92fr) minmax(0, 1.08fr);
}

.xcmg-model__visual {
  min-width: 0;
  min-height: 540px;
  position: relative;
}

.xcmg-model__image {
  object-fit: cover;
}

.xcmg-model__image--large {
  width: 66%;
  aspect-ratio: 4 / 5;
  object-position: 50% 68%;
}

.xcmg-model__image--small {
  width: 56%;
  aspect-ratio: 4 / 3;
  position: absolute;
  right: 1%;
  bottom: 3%;
  border: 10px solid #fff;
  object-position: 50% 68%;
}

.xcmg-model__image--feature {
  width: calc(100% - 38px);
  aspect-ratio: 1 / 1;
  object-position: 50% 67%;
}

.xcmg-model__vertical-label {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #9ba1a7;
  font-size: 0.63rem;
  font-weight: 700;
  writing-mode: vertical-rl;
  text-transform: uppercase;
}

.xcmg-model__copy {
  min-width: 0;
}

.xcmg-model__number {
  margin: 0 0 21px;
  color: var(--xcmg-accent);
  font-size: 0.68rem;
  font-weight: 700;
}

.xcmg-model__copy h3 {
  margin: 0;
  color: #18212a;
  font-size: 3.8rem;
  line-height: 1;
}

.xcmg-model__copy h4 {
  max-width: 420px;
  margin: 18px 0 20px;
  color: #2c343c;
  font-size: 1.18rem;
  line-height: 1.4;
}

.xcmg-model__copy > p:not(.xcmg-model__number) {
  margin: 0;
  color: #737b84;
  font-size: 0.88rem;
  line-height: 1.85;
}

.xcmg-specs {
  margin: 30px 0 0;
  border-top: 1px solid #dfe3e6;
}

.xcmg-specs div {
  min-height: 42px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid #dfe3e6;
  font-size: 0.74rem;
}

.xcmg-specs dt {
  color: #7b838b;
}

.xcmg-specs dd {
  margin: 0;
  color: #27313a;
  font-weight: 700;
}

.xcmg-applications {
  padding: 92px 0 96px;
  background: #192531;
  color: #fff;
}

.xcmg-section-heading--light h2,
.xcmg-section-heading--light > p {
  color: #fff;
}

.xcmg-section-heading--light > p {
  color: #b9c3cc;
}

.xcmg-section-heading--light .xcmg-kicker {
  color: #f0c400;
}

.xcmg-application-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.xcmg-application-grid article {
  min-height: 250px;
  padding: 34px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.xcmg-application-grid article:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.xcmg-application-grid span {
  color: #f0c400;
  font-size: 0.7rem;
  font-weight: 700;
}

.xcmg-application-grid h3 {
  margin: 74px 0 13px;
  color: #fff;
  font-size: 1.08rem;
  line-height: 1.35;
}

.xcmg-application-grid p {
  margin: 0;
  color: #aeb9c2;
  font-size: 0.77rem;
  line-height: 1.7;
}

.xcmg-capability {
  min-height: 670px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #f0f2f3;
}

.xcmg-capability__media {
  min-width: 0;
  min-height: 670px;
}

.xcmg-capability__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 68%;
}

.xcmg-capability__copy {
  max-width: 660px;
  padding: 96px 72px;
  align-self: center;
}

.xcmg-capability__copy h2 {
  max-width: 510px;
  color: #26303a;
  font-size: 2.45rem;
}

.xcmg-capability__copy > p:not(.xcmg-kicker) {
  max-width: 560px;
  margin: 24px 0 36px;
  color: #707983;
  font-size: 0.88rem;
  line-height: 1.85;
}

.xcmg-capability__list {
  display: grid;
}

.xcmg-capability__list article {
  padding: 18px 0;
  display: grid;
  grid-template-columns: 175px 1fr;
  gap: 24px;
  border-top: 1px solid #d8dde1;
}

.xcmg-capability__list article:last-child {
  border-bottom: 1px solid #d8dde1;
}

.xcmg-capability__list strong {
  color: #28323b;
  font-size: 0.82rem;
}

.xcmg-capability__list span {
  color: #757e87;
  font-size: 0.76rem;
  line-height: 1.6;
}

.xcmg-section-heading--centered {
  display: block;
  text-align: center;
}

.xcmg-section-heading--centered h2 {
  margin: 0 auto;
}

.xcmg-updates__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.xcmg-updates__grid article {
  min-width: 0;
}

.xcmg-updates__grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: 50% 68%;
}

.xcmg-updates__grid p {
  margin: 18px 0 9px;
  color: var(--xcmg-accent);
  font-size: 0.66rem;
  font-weight: 700;
  text-transform: uppercase;
}

.xcmg-updates__grid h3 {
  min-height: 48px;
  margin: 0 0 9px;
  color: #29323b;
  font-size: 1rem;
  line-height: 1.5;
}

.xcmg-updates__grid span {
  color: #949ba2;
  font-size: 0.67rem;
}

.xcmg-updates__grid article > a {
  margin-top: 14px;
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--xcmg-accent);
  color: var(--xcmg-accent);
  font-size: 0.7rem;
  font-weight: 700;
}

.xcmg-guide {
  padding-top: 96px;
  padding-bottom: 64px;
  background: #ffffff;
}

.xcmg-updates {
  padding-top: 72px;
  padding-bottom: 88px;
}

.xcmg-guide__layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: 9%;
  align-items: start;
}

.xcmg-guide__heading h2 {
  margin: 0;
  max-width: 570px;
  color: #242c34;
  font-size: 2.35rem;
  line-height: 1.2;
}

.xcmg-guide__heading > p:not(.xcmg-kicker) {
  margin: 24px 0 0;
  color: #6f7881;
  font-size: 0.88rem;
  line-height: 1.85;
}

.xcmg-guide__questions {
  border-top: 1px solid #dce2e7;
}

.xcmg-guide__questions details {
  border-bottom: 1px solid #dce2e7;
}

.xcmg-guide__questions summary {
  position: relative;
  padding: 24px 48px 24px 0;
  color: #25313c;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
  list-style: none;
}

.xcmg-guide__questions summary::-webkit-details-marker {
  display: none;
}

.xcmg-guide__questions summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 18px;
  color: var(--xcmg-accent);
  font-size: 1.7rem;
  font-weight: 400;
}

.xcmg-guide__questions details[open] summary::after {
  content: "−";
}

.xcmg-guide__questions p {
  max-width: 760px;
  margin: -5px 48px 24px 0;
  color: #6d7781;
  font-size: 0.84rem;
  line-height: 1.85;
}

.xcmg-related-links {
  margin-top: 42px;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 34px;
  border-top: 1px solid #dfe4e8;
  border-bottom: 1px solid #dfe4e8;
}

.xcmg-related-links strong {
  color: #27323c;
  font-size: 0.82rem;
}

.xcmg-related-links a {
  color: #69737d;
  font-size: 0.75rem;
}

.xcmg-related-links a:hover {
  color: var(--xcmg-accent);
}

.xcmg-contact {
  padding: 68px 0;
  background: #f0c400;
}

.xcmg-contact__inner {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 64px;
}

.xcmg-contact .xcmg-kicker {
  color: #1e2932;
}

.xcmg-contact h2 {
  max-width: 480px;
  color: #17212a;
  font-size: 2.2rem;
}

.xcmg-contact__inner > p {
  margin: 0;
  color: #3e454c;
  font-size: 0.83rem;
  line-height: 1.8;
}

.xcmg-contact__inner > a {
  min-width: 138px;
  min-height: 46px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border: 1px solid #17212a;
  color: #17212a;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.xcmg-footer {
  padding: 56px 0 24px;
  background: #11171d;
  color: #fff;
}

.xcmg-footer__grid {
  padding-bottom: 42px;
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.7fr;
  align-items: start;
  gap: 70px;
}

.xcmg-footer__brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.xcmg-footer__identity {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 18px;
}

.xcmg-footer__brand-logo {
  width: 82px;
  height: 82px;
  flex: 0 0 82px;
  display: block;
  object-fit: contain;
}

.xcmg-footer__company-name {
  max-width: 330px;
  color: #ffffff;
  font-size: 0.94rem;
  line-height: 1.45;
  text-transform: none;
}

.xcmg-footer__identity > strong:not(.xcmg-footer__company-name) {
  color: #fff;
  font-size: 1.8rem;
}

.xcmg-footer__tagline {
  color: #86919b;
  font-size: 0.64rem;
}

.xcmg-footer nav,
.xcmg-footer__meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px 24px;
}

.xcmg-footer nav a,
.xcmg-footer__meta span {
  color: #b0b8c0;
  font-size: 0.72rem;
}

.xcmg-footer__meta {
  grid-template-columns: 1fr;
}

.xcmg-footer__bottom {
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #6e7983;
  font-size: 0.65rem;
  text-transform: uppercase;
}

@media (max-width: 1080px) {
  .xcmg-header__inner {
    width: calc(100% - 48px);
    gap: 18px;
  }

  .xcmg-brand {
    min-width: 190px;
  }

  .xcmg-brand.has-brand-logo {
    min-width: 320px;
  }

  .xcmg-brand__logo {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
  }

  .xcmg-brand .xcmg-brand__company-name {
    max-width: 250px;
    font-size: 0.78rem;
  }

  .xcmg-nav {
    gap: 22px;
  }

  .xcmg-header__cta {
    display: none;
  }

  .xcmg-intro__grid,
  .xcmg-model {
    gap: 58px;
  }

  .xcmg-capability__copy {
    padding: 72px 48px;
  }
}

@media (max-width: 860px) {
  .xcmg-home {
    --xcmg-section-gutter: 0px;
  }

  .xcmg-home > section:not(.xcmg-hero) {
    width: calc(100% - 36px);
  }

  .xcmg-shell,
  .xcmg-header__inner,
  .xcmg-hero__inner {
    width: min(100% - 36px, 720px);
  }

  .xcmg-header {
    height: 72px;
  }

  .xcmg-brand {
    min-width: 0;
  }

  .xcmg-brand.has-brand-logo {
    min-width: 0;
  }

  .xcmg-nav {
    height: auto;
    margin: 0;
    padding: 10px 18px 18px;
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border-top: 1px solid #e6e8eb;
    border-bottom: 1px solid #e6e8eb;
    background: #fff;
    box-shadow: 0 18px 28px rgba(17, 28, 38, 0.12);
  }

  .xcmg-header.is-menu-open .xcmg-nav {
    display: flex;
  }

  .xcmg-nav a {
    min-height: 46px;
    height: auto;
    padding: 0 6px;
    border-bottom: 1px solid #edf0f2;
  }

  .xcmg-nav a::after {
    display: none;
  }

  .xcmg-menu-toggle {
    margin-left: 0;
    display: block;
  }

  .xcmg-language {
    margin-left: auto;
  }

  .xcmg-language__menu {
    right: -52px;
  }

  .xcmg-hero {
    min-height: 560px;
    height: calc(100vh - 112px);
    max-height: 700px;
  }

  .xcmg-hero__image {
    object-position: 58% 62%;
  }

  .xcmg-hero__copy {
    width: min(520px, 78%);
    align-self: flex-end;
    margin-bottom: 94px;
  }

  .xcmg-hero__copy--managed {
    top: auto;
    bottom: 94px;
    left: 0;
    width: min(520px, 78%);
    margin-bottom: 0;
  }

  .xcmg-hero__product {
    max-height: 68%;
    opacity: 0.82;
  }

  .xcmg-hero__meta {
    left: 18px;
  }

  .xcmg-hero__scroll {
    right: 18px;
  }

  .xcmg-section {
    padding: 86px 0;
  }

  .xcmg-intro__grid,
  .xcmg-model,
  .xcmg-model--wide,
  .xcmg-capability,
  .xcmg-guide__layout {
    grid-template-columns: 1fr;
  }

  .xcmg-guide__layout {
    gap: 48px;
  }

  .xcmg-intro__grid {
    gap: 52px;
  }

  .xcmg-stats__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xcmg-stats article:nth-child(2)::after {
    display: none;
  }

  .xcmg-stats article:nth-child(-n+2) {
    border-bottom: 1px solid #e5e8eb;
  }

  .xcmg-section-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .xcmg-section-heading > p {
    max-width: 600px;
  }

  .xcmg-model {
    gap: 46px;
  }

  .xcmg-model--reverse .xcmg-model__visual,
  .xcmg-model--reverse .xcmg-model__copy {
    order: initial;
  }

  .xcmg-model--wide .xcmg-model__copy {
    order: 2;
  }

  .xcmg-model--wide .xcmg-model__visual {
    order: 1;
  }

  .xcmg-application-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xcmg-application-grid article:nth-child(2) {
    border-right: 0;
  }

  .xcmg-capability__media {
    min-height: 520px;
  }

  .xcmg-capability__copy {
    max-width: 720px;
    padding: 72px 36px 82px;
  }

  .xcmg-contact__inner {
    grid-template-columns: 1fr 1fr;
    gap: 32px 48px;
  }

  .xcmg-contact__inner > a {
    width: 180px;
  }

  .xcmg-footer__grid {
    grid-template-columns: 1fr 1fr;
  }

  .xcmg-footer__meta {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .xcmg-shell,
  .xcmg-header__inner,
  .xcmg-hero__inner {
    width: calc(100% - 32px);
  }

  .xcmg-brand {
    min-width: 0;
    gap: 9px;
  }

  .xcmg-brand__logo {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .xcmg-brand .xcmg-brand__company-name {
    max-width: 112px;
    font-size: 0.68rem;
    line-height: 1.3;
  }

  .xcmg-brand:not(.has-brand-logo) .xcmg-brand__company-name {
    max-width: 150px;
    font-size: 0.78rem;
  }

  .xcmg-brand strong {
    font-size: 1.3rem;
  }

  .xcmg-brand span {
    max-width: 74px;
    padding-left: 9px;
    font-size: 0.52rem;
    line-height: 1.2;
  }

  .xcmg-header__inner {
    gap: 10px;
  }

  .xcmg-language__trigger {
    min-width: 78px;
    padding: 0 4px;
  }

  .xcmg-language__country {
    max-width: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .xcmg-hero {
    min-height: 520px;
    height: calc(100svh - 104px);
    max-height: 660px;
  }

  .xcmg-hero__shade {
    background:
      linear-gradient(90deg, rgba(8, 18, 26, 0.72) 0%, rgba(8, 18, 26, 0.4) 62%, rgba(8, 18, 26, 0.1) 100%),
      linear-gradient(180deg, rgba(7, 15, 22, 0.04) 24%, rgba(7, 15, 22, 0.76) 100%);
  }

  .xcmg-hero__image {
    object-position: 58% 50%;
  }

  .xcmg-hero__copy {
    width: 100%;
    margin-bottom: 98px;
    padding: 0 0 16px;
  }

  .xcmg-hero__copy--managed {
    bottom: 98px;
    width: 100%;
    margin-bottom: 0;
  }

  .xcmg-hero__outline {
    left: 0;
    width: 92px;
    height: 174px;
  }

  .xcmg-hero__copy > p {
    margin: 0 0 18px;
    padding: 0 0 0 38px;
    font-size: 0.62rem;
  }

  .xcmg-hero__copy > p::before {
    width: 26px;
  }

  .xcmg-hero h1,
  .xcmg-hero .xcmg-hero__title {
    font-size: clamp(2.9rem, 14vw, 4.2rem);
    line-height: 0.92;
  }

  .xcmg-hero h1 span,
  .xcmg-hero h1 strong,
  .xcmg-hero .xcmg-hero__title span,
  .xcmg-hero .xcmg-hero__title strong {
    padding-left: 0;
    padding-right: 0;
  }

  .xcmg-hero__summary {
    width: min(340px, 100%);
    margin: 20px 0 0;
    padding: 0 0 0 14px;
    font-size: 0.76rem;
    line-height: 1.65;
  }

  .xcmg-hero__actions {
    margin-top: 24px;
    gap: 18px;
  }

  .xcmg-hero__link,
  .xcmg-hero__secondary-link {
    min-height: 44px;
    font-size: 0.68rem;
  }

  .xcmg-hero__link {
    padding: 0 16px;
  }

  .xcmg-hero__meta {
    bottom: 22px;
    gap: 20px;
    font-size: 0.58rem;
  }

  .xcmg-hero__meta span + span::before {
    left: -12px;
  }

  .xcmg-hero__scroll {
    right: 16px;
    bottom: 16px;
    width: 24px;
    padding: 0;
    font-size: 0;
  }

  .xcmg-hero__controls {
    bottom: 16px;
  }

  .xcmg-section {
    padding: 70px 0;
  }

  .xcmg-guide {
    padding-bottom: 54px;
  }

  .xcmg-updates {
    padding-top: 60px;
    padding-bottom: 64px;
  }

  .xcmg-guide__heading h2 {
    font-size: 1.8rem;
  }

  .xcmg-related-links {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .xcmg-intro__copy h2,
  .xcmg-section-heading h2,
  .xcmg-capability__copy h2,
  .xcmg-contact h2 {
    font-size: 1.8rem;
  }

  .xcmg-intro__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
  }

  .xcmg-intro__media figcaption {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .xcmg-stats__grid {
    width: 100%;
  }

  .xcmg-stats article {
    min-height: 130px;
    padding: 24px 12px;
  }

  .xcmg-stats article::after {
    top: 22px !important;
    bottom: 22px !important;
  }

  .xcmg-stats strong {
    font-size: 1.75rem;
  }

  .xcmg-models {
    padding-top: 82px;
  }

  .xcmg-section-heading {
    margin-bottom: 48px;
  }

  .xcmg-applications .xcmg-section-heading {
    padding-inline: 30px;
  }

  .xcmg-model {
    min-height: 0;
    gap: 36px;
  }

  .xcmg-model + .xcmg-model {
    margin-top: 86px;
  }

  .xcmg-model__visual {
    min-height: 390px;
  }

  .xcmg-model__image--large {
    width: 72%;
  }

  .xcmg-model__image--small {
    width: 57%;
    border-width: 6px;
  }

  .xcmg-model__image--feature {
    width: calc(100% - 24px);
  }

  .xcmg-model__copy h3 {
    font-size: 2.8rem;
  }

  .xcmg-application-grid {
    grid-template-columns: 1fr;
  }

  .xcmg-application-grid article {
    min-height: 190px;
    border-right: 0 !important;
  }

  .xcmg-application-grid h3 {
    margin-top: 42px;
  }

  .xcmg-capability__media {
    min-height: 400px;
  }

  .xcmg-capability__copy {
    padding: 62px 30px 70px;
  }

  .xcmg-capability__list article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .xcmg-updates__grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .xcmg-updates__grid h3 {
    min-height: 0;
  }

  .xcmg-contact {
    padding: 64px 0;
  }

  .xcmg-contact__inner {
    grid-template-columns: 1fr;
    padding-inline: 30px;
  }

  .xcmg-footer__grid,
  .xcmg-footer nav,
  .xcmg-footer__meta {
    grid-template-columns: 1fr;
  }

  .xcmg-footer__grid {
    gap: 34px;
  }

  .xcmg-footer__brand-logo {
    width: 72px;
    height: 72px;
    flex-basis: 72px;
  }

  .xcmg-footer__company-name {
    max-width: 220px;
    font-size: 0.86rem;
  }

  .xcmg-footer__bottom {
    flex-direction: column;
    gap: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .xcmg-nav a::after,
  .xcmg-menu-toggle::before,
  .xcmg-menu-toggle::after,
  .xcmg-menu-toggle span {
    transition: none;
  }
}
