/* ============================================================
   3TAMIS — Thème WordPress · feuille de style principale
   S'appuie sur assets/css/tokens.css (design system 3TAMIS).
   Préfixe .tt-*  (Trois Tamis) pour éviter les collisions plugins.
   Inclut le support des classes WordPress core (alignwide,
   widgets, screen-reader-text, wp-caption, etc.).
   ============================================================ */

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  /* Surfaces chaudes mais lumineuses (modernise le beige du DS) */
  --paper:   #FDFDFB;
  --paper-2: #F5F4EF;
  --paper-3: #EDEBE3;
  --white:   #FFFFFF;
  --line:    #E8E4DA;
  --line-2:  #D9D3C6;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-text);
  font-size: 16px;
  line-height: var(--lh-relaxed);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg, video { display: block; max-width: 100%; height: auto; }
a { color: var(--teal-deep); text-decoration: none; }
a:hover { color: var(--teal-darker); }
:focus-visible { outline: 2px solid var(--focus-ring); outline-offset: 2px; }
::selection { background: var(--ochre-soft); }

/* Accessibilité — skip link & screen-reader-text (WP core) */
.screen-reader-text {
  border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%);
  height: 1px; width: 1px; margin: -1px; overflow: hidden; padding: 0;
  position: absolute !important; word-wrap: normal !important;
}
.tt-skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--ink); color: #fff; padding: 12px 20px; border-radius: 0 0 var(--r-sm) 0;
}
.tt-skip-link:focus { left: 0; color: #fff; }

/* ---------- Layout ---------- */
.tt-container { max-width: 1180px; margin-inline: auto; padding-inline: 40px; }
.tt-section { padding-block: 96px; }
.tt-section--tight { padding-block: 64px; }

.tt-eyebrow {
  font-family: var(--font-text); font-weight: 700; font-size: 12px;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--teal-deep);
  margin: 0;
}
.tt-eyebrow--ochre { color: var(--ochre-deep); }
.tt-eyebrow--light { color: var(--ochre); }
.tt-section-title {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(1.9rem, 3.4vw, 2.9rem); line-height: 1.08;
  letter-spacing: -0.02em; color: var(--ink); margin: 14px 0 0;
}
.tt-section-head { max-width: 720px; }
.tt-section-lead { font-size: 1.075rem; line-height: 1.7; color: var(--soft); margin: 16px 0 0; }
.tt-row-head {
  display: flex; justify-content: space-between; align-items: flex-end;
  gap: 24px; margin-bottom: 40px; flex-wrap: wrap;
}

/* ---------- Buttons ---------- */
.tt-btn {
  font-family: var(--font-text); font-weight: 600; border-radius: var(--r-sm);
  border: 1.5px solid transparent; cursor: pointer; display: inline-flex;
  align-items: center; gap: 8px; line-height: 1; white-space: nowrap;
  transition: background .2s, color .2s, border-color .2s, transform .1s;
  text-decoration: none;
}
.tt-btn:active { transform: translateY(1px); }
.tt-btn--md { font-size: 15px; padding: 13px 22px; }
.tt-btn--sm { font-size: 13px; padding: 9px 16px; }
.tt-btn--primary { background: var(--teal); color: #fff; }
.tt-btn--primary:hover { background: var(--teal-deep); color: #fff; }
.tt-btn--secondary { background: transparent; color: var(--ink); border-color: var(--line-2); }
.tt-btn--secondary:hover { border-color: var(--ink); color: var(--ink); }
.tt-btn--ochre { background: var(--ochre); color: var(--ink); }
.tt-btn--ochre:hover { background: var(--ochre-deep); color: #fff; }
.tt-btn--ghost-light { background: transparent; color: var(--paper); border-color: rgba(244,236,224,.4); }
.tt-btn--ghost-light:hover { background: rgba(244,236,224,.12); border-color: var(--paper); color: #fff; }

/* ---------- Tags / pills ---------- */
.tt-tag {
  font-size: 12px; font-weight: 600; padding: 5px 11px; border-radius: var(--r-pill);
  display: inline-flex; align-items: center; gap: 5px;
}
.tt-tag--neutral { background: var(--paper-2); color: var(--soft); }
.tt-tag--ochre { background: var(--ochre); color: var(--ink); border-radius: var(--r-sm); }

/* ---------- Photo placeholder (cinéma) ---------- */
.tt-photo { position: relative; width: 100%; height: 100%; overflow: hidden;
  background: linear-gradient(135deg, #2c3b36, #4a5a52 55%, #6b5a44); }
.tt-photo--warm { background: linear-gradient(135deg, #7a4a33, #b97d1e 60%, #e0a23a); }
.tt-photo--teal { background: linear-gradient(135deg, #214b45, #336e67 60%, #4a8f88); }
.tt-photo--clay { background: linear-gradient(135deg, #3a2a20, #7a4a33 60%, #a86a44); }
.tt-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.tt-photo-frame { position: absolute; inset: 10px; border: 1px solid rgba(244,236,224,.32); pointer-events: none; z-index: 2; }
.tt-photo-grain { position: absolute; inset: 0; opacity: .14; pointer-events: none; z-index: 1;
  background-image: radial-gradient(rgba(255,255,255,.5) .5px, transparent .5px); background-size: 3px 3px; }
.tt-photo-scrim { position: absolute; inset: 0; background: var(--grad-protect); z-index: 1; }
.tt-photo-cap { position: absolute; left: 16px; bottom: 14px; z-index: 3; display: flex; flex-direction: column; gap: 3px; }
.tt-photo-kicker { font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--ochre); }
.tt-photo-label { font-family: var(--font-display); font-weight: 700; font-size: 17px; color: var(--paper); }

/* ---------- Header / nav ---------- */
.tt-header {
  position: sticky; top: 0; z-index: 50;
  transition: background .25s, box-shadow .25s, border-color .25s;
  border-bottom: 1px solid transparent;
}
.tt-header-inner {
  max-width: 1180px; margin-inline: auto; padding: 14px 40px;
  display: flex; align-items: center; gap: 22px;
}
.tt-header.is-solid {
  background: rgba(255,255,255,.92); backdrop-filter: blur(10px);
  border-bottom-color: var(--line); box-shadow: var(--sh-xs);
}
.tt-logo { display: inline-flex; align-items: center; gap: 10px; flex: none; }
.tt-logo img { height: 44px; width: auto; }
.tt-logo-text { display: flex; flex-direction: column; line-height: 1; }
.tt-logo-name { font-family: var(--font-wordmark); font-size: 20px; color: var(--ink); letter-spacing: -0.01em; }
.tt-logo-sub { font-family: var(--font-text); font-weight: 700; font-size: 9px;
  letter-spacing: .28em; color: var(--teal-deep); margin-top: 3px; }
.tt-header.tt-header--over .tt-logo-name { color: #fff; }
.tt-header.tt-header--over.is-solid .tt-logo-name { color: var(--ink); }
.tt-header.tt-header--over .tt-logo-sub { color: var(--ochre); }
.tt-header.tt-header--over.is-solid .tt-logo-sub { color: var(--teal-deep); }

.tt-nav { display: flex; gap: 24px; margin-left: 8px; align-items: center; }
.tt-nav a { font-size: 14px; font-weight: 600; color: var(--soft);
  padding: 6px 0; border-bottom: 2px solid transparent; transition: color .15s, border-color .15s; }
.tt-nav a:hover, .tt-nav .current-menu-item > a { color: var(--teal-deep); border-bottom-color: var(--teal); }
.tt-header-tools { margin-left: auto; display: flex; align-items: center; gap: 16px; }

/* Sélecteur de langue (Polylang / WPML compatible) */
.tt-lang { display: flex; gap: 4px; align-items: center; font-size: 13px; font-weight: 600; }
.tt-lang a { color: var(--muted); padding: 4px 6px; border-radius: var(--r-xs); }
.tt-lang a.is-current, .tt-lang a:hover { color: var(--ink); background: var(--paper-2); }
.tt-lang .sep { color: var(--line-2); }

/* Burger mobile */
.tt-burger { display: none; background: none; border: 0; cursor: pointer; padding: 8px;
  color: var(--ink); }
.tt-mobile-menu { display: none; }

/* ---------- Hero ---------- */
.tt-hero { background: var(--paper); padding: 64px 0 84px; }
.tt-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.tt-hero-title { font-family: var(--font-display); font-weight: 800; color: var(--ink);
  font-size: clamp(2.4rem, 4.6vw, 4rem); line-height: 1.04; letter-spacing: -0.03em; margin: 16px 0 0; }
.tt-hero-sub { color: var(--soft); font-size: clamp(1rem, 1.4vw, 1.15rem); line-height: 1.7; max-width: 480px; margin: 20px 0 0; }
.tt-hero-quote { font-family: var(--font-quote); font-style: italic; color: var(--teal-deep);
  font-size: 1.15rem; margin: 22px 0 0; }
.tt-hero-actions { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; }
.tt-hero-media { position: relative; }
.tt-hero-media .tt-photo { border-radius: var(--r-md); box-shadow: var(--sh-md);
  border: 1px solid var(--line); aspect-ratio: 4/5; }
.tt-hero-credit { display: flex; align-items: center; gap: 6px; justify-content: flex-end;
  font-size: 11px; color: var(--muted); margin-top: 10px; }

/* ---------- Stats band ---------- */
.tt-stats { background: var(--paper-2); padding: 48px 0; border-block: 1px solid var(--line); }
.tt-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.tt-stat { display: flex; flex-direction: column; gap: 6px; border-left: 3px solid var(--teal); padding-left: 18px; }
.tt-stat-num { font-family: var(--font-display); font-weight: 800; font-size: 2.6rem; line-height: 1;
  color: var(--teal-deep); letter-spacing: -0.02em; }
.tt-stat-label { font-size: 13px; color: var(--soft); line-height: 1.4; }

/* ---------- Trois tamis ---------- */
.tt-sieves { background: var(--paper); }
.tt-sieve-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 52px; }
.tt-sieve-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md); padding: 28px 26px; }
.tt-sieve-bars { display: flex; flex-direction: column; gap: 5px; margin-bottom: 20px; }
.tt-sieve-bars i { display: block; height: 7px; border-radius: 4px; }
.tt-sieve-title { font-family: var(--font-display); font-weight: 700; font-size: 1.5rem; color: var(--ink); margin: 0; letter-spacing: -0.01em; }
.tt-sieve-word { font-family: var(--font-quote); font-style: italic; font-size: 1.05rem; color: var(--teal-deep); display: block; margin: 4px 0 12px; }
.tt-sieve-card p { font-size: 14px; line-height: 1.65; color: var(--soft); margin: 0; }

/* ---------- Feature (cinéma mobile) ---------- */
.tt-feature { background: var(--paper-2); }
.tt-feature-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center; }
.tt-feature-media { border-radius: var(--r-md); overflow: hidden; box-shadow: var(--sh-md); aspect-ratio: 4/3; border: 1px solid var(--line); }
.tt-feature-text p { font-size: 1.02rem; line-height: 1.7; color: var(--soft); margin: 16px 0 22px; }
.tt-feature-list { list-style: none; padding: 0; margin: 0 0 26px; display: flex; flex-direction: column; gap: 12px; }
.tt-feature-list li { display: flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 500; color: var(--ink); }
.tt-feature-list li svg { color: var(--teal); flex: none; }

/* ---------- Films ---------- */
.tt-films { background: var(--paper); }
.tt-filter { display: flex; gap: 8px; flex-wrap: wrap; }
.tt-pill { font-family: var(--font-text); font-size: 13px; font-weight: 600; padding: 8px 16px;
  border-radius: var(--r-pill); border: 1.5px solid var(--line-2); color: var(--soft);
  background: transparent; cursor: pointer; transition: all .15s; }
.tt-pill:hover { border-color: var(--teal); color: var(--teal-deep); }
.tt-pill.is-on { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.tt-films-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.tt-film-card { cursor: pointer; }
.tt-film-media { position: relative; border-radius: var(--r-md); overflow: hidden; aspect-ratio: 3/2; border: 1px solid var(--line); }
.tt-film-card .tt-photo { transition: transform .4s ease; }
.tt-film-card:hover .tt-photo { transform: scale(1.04); }
.tt-film-play { position: absolute; inset: 0; margin: auto; width: 52px; height: 52px; border-radius: 50%;
  background: rgba(244,236,224,.92); color: var(--ink); display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity .2s; z-index: 4; }
.tt-film-card:hover .tt-film-play { opacity: 1; }
.tt-film-award { position: absolute; top: 12px; left: 12px; z-index: 4; background: var(--ochre); color: var(--ink);
  font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: var(--r-xs); display: inline-flex; align-items: center; gap: 5px; }
.tt-film-body { padding: 14px 2px 0; }
.tt-film-meta { font-size: 12px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: var(--teal-deep); }
.tt-film-title { font-family: var(--font-display); font-weight: 700; font-size: 1.25rem; color: var(--ink); margin: 6px 0 0; letter-spacing: -0.01em; }

/* ---------- FESTBUK teaser ---------- */
.tt-festbuk { background: var(--ink); color: var(--paper); padding: 84px 0; position: relative; overflow: hidden; }
.tt-festbuk-inner { position: relative; text-align: center; display: flex; flex-direction: column; align-items: center; }
.tt-festbuk-strip { display: flex; gap: 8px; margin-bottom: 26px; }
.tt-festbuk-strip i { width: 26px; height: 18px; background: rgba(244,236,224,.16); border-radius: 2px; }
.tt-festbuk-strip i:nth-child(3n) { background: #FEC100; }
.tt-festbuk-strip i:nth-child(3n+1) { background: #F23022; }
.tt-festbuk-title { font-family: var(--font-display); font-weight: 800; font-size: clamp(2rem,4vw,3.2rem); margin: 8px 0 0; letter-spacing: -0.02em; color: #fff; }
.tt-festbuk-sub { color: rgba(244,236,224,.8); font-size: 1.05rem; line-height: 1.6; max-width: 540px; margin: 16px 0 28px; }

/* ---------- News ---------- */
.tt-news { background: var(--paper-2); }
.tt-link-arrow { font-size: 14px; font-weight: 600; color: var(--teal-deep); cursor: pointer; display: inline-flex; align-items: center; gap: 6px; }
.tt-link-arrow:hover { gap: 9px; color: var(--teal-darker); }
.tt-news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.tt-news-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; transition: box-shadow .2s; }
.tt-news-card:hover { box-shadow: var(--sh-sm); }
.tt-news-card .tt-photo { aspect-ratio: 16/10; }
.tt-news-body { padding: 18px 20px 22px; }
.tt-news-cat { font-size: 12px; font-weight: 600; color: var(--teal-deep); letter-spacing: .03em; }
.tt-news-body h3 { font-family: var(--font-display); font-weight: 700; font-size: 1.2rem; color: var(--ink); margin: 8px 0 10px; line-height: 1.25; letter-spacing: -0.01em; }
.tt-news-body h3 a { color: inherit; }
.tt-news-date { font-size: 12px; color: var(--muted); }

/* ---------- CTA / newsletter ---------- */
.tt-cta { background: var(--teal); color: #fff; padding: 72px 0; }
.tt-cta-inner { display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; align-items: center; }
.tt-cta .tt-eyebrow--light { color: #fff; opacity: .85; }
.tt-cta-title { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.8rem,3vw,2.6rem); margin: 12px 0 0; line-height: 1.1; letter-spacing: -0.02em; color: #fff; }
.tt-cta-sub { color: rgba(255,255,255,.88); font-size: 1.05rem; margin: 14px 0 0; }
.tt-cta-form { display: flex; gap: 10px; margin-top: 8px; flex-wrap: wrap; }
.tt-cta-form input[type=email], .tt-cta-form input[type=text] {
  flex: 1; min-width: 200px; font-family: var(--font-text); font-size: 15px; padding: 13px 16px;
  border: none; border-radius: var(--r-sm); background: rgba(255,255,255,.95); color: var(--ink); }
.tt-cta-form input:focus { outline: 3px solid rgba(255,255,255,.5); }

/* ---------- Footer + zones de widgets ---------- */
.tt-footer { background: var(--ink); color: var(--paper); padding: 64px 0 0; }
.tt-footer-inner { max-width: 1180px; margin-inline: auto; padding-inline: 40px;
  display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: 40px; }
.tt-footer-brand .tt-logo-name { color: #fff; }
.tt-footer-brand .tt-logo-sub { color: var(--ochre); }
.tt-footer-motto { font-family: var(--font-quote); font-style: italic; font-size: 1.1rem;
  color: rgba(244,236,224,.9); margin: 18px 0; max-width: 32ch; }
.tt-sieve-words { display: flex; flex-direction: column; gap: 7px; }
.tt-sieve-words span { display: flex; align-items: center; gap: 10px; font-size: 14px; color: rgba(244,236,224,.85); }
.tt-sieve-words i { width: 22px; height: 6px; border-radius: 3px; display: block; }
.tt-footer-line { display: flex; align-items: center; gap: 9px; font-size: 13.5px; color: rgba(244,236,224,.75); margin: 0 0 11px; line-height: 1.4; }
.tt-footer-line svg { color: var(--teal); flex: none; }
.tt-footer-social { display: flex; gap: 12px; margin-top: 16px; }
.tt-footer-social a { width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(244,236,224,.25);
  display: flex; align-items: center; justify-content: center; color: var(--paper); }
.tt-footer-social a:hover { background: var(--teal); border-color: var(--teal); color: #fff; }
.tt-footer-bar { max-width: 1180px; margin: 48px auto 0; padding: 22px 40px; border-top: 1px solid rgba(244,236,224,.14);
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 12.5px; color: rgba(244,236,224,.5); }
.tt-footer-bar a { color: rgba(244,236,224,.6); }
.tt-footer-bar a:hover { color: var(--ochre); }

/* Widgets — styles génériques (footer sur ink, sidebar sur paper) */
.tt-footer .widget { margin-bottom: 24px; }
.tt-footer .widget-title, .tt-footer h4 { font-family: var(--font-display); font-weight: 700; font-size: 1rem; color: #fff; margin: 0 0 16px; }
.tt-footer .widget ul { list-style: none; padding: 0; margin: 0; }
.tt-footer .widget li { margin-bottom: 10px; }
.tt-footer .widget a { font-size: 14px; color: rgba(244,236,224,.75); }
.tt-footer .widget a:hover { color: var(--ochre); }

.tt-sidebar .widget { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md); padding: 22px 24px; margin-bottom: 24px; }
.tt-sidebar .widget-title { font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; color: var(--ink); margin: 0 0 14px; }
.tt-sidebar .widget ul { list-style: none; padding: 0; margin: 0; }
.tt-sidebar .widget li { padding: 8px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.tt-sidebar .widget li:last-child { border-bottom: 0; }

/* ---------- WordPress core / alignments / media ---------- */
.alignwide { width: min(1180px, 100%); margin-inline: auto; }
.alignfull { width: 100%; }
.alignleft { float: left; margin: 6px 24px 12px 0; }
.alignright { float: right; margin: 6px 0 12px 24px; }
.aligncenter { display: block; margin-inline: auto; }
.wp-caption { max-width: 100%; }
.wp-caption-text, .wp-element-caption { font-size: 13px; color: var(--muted); margin-top: 8px; font-style: italic; }
.sticky, .gallery-caption, .bypostauthor { display: block; }
.post-password-form input[type=password] { padding: 10px; border: 1px solid var(--line-2); border-radius: var(--r-sm); }

/* Pagination */
.tt-pagination { display: flex; gap: 8px; justify-content: center; margin-top: 48px; flex-wrap: wrap; }
.tt-pagination .page-numbers { padding: 8px 14px; border: 1px solid var(--line-2); border-radius: var(--r-sm);
  font-weight: 600; font-size: 14px; color: var(--soft); }
.tt-pagination .page-numbers.current { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.tt-pagination a.page-numbers:hover { border-color: var(--teal); color: var(--teal-deep); }

/* Article / single layout */
.tt-content-grid { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 56px; align-items: start; }
.tt-prose { max-width: 66ch; }
.tt-prose h2 { margin-top: 1.6em; }
.tt-prose p { margin: 0 0 1.2em; }
.tt-prose img { border-radius: var(--r-md); margin-block: 1.4em; }
.tt-entry-head { padding-block: 56px 32px; }
.tt-entry-title { font-family: var(--font-display); font-weight: 800; font-size: clamp(2rem,4vw,3rem); line-height: 1.08; letter-spacing: -0.02em; margin: 12px 0 0; }
.tt-entry-meta { display: flex; gap: 14px; flex-wrap: wrap; font-size: 13px; color: var(--muted); margin-top: 16px; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .tt-nav, .tt-header-tools .tt-lang { display: none; }
  .tt-burger { display: inline-flex; }
  .tt-hero-grid, .tt-feature-grid, .tt-cta-inner, .tt-content-grid { grid-template-columns: 1fr; }
  .tt-content-grid { gap: 40px; }
  .tt-sieve-grid, .tt-films-grid, .tt-news-grid, .tt-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .tt-footer-inner { grid-template-columns: 1fr 1fr; }
  .tt-feature-grid .tt-feature-media { order: -1; }
}
@media (max-width: 600px) {
  .tt-container, .tt-header-inner, .tt-footer-inner, .tt-footer-bar { padding-inline: 20px; }
  .tt-section { padding-block: 64px; }
  .tt-sieve-grid, .tt-films-grid, .tt-news-grid, .tt-stats-grid, .tt-footer-inner { grid-template-columns: 1fr; }
  .tt-hero { padding: 32px 0 56px; }
}

/* Menu mobile ouvert */
.tt-mobile-menu.is-open { display: block; position: fixed; inset: 0; z-index: 60;
  background: var(--paper); padding: 24px 24px 48px; overflow-y: auto; }
.tt-mobile-menu-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }
.tt-mobile-menu nav a { display: block; font-family: var(--font-display); font-weight: 700; font-size: 1.6rem;
  color: var(--ink); padding: 14px 0; border-bottom: 1px solid var(--line); }
.tt-mobile-lang { display: flex; gap: 10px; margin-top: 24px; }

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