/********** Template CSS **********/

:root {
    --bs-primary: #dfe7ec;
    --bs-secondary: #111820;
    --bs-light: #b9c2ca;
    --bs-dark: #05080b;
    --asphalt-steel: #dfe7ec;
    --asphalt-graphite: #101820;
    --asphalt-blue: #12364d;
    --asphalt-accent: #7fb6d8;
    --asphalt-line: rgba(223, 231, 236, .22);
}

body {
    background:
        radial-gradient(circle at 25% 0%, rgba(56, 105, 138, .24), transparent 34rem),
        linear-gradient(180deg, #071018 0%, #05080b 45%, #0b1117 100%);
    color: #b9c2ca;
    letter-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar .navbar-nav .nav-link,
.btn {
    letter-spacing: 0;
}

h1,
h2,
h3,
.navbar-brand h2 {
    text-transform: uppercase;
}

.text-primary {
    color: var(--bs-primary) !important;
}

.bg-secondary {
    background-color: #101820 !important;
}

.bg-dark {
    background-color: #05080b !important;
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-size: .9rem;
}

.btn-primary,
.btn-outline-primary:hover {
    color: #05080b;
    background: linear-gradient(135deg, #f8fbff 0%, #9ca8b1 44%, #eef5f8 100%);
    border-color: #dfe7ec;
    box-shadow: 0 0 28px rgba(127, 182, 216, .22);
}

.btn-outline-primary {
    color: var(--asphalt-steel);
    border-color: rgba(223, 231, 236, .82);
    background: rgba(5, 8, 11, .22);
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 600;
    transition: .5s;
    border-radius: 50px;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: inherit;
}

.btn-primary {
    color: var(--bs-white);
}


/*** Navbar ***/
.navbar {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    transition: .5s;
    background: linear-gradient(180deg, rgba(5, 8, 11, .72), rgba(5, 8, 11, 0));
}

.navbar .navbar-nav .nav-link {
    margin-right: 25px;
    padding: 40px 0;
    color: var(--bs-white);
    font-size: 17px;
    text-transform: uppercase;
    outline: none;
    transition: .5s;
}

.navbar-brand h2 {
    color: var(--asphalt-steel) !important;
    text-shadow: 0 0 20px rgba(223, 231, 236, .25);
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--asphalt-steel);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link,
    .navbar.bg-dark .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 8px;
        border-top: 1px solid var(--bs-light);
    }
}

@media (min-width: 992px) {
    .navbar.bg-dark .navbar-nav .nav-link {
        padding: 20px 0;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 100px;
    align-items: flex-start !important;
    text-align: left;
    padding-left: clamp(1.5rem, 6vw, 5rem);
    padding-right: clamp(1.5rem, 6vw, 5rem);
    background:
        linear-gradient(90deg, rgba(5, 8, 11, .86) 0%, rgba(8, 18, 27, .56) 45%, rgba(5, 8, 11, .68) 100%),
        linear-gradient(0deg, rgba(5, 8, 11, .92) 0%, rgba(5, 8, 11, .08) 42%);
    z-index: 1;
}

#header-carousel .carousel-item img {
    height: 100vh;
    min-height: 680px;
    object-fit: cover;
}

#header-carousel .carousel-item:first-child img {
    object-position: center;
}

#header-carousel .carousel-item:nth-child(2) img {
    object-position: center;
}

.carousel-caption .title {
    margin-left: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.carousel-caption .title .title-center {
    text-align: left;
}

.carousel-caption h5 {
    color: var(--asphalt-accent);
}

.carousel-caption .display-1 {
    max-width: 900px;
    font-size: clamp(3.2rem, 11vw, 8.8rem);
    line-height: .82;
    color: transparent;
    background: linear-gradient(180deg, #ffffff 0%, #b7c3cc 38%, #f9fbfd 54%, #5c6870 100%);
    -webkit-background-clip: text;
    background-clip: text;
    text-shadow: 0 18px 34px rgba(0, 0, 0, .7);
    filter: drop-shadow(0 0 12px rgba(221, 234, 242, .18));
}

.carousel-caption p {
    max-width: 620px;
    color: #d7dde2;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 550px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    padding-top: 200px;
    background: linear-gradient(90deg, rgba(5, 8, 11, .94), rgba(12, 37, 54, .78));
    background-size: cover;
}

.page-header .breadcrumb-item + .breadcrumb-item::before {
    color: var(--bs-white);
}


/*** Title ***/
.title {
    margin-bottom: 2rem;
}

.title .title-left,
.title .title-center,
.title .title-right {
    display: inline-block;
    text-transform: uppercase;
    overflow: hidden;
}

.title .title-center {
    text-align: center;
}

.title .title-right {
    text-align: right;
}

.title .title-left h5,
.title .title-center h5,
.title .title-right h5 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
}

.title .title-left h5::after,
.title .title-center h5::before,
.title .title-center h5::after,
.title .title-right h5::before {
    position: absolute;
    content: "";
    width: 500%;
    height: 0;
    top: 9px;
    border-bottom: 1px solid rgba(127, 182, 216, .82);
}

.title .title-left h5::after,
.title .title-center h5::after {
    left: calc(100% + 15px);
}

.title .title-right h5::before,
.title .title-center h5::before {
    right: calc(100% + 15px);
}

.title .title-left h1,
.title .title-center h1,
.title .title-right h1 {
    border-bottom: 1px solid var(--asphalt-line);
    color: var(--asphalt-steel);
}


/*** Service ***/
.service-item {
    position: relative;
    margin-top: 2.5rem;
    overflow: hidden;
}

.service-item .service-img {
    position: relative;
    display: inline-block;
}

.service-item .service-img::before {
    position: absolute;
    content: "";
    width: calc(100% - 12rem);
    height: calc(100% - 12rem);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 3rem solid rgba(0, 0, 0, .5);
    border-radius: 300px;
    z-index: 1;
}

.service-item.service-item-left {
    border-radius: 500px 0 0 500px;
    background: linear-gradient(to right, #111820, #05080b);
    border: 1px solid rgba(223, 231, 236, .08);
}

.service-item.service-item-right {
    border-radius: 0 500px 500px 0;
    background: linear-gradient(to left, #111820, #05080b);
    border: 1px solid rgba(223, 231, 236, .08);
}

@media (max-width: 767.98px) {
    .service-item.service-item-left,
    .service-item.service-item-right {
        border-radius: 500px 500px 0 0;
        background: linear-gradient(to bottom, var(--bs-secondary), var(--bs-dark));
        text-align: center;
    }
}


/*** Team ***/
.team-item {
    position: relative;
}

.team-item .team-name {
    position: absolute;
    width: 100%;
    height: 60px;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(5, 8, 11, .78);
    border-top: 1px solid rgba(223, 231, 236, .18);
}

.team-item .team-body {
    position: relative;
    overflow: hidden;
}

.team-item .team-body .team-before,
.team-item .team-body .team-after {
    position: absolute;
    content: "";
    width: 0;
    height: calc(100% - 60px);
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: .5s;
}

.team-item .team-body .team-after {
    left: auto;
    right: 0;
}

.team-item .team-body .team-before {
    text-align: right;
}

.team-item:hover .team-body .team-before,
.team-item:hover .team-body .team-after {
    width: 50%;
}

.team-item .team-body .team-before span,
.team-item .team-body .team-after span {
    margin: 5px;
    color: var(--bs-white);
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-body .team-before span,
.team-item:hover .team-body .team-after span {
    opacity: 1;
    transition-delay: .2s;
}


/*** Testimonial ***/
.testimonial-carousel {
    max-width: 700px;
    margin: 0 auto;
}

.testimonial-carousel .owl-dots {
    margin-top: 35px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 60px;
    height: 60px;
    margin: 0 5px;
    padding: 10px;
    background: var(--bs-dark);
    border-radius: 100px;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots .owl-dot img {
    opacity: .1;
    transition: .5s;
    border-radius: 100px;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}


/*** Footer ***/
@keyframes footerAnimatedBg {
	0% {
        background-position: 0 0;
    }

	100% {
        background-position: -1000px 0;
    }
}

.footer {
	background-image: linear-gradient(90deg, rgba(127, 182, 216, .08), rgba(18, 54, 77, .18), rgba(223, 231, 236, .05));
	background-position: 0px 0px;
    background-repeat: repeat-x;
	animation: footerAnimatedBg 50s linear infinite;
    border-top: 1px solid rgba(223, 231, 236, .12);
}

/* Asphalt Moto homepage */
.home-asphalt {
    font-family: "Work Sans", sans-serif;
    background: #06111a;
}

.home-asphalt h1,
.home-asphalt h2,
.home-asphalt h3,
.home-asphalt h4,
.home-asphalt strong,
.home-asphalt .asphalt-topbar,
.home-asphalt .asphalt-social-bar {
    font-family: "Barlow Condensed", "Josefin Sans", sans-serif;
    letter-spacing: 0;
}

.asphalt-social-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 48px;
    padding: 10px clamp(24px, 5vw, 64px);
    background: rgba(4, 12, 18, .82);
    border-bottom: 1px solid rgba(223, 231, 236, .18);
    text-transform: uppercase;
}

.asphalt-social-bar a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #dfe7ec;
    font-size: 15px;
}

.asphalt-social-bar a:hover {
    color: #fff;
}

.asphalt-social-links {
    display: flex;
    align-items: center;
    gap: 18px;
}

.asphalt-top-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    width: min(220px, 34vw);
    height: 34px;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.asphalt-top-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 48%;
    filter: grayscale(.15) contrast(1.1);
}

.asphalt-social-links > a:not(.asphalt-call-btn) {
    width: 24px;
    height: 24px;
}

.asphalt-call-btn {
    gap: 10px;
    min-height: 30px;
    margin-left: 10px;
    padding: 0 16px;
    border: 1px solid rgba(223, 231, 236, .78);
    font-size: 14px;
    font-weight: 600;
}

.asphalt-call-btn:hover {
    color: #071018 !important;
    background: #dfe7ec;
}

.asphalt-social-bar .asphalt-menu {
    gap: 12px;
    font-size: 16px;
}

.asphalt-hero {
    position: relative;
    min-height: 82vh;
    background:
        linear-gradient(180deg, rgba(4, 10, 15, .06) 0%, rgba(4, 10, 15, .02) 52%, rgba(4, 10, 15, .72) 100%),
        url(../img/asphalt-hero-clean.png) center top / cover no-repeat;
    overflow: hidden;
}

.asphalt-topbar {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 58px clamp(24px, 5vw, 64px) 42px;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 400;
}

.asphalt-topbar a {
    color: #fff;
}

.asphalt-menu {
    display: flex;
    align-items: center;
    gap: 14px;
}

.asphalt-hero-copy {
    position: absolute;
    right: clamp(24px, 5vw, 58px);
    bottom: 54px;
    z-index: 2;
    max-width: 560px;
}

.asphalt-hero-card {
    padding: clamp(24px, 3.4vw, 42px);
    border: 1px solid rgba(223, 231, 236, .78);
    background: linear-gradient(135deg, rgba(4, 12, 18, .7), rgba(11, 31, 45, .46));
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, .08),
        0 24px 80px rgba(0, 0, 0, .34);
    backdrop-filter: blur(3px);
}

.asphalt-hero-copy h1 {
    margin-bottom: 18px;
    color: #f5f8fa;
    font-size: clamp(3rem, 5vw, 5.2rem);
    line-height: .95;
    text-shadow: 0 3px 0 rgba(0, 0, 0, .28), 0 12px 28px rgba(0, 0, 0, .42);
}

.asphalt-hero-copy p,
.asphalt-universe-copy p {
    display: block;
    margin-bottom: 32px;
    color: #cfd9df;
    font-family: "Work Sans", sans-serif;
    font-size: clamp(1.05rem, 1.6vw, 1.28rem);
    letter-spacing: 0;
}

.asphalt-hero-copy p span,
.asphalt-small-line {
    display: inline-block;
    width: 84px;
    height: 3px;
    background: #7fb6d8;
}

.asphalt-hero-card .asphalt-small-line {
    margin-bottom: 18px;
}

.asphalt-outline-btn {
    display: inline-flex;
    align-items: center;
    gap: 26px;
    min-height: 58px;
    padding: 0 28px;
    color: #fff;
    border: 1px solid rgba(223, 231, 236, .86);
    background: rgba(4, 12, 18, .2);
    text-transform: uppercase;
    font-weight: 600;
}

.asphalt-outline-btn:hover {
    color: #071018;
    background: #dfe7ec;
}

.asphalt-category-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: linear-gradient(90deg, #06111a 0%, #092034 55%, #06111a 100%);
    border-top: 1px solid rgba(223, 231, 236, .12);
    border-bottom: 1px solid rgba(223, 231, 236, .12);
}

.asphalt-category {
    display: grid;
    grid-template-columns: 76px 1fr;
    gap: 18px;
    min-height: 145px;
    padding: 34px clamp(20px, 3vw, 52px);
    color: #eef4f7;
    border-right: 1px solid rgba(223, 231, 236, .16);
}

.asphalt-category:last-child {
    border-right: 0;
}

.asphalt-category i {
    grid-row: 1 / span 2;
    align-self: center;
    color: #bfcbd2;
    font-size: 58px;
    opacity: .78;
}

.asphalt-category strong {
    color: #fff;
    text-transform: uppercase;
    font-size: clamp(1.45rem, 2vw, 1.9rem);
    line-height: 1;
}

.asphalt-category small {
    color: #c3cbd0;
    line-height: 1.35;
}

.asphalt-content-section {
    padding: clamp(58px, 7vw, 96px) clamp(24px, 5vw, 72px);
    border-bottom: 1px solid rgba(223, 231, 236, .12);
}

.asphalt-section-heading {
    max-width: 760px;
    margin-bottom: 34px;
}

.asphalt-section-heading .asphalt-small-line {
    margin-bottom: 18px;
}

.asphalt-section-heading p {
    margin-bottom: 10px;
    color: #8fb8cf;
    text-transform: uppercase;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
}

.asphalt-section-heading h2 {
    margin: 0;
    color: #f6f9fb;
    text-transform: uppercase;
    font-size: clamp(3rem, 6vw, 6rem);
    line-height: .9;
}

.asphalt-market {
    background:
        radial-gradient(circle at 12% 18%, rgba(159, 190, 204, .2), transparent 23rem),
        linear-gradient(120deg, #08131c 0%, #0f344d 50%, #05090d 100%);
}

.asphalt-content-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: rgba(223, 231, 236, .14);
    border: 1px solid rgba(223, 231, 236, .18);
}

.asphalt-content-grid article {
    min-height: 245px;
    padding: clamp(24px, 3vw, 38px);
    background: rgba(5, 12, 18, .74);
}

.asphalt-content-grid h3 {
    margin-bottom: 18px;
    color: #fff;
    text-transform: uppercase;
    font-size: clamp(1.7rem, 2.4vw, 2.3rem);
    line-height: 1;
}

.asphalt-content-grid p,
.asphalt-company p {
    color: #d3dde3;
    font-size: 1.02rem;
    line-height: 1.7;
}

.asphalt-company {
    background:
        linear-gradient(90deg, rgba(5, 12, 18, .9), rgba(10, 35, 52, .66)),
        linear-gradient(135deg, #071018, #12364d);
}

.asphalt-company-panel {
    max-width: 1120px;
    margin: 0 auto;
    padding: clamp(28px, 5vw, 58px);
    border: 1px solid rgba(223, 231, 236, .22);
    background: rgba(5, 12, 18, .48);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05);
}

.asphalt-lead {
    max-width: 900px;
    font-size: clamp(1.15rem, 2vw, 1.45rem) !important;
}

.asphalt-specs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin: 34px 0;
    background: rgba(223, 231, 236, .18);
}

.asphalt-specs div {
    padding: 28px;
    background: rgba(8, 24, 35, .86);
}

.asphalt-specs strong {
    display: block;
    color: #fff;
    font-size: clamp(2.4rem, 5vw, 4rem);
    line-height: 1;
}

.asphalt-specs span {
    color: #c7d0d6;
}

.asphalt-universe {
    position: relative;
    min-height: 380px;
    background:
        linear-gradient(90deg, rgba(4, 14, 22, .92), rgba(8, 37, 56, .62) 62%),
        linear-gradient(135deg, #07121b 0%, #10344d 52%, #071018 100%);
}

.asphalt-universe-copy {
    padding: 54px clamp(24px, 5vw, 58px) 48px;
    max-width: 480px;
}

.asphalt-universe-copy .asphalt-small-line {
    margin-bottom: 24px;
}

.asphalt-universe-copy h2 {
    margin-bottom: 34px;
    color: #f6f9fb;
    font-size: clamp(2.7rem, 4vw, 4.1rem);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: .22em;
}

.asphalt-universe-copy p {
    display: block;
    text-transform: none;
    font-family: "Work Sans", sans-serif;
    font-size: 1.35rem;
}

.asphalt-footer {
    padding: 36px clamp(24px, 5vw, 58px) 20px;
    background:
        linear-gradient(180deg, rgba(11, 29, 42, .92), rgba(5, 12, 18, .98)),
        #06111a;
    color: #bfc8ce;
}

.asphalt-footer-inner {
    display: grid;
    grid-template-columns: 1.9fr 1fr 1fr;
    gap: 42px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(223, 231, 236, .13);
}

.asphalt-footer h3,
.asphalt-footer h4 {
    color: #fff;
    text-transform: uppercase;
}

.asphalt-footer h4 {
    margin-bottom: 16px;
    font-size: 1.15rem;
}

.asphalt-footer a {
    display: block;
    margin-bottom: 10px;
    color: #c7d0d6;
}

.asphalt-footer a.asphalt-footer-call {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 38px;
    margin-top: 6px;
    padding: 0 16px;
    color: #071018;
    background: #dfe7ec;
    border: 1px solid rgba(223, 231, 236, .9);
    text-transform: uppercase;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
}

.asphalt-footer a.asphalt-footer-call:hover {
    color: #fff;
    background: transparent;
}

.asphalt-footer-brand {
    display: grid;
    grid-template-columns: 104px 1fr;
    gap: 24px;
}

.asphalt-footer-brand img {
    width: 104px;
    height: 104px;
    object-fit: cover;
    object-position: center;
    border: 1px solid rgba(223, 231, 236, .2);
    filter: grayscale(.2) contrast(1.08);
}

.asphalt-legal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding-top: 22px;
    font-size: .95rem;
}

.asphalt-legal p {
    margin: 0;
}

.asphalt-legal p:last-child {
    display: flex;
    align-items: center;
    gap: 22px;
}

.asphalt-legal span {
    width: 1px;
    height: 16px;
    background: rgba(223, 231, 236, .4);
}

.asphalt-credit {
    margin: 12px 0 0;
    color: rgba(191, 200, 206, .58);
    font-size: .78rem;
}

@media (max-width: 991.98px) {
    .asphalt-category-strip,
    .asphalt-content-grid,
    .asphalt-footer-inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .asphalt-footer-brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767.98px) {
    .asphalt-hero {
        min-height: 720px;
        background-position: center top;
    }

    .asphalt-topbar {
        align-items: flex-start;
        padding: 54px 22px 26px;
    }

    .asphalt-social-bar {
        padding: 9px 22px;
    }

    .asphalt-top-logo {
        display: none !important;
    }

    .asphalt-social-links {
        gap: 12px;
    }

    .asphalt-call-btn {
        padding: 0 12px;
    }

    .asphalt-hero-copy {
        left: 22px;
        right: 22px;
        bottom: 36px;
    }

    .asphalt-hero-copy h1 {
        font-size: clamp(2.7rem, 14vw, 4.1rem);
    }

    .asphalt-hero-card .asphalt-outline-btn {
        width: 100%;
        justify-content: space-between;
        gap: 12px;
        padding: 0 18px;
        font-size: .8rem;
        white-space: nowrap;
    }

    .asphalt-category-strip,
    .asphalt-content-grid,
    .asphalt-specs,
    .asphalt-footer-inner {
        grid-template-columns: 1fr;
    }

    .asphalt-category {
        min-height: 128px;
        border-right: 0;
        border-bottom: 1px solid rgba(223, 231, 236, .16);
    }

    .asphalt-legal {
        display: block;
    }

    .asphalt-legal p:last-child {
        flex-wrap: wrap;
        margin-top: 16px;
    }

    .asphalt-content-grid article {
        min-height: auto;
    }

    .asphalt-footer-brand {
        grid-template-columns: 82px 1fr;
    }

    .asphalt-footer-brand img {
        width: 82px;
        height: 82px;
    }
}

@media (max-width: 768px) {
    #header-carousel .carousel-item img {
        min-height: 620px;
    }

    .carousel-caption {
        justify-content: flex-end !important;
        padding-bottom: 4rem;
    }

    .carousel-caption .display-1 {
        font-size: clamp(2.7rem, 16vw, 5.4rem);
    }
}
