/*
 * Responsive contract for the shared Jinhang pages.
 * Structural changes happen at 1024/768/480px; visual dimensions interpolate
 * between those points so resizing does not produce jumps.
 */
:root {
  --content-width: min(88%, 1440px);
  --page-gutter: clamp(14px, 4vw, 80px);
  --section-gap: clamp(20px, 4vw, 72px);
}

html,
body {
  min-width: 0;
  max-width: 100%;
  overflow-x: clip;
}

html body {
  overflow-x: clip;
}

.inner {
  width: var(--content-width);
  max-width: 1440px;
}

/*
 * Keep page-specific fixed-width components from expanding the document.
 * Several templates use different root nodes, so the safeguards need to be
 * shared rather than repeated in every page stylesheet.
 */
#app,
.app,
.inner,
.headerM .header-inner,
.region-tip-bar .inner,
.footer .inner,
.contact .inner {
  min-width: 0;
  max-width: 100%;
}

#app > *,
.app > *,
.inner > *,
.headerM .header-inner > *,
.region-tip-bar .inner > *,
.footer .inner > *,
.contact .inner > * {
  min-width: 0;
}

img,
picture,
video,
canvas,
svg {
  max-inline-size: 100%;
}

input,
textarea,
select,
button {
  max-inline-size: 100%;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
button,
input,
textarea {
  overflow-wrap: anywhere;
}

/* Shared desktop/mobile header contract. */
.header.header-index,
.header.header-index.header-active,
.header.header-index.header-scrolled,
.header.header-index.header-active-top,
.header.header-index.header-has-active {
  display: flex;
}

.headerM {
  display: none;
}

/* Switch to the compact header at tablet and smaller widths.  This rule lives
 * in the last-loaded responsive stylesheet so it cannot be overridden by the
 * desktop defaults above. */
@media only screen and (max-width: 1280px) {
  .header.header-index,
  .header.header-index.header-active,
  .header.header-index.header-scrolled,
  .header.header-index.header-active-top,
  .header.header-index.header-has-active {
    display: none;
  }

  .headerM {
    display: flex;
    
  }
}


@media only screen and (max-width: 1024px) {
  .header.header-index,
  .header.header-index.header-active,
  .header.header-index.header-scrolled,
  .header.header-index.header-active-top,
  .header.header-index.header-has-active {
    display: none;
  }

  .headerM {
    display: flex;

  }

  /* The compact header is fixed for scrolling, so reserve its real height in
   * the page root. This keeps every direct page section below the header,
   * including the first paint before the header script runs. */
  #app,
  .app,
  html.header-scroll-ready #app,
  html.header-scroll-ready .app {
    padding-top: var(--header-stack-height, 75px);
  }

}

.header-index-inner {
  /* width: var(--content-width); */
  padding-block: clamp(10px, 1.1vw, 18px);
  gap: clamp(16px, 2vw, 32px);
}

.header-index-nav nav ul {
  gap: clamp(4px, 0.7vw, 10px);
}

.header-index-nav nav ul .nav-item > .nav-item-first {
  padding-inline: clamp(10px, 1.35vw, 20px);
}

.header-index-nav nav ul .nav-item > .nav-item-first.nav-item-first-with-right {
  padding-right: clamp(26px, 2.7vw, 40px);
}

.header-index-nav nav ul .nav-item > .nav-item-first p,
.header-index-langs,
.header-index-contact-inner p {
  font-size: clamp(14px, 1.1vw, 18px);
  line-height: 1.4;
}

/* The first banner title pair must have enough room for longer translations.
 * Normal wrapping keeps words intact while the fluid type scale preserves the
 * original single-line treatment whenever the language fits. */
.banner .banner-content1 .middle {
  width: min(78vw, 1180px);
  max-width: calc(100% - 32px);
  left: 50%;
  flex-wrap: nowrap;
  gap: clamp(10px, 2.6vw, 42px);
  transform: translateX(-50%);
}

.banner .banner-content1 .middle .text1 {
  width: 100%;
  max-width: 100%;
  flex: 0 1 100%;
  min-width: 0;
  justify-content: center;
  transform: rotate(12deg) skew(17deg, 0deg);
}

.banner .banner-content1 .middle .text1 p {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  font-size: clamp(22px, 4.2vw, 40px);
  line-height: clamp(31px, 5.2vw, 60px);
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
  text-align: center;
  word-spacing: clamp(8px, 1.8vw, 28px);
}

/* FAQ columns stretch to the same height on desktop and tablet. */
.faq .inner {
  align-items: stretch;
}

.faq .section1,
.faq .section2 {
  align-self: stretch;
}

.faq .section1 {
  height: 100%;
  min-height: 100%;
}

.faq .section1 img {
  height: 100%;
  object-fit: cover;
}

/* The FAQ heading remains a link while preserving the existing gradient. */
.faq .section2 .title .text1 > a {
  display: inline-block;
  color: inherit;
  font-size: clamp(25px, calc(1.3vw + 20px), 40px);
  line-height: clamp(35px, calc(1.7vw + 15px), 53px);
  text-decoration: none;
}

/* Remove native scrollbar arrow buttons; keep only the draggable thumb. */
.faq .section2 .list::-webkit-scrollbar-button,
.faq .section2 .list::-webkit-scrollbar-button:single-button {
  display: none;
  width: 0;
  height: 0;
}

/* Prevent deliberate tracks/canvases from affecting the page's paint area. */
.page3 .Culture,
.page3 .Culture2,
.page3 .culture-track,
.make-page .swiper,
.page2-tab {
  contain: paint;
}
.page3 .Culture{
  z-index: 1;
}
.page3 .Culture2{
  z-index: 3;
}
.page3-inenr{
  z-index: 2 !important;
}
.page3 .Culture,
.page3 .Culture2,
.page2-tab {
  max-width: 120%;
  overflow-x: auto;
  scrollbar-width: none;
}

.page3 .Culture::-webkit-scrollbar,
.page3 .Culture2::-webkit-scrollbar,
.page2-tab::-webkit-scrollbar {
  display: none;
}

.global-globe {
  overflow: hidden;
}

.page3-cloud,
.global-cloud-wrap {
  max-width: 100%;
}

/* Resource-center banners use a shared grid.  Reset intrinsic minimum sizes
 * so the two-column cards can shrink on narrow viewports instead of pushing
 * the second column outside the page. */
.banner .box-item {
  min-width: 0;
  max-width: 100%;
}

.banner .box-item .item,
.banner .box-item .item a,
.banner .box-item .item p {
  min-width: 0;
  max-width: 100%;
}

.banner .box-item .item a {
  width: 100%;
}

.banner .box-item .item p {
  text-align: center;
  overflow-wrap: anywhere;
}

/* Floating contact panels must never protrude beyond a narrow viewport. */
.sidefixed .sideins {
  width: min(180px, calc(100vw - 70px));
  max-width: calc(100vw - 70px);
}

.formMessage {
  max-width: calc(100vw - 24px);
}

/* Contact headings use one continuous scale across desktop and mobile. */
.contact .section1 .title .text1 p {
  font-size: clamp(44px, calc(1.85vw + 31px), 63px);
  line-height: 1.32;
}

.contact .section1 .title .text2 p {
  font-size: clamp(48px, calc(1.71vw + 30.5px), 60px);
  line-height: 1.32;
}

@media only screen and (max-width: 1024px) {
  :root {
    /* Interpolate the desktop gutter down to the tablet gutter. */
    --content-width: calc(100% - clamp(32px, calc(35vw - 236px), 122px));
  }

  .inner {
    width: var(--content-width);
  }

  .headerM .header-inner {
    width: var(--content-width);
    height: clamp(62px, calc(3.1vw + 46px), 78px);
    padding-block: clamp(7px, 1vw, 10px);
    min-width: 0;
  }

  .headerM .header-lang {
    min-width: 0;
    margin-left: auto;
    flex: 0 0 auto;
  }

  .headerM .header-lang-one,
  .headerM .header-inner .langBtn,
  .headerM .header-inner .action_item {
    flex-shrink: 0;
  }

  .region-tip-bar {
    padding-block: clamp(10px, calc(1.6vw + 2px), 18px);
  }

  .region-tip-bar .inner {
    width: var(--content-width);
    gap: clamp(8px, 1.6vw, 16px);
  }

  .region-tip-bar .section1 p {
    font-size: clamp(13px, calc(.6vw + 10px), 16px);
    line-height: 1.45;
  }

  .region-tip-bar .current-region p,
  .region-tip-bar .select-region p {
    font-size: clamp(13px, calc(.4vw + 11px), 15px);
    line-height: 2;
  }

  .contact,
  .footer {
    padding-block: clamp(12px, calc(1.2vw + 8px), 20px);
  }
}

@media only screen and (max-width: 768px) {
  :root {
    /* Keep the 768px-to-480px gutter continuous before the mobile floor. */
    --content-width: calc(100% - clamp(24px, calc(2.78vw + 10.67px), 32px));
  }

  .inner,
  .headerM .header-inner,
  .region-tip-bar .inner {
    width: var(--content-width);
  }

  /* Info cards inherit a fixed desktop image width from their shared styles. */
  .info-articles .gig-box-r,
  .info-articles .img-box {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .contact .section1 .title .text1 p {
    font-size: clamp(24px, calc(5.4vw + 3.75px), 45.21px);
    line-height: 1.32;
  }

  .contact .section1 .title .text2 p {
    font-size: clamp(26px, calc(5.6vw + 5px), 48px);
    line-height: 1.32;
  }

  /* Keep the region recommendation readable on phones.  The desktop
   * flex-basis plus `overflow-wrap:anywhere` used to collapse the hint into
   * one glyph per line when the action row was wider than the viewport. */
  .region-tip-bar .inner {
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 12px;
  }

  .region-tip-bar .section1 {
    flex: 0 0 auto;
    width: 100%;
    min-width: 0;
    align-items: center;
    text-align: center;
  }

  .region-tip-bar .section1 p {
    width: 100%;
    min-width: 0;
    writing-mode: horizontal-tb;
    word-break: normal;
    overflow-wrap: normal;
    text-align: center;
  }

  .region-tip-bar .section2 {
    width: 100%;
    min-width: 0;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 14px;
  }

  .region-tip-bar .current-region {
    margin-right: 0;
    padding-inline: clamp(18px, 8vw, 50px);
  }

  .region-tip-bar .select-region {
    margin-right: 0;
  }

  .region-tip-bar .close-region-tip {
    flex: 0 0 auto;
  }
}

@media only screen and (max-width: 480px) {
  :root {
    --content-width: calc(100% - 24px);
  }

  .inner,
  .headerM .header-inner,
  .region-tip-bar .inner {
    width: var(--content-width);
  }

  .page2-tab {
    padding-inline: 12px;
  }

  /* Keep the decorative page navigation background within the viewport. */
  .page1::before {
    left: 0;
    width: 100%;
  }

}

@media only screen and (max-width: 360px) {
  :root {
    --content-width: calc(100% - 20px);
  }

  .headerM .header-inner {
    min-height: 54px;
  }

  .headerM .header-inner .langBtn-img {
    margin-right: 0;
  }

  .headerM .header-inner .langBtn .langBtnA {
    font-size: 0;
  }

  .headerM .header-inner .action_item {
    width: 26px;
    margin-left: 10px;
  }

  .headerM .header-inner .action_item .action_item_span_line {
    width: 22px;
  }

  .region-tip-bar .section2 {
    flex-wrap: wrap;
  }

  .region-tip-bar .select-region {
    margin-right: 0;
  }
}

/* Full-viewport sections are a desktop-only treatment. Tablet and phone
 * layouts use their content/image ratio instead of being locked to 100vh. */
@media only screen and (min-width: 1025px) {
  #app.home-page > .banner {
    min-height: 100vh;
    height: 100vh;
    max-height: 100vh;
    box-sizing: border-box;
  }

  #app.home-page > .banner > .swiper,
  #app.home-page > .banner > .swiper > .swiper-wrapper,
  #app.home-page > .banner > .swiper > .swiper-wrapper > .swiper-slide {
    height: 100%;
  }

  #app.home-page > .banner > .swiper > .swiper-wrapper > .swiper-slide > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #app.home-page > .oem,
  #app.home-page > .pros {
    min-height: 100vh;
    height: 100vh;
    box-sizing: border-box;
    aspect-ratio: auto;
  }

  #app.home-page > .oem .inner {
    height: 100%;
    box-sizing: border-box;
  }

  #app.home-page > .pros .inner {
    min-height: 100%;
    align-items: center;
  }

  #app.home-page > .pros .section1,
  #app.home-page > .pros .section2 {
    margin-top: 0;
    align-self: center;
  }

  #app.home-page > .pros .section1 {
    align-items: center;
  }

  #app.home-page > .pros .section1 .swiper {
    align-self: center;
  }

  .contact {
    min-height: 100vh;
    height: 100vh;
    box-sizing: border-box;
  }
}

/* Tablet and phone banners share one intrinsic-height contract so every slide
 * stays the same height. All banner copy remains layered over the image. */
@media only screen and (max-width: 1024px) {
  #app.home-page > .banner {
    height: auto;
    min-height: 0;
    max-height: none;
  }

  #app.home-page > .banner > .swiper,
  #app.home-page > .banner > .swiper > .swiper-wrapper,
  #app.home-page > .banner > .swiper > .swiper-wrapper > .swiper-slide {
    height: auto;
    min-height: 0;
  }

  #app.home-page > .banner > .swiper > .swiper-wrapper > .swiper-slide {
    display: grid;
    grid-template-rows: minmax(0, 1fr);
    aspect-ratio: 4 / 3;
    min-height: 0;
  }

  #app.home-page > .banner > .swiper > .swiper-wrapper > .swiper-slide > img {
    grid-area: 1 / 1;
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    aspect-ratio: auto;
    object-fit: cover;
    flex: 0 0 auto;
  }

  .banner .banner-content1 {
    grid-area: 1 / 1;
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 100%;
    height: 100%;
    display: grid;
    grid-template-rows: auto 1fr auto;
    padding: 12% 6% 10%;
    box-sizing: border-box;
    transform: translateY(18px);
    pointer-events: none;
  }

  .banner .swiper-slide-active .banner-content1 {
    transform: translateY(0);
  }

  .banner .banner-content1 .middle {
    grid-row: 1;
    position: relative;
    inset: auto;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: nowrap;
    gap: clamp(8px, 3vw, 12px);
    margin: 0;
    transform: none;
  }

  .banner .banner-content1 .middle .text1 {
    width: 100%;
    max-width: 100%;
    flex: 0 1 100%;
    transform: none;
  }

  .banner .banner-content1 > .top {
    grid-row: 3;
    position: relative;
    inset: auto;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    align-items: start;
    gap: clamp(12px, 2vw, 22px) clamp(10px, 2.4vw, 28px);
  }

  .banner .banner-content1 > .top .item,
  .banner .banner-content1 > .top .item:nth-child(1),
  .banner .banner-content1 > .top .item:nth-child(2),
  .banner .banner-content1 > .top .item:nth-child(3),
  .banner .banner-content1 > .top .item:nth-child(4),
  .banner .banner-content1 > .top .item:nth-child(5) {
    position: relative;
    inset: auto;
    width: auto;
    height: auto;
    min-height: 0;
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  /* Keep three metrics on the first row and align the remaining two with the
   * same left and right columns on the second row. */
  .banner .banner-content1 > .top .item:nth-child(1) {
    grid-column: 1 / span 2;
  }

  .banner .banner-content1 > .top .item:nth-child(2) {
    grid-column: 3 / span 2;
  }

  .banner .banner-content1 > .top .item:nth-child(3) {
    grid-column: 5 / span 2;
  }

  .banner .banner-content1 > .top .item:nth-child(4) {
    grid-column: 1 / span 2;
  }

  .banner .banner-content1 > .top .item:nth-child(5) {
    grid-column: 5 / span 2;
  }

  .banner .banner-content1 > .top .item > img {
    display: none;
  }

  .banner .banner-content1 > .top .item .content,
  .banner .banner-content1 > .top .item:nth-child(1) .content,
  .banner .banner-content1 > .top .item:nth-child(2) .content,
  .banner .banner-content1 > .top .item:nth-child(3) .content,
  .banner .banner-content1 > .top .item:nth-child(4) .content,
  .banner .banner-content1 > .top .item:nth-child(5) .content {
    position: relative;
    inset: auto;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    gap: clamp(3px, .7vw, 7px);
  }

  .banner .banner-content1 > .top .item .content .text1,
  .banner .banner-content1 > .top .item .content .text2 {
    justify-content: flex-start;
  }

  .banner .banner-content1 > .top .item .content .text1 {
    order: 2;
  }

  .banner .banner-content1 > .top .item .content .text1 p {
    color: rgba(255, 255, 255, .68);
    font-size: clamp(12px, 1.65vw, 17px);
    line-height: 1.35;
    white-space: normal;
  }

  .banner .banner-content1 > .top .item .content .text2 {
    order: 1;
  }

  .banner .banner-content1 > .top .item .content .text2 p {
    background: none;
    -webkit-background-clip: border-box !important;
    -webkit-text-fill-color: #ffffff;
    color: #ffffff;
    font-size: clamp(23px, 3.8vw, 38px);
    line-height: 1.15;
  }

  .banner .banner-content1 .bottom {
    display: none;
  }

  .banner > .swiper > .banner-pagination {
    bottom: 12px;
    z-index: 20;
  }
}

@media only screen and (max-width: 767px) {
  #app.home-page > .banner > .swiper > .swiper-wrapper > .swiper-slide {
    aspect-ratio: 1 / 1;
  }

  .banner .banner-content1 .middle {
    inset: auto;
  }

  .banner .banner-content1 .middle .text1 p {
    font-size: clamp(21px, 6vw, 30px);
    line-height: 1.3;
  }

  .banner .banner-content1 > .top {
    inset: auto;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 11px 8px;
  }

  .banner .banner-content1 > .top .item .content .text1 p {
    font-size: clamp(11px, 3.1vw, 14px);
  }

  .banner .banner-content1 > .top .item .content .text2 p {
    font-size: clamp(21px, 6.5vw, 28px);
  }
}

@media only screen and (max-width: 768px) {
  /* Product categories show exactly three cards in the phone viewport. Keep
   * the stack height explicit so a fourth category remains scrollable. */
  .pros .section1 .swiper,
  .pros .section1 .swiper.pros-category-compact {
    --pros-category-gap: 12px;
    height: calc(3 * 74px + 2 * var(--pros-category-gap));
    aspect-ratio: auto;
    overflow: hidden;
  }

  .pros .section1 .swiper-wrapper,
  .pros .section1 .swiper.pros-category-compact .swiper-wrapper {
    height: 100%;
    gap: 0;
  }

  .pros .section1 .swiper-slide,
  .pros .section1 .swiper.pros-category-compact .swiper-slide {
    height: 74px !important;
    min-height: 74px;
  }
}

@media only screen and (min-width: 415px) and (max-width: 768px) {
  .pros .section1 .swiper,
  .pros .section1 .swiper.pros-category-compact {
    --pros-category-gap: 14px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 768px) {
  .pros .section1 .swiper,
  .pros .section1 .swiper.pros-category-compact {
    --pros-category-gap: 16px;
  }
}

/* Keep exactly three product-category cards in view on narrow phones. */
@media only screen and (max-width: 480px) {
  .pros .section1 .swiper,
  .pros .section1 .swiper.pros-category-compact {
    --pros-category-gap: 12px;
    height: 246px;
    aspect-ratio: auto;
    overflow: hidden;
  }

  .pros .section1 .swiper-wrapper,
  .pros .section1 .swiper.pros-category-compact .swiper-wrapper {
    height: 100%;
  }

  .pros .section1 .swiper-slide,
  .pros .section1 .swiper-slide.pros-slot-1 {
    height: 74px !important;
    min-height: 74px;
  }
}

/* Keep the single WhatsApp control available at every viewport size. */
.sidefixed {
  display: flex !important;
}

/* Single WhatsApp contact button. The outer and inner circles mirror the
 * supplied artwork dimensions while keeping the link usable at every width. */
.sidefixed {
  position: fixed !important;
  top: auto !important;
  right: 24px !important;
  bottom: 24px !important;
  left: auto !important;
  z-index: 999 !important;
  width: 89px !important;
  height: 89px !important;
  display: block !important;
  transform: none !important;
}

.sidefixed-whatsapp {
  box-sizing: border-box;
  text-decoration: none;
  overflow: visible;
  transition: transform .2s ease, box-shadow .2s ease;
}

@media (hover: hover) and (pointer: fine) {
  .sidefixed-whatsapp:hover,
  .sidefixed-whatsapp:focus-visible {
    transform: translateY(-2px);
  }
}

.sidefixed-whatsapp-inner {
  position: relative;
  overflow: visible;
}

.sidefixed-whatsapp-icon {
  display: block;
}

.sidefixed-whatsapp-status {
  position: absolute;
  z-index: 2;
  top: -34px;
  right: 9px;
  width: 58px;
  height: 64px;
  pointer-events: none;
}

.sidefixed-whatsapp-status > * {
  position: absolute;
  opacity: 0;
  transform: scale(.5);
  transform-origin: center;
  will-change: opacity, transform;
}

.sidefixed-whatsapp-status-dot {
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0px 4px 4px #0000000d;
}

.sidefixed-whatsapp-status-dot-small {
  top: 44px;
  right: 19px;
  width: 7px;
  height: 7px;
}

.sidefixed-whatsapp-status-dot-large {
  top: 30px;
  right: 8px;
  width: 11px;
  height: 11px;
}

.sidefixed-whatsapp-status-panel {
  top: 9px;
  right: -11px;
  width: fit-content;
  height: 24px;
  box-sizing: border-box;
  border-radius: 12px;
  background: linear-gradient(0deg, #ffffff 0%, #f1f1f1 100%);
  box-shadow: 0px 4px 4px #0000000d;
  padding: 3px 5px 3px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  white-space: nowrap;
}

.sidefixed-whatsapp-status-icon {
  display: block;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.sidefixed-whatsapp-status-panel p {
  margin: 0;
  color: #00c148;
  font-family: "Otomanopee One";
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  text-transform: capitalize;
}

@keyframes sidefixed-whatsapp-status-pop {
  0% { opacity: 0; transform: scale(.5); }
  70% { opacity: 1; transform: scale(1.08); }
  100% { opacity: 1; transform: scale(1); }
}

.sidefixed-whatsapp-inner:hover .sidefixed-whatsapp-status-dot-small,
.sidefixed-whatsapp:focus-visible .sidefixed-whatsapp-status-dot-small {
  animation: sidefixed-whatsapp-status-pop .24s ease-out 0s forwards;
}

.sidefixed-whatsapp-inner:hover .sidefixed-whatsapp-status-dot-large,
.sidefixed-whatsapp:focus-visible .sidefixed-whatsapp-status-dot-large {
  animation: sidefixed-whatsapp-status-pop .24s ease-out .18s forwards;
}

.sidefixed-whatsapp-inner:hover .sidefixed-whatsapp-status-panel,
.sidefixed-whatsapp:focus-visible .sidefixed-whatsapp-status-panel {
  animation: sidefixed-whatsapp-status-pop .24s ease-out .36s forwards;
}

@media only screen and (max-width: 376px) {
  .formMessage,
  .formMessage.el-message {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    left: 12px !important;
    right: 12px !important;
    transform: none !important;
  }

}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
}
