
.home-main {
    background: var(--color_5);
}

.home-hero {
    position: relative;
    min-height: 720px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--color_5);
    overflow: hidden;
}

.home-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (min-width: 1200px) {
    .home-hero-image {
        width: calc(100% - 256px);
        left: 128px;
        right: 128px;
    }

    .home-carwash::before,
    .home-tires::before {
        inset: 0 128px;
    }}

.home-hero-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 24px 16px;
    text-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}

.home-hero .btn {
    width: 240px;
}

.home-hero-title {
    margin: 0;
    font-family: 'Alfa Slab One', 'Alfa Slab One Fallback', serif;
    font-size: 64px;
    line-height: 1.15;
    color: var(--color_5);
    font-weight: normal;
}

.home-intro {
    padding: 72px 0;
    background: var(--color_5);
    position: relative;
    overflow: visible;
}

.home-intro-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 48px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.home-intro-copy {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.home-intro-title {
    margin: 0;
    font-family: 'Alfa Slab One', 'Alfa Slab One Fallback', serif;
    font-size: clamp(38px, 4.5vw, 64px);
    color: #2d3a86;
    line-height: 1;
}

.home-intro-kicker {
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #2d3a86;
}

.home-intro-text {
    margin: 0;
    max-width: 520px;
    line-height: 1.6;
    color: #1c1c1c;
}

.home-intro-logos {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.home-intro-logos img {
    width: auto;
}

.home-intro-media {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 420px;
}

.home-intro-panel {
    position: absolute;
    top:0;
    right: 10%;
    width: 512px;
    height: 100%;
    background: #d9d9d9;
    z-index: 0;
}

.home-intro-image {
    position: relative;
    z-index: 1;
    width: min(100%, 440px);
    height: auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.home-services {
    position: relative;
    padding: 72px 0 90px;
    color: var(--color_5);
    text-align: center;
    overflow: hidden;
}

.home-services::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(9, 22, 39, 0.78), rgba(9, 22, 39, 0.78)),
        url("lirp.cdn-website.com/fd5deb14/dms3rep/multi/opt/service-bg-1920w.png") center/cover no-repeat;
    z-index: 0;
}

@media (min-width: 1200px) {
    .home-services::before {
        inset: 0 128px;
    }}

.home-services-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
}

.home-services h2 {
    margin: 0;
    font-family: 'Alfa Slab One', 'Alfa Slab One Fallback', serif;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: normal;
    color: var(--color_5);
}

.home-services-grid {
    width: min(1100px, 100%);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.home-service-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 22px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: var(--color_5);
    background: rgba(9, 22, 39, 0.18);
    justify-content: flex-start;
    text-align: left;
}

.home-service-icon {
    display: block;
    flex-shrink: 0;
    color: inherit;
}

.home-service-title {
    font-family: 'Alfa Slab One', 'Alfa Slab One Fallback', serif;
    font-size: 20px;
    line-height: 1.1;
}

.home-services-cta {
    margin-top: 6px;
}

.home-reviews {
    position: relative;
    padding: 80px 0;
    background: var(--color_5);
    overflow: hidden;
}

.home-reviews-panel {
    position: absolute;
    left: 10%;
    top: 0;
    width: 512px;
    height: 100%;
    background: #d9d9d9;
    z-index: 0;
}

.home-reviews-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 48px;
    align-items: center;
}

.home-reviews-media {
    display: flex;
    justify-content: center;
}

.home-reviews-image {
    width: min(100%, 440px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.home-reviews-card {
    border: 1px solid #e4e7ec;
    padding: 32px 36px;
    background: var(--color_5);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
    display: block;
    color: inherit;
    text-decoration: none;
}

.home-reviews-card h2 {
    margin: 0 0 12px;
    font-family: 'Alfa Slab One', 'Alfa Slab One Fallback', serif;
    font-size: clamp(28px, 3.2vw, 42px);
    color: #2d3a86;
}

.home-reviews-card:hover,
.home-reviews-card:focus-visible {
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

.home-review {
    display: grid;
    gap: 8px;
    padding-top: 16px;
}

.home-review + .home-review {
    border-top: 1px solid #eceff3;
    margin-top: 12px;
}

.home-review-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #2d3a86;
    font-weight: 600;
}

.home-review-name {
    font-weight: 700;
}

.home-review-date {
    font-weight: 400;
    color: #5f6b7a;
}

.home-review-stars {
    color: var(--color_2);
    letter-spacing: 1px;
}

.home-review-text {
    margin: 0;
    color: #1c1c1c;
}

.home-carwash {
    position: relative;
    padding: 64px 0;
    color: var(--color_5);
    text-align: center;
    overflow: hidden;
}

.home-carwash::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(10, 25, 45, 0.7), rgba(10, 25, 45, 0.7)),
        url("lirp.cdn-website.com/fd5deb14/dms3rep/multi/opt/service-bg-1920w.png") center/cover no-repeat;
    z-index: 0;
}

.home-carwash-inner {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
}

.home-carwash-card {
    border: 1px solid rgba(255, 255, 255, 0.45);
    padding: 32px 48px;
    background: rgba(10, 20, 36, 0.35);
    max-width: 620px;
}

.home-carwash-card h2 {
    margin: 0 0 12px;
    font-family: 'Alfa Slab One', 'Alfa Slab One Fallback', serif;
    font-size: clamp(28px, 3.6vw, 46px);
    color: var(--color_5);
}

.home-carwash-card p {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 1.5;
}

.home-towing {
    position: relative;
    padding: 80px 0;
    background: var(--color_5);
    overflow: hidden;
}

.home-towing-panel {
    position: absolute;
    right: 10%;
    top: 0;
    width: 512px;
    height: 100%;
    background: #d9d9d9;
    z-index: 0;
}

.home-towing-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 48px;
    align-items: center;
}

.home-towing-card {
    border: 1px solid #e4e7ec;
    padding: 32px 36px;
    color: #2d3a86;
    background: var(--color_5);
}

.home-towing-card h2 {
    margin: 0 0 12px;
    font-family: 'Alfa Slab One', 'Alfa Slab One Fallback', serif;
    font-size: clamp(28px, 3.4vw, 44px);
    color: #2d3a86;
}

.home-towing-card p {
    margin: 12px 0;
    line-height: 1.5;
}

.home-towing-card a {
    color: inherit;
    font-weight: 600;
}

.home-towing-media {
    display: flex;
    justify-content: center;
}

.home-towing-image {
    width: min(100%, 520px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.home-tires {
    position: relative;
    padding: 64px 0;
    color: var(--color_5);
    overflow: hidden;
}

.home-tires::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(17, 22, 45, 0.78), rgba(17, 22, 45, 0.78)),
        url("lirp.cdn-website.com/fd5deb14/dms3rep/multi/opt/service-bg-1920w.png") center/cover no-repeat;
    z-index: 0;
}

.home-tires-inner {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-start;
}

.home-tires-card {
    border: 1px solid rgba(255, 255, 255, 0.45);
    padding: 32px 40px;
    background: rgba(14, 18, 38, 0.45);
    max-width: 520px;
}

.home-tires-card h2 {
    margin: 0 0 12px;
    font-family: 'Alfa Slab One', 'Alfa Slab One Fallback', serif;
    font-size: clamp(28px, 3.4vw, 44px);
    color: var(--color_5);
}

.home-tires-card p {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 1.5;
}

.home-amenities {
    padding: 70px 0;
    text-align: center;
    background: var(--color_5);
}

.home-amenities-inner h2 {
    margin: 0 0 28px;
    font-family: 'Alfa Slab One', 'Alfa Slab One Fallback', serif;
    font-size: clamp(28px, 3.6vw, 44px);
    color: #2d3a86;
}

.home-amenities-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 24px;
}

.home-amenity {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    color: #2d3a86;
    font-weight: 600;
}

.home-amenity-icon {
    width: 44px;
    height: 44px;
    color: currentColor;
}

.home-vehicles {
    position: relative;
    padding: 70px 0 90px;
    background: var(--color_5);
    text-align: center;
    overflow: hidden;
}

.home-vehicles::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(233, 235, 239, 0.9), rgba(233, 235, 239, 0.9)),
        url("lirp.cdn-website.com/fd5deb14/dms3rep/multi/opt/GRAY-898h.png") center/cover no-repeat;
    z-index: 0;
}

.home-vehicles-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.home-vehicles-inner h2 {
    margin: 0;
    font-family: 'Alfa Slab One', 'Alfa Slab One Fallback', serif;
    font-size: clamp(28px, 3.6vw, 44px);
    color: #2d3a86;
}

.home-vehicles-subtitle {
    margin: 0;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #1c1c1c;
}

.home-vehicles-image {
    width: min(100%, 980px);
    margin-top: 8px;
}

.home-appointment {
    position: relative;
    background: var(--color_5);
    color: var(--color_5);
    text-align: center;
    padding: 80px 0;
    overflow: hidden;
}

.home-appointment::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #1f2758;
    z-index: 0;
}

.home-appointment-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.home-appointment-link {
    color: inherit;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.home-appointment-link:hover,
.home-appointment-link:focus-visible {
    text-decoration: none;
    opacity: 0.9;
}

.home-appointment-inner h2 {
    margin: 0;
    font-family: 'Alfa Slab One', 'Alfa Slab One Fallback', serif;
    font-size: clamp(28px, 3.6vw, 44px);
    color: var(--color_5);
}


.home-carwash .btn,
.home-tires .btn,
.home-vehicles .btn,
.home-appointment .btn {
    width: 220px;
}

@media (min-width: 1200px) {
    .home-carwash::before,
    .home-tires::before {
        inset: 0 128px;
    }}

@media (min-width: 1200px) {
    .home-vehicles::before,
    .home-appointment::before {
        inset: 0 128px;
    }}

@media (max-width: 1024px) {

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

    .home-reviews-inner,
    .home-towing-inner {
        grid-template-columns: 1fr;
    }

    .home-amenities-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }}

@media (max-width: 767px) {
    .home-hero-image {
        height: 100%;
    }

    .home-hero {
        min-height: 320px;
    }

    .home-hero-title {
        font-size: 36px;
    }

    .home-intro-inner {
        grid-template-columns: 1fr;
    }

    .home-intro-media {
        min-height: 320px;
    }

    .home-intro-panel {
        width: 100%;
        height: 80%;
        top: 60%;
    }

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

    .home-reviews-panel,
    .home-towing-panel {
        display: none;
    }

    .home-reviews-card,
    .home-towing-card {
        padding: 24px;
    }

    .home-carwash-card,
    .home-tires-card {
        padding: 24px;
        width: 100%;
    }

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

    .home-vehicles-subtitle {
        letter-spacing: 0.06em;
    }}

@media (max-width: 767px) {
    .home-intro-panel { display:none; }}
