/* ANPAI — sistema editoriale per le pagine di dettaglio */
.anpai-detail-page {
  --detail-navy: #002758;
  --detail-mist: #d9e6f4;
  --detail-pale: #eef4fa;
  --detail-line: rgba(0, 39, 88, 0.2);
  --detail-shell: clamp(1.5rem, 4.2vw, 4.75rem);
  --detail-section: clamp(5.5rem, 7.6vw, 8rem);
  background: #fff;
  color: var(--detail-navy);
}

.anpai-detail-page .anpai-detail-main,
.anpai-detail-page .anpai-detail-main * { box-sizing: border-box; }
.anpai-detail-main { width: 100%; overflow-x: clip; background: #fff; }
.anpai-detail-shell { width: min(100%, 1480px); margin-inline: auto; padding-inline: var(--detail-shell); }

html body .anpai-detail-main h1,
html body .anpai-detail-main h2,
html body .anpai-detail-main h3,
html body .anpai-detail-main p {
  margin-top: 0;
  font-family: "PP Neue Montreal", Arial, sans-serif;
  color: inherit;
}

.anpai-detail-back,
.anpai-detail-link {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  gap: 0.65rem;
  color: var(--detail-navy);
  font-size: clamp(0.84rem, 0.92vw, 0.98rem);
  font-weight: 430;
  line-height: 1.2;
  text-decoration: none;
}
.anpai-detail-back { opacity: 0.7; }
.anpai-detail-back span,
.anpai-detail-link span { display: inline-block; transition: transform 220ms ease; }

.anpai-detail-label,
.anpai-detail-kicker,
.anpai-detail-hero__meta,
.anpai-detail-facts > strong,
.anpai-detail-fact > span {
  font-family: "PP Neue Montreal", Arial, sans-serif;
  font-size: clamp(0.64rem, 0.69vw, 0.76rem);
  font-weight: 500;
  letter-spacing: 0.11em;
  line-height: 1.25;
  text-transform: uppercase;
}
.anpai-detail-label,
.anpai-detail-kicker,
.anpai-detail-facts > strong { display: block; }
.anpai-detail-label::before,
.anpai-detail-kicker::before {
  display: inline-block;
  width: 0.34rem;
  height: 0.34rem;
  margin-right: 0.7rem;
  background: currentColor;
  content: "";
  vertical-align: 0.06rem;
}
.anpai-detail-label--light { color: rgba(255, 255, 255, 0.68); }

.anpai-detail-button {
  display: inline-flex;
  min-width: min(100%, 15rem);
  min-height: 3.7rem;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.65rem 0.55rem 0.65rem 1.2rem;
  background: var(--detail-navy);
  color: #fff;
  font-family: "PP Neue Montreal", Arial, sans-serif;
  font-size: clamp(0.95rem, 1vw, 1.06rem);
  font-weight: 430;
  line-height: 1.1;
  text-decoration: none;
}
.anpai-detail-button > span {
  display: grid;
  width: 2.55rem;
  height: 2.55rem;
  place-items: center;
  flex: 0 0 auto;
  background: #fff;
  color: var(--detail-navy);
  font-size: 1.2rem;
  transition: transform 220ms ease, background-color 220ms ease;
}

/* Hero */
.anpai-detail-hero {
  min-height: clamp(40rem, 74svh, 43rem);
  padding: clamp(7rem, 8vw, 7.5rem) 0 clamp(4.25rem, 5.2vw, 5.2rem);
  border-bottom: 1px solid var(--detail-line);
  background: #fff;
}
.anpai-detail-hero__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-bottom: 1.35rem;
  border-bottom: 1px solid var(--detail-line);
}
.anpai-detail-hero__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.55rem 1.5rem;
  color: rgba(0, 39, 88, 0.58);
  text-align: right;
}
.anpai-detail-hero__meta span + span { position: relative; padding-left: 1.15rem; }
.anpai-detail-hero__meta span + span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.3rem;
  height: 0.3rem;
  background: var(--detail-navy);
  content: "";
  transform: translateY(-50%);
}
.anpai-detail-hero__layout {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: end;
  gap: clamp(1.25rem, 2vw, 2rem);
  padding-top: clamp(3.2rem, 5vw, 5rem);
}
.anpai-detail-hero__copy { grid-column: 1 / span 8; min-width: 0; }
.anpai-detail-kicker { margin-bottom: clamp(1.15rem, 1.8vw, 1.75rem); color: rgba(0, 39, 88, 0.64); }
html body .anpai-detail-main h1 {
  max-width: 13ch;
  margin-bottom: clamp(1.5rem, 2.4vw, 2.2rem);
  font-size: clamp(4.75rem, 6.35vw, 6rem) !important;
  font-weight: 400 !important;
  letter-spacing: -0.058em !important;
  line-height: 0.91 !important;
}
.anpai-detail-lead {
  max-width: 44rem;
  margin-bottom: 0;
  font-size: clamp(1.18rem, 1.48vw, 1.42rem) !important;
  font-weight: 400 !important;
  letter-spacing: -0.022em !important;
  line-height: 1.4 !important;
}
.anpai-detail-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.45rem;
  margin-top: clamp(2rem, 3.5vw, 3.1rem);
}
.anpai-detail-facts { grid-column: 9 / -1; align-self: end; border-top: 1px solid var(--detail-line); }
.anpai-detail-facts > strong { padding: 1rem 0 1.2rem; color: rgba(0, 39, 88, 0.56); }
.anpai-detail-fact {
  display: grid;
  grid-template-columns: minmax(5.8rem, 0.75fr) minmax(0, 1.25fr);
  gap: 1.15rem;
  padding: 1.05rem 0;
  border-top: 1px solid var(--detail-line);
}
.anpai-detail-fact > span { color: rgba(0, 39, 88, 0.55); }
.anpai-detail-fact p { margin-bottom: 0; font-size: clamp(0.96rem, 1vw, 1.08rem) !important; font-weight: 400 !important; line-height: 1.42 !important; }

/* Editorial headings */
.anpai-detail-heading {
  display: grid;
  grid-template-columns: minmax(11rem, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(2rem, 5.5vw, 6.5rem);
  margin-bottom: clamp(3.5rem, 5.5vw, 5.75rem);
}
.anpai-detail-heading > div { max-width: 48rem; }
html body .anpai-detail-heading h2,
html body .anpai-detail-outcomes h2,
html body .anpai-detail-cta h2 {
  margin-bottom: 1.5rem;
  font-size: clamp(3.35rem, 4.65vw, 4.55rem) !important;
  font-weight: 400 !important;
  letter-spacing: -0.05em !important;
  line-height: 0.97 !important;
}
.anpai-detail-heading > div > p,
.anpai-detail-cta p {
  max-width: 44rem;
  margin-bottom: 0;
  font-size: clamp(1.1rem, 1.34vw, 1.3rem) !important;
  font-weight: 400 !important;
  letter-spacing: -0.018em !important;
  line-height: 1.46 !important;
}

/* When it is useful */
.anpai-detail-premise,
.anpai-detail-outcomes { background: var(--detail-navy); color: #fff; }
.anpai-detail-premise { padding-block: var(--detail-section); }
.anpai-detail-signals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.26);
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
}
.anpai-detail-signal {
  display: grid;
  min-width: 0;
  min-height: 13.5rem;
  align-content: space-between;
  gap: 2.5rem;
  padding: 1.4rem clamp(1.35rem, 2.2vw, 2.3rem) 1.65rem;
}
.anpai-detail-signal + .anpai-detail-signal { border-left: 1px solid rgba(255, 255, 255, 0.26); }
.anpai-detail-signal:first-child { padding-left: 0; }
.anpai-detail-signal:last-child { padding-right: 0; }
.anpai-detail-signal > span,
.anpai-detail-work-card > span,
.anpai-detail-outcome > span,
.anpai-detail-steps li > span { color: currentColor; font-size: 0.68rem; font-weight: 500; letter-spacing: 0.11em; }
html body .anpai-detail-signal h3,
html body .anpai-detail-work-card h3,
html body .anpai-detail-outcome h3,
html body .anpai-detail-steps h3,
html body .anpai-detail-fit-panel h3 {
  margin-bottom: 0.75rem;
  font-size: clamp(1.45rem, 1.8vw, 1.9rem) !important;
  font-weight: 400 !important;
  letter-spacing: -0.036em !important;
  line-height: 1.05 !important;
}
.anpai-detail-signal p,
.anpai-detail-work-card p,
.anpai-detail-outcome p,
.anpai-detail-steps p,
.anpai-detail-fit-panel p { margin-bottom: 0; font-size: clamp(1rem, 1.05vw, 1.08rem) !important; font-weight: 400 !important; line-height: 1.5 !important; }

/* Scope cards */
.anpai-detail-work { padding-block: var(--detail-section); background: #fff; }
.anpai-detail-work__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--detail-line);
  border-left: 1px solid var(--detail-line);
}
.anpai-detail-work-card {
  display: grid;
  min-width: 0;
  min-height: clamp(15.5rem, 20vw, 18.5rem);
  align-content: space-between;
  gap: 2.5rem;
  padding: clamp(1.65rem, 2.6vw, 2.5rem);
  border-right: 1px solid var(--detail-line);
  border-bottom: 1px solid var(--detail-line);
  background: #fff;
  color: var(--detail-navy);
  transition: background-color 260ms ease;
}
.anpai-detail-work-card:nth-child(2) { background: var(--detail-pale); }
.anpai-detail-work-card:nth-child(3) { background: var(--detail-mist); }
.anpai-detail-work-card:nth-child(4) { background: var(--detail-navy); color: #fff; }

/* Dedicated inter-section circuits */
.anpai-detail-circuit {
  position: relative;
  width: 100%;
  height: clamp(8.75rem, 11.5vw, 10.75rem);
  overflow: hidden;
  color: var(--detail-navy);
  background: var(--detail-pale);
  --detail-circuit-progress: 0;
}
.anpai-detail-circuit--reverse {
  color: #fff;
  background: var(--detail-navy);
}
.anpai-detail-circuit svg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.anpai-detail-circuit--reverse svg {
  transform: rotate(180deg);
}
.anpai-detail-circuit path {
  fill: none;
  vector-effect: non-scaling-stroke;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.anpai-detail-circuit__echo {
  stroke-width: 1;
  opacity: 0.1;
}
.anpai-detail-circuit__base {
  stroke-width: 1;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  opacity: 0.28;
}
.anpai-detail-circuit__pulse {
  stroke: currentColor;
  stroke-width: 1;
  stroke-dasharray: 112 888;
  stroke-dashoffset: 1080;
  opacity: 0.92;
}
.anpai-detail-circuit__rail--sub .anpai-detail-circuit__echo {
  opacity: 0.055;
}
.anpai-detail-circuit__rail--sub .anpai-detail-circuit__base {
  opacity: 0.15;
}
.anpai-detail-circuit__rail--sub .anpai-detail-circuit__pulse {
  stroke-dasharray: 86 914;
  stroke-dashoffset: 1160;
  opacity: 0.58;
}

/* Process */
.anpai-detail-method { position: relative; padding: clamp(5rem, 6.8vw, 6.7rem) 0 var(--detail-section); background: var(--detail-pale); }
.anpai-detail-method__line { position: absolute; top: 0; right: 0; left: 0; height: 1px; background: rgba(0, 39, 88, 0.12); }
.anpai-detail-method__line i { display: block; width: 100%; height: 1px; background: var(--detail-navy); transform: scaleX(var(--detail-line-progress, 0)); transform-origin: left center; }
.anpai-detail-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--detail-line);
  border-bottom: 1px solid var(--detail-line);
  list-style: none;
}
.anpai-detail-steps li { display: grid; min-width: 0; min-height: 14.5rem; align-content: space-between; gap: 2.5rem; padding: 1.35rem clamp(1.25rem, 2vw, 2rem) 1.6rem; }
.anpai-detail-steps li + li { border-left: 1px solid var(--detail-line); }
.anpai-detail-steps li:first-child { padding-left: 0; }
.anpai-detail-steps li:last-child { padding-right: 0; }

/* Results and audience */
.anpai-detail-outcomes { padding: var(--detail-section) 0 0; }
.anpai-detail-outcomes__grid { display: grid; grid-template-columns: minmax(0, 0.88fr) minmax(26rem, 1.12fr); gap: clamp(3rem, 7vw, 8rem); align-items: start; }
.anpai-detail-outcomes__grid > div:first-child { max-width: 36rem; }
.anpai-detail-outcome-list { border-top: 1px solid rgba(255, 255, 255, 0.28); }
.anpai-detail-outcome {
  display: grid;
  grid-template-columns: 2.5rem minmax(9rem, 0.75fr) minmax(0, 1.25fr);
  gap: 1rem 1.5rem;
  align-items: start;
  padding: 1.35rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}
.anpai-detail-outcome h3 { margin-bottom: 0 !important; }
.anpai-detail-outcome p { color: rgba(255, 255, 255, 0.78) !important; }
.anpai-detail-fit-panel { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: clamp(4rem, 6vw, 6rem); background: #fff; color: var(--detail-navy); }
.anpai-detail-fit-panel > * { min-width: 0; padding: clamp(2rem, 3.5vw, 3.5rem); }
.anpai-detail-fit-panel > aside { background: var(--detail-pale); }
.anpai-detail-fit-panel .anpai-detail-label { margin-bottom: clamp(2.25rem, 4vw, 4rem); color: rgba(0, 39, 88, 0.58); }
.anpai-detail-fit-panel h3 { max-width: 29rem; margin-bottom: 1.2rem !important; font-size: clamp(2rem, 2.8vw, 2.8rem) !important; }
.anpai-detail-fit-panel p { max-width: 38rem; }

.anpai-detail-nav {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  margin-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.26);
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
}
.anpai-detail-nav a {
  display: flex;
  min-width: 0;
  min-height: 6.5rem;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.25rem 1.35rem 0;
  color: #fff;
  text-decoration: none;
  transition: background-color 220ms ease;
}
.anpai-detail-nav a + a { border-left: 1px solid rgba(255, 255, 255, 0.26); }
.anpai-detail-nav a:nth-child(2) { min-width: 10.5rem; align-items: center; padding-inline: 1.25rem; text-align: center; }
.anpai-detail-nav a:last-child { align-items: flex-end; padding-right: 0; padding-left: 1.25rem; text-align: right; }
.anpai-detail-nav small { color: rgba(255, 255, 255, 0.55); font-size: 0.64rem; letter-spacing: 0.1em; text-transform: uppercase; }
.anpai-detail-nav span { max-width: 24rem; font-size: clamp(0.92rem, 1vw, 1.05rem); line-height: 1.25; }

/* CTA */
.anpai-detail-cta { padding-block: clamp(5.25rem, 7vw, 7rem); background: #fff; color: var(--detail-navy); }
.anpai-detail-cta__grid { display: grid; grid-template-columns: minmax(11rem, 0.62fr) minmax(0, 1.38fr); gap: clamp(2rem, 5.5vw, 6.5rem); }
.anpai-detail-cta__grid > div { max-width: 49rem; }
.anpai-detail-cta p { margin-bottom: 2rem; }

/* Motion */
html[data-anpai-detail-enhanced="true"] .anpai-detail-reveal { opacity: 0.94; transform: translateY(0.5rem); transition: opacity 500ms ease, transform 620ms cubic-bezier(0.22, 1, 0.36, 1); }
html[data-anpai-detail-enhanced="true"] .anpai-detail-reveal.is-visible { opacity: 1; transform: translateY(0); }
.anpai-detail-shift { will-change: transform, opacity; }

@media (hover: hover) and (pointer: fine) {
  .anpai-detail-back:hover span,
  .anpai-detail-back:focus-visible span { transform: translate(-0.2rem, -0.2rem); }
  .anpai-detail-link:hover span,
  .anpai-detail-link:focus-visible span,
  .anpai-detail-button:hover span,
  .anpai-detail-button:focus-visible span { transform: translate(0.18rem, -0.18rem); }
  .anpai-detail-work-card:not(:nth-child(4)):hover { background: var(--detail-mist); }
  .anpai-detail-work-card:nth-child(4):hover { background: #0a376f; }
  .anpai-detail-nav a:hover,
  .anpai-detail-nav a:focus-visible { background: rgba(255, 255, 255, 0.08); }
}

@media (max-width: 1180px) {
  .anpai-detail-hero__copy { grid-column: 1 / span 8; }
  .anpai-detail-facts { grid-column: 9 / -1; }
  html body .anpai-detail-main h1 { font-size: clamp(4.3rem, 7.4vw, 5.5rem) !important; }
  .anpai-detail-heading,
  .anpai-detail-cta__grid { grid-template-columns: minmax(9rem, 0.45fr) minmax(0, 1.55fr); }
  .anpai-detail-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .anpai-detail-steps li:nth-child(3) { border-left: 0; }
  .anpai-detail-steps li:nth-child(n + 3) { border-top: 1px solid var(--detail-line); }
}

@media (max-width: 900px) {
  .anpai-detail-hero { min-height: 0; padding-top: 8rem; }
  .anpai-detail-hero__layout { grid-template-columns: 1fr; gap: 3.5rem; }
  .anpai-detail-hero__copy,
  .anpai-detail-facts { grid-column: 1; }
  .anpai-detail-facts { width: min(100%, 42rem); }
  html body .anpai-detail-main h1 { max-width: 12ch; font-size: clamp(4rem, 10vw, 5.15rem) !important; }
  .anpai-detail-heading,
  .anpai-detail-outcomes__grid,
  .anpai-detail-cta__grid { grid-template-columns: 1fr; gap: 2rem; }
  .anpai-detail-heading { margin-bottom: 3.5rem; }
  .anpai-detail-heading > div { width: min(100%, 44rem); }
  .anpai-detail-signals { grid-template-columns: 1fr; }
  .anpai-detail-signal { min-height: 0; padding: 1.65rem 0; gap: 1.7rem; }
  .anpai-detail-signal + .anpai-detail-signal { border-top: 1px solid rgba(255, 255, 255, 0.26); border-left: 0; }
  .anpai-detail-outcomes__grid { gap: 3.5rem; }
  .anpai-detail-fit-panel { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .anpai-detail-page { --detail-shell: 1.25rem; --detail-section: 4rem; }
  .anpai-detail-hero { padding: 5.65rem 0 3.35rem; }
  .anpai-detail-hero__topline { align-items: flex-start; }
  .anpai-detail-hero__meta { display: grid; justify-content: end; gap: 0.35rem; }
  .anpai-detail-hero__meta span + span { padding-left: 0; }
  .anpai-detail-hero__meta span + span::before { display: none; }
  .anpai-detail-hero__layout { gap: 1.8rem; padding-top: 2rem; }
  html body .anpai-detail-main h1 { max-width: 12ch; font-size: clamp(3rem, 13.2vw, 3.65rem) !important; line-height: 0.92 !important; }
  .anpai-detail-lead { font-size: 1.08rem !important; line-height: 1.43 !important; }
  .anpai-detail-hero__actions { display: grid; align-items: stretch; gap: 0.65rem; margin-top: 1.45rem; }
  .anpai-detail-button { width: 100%; min-width: 0; }
  .anpai-detail-link { min-height: 3rem; }
  .anpai-detail-facts > strong { padding: 0.8rem 0 0.9rem; }
  .anpai-detail-fact { grid-template-columns: 5.6rem minmax(0, 1fr); gap: 0.8rem; padding-block: 0.82rem; }
  html body .anpai-detail-heading h2,
  html body .anpai-detail-outcomes h2,
  html body .anpai-detail-cta h2 { font-size: clamp(2.65rem, 11.2vw, 3.35rem) !important; line-height: 0.98 !important; }
  .anpai-detail-heading > div > p,
  .anpai-detail-cta p { font-size: 1.05rem !important; }
  .anpai-detail-heading { margin-bottom: 2.35rem; }
  .anpai-detail-signals .anpai-detail-signal { padding-block: 1.25rem; gap: 1.1rem; }
  .anpai-detail-work__grid { grid-template-columns: 1fr; }
  .anpai-detail-work-card { min-height: 11.35rem; gap: 1.25rem; padding: 1.35rem; }
  .anpai-detail-circuit { height: 7.25rem; }
  .anpai-detail-circuit svg { width: 178%; max-width: none; left: 50%; transform: translateX(-50%); }
  .anpai-detail-circuit--reverse svg { transform: translateX(-50%) rotate(180deg); }
  .anpai-detail-method { padding-top: 3.85rem; }
  .anpai-detail-steps { grid-template-columns: 1fr; }
  .anpai-detail-steps li { min-height: 9.45rem; padding: 1.2rem 0; border-left: 0 !important; gap: 1.15rem; }
  .anpai-detail-steps li + li { border-top: 1px solid var(--detail-line); }
  .anpai-detail-outcomes__grid { gap: 2.25rem; }
  .anpai-detail-outcome { grid-template-columns: 2rem minmax(0, 1fr); gap: 0.75rem 1rem; }
  .anpai-detail-outcome p { grid-column: 2; }
  .anpai-detail-fit-panel { margin-top: 3.2rem; }
  .anpai-detail-fit-panel > * { padding: 1.5rem 1.35rem 1.7rem; }
  .anpai-detail-fit-panel .anpai-detail-label { margin-bottom: 1.6rem; }
  .anpai-detail-fit-panel h3 { font-size: 2rem !important; }
  .anpai-detail-nav { grid-template-columns: 1fr; }
  .anpai-detail-nav a,
  .anpai-detail-nav a:nth-child(2),
  .anpai-detail-nav a:last-child { min-height: 5.8rem; align-items: flex-start; padding: 1rem 0 1.2rem; border-left: 0; text-align: left; }
  .anpai-detail-nav a + a { border-top: 1px solid rgba(255, 255, 255, 0.26); border-left: 0; }
  .anpai-detail-cta { padding-block: 4rem; }
  .anpai-detail-cta__grid { gap: 2rem; }
}

/* Mobile reading close-out: keep the editorial hierarchy strong without
   allowing five-line headings to consume an entire phone viewport. */
@media (max-width: 680px) {
  html body .anpai-detail-main h1 {
    font-size: clamp(2.75rem, 11.4vw, 3rem) !important;
    line-height: 0.96 !important;
  }

  html body .anpai-detail-heading h2,
  html body .anpai-detail-outcomes h2,
  html body .anpai-detail-cta h2 {
    font-size: clamp(2.125rem, 9vw, 2.375rem) !important;
    line-height: 1 !important;
  }

  .anpai-detail-fact p,
  .anpai-detail-nav span {
    font-size: 1rem !important;
    line-height: 1.45 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .anpai-detail-main *,
  .anpai-detail-main *::before,
  .anpai-detail-main *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
  html[data-anpai-detail-enhanced="true"] .anpai-detail-reveal { opacity: 1; transform: none; }
}
