/* Mobile header and full-screen editorial navigation. */
.sidebar-mobile-footer {
  display: none;
}

.sidebar__scroll {
  display: contents;
}

@media only screen and (max-width: 1279px) {
  .header {
    height: 6.4rem;
    padding: 1.2rem 0;
  }

  body.mobile-menu-open .header {
    border-bottom-color: #edf0ea;
    background: #fff;
    box-shadow: none;
    backdrop-filter: none;
  }

  .reading-progress {
    top: 6.4rem;
  }

  .header > .container {
    height: 4rem;
    min-height: 4rem;
  }

  .header__cabinet-mobile {
    display: none;
  }

  .header__burger-menu {
    flex: 0 0 3.6rem;
    width: 3.6rem;
    height: 3.6rem;
    margin-left: auto;
    border-color: rgba(79, 115, 22, 0.32);
    background: rgba(255, 255, 255, 0.74);
  }

  .header__burger-menu.active {
    margin-left: 0.8rem;
    border-color: rgba(79, 115, 22, 0.2);
    background: #f4f8ef;
  }

  .header__burger-lines,
  .header__burger-lines::before,
  .header__burger-lines::after {
    width: 1.65rem;
    height: 0.16rem;
    border-radius: 999px;
    background: #5f8e2e;
  }

  .header__burger-menu.active .header__burger-lines {
    background: transparent;
  }

  .header__lang-switcher {
    display: none;
  }

  body.mobile-menu-open .header__lang-switcher {
    display: block;
    flex: 0 0 auto;
    margin-left: auto;
  }

  body.mobile-menu-open .header__lang-bttn {
    width: 3.6rem;
    height: 3.6rem;
    min-height: 3.6rem;
    background: #f7f9f5;
    box-shadow: none;
  }

  body.mobile-menu-open .header__lang-list {
    top: calc(100% + 0.7rem);
    z-index: 3;
  }

  .sidebar,
  .sidebar.open {
    position: fixed;
    inset: 0;
    z-index: 45;
    width: 100%;
    max-width: none;
    height: 100vh;
    height: 100dvh;
    padding: 6.4rem 0 0;
    overflow: hidden;
    background: #fff;
  }

  .sidebar.open {
    display: flex;
    flex-direction: column;
  }

  .sidebar__scroll {
    display: flex;
    width: 100%;
    min-height: 0;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 3rem;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 2.4rem 2rem 3.2rem;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  .sidebar__scroll > .sidebar__block,
  .sidebar.open .sidebar__block,
  .sidebar.open .sidebar-telegram.sidebar__block,
  .sidebar.open .sidebar-form.sidebar__block {
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 100%;
    max-width: 68rem;
    margin: 0 auto !important;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  /* Keep the two conversion widgets visually distinct inside the white menu. */
  .sidebar.open .sidebar-telegram.sidebar__block {
    height: auto;
    padding: 2.2rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 2.4rem;
    background:
      radial-gradient(circle at 100% 0, rgba(255, 255, 255, 0.28), transparent 38%),
      linear-gradient(145deg, #33b8ed 0%, #229ed9 56%, #1688c4 100%);
    box-shadow: 0 1.2rem 3rem rgba(24, 136, 193, 0.16);
    color: #fff;
  }

  .sidebar.open .sidebar-telegram::after {
    display: block;
  }

  .sidebar.open .sidebar-telegram__title {
    color: #fff;
  }

  .sidebar.open .sidebar-telegram__text {
    color: rgba(255, 255, 255, 0.86);
  }

  .sidebar.open .sidebar-telegram__button {
    max-width: 34rem;
    border-color: rgba(255, 255, 255, 0.7);
    background: #fff;
    box-shadow: 0 1rem 2.4rem rgba(5, 80, 120, 0.16);
    color: #147fb3;
  }

  .sidebar.open .sidebar-form.sidebar__block {
    position: relative;
    isolation: isolate;
    height: auto;
    padding: 2.4rem;
    overflow: hidden;
    border: 1px solid rgba(111, 159, 53, 0.12);
    border-radius: 2.4rem;
    background: linear-gradient(145deg, #f6faF1 0%, #eaf3e2 100%);
    box-shadow: 0 1.2rem 3rem rgba(79, 115, 22, 0.1);
  }

  .sidebar.open .sidebar-form::before {
    display: block;
  }

  .sidebar.open .sidebar-form__market-visual {
    opacity: 0.58;
  }

  .sidebar-mobile-footer {
    position: relative;
    z-index: 2;
    display: block;
    flex: 0 0 auto;
    padding: 1.2rem 2rem calc(1.2rem + env(safe-area-inset-bottom));
    border-top: 1px solid #edf0ea;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 -1.2rem 3rem rgba(42, 55, 33, 0.07);
    backdrop-filter: blur(16px);
  }

  .sidebar-mobile-footer__cta {
    display: flex;
    width: 100%;
    max-width: 68rem;
    min-height: 5rem;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    padding: 1.2rem 2rem;
    border: 1px solid rgba(79, 115, 22, 0.18);
    border-radius: 999px;
    background: linear-gradient(135deg, #9bd556 0%, #b7e77a 100%);
    box-shadow: 0 1rem 2.4rem rgba(111, 165, 47, 0.18);
    color: #1d1d1d;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
  }

  .sidebar-mobile-footer__cta:focus-visible {
    outline: 2px solid #4f7316;
    outline-offset: 0.3rem;
  }
}

@media only screen and (max-width: 600px) {
  .header__logo,
  .header__logo.mob,
  .home .header__logo,
  .home .header__logo.mob {
    width: 15.5rem;
    max-width: 15.5rem;
    height: 2.7rem;
    flex: 0 1 15.5rem;
  }

  .home .header > .container {
    padding-right: 1.4rem;
    padding-left: 1.4rem;
  }

  .home .header__burger-menu {
    margin-left: auto;
  }

  body.mobile-menu-open.home .header__burger-menu {
    margin-left: 0.8rem;
  }

  .home .articles__title {
    font-size: 2.7rem;
    font-weight: 600;
    line-height: 1.16;
    letter-spacing: -0.025em;
  }

  .home .articles__descritption {
    margin-top: 0.8rem;
    font-size: 1.35rem;
    line-height: 1.45;
  }

  .sidebar__scroll {
    gap: 2.6rem;
    padding-right: 1.8rem;
    padding-left: 1.8rem;
  }

  .sidebar-mobile-footer {
    padding-right: 1.8rem;
    padding-left: 1.8rem;
  }

  /* The lead story follows the same mobile card system as the rest of the feed. */
  .home .home-feed__featured {
    margin-top: 2rem;
  }

  .home .home-card--featured {
    display: flex;
    padding-bottom: 0;
    background: #f5f4f7;
  }

  .home .home-card--featured .home-card__media {
    width: 100%;
    height: 23rem;
    min-height: 0;
    border-radius: 0;
  }

  .home .home-card--featured .home-card__content {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 2rem;
    background: transparent;
  }

  .home .home-card--featured .home-card__status {
    display: inline-flex;
  }

  .home .home-card--featured .home-card__title {
    display: flex;
    min-height: 2.5em;
    align-items: center;
    font-size: clamp(1.9rem, 6vw, 2.3rem);
    line-height: 125%;
  }

  .home .home-card--featured .home-card__title a {
    display: -webkit-box;
    width: 100%;
    max-height: 2.5em;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }

  .home .home-card--featured .home-card__excerpt {
    display: -webkit-box;
    min-height: 4.5em;
    max-height: 4.5em;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 1.4rem;
    line-height: 150%;
    line-clamp: 3;
  }
}

.article-toc__mobile-summary {
  display: none;
}

.trust-page__nav-toggle {
  display: none;
}

@media only screen and (max-width: 767px) {
  .single-post .breadcrumbs .breadcrumbs__list {
    gap: 0.7rem;
    overflow: hidden;
  }

  .single-post .breadcrumbs .breadcrumbs__item {
    min-width: 0;
    gap: 0.7rem;
  }

  .single-post .breadcrumbs .breadcrumbs__item:not(:first-child):not(:last-child) {
    display: none;
  }

  .single-post .breadcrumbs .breadcrumbs__item:first-child {
    flex: 0 0 auto;
  }

  .single-post .breadcrumbs .breadcrumbs__item:last-child {
    flex: 1 1 auto;
    overflow: hidden;
  }

  .single-post .breadcrumbs .breadcrumbs__current {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .single-post .post .post__title {
    font-size: clamp(2.35rem, 7vw, 2.9rem);
    letter-spacing: -0.032em;
    line-height: 1.14;
  }

  .single-post .post .post__hero-intro {
    padding-bottom: 1.9rem;
  }

  .single-post .post .post__hero-meta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
    margin-top: 1.5rem;
    font-size: 1.16rem;
  }

  .single-post .post .post__hero-author {
    min-width: 0;
    margin: 0;
    gap: 0.6rem;
  }

  .single-post .post .post__hero-author img {
    width: 3.2rem;
    height: 3.2rem;
  }

  .single-post .post .post__hero-author span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .single-post .post .post__hero-details {
    display: grid;
    margin: 0;
    gap: 0.45rem;
    justify-items: end;
  }

  .single-post .post .post__hero-meta .post__date,
  .single-post .post .post__hero-meta .post__time {
    gap: 0.45rem;
    white-space: nowrap;
  }

  .single-post .post .post__hero-meta .post__date svg,
  .single-post .post .post__hero-meta .post__time svg {
    width: 1.55rem;
    height: 1.55rem;
  }

  .single-post .article-toc,
  .single-post .article-toc.is-ready {
    position: fixed;
    left: 1.4rem;
    bottom: calc(1.4rem + env(safe-area-inset-bottom));
    z-index: 44;
    display: block;
    width: min(32rem, calc(100vw - 8.2rem));
    max-width: none;
    margin: 0;
    padding: 0;
    overflow: visible;
    background: transparent;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(1.2rem) scale(0.96);
    transition: opacity 180ms ease, transform 180ms ease, visibility 0s linear 180ms;
  }

  body.scroll-tools-visible.single-post:not(.noscroll) .article-toc,
  body.scroll-tools-visible.single-post:not(.noscroll) .article-toc.is-ready {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    transition-delay: 0s;
  }

  .single-post .article-toc__panel {
    position: relative;
    overflow: visible;
    border-color: rgba(78, 112, 52, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 1.2rem 3.2rem rgba(35, 49, 25, 0.18);
    backdrop-filter: blur(16px);
  }

  .single-post .article-toc__toggle {
    min-height: 5.4rem;
    gap: 0.8rem;
    padding: 0.55rem 1rem 0.55rem 0.6rem;
    border-radius: inherit;
  }

  .single-post .article-toc__heading,
  .single-post .article-toc__status,
  .single-post .article-toc.is-open .article-toc__status {
    display: none;
  }

  .single-post .article-toc__mobile-summary {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    align-items: center;
    gap: 0.9rem;
  }

  .single-post .article-toc__progress-ring {
    position: relative;
    display: block;
    width: 4.2rem;
    height: 4.2rem;
    flex: 0 0 4.2rem;
  }

  .single-post .article-toc__progress-ring svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
    transform: rotate(-90deg);
  }

  .single-post .article-toc__progress-track,
  .single-post .article-toc__progress-value {
    fill: none;
    stroke-width: 3;
  }

  .single-post .article-toc__progress-track {
    stroke: #e5ebdf;
  }

  .single-post .article-toc__progress-value {
    stroke: #85bf43;
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    stroke-linecap: round;
    transition: stroke-dashoffset 160ms linear;
  }

  .single-post .article-toc__progress-percent {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3f5f22;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1;
    text-align: center;
    font-variant-numeric: tabular-nums;
  }

  .single-post .article-toc__current {
    display: -webkit-box;
    min-width: 0;
    max-height: 2.6em;
    overflow: hidden;
    color: #2f382a;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }

  .single-post .article-toc__chevron {
    width: 1.7rem;
    height: 1.7rem;
  }

  .single-post .article-toc .article-toc__links,
  .single-post .article-toc.is-open .article-toc__links {
    position: absolute;
    right: 0;
    bottom: calc(100% + 0.8rem);
    left: 0;
    max-height: min(56dvh, 44rem);
    padding: 0.8rem;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid rgba(78, 112, 52, 0.16);
    border-radius: 1.8rem;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 1.4rem 3.5rem rgba(35, 49, 25, 0.2);
    opacity: 0;
    pointer-events: none;
    transform: translateY(0.8rem) scale(0.98);
    transform-origin: bottom left;
    visibility: hidden;
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  .single-post .article-toc.is-open .article-toc__links {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    visibility: visible;
  }

  .single-post .article-toc .article-toc__links a {
    margin: 0.15rem 0;
    padding: 0.8rem 0.9rem 0.8rem 1.35rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .single-post .post .post-options {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: end;
    gap: 0.8rem;
    margin-top: 2.7rem;
  }

  .single-post .post-options__reaction,
  .single-post .post-options__share-group {
    min-width: 0;
    gap: 0.45rem;
  }

  .single-post .post-options__share-group {
    align-items: flex-end;
  }

  .single-post .post-options__share-title,
  .single-post .post-options__reaction-title {
    font-size: 1.08rem;
    white-space: nowrap;
  }

  .single-post .post-reactions,
  .single-post .post-reactions__button {
    min-height: 3.3rem;
    height: 3.3rem;
  }

  .single-post .post-reactions__button--like {
    min-width: 5.5rem;
    padding: 0 0.8rem;
  }

  .single-post .post-reactions__button--dislike {
    width: 4rem;
    padding: 0 1.15rem 0 0.75rem;
  }

  .single-post .post-reactions__icon {
    width: 1.75rem;
    height: 1.75rem;
    flex-basis: 1.75rem;
  }

  .single-post .post-reactions__count {
    font-size: 1.1rem;
  }

  .single-post .post .post-options__share {
    gap: 0.45rem;
  }

  .single-post .post .post-options__share-link,
  .single-post .post .post-options__share-link:not(:first-of-type) {
    width: 3rem;
    height: 3rem;
    flex-basis: 3rem;
  }

  .single-post .post .post-options__share-link img {
    width: 2.25rem;
    height: 2.25rem;
  }

  .single-post .post .post-options__share-link svg,
  .single-post .post .post-options__share-link.post-options__copy svg {
    width: 1.85rem;
    height: 1.85rem;
  }
}

@media only screen and (max-width: 600px) {
  /* Compact type across the site's mobile modal family. */
  .modal.lead-modal .lead-form,
  .modal.lead-modal .lead-preferences,
  .modal.lead-modal .lead-preferences-complete {
    padding-right: 1.7rem;
    padding-left: 1.7rem;
  }

  .modal.lead-modal .lead-form__title,
  .modal.lead-modal .lead-preferences .lead-form__title,
  .modal.lead-modal .lead-preferences-complete .lead-form__title {
    font-size: 2.2rem;
    line-height: 1.12;
  }

  .modal.lead-modal .lead-form__description,
  .modal.lead-success .lead-success__text,
  .lead-exit-confirm__dialog p {
    font-size: 1.25rem;
    line-height: 1.45;
  }

  .modal.lead-modal .lead-form__field,
  .modal.lead-modal .lead-preferences__group legend,
  .modal.lead-modal .lead-preferences__timezone > span {
    font-size: 1.2rem;
  }

  .modal.lead-modal .lead-form__field input[type="text"],
  .modal.lead-modal .lead-form__field input[type="email"],
  .modal.lead-modal .lead-form__field input[type="tel"],
  .modal.lead-modal .lead-preferences__timezone select {
    font-size: 1.35rem;
  }

  .modal.lead-modal .lead-form__consent,
  .modal.lead-modal .lead-choice > span,
  .modal.lead-modal .lead-form__submit,
  .lead-exit-confirm__continue,
  .lead-exit-confirm__return,
  .lead-preferences-complete__close {
    font-size: 1.2rem;
  }

  .modal.lead-modal .lead-form__note,
  .modal.lead-modal .lead-form__field-error {
    font-size: 1.05rem;
  }

  .lead-exit-confirm__dialog h2,
  .modal.lead-success .lead-success__title {
    font-size: 2.1rem;
  }

  .like-thanks-layer {
    padding: 1.2rem;
  }

  .like-thanks {
    max-height: calc(100dvh - 2.4rem);
    padding: 2.2rem 1.5rem 1.8rem;
  }

  .post .like-thanks__title {
    margin-top: 1.3rem;
    font-size: 2rem;
  }

  .like-thanks__text,
  .like-thanks__prompt {
    margin-top: 0.8rem;
    font-size: 1.2rem;
    line-height: 1.42;
  }

  .like-thanks__prompt {
    margin-top: 1.2rem;
  }

  .like-thanks__share {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.55rem;
    margin-top: 1.3rem;
  }

  .post .like-thanks__share a {
    min-width: 0;
    min-height: 4.8rem;
    padding: 0.65rem 0.35rem;
    flex-direction: column;
    justify-content: center;
    gap: 0.4rem;
    overflow: hidden;
    font-size: 1rem;
    white-space: nowrap;
  }

  .like-thanks__share-action img {
    width: 2rem;
    height: 2rem;
    flex-basis: 2rem;
  }

  .like-thanks__copy-url,
  .like-thanks__copy-button,
  .copy-toast__text {
    font-size: 1.1rem;
  }

  .social-interest-modal .social-interest-modal__title {
    font-size: 1.95rem;
  }

  .social-interest-modal__text {
    font-size: 1.2rem;
    line-height: 1.42;
  }

  .social-interest-modal__network-copy strong {
    font-size: 1.08rem;
  }

  .social-interest-modal__network-copy small {
    font-size: 0.92rem;
  }

  .social-interest-modal__continue {
    font-size: 1.15rem;
  }

  .cookie-banner h2 {
    font-size: 1.45rem;
  }

  .cookie-banner__copy > p:last-child,
  .cookie-button,
  .cookie-banner__policy,
  .cookie-option strong {
    font-size: 1.05rem;
  }

  .cookie-option div > span {
    font-size: 0.9rem;
  }

  /* Trust-page navigation mirrors the article's mobile bottom-left control. */
  .trust-page__aside[data-trust-navigation] {
    position: fixed;
    left: 1.4rem;
    bottom: calc(1.4rem + env(safe-area-inset-bottom));
    z-index: 44;
    width: min(32rem, calc(100vw - 8.2rem));
    max-width: none;
    margin: 0;
    padding: 0;
    overflow: visible;
    border-color: rgba(78, 112, 52, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 1.2rem 3.2rem rgba(35, 49, 25, 0.18);
    backdrop-filter: blur(16px);
  }

  .trust-page__nav-toggle {
    display: flex;
    width: 100%;
    min-height: 5.4rem;
    align-items: center;
    gap: 0.8rem;
    padding: 0.55rem 1rem 0.55rem 0.6rem;
    border: 0;
    border-radius: inherit;
    background: transparent;
    color: #2f382a;
    font: inherit;
    text-align: left;
    cursor: pointer;
  }

  .trust-page__nav-toggle:focus-visible {
    outline: 2px solid #83bd41;
    outline-offset: 0.25rem;
  }

  .trust-page__nav-icon {
    display: grid;
    width: 4.2rem;
    height: 4.2rem;
    flex: 0 0 4.2rem;
    border: 2px solid #dce9cf;
    border-radius: 50%;
    background: #f1f7eb;
    color: #689a34;
    place-items: center;
  }

  .trust-page__nav-icon svg {
    width: 2.1rem;
    height: 2.1rem;
  }

  .trust-page__nav-current {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 0.15rem;
  }

  .trust-page__nav-current small {
    color: #6b8e47;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .trust-page__nav-current strong {
    display: block;
    min-width: 0;
    overflow: hidden;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .trust-page__nav-chevron {
    width: 1.7rem;
    height: 1.7rem;
    flex: 0 0 1.7rem;
    color: #65972f;
    transition: transform 180ms ease;
  }

  .trust-page__aside.is-open .trust-page__nav-chevron {
    transform: rotate(180deg);
  }

  .trust-page__aside .trust-page__nav,
  .trust-page__aside.is-open .trust-page__nav {
    position: absolute;
    right: 0;
    bottom: calc(100% + 0.8rem);
    left: 0;
    display: flex;
    max-height: min(56dvh, 44rem);
    margin: 0;
    padding: 0.8rem;
    overflow-x: hidden;
    overflow-y: auto;
    flex-direction: column;
    gap: 0.2rem;
    border: 1px solid rgba(78, 112, 52, 0.16);
    border-radius: 1.8rem;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 1.4rem 3.5rem rgba(35, 49, 25, 0.2);
    opacity: 0;
    pointer-events: none;
    transform: translateY(0.8rem) scale(0.98);
    transform-origin: bottom left;
    visibility: hidden;
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  .trust-page__aside.is-open .trust-page__nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    visibility: visible;
  }

  .trust-page__aside .trust-page__nav a {
    padding: 0.8rem 0.9rem 0.8rem 1.35rem;
    font-size: 1.25rem;
    line-height: 1.4;
    white-space: normal;
  }
}

@media only screen and (max-width: 359px) {
  .header__logo,
  .header__logo.mob,
  .home .header__logo,
  .home .header__logo.mob {
    width: 14.2rem;
    max-width: 14.2rem;
    flex-basis: 14.2rem;
  }

  .home .articles__title {
    font-size: 2.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .header__burger-lines,
  .header__burger-lines::before,
  .header__burger-lines::after {
    transition: none;
  }

  .single-post .article-toc__progress-value,
  .single-post .article-toc .article-toc__links,
  .trust-page__nav-chevron,
  .trust-page__aside .trust-page__nav {
    transition: none;
  }
}
