/*
Theme Name: Benjamin Editorial
Theme URI: https://example.com/benjamin-editorial
Author: Benjamin
Description: Ein ruhiges, modernes Magazin-Theme ohne Sidebar – mit großen Artikelbildern, klarer Typografie und optimiertem Lesefluss.
Version: 1.11.0
Requires at least: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: benjamin-editorial
Tags: blog, news, one-column, custom-logo, custom-menu, featured-images, block-styles, wide-blocks, accessibility-ready
*/

:root {
  --ink: #172033;
  --muted: #667085;
  --blue: #075da8;
  --blue-dark: #06497f;
  --blue-soft: #e4eff8;
  --navy: #102b49;
  --navy-light: #1e466d;
  --paper: #fbfcfe;
  --surface: #ffffff;
  --canvas: #e9eff5;
  --canvas-deep: #dfe8f0;
  --line: #cfd9e4;
  --radius: 7px;
  --content: 920px;
  --wide: 1220px;
  --shadow: 0 8px 24px rgba(16, 43, 73, .07);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--canvas);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.66;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
picture, figure, .wp-block-image, .wp-block-gallery { max-width: 100%; }
picture { display: block; }
picture img { width: auto; max-width: 100%; height: auto; }
a { color: var(--blue); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--blue-dark); }
button, input { font: inherit; }
.screen-reader-text {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
  z-index: 100000; top: 8px; left: 8px; width: auto; height: auto; padding: 12px 16px;
  clip: auto; background: #fff; color: var(--ink); border-radius: 8px; box-shadow: var(--shadow);
}

.site-header { position: relative; z-index: 20; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); box-shadow: 0 3px 18px rgba(16,43,73,.04); }
.header-inner { width: min(calc(100% - 40px), var(--wide)); min-height: 76px; margin: auto; display: flex; align-items: center; gap: 30px; }
.site-branding { display: flex; align-items: center; gap: 13px; min-width: max-content; }
.custom-logo-link img { max-height: 44px; width: auto; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; color: #fff; background: var(--blue); border-radius: 6px; font-size: 26px; font-weight: 760; text-decoration: none; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.1; }
.site-title { color: var(--ink); font-size: 19px; font-weight: 760; letter-spacing: -.02em; text-decoration: none; }
.site-description { margin-top: 5px; color: var(--muted); font-size: 13px; }
.main-navigation { margin-left: auto; }
.main-navigation ul { display: flex; align-items: center; gap: 28px; margin: 0; padding: 0; list-style: none; }
.main-navigation a { color: var(--ink); font-size: 14px; font-weight: 650; text-decoration: none; }
.main-navigation a:hover, .main-navigation .current-menu-item > a { color: var(--blue); }
.header-search { display: grid; place-items: center; width: 42px; height: 42px; padding: 0; color: var(--ink); background: transparent; border: 1px solid var(--line); border-radius: 50%; cursor: pointer; }
.header-search:hover { color: #fff; background: var(--blue); border-color: var(--blue); }
.no-primary-menu .header-search { margin-left: auto; }
.header-search[aria-expanded="true"] { color: #fff; background: var(--blue); border-color: var(--blue); }
.header-search-panel { position: absolute; top: 100%; right: 0; left: 0; padding: 18px 0; background: var(--surface); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
.header-search-panel[hidden] { display: none; }
.header-search-inner { display: flex; justify-content: flex-end; }
.header-search-panel .search-form { width: min(100%, 620px); max-width: none; }
.menu-toggle { display: none; margin-left: auto; padding: 10px; color: var(--ink); background: transparent; border: 0; cursor: pointer; }

.site-main { display: block; width: 100%; min-height: 60vh; overflow: clip; }
.site-main::after { display: table; clear: both; content: ""; }
.home .site-main { background: var(--paper); }
.container { width: min(calc(100% - 40px), var(--wide)); margin-inline: auto; }
.content-width { width: min(calc(100% - 40px), var(--content)); margin-inline: auto; }
.page-hero { padding: 48px 0 34px; }
.eyebrow { margin: 0 0 12px; color: var(--blue); font-size: 13px; font-weight: 780; letter-spacing: .1em; text-transform: uppercase; }
.page-title { max-width: 900px; margin: 0; font-family: Charter, "Bitstream Charter", Georgia, "Times New Roman", serif; font-size: clamp(36px, 5vw, 52px); line-height: 1.08; letter-spacing: -.03em; }
.page-intro { max-width: 720px; margin: 15px 0 0; color: var(--muted); font-size: 18px; }

.featured-post { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(300px, .85fr); gap: 38px; align-items: center; padding-bottom: 56px; }
.featured-post.no-image { grid-template-columns: minmax(0, 860px); padding: 30px; margin-bottom: 56px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }
.featured-image, .card-image, .single-featured-image { overflow: hidden; background: var(--blue-soft); border-radius: var(--radius); }
.featured-image { width: 100%; max-width: 680px; aspect-ratio: 16/9; box-shadow: none; }
.featured-image img, .card-image img, .single-featured-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.featured-image:hover img, .card-image:hover img { transform: scale(1.025); }
.post-kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 15px; color: var(--blue); font-size: 13px; font-weight: 780; letter-spacing: .08em; text-transform: uppercase; }
.post-kicker::before { content: ""; width: 24px; height: 2px; background: currentColor; }
.featured-title { margin: 0; font-family: Charter, "Bitstream Charter", Georgia, "Times New Roman", serif; font-size: clamp(29px, 3.5vw, 40px); line-height: 1.13; letter-spacing: -.025em; }
.featured-title a, .card-title a { color: var(--ink); text-decoration: none; }
.featured-title a:hover, .card-title a:hover { color: var(--blue); }
.post-meta { display: flex; width: fit-content; max-width: 100%; flex-wrap: wrap; align-items: center; gap: 8px 12px; margin-top: 18px; color: var(--muted); font-size: 13px; }
.post-meta a { color: inherit; text-decoration: none; }
.meta-date { color: #46566a; font-weight: 650; }
.meta-author { display: inline-flex; align-items: center; gap: 8px; padding-right: 12px; border-right: 1px solid var(--line); }
.author-avatar { width: 28px; height: 28px; object-fit: cover; border: 1px solid var(--line); border-radius: 50%; }
.meta-comments { display: inline-flex; align-items: center; min-height: 28px; padding-right: 12px; color: var(--blue) !important; border-right: 1px solid var(--line); font-weight: 720; text-decoration: underline; text-decoration-color: rgba(7,93,168,.3); text-underline-offset: 3px; transition: color .2s ease, text-decoration-color .2s ease; }
.meta-comments::before { width: 5px; height: 5px; margin-right: 7px; background: var(--blue); border-radius: 50%; content: ""; }
.meta-comments:hover { color: var(--blue-dark) !important; text-decoration-color: currentColor; }
.post-excerpt { margin: 16px 0 0; color: #4a5568; font-size: 16px; }
.post-excerpt p, .card-excerpt p { margin: 0; }
.read-more { display: inline-flex; align-items: center; gap: 9px; margin-top: 20px; color: var(--blue); font-size: 15px; font-weight: 740; text-decoration: none; }
.read-more span { transition: transform .2s ease; }
.read-more:hover span { transform: translateX(4px); }

.latest-section { position: relative; z-index: 1; padding: 52px 0 70px; background: var(--canvas-deep); border-top: 1px solid var(--line); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 32px; }
.section-title { margin: 0; font-family: Charter, "Bitstream Charter", Georgia, "Times New Roman", serif; font-size: clamp(27px, 3vw, 34px); line-height: 1.18; letter-spacing: -.02em; }
.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px 22px; align-items: stretch; }
.post-card { display: grid; min-width: 0; height: 100%; grid-template-columns: minmax(108px, .8fr) minmax(0, 1.2fr); gap: 14px; overflow: hidden; padding: 11px; background: var(--surface); border: 1px solid rgba(207,217,228,.95); border-radius: var(--radius); box-shadow: none; }
.post-card.no-image { grid-template-columns: 1fr; }
.card-image { height: 100%; min-height: 132px; margin: 0; aspect-ratio: auto; }
.card-content { min-width: 0; padding: 2px 2px 2px 0; }
.card-content .post-kicker { gap: 6px; margin-bottom: 7px; font-size: 10px; }
.card-content .post-kicker::before { width: 14px; }
.card-title { margin: 6px 0 0; font-family: Charter, "Bitstream Charter", Georgia, "Times New Roman", serif; font-size: 21px; line-height: 1.25; letter-spacing: -.015em; }
.card-excerpt { display: none; }
.pagination { margin-top: 54px; }
.nav-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.page-numbers { display: grid; place-items: center; min-width: 42px; height: 42px; padding: 0 12px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 8px; text-decoration: none; }
.page-numbers.current, .page-numbers:hover { color: #fff; background: var(--blue); border-color: var(--blue); }

.single-header { padding: 46px 0 38px; color: var(--ink); background: var(--paper); text-align: left; border-bottom: 1px solid var(--line); }
.single-header .post-kicker { justify-content: flex-start; color: var(--blue); }
.single-title { max-width: 1020px; margin: 0; color: var(--ink); font-family: Charter, "Bitstream Charter", Georgia, "Times New Roman", serif; font-size: clamp(36px, 5vw, 52px); line-height: 1.1; letter-spacing: -.032em; }
.single-header .post-meta { justify-content: flex-start; margin-top: 18px; color: var(--muted); }
.single-header .post-meta a { color: var(--ink); }
.meta-comments:focus-visible { outline: 3px solid rgba(7,93,168,.2); outline-offset: 2px; }
.single-featured-image { width: min(calc(100% - 40px), 940px); margin: 28px auto 0; border: 0; box-shadow: none; }
.single-featured-image img { width: 100%; height: auto; object-fit: contain; }
.article-body { width: min(calc(100% - 40px), 1040px); margin: 34px auto 64px; padding: 46px 58px 42px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: none; }
.single-featured-image + .article-body { margin-top: 28px; }
.entry-content { width: 100%; max-width: var(--content); margin-inline: auto; }
.entry-content > * { margin-top: 0; margin-bottom: 1.35em; }
.entry-content h2, .entry-content h3, .entry-content h4 { color: var(--navy); font-family: Charter, "Bitstream Charter", Georgia, "Times New Roman", serif; line-height: 1.23; letter-spacing: -.018em; }
.entry-content h2 { position: relative; margin-top: 2em; margin-bottom: .7em; padding-top: 19px; font-size: clamp(27px, 3vw, 34px); border-top: 1px solid var(--navy); }
.entry-content h2::before { content: ""; position: absolute; top: -1px; left: 0; width: 68px; height: 3px; background: var(--blue); }
.entry-content h3 { margin: 1.7em 0 .65em; padding: 10px 14px; font-size: clamp(21px, 2.5vw, 25px); background: #edf3f8; border-left: 3px solid var(--blue); border-radius: 0 4px 4px 0; }
.entry-content h4 { margin-top: 1.5em; margin-bottom: .5em; font-size: 21px; }
.entry-content p:first-child { color: #2b3b50; font-size: 18px; line-height: 1.65; }
.entry-content ul, .entry-content ol { margin-bottom: 1.6em; padding-left: 1.45em; }
.entry-content li { margin-bottom: .5em; padding-left: .3em; }
.entry-content li::marker { color: var(--blue); font-weight: 700; }
.entry-content blockquote { margin: 1.8em 0; padding: 18px 22px; color: #243a54; background: var(--blue-soft); border-left: 3px solid var(--blue); border-radius: 0 4px 4px 0; font-family: Charter, "Bitstream Charter", Georgia, "Times New Roman", serif; font-size: 21px; line-height: 1.5; }
.entry-content table { width: 100%; max-width: 100%; margin: 0; border-spacing: 0; border-collapse: separate; overflow: hidden; border: 1px solid var(--line); border-radius: 9px; font-size: 16px; line-height: 1.45; }
.entry-content th, .entry-content td { padding: 13px 16px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.entry-content th { color: #fff; background: var(--navy); font-weight: 720; }
.entry-content tbody tr:nth-child(even) td { background: #edf3f8; }
.entry-content tr > *:last-child { border-right: 0; }
.entry-content tbody tr:last-child td { border-bottom: 0; }
.entry-content .wp-block-table, .entry-content .table-scroll { width: 100%; max-width: 100%; margin: 1.8em 0; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.entry-content .wp-block-table table, .entry-content .table-scroll table { min-width: 620px; }
.entry-content > table { display: block; max-width: 100%; margin: 1.8em 0; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.entry-content .alignwide { width: min(100vw - 40px, var(--wide)); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.entry-content .alignfull { width: 100vw; max-width: none; margin-left: 50%; transform: translateX(-50%); }
.entry-content img { max-width: 100% !important; height: auto !important; }
.entry-content figure { max-width: 100%; }
.entry-content figure img { width: auto; max-width: 100%; height: auto; border-radius: 10px; }
.entry-content > figure:not(.alignwide):not(.alignfull), .entry-content > img { max-width: 760px; margin-right: auto; margin-left: auto; }
.post-language-switcher { color: var(--muted); font-size: 14px; }
.post-language-switcher a { font-style: normal; font-weight: 650; }
a[target="_blank"]:not(.featured-image):not(.card-image):not(.custom-logo-link)::after { display: inline-block; margin-left: .28em; color: currentColor; font-size: .78em; font-weight: 760; line-height: 1; vertical-align: .14em; content: "↗"; }
.entry-footer { width: 100%; max-width: var(--content); margin: 46px auto 0; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; }
.post-navigation { width: min(calc(100% - 40px), 1040px); margin: 0 auto 64px; padding: 26px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }
.post-navigation .nav-links { display: grid; grid-template-columns: 1fr 1fr; justify-content: stretch; }
.post-navigation a { display: block; color: var(--ink); text-decoration: none; }
.post-navigation .nav-next { text-align: right; }
.nav-subtitle { display: block; margin-bottom: 5px; color: var(--muted); font-size: 12px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.nav-title { font-family: Georgia, "Times New Roman", serif; font-size: 20px; line-height: 1.3; }

.archive-header { padding: 62px 0 42px; border-bottom: 1px solid var(--line); }
.archive-header h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(38px, 5vw, 58px); line-height: 1.1; }
.archive-description { max-width: 700px; color: var(--muted); }
.archive-posts { padding: 56px 0 90px; }
.empty-state { max-width: 640px; padding: 68px 0 90px; }
.search-form { display: flex; gap: 10px; max-width: 560px; }
.search-field { min-width: 0; flex: 1; padding: 13px 15px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 8px; }
.search-field:focus { outline: 3px solid rgba(7,93,168,.15); border-color: var(--blue); }
.search-submit { padding: 12px 19px; color: #fff; background: var(--blue); border: 0; border-radius: 8px; font-weight: 700; cursor: pointer; }

.comments-area { width: min(calc(100% - 40px), 1080px); margin: 0 auto 70px; padding: 42px 60px; scroll-margin-top: 24px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }
.comments-title { margin: 0 0 26px; font-family: Charter, "Bitstream Charter", Georgia, "Times New Roman", serif; font-size: 29px; }
.comment-list, .comment-list .children { margin: 0; padding: 0; list-style: none; }
.comment-list .children { margin: -10px 0 22px 30px; padding-left: 20px; border-left: 2px solid var(--line); }
.comment-body { position: relative; margin-bottom: 18px; padding: 20px 20px 18px 80px; background: #f5f8fb; border: 1px solid var(--line); border-radius: 8px; }
.comment-author .avatar { position: absolute; top: 20px; left: 20px; width: 42px; height: 42px; object-fit: cover; border: 2px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px var(--line); }
.comment-author .fn { color: var(--ink); font-style: normal; font-weight: 760; }
.comment-author .says { color: var(--muted); font-size: 12px; }
.comment-metadata { margin-top: 2px; font-size: 12px; }
.comment-metadata a { color: var(--muted); text-decoration: none; }
.comment-metadata a:hover { color: var(--blue); text-decoration: underline; }
.comment-body > p { margin: 15px 0 12px; color: #2f4055; }
.comment-awaiting-moderation { display: block; margin-top: 10px; color: var(--blue-dark); font-size: 13px; }
.reply a { display: inline-flex; padding: 5px 10px; color: var(--blue); background: #fff; border: 1px solid #b8cbdd; border-radius: 5px; font-size: 12px; font-weight: 700; text-decoration: none; }
.reply a:hover { color: #fff; background: var(--blue); border-color: var(--blue); }
.comment-respond { margin-top: 38px; padding-top: 30px; border-top: 1px solid var(--line); }
.comment-reply-title { font-family: Charter, "Bitstream Charter", Georgia, "Times New Roman", serif; font-size: 25px; }
.comment-notes, .logged-in-as { color: var(--muted); font-size: 13px; }
.comment-form label { display: block; margin-bottom: 5px; color: #42526a; font-size: 13px; font-weight: 700; }
.comment-form input:not([type="submit"]), .comment-form textarea { width: 100%; padding: 11px 12px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 5px; }
.comment-form input:focus, .comment-form textarea:focus { outline: 3px solid rgba(7,93,168,.14); border-color: var(--blue); }
.submit { padding: 10px 17px; color: #fff; background: var(--blue); border: 0; border-radius: 5px; font-size: 14px; font-weight: 700; cursor: pointer; }

.site-footer { position: relative; z-index: 2; display: block; clear: both; width: 100%; margin: 0; padding: 42px 0 22px; overflow: hidden; color: #d7dfeb; background: #132238; }
.footer-grid { display: flex; align-items: flex-start; justify-content: space-between; gap: 40px; width: 100%; }
.footer-title { display: block; color: #fff; font-size: 18px; font-weight: 760; line-height: 1.2; }
.footer-description { max-width: 440px; margin: 8px 0 0; color: #aab6c8; font-size: 13px; }
.footer-navigation ul { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 14px 26px; margin: 0; padding: 0; list-style: none; }
.footer-navigation a { color: #d7dfeb; font-size: 14px; text-decoration: none; }
.footer-languages { display: flex; align-items: center; gap: 18px; margin-top: 26px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); }
.footer-language-label { color: #91a0b4; font-size: 11px; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }
.footer-languages ul { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 0; padding: 0; list-style: none; }
.footer-languages a { color: #d7dfeb; font-size: 12px; text-decoration: none; }
.footer-languages a:hover, .footer-languages a[aria-current="page"] { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 30px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); color: #91a0b4; font-size: 12px; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 10px 20px; }
.footer-legal a { color: #d7dfeb; text-decoration: none; }
.footer-legal a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 900px) {
  .main-navigation { display: none; position: absolute; top: 100%; left: 0; right: 0; margin: 0; padding: 20px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .main-navigation.is-open { display: block; }
  .main-navigation ul { align-items: stretch; flex-direction: column; gap: 6px; }
  .main-navigation a { display: block; padding: 10px; }
  .header-search { margin-left: auto; }
  .menu-toggle { display: block; margin-left: 0; }
  .featured-post { grid-template-columns: 1fr; gap: 28px; }
  .featured-image { max-width: none; }
  .post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .article-body { padding: 40px 36px 36px; }
  .comments-area { padding: 36px; }
}
@media (max-width: 620px) {
  body { font-size: 17px; }
  .header-inner, .container, .content-width, .entry-content, .entry-footer, .comments-area, .single-featured-image, .post-navigation { width: min(calc(100% - 28px), var(--wide)); }
  .header-inner { min-height: 74px; }
  .brand-mark { width: 42px; height: 42px; font-size: 26px; }
  .site-description { display: none; }
  .header-search { width: 38px; height: 38px; }
  .header-search-panel { padding: 14px 0; }
  .page-hero { padding: 48px 0 34px; }
  .featured-post { padding-bottom: 54px; }
  .latest-section { padding: 52px 0 65px; }
  .post-grid { grid-template-columns: 1fr; }
  .post-card { grid-template-columns: 128px minmax(0, 1fr); }
  .card-image { min-height: 112px; }
  .single-header { padding: 34px 0 28px; }
  .single-featured-image { margin-top: 20px; border-radius: 5px; }
  .post-meta { width: 100%; }
  .meta-author { padding-right: 0; border-right: 0; }
  .meta-comments { padding-right: 0; border-right: 0; }
  .article-body { width: min(calc(100% - 8px), 1040px); margin: 18px auto 44px; padding: 24px 12px; border-radius: 5px; }
  .single-featured-image + .article-body { margin-top: 18px; }
  .entry-content p:first-child { font-size: 17px; }
  .entry-content h2 { margin-top: 1.8em; }
  .entry-content h3 { margin-left: -8px; margin-right: -8px; padding: 14px 13px; }
  .entry-content .wp-block-table, .entry-content .table-scroll { margin-right: 0; margin-left: 0; }
  .comments-area { width: min(calc(100% - 16px), 1080px); padding: 30px 20px; }
  .comment-body { padding: 18px 14px 16px 66px; }
  .comment-author .avatar { top: 18px; left: 14px; width: 38px; height: 38px; }
  .comment-list .children { margin-left: 10px; padding-left: 10px; }
  .post-navigation .nav-links { grid-template-columns: 1fr; gap: 28px; }
  .post-navigation .nav-next { text-align: left; }
  .footer-grid { flex-direction: column; }
  .footer-navigation ul { justify-content: flex-start; }
  .footer-bottom { flex-direction: column; }
  .footer-languages { align-items: flex-start; flex-direction: column; gap: 8px; }
}

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