/* Scoped styles shared by the editor and the public site. */
.lpb-section {
    --lpb-accent: #c9232b;
    --accent: var(--lpb-accent);
    --lpb-ink: #101516;
    --lpb-muted: #62696b;
    box-sizing: border-box;
    margin: 0;
    padding: 78px 0;
    background: #fff;
    color: var(--lpb-ink);
    font:
        16px/1.6 Arial,
        Helvetica,
        sans-serif;
    clear: both;
}
.lpb-section *,
.lpb-section *::before,
.lpb-section *::after {
    box-sizing: border-box;
}
.lpb-inner {
    width: min(1360px, calc(100% - 112px));
    margin: 0 auto;
}
.lpb-section h2,
.lpb-section h3 {
    color: var(--lpb-ink);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.15;
    margin: 0 0 16px;
}
.lpb-section h2 {
    font-size: clamp(28px, 3vw, 43px);
}
.lpb-section h3 {
    font-size: 23px;
}
.lpb-section p {
    margin: 0 0 22px;
}
.lpb-section img {
    max-width: 100%;
    height: auto;
    display: block;
}
.lpb-section .lp-icon {
    width: 24px;
    height: 24px;
    flex: none;
}
.lpb-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    margin: 0 0 35px;
}
.lpb-heading > div {
    min-width: 0;
}
.lpb-heading h2:last-child {
    margin-bottom: 0;
}
.lpb-heading p {
    max-width: 660px;
    color: var(--lpb-muted);
    font-size: 15px;
    line-height: 1.75;
    margin: 15px 0 0;
}
.lpb-section .lpb-eyebrow {
    display: block;
    font:
        700 11px/1.5 Arial,
        Helvetica,
        sans-serif;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--lpb-accent);
    margin: 0 0 18px;
}
.lpb-section .lpb-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    color: var(--lpb-ink);
    line-height: 1.5;
}
.lpb-heading > .lpb-link {
    flex: none;
}
.lpb-section .lpb-link .lp-icon {
    width: 18px;
    height: 18px;
}
.lpb-section .lpb-link:hover {
    color: var(--lpb-accent);
}
.lpb-section .lpb-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 50px;
    padding: 14px 23px;
    border: 0;
    border-radius: 6px;
    font:
        700 14px/1.4 Arial,
        Helvetica,
        sans-serif;
    text-decoration: none;
    background: var(--lpb-accent);
    color: white;
}
.lpb-section .lpb-button-dark {
    background: var(--lpb-ink);
}
.lpb-section .lpb-button-white {
    background: white;
    color: #101516;
}
.lpb-section .lpb-button:hover {
    filter: brightness(0.9);
}
.lpb-section a:focus-visible,
.lpb-section button:focus-visible,
.lpb-section select:focus-visible {
    outline: 3px solid #2867d3;
    outline-offset: 4px;
}
.lpb-section .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
}
.lpb-tyre-search {
    background: #f4f5f4;
    padding: 38px 0;
}
.lpb-finder-layout {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 40px;
    align-items: center;
}
.lpb-tyre-search .lpb-heading {
    margin: 0;
}
.lpb-tyre-search h2 {
    font-size: 28px;
}
.lpb-tyre-search .lpb-eyebrow {
    margin-bottom: 8px;
}
.lpb-tyre-search .lpb-heading p {
    margin-top: 8px;
}
.lpb-finder-form {
    min-width: 0;
}
.lpb-finder-form .lpc-filters {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 12px;
}
.lpb-finder-form label {
    display: flex;
    flex: 1 1 85px;
    min-width: 0;
    flex-direction: column;
    font-size: 12px;
    font-weight: 700;
    gap: 5px;
}
.lpb-finder-form select {
    max-width: 100%;
    width: 100%;
    padding: 11px 8px;
    border: 1px solid #c9cfcc;
    border-radius: 4px;
    background: #fff;
    color: #101516;
    font:
        14px Arial,
        sans-serif;
}
.lpb-finder-form .lpc-button {
    min-height: 42px;
    border: 0;
    background: var(--lpb-accent);
    color: white;
    border-radius: 4px;
    padding: 11px 18px;
    cursor: pointer;
    font:
        700 14px Arial,
        sans-serif;
}
.lpb-brands {
    padding: 34px 0;
    border-bottom: 1px solid #e9ebe9;
}
.lpb-brands-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 28px 32px;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.lpb-brands-list li {
    flex: 0 1 145px;
    min-width: 0;
    min-height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
    padding: 0 !important;
}
.lpb-brands-list img {
    width: 100%;
    height: auto;
    max-width: 145px;
    max-height: 42px;
    object-fit: contain;
    border: 0;
    border-radius: 0;
}
.lpb-brands-list .lpb-brand-pirelli {
    max-width: 124px;
}
.lpb-brands-list .lpb-brand-goodyear {
    filter: grayscale(1) brightness(0.14);
}
.lpb-brands-list span {
    font-weight: 700;
    font-size: 18px;
    overflow-wrap: anywhere;
}
.lpb-latest-offers {
    background: #f4f5f4;
}
.lpb-featured-offers {
    background: #fff;
}
.lpb-section .lpb-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin: 0;
}
.lpb-section.lpb-columns-1 .lpb-cards {
    grid-template-columns: 1fr;
}
.lpb-section.lpb-columns-2 .lpb-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.lpb-section.lpb-columns-4 .lpb-cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.lpb-section .lpc-offer-card h3 {
    font-size: 23px;
    margin: 0 0 14px;
}
.lpb-section .lpc-offer-excerpt {
    margin: 0 0 25px;
}
.lpb-section .lpc-offer-photo > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lpb-section .lpc-detail-link {
    font-size: 13px;
    font-weight: 700;
    color: var(--lpb-accent);
    text-decoration: none;
}
.lpb-section .lpc-vehicle-summary {
    padding: 0;
    margin: 0 0 20px;
}
.lpb-services-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}
.lpb-columns-1 .lpb-services-grid {
    grid-template-columns: 1fr;
}
.lpb-columns-2 .lpb-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.lpb-columns-3 .lpb-services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.lpb-service {
    display: flex;
    flex-direction: column;
    padding: 28px;
    border: 1px solid #dfe2e0;
    border-radius: 6px;
    min-width: 0;
}
.lpb-service-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}
.lpb-service-top .lp-icon {
    color: var(--lpb-accent);
    width: 38px;
    height: 38px;
}
.lpb-service-top > span {
    color: #b7bfba;
    font-size: 12px;
}
.lpb-service p {
    font-size: 14px;
    color: var(--lpb-muted);
}
.lpb-service > .lpb-link {
    margin-top: auto;
}
.lpb-about {
    background: #f4f5f4;
}
.lpb-about-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 74px;
    align-items: center;
}
.lpb-about-visual {
    position: relative;
    aspect-ratio: 1.2;
    overflow: hidden;
    background: #e4e8e5;
}
.lpb-about-visual > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lpb-about-visual > span {
    position: absolute;
    left: 28px;
    bottom: 26px;
    color: white;
    font-size: 29px;
    font-style: italic;
    font-weight: 900;
    text-shadow: 0 1px 5px #0008;
}
.lpb-about-visual b {
    color: var(--lpb-accent);
}
.lpb-about .lpb-heading {
    margin-bottom: 24px;
}
.lpb-checks {
    list-style: none;
    margin: 0 0 32px !important;
    padding: 0 !important;
}
.lpb-checks li {
    display: flex;
    gap: 13px;
    align-items: flex-start;
    margin: 12px 0;
    padding: 0;
    font-size: 14px;
}
.lpb-checks .lp-icon {
    color: var(--lpb-accent);
    width: 18px;
    height: 22px;
}
.lpb-contact-cta {
    background: var(--lpb-accent);
    color: white;
    padding: 48px 0;
}
.lpb-contact-cta h2,
.lpb-contact-cta .lpb-eyebrow,
.lpb-contact-cta p {
    color: white;
}
.lpb-cta-layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.lpb-cta-layout .lpb-heading {
    margin: 0;
}
.lpb-cta-layout h2 {
    font-size: 36px;
}
.lpb-cta-layout .lpb-button {
    flex: none;
}
.lpb-post-card {
    min-width: 0;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #dfe2e0;
    border-radius: 7px;
    overflow: hidden;
    transition: box-shadow 0.2s;
}
.lpb-post-card:hover {
    box-shadow: 0 12px 30px #18232912;
}
.lpb-post-photo {
    display: block;
    aspect-ratio: 1.6;
    overflow: hidden;
    background: #edf0ed;
}
.lpb-post-photo > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lpb-post-placeholder {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #717f75;
    background: linear-gradient(140deg, #eef0ee, #dce1de);
}
.lpb-post-body {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.lpb-post-body time {
    font-size: 12px;
    color: var(--lpb-muted);
    margin: 0 0 14px;
}
.lpb-post-card h3 {
    font-size: 23px;
    margin: 0 0 14px;
}
.lpb-post-card h3 > a {
    color: var(--lpb-ink);
    text-decoration: none;
}
.lpb-post-body > p {
    font-size: 14px;
    color: var(--lpb-muted);
    line-height: 1.7;
    margin: 0 0 25px;
}
.lpb-post-body .lpb-post-more {
    margin-top: auto;
    border-top: 1px solid #e2e6e3;
    padding-top: 19px;
}
.lpb-empty {
    border: 1px dashed #b7c3bb;
    background: #f4f7f5;
    color: #314338;
    padding: 24px;
    font:
        14px/1.6 Arial,
        sans-serif;
}
.lpb-home-content {
    width: 100%;
    margin: 0;
    padding: 0;
}
.lpb-home-content > .lpb-section {
    max-width: none;
    margin: 0;
    width: 100%;
}
.lpb-home-content > .lpb-existing-content {
    padding: 64px 0;
    margin: 0 auto;
    width: min(1360px, calc(100% - 80px));
}
.lpb-home-content > :not(.lpb-section):not(.alignfull):not(.lpb-existing-content) {
    max-width: 850px;
    width: calc(100% - 40px);
    margin: 32px auto;
}
.lpb-home-content > .alignwide:not(.lpb-section) {
    max-width: 1360px;
}
.lpb-existing-content a {
    color: var(--accent, #c9232b);
}
@media (max-width: 1250px) {
    .lpb-inner {
        width: calc(100% - 72px);
    }
    .lpb-brands-list {
        justify-content: center;
        column-gap: 36px;
    }
    .lpb-about-layout {
        gap: 40px;
    }
    .lpb-service {
        padding: 23px;
    }
}
@media (max-width: 1050px) {
    .lpb-finder-layout {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .lpb-finder-form {
        max-width: 750px;
    }
    .lpb-section.lpb-columns-3 .lpb-cards,
    .lpb-section.lpb-columns-4 .lpb-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lpb-services-grid,
    .lpb-columns-3 .lpb-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lpb-heading {
        gap: 24px;
    }
    .lpb-about-layout {
        gap: 32px;
    }
}
@media (max-width: 760px) {
    .lpb-inner {
        width: calc(100% - 40px);
    }
    .lpb-section {
        padding: 50px 0;
    }
    .lpb-heading {
        display: block;
        margin-bottom: 26px;
    }
    .lpb-heading > .lpb-link {
        margin-top: 20px;
    }
    .lpb-section h2 {
        font-size: 31px;
    }
    .lpb-tyre-search {
        padding: 30px 0;
    }
    .lpb-tyre-search h2 {
        font-size: 25px;
    }
    .lpb-brands {
        padding: 26px 0;
    }
    .lpb-about-layout {
        grid-template-columns: 1fr;
    }
    .lpb-about-visual {
        aspect-ratio: 1.5;
    }
    .lpb-cta-layout {
        align-items: flex-start;
        flex-direction: column;
        gap: 24px;
    }
    .lpb-contact-cta {
        padding: 38px 0;
    }
    .lpb-section .lpb-cards {
        gap: 22px;
    }
    .lpb-home-content > .lpb-existing-content {
        width: calc(100% - 40px);
        padding: 48px 0;
    }
}
@media (max-width: 600px) {
    .lpb-section .lpb-cards,
    .lpb-section.lpb-columns-2 .lpb-cards,
    .lpb-section.lpb-columns-3 .lpb-cards,
    .lpb-section.lpb-columns-4 .lpb-cards {
        grid-template-columns: 1fr;
    }
    .lpb-brands-list {
        gap: 22px 24px;
    }
    .lpb-brands-list li {
        flex-basis: calc(50% - 12px);
        min-height: 38px;
    }
    .lpb-brands-list img {
        max-width: 135px;
        max-height: 38px;
    }
    .lpb-brands-list .lpb-brand-pirelli {
        max-width: 115px;
    }
    .lpb-services-grid,
    .lpb-columns-2 .lpb-services-grid,
    .lpb-columns-3 .lpb-services-grid {
        grid-template-columns: 1fr;
    }
    .lpb-post-body {
        padding: 22px;
    }
    .lpb-finder-form .lpc-button {
        width: 100%;
    }
}
@media (prefers-reduced-motion: reduce) {
    .lpb-section * {
        transition: none !important;
    }
}
