:root {
  --red: #d71920;
  --red-dark: #9d0710;
  --red-deep: #72060c;
  --orange: #ff8b22;
  --gold: #ffd06b;
  --ink: #2b2021;
  --muted: #735d60;
  --paper: #fffdf9;
  --cream: #fff3df;
  --line: #efd5cd;
  --shadow: 0 18px 52px rgba(118, 18, 22, .12);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 86px;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 8%, rgba(255, 175, 83, .12), transparent 32rem),
    linear-gradient(180deg, #fbe8df 0, #fff7ef 36rem, #fffaf4 100%);
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.modal-open { overflow: hidden; }

a, button { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
img { display: block; max-width: 100%; }

.page-width {
  width: min(1160px, calc(100% - 36px));
  margin-inline: auto;
}

.hero {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(112, 0, 7, .96), rgba(204, 15, 25, .94) 56%, rgba(236, 64, 33, .9)),
    #bd1018;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .12;
  background-image:
    linear-gradient(120deg, transparent 0 49.6%, rgba(255,255,255,.42) 50%, transparent 50.4%),
    linear-gradient(60deg, transparent 0 49.6%, rgba(255,255,255,.28) 50%, transparent 50.4%);
  background-size: 70px 122px;
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
}

.hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(8px);
  pointer-events: none;
}

.hero__glow--one {
  top: -160px;
  right: -60px;
  width: 510px;
  height: 510px;
  background: rgba(255, 201, 144, .36);
}

.hero__glow--two {
  bottom: -280px;
  left: 8%;
  width: 560px;
  height: 560px;
  background: rgba(255, 128, 70, .22);
}

.hero__inner {
  position: relative;
  z-index: 1;
}

.hero__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.brand {
  display: block;
  width: 222px;
  line-height: 0;
}

.brand img { width: 100%; height: auto; }

.service-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 42px;
  padding: 0 22px;
  border: 1px solid rgba(255,255,255,.6);
  border-radius: 999px;
  color: #fff;
  background: rgba(119, 0, 8, .23);
  text-decoration: none;
  font-weight: 700;
  backdrop-filter: blur(8px);
  transition: background .2s ease, transform .2s ease;
}

.service-link:hover,
.service-link:focus-visible {
  background: rgba(119, 0, 8, .48);
  transform: translateY(-2px);
}

.hero__content {
  width: min(780px, 100%);
  margin: 38px auto 0;
  text-align: center;
  animation: hero-in .7s ease both;
}

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

.hero__eyebrow {
  margin: 0 0 14px;
  color: #ffd6b2;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .17em;
}

.hero__tag {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 6px 28px;
  border-radius: 999px;
  color: #c51019;
  background: linear-gradient(180deg, #fffdf5, #ffe5b6);
  box-shadow: 0 12px 28px rgba(75, 0, 0, .22);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 900;
  letter-spacing: .04em;
}

.hero h1 {
  margin: 16px 0 2px;
  color: #fffbed;
  font-size: clamp(44px, 7vw, 78px);
  line-height: 1.1;
  letter-spacing: .04em;
  text-shadow: 0 9px 18px rgba(88, 0, 6, .28);
}

.hero__lead {
  margin: 0;
  color: #ffe9ce;
  font-size: clamp(18px, 2.4vw, 25px);
  font-weight: 700;
  letter-spacing: .14em;
}

.hero__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 26px;
  font-size: 16px;
}

.hero__meta i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
}

.hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  margin-top: 28px;
  padding: 0 25px;
  border-radius: 999px;
  color: #8f0b12;
  background: #fff;
  box-shadow: 0 10px 26px rgba(79, 0, 0, .18);
  text-decoration: none;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease;
}

.hero__button:hover,
.hero__button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(79, 0, 0, .25);
}

.quick-nav {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid rgba(157, 7, 16, .1);
  background: rgba(255, 253, 249, .92);
  box-shadow: 0 8px 24px rgba(78, 25, 25, .07);
  backdrop-filter: blur(14px);
}

.quick-nav__scroll {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 4vw, 54px);
  overflow-x: auto;
  scrollbar-width: none;
}

.quick-nav__scroll::-webkit-scrollbar { display: none; }

.quick-nav a {
  flex: 0 0 auto;
  padding: 16px 3px 14px;
  color: #5f3d3f;
  border-bottom: 3px solid transparent;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: color .2s ease, border-color .2s ease;
}

.quick-nav a:hover,
.quick-nav a:focus-visible { color: var(--red); border-color: var(--red); }

.main-content { padding: 54px 0 70px; }

.section-card {
  position: relative;
  margin-bottom: 34px;
  padding: 48px clamp(24px, 5vw, 66px) 54px;
  overflow: hidden;
  border: 1px solid rgba(208, 118, 99, .23);
  border-radius: 34px;
  background: rgba(255, 255, 255, .96);
  box-shadow: var(--shadow);
}

.section-card::after {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 180, 88, .16), transparent 68%);
  pointer-events: none;
}

.section-title {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 0 auto 35px;
}

.section-title__number {
  display: grid;
  flex: 0 0 72px;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 23px 8px 23px 8px;
  color: #fff;
  background: linear-gradient(145deg, var(--orange), var(--red));
  box-shadow: 0 9px 20px rgba(215, 25, 32, .2);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 35px;
  line-height: 1;
}

.section-title p {
  margin: 0 0 3px;
  color: #a66d5d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
}

.section-title h2 {
  margin: 0;
  color: var(--red);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.25;
  letter-spacing: .03em;
}

.notice-bar {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
  margin-bottom: 28px;
  padding: 16px 19px;
  border-left: 5px solid var(--orange);
  border-radius: 0 14px 14px 0;
  background: #fff5e4;
  color: #765a52;
  font-size: 15px;
}

.notice-bar strong { color: #b5131b; }
.notice-bar a { color: #a10a13; font-weight: 700; text-underline-offset: 3px; }

.date-focus {
  display: grid;
  grid-template-columns: 150px 1fr 90px 1fr;
  align-items: center;
  min-height: 190px;
  padding: 24px 34px;
  border-radius: 24px;
  color: #fff;
  background: linear-gradient(125deg, var(--red-deep), var(--red) 64%, #e84b2d);
}

.date-focus__year {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 24px;
  border-right: 1px solid rgba(255,255,255,.28);
}

.date-focus__year span { color: #ffc9ae; font-size: 14px; }
.date-focus__year strong { font-size: 45px; line-height: 1.1; }

.date-focus__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.date-focus__item span { color: #ffd2b6; font-size: 14px; }
.date-focus__item strong { margin: 2px 0; font-size: clamp(27px, 4vw, 42px); line-height: 1.2; }
.date-focus__item small { color: rgba(255,255,255,.76); font-size: 13px; }
.date-focus__item--highlight strong { color: var(--gold); }

.date-focus__line {
  position: relative;
  height: 2px;
  background: rgba(255,255,255,.36);
}

.date-focus__line::before,
.date-focus__line::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  transform: translateY(-50%);
}

.date-focus__line::before { left: -3px; }
.date-focus__line::after { right: -3px; }

.exam-flow {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
}

.exam-flow div {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 17px 8px;
  background: #fffaf5;
  text-align: center;
}

.exam-flow div + div { border-left: 1px solid var(--line); }
.exam-flow b { color: #e87d55; font-size: 12px; letter-spacing: .08em; }
.exam-flow span { font-size: 15px; font-weight: 700; }

.source-note {
  margin: 18px 0 0;
  color: #8d7476;
  font-size: 13px;
  text-align: center;
}

.subject-layout {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 22px;
}

.subject-main {
  padding: 30px;
  border-radius: 24px;
  color: #fff;
  background: linear-gradient(140deg, #b30e17, #df272b 72%, #ee653a);
}

.subject-main__head span {
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid rgba(255,255,255,.46);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

.subject-main h3 { margin: 13px 0 10px; font-size: clamp(23px, 3vw, 32px); line-height: 1.35; }
.subject-main > p { margin: 0; color: rgba(255,255,255,.84); font-size: 15px; }

.subject-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 23px;
}

.subject-tags span {
  padding: 7px 11px;
  border-radius: 8px;
  color: #792129;
  background: #fff0da;
  font-size: 13px;
  font-weight: 700;
}

.subject-side {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.subject-side article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 126px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fffaf5;
}

.subject-side b { margin-bottom: 5px; color: var(--red); font-size: 17px; }
.subject-side span { color: #745f61; font-size: 14px; line-height: 1.55; }

.advantages-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.advantages-grid article {
  min-height: 180px;
  padding: 22px 18px 20px;
  border: 1px solid #f0d5cd;
  border-radius: 22px;
  background: linear-gradient(180deg, #fff, #fff8f1);
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease;
}

.advantages-grid article:hover { transform: translateY(-4px); box-shadow: 0 13px 28px rgba(161, 35, 35, .1); }

.advantages-grid article > span {
  display: grid;
  width: 52px;
  height: 52px;
  margin: 0 auto 13px;
  place-items: center;
  border-radius: 17px 5px 17px 5px;
  color: #fff;
  background: linear-gradient(145deg, #ef5f31, var(--red));
  box-shadow: 0 7px 14px rgba(215, 25, 32, .18);
  font-size: 22px;
  font-weight: 900;
}

.advantages-grid h3 { margin: 0 0 7px; color: #b40e17; font-size: 18px; }
.advantages-grid p { margin: 0; color: #7c6567; font-size: 14px; line-height: 1.6; }

.section-card--course {
  color: #fff;
  background:
    radial-gradient(circle at 92% 8%, rgba(255,184,109,.22), transparent 22rem),
    linear-gradient(145deg, #7b070d, #b30b14 50%, #d72927);
  border-color: rgba(255,255,255,.12);
}

.section-card--course .section-title p { color: #f8af8d; }
.section-card--course .section-title h2 { color: #fff8e7; }

.course-switch {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 24px;
}

.course-deadline {
  width: fit-content;
  margin: -12px auto 22px;
  padding: 5px 13px;
  border-radius: 999px;
  color: #641016;
  background: var(--gold);
  font-size: 13px;
  font-weight: 800;
}

.course-switch button {
  min-height: 44px;
  padding: 0 24px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 999px;
  color: #fff;
  background: rgba(99, 0, 6, .28);
  cursor: pointer;
  font-weight: 700;
}

.course-switch button.is-active {
  color: #a00c13;
  background: #fff1d5;
  border-color: #fff1d5;
}

.course-panel[hidden] { display: none; }

.course-card {
  display: grid;
  grid-template-columns: 220px 1fr 270px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 24px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 18px 35px rgba(54, 0, 3, .22);
}

.course-card__name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 24px;
  color: #fff;
  background: linear-gradient(145deg, #ef4d2e, #c60e18);
}

.course-card__name span {
  align-self: flex-start;
  margin-bottom: 12px;
  padding: 3px 10px;
  border: 1px solid rgba(255,255,255,.48);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.course-card__name h3 { margin: 0; font-size: 22px; line-height: 1.5; }

.course-card__body { padding: 22px 25px; }
.course-card dl { margin: 0; }

.course-card dl > div {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 8px;
  padding: 10px 0;
}

.course-card dl > div + div { border-top: 1px dashed #ead7d2; }
.course-card dt { color: var(--red); font-size: 14px; font-weight: 800; }
.course-card dd { margin: 0; color: #5f5051; font-size: 14px; }
.course-card dd strong { color: #b60e17; }

.course-card__price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: 22px;
  background: #fff6e8;
}

.course-card__price p { margin: 0; padding: 13px; border-radius: 13px; background: #fff; }
.course-card__price p span { display: block; color: #d8402d; font-size: 13px; font-weight: 800; }
.course-card__price p strong { display: block; color: var(--red); font-size: 22px; line-height: 1.4; }
.course-card__price p small { display: block; color: #765e5f; font-size: 12px; }

.gift-strip {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 20px;
}

.gift-strip div {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 16px;
  background: rgba(88, 0, 5, .25);
}

.gift-strip b { flex: 0 0 auto; color: var(--gold); }
.gift-strip span { color: rgba(255,255,255,.88); font-size: 14px; }
.section-card--course .source-note { color: rgba(255,255,255,.7); }

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.service-grid article {
  position: relative;
  min-height: 205px;
  padding: 30px 25px;
  overflow: hidden;
  border: 1px solid #efcdc5;
  border-radius: 24px;
  background: linear-gradient(145deg, #fffaf3, #fff);
}

.service-grid article > span {
  position: absolute;
  top: 2px;
  right: 15px;
  color: rgba(215,25,32,.08);
  font-family: Impact, sans-serif;
  font-size: 76px;
  line-height: 1;
}

.service-grid h3 { position: relative; margin: 34px 0 9px; color: var(--red); font-size: 21px; }
.service-grid p { position: relative; margin: 0; color: #745e60; font-size: 15px; }

.poster-section { text-align: center; }

.poster-button {
  position: relative;
  display: block;
  width: min(720px, 100%);
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 22px;
  background: #fff2df;
  box-shadow: 0 15px 38px rgba(91, 20, 20, .18);
  cursor: zoom-in;
}

.poster-button img { width: 100%; height: auto; }

.poster-button span {
  position: absolute;
  right: 16px;
  bottom: 16px;
  padding: 8px 14px;
  border-radius: 999px;
  color: #fff;
  background: rgba(85, 0, 5, .78);
  font-size: 13px;
  font-weight: 700;
  backdrop-filter: blur(5px);
}

.poster-modal {
  position: fixed;
  z-index: 100;
  inset: 0;
  padding: 55px 18px 18px;
  background: rgba(24, 5, 7, .94);
  backdrop-filter: blur(8px);
}

.poster-modal[hidden] { display: none; }

.poster-modal__content {
  width: min(900px, 100%);
  height: 100%;
  margin: 0 auto;
  overflow: auto;
  border-radius: 10px;
  overscroll-behavior: contain;
}

.poster-modal__content img { width: 100%; height: auto; }

.poster-modal__close {
  position: absolute;
  z-index: 1;
  top: 11px;
  right: 18px;
  display: grid;
  width: 40px;
  height: 40px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 50%;
  color: #fff;
  background: rgba(255,255,255,.08);
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}

.official-footer {
  width: 100%;
  overflow: hidden;
  background: #fff;
}

#official-footer-iframe {
  display: block;
  width: 100%;
  min-width: 0;
  border: 0;
}

.back-to-top {
  position: fixed;
  z-index: 30;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(22px, env(safe-area-inset-bottom));
  display: grid;
  width: 46px;
  height: 46px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--red);
  box-shadow: 0 9px 22px rgba(131, 8, 15, .28);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease;
}

.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: none; }

:focus-visible { outline: 3px solid #ffba5e; outline-offset: 3px; }

@media (max-width: 980px) {
  .advantages-grid { grid-template-columns: repeat(2, 1fr); }
  .course-card { grid-template-columns: 190px 1fr; }
  .course-card__price { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 68px; }
  .page-width { width: min(100% - 24px, 1160px); }
  .hero { min-height: 535px; }
  .brand { width: 165px; }
  .service-link { min-height: 38px; margin-top: 27px; padding-inline: 15px; font-size: 14px; }
  .hero__content { margin-top: 35px; }
  .hero__eyebrow { margin-bottom: 12px; font-size: 11px; letter-spacing: .11em; }
  .hero__tag { min-height: 42px; padding: 5px 20px; font-size: clamp(21px, 7vw, 28px); }
  .hero h1 { margin-top: 15px; font-size: clamp(42px, 13vw, 58px); }
  .hero__lead { font-size: 17px; letter-spacing: .08em; }
  .hero__meta { flex-direction: column; gap: 2px; margin-top: 20px; font-size: 14px; }
  .hero__meta i { display: none; }
  .hero__button { margin-top: 21px; }
  .quick-nav__scroll { justify-content: flex-start; gap: 21px; }
  .quick-nav a { padding-block: 13px 11px; }
  .main-content { padding-top: 28px; }
  .section-card { margin-bottom: 22px; padding: 30px 18px 34px; border-radius: 24px; }
  .section-title { justify-content: flex-start; gap: 13px; margin-bottom: 25px; }
  .section-title__number { flex-basis: 58px; width: 58px; height: 58px; border-radius: 18px 6px 18px 6px; font-size: 29px; }
  .section-title p { font-size: 10px; }
  .section-title h2 { font-size: clamp(22px, 6.8vw, 29px); }
  .notice-bar { grid-template-columns: 1fr; gap: 5px; padding: 13px 15px; }
  .date-focus { grid-template-columns: 1fr 1fr; gap: 20px 12px; min-height: 0; padding: 24px 18px; }
  .date-focus__year { grid-column: 1 / -1; align-items: center; padding: 0 0 17px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.25); }
  .date-focus__year strong { font-size: 38px; }
  .date-focus__line { display: none; }
  .date-focus__item strong { font-size: 29px; }
  .exam-flow { grid-template-columns: repeat(3, 1fr); }
  .exam-flow div + div { border-left: 1px solid var(--line); }
  .exam-flow div:nth-child(4) { border-left: 0; }
  .exam-flow div:nth-child(n+4) { border-top: 1px solid var(--line); }
  .subject-layout { grid-template-columns: 1fr; }
  .subject-main { padding: 24px 20px; }
  .subject-side { gap: 10px; }
  .subject-side article { min-height: 112px; padding: 16px; }
  .advantages-grid { gap: 11px; }
  .advantages-grid article { min-height: 170px; padding: 18px 12px; }
  .advantages-grid h3 { font-size: 16px; }
  .advantages-grid p { font-size: 13px; }
  .course-switch { flex-direction: column; }
  .course-switch button { width: 100%; }
  .course-card { grid-template-columns: 1fr; }
  .course-card__name { padding: 22px; }
  .course-card__name h3 { font-size: 20px; }
  .course-card__body { padding: 16px 18px; }
  .course-card dl > div { grid-template-columns: 72px 1fr; }
  .course-card__price { grid-column: auto; grid-template-columns: 1fr; gap: 9px; padding: 18px; }
  .gift-strip { grid-template-columns: 1fr; gap: 9px; }
  .gift-strip div { align-items: flex-start; flex-direction: column; gap: 4px; }
  .service-grid { grid-template-columns: 1fr; gap: 13px; }
  .service-grid article { min-height: 165px; }
  .service-grid h3 { margin-top: 20px; }
  .poster-button { border-radius: 14px; }
  .poster-button span { right: 10px; bottom: 10px; }
  .poster-modal { padding-inline: 8px; }
  #official-footer-iframe { height: 840px !important; }
}

@media (max-width: 430px) {
  .advantages-grid { grid-template-columns: 1fr; }
  .advantages-grid article { display: flex; align-items: center; gap: 14px; min-height: 0; text-align: left; }
  .advantages-grid article > span { flex: 0 0 48px; width: 48px; height: 48px; margin: 0; }
  .advantages-grid h3 { margin-bottom: 4px; }
  .subject-side { grid-template-columns: 1fr; }
  .subject-side article { min-height: 0; }
}

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