/* evanjbean.com - campaign performance report, set as a broadsheet */

/* ---------- fonts ---------- */

@font-face {
  font-family: "Besley";
  src: url("/assets/fonts/Besley%5Bwght%5D.woff2") format("woff2");
  font-weight: 500 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Newsreader";
  src: url("/assets/fonts/Newsreader%5Bopsz,wght%5D.woff2") format("woff2");
  font-weight: 400 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Newsreader";
  src: url("/assets/fonts/Newsreader-Italic%5Bopsz,wght%5D.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Spline Sans Mono";
  src: url("/assets/fonts/SplineSansMono%5Bwght%5D.woff2") format("woff2");
  font-weight: 400 500;
  font-style: normal;
  font-display: swap;
}

/* metric-matched fallbacks, computed from the actual font tables (CLS = 0) */
@font-face {
  font-family: "Besley-fallback";
  src: local("Georgia");
  size-adjust: 113.66%;
  ascent-override: 109.98%;
  descent-override: 37.39%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "Newsreader-fallback";
  src: local("Georgia");
  size-adjust: 97.24%;
  ascent-override: 75.59%;
  descent-override: 27.25%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "SplineSansMono-fallback";
  src: local("Menlo");
  size-adjust: 99.66%;
  ascent-override: 96.68%;
  descent-override: 23.73%;
  line-gap-override: 0%;
}

/* ---------- tokens ---------- */

:root {
  --paper:      #F6F2E9; /* page ground */
  --paper-deep: #EFE8DA; /* contact band, row stripes, gantt track */
  --ink:        #1A1713; /* primary text, 2px rules, past gantt bars */
  --ink-soft:   #5B544A; /* secondary text */
  --rule:       #CDC4B0; /* hairlines, decorative only */
  --up:         #257A50; /* green: 18px+ deltas, live gantt bar */
  --up-deep:    #1B5E3F; /* green text below 18px */
  --flag:       #A23B26; /* oxblood: hero CTA, IN MARKET stamp, contact CTA */
  --flag-deep:  #832F1E; /* CTA hover only */
  --bar-tint:   #DDD7C9;
  --bar-tint:   color-mix(in oklab, var(--ink) 14%, var(--paper));

  --font-display: "Besley", "Besley-fallback", Georgia, serif;
  --font-body: "Newsreader", "Newsreader-fallback", Georgia, serif;
  --font-mono: "Spline Sans Mono", "SplineSansMono-fallback", Menlo, monospace;
}

/* ---------- reset + base ---------- */

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.62;
  font-kerning: normal;
}

img, svg { display: block; max-width: 100%; }

ul, ol { padding: 0; }

a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 2px;
}

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.1;
}

h2 {
  font-size: clamp(1.625rem, 3vw, 2.25rem);
  letter-spacing: -0.01em;
  margin-bottom: 24px;
}

h3 {
  font-weight: 500;
  font-size: 1.1875rem;
}

p { max-width: 68ch; }

/* mono chrome: labels, eyebrows, folios, data */
.masthead-left, .masthead-right, .folio, .metric-eyebrow, .spec dt, .stamp,
.cta, .facts, .flight-dates, .tag-inflight, .year-axis, .mini-ruler,
.credentials th, .chip, .product-status, .repo-link, .contact-row, .colophon,
.panel-issuer, .cert-track, .cert-meta, .panel-foot, .quote-attr {
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
}

/* ---------- utilities ---------- */

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.skip-link {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 10;
  background: var(--paper);
  border: 1px solid var(--ink);
  border-radius: 2px;
  padding: 8px 16px;
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  transform: translateY(calc(-100% - 16px));
}
.skip-link:focus { transform: none; }

/* ---------- layout ---------- */

.masthead, .section, .colophon, .pull-quote {
  max-width: 1248px;
  margin-inline: auto;
  padding-inline: 64px;
}

.section { margin-top: 96px; }
.hero.section { margin-top: 48px; }

/* newspaper double rule above each section after the hero */
.section:not(.hero)::before {
  content: "";
  display: block;
  height: 7px;
  border-top: 2px solid var(--ink);
  border-bottom: 1px solid var(--rule);
  margin-bottom: 24px;
}

@media (max-width: 719px) {
  .masthead, .section, .colophon, .pull-quote { padding-inline: 20px; }
  .section, .pull-quote { margin-top: 64px; }
}

/* ---------- folio ---------- */

.folio {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink-soft);
  margin-bottom: 16px;
  max-width: none;
}

.folio-sub { margin-left: 12px; }

@media (min-width: 1240px) {
  /* folio hangs into the left margin, clamped so it never leaves the viewport */
  .folio { margin-left: calc(-1 * min((100vw - 1248px) / 2 + 44px, 96px)); }
}

.section-intro {
  font-style: italic;
  color: var(--ink-soft);
  margin-bottom: 40px;
}

/* ---------- masthead ---------- */

.masthead {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 24px;
  padding-top: 24px;
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.masthead p { max-width: none; }

.masthead::after {
  content: "";
  flex-basis: 100%;
  height: 7px;
  border-top: 2px solid var(--ink);
  border-bottom: 1px solid var(--rule);
  margin-top: 12px;
}

.window-short { display: none; }

@media (max-width: 719px) {
  .masthead-right {
    flex-basis: 100%;
    font-size: 0.625rem;
    margin-top: 4px;
  }
  .window-full { display: none; }
  .window-short { display: inline; }
}

/* ---------- hero ---------- */

.hero h1 {
  font-size: clamp(2.5rem, 6vw, 4.25rem);
  line-height: 1.04;
  letter-spacing: -0.015em;
  max-width: 16ch;
}

.hero-subline {
  margin-top: 24px;
  font-size: 1.125rem;
}

.hero-actions { margin-top: 32px; }

.hero-support {
  margin-top: 16px;
  font-style: italic;
  font-size: 0.9375rem;
  color: var(--ink-soft);
}

@media (min-width: 960px) {
  .hero {
    display: grid;
    grid-template-columns: 7fr 5fr;
    column-gap: 72px;
    align-items: start;
    max-height: 80svh;
  }
}

.cta {
  display: inline-block;
  background: var(--flag);
  color: var(--paper);
  font-size: 0.8125rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 2px;
}
.cta:hover { background: var(--flag-deep); }

.spec {
  font-size: 0.8125rem;
  border-top: 1px solid var(--rule);
  margin-top: 48px;
}

@media (min-width: 960px) { .spec { margin-top: 12px; } }

.spec-row {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 16px;
  align-items: baseline;
  padding-block: 12px;
  border-bottom: 1px solid var(--rule);
}

.spec dt {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink-soft);
}

.stamp {
  display: inline-block;
  border: 1px solid var(--flag);
  color: var(--flag);
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 4px 10px;
  border-radius: 2px;
}

/* ---------- topline ---------- */

.metrics {
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
}

.metric { padding-block: 32px; }

.metric-eyebrow {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink-soft);
}

.metric-figure {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(3rem, 7.5vw, 5.25rem);
  line-height: 1;
  letter-spacing: -0.02em;
  font-variant-numeric: lining-nums;
  white-space: nowrap;
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.delta {
  width: 0;
  height: 0;
  border-left: 0.42rem solid transparent;
  border-right: 0.42rem solid transparent;
  border-bottom: 0.66rem solid var(--up);
}

.metric-context {
  font-style: italic;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--ink-soft);
  margin-top: 16px;
}

@media (min-width: 960px) {
  .metrics { display: grid; grid-template-columns: repeat(4, 1fr); }
  .metric { padding: 32px 24px; min-width: 0; }
  .metric:first-child { padding-left: 0; }
  .metric:last-child { padding-right: 0; }
  .metric + .metric { border-left: 1px solid var(--rule); }
  /* four-up cells cannot hold the full 5.25rem numeral; cap to what fits */
  .metric-figure { font-size: min(3.4rem, 4.7vw); }
}

@media (min-width: 720px) and (max-width: 959px) {
  .metrics { display: grid; grid-template-columns: 1fr 1fr; }
  .metric { padding: 28px 24px; }
  .metric:nth-child(odd) { padding-left: 0; }
  .metric:nth-child(even) { border-left: 1px solid var(--rule); }
  .metric:nth-child(n+3) { border-top: 1px solid var(--rule); }
}

@media (max-width: 719px) {
  .metric + .metric { border-top: 1px solid var(--rule); }
}

/* ---------- rationale ---------- */

@media (min-width: 720px) {
  .rationale-grid {
    display: grid;
    grid-template-columns: 8fr 4fr;
    column-gap: 48px;
    align-items: start;
  }
}

.about p + p { margin-top: 24px; }

.about .lede::first-letter {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 3.4em;
  float: left;
  line-height: 0.85;
  padding: 0.08em 0.12em 0 0;
}

.headshot { max-width: 280px; }

.headshot img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid var(--ink);
  filter: grayscale(1);
  mix-blend-mode: multiply;
}

.headshot figcaption {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink-soft);
  margin-top: 8px;
}

.facts {
  list-style: none;
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink-soft);
  margin-top: 32px;
  border-top: 1px solid var(--rule);
}

.facts li {
  padding-block: 10px;
  border-bottom: 1px solid var(--rule);
}

@media (max-width: 719px) {
  .rationale-grid { display: flex; flex-direction: column; }
  .rail { order: -1; margin-bottom: 32px; }
}

/* ---------- flighting ---------- */

.gantt {
  position: relative;
  margin-top: 48px;
}

.year-axis {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  pointer-events: none;
}

.year-axis > span {
  border-left: 1px dashed var(--rule);
  padding-left: 6px;
  font-size: 0.6875rem;
  font-weight: 500;
  color: var(--ink-soft);
  line-height: 1;
}

.y-abbr { display: none; }

.flights {
  position: relative;
  list-style: none;
  padding-top: 40px;
}

.flight { margin-bottom: 40px; }
.flight:last-child { margin-bottom: 0; }

.flight-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 16px;
}

.flight-head h3 { background: var(--paper); padding-right: 8px; }

.flight-dates {
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--ink-soft);
  background: var(--paper);
  padding-inline: 8px;
}

.tag-inflight {
  font-size: 0.625rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--up-deep);
}

/* track + bar: the span is the full-width tint track, its ::before is the
   flight bar, percentage-placed on the 10-year scale (honest widths) */
.bar {
  position: relative;
  display: block;
  height: 12px;
  background: var(--bar-tint);
  border-radius: 2px;
  margin-block: 12px;
}

.bar::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 2px;
  background: var(--ink);
}

/* --row feeds the draw stagger; kept here, not in style attributes,
   so the self-only CSP holds in production */
.col-1-5::before  { left: 0%;  width: 40%; }
.col-5-8::before  { left: 40%; width: 30%; }
.col-8-9::before  { left: 70%; width: 10%; }
.col-9-11::before { left: 80%; width: 20%; }

.col-9-11 { --row: 0; }
.col-8-9  { --row: 1; }
.col-5-8  { --row: 2; }
.col-1-5  { --row: 3; }

.bar-now::before { background: var(--up); }

.outcome {
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--ink-soft);
  background: var(--paper);
  width: fit-content;
  padding-right: 12px;
}

.flight:hover .outcome { color: var(--ink); }

.mini-ruler { display: none; }

@media (min-width: 480px) and (max-width: 719px) {
  .y-full { display: none; }
  .y-abbr { display: inline; }
  /* abbreviated axis shows odd years only */
  .year-axis > span:nth-child(even) { font-size: 0; }
}

@media (max-width: 479px) {
  .year-axis { display: none; }
  .flights { padding-top: 0; }
  .flight { margin-bottom: 32px; }
  .bar { height: 8px; }
  .outcome, .flight-head h3, .flight-dates {
    background: none;
    padding-inline: 0;
    width: auto;
  }

  .mini-ruler {
    display: flex;
    font-size: 0.625rem;
    font-weight: 500;
    color: var(--ink-soft);
    margin-bottom: 24px;
    line-height: 1;
  }
  .mini-ruler span {
    border-left: 1px dashed var(--rule);
    padding: 0 0 4px 5px;
  }
  .mini-ruler span:nth-child(1) { width: 40%; }
  .mini-ruler span:nth-child(2) { width: 50%; }
  .mini-ruler span:nth-child(3) { width: 10%; }
}

/* ---------- pull-quote interstitial ---------- */

.pull-quote {
  margin-top: 96px;
  border-block: 2px solid var(--ink);
  padding-block: 40px 32px;
}

.quote-lead {
  font-style: italic;
  font-size: clamp(1.375rem, 2.6vw, 1.875rem);
  line-height: 1.35;
  letter-spacing: -0.005em;
  max-width: 36ch;
}

.quote-follow {
  font-style: italic;
  font-size: 1.0625rem;
  line-height: 1.5;
  color: var(--ink-soft);
  max-width: 52ch;
  margin-top: 16px;
}

.quote-attr {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink-soft);
  margin-top: 16px;
}

/* ---------- verification ---------- */

.cert-panels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 48px;
  border-top: 2px solid var(--ink);
  padding-top: 28px;
  margin-bottom: 56px;
}

.cert-panel { min-width: 0; }

@media (min-width: 720px) {
  .cert-panel:first-child { padding-right: 40px; }
  .cert-panel + .cert-panel {
    border-left: 1px solid var(--rule);
    padding-left: 40px;
  }
}

@media (max-width: 719px) {
  .cert-panels { grid-template-columns: 1fr; }
}

.panel-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  column-gap: 16px;
  flex-wrap: wrap;
  border-bottom: 2px solid var(--ink);
  padding-bottom: 10px;
}

.panel-head h3 { font-size: 1.75rem; }

.panel-issuer {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink-soft);
}

.panel-count { margin-left: 12px; color: var(--ink); }

.cert-track {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink-soft);
  margin-top: 28px;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--rule);
}

.cert-list { list-style: none; }

.cert {
  padding-block: 12px;
  border-bottom: 1px solid var(--rule);
}

.cert-name { font-weight: 500; font-size: 0.9375rem; }

.cert-meta {
  font-size: 0.6875rem;
  color: var(--ink-soft);
  margin-top: 4px;
  max-width: none;
}

.cert-id { overflow-wrap: anywhere; }

.panel-foot {
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink-soft);
  margin-top: 20px;
}

.credentials {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9375rem;
}

.credentials th {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink-soft);
  text-align: left;
  padding: 10px 16px 10px 0;
  border-bottom: 2px solid var(--ink);
}

.credentials td {
  padding: 14px 16px 14px 0;
  vertical-align: baseline;
}

.credentials tbody tr:nth-child(even) { background: var(--paper-deep); }
.credentials tbody tr { border-bottom: 1px solid var(--rule); }

.chip {
  display: inline-block;
  font-size: 0.625rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 3px 8px;
  border-radius: 2px;
  white-space: nowrap;
}

.chip-verified {
  color: var(--up-deep);
  border: 1px solid var(--up-deep);
}

/* drawn check, no glyph */
.chip-verified::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 4px;
  border-left: 1.5px solid var(--up-deep);
  border-bottom: 1.5px solid var(--up-deep);
  transform: rotate(-45deg) translateY(-1px);
  margin-right: 6px;
}

.chip-confirmed {
  color: var(--ink);
  border: 1px solid var(--ink);
}

.chip-pending {
  color: var(--ink-soft);
  border: 1px dashed var(--rule);
}

@media (max-width: 479px) {
  .credentials thead { display: none; }
  .credentials, .credentials tbody, .credentials tr, .credentials td { display: block; }
  .credentials tr { padding-block: 14px; }
  .credentials td { padding: 4px 0; }
  .credentials td::before {
    content: attr(data-label);
    display: block;
    font-family: var(--font-mono);
    font-size: 0.625rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--ink-soft);
    margin-bottom: 2px;
  }
}

/* ---------- r&d ---------- */

.rnd p + p { margin-top: 24px; }

.products {
  list-style: none;
  margin-top: 40px;
}

.product {
  padding-block: 24px;
  border-top: 1px solid var(--rule);
}
.product:last-child { border-bottom: 1px solid var(--rule); }

.product-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 8px;
}

.product-head h3 { font-size: 1.1875rem; }

.product-status {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ink-soft);
  white-space: nowrap;
}

.repo-link {
  font-size: 0.75rem;
  color: var(--ink-soft);
}

/* ---------- respond + footer ---------- */

.section.respond {
  max-width: none;
  background: var(--paper-deep);
  border-block: 2px solid var(--ink);
  padding-block: 64px;
  padding-inline: max(64px, 50vw - 560px);
}

.section.respond::before { content: none; }

@media (max-width: 719px) {
  .section.respond { padding-inline: 20px; padding-block: 48px; }
}

.respond-cta { margin-top: 32px; }

.contact-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 16px;
  row-gap: 8px;
  font-size: 0.8125rem;
  margin-top: 32px;
  max-width: none;
}

.contact-loc {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
  color: var(--ink-soft);
}

.colophon {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 24px;
  row-gap: 8px;
  font-size: 0.6875rem;
  color: var(--ink-soft);
  padding-block: 40px 48px;
}

.colophon p { max-width: none; }

/* ---------- supporting restraint: hovers ---------- */

a:hover { text-decoration-thickness: 2px; }

.metric { border-bottom: 2px solid transparent; }
.metric:hover { border-bottom-color: var(--ink); }

/* ---------- print ---------- */

@media print {
  .skip-link { display: none; }
  .cta {
    background: none;
    color: var(--ink);
    border: 1px solid var(--ink);
  }
  /* never let motion priming hide content on paper */
  .bar::before { transform: none !important; animation: none !important; }
  .cert { opacity: 1 !important; animation: none !important; }
  a[href^="mailto:"]::after {
    content: " (" attr(href) ")";
    font-size: 0.75em;
  }
}

/* ---------- the one animation: flight bars draw in ---------- */

/* priming lives only under .js.motion-ok so no-JS, reduced-motion and old
   browsers always render the finished chart */
.js.motion-ok .bar::before {
  transform: scaleX(0);
  transform-origin: left;
}

.js.motion-ok .drawn .bar::before {
  animation: draw-bar 700ms cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
  animation-delay: calc(var(--row) * 120ms);
}

@keyframes draw-bar {
  to { transform: scaleX(1); }
}

.js.motion-ok .year-axis,
.js.motion-ok .mini-ruler {
  opacity: 0;
  transition: opacity 700ms ease;
}

.js.motion-ok .drawn .year-axis,
.js.motion-ok .drawn .mini-ruler {
  opacity: 1;
}

/* credential records ink in once, same priming contract as the bars */
.js.motion-ok #verification .cert { opacity: 0; }

.js.motion-ok #verification.drawn .cert {
  animation: ink-in 420ms cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
  animation-delay: calc(var(--ri) * 70ms);
}

@keyframes ink-in {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: none; }
}

.cr-0 { --ri: 0 }
.cr-1 { --ri: 1 }
.cr-2 { --ri: 2 }
.cr-3 { --ri: 3 }
.cr-4 { --ri: 4 }
.cr-5 { --ri: 5 }
.cr-6 { --ri: 6 }
.cr-7 { --ri: 7 }

/* ---------- reduced motion kill switch ---------- */

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