/*
Theme Name: BIM Construction 2026
Theme URI: https://societebimconstruction.com
Author: BIM CONSTRUCTION
Description: Thème sur mesure pour BIM CONSTRUCTION — identité « carnet de chantier » : bleu de travail, orange chantier, hachures, ombres franches, visuel « de la maquette au chantier ». Entreprise tout corps d'état avec bureau d'étude intégré.
Version: 1.1.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: bimconstruction-2026
*/

/* =========================================================
   JETONS DE DESIGN
   ========================================================= */
:root {
  --bleu: #24425C;           /* bleu de travail */
  --bleu-fonce: #17293B;
  --bleu-pale: #E3EAF1;
  --orange: #E8762D;         /* orange chantier */
  --orange-fonce: #C55D1B;
  --orange-pale: #FBE8DA;
  --brique: #C0603A;
  --brique-pale: #F4E2DA;
  --sable: #D9A441;
  --sable-pale: #F8EDD8;
  --sapin: #3E8E87;          /* clin d'œil bureau d'étude */
  --sapin-pale: #E1F0EE;
  --encre: #1B2430;
  --gris-texte: #55606C;
  --papier: #F7F5F1;         /* fond chaud */
  --blanc: #FFFFFF;
  --trait: #E4DFD5;
  --trait-clair: rgba(255, 255, 255, 0.14);
  --rayon: 10px;
  --police-titre: "Archivo", "Arial Black", sans-serif;
  --police-texte: "Work Sans", "Segoe UI", sans-serif;
  --police-plan: "IBM Plex Mono", ui-monospace, monospace;
  --ombre-douce: 0 18px 34px -20px rgba(27, 36, 48, 0.35);
  --ombre-franche: 6px 6px 0 rgba(36, 66, 92, 0.16);
  --hachures: repeating-linear-gradient(45deg, var(--orange) 0 8px, var(--bleu) 8px 16px);
}

/* =========================================================
   BASE
   ========================================================= */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--police-texte);
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--encre);
  background: var(--papier);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: var(--bleu); text-decoration: none; }
a:hover { color: var(--orange-fonce); }
h1, h2, h3, h4 {
  font-family: var(--police-titre);
  line-height: 1.14;
  color: var(--encre);
  margin: 0 0 0.5em;
  letter-spacing: -0.01em;
}
h1 { font-size: clamp(2.1rem, 4.6vw, 3.3rem); font-weight: 800; }
h2 { font-size: clamp(1.55rem, 3vw, 2.2rem); font-weight: 800; }
h3 { font-size: 1.18rem; font-weight: 700; }
p { margin: 0 0 1.1em; }
.conteneur { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.conteneur--etroit { max-width: 780px; }

.aller-contenu {
  position: absolute; left: -9999px; top: 0;
  background: var(--encre); color: var(--blanc); padding: 10px 16px; z-index: 100;
}
.aller-contenu:focus { left: 12px; top: 12px; }
.screen-reader-text { clip: rect(1px,1px,1px,1px); position: absolute !important; }

.eyebrow {
  font-family: var(--police-plan);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--orange-fonce);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.eyebrow::before {
  content: "";
  width: 30px; height: 6px;
  background: var(--hachures);
  border-radius: 3px;
}

/* =========================================================
   BOUTONS
   ========================================================= */
.btn {
  display: inline-block;
  font-family: var(--police-titre);
  font-weight: 700;
  font-size: 0.98rem;
  padding: 13px 24px;
  border-radius: 8px;
  border: 2px solid transparent;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
  cursor: pointer;
}
.btn--plein {
  background: var(--orange);
  color: var(--blanc);
  box-shadow: 5px 5px 0 var(--bleu);
}
.btn--plein:hover {
  background: var(--orange-fonce);
  color: var(--blanc);
  transform: translate(-2px, -2px);
  box-shadow: 8px 8px 0 var(--bleu);
}
.btn--contour {
  border-color: var(--bleu);
  color: var(--bleu);
  background: transparent;
}
.btn--contour:hover { background: var(--bleu-pale); color: var(--bleu); }
.btn--inverse {
  background: var(--blanc);
  color: var(--bleu);
  box-shadow: 5px 5px 0 var(--orange);
}
.btn--inverse:hover { transform: translate(-2px, -2px); box-shadow: 8px 8px 0 var(--orange); color: var(--bleu); }

/* =========================================================
   EN-TÊTE DE SITE
   ========================================================= */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(247, 245, 241, 0.94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--trait);
}
.site-header::after {
  content: "";
  display: block;
  height: 4px;
  background: var(--hachures);
  opacity: 0.85;
}
.site-header__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; padding-top: 14px; padding-bottom: 14px;
}
.site-title {
  font-family: var(--police-titre);
  font-weight: 800;
  font-size: 1.35rem;
  letter-spacing: 0.02em;
  color: var(--bleu);
}
.site-title span { color: var(--orange); }
.custom-logo { max-height: 54px; width: auto; }

.menu-toggle {
  display: none;
  font-family: var(--police-plan);
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  background: var(--bleu);
  color: var(--blanc);
  border: none;
  padding: 9px 14px;
  border-radius: 7px;
  cursor: pointer;
}
.nav-principale ul { list-style: none; display: flex; gap: 6px; margin: 0; padding: 0; }
.nav-principale a {
  display: block;
  padding: 9px 14px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.97rem;
  color: var(--encre);
}
.nav-principale a:hover { background: var(--orange-pale); color: var(--orange-fonce); }
.nav-principale .current-menu-item > a,
.nav-principale .current_page_item > a { background: var(--bleu); color: var(--blanc); }

@media (max-width: 880px) {
  .menu-toggle { display: inline-block; }
  .nav-principale { display: none; position: absolute; left: 0; right: 0; top: 100%;
    background: var(--blanc); border-bottom: 2px solid var(--orange); box-shadow: var(--ombre-douce); }
  .nav-principale.est-ouvert { display: block; }
  .nav-principale ul { flex-direction: column; gap: 0; padding: 10px; }
}

/* =========================================================
   HÉROS
   ========================================================= */
.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(620px 420px at 88% 18%, rgba(232, 118, 45, 0.12), transparent 70%),
    radial-gradient(560px 420px at 6% 92%, rgba(62, 142, 135, 0.10), transparent 70%),
    radial-gradient(700px 520px at 40% 0%, rgba(36, 66, 92, 0.10), transparent 72%),
    var(--papier);
  border-bottom: 1px solid var(--trait);
}
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(var(--trait) 1px, transparent 1px),
    linear-gradient(90deg, var(--trait) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.5;
  pointer-events: none;
}
.hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
  padding: 76px 24px 72px;
  max-width: 1180px;
  margin: 0 auto;
}
.hero h1 { margin-bottom: 0.35em; }
.h1-grad {
  background: linear-gradient(100deg, var(--orange) 0%, var(--brique) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero__texte { font-size: 1.12rem; color: var(--gris-texte); max-width: 54ch; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 26px 0 24px; }

.hero__metiers { display: flex; flex-wrap: wrap; gap: 9px; list-style: none; margin: 0; padding: 0; }
.hero__metiers li {
  font-family: var(--police-plan);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 7px 13px;
  border-radius: 999px;
  background: var(--blanc);
  border: 1.6px solid var(--m, var(--bleu));
  color: var(--m, var(--bleu));
  box-shadow: 3px 3px 0 color-mix(in srgb, var(--m, var(--bleu)) 25%, transparent);
}

.hero__visuel { max-width: 640px; margin-left: auto; }
.hero__visuel svg { display: block; width: 100%; height: auto; overflow: visible; }

/* Animations du visuel */
.hero__visuel .bc-maquette { animation: bc-flotte 7s ease-in-out infinite; }
.hero__visuel .bc-pavillon { animation: bc-flotte 7s ease-in-out 1.6s infinite; }
@keyframes bc-flotte {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-7px); }
}
.hero__visuel .bc-balayage { animation: bc-balayage 10s ease-in-out infinite; }
@keyframes bc-balayage {
  0%, 55%   { transform: translateX(0); }
  85%, 100% { transform: translateX(1300px); }
}
.hero__visuel svg:hover .bc-pavillon { animation-play-state: paused; transform: translateY(-6px) scale(1.015); transition: transform 0.4s ease; }

@media (max-width: 920px) {
  .hero__inner { grid-template-columns: 1fr; padding: 56px 24px 60px; gap: 40px; }
  .hero__visuel { max-width: 520px; margin: 0 auto; }
}

/* =========================================================
   SECTIONS
   ========================================================= */
.section { padding: 84px 0; }
.section--calque { background: var(--blanc); border-top: 1px solid var(--trait); border-bottom: 1px solid var(--trait); }
.section-intro { max-width: 720px; margin-bottom: 44px; }
.section-intro p { color: var(--gris-texte); }

/* Cartes métiers */
.grille-metiers {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
@media (max-width: 1000px) { .grille-metiers { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .grille-metiers { grid-template-columns: repeat(2, 1fr); } }

.metier {
  --m: var(--bleu);
  --m-pale: var(--bleu-pale);
  position: relative;
  background: var(--blanc);
  border: 1.6px solid var(--trait);
  border-radius: var(--rayon);
  padding: 22px 18px 18px;
  text-align: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
  box-shadow: var(--ombre-franche);
}
.metier:hover {
  transform: translate(-3px, -3px);
  border-color: var(--m);
  box-shadow: 9px 9px 0 color-mix(in srgb, var(--m) 30%, transparent), var(--ombre-douce);
}
.metier__icone {
  display: inline-flex; align-items: center; justify-content: center;
  width: 52px; height: 52px;
  border-radius: 14px;
  background: var(--m-pale);
  color: var(--m);
  margin-bottom: 12px;
}
.metier__icone svg { width: 26px; height: 26px; }
.metier h3 { font-size: 1.02rem; margin-bottom: 4px; }
.metier p { font-size: 0.86rem; color: var(--gris-texte); margin: 0; }
.metier::after {
  content: "";
  position: absolute; left: 16px; right: 16px; bottom: -1.6px;
  height: 3px; border-radius: 2px;
  background: var(--m);
  transform: scaleX(0.35);
  transition: transform 0.2s ease;
}
.metier:hover::after { transform: scaleX(1); }

/* Blocs en vis-à-vis (bureau d'étude, déco) */
.duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.duo + .duo { margin-top: 72px; }
.duo--inverse .duo__visuel { order: -1; }
.duo__visuel svg { display: block; width: 100%; max-width: 440px; height: auto; margin: 0 auto; overflow: visible; }
.duo h2 { margin-bottom: 0.45em; }
.duo p { color: var(--gris-texte); }
.duo__points { list-style: none; margin: 18px 0 0; padding: 0; display: grid; gap: 10px; }
.duo__points li { padding-left: 30px; position: relative; font-weight: 500; }
.duo__points li::before {
  content: "";
  position: absolute; left: 0; top: 0.28em;
  width: 15px; height: 15px;
  border-radius: 4px;
  background: var(--a, var(--orange));
  clip-path: polygon(0 0, 100% 0, 100% 62%, 62% 100%, 0 100%);
}
@media (max-width: 880px) {
  .duo { grid-template-columns: 1fr; gap: 30px; }
  .duo--inverse .duo__visuel { order: 0; }
}

/* Bandeau engagements */
.bandeau-engagements {
  background:
    radial-gradient(560px 320px at 90% 10%, rgba(232, 118, 45, 0.25), transparent 70%),
    linear-gradient(120deg, var(--bleu-fonce), var(--bleu));
  color: var(--blanc);
  position: relative;
}
.bandeau-engagements::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0; height: 6px;
  background: var(--hachures);
}
.bandeau-engagements h2, .bandeau-engagements h3 { color: var(--blanc); }
.bandeau-engagements .eyebrow { color: #F5B98C; }
.grille-arguments { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
@media (max-width: 820px) { .grille-arguments { grid-template-columns: 1fr; } }
.argument h3 { display: flex; align-items: center; gap: 12px; font-size: 1.08rem; }
.argument h3::before {
  content: "";
  flex: none;
  width: 14px; height: 14px;
  border-radius: 4px;
  clip-path: polygon(0 0, 100% 0, 100% 62%, 62% 100%, 0 100%);
  background: var(--orange);
}
.argument:nth-child(2) h3::before { background: var(--sable); }
.argument:nth-child(3) h3::before { background: var(--sapin); }
.argument p { color: #CBD6E1; font-size: 0.97rem; }

/* CTA final */
.cta-final {
  background:
    radial-gradient(600px 360px at 12% 90%, rgba(62, 142, 135, 0.28), transparent 70%),
    linear-gradient(300deg, var(--bleu-fonce), var(--bleu) 65%);
  color: var(--blanc);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-final::after {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0; height: 6px;
  background: var(--hachures);
}
.cta-final h2 { color: var(--blanc); }
.cta-final p { color: #CBD6E1; max-width: 62ch; margin-left: auto; margin-right: auto; }
.cta-final .eyebrow { justify-content: center; color: #F5B98C; }
.cta-final__actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
.cta-final__coord { margin-top: 20px; font-family: var(--police-plan); font-size: 0.85rem; color: #9FB2C4; }
.cta-final__coord a { color: var(--blanc); text-decoration: underline; }

/* =========================================================
   PAGES INTÉRIEURES
   ========================================================= */
.entete-page {
  position: relative;
  background:
    radial-gradient(480px 300px at 86% 20%, rgba(232, 118, 45, 0.13), transparent 70%),
    radial-gradient(420px 300px at 6% 90%, rgba(62, 142, 135, 0.10), transparent 70%),
    var(--papier);
  border-bottom: 1px solid var(--trait);
  padding: 54px 0 44px;
  overflow: hidden;
}
.entete-page::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(var(--trait) 1px, transparent 1px),
    linear-gradient(90deg, var(--trait) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.5;
  pointer-events: none;
}
.entete-page::after {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0; height: 5px;
  background: var(--hachures);
  opacity: 0.9;
}
.entete-page__inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.entete-page h1 { margin-bottom: 0; }
.entete-page__motif { width: 210px; flex: none; overflow: visible; }
.entete-page__motif { animation: bc-flotte 7s ease-in-out infinite; }
.entete-page__motif .motif__onde {
  transform-origin: center; transform-box: fill-box;
  animation: bc-onde 2.6s ease-out infinite;
}
@keyframes bc-onde {
  0% { transform: scale(1); opacity: 0.9; }
  70%, 100% { transform: scale(2.8); opacity: 0; }
}
@media (max-width: 700px) { .entete-page__motif { display: none; } }

.contenu-page {
  padding: 56px 0 84px;
  background:
    radial-gradient(620px 400px at 100% 0%, rgba(36, 66, 92, 0.05), transparent 70%),
    var(--blanc);
}
.contenu-page h2 { margin-top: 1.7em; display: flex; align-items: baseline; gap: 12px; }
.contenu-page h2::before {
  content: "";
  flex: none;
  width: 26px; height: 7px;
  border-radius: 3px;
  background: var(--hachures);
  position: relative; top: -3px;
}
.contenu-page h3::before {
  content: "";
  display: inline-block;
  width: 10px; height: 10px;
  border-radius: 3px;
  background: var(--orange);
  clip-path: polygon(0 0, 100% 0, 100% 62%, 62% 100%, 0 100%);
  margin-right: 10px;
}
.contenu-page a:not(.btn) {
  color: var(--orange-fonce);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(232, 118, 45, 0.4);
  text-underline-offset: 3px;
}
.contenu-page ul { list-style: none; padding-left: 0.2em; }
.contenu-page ul > li { padding-left: 1.4em; position: relative; margin-bottom: 0.45em; }
.contenu-page ul > li::before {
  content: "";
  position: absolute; left: 0.1em; top: 0.5em;
  width: 8px; height: 8px;
  border-radius: 2px;
  background: var(--orange);
  clip-path: polygon(0 0, 100% 0, 100% 62%, 62% 100%, 0 100%);
}
.contenu-page ol { padding-left: 1.3em; }
.contenu-page img {
  border-radius: var(--rayon);
  border: 1px solid var(--trait);
  box-shadow: 8px 8px 0 rgba(36, 66, 92, 0.12);
}
.contenu-page hr { border: none; height: 5px; background: var(--hachures); opacity: 0.5; border-radius: 3px; margin: 2.4em 0; }
.contenu-page blockquote {
  margin: 1.6em 0; padding: 4px 0 4px 20px;
  border-left: 4px solid var(--orange);
  color: var(--gris-texte); font-style: italic;
}
.contenu-page table { width: 100%; border-collapse: collapse; margin: 1.4em 0; }
.contenu-page th {
  font-family: var(--police-plan); font-size: 0.8rem; letter-spacing: 0.08em; text-transform: uppercase;
  text-align: left; color: var(--bleu); border-bottom: 3px solid var(--orange); padding: 10px 12px;
}
.contenu-page td { border-bottom: 1px solid var(--trait); padding: 10px 12px; }

/* Galerie WordPress : cadre chantier */
.contenu-page .wp-block-gallery img,
.contenu-page .gallery img { box-shadow: 6px 6px 0 rgba(232, 118, 45, 0.25); }

/* =========================================================
   PAGE GALERIE
   ========================================================= */
.galerie-intro { padding: 28px 0 40px; }
.galerie-intro__texte { font-size: 1.1rem; color: var(--gris-texte); max-width: 72ch; }

/* Grille avant/après */
.grille-avantapres { display: grid; grid-template-columns: 1fr; gap: 44px; }

.projet-card {
  border-radius: var(--rayon);
  overflow: hidden;
  background: var(--blanc);
  border: 1px solid var(--trait);
  box-shadow: 7px 7px 0 rgba(36, 66, 92, 0.13), var(--ombre-douce);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.projet-card:hover {
  transform: translate(-3px, -3px);
  box-shadow: 11px 11px 0 rgba(36, 66, 92, 0.16), var(--ombre-douce);
}

/* Visuel avec légende superposée */
.projet-card__visuel { position: relative; overflow: hidden; }
.projet-card__visuel img { display: block; width: 100%; height: auto; object-fit: cover; }
.projet-card__legende {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 20px;
  background: linear-gradient(transparent, rgba(27, 36, 48, 0.75));
  pointer-events: none;
}
.legende__avant,
.legende__apres {
  font-family: var(--police-plan);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #fff;
  padding: 4px 12px;
  border-radius: 999px;
}
.legende__avant { background: rgba(36, 66, 92, 0.85); }
.legende__apres { background: rgba(232, 118, 45, 0.92); }
.legende__sep { color: var(--orange); font-size: 1.3rem; font-weight: 700; }

/* Corps de la carte */
.projet-card__corps {
  padding: 22px 26px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.projet-card__corps h3 { margin: 0; font-size: 1.18rem; }
.projet-card__corps p { color: var(--gris-texte); font-size: 0.97rem; margin: 0; }

/* Pastilles de métiers */
.projet-card__metiers {
  display: flex; flex-wrap: wrap; gap: 7px;
  list-style: none; margin: 4px 0 0; padding: 0;
}
.projet-card__metiers li {
  font-family: var(--police-plan);
  font-size: 0.73rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 4px 11px;
  border-radius: 999px;
  border: 1.5px solid var(--bleu);
  color: var(--bleu);
}

/* Galerie WordPress existante */
.galerie-existante .contenu-galerie { margin-top: 28px; }
.galerie-existante .wp-block-image img,
.galerie-existante .gallery-item img,
.galerie-existante img {
  border-radius: var(--rayon);
  border: 1px solid var(--trait);
  box-shadow: 6px 6px 0 rgba(232, 118, 45, 0.2);
}
/* Supprimer les dates affichées par certains blocs */
.galerie-existante time,
.galerie-existante .wp-block-post-date,
.galerie-existante .entry-date,
.galerie-existante .post-date,
.galerie-existante .gallery-caption-text time { display: none !important; }

/* Liste d'articles */
.liste-articles article { padding: 26px 0; border-bottom: 1px solid var(--trait); }
.meta-article { font-family: var(--police-plan); font-size: 0.78rem; color: var(--gris-texte); letter-spacing: 0.08em; margin-bottom: 4px; }

/* =========================================================
   PIED DE PAGE
   ========================================================= */
.site-footer { background: var(--bleu-fonce); color: #C3CFDB; position: relative; }
.site-footer::before {
  content: "";
  display: block; height: 6px;
  background: var(--hachures);
}
.site-footer h4 {
  color: var(--blanc);
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  margin-bottom: 14px;
}
.site-footer__grille {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 40px;
  padding-top: 52px;
  padding-bottom: 40px;
}
@media (max-width: 760px) { .site-footer__grille { grid-template-columns: 1fr; gap: 26px; } }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: 8px; }
.site-footer a { color: #C3CFDB; }
.site-footer a:hover { color: var(--orange); }
.site-footer__legal {
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px;
  padding-top: 18px; padding-bottom: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.85rem;
}
.site-footer__legal a { text-decoration: underline; }

/* =========================================================
   ACCESSIBILITÉ / MOUVEMENT RÉDUIT
   ========================================================= */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
