.tyre-service-page {
    --tyre-ink: #191c1f;
    --tyre-copy: #555d62;
    --tyre-muted: #7a8287;
    --tyre-orange: #df5b15;
    --tyre-paper: #f3f4f2;
    --tyre-line: #d3d6d5;
    background: #ffffff;
    color: var(--tyre-ink);
}

.tyre-service-page .container {
    width: min(1180px, calc(100% - 48px));
}

.tyre-service-page .navbar,
.tyre-service-page .navbar.scrolled {
    background: rgba(248, 248, 245, 0.98);
    border-bottom-color: #d3d5d4;
}

.tyre-service-page .nav-menu a[aria-current="page"] {
    color: var(--tyre-orange);
}

.tyre-service-page .btn {
    min-height: 48px;
    border-radius: 3px;
    padding-inline: 22px;
}

.tyre-service-page .btn-primary {
    background: var(--tyre-orange);
}

.tyre-service-page .btn-primary:hover {
    background: #bd470d;
}

.tyre-hero {
    position: relative;
    min-height: 620px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    padding: calc(var(--nav-height) + 56px) 0 66px;
    background: #111519;
}

.tyre-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(10, 13, 16, 0.94) 0%, rgba(10, 13, 16, 0.72) 48%, rgba(10, 13, 16, 0.12) 100%);
}

.tyre-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 48%;
    filter: saturate(0.58) contrast(1.06);
}

.tyre-hero-inner {
    position: relative;
    z-index: 1;
}

.tyre-hero-copy {
    max-width: 760px;
    color: #ffffff;
}

.tyre-eyebrow,
.tyre-label {
    margin: 0 0 12px;
    color: var(--tyre-orange);
    font-size: 0.74rem;
    font-weight: 800;
    text-transform: uppercase;
}

.tyre-hero h1 {
    max-width: 760px;
    margin: 0 0 22px;
    font-size: 4rem;
    line-height: 1.02;
    font-weight: 800;
}

.tyre-hero-lead {
    max-width: 650px;
    margin: 0 0 28px;
    color: #d5dadd;
    font-size: 1.08rem;
    line-height: 1.62;
}

.tyre-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tyre-btn-outline {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.6);
    background: rgba(10, 13, 16, 0.2);
}

.tyre-btn-outline:hover {
    color: var(--tyre-ink);
    background: #ffffff;
    border-color: #ffffff;
}

.tyre-hero-hours {
    margin-top: 18px;
    color: #bac0c3;
    font-size: 0.84rem;
    font-weight: 600;
}

.tyre-hero-hours span {
    padding-inline: 8px;
    color: #697278;
}

.tyre-facts {
    border-bottom: 1px solid var(--tyre-line);
    background: #ffffff;
}

.tyre-facts-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tyre-facts-grid > * {
    min-width: 0;
    min-height: 88px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 18px 22px;
    border-left: 1px solid var(--tyre-line);
    color: inherit;
    text-decoration: none;
}

.tyre-facts-grid > *:last-child {
    border-right: 1px solid var(--tyre-line);
}

.tyre-facts-grid span {
    margin-bottom: 3px;
    color: var(--tyre-muted);
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
}

.tyre-facts-grid strong {
    color: var(--tyre-ink);
    font-size: 0.94rem;
    line-height: 1.3;
}

.tyre-facts-grid a:hover strong {
    color: var(--tyre-orange);
}

.tyre-services,
.tyre-workflow,
.tyre-faq,
.tyre-contact,
.tyre-map,
.tyre-related {
    padding: 82px 0;
}

.tyre-services {
    background: var(--tyre-paper);
}

.tyre-services-layout,
.tyre-faq-layout {
    display: grid;
    grid-template-columns: minmax(300px, 0.74fr) minmax(0, 1.26fr);
    gap: 86px;
    align-items: start;
}

.tyre-section-intro h2,
.tyre-workflow-copy h2,
.tyre-practical-heading h2,
.tyre-contact-details h2,
.tyre-map-heading h2,
.tyre-related h2 {
    margin: 0;
    color: var(--tyre-ink);
    font-size: 2.55rem;
    line-height: 1.08;
    font-weight: 800;
}

.tyre-section-intro > p:not(.tyre-label) {
    margin-top: 20px;
    color: var(--tyre-copy);
    line-height: 1.75;
}

.tyre-text-link,
.tyre-contact-route {
    display: inline-block;
    margin-top: 24px;
    color: var(--tyre-ink);
    border-bottom: 2px solid var(--tyre-orange);
    font-weight: 700;
    text-decoration: none;
}

.tyre-text-link:hover,
.tyre-contact-route:hover {
    color: var(--tyre-orange);
}

.tyre-service-list {
    border-top: 1px solid var(--tyre-ink);
}

.tyre-service-list article {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 24px;
    padding: 27px 0;
    border-bottom: 1px solid var(--tyre-line);
}

.tyre-service-list article > span {
    color: var(--tyre-muted);
    font-size: 0.75rem;
}

.tyre-service-list h3 {
    margin: 0 0 7px;
    color: var(--tyre-ink);
    font-size: 1.32rem;
    line-height: 1.25;
}

.tyre-service-list p {
    margin: 0;
    color: var(--tyre-copy);
}

.tyre-workflow {
    background: #ffffff;
}

.tyre-workflow-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
    gap: 72px;
    align-items: center;
}

.tyre-workflow-media {
    margin: 0;
}

.tyre-workflow-media img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    filter: saturate(0.72) contrast(1.04);
}

.tyre-workflow-media figcaption {
    padding-top: 10px;
    color: var(--tyre-muted);
    font-size: 0.76rem;
}

.tyre-workflow-copy ol {
    margin: 32px 0 0;
    padding: 0;
    border-top: 1px solid var(--tyre-line);
    list-style: none;
}

.tyre-workflow-copy li {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 18px;
    padding: 19px 0;
    border-bottom: 1px solid var(--tyre-line);
}

.tyre-workflow-copy li > span {
    color: var(--tyre-orange);
    font-size: 0.76rem;
    font-weight: 800;
}

.tyre-workflow-copy strong {
    display: block;
    margin-bottom: 4px;
    color: var(--tyre-ink);
}

.tyre-workflow-copy li p {
    margin: 0;
    color: var(--tyre-copy);
    font-size: 0.93rem;
}

.tyre-practical {
    padding: 76px 0;
    color: #ffffff;
    background: #1c2023;
}

.tyre-practical .tyre-label {
    color: #ef8449;
}

.tyre-practical-heading {
    max-width: 700px;
    margin-bottom: 42px;
}

.tyre-practical-heading h2 {
    color: #ffffff;
}

.tyre-practical-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 34px;
    border-top: 1px solid #555c60;
    border-bottom: 1px solid #555c60;
}

.tyre-practical-grid > div {
    padding: 28px 30px 30px 0;
}

.tyre-practical-grid > div + div {
    padding-left: 30px;
    border-left: 1px solid #555c60;
}

.tyre-practical-grid span {
    color: #9da5a9;
    font-size: 0.71rem;
    font-weight: 800;
    text-transform: uppercase;
}

.tyre-practical-grid h3 {
    margin: 9px 0 8px;
    color: #ffffff;
    font-size: 1.28rem;
}

.tyre-practical-grid p {
    margin: 0;
    color: #bdc3c6;
    font-size: 0.92rem;
}

.tyre-faq {
    background: #ffffff;
}

.tyre-faq-list {
    border-top: 1px solid var(--tyre-ink);
}

.tyre-faq-list details {
    border-bottom: 1px solid var(--tyre-line);
}

.tyre-faq-list summary {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: var(--tyre-ink);
    font-size: 1.08rem;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
}

.tyre-faq-list summary::-webkit-details-marker {
    display: none;
}

.tyre-faq-list summary span {
    color: var(--tyre-orange);
    font-size: 1.5rem;
    font-weight: 400;
    transition: transform 0.18s ease;
}

.tyre-faq-list details[open] summary span {
    transform: rotate(45deg);
}

.tyre-faq-list details p {
    max-width: 720px;
    margin: 0;
    padding: 0 42px 25px 0;
    color: var(--tyre-copy);
}

.tyre-contact {
    background: #252a2d;
}

.tyre-contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(520px, 1.22fr);
    gap: 84px;
    align-items: start;
}

.tyre-contact-details {
    padding-top: 8px;
}

.tyre-contact-details .tyre-label {
    color: #ef8449;
}

.tyre-contact-details h2 {
    color: #ffffff;
}

.tyre-phone {
    display: block;
    margin: 24px 0 36px;
    color: #ffffff;
    font-size: 2.75rem;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
}

.tyre-phone:hover {
    color: #ef8449;
}

.tyre-contact-details dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin: 0;
    padding-top: 22px;
    border-top: 1px solid #596065;
}

.tyre-contact-details dt {
    margin-bottom: 6px;
    color: #98a1a6;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
}

.tyre-contact-details dd {
    margin: 0;
    color: #e3e6e7;
}

.tyre-contact-route {
    color: #ffffff;
}

.tyre-contact-form {
    padding: 30px;
    border: 0;
    border-radius: 4px;
    background: #f3f4f2;
}

.tyre-contact-form > h3 {
    margin: 0 0 6px;
    color: var(--tyre-ink);
    font-size: 1.65rem;
}

.tyre-contact-form > p {
    margin: 0 0 24px;
    color: var(--tyre-copy);
}

.tyre-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}

.tyre-form-wide {
    grid-column: 1 / -1;
}

.tyre-contact-form input,
.tyre-contact-form select,
.tyre-contact-form textarea {
    border-radius: 2px;
    background: #ffffff;
}

.tyre-contact-form input[type="datetime-local"] {
    min-height: 52px;
}

.tyre-contact-form .form-consent {
    margin-block: 18px;
}

.tyre-map {
    background: var(--tyre-paper);
}

.tyre-map-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 30px;
}

.tyre-map-heading .tyre-text-link {
    flex: 0 0 auto;
    margin: 0 0 5px;
}

.tyre-map iframe {
    display: block;
    min-height: 420px;
    filter: grayscale(0.18) contrast(1.02);
}

.tyre-related {
    background: #ffffff;
}

.tyre-related h2 {
    max-width: 660px;
    margin-bottom: 34px;
}

.tyre-related-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--tyre-ink);
}

.tyre-related-list a {
    display: grid;
    gap: 4px;
    min-height: 94px;
    align-content: center;
    padding: 18px 22px 18px 0;
    border-bottom: 1px solid var(--tyre-line);
    color: inherit;
    text-decoration: none;
}

.tyre-related-list a:nth-child(even) {
    padding-left: 22px;
    border-left: 1px solid var(--tyre-line);
}

.tyre-related-list span {
    color: var(--tyre-ink);
    font-size: 1.08rem;
    font-weight: 700;
}

.tyre-related-list small {
    color: var(--tyre-copy);
}

.tyre-related-list a:hover span {
    color: var(--tyre-orange);
}

.tyre-service-page .footer {
    background: #15191c;
}

@media (max-width: 920px) {
    .tyre-hero h1 {
        font-size: 3.15rem;
    }

    .tyre-facts-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tyre-facts-grid > *:nth-child(3) {
        border-top: 1px solid var(--tyre-line);
    }

    .tyre-facts-grid > *:nth-child(4) {
        border-top: 1px solid var(--tyre-line);
    }

    .tyre-services-layout,
    .tyre-workflow-layout,
    .tyre-faq-layout,
    .tyre-contact-layout {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .tyre-section-intro {
        max-width: 680px;
    }

    .tyre-contact-layout {
        gap: 44px;
    }
}

@media (max-width: 700px) {
    .tyre-service-page {
        --nav-height: 72px;
    }

    .tyre-service-page .container {
        width: min(100% - 26px, 1180px);
    }

    .tyre-service-page .nav-wrapper {
        min-height: 72px;
    }

    .tyre-service-page .nav-menu {
        top: 72px;
        min-height: calc(100dvh - 72px);
        align-content: start;
        gap: 0;
        padding: 16px 20px 100px;
        background: #f7f6f1;
        box-shadow: none;
    }

    .tyre-service-page .nav-menu li {
        width: 100%;
    }

    .tyre-service-page .nav-menu a {
        justify-content: flex-start;
        width: 100%;
        min-height: 56px;
        padding: 0 6px;
        border-bottom: 1px solid var(--tyre-line);
    }

    .tyre-hero {
        min-height: 570px;
        padding: 112px 0 46px;
    }

    .tyre-hero::after {
        background: linear-gradient(90deg, rgba(9, 12, 15, 0.92) 0%, rgba(9, 12, 15, 0.72) 78%, rgba(9, 12, 15, 0.48) 100%);
    }

    .tyre-hero-image {
        object-position: 59% center;
    }

    .tyre-hero h1 {
        max-width: 330px;
        font-size: 2.35rem;
        line-height: 1.04;
    }

    .tyre-hero-lead {
        max-width: 360px;
        font-size: 0.95rem;
    }

    .tyre-actions {
        display: grid;
        grid-template-columns: 1fr;
        max-width: 330px;
    }

    .tyre-facts-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tyre-facts-grid > * {
        min-height: 82px;
        padding: 13px 10px;
        border-right: 0;
        border-left: 0;
        border-top: 1px solid var(--tyre-line);
    }

    .tyre-facts-grid > *:nth-child(-n + 2) {
        border-top: 0;
    }

    .tyre-facts-grid > *:nth-child(even) {
        padding-left: 14px;
        border-left: 1px solid var(--tyre-line);
    }

    .tyre-facts-grid > *:last-child {
        border-right: 0;
    }

    .tyre-facts-grid strong {
        font-size: 0.86rem;
    }

    .tyre-services,
    .tyre-workflow,
    .tyre-faq,
    .tyre-contact,
    .tyre-map,
    .tyre-related,
    .tyre-practical {
        padding: 58px 0;
    }

    .tyre-section-intro h2,
    .tyre-workflow-copy h2,
    .tyre-practical-heading h2,
    .tyre-contact-details h2,
    .tyre-map-heading h2,
    .tyre-related h2 {
        font-size: 2rem;
    }

    .tyre-service-list article {
        grid-template-columns: 28px minmax(0, 1fr);
        gap: 12px;
        padding: 22px 0;
    }

    .tyre-service-list h3 {
        font-size: 1.15rem;
    }

    .tyre-workflow-layout {
        gap: 38px;
    }

    .tyre-workflow-media img {
        aspect-ratio: 16 / 11;
    }

    .tyre-practical-grid {
        grid-template-columns: 1fr;
    }

    .tyre-practical-grid > div,
    .tyre-practical-grid > div + div {
        padding: 22px 0;
        border-left: 0;
        border-top: 1px solid #555c60;
    }

    .tyre-practical-grid > div:first-child {
        border-top: 0;
    }

    .tyre-faq-list summary {
        min-height: 70px;
        font-size: 1rem;
    }

    .tyre-phone {
        font-size: 2.15rem;
    }

    .tyre-contact-details dl,
    .tyre-form-grid {
        grid-template-columns: 1fr;
    }

    .tyre-contact-form {
        padding: 24px 17px;
    }

    .tyre-form-wide {
        grid-column: auto;
    }

    .tyre-map-heading {
        align-items: start;
        flex-direction: column;
    }

    .tyre-map-heading .tyre-text-link {
        margin: 0;
    }

    .tyre-map iframe {
        min-height: 320px;
    }

    .tyre-related-list {
        grid-template-columns: 1fr;
    }

    .tyre-related-list a,
    .tyre-related-list a:nth-child(even) {
        min-height: 82px;
        padding: 16px 0;
        border-left: 0;
    }

    .tyre-service-page .mobile-action-bar {
        border-radius: 5px;
        backdrop-filter: none;
    }

    .tyre-service-page .mobile-action-bar a {
        border-radius: 2px;
    }
}
