/*
 * MATERYA Home Refresh — lower homepage private preview
 * Editorial sequence: Latest Designs, Design is Performance,
 * Built Different, Behind MATERYA.
 */

body.mhr-lower-active:not(.mhr-lower-ready) #Content,
body.mhr-lower-active:not(.mhr-lower-ready) #Footer {
    opacity: 0 !important;
}

body.mhr-lower-active #Content,
body.mhr-lower-active #Footer {
    transition: opacity 180ms ease;
}

body.mhr-lower-refresh {
    --mhr-ink: #111214;
    --mhr-muted: #777a7e;
    --mhr-line: #dedede;
    --mhr-offwhite: #f4f3f0;
    --mhr-dark: #0b0d0f;
    --mhr-accent: #4da966;
}

body.mhr-lower-refresh #Content {
    overflow: hidden;
}

body.mhr-lower-refresh .mhr-native-section-hidden,
body.mhr-lower-refresh .mhr-native-content-hidden {
    display: none !important;
}

body.mhr-lower-refresh .mhr-native-slider-preserved {
    position: absolute !important;
    left: -100000px !important;
    width: 1px !important;
    height: 1px !important;
    min-height: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

body.mhr-lower-refresh #Content .mcb-section-a0e5825a6 {
    display: none !important;
}

body.mhr-lower-refresh .mhr-reveal {
    opacity: 0;
    transform: translateY(18px);
    transition:
        opacity 600ms cubic-bezier(.22, 1, .36, 1),
        transform 600ms cubic-bezier(.22, 1, .36, 1);
}

body.mhr-lower-refresh .mhr-reveal.mhr-in-view {
    opacity: 1;
    transform: none;
}

.mhr-section-intro {
    width: min(1180px, calc(100% - 64px));
    margin: 0 auto 38px;
    text-align: center;
}

.mhr-section-kicker,
.mhr-dark-kicker {
    display: inline-block;
    margin: 0 0 12px;
    color: var(--mhr-muted);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .24em;
    line-height: 1.2;
}

.mhr-section-kicker::before {
    content: "";
    display: block;
    width: 34px;
    height: 2px;
    margin: 0 auto 16px;
    background: var(--mhr-accent);
}

.mhr-section-title {
    margin: 0;
    color: var(--mhr-ink);
    font-size: clamp(29px, 3vw, 45px);
    font-weight: 600;
    letter-spacing: .16em;
    line-height: 1.05;
}

.mhr-section-copy {
    max-width: 620px;
    margin: 15px auto 0;
    color: var(--mhr-muted);
    font-size: 15px;
    line-height: 1.65;
}

.mhr-section-actions {
    display: flex;
    justify-content: center;
    width: min(1180px, calc(100% - 64px));
    margin: 38px auto 0;
}

.mhr-outline-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border: 1px solid #282a2d;
    color: var(--mhr-ink) !important;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .13em;
    text-decoration: none !important;
    transition:
        color 220ms ease,
        background-color 220ms ease,
        border-color 220ms ease,
        transform 220ms ease;
}

.mhr-outline-link:hover,
.mhr-outline-link:focus-visible {
    border-color: var(--mhr-ink);
    background: var(--mhr-ink);
    color: #fff !important;
    transform: translateY(-2px);
}

/* Latest products */
.mhr-latest-section {
    box-sizing: border-box;
    padding: 92px 0 88px !important;
    background: #fff !important;
}

.mhr-latest-section > .section_wrapper {
    width: min(1180px, calc(100% - 64px)) !important;
    max-width: none !important;
    margin: 0 auto !important;
}

.mhr-latest-section .mhr-section-intro {
    width: min(1180px, calc(100% - 64px));
}

.mhr-latest-section ul.products {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    width: 100% !important;
    max-width: 1180px;
    margin: 0 auto !important;
}

.mhr-latest-section li.product {
    position: relative !important;
    float: none !important;
    box-sizing: border-box;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    border: 0 !important;
    background: var(--mhr-dark);
    cursor: pointer;
    isolation: isolate;
}

.mhr-latest-section li.product.mhr-product-hidden {
    display: none !important;
}

.mhr-latest-section li.product > a:first-of-type {
    display: block;
    overflow: hidden;
}

.mhr-latest-section li.product img {
    display: block;
    width: 100% !important;
    height: clamp(310px, 31vw, 440px) !important;
    margin: 0 !important;
    object-fit: cover;
    filter: saturate(.82) contrast(1.06);
    transform: scale(1.002);
    transition:
        transform 700ms cubic-bezier(.22, 1, .36, 1),
        filter 500ms ease;
}

.mhr-latest-section li.product::after {
    content: "";
    position: absolute;
    inset: 30% 0 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(180deg, transparent 0%, rgba(5, 6, 7, .18) 25%, rgba(5, 6, 7, .96) 100%);
}

.mhr-latest-section li.product:hover img,
.mhr-latest-section li.product:focus-visible img {
    filter: saturate(1) contrast(1.04);
    transform: scale(1.035);
}

.mhr-latest-section .mhr-product-content,
.mhr-latest-section li.product .desc {
    position: absolute !important;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    box-sizing: border-box;
    min-height: 128px;
    padding: 28px 28px 24px !important;
    border: 0 !important;
    background: transparent !important;
    text-align: left !important;
}

.mhr-latest-section .mhr-product-meta {
    display: block;
    margin-bottom: 7px;
    color: rgba(255, 255, 255, .6);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .13em;
    line-height: 1.4;
}

.mhr-latest-section li.product h4,
.mhr-latest-section li.product h3,
.mhr-latest-section li.product .woocommerce-loop-product__title {
    max-width: calc(100% - 34px);
    margin: 0 !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    letter-spacing: .02em;
    line-height: 1.25 !important;
    text-transform: uppercase;
}

.mhr-latest-section li.product .price {
    display: block !important;
    margin-top: 8px !important;
    color: rgba(255, 255, 255, .78) !important;
    font-size: 12px !important;
}

.mhr-latest-section li.product .price del {
    color: rgba(255, 255, 255, .42) !important;
}

.mhr-latest-section li.product .price ins {
    color: #fff !important;
    text-decoration: none !important;
}

.mhr-latest-section .mhr-product-arrow {
    position: absolute;
    right: 27px;
    bottom: 26px;
    color: #fff;
    font-size: 19px;
    transition: transform 220ms ease;
}

.mhr-latest-section li.product:hover .mhr-product-arrow {
    transform: translate(3px, -3px);
}

.mhr-latest-section li.product .onsale,
.mhr-latest-section li.product .image_links,
.mhr-latest-section li.product .button,
.mhr-latest-section li.product .star-rating {
    display: none !important;
}

/* Design manifesto — static image selected from the WordPress Media Library */
.mhr-design-section {
    position: relative;
    min-height: var(--mhr-design-height-desktop, 590px);
    overflow: hidden;
    background: var(--mhr-dark) !important;
    isolation: isolate;
}

.mhr-design-media {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    background:
        radial-gradient(circle at 72% 35%, #363a3d 0%, #171a1c 37%, #090b0d 76%);
}

.mhr-design-image {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: var(--mhr-design-x, 50%) var(--mhr-design-y, 50%);
    filter: saturate(.76) contrast(1.06);
    transform: scale(var(--mhr-design-zoom, 1));
}

.mhr-design-no-image .mhr-design-media::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .22;
    background-image:
        linear-gradient(115deg, transparent 48%, rgba(255, 255, 255, .07) 48%, rgba(255, 255, 255, .07) 49%, transparent 49%),
        linear-gradient(25deg, transparent 48%, rgba(255, 255, 255, .04) 48%, rgba(255, 255, 255, .04) 49%, transparent 49%);
    background-size: 120px 120px;
}

.mhr-design-section::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(5, 7, 8, .97) 0%, rgba(5, 7, 8, .78) 42%, rgba(5, 7, 8, .2) 76%, rgba(5, 7, 8, .42) 100%),
        linear-gradient(0deg, rgba(5, 7, 8, .72), transparent 48%);
}

.mhr-design-overlay {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    width: min(1320px, calc(100% - 96px));
    margin: auto;
    pointer-events: none;
}

.mhr-design-content {
    width: min(560px, 52%);
}

.mhr-dark-kicker {
    color: rgba(255, 255, 255, .56);
}

.mhr-dark-kicker::before {
    content: "";
    display: block;
    width: 34px;
    height: 2px;
    margin: 0 0 18px;
    background: rgba(255, 255, 255, .78);
}

.mhr-design-title {
    margin: 0;
    color: #fff;
    font-size: clamp(48px, 5.4vw, 82px);
    font-weight: 600;
    letter-spacing: -.035em;
    line-height: .93;
    white-space: pre-line;
}

.mhr-design-copy {
    max-width: 510px;
    margin: 26px 0 0;
    color: rgba(255, 255, 255, .72);
    font-size: 16px;
    line-height: 1.65;
}

.mhr-design-stages {
    width: 275px;
    margin: 160px 0 0;
    padding: 0;
    list-style: none;
}

.mhr-design-stages li {
    display: grid;
    grid-template-columns: 45px 1fr;
    align-items: center;
    min-height: 50px;
    border-top: 1px solid rgba(255, 255, 255, .24);
    color: #fff;
}

.mhr-stage-number {
    color: rgba(255, 255, 255, .55);
    font-size: 10px;
    letter-spacing: .1em;
}

.mhr-stage-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .16em;
}

/* Technologies */
.mhr-built-section {
    padding: 92px 0 94px !important;
    background: var(--mhr-offwhite) !important;
}

.mhr-built-inner {
    width: min(1180px, calc(100% - 64px));
    margin: 0 auto;
}

.mhr-built-section .mhr-section-intro {
    width: 100%;
}

.mhr-tech-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.mhr-tech-card {
    position: relative;
    min-width: 0;
    height: var(--mhr-tech-height-desktop, 340px);
    overflow: hidden;
    background: #151719;
}

.mhr-tech-visual {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #1a1c1e;
}

.mhr-tech-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, .02) 30%, rgba(5, 7, 8, .82) 100%),
        linear-gradient(90deg, rgba(0, 0, 0, .22), transparent 55%);
    transition: opacity 300ms ease;
}

.mhr-tech-empty {
    background:
        linear-gradient(135deg, transparent 49.5%, rgba(255, 255, 255, .055) 50%, transparent 50.5%),
        radial-gradient(circle at 50% 45%, #292c2f 0%, #17191b 55%, #101214 100%);
}

.mhr-tech-empty::before {
    content: "";
    position: absolute;
    inset: 14%;
    border: 1px solid rgba(255, 255, 255, .055);
}

.mhr-tech-card:hover .mhr-tech-visual::after {
    opacity: .55;
}

.mhr-tech-visual img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: var(--mhr-image-x, 50%) var(--mhr-image-y, 50%);
    filter: grayscale(1) contrast(1.1);
    transform: scale(var(--mhr-image-zoom, 1));
    transition:
        filter 400ms ease,
        transform 650ms cubic-bezier(.22, 1, .36, 1);
}

.mhr-tech-card:hover .mhr-tech-visual img {
    filter: grayscale(.35) contrast(1.05);
    transform: scale(calc(var(--mhr-image-zoom, 1) + .035));
}

.mhr-tech-copy {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    box-sizing: border-box;
    padding: 30px 32px 28px;
    text-align: left;
}

.mhr-tech-copy h3 {
    margin: 0;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .14em;
    line-height: 1.3;
}

.mhr-tech-copy p {
    margin: 7px 0 0;
    color: rgba(255, 255, 255, .66);
    font-size: 13px;
    line-height: 1.4;
}

/* Brand manifesto */
.mhr-behind-section {
    position: relative;
    min-height: var(--mhr-manifesto-height-desktop, 520px);
    overflow: hidden;
    padding: 0 !important;
    background:
        radial-gradient(circle at 72% 48%, rgba(255, 255, 255, .055), transparent 34%),
        var(--mhr-dark) !important;
    isolation: isolate;
}

.mhr-behind-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.mhr-behind-media img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: var(--mhr-manifesto-x, 50%) var(--mhr-manifesto-y, 50%);
    filter: saturate(.72) contrast(1.06) brightness(.72);
    transform: scale(var(--mhr-manifesto-zoom, 1));
}

.mhr-behind-has-image::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(5, 7, 8, .76), rgba(5, 7, 8, .46), rgba(5, 7, 8, .76)),
        linear-gradient(0deg, rgba(5, 7, 8, .72), transparent 52%, rgba(5, 7, 8, .28));
}

.mhr-behind-inner {
    position: relative;
    z-index: 2;
    display: flex !important;
    justify-content: center;
    width: min(1280px, 100%) !important;
    max-width: none !important;
    margin: 0 auto !important;
}

.mhr-behind-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    width: min(880px, calc(100% - 96px));
    min-height: var(--mhr-manifesto-height-desktop, 520px);
    margin: 0 auto;
    padding: 82px 0 !important;
    text-align: center;
    align-items: center;
}

.mhr-behind-copy .mhr-dark-kicker::before {
    margin-right: auto;
    margin-left: auto;
}

.mhr-behind-title {
    margin: 0;
    color: #fff;
    font-size: clamp(38px, 4.3vw, 64px);
    font-weight: 600;
    letter-spacing: -.025em;
    line-height: .98;
}

.mhr-behind-lead {
    margin: 25px 0 0;
    color: #fff;
    font-size: 17px;
    line-height: 1.5;
}

.mhr-behind-text {
    max-width: 560px;
    margin: 10px auto 30px;
    color: rgba(255, 255, 255, .64);
    font-size: 15px;
    line-height: 1.65;
}

.mhr-behind-cta {
    gap: 18px;
}

.mhr-behind-cta .mhr-link-arrow {
    font-size: 16px;
    line-height: 1;
    transition: transform 180ms ease;
}

.mhr-behind-cta:hover .mhr-link-arrow,
.mhr-behind-cta:focus-visible .mhr-link-arrow {
    transform: translateX(3px);
}

.mhr-outline-link-light {
    align-self: flex-start;
    border-color: rgba(255, 255, 255, .48);
    color: #fff !important;
}

.mhr-behind-copy .mhr-outline-link-light {
    align-self: center;
}

.mhr-outline-link-light:hover,
.mhr-outline-link-light:focus-visible {
    border-color: #fff;
    background: #fff;
    color: #0a0c0e !important;
}

/* Five-star rider reviews */
.mhr-reviews-section {
    padding: 90px 0 94px !important;
    background: #fff !important;
}

.mhr-reviews-inner {
    width: min(1180px, calc(100% - 64px));
    margin: 0 auto;
}

.mhr-reviews-section .mhr-section-intro {
    width: 100%;
}

.mhr-review-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 18px) / 2);
    grid-template-columns: none;
    gap: 18px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 5px 0 10px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.mhr-review-grid::-webkit-scrollbar {
    display: none;
}

.mhr-review-card {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    min-height: 520px;
    padding: 0;
    overflow: hidden;
    border-top: 2px solid #242628;
    background: var(--mhr-offwhite);
    scroll-snap-align: start;
    transition:
        background-color 240ms ease,
        transform 240ms ease;
}

.mhr-review-controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 22px;
}

.mhr-review-status {
    min-width: 54px;
    margin-right: 8px;
    color: #818487;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .12em;
    text-align: center;
}

.mhr-review-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin: 0;
    padding: 0;
    color: #17191b;
    font-size: 18px;
    line-height: 1;
    background: transparent;
    border: 1px solid #c9cac7;
    border-radius: 50%;
    cursor: pointer;
    transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.mhr-review-arrow:hover,
.mhr-review-arrow:focus-visible {
    color: #fff;
    background: #17191b;
    border-color: #17191b;
}

.mhr-review-arrow:disabled {
    color: #b7b9b7;
    background: transparent;
    border-color: #e0e0dc;
    cursor: default;
}

.mhr-review-media {
    position: relative;
    height: clamp(300px, var(--mhr-review-height-desktop, 340px), 440px);
    overflow: hidden;
    isolation: isolate;
    background: #17191a;
}

.mhr-review-media::before {
    position: absolute;
    z-index: 0;
    inset: -24px;
    content: '';
    background-image:
        linear-gradient(rgba(7, 9, 10, .38), rgba(7, 9, 10, .38)),
        var(--mhr-review-backdrop);
    background-position: center;
    background-size: cover;
    filter: blur(18px) saturate(.7);
    transform: scale(1.08);
}

.mhr-review-media::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, .08);
    background: linear-gradient(180deg, rgba(255, 255, 255, .025), rgba(7, 9, 10, .12));
}

.mhr-review-media img {
    position: relative;
    z-index: 2;
    display: block;
    box-sizing: border-box;
    width: 100% !important;
    height: 100% !important;
    padding: 12px;
    object-fit: contain;
    object-position: var(--mhr-review-x, 50%) var(--mhr-review-y, 50%);
    filter: drop-shadow(0 10px 22px rgba(0, 0, 0, .28));
    transform: none;
    transition: filter 300ms ease, opacity 300ms ease;
}

.mhr-review-card:hover .mhr-review-media img {
    filter: drop-shadow(0 14px 28px rgba(0, 0, 0, .38));
}

.mhr-review-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 24px 24px 22px;
}

.mhr-review-card:hover {
    background: #efeeea;
    transform: translateY(-4px);
}

.mhr-review-stars {
    margin-bottom: 23px;
    color: #34373a;
    font-size: 12px;
    letter-spacing: .2em;
}

.mhr-review-title {
    margin: 0 0 13px;
    color: var(--mhr-ink);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.25;
}

.mhr-review-copy {
    margin: 0 0 26px;
    color: #55595d;
    font-size: 13px;
    line-height: 1.65;
}

.mhr-review-footer {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: auto;
    padding-top: 17px;
    border-top: 1px solid #d7d6d2;
}

.mhr-review-author {
    color: var(--mhr-ink);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.mhr-review-product {
    color: #777a7e;
    font-size: 10px;
    line-height: 1.4;
}

.mhr-review-date {
    margin-top: 3px;
    color: #9a9c9e;
    font-size: 9px;
    letter-spacing: .05em;
}

/* Existing footer: harmonisation only, no content changes */
body.mhr-lower-refresh #Footer {
    border-top: 1px solid rgba(255, 255, 255, .08);
    background: #080a0c !important;
}

body.mhr-lower-refresh #Footer .widgets_wrapper {
    padding-top: 58px !important;
    padding-bottom: 44px !important;
}

body.mhr-lower-refresh #Footer .footer_copy {
    border-top-color: rgba(255, 255, 255, .1) !important;
}

/* Tablet */
@media (max-width: 1024px) {
    .mhr-latest-section {
        padding: 76px 0 74px !important;
    }

    .mhr-design-overlay {
        width: calc(100% - 64px);
    }

    .mhr-design-content {
        width: 60%;
    }

    .mhr-design-stages {
        width: 220px;
    }

    .mhr-tech-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .mhr-review-grid {
        gap: 16px;
        grid-auto-columns: calc((100% - 16px) / 2);
    }

    .mhr-behind-copy {
        width: min(780px, calc(100% - 72px));
        min-height: 440px;
        padding: 64px 0 !important;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .mhr-section-intro,
    .mhr-section-actions,
    .mhr-built-inner {
        width: calc(100% - 36px);
    }

    .mhr-section-intro {
        margin-bottom: 27px;
    }

    .mhr-section-kicker {
        margin-bottom: 9px;
        font-size: 9px;
    }

    .mhr-section-kicker::before {
        margin-bottom: 13px;
    }

    .mhr-section-title {
        font-size: 27px;
        letter-spacing: .1em;
        line-height: 1.1;
    }

    .mhr-section-copy {
        margin-top: 12px;
        font-size: 13px;
        line-height: 1.55;
    }

    .mhr-latest-section {
        padding: 60px 0 62px !important;
    }

    .mhr-latest-section > .section_wrapper {
        width: 100% !important;
    }

    .mhr-latest-section ul.products {
        display: flex !important;
        gap: 12px;
        width: auto !important;
        max-width: none;
        margin: 0 !important;
        padding: 0 18px 8px !important;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .mhr-latest-section ul.products::-webkit-scrollbar {
        display: none;
    }

    .mhr-latest-section li.product {
        flex: 0 0 79vw;
        scroll-snap-align: start;
    }

    .mhr-latest-section li.product img {
        height: 410px !important;
    }

    .mhr-latest-section .mhr-product-content,
    .mhr-latest-section li.product .desc {
        padding: 24px 22px 21px !important;
    }

    .mhr-latest-section .mhr-product-arrow {
        right: 22px;
        bottom: 22px;
    }

    .mhr-section-actions {
        margin-top: 28px;
    }

    .mhr-design-section {
        min-height: var(--mhr-design-height-mobile, 530px) !important;
    }

    .mhr-design-section::after {
        background:
            linear-gradient(90deg, rgba(5, 7, 8, .9), rgba(5, 7, 8, .34)),
            linear-gradient(0deg, rgba(5, 7, 8, .96) 0%, rgba(5, 7, 8, .38) 70%);
    }

    .mhr-design-overlay {
        inset: 0;
        display: block;
        width: calc(100% - 44px);
        padding: 74px 0 38px;
    }

    .mhr-design-content {
        width: 100%;
    }

    .mhr-design-title {
        font-size: clamp(43px, 13vw, 59px);
    }

    .mhr-design-copy {
        max-width: 92%;
        margin-top: 20px;
        font-size: 14px;
        line-height: 1.55;
    }

    .mhr-design-stages {
        position: absolute;
        right: 0;
        bottom: 28px;
        left: 0;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        width: 100%;
        margin: 0;
    }

    .mhr-design-stages li {
        display: block;
        min-height: auto;
        padding: 13px 8px 0 0;
    }

    .mhr-stage-number,
    .mhr-stage-label {
        display: block;
    }

    .mhr-stage-label {
        margin-top: 5px;
        font-size: 8px;
        letter-spacing: .11em;
    }

    .mhr-built-section {
        padding: 62px 0 66px !important;
    }

    .mhr-tech-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .mhr-tech-card {
        height: var(--mhr-tech-height-mobile, 260px);
    }

    .mhr-tech-copy {
        padding: 25px 22px 22px;
    }

    .mhr-tech-copy h3 {
        font-size: 14px;
        letter-spacing: .11em;
    }

    .mhr-tech-copy p {
        margin-top: 6px;
        font-size: 11px;
    }

    .mhr-behind-copy {
        min-height: var(--mhr-manifesto-height-mobile, 500px);
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 60px 22px 66px !important;
        text-align: center !important;
        align-items: center !important;
    }

    .mhr-behind-inner {
        box-sizing: border-box;
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .mhr-behind-section {
        min-height: var(--mhr-manifesto-height-mobile, 500px);
    }

    .mhr-behind-title,
    .mhr-behind-lead,
    .mhr-behind-text {
        width: 100%;
        margin-right: auto !important;
        margin-left: auto !important;
        text-align: center !important;
    }

    .mhr-behind-title {
        font-size: 39px;
    }

    .mhr-behind-lead {
        margin-top: 20px;
        font-size: 15px;
    }

    .mhr-behind-text {
        margin-bottom: 25px;
        font-size: 13px;
    }

    .mhr-reviews-section {
        padding: 62px 0 66px !important;
    }

    .mhr-reviews-inner {
        width: calc(100% - 36px);
    }

    .mhr-review-grid {
        display: grid;
        grid-auto-columns: 100%;
        gap: 12px;
    }

    .mhr-review-card {
        min-height: 0;
        margin-bottom: 0;
        padding: 0;
    }

    .mhr-review-body {
        padding: 22px 20px 21px;
    }

    .mhr-review-media {
        height: clamp(270px, var(--mhr-review-height-mobile, 300px), 380px);
    }

    .mhr-review-media img {
        padding: 9px;
    }

    .mhr-review-copy {
        font-size: 12px;
    }

    .mhr-review-controls {
        margin-top: 17px;
    }

    .mhr-review-arrow {
        width: 40px;
        height: 40px;
    }

    body.mhr-lower-refresh #Footer .widgets_wrapper {
        padding-top: 42px !important;
        padding-bottom: 30px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.mhr-lower-refresh .mhr-reveal,
    .mhr-latest-section li.product img,
    .mhr-tech-visual img,
    .mhr-outline-link {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}
