/*
    Performance services index
    A workshop-led service hub for /performance.
*/

.performance-index-page {
    background: #171b20;
}

.performance-hub {
    --performance-ink: #20252b;
    --performance-muted: #606a74;
    --performance-paper: #f1f3f4;
    --performance-white: #fff;
    --performance-steel: #242a31;
    --performance-deep: #171b20;
    --performance-line: #d7dce0;
    --performance-red: #d62f4b;
    --performance-red-bright: #ec526a;
    --performance-yellow: #ffd91a;
    overflow: hidden;
    background: var(--performance-paper);
    color: var(--performance-ink);
    font-family: Inter, Arial, sans-serif;
}

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

.performance-hub h1,
.performance-hub h2,
.performance-hub h3,
.performance-hub p,
.performance-hub ul,
.performance-hub ol {
    margin-top: 0;
}

.performance-hub a {
    text-decoration: none;
}

.performance-hub-hero {
    position: relative;
    isolation: isolate;
    min-height: 690px;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    background:
        linear-gradient(100deg, rgba(17, 20, 24, .98) 0%, rgba(24, 29, 35, .95) 48%, rgba(24, 29, 35, .82) 100%),
        url("/website_cdn/llandow/196284223a.jpg") center 38% / cover no-repeat;
    color: #fff;
}

.performance-hub-hero::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
    background-position: center;
    background-size: 46px 46px;
    content: "";
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .45) 38%, #000 100%);
}

.performance-hub-hero::after {
    position: absolute;
    z-index: -1;
    top: -180px;
    right: -140px;
    width: 620px;
    height: 620px;
    border: 1px solid rgba(255, 217, 26, .13);
    border-radius: 50%;
    box-shadow:
        0 0 0 72px rgba(255, 255, 255, .018),
        0 0 0 144px rgba(255, 255, 255, .014);
    content: "";
}

.performance-hub-graph {
    position: absolute;
    z-index: -1;
    right: -2%;
    bottom: 0;
    width: min(70vw, 1050px);
    height: 46%;
    pointer-events: none;
}

.performance-hub-graph svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.performance-hub-graph path {
    fill: none;
}

.performance-hub-trace-shadow {
    stroke: rgba(214, 47, 75, .17);
    stroke-width: 18;
}

.performance-hub-trace {
    stroke: url("#performance-trace-gradient");
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500;
    stroke-linecap: round;
    stroke-width: 4;
    animation: performance-trace-draw 1.3s cubic-bezier(.2, .75, .25, 1) .15s forwards;
}

.performance-hub-graph circle {
    fill: var(--performance-yellow);
    opacity: 0;
    stroke: #171b20;
    stroke-width: 3;
    animation: performance-trace-point .25s ease-out 1.25s forwards;
}

@keyframes performance-trace-draw {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes performance-trace-point {
    to {
        opacity: 1;
    }
}

.performance-hub-hero > .container {
    position: relative;
    z-index: 1;
    padding-top: 152px;
    padding-bottom: 68px;
}

.performance-hub-breadcrumb {
    margin-bottom: 52px;
}

.performance-hub-breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    align-items: center;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

.performance-hub-breadcrumb li {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    color: rgba(255, 255, 255, .57);
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: .69rem;
    font-weight: 700;
    letter-spacing: .075em;
    text-transform: uppercase;
}

.performance-hub-breadcrumb li + li::before {
    color: var(--performance-red-bright);
    content: "/";
}

.performance-hub-breadcrumb a {
    color: rgba(255, 255, 255, .74);
}

.performance-hub-breadcrumb a:hover {
    color: #fff;
}

.performance-hub-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr);
    gap: clamp(42px, 7vw, 96px);
    align-items: center;
}

.performance-hub-hero-copy {
    max-width: 730px;
}

.performance-hub-eyebrow,
.performance-hub-section-kicker,
.performance-hub-lookup-kicker,
.performance-service-channel {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-weight: 800;
    letter-spacing: .105em;
    text-transform: uppercase;
}

.performance-hub-eyebrow {
    margin-bottom: 16px;
    color: var(--performance-red-bright) !important;
    font-size: .72rem;
}

.performance-hub-hero h1 {
    max-width: 720px;
    margin-bottom: 22px;
    color: #fff !important;
    font-size: clamp(3.2rem, 6.1vw, 6rem);
    font-weight: 760;
    letter-spacing: -.06em;
    line-height: .94;
    text-wrap: balance;
}

.performance-hub-hero h1 em {
    display: block;
    color: var(--performance-yellow);
    font-family: "Playfair Display", Georgia, serif;
    font-size: .98em;
    font-weight: 400;
    letter-spacing: -.045em;
}

.performance-hub-lead {
    max-width: 670px;
    margin-bottom: 29px;
    color: rgba(255, 255, 255, .76) !important;
    font-size: clamp(1rem, 1.7vw, 1.18rem);
    line-height: 1.62;
}

.performance-hub-hero-actions,
.performance-hub-local-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    align-items: center;
}

.performance-hub-button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: .82rem;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    transition: border-color .18s ease, background-color .18s ease, color .18s ease, transform .18s ease;
}

.performance-hub-button--primary {
    border-color: var(--performance-red);
    background: var(--performance-red);
    color: #fff;
}

.performance-hub-button--primary:hover {
    border-color: var(--performance-red-bright);
    background: var(--performance-red-bright);
    color: #fff;
    transform: translateY(-2px);
}

.performance-hub-button--ghost {
    border-color: rgba(255, 255, 255, .28);
    background: rgba(255, 255, 255, .035);
    color: rgba(255, 255, 255, .88);
}

.performance-hub-button--ghost:hover {
    border-color: rgba(255, 255, 255, .7);
    background: rgba(255, 255, 255, .08);
    color: #fff;
    transform: translateY(-2px);
}

.performance-hub-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    max-width: 690px;
    margin: 40px 0 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, .13);
    list-style: none;
}

.performance-hub-proof li {
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
    min-height: 74px;
    padding: 15px 16px 15px 0;
    color: rgba(255, 255, 255, .64);
    font-size: .74rem;
    line-height: 1.4;
}

.performance-hub-proof li + li {
    padding-left: 16px;
    border-left: 1px solid rgba(255, 255, 255, .13);
}

.performance-hub-proof i {
    color: var(--performance-red-bright);
    font-size: 1.05rem;
}

.performance-hub-proof strong {
    color: #fff;
}

.performance-hub-lookup.vehicle-browser {
    position: relative;
    padding: clamp(25px, 3vw, 36px);
    border: 1px solid rgba(255, 255, 255, .17);
    border-radius: 10px;
    background: rgba(22, 27, 33, .84);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .35);
    color: #fff;
    backdrop-filter: blur(12px);
    scroll-margin-top: 100px;
}

.performance-hub-lookup::before {
    position: absolute;
    top: -1px;
    right: 26px;
    left: 26px;
    height: 3px;
    background: linear-gradient(90deg, var(--performance-red), var(--performance-yellow));
    content: "";
}

.performance-hub-lookup-kicker {
    margin-bottom: 18px;
    color: var(--performance-yellow) !important;
    font-size: .64rem;
}

.performance-hub .performance-hub-lookup .vehicle-browser-panel {
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.performance-hub .performance-hub-lookup .vehicle-browser-panel-header {
    margin-bottom: 18px;
    padding: 0;
    border: 0;
}

.performance-hub .performance-hub-lookup .vehicle-registration-lookup-header h2 {
    margin: 0 0 8px;
    color: #fff !important;
    font-size: clamp(1.55rem, 2.7vw, 2rem);
    font-weight: 760;
    letter-spacing: -.035em;
    line-height: 1.08;
}

.performance-hub .performance-hub-lookup .vehicle-registration-lookup-header .vehicle-browser-panel-copy {
    color: rgba(255, 255, 255, .66) !important;
    font-size: .82rem;
    line-height: 1.5;
}

.performance-hub .performance-hub-lookup .vehicle-registration-lookup-controls {
    grid-template-columns: minmax(0, 1fr);
    gap: 13px;
}

.performance-hub .performance-hub-lookup .vehicle-registration-lookup-submit {
    width: 100%;
    border: 1px solid var(--performance-red);
    border-radius: 4px;
    background: var(--performance-red);
    color: #fff;
}

.performance-hub .performance-hub-lookup .vehicle-registration-lookup-submit:hover,
.performance-hub .performance-hub-lookup .vehicle-registration-lookup-submit:focus-visible {
    border-color: var(--performance-red-bright);
    background: var(--performance-red-bright);
}

.performance-hub .performance-hub-lookup .vehicle-registration-lookup-error {
    color: #fff4b8;
}

.performance-hub-lookup-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 3px 8px;
    justify-content: space-between;
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    color: rgba(255, 255, 255, .48);
    font-size: .69rem;
    line-height: 1.4;
}

.performance-hub-lookup-footer a {
    color: rgba(255, 255, 255, .82);
    font-weight: 750;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, .3);
    text-underline-offset: 3px;
}

.performance-hub-lookup-footer a:hover {
    color: #fff;
}

.performance-hub-services {
    padding: clamp(72px, 9vw, 112px) 0;
    background:
        linear-gradient(rgba(32, 37, 43, .035) 1px, transparent 1px) 0 0 / 100% 42px,
        var(--performance-paper);
    scroll-margin-top: 98px;
}

.performance-hub #performance-vrm-lookup {
    scroll-margin-top: 110px;
}

.performance-hub-section-heading {
    display: grid;
    grid-template-columns: minmax(170px, .35fr) minmax(0, 1fr);
    gap: clamp(28px, 6vw, 92px);
    align-items: start;
    margin-bottom: 42px;
}

.performance-hub-section-kicker {
    margin-bottom: 0;
    color: var(--performance-red) !important;
    font-size: .67rem;
}

.performance-hub-section-heading h2,
.performance-hub-specialists h2,
.performance-hub-local h2 {
    color: var(--performance-ink) !important;
    font-size: clamp(2rem, 4vw, 3.45rem);
    font-weight: 760;
    letter-spacing: -.052em;
    line-height: 1;
    text-wrap: balance;
}

.performance-hub-section-heading h2 {
    margin-bottom: 14px;
}

.performance-hub-section-heading > div > p {
    max-width: 700px;
    margin-bottom: 0;
    color: var(--performance-muted) !important;
    font-size: 1rem;
    line-height: 1.62;
}

.performance-service-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-flow: dense;
    gap: 16px;
}

.performance-service-card {
    grid-column: span 5;
    min-width: 0;
    min-height: 270px;
}

.performance-service-card:nth-child(4),
.performance-service-card:nth-child(5) {
    grid-column: span 6;
}

.performance-service-card--feature {
    grid-column: span 7;
    grid-row: span 2;
    min-height: 556px;
}

.performance-service-card-link {
    position: relative;
    display: grid;
    height: 100%;
    min-width: 0;
    padding: 27px;
    overflow: hidden;
    border: 1px solid var(--performance-line);
    border-radius: 8px;
    background: var(--performance-white);
    color: var(--performance-ink);
    grid-template-rows: auto auto 1fr auto;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.performance-service-card-link::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: var(--performance-red);
    content: "";
    transform: scaleX(.18);
    transform-origin: left;
    transition: transform .22s ease;
}

.performance-service-card-link:hover {
    border-color: #bfc5ca;
    box-shadow: 0 18px 40px rgba(32, 37, 43, .11);
    color: var(--performance-ink);
    transform: translateY(-4px);
}

.performance-service-card-link:hover::before {
    transform: scaleX(1);
}

.performance-service-card--feature .performance-service-card-link {
    border-color: #343b44;
    background:
        linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px) 0 0 / 35px 35px,
        linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px) 0 0 / 35px 35px,
        linear-gradient(145deg, #242a31 0%, #171b20 100%);
    color: #fff;
}

.performance-service-card--feature .performance-service-card-link::after {
    position: absolute;
    right: -120px;
    bottom: -190px;
    width: 460px;
    height: 460px;
    border: 1px solid rgba(255, 217, 26, .18);
    border-radius: 50%;
    box-shadow: 0 0 0 64px rgba(255, 255, 255, .02);
    content: "";
}

.performance-service-card--feature .performance-service-card-link:hover {
    border-color: #505964;
    color: #fff;
}

.performance-service-channel {
    position: relative;
    z-index: 1;
    align-self: start;
    color: var(--performance-red) !important;
    font-size: .62rem;
}

.performance-service-card--feature .performance-service-channel {
    color: var(--performance-yellow) !important;
}

.performance-service-icon {
    position: relative;
    z-index: 1;
    display: inline-flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    justify-self: end;
    margin-top: -15px;
    border: 1px solid #e0e3e6;
    border-radius: 50%;
    color: var(--performance-red);
    font-size: 1.2rem;
}

.performance-service-card--feature .performance-service-icon {
    width: 66px;
    height: 66px;
    margin-top: 14px;
    border-color: rgba(255, 255, 255, .16);
    color: var(--performance-red-bright);
    font-size: 1.55rem;
    justify-self: start;
}

.performance-service-copy {
    position: relative;
    z-index: 1;
    align-self: end;
    margin-top: 22px;
}

.performance-service-copy h3 {
    margin-bottom: 10px;
    color: var(--performance-ink) !important;
    font-size: clamp(1.35rem, 2.25vw, 1.8rem);
    font-weight: 760;
    letter-spacing: -.035em;
    line-height: 1.1;
    text-wrap: balance;
}

.performance-service-copy p {
    margin-bottom: 0;
    color: var(--performance-muted) !important;
    font-size: .87rem;
    line-height: 1.57;
}

.performance-service-copy ul {
    display: grid;
    gap: 8px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.performance-service-copy li {
    display: grid;
    grid-template-columns: 7px minmax(0, 1fr);
    gap: 9px;
    color: rgba(255, 255, 255, .68);
    font-size: .78rem;
    line-height: 1.45;
}

.performance-service-copy li::before {
    width: 5px;
    height: 5px;
    margin-top: .48em;
    border-radius: 50%;
    background: var(--performance-yellow);
    content: "";
}

.performance-service-card--feature .performance-service-copy {
    max-width: 590px;
}

.performance-service-card--feature .performance-service-copy h3 {
    color: #fff !important;
    font-size: clamp(2rem, 4vw, 3.25rem);
    letter-spacing: -.05em;
}

.performance-service-card--feature .performance-service-copy p {
    max-width: 550px;
    color: rgba(255, 255, 255, .72) !important;
    font-size: .98rem;
}

.performance-service-action {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
    padding-top: 17px;
    border-top: 1px solid #e2e5e8;
    color: var(--performance-ink);
    font-size: .74rem;
    font-weight: 800;
}

.performance-service-action i {
    color: var(--performance-red);
    font-size: .95rem;
    transition: transform .18s ease;
}

.performance-service-card-link:hover .performance-service-action i {
    transform: translateX(4px);
}

.performance-service-card--feature .performance-service-action {
    border-top-color: rgba(255, 255, 255, .14);
    color: #fff;
}

.performance-service-card--feature .performance-service-action i {
    color: var(--performance-yellow);
}

.performance-hub-specialists {
    padding: clamp(66px, 8vw, 96px) 0;
    border-top: 1px solid var(--performance-line);
    background: #fff;
}

.performance-hub-specialists-heading {
    display: flex;
    gap: 30px;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 30px;
}

.performance-hub-specialists-heading h2 {
    max-width: 720px;
    margin: 8px 0 0;
}

.performance-hub-specialists-heading > a {
    display: inline-flex;
    flex: 0 0 auto;
    gap: 8px;
    align-items: center;
    padding-bottom: 5px;
    color: var(--performance-ink);
    font-size: .76rem;
    font-weight: 800;
}

.performance-hub-specialists-heading > a i {
    color: var(--performance-red);
}

.performance-specialist-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.performance-specialist-card {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) 20px;
    gap: 16px;
    align-items: center;
    min-height: 122px;
    padding: 21px;
    border: 1px solid var(--performance-line);
    border-radius: 7px;
    background: #f8f9fa;
    color: var(--performance-ink);
    transition: border-color .18s ease, background-color .18s ease, transform .18s ease;
}

.performance-specialist-card:hover {
    border-color: #bcc2c7;
    background: #fff;
    color: var(--performance-ink);
    transform: translateY(-3px);
}

.performance-specialist-logo {
    display: flex;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
    padding: 7px;
    border: 1px solid #e0e3e5;
    border-radius: 6px;
    background: #fff;
}

.performance-specialist-logo > span {
    color: var(--performance-ink);
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: -.025em;
}

.performance-specialist-card > span:nth-child(2) {
    display: grid;
    min-width: 0;
    gap: 5px;
}

.performance-specialist-card strong {
    color: var(--performance-ink);
    font-size: .94rem;
    font-weight: 800;
    letter-spacing: -.015em;
}

.performance-specialist-card small {
    color: var(--performance-muted);
    font-size: .69rem;
    line-height: 1.42;
}

.performance-specialist-card > i {
    color: var(--performance-red);
    font-size: .95rem;
}

.performance-hub-local {
    position: relative;
    padding: clamp(62px, 7vw, 88px) 0;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, .08);
    background:
        linear-gradient(90deg, rgba(214, 47, 75, .1), transparent 42%),
        var(--performance-deep);
    color: #fff;
}

.performance-hub-local::after {
    position: absolute;
    right: -100px;
    bottom: -220px;
    width: 500px;
    height: 500px;
    border: 1px solid rgba(255, 217, 26, .12);
    border-radius: 50%;
    content: "";
}

.performance-hub-local-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 44px;
    align-items: end;
}

.performance-hub-local h2 {
    max-width: 720px;
    margin: 9px 0 14px;
    color: #fff !important;
}

.performance-hub-local p:last-child {
    max-width: 700px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, .66) !important;
    font-size: .94rem;
    line-height: 1.6;
}

.performance-hub a:focus-visible,
.performance-hub button:focus-visible,
.performance-hub input:focus-visible {
    outline: 3px solid var(--performance-yellow) !important;
    outline-offset: 3px !important;
    box-shadow: 0 0 0 2px var(--performance-deep) !important;
}

@media (max-width: 1199.98px) {
    .performance-hub-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(330px, .72fr);
        gap: 44px;
    }

    .performance-service-card--feature {
        min-height: 540px;
    }

    .performance-specialist-card {
        grid-template-columns: 48px minmax(0, 1fr) 18px;
        gap: 12px;
        padding: 17px;
    }

    .performance-specialist-logo {
        width: 48px;
        height: 48px;
    }
}

@media (max-width: 991.98px) {
    .performance-hub-hero {
        min-height: 0;
    }

    .performance-hub-hero-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .performance-hub-hero-copy {
        max-width: 780px;
    }

    .performance-hub-lookup.vehicle-browser {
        max-width: 720px;
    }

    .performance-service-card,
    .performance-service-card:nth-child(4),
    .performance-service-card:nth-child(5) {
        grid-column: span 6;
    }

    .performance-service-card--feature {
        grid-column: 1 / -1;
        grid-row: auto;
        min-height: 440px;
    }

    .performance-specialist-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .performance-specialist-card {
        grid-template-columns: 56px minmax(0, 1fr) 20px;
        min-height: 104px;
    }

    .performance-specialist-logo {
        width: 56px;
        height: 56px;
    }

    .performance-hub-local-grid {
        grid-template-columns: minmax(0, 1fr);
        align-items: start;
    }
}

@media (max-width: 767.98px) {
    .performance-hub-hero > .container {
        padding-top: 94px;
        padding-bottom: 54px;
    }

    .performance-hub-breadcrumb {
        margin-bottom: 38px;
    }

    .performance-hub-hero h1 {
        font-size: clamp(2.75rem, 14vw, 4.25rem);
    }

    .performance-hub-lead {
        font-size: .96rem;
    }

    .performance-hub-hero-actions,
    .performance-hub-local-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .performance-hub-button {
        width: 100%;
    }

    .performance-hub-proof {
        grid-template-columns: minmax(0, 1fr);
    }

    .performance-hub-proof li {
        min-height: 58px;
        padding: 12px 0;
    }

    .performance-hub-proof li + li {
        padding-left: 0;
        border-top: 1px solid rgba(255, 255, 255, .13);
        border-left: 0;
    }

    .performance-hub-graph {
        right: -38%;
        width: 135vw;
        height: 31%;
        opacity: .78;
    }

    .performance-hub-lookup.vehicle-browser {
        padding: 24px 20px;
    }

    .performance-hub-section-heading {
        grid-template-columns: minmax(0, 1fr);
        gap: 12px;
        margin-bottom: 28px;
    }

    .performance-service-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .performance-service-card,
    .performance-service-card:nth-child(4),
    .performance-service-card:nth-child(5),
    .performance-service-card--feature {
        grid-column: 1;
        min-height: 0;
    }

    .performance-service-card--feature .performance-service-card-link {
        min-height: 470px;
    }

    .performance-service-card-link {
        min-height: 292px;
        padding: 23px;
    }

    .performance-service-card--feature .performance-service-copy h3 {
        font-size: clamp(2rem, 11vw, 2.8rem);
    }

    .performance-hub-specialists-heading {
        display: block;
    }

    .performance-hub-specialists-heading > a {
        margin-top: 17px;
    }

    .performance-hub-local-grid {
        gap: 29px;
    }
}

@media (max-width: 419.98px) {
    .performance-hub-hero h1 {
        font-size: clamp(2.45rem, 14vw, 3.35rem);
    }

    .performance-hub .performance-hub-lookup .vehicle-registration-lookup-header h2 {
        font-size: 1.45rem;
    }

    .performance-service-card--feature .performance-service-card-link {
        min-height: 500px;
    }

    .performance-specialist-card {
        grid-template-columns: 46px minmax(0, 1fr) 16px;
        padding: 15px;
    }

    .performance-specialist-logo {
        width: 46px;
        height: 46px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .performance-hub-trace {
        animation: none;
        stroke-dashoffset: 0;
    }

    .performance-hub-graph circle {
        animation: none;
        opacity: 1;
    }

    .performance-hub-button,
    .performance-service-card-link,
    .performance-service-card-link::before,
    .performance-service-action i,
    .performance-specialist-card {
        transition: none;
    }
}
