:root {
    --ink: #111315;
    --text: #171717;
    --muted: #5f6368;
    --orange: #ff9800;
    --orange-dark: #d87500;
    --paper: #f7f7f5;
    --white: #fff;
    --line: #deded9;
    --success: #1f7a42;
    --radius: 12px;
    --shadow: 0 18px 50px rgba(17, 19, 21, .12);
    --container: min(1180px, calc(100vw - 40px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; overflow-x: hidden; }
body { margin: 0; overflow-x: hidden; color: var(--text); background: var(--white); font-family: Manrope, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, h4 { margin: 0 0 .55em; color: var(--ink); font-weight: 800; line-height: 1.08; letter-spacing: -.04em; text-wrap: balance; }
h1 { font-size: clamp(2.65rem, 6vw, 5.8rem); }
h2 { font-size: clamp(2rem, 4vw, 3.75rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.65rem); }
p { margin: 0 0 1.25rem; }
ul, ol { padding-left: 1.25rem; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.container { width: var(--container); margin-inline: auto; }
.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; }
.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 10px 16px; color: var(--white); background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--orange-dark); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { width: 30px; height: 3px; background: var(--orange); content: ""; }
.eyebrow--light { color: #ffd08a; }
.eyebrow--dark { color: var(--ink); }
.section-heading { max-width: 780px; margin-bottom: 42px; }
.section-heading__text { max-width: 650px; color: var(--muted); font-size: 1.08rem; }
.section { padding: 108px 0; }
.section--paper { background: var(--paper); }
.section--dark { color: #d5d8da; background: var(--ink); }
.section--dark h2, .section--dark h3 { color: var(--white); }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 9px; padding: 14px 24px; border: 2px solid transparent; border-radius: 7px; font-weight: 800; line-height: 1.15; cursor: pointer; transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--orange { color: var(--ink); background: var(--orange); }
.button--orange:hover { background: #ffad2e; }
.button--dark { color: var(--white); background: var(--ink); }
.button--dark:hover { background: #2a2d30; }
.button--outline { color: var(--white); border-color: rgba(255,255,255,.48); background: rgba(255,255,255,.04); }
.button--outline:hover { border-color: var(--white); }
.button--outline-dark { color: var(--ink); border-color: var(--ink); background: transparent; }
.button--small { min-height: 44px; padding: 11px 17px; font-size: .86rem; }
.button--wide { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-weight: 800; }
.text-link span { color: var(--orange-dark); transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }

.site-header { position: sticky; z-index: 1000; top: 0; height: 82px; border-bottom: 1px solid rgba(17,19,21,.08); background: rgba(255,255,255,.96); backdrop-filter: blur(12px); }
.admin-bar .site-header { top: 32px; }
.site-header__inner { display: grid; height: 100%; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: none; }
.brand__mark { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 8px; color: var(--ink); background: var(--orange); transform: skew(-7deg); }
.brand__mark span { font-size: 1rem; font-weight: 900; letter-spacing: -.06em; transform: skew(7deg); }
.brand__text { display: flex; flex-direction: column; line-height: 1.05; }
.brand__text strong { font-size: 1.02rem; font-weight: 900; letter-spacing: -.03em; text-transform: uppercase; }
.brand__text small { margin-top: 5px; color: var(--muted); font-size: .57rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.brand--light .brand__text strong { color: var(--white); }
.brand--light .brand__text small { color: #aeb4b7; }
.primary-nav { justify-self: center; }
.menu { display: flex; align-items: center; gap: clamp(14px, 1.7vw, 26px); padding: 0; margin: 0; list-style: none; }
.menu a { position: relative; display: block; padding: 12px 0; font-size: .84rem; font-weight: 750; white-space: nowrap; }
.menu a::after { position: absolute; right: 0; bottom: 5px; left: 0; height: 2px; background: var(--orange); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.menu a:hover::after, .menu .current-menu-item a::after, .menu .current-menu-parent a::after { transform: scaleX(1); transform-origin: left; }
.site-header__actions { display: flex; align-items: center; gap: 14px; }
.header-phone { display: flex; flex-direction: column; text-align: right; line-height: 1.1; }
.header-phone span { margin-bottom: 4px; color: var(--muted); font-size: .64rem; text-transform: uppercase; }
.header-phone strong { font-size: .89rem; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 10px; border: 0; border-radius: 7px; background: var(--paper); cursor: pointer; }
.menu-toggle > span:not(.screen-reader-text) { display: block; width: 24px; height: 2px; margin: 5px auto; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; min-height: min(780px, calc(100vh - 82px)); display: flex; align-items: center; overflow: hidden; color: var(--white); background: var(--ink); }
.hero::before { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17,19,21,.98) 0%, rgba(17,19,21,.88) 42%, rgba(17,19,21,.30) 76%, rgba(17,19,21,.45) 100%), url("https://budexpress.kiev.ua/wp-content/uploads/2023/03/good-fone-2.jpg") center/cover no-repeat; content: ""; transform: scale(1.01); }
.hero::after { position: absolute; inset: auto 0 0; height: 100px; background: linear-gradient(transparent, rgba(17,19,21,.35)); content: ""; }
.hero__inner { position: relative; z-index: 1; padding: 90px 0 82px; }
.hero__content { max-width: 920px; }
.hero h1 { max-width: 900px; color: var(--white); }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero__lead { max-width: 720px; margin: 24px 0 34px; color: #d8dcde; font-size: clamp(1.05rem, 2vw, 1.28rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero__proof { display: flex; flex-wrap: wrap; gap: 22px 34px; padding: 0; margin: 42px 0 0; list-style: none; }
.hero__proof li { display: flex; align-items: center; gap: 10px; color: #eef0f1; font-size: .9rem; font-weight: 700; }
.hero__proof li::before { width: 8px; height: 8px; border: 3px solid var(--orange); border-radius: 50%; content: ""; }

.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: box-shadow .25s ease, transform .25s ease; }
.service-card:hover { box-shadow: var(--shadow); transform: translateY(-5px); }
.service-card__image { display: block; overflow: hidden; aspect-ratio: 4 / 3; background: #e8e8e5; }
.service-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.service-card:hover .service-card__image img { transform: scale(1.04); }
.service-card__body { position: relative; padding: 28px 24px 26px; }
.service-card__number { position: absolute; top: -24px; right: 18px; display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; color: var(--ink); background: var(--orange); font-size: .75rem; font-weight: 900; }
.service-card h3 { min-height: 2.2em; margin-bottom: 12px; }
.service-card p { min-height: 4.8em; color: var(--muted); font-size: .92rem; }

.fleet-feature { display: grid; grid-template-columns: 1.08fr .92fr; overflow: hidden; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.fleet-feature__image { min-height: 520px; }
.fleet-feature__image img { width: 100%; height: 100%; object-fit: cover; }
.fleet-feature__body { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px, 7vw, 84px); }
.check-list { display: grid; gap: 13px; padding: 0; margin: 22px 0 32px; list-style: none; }
.check-list li { position: relative; padding-left: 30px; }
.check-list li::before { position: absolute; top: .48em; left: 0; width: 16px; height: 9px; border-bottom: 3px solid var(--orange-dark); border-left: 3px solid var(--orange-dark); content: ""; transform: rotate(-45deg); }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid #303437; border-radius: var(--radius); background: #303437; }
.step { position: relative; min-height: 250px; padding: 38px; background: var(--ink); }
.step__number { color: var(--orange); font-size: 3rem; font-weight: 900; letter-spacing: -.07em; }
.step h3 { margin-top: 36px; }
.step p { color: #adb3b7; }

.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.benefit { min-height: 220px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.benefit__icon { display: grid; width: 46px; height: 46px; margin-bottom: 35px; place-items: center; border-radius: 8px; color: var(--ink); background: var(--orange); font-weight: 900; }
.benefit p { color: var(--muted); }

.project-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; grid-auto-rows: 260px; gap: 14px; }
.project-card { position: relative; overflow: hidden; border-radius: var(--radius); color: var(--white); background: var(--ink); }
.project-card:first-child { grid-row: span 2; }
.project-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.project-card:hover img { transform: scale(1.04); }
.project-card__overlay { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 26px; background: linear-gradient(transparent 30%, rgba(17,19,21,.88)); }
.project-card h3 { margin-bottom: 4px; color: var(--white); }
.project-card p { margin: 0; color: #d5d7d8; font-size: .88rem; }

.faq-list { max-width: 920px; margin: 0 auto; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 4px; color: var(--ink); font-weight: 800; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { flex: none; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--orange); content: "+"; font-size: 1.25rem; }
.faq-item[open] summary::after { content: "−"; }
.faq-item__answer { max-width: 780px; padding: 0 4px 25px; color: var(--muted); }

.quote-section { padding: 108px 0; background: var(--paper); }
.quote-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(40px, 7vw, 100px); align-items: start; }
.quote-copy { position: sticky; top: 125px; }
.quote-copy__phone { display: inline-block; margin-top: 22px; color: var(--ink); font-size: 1.55rem; font-weight: 900; }
.be-form { padding: clamp(28px, 5vw, 52px); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.be-form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.be-form label { display: block; }
.be-form label > span { display: block; margin-bottom: 7px; color: var(--ink); font-size: .82rem; font-weight: 800; }
.be-form small { color: var(--muted); font-weight: 500; }
.be-form input:not([type="checkbox"]):not([type="file"]), .be-form select, .be-form textarea { width: 100%; min-height: 52px; padding: 13px 14px; border: 1px solid #c8cac7; border-radius: 6px; color: var(--text); background: #fff; }
.be-form textarea { resize: vertical; }
.be-form input:focus, .be-form select:focus, .be-form textarea:focus { border-color: var(--orange-dark); outline: 2px solid rgba(255,152,0,.2); }
.be-form [aria-invalid="true"] { border-color: #bd1e2d !important; }
.be-form__wide { grid-column: 1 / -1; }
.be-form__trap { position: absolute; left: -9999px; opacity: 0; }
.be-consent { display: flex !important; align-items: flex-start; gap: 10px; }
.be-consent input { width: 20px; height: 20px; margin-top: 2px; accent-color: var(--orange-dark); }
.be-consent span { margin: 0 !important; color: var(--muted) !important; font-weight: 500 !important; }
.be-consent a { text-decoration: underline; }
.be-file input { width: 100%; padding: 13px; border: 1px dashed #aeb1ae; border-radius: 6px; background: var(--paper); }
.be-form__status { margin: 16px 0; color: #a21827; font-size: .88rem; font-weight: 700; }
.be-form__note { margin: 14px 0 0; color: var(--muted); font-size: .78rem; text-align: center; }

.page-hero { padding: 84px 0 72px; color: var(--white); background: var(--ink); }
.page-hero h1 { max-width: 950px; color: var(--white); font-size: clamp(2.7rem, 6vw, 5.1rem); }
.page-hero__lead { max-width: 760px; color: #c8cdd0; font-size: 1.12rem; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 7px; align-items: center; margin-bottom: 28px; color: #aeb4b7; font-size: .78rem; }
.breadcrumbs a:hover { color: var(--orange); }
.archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 64px; align-items: start; }
.prose { max-width: 820px; }
.prose > *:first-child { margin-top: 0; }
.prose h2 { margin-top: 2.2rem; font-size: clamp(1.8rem, 3vw, 2.55rem); }
.prose h3 { margin-top: 1.8rem; }
.prose p, .prose li { color: #34373a; }
.prose a { color: #a15d00; text-decoration: underline; text-underline-offset: 3px; }
.prose img { margin: 28px 0; border-radius: var(--radius); }
.prose table { width: 100%; border-collapse: collapse; }
.prose th, .prose td { padding: 12px; border: 1px solid var(--line); text-align: left; }
.side-cta { position: sticky; top: 110px; padding: 28px; border-radius: var(--radius); color: #d5d8da; background: var(--ink); }
.side-cta h2 { color: var(--white); font-size: 1.55rem; }
.detail-list { display: grid; gap: 10px; padding: 0; list-style: none; }
.detail-list li { padding: 14px 16px; border-left: 4px solid var(--orange); border-radius: 0 6px 6px 0; background: var(--paper); }
.service-photo { overflow: hidden; margin: 40px 0; border-radius: var(--radius); aspect-ratio: 16/8; background: var(--paper); }
.service-photo img { width: 100%; height: 100%; object-fit: cover; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }

.post-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.post-card__image { overflow: hidden; aspect-ratio: 16/10; background: var(--paper); }
.post-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.post-card:hover img { transform: scale(1.04); }
.post-card__body { padding: 24px; }
.post-card__meta { margin-bottom: 12px; color: var(--orange-dark); font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.post-card p { color: var(--muted); }
.article-header { max-width: 920px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 14px; color: #b7bdc0; font-size: .84rem; }
.toc { padding: 24px 28px; margin: 30px 0; border-radius: var(--radius); background: var(--paper); }
.toc strong { display: block; margin-bottom: 10px; }
.toc ul { margin: 0; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 24px; }
.contact-card { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.contact-card a { font-weight: 800; }
.notice { padding: 20px 22px; border-left: 5px solid var(--orange); border-radius: 0 8px 8px 0; background: #fff5e5; }
.thanks { min-height: 62vh; display: grid; place-items: center; padding: 90px 0; text-align: center; }
.thanks__icon { display: grid; width: 86px; height: 86px; margin: 0 auto 28px; place-items: center; border-radius: 50%; color: var(--ink); background: var(--orange); font-size: 2rem; font-weight: 900; }
.error-page { min-height: 62vh; display: grid; place-items: center; padding: 90px 0; text-align: center; }
.error-page__code { color: var(--orange); font-size: clamp(5rem, 20vw, 12rem); font-weight: 900; line-height: .8; letter-spacing: -.1em; }

.final-cta { padding: 70px 0; background: var(--orange); }
.final-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.final-cta h2 { max-width: 760px; margin: 0; }
.final-cta__actions { display: flex; flex: none; gap: 12px; }
.site-footer { padding: 72px 0 24px; color: #acb2b5; background: var(--ink); }
.site-footer__grid { display: grid; grid-template-columns: 1.4fr .8fr .9fr .9fr; gap: 50px; }
.site-footer__brand p { max-width: 360px; margin-top: 22px; }
.footer-title { margin-bottom: 22px; color: var(--white); font-size: .83rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-menu, .footer-contacts { display: grid; gap: 10px; padding: 0; margin: 0; list-style: none; }
.footer-menu a:hover, .footer-contacts a:hover { color: var(--orange); }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; margin-top: 58px; border-top: 1px solid #303437; font-size: .78rem; }
.mobile-bar { display: none; }

@media (max-width: 1120px) {
    .site-header { background: #fff; backdrop-filter: none; }
    .site-header__inner { grid-template-columns: auto 1fr auto; gap: 18px; }
    .primary-nav { position: fixed; z-index: 1100; top: 82px; right: 0; bottom: 0; width: min(410px, 100%); height: calc(100dvh - 82px); padding: 30px; overflow-y: auto; overscroll-behavior: contain; background: #fff; box-shadow: -10px 30px 40px rgba(17,19,21,.22); opacity: 1; visibility: hidden; transform: translateX(105%); transition: transform .25s ease, visibility 0s linear .25s; }
    .admin-bar .primary-nav { top: 114px; }
    .primary-nav.is-open { visibility: visible; transform: none; transition-delay: 0s; }
    .primary-nav .menu { flex-direction: column; align-items: stretch; gap: 2px; }
    .primary-nav .menu a { padding: 14px 0; font-size: 1.05rem; }
    .primary-nav .menu a::after { bottom: 8px; }
    .menu-toggle { display: block; justify-self: end; }
    .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
    .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .site-header__actions { grid-column: 3; grid-row: 1; margin-right: 60px; }
    .site-header__inner > .menu-toggle { grid-column: 3; grid-row: 1; }
    .header-phone { display: none; }
    .service-grid { grid-template-columns: repeat(2, 1fr); }
    .benefit-grid { grid-template-columns: repeat(2, 1fr); }
    .project-grid { grid-template-columns: 1fr 1fr; }
    .project-card:first-child { grid-row: auto; }
    .site-footer__grid { grid-template-columns: 1.2fr 1fr 1fr; }
    .site-footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
    :root { --container: min(100% - 32px, 720px); }
    .admin-bar .site-header { top: 46px; }
    .section, .quote-section { padding: 78px 0; }
    .hero { min-height: auto; }
    .hero::before { background: linear-gradient(90deg, rgba(17,19,21,.97), rgba(17,19,21,.72)), url("https://budexpress.kiev.ua/wp-content/uploads/2023/03/good-fone-2.jpg") center/cover no-repeat; }
    .hero__inner { padding: 82px 0 72px; }
    .fleet-feature { grid-template-columns: 1fr; }
    .fleet-feature__image { min-height: 360px; }
    .steps { grid-template-columns: 1fr; }
    .step { min-height: 0; }
    .project-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 240px; }
    .quote-layout, .contact-grid { grid-template-columns: 1fr; }
    .quote-copy { position: static; }
    .archive-grid, .related-grid { grid-template-columns: repeat(2, 1fr); }
    .content-layout { grid-template-columns: 1fr; gap: 42px; }
    .side-cta { position: static; }
    .final-cta__inner { align-items: flex-start; flex-direction: column; }
    .site-footer__grid { grid-template-columns: 1fr 1fr; }
    .site-footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
    :root { --container: calc(100vw - 28px); }
    html { scroll-padding-top: 72px; }
    body { padding-bottom: 62px; }
    h1 { font-size: clamp(2.45rem, 13vw, 3.7rem); }
    h2 { font-size: clamp(1.9rem, 9vw, 2.7rem); }
    .site-header { height: 72px; }
    .primary-nav { top: 72px; width: 100%; height: calc(100dvh - 72px); padding: 24px 22px 88px; box-shadow: none; }
    .admin-bar .primary-nav { top: 118px; }
    .site-header__actions { display: none; }
    .brand__mark { width: 42px; height: 42px; }
    .brand__text small { display: none; }
    .menu-toggle { grid-column: 3; }
    .hero__inner { padding: 66px 0 62px; }
    .hero__actions, .final-cta__actions { width: 100%; flex-direction: column; }
    .hero__actions .button, .final-cta__actions .button { width: 100%; }
    .hero__proof { display: grid; gap: 13px; margin-top: 32px; }
    .service-grid, .benefit-grid, .archive-grid, .related-grid, .project-grid { grid-template-columns: 1fr; }
    .service-card h3, .service-card p { min-height: 0; }
    .fleet-feature__image { min-height: 280px; }
    .fleet-feature__body { padding: 34px 24px; }
    .step { padding: 30px 24px; }
    .project-grid { grid-auto-rows: 280px; }
    .be-form { padding: 24px 18px; }
    .be-form__grid { grid-template-columns: 1fr; }
    .be-form__wide { grid-column: auto; }
    .page-hero { padding: 62px 0 54px; }
    .service-photo { aspect-ratio: 4/3; }
    .site-footer__grid { grid-template-columns: 1fr; gap: 34px; }
    .site-footer__brand { grid-column: auto; }
    .site-footer__bottom { flex-direction: column; }
    .mobile-bar { position: fixed; z-index: 1200; right: 0; bottom: 0; left: 0; display: grid; height: 62px; grid-template-columns: 1fr 1fr; border-top: 1px solid #2c2f32; background: var(--ink); }
    .mobile-bar a { display: grid; place-items: center; color: var(--white); font-size: .82rem; font-weight: 800; }
    .mobile-bar a:last-child { color: var(--ink); background: var(--orange); }
}

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