/*
Theme Name: Kidzcraft
Theme URI: https://kidzcraft.pl/
Author: Kidzcraft
Description: Lekki, responsywny motyw magazynowy dla portalu z artykułami o wielu tematach.
Version: 1.0.1
Requires at least: 6.2
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: kidzcraft
Tags: blog, news, grid-layout, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, wide-blocks
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
  --kc-navy: #062653;
  --kc-navy-2: #0a356b;
  --kc-coral: #ff6548;
  --kc-coral-dark: #e94e34;
  --kc-teal: #10a99e;
  --kc-ink: #10233f;
  --kc-muted: #667085;
  --kc-line: #e6ebf1;
  --kc-surface: #ffffff;
  --kc-warm: #faf9f6;
  --kc-radius-sm: 10px;
  --kc-radius: 16px;
  --kc-radius-lg: 24px;
  --kc-shadow: 0 12px 34px rgba(6, 38, 83, .08);
  --kc-container: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--kc-ink);
  background: var(--kc-warm);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--kc-coral); }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4 { margin-top: 0; color: var(--kc-navy); line-height: 1.14; letter-spacing: -.025em; }
p { margin-top: 0; }

.screen-reader-text {
  position: absolute !important; 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 {
  top: 8px; left: 8px; z-index: 100000; width: auto; height: auto; padding: 12px 16px;
  clip: auto; color: var(--kc-navy); background: #fff; border-radius: 8px;
}
:focus-visible { outline: 3px solid rgba(16, 169, 158, .48); outline-offset: 3px; }
.kc-container { width: min(calc(100% - 40px), var(--kc-container)); margin-inline: auto; }
.site-main { min-height: 60vh; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 1000; background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid var(--kc-line); backdrop-filter: blur(14px);
}
.admin-bar .site-header { top: 32px; }
.header-inner {
  width: min(calc(100% - 28px), 1480px); min-height: 82px;
  display: flex; align-items: center; gap: clamp(16px, 1.5vw, 28px);
}
.site-branding { flex: 0 0 auto; }
.site-branding img, .custom-logo { width: auto; max-width: 182px; max-height: 54px; object-fit: contain; }
.brand-link { display: inline-flex; align-items: center; }
.site-title { font-weight: 850; font-size: 1.55rem; color: var(--kc-navy); }
.primary-nav { min-width: 0; margin-left: auto; }
.primary-nav ul, .footer-menu, .social-links { list-style: none; padding: 0; margin: 0; }
.primary-nav > ul { display: flex; align-items: center; justify-content: flex-end; gap: clamp(9px, .8vw, 16px); }
.primary-nav li { position: relative; }
.primary-nav a { display: block; padding: 12px 0; font-weight: 750; font-size: clamp(.8rem, .78vw, .9rem); line-height: 1.35; color: var(--kc-navy); }
.primary-nav a:hover, .primary-nav .current-menu-item > a, .primary-nav .current-menu-ancestor > a { color: var(--kc-coral); }
.primary-nav .sub-menu {
  display: none; position: absolute; top: 100%; left: -18px; min-width: 210px; padding: 10px 18px;
  background: #fff; border: 1px solid var(--kc-line); border-radius: 12px; box-shadow: var(--kc-shadow);
}
.primary-nav li:hover > .sub-menu, .primary-nav li:focus-within > .sub-menu { display: block; }
.header-actions { display: flex; flex: 0 0 auto; align-items: center; gap: 10px; }
.icon-button, .menu-toggle {
  display: inline-grid; place-items: center; width: 44px; height: 44px; padding: 0;
  color: var(--kc-navy); background: transparent; border: 0; border-radius: 50%;
}
.icon-button:hover, .menu-toggle:hover { background: #f2f5f8; }
.header-cta, .button, .wp-block-button__link {
  display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 22px;
  color: #fff; background: var(--kc-coral); border: 0; border-radius: 999px; font-weight: 800;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.header-cta:hover, .button:hover, .wp-block-button__link:hover {
  color: #fff; background: var(--kc-coral-dark); transform: translateY(-1px); box-shadow: 0 8px 20px rgba(255, 101, 72, .25);
}
.menu-toggle { display: none; }
.search-panel { display: none; padding: 16px 0; background: #fff; border-top: 1px solid var(--kc-line); }
.search-panel.is-open { display: block; }
.search-form { display: flex; gap: 10px; }
.search-field {
  width: 100%; min-height: 48px; padding: 11px 16px; color: var(--kc-ink); background: #fff;
  border: 1px solid #cfd7e2; border-radius: 12px;
}
.search-submit { min-width: 116px; color: #fff; background: var(--kc-navy); border: 0; border-radius: 12px; font-weight: 800; }

/* Common editorial components */
.section { padding: 34px 0; }
.section-lg { padding: 52px 0; }
.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.section-heading h2 { margin: 0; font-size: clamp(1.65rem, 3vw, 2.25rem); }
.section-link { flex: none; color: var(--kc-coral); font-weight: 800; font-size: .92rem; }
.section-link::after { content: " →"; }
.eyebrow, .category-pill, .card-category {
  display: inline-flex; align-items: center; width: fit-content; margin-bottom: 12px; padding: 5px 11px;
  color: #fff; background: var(--kc-teal); border-radius: 999px; font-size: .72rem; font-weight: 850;
  letter-spacing: .035em; line-height: 1.2; text-transform: uppercase;
}
.category-pill.coral, .card-category.coral { background: var(--kc-coral); }
.post-meta { display: flex; flex-wrap: wrap; gap: 8px 16px; color: var(--kc-muted); font-size: .82rem; }
.post-meta span { display: inline-flex; align-items: center; gap: 6px; }
.post-meta svg { width: 15px; height: 15px; }
.placeholder-image { display: block; width: 100%; height: 100%; min-height: 220px; background: linear-gradient(135deg, #e9f6f5, #fff2ee); }

/* Home hero */
.home-hero { padding: 30px 0 22px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.72fr) minmax(290px, .9fr); gap: 20px; }
.hero-primary {
  position: relative; min-height: 520px; overflow: hidden; color: #fff; background: var(--kc-navy);
  border-radius: var(--kc-radius); box-shadow: var(--kc-shadow);
}
.hero-primary > a { position: absolute; inset: 0; }
.hero-primary img { width: 100%; height: 100%; object-fit: cover; }
.hero-primary::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(90deg, rgba(6, 38, 83, .98) 0%, rgba(6, 38, 83, .9) 38%, rgba(6, 38, 83, .2) 70%, transparent 100%);
}
.hero-content { position: relative; z-index: 2; width: min(82%, 680px); padding: clamp(28px, 3.4vw, 56px); }
.hero-content h1 {
  display: -webkit-box; max-width: 18ch; margin-bottom: 18px; overflow: hidden;
  color: #fff; font-size: clamp(2.15rem, 3.15vw, 3.5rem); line-height: 1.04;
  overflow-wrap: anywhere; -webkit-box-orient: vertical; -webkit-line-clamp: 4;
}
.hero-content p { color: rgba(255,255,255,.83); }
.read-more { display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; padding-bottom: 5px; color: #fff; border-bottom: 2px solid var(--kc-coral); font-weight: 800; }
.read-more:hover { color: #fff; }
.hero-secondary { display: grid; grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 20px; }
.hero-side-card { position: relative; min-height: 250px; overflow: hidden; border-radius: var(--kc-radius); background: #dce8ea; }
.hero-side-card > a { position: absolute; inset: 0; }
.hero-side-card img { width: 100%; height: 100%; object-fit: cover; }
.hero-side-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,23,50,.05), rgba(5,23,50,.82)); }
.hero-side-content { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 24px; color: #fff; }
.hero-side-content h2 { margin: 0; color: #fff; font-size: clamp(1.2rem, 2vw, 1.55rem); }

/* Cards and grids */
.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.post-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; background: #fff; border: 1px solid var(--kc-line); border-radius: var(--kc-radius); transition: transform .22s ease, box-shadow .22s ease; }
.post-card:hover { transform: translateY(-4px); box-shadow: var(--kc-shadow); }
.card-media { display: block; aspect-ratio: 16 / 11; overflow: hidden; background: #edf3f4; }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.post-card:hover .card-media img { transform: scale(1.025); }
.card-body { display: flex; flex: 1; flex-direction: column; padding: 22px; }
.card-title { margin-bottom: 10px; font-size: clamp(1.15rem, 2vw, 1.4rem); }
.card-title a:hover { color: var(--kc-coral); }
.card-excerpt { color: var(--kc-muted); font-size: .93rem; }
.card-body .post-meta { margin-top: auto; padding-top: 10px; }

.popular-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.compact-card { overflow: hidden; background: #fff; border: 1px solid var(--kc-line); border-radius: var(--kc-radius-sm); }
.compact-card .card-media { aspect-ratio: 16 / 9; }
.compact-card .card-body { padding: 16px; }
.compact-card .card-title { font-size: 1rem; }
.compact-card .card-category { color: var(--kc-teal); background: transparent; padding: 0; }

/* Archives */
.page-header { padding: 54px 0 34px; background: #fff; border-bottom: 1px solid var(--kc-line); }
.page-header-inner { max-width: 800px; }
.page-header h1 { margin-bottom: 10px; font-size: clamp(2.25rem, 5vw, 4rem); }
.archive-description { color: var(--kc-muted); font-size: 1.08rem; }
.archive-description p:last-child { margin-bottom: 0; }
.archive-main { padding: 46px 0 70px; }
.pagination { margin-top: 38px; }
.nav-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.page-numbers { display: grid; place-items: center; min-width: 44px; min-height: 44px; padding: 6px 12px; background: #fff; border: 1px solid var(--kc-line); border-radius: 10px; font-weight: 750; }
.page-numbers.current, .page-numbers:hover { color: #fff; background: var(--kc-navy); border-color: var(--kc-navy); }
.no-results { padding: 50px; text-align: center; background: #fff; border: 1px solid var(--kc-line); border-radius: var(--kc-radius); }

/* Single article */
.single-hero { padding: 54px 0 30px; background: #fff; }
.breadcrumbs { margin-bottom: 22px; color: var(--kc-muted); font-size: .86rem; }
.breadcrumbs a { color: var(--kc-teal); font-weight: 750; }
.single-header { max-width: 920px; }
.single-header h1 { margin-bottom: 20px; font-size: clamp(2.35rem, 5vw, 4.7rem); }
.single-deck { color: var(--kc-muted); font-size: clamp(1.05rem, 2vw, 1.28rem); }
.single-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 22px; margin-top: 26px; }
.author-chip { display: flex; align-items: center; gap: 10px; font-weight: 750; }
.author-chip img { width: 40px; height: 40px; border-radius: 50%; }
.single-cover { width: min(calc(100% - 40px), var(--kc-container)); margin: 0 auto; overflow: hidden; border-radius: var(--kc-radius-lg); }
.single-cover img { width: 100%; max-height: 700px; object-fit: cover; }
.single-layout { display: grid; grid-template-columns: minmax(0, 780px) minmax(250px, 320px); justify-content: space-between; gap: 64px; padding: 48px 0 72px; }
.entry-content { color: #263a55; font-family: Georgia, "Times New Roman", serif; font-size: 1.12rem; }
.entry-content > * { max-width: 760px; }
.entry-content h2, .entry-content h3, .entry-content h4 { margin-top: 1.8em; font-family: Inter, ui-sans-serif, system-ui, sans-serif; }
.entry-content h2 { font-size: clamp(1.75rem, 3vw, 2.3rem); }
.entry-content a { color: var(--kc-teal); text-decoration: underline; text-underline-offset: 3px; }
.entry-content blockquote { margin: 32px 0; padding: 10px 0 10px 26px; color: var(--kc-navy); border-left: 4px solid var(--kc-coral); font-size: 1.25rem; font-style: italic; }
.entry-content img { border-radius: 14px; }
.entry-content .alignwide { max-width: 980px; margin-left: 50%; transform: translateX(-50%); }
.entry-content .alignfull { width: 100vw; max-width: 100vw; margin-left: 50%; transform: translateX(-50%); }
.entry-content table { width: 100%; border-collapse: collapse; }
.entry-content th, .entry-content td { padding: 10px; border: 1px solid var(--kc-line); }
.entry-content pre { overflow-x: auto; padding: 18px; background: #eef3f8; border-radius: 10px; }
.article-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 36px; padding-top: 24px; border-top: 1px solid var(--kc-line); }
.article-tags a { padding: 6px 11px; color: var(--kc-navy); background: #eef3f8; border-radius: 999px; font: 750 .82rem/1.4 Inter, sans-serif; text-decoration: none; }
.author-box { display: grid; grid-template-columns: auto 1fr; gap: 18px; margin-top: 38px; padding: 25px; background: #fff; border: 1px solid var(--kc-line); border-radius: var(--kc-radius); }
.author-box img { border-radius: 50%; }
.author-box h2 { margin-bottom: 7px; font-size: 1.2rem; }
.author-box p { margin: 0; color: var(--kc-muted); }
.single-sidebar { position: sticky; top: 114px; align-self: start; }
.sidebar-widget { margin-bottom: 22px; padding: 22px; background: #fff; border: 1px solid var(--kc-line); border-radius: var(--kc-radius); }
.sidebar-widget h2 { margin-bottom: 16px; font-size: 1.25rem; }
.sidebar-list { list-style: none; margin: 0; padding: 0; }
.sidebar-list li + li { margin-top: 13px; padding-top: 13px; border-top: 1px solid var(--kc-line); }
.sidebar-list a { font-weight: 750; line-height: 1.35; }
.category-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.category-list a { padding: 7px 11px; color: var(--kc-navy); background: #eef3f8; border-radius: 999px; font-size: .82rem; font-weight: 750; }
.post-navigation { margin-top: 34px; }
.post-navigation .nav-links { display: grid; grid-template-columns: 1fr 1fr; }
.post-navigation a { display: block; padding: 18px; background: #fff; border: 1px solid var(--kc-line); border-radius: 12px; font-weight: 750; }
.post-navigation .nav-next { text-align: right; }

/* Comments */
.comments-area { margin-top: 40px; }
.comments-title { font-size: 1.5rem; }
.comment-list { list-style: none; padding: 0; }
.comment-body { margin-bottom: 16px; padding: 20px; background: #fff; border: 1px solid var(--kc-line); border-radius: 12px; }
.comment-author { display: flex; align-items: center; gap: 10px; }
.comment-author img { border-radius: 50%; }
.comment-metadata { margin: 4px 0 12px 42px; color: var(--kc-muted); font-size: .78rem; }
.comment-form input:not([type="submit"]), .comment-form textarea { width: 100%; padding: 12px; border: 1px solid #cfd7e2; border-radius: 10px; }
.comment-form .submit { min-height: 46px; padding: 10px 20px; color: #fff; background: var(--kc-coral); border: 0; border-radius: 999px; font-weight: 800; }

/* Footer */
.site-footer { color: rgba(255,255,255,.8); background: var(--kc-navy); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: clamp(32px, 5vw, 76px); padding: 54px 0 38px; }
.footer-brand img { width: 175px; height: auto; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 270px; margin-top: 18px; font-size: .9rem; }
.footer-title { margin-bottom: 14px; color: #fff; font-size: 1rem; }
.footer-menu li + li { margin-top: 8px; }
.footer-menu a { font-size: .9rem; }
.social-links { display: flex; gap: 10px; margin-top: 20px; }
.social-links a { display: grid; place-items: center; width: 38px; height: 38px; color: #fff; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; }
.footer-bottom { padding: 20px 0; text-align: center; border-top: 1px solid rgba(255,255,255,.12); font-size: .82rem; }

/* WordPress */
.wp-caption { max-width: 100%; }
.wp-caption-text, .gallery-caption { color: var(--kc-muted); font-size: .8rem; }
.sticky { position: relative; }
.sticky::before { content: "Wyróżniony"; position: absolute; z-index: 3; top: 12px; right: 12px; padding: 4px 9px; color: #fff; background: var(--kc-coral); border-radius: 999px; font-size: .7rem; font-weight: 800; }
.bypostauthor .comment-body { border-left: 4px solid var(--kc-teal); }
.alignleft { float: left; margin: 0 24px 18px 0; }
.alignright { float: right; margin: 0 0 18px 24px; }
.aligncenter { display: block; margin-right: auto; margin-left: auto; }

@media (max-width: 1450px) {
  .header-cta { display: none; }
  .header-inner { gap: 14px; }
  .primary-nav > ul { gap: 9px; }
  .primary-nav a { font-size: .8rem; }
}

@media (max-width: 1180px) {
  .header-inner { min-height: 70px; }
  .site-branding img, .custom-logo { max-width: 150px; max-height: 46px; }
  .menu-toggle { display: inline-grid; }
  .primary-nav {
    position: fixed; top: 70px; right: 0; bottom: 0; left: 0; display: none; margin: 0;
    padding: 20px 24px 32px; overflow-y: auto; background: #fff;
  }
  .admin-bar .primary-nav { top: 102px; }
  .primary-nav.is-open { display: block; }
  .primary-nav > ul { display: block; }
  .primary-nav a { padding: 14px 4px; border-bottom: 1px solid var(--kc-line); font-size: 1.06rem; }
  .primary-nav .sub-menu { position: static; display: block; padding: 0 0 0 16px; border: 0; box-shadow: none; }
  .header-actions { margin-left: auto; }
}

@media (max-width: 1050px) {
  .hero-primary { min-height: 460px; }
  .hero-content { width: min(78%, 610px); }
  .post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .popular-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .single-layout { grid-template-columns: minmax(0, 1fr) 270px; gap: 36px; }
  .footer-grid { grid-template-columns: 1.25fr repeat(2, 1fr); gap: 28px; }
}

@media (max-width: 820px) {
  .admin-bar .site-header { top: 46px; }
  .kc-container { width: min(calc(100% - 28px), var(--kc-container)); }
  .header-inner { min-height: 70px; gap: 10px; }
  .site-branding img, .custom-logo { max-width: 150px; max-height: 46px; }
  .menu-toggle { display: inline-grid; }
  .primary-nav {
    position: fixed; top: 70px; right: 0; bottom: 0; left: 0; display: none; margin: 0;
    padding: 20px 24px 32px; overflow-y: auto; background: #fff;
  }
  .admin-bar .primary-nav { top: 116px; }
  .primary-nav.is-open { display: block; }
  .primary-nav > ul { display: block; }
  .primary-nav a { padding: 14px 4px; border-bottom: 1px solid var(--kc-line); font-size: 1.06rem; }
  .primary-nav .sub-menu { position: static; display: block; padding: 0 0 0 16px; border: 0; box-shadow: none; }
  .header-actions { margin-left: auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-primary { min-height: 490px; }
  .hero-primary::after { background: linear-gradient(0deg, rgba(6,38,83,.98) 0%, rgba(6,38,83,.72) 55%, rgba(6,38,83,.12) 100%); }
  .hero-content { position: absolute; right: 0; bottom: 0; left: 0; width: 100%; padding: 28px; }
  .hero-content h1 { max-width: 560px; font-size: clamp(2.2rem, 8vw, 3.7rem); }
  .hero-content p { max-width: 540px; }
  .hero-secondary { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: none; }
  .single-layout { grid-template-columns: 1fr; }
  .single-sidebar { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
}

@media (max-width: 600px) {
  body { font-size: 15px; }
  .section, .section-lg { padding: 30px 0; }
  .header-inner { min-height: 66px; }
  .site-branding img, .custom-logo { max-width: 132px; }
  .primary-nav { top: 66px; }
  .admin-bar .primary-nav { top: 112px; }
  .icon-button, .menu-toggle { width: 40px; height: 40px; }
  .home-hero { padding-top: 14px; }
  .hero-primary { min-height: 440px; }
  .hero-content { padding: 24px 20px; }
  .hero-content h1 { max-width: 100%; font-size: clamp(2rem, 10vw, 3rem); -webkit-line-clamp: 4; }
  .hero-content p { display: none; }
  .hero-secondary { display: grid; grid-template-columns: 1fr; }
  .hero-side-card { min-height: 220px; }
  .section-heading { align-items: flex-end; }
  .section-heading h2 { font-size: 1.65rem; }
  .section-link { font-size: .8rem; }
  .post-grid, .popular-grid { grid-template-columns: 1fr; }
  .post-card { display: grid; grid-template-columns: 116px minmax(0, 1fr); }
  .post-card .card-media { height: 100%; min-height: 168px; aspect-ratio: auto; }
  .post-card .card-body { padding: 15px; }
  .post-card .card-excerpt { display: none; }
  .post-card .card-title { margin-bottom: 8px; font-size: 1.04rem; }
  .post-card .post-meta span:not(:first-child) { display: none; }
  .compact-card { display: grid; grid-template-columns: 116px minmax(0, 1fr); }
  .compact-card .card-media { height: 100%; aspect-ratio: auto; }
  .page-header { padding: 34px 0 24px; }
  .archive-main { padding-top: 28px; }
  .single-hero { padding: 32px 0 22px; }
  .single-header h1 { font-size: clamp(2rem, 10vw, 3rem); }
  .single-cover { width: 100%; border-radius: 0; }
  .single-layout { padding-top: 30px; }
  .entry-content { font-size: 1.05rem; }
  .entry-content .alignwide { max-width: calc(100vw - 28px); }
  .single-sidebar { grid-template-columns: 1fr; }
  .post-navigation .nav-links { grid-template-columns: 1fr; }
  .post-navigation .nav-next { text-align: left; }
  .author-box { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; padding-top: 40px; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
