:root {
    --lf-header-blue: #0067a6;
    --lf-header-blue-dark: #004b7a;
    --lf-header-cyan: #00a6b8;
    --lf-ink: #1e2933;
    --lf-muted: #5d6b78;
    --lf-border: #d9e2ec;
    --lf-surface: #ffffff;
    --lf-soft: #f5f8fb;
    --lf-focus: #f6c343;
    --lf-footer-bg: #073b5c;
    --lf-footer-bg-deep: #052c45;
    --lf-footer-accent: #43c6d6;
    --lf-footer-text: #f8fbfd;
    --lf-footer-muted: #c9d9e4;
    --lf-container: 1180px;
}

.site-main--catalog {
    background: #f7f9fb;
}

.site-container--narrow {
    max-width: 920px;
}

.lf-detail,
.lf-archive-header {
    padding: 56px 0;
}

.lf-detail--product {
    display: block;
    max-width: 960px;
    margin: 0 auto;
}

.lf-detail--product > * + * {
    margin-top: 26px;
}

.lf-detail__media,
.lf-detail__body,
.lf-detail__section,
.lf-detail__header,
.lf-detail__cover,
.lf-detail__content,
.lf-detail__excerpt,
.lf-card {
    background: #fff;
    border: 1px solid #e4e9ef;
    border-radius: 8px;
    box-shadow: 0 16px 42px rgba(20, 47, 75, 0.08);
}

.lf-detail__media,
.lf-detail__body,
.lf-detail__section,
.lf-detail__header,
.lf-detail__content,
.lf-detail__excerpt {
    padding: 28px;
}

.lf-detail__primary-image,
.lf-detail__cover,
.lf-detail__thumb,
.lf-card__media {
    margin: 0;
    overflow: hidden;
    background: #eef3f7;
}

.lf-detail__primary-image {
    aspect-ratio: 4 / 3;
    border-radius: 8px;
}

.lf-product-gallery {
    max-width: var(--lf-product-gallery-width, 760px);
    margin-right: auto;
    margin-left: auto;
}

.lf-product-gallery .lf-detail__primary-image {
    height: var(--lf-product-gallery-height, 570px);
    max-height: 72vw;
    aspect-ratio: auto;
}

.lf-detail__primary-image img,
.lf-detail__cover img,
.lf-detail__thumb img,
.lf-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lf-product-gallery .lf-detail__primary-image img,
.lf-product-gallery .lf-detail__thumb img {
    object-fit: contain;
}

.lf-product-gallery .lf-detail__primary-image img {
    padding: 18px;
}

.lf-detail__thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(72px, 1fr));
    gap: 10px;
    margin-top: 14px;
}

.lf-detail__thumb {
    aspect-ratio: 1;
    border-radius: 6px;
}

button.lf-detail__thumb {
    display: block;
    width: 100%;
    padding: 3px;
    border: 2px solid transparent;
    background: #fff;
    cursor: pointer;
}

button.lf-detail__thumb.is-active {
    border-color: #0f7c86;
}

button.lf-detail__thumb:focus-visible {
    outline: 3px solid var(--lf-focus);
    outline-offset: 2px;
}

.lf-detail__kicker,
.lf-card__date {
    margin: 0 0 10px;
    color: #0f7c86;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.lf-detail__title,
.lf-archive-header__title {
    margin: 0;
    color: #17263a;
    font-size: clamp(2rem, 4vw, 3.1rem);
    line-height: 1.15;
}

.lf-detail__terms {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.lf-detail__terms a {
    padding: 6px 10px;
    border-radius: 999px;
    background: #eaf6f7;
    color: #0f6971;
    font-size: 0.86rem;
    text-decoration: none;
}

.lf-breadcrumb {
    color: #5d6b78;
    font-size: 0.95rem;
    line-height: 1.6;
}

.lf-breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.lf-breadcrumb li {
    display: inline-flex;
    align-items: center;
    min-width: 0;
}

.lf-breadcrumb li + li::before {
    content: "/";
    margin-right: 8px;
    color: #9aa8b5;
}

.lf-breadcrumb a {
    color: #0f6971;
    text-decoration: none;
}

.lf-breadcrumb a:hover,
.lf-breadcrumb a:focus {
    text-decoration: underline;
}

.lf-breadcrumb [aria-current="page"] {
    color: #17263a;
    font-weight: 600;
}

.lf-breadcrumb--news {
    margin-bottom: 20px;
}

.lf-detail__title--news {
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
    line-height: 1.28;
}

.lf-detail__title.lf-detail__title--news-small {
    font-size: clamp(1.45rem, 2.6vw, 2rem);
}

.lf-detail__title.lf-detail__title--news-medium {
    font-size: clamp(1.7rem, 3vw, 2.4rem);
}

.lf-detail__title.lf-detail__title--news-large {
    font-size: clamp(2rem, 4vw, 3.1rem);
}

.lf-detail__excerpt {
    margin-top: 22px;
    color: #526375;
    font-size: 1.02rem;
    line-height: 1.8;
}

.lf-detail__excerpt p {
    margin: 0;
}

.lf-detail__section {
    grid-column: 1 / -1;
}

.lf-detail__section h2 {
    margin: 0 0 16px;
    color: #17263a;
}

.lf-product-info h2 {
    display: inline-block;
    margin-bottom: 22px;
    padding: 10px 18px;
    border-radius: 4px;
    background: #1b6cb6;
    color: #fff;
    font-size: 1rem;
    line-height: 1.2;
}

.lf-detail__content {
    color: #46586b;
    font-size: 1rem;
    line-height: 1.9;
}

.lf-detail__section .lf-detail__content {
    padding: 0;
    border: 0;
    box-shadow: none;
}

.lf-detail__content p:first-child {
    margin-top: 0;
}

.lf-detail__content .lf-product-subtitle {
    margin-top: 6px;
    color: #25364a;
    text-align: center;
}

.lf-detail__content h3 {
    margin: 26px 0 8px;
    color: #1f6fc2;
    font-size: 1.15rem;
    line-height: 1.35;
}

.lf-detail__content h3 + p {
    margin-top: 0;
}

.lf-detail__content figure {
    margin: 28px 0;
}

.lf-detail__content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.lf-detail__header {
    text-align: center;
}

.lf-detail__meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 16px;
    color: #637386;
}

.lf-detail__cover {
    padding: 0;
    aspect-ratio: 16 / 9;
    margin-top: 24px;
}

.lf-archive-header {
    text-align: center;
}

.lf-archive-header__description {
    max-width: 720px;
    margin: 16px auto 0;
    color: #526375;
}

.lf-catalog-layout {
    display: grid;
    grid-template-columns: minmax(220px, 270px) minmax(0, 1fr);
    align-items: start;
    gap: 28px;
    padding-bottom: 64px;
}

.lf-catalog-results {
    min-width: 0;
}

.lf-catalog-nav {
    position: sticky;
    top: 24px;
    padding: 22px;
    border: 1px solid #dbe5ed;
    border-radius: 8px;
    background: #fff;
}

.lf-catalog-nav__title {
    margin: 0 0 16px;
    color: #17263a;
    font-size: 1rem;
    line-height: 1.3;
}

.lf-catalog-nav__root {
    display: block;
    margin-bottom: 12px;
    padding: 8px 10px;
    border-radius: 6px;
    color: #405468;
    font-size: 0.95rem;
    line-height: 1.35;
    text-decoration: none;
}

.lf-catalog-nav__root:hover,
.lf-catalog-nav__root:focus {
    background: #edf7f8;
    color: #0f6971;
}

.lf-catalog-nav__root.is-active {
    background: #0f7c86;
    color: #fff;
    font-weight: 700;
}

.lf-catalog-nav__list,
.lf-catalog-nav__children {
    padding: 0;
    margin: 0;
    list-style: none;
}

.lf-catalog-nav__children {
    margin: 6px 0 0 12px;
    padding-left: 14px;
    border-left: 1px solid #dbe5ed;
}

.lf-catalog-nav__item + .lf-catalog-nav__item {
    margin-top: 6px;
}

.lf-catalog-nav__item a {
    display: block;
    padding: 8px 10px;
    border-radius: 6px;
    color: #405468;
    font-size: 0.95rem;
    line-height: 1.35;
    text-decoration: none;
}

.lf-catalog-nav__item a:hover,
.lf-catalog-nav__item a:focus {
    background: #edf7f8;
    color: #0f6971;
}

.lf-catalog-nav__item.is-active > a {
    background: #0f7c86;
    color: #fff;
    font-weight: 700;
}

.lf-news-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 26px;
    margin: -18px 0 42px;
}

.lf-news-filter__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 174px;
    min-height: 46px;
    padding: 10px 26px;
    border-radius: 3px;
    background: #1b6cb6;
    color: #fff;
    font-size: 0.95rem;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
}

.lf-news-filter__button:hover,
.lf-news-filter__button:focus,
.lf-news-filter__button.is-active {
    background: #14538c;
    color: #fff;
}

.lf-news-archive-list {
    display: grid;
    gap: 28px;
    padding-bottom: 64px;
}

.lf-news-item {
    display: grid;
    grid-template-columns: 200px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
    padding-bottom: 28px;
    border-bottom: 1px solid #dfe7ee;
}

.lf-news-item__media {
    display: block;
    width: 200px;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #eef3f7;
}

.lf-news-item__media:empty::before {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #8a9bad;
    font-size: 0.9rem;
    content: "SDLianfa";
}

.lf-news-item__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lf-news-item__body {
    min-width: 0;
}

.lf-news-item__title {
    margin: 0;
    color: #2f3f50;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.55;
}

.lf-news-item__title a {
    color: inherit;
    text-decoration: none;
}

.lf-news-item__title a:hover,
.lf-news-item__title a:focus {
    color: #1b6cb6;
}

.lf-news-item__date {
    display: block;
    margin-top: 12px;
    color: #8a9bad;
    font-size: 0.84rem;
    line-height: 1.4;
}

.lf-news-item__excerpt {
    margin: 14px 0 0;
    color: #5a6a7a;
    font-size: 0.92rem;
    line-height: 1.7;
}

.lf-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
}

.lf-card-grid--products {
    grid-template-columns: repeat(auto-fill, minmax(240px, 260px));
    justify-content: start;
    align-items: start;
}

.lf-card {
    overflow: hidden;
}

.lf-card__media {
    display: block;
    aspect-ratio: 4 / 3;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.lf-card__media:empty::before {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #8a9bad;
    font-size: 0.9rem;
    content: "SDLianfa";
}

.lf-card__body {
    padding: 22px;
}

.lf-card__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
    margin: 0 0 10px;
}

.lf-card__eyebrow {
    margin: 0 0 10px;
    color: #0f7c86;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.4;
}

.lf-card__meta .lf-card__date,
.lf-card__meta .lf-card__eyebrow {
    margin: 0;
}

.lf-card__title {
    margin: 0;
    font-size: 1.15rem;
    line-height: 1.35;
}

.lf-card__title a {
    color: #17263a;
    text-decoration: none;
}

.lf-card__excerpt {
    margin: 12px 0 0;
    color: #5a6a7a;
    line-height: 1.7;
}

.lf-empty-state {
    padding: 32px;
    margin: 0 0 64px;
    border: 1px solid #e4e9ef;
    border-radius: 8px;
    background: #fff;
    color: #526375;
}

.navigation.pagination {
    padding: 0 0 64px;
}

.lf-catalog-layout .navigation.pagination {
    padding-bottom: 0;
}

.nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    min-height: 38px;
    padding: 7px 12px;
    border: 1px solid #d7e1ea;
    border-radius: 6px;
    background: #fff;
    color: #17263a;
    font-weight: 600;
}

.page-numbers.current {
    border-color: #0f7c86;
    background: #0f7c86;
    color: #fff;
}

@media (max-width: 820px) {
    .lf-detail,
    .lf-archive-header {
        padding: 36px 0;
    }

    .lf-detail--product {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .lf-detail__media,
    .lf-detail__body,
    .lf-detail__section,
    .lf-detail__header,
    .lf-detail__content,
    .lf-detail__excerpt {
        padding: 20px;
    }

    .lf-detail__title,
    .lf-archive-header__title {
        font-size: 2rem;
    }

    .lf-catalog-layout {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .lf-catalog-nav {
        position: static;
        padding: 18px;
    }

    .lf-news-filter {
        justify-content: flex-start;
        gap: 12px;
        margin-top: -8px;
        margin-bottom: 28px;
    }

    .lf-news-filter__button {
        min-width: 0;
        flex: 1 1 150px;
    }

    .lf-news-item {
        grid-template-columns: 112px minmax(0, 1fr);
        gap: 16px;
        padding-bottom: 22px;
    }

    .lf-news-item__media {
        width: 112px;
    }

    .lf-news-item__title {
        font-size: 0.95rem;
    }

    .lf-card-grid--products {
        grid-template-columns: repeat(auto-fill, minmax(240px, 260px));
    }
}

@media (max-width: 640px) {
    .lf-card-grid--products {
        grid-template-columns: 1fr;
    }
}

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

body {
    margin: 0;
    color: var(--lf-ink);
    background: var(--lf-surface);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, "Microsoft YaHei", sans-serif;
    line-height: 1.6;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.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;
}

.site-container {
    width: min(100% - 32px, var(--lf-container));
    margin: 0 auto;
}

.topbar {
    background: linear-gradient(90deg, var(--lf-header-blue-dark), var(--lf-header-blue));
    color: #ffffff;
    font-size: 14px;
}

.topbar__inner {
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.topbar__message {
    min-width: 0;
}

.topbar__tools {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    flex: 0 0 auto;
    white-space: nowrap;
}

.topbar a {
    color: #ffffff;
}

.topbar a:hover,
.topbar a:focus-visible {
    color: #d8f8ff;
}

.language-switcher {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.language-switcher a {
    opacity: 0.82;
}

.language-switcher a.is-current {
    opacity: 1;
    font-weight: 700;
}

.site-header {
    position: relative;
    z-index: 20;
    background: #ffffff;
    box-shadow: 0 1px 0 rgba(15, 23, 42, 0.08);
}

.site-header__main {
    background: #ffffff;
}

.site-header__inner {
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.site-branding {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    min-width: 180px;
    color: var(--lf-header-blue);
}

.site-branding .custom-logo {
    width: auto;
    max-width: min(406px, 42vw);
    max-height: 64px;
}

.site-branding__name {
    max-width: 360px;
    color: var(--lf-header-blue);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
}

.primary-nav {
    flex: 1 1 auto;
}

.primary-nav__list {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.primary-nav__list li {
    position: relative;
    min-width: 82px;
}

.primary-nav__list a {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    color: var(--lf-ink);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
    transition: background-color 160ms ease, color 160ms ease;
}

.primary-nav__list li:hover > a,
.primary-nav__list li:focus-within > a,
.primary-nav__list .is-active > a,
.primary-nav__list .current-menu-item > a,
.primary-nav__list .current-menu-ancestor > a {
    color: #ffffff;
    background: var(--lf-header-blue);
}

.primary-nav__list .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 190px;
    margin: 0;
    padding: 8px 0;
    list-style: none;
    visibility: hidden;
    opacity: 0;
    transform: translateY(8px);
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.14);
    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.primary-nav__list li:hover > .sub-menu,
.primary-nav__list li:focus-within > .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.primary-nav__list .sub-menu a {
    min-height: 42px;
    justify-content: flex-start;
    padding: 9px 16px;
    text-align: left;
    white-space: nowrap;
}

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    padding: 0;
    border: 1px solid var(--lf-border);
    border-radius: 4px;
    background: #ffffff;
    cursor: pointer;
}

.nav-toggle:focus-visible,
.primary-nav a:focus-visible,
.site-branding:focus-visible,
.topbar a:focus-visible {
    outline: 3px solid var(--lf-focus);
    outline-offset: 2px;
}

.nav-toggle__bar {
    width: 22px;
    height: 2px;
    background: var(--lf-header-blue);
    transition: transform 160ms ease, opacity 160ms ease;
}

.site-header.is-nav-open .nav-toggle__bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.site-header.is-nav-open .nav-toggle__bar:nth-child(2) {
    opacity: 0;
}

.site-header.is-nav-open .nav-toggle__bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.site-banner {
    position: relative;
    min-height: var(--lf-banner-height, 260px);
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #ffffff;
    background: linear-gradient(135deg, var(--lf-header-blue-dark), var(--lf-header-cyan));
}

.site-banner--home {
    min-height: var(--lf-banner-height, 430px);
}

.site-banner__media,
.site-banner__slide,
.site-banner__overlay {
    position: absolute;
    inset: 0;
}

.site-banner__slide {
    opacity: 0;
    transition: opacity 680ms ease;
}

.site-banner__slide.is-active {
    opacity: 1;
}

.site-banner__image {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
}

.site-banner__overlay {
    background:
        linear-gradient(var(--lf-banner-overlay-angle, 90deg), rgba(var(--lf-banner-overlay-rgb, 3, 48, 82), var(--lf-banner-overlay-opacity, 0.78)), rgba(var(--lf-banner-overlay-rgb, 3, 48, 82), var(--lf-banner-overlay-fade-opacity, 0.18))),
        linear-gradient(0deg, rgba(var(--lf-banner-overlay-rgb, 3, 48, 82), 0.14), rgba(var(--lf-banner-overlay-rgb, 3, 48, 82), 0.14));
}

.site-banner__content {
    position: relative;
    z-index: 2;
    padding: 58px 0;
}

.site-banner__kicker {
    margin: 0 0 10px;
    color: #d7f8ff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}

.site-banner__title {
    max-width: 720px;
    margin: 0;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.18;
}

.site-banner--home .site-banner__title {
    font-size: 52px;
}

.site-banner__dots {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 24px;
    display: inline-flex;
    gap: 10px;
    transform: translateX(-50%);
}

.site-banner__dot {
    width: 34px;
    height: 4px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.48);
    cursor: pointer;
}

.site-banner__dot.is-active {
    background: #ffffff;
}

.site-banner__dot:focus-visible {
    outline: 3px solid var(--lf-focus);
    outline-offset: 3px;
}

.site-main__inner {
    padding: 48px 0;
}

.entry__title {
    margin: 0 0 24px;
    font-size: 32px;
    line-height: 1.25;
}

.site-main--front {
    background: #ffffff;
}

.entry--front .entry__content {
    margin: 0;
}

.entry--front .entry__content > * {
    margin-top: 0;
}

.lf-home {
    color: var(--lf-ink);
}

.lf-home-section {
    padding: 72px 0;
}

.lf-home-section > .wp-block-group__inner-container,
.lf-home-contact > .wp-block-group__inner-container,
.lf-home-section__inner,
.lf-home-contact__inner {
    width: min(100% - 32px, var(--lf-container));
    margin: 0 auto;
}

.lf-home-section--soft {
    background: #f4f8fb;
}

.lf-home-section--accent {
    color: #ffffff;
    background: linear-gradient(135deg, #063756, #007d96);
}

.lf-section-heading {
    max-width: 780px;
    margin-bottom: 34px;
}

.lf-section-heading--center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.lf-section-kicker {
    margin: 0 0 8px;
    color: var(--lf-header-cyan);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.lf-home-section--accent .lf-section-kicker {
    color: #9be7ef;
}

.lf-section-heading h2,
.lf-section-title {
    margin: 0;
    font-size: 34px;
    line-height: 1.22;
}

.lf-section-rule {
    margin: 8px 0 0;
    color: #9aa8b5;
    font-size: 18px;
    line-height: 1;
}

.lf-section-heading h2 strong,
.lf-section-title strong {
    color: var(--lf-header-blue);
}

.lf-home-section--accent .lf-section-heading h2 strong,
.lf-home-section--accent .lf-section-title strong {
    color: #9be7ef;
}

.lf-lead {
    max-width: 820px;
    margin: 18px 0 0;
    color: var(--lf-muted);
    font-size: 18px;
    line-height: 1.8;
}

.lf-home-section--accent .lf-lead {
    color: #d8edf3;
}

.lf-home-about__grid,
.lf-home-about__grid > .wp-block-group__inner-container,
.lf-home-contact__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
    gap: 48px;
    align-items: center;
}

.lf-home-about__copy p {
    margin: 0 0 18px;
    color: var(--lf-muted);
    line-height: 1.9;
}

.lf-home-about__copy h3 {
    margin: 0 0 18px;
    color: #17263a;
    font-size: 24px;
    line-height: 1.35;
}

.lf-home-about__media-panel {
    position: relative;
}

.lf-home-about__figure {
    margin: 0;
    overflow: hidden;
    border-radius: 4px;
    background: #eef3f7;
    box-shadow: 0 18px 45px rgba(20, 47, 75, 0.12);
}

.lf-home-about__figure.wp-block-image {
    margin: 0;
}

.lf-home-about__figure img,
.lf-home-about__image {
    display: block;
    width: 100%;
    aspect-ratio: 533 / 337;
    object-fit: cover;
}

.lf-home-metric-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border-radius: 0 0 4px 4px;
    background: #d6e7f1;
}

.lf-home-metric-strip div {
    min-height: 102px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 18px 14px;
    background: #ffffff;
    text-align: center;
}

.lf-home-metric-strip strong {
    color: var(--lf-header-blue);
    font-size: 32px;
    line-height: 1;
}

.lf-home-metric-strip span {
    margin-top: 8px;
    color: var(--lf-muted);
    font-size: 13px;
    line-height: 1.45;
}

.lf-about-source {
    min-height: 594px;
    padding: 88px 0 69px;
    background: #f5f5f5;
}

.lf-about-source__inner {
    width: min(100% - 32px, 1255px);
    margin: 0 auto;
}

.wp-block-columns.lf-about-source__top,
.lf-about-source__top {
    display: grid;
    grid-template-columns: minmax(0, 633px) 533px;
    gap: 89px;
    align-items: start;
    margin: 0;
}

.lf-about-source__copy {
    min-height: 315px;
}

.lf-about-source__title {
    margin: 0;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.18;
}

.lf-about-source__title strong {
    color: #1b6cb6;
}

.lf-about-source__rule {
    margin: 8px 0 31px;
    color: #1b6cb6;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.18;
}

.lf-about-source__subtitle {
    margin: 0 0 52px;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
}

.lf-about-source__body {
    max-width: 633px;
    margin: 0;
    color: #595959;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 2;
}

.lf-about-source__actions {
    margin-top: 31px;
}

.wp-block-button.lf-about-source__button .wp-block-button__link {
    min-width: 145px;
    min-height: 39px;
    padding: 0 22px;
    border-radius: 3px;
    color: #ffffff;
    background: #1b6cb6;
    font-family: "Microsoft YaHei", Arial, sans-serif;
    font-size: 14px;
    line-height: 39px;
}

.wp-block-button.lf-about-source__button .wp-block-button__link:hover,
.wp-block-button.lf-about-source__button .wp-block-button__link:focus-visible {
    color: #ffffff;
    background: #155894;
}

.lf-about-source__media {
    margin: 3px 0 0;
}

.lf-about-source__image {
    width: 533px;
    max-width: 100%;
    height: 337px;
    margin: 0;
    overflow: hidden;
}

.lf-about-source__image img {
    display: block;
    width: 533px;
    max-width: 100%;
    height: 337px;
    object-fit: cover;
}

.wp-block-columns.lf-about-source__metrics,
.lf-about-source__metrics {
    display: grid;
    grid-template-columns: repeat(3, 150px);
    gap: 77px;
    width: 604px;
    margin: 64px 0 0;
}

.lf-about-source__metric {
    position: relative;
    min-height: 91px;
}

.lf-about-source__metric + .lf-about-source__metric::before {
    content: "";
    position: absolute;
    top: 11px;
    left: -77px;
    width: 56px;
    height: 69px;
    border-left: 1px solid #d9d9d9;
}

.lf-about-source__number {
    margin: 0 0 4px;
    color: #1b6cb6;
    font-family: "Microsoft YaHei", Arial, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;
}

.lf-about-source__metric-label {
    margin: 0;
    color: #666666;
    font-size: 14px;
    line-height: 1.35;
}

.lf-products-source {
    min-height: 890px;
    padding: 50px 0 66px;
    background: #ffffff;
}

.lf-products-source__inner {
    width: min(100% - 32px, 1200px);
    margin: 0 auto;
}

.lf-products-source__title {
    width: 150px;
    margin: 0 auto;
    color: #000000;
    font-family: "Microsoft YaHei", Arial, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.lf-products-source__title strong {
    color: #1b6cb6;
}

.lf-products-source__rule {
    width: 150px;
    margin: 0 auto 21px;
    color: #1b6cb6;
    font-family: "Microsoft YaHei", Arial, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.wp-block-columns.lf-products-source__grid,
.lf-products-source__grid {
    display: grid;
    grid-template-columns: repeat(2, 600px);
    gap: 0;
    justify-content: center;
    margin: 0;
}

.lf-products-source__tile {
    width: 600px;
    max-width: 100%;
    margin: 0;
}

.lf-products-source__image {
    width: 600px;
    max-width: 100%;
    height: 331px;
    margin: 0;
    overflow: hidden;
}

.lf-products-source__image a {
    display: block;
    line-height: 0;
}

.lf-products-source__image img {
    display: block;
    width: 600px;
    max-width: 100%;
    height: 331px;
    object-fit: cover;
}

.lf-news-source {
    min-height: 706px;
    padding: 74px 0 93px;
    background-color: #cccccc;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.lf-news-source__inner {
    width: min(100% - 32px, 1164px);
    margin: 0 auto;
}

.lf-news-source__heading {
    width: 150px;
    margin: 0 auto 33px;
    text-align: center;
}

.lf-news-source__heading h2 {
    margin: 0;
    color: #000000;
    font-family: "Microsoft YaHei", Arial, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
}

.lf-news-source__heading h2 strong {
    color: #1b6cb6;
}

.lf-news-source__heading p {
    margin: 0;
    color: #1b6cb6;
    font-family: "Microsoft YaHei", Arial, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
}

.lf-news-source__layout {
    display: grid;
    grid-template-columns: 574px 500px;
    gap: 20px;
    justify-content: center;
    align-items: start;
}

.lf-news-source__featured {
    width: 574px;
    max-width: 100%;
}

.lf-news-source__featured-media {
    display: block;
    width: 550px;
    height: 250px;
    overflow: hidden;
    line-height: 0;
}

.lf-news-source__featured-media img {
    display: block;
    width: 550px;
    height: 250px;
    object-fit: cover;
}

.lf-news-source__featured-body {
    min-height: 42px;
    padding-top: 8px;
}

.lf-news-source__featured h3,
.lf-news-source__item h3 {
    margin: 0 0 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
}

.lf-news-source__featured h3 a,
.lf-news-source__item h3 a {
    color: #333333;
    text-decoration: none;
}

.lf-news-source__featured h3 a:hover,
.lf-news-source__item h3 a:hover {
    color: #1b6cb6;
}

.lf-news-source__featured time,
.lf-news-source__item time {
    color: #999999;
    font-size: 13px;
    line-height: 1.4;
}

.lf-news-source__list {
    width: 500px;
    max-width: 100%;
}

.lf-news-source__item {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 12px;
    width: 500px;
    max-width: 100%;
    min-height: 90px;
    margin: 0 0 10px;
}

.lf-news-source__item-media {
    display: block;
    width: 130px;
    height: 90px;
    overflow: hidden;
    line-height: 0;
}

.lf-news-source__item-media img {
    display: block;
    width: 130px;
    height: 90px;
    object-fit: cover;
}

.lf-news-source__item-body {
    overflow: hidden;
    overflow-wrap: break-word;
}

.lf-news-source__actions {
    display: flex;
    justify-content: center;
    margin-top: 46px;
}

.lf-news-source__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 145px;
    min-height: 39px;
    padding: 0 22px;
    border-radius: 3px;
    color: #ffffff;
    background: #1b6cb6;
    font-family: "Microsoft YaHei", Arial, sans-serif;
    font-size: 14px;
    line-height: 39px;
    text-decoration: none;
}

.lf-news-source__button:hover,
.lf-news-source__button:focus-visible {
    color: #ffffff;
    background: #155894;
}

.lf-home-stats,
.lf-home-stats > .wp-block-group__inner-container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.lf-home-stat {
    min-height: 132px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px;
    border: 1px solid #d9e7ef;
    border-left: 5px solid var(--lf-header-cyan);
    background: #ffffff;
}

.lf-home-stat__number {
    color: var(--lf-header-blue);
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
}

.lf-home-stat__label {
    margin-top: 10px;
    color: var(--lf-muted);
    font-size: 14px;
    line-height: 1.45;
}

.lf-home-products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.lf-home-products--image {
    gap: 24px;
}

.lf-home-product-tile {
    display: block;
    overflow: hidden;
    border: 1px solid #dce7ef;
    background: #ffffff;
    color: var(--lf-ink);
    box-shadow: 0 14px 34px rgba(20, 47, 75, 0.08);
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.lf-home-product-tile:hover,
.lf-home-product-tile:focus-visible {
    transform: translateY(-3px);
    box-shadow: 0 18px 42px rgba(20, 47, 75, 0.13);
}

.lf-home-product-tile__media {
    display: block;
    aspect-ratio: 600 / 331;
    overflow: hidden;
    background: #eef3f7;
}

.lf-home-product-tile__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 220ms ease;
}

.lf-home-product-tile:hover .lf-home-product-tile__image,
.lf-home-product-tile:focus-visible .lf-home-product-tile__image {
    transform: scale(1.04);
}

.lf-home-product-tile__body {
    display: grid;
    gap: 8px;
    padding: 18px 20px 20px;
}

.lf-home-product-tile__body strong {
    color: #17263a;
    font-size: 18px;
    line-height: 1.35;
}

.lf-home-product-tile__body span {
    color: var(--lf-muted);
    font-size: 14px;
    line-height: 1.55;
}

.lf-product-card,
.lf-news-card {
    height: 100%;
    padding: 26px;
    border: 1px solid #dce7ef;
    background: #ffffff;
}

.lf-product-card {
    border-top: 4px solid var(--lf-header-blue);
}

.lf-product-card h3,
.lf-news-card h3 {
    margin: 0;
    font-size: 20px;
    line-height: 1.35;
}

.lf-product-card p,
.lf-news-card p {
    margin: 12px 0 0;
    color: var(--lf-muted);
    line-height: 1.7;
}

.lf-home-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.lf-home-actions--center {
    justify-content: center;
}

.lf-home-button,
.entry__content .lf-home-button,
.wp-block-button.lf-home-button .wp-block-button__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 22px;
    color: #ffffff;
    background: var(--lf-header-blue);
    font-weight: 700;
    line-height: 1.3;
}

.lf-home-button:hover,
.lf-home-button:focus-visible,
.wp-block-button.lf-home-button .wp-block-button__link:hover,
.wp-block-button.lf-home-button .wp-block-button__link:focus-visible {
    color: #ffffff;
    background: var(--lf-header-blue-dark);
}

.lf-home-button--ghost,
.entry__content .lf-home-button--ghost,
.wp-block-button.lf-home-button--ghost .wp-block-button__link {
    color: var(--lf-header-blue);
    background: #e8f6f8;
}

.lf-home-button--ghost:hover,
.lf-home-button--ghost:focus-visible,
.wp-block-button.lf-home-button--ghost .wp-block-button__link:hover,
.wp-block-button.lf-home-button--ghost .wp-block-button__link:focus-visible {
    color: #ffffff;
    background: var(--lf-header-cyan);
}

.lf-home-button--light,
.entry__content .lf-home-button--light,
.wp-block-button.lf-home-button--light .wp-block-button__link {
    color: var(--lf-header-blue-dark);
    background: #ffffff;
}

.lf-home-button--light:hover,
.lf-home-button--light:focus-visible,
.wp-block-button.lf-home-button--light .wp-block-button__link:hover,
.wp-block-button.lf-home-button--light .wp-block-button__link:focus-visible {
    color: var(--lf-header-blue-dark);
    background: #d7f8ff;
}

.lf-news-layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
    gap: 30px;
    align-items: stretch;
}

.lf-news-card--featured {
    border-top: 4px solid var(--lf-header-cyan);
}

.lf-news-list {
    display: grid;
    gap: 14px;
}

.lf-news-card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
    align-items: start;
}

.lf-news-card__date {
    min-width: 94px;
    padding: 8px 10px;
    color: var(--lf-header-blue);
    background: #e8f6f8;
    font-weight: 800;
    text-align: center;
}

.lf-news-card__content {
    min-width: 0;
}

.lf-news-layout--home {
    grid-template-columns: minmax(330px, 0.95fr) minmax(0, 1.05fr);
}

.lf-news-layout--home .lf-news-card {
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr);
    gap: 0;
    overflow: hidden;
    padding: 0;
}

.lf-news-layout--home .lf-news-card--featured {
    display: block;
    grid-row: span 3;
}

.lf-news-card__media {
    display: block;
    min-height: 100%;
    overflow: hidden;
    background: #eef3f7;
}

.lf-news-layout--home .lf-news-card--featured .lf-news-card__media {
    aspect-ratio: 550 / 250;
}

.lf-news-layout--home .lf-news-card:not(.lf-news-card--featured) .lf-news-card__media {
    aspect-ratio: 130 / 90;
}

.lf-news-card__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lf-news-layout--home .lf-news-card__content {
    padding: 20px;
}

.lf-news-layout--home .lf-news-card--featured .lf-news-card__content {
    padding: 22px 24px 26px;
}

.lf-news-layout--home .lf-news-card__date {
    display: inline-flex;
    width: auto;
    min-width: 0;
    margin-bottom: 10px;
}

.lf-news-layout--home .lf-news-card h3 a {
    color: inherit;
}

.lf-home-contact {
    padding: 62px 0;
}

.lf-home-contact__details {
    display: grid;
    gap: 9px;
    margin: 0;
}

.lf-home-contact__row {
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: 14px;
    align-items: start;
}

.lf-home-contact__row dt {
    color: #9be7ef;
    font-weight: 800;
}

.lf-home-contact__row dd {
    margin: 0;
    color: #eef8fb;
    overflow-wrap: anywhere;
}

.site-footer {
    color: var(--lf-footer-text);
    background: var(--lf-footer-bg);
}

.site-footer__inner {
    display: grid;
    grid-template-columns: minmax(260px, 1.4fr) minmax(150px, 0.7fr) minmax(190px, 0.9fr) minmax(140px, 0.6fr);
    gap: 44px;
    padding: 54px 0 42px;
}

.site-footer__column {
    min-width: 0;
}

.site-footer__heading {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.site-footer__company {
    margin: 0 0 16px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
}

.site-footer__contact-list {
    display: grid;
    gap: 7px;
    margin: 0;
}

.site-footer__contact-row {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    align-items: start;
}

.site-footer__contact-row dt {
    color: var(--lf-footer-accent);
    font-weight: 700;
}

.site-footer__contact-row dd {
    min-width: 0;
    margin: 0;
    color: var(--lf-footer-muted);
    overflow-wrap: anywhere;
}

.site-footer__address {
    margin-top: 12px;
    color: var(--lf-footer-muted);
    font-style: normal;
    line-height: 1.7;
}

.site-footer a {
    color: var(--lf-footer-muted);
    transition: color 160ms ease;
}

.site-footer a:hover,
.site-footer a:focus-visible {
    color: #ffffff;
}

.site-footer a:focus-visible {
    outline: 3px solid var(--lf-focus);
    outline-offset: 3px;
}

.site-footer__menu + .site-footer__menu {
    margin-top: 30px;
}

.site-footer__links {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer__links a {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    line-height: 1.45;
}

.site-footer__links a::before {
    width: 6px;
    height: 6px;
    flex: 0 0 auto;
    margin-right: 9px;
    border-radius: 50%;
    background: var(--lf-footer-accent);
    content: "";
}

.site-footer__qr-figure {
    width: 128px;
    margin: 0;
    padding: 8px;
    background: #ffffff;
}

.site-footer__qr-image {
    display: block;
    width: 112px;
    height: 112px;
    object-fit: contain;
}

.site-footer__widget {
    color: var(--lf-footer-muted);
}

.site-footer__widget > *:first-child {
    margin-top: 0;
}

.site-footer__widget > *:last-child {
    margin-bottom: 0;
}

.site-footer__bottom {
    background: var(--lf-footer-bg-deep);
    font-size: 14px;
}

.site-footer__bottom-inner {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 0;
    color: var(--lf-footer-muted);
}

@media (max-width: 1080px) {
    .site-branding .custom-logo {
        max-width: 320px;
    }

    .primary-nav__list li {
        min-width: auto;
    }

    .primary-nav__list a {
        padding: 0 10px;
        font-size: 14px;
    }
}

@media (max-width: 960px) {
    .site-footer__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 34px;
    }
}

@media (max-width: 820px) {
    .site-container {
        width: min(100% - 24px, var(--lf-container));
    }

    .topbar__inner {
        min-height: 0;
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
        padding: 8px 0;
    }

    .topbar__tools {
        width: 100%;
        justify-content: space-between;
        gap: 10px;
    }

    .site-header__inner {
        min-height: 72px;
        gap: 16px;
    }

    .site-branding {
        min-width: 0;
    }

    .site-branding .custom-logo {
        max-width: min(250px, 68vw);
        max-height: 54px;
    }

    .site-branding__name {
        max-width: 250px;
        font-size: 18px;
    }

    .nav-toggle {
        display: inline-flex;
    }

    .primary-nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: none;
        flex: none;
        background: #ffffff;
        border-top: 1px solid var(--lf-border);
        box-shadow: 0 16px 34px rgba(15, 23, 42, 0.12);
    }

    .primary-nav.is-open {
        display: block;
    }

    .primary-nav__list {
        display: block;
        width: min(100% - 24px, var(--lf-container));
        margin: 0 auto;
        padding: 8px 0;
    }

    .primary-nav__list a {
        min-height: 46px;
        justify-content: flex-start;
        padding: 10px 4px;
        text-align: left;
        border-bottom: 1px solid #eef2f6;
    }

    .primary-nav__list li:hover > a,
    .primary-nav__list li:focus-within > a,
    .primary-nav__list .is-active > a,
    .primary-nav__list .current-menu-item > a,
    .primary-nav__list .current-menu-ancestor > a {
        color: var(--lf-header-blue);
        background: var(--lf-soft);
    }

    .primary-nav__list .sub-menu {
        position: static;
        visibility: visible;
        opacity: 1;
        transform: none;
        box-shadow: none;
        padding: 0 0 0 16px;
        background: var(--lf-soft);
    }

    .primary-nav__list .sub-menu a {
        white-space: normal;
    }

    .site-banner {
        min-height: var(--lf-banner-mobile-height, 210px);
    }

    .site-banner--home {
        min-height: var(--lf-banner-mobile-height, 340px);
    }

    .site-banner__content {
        padding: 40px 0 56px;
    }

    .site-banner__title,
    .site-banner--home .site-banner__title {
        font-size: 32px;
    }

    .site-banner__kicker {
        font-size: 14px;
    }

    .site-footer__inner {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 38px 0 30px;
    }

    .site-footer__menu + .site-footer__menu {
        margin-top: 24px;
    }

    .site-footer__bottom-inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .lf-home-section {
        padding: 48px 0;
    }

    .lf-home-section > .wp-block-group__inner-container,
    .lf-home-contact > .wp-block-group__inner-container,
    .lf-home-section__inner,
    .lf-home-contact__inner {
        width: min(100% - 24px, var(--lf-container));
    }

    .lf-section-heading h2,
    .lf-section-title {
        font-size: 27px;
    }

    .lf-lead {
        font-size: 16px;
    }

    .lf-home-about__grid,
    .lf-home-about__grid > .wp-block-group__inner-container,
    .lf-home-contact__grid,
    .lf-news-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .lf-home-products {
        grid-template-columns: 1fr;
    }

    .lf-home-metric-strip {
        grid-template-columns: 1fr;
    }

    .lf-home-metric-strip div {
        min-height: 86px;
    }

    .lf-about-source {
        min-height: 0;
        padding: 48px 0;
    }

    .lf-about-source__inner {
        width: min(100% - 24px, 1255px);
    }

    .wp-block-columns.lf-about-source__top,
    .lf-about-source__top {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .lf-about-source__title,
    .lf-about-source__rule {
        font-size: 30px;
    }

    .lf-about-source__subtitle {
        margin-bottom: 28px;
        font-size: 17px;
    }

    .lf-about-source__actions {
        margin-top: 24px;
    }

    .lf-about-source__media {
        margin-top: 0;
    }

    .lf-about-source__image,
    .lf-about-source__image img {
        width: 100%;
        height: auto;
        aspect-ratio: 533 / 337;
    }

    .wp-block-columns.lf-about-source__metrics,
    .lf-about-source__metrics {
        grid-template-columns: 1fr;
        gap: 0;
        width: 100%;
        margin-top: 36px;
    }

    .lf-about-source__metric {
        min-height: 0;
        padding: 18px 0;
        border-top: 1px solid #d9d9d9;
    }

    .lf-about-source__metric + .lf-about-source__metric::before {
        display: none;
    }

    .lf-products-source {
        min-height: 0;
        padding: 44px 0;
    }

    .lf-products-source__inner {
        width: min(100% - 24px, 1200px);
    }

    .lf-products-source__title,
    .lf-products-source__rule {
        font-size: 30px;
    }

    .lf-products-source__rule {
        margin-bottom: 24px;
    }

    .wp-block-columns.lf-products-source__grid,
    .lf-products-source__grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .lf-products-source__tile,
    .lf-products-source__image,
    .lf-products-source__image img {
        width: 100%;
    }

    .lf-products-source__image,
    .lf-products-source__image img {
        height: auto;
        aspect-ratio: 600 / 331;
    }

    .lf-news-source {
        min-height: 0;
        padding: 44px 0;
    }

    .lf-news-source__inner {
        width: min(100% - 24px, 1164px);
    }

    .lf-news-source__heading {
        margin-bottom: 24px;
    }

    .lf-news-source__heading h2,
    .lf-news-source__heading p {
        font-size: 30px;
    }

    .lf-news-source__layout {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .lf-news-source__featured,
    .lf-news-source__featured-media,
    .lf-news-source__featured-media img,
    .lf-news-source__list,
    .lf-news-source__item {
        width: 100%;
    }

    .lf-news-source__featured-media,
    .lf-news-source__featured-media img {
        height: auto;
        aspect-ratio: 550 / 250;
    }

    .lf-news-source__item {
        grid-template-columns: 112px 1fr;
    }

    .lf-news-source__item-media,
    .lf-news-source__item-media img {
        width: 112px;
        height: 78px;
    }

    .lf-news-source__actions {
        margin-top: 28px;
    }

    .lf-home-stats,
    .lf-home-stats > .wp-block-group__inner-container {
        grid-template-columns: 1fr;
    }

    .lf-news-card {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .lf-news-layout--home .lf-news-card {
        grid-template-columns: 112px minmax(0, 1fr);
    }

    .lf-news-layout--home .lf-news-card--featured {
        display: block;
    }

    .lf-news-layout--home .lf-news-card__content {
        padding: 16px;
    }

    .lf-news-layout--home .lf-news-card:not(.lf-news-card--featured) .lf-news-card__media {
        aspect-ratio: 112 / 90;
    }

    .lf-news-card__date {
        width: fit-content;
    }

    .lf-home-contact__row {
        grid-template-columns: 1fr;
        gap: 2px;
    }
}
