/* ============================================
   律师简介 · 设计系统 v7（大雍紫白双色）
   仅用 紫 + 白 两个色相，靠 6 档明度拉开层次
   深紫 #4A1A3E · 中紫 #6B3D5E · 浅紫灰 #9B8394
   紫调暖白 #F5F0F3 · 纯白 #FFFFFF · 近黑 #2D2528
   色彩取自 dayong 官网截图（视频内容协作中心页面）
   ============================================ */

@font-face { font-family: 'Inter'; font-style: normal; font-weight: 400; font-display: swap; src: url('/fonts/inter-400.ttf') format('truetype'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 500; font-display: swap; src: url('/fonts/inter-500.ttf') format('truetype'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 600; font-display: swap; src: url('/fonts/inter-600.ttf') format('truetype'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 700; font-display: swap; src: url('/fonts/inter-700.ttf') format('truetype'); }

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

:root {
  /* —— 紫白双色体系 —— */
  --plum: #4A1A3E;          /* 品牌深紫 · 最深（Hero/页脚/按钮/深色区） */
  --plum-2: #6B3D5E;        /* 中调紫 · 圆点/标签/hover */
  --plum-3: #9B8394;        /* 浅紫灰 · 边框/次级文字（截图按钮色） */
  --plum-100: #ECE3EA;      /* 极浅紫 · 卡片序号水印 */
  --plum-50: #F5EFF3;       /* 浅紫底 · 条款号 chip 背景 */

  --white: #FFFFFF;         /* 纯白 · 卡片/内容面 */
  --bg: #F5F0F3;            /* 紫调暖白 · 全局底（非死白） */
  --bg-alt: #FFFFFF;        /* 纯白 · 交替区块 */
  --bg-cases: #EFE3EB;      /* 柔雾紫 band · 代表案例区（区别于纯白实战经验） */

  --plum-soft: rgba(74,26,62,.06);
  --plum-line: rgba(74,26,62,.14);
  --plum-line-2: rgba(74,26,62,.22);
  /* 深色区专用（Hero/联系/页脚） */
  --on-plum: #FFFFFF;
  --on-plum-soft: rgba(255,255,255,.72);
  --on-plum-line: rgba(255,255,255,.18);

  --ink: #2D2528;           /* 近黑暖灰 · 白底主文字（15:1） */
  --muted: #6E5866;         /* 紫灰 · 白底次级文字（5.8:1） */
  --muted-2: #8A7682;       /* 浅紫灰 · 白底辅助文字 */

  /* —— 字体 · 无衬线单族 —— */
  --font: "Inter", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  --font-mono: "JetBrains Mono", "SF Mono", "Consolas", "Menlo", monospace;

  /* —— 间距 · 4px 倍数 —— */
  --s8: 0.5rem; --s12: 0.75rem; --s16: 1rem; --s24: 1.5rem; --s64: 4rem; --s96: 6rem;

  --r: 14px;                /* 卡片圆角 */
  --r-sm: 9px;
  --ease: 0.25s cubic-bezier(.16,1,.3,1);
  --shadow: 0 1px 2px rgba(45,37,40,.05), 0 8px 24px rgba(45,37,40,.06);
  --shadow-hover: 0 2px 4px rgba(45,37,40,.06), 0 14px 36px rgba(74,26,62,.12);
}

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: var(--font);
  color: var(--ink);
  line-height: 1.75;
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.container { max-width: 1040px; margin: 0 auto; padding: 0 var(--s24); }

/* ===== 导航 · 深紫玻璃 ===== */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(74,26,62,.86); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--on-plum-line);
}
.nav-inner {
  max-width: 1040px; margin: 0 auto; padding: 0 var(--s24);
  height: 64px; display: flex; align-items: center; justify-content: space-between;
}
.nav-brand { display: flex; align-items: center; text-decoration: none; }
.brand-logo {
  height: 26px; width: auto; display: block;
  filter: brightness(0) invert(1);
}
.brand-name {
  font-size: 0.8rem; font-weight: 600; color: var(--on-plum);
  letter-spacing: .08em; margin-left: 10px;
  white-space: nowrap; opacity: .9;
}
.brand-logo:hover, .nav-brand:hover .brand-name { opacity: 1; }
.nav-sep { width: 1px; height: 20px; background: var(--on-plum-line); margin: 0 var(--s16); display: block; flex-shrink: 0; }
.nav-links { display: flex; gap: 28px; }
.nav-links a {
  color: var(--on-plum-soft); text-decoration: none; font-size: 0.84rem; font-weight: 500;
  letter-spacing: .5px; transition: color var(--ease);
}
.nav-links a:hover { color: var(--on-plum); }

/* ===== Hero ===== */
.hero {
  position: relative; min-height: 100vh;
  display: flex; align-items: center; justify-content: center; text-align: center;
  background: var(--plum);
  overflow: hidden;
}
/* 极淡的紫调光晕，避免纯色死板（仍属紫色系） */
.hero::before {
  content: ''; position: absolute; top: -30%; left: -10%; width: 70%; height: 80%;
  background: radial-gradient(ellipse, rgba(107,61,94,.5), transparent 70%);
  pointer-events: none;
}
.hero::after {
  content: ''; position: absolute; bottom: -40%; right: -15%; width: 65%; height: 75%;
  background: radial-gradient(ellipse, rgba(155,131,148,.22), transparent 70%);
  pointer-events: none;
}
.hero-content { position: relative; z-index: 1; padding: 150px var(--s24) var(--s96); width: 100%; max-width: 720px; text-align: center; }

.hero-photo { margin-bottom: var(--s24); }
.hero-avatar {
  display: block; width: 160px; height: 160px; margin: 0 auto;
  border-radius: 50%; border: 3px solid rgba(255,255,255,.35);
  object-fit: cover; object-position: center -12%;
}

.hero-name {
  font-size: clamp(2.4rem, 6vw, 3.6rem); font-weight: 700; color: var(--on-plum);
  letter-spacing: .04em; margin-bottom: var(--s16); line-height: 1.1;
}
.hero-subtitle {
  font-size: 0.98rem; color: var(--on-plum-soft); margin-bottom: var(--s24); font-weight: 500;
  letter-spacing: .3px; line-height: 1.6;
  position: relative; display: inline-block; padding-bottom: 8px;
}
.hero-subtitle .accent { color: var(--on-plum); font-weight: 700; margin: 0 4px; }
.hero-subtitle::after {
  content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);
  width: 48px; height: 2px; border-radius: 2px; background: var(--on-plum-soft);
}

.hero-slogan {
  font-size: 1.05rem; color: var(--on-plum-soft); font-weight: 600;
  letter-spacing: .06em; margin-bottom: var(--s24); line-height: 1.6;
}

.hero-highlights {
  display: flex; gap: var(--s12); justify-content: center; flex-wrap: wrap; margin-bottom: var(--s16);
}
.highlight-item {
  display: flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.45);
  border-radius: var(--r-sm); padding: 11px 22px; font-size: 0.98rem;
  color: #FFFFFF; box-shadow: 0 0 16px rgba(155,131,148,.18);
}
.highlight-item .hl-label { opacity: 1; font-weight: 700; }
.highlight-item .hl-sep { color: var(--on-plum); font-weight: 800; margin: 0 5px; }

.hero-specialty {
  font-size: 0.92rem; color: var(--on-plum); margin-bottom: var(--s24); letter-spacing: .3px;
  display: flex; flex-wrap: wrap; justify-content: center; align-items: baseline; gap: 0 0.35em;
}
.hero-specialty .sp-dot { color: var(--on-plum); font-weight: 600; }
.hero-specialty .accent { color: var(--on-plum); font-weight: 600; }

.hero-tags { display: flex; gap: var(--s12); justify-content: center; flex-wrap: wrap; margin-bottom: var(--s16); }
.tag {
  display: inline-block; padding: 5px 16px;
  border: 1px solid rgba(255,255,255,.28); border-radius: 99px;
  background: transparent; color: var(--on-plum);
  font-size: 0.8rem; font-weight: 600; letter-spacing: .3px;
}
.hero-contact-row {
  color: var(--on-plum-soft); font-size: 0.85rem; margin-top: var(--s12);
  display: flex; gap: 24px; justify-content: center; flex-wrap: wrap;
}

/* ===== 区块通用 ===== */
.section { padding: var(--s96) 0; }
.section-surface { background: var(--bg-alt); }
.section-band { background: var(--bg-cases); }
.section-title {
  font-size: 1.6rem; font-weight: 700; text-align: center; margin-bottom: 6px;
  letter-spacing: .02em; line-height: 1.2; color: var(--ink);
  position: relative; padding-bottom: 14px;
}
.section-title::after {
  content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);
  width: 40px; height: 3px; border-radius: 2px; background: var(--plum);
}
.section-subtitle {
  text-align: center; color: var(--muted); margin-bottom: var(--s64); font-size: 0.9rem;
  letter-spacing: .3px;
}

/* ===== 专业领域 ===== */
.expertise-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--s16); align-items: stretch; }
.expertise-card {
  display: flex; flex-direction: column;
  background: var(--white); border: 1px solid var(--plum-line);
  border-radius: var(--r); padding: var(--s24); position: relative; overflow: hidden;
  box-shadow: var(--shadow); transition: var(--ease);
}
.expertise-card:hover { border-color: var(--plum-2); transform: translateY(-2px); box-shadow: var(--shadow-hover); }
.ec-index {
  position: absolute; top: 14px; right: 18px;
  font-size: 1.6rem; font-weight: 800; font-family: var(--font-mono, monospace);
  color: var(--plum-100); letter-spacing: -.02em; line-height: 1;
}
.expertise-card h3 {
  font-size: 1.05rem; font-weight: 600; color: var(--plum); margin-bottom: var(--s8); letter-spacing: .01em;
  padding-right: 48px;
}
.ec-scene {
  display: flex; flex-wrap: wrap; gap: 6px;
  margin-bottom: var(--s16); padding-bottom: var(--s12);
  border-bottom: 1px dashed var(--plum-line);
}
.chip {
  display: inline-block; font-size: 0.72rem; line-height: 1.5;
  color: var(--plum-2); background: var(--plum-50);
  border: 1px solid var(--plum-line); border-radius: 99px;
  padding: 3px 10px; transition: var(--ease); cursor: default;
}
.chip:hover { color: var(--plum); border-color: var(--plum-2); background: var(--plum-100); }
.chip-ellipsis {
  display: inline-flex; align-items: center; align-self: center;
  font-size: 1rem; font-weight: 700; letter-spacing: 1px;
  color: var(--plum-3); padding: 0 4px; user-select: none;
}
.expertise-card ul { list-style: none; }
.expertise-card li {
  font-size: 0.88rem; color: var(--muted); padding: 5px 0; padding-left: var(--s16); position: relative;
  display: flex; align-items: baseline; flex-wrap: wrap; gap: 4px;
}
.expertise-card li::before {
  content: ''; position: absolute; left: 0; top: 13px;
  width: 5px; height: 5px; background: var(--plum-2); border-radius: 50%;
}
.ec-note {
  margin: var(--s12) 0 0; padding: var(--s8) var(--s12);
  font-size: 0.78rem; color: var(--plum-2); line-height: 1.5;
  background: var(--plum-50); border-left: 3px solid var(--plum-2);
  border-radius: 0 8px 8px 0;
}
.ec-jump {
  margin-top: auto; align-self: flex-start;
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 0.82rem; font-weight: 600; color: var(--plum);
  text-decoration: none; padding-top: var(--s16); transition: var(--ease);
}
.ec-jump::after { content: '→'; font-weight: 700; transition: transform var(--ease); }
.ec-jump:hover { color: var(--plum-2); }
.ec-jump:hover::after { transform: translateX(4px); }
.ec-jump:focus-visible { outline: 2px solid var(--plum-2); outline-offset: 3px; border-radius: 4px; }
.charge-art {
  display: inline-block; font-size: 0.7rem; font-weight: 700; font-family: var(--font-mono, monospace);
  color: var(--plum); background: var(--plum-50); border: 1px solid var(--plum-line);
  padding: 1px 6px; border-radius: 4px; line-height: 1.4; white-space: nowrap;
}

/* ===== 精选战绩 ===== */
.results-list { max-width: 820px; margin: 0 auto; }
.result-row {
  display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  padding: var(--s16) 0; border-bottom: 1px solid var(--plum-line);
}
.result-row:last-child { border-bottom: none; }
.result-text { flex: 1 1 auto; font-size: 0.85rem; line-height: 1.5; color: var(--ink); }
.case-note { text-align: center; color: var(--muted-2); font-size: 0.78rem; margin-top: var(--s24); letter-spacing: .3px; }

/* ===== 专业领域卡内嵌代表案例 ===== */
.ec-cases { display:grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap:9px; margin-top: var(--s16); padding-top: var(--s16); border-top: 1px dashed var(--plum-line); }
.ec-cases-label { grid-column:1 / -1; font-size:0.72rem; font-weight:700; letter-spacing:1px; color:var(--plum); margin-bottom:2px; }
.ec-case { display:flex; flex-direction:column; align-items:flex-start; gap:5px; padding:9px 13px; text-decoration:none; color:var(--ink); background:#fff; border:1px solid var(--plum-line); border-radius:12px; transition: all var(--ease); width:100%; box-sizing:border-box; }
.ec-case:hover { border-color:var(--plum); box-shadow:0 3px 10px rgba(74,26,62,.14); transform:translateY(-1px); }
.ec-case-text { font-size:0.8rem; line-height:1.35; color:var(--ink); }
.ec-result { display:inline-flex; align-items:center; justify-content:center; font-weight:400; color:var(--plum); font-size:0.8rem; line-height:1.3; letter-spacing:0; padding:3px 6px; border:1px solid var(--plum-line); border-radius:5px; margin-top:2px; box-sizing:border-box; width:6.5em; height:2em; white-space:nowrap; }
.ec-case:hover .ec-case-text { color:var(--plum-2); }
.ec-case:focus-visible { outline:2px solid var(--plum-2); outline-offset:2px; border-radius:12px; }
.ec-more {
  grid-column: 1 / -1;
  text-align: center;
  font-size: 1.15rem;
  letter-spacing: 6px;
  color: var(--plum);
  opacity: .55;
  padding: 6px 0 2px;
  user-select: none;
}

/* ===== 联系 · 深紫区 ===== */
#contact { background: var(--plum); border-top: 1px solid var(--on-plum-line); }
#contact .section-title { color: var(--on-plum); }
#contact .section-title::after { background: var(--on-plum); }
#contact .section-subtitle { color: var(--on-plum-soft); }
.contact-wrap {
  display: flex; flex-direction: column; align-items: center; gap: var(--s64);
  max-width: 480px; margin: 0 auto;
}
.info-item { display: flex; gap: var(--s16); align-items: center; }
.info-icon {
  width: 44px; height: 44px; display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.22); border-radius: 50%;
  font-size: 1.05rem; flex-shrink: 0; color: var(--on-plum);
}
.info-item small { display: block; font-size: 0.72rem; color: var(--on-plum-soft); letter-spacing: .5px; margin-bottom: 2px; }
.info-item strong { font-size: 0.94rem; color: var(--on-plum); font-weight: 600; }
.contact-address { justify-content: center; text-align: center; }
.qr-card {
  text-align: center; background: var(--white);
  border: 1px solid var(--on-plum-line); border-radius: var(--r); padding: var(--s24);
  box-shadow: 0 8px 28px rgba(0,0,0,.25);
}
.qr-hero { width: 100%; max-width: 300px; padding: var(--s32) var(--s24) var(--s24); box-shadow: 0 12px 36px rgba(0,0,0,.28); }
.qr-code { width: 188px; height: 188px; margin: 0 auto var(--s16); background: #fff; }
.qr-code img { width: 100%; height: 100%; object-fit: cover; }
.qr-handle { color: var(--plum); font-size: 1.05rem; font-weight: 700; margin-bottom: 4px; }
.qr-hint { color: var(--muted); font-size: 0.78rem; letter-spacing: .3px; }

/* ===== 手机分享：微信提示 / 分享按钮 / 页面二维码 / Toast ===== */
.btn-share {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--plum); color: #fff; border: none; cursor: pointer;
  font-size: 0.95rem; font-weight: 600; letter-spacing: .5px;
  padding: 12px 30px; border-radius: 999px;
  box-shadow: 0 8px 22px rgba(74,26,62,.32);
  transition: transform var(--transition-fast), box-shadow var(--transition-fast);
}
.btn-share:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(74,26,62,.42); }
.btn-share:focus-visible { outline: 2px solid var(--plum-2); outline-offset: 3px; }
.share-fab {
  position: fixed; right: 18px; bottom: 22px; z-index: 900;
  width: 52px; height: 52px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: var(--plum); color: #fff; border: none; cursor: pointer;
  box-shadow: 0 10px 26px rgba(74,26,62,.4);
  transition: transform var(--transition-fast), box-shadow var(--transition-fast);
}
.share-fab:hover { transform: translateY(-2px) scale(1.05); box-shadow: 0 14px 32px rgba(74,26,62,.5); }
.share-fab:focus-visible { outline: 2px solid var(--plum-2); outline-offset: 3px; }
.toast {
  position: fixed; left: 50%; bottom: 90px; transform: translate(-50%, 12px);
  z-index: 1100; background: rgba(20,10,18,.92); color: #fff;
  font-size: 0.85rem; padding: 10px 18px; border-radius: 999px;
  box-shadow: 0 8px 24px rgba(0,0,0,.3); opacity: 0; pointer-events: none;
  transition: opacity .25s ease, transform .25s ease;
}
.toast.is-show { opacity: 1; transform: translate(-50%, 0); }

/* ===== Footer · 深紫区 ===== */
.footer {
  background: var(--plum); padding: var(--s64) 0; text-align: center;
  border-top: 1px solid var(--on-plum-line);
}
.footer-logo {
  height: 20px; width: auto; display: block; margin: 0 auto var(--s12);
  filter: brightness(0) invert(1);
  opacity: .5;
}
.footer p { color: var(--on-plum-soft); font-size: 0.8rem; letter-spacing: .3px; }
.footer-small { font-size: 0.72rem !important; margin-top: 8px; color: rgba(255,255,255,.5) !important; }

/* ===== 实战经验 ===== */
.practice-overview {
  max-width: 860px; margin: 0 auto var(--s64);
  background: var(--white); border: 1px solid var(--plum-line);
  border-left: 3px solid var(--plum); border-radius: var(--r);
  padding: var(--s24); box-shadow: var(--shadow);
}
.po-tag {
  display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: .5px;
  color: var(--plum); background: var(--plum-50); border: 1px solid var(--plum-line);
  padding: 3px 12px; border-radius: 99px; margin-bottom: var(--s12);
}
.po-text { font-size: 0.9rem; color: var(--muted); line-height: 1.8; }

.practice-tabs {
  display: flex; flex-wrap: wrap; gap: 8px; justify-content: center;
  margin-bottom: var(--s24);
}
.ptab {
  font-family: var(--font); font-size: 0.84rem; font-weight: 600;
  color: var(--plum-2); background: var(--white);
  border: 1px solid var(--plum-line); border-radius: 99px;
  padding: 9px 18px; cursor: pointer; transition: var(--ease);
  letter-spacing: .3px;
}
.ptab:hover { border-color: var(--plum-2); color: var(--plum); }
.ptab.is-active {
  background: var(--plum); color: #fff; border-color: var(--plum);
  box-shadow: 0 4px 14px rgba(74,26,62,.22);
}
.ptab:focus-visible { outline: 2px solid var(--plum-2); outline-offset: 2px; }

.practice-panels { max-width: 920px; margin: 0 auto; }
.ppanel { display: none; }
.ppanel.is-active { display: block; animation: panelFade .4s var(--ease); }
@keyframes panelFade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

.scene-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--s16); }
.scene-card {
  background: var(--white); border: 1px solid var(--plum-line);
  border-radius: var(--r); padding: var(--s24); box-shadow: var(--shadow);
  transition: var(--ease);
}
.scene-card:hover { border-color: var(--plum-2); box-shadow: var(--shadow-hover); transform: translateY(-2px); }
.scene-title {
  font-size: 0.98rem; font-weight: 600; color: var(--plum);
  margin-bottom: var(--s12); line-height: 1.4; letter-spacing: .01em;
  padding-bottom: 10px; border-bottom: 1px dashed var(--plum-line);
}
.scene-points { list-style: none; }
.scene-points li {
  position: relative; padding-left: var(--s16); margin-bottom: 10px;
  font-size: 0.85rem; color: var(--muted); line-height: 1.7;
}
.scene-points li:last-child { margin-bottom: 0; }
.scene-points li::before {
  content: ''; position: absolute; left: 0; top: 9px;
  width: 5px; height: 5px; background: var(--plum-2); border-radius: 50%;
}

@media (max-width: 768px) {
  .practice-tabs { flex-direction: column; align-items: stretch; gap: 6px; }
  .ptab { text-align: center; padding: 12px 16px; }
  .scene-grid { grid-template-columns: 1fr; }
}

/* ===== 入场 ===== */
.fade-in { opacity: 0; transform: translateY(16px); transition: opacity 0.7s ease, transform 0.7s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ===== 响应式 ===== */
@media (max-width: 1024px) {
  .expertise-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-sep { display: none; }
  .hero-name { font-size: 2.2rem; }
  .hero-subtitle { font-size: 0.86rem; white-space: nowrap; }
  .hero-specialty { white-space: nowrap; flex-wrap: nowrap; }
  .hero-slogan { white-space: nowrap; }
  /* 整洁：约束内容列宽，长句对齐到同一基准；亮点 pill 等宽2列网格；执业证号降为脚注 */
  .hero-content { max-width: 360px; }
  .hero-highlights { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; align-items: stretch; justify-content: center; }
  .highlight-item { justify-content: center; padding: 10px 12px; font-size: 0.84rem; white-space: nowrap; }
  .hero-tags .tag:last-child { font-size: 0.72rem; opacity: .7; }
  .section { padding: var(--s64) 0; }
  .section-title { font-size: 1.3rem; }
  .section-subtitle { margin-bottom: var(--s24); }
  .expertise-grid { grid-template-columns: 1fr; }
  .contact-wrap { gap: var(--s24); }
  .qr-hero { max-width: 260px; }
  .qr-code { width: 160px; height: 160px; }
  .share-fab { right: 14px; bottom: 16px; width: 48px; height: 48px; }
  .result-row { flex-direction: column; align-items: flex-start; gap: 8px; }
  .ec-result { align-self: flex-start; }
  .hero-contact-row { flex-direction: column; gap: 8px; }
}
@media (max-width: 480px) {
  .hero-name { font-size: 1.8rem; }
  .container { padding: 0 var(--s16); }
  .hero-tags { gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; }
  html { scroll-behavior: auto; }
}
