body.repa-about-page {
    margin: 0;
    background: #0b0b0b;
}

/* About gallery: copy and visual travel together as one two-column slide. */
.repa-about-shell .repa-about-gallery {
    top: 55% !important;
    right: 4vw !important;
    left: 4vw !important;
    width: auto !important;
    transform: translateY(-50%) !important;
}

.repa-about-shell .repa-about-gallery .swiper-slide {
    padding-inline: clamp(40px, 5vw, 76px) !important;
}

.repa-about-shell .repa-about-gallery__slide {
    display: grid;
    min-height: clamp(430px, 68vh, 680px);
    grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.38fr);
    overflow: hidden;
    background: #181919;
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.48);
}

.repa-about-shell .repa-about-gallery__copy {
    display: flex;
    position: relative;
    z-index: 2;
    padding: clamp(34px, 5vw, 74px);
    flex-direction: column;
    justify-content: center;
    border-left: 2px solid #b21f27;
}

.repa-about-shell .repa-about-gallery__slide-meta {
    display: flex;
    margin-bottom: clamp(32px, 5vh, 58px);
    align-items: center;
    justify-content: space-between;
    color: #c7353d;
    font-family: Poppins, sans-serif;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.16em;
}

.repa-about-shell .repa-about-gallery__slide-meta strong {
    display: flex;
    gap: 9px;
    align-items: center;
    color: rgba(255, 255, 255, 0.46);
}

.repa-about-shell .repa-about-gallery__slide-meta i {
    width: 28px;
    height: 1px;
    background: rgba(255, 255, 255, 0.24);
}

.repa-about-shell .repa-about-gallery__copy h2 {
    margin: 0 0 24px;
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: clamp(2rem, 3.4vw, 4rem);
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 0.98;
    text-transform: uppercase;
}

.repa-about-shell .repa-about-gallery__copy p {
    max-width: 520px;
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-family: Raleway, sans-serif;
    font-size: clamp(0.78rem, 0.95vw, 1rem);
    font-weight: 500;
    line-height: 1.7;
    text-transform: uppercase;
}

.repa-about-shell .repa-about-gallery__copy ul {
    display: grid;
    margin: clamp(34px, 5vh, 56px) 0 0;
    padding: 18px 0 0;
    gap: 9px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    list-style: none;
}

.repa-about-shell .repa-about-gallery__copy li {
    color: rgba(255, 255, 255, 0.5);
    font-family: Poppins, sans-serif;
    font-size: 0.64rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.repa-about-shell .repa-about-gallery__visual {
    display: block !important;
    min-width: 0;
    overflow: hidden;
}

.repa-about-shell .repa-about-gallery__image {
    width: 100% !important;
    height: 100% !important;
    min-height: clamp(430px, 68vh, 680px);
    object-fit: cover !important;
}

.repa-about-shell .underground-spec-panel {
    display: none !important;
}

@media (max-width: 991.98px) {
    .repa-about-shell .repa-about-gallery {
        top: 14% !important;
        right: 3vw !important;
        left: 3vw !important;
        transform: none !important;
    }

    .repa-about-shell .repa-about-gallery .swiper-slide {
        padding-inline: 36px !important;
    }

    .repa-about-shell .repa-about-gallery__slide {
        min-height: 76vh;
        grid-template-columns: 1fr;
        grid-template-rows: auto minmax(220px, 36vh);
    }

    .repa-about-shell .repa-about-gallery__copy {
        padding: 24px 26px;
    }

    .repa-about-shell .repa-about-gallery__slide-meta {
        margin-bottom: 18px;
    }

    .repa-about-shell .repa-about-gallery__copy h2 {
        margin-bottom: 14px;
        font-size: clamp(1.5rem, 6vw, 2.3rem);
    }

    .repa-about-shell .repa-about-gallery__copy ul {
        margin-top: 18px;
        grid-template-columns: repeat(3, 1fr);
    }

    .repa-about-shell .repa-about-gallery__image {
        min-height: 220px;
    }
}

@media (min-width: 992px) and (max-height: 700px) {
    .repa-about-shell .repa-about-gallery__slide,
    .repa-about-shell .repa-about-gallery .repa-about-gallery__image {
        min-height: 390px !important;
    }

    .repa-about-shell .repa-about-gallery__copy {
        padding: 20px 52px;
    }

    .repa-about-shell .repa-about-gallery__slide-meta {
        margin-bottom: 18px;
    }

    .repa-about-shell .repa-about-gallery__copy h2 {
        margin-bottom: 16px;
        font-size: clamp(1.8rem, 3vw, 2.7rem);
    }

    .repa-about-shell .repa-about-gallery__copy p {
        font-size: 0.72rem;
        line-height: 1.5;
    }

    .repa-about-shell .repa-about-gallery__copy ul {
        margin-top: 18px;
        padding-top: 12px;
        gap: 6px;
    }
}

.repa-about-page > .banner-page {
    overflow-x: clip;
    overflow-y: visible;
    background: #0b0b0b;
}

.repa-about-page > .banner-page > header {
    position: fixed !important;
    inset: 0 0 auto !important;
    z-index: 10000 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.repa-about-page > .banner-page > header .container-fluid {
    background: #1c1d1d;
}

.repa-about-shell {
    position: static;
    width: 100%;
    min-height: 100vh;
    overflow: visible;
    background: #0b0b0b;
}

.repa-about-shell .hero-pin-wrapper {
    margin-top: 0;
}

.repa-about-shell .hero-logo {
    width: min(29vw, 360px) !important;
    height: auto !important;
    object-fit: contain;
}

.repa-about-shell .view-a-heading {
    display: flex !important;
    width: min(92vw, 1040px) !important;
    margin-inline: auto !important;
    gap: clamp(24px, 4vw, 58px);
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

.repa-about-shell .grid-col-left,
.repa-about-shell .grid-col-center {
    display: flex !important;
    width: auto !important;
    min-width: 0 !important;
    align-items: center;
    justify-content: center;
}

.repa-about-shell .grid-col-center {
    order: 1;
}

.repa-about-shell .grid-col-left {
    order: 2;
}

.repa-about-shell .grid-col-right {
    display: none !important;
}

.repa-about-shell .hero-text-fleet,
.repa-about-shell .hero-divider {
    color: #b21f27 !important;
}

.repa-about-shell .hero-text-fleet {
    font-size: clamp(1.1rem, 2vw, 1.9rem) !important;
    letter-spacing: 0.075em;
    text-align: center !important;
}

.repa-about-shell .hero-divider {
    margin-left: clamp(18px, 3vw, 42px);
    font-size: clamp(1.8rem, 3.3vw, 3.4rem) !important;
}

.repa-about-shell .hero-text-tactimod {
    display: none !important;
}

.repa-about-shell .underground-massive-t {
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background-image: none !important;
    isolation: isolate;
}

.repa-about-shell .underground-massive-t::before {
    content: "";
    position: absolute;
    width: min(66vw, 760px);
    aspect-ratio: 1;
    z-index: -1;
    border: 1px solid rgba(178, 31, 39, 0.48);
    border-radius: 50%;
    background:
        radial-gradient(circle, transparent 0 39%, rgba(178, 31, 39, 0.25) 39.15% 39.4%, transparent 39.55%),
        radial-gradient(circle, transparent 0 49%, rgba(255, 255, 255, 0.1) 49.1% 49.3%, transparent 49.45%);
    box-shadow: 0 0 70px rgba(178, 31, 39, 0.09);
}

.repa-about-shell .underground-massive-t::after {
    content: "";
    position: absolute;
    width: min(82vw, 980px);
    height: min(82vw, 980px);
    z-index: -2;
    opacity: 0.45;
    background:
        linear-gradient(90deg, transparent calc(50% - 0.5px), rgba(178, 31, 39, 0.28) 50%, transparent calc(50% + 0.5px)),
        linear-gradient(transparent calc(50% - 0.5px), rgba(178, 31, 39, 0.28) 50%, transparent calc(50% + 0.5px));
}

.repa-about-shell .repa-underground-mark {
    display: flex;
    width: min(72vw, 680px);
    padding: clamp(28px, 4vw, 48px);
    flex-direction: column;
    gap: 24px;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(20, 20, 20, 0.7);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
    backdrop-filter: blur(5px);
}

.repa-about-shell .repa-underground-mark img {
    width: min(48vw, 450px);
    height: auto;
}

.repa-about-shell .repa-underground-mark span {
    color: rgba(255, 255, 255, 0.64);
    font-family: Poppins, sans-serif;
    font-size: clamp(0.6rem, 0.85vw, 0.78rem);
    font-weight: 600;
    letter-spacing: 0.2em;
    text-align: center;
}

.repa-about-shell .vault-container {
    display: flex;
    position: absolute;
    z-index: 8;
    inset: 0;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at center, rgba(178, 31, 39, 0.1), transparent 34%),
        #050505;
}

.repa-about-shell .repa-logo-loader {
    display: flex;
    position: relative;
    width: min(64vw, 760px);
    aspect-ratio: 3.2 / 1;
    align-items: center;
    justify-content: center;
}

.repa-about-shell .repa-logo-loader__base,
.repa-about-shell .repa-logo-loader__fill {
    position: absolute;
    inset: 0;
    -webkit-mask: url("../images/SVG/reparunflat-logo-white.svg") center / contain no-repeat;
    mask: url("../images/SVG/reparunflat-logo-white.svg") center / contain no-repeat;
}

.repa-about-shell .repa-logo-loader__base {
    background: rgba(255, 255, 255, 0.14);
}

.repa-about-shell .repa-logo-loader__fill {
    background: #fff;
    filter: drop-shadow(0 0 22px rgba(255, 255, 255, 0.16));
    will-change: clip-path;
}

.repa-about-shell .repa-logo-loader span {
    position: absolute;
    top: calc(100% + 28px);
    color: rgba(255, 255, 255, 0.42);
    font-family: Poppins, sans-serif;
    font-size: clamp(0.56rem, 0.75vw, 0.7rem);
    font-weight: 600;
    letter-spacing: 0.22em;
    white-space: nowrap;
}

.repa-about-shell .repa-showcase-visuals {
    min-height: clamp(300px, 44vw, 560px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background:
        radial-gradient(circle at 30% 50%, rgba(178, 31, 39, 0.12), transparent 34%),
        #101111;
}

.repa-about-shell .repa-showcase-product {
    display: none;
    position: absolute;
    inset: 0;
    padding: clamp(28px, 5vw, 72px);
    align-items: center;
    justify-content: center;
    gap: clamp(30px, 6vw, 88px);
}

.repa-about-shell .repa-showcase-product.active {
    display: flex;
}

.repa-about-shell .repa-showcase-product > img {
    width: min(44%, 470px);
    height: clamp(220px, 32vw, 410px);
    padding: clamp(12px, 2vw, 26px);
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: #ededeb;
    object-fit: contain;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.38);
}

.repa-about-shell .repa-showcase-product__caption {
    display: flex;
    max-width: 360px;
    flex-direction: column;
}

.repa-about-shell .repa-showcase-product__caption small {
    margin-bottom: 14px;
    color: #c7353d;
    font-family: Poppins, sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.18em;
}

.repa-about-shell .repa-showcase-product__caption strong {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: clamp(2rem, 4vw, 4.6rem);
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 0.95;
    text-transform: uppercase;
}

.repa-about-shell .repa-about-gallery {
    top: 55% !important;
    right: 3vw !important;
    bottom: auto !important;
    left: auto !important;
    width: 58vw !important;
    padding-inline: 0 !important;
    transform: translateY(-50%) !important;
}

.repa-about-shell .repa-about-gallery .swiper-slide {
    padding-inline: clamp(44px, 5vw, 86px) !important;
}

.repa-about-shell .repa-about-gallery .slide-images-row {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.repa-about-shell .repa-about-gallery__image {
    width: 100% !important;
    height: clamp(390px, 66vh, 670px) !important;
    margin: 0 !important;
    border: 0;
    border-radius: 0 !important;
    object-fit: cover !important;
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.48);
}

.repa-about-shell .underground-spec-panel {
    right: auto !important;
    bottom: auto !important;
    top: 54% !important;
    left: 5vw !important;
    display: block !important;
    width: 34vw !important;
    padding: clamp(26px, 3.5vw, 54px) 0 clamp(26px, 3.5vw, 54px) clamp(24px, 3vw, 46px) !important;
    border-top: 0;
    border-left: 2px solid #b21f27;
    background: rgba(24, 24, 24, 0.96);
    box-shadow: 26px 0 70px rgba(0, 0, 0, 0.32);
    transform: translateY(-50%);
}

.repa-about-shell .repa-about-gallery__meta {
    display: flex;
    margin-bottom: clamp(34px, 5vh, 64px);
    align-items: center;
    justify-content: space-between;
    color: #b21f27;
    font-family: Poppins, sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.18em;
}

.repa-about-shell .repa-about-gallery__meta > div {
    display: flex;
    gap: 10px;
    align-items: center;
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: 0.08em;
}

.repa-about-shell .repa-about-gallery__meta strong {
    color: #fff;
    font-size: 1rem;
}

.repa-about-shell .repa-about-gallery__meta i {
    width: 32px;
    height: 1px;
    background: rgba(255, 255, 255, 0.26);
}

.repa-about-shell .underground-spec-panel .spec-col-left {
    display: block;
    width: 100%;
    padding: 0;
}

.repa-about-shell .underground-spec-panel .spec-col-right {
    display: grid;
    width: 100%;
    margin-top: clamp(34px, 5vh, 58px);
    padding-left: 0;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.repa-about-shell .underground-spec-panel .spec-vehicle-name {
    margin: 0 0 22px;
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: clamp(1.75rem, 2.7vw, 3.1rem);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1;
}

.repa-about-shell .underground-spec-panel .spec-vehicle-desc {
    color: rgba(255, 255, 255, 0.72);
    font-size: clamp(0.75rem, 0.92vw, 0.95rem);
    font-weight: 500;
    line-height: 1.7;
}

.repa-about-shell .underground-spec-panel .spec-built-on,
.repa-about-shell .underground-spec-panel .spec-variants {
    color: rgba(255, 255, 255, 0.52);
    font-size: clamp(0.58rem, 0.68vw, 0.72rem);
    line-height: 1.55;
}

.repa-about-shell .underground-massive-t::before,
.repa-about-shell .underground-massive-t::after {
    opacity: 0.24;
}

.repa-about-shell .repa-underground-mark {
    opacity: 0.38;
}

.repa-about-shell .hero-desc-text {
    display: flex !important;
    position: relative;
    z-index: 5;
    width: min(92vw, 980px) !important;
    height: auto !important;
    padding: clamp(112px, 12vw, 128px) clamp(28px, 4vw, 54px) clamp(26px, 3vw, 38px) !important;
    flex-direction: column;
    align-items: stretch;
    border-top: 3px solid #b21f27;
    background: rgba(217, 217, 217, 0.92);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.13);
    color: #252525 !important;
    text-align: left;
    backdrop-filter: blur(8px);
}

.repa-about-shell .repa-about-hero__logo {
    position: absolute;
    top: 14px;
    left: 50%;
    width: clamp(220px, 28vw, 330px);
    height: auto;
    transform: translateX(-50%);
}

.repa-about-shell .repa-about-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
    gap: clamp(30px, 5vw, 68px);
    align-items: center;
}

.repa-about-shell .repa-about-hero__statement {
    padding-right: clamp(24px, 4vw, 52px);
    border-right: 1px solid rgba(23, 23, 23, 0.18);
}

.repa-about-shell .repa-about-hero__kicker {
    display: block;
    margin-bottom: 15px;
    color: #b21f27;
    font-family: Poppins, sans-serif;
    font-size: clamp(0.7rem, 0.9vw, 0.86rem);
    font-weight: 700;
    letter-spacing: 0.22em;
}

.repa-about-shell .hero-desc-text strong {
    display: block;
    color: #171717;
    font-family: Poppins, sans-serif;
    font-size: clamp(1.75rem, 2.9vw, 3rem);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1;
}

.repa-about-shell .hero-desc-text p {
    max-width: none;
    margin: 0;
    color: #555;
    font-family: Raleway, sans-serif;
    font-size: clamp(0.85rem, 1.1vw, 1.02rem);
    line-height: 1.6;
}

.repa-about-shell .repa-about-hero__facts {
    display: grid;
    margin-top: 22px;
    gap: 0;
}

.repa-about-shell .repa-about-hero__facts span {
    padding: 8px 0;
    border-top: 1px solid rgba(23, 23, 23, 0.16);
    color: #222;
    font-family: Poppins, sans-serif;
    font-size: 0.69rem;
    font-weight: 700;
    letter-spacing: 0.11em;
}

.repa-about-shell .mro-heading-text,
.repa-about-shell .press-heading-text,
.repa-about-shell .mro-item-title {
    color: #f4f4f2 !important;
}

.repa-about-shell .mro-item-desc {
    color: #c5c5c1 !important;
}

.repa-about-shell .mro-dot,
.repa-about-shell .press-dot,
.repa-about-shell .mro-scroll-line-progress,
.repa-about-shell .mro-scroll-marker {
    background-color: #b21f27 !important;
}

.repa-about-shell .mro-scroll-line-progress,
.repa-about-shell .mro-scroll-marker {
    box-shadow: 0 0 10px rgba(178, 31, 39, 0.7) !important;
}

.repa-about-shell .mro-text-item {
    opacity: 0.5;
}

.repa-about-shell .mro-text-item.active {
    opacity: 1;
}

.repa-about-page .repa-footer {
    position: relative;
    z-index: 20;
}

@media (max-width: 991.98px) {
    .repa-about-shell {
        overflow: visible;
    }

    .repa-about-shell .hero-logo {
        width: min(58vw, 320px) !important;
    }

    .repa-about-shell .view-a-heading {
        gap: 18px;
        flex-direction: column;
    }

    .repa-about-shell .hero-divider {
        display: none;
        margin-left: 0;
    }

    .repa-about-shell .hero-desc-text strong {
        font-size: clamp(1.5rem, 6vw, 2.4rem);
    }

    .repa-about-shell .hero-desc-text {
        padding-top: 96px !important;
    }

    .repa-about-shell .repa-about-hero__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .repa-about-shell .repa-about-hero__statement {
        padding-right: 0;
        padding-bottom: 20px;
        border-right: 0;
        border-bottom: 1px solid rgba(23, 23, 23, 0.18);
    }

    .repa-about-shell .repa-about-hero__logo {
        width: min(54vw, 260px);
    }

    .repa-about-shell .underground-massive-t::before {
        width: 88vw;
    }

    .repa-about-shell .repa-underground-mark {
        width: 82vw;
        gap: 16px;
    }

    .repa-about-shell .repa-underground-mark img {
        width: min(66vw, 330px);
    }

    .repa-about-shell .repa-showcase-visuals {
        min-height: 520px;
    }

    .repa-about-shell .repa-showcase-product {
        padding: 28px 24px 46px;
        flex-direction: column;
        gap: 24px;
    }

    .repa-about-shell .repa-showcase-product > img {
        width: min(88%, 390px);
        height: 280px;
    }

    .repa-about-shell .repa-showcase-product__caption {
        align-items: center;
        text-align: center;
    }

    .repa-about-shell .repa-showcase-product__caption strong {
        font-size: clamp(1.8rem, 8vw, 3rem);
    }

    .repa-about-shell .repa-logo-loader {
        width: 82vw;
    }

    .repa-about-shell .repa-logo-loader span {
        top: calc(100% + 18px);
        font-size: 0.5rem;
        letter-spacing: 0.12em;
    }

    .repa-about-shell .repa-about-gallery {
        top: 16% !important;
        right: 4vw !important;
        left: auto !important;
        width: 92vw !important;
        transform: none !important;
    }

    .repa-about-shell .repa-about-gallery .swiper-slide {
        padding-inline: 38px !important;
    }

    .repa-about-shell .repa-about-gallery__image {
        width: 100% !important;
        height: clamp(220px, 34vh, 330px) !important;
    }

    .repa-about-shell .underground-spec-panel {
        top: 56% !important;
        bottom: auto !important;
        left: 6vw !important;
        width: 88vw !important;
        padding: 18px 0 18px 22px !important;
        gap: 18px;
        transform: none;
    }

    .repa-about-shell .repa-about-gallery__meta {
        margin-bottom: 18px;
    }

    .repa-about-shell .underground-spec-panel .spec-vehicle-name {
        margin-bottom: 12px;
        font-size: clamp(1.25rem, 5vw, 2rem);
    }

    .repa-about-shell .underground-spec-panel .spec-col-right {
        margin-top: 14px;
        padding-top: 12px;
    }

    .repa-about-shell .underground-spec-panel .spec-col-left,
    .repa-about-shell .underground-spec-panel .spec-col-right {
        width: 100%;
        padding: 0;
    }
}

/* Keep the integrated slide layout above legacy Repa gallery rules. */
.repa-about-shell .repa-about-gallery {
    top: 55% !important;
    right: 4vw !important;
    bottom: auto !important;
    left: 4vw !important;
    width: auto !important;
    transform: translateY(-50%) !important;
}

.repa-about-shell .repa-about-gallery .swiper-slide {
    padding-inline: clamp(40px, 5vw, 76px) !important;
}

.repa-about-shell .repa-about-gallery .slide-images-row.repa-about-gallery__visual {
    display: block !important;
}

.repa-about-shell .repa-about-gallery .repa-about-gallery__image {
    width: 100% !important;
    height: 100% !important;
    min-height: clamp(430px, 68vh, 680px);
}

@media (max-width: 991.98px) {
    .repa-about-shell .repa-about-gallery {
        top: 14% !important;
        right: 3vw !important;
        left: 3vw !important;
        width: auto !important;
        transform: none !important;
    }

    .repa-about-shell .repa-about-gallery .swiper-slide {
        padding-inline: 36px !important;
    }

    .repa-about-shell .repa-about-gallery .repa-about-gallery__image {
        min-height: 220px;
    }
}
