/* ===========================================================
   博尊体育 · 赛季档案站点  共享样式  /assets/site.css
   草原夜航式数据档案室：奶油纸底 / 深绿叙事区 / 墨蓝索引区
   =========================================================== */

/* ---------- 1. 变量 ---------- */
:root {
  --green: #14483A;
  --navy: #0E1B33;
  --ink: #2A2320;
  --paper: #F4EFE4;
  --paper-2: #EBE4D6;
  --white: #FBFCF8;
  --signal: #F26A1B;
  --pen: #D63B2F;
  --corner: #2F8F9D;
  --kit: #D9A227;
  --muted: #6C7C6E;
  --cool: #2C6E8F;
  --warm: #E08A2B;

  --pen-ink: #A82C22;
  --corner-ink: #1D6C77;
  --kit-ink: #946A0A;

  --line: rgba(42, 35, 32, .16);
  --line-strong: rgba(42, 35, 32, .34);
  --line-light: rgba(251, 252, 248, .18);

  --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
    "Hiragino Sans GB", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans SC", sans-serif;
  --font-display: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",
    -apple-system, "Segoe UI", "Source Han Sans SC", sans-serif;
  --font-editorial: "Songti SC", "STSong", "Source Han Serif SC", "Noto Serif SC",
    "SimSun", Georgia, serif;
  --font-data: ui-monospace, "SFMono-Regular", Menlo, Consolas, "Liberation Mono",
    "Courier New", monospace;

  --wrap: 1280px;
  --gutter: clamp(14px, 3vw, 28px);
  --cut: 16px;
}

/* ---------- 2. 重置与基础排版 ---------- */
*,
*::before,
*::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 140px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16.5px;
  line-height: 1.8;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

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

a { color: var(--green); text-underline-offset: .22em; }

button { font: inherit; color: inherit; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 700;
  line-height: 1.25;
}

p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }

ul, ol { margin: 0; padding: 0; }

hr { border: 0; border-top: 1px solid var(--line); margin: 0; }

::selection { background: var(--signal); color: #1A0F05; }

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

.site-head :focus-visible,
.site-foot :focus-visible { outline-color: #FFC08A; }

#main-content { display: block; }

/* ---------- 3. 跳至主内容 ---------- */
.skip-link {
  position: fixed;
  left: 14px;
  top: -80px;
  z-index: 200;
  padding: 11px 18px;
  background: var(--signal);
  color: #22150A;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .06em;
  text-decoration: none;
  transition: top .18s ease;
}

.skip-link:focus { top: 14px; }

/* ---------- 4. 页头：紧凑命令栏 ---------- */
.site-head {
  position: sticky;
  top: 0;
  z-index: 60;
  background: var(--green);
  color: var(--white);
  border-bottom: 3px solid var(--navy);
  box-shadow: 0 1px 0 rgba(42, 35, 32, .28);
}

.site-head::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(115deg,
      rgba(251, 252, 248, .05) 0 1px, transparent 1px 14px);
  pointer-events: none;
}

.head-rail {
  position: relative;
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 10px var(--gutter);
  min-height: 62px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(14px, 2.2vw, 30px);
}

/* 品牌 */
.brand-lock {
  display: flex;
  align-items: center;
  gap: 11px;
  flex: none;
  color: var(--white);
  text-decoration: none;
}

.brand-mark {
  position: relative;
  flex: none;
  width: 15px;
  height: 32px;
  border-left: 2px solid var(--signal);
  border-bottom: 2px solid var(--signal);
}

.brand-mark::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 0;
  width: 12px;
  height: 9px;
  background: var(--signal);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.brand-text { display: block; min-width: 0; }

.brand-name {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-stretch: condensed;
  font-size: 19px;
  letter-spacing: .08em;
  line-height: 1.15;
  white-space: nowrap;
}

.brand-sig {
  display: block;
  font-family: var(--font-data);
  font-size: 10.5px;
  letter-spacing: .2em;
  color: rgba(251, 252, 248, .58);
  white-space: nowrap;
}

/* 状态 chip */
.head-status {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 2px 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.head-status::-webkit-scrollbar { display: none; }

.status-chip {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  flex: none;
  padding: 5px 11px;
  border: 1px solid var(--line-light);
  border-left: 3px solid var(--signal);
  background: rgba(14, 27, 51, .42);
  color: rgba(251, 252, 248, .66);
  font-size: 12px;
  letter-spacing: .12em;
  line-height: 1.6;
  text-decoration: none;
  white-space: nowrap;
  transition: background .18s ease, border-color .18s ease, color .18s ease;
}

.status-chip b {
  font-family: var(--font-data);
  font-weight: 600;
  font-size: 12.5px;
  letter-spacing: .04em;
  color: var(--white);
}

.status-chip:hover {
  background: rgba(14, 27, 51, .85);
  border-left-color: var(--warm);
  color: var(--white);
}

.head-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: none;
}

/* ---------- 5. 按钮 ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .07em;
  line-height: 1;
  text-decoration: none;
  border: 0;
  background: none;
  color: inherit;
  cursor: pointer;
  transition: background .18s ease, color .18s ease, border-color .18s ease,
    transform .18s ease;
}

.btn:active { transform: translateY(1px); }

.btn-signal {
  padding: 11px 18px;
  background: var(--signal);
  color: #22150A;
  clip-path: polygon(9px 0, 100% 0, 100% calc(100% - 9px), calc(100% - 9px) 100%, 0 100%, 0 9px);
}

.btn-signal:hover { background: #FF8038; color: #1A0F05; }

.btn-signal:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 2px #FFF1E2, inset 0 0 0 4px #22150A;
}

.btn-ghost {
  border: 1px solid var(--line-strong);
  background: var(--white);
  color: var(--ink);
}

.btn-ghost:hover {
  background: var(--green);
  border-color: var(--green);
  color: var(--white);
}

.btn-line {
  border: 1px solid currentColor;
  background: transparent;
  color: var(--green);
}

.btn-line:hover { background: var(--green); color: var(--white); }

/* ---------- 6. 移动导航按钮 ---------- */
.nav-toggle {
  display: none;
  align-items: center;
  gap: 9px;
  padding: 9px 12px;
  background: rgba(14, 27, 51, .45);
  border: 1px solid var(--line-light);
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: .14em;
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease;
}

.nav-toggle:hover { background: rgba(14, 27, 51, .8); border-color: var(--line-light); }

.nav-toggle-box {
  display: grid;
  gap: 3px;
  width: 16px;
  flex: none;
}

.nav-toggle-box span {
  display: block;
  height: 2px;
  background: var(--signal);
  transition: transform .2s ease, opacity .2s ease;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-box span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle-box span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] .nav-toggle-box span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }

/* ---------- 7. 主导航 ---------- */
.site-nav {
  position: relative;
  border-top: 1px solid var(--line-light);
  background: linear-gradient(180deg, rgba(14, 27, 51, .42), rgba(14, 27, 51, .08));
}

.nav-inner {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.nav-list {
  display: flex;
  align-items: stretch;
  list-style: none;
  overflow-x: auto;
  scrollbar-width: none;
}

.nav-list::-webkit-scrollbar { display: none; }

.nav-list li { flex: none; display: flex; }

.nav-list a {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 9px;
  padding: 12px clamp(12px, 1.6vw, 20px);
  border-right: 1px solid var(--line-light);
  color: rgba(251, 252, 248, .68);
  font-size: 13.5px;
  letter-spacing: .05em;
  white-space: nowrap;
  text-decoration: none;
  transition: color .18s ease, background .18s ease;
}

.nav-list li:first-child a { border-left: 1px solid var(--line-light); }

.nav-list a:hover { color: var(--white); background: rgba(14, 27, 51, .6); }

.nav-idx {
  font-family: var(--font-data);
  font-size: 10.5px;
  letter-spacing: .1em;
  color: var(--corner);
  transition: color .18s ease;
}

.nav-list a:hover .nav-idx { color: var(--warm); }

.nav-list a[aria-current="page"] {
  color: var(--white);
  background: rgba(14, 27, 51, .85);
}

.nav-list a[aria-current="page"] .nav-idx { color: var(--signal); }

.nav-list a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--signal);
}

/* ---------- 8. 阅读进度 ---------- */
.head-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  z-index: 3;
  pointer-events: none;
  transform: scaleX(0);
  transform-origin: 0 50%;
  background: linear-gradient(90deg, var(--cool), var(--signal) 55%, var(--warm));
}

/* ---------- 9. 页脚 ---------- */
.site-foot {
  position: relative;
  margin-top: clamp(40px, 6vw, 88px);
  background: var(--navy);
  color: rgba(251, 252, 248, .74);
}

.site-foot::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  opacity: .6;
  background-image: repeating-linear-gradient(115deg,
      rgba(242, 106, 27, .95) 0 3px, transparent 3px 12px);
  pointer-events: none;
}

.site-foot::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: repeating-linear-gradient(0deg,
      rgba(251, 252, 248, .028) 0 1px, transparent 1px 40px);
}

.foot-inner {
  position: relative;
  z-index: 1;
  max-width: var(--wrap);
  margin: 0 auto;
  padding: clamp(36px, 5.5vw, 64px) var(--gutter) clamp(28px, 4vw, 44px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2.1fr);
  gap: clamp(28px, 4.5vw, 64px);
}

.foot-brand { display: grid; align-content: start; gap: 16px; }

.foot-summary {
  margin: 0;
  max-width: 32em;
  font-size: 14px;
  line-height: 1.85;
  color: rgba(251, 252, 248, .62);
}

.foot-badges {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.foot-cols {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 36px);
}

.foot-col { min-width: 0; }

.foot-col-title {
  position: relative;
  margin: 0 0 16px;
  padding-bottom: 9px;
  border-bottom: 1px solid var(--line-light);
  font-family: var(--font-editorial);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .18em;
  color: var(--white);
}

.foot-col-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 30px;
  height: 2px;
  background: var(--signal);
}

.foot-links {
  list-style: none;
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
}

.foot-links a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(251, 252, 248, .66);
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  transition: color .18s ease, gap .18s ease;
}

.foot-links a::before {
  content: "";
  flex: none;
  width: 11px;
  height: 1px;
  background: rgba(47, 143, 157, .8);
  transition: width .18s ease, background .18s ease;
}

.foot-links a:hover { color: var(--white); }
.foot-links a:hover::before { width: 19px; background: var(--signal); }

.foot-base {
  position: relative;
  z-index: 1;
  border-top: 1px solid var(--line-light);
  background: rgba(20, 72, 58, .34);
}

.foot-base-inner {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 18px var(--gutter) 22px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px 26px;
}

.foot-contact {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.7;
  letter-spacing: .02em;
  color: rgba(251, 252, 248, .56);
}

.foot-legal {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  font-family: var(--font-data);
  font-size: 12px;
  letter-spacing: .06em;
  color: rgba(251, 252, 248, .5);
}

.foot-icp { color: rgba(251, 252, 248, .68); }

/* ---------- 10. 通用标签 ---------- */
.tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 3px 9px;
  border: 1px solid currentColor;
  background: transparent;
  color: var(--muted);
  font-family: var(--font-data);
  font-size: 11px;
  letter-spacing: .1em;
  line-height: 1.6;
  white-space: nowrap;
}

.tag-pen { color: var(--pen-ink); }
.tag-corner { color: var(--corner-ink); }
.tag-kit { color: var(--kit-ink); }

.site-foot .tag-pen { color: #F0978D; border-color: rgba(214, 59, 47, .6); }
.site-foot .tag-corner { color: #79C7D3; border-color: rgba(47, 143, 157, .6); }
.site-foot .tag-kit { color: #E7C36B; border-color: rgba(217, 162, 39, .6); }

/* ---------- 11. 容器与文字层级 ---------- */
.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin: 0 auto;
  padding-inline: var(--gutter);
}

.wrap--tight { max-width: 960px; }
.wrap--narrow { max-width: 760px; }

.prose {
  max-width: 38em;
  font-size: 16.5px;
  line-height: 1.85;
}

.prose p + p { margin-top: 1em; }
.prose strong { font-weight: 600; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 14px;
  font-family: var(--font-data);
  font-size: 11.5px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--muted);
}

.eyebrow::before {
  content: "";
  width: 20px;
  height: 2px;
  background: var(--signal);
}

.h-display {
  font-family: var(--font-display);
  font-stretch: condensed;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.04;
  font-size: clamp(2rem, 5.2vw, 3.6rem);
  color: var(--ink);
}

.h-section {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-stretch: condensed;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.15;
  font-size: clamp(1.5rem, 2.8vw, 2.1rem);
}

.h-sub {
  margin: 0 0 10px;
  font-family: var(--font-editorial);
  font-weight: 400;
  letter-spacing: .02em;
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
}

.lead {
  max-width: 38em;
  font-size: clamp(1rem, 1.4vw, 1.125rem);
  line-height: 1.85;
  color: #3C342F;
}

.note {
  font-size: 13px;
  line-height: 1.75;
  letter-spacing: .01em;
  color: var(--muted);
}

.rule {
  height: 1px;
  border: 0;
  margin: clamp(24px, 4vw, 44px) 0;
  background: var(--line);
}

/* ---------- 12. 数字与积分区间带 ---------- */
.num {
  font-family: var(--font-data);
  font-variant-numeric: tabular-nums;
  letter-spacing: .04em;
}

.num-lg {
  font-family: var(--font-data);
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1;
  font-size: clamp(2.4rem, 6vw, 4.4rem);
}

.score-band {
  width: 100%;
  height: 12px;
  background: linear-gradient(90deg, var(--cool) 0%, #6FA38C 48%, var(--warm) 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
}

.score-band--thin { height: 6px; }

/* ---------- 13. 切角面板 ---------- */
.panel {
  position: relative;
  padding: clamp(18px, 2.4vw, 28px);
  background: var(--white);
  border: 1px solid var(--line);
  clip-path: polygon(0 0, calc(100% - var(--cut)) 0, 100% var(--cut),
      100% 100%, var(--cut) 100%, 0 calc(100% - var(--cut)));
}

.panel--ink { background: var(--ink); color: var(--white); border-color: transparent; }
.panel--green { background: var(--green); color: var(--white); border-color: transparent; }
.panel--navy { background: var(--navy); color: var(--white); border-color: transparent; }
.panel--flush { padding: 0; }

.panel--ink .note,
.panel--green .note,
.panel--navy .note { color: rgba(251, 252, 248, .6); }

/* ---------- 14. 面包屑 ---------- */
.crumb {
  font-size: 12.5px;
  letter-spacing: .04em;
}

.crumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  list-style: none;
}

.crumb li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--muted);
}

.crumb li + li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid var(--muted);
  border-right: 1px solid var(--muted);
  transform: rotate(45deg);
}

.crumb a {
  color: var(--muted);
  text-decoration: none;
  transition: color .18s ease;
}

.crumb a:hover { color: var(--signal); }
.crumb [aria-current="page"] { color: var(--ink); }

/* ---------- 15. 网格 ---------- */
.grid-12 {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(16px, 2.2vw, 28px);
}

.col-1 { grid-column: span 1; }
.col-2 { grid-column: span 2; }
.col-3 { grid-column: span 3; }
.col-4 { grid-column: span 4; }
.col-5 { grid-column: span 5; }
.col-6 { grid-column: span 6; }
.col-7 { grid-column: span 7; }
.col-8 { grid-column: span 8; }
.col-9 { grid-column: span 9; }
.col-10 { grid-column: span 10; }
.col-12 { grid-column: span 12; }

/* ---------- 16. 图片容器基础规则 ---------- */
.media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: linear-gradient(150deg, var(--green), var(--navy) 72%);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px,
      100% 100%, 18px 100%, 0 calc(100% - 18px));
}

.media img,
.media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    repeating-linear-gradient(90deg, rgba(251, 252, 248, .055) 0 1px, transparent 1px 36px),
    repeating-linear-gradient(0deg, rgba(251, 252, 248, .055) 0 1px, transparent 1px 36px);
}

.media--wide { aspect-ratio: 21 / 9; }
.media--square { aspect-ratio: 1 / 1; }
.media--portrait { aspect-ratio: 3 / 4; }
.media--tall { aspect-ratio: 4 / 5; }

.media-caption {
  margin: 9px 0 0;
  font-size: 12.5px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: var(--muted);
}

/* ---------- 17. 显现动效协议 ---------- */
.reveal-on [data-reveal] {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .55s ease, transform .55s cubic-bezier(.2, .7, .3, 1);
}

.reveal-on [data-reveal].is-in {
  opacity: 1;
  transform: none;
}

/* ---------- 18. 断点 ---------- */
@media (max-width: 1024px) {
  .grid-12 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .col-7, .col-8, .col-9, .col-10, .col-12 { grid-column: 1 / -1; }
  .col-5, .col-6, .col-4, .col-3 { grid-column: span 3; }
  .col-2 { grid-column: span 2; }
}

@media (max-width: 900px) {
  .head-rail {
    grid-template-columns: minmax(0, 1fr) auto;
    row-gap: 10px;
  }

  .head-actions { grid-column: 2; grid-row: 1; }

  .head-status {
    grid-column: 1 / -1;
    grid-row: 2;
    padding-bottom: 2px;
  }

  .nav-toggle { display: inline-flex; }

  .nav-inner { display: none; }

  .site-nav[data-open] .nav-inner {
    display: block;
    animation: navDrop .24s ease both;
  }

  .nav-list {
    flex-direction: column;
    overflow: visible;
    padding: 4px 0 10px;
  }

  .nav-list li { display: block; }

  .nav-list a {
    padding: 13px 12px;
    border-left: 1px solid var(--line-light);
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
    font-size: 15px;
  }

  .nav-list li:first-child a { border-top: 1px solid var(--line-light); }

  .site-foot { margin-top: clamp(36px, 8vw, 64px); }

  .foot-inner { grid-template-columns: minmax(0, 1fr); }
}

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

@media (max-width: 640px) {
  body { font-size: 16px; }

  .brand-sig { display: none; }

  .btn-signal {
    padding: 10px 12px;
    font-size: 12px;
    letter-spacing: .04em;
  }

  .nav-toggle-text { display: none; }

  .head-actions { gap: 8px; }

  .grid-12 { grid-template-columns: minmax(0, 1fr); }

  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6,
  .col-7, .col-8, .col-9, .col-10, .col-12 { grid-column: auto; }

  .foot-cols { grid-template-columns: minmax(0, 1fr); gap: 26px; }

  .foot-base-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ---------- 19. 降低动态效果 ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }

  .reveal-on [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
