.onuo-machine-showcase-page {
    --onuo-red: #d70010;
    --onuo-red-soft: rgba(215, 0, 16, 0.22);
    --onuo-title: #1c1c1c;
    --onuo-muted: #999999;
    --onuo-shadow: rgba(8, 17, 31, 0.24);
    --onuo-rail-shadow: rgba(10, 12, 18, 0.52);
    --onuo-divider: rgba(255, 255, 255, 0.52);
    --onuo-bottom-bar: linear-gradient(90deg, #c51e28 0%, #bf6250 46%, #a8a4a3 100%);
    --onuo-product-gap: 0px;
    --onuo-title-button-gap: 18px;
    --onuo-button-height: 41px;
    --onuo-product-shift: calc(var(--onuo-title-button-gap) + var(--onuo-button-height));
    --onuo-module-height: 827px;
    --onuo-sidebar-width: clamp(308px, 20vw, 384px);
    --onuo-ease-out: cubic-bezier(0.22, 1, 0.36, 1);
    --onuo-ease-smooth: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    margin: 0;
    background: #f3f4f7;
    font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  }

  .onuo-machine-showcase-page .container-fluid {
    margin: 0;
    padding: 0;
  }
  
  .onuo-machine-showcase-page *,
  .onuo-machine-showcase-page *::before,
  .onuo-machine-showcase-page *::after {
    box-sizing: border-box;
  }
  
  .onuo-machine-showcase-page a {
    color: inherit;
    text-decoration: none;
  }
  
  .onuo-machine-showcase {
    width: 100%;
  }
  
  .onuo-machine-showcase__shell {
    position: relative;
    display: flex;
    width: 100%;
    height: var(--onuo-module-height);
    overflow: hidden;
    background: #ffffff;
  }
  
  /* .onuo-machine-showcase__shell::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 10px;
    background: var(--onuo-bottom-bar);
    z-index: 20;
  } */
  
  .onuo-machine-showcase__sidebar {
    position: relative;
    z-index: 3;
    display: flex;
    width: var(--onuo-sidebar-width);
    height: 100%;
    align-self: flex-start;
    flex-direction: column;
    justify-content: space-between;
    padding: 121px 40px 92px;
    background: var(--onuo-red);
    color: #ffffff;
  }
  
  .onuo-machine-showcase__sidebar::before,
  .onuo-machine-showcase__sidebar::after {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    pointer-events: none;
  }
  
  .onuo-machine-showcase__sidebar::before {
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
  }
  
  .onuo-machine-showcase__sidebar::after {
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
  }
  
  .onuo-machine-showcase__heading {
    max-width: 244px;
  }
  
  .onuo-machine-showcase__title {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.5px;
  }
  
  .onuo-machine-showcase__subtitle {
    margin: 10px 0 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.45;
  }
  
  .onuo-machine-showcase__intro {
    max-width: 264px;
    font-size: 18px;
    line-height: 1.7;
  }
  
  .onuo-machine-showcase__intro p {
    margin: 0;
  }
  
  .onuo-machine-showcase__intro p + p {
    margin-top: 6px;
  }
  
  .onuo-machine-showcase__stage {
    position: relative;
    flex: 1;
    min-width: 0;
    height: 100%;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(17, 27, 46, 0) 58%, rgba(8, 10, 16, 0.22) 100%),
      #eef2f8;
  }
  
  .onuo-machine-showcase__stage-glow {
    position: absolute;
    inset: auto auto 24px 38px;
    width: 278px;
    height: 164px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(235, 97, 105, 0.22) 0%, rgba(235, 97, 105, 0.08) 42%, rgba(235, 97, 105, 0) 74%);
    filter: blur(5px);
    z-index: 2;
    pointer-events: none;
  }
  
  .onuo-machine-showcase__hero {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    user-select: none;
  }
  
  .onuo-machine-showcase__products {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
    display: grid;
    top: 0;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  }
  
  .onuo-machine-showcase__product-card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 100%;
    overflow: hidden;
    border-left: 1px solid var(--onuo-divider);
    transition: background 300ms var(--onuo-ease-smooth);
  }
  
  .onuo-machine-showcase__product-card:first-child {
    border-left: 0;
  }
  
  .onuo-machine-showcase__product-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.04) 24%, rgba(255, 255, 255, 0.02) 66%, rgba(255, 255, 255, 0.08) 100%);
    opacity: 0.52;
    pointer-events: none;
  }
  
  .onuo-machine-showcase__product-card::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 215px;
    background: linear-gradient(180deg, rgba(9, 13, 20, 0) 0%, rgba(10, 13, 20, 0.08) 14%, rgba(10, 13, 20, 0.58) 100%);
    pointer-events: none;
  }
  
  .onuo-machine-showcase__product-inner {
    position: relative;
    display: flex;
    min-height: 100%;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 0 18px 42px;
    gap: var(--onuo-product-gap);
  }
  
  .onuo-machine-showcase__product-sheen {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(235, 103, 111, 0.05) 58%, rgba(215, 0, 16, 0.45) 100%),
      radial-gradient(circle at 18% 88%, rgba(255, 255, 255, 0.74) 0%, rgba(255, 255, 255, 0.18) 16%, rgba(255, 255, 255, 0) 40%);
    opacity: 0;
    transition: opacity 320ms var(--onuo-ease-smooth);
    pointer-events: none;
  }
  
  .onuo-machine-showcase__product-card:hover .onuo-machine-showcase__product-sheen,
  .onuo-machine-showcase__product-card:focus-visible .onuo-machine-showcase__product-sheen,
  .onuo-machine-showcase__product-card.is-hovered .onuo-machine-showcase__product-sheen {
    opacity: 1;
  }
  
  .onuo-machine-showcase__product-card:hover,
  .onuo-machine-showcase__product-card:focus-visible,
  .onuo-machine-showcase__product-card.is-hovered {
    background: rgba(215, 0, 16, 0.02);
  }
  
  .onuo-machine-showcase__product-card:hover::after,
  .onuo-machine-showcase__product-card:focus-visible::after,
  .onuo-machine-showcase__product-card.is-hovered::after {
    background: linear-gradient(180deg, rgba(9, 13, 20, 0) 0%, rgba(184, 24, 34, 0.1) 14%, rgba(188, 20, 32, 0.7) 100%);
  }
  
  .onuo-machine-showcase__product-card:focus-visible {
    outline: 0;
  }
  
  .onuo-machine-showcase__product-image {
    position: relative;
    z-index: 1;
    display: block;
    width: auto;
    max-width: none;
    transform: translateY(0);
    filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.12));
    pointer-events: none;
  }
  
  .onuo-machine-showcase__product-image--featured {
    width: 182px;
  }
  
  .onuo-machine-showcase__product-image--gravure {
    width: 182px;
  }
  
  .onuo-machine-showcase__product-image--bag {
    width: 154px;
  }
  
  .onuo-machine-showcase__product-image--diecut {
    width: 182px;
  }
  
  .onuo-machine-showcase__product-image--pulp {
    width: 188px;
  }
  
  .onuo-machine-showcase__product-image--premium {
    width: 198px;
  }
  
  .onuo-machine-showcase__product-copy {
    position: relative;
    z-index: 3;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    text-align: center;
  }
  
  .onuo-machine-showcase__products::-webkit-scrollbar {
    height: 8px;
  }
  
  .onuo-machine-showcase__products::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(120, 128, 140, 0.35);
  }
  
  .onuo-machine-showcase__product-card .onuo-machine-showcase__product-image,
  .onuo-machine-showcase__product-card .onuo-machine-showcase__product-copy {
    transition: transform 380ms var(--onuo-ease-out);
  }
  
  .onuo-machine-showcase__product-card:hover .onuo-machine-showcase__product-image,
  .onuo-machine-showcase__product-card:focus-visible .onuo-machine-showcase__product-image,
  .onuo-machine-showcase__product-card.is-hovered .onuo-machine-showcase__product-image {
    transform: translateY(calc(var(--onuo-product-shift) * -1));
  }
  
  .onuo-machine-showcase__product-card:hover .onuo-machine-showcase__product-copy,
  .onuo-machine-showcase__product-card:focus-visible .onuo-machine-showcase__product-copy,
  .onuo-machine-showcase__product-card.is-hovered .onuo-machine-showcase__product-copy {
    transform: translateY(calc(var(--onuo-product-shift) * -1));
  }
  
  .onuo-machine-showcase__product-title {
    margin: 0;
    max-width: 100%;
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.16;
    word-break: keep-all;
    overflow-wrap: break-word;
    text-wrap: balance;
    text-shadow: 0 2px 10px var(--onuo-shadow);
  }
  
  .onuo-machine-showcase__product-title--long {
    font-size: 23px;
    line-height: 1.22;
  }
  
  .onuo-machine-showcase__cta {
    position: absolute;
    top: calc(100% + var(--onuo-title-button-gap));
    left: 50%;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    border-radius: 999px;
    height: var(--onuo-button-height);
    overflow: hidden;
    padding: 6px 6px 6px 18px;
    background: #eb0d18;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.3px;
    opacity: 0;
    transform: translate(-50%, 14px) scale(0.96);
    transition: opacity 260ms var(--onuo-ease-smooth), transform 360ms var(--onuo-ease-out), background-color 260ms var(--onuo-ease-smooth), color 260ms var(--onuo-ease-smooth), box-shadow 260ms var(--onuo-ease-smooth);
    pointer-events: auto;
    white-space: nowrap;
    box-shadow: 0 10px 24px rgba(215, 0, 16, 0.16);
    isolation: isolate;
  }
  
  .onuo-machine-showcase__cta::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    border-radius: inherit;
    background: #ffffff;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 360ms var(--onuo-ease-out);
    pointer-events: none;
  }
  
  .onuo-machine-showcase__cta::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.24) 36%, rgba(255, 255, 255, 0) 62%);
    transform: translateX(-135%);
    transition: transform 420ms var(--onuo-ease-out);
    pointer-events: none;
  }
  
  .onuo-machine-showcase__cta-icon {
    display: inline-flex;
    width: 29px;
    height: 29px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffffff;
    color: #eb0d18;
    font-size: 12px;
    transform: translateX(0);
    transition: background-color 260ms var(--onuo-ease-smooth), color 260ms var(--onuo-ease-smooth), transform 320ms var(--onuo-ease-out);
  }
  
  .onuo-machine-showcase__product-card:hover .onuo-machine-showcase__cta,
  .onuo-machine-showcase__product-card:focus-visible .onuo-machine-showcase__cta,
  .onuo-machine-showcase__product-card.is-hovered .onuo-machine-showcase__cta {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
  }
  
  .onuo-machine-showcase__cta:hover {
    color: #eb0d18;
    box-shadow: 0 14px 30px rgba(255, 255, 255, 0.2);
  }
  
  .onuo-machine-showcase__cta:hover::before {
    transform: scaleX(1);
  }
  
  .onuo-machine-showcase__cta:hover .onuo-machine-showcase__cta-icon {
    background: #eb0d18;
    color: #ffffff;
    transform: translateX(2px);
  }
  
  .onuo-machine-showcase__cta:hover::after {
    transform: translateX(135%);
  }
  
  @media (max-width: 1599px) {
    .onuo-machine-showcase-page {
      --onuo-module-height: 760px;
      --onuo-sidebar-width: clamp(280px, 23vw, 344px);
    }
  
    .onuo-machine-showcase__sidebar {
      padding: 96px 32px 74px;
    }
  
    .onuo-machine-showcase__heading {
      max-width: 220px;
    }
  
    .onuo-machine-showcase__intro {
      max-width: 236px;
      font-size: 17px;
    }
  
    .onuo-machine-showcase__stage-glow {
      width: 244px;
      height: 148px;
    }
  
    .onuo-machine-showcase__product-inner {
      padding: 0 14px 34px;
    }
  
    .onuo-machine-showcase__product-image--featured,
    .onuo-machine-showcase__product-image--gravure,
    .onuo-machine-showcase__product-image--diecut {
      width: 164px;
    }
  
    .onuo-machine-showcase__product-image--bag {
      width: 142px;
    }
  
    .onuo-machine-showcase__product-image--pulp {
      width: 172px;
    }
  
    .onuo-machine-showcase__product-image--premium {
      width: 180px;
    }
  
    .onuo-machine-showcase__product-title {
      font-size: 24px;
    }
  }
  
  @media (max-width: 1399px) {
    .onuo-machine-showcase-page {
      --onuo-module-height: 700px;
      --onuo-sidebar-width: 300px;
    }
  
    .onuo-machine-showcase__sidebar {
      padding: 88px 28px 62px;
    }
  
    .onuo-machine-showcase__title {
      font-size: 26px;
      line-height: 1.2;
    }
  
    .onuo-machine-showcase__subtitle {
      font-size: 14px;
      line-height: 1.45;
    }
  
    .onuo-machine-showcase__intro {
      font-size: 16px;
      line-height: 1.65;
    }
  
    .onuo-machine-showcase__stage-glow {
      inset: auto auto 18px 24px;
      width: 220px;
      height: 130px;
    }
  
    .onuo-machine-showcase__product-card::after {
      height: 192px;
    }
  
    .onuo-machine-showcase__product-inner {
      padding: 0 12px 28px;
    }
  
    .onuo-machine-showcase__product-title {
      font-size: 22px;
    }
  
    .onuo-machine-showcase__product-title--long {
      font-size: 20px;
      line-height: 1.2;
    }
  
    .onuo-machine-showcase__cta {
      font-size: 15px;
    }
  }
  
  @media (max-width: 1199px) {
    .onuo-machine-showcase-page {
      --onuo-title-button-gap: 14px;
      --onuo-button-height: 38px;
    }
  
    .onuo-machine-showcase__shell {
      flex-direction: column;
      height: auto;
      overflow: visible;
    }
  
    .onuo-machine-showcase__sidebar {
      width: 100%;
      height: auto;
      min-height: 220px;
      padding: 42px 28px 32px;
      gap: 28px;
    }
  
    .onuo-machine-showcase__sidebar::before {
      display: none;
    }
  
    .onuo-machine-showcase__heading,
    .onuo-machine-showcase__intro {
      max-width: none;
    }
  
    .onuo-machine-showcase__intro {
      font-size: 15px;
      line-height: 1.6;
    }
  
    .onuo-machine-showcase__stage {
      min-height: 600px;
    }
  
    .onuo-machine-showcase__hero {
      width: 100%;
      object-position: 60% center;
    }
  
    .onuo-machine-showcase__products {
      top: auto;
      bottom: 10px;
      align-items: end;
      height: 255px;
      overflow-x: auto;
      overflow-y: hidden;
      grid-template-columns: repeat(6, minmax(210px, 220px));
      scroll-snap-type: x proximity;
      -webkit-overflow-scrolling: touch;
    }
  
    .onuo-machine-showcase__product-card {
      min-width: 210px;
      min-height: 255px;
      scroll-snap-align: start;
    }
  
    .onuo-machine-showcase__product-card::before {
      opacity: 0.28;
    }
  
    .onuo-machine-showcase__product-card::after {
      height: 100%;
    }
  
    .onuo-machine-showcase__product-inner {
      padding: 0 16px 22px;
    }
  
    .onuo-machine-showcase__product-image--featured,
    .onuo-machine-showcase__product-image--gravure,
    .onuo-machine-showcase__product-image--diecut {
      width: 150px;
    }
  
    .onuo-machine-showcase__product-image--bag {
      width: 126px;
    }
  
    .onuo-machine-showcase__product-image--pulp {
      width: 156px;
    }
  
    .onuo-machine-showcase__product-image--premium {
      width: 164px;
    }
  
    .onuo-machine-showcase__product-title {
      font-size: 20px;
      line-height: 1.18;
    }
  
    .onuo-machine-showcase__product-title--long {
      font-size: 17px;
      line-height: 1.22;
    }
  
    .onuo-machine-showcase__cta {
      padding: 6px 6px 6px 16px;
      font-size: 14px;
    }
  
    .onuo-machine-showcase__cta-icon {
      width: 26px;
      height: 26px;
    }
  }
  
  @media (max-width: 767px) {
    .onuo-machine-showcase-page {
      --onuo-title-button-gap: 12px;
      --onuo-button-height: 34px;
    }
  
    .onuo-machine-showcase__sidebar {
      min-height: 188px;
      padding: 30px 20px 24px;
      gap: 22px;
    }
  
    .onuo-machine-showcase__title {
      font-size: 24px;
      line-height: 1.18;
    }
  
    .onuo-machine-showcase__subtitle {
      font-size: 14px;
      line-height: 1.4;
    }
  
    .onuo-machine-showcase__intro {
      font-size: 14px;
      line-height: 1.6;
    }
  
    .onuo-machine-showcase__stage {
      min-height: 510px;
    }
  
    .onuo-machine-showcase__stage-glow {
      inset: auto auto 82px 12px;
      width: 160px;
      height: 92px;
    }
  
    .onuo-machine-showcase__products {
      height: 204px;
      grid-template-columns: repeat(6, minmax(168px, 78vw));
      padding-right: 6px;
    }
  
    .onuo-machine-showcase__product-card {
      min-width: 168px;
      min-height: 204px;
    }
  
    .onuo-machine-showcase__product-image--featured {
      width: 138px;
    }
  
    .onuo-machine-showcase__product-image--gravure {
      width: 138px;
    }
  
    .onuo-machine-showcase__product-image--bag {
      width: 112px;
    }
  
    .onuo-machine-showcase__product-image--diecut {
      width: 132px;
    }
  
    .onuo-machine-showcase__product-image--pulp {
      width: 138px;
    }
  
    .onuo-machine-showcase__product-image--premium {
      width: 146px;
    }
  
    .onuo-machine-showcase__product-inner {
      padding: 0 12px 18px;
    }
  
    .onuo-machine-showcase__product-title {
      font-size: 18px;
      line-height: 1.2;
    }
  
    .onuo-machine-showcase__product-title--long {
      font-size: 15px;
      line-height: 1.24;
    }
  
    .onuo-machine-showcase__cta {
      gap: 8px;
      padding: 5px 5px 5px 14px;
      font-size: 13px;
    }
  
    .onuo-machine-showcase__cta-icon {
      width: 24px;
      height: 24px;
      font-size: 11px;
    }
  
    .onuo-machine-showcase__product-card .onuo-machine-showcase__product-image,
    .onuo-machine-showcase__product-card .onuo-machine-showcase__product-copy {
      transition-duration: 300ms;
    }
  }
  
  @media (max-width: 479px) {
    .onuo-machine-showcase__sidebar {
      min-height: 172px;
      padding: 26px 16px 20px;
    }
  
    .onuo-machine-showcase__title {
      font-size: 22px;
      line-height: 1.16;
    }
  
    .onuo-machine-showcase__subtitle {
      font-size: 13px;
    }
  
    .onuo-machine-showcase__intro {
      font-size: 14px;
      line-height: 1.55;
    }
  
    .onuo-machine-showcase__stage {
      min-height: 470px;
    }
  
    .onuo-machine-showcase__hero {
      object-position: 64% center;
    }
  
    .onuo-machine-showcase__products {
      height: 188px;
      grid-template-columns: repeat(6, minmax(152px, 82vw));
    }
  
    .onuo-machine-showcase__product-card {
      min-width: 152px;
      min-height: 188px;
    }
  
    .onuo-machine-showcase__product-inner {
      padding: 0 10px 16px;
    }
  
    .onuo-machine-showcase__product-image--featured,
    .onuo-machine-showcase__product-image--gravure {
      width: 124px;
    }
  
    .onuo-machine-showcase__product-image--bag {
      width: 102px;
    }
  
    .onuo-machine-showcase__product-image--diecut {
      width: 118px;
    }
  
    .onuo-machine-showcase__product-image--pulp {
      width: 126px;
    }
  
    .onuo-machine-showcase__product-image--premium {
      width: 132px;
    }
  
    .onuo-machine-showcase__product-title {
      font-size: 17px;
    }
  
    .onuo-machine-showcase__product-title--long {
      font-size: 14px;
      line-height: 1.22;
    }
  }
  