/*
Theme Name: Yongxin Precision
Theme URI: https://www.harrycode.top/
Description: 永信智能设备第二版企业官网主题。国际工业制造、解决方案优先、克制可信。
Author: Yongxin
Version: 1.0.2
Template: generatepress
Text Domain: yongxin-precision
*/

:root {
  --yxp-black: #111820;
  --yxp-graphite: #202a33;
  --yxp-steel: #66727d;
  --yxp-line: #d9dfe4;
  --yxp-surface: #f3f1eb;
  --yxp-white: #fff;
  --yxp-blue: #c8171e;
  --yxp-blue-dark: #981318;
  --yxp-signal: #c8171e;
  --yxp-container: min(1240px, calc(100% - 64px));
  --yxp-display: "Arial Narrow", "Roboto Condensed", "PingFang SC", "Microsoft YaHei", sans-serif;
  --yxp-body: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--yxp-black); background: var(--yxp-white); font-family: var(--yxp-body); font-size: 16px; line-height: 1.7; }
body.yxp-menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
button, input { font: inherit; }
.yxp-container { width: var(--yxp-container); margin-inline: auto; }
.yxp-skip { position: fixed; z-index: 9999; left: 20px; top: -80px; padding: 10px 16px; color: #000; background: #fff; }
.yxp-skip:focus { top: 16px; }

.yxp-header { position: sticky; z-index: 1100; top: 0; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(17,24,32,.12); backdrop-filter: blur(12px); }
.yxp-header-main { min-height: 82px; display: grid; grid-template-columns: 260px 1fr auto; align-items: center; gap: 38px; }
.yxp-brand { display: flex; align-items: center; gap: 13px; }
.yxp-brand img { width: 54px; height: 54px; object-fit: contain; }
.yxp-brand strong { display: block; font-family: var(--yxp-display); font-size: 19px; letter-spacing: .035em; line-height: 1.2; }
.yxp-brand small { display: block; margin-top: 4px; color: var(--yxp-steel); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.yxp-nav { justify-self: end; }
.yxp-nav ul { display: flex; align-items: center; gap: 34px; margin: 0; padding: 0; list-style: none; }
.yxp-nav a { position: relative; display: block; padding: 28px 0 25px; font-size: 14px; font-weight: 700; }
.yxp-nav ul a::after { content: ""; position: absolute; right: 100%; bottom: 21px; left: 0; height: 2px; background: var(--yxp-blue); transition: right .2s ease; }
.yxp-nav a:hover::after, .yxp-nav .current-menu-item a::after { right: 0; }
.yxp-header-action { min-height: 44px; display: inline-flex; align-items: center; gap: 14px; padding: 0 18px; color: #fff; background: var(--yxp-black); font-size: 13px; font-weight: 800; letter-spacing: .02em; }
.yxp-header-action::after { content: "↗"; color: #fff; }
.yxp-menu-button { display: none; width: 46px; height: 46px; padding: 0; border: 0; background: transparent; }
.yxp-menu-button span, .yxp-menu-button::before, .yxp-menu-button::after { content: ""; display: block; width: 23px; height: 2px; margin: 6px auto; background: var(--yxp-black); transition: .2s; }
.yxp-menu-open .yxp-menu-button span { opacity: 0; }
.yxp-menu-open .yxp-menu-button::before { transform: translateY(8px) rotate(45deg); }
.yxp-menu-open .yxp-menu-button::after { transform: translateY(-8px) rotate(-45deg); }

.yxp-hero { position: relative; min-height: 760px; overflow: hidden; color: var(--yxp-black); background: var(--yxp-surface); }
.yxp-hero-bg { position: absolute; inset: 0; }
.yxp-hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: .18; filter: grayscale(1) contrast(1.05); mix-blend-mode: multiply; }
.yxp-hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(243,241,235,.99) 0%, rgba(243,241,235,.94) 46%, rgba(243,241,235,.55) 76%, rgba(243,241,235,.28) 100%); }
.yxp-hero-grid { position: relative; z-index: 2; min-height: 760px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 20px; padding-block: 70px; }
.yxp-hero-copy { position: relative; z-index: 3; max-width: 690px; }
.yxp-kicker { display: inline-flex; align-items: center; gap: 13px; color: var(--yxp-signal); font-size: 12px; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.yxp-kicker::before { content: ""; width: 38px; height: 2px; background: currentColor; }
.yxp-hero h1 { margin: 28px 0 26px; font-family: var(--yxp-display); font-size: clamp(54px,6.2vw,92px); font-weight: 760; letter-spacing: -.055em; line-height: .98; }
.yxp-hero h1 span { display: block; color: transparent; -webkit-text-stroke: 1px rgba(17,24,32,.52); }
.yxp-hero-copy > p { max-width: 600px; margin: 0; color: var(--yxp-steel); font-size: 18px; }
.yxp-actions { position: relative; z-index: 5; display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.yxp-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 0 24px; border: 1px solid var(--yxp-blue); color: #fff; background: var(--yxp-blue); font-weight: 800; transition: background .2s, border-color .2s, transform .2s; }
.yxp-button::after { content: "→"; }
.yxp-button:hover { border-color: var(--yxp-blue-dark); background: var(--yxp-blue-dark); transform: translateY(-2px); }
.yxp-button--line { border-color: var(--yxp-black); color: var(--yxp-black); background: rgba(255,255,255,.72); }
.yxp-button--line:hover { border-color: var(--yxp-black); color: #fff; background: var(--yxp-black); }
.yxp-hero-machine { position: absolute; z-index: 2; right: max(-40px, calc((100vw - 1240px)/2 - 80px)); bottom: -40px; width: min(710px,51vw); max-height: 720px; object-fit: contain; filter: drop-shadow(0 42px 40px rgba(0,0,0,.46)); }
.yxp-hero-index { position: absolute; z-index: 3; right: max(32px, calc((100vw - 1240px)/2)); top: 70px; writing-mode: vertical-rl; color: rgba(17,24,32,.52); font-size: 11px; letter-spacing: .22em; text-transform: uppercase; }
.yxp-hero-foot { position: absolute; z-index: 4; right: 0; bottom: 0; left: 0; color: #fff; border-top: 1px solid rgba(255,255,255,.2); background: rgba(17,24,32,.96); }
.yxp-hero-foot-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.yxp-hero-foot-item { min-height: 86px; display: flex; align-items: center; gap: 18px; padding: 16px 26px; border-right: 1px solid rgba(255,255,255,.2); background: rgba(10,16,22,.36); backdrop-filter: blur(12px); }
.yxp-hero-foot-item:first-child { border-left: 1px solid rgba(255,255,255,.2); }
.yxp-hero-foot-item b { color: #ff7770; font-family: var(--yxp-display); font-size: 12px; letter-spacing: .1em; }
.yxp-hero-foot-item span { font-size: 14px; font-weight: 650; }

.yxp-section { padding: 116px 0; }
.yxp-section--surface { background: var(--yxp-surface); }
.yxp-section--dark { color: #fff; background: var(--yxp-black); }
.yxp-section-head { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 70px; margin-bottom: 58px; }
.yxp-section-label { display: block; margin-bottom: 24px; color: var(--yxp-blue); font-size: 12px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.yxp-section-label::before { content: ""; display: inline-block; width: 28px; height: 2px; margin-right: 12px; vertical-align: middle; background: currentColor; }
.yxp-section h2 { margin: 0; font-family: var(--yxp-display); font-size: clamp(42px,5vw,66px); line-height: 1.05; letter-spacing: -.045em; }
.yxp-section-intro { margin: 0; color: var(--yxp-steel); font-size: 18px; }
.yxp-section--dark .yxp-section-intro { color: rgba(255,255,255,.63); }
.yxp-link { display: inline-flex; align-items: center; gap: 12px; color: var(--yxp-blue); font-weight: 800; }
.yxp-link::after { content: "→"; transition: transform .2s; }
.yxp-link:hover::after { transform: translateX(4px); }

.yxp-proof-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; border-top: 1px solid var(--yxp-line); border-left: 1px solid var(--yxp-line); }
.yxp-proof { min-height: 330px; padding: 38px 34px; border-right: 1px solid var(--yxp-line); border-bottom: 1px solid var(--yxp-line); }
.yxp-proof:first-child { background: var(--yxp-blue); color: #fff; }
.yxp-proof-index { display: block; margin-bottom: 78px; color: var(--yxp-blue); font-family: var(--yxp-display); font-size: 12px; letter-spacing: .12em; }
.yxp-proof:first-child .yxp-proof-index { color: rgba(255,255,255,.7); }
.yxp-proof h3 { margin: 0 0 16px; font-family: var(--yxp-display); font-size: 27px; line-height: 1.2; }
.yxp-proof p { margin: 0; color: var(--yxp-steel); font-size: 14px; }
.yxp-proof:first-child p { color: rgba(255,255,255,.72); }

.yxp-family-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.yxp-family-card { position: relative; min-height: 430px; overflow: hidden; color: #fff; background: var(--yxp-graphite); }
.yxp-family-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; padding: 48px 44px 86px 48%; opacity: .88; transition: transform .35s ease; }
.yxp-family-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17,24,32,.98) 0%, rgba(17,24,32,.83) 49%, rgba(17,24,32,.1) 100%); }
.yxp-family-card:hover img { transform: scale(1.035); }
.yxp-family-content { position: relative; z-index: 2; width: 58%; padding: 42px; }
.yxp-family-count { color: #ff7770; font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.yxp-family-card h3 { margin: 98px 0 16px; font-family: var(--yxp-display); font-size: 34px; line-height: 1.1; }
.yxp-family-card p { min-height: 3em; margin: 0 0 25px; color: rgba(255,255,255,.64); font-size: 14px; }
.yxp-family-card .yxp-link { color: #fff; }

.yxp-app-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.yxp-app { min-height: 360px; display: flex; flex-direction: column; padding: 34px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); transition: background .2s; }
.yxp-app:hover { background: var(--yxp-blue); }
.yxp-app small { color: #ff7770; font-family: var(--yxp-display); font-size: 12px; letter-spacing: .14em; }
.yxp-app:hover small { color: #fff; }
.yxp-app h3 { margin: auto 0 16px; font-family: var(--yxp-display); font-size: 27px; line-height: 1.15; }
.yxp-app p { margin: 0; color: rgba(255,255,255,.62); font-size: 14px; }
.yxp-app:hover p { color: rgba(255,255,255,.82); }

.yxp-manufacturing { display: grid; grid-template-columns: 1.14fr .86fr; min-height: 620px; }
.yxp-manufacturing-media { position: relative; overflow: hidden; }
.yxp-manufacturing-media img { width: 100%; height: 100%; object-fit: cover; }
.yxp-manufacturing-tag { position: absolute; right: 0; bottom: 0; padding: 18px 24px; color: #fff; background: var(--yxp-blue); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.yxp-manufacturing-copy { display: flex; flex-direction: column; justify-content: center; padding: 70px 64px; color: #fff; background: var(--yxp-graphite); }
.yxp-manufacturing-copy h2 { font-size: clamp(40px,4.6vw,62px); }
.yxp-manufacturing-copy > p { margin: 26px 0 0; color: rgba(255,255,255,.64); }
.yxp-capability-list { display: grid; gap: 0; margin: 38px 0 0; padding: 0; list-style: none; counter-reset: capability; }
.yxp-capability-list li { display: grid; grid-template-columns: 34px 1fr; gap: 16px; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.15); counter-increment: capability; }
.yxp-capability-list li::before { content: "0" counter(capability); color: #ff7770; font-size: 11px; font-weight: 800; }

.yxp-process { display: grid; grid-template-columns: repeat(4,1fr); gap: 30px; }
.yxp-process-step { position: relative; padding: 30px 0 0; border-top: 3px solid var(--yxp-black); }
.yxp-process-step::before { content: ""; position: absolute; top: -3px; left: 0; width: 42px; height: 3px; background: var(--yxp-signal); }
.yxp-process-step b { display: block; margin-bottom: 54px; color: var(--yxp-blue); font-family: var(--yxp-display); font-size: 12px; letter-spacing: .12em; }
.yxp-process-step h3 { margin: 0 0 12px; font-family: var(--yxp-display); font-size: 23px; }
.yxp-process-step p { margin: 0; color: var(--yxp-steel); font-size: 14px; }

.yxp-cta { padding: 90px 0; color: #fff; background: var(--yxp-blue); }
.yxp-cta-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 70px; }
.yxp-cta h2 { margin: 0; font-family: var(--yxp-display); font-size: clamp(38px,4.8vw,62px); line-height: 1.05; }
.yxp-cta p { max-width: 700px; margin: 18px 0 0; color: rgba(255,255,255,.76); }
.yxp-cta .yxp-button { border-color: #fff; color: var(--yxp-black); background: #fff; }
.yxp-cta .yxp-button:hover { color: #fff; background: var(--yxp-black); border-color: var(--yxp-black); }

.yxp-page-hero { padding: 104px 0 76px; color: #fff; background: var(--yxp-black); }
.yxp-page-hero h1 { margin: 18px 0 12px; font-family: var(--yxp-display); font-size: clamp(52px,6vw,84px); line-height: 1; letter-spacing: -.045em; }
.yxp-page-hero p { max-width: 760px; margin: 0; color: rgba(255,255,255,.68); font-size: 18px; }
.yxp-toolbar { display: grid; grid-template-columns: 1fr 330px; gap: 28px; align-items: center; margin-bottom: 42px; }
.yxp-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.yxp-filter { min-height: 42px; padding: 0 15px; border: 1px solid var(--yxp-line); color: var(--yxp-steel); background: #fff; cursor: pointer; }
.yxp-filter:hover, .yxp-filter.is-active { border-color: var(--yxp-blue); color: #fff; background: var(--yxp-blue); }
.yxp-search { width: 100%; min-height: 46px; padding: 0 15px; border: 1px solid var(--yxp-line); border-radius: 0; background: #fff; }
.yxp-product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--yxp-line); border: 1px solid var(--yxp-line); }
.yxp-product { min-width: 0; background: #fff; }
.yxp-product-media { position: relative; display: grid; place-items: center; aspect-ratio: 1.24; overflow: hidden; background: var(--yxp-surface); }
.yxp-product-media img { width: 100%; height: 100%; object-fit: contain; padding: 30px; transition: transform .3s; }
.yxp-product:hover .yxp-product-media img { transform: scale(1.045); }
.yxp-product-family { position: absolute; z-index: 2; top: 18px; left: 18px; padding: 5px 9px; color: var(--yxp-blue); background: rgba(255,255,255,.9); font-size: 11px; font-weight: 800; }
.yxp-product-body { padding: 28px 26px 30px; }
.yxp-product h3 { margin: 0 0 10px; font-family: var(--yxp-display); font-size: 23px; line-height: 1.2; }
.yxp-product p { min-height: 3.2em; margin: 0 0 22px; color: var(--yxp-steel); font-size: 14px; }
.yxp-empty { grid-column: 1/-1; padding: 70px 24px; color: var(--yxp-steel); background: #fff; text-align: center; }

.yxp-product-hero { padding: 84px 0; background: var(--yxp-surface); }
.yxp-product-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 78px; align-items: center; }
.yxp-product-image { min-height: 540px; display: grid; place-items: center; overflow: hidden; background: #fff; }
.yxp-product-image img { max-height: 520px; padding: 34px; object-fit: contain; }
.yxp-product-hero h1 { margin: 20px 0; font-family: var(--yxp-display); font-size: clamp(48px,5vw,72px); line-height: 1; letter-spacing: -.045em; }
.yxp-product-lead { margin: 0; color: var(--yxp-steel); font-size: 19px; }
.yxp-product-layout { display: grid; grid-template-columns: minmax(0,1fr) 310px; gap: 80px; }
.yxp-content-section { margin-bottom: 58px; padding-bottom: 58px; border-bottom: 1px solid var(--yxp-line); }
.yxp-content-section:last-child { border-bottom: 0; }
.yxp-content-section h2 { margin: 0 0 26px; font-family: var(--yxp-display); font-size: 36px; }
.yxp-feature-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; border: 1px solid var(--yxp-line); background: var(--yxp-line); }
.yxp-feature { min-height: 150px; padding: 24px; background: #fff; }
.yxp-feature h3 { margin: 0 0 8px; font-family: var(--yxp-display); font-size: 19px; }
.yxp-feature p { margin: 0; color: var(--yxp-steel); font-size: 14px; }
.yxp-spec { width: 100%; border-collapse: collapse; }
.yxp-spec th, .yxp-spec td { padding: 17px 18px; border-bottom: 1px solid var(--yxp-line); text-align: left; vertical-align: top; }
.yxp-spec th { width: 25%; background: var(--yxp-surface); }
.yxp-disclaimer { margin-top: 22px; padding: 16px 18px; border-left: 3px solid var(--yxp-signal); color: #65403c; background: #fff4f2; font-size: 13px; }
.yxp-sidebar { position: sticky; top: 112px; align-self: start; padding: 30px; color: #fff; background: var(--yxp-black); }
.yxp-sidebar h3 { margin: 0 0 14px; font-family: var(--yxp-display); font-size: 25px; }
.yxp-sidebar p { margin: 0 0 24px; color: rgba(255,255,255,.65); font-size: 14px; }
.yxp-prose { max-width: 840px; }
.yxp-prose h2, .yxp-prose h3 { font-family: var(--yxp-display); line-height: 1.2; }
.yxp-prose a { color: var(--yxp-blue); text-decoration: underline; }

.yxp-footer { padding: 78px 0 28px; color: rgba(255,255,255,.64); background: #0a1016; }
.yxp-footer-grid { display: grid; grid-template-columns: 1.25fr .7fr .7fr 1fr; gap: 58px; }
.yxp-footer-brand strong { display: block; margin-bottom: 14px; color: #fff; font-family: var(--yxp-display); font-size: 25px; }
.yxp-footer-brand p { max-width: 350px; }
.yxp-footer h2 { margin: 0 0 20px; color: #fff; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }
.yxp-footer ul { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.yxp-footer a:hover { color: #fff; }
.yxp-footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 64px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; }
.yxp-float { position: fixed; z-index: 80; right: 20px; bottom: 22px; display: grid; gap: 8px; }
.yxp-float a, .yxp-float button { width: 48px; height: 48px; display: grid; place-items: center; border: 0; color: #fff; background: var(--yxp-black); cursor: pointer; box-shadow: 0 10px 28px rgba(0,0,0,.18); }
.yxp-float a { background: var(--yxp-blue); }

@media (max-width: 1050px) {
  .yxp-header-main { grid-template-columns: 1fr auto; min-height: 72px; }
  .yxp-menu-button { display: block; }
  .yxp-nav { position: fixed; z-index: 1101; inset: 72px 0 0; width: 100%; height: calc(100vh - 72px); display: none; max-height: none; padding: 24px 32px 34px; overflow: auto; background: #f3f1eb !important; border-top: 1px solid var(--yxp-line); justify-self: stretch; }
  .yxp-menu-open .yxp-nav { display: block; }
  .yxp-nav ul { display: grid; gap: 0; }
  .yxp-nav a { padding: 17px 4px; border-bottom: 1px solid var(--yxp-line); font-size: 17px; }
  .yxp-nav ul a::after { display: none; }
  .yxp-header-action { display: none; }
  .yxp-hero-grid { grid-template-columns: 1fr; }
  .yxp-hero-copy { max-width: 62%; }
  .yxp-hero-machine { right: -110px; width: 58vw; }
  .yxp-proof-grid { grid-template-columns: 1fr 1fr; }
  .yxp-proof:first-child { grid-column: span 2; }
  .yxp-app-grid { grid-template-columns: repeat(2,1fr); }
  .yxp-manufacturing { grid-template-columns: 1fr; }
  .yxp-manufacturing-media { min-height: 480px; }
  .yxp-process { grid-template-columns: repeat(2,1fr); }
  .yxp-product-grid { grid-template-columns: repeat(2,1fr); }
  .yxp-product-layout { grid-template-columns: 1fr; }
  .yxp-sidebar { position: static; }
  .yxp-footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 720px) {
  :root { --yxp-container: min(100% - 28px,1240px); }
  .yxp-brand img { width: 45px; height: 45px; }
  .yxp-brand strong { font-size: 16px; }
  .yxp-brand small { display: none; }
  .yxp-nav { padding-inline: 14px; }
  .yxp-hero { min-height: 820px; }
  .yxp-hero-grid { min-height: 820px; align-items: start; padding-top: 70px; }
  .yxp-hero-copy { max-width: none; }
  .yxp-hero h1 { font-size: 52px; }
  .yxp-hero-copy > p { font-size: 16px; }
  .yxp-actions .yxp-button { width: 100%; }
  .yxp-hero-machine { right: -40px; bottom: 36px; width: 104vw; max-height: 390px; }
  .yxp-hero-index { display: none; }
  .yxp-hero-foot { display: none; }
  .yxp-section { padding: 78px 0; }
  .yxp-section-head { grid-template-columns: 1fr; gap: 24px; margin-bottom: 40px; }
  .yxp-section h2 { font-size: 43px; }
  .yxp-section-intro { font-size: 16px; }
  .yxp-proof-grid, .yxp-family-grid, .yxp-app-grid, .yxp-process, .yxp-product-grid, .yxp-feature-grid, .yxp-footer-grid { grid-template-columns: 1fr; }
  .yxp-proof:first-child { grid-column: auto; }
  .yxp-proof { min-height: 270px; }
  .yxp-proof-index { margin-bottom: 50px; }
  .yxp-family-card { min-height: 390px; }
  .yxp-family-card img { padding-left: 40%; }
  .yxp-family-content { width: 75%; padding: 30px; }
  .yxp-family-card h3 { margin-top: 90px; font-size: 30px; }
  .yxp-app { min-height: 260px; }
  .yxp-manufacturing-media { min-height: 300px; }
  .yxp-manufacturing-copy { padding: 42px 28px; }
  .yxp-cta-inner { grid-template-columns: 1fr; gap: 30px; }
  .yxp-cta .yxp-button { width: 100%; }
  .yxp-toolbar { grid-template-columns: 1fr; }
  .yxp-product-hero { padding: 58px 0; }
  .yxp-product-hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .yxp-product-image { min-height: 330px; }
  .yxp-footer-bottom { display: block; }
  .yxp-float { right: 12px; bottom: 12px; }
}

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