/*
Theme Name: Thông Cống Nghẹt 268
Theme URI: https://thongcongnghet268.com/
Author: Thông Cống Nghẹt 268
Description: Theme dịch vụ thông cống và bảo trì đường ống, tối ưu nội dung, tốc độ và thiết bị di động.
Version: 1.0.4
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: tcn268
*/

:root {
    --navy: #073b66;
    --navy-dark: #042945;
    --blue: #087db8;
    --cyan: #11a9d4;
    --orange: #f26a21;
    --orange-dark: #d95313;
    --ink: #17212b;
    --muted: #5d6b78;
    --line: #dce5ec;
    --soft: #f4f8fb;
    --white: #ffffff;
    --radius: 14px;
    --shadow: 0 16px 44px rgba(6, 45, 76, 0.12);
    --container: 1180px;
}

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

html { scroll-behavior: smooth; }

body {
    margin: 0;
    color: var(--ink);
    background: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: var(--blue);
    text-decoration: none;
}

a:hover,
a:focus { color: var(--orange-dark); }

button,
input,
textarea,
select { font: inherit; }

button,
a { -webkit-tap-highlight-color: transparent; }

h1,
h2,
h3,
h4 {
    color: var(--navy-dark);
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.2;
    margin: 0 0 0.65em;
}

h1 { font-size: clamp(2.1rem, 4.6vw, 4.35rem); }
h2 { font-size: clamp(1.65rem, 3vw, 2.55rem); }
h3 { font-size: clamp(1.15rem, 2vw, 1.45rem); }
p { margin: 0 0 1.2em; }
ul,
ol { margin: 0 0 1.4em; }

.container {
    width: min(100% - 40px, var(--container));
    margin-inline: auto;
}

.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 {
    clip: auto !important;
    width: auto;
    height: auto;
    padding: 12px 18px;
    top: 8px;
    left: 8px;
    z-index: 100000;
    background: #fff;
    color: var(--navy);
    box-shadow: var(--shadow);
}

.button,
.wp-block-button__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 11px 24px;
    border: 2px solid var(--orange);
    border-radius: 8px;
    background: var(--orange);
    color: #fff;
    font-weight: 800;
    line-height: 1.2;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.button:hover,
.button:focus,
.wp-block-button__link:hover {
    border-color: var(--orange-dark);
    background: var(--orange-dark);
    color: #fff;
    transform: translateY(-1px);
}

.button-secondary {
    border-color: rgba(255, 255, 255, 0.74);
    background: rgba(4, 41, 69, 0.72);
}

.button-light {
    border-color: #fff;
    background: #fff;
    color: var(--navy);
}

.button-light:hover,
.button-light:focus {
    border-color: var(--soft);
    background: var(--soft);
    color: var(--navy-dark);
}

.eyebrow {
    margin: 0 0 10px;
    color: var(--orange-dark);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

/* Header */
.site-header {
    position: relative;
    z-index: 50;
    background: #fff;
    box-shadow: 0 4px 24px rgba(4, 41, 69, 0.07);
}

.utility-bar {
    background: var(--navy-dark);
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.83rem;
}

.utility-inner,
.branding-inner,
.navigation-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.utility-inner { min-height: 38px; gap: 24px; }
.utility-inner p { margin: 0; }
.utility-links { display: flex; gap: 22px; }
.utility-links a { color: #fff; font-weight: 700; }

.branding-inner { min-height: 105px; gap: 30px; }
.site-brand { display: inline-flex; align-items: center; gap: 12px; color: var(--navy-dark); }
.site-brand:hover { color: var(--navy-dark); }
.brand-mark,
.custom-logo { width: 76px; height: 76px; object-fit: contain; }
.custom-logo-link { display: inline-flex; }
.brand-copy { display: grid; line-height: 1.25; }
.brand-copy strong { font-size: clamp(1.15rem, 2vw, 1.55rem); text-transform: uppercase; }
.brand-copy small { margin-top: 6px; color: var(--muted); font-size: 0.83rem; font-weight: 600; letter-spacing: 0.03em; }
.header-assurances { display: flex; align-items: center; gap: 24px; color: var(--muted); font-size: 0.9rem; }
.header-assurances span { display: grid; }
.header-assurances b { color: var(--navy); font-size: 1rem; }

.navigation-bar { background: var(--navy); }
.navigation-inner { position: relative; min-height: 56px; }
.main-navigation { flex: 1; }
.main-navigation ul { display: flex; align-items: stretch; gap: 2px; padding: 0; margin: 0; list-style: none; }
.main-navigation li { position: relative; }
.main-navigation a { display: flex; align-items: center; min-height: 56px; padding: 0 16px; color: #fff; font-size: 0.91rem; font-weight: 750; }
.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a { background: rgba(255, 255, 255, 0.11); color: #fff; }
.main-navigation .sub-menu { position: absolute; top: 100%; left: 0; display: none; width: 240px; padding: 8px; background: #fff; box-shadow: var(--shadow); }
.main-navigation li:hover > .sub-menu,
.main-navigation li:focus-within > .sub-menu { display: block; }
.main-navigation .sub-menu a { min-height: 42px; color: var(--ink); border-radius: 6px; }
.menu-toggle { display: none; }
.header-search-toggle { width: 44px; height: 44px; border: 0; border-left: 1px solid rgba(255,255,255,.2); background: transparent; color: #fff; cursor: pointer; font-size: 1.65rem; }
.header-search { position: absolute; top: calc(100% + 10px); right: 0; width: min(420px, calc(100vw - 40px)); padding: 16px; border: 1px solid var(--line); border-radius: 10px; background: #fff; box-shadow: var(--shadow); }

/* Search */
.search-form { display: flex; gap: 8px; }
.search-form label { flex: 1; }
.search-field { width: 100%; min-height: 45px; padding: 9px 12px; border: 1px solid #bdcbd6; border-radius: 7px; color: var(--ink); background: #fff; }
.search-field:focus { outline: 3px solid rgba(17, 169, 212, 0.22); border-color: var(--cyan); }
.search-submit { min-width: 68px; border: 0; border-radius: 7px; background: var(--orange); color: #fff; font-weight: 800; cursor: pointer; }

/* Homepage content stored in the WordPress page */
.front-page-main .page-article { margin: 0; }
.front-page-main .entry-content { max-width: none; }
.home-hero {
    position: relative;
    min-height: 620px;
    display: grid;
    align-items: center;
    overflow: hidden;
    background: var(--navy-dark);
    color: #fff;
}
.home-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 58%; opacity: 0.53; }
.home-hero::after { content: ""; position: absolute; inset: 0; background: rgba(3, 30, 50, 0.54); }
.home-hero .hero-content { position: relative; z-index: 2; width: min(100% - 40px, var(--container)); margin: 0 auto; padding: 100px 0; }
.home-hero .hero-copy { max-width: 720px; }
.home-hero h1 { color: #fff; text-shadow: 0 2px 16px rgba(0,0,0,.25); }
.home-hero .hero-lead { max-width: 660px; font-size: clamp(1.08rem, 2vw, 1.3rem); color: rgba(255,255,255,.9); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; max-width: 760px; margin-top: 46px; overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 10px; background: rgba(255,255,255,.18); }
.hero-facts span { display: grid; padding: 14px 18px; background: rgba(4,41,69,.7); color: rgba(255,255,255,.82); font-size: .84rem; }
.hero-facts strong { color: #fff; font-size: 1.02rem; }

.trust-strip { background: var(--navy); color: #fff; }
.trust-strip .inner { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 22px 24px; border-right: 1px solid rgba(255,255,255,.13); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; font-size: 1.05rem; }
.trust-item span { color: rgba(255,255,255,.72); font-size: .86rem; }

.home-section { padding: 88px 0; }
.home-section.soft { background: var(--soft); }
.section-heading { max-width: 760px; margin: 0 auto 42px; text-align: center; }
.section-heading p:last-child { color: var(--muted); }
.section-heading.compact-heading { margin: 0 0 26px; text-align: left; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.service-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 8px 28px rgba(6,45,76,.07); }
.service-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.service-card-content { padding: 24px; }
.service-card-content p { color: var(--muted); }
.service-card h3 { margin-bottom: 10px; }
.service-number { display: inline-flex; width: 36px; height: 36px; align-items: center; justify-content: center; margin-bottom: 14px; border-radius: 50%; background: #e9f7fb; color: var(--blue); font-weight: 900; }
.text-link { font-weight: 800; }

.split-section { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); align-items: center; gap: clamp(36px, 7vw, 88px); }
.split-image { position: relative; }
.split-image img { width: 100%; aspect-ratio: 5/4; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.split-badge { position: absolute; right: -18px; bottom: 24px; max-width: 210px; padding: 16px 18px; border-radius: 10px; background: var(--orange); color: #fff; font-weight: 800; box-shadow: var(--shadow); }
.check-list { padding: 0; list-style: none; }
.check-list li { position: relative; padding: 10px 0 10px 34px; border-bottom: 1px solid var(--line); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--orange); font-weight: 900; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: process; }
.process-step { position: relative; padding: 28px 22px; border: 1px solid var(--line); border-radius: 12px; background: #fff; counter-increment: process; }
.process-step::before { content: "0" counter(process); display: block; margin-bottom: 18px; color: var(--cyan); font-size: 2.1rem; font-weight: 900; line-height: 1; }
.process-step p { margin-bottom: 0; color: var(--muted); font-size: .93rem; }

.price-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.price-table { width: 100%; border-collapse: collapse; min-width: 680px; }
.price-table th,
.price-table td { padding: 17px 20px; border-bottom: 1px solid var(--line); text-align: left; }
.price-table th { background: var(--navy); color: #fff; font-size: .9rem; }
.price-table tr:last-child td { border-bottom: 0; }
.price-note { margin-top: 16px; color: var(--muted); font-size: .9rem; }

.case-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 24px; }
.case-card { position: relative; min-height: 440px; overflow: hidden; border-radius: var(--radius); background: var(--navy-dark); }
.case-card.small { min-height: 208px; }
.case-stack { display: grid; gap: 24px; }
.case-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .62; }
.case-card::after { content: ""; position: absolute; inset: 0; background: rgba(4,41,69,.42); }
.case-content { position: absolute; z-index: 2; inset: auto 0 0; padding: 28px; color: #fff; }
.case-content h3 { color: #fff; margin-bottom: 8px; }
.case-content p { margin: 0; color: rgba(255,255,255,.82); }

.area-band { padding: 60px 0; background: var(--navy-dark); color: #fff; }
.area-band h2 { color: #fff; }
.area-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 60px; align-items: center; }
.area-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.area-tags span { padding: 8px 13px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; color: rgba(255,255,255,.9); }

.faq-list { max-width: 880px; margin: 0 auto; }
.faq-list details { padding: 20px 0; border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; color: var(--navy-dark); font-weight: 800; }
.faq-list details p { padding: 14px 30px 0 0; margin: 0; color: var(--muted); }

.contact-panel { display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; padding: clamp(28px, 5vw, 58px); border-radius: var(--radius); background: var(--navy); color: #fff; }
.contact-panel h2,
.contact-panel h3 { color: #fff; }
.contact-panel a { color: #fff; }
.contact-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.contact-card { padding: 20px; border: 1px solid rgba(255,255,255,.18); border-radius: 10px; background: rgba(255,255,255,.08); }
.contact-card strong { display: block; margin-bottom: 5px; }

/* Interior content */
.site-main { min-height: 50vh; }
.page-shell,
.archive-main > .container,
.single .site-main > .container { padding-top: 34px; padding-bottom: 80px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 32px; color: var(--muted); font-size: .84rem; }
.breadcrumbs a { color: var(--muted); }
.breadcrumbs span[aria-current] { color: var(--ink); }
.page-article:not(.type-page) { margin: 0; }
.page-entry-header { max-width: 880px; margin: 24px auto 36px; text-align: center; }
.page-lead { color: var(--muted); font-size: 1.1rem; }
.page-featured { max-width: 1040px; margin: 0 auto 42px; }
.page-featured img { width: 100%; max-height: 560px; object-fit: cover; border-radius: var(--radius); }
.page-shell .entry-content { max-width: 860px; margin: 0 auto; }
.entry-content > *:first-child { margin-top: 0; }
.entry-content h2 { margin-top: 1.6em; }
.entry-content h3 { margin-top: 1.5em; }
.entry-content blockquote { margin: 2em 0; padding: 20px 24px; border-left: 4px solid var(--orange); background: var(--soft); color: var(--navy-dark); font-size: 1.08rem; }
.entry-content table { width: 100%; border-collapse: collapse; }
.entry-content th,
.entry-content td { padding: 12px 14px; border: 1px solid var(--line); text-align: left; }
.entry-content th { background: var(--soft); }

.content-sidebar-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 46px; align-items: start; }
.single-entry-header { margin-bottom: 28px; }
.single-entry-header .entry-title { font-size: clamp(2rem, 4vw, 3.3rem); }
.entry-categories { margin-bottom: 14px; color: var(--orange-dark); font-size: .82rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.entry-meta { display: flex; gap: 18px; color: var(--muted); font-size: .88rem; }
.single-featured { margin: 0 0 34px; }
.single-featured img { width: 100%; max-height: 540px; object-fit: cover; border-radius: var(--radius); }
.reading-content { font-size: 1.05rem; }
.reading-content > p,
.reading-content > ul,
.reading-content > ol { max-width: 760px; }
.entry-footer { padding-top: 28px; margin-top: 34px; border-top: 1px solid var(--line); }
.tag-links { font-size: .9rem; }

.archive-header { margin: 20px 0 38px; max-width: 820px; }
.archive-header h1 { font-size: clamp(2rem, 4vw, 3.3rem); }
.archive-header p,
.archive-description { color: var(--muted); font-size: 1.04rem; }
.post-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.post-card { overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: 0 7px 24px rgba(6,45,76,.06); }
.post-card-media { display: block; overflow: hidden; }
.post-card-media img { width: 100%; aspect-ratio: 16/10; object-fit: cover; transition: transform .35s ease; }
.post-card:hover .post-card-media img { transform: scale(1.025); }
.post-card-body { padding: 22px; }
.post-card-meta { margin-bottom: 9px; color: var(--orange-dark); font-size: .74rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.post-card-title { margin-bottom: 10px; font-size: 1.27rem; }
.post-card-title a { color: var(--navy-dark); }
.post-card-body p { color: var(--muted); font-size: .93rem; }
.navigation.pagination { grid-column: 1 / -1; margin-top: 20px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.page-numbers { display: inline-flex; min-width: 40px; min-height: 40px; align-items: center; justify-content: center; padding: 6px 10px; border: 1px solid var(--line); border-radius: 7px; font-weight: 700; }
.page-numbers.current { border-color: var(--navy); background: var(--navy); color: #fff; }

.sidebar { position: sticky; top: 24px; display: grid; gap: 22px; }
.widget { padding: 24px; border: 1px solid var(--line); border-radius: 11px; background: #fff; }
.widget-title { padding-bottom: 12px; margin-bottom: 16px; border-bottom: 2px solid var(--orange); font-size: 1.18rem; }
.widget ul { padding: 0; margin: 0; list-style: none; }
.widget li { padding: 9px 0; border-bottom: 1px solid var(--line); }
.widget li:last-child { border-bottom: 0; }
.widget li a { color: var(--ink); }
.sidebar-contact { border: 0; background: var(--navy); color: #fff; }
.sidebar-contact h2 { color: #fff; }
.sidebar-contact .eyebrow { color: #ffb187; }

.related-posts { padding-top: 52px; margin-top: 52px; border-top: 1px solid var(--line); }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.related-grid .post-card-body { padding: 16px; }
.related-grid .post-card-title { font-size: 1rem; }
.related-grid .post-card-body p,
.related-grid .text-link { display: none; }

.no-results { grid-column: 1/-1; padding: 42px; border-radius: var(--radius); background: var(--soft); text-align: center; }
.no-results .search-form { max-width: 520px; margin: 24px auto 0; }
.error-main { display: grid; place-items: center; padding: 100px 0; background: var(--soft); text-align: center; }
.error-content { max-width: 650px; }
.error-code { margin: 0; color: var(--cyan); font-size: clamp(5rem, 16vw, 9rem); font-weight: 900; line-height: 1; }
.error-content .search-form { max-width: 520px; margin: 28px auto 20px; }

/* Footer */
.footer-cta { padding: 46px 0; background: var(--orange); color: #fff; }
.footer-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.footer-cta h2 { margin-bottom: 8px; color: #fff; }
.footer-cta p { margin: 0; }
.footer-cta .eyebrow { color: #fff; opacity: .8; }
.footer-main { padding: 68px 0; background: var(--navy-dark); color: rgba(255,255,255,.72); }
.footer-grid { display: grid; grid-template-columns: 1.25fr .8fr 1fr .9fr; gap: 38px; }
.footer-main h2 { color: #fff; font-size: 1.14rem; }
.footer-main a { color: rgba(255,255,255,.86); }
.footer-main a:hover { color: #fff; }
.footer-brand img { margin-bottom: 14px; }
.footer-list,
.contact-list { padding: 0; margin: 0; list-style: none; }
.footer-list li,
.contact-list li { padding: 6px 0; }
.footer-bottom { padding: 17px 0; background: #021d31; color: rgba(255,255,255,.7); font-size: .84rem; text-align: center; }

/* WordPress alignment */
.alignwide { max-width: 1080px; margin-left: auto; margin-right: auto; }
.alignfull { width: 100vw; max-width: none; margin-left: calc(50% - 50vw); }
.wp-caption { max-width: 100%; }
.wp-caption-text { color: var(--muted); font-size: .84rem; }
.gallery-caption { color: var(--muted); }
.sticky { border-color: var(--cyan); }
.bypostauthor { display: block; }

@media (max-width: 980px) {
    .utility-inner { justify-content: center; }
    .utility-inner > p { display: none; }
    .header-assurances span { display: none; }
    .menu-toggle { display: inline-flex; align-items: center; gap: 8px; min-height: 48px; padding: 0; border: 0; background: transparent; color: #fff; font-weight: 800; cursor: pointer; }
    .main-navigation { position: absolute; top: 100%; left: 0; right: 0; display: none; padding: 10px; background: var(--navy-dark); box-shadow: var(--shadow); }
    .main-navigation.is-open { display: block; }
    .main-navigation ul { display: block; }
    .main-navigation a { min-height: 46px; padding: 0 12px; border-radius: 6px; }
    .main-navigation .sub-menu { position: static; display: block; width: auto; padding-left: 16px; background: transparent; box-shadow: none; }
    .main-navigation .sub-menu a { color: #fff; }
    .home-hero { min-height: 560px; }
    .service-grid { grid-template-columns: repeat(2, 1fr); }
    .process-grid { grid-template-columns: repeat(2, 1fr); }
    .content-sidebar-layout { grid-template-columns: minmax(0, 1fr) 280px; gap: 30px; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
    .related-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
    body { font-size: 15px; }
    .container { width: min(100% - 28px, var(--container)); }
    .utility-links { width: 100%; justify-content: space-between; gap: 8px; font-size: .76rem; }
    .branding-inner { min-height: 82px; }
    .brand-mark,
    .custom-logo { width: 58px; height: 58px; }
    .brand-copy strong { font-size: 1rem; }
    .brand-copy small { font-size: .72rem; }
    .header-assurances { gap: 0; }
    .button-call { padding: 9px 12px; min-height: 42px; font-size: .8rem; }
    .home-hero { min-height: 610px; }
    .home-hero .hero-content { padding: 74px 0; }
    .hero-facts { grid-template-columns: 1fr; }
    .trust-strip .inner { grid-template-columns: repeat(2, 1fr); }
    .trust-item:nth-child(2) { border-right: 0; }
    .trust-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.13); }
    .home-section { padding: 64px 0; }
    .service-grid,
    .split-section,
    .case-grid,
    .area-layout,
    .contact-panel,
    .content-sidebar-layout { grid-template-columns: 1fr; }
    .split-badge { right: 10px; bottom: 10px; }
    .post-grid { grid-template-columns: 1fr; }
    .sidebar { position: static; }
    .footer-cta-inner { display: grid; }
    .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
    .utility-links a:first-child { display: none; }
    .utility-links { justify-content: center; }
    .brand-copy small { display: none; }
    .header-assurances .button { font-size: 0; }
    .header-assurances .button::after { content: "Gọi ngay"; font-size: .8rem; }
    .hero-actions { display: grid; }
    .hero-actions .button { width: 100%; }
    .service-grid,
    .process-grid,
    .contact-cards { grid-template-columns: 1fr; }
    .trust-item { padding: 16px 12px; }
    .footer-cta { text-align: center; }
}

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