.page-home {
  --home-key-fill: rgba(217, 164, 65, .12);
  --home-paper-grid: rgba(36, 28, 20, .07);
  --home-card-fill: rgba(16, 30, 66, .72);
  background: var(--ink);
  color: var(--silver);
  font-family: var(--font-body);
  line-height: 1.75;
  overflow-x: hidden;
}

.page-home .home-block {
  position: relative;
  padding: clamp(3rem, 8vw, 6.2rem) 0;
}

.page-home .home-block--paper {
  background-color: var(--paper);
  background-image: repeating-linear-gradient(180deg, transparent 0 26px, var(--home-paper-grid) 26px 27px);
  color: var(--brown);
}

.page-home .home-block--contact {
  background: linear-gradient(180deg, var(--ink) 0%, var(--night) 100%);
  border-top: 1px solid var(--line);
}

.page-home .block-head {
  max-width: 62ch;
  margin: 0 0 clamp(1.6rem, 4vw, 2.6rem);
}

.page-home .block-num {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: .76rem;
  letter-spacing: .22em;
  color: var(--gold);
  border-bottom: 1px solid currentColor;
  padding-bottom: .25rem;
}

.page-home .block-title {
  margin: .85rem 0 .7rem;
  font-family: var(--font-display);
  font-weight: 900;
  font-stretch: condensed;
  font-size: clamp(1.6rem, 4.4vw, 2.85rem);
  line-height: 1.14;
  letter-spacing: -.01em;
  color: var(--silver);
}

.page-home .block-note {
  margin: 0;
  max-width: 58ch;
  font-size: clamp(.94rem, 1.4vw, 1.02rem);
  color: rgba(230, 237, 246, .74);
}

.page-home .home-block--paper .block-title { color: var(--brown); }
.page-home .home-block--paper .block-note { color: rgba(36, 28, 20, .74); }
.page-home .home-block--paper .block-num { color: var(--brown); }
.page-home .home-block--paper .lnk { color: var(--brown); }

.page-home .lnk {
  color: var(--moon);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px;
  transition: color var(--dur) var(--ease);
}

.page-home .lnk:hover { color: var(--gold); }
.page-home .home-block--paper .lnk:hover { color: var(--review); }

/* ---------- 章节侧栏 ---------- */
.page-home .home-rail { display: none; }

/* ---------- 首屏 ---------- */
.page-home .hero {
  position: relative;
  display: grid;
  align-content: center;
  min-height: 86vh;
  padding: clamp(6.5rem, 15vw, 10.5rem) 0 clamp(2.6rem, 6vw, 4.5rem);
  background: radial-gradient(130% 100% at 78% -12%, rgba(16, 30, 66, .96) 0%, rgba(11, 22, 51, 1) 62%);
  overflow: hidden;
}

.page-home .hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line-strong), transparent);
}

.page-home .hero__grid {
  width: 100%;
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: grid;
  gap: clamp(2rem, 5vw, 3.4rem);
}

.page-home .hero__ctx {
  margin: 0 0 1.1rem;
  font-family: var(--font-mono);
  font-size: .72rem;
  letter-spacing: .2em;
  color: var(--mist);
}

.page-home .hero__title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 900;
  font-stretch: condensed;
  font-size: clamp(2.2rem, 9vw, 5.6rem);
  line-height: 1.02;
  letter-spacing: -.015em;
  color: var(--silver);
}

.page-home .hero__intro {
  max-width: 46ch;
  margin: clamp(1.1rem, 3vw, 1.7rem) 0 0;
  font-size: clamp(1rem, 1.6vw, 1.1rem);
  color: rgba(230, 237, 246, .82);
}

.page-home .hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-top: clamp(1.4rem, 3.5vw, 2.1rem);
}

.page-home .hero__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem 1.4rem;
  margin: clamp(1.8rem, 4vw, 2.6rem) 0 0;
  padding-top: 1.4rem;
  border-top: 1px solid var(--line);
}

.page-home .stat dt {
  font-size: .74rem;
  letter-spacing: .1em;
  color: var(--mist);
}

.page-home .stat dd {
  margin: .3rem 0 0;
  font-family: var(--font-mono);
  font-size: clamp(1.25rem, 3.4vw, 1.8rem);
  letter-spacing: .06em;
  color: var(--silver);
}

.page-home .hero__aside {
  display: grid;
  gap: 1rem;
}

.page-home .hero__scale {
  display: none;
  position: relative;
  min-height: 160px;
  border-left: 1px solid var(--line);
  background-image: repeating-linear-gradient(180deg, var(--line-strong) 0 1px, transparent 1px 26px);
  background-size: 12px 100%;
  background-repeat: repeat-y;
}

.page-home .hero__scale::after {
  content: "";
  position: absolute;
  left: -4px;
  top: 66%;
  width: 8px;
  height: 8px;
  background: var(--gold);
  border-radius: 2px;
  box-shadow: 0 0 0 4px var(--home-key-fill);
}

.page-home .hero__figure { margin: 0; }

.page-home .hero__figure .figure__frame {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-l);
  background: var(--night);
}

.page-home .hero__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-home .figure__caption {
  margin-top: .7rem;
  font-size: .8rem;
  line-height: 1.6;
  color: var(--mist);
}

/* ---------- 筛选与产品线 ---------- */
.page-home .filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-bottom: clamp(1.2rem, 3vw, 1.8rem);
}

.page-home .filter-btn {
  font: inherit;
  font-size: .85rem;
  cursor: pointer;
  padding: .48rem 1rem;
  border-radius: var(--radius-pill);
  background: transparent;
  color: var(--moon);
  border: 1px solid var(--line-strong);
  transition: background var(--dur) var(--ease), color var(--dur) var(--ease), border-color var(--dur) var(--ease);
}

.page-home .filter-btn:hover { background: rgba(168, 198, 232, .12); }

.page-home .filter-btn.is-active {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink);
}

.page-home .series-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.page-home .series-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: .5rem;
  padding: 1.5rem 1.3rem 1.4rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-l);
  background: linear-gradient(180deg, rgba(16, 30, 66, .85) 0%, rgba(11, 22, 51, .85) 100%);
  transition: border-color var(--dur) var(--ease);
}

.page-home .series-card::before {
  content: "";
  position: absolute;
  left: 1.3rem;
  top: -1px;
  width: 28px;
  height: 2px;
  background: var(--moon);
}

.page-home .series-card:hover { border-color: var(--line-strong); }

.page-home .series-card__code {
  margin: 0;
  font-family: var(--font-mono);
  font-size: .82rem;
  letter-spacing: .18em;
  color: var(--moon);
}

.page-home .series-card__name {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.22rem;
  font-weight: 900;
  letter-spacing: -.01em;
  color: var(--silver);
}

.page-home .series-card__meta {
  margin: 0;
  font-family: var(--font-mono);
  font-size: .74rem;
  letter-spacing: .06em;
  color: var(--mist);
}

.page-home .series-card__text {
  margin: .2rem 0 .4rem;
  font-size: .9rem;
  line-height: 1.72;
  color: rgba(230, 237, 246, .76);
}

.page-home .series-card__link {
  margin-top: auto;
  font-size: .84rem;
  letter-spacing: .04em;
  color: var(--gold);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  align-self: flex-start;
  padding-bottom: 1px;
}

/* ---------- 十二档刻度 ---------- */
.page-home .dial-scale {
  list-style: none;
  margin: 0 0 1.2rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .7rem;
}

.page-home .dial {
  position: relative;
  padding: .9rem .55rem .8rem;
  border-top: 2px solid var(--line-strong);
  border-radius: 0 0 var(--radius-s) var(--radius-s);
  background: linear-gradient(180deg, rgba(16, 30, 66, .62) 0%, transparent 100%);
}

.page-home .dial::before {
  content: "";
  position: absolute;
  left: 0;
  top: -6px;
  width: 2px;
  height: 9px;
  background: var(--moon);
}

.page-home .dial__code {
  display: block;
  font-family: var(--font-mono);
  font-size: 1.02rem;
  letter-spacing: .14em;
  color: var(--silver);
}

.page-home .dial__year {
  display: block;
  margin-top: .32rem;
  font-family: var(--font-mono);
  font-size: .68rem;
  letter-spacing: .04em;
  color: var(--mist);
}

.page-home .dial__use {
  display: block;
  margin-top: .45rem;
  font-size: .78rem;
  line-height: 1.5;
  color: rgba(230, 237, 246, .72);
}

.page-home .dials-foot {
  margin: 0 0 clamp(1.6rem, 4vw, 2.4rem);
  font-size: .92rem;
  color: rgba(230, 237, 246, .76);
}

.page-home .dials-figure { margin: 0; }

.page-home .dials-figure .figure__frame {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-l);
  background: var(--night);
}

.page-home .dials-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ---------- 渠道双轨 ---------- */
.page-home .channel-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 1.4rem;
}

.page-home .channel-card {
  padding: 1.5rem 1.35rem 1.5rem;
  border: 1px solid var(--line-paper);
  border-radius: var(--radius-l);
  background: rgba(255, 255, 255, .55);
}

.page-home .channel-card__prefix {
  display: inline-block;
  margin: 0 0 .8rem;
  padding: .22rem .6rem;
  font-family: var(--font-mono);
  font-size: .84rem;
  letter-spacing: .2em;
  color: var(--paper);
  background: var(--brown);
  border-radius: var(--radius-s);
}

.page-home .channel-card__title {
  margin: 0 0 .6rem;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 900;
  color: var(--brown);
}

.page-home .channel-card__text {
  margin: 0 0 .9rem;
  font-size: .92rem;
  color: rgba(36, 28, 20, .78);
}

.page-home .channel-card__list,
.page-home .channel-shared__list,
.page-home .contact-prep ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-home .channel-card__list li {
  position: relative;
  padding-left: 1.05rem;
  margin-bottom: .5rem;
  font-size: .87rem;
  line-height: 1.68;
  color: rgba(36, 28, 20, .8);
}

.page-home .channel-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .66em;
  width: 6px;
  height: 1px;
  background: var(--brown);
}

.page-home .channel-shared {
  padding: 1.4rem 1.35rem;
  border-radius: var(--radius-l);
  border: 1px dashed var(--line-paper);
  margin-bottom: clamp(1.6rem, 4vw, 2.4rem);
}

.page-home .channel-shared__title {
  margin: 0 0 .8rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 900;
  color: var(--brown);
}

.page-home .channel-shared__list li {
  position: relative;
  padding-left: 1.1rem;
  margin-bottom: .6rem;
  font-size: .9rem;
  line-height: 1.72;
  color: rgba(36, 28, 20, .8);
}

.page-home .channel-shared__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 6px;
  height: 6px;
  border-radius: 1px;
  background: var(--brown);
}

.page-home .channel-shared__list strong {
  font-family: var(--font-mono);
  letter-spacing: .06em;
  font-weight: 600;
}

.page-home .channel-figure,
.page-home .warranty-figure { margin: 0; }

.page-home .channel-figure .figure__frame {
  aspect-ratio: 14 / 9;
  overflow: hidden;
  border: 1px solid var(--line-paper);
  border-radius: var(--radius-l);
  background: rgba(36, 28, 20, .08);
}

.page-home .channel-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-home .home-block--paper .figure__caption { color: rgba(36, 28, 20, .62); }

/* ---------- 质保三阶段 ---------- */
.page-home .warranty-bar {
  list-style: none;
  margin: 0 0 1.4rem;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  border: 1px solid var(--line-paper);
  border-radius: var(--radius-m);
  overflow: hidden;
}

.page-home .warranty-seg {
  padding: 1rem .9rem 1.1rem;
  background: rgba(36, 28, 20, .04);
  border-bottom: 1px dashed var(--line-paper);
}

.page-home .warranty-seg:last-child { border-bottom: 0; }

.page-home .warranty-seg::before {
  content: "";
  display: block;
  height: 6px;
  margin-bottom: .7rem;
  border-radius: var(--radius-pill);
  background: linear-gradient(90deg, var(--brown) 0%, var(--mist) 100%);
}

.page-home .warranty-seg__range {
  display: block;
  font-family: var(--font-mono);
  font-size: .78rem;
  letter-spacing: .08em;
  color: rgba(36, 28, 20, .62);
}

.page-home .warranty-seg__name {
  display: block;
  margin-top: .3rem;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 900;
  color: var(--brown);
}

.page-home .warranty { margin-bottom: clamp(1.6rem, 4vw, 2.4rem); }

.page-home .warranty__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin-bottom: 1rem;
}

.page-home .wtab {
  font: inherit;
  font-size: .82rem;
  cursor: pointer;
  padding: .42rem .9rem;
  border-radius: var(--radius-pill);
  border: 1px solid var(--line-paper);
  background: transparent;
  color: rgba(36, 28, 20, .72);
  transition: background var(--dur) var(--ease), color var(--dur) var(--ease);
}

.page-home .wtab:hover { background: rgba(36, 28, 20, .07); }

.page-home .wtab.is-active,
.page-home .wtab[aria-selected="true"] {
  background: var(--brown);
  border-color: var(--brown);
  color: var(--paper);
}

.page-home .wpanel p {
  margin: 0;
  max-width: 62ch;
  font-size: .94rem;
  color: rgba(36, 28, 20, .82);
}

.page-home .warranty-figure .figure__frame {
  aspect-ratio: 7 / 3;
  overflow: hidden;
  border: 1px solid var(--line-paper);
  border-radius: var(--radius-l);
  background: rgba(36, 28, 20, .08);
}

.page-home .warranty-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ---------- 序列号分解 ---------- */
.page-home .serial-wrap {
  display: grid;
  gap: 1.4rem;
}

.page-home .sn {
  padding: 1.3rem 1rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-l);
  background: linear-gradient(180deg, rgba(16, 30, 66, .85) 0%, rgba(11, 22, 51, .85) 100%);
  overflow: hidden;
}

.page-home .sn-svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.page-home .sn-cell rect {
  fill: rgba(16, 30, 66, .78);
  stroke: var(--line-strong);
  stroke-width: 1;
  transition: stroke var(--dur) var(--ease), stroke-width var(--dur) var(--ease);
}

.page-home .sn-cell text {
  text-anchor: middle;
  font-family: var(--font-mono);
}

.page-home .sn-char {
  fill: var(--silver);
  font-size: 34px;
  letter-spacing: .05em;
}

.page-home .sn-idx {
  fill: var(--mist);
  font-size: 12px;
  letter-spacing: .1em;
}

.page-home .sn-cell--key rect {
  fill: var(--home-key-fill);
  stroke: var(--gold);
  stroke-width: 2;
}

.page-home .sn-cell--key .sn-char { fill: var(--gold); }

.page-home .sn:hover .sn-cell--key rect {
  stroke-width: 4;
  fill: rgba(217, 164, 65, .22);
}

.page-home .sn-note {
  margin: 1rem 0 0;
  font-family: var(--font-mono);
  font-size: .76rem;
  letter-spacing: .04em;
  color: var(--mist);
}

.page-home .sn-legend {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: .55rem;
}

.page-home .sn-legend li {
  display: flex;
  flex-wrap: wrap;
  gap: .3rem .8rem;
  padding: .6rem .8rem;
  border-left: 2px solid var(--line-strong);
  font-size: .88rem;
}

.page-home .sn-legend li.is-key {
  border-left-color: var(--gold);
  background: rgba(217, 164, 65, .08);
}

.page-home .sn-legend__key {
  font-family: var(--font-mono);
  font-size: .78rem;
  letter-spacing: .1em;
  color: var(--moon);
  min-width: 6.4rem;
}

.page-home .sn-legend li.is-key .sn-legend__key { color: var(--gold); }

.page-home .sn-legend__val {
  color: rgba(230, 237, 246, .78);
}

.page-home .serial-foot {
  margin: clamp(1.4rem, 3.5vw, 2rem) 0 0;
  max-width: 68ch;
  font-size: .94rem;
  color: rgba(230, 237, 246, .78);
}

/* ---------- 动态 ---------- */
.page-home .update-list {
  list-style: none;
  margin: 0 0 1.4rem;
  padding: 0;
  border-top: 1px solid var(--line);
}

.page-home .update-item { border-bottom: 1px solid var(--line); }

.page-home .update-item a {
  display: block;
  padding: 1.1rem .2rem;
  text-decoration: none;
  color: inherit;
  transition: background var(--dur) var(--ease);
}

.page-home .update-item a:hover { background: rgba(168, 198, 232, .07); }

.page-home .update-item__meta {
  display: flex;
  align-items: center;
  gap: .7rem;
  margin-bottom: .5rem;
}

.page-home .update-item__year {
  font-family: var(--font-mono);
  font-size: .74rem;
  letter-spacing: .12em;
  color: var(--mist);
}

.page-home .update-item__title {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: -.005em;
  color: var(--silver);
}

.page-home .update-item__more {
  display: inline-block;
  margin-top: .5rem;
  font-size: .82rem;
  letter-spacing: .06em;
  color: var(--gold);
  border-bottom: 1px solid currentColor;
}

.page-home .updates-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.4rem;
  font-size: .9rem;
}

/* ---------- 对接入口 ---------- */
.page-home .contact-grid {
  display: grid;
  gap: clamp(1.8rem, 5vw, 3rem);
}

.page-home .contact-lead .btn { margin-top: 1.2rem; }

.page-home .contact-lines {
  list-style: none;
  margin: 0 0 1.6rem;
  padding: 0;
  display: grid;
  gap: .9rem;
}

.page-home .contact-lines li {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: .5rem .9rem;
  padding-bottom: .9rem;
  border-bottom: 1px solid var(--line);
}

.page-home .contact-lines__label {
  font-size: .76rem;
  letter-spacing: .12em;
  color: var(--mist);
  min-width: 5.2rem;
}

.page-home .contact-lines__value {
  font-family: var(--font-mono);
  font-size: clamp(.95rem, 2.2vw, 1.1rem);
  letter-spacing: .06em;
  color: var(--silver);
}

.page-home .contact-prep {
  padding: 1.3rem 1.2rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-l);
  background: rgba(16, 30, 66, .6);
}

.page-home .contact-prep__title {
  margin: 0 0 .8rem;
  font-family: var(--font-display);
  font-size: 1.02rem;
  font-weight: 900;
  color: var(--silver);
}

.page-home .contact-prep li {
  position: relative;
  padding-left: 1.1rem;
  margin-bottom: .5rem;
  font-size: .88rem;
  color: rgba(230, 237, 246, .78);
}

.page-home .contact-prep li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .7em;
  width: 6px;
  height: 1px;
  background: var(--gold);
}

.page-home .copy-btn {
  font: inherit;
  font-size: .76rem;
  cursor: pointer;
  padding: .24rem .7rem;
  border-radius: var(--radius-pill);
  border: 1px solid var(--line-strong);
  background: transparent;
  color: var(--moon);
  transition: background var(--dur) var(--ease), color var(--dur) var(--ease);
}

.page-home .copy-btn:hover { background: rgba(168, 198, 232, .14); }

.page-home .copy-btn[data-copied] {
  border-color: var(--verify);
  color: var(--verify);
}

/* ---------- 响应式 ---------- */
@media (min-width: 600px) {
  .page-home .warranty-bar { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .page-home .warranty-seg {
    border-bottom: 0;
    border-right: 1px dashed var(--line-paper);
  }
  .page-home .warranty-seg:last-child { border-right: 0; }
}

@media (min-width: 700px) {
  .page-home .series-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .page-home .dial-scale { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .page-home .channel-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 900px) {
  .page-home .contact-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: start; }
  .page-home .hero__stats { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (min-width: 960px) {
  .page-home .hero__grid {
    grid-template-columns: minmax(0, 1.35fr) minmax(0, .65fr);
    align-items: end;
  }
  .page-home .hero__aside {
    grid-template-columns: 14px minmax(0, 1fr);
    align-items: stretch;
  }
  .page-home .hero__scale { display: block; }
  .page-home .serial-wrap {
    grid-template-columns: minmax(0, 1.9fr) minmax(0, 1fr);
    align-items: center;
    gap: 2rem;
  }
}

@media (min-width: 1100px) {
  .page-home .series-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .page-home .dial-scale { grid-template-columns: repeat(12, minmax(0, 1fr)); }
}

@media (min-width: 1400px) {
  .page-home .home-rail {
    display: flex;
    position: fixed;
    left: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    flex-direction: column;
    gap: .7rem;
    z-index: 5;
  }
  .page-home .home-rail__item {
    display: flex;
    align-items: center;
    gap: .55rem;
    text-decoration: none;
    color: var(--mist);
    font-family: var(--font-mono);
    font-size: .7rem;
    letter-spacing: .12em;
    transition: color var(--dur) var(--ease);
  }
  .page-home .home-rail__num { color: var(--moon); }
  .page-home .home-rail__item:hover { color: var(--gold); }
  .page-home .home-rail__item:hover .home-rail__num { color: var(--gold); }
}

@media (prefers-reduced-motion: reduce) {
  .page-home [data-reveal],
  .page-home .filter-btn,
  .page-home .series-card,
  .page-home .sn-cell rect,
  .page-home .update-item a {
    transition: none !important;
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
