body.route-about {
    background: #f5f8f6;
    text-align: center;
}

body.route-about .about-page {
    position: relative;
    overflow: hidden;
    padding: clamp(34px, 5vw, 70px) 0 clamp(74px, 8vw, 116px);
    background:
        linear-gradient(135deg, rgba(0, 133, 58, 0.08), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f3f8f5 100%);
}

body.route-about .about-page::before {
    position: absolute;
    top: -180px;
    right: -140px;
    width: 440px;
    height: 440px;
    border: 1px solid rgba(0, 133, 58, 0.13);
    border-radius: 50%;
    background: rgba(0, 133, 58, 0.045);
    content: "";
}

body.route-about .about-page__inner {
    position: relative;
    z-index: 1;
    display: grid;
    gap: clamp(26px, 4vw, 48px);
}

body.route-about .about-hero {
    text-align: center;
    display: grid;
    gap: 18px;
    padding: 10px;
    border: 1px solid #dfe9e2;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 28px 80px rgba(13, 44, 25, 0.09);

}

body.route-about .about-kicker {
    display: inline-flex;
    width: max-content;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border: 1px solid rgba(0, 133, 58, 0.18);
    border-radius: 999px;
    color: #087a38;
    background: #edf8f1;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

body.route-about .about-hero h1,
body.route-about .about-hours__header h2 {
    margin: 0;
    color: #07150d;
    font-family: "Plus Jakarta Sans", "Inter", sans-serif;
    font-size: 20px;
    line-height: 1.02;
    letter-spacing: 0;
    text-align: center;
}

body.route-about .about-hero p {
    max-width: 820px;
    margin: 0;
    color: #526258;
    font-size: clamp(16px, 1.4vw, 20px);
    line-height: 1.65;
}

body.route-about .about-contact-grid,
body.route-about .about-hours-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(18px, 2.6vw, 28px);
}

body.route-about .about-card {
    min-width: 0;
    padding: clamp(22px, 3vw, 34px);
    border: 1px solid #dfe9e2;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 20px 58px rgba(13, 44, 25, 0.075);
}

body.route-about .about-card__heading {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 15px;
    align-items: start;
}

body.route-about .about-card__heading > span {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border-radius: 16px;
    color: #ffffff;
    background: linear-gradient(135deg, #00853a, #0d6c35);
    box-shadow: 0 14px 30px rgba(0, 133, 58, 0.2);
}

body.route-about .about-card__heading i {
    font-size: 22px;
}

body.route-about .about-card h2,
body.route-about .about-card h3 {
    margin: 0;
    color: #07150d;
    font-family: "Plus Jakarta Sans", "Inter", sans-serif;
    font-size: clamp(23px, 2vw, 30px);
    line-height: 1.15;
    letter-spacing: 0;
}

body.route-about .about-card p {
    margin: 7px 0 0;
    color: #5e6e64;
    font-size: 15px;
    line-height: 1.6;
}

body.route-about .about-contact-list,
body.route-about .about-socials,
body.route-about .about-hours-list {
    display: grid;
    gap: 12px;
    margin-top: 24px;
}

body.route-about .about-contact-list a,
body.route-about .about-map-link,
body.route-about .about-socials a {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 12px;
    border: 1px solid #dfe9e2;
    border-radius: 16px;
    background: #fbfdfb;
    color: #102016;
    font-weight: 850;
    text-decoration: none;
}

body.route-about .about-contact-list a {
    min-height: 58px;
    padding: 13px 16px;
}

body.route-about .about-contact-list a:hover,
body.route-about .about-map-link:hover,
body.route-about .about-socials a:hover {
    border-color: rgba(0, 133, 58, 0.32);
    background: #f0faf4;
    color: #087a38;
    transform: translateY(-1px);
}

body.route-about .about-contact-list i,
body.route-about .about-map-link i,
body.route-about .about-socials i {
    color: #00853a;
    font-size: 20px;
}

body.route-about .about-socials {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.route-about .about-socials a {
    justify-content: center;
    min-height: 54px;
    padding: 12px 14px;
}

body.route-about .about-map-link {
    justify-content: space-between;
    margin-top: 24px;
    padding: 18px;
}

body.route-about .about-hours {
    display: grid;
    gap: 20px;
}

body.route-about .about-hours__header {
    max-width: 780px;
}

body.route-about .about-hours__header .about-kicker {
    margin-bottom: 12px;
}

body.route-about .about-hours-card {
    align-self: start;
}

body.route-about .about-hours-list div {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 14px 0;
    border-bottom: 1px solid #edf2ee;
}

body.route-about .about-hours-list div:last-child {
    border-bottom: 0;
}

body.route-about .about-hours-list span {
    color: #516158;
    font-weight: 850;
}

body.route-about .about-hours-list strong {
    color: #07150d;
    font-weight: 900;
}

body.route-about .about-hours-list .is-closed strong {
    color: #b42318;
}

@media (max-width: 900px) {
    body.route-about .about-contact-grid,
    body.route-about .about-hours-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    body.route-about .about-page {
        padding-top: 24px;
    }

    body.route-about .about-hero,
    body.route-about .about-card {
        border-radius: 20px;
    }

    body.route-about .about-card__heading {
        grid-template-columns: 46px minmax(0, 1fr);
    }

    body.route-about .about-card__heading > span {
        width: 46px;
        height: 46px;
    }

    body.route-about .about-socials {
        grid-template-columns: 1fr;
    }

    body.route-about .about-hours-list div {
        display: grid;
        gap: 2px;
    }
}
