.mf-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.mf-page .mf-container {
    width: min(1680px, calc(100% - 72px));
}

.mfp-page .mf-promo-slider .mf-container {
    width: min(1680px, calc(100% - 72px));
}

.mf-badge {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 16px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--mfp-card) 78%, transparent);
    border: 1px solid var(--mfp-border);
    color: var(--mfp-accent-strong);
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    backdrop-filter: blur(12px);
}

.mf-hero-slider,
.mf-promo-slider {
    position: relative;
    min-height: 100svh;
    overflow: hidden;
    background: #171513;
    isolation: isolate;
    touch-action: pan-y;
}

.mf-hero-slider-track,
.mf-promo-slider-track {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.mf-hero-slide,
.mf-promo-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: translate3d(28px, 0, 0);
    transition:
        opacity 520ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
        transform 520ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 0;
}

.mf-hero-slide.is-active,
.mf-promo-slide.is-active {
    opacity: 1;
    transform: scale(1);
    z-index: 1;
}

.mf-promo-slide.is-video-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: var(--mf-promo-poster, #171513) center / cover no-repeat;
    opacity: 1;
    transition: opacity 320ms ease;
}

.mf-hero-media,
.mf-promo-picture,
.mf-promo-media {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.mf-hero-slide > .mf-hero-media,
.mf-promo-slide > .mf-promo-picture,
.mf-promo-slide > .mf-promo-media,
.mf-promo-picture > .mf-promo-media {
    position: absolute;
    inset: 0;
    max-width: none;
}

.mf-promo-slide > .mf-promo-picture,
.mf-promo-slide > .mf-promo-media,
.mf-promo-picture > .mf-promo-media {
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
}

.mf-promo-picture > .mf-promo-media {
    object-fit: cover !important;
    object-position: center top !important;
}

.mf-hero-slide video.mf-hero-media,
.mf-promo-slide video.mf-promo-media {
    pointer-events: none;
}

.mf-promo-slide video.mf-promo-media {
    opacity: 0;
    transition: opacity 320ms ease;
}

.mf-promo-slide img.mf-promo-media {
    opacity: 0;
    transition: opacity 260ms ease;
}

.mf-promo-slide.is-media-ready img.mf-promo-media {
    opacity: 1;
}

.mf-promo-slide.is-video-ready video.mf-promo-media {
    opacity: 1;
}

.mf-promo-slide.is-video-ready::before {
    opacity: 0;
}

.mf-hero-slide-overlay,
.mf-promo-slide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(20,18,16,0.48) 0%, rgba(20,18,16,0.26) 34%, rgba(20,18,16,0.06) 68%), linear-gradient(180deg, rgba(20,18,16,0.10) 0%, rgba(20,18,16,0.04) 48%, var(--mfp-bg) 100%);
}

.mf-promo-slider-link {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.mf-promo-slider-link[hidden] {
    display: none;
}

.mf-hero-slider-content,
.mf-promo-slider-content {
    position: relative;
    z-index: 3;
    min-height: 100svh;
    display: flex;
    align-items: flex-end;
    padding: 110px 0 72px;
    pointer-events: none;
}

.mf-hero-content,
.mf-promo-content {
    max-width: 760px;
    transition:
        opacity 840ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
        transform 840ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
        filter 840ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mf-hero-content.is-changing,
.mf-promo-content.is-hidden {
    opacity: 0;
    transform: translate3d(0, 12px, 0);
    filter: blur(4px);
    pointer-events: none;
}

.mf-promo-content.is-visible {
    opacity: 1;
    transform: none;
    filter: none;
}

.mf-hero-slider .mf-badge,
.mf-promo-slider .mf-badge {
    background: var(--mfp-hero-badge-bg);
    border-color: var(--mfp-hero-badge-border);
    color: var(--mfp-hero-badge-color);
}

.mf-badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    max-width: 760px;
    pointer-events: auto;
}

.mf-badge-row--bottom {
    margin-top: 24px;
    color: var(--mfp-hero-badge-color);
}

.mf-promo-slider .mf-badge-row--bottom .mf-badge {
    min-height: 30px;
    padding: 0 12px;
    background: transparent;
    color: color-mix(in srgb, currentColor 57%, transparent);
    font-size: 13px;
    font-weight: 650;
    letter-spacing: 0;
    backdrop-filter: none;
}

.mf-promo-slider .mf-badge-row--bottom .mf-badge:hover {
    background: transparent;
}

.mf-badge-link {
    color: inherit;
    text-decoration: none;
    pointer-events: auto;
}

.mf-hero-slider h1,
.mf-promo-slider h1 {
    margin: 18px 0 0;
    max-width: 760px;
    font-family: var(--mfp-font-display);
    font-size: clamp(34px, 4vw, 60px);
    line-height: 0.9;
    letter-spacing: 0.018em;
    font-weight: 600;
    color: #fff;
    text-wrap: balance;
}

.mf-hero-slider .mf-hero-lead,
.mf-promo-slider .mf-promo-lead {
    display: block;
    max-width: 590px;
    margin: 26px 0 0;
    color: rgba(255,255,255,0.84);
    font-size: clamp(18px, 2vw, 23px);
    line-height: 1.58;
}

.mf-promo-slider .mf-promo-lead[hidden] {
    display: none;
}

.mf-hero-slider .mf-button-ghost {
    color: #fff;
    background: rgba(255,255,255,0.12);
    border-color: rgba(255,255,255,0.24);
}

.mf-hero-slider .mf-button-ghost:hover {
    background: rgba(255,255,255,0.22);
    border-color: rgba(255,255,255,0.36);
}

.mf-hero-slider-nav,
.mf-promo-slider-nav {
    position: absolute;
    left: 50%;
    bottom: 18px;
    z-index: 5;
    display: flex;
    gap: 8px;
    transform: translateX(-50%);
}

.mf-hero-dot,
.mf-promo-dot {
    position: relative;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    cursor: pointer;
}

.mf-hero-dot::before,
.mf-promo-dot::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 2px;
    transform: translateY(-50%);
    border-radius: 999px;
    background: rgba(255,255,255,0.36);
    transition:
        background 220ms ease,
        opacity 220ms ease;
}

.mf-hero-dot.is-active,
.mf-promo-dot.is-active {
    width: 58px;
}

.mf-hero-dot.is-active::before,
.mf-promo-dot.is-active::before {
    background: #fff;
}

.mf-hero-arrow,
.mf-promo-arrow {
    position: absolute;
    top: 94%;
    z-index: 5;
    width: 34px;
    height: 60px;
    border: 1px solid rgba(255,255,255,0.24);
    border-radius: 999px;
    background: rgba(255,255,255,0.12);
    color: #fff;
    font-size: 38px;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
    backdrop-filter: blur(10px);
    transition: background 180ms ease,
        border-color 180ms ease,
        transform 180ms ease;
}

.mf-hero-arrow:hover,
.mf-promo-arrow:hover {
    background: rgba(255,255,255,0.22);
    border-color: rgba(255,255,255,0.36);
    transform: translateY(-50%) scale(1.04);
}

.mf-hero-arrow-prev,
.mf-promo-arrow-prev {
    left: 24px;
}

.mf-hero-arrow-next,
.mf-promo-arrow-next {
    right: 24px;
}

.mf-grid {
    display: grid;
    gap: 20px;
}

.mf-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mf-category-card {
    position: relative;
    display: flex;
    min-height: 420px;
    overflow: hidden;
    border-radius: var(--mfp-radius);
    text-decoration: none;
    color: #fff;
    background: var(--mfp-bg-soft);
    box-shadow: var(--mfp-shadow);
    isolation: isolate;
}

.mf-category-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
    z-index: -2;
}

.mf-category-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.02), rgba(0,0,0,0.46)), linear-gradient(90deg, rgba(59,76,104,0.28), rgba(59,76,104,0.04));
    z-index: -1;
}

.mf-category-card:hover img {
    transform: scale(1.045);
}

.mf-category-card-content {
    align-self: flex-end;
    padding: 24px;
}

.mf-category-card h3 {
    margin: 0;
    font-size: 24px;
    line-height: 1.05;
    letter-spacing: -.03em;
    color: #fff;
}

.mf-category-card p {
    margin: 12px 0 0;
    font-size: 15px;
    line-height: 1.55;
    color: rgba(255,255,255,0.84);
}

.mf-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

@media (min-width: 1440px) {
    .mf-product-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .mf-grid-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 24px;
    }

    .mf-category-card {
        min-height: 520px;
    }

    .mf-selection-grid {
        gap: 18px;
    }
}

@media (min-width: 1920px) {
    .mf-page .mf-container,
    .mfp-page .mf-promo-slider .mf-container {
        width: min(1780px, calc(100% - 96px));
    }

    .mf-product-grid {
        gap: 26px;
    }
}

.mf-product-card {
    position: relative;
    overflow: hidden;
    border-radius: var(--mfp-radius);
    border: 1px solid var(--mfp-border);
    background: var(--mfp-card);
    box-shadow: var(--mfp-shadow-soft);
}

.mf-product-card:nth-child(n + 5) {
    display: none;
}

@media (min-width: 1440px) {
    .mf-product-card:nth-child(n + 5) {
        display: block;
    }
}

.mf-product-card a {
    color: inherit;
    text-decoration: none;
}

.mf-product-image {
    position: relative;
    aspect-ratio: 4 / 8;
    overflow: hidden;
    background: var(--mfp-bg-soft);
}

.mf-product-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition:
        opacity .42s ease,
        transform .55s ease;
}

.mf-product-img-main {
    opacity: 1;
    transform: scale(1);
    z-index: 1;
}

.mf-product-img-hover {
    opacity: 0;
    transform: scale(1.035);
    z-index: 2;
}

.mf-product-card:hover .mf-product-img-main {
    opacity: 0;
    transform: scale(1.02);
}

.mf-product-card:hover .mf-product-img-hover {
    opacity: 1;
    transform: scale(1);
}

.mf-product-body {
    padding: 18px 18px 20px;
}

.mf-product-type {
    margin: 0 0 8px;
    color: var(--mfp-accent-strong);
    font-size: 13px;
    font-weight: 650;
}

.mf-product-body h3 {
    margin: 0;
    color: var(--mfp-text);
    font-size: 18px;
    line-height: 1.24;
    letter-spacing: -.02em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 280px;
}

.mf-product-more {
    display: inline-flex;
    margin-top: 14px;
    color: var(--mfp-text-muted);
    font-size: 14px;
    font-weight: 650;
}

.mf-selection {
    position: relative;
    border-radius: calc(var(--mfp-radius) + 10px);
    overflow: hidden;
    padding: 46px;
    color: #fff;
    box-shadow: var(--mfp-shadow);
    isolation: isolate;

    --mf-parallax-bg-y: 0px;
    --mf-parallax-content-y: 0px;
}

.mf-selection::before {
    content: "";
    position: absolute;
    inset: -18%;
    z-index: -2;
    background: var(--mf-selection-bg, none) center / cover no-repeat;
    transform: translate3d(0, var(--mf-parallax-bg-y), 0) scale(1.12);
    will-change: transform;
}

.mf-selection::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(47,43,40,0.84), rgba(47,43,40,0.30)), linear-gradient(180deg, rgba(47,43,40,0.08), rgba(47,43,40,0.50));
}

.mf-selection h2 {
    max-width: 620px;
    margin: 0;
    font-size: clamp(34px, 5vw, 68px);
    line-height: 0.95;
    letter-spacing: -.055em;
    color: #fff;
}

.mf-selection p {
    max-width: 540px;
    margin: 18px 0 0;
    color: rgba(255,255,255,0.84);
    font-size: 18px;
    line-height: 1.6;
}

.mf-selection h2,
.mf-selection > p {
    transform: translate3d(0, var(--mf-parallax-content-y), 0);
    transition: transform .08s linear;
    will-change: transform;
}

.mf-selection-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 34px;
    transform: translate3d(0, calc(var(--mf-parallax-content-y) * -0.65), 0);
    transition: transform .08s linear;
    will-change: transform;
}

.mf-selection-item {
    min-height: 168px;
    padding: 20px;
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,0.24);
    background: rgba(255,255,255,0.12);
    color: #fff;
    text-decoration: none;
    backdrop-filter: blur(10px);
    transition: transform .18s ease, background .18s ease;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 28px;
    grid-template-rows: auto 1fr;
    column-gap: 14px;
    align-items: start;
}

.mf-selection-item:hover {
    transform: translateY(-2px);
    background: rgba(255,255,255,0.18);
}

.mf-selection-item h3 {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
    font-size: 20px;
    line-height: 1.15;
    color: #fff;
}

.mf-selection-item p {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(255,255,255,0.75);
}

.mf-selection-item span {
    grid-column: 2;
    grid-row: 1;
    margin-top: 0;
    align-self: center;
    justify-self: end;
}

.mf-service-card {
    position: relative;
    padding: 26px;
    border-radius: var(--mfp-radius);
    border: 1px solid var(--mfp-border);
    background: var(--mfp-card);
    box-shadow: var(--mfp-shadow-soft);
    transition:
        transform .18s ease,
        border-color .18s ease,
        background .18s ease;
}

.mf-service-card:hover {
    transform: translateY(-3px);
    border-color: color-mix(in srgb, var(--mfp-accent-strong) 30%, transparent);
    background: var(--mfp-card-strong);
}

.mf-service-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 20px;
    border-radius: 18px;
    background:
        linear-gradient(135deg, color-mix(in srgb, var(--mfp-accent-3) 13%, transparent), var(--mfp-accent-soft), color-mix(in srgb, var(--mfp-accent-2) 12%, transparent));
    color: var(--mfp-accent-strong);
    border: 1px solid color-mix(in srgb, var(--mfp-accent-strong) 16%, transparent);
    box-shadow: var(--mfp-shadow-soft);
}

.mf-service-icon2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 20px;
    border-radius: 18px;
    background:
        linear-gradient(135deg, var(--mfp-accent-soft), color-mix(in srgb, var(--mfp-card) 78%, transparent));
    color: var(--mfp-accent-strong);
    border: 1px solid color-mix(in srgb, var(--mfp-accent-strong) 16%, transparent);
    box-shadow: var(--mfp-shadow-soft);
}

.mf-service-icon svg {
    width: 26px;
    height: 26px;
}

.mf-service-card h3 {
    margin: 0;
    font-size: 21px;
    line-height: 1.15;
    letter-spacing: -.025em;
    color: var(--mfp-text);
}

.mf-service-card p {
    margin: 12px 0 0;
    color: var(--mfp-text-soft);
    font-size: 15px;
    line-height: 1.62;
}

.mf-journal-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.mf-journal-card {
    overflow: hidden;
    border-radius: var(--mfp-radius);
    border: 1px solid var(--mfp-border);
    background: var(--mfp-card);
    box-shadow: var(--mfp-shadow-soft);
}

.mf-journal-card a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.mf-journal-card-media {
    overflow: hidden;
    aspect-ratio: 1.45 / 1;
}

.mf-journal-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.mf-journal-card:hover img {
    transform: scale(1.035);
}

.mf-journal-card-body {
    padding: 18px;
}

.mf-journal-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    margin-bottom: 12px;
    padding: 0 12px;
    border-radius: 999px;
    background: var(--mfp-accent-soft);
    color: var(--mfp-accent-strong);
    font-size: 13px;
    font-weight: 650;
    line-height: 1;
}

.mf-journal-card h3 {
    margin: 0;
    color: var(--mfp-text);
    font-size: 17px;
    line-height: 1.35;
    letter-spacing: -.015em;
}

.mf-final {
    padding: 74px 0 92px;
}

.mf-final-card {
    position: relative;
    overflow: hidden;
    border-radius: calc(var(--mfp-radius) + 12px);
    padding: clamp(34px, 6vw, 72px);
    background:
        linear-gradient(90deg, var(--mfp-card-strong), color-mix(in srgb, var(--mfp-card-strong) 70%, transparent)),
        var(--mf-final-bg, none) center right / cover no-repeat;
    box-shadow: var(--mfp-shadow);
    border: 1px solid var(--mfp-border);
}

.mf-final-card h2 {
    max-width: 640px;
    margin: 0;
    font-size: clamp(36px, 5vw, 72px);
    line-height: 0.95;
    letter-spacing: -.055em;
    color: var(--mfp-text);
}

.mf-final-card p {
    max-width: 520px;
    margin: 18px 0 0;
    color: var(--mfp-text-soft);
    font-size: 18px;
    line-height: 1.6;
}

.mf-final-card .mf-hero-actions {
    margin-top: 28px;
}

.qelk-mf-products-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    overflow: visible;
    padding: 0;
}

.qelk-mf-products-row .mfc-product-card {
    min-width: 0;
    scroll-snap-align: start;
}

@media (hover: none) {
    .mf-product-img-main {
        opacity: 1;
        transform: none;
    }

    .mf-product-img-hover {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mf-hero-slide,
    .mf-promo-slide,
    .mf-hero-content,
    .mf-promo-content,
    .mf-product-img,
    .mf-category-card img,
    .mf-journal-card img,
    .mf-selection::before,
    .mf-selection h2,
    .mf-selection > p,
    .mf-selection-grid {
        transition: none;
        will-change: auto;
    }

    .mf-hero-content,
    .mf-promo-content,
    .mf-selection::before,
    .mf-selection h2,
    .mf-selection > p,
    .mf-selection-grid {
        transform: none;
        filter: none;
    }
}

@media (max-width: 1100px) {
    .mf-grid-4,
    .mf-product-grid,
    .mf-journal-grid,
    .mf-selection-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mf-category-card {
        min-height: 360px;
    }
}

@media (max-width: 760px) {

    .mf-product-type {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100px;
    }

    .mf-product-body h3 {
        display: none;
    }

    .mf-hero-slider,
    .mf-promo-slider {
        height: 100svh;
        min-height: 100svh;
    }

    .mf-hero-slider-content,
    .mf-promo-slider-content {
        min-height: 100svh;
    }

    .mf-hero-slider-track,
    .mf-promo-slider-track,
    .mf-hero-slide,
    .mf-promo-slide {
        height: 100%;
    }

    .mf-hero-slide .mf-hero-media,
    .mf-promo-slide .mf-promo-picture,
    .mf-promo-slide .mf-promo-media {
        width: 100%;
        max-width: none;
        height: 100%;
        object-fit: cover;
        object-position: center top;
        background: #171513;
    }

    .mf-hero-slider-content,
    .mf-promo-slider-content {
        align-items: flex-end;
        padding: 110px 0 72px;
    }

    .mf-hero-slide-overlay,
    .mf-promo-slide-overlay {
        background:
            linear-gradient(90deg, rgba(20,18,16,0.42) 0%, rgba(20,18,16,0.18) 48%, rgba(20,18,16,0.08) 100%),
            linear-gradient(180deg, rgba(20,18,16,0.04) 0%, rgba(20,18,16,0.16) 42%, var(--mfp-bg) 100%);
    }

    .mf-hero-slider h1,
    .mf-promo-slider h1 {
        max-width: 340px;
        font-size: clamp(30px, 9vw, 40px);
        line-height: 0.94;
    }

    .mf-hero-slider .mf-hero-lead,
    .mf-promo-slider .mf-promo-lead {
        font-size: 17px;
    }

    .mf-hero-arrow,
    .mf-promo-arrow {
        display: none;
    }

    .mf-hero-slider-nav,
    .mf-promo-slider-nav {
        bottom: 12px;
        gap: 6px;
    }

    .mf-hero-dot,
    .mf-promo-dot {
        width: 26px;
        height: 38px;
    }

    .mf-hero-dot.is-active,
    .mf-promo-dot.is-active {
        width: 44px;
    }

    .mf-grid-4,
    .mf-journal-grid,
    .mf-selection-grid {
        grid-template-columns: 1fr;
    }

    .mf-product-grid {
        display: flex;
        grid-template-columns: none;
        gap: 14px;
        margin: 0 -14px;
        padding: 0 14px 8px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .mf-product-grid::-webkit-scrollbar {
        display: none;
    }

    .mf-product-card {
        flex: 0 0 calc((100% - 14px) / 2);
        scroll-snap-align: start;
    }

    .qelk-mf-products-row.mfc-product-grid {
        display: flex;
        flex-wrap: nowrap;
        grid-template-columns: none;
        gap: 14px;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 8px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .qelk-mf-products-row.mfc-product-grid::-webkit-scrollbar {
        display: none;
    }

    .qelk-mf-products-row .mfc-product-card {
        flex: 0 0 calc((100% - 14px) / 2);
        min-width: calc((100% - 14px) / 2);
    }

    .mf-category-card {
        min-height: 320px;
    }

    .mf-selection {
        padding: 28px;
    }

    .mf-selection::before {
        inset: -12%;
        transform: translate3d(0, calc(var(--mf-parallax-bg-y) * .55), 0) scale(1.08);
    }

    .mf-selection h2,
    .mf-selection > p {
        transform: translate3d(0, calc(var(--mf-parallax-content-y) * .45), 0);
    }

    .mf-selection-grid {
        transform: translate3d(0, calc(var(--mf-parallax-content-y) * -0.35), 0);
    }

    .mf-selection-item {
        min-height: auto;
    }

    .mf-hero-actions {
        flex-direction: column;
    }
}
