.mhk-about-wow,
.mhk-about-wow * {
    box-sizing: border-box;
}

.mhk-about-wow {
    --mhk-about-gold: #d6b654;
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr);
    gap: clamp(28px, 4.5vw, 64px);
    width: 100%;
    max-width: 1000px;
    margin: clamp(46px, 6vw, 78px) auto;
    padding: clamp(28px, 4vw, 48px) clamp(30px, 4.5vw, 54px) clamp(24px, 3.4vw, 34px);
    overflow: hidden;
    border: 2px solid var(--mhk-about-gold);
    border-radius: 18px;
    background:
        radial-gradient(circle at 85% 10%, rgba(214,182,84,.095), transparent 35%),
        linear-gradient(140deg, rgba(255,255,255,.026), transparent 43%),
        #040404;
    box-shadow: 0 28px 70px rgba(0,0,0,.34);
    opacity: 0;
    transform: translateY(16px);
}

.mhk-about-wow.is-ready {
    animation: mhkAboutWowIn .72s cubic-bezier(.2,.8,.2,1) forwards;
}

.mhk-about-wow::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background: repeating-linear-gradient(90deg, transparent 0 47px, rgba(214,182,84,.018) 48px);
}

.mhk-about-wow__story {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-width: 0;
}

.mhk-about-wow__label {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 17px;
    color: var(--mhk-about-gold);
}

.mhk-about-wow__label span {
    width: 44px;
    height: 1px;
    background: linear-gradient(90deg, var(--mhk-about-gold), transparent);
}

.mhk-about-wow__label strong {
    font-size: 10px;
    font-weight: 850;
    line-height: 1;
    letter-spacing: .2em;
}

.mhk-about-wow__heading-widget,
.mhk-about-wow__description-widget {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

.mhk-about-wow__title {
    display: grid;
    gap: 7px;
    margin: 0 !important;
    color: #f5f1e8 !important;
    line-height: 1 !important;
}

.mhk-about-wow__title > span {
    color: var(--mhk-about-gold);
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.mhk-about-wow__title > strong {
    color: #f5f1e8;
    font-size: clamp(37px, 4.6vw, 61px);
    line-height: 1.02;
    font-weight: 850;
    letter-spacing: -.045em;
    text-wrap: balance;
}

.mhk-about-wow__title em {
    color: var(--mhk-about-gold);
    font-style: normal;
}

.mhk-about-wow__description {
    max-width: 610px;
    margin: 24px 0 0 !important;
    color: #c8c3ba !important;
    font-size: clamp(15px, 1.45vw, 17px) !important;
    line-height: 1.75 !important;
    font-weight: 450 !important;
}

.mhk-about-wow__promise {
    position: relative;
    margin: 24px 0 0;
    padding: 0 0 0 17px;
    color: #eee9df;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
}

.mhk-about-wow__promise::before {
    content: '';
    position: absolute;
    left: 0;
    top: .15em;
    bottom: .15em;
    width: 3px;
    border-radius: 999px;
    background: var(--mhk-about-gold);
    box-shadow: 0 0 14px rgba(214,182,84,.3);
}

.mhk-about-wow__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 17px;
    margin-top: 28px;
}

.mhk-about-wow__primary {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-width: 245px;
    min-height: 56px;
    padding: 7px 8px 7px 20px;
    border: 1px solid var(--mhk-about-gold);
    border-radius: 999px;
    background: var(--mhk-about-gold);
    color: #070707 !important;
    font-size: 14px;
    font-weight: 850;
    text-decoration: none !important;
    box-shadow: 0 14px 38px rgba(214,182,84,.13);
    transition: transform .22s ease, box-shadow .22s ease;
}

.mhk-about-wow__primary i {
    display: grid;
    place-items: center;
    flex: 0 0 41px;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    background: #080808;
    color: var(--mhk-about-gold);
}

.mhk-about-wow__primary svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mhk-about-wow__secondary {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #e6dfd1 !important;
    font-size: 13px;
    font-weight: 750;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(214,182,84,.42);
    padding-bottom: 3px;
}

.mhk-about-wow__secondary span {
    color: var(--mhk-about-gold);
    transition: transform .2s ease;
}

.mhk-about-wow__features {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 12px;
    align-content: start;
    align-self: start;
}

.mhk-about-wow__feature {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: 148px;
    margin: 0;
    padding: 18px 17px 16px;
    overflow: hidden;
    border: 1px solid rgba(214,182,84,.34);
    border-radius: 15px;
    background: linear-gradient(145deg, rgba(255,255,255,.028), transparent 50%), #080808;
    box-shadow: 0 12px 30px rgba(0,0,0,.18);
    transition: transform .24s ease, border-color .24s ease, background .24s ease;
}

.mhk-about-wow__feature-number {
    position: absolute;
    top: 11px;
    right: 12px;
    color: rgba(214,182,84,.33);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .12em;
}

.mhk-about-wow__feature-icon {
    display: grid;
    place-items: center;
    width: 43px;
    height: 43px;
    margin-top: 0;
    border: 1px solid rgba(214,182,84,.42);
    border-radius: 12px;
    color: var(--mhk-about-gold);
    background: rgba(214,182,84,.035);
}

.mhk-about-wow__feature-icon svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mhk-about-wow__feature > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    min-height: 0;
    flex: 1;
}

.mhk-about-wow__feature h3 {
    margin: 0 !important;
    color: #f5f1e8 !important;
    font-size: 16px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
}

.mhk-about-wow__feature p {
    margin: 0 !important;
    color: #aaa59c !important;
    font-size: 12.5px !important;
    line-height: 1.68 !important;
    font-weight: 450 !important;
}

.mhk-about-wow__accent {
    position: absolute;
    z-index: -1;
    right: -115px;
    bottom: -130px;
    width: 300px;
    height: 300px;
    border: 1px solid rgba(214,182,84,.13);
    border-radius: 50%;
    box-shadow: 0 0 0 35px rgba(214,182,84,.025), 0 0 0 74px rgba(214,182,84,.012);
    pointer-events: none;
}

@media (hover:hover) and (pointer:fine) {
    .mhk-about-wow__feature:hover {
        transform: translateY(-4px);
        border-color: rgba(214,182,84,.72);
        background: linear-gradient(145deg, rgba(214,182,84,.055), transparent 55%), #090909;
    }
    .mhk-about-wow__primary:hover {
        transform: translateY(-3px);
        box-shadow: 0 20px 48px rgba(214,182,84,.21);
    }
    .mhk-about-wow__secondary:hover span {
        transform: translateX(3px);
    }
}

@keyframes mhkAboutWowIn {
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 860px) {
    .mhk-about-wow {
        grid-template-columns: 1fr;
        gap: 34px;
        width: calc(100% - 24px);
    }
    .mhk-about-wow__description { max-width: 720px; }
}

@media (max-width: 570px) {
    .mhk-about-wow {
        width: calc(100% - 18px);
        margin: 38px auto 48px;
        padding: 25px 17px 22px;
        border-radius: 16px;
    }
    .mhk-about-wow__title > strong {
        font-size: clamp(34px, 10.5vw, 47px);
    }
    .mhk-about-wow__features {
        grid-template-columns: 1fr;
    }
    .mhk-about-wow__feature {
        min-height: 132px;
    }
    .mhk-about-wow__actions {
        align-items: stretch;
        flex-direction: column;
    }
    .mhk-about-wow__primary {
        width: 100%;
    }
    .mhk-about-wow__secondary {
        align-self: flex-start;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mhk-about-wow,
    .mhk-about-wow * {
        animation: none !important;
        transition: none !important;
        transform: none !important;
    }
    .mhk-about-wow { opacity: 1 !important; }
}
