:root {
  --ink: #0a0808;
  --ink-soft: #151010;
  --wine: #4d0f17;
  --wine-bright: #861524;
  --red: #c52a36;
  --gold: #e7b84d;
  --gold-light: #ffe6a1;
  --paper: #f7f1e7;
  --white: #fffaf2;
  --muted: #c8bdb2;
  --line: rgba(231, 184, 77, .25);
  --shell: min(1160px, calc(100% - 40px));
  --shadow: 0 18px 50px rgba(0, 0, 0, .28);
}

* { box-sizing: border-box; }
html { max-width: 100%; scroll-behavior: smooth; scroll-padding-top: 116px; overflow-x: clip; }
body {
  margin: 0;
  color: var(--paper);
  background: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.72;
  max-width: 100%;
  overflow-x: clip;
}
body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  background-image: radial-gradient(circle at 18% 14%, rgba(197, 42, 54, .12), transparent 31%), radial-gradient(circle at 84% 78%, rgba(231, 184, 77, .07), transparent 30%);
  content: "";
  pointer-events: none;
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
img { display: block; max-width: 100%; height: auto; }
p { margin: 0 0 1.15em; }
h1, h2, h3 { margin: 0; color: var(--white); font-family: Georgia, "Times New Roman", serif; letter-spacing: 0; line-height: 1.1; }
h1 { max-width: 780px; font-size: clamp(2.45rem, 5.1vw, 5rem); text-wrap: balance; }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); text-wrap: balance; }
h3 { font-size: clamp(1.25rem, 2vw, 1.65rem); }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 9px 14px; color: #130d08; background: var(--gold-light); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--line);
  background: rgba(10, 8, 8, .94);
  backdrop-filter: blur(16px);
}
.header-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; min-height: 72px; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 900; }
.brand img { width: 42px; height: 42px; object-fit: contain; filter: drop-shadow(0 0 12px rgba(231,184,77,.25)); animation: logo-breathe 4.5s ease-in-out infinite; }
.brand span { color: var(--white); font-size: .95rem; letter-spacing: .08em; }
@keyframes logo-breathe { 0%,100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-2px) rotate(2deg); } }
.main-nav { display: flex; justify-content: center; gap: 26px; }
.main-nav a { position: relative; color: #ddcec0; text-decoration: none; font-size: .92rem; font-weight: 700; }
.main-nav a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--gold); content: ""; transform: scaleX(0); transition: transform .2s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); }
.menu-button { display: none; width: 42px; height: 42px; border: 1px solid var(--line); color: var(--white); background: transparent; }
.menu-button span { display: block; width: 20px; height: 2px; margin: 4px auto; background: currentColor; }

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
  line-height: 1.1;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 3px; }
.button-red { color: #fff; background: var(--red); box-shadow: 0 10px 26px rgba(197, 42, 54, .27); }
.button-red:hover { background: #df3341; box-shadow: 0 14px 32px rgba(197, 42, 54, .38); }
.button-gold { color: #1b1105; background: var(--gold); box-shadow: 0 10px 25px rgba(231,184,77,.18); }
.button-gold:hover { background: var(--gold-light); }
.button-dark { border-color: var(--line); color: var(--gold-light); background: #1b1312; }

.luds-crumbs { position: relative; z-index: 20; background: #100c0b; }
.luds-crumbs__list { width: var(--shell); }

.hero { position: relative; min-height: 740px; padding: 74px 0 72px; border-bottom: 1px solid var(--line); background: #100808; isolation: isolate; }
.hero::before { position: absolute; inset: 0; z-index: -2; opacity: .16; background-image: linear-gradient(rgba(231,184,77,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(231,184,77,.15) 1px, transparent 1px); background-size: 72px 72px; content: ""; mask-image: linear-gradient(to right, black, transparent 72%); }
.hero::after { position: absolute; top: 15%; right: -12%; z-index: -1; width: 50vw; height: 50vw; max-width: 700px; max-height: 700px; border: 1px solid rgba(231,184,77,.11); border-radius: 50%; content: ""; box-shadow: inset 0 0 0 50px rgba(134,21,36,.04), inset 0 0 0 110px rgba(231,184,77,.025); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .67fr); align-items: center; gap: clamp(36px, 7vw, 96px); }
.eyebrow, .section-label { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px; color: var(--gold); font-size: .76rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow::before, .section-label::before { width: 34px; height: 1px; background: currentColor; content: ""; }
.hero-lead { max-width: 700px; margin: 26px 0 30px; color: #d8ccc1; font-size: clamp(1.08rem, 1.5vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 14px 25px; margin-top: 30px; color: var(--muted); font-size: .86rem; }
.hero-facts span { display: inline-grid; }
.hero-facts b { color: var(--white); font-size: 1.15rem; }
.hero-media { position: relative; display: grid; place-items: center; }
.poster-frame { position: relative; width: min(100%, 430px); padding: 10px; border: 1px solid rgba(231,184,77,.55); border-radius: 8px; background: #201210; box-shadow: 0 32px 80px rgba(0,0,0,.48); transform: rotate(1.25deg); }
.poster-frame::before { position: absolute; inset: 20px; z-index: -1; border: 1px solid var(--gold); content: ""; transform: translate(18px,18px); opacity: .3; }
.poster-frame img { width: 100%; aspect-ratio: 4 / 5; border-radius: 4px; object-fit: cover; }
.hero-chip { position: absolute; right: -60px; bottom: -50px; width: 150px; filter: drop-shadow(0 20px 18px rgba(0,0,0,.45)); animation: chip-float 4s ease-in-out infinite; }
@keyframes chip-float { 0%,100% { transform: translateY(0) rotate(7deg); } 50% { transform: translateY(-9px) rotate(10deg); } }

.summary-band { padding: 30px 0; border-bottom: 1px solid var(--line); background: var(--wine); }
.summary-grid { display: grid; grid-template-columns: 1.5fr .7fr; align-items: center; gap: 40px; }
.summary-grid p { margin: 0; }
.summary-note { padding-left: 28px; border-left: 2px solid var(--gold); color: var(--gold-light); font-weight: 700; }

.section { padding: clamp(72px, 9vw, 120px) 0; }
.section-heading { max-width: 920px; margin-bottom: 42px; }
.section-heading.narrow { max-width: 780px; }
.section-heading > p { max-width: 850px; margin-top: 22px; color: #d0c4b9; font-size: 1.06rem; }
.section-tint { border-block: 1px solid rgba(231,184,77,.12); background: #14100f; }
.section-red { border-block: 1px solid rgba(231,184,77,.22); background: #360c12; }
.prose p:last-child { margin-bottom: 0; }
.columns { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: clamp(30px, 6vw, 78px); }
.soft-callout { display: grid; gap: 6px; margin-top: 28px; padding: 20px 22px; border-left: 3px solid var(--gold); background: rgba(231,184,77,.07); }
.soft-callout strong { color: var(--gold-light); }
.soft-callout span { color: var(--muted); }

.facts-wrap { margin-top: 50px; overflow-x: auto; border: 1px solid var(--line); border-radius: 8px; background: #100c0b; box-shadow: var(--shadow); }
.facts-table { width: 100%; min-width: 680px; border-collapse: collapse; }
.facts-table caption { padding: 22px 24px; color: var(--white); text-align: left; font-family: Georgia, serif; font-size: 1.35rem; font-weight: 700; }
.facts-table th, .facts-table td { padding: 15px 24px; border-top: 1px solid rgba(231,184,77,.12); text-align: left; vertical-align: top; }
.facts-table thead th { color: var(--gold-light); background: #241413; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
.facts-table tbody th { width: 29%; color: var(--gold-light); font-size: .92rem; }
.facts-table tbody tr:nth-child(even) { background: rgba(255,255,255,.018); }

.split { display: grid; grid-template-columns: minmax(0,1fr) minmax(360px,.85fr); align-items: start; gap: clamp(40px, 7vw, 90px); }
.section-copy h2 { margin-bottom: 25px; }
.steps { display: grid; gap: 12px; margin: 28px 0 30px; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 48px 1fr; gap: 15px; align-items: start; padding: 14px 0; border-bottom: 1px solid rgba(231,184,77,.13); }
.steps li > span { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--gold); font-weight: 900; }
.steps p { margin: 3px 0 0; }
.warning { margin: 26px 0; padding: 20px 22px; border: 1px solid rgba(197,42,54,.5); border-radius: 6px; background: rgba(197,42,54,.1); }
.warning strong { color: #ffb0b7; }
.warning p { margin: 7px 0 0; }
.screenshot { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #0c0909; box-shadow: var(--shadow); }
.screenshot img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.screenshot figcaption { padding: 12px 16px; color: var(--muted); font-size: .78rem; }
.split > .screenshot { position: sticky; top: 120px; margin-top: 50px; }

.media-story { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(320px,.85fr); align-items: start; gap: clamp(34px, 6vw, 72px); }
.media-story .prose h3 { margin: 32px 0 12px; }
.text-link { display: inline-flex; color: var(--gold-light); font-weight: 800; text-underline-offset: 5px; }
.screenshot-wide { align-self: start; }

.bonus-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(350px,.8fr); align-items: center; gap: clamp(38px, 7vw, 90px); }
.bonus-shot { transform: rotate(-1deg); }
.check-list { display: grid; gap: 11px; margin: 25px 0 30px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 27px; }
.check-list li::before { position: absolute; top: .58em; left: 0; width: 10px; height: 10px; border: 2px solid var(--gold); content: ""; transform: rotate(45deg); }
.check-list b { color: var(--gold-light); }
.check-list.compact { margin: 0; }

.cashier-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(330px,.85fr); gap: clamp(42px, 7vw, 88px); }
.cashier-grid h3 { margin-bottom: 20px; }
.limit-number { display: inline-grid; margin-top: 22px; padding: 18px 24px; border: 1px solid var(--line); border-radius: 6px; background: #241413; }
.limit-number span, .limit-number small { color: var(--muted); }
.limit-number strong { color: var(--gold-light); font-family: Georgia, serif; font-size: 2.55rem; line-height: 1; }
.plain-steps { display: grid; gap: 10px; padding-left: 22px; }
.plain-steps li::marker { color: var(--gold); font-weight: 900; }

.trust-grid { display: grid; grid-template-columns: 250px minmax(0,1fr); gap: clamp(35px, 7vw, 85px); }
.score-panel { display: grid; min-height: 250px; align-content: center; padding: 28px; border: 1px solid var(--line); border-radius: 8px; text-align: center; background: var(--wine); box-shadow: inset 0 0 0 7px #190c0d; }
.score-panel span, .score-panel small { color: var(--gold-light); font-weight: 800; }
.score-panel strong { color: var(--white); font-family: Georgia, serif; font-size: 5rem; line-height: 1; }
.kyc-block { display: grid; grid-template-columns: minmax(0,1fr) minmax(330px,.8fr); gap: clamp(38px, 7vw, 80px); margin-top: 55px; padding-top: 48px; border-top: 1px solid var(--line); }
.kyc-block h3 { margin-bottom: 16px; }

.section-mobile { border-block: 1px solid var(--line); background: #17110d; }
.mobile-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(330px,.7fr); align-items: center; gap: clamp(40px, 8vw, 105px); }
.mobile-grid h2 { margin-bottom: 24px; }
.phone-art { position: relative; min-height: 430px; }
.phone { position: absolute; top: 0; left: 0; width: 250px; height: 430px; overflow: hidden; border: 9px solid #050505; border-radius: 38px; background: #111; box-shadow: 0 28px 60px rgba(0,0,0,.45); transform: rotate(-4deg); }
.phone img { width: 100%; height: 100%; object-fit: cover; object-position: 47% center; }
.phone-art > img { position: absolute; right: 0; bottom: 5px; width: 220px; filter: drop-shadow(0 18px 18px rgba(0,0,0,.5)); animation: chip-float 4.5s ease-in-out infinite reverse; }

.support-list { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.support-list > div { min-height: 210px; padding: 24px 20px; border-right: 1px solid var(--line); background: #13100f; }
.support-list > div:last-child { border-right: 0; }
.support-list span { display: block; margin-bottom: 30px; color: var(--gold); font-family: Georgia, serif; font-size: 1.6rem; }
.support-list p { margin: 0; font-size: .9rem; line-height: 1.58; }
.support-note { max-width: 850px; margin: 30px 0 0; padding-left: 22px; border-left: 3px solid var(--red); color: var(--muted); }

.compare { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.compare-col { padding: 30px; border: 1px solid var(--line); border-radius: 8px; background: #100d0c; }
.compare-col h3 { margin-bottom: 20px; }
.compare-col ul { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.compare-col li { position: relative; padding-left: 26px; }
.compare-col li::before { position: absolute; top: .58em; left: 0; width: 10px; height: 10px; border-radius: 50%; content: ""; }
.positive li::before { background: #55bf7a; box-shadow: 0 0 0 4px rgba(85,191,122,.12); }
.caution li::before { background: #db9251; box-shadow: 0 0 0 4px rgba(219,146,81,.12); }
.audience-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: clamp(30px,6vw,75px); margin-top: 54px; }
.audience-grid h3 { margin-bottom: 16px; }

.faq-list { display: grid; max-width: 900px; gap: 10px; }
.faq-list details { border: 1px solid var(--line); border-radius: 6px; background: #12100f; }
.faq-list summary { position: relative; padding: 20px 54px 20px 22px; cursor: pointer; color: var(--white); font-weight: 850; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; top: 18px; right: 20px; color: var(--gold); content: "+"; font-size: 1.5rem; line-height: 1; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 22px 20px; color: var(--muted); }

.responsible { padding-block: 58px; border-block: 1px solid rgba(255,255,255,.08); background: #11181a; }
.responsible-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(35px,7vw,90px); }
.responsible-grid h2 { margin: 10px 0 15px; font-size: clamp(1.8rem,3vw,2.7rem); }
.responsible-grid ul { margin: 0; padding-left: 22px; }
.responsible-grid .text-link { grid-column: 2; }
.age { display: inline-grid; width: 58px; height: 58px; place-items: center; border: 2px solid #e64b55; border-radius: 50%; color: #ff9ca3; font-weight: 900; }

.final-section { background: #220b0f; }
.final-grid { display: grid; grid-template-columns: minmax(0,1fr) 260px; align-items: center; gap: 70px; }
.final-grid h2 { margin-bottom: 22px; }
.final-grid > img { width: 250px; filter: drop-shadow(0 22px 24px rgba(0,0,0,.5)); animation: chip-float 5s ease-in-out infinite; }

.related { padding: 72px 0 110px; }
.related > h2 { margin-bottom: 28px; font-size: clamp(1.7rem,3vw,2.6rem); }
.related-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.related-grid a { display: grid; min-height: 130px; align-content: end; gap: 5px; padding: 20px; border: 1px solid var(--line); border-radius: 6px; text-decoration: none; background: #14100f; transition: border-color .2s ease, transform .2s ease; }
.related-grid a:hover { border-color: var(--gold); transform: translateY(-3px); }
.related-grid strong { color: var(--gold-light); }
.related-grid span { color: var(--muted); font-size: .85rem; }

.site-footer { display: grid; place-items: center; padding: 54px 20px 120px; border-top: 1px solid var(--line); text-align: center; background: #080706; }
.site-footer .luds-footer-logo { display: grid; place-items: center; margin-inline: auto; }
.site-footer .luds-footer-logo img { width: 88px; height: 88px; object-fit: contain; }
.site-footer p { margin: 15px 0 0; color: var(--muted); font-size: .82rem; }

.sticky-actions { position: fixed; right: 24px; bottom: 20px; z-index: 80; display: flex; gap: 8px; padding: 7px; border: 1px solid var(--line); border-radius: 8px; background: rgba(12,9,9,.94); box-shadow: 0 16px 40px rgba(0,0,0,.48); backdrop-filter: blur(12px); }
.sticky-actions button { display: inline-flex; min-width: 92px; height: 50px; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 5px; cursor: pointer; }
.sticky-actions span { font-weight: 950; }
.sticky-play { color: #fff; background: var(--red); }
.sticky-bonus { color: #1a1004; background: var(--gold); }
.sticky-apk { color: var(--gold-light); background: #251917; }
.sticky-actions b { font-size: .86rem; }
.scroll-top { position: fixed; right: 24px; bottom: 90px; z-index: 79; display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--gold-light); background: #17100f; cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity .2s ease, transform .2s ease; }
.scroll-top.is-visible { opacity: 1; pointer-events: auto; transform: none; }

@media (max-width: 1000px) {
  .main-nav { position: absolute; top: 72px; right: 20px; display: none; width: min(320px, calc(100vw - 40px)); padding: 18px; border: 1px solid var(--line); border-radius: 6px; background: #130f0e; box-shadow: var(--shadow); }
  .main-nav.is-open { display: grid; gap: 14px; }
  .header-inner > .button { display: none; }
  .menu-button { display: block; grid-column: 3; }
  .hero-grid { grid-template-columns: minmax(0,1fr) 350px; gap: 45px; }
  .hero-chip { right: -25px; width: 125px; }
  .support-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .support-list > div { min-height: 0; border-bottom: 1px solid var(--line); }
  .support-list > div:nth-child(2n) { border-right: 0; }
  .support-list > div:last-child { grid-column: 1 / -1; border-bottom: 0; }
  .related-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 28px, 1160px); }
  body { font-size: 15px; }
  html { scroll-padding-top: 92px; }
  .header-inner { min-height: 64px; }
  .brand img { width: 38px; height: 38px; }
  .main-nav { top: 64px; }
  .luds-crumbs { overflow-x: auto; }
  .hero { min-height: auto; padding: 42px 0 54px; }
  .hero::after { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-media { grid-row: 1; }
  .poster-frame { width: min(88vw, 390px); transform: none; }
  .poster-frame::before { display: none; }
  .hero-chip { right: -8px; bottom: -28px; width: 110px; }
  .hero-copy { grid-row: 2; }
  .hero-actions .button { flex: 1 1 170px; }
  .facts-wrap { overflow: visible; }
  .facts-table { display: block; min-width: 0; }
  .facts-table caption, .facts-table tbody, .facts-table tr, .facts-table th, .facts-table td { display: block; width: 100%; }
  .facts-table thead { display: none; }
  .facts-table caption { padding: 20px 18px; }
  .facts-table tbody th { width: 100%; padding: 15px 18px 4px; border-top: 1px solid rgba(231,184,77,.12); }
  .facts-table tbody td { padding: 0 18px 15px; border-top: 0; }
  .summary-grid, .columns, .split, .media-story, .bonus-layout, .cashier-grid, .trust-grid, .kyc-block, .mobile-grid, .responsible-grid, .final-grid { grid-template-columns: 1fr; }
  .summary-note { padding: 18px 0 0; border-top: 1px solid rgba(231,184,77,.35); border-left: 0; }
  .split > .screenshot { position: static; margin-top: 0; }
  .bonus-shot { transform: none; }
  .trust-grid { gap: 28px; }
  .score-panel { min-height: 205px; }
  .score-panel strong { font-size: 4rem; }
  .phone-art { width: min(100%, 430px); min-height: 390px; margin-inline: auto; }
  .phone { width: 220px; height: 380px; }
  .phone-art > img { width: 180px; }
  .compare, .audience-grid { grid-template-columns: 1fr; }
  .support-list { grid-template-columns: 1fr; }
  .support-list > div, .support-list > div:nth-child(2n) { border-right: 0; border-bottom: 1px solid var(--line); }
  .support-list > div:last-child { grid-column: auto; }
  .support-list span { margin-bottom: 15px; }
  .responsible-grid .text-link { grid-column: auto; }
  .final-grid > img { width: 190px; margin-inline: auto; grid-row: 1; }
  .related-grid { grid-template-columns: 1fr; }
  .sticky-actions { right: 8px; bottom: 8px; left: 8px; justify-content: stretch; }
  .sticky-actions button { flex: 1; min-width: 0; }
  .scroll-top { right: 14px; bottom: 80px; }
  .site-footer { padding-bottom: 105px; }
}

@media (max-width: 430px) {
  h1 { font-size: 2.25rem; }
  .hero-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; }
  .hero-facts span { font-size: .72rem; }
  .hero-facts b { font-size: .96rem; }
  .facts-table th, .facts-table td { padding: 13px 16px; }
  .compare-col { padding: 22px 18px; }
  .phone-art { min-height: 340px; }
  .phone { width: 190px; height: 330px; }
  .phone-art > img { width: 150px; }
  .sticky-actions button { height: 48px; }
  .sticky-actions b { font-size: .78rem; }
}

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