.mhv2,
.mhv2 * {
    box-sizing: border-box;
}

.mhv2 {
    --mhv2-gold: #c89b57;
    --mhv2-teal: #005356;
    --mhv2-bg: #001416;
    --mhv2-surface: #001e20;
    --mhv2-text: #ffffff;
    --mhv2-muted: #c9c9c9;
    --mhv2-max: 1320px;
    --mhv2-space: 72px;
    --mhv2-space-tablet: 56px;
    --mhv2-space-mobile: 42px;
    --mhv2-line: color-mix(in srgb, var(--mhv2-gold) 34%, transparent);
    --mhv2-line-soft: color-mix(in srgb, var(--mhv2-gold) 15%, transparent);
    --mhv2-panel: color-mix(in srgb, var(--mhv2-surface) 76%, transparent);
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: visible;
    background:
        radial-gradient(circle at 88% 2%, color-mix(in srgb, var(--mhv2-teal) 35%, transparent), transparent 29%),
        radial-gradient(circle at 12% 55%, color-mix(in srgb, var(--mhv2-teal) 17%, transparent), transparent 35%),
        linear-gradient(180deg, color-mix(in srgb, var(--mhv2-bg) 90%, #021f21) 0%, var(--mhv2-bg) 44%, color-mix(in srgb, var(--mhv2-bg) 88%, #00282a) 100%);
    color: var(--mhv2-text);
    font-family: "Jost", Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.mhv2-has-header {
    padding-top: 86px;
}

/* Elementor can wrap widgets in overflow containers, which breaks sticky/fixed UI. */
.elementor-widget-menaart_home_v2,
.elementor-widget-menaart_home_v2 > .elementor-widget-container {
    overflow: visible !important;
}

.mhv2 a {
    color: inherit;
    text-decoration: none;
}

.mhv2 img {
    display: block;
    max-width: 100%;
}

.mhv2 .screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.mhv2 section[id] {
    scroll-margin-top: 74px;
}

.mhv2 button,
.mhv2 input,
.mhv2 textarea,
.mhv2 select {
    font: inherit;
}

.mhv2 button {
    color: inherit;
}

.mhv2 ::selection {
    color: #001214;
    background: var(--mhv2-gold);
}

.mhv2-shell {
    width: min(var(--mhv2-max), calc(100% - 56px));
    margin-inline: auto;
}

.mhv2-section {
    position: relative;
    padding-block: var(--mhv2-space);
    border-top: 1px solid var(--mhv2-line-soft);
}

.mhv2-header {
    position: fixed;
    top: 10px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    padding: 0;
    pointer-events: none;
}

.mhv2-header.is-scrolled {
    position: fixed;
    top: 10px;
}

.mhv2-header-inner {
    min-height: 62px;
    padding: 6px 16px;
    display: flex;
    align-items: center;
    gap: 30px;
    border: 1px solid color-mix(in srgb, var(--mhv2-gold) 62%, transparent);
    border-radius: 32px;
    background:
        radial-gradient(circle at 88% 0%, color-mix(in srgb, var(--mhv2-teal) 24%, transparent), transparent 35%),
        color-mix(in srgb, var(--mhv2-bg) 94%, transparent);
    box-shadow: 0 14px 42px rgba(0, 0, 0, .22);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    pointer-events: auto;
}

body.admin-bar .mhv2-header,
body.admin-bar .mhv2-header.is-scrolled {
    top: 42px;
}

.mhv2-logo {
    width: auto;
    height: 46px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
    color: var(--mhv2-text);
}

.mhv2-logo .mhv2-logo-mark {
    width: 38px;
    height: 44px;
    flex: 0 0 38px;
    object-fit: contain;
}

.mhv2-logo .mhv2-logo-wordmark {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .18em;
    white-space: nowrap;
}

.mhv2-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(24px, 3vw, 46px);
    margin-left: auto;
}

.mhv2-nav a {
    position: relative;
    padding: 20px 0 18px;
    color: rgba(255, 255, 255, .78);
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .02em;
    transition: color .22s ease;
}

.mhv2-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 13px;
    height: 1px;
    background: var(--mhv2-gold);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .25s ease;
}

.mhv2-nav a:hover,
.mhv2-nav a:focus-visible {
    color: var(--mhv2-text);
}

.mhv2-nav a:hover::after,
.mhv2-nav a:focus-visible::after {
    transform: scaleX(1);
    transform-origin: left;
}

.mhv2-language {
    position: relative;
    flex: 0 0 auto;
}

.mhv2-language-toggle {
    min-width: 62px;
    height: 34px;
    padding: 0 10px 0 13px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 7px;
    border: 1px solid var(--mhv2-line);
    border-radius: 4px;
    background: rgba(0, 0, 0, .12);
    color: var(--mhv2-gold);
    font-size: 12px;
    cursor: pointer;
}

.mhv2-language-toggle svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    transition: transform .2s ease;
}

.mhv2-language.is-open .mhv2-language-toggle svg {
    transform: rotate(180deg);
}

.mhv2-language-menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 168px;
    padding: 8px;
    display: grid;
    gap: 3px;
    border: 1px solid var(--mhv2-line);
    border-radius: 9px;
    background: color-mix(in srgb, var(--mhv2-surface) 94%, #000);
    box-shadow: 0 24px 55px rgba(0, 0, 0, .42);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: .2s ease;
}

.mhv2-language.is-open .mhv2-language-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mhv2-language-menu a {
    padding: 8px 10px;
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 8px;
    border-radius: 5px;
    color: rgba(255, 255, 255, .68);
    font-size: 12px;
}

.mhv2-language-menu a:hover {
    color: #fff;
    background: rgba(200, 155, 87, .09);
}

.mhv2-language-menu b {
    color: var(--mhv2-gold);
    font-weight: 500;
}

.mhv2-menu-toggle {
    display: none;
    width: 42px;
    height: 42px;
    padding: 9px;
    border: 1px solid var(--mhv2-line);
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
}

.mhv2-menu-toggle svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
}

.mhv2-menu-close {
    display: none;
}

.mhv2-menu-toggle[aria-expanded="true"] .mhv2-menu-open {
    display: none;
}

.mhv2-menu-toggle[aria-expanded="true"] .mhv2-menu-close {
    display: inline;
}

.mhv2-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border-bottom: 1px solid var(--mhv2-line-soft);
}

.mhv2-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, color-mix(in srgb, var(--mhv2-bg) 98%, transparent) 0%, color-mix(in srgb, var(--mhv2-bg) 88%, transparent) 36%, transparent 66%),
        linear-gradient(180deg, transparent 72%, color-mix(in srgb, var(--mhv2-bg) 95%, transparent) 100%);
    z-index: 2;
}

.mhv2-hero-grid {
    position: relative;
    min-height: clamp(620px, 45vw, 760px);
    display: grid;
    grid-template-columns: minmax(0, .93fr) minmax(0, 1.07fr);
    align-items: stretch;
}

.mhv2-hero-copy {
    position: relative;
    z-index: 4;
    align-self: center;
    max-width: 620px;
    padding: 70px 35px 80px 0;
}

.mhv2-hero h1 {
    margin: 0;
    font-size: clamp(52px, 5.1vw, 84px);
    font-weight: 300;
    line-height: 1.08;
    letter-spacing: .018em;
    text-transform: uppercase;
}

.mhv2-hero h1 span {
    display: block;
}

.mhv2-hero h1 span:nth-child(n + 2) {
    color: var(--mhv2-gold);
}

.mhv2-hero-copy > p {
    max-width: 570px;
    margin: 28px 0 32px;
    color: color-mix(in srgb, var(--mhv2-muted) 83%, transparent);
    font-size: 16px;
    line-height: 1.72;
}

.mhv2-hero-visual {
    position: absolute;
    inset: 0;
    min-width: 0;
    overflow: hidden;
}

.mhv2-hero-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, var(--mhv2-bg) 0%, transparent 28%, transparent 84%, color-mix(in srgb, var(--mhv2-bg) 34%, transparent) 100%),
        linear-gradient(180deg, color-mix(in srgb, var(--mhv2-bg) 22%, transparent), transparent 32%, color-mix(in srgb, var(--mhv2-bg) 48%, transparent));
}

.mhv2-hero-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    filter: saturate(.94) contrast(1.03) brightness(.86);
}

.mhv2-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.mhv2-button {
    min-height: 50px;
    padding: 0 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    border: 1px solid var(--mhv2-line);
    border-radius: 4px;
    background: transparent;
    color: var(--mhv2-text);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .025em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
}

.mhv2-button svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mhv2-button:hover,
.mhv2-button:focus-visible {
    transform: translateY(-2px);
}

.mhv2-button-gold {
    border-color: var(--mhv2-gold);
    background: linear-gradient(135deg, color-mix(in srgb, var(--mhv2-gold) 72%, #7a4d19), var(--mhv2-gold) 58%, color-mix(in srgb, var(--mhv2-gold) 78%, #fff));
    color: #041011;
    box-shadow: 0 14px 34px rgba(200, 155, 87, .13);
}

.mhv2-button-outline:hover {
    border-color: var(--mhv2-gold);
    background: rgba(200, 155, 87, .08);
}

.mhv2-button-placeholder {
    opacity: .88;
}

.mhv2-button-placeholder:hover {
    transform: none;
}

.mhv2-kicker {
    display: block;
    margin: 0 0 11px;
    color: color-mix(in srgb, var(--mhv2-teal) 28%, #41c9ce);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.mhv2 h2 {
    margin: 0;
    font-size: clamp(31px, 3vw, 50px);
    font-weight: 300;
    line-height: 1.16;
    letter-spacing: .012em;
    text-transform: uppercase;
}

.mhv2-richtext {
    margin-top: 18px;
    color: color-mix(in srgb, var(--mhv2-muted) 78%, transparent);
    font-size: 15px;
    line-height: 1.72;
}

.mhv2-richtext p {
    margin: 0 0 12px;
}

.mhv2-about-grid {
    display: grid;
    grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr);
    align-items: center;
    gap: clamp(42px, 6vw, 92px);
}

.mhv2-media-card {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--mhv2-line);
    border-radius: 8px;
    background: var(--mhv2-panel);
    box-shadow: 0 25px 65px rgba(0, 0, 0, .23);
}

.mhv2-media-card::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, .025);
    border-radius: inherit;
    background: linear-gradient(135deg, transparent 60%, rgba(200, 155, 87, .05));
}

.mhv2-about .mhv2-media-card {
    aspect-ratio: 1.5 / 1;
}

.mhv2-media-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.9) brightness(.82) contrast(1.04);
    transition: transform .8s cubic-bezier(.22, .65, .25, 1);
}

.mhv2-media-card:hover img {
    transform: scale(1.025);
}

.mhv2-feature-grid {
    margin-top: 35px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--mhv2-line-soft);
}

.mhv2-feature {
    min-width: 0;
    padding: 26px 22px 4px 0;
}

.mhv2-feature + .mhv2-feature {
    padding-left: 25px;
    border-left: 1px solid var(--mhv2-line-soft);
}

.mhv2-icon {
    width: 37px;
    height: 37px;
    margin-bottom: 13px;
    color: var(--mhv2-gold);
}

.mhv2-icon svg,
.mhv2-icon-small svg,
.mhv2-footer-contact svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.45;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mhv2-feature h3 {
    margin: 0 0 5px;
    color: var(--mhv2-gold);
    font-size: 14px;
    font-weight: 500;
}

.mhv2-feature p {
    margin: 0;
    color: color-mix(in srgb, var(--mhv2-muted) 67%, transparent);
    font-size: 12px;
    line-height: 1.45;
}

.mhv2-vision-grid {
    display: grid;
    grid-template-columns: minmax(0, .76fr) minmax(0, 1.24fr);
    align-items: center;
    gap: clamp(42px, 6vw, 90px);
}

.mhv2-vision-content .mhv2-button {
    margin-top: 24px;
}

.mhv2-vision-image {
    aspect-ratio: 2.22 / 1;
}

.mhv2-section-heading {
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 22px;
}

.mhv2-section-heading span {
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--mhv2-line));
}

.mhv2-section-heading span:last-child {
    background: linear-gradient(90deg, var(--mhv2-line), transparent);
}

.mhv2-section-heading h2 {
    color: color-mix(in srgb, var(--mhv2-teal) 24%, #43c0c4);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .2em;
    text-align: center;
}

.mhv2-artwork-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.mhv2-artwork-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--mhv2-line);
    border-radius: 7px;
    background: linear-gradient(180deg, color-mix(in srgb, var(--mhv2-surface) 78%, transparent), color-mix(in srgb, var(--mhv2-bg) 86%, #000));
    box-shadow: 0 18px 44px rgba(0, 0, 0, .17);
    transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.mhv2-artwork-card:hover {
    transform: translateY(-6px);
    border-color: color-mix(in srgb, var(--mhv2-gold) 72%, transparent);
    box-shadow: 0 27px 58px rgba(0, 0, 0, .26);
}

.mhv2-artwork-image {
    aspect-ratio: 1.53 / 1;
    overflow: hidden;
    border-bottom: 1px solid var(--mhv2-line-soft);
}

.mhv2-artwork-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .65s cubic-bezier(.22, .65, .25, 1);
}

.mhv2-artwork-card:hover .mhv2-artwork-image img {
    transform: scale(1.045);
}

.mhv2-artwork-body {
    padding: 17px 15px 15px;
    text-align: center;
}

.mhv2-artwork-body h3 {
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
}

.mhv2-artwork-body p {
    min-height: 18px;
    margin: 3px 0 12px;
    color: color-mix(in srgb, var(--mhv2-muted) 64%, transparent);
    font-size: 11px;
}

.mhv2-card-button {
    min-height: 34px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--mhv2-gold);
    border-radius: 4px;
    color: var(--mhv2-gold);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .04em;
    text-transform: uppercase;
    transition: background .2s ease, color .2s ease;
}

.mhv2-card-button:hover {
    color: #061315;
    background: var(--mhv2-gold);
}

.mhv2-more-wrap {
    margin-top: 22px;
    display: flex;
    justify-content: center;
}

.mhv2-more-wrap .mhv2-button {
    min-width: 220px;
}

.mhv2-masters {
    padding: 30px 0 28px;
    border-top: 1px solid var(--mhv2-line-soft);
    border-bottom: 1px solid var(--mhv2-line-soft);
    background: transparent;
}

.mhv2-masters .mhv2-section-heading {
    margin-bottom: 20px;
}

.mhv2-master-slider {
    position: relative;
    padding-inline: 32px;
}

.mhv2-master-viewport {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
}

.mhv2-master-viewport::-webkit-scrollbar {
    display: none;
}

.mhv2-master-track {
    display: flex;
    gap: clamp(18px, 2vw, 30px);
    min-width: max-content;
    padding: 3px 2px 4px;
}

.mhv2-master {
    width: clamp(116px, calc((var(--mhv2-max) - 250px) / 8), 142px);
    flex: 0 0 auto;
    text-align: center;
}

.mhv2-master-photo {
    width: clamp(82px, 7vw, 108px);
    aspect-ratio: 1;
    margin: 0 auto 11px;
    overflow: hidden;
    border: 1px solid var(--mhv2-gold);
    border-radius: 50%;
    background: #101415;
    box-shadow: 0 9px 28px rgba(0, 0, 0, .24);
}

.mhv2-master-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 34%;
    filter: grayscale(1) contrast(1.02);
    transition: filter .3s ease, transform .45s ease;
}

.mhv2-master:hover .mhv2-master-photo img {
    filter: grayscale(.35);
    transform: scale(1.045);
}

.mhv2-master h3 {
    margin: 0 auto;
    max-width: 148px;
    min-height: 31px;
    color: rgba(255, 255, 255, .86);
    font-size: 11px;
    font-weight: 400;
    line-height: 1.35;
}

.mhv2-master-arrow {
    position: absolute;
    top: 42px;
    z-index: 5;
    width: 31px;
    height: 31px;
    padding: 6px;
    display: grid;
    place-items: center;
    border: 1px solid var(--mhv2-gold);
    border-radius: 50%;
    background: color-mix(in srgb, var(--mhv2-bg) 82%, transparent);
    color: var(--mhv2-gold);
    cursor: pointer;
    transition: background .2s ease, color .2s ease, opacity .2s ease;
}

.mhv2-master-arrow:hover {
    color: #071213;
    background: var(--mhv2-gold);
}

.mhv2-master-arrow:disabled {
    opacity: .2;
    cursor: default;
}

.mhv2-master-arrow svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
}

.mhv2-master-prev {
    left: -3px;
}

.mhv2-master-next {
    right: -3px;
}

.mhv2-contact {
    padding: 24px 0;
    background: color-mix(in srgb, var(--mhv2-bg) 86%, #002c2e);
}

.mhv2-contact-box {
    min-height: 118px;
    padding: 22px 28px;
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(250px, .92fr) auto;
    align-items: center;
    gap: 28px;
    border: 1px solid var(--mhv2-line);
    border-radius: 7px;
    background:
        linear-gradient(96deg, color-mix(in srgb, var(--mhv2-teal) 26%, var(--mhv2-surface)), color-mix(in srgb, var(--mhv2-bg) 84%, #002a2c));
    box-shadow: 0 18px 50px rgba(0, 0, 0, .18);
}

.mhv2-contact-brand {
    display: grid;
    grid-template-columns: 58px 1fr;
    align-items: center;
    gap: 23px;
}

.mhv2-contact-brand > img {
    width: 58px;
    height: 64px;
    object-fit: contain;
}

.mhv2-contact h2 {
    font-size: clamp(22px, 2vw, 30px);
    letter-spacing: .13em;
}

.mhv2-contact p {
    max-width: 480px;
    margin: 4px 0 0;
    color: color-mix(in srgb, var(--mhv2-muted) 72%, transparent);
    font-size: 13px;
    line-height: 1.48;
}

.mhv2-contact-items {
    display: grid;
    gap: 13px;
}

.mhv2-contact-items a {
    display: grid;
    grid-template-columns: 29px 1fr;
    align-items: center;
    gap: 12px;
}

.mhv2-icon-small {
    width: 26px;
    height: 26px;
    color: var(--mhv2-gold);
}

.mhv2-contact-items b,
.mhv2-contact-items em {
    display: block;
    font-style: normal;
}

.mhv2-contact-items b {
    color: var(--mhv2-gold);
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
}

.mhv2-contact-items em {
    color: rgba(255, 255, 255, .77);
    font-size: 12px;
}

.mhv2-contact-button {
    min-width: 170px;
}

.mhv2-footer {
    border-top: 1px solid var(--mhv2-line-soft);
    background: color-mix(in srgb, var(--mhv2-bg) 93%, #000);
}

.mhv2-footer-grid {
    padding: 42px 0 35px;
    display: grid;
    grid-template-columns: minmax(250px, 1.4fr) minmax(120px, .55fr) minmax(140px, .65fr) minmax(230px, 1fr);
    gap: clamp(35px, 5vw, 80px);
}

.mhv2-footer-brand > a {
    display: block;
    width: 200px;
}

.mhv2-footer-brand > a img {
    width: 100%;
    height: auto;
}

.mhv2-footer-brand > p {
    max-width: 330px;
    margin: 15px 0 0;
    color: color-mix(in srgb, var(--mhv2-muted) 60%, transparent);
    font-size: 12px;
    line-height: 1.55;
}

.mhv2-footer-column h3 {
    margin: 0 0 13px;
    color: color-mix(in srgb, var(--mhv2-teal) 24%, #43c0c4);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .11em;
}

.mhv2-footer-column > a {
    display: block;
    width: fit-content;
    margin: 7px 0;
    color: rgba(255, 255, 255, .58);
    font-size: 12px;
    transition: color .2s ease;
}

.mhv2-footer-column > a:hover {
    color: var(--mhv2-gold);
}

.mhv2-footer-contact > span,
.mhv2-footer-contact > a {
    display: grid !important;
    grid-template-columns: 18px 1fr;
    align-items: center;
    gap: 9px;
    margin: 10px 0 !important;
    color: rgba(255, 255, 255, .6) !important;
}

.mhv2-footer-contact svg {
    width: 17px;
    height: 17px;
    color: var(--mhv2-gold);
}

.mhv2-socials {
    margin-top: 17px;
    display: flex;
    gap: 10px;
}

.mhv2-socials a {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border: 1px solid var(--mhv2-line);
    border-radius: 50%;
    color: var(--mhv2-gold);
    font-size: 11px;
}

.mhv2-copyright {
    padding: 14px 24px 18px;
    border-top: 1px solid rgba(255, 255, 255, .04);
    color: rgba(255, 255, 255, .32);
    font-size: 10px;
    text-align: center;
}

.mhv2-reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .7s ease, transform .7s ease;
}

.mhv2-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@supports not (color: color-mix(in srgb, red, blue)) {
    .mhv2 {
        --mhv2-line: rgba(200, 155, 87, .34);
        --mhv2-line-soft: rgba(200, 155, 87, .15);
        --mhv2-panel: rgba(0, 30, 32, .76);
    }
}


@media (max-width: 782px) {
    body.admin-bar .mhv2-header,
    body.admin-bar .mhv2-header.is-scrolled {
        top: 56px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mhv2 {
        scroll-behavior: auto;
    }
    .mhv2 *,
    .mhv2 *::before,
    .mhv2 *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        transition-duration: .01ms !important;
    }
    .mhv2-reveal {
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 1120px) {
    .mhv2-shell {
        width: min(var(--mhv2-max), calc(100% - 40px));
    }

    .mhv2-header-inner {
        gap: 24px;
    }

    .mhv2-nav {
        gap: 22px;
    }

    .mhv2-nav a {
        font-size: 12px;
    }

    .mhv2-hero-grid {
        min-height: 640px;
    }

    .mhv2-hero-copy {
        max-width: 520px;
    }

    .mhv2-hero h1 {
        font-size: clamp(48px, 6vw, 68px);
    }

    .mhv2-about-grid,
    .mhv2-vision-grid {
        gap: 48px;
    }

    .mhv2-feature {
        padding-right: 13px;
    }

    .mhv2-feature + .mhv2-feature {
        padding-left: 16px;
    }

    .mhv2-artwork-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .mhv2-contact-box {
        grid-template-columns: 1.4fr .8fr;
    }

    .mhv2-contact-button {
        grid-column: 2;
        justify-self: start;
    }

    .mhv2-footer-grid {
        grid-template-columns: 1.35fr .7fr .8fr;
    }

    .mhv2-footer-contact {
        grid-column: 1 / -1;
        padding-top: 10px;
        display: flex;
        flex-wrap: wrap;
        gap: 10px 30px;
        border-top: 1px solid var(--mhv2-line-soft);
    }

    .mhv2-footer-contact h3 {
        width: 100%;
    }
}

@media (max-width: 840px) {
    .mhv2-has-header {
        padding-top: 76px;
    }

    .mhv2-section {
        padding-block: var(--mhv2-space-tablet);
    }

    .mhv2-header {
        top: 8px;
        padding: 0;
    }

    .mhv2-header.is-scrolled {
        top: 8px;
    }

    .mhv2-header-inner {
        min-height: 58px;
        padding: 4px 10px;
    }

    body.admin-bar .mhv2-header,
    body.admin-bar .mhv2-header.is-scrolled {
        top: 56px;
    }

    .mhv2-logo {
        height: 42px;
        gap: 9px;
    }

    .mhv2-logo .mhv2-logo-mark {
        width: 33px;
        height: 39px;
        flex-basis: 33px;
    }

    .mhv2-logo .mhv2-logo-wordmark {
        font-size: 15px;
        letter-spacing: .14em;
    }

    .mhv2-menu-toggle {
        display: block;
        margin-left: auto;
    }

    .mhv2-language {
        order: 4;
    }

    .mhv2-nav {
        position: fixed;
        top: 75px;
        left: 12px;
        right: 12px;
        z-index: 120;
        padding: 18px;
        display: grid;
        gap: 0;
        border: 1px solid var(--mhv2-line);
        border-radius: 12px;
        background: color-mix(in srgb, var(--mhv2-surface) 97%, #000);
        box-shadow: 0 30px 75px rgba(0, 0, 0, .48);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-12px);
        transition: .23s ease;
    }

    .mhv2-nav.is-open {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .mhv2-nav a {
        padding: 12px 6px;
        border-bottom: 1px solid rgba(255, 255, 255, .05);
    }

    .mhv2-nav a:last-child {
        border-bottom: 0;
    }

    .mhv2-nav a::after {
        display: none;
    }

    .mhv2-hero-grid {
        min-height: auto;
        display: block;
    }

    .mhv2-hero-copy {
        padding: 48px 0 40px;
    }

    .mhv2-hero-visual {
        position: relative;
        inset: auto;
        width: calc(100% + 40px);
        height: 420px;
        margin-inline: -20px;
    }

    .mhv2-hero::before {
        background: linear-gradient(180deg, var(--mhv2-bg) 0%, transparent 42%, var(--mhv2-bg) 100%);
    }

    .mhv2-hero-visual::after {
        background: linear-gradient(180deg, var(--mhv2-bg) 0%, transparent 27%, transparent 70%, var(--mhv2-bg) 100%);
    }

    .mhv2-about-grid,
    .mhv2-vision-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .mhv2-vision-content {
        order: 1;
    }

    .mhv2-vision-image {
        order: 2;
    }

    .mhv2-feature-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .mhv2-master {
        width: 142px;
    }

    .mhv2-contact-box {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .mhv2-contact-button {
        grid-column: auto;
    }

    .mhv2-footer-grid {
        grid-template-columns: 1.2fr 1fr 1fr;
        gap: 35px;
    }
}

@media (max-width: 580px) {
    .mhv2-shell {
        width: calc(100% - 28px);
    }

    .mhv2-section {
        padding-block: var(--mhv2-space-mobile);
    }

    .mhv2-header-inner {
        gap: 12px;
    }

    .mhv2-logo {
        width: auto;
        height: 38px;
        gap: 8px;
    }

    .mhv2-logo .mhv2-logo-mark {
        width: 30px;
        height: 35px;
        flex-basis: 30px;
    }

    .mhv2-logo .mhv2-logo-wordmark {
        font-size: 13px;
        letter-spacing: .12em;
    }

    .mhv2-language-toggle {
        min-width: 54px;
        height: 32px;
    }

    .mhv2-menu-toggle {
        width: 38px;
        height: 38px;
    }

    .mhv2-hero-copy {
        padding-top: 38px;
    }

    .mhv2-hero h1 {
        font-size: clamp(42px, 12.2vw, 58px);
    }

    .mhv2-hero-copy > p {
        font-size: 14px;
    }

    .mhv2-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .mhv2-button {
        width: 100%;
    }

    .mhv2-hero-visual {
        height: 310px;
    }

    .mhv2 h2 {
        font-size: 30px;
    }

    .mhv2-about .mhv2-media-card {
        aspect-ratio: 1.15 / 1;
    }

    .mhv2-feature-grid {
        grid-template-columns: 1fr;
        border-top: 0;
    }

    .mhv2-feature,
    .mhv2-feature + .mhv2-feature {
        padding: 18px 0;
        border-top: 1px solid var(--mhv2-line-soft);
        border-left: 0;
    }

    .mhv2-artwork-grid {
        grid-template-columns: 1fr;
    }

    .mhv2-section-heading {
        gap: 13px;
    }

    .mhv2-section-heading h2 {
        font-size: 12px;
        letter-spacing: .14em;
    }

    .mhv2-master-slider {
        padding-inline: 22px;
    }

    .mhv2-master {
        width: 122px;
    }

    .mhv2-master-photo {
        width: 88px;
    }

    .mhv2-master-prev {
        left: -7px;
    }

    .mhv2-master-next {
        right: -7px;
    }

    .mhv2-contact-box {
        padding: 22px 18px;
    }

    .mhv2-contact-brand {
        grid-template-columns: 46px 1fr;
        gap: 16px;
    }

    .mhv2-contact-brand > img {
        width: 46px;
        height: 52px;
    }

    .mhv2-contact h2 {
        font-size: 21px;
    }

    .mhv2-footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .mhv2-footer-brand,
    .mhv2-footer-contact {
        grid-column: 1 / -1;
    }

    .mhv2-footer-contact {
        display: block;
    }
}

/* ===== Responsive refinement pack v1.1.0 ===== */
.mhv2 {
    overflow-x: clip;
}

.mhv2-footer-toggle,
.mhv2-footer-panel {
    display: block;
}

.mhv2-footer-toggle {
    width: 100%;
    padding: 0;
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 0;
    background: transparent;
    color: color-mix(in srgb, var(--mhv2-teal) 24%, #43c0c4);
    text-align: left;
    cursor: pointer;
}

.mhv2-footer-toggle span:first-child {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .11em;
}

.mhv2-footer-toggle-icon {
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--mhv2-gold);
    transition: transform .22s ease;
}

.mhv2-footer-toggle-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mhv2-footer-column.is-open .mhv2-footer-toggle-icon {
    transform: rotate(180deg);
}

@media (min-width: 841px) and (max-width: 1120px) {
    .mhv2-hero-grid {
        min-height: 580px;
        grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    }

    .mhv2-hero-copy {
        max-width: 510px;
        padding: 52px 20px 58px 0;
    }

    .mhv2-hero h1 {
        font-size: clamp(48px, 5.6vw, 60px);
        line-height: 1.04;
    }

    .mhv2-hero-copy > p {
        max-width: 430px;
        margin: 22px 0 26px;
        font-size: 15px;
    }

    .mhv2-hero-visual img {
        object-position: 72% center;
    }
}

@media (max-width: 840px) {
    .mhv2-has-header {
        padding-top: 88px;
    }

    .mhv2 section[id] {
        scroll-margin-top: 90px;
    }

    .mhv2-header {
        top: 12px;
    }

    .mhv2-header.is-scrolled {
        top: 12px;
    }

    .mhv2-header-inner {
        min-height: 60px;
        padding: 8px 12px;
        gap: 12px;
        border-radius: 22px;
    }

    .mhv2-logo {
        height: 40px;
        gap: 10px;
    }

    .mhv2-logo .mhv2-logo-mark {
        width: 34px;
        height: 40px;
        flex-basis: 34px;
    }

    .mhv2-logo .mhv2-logo-wordmark {
        font-size: 15px;
        letter-spacing: .14em;
    }

    .mhv2-language {
        order: 3;
        margin-left: auto;
    }

    .mhv2-language-toggle {
        min-width: 56px;
        height: 36px;
        font-size: 12px;
    }

    .mhv2-menu-toggle {
        order: 4;
        margin-left: 0;
        width: 40px;
        height: 40px;
    }

    .mhv2-nav {
        top: 82px;
        left: 14px;
        right: 14px;
        padding: 12px 16px;
        border-radius: 16px;
    }

    .mhv2-nav a {
        padding: 14px 4px;
        font-size: 14px;
    }

    .mhv2-hero {
        padding-top: 4px;
        border-bottom: 0;
    }

    .mhv2-hero::before {
        display: none;
    }

    .mhv2-hero-grid {
        display: flex;
        flex-direction: column-reverse;
        min-height: auto;
        gap: 0;
        padding-bottom: 10px;
    }

    .mhv2-hero-visual {
        position: relative;
        inset: auto;
        width: 100%;
        height: 320px;
        margin: 0;
        border: 1px solid var(--mhv2-line);
        border-radius: 24px 24px 0 0;
        overflow: hidden;
        box-shadow: 0 22px 56px rgba(0, 0, 0, .22);
    }

    .mhv2-hero-visual::after {
        background: linear-gradient(180deg, rgba(0, 20, 22, .08) 0%, rgba(0, 20, 22, .18) 38%, rgba(0, 20, 22, .82) 100%);
    }

    .mhv2-hero-visual img {
        object-position: 68% center;
        filter: saturate(.95) contrast(1.04) brightness(.84);
    }

    .mhv2-hero-copy {
        width: calc(100% - 20px);
        max-width: none;
        margin: -34px auto 0;
        padding: 24px 18px 20px;
        background: linear-gradient(180deg, color-mix(in srgb, var(--mhv2-surface) 97%, transparent), color-mix(in srgb, var(--mhv2-bg) 96%, #000));
        border: 1px solid var(--mhv2-line);
        border-radius: 0 0 22px 22px;
        box-shadow: 0 18px 40px rgba(0, 0, 0, .22);
        z-index: 5;
    }

    .mhv2-hero h1 {
        font-size: clamp(38px, 10.6vw, 44px);
        line-height: 1.02;
        letter-spacing: .012em;
    }

    .mhv2-hero-copy > p {
        max-width: none;
        margin: 18px 0 22px;
        font-size: 15px;
        line-height: 1.7;
    }

    .mhv2-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .mhv2-button {
        width: 100%;
        min-height: 48px;
        font-size: 14px;
    }

    .mhv2-about-grid,
    .mhv2-vision-grid {
        gap: 28px;
    }

    .mhv2-about .mhv2-media-card,
    .mhv2-vision .mhv2-media-card {
        aspect-ratio: 4 / 3;
    }

    .mhv2-about-content,
    .mhv2-vision-content {
        position: relative;
    }

    .mhv2-about-content::before,
    .mhv2-vision-content::before {
        content: "";
        display: block;
        width: 64px;
        height: 1px;
        margin: 0 0 18px;
        background: linear-gradient(90deg, var(--mhv2-gold), transparent);
    }

    .mhv2-feature-grid {
        grid-template-columns: 1fr;
        border-top: 1px solid var(--mhv2-line-soft);
        margin-top: 28px;
    }

    .mhv2-feature,
    .mhv2-feature + .mhv2-feature {
        padding: 18px 0;
        display: grid;
        grid-template-columns: 34px 1fr;
        align-items: start;
        gap: 2px 14px;
        border-left: 0;
        border-top: 1px solid var(--mhv2-line-soft);
    }

    .mhv2-feature-grid > .mhv2-feature:first-child {
        border-top: 0;
    }

    .mhv2-icon {
        width: 30px;
        height: 30px;
        margin: 2px 0 0;
        grid-row: 1 / span 2;
    }

    .mhv2-feature h3 {
        margin: 0 0 4px;
        font-size: 14px;
    }

    .mhv2-feature p {
        font-size: 12px;
        line-height: 1.5;
    }

    .mhv2-artwork-grid {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 14px;
        padding: 2px 2px 12px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .mhv2-artwork-grid::-webkit-scrollbar {
        display: none;
    }

    .mhv2-artwork-card {
        flex: 0 0 85%;
        scroll-snap-align: start;
    }

    .mhv2-master-slider {
        padding-inline: 0;
    }

    .mhv2-master-arrow {
        display: none;
    }

    .mhv2-master-track {
        gap: 16px;
        padding: 4px 2px 8px;
    }

    .mhv2-master {
        width: 126px;
    }

    .mhv2-master-photo {
        width: 96px;
        margin-bottom: 10px;
    }

    .mhv2-master h3 {
        max-width: 126px;
        min-height: 34px;
        font-size: 12px;
        line-height: 1.35;
    }

    .mhv2-contact-box {
        padding: 22px 20px;
        gap: 18px;
    }

    .mhv2-contact-brand {
        grid-template-columns: 1fr;
        gap: 14px;
        align-items: start;
    }

    .mhv2-contact-brand > img {
        width: 44px;
        height: 50px;
    }

    .mhv2-contact p {
        font-size: 14px;
        max-width: none;
    }

    .mhv2-contact-items a {
        padding: 6px 0;
    }

    .mhv2-contact-button {
        width: 100%;
    }
}

@media (max-width: 580px) {
    .mhv2-shell {
        width: calc(100% - 24px);
    }

    .mhv2-has-header {
        padding-top: 84px;
    }

    .mhv2-header-inner {
        min-height: 58px;
        padding: 8px 10px;
        border-radius: 20px;
    }

    .mhv2-logo {
        gap: 9px;
    }

    .mhv2-logo .mhv2-logo-mark {
        width: 32px;
        height: 38px;
        flex-basis: 32px;
    }

    .mhv2-logo .mhv2-logo-wordmark {
        font-size: 14px;
        letter-spacing: .13em;
    }

    .mhv2-language-toggle {
        min-width: 52px;
        height: 34px;
    }

    .mhv2-hero-visual {
        height: 290px;
        border-radius: 22px 22px 0 0;
    }

    .mhv2-hero-copy {
        width: calc(100% - 16px);
        margin-top: -28px;
        padding: 22px 16px 18px;
        border-radius: 0 0 20px 20px;
    }

    .mhv2-hero h1 {
        font-size: clamp(36px, 11.6vw, 42px);
    }

    .mhv2-hero-copy > p {
        font-size: 15px;
    }

    .mhv2-button {
        font-size: 13px;
    }

    .mhv2 h2 {
        font-size: 28px;
        line-height: 1.16;
    }

    .mhv2-about .mhv2-media-card,
    .mhv2-vision .mhv2-media-card {
        aspect-ratio: 4 / 3;
    }

    .mhv2-artwork-card {
        flex-basis: 86%;
    }

    .mhv2-artwork-body {
        padding: 16px 14px 15px;
    }

    .mhv2-master {
        width: 132px;
    }

    .mhv2-master-photo {
        width: 102px;
    }

    .mhv2-masters .mhv2-section-heading {
        margin-bottom: 16px;
    }

    .mhv2-footer-grid {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 34px 0 28px;
    }

    .mhv2-footer-brand {
        grid-column: auto;
        padding-bottom: 22px;
        margin-bottom: 14px;
        border-bottom: 1px solid var(--mhv2-line-soft);
    }

    .mhv2-footer-brand > p {
        max-width: none;
    }

    .mhv2-footer-column,
    .mhv2-footer-contact {
        grid-column: auto !important;
        padding: 14px 0;
        border-top: 1px solid var(--mhv2-line-soft);
    }

    .mhv2-footer-column > h3 {
        display: none;
    }

    .mhv2-footer-toggle {
        display: flex;
    }

    .mhv2-footer-panel {
        display: none;
        padding-top: 12px;
    }

    .mhv2-footer-column.is-open .mhv2-footer-panel {
        display: block;
    }

    .mhv2-footer-column > a {
        width: 100%;
        margin: 10px 0;
    }

    .mhv2-footer-contact {
        display: block;
    }
}

/* ===== Mobile hero refinement v1.1.1 ===== */
@media (max-width: 580px) {
    .mhv2-hero {
        padding-top: 4px;
        padding-bottom: 10px;
    }

    .mhv2-hero-grid {
        position: relative;
        display: grid;
        min-height: 640px;
        padding: 0;
        overflow: hidden;
        border: 1px solid var(--mhv2-line);
        border-radius: 24px;
        background: var(--mhv2-bg);
        box-shadow: 0 24px 58px rgba(0, 0, 0, .28);
    }

    .mhv2-hero-visual {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .mhv2-hero-visual::after {
        background:
            linear-gradient(180deg, rgba(0, 20, 22, .02) 0%, rgba(0, 20, 22, .08) 27%, rgba(0, 20, 22, .42) 48%, rgba(0, 20, 22, .92) 72%, var(--mhv2-bg) 100%),
            linear-gradient(90deg, rgba(0, 20, 22, .18) 0%, transparent 70%);
    }

    .mhv2-hero-visual img {
        object-position: 70% 32%;
        filter: saturate(.96) contrast(1.04) brightness(.86);
    }

    .mhv2-hero-copy {
        position: relative;
        align-self: end;
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 292px 18px 20px;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        z-index: 5;
    }

    .mhv2-hero-copy::before {
        content: "";
        display: block;
        width: 54px;
        height: 1px;
        margin: 0 0 14px;
        background: var(--mhv2-gold);
    }

    .mhv2-hero h1 {
        max-width: 330px;
        font-size: clamp(35px, 10.8vw, 42px);
        line-height: 1;
        letter-spacing: .008em;
        text-shadow: 0 8px 26px rgba(0, 0, 0, .36);
    }

    .mhv2-hero-copy > p {
        margin: 17px 0 20px;
        color: rgba(255, 255, 255, .78);
        font-size: 14.5px;
        line-height: 1.62;
    }

    .mhv2-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .mhv2-actions .mhv2-button {
        min-height: 48px;
        padding-inline: 18px;
        justify-content: space-between;
        font-size: 13px;
    }

    .mhv2-actions .mhv2-button-outline {
        background: rgba(0, 20, 22, .52);
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
    }
}

@media (max-width: 390px) {
    .mhv2-hero-grid {
        min-height: 610px;
    }

    .mhv2-hero-copy {
        padding-top: 270px;
    }

    .mhv2-hero h1 {
        font-size: clamp(33px, 10.6vw, 38px);
    }
}

/* ===== Responsive & footer repair v1.1.2 ===== */
.mhv2-footer-panel {
    display: block;
}

.mhv2-footer-panel > a {
    display: block;
    width: fit-content;
    margin: 7px 0;
    color: rgba(255, 255, 255, .58);
    font-size: 12px;
    line-height: 1.45;
    transition: color .2s ease;
}

.mhv2-footer-panel > a:hover,
.mhv2-footer-panel > a:focus-visible {
    color: var(--mhv2-gold);
}

@media (min-width: 581px) and (max-width: 840px) {
    .mhv2-hero {
        padding-top: 8px;
    }

    .mhv2-hero-grid {
        display: flex;
        flex-direction: column;
        min-height: auto;
        padding-bottom: 18px;
    }

    .mhv2-hero-visual {
        order: 1;
        position: relative;
        inset: auto;
        width: 100%;
        height: 430px;
        margin: 0;
        border: 1px solid var(--mhv2-line);
        border-bottom: 0;
        border-radius: 24px 24px 0 0;
        overflow: hidden;
        box-shadow: 0 24px 58px rgba(0, 0, 0, .24);
    }

    .mhv2-hero-visual::after {
        background: linear-gradient(180deg, rgba(0, 20, 22, .03), rgba(0, 20, 22, .14) 58%, rgba(0, 20, 22, .48));
    }

    .mhv2-hero-visual img {
        object-position: 70% center;
    }

    .mhv2-hero-copy {
        order: 2;
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 32px 30px 30px;
        border: 1px solid var(--mhv2-line);
        border-top: 0;
        border-radius: 0 0 24px 24px;
        background: linear-gradient(180deg, color-mix(in srgb, var(--mhv2-surface) 98%, transparent), color-mix(in srgb, var(--mhv2-bg) 96%, #000));
        box-shadow: 0 22px 50px rgba(0, 0, 0, .2);
    }

    .mhv2-hero h1 {
        font-size: clamp(46px, 7vw, 58px);
        line-height: 1.03;
    }

    .mhv2-hero-copy > p {
        margin: 20px 0 24px;
        font-size: 15px;
    }

    .mhv2-vision-image {
        order: 1;
    }

    .mhv2-vision-content {
        order: 2;
    }
}

@media (min-width: 700px) and (max-width: 840px) {
    .mhv2-hero-copy {
        display: grid;
        grid-template-columns: minmax(0, 1.05fr) minmax(260px, .95fr);
        grid-template-rows: auto auto;
        column-gap: 30px;
        align-items: start;
    }

    .mhv2-hero-copy h1 {
        grid-column: 1;
        grid-row: 1 / 3;
    }

    .mhv2-hero-copy > p {
        grid-column: 2;
        grid-row: 1;
        margin: 2px 0 20px;
    }

    .mhv2-hero-copy .mhv2-actions {
        grid-column: 2;
        grid-row: 2;
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

@media (max-width: 580px) {
    .mhv2-hero {
        padding: 8px 0 18px;
    }

    .mhv2-hero-grid {
        display: flex;
        flex-direction: column;
        min-height: auto;
        padding: 0;
        overflow: visible;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .mhv2-hero-visual {
        order: 1;
        position: relative;
        inset: auto;
        width: 100%;
        height: auto;
        aspect-ratio: 1.25 / 1;
        margin: 0;
        border: 1px solid var(--mhv2-line);
        border-radius: 18px;
        overflow: hidden;
        box-shadow: 0 18px 44px rgba(0, 0, 0, .24);
    }

    .mhv2-hero-visual::after {
        background: linear-gradient(180deg, rgba(0, 20, 22, .02), rgba(0, 20, 22, .12) 60%, rgba(0, 20, 22, .38));
    }

    .mhv2-hero-visual img {
        object-position: 72% center;
        filter: saturate(.96) contrast(1.04) brightness(.88);
    }

    .mhv2-hero-copy {
        order: 2;
        position: relative;
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 24px 2px 8px;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .mhv2-hero-copy::before {
        content: "";
        display: block;
        width: 58px;
        height: 1px;
        margin: 0 0 16px;
        background: linear-gradient(90deg, var(--mhv2-gold), transparent);
    }

    .mhv2-hero h1 {
        max-width: 350px;
        font-size: clamp(36px, 10.8vw, 42px);
        line-height: 1.01;
        letter-spacing: .006em;
        text-shadow: none;
    }

    .mhv2-hero-copy > p {
        margin: 18px 0 22px;
        color: color-mix(in srgb, var(--mhv2-muted) 82%, transparent);
        font-size: 15px;
        line-height: 1.66;
    }

    .mhv2-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .mhv2-actions .mhv2-button {
        min-height: 50px;
        padding-inline: 18px;
        justify-content: space-between;
        font-size: 13px;
    }

    .mhv2-actions .mhv2-button-outline {
        background: transparent;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }

    .mhv2-vision-image {
        order: 1;
    }

    .mhv2-vision-content {
        order: 2;
    }

    .mhv2-footer-column > h3 {
        display: none;
    }

    .mhv2-footer-toggle {
        display: flex;
    }

    .mhv2-footer-panel {
        display: none;
        padding-top: 12px;
    }

    .mhv2-footer-column.is-open .mhv2-footer-panel {
        display: block;
    }

    .mhv2-footer-panel > a {
        width: 100%;
        margin: 10px 0;
        font-size: 13px;
    }
}

/* ===== Static artwork details v1.2.0 ===== */
.mhv2-artwork-card[role="link"] {
    cursor: pointer;
}

.mhv2-artwork-card[role="link"]:focus-visible {
    outline: 2px solid var(--mhv2-gold);
    outline-offset: 4px;
}

.mhv2-detail-page {
    min-height: 100vh;
}

.mhv2-artwork-detail-main,
.mhv2-artworks-index-page main {
    min-height: 65vh;
}

.mhv2-detail-hero-section {
    padding: clamp(48px, 6vw, 86px) 0 clamp(62px, 7vw, 100px);
    border-bottom: 1px solid var(--mhv2-line-soft);
}

.mhv2-detail-back {
    width: fit-content;
    margin-bottom: 28px;
    display: inline-flex;
    align-items: center;
    color: color-mix(in srgb, var(--mhv2-muted) 72%, transparent);
    font-size: 13px;
    letter-spacing: .04em;
    transition: color .2s ease;
}

.mhv2-detail-back:hover {
    color: var(--mhv2-gold);
}

.mhv2-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(350px, .82fr);
    align-items: center;
    gap: clamp(42px, 6vw, 92px);
}

.mhv2-detail-image-wrap {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1.5 / 1;
    border: 1px solid var(--mhv2-line);
    border-radius: 10px;
    background: var(--mhv2-surface);
    box-shadow: 0 35px 85px rgba(0, 0, 0, .28);
}

.mhv2-detail-image-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(145deg, transparent 65%, rgba(200, 155, 87, .07));
}

.mhv2-detail-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mhv2-detail-info h1,
.mhv2-artworks-index-section h1 {
    margin: 0;
    color: var(--mhv2-text);
    font-size: clamp(48px, 5vw, 76px);
    font-weight: 300;
    line-height: 1.02;
    letter-spacing: .01em;
    text-transform: uppercase;
}

.mhv2-detail-artist {
    margin: 20px 0 26px;
    color: color-mix(in srgb, var(--mhv2-muted) 78%, transparent);
    font-size: 16px;
}

.mhv2-detail-artist strong {
    color: var(--mhv2-gold);
    font-weight: 500;
}

.mhv2-detail-meta {
    margin: 0 0 30px;
    border-top: 1px solid var(--mhv2-line-soft);
}

.mhv2-detail-meta > div {
    padding: 13px 0;
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 20px;
    border-bottom: 1px solid var(--mhv2-line-soft);
}

.mhv2-detail-meta dt,
.mhv2-detail-meta dd {
    margin: 0;
}

.mhv2-detail-meta dt {
    color: var(--mhv2-gold);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.mhv2-detail-meta dd {
    color: rgba(255, 255, 255, .75);
    font-size: 13px;
}

.mhv2-detail-inquire {
    width: 100%;
}

.mhv2-detail-story-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
    gap: clamp(42px, 7vw, 110px);
}

.mhv2-detail-story-grid article {
    min-width: 0;
}

.mhv2-detail-story-grid h2 {
    max-width: 720px;
    margin-bottom: 22px;
}

.mhv2-detail-story-grid p {
    margin: 0;
    color: color-mix(in srgb, var(--mhv2-muted) 76%, transparent);
    font-size: 15px;
    line-height: 1.8;
}

.mhv2-detail-artist-card {
    padding: 28px;
    border: 1px solid var(--mhv2-line-soft);
    border-radius: 9px;
    background: linear-gradient(145deg, color-mix(in srgb, var(--mhv2-surface) 82%, transparent), transparent);
}

.mhv2-detail-related-section {
    border-top: 1px solid var(--mhv2-line-soft);
}

.mhv2-detail-related-grid,
.mhv2-artworks-index-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.mhv2-detail-related-card,
.mhv2-artworks-index-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--mhv2-line);
    border-radius: 8px;
    background: linear-gradient(180deg, color-mix(in srgb, var(--mhv2-surface) 78%, transparent), color-mix(in srgb, var(--mhv2-bg) 88%, #000));
    transition: transform .25s ease, border-color .25s ease;
}

.mhv2-detail-related-card:hover,
.mhv2-artworks-index-card:hover {
    transform: translateY(-5px);
    border-color: color-mix(in srgb, var(--mhv2-gold) 75%, transparent);
}

.mhv2-detail-related-image,
.mhv2-artworks-index-image {
    display: block;
    overflow: hidden;
    aspect-ratio: 1.5 / 1;
    border-bottom: 1px solid var(--mhv2-line-soft);
}

.mhv2-detail-related-image img,
.mhv2-artworks-index-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s ease;
}

.mhv2-detail-related-card:hover img,
.mhv2-artworks-index-card:hover img {
    transform: scale(1.04);
}

.mhv2-detail-related-copy,
.mhv2-artworks-index-copy {
    padding: 17px 18px 19px;
    display: block;
}

.mhv2-detail-related-copy strong,
.mhv2-artworks-index-copy strong {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.mhv2-detail-related-copy em,
.mhv2-artworks-index-copy em {
    display: block;
    margin-top: 4px;
    color: color-mix(in srgb, var(--mhv2-muted) 65%, transparent);
    font-size: 12px;
    font-style: normal;
}

.mhv2-artworks-index-section {
    padding-top: clamp(62px, 8vw, 110px);
}

.mhv2-artworks-index-intro {
    max-width: 760px;
    margin: 22px 0 42px;
    color: color-mix(in srgb, var(--mhv2-muted) 76%, transparent);
    font-size: 16px;
    line-height: 1.7;
}

.mhv2-artworks-index-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mhv2-detail-footer {
    margin-top: 0;
}

@media (max-width: 900px) {
    .mhv2-detail-grid,
    .mhv2-detail-story-grid {
        grid-template-columns: 1fr;
    }

    .mhv2-detail-grid {
        gap: 34px;
    }

    .mhv2-detail-image-wrap {
        aspect-ratio: 1.42 / 1;
    }

    .mhv2-detail-info h1,
    .mhv2-artworks-index-section h1 {
        font-size: clamp(42px, 8vw, 62px);
    }

    .mhv2-detail-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 580px) {
    .mhv2-detail-hero-section {
        padding: 28px 0 50px;
    }

    .mhv2-detail-back {
        margin-bottom: 18px;
        font-size: 12px;
    }

    .mhv2-detail-image-wrap {
        aspect-ratio: 1.1 / 1;
        border-radius: 8px;
    }

    .mhv2-detail-info h1,
    .mhv2-artworks-index-section h1 {
        font-size: clamp(36px, 11vw, 48px);
    }

    .mhv2-detail-artist {
        margin: 14px 0 20px;
        font-size: 15px;
    }

    .mhv2-detail-meta > div {
        grid-template-columns: 100px 1fr;
        gap: 14px;
    }

    .mhv2-detail-story-grid {
        gap: 30px;
    }

    .mhv2-detail-artist-card {
        padding: 22px 18px;
    }

    .mhv2-detail-related-grid,
    .mhv2-artworks-index-grid {
        grid-template-columns: 1fr;
    }

    .mhv2-artworks-index-intro {
        margin-bottom: 30px;
        font-size: 15px;
    }
}

/* ===== Artwork detail motion & responsive related swipe v1.2.1 ===== */
.mhv2-detail-page .mhv2-detail-info.mhv2-reveal {
    transition-delay: 90ms;
}

.mhv2-detail-page .mhv2-detail-story-grid > article:nth-child(2).mhv2-reveal {
    transition-delay: 90ms;
}

.mhv2-detail-page .mhv2-detail-related-card:nth-child(2).mhv2-reveal {
    transition-delay: 80ms;
}

.mhv2-detail-page .mhv2-detail-related-card:nth-child(3).mhv2-reveal {
    transition-delay: 160ms;
}

.mhv2-detail-image-reveal img {
    transform: scale(1.035);
    transition: transform .9s cubic-bezier(.22, .65, .25, 1);
}

.mhv2-detail-image-reveal.is-visible img {
    transform: scale(1);
}

@media (max-width: 900px) {
    .mhv2-detail-related-grid {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 16px;
        padding: 2px 2px 14px;
        scroll-snap-type: x mandatory;
        scroll-padding-inline: 2px;
        overscroll-behavior-inline: contain;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .mhv2-detail-related-grid::-webkit-scrollbar {
        display: none;
    }

    .mhv2-detail-related-card {
        flex: 0 0 min(72vw, 520px);
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }
}

@media (max-width: 580px) {
    .mhv2-detail-related-grid {
        gap: 14px;
    }

    .mhv2-detail-related-card {
        flex-basis: 86%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mhv2-detail-image-reveal img {
        transform: none !important;
    }
}

/* ===== Header interaction refinement v1.2.2 ===== */
.mhv2 .mhv2-language-toggle,
.mhv2 .mhv2-language-toggle:hover,
.mhv2 .mhv2-language-toggle:focus,
.mhv2 .mhv2-language-toggle:focus-visible,
.mhv2 .mhv2-language-toggle:active {
    border-color: color-mix(in srgb, var(--mhv2-gold) 52%, transparent) !important;
    background-color: rgba(0, 20, 22, .72) !important;
    background-image: none !important;
    color: var(--mhv2-gold) !important;
    box-shadow: none !important;
    outline: none;
}

.mhv2 .mhv2-language-toggle:hover,
.mhv2 .mhv2-language-toggle:focus-visible {
    border-color: var(--mhv2-gold) !important;
    background-color: color-mix(in srgb, var(--mhv2-gold) 11%, var(--mhv2-bg)) !important;
    color: #fff !important;
}

.mhv2 .mhv2-language.is-open .mhv2-language-toggle,
.mhv2 .mhv2-language.is-open .mhv2-language-toggle:hover,
.mhv2 .mhv2-language.is-open .mhv2-language-toggle:focus,
.mhv2 .mhv2-language.is-open .mhv2-language-toggle:active {
    border-color: var(--mhv2-gold) !important;
    background-color: var(--mhv2-gold) !important;
    background-image: none !important;
    color: #071719 !important;
    box-shadow: 0 8px 22px rgba(200, 155, 87, .16) !important;
}

.mhv2 .mhv2-language-menu {
    overflow: hidden;
    border-color: color-mix(in srgb, var(--mhv2-gold) 54%, transparent);
    background:
        radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--mhv2-teal) 24%, transparent), transparent 42%),
        color-mix(in srgb, var(--mhv2-surface) 97%, #000);
}

.mhv2 .mhv2-language-menu a {
    position: relative;
    border: 1px solid transparent;
    transition: color .2s ease, border-color .2s ease, background-color .2s ease, transform .2s ease;
}

.mhv2 .mhv2-language-menu a:hover,
.mhv2 .mhv2-language-menu a:focus-visible {
    color: #fff;
    border-color: color-mix(in srgb, var(--mhv2-gold) 28%, transparent);
    background-color: color-mix(in srgb, var(--mhv2-gold) 10%, transparent);
    transform: translateX(2px);
    outline: none;
}

.mhv2 .mhv2-menu-toggle,
.mhv2 .mhv2-menu-toggle:hover,
.mhv2 .mhv2-menu-toggle:focus,
.mhv2 .mhv2-menu-toggle:focus-visible,
.mhv2 .mhv2-menu-toggle:active {
    border-color: color-mix(in srgb, var(--mhv2-gold) 56%, transparent) !important;
    background-color: rgba(0, 20, 22, .74) !important;
    background-image: none !important;
    color: var(--mhv2-gold) !important;
    box-shadow: none !important;
    outline: none;
}

.mhv2 .mhv2-menu-toggle:hover,
.mhv2 .mhv2-menu-toggle:focus-visible {
    border-color: var(--mhv2-gold) !important;
    background-color: color-mix(in srgb, var(--mhv2-gold) 11%, var(--mhv2-bg)) !important;
    color: #fff !important;
}

.mhv2 .mhv2-menu-toggle[aria-expanded="true"],
.mhv2 .mhv2-menu-toggle[aria-expanded="true"]:hover,
.mhv2 .mhv2-menu-toggle[aria-expanded="true"]:focus,
.mhv2 .mhv2-menu-toggle[aria-expanded="true"]:active {
    border-color: var(--mhv2-gold) !important;
    background-color: var(--mhv2-gold) !important;
    background-image: none !important;
    color: #071719 !important;
    box-shadow: 0 8px 22px rgba(200, 155, 87, .16) !important;
}

@media (max-width: 840px) {
    .mhv2.mhv2-menu-active::after {
        content: "";
        position: fixed;
        inset: 0;
        z-index: 9980;
        pointer-events: none;
        background: rgba(0, 10, 12, .5);
        -webkit-backdrop-filter: blur(3px);
        backdrop-filter: blur(3px);
    }

    .mhv2 .mhv2-header {
        z-index: 9999;
    }

    .mhv2 .mhv2-nav {
        counter-reset: mhv2-nav-item;
        top: 84px;
        left: 14px;
        right: 14px;
        width: auto;
        max-width: 620px;
        margin: 0 auto;
        padding: 14px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
        border: 1px solid color-mix(in srgb, var(--mhv2-gold) 58%, transparent);
        border-radius: 20px;
        background:
            radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--mhv2-teal) 30%, transparent), transparent 46%),
            linear-gradient(160deg, color-mix(in srgb, var(--mhv2-surface) 98%, #000), color-mix(in srgb, var(--mhv2-bg) 96%, #000));
        box-shadow: 0 24px 64px rgba(0, 0, 0, .46);
        transform: translateY(-10px) scale(.985);
        transform-origin: top center;
    }

    .mhv2 .mhv2-nav.is-open {
        transform: translateY(0) scale(1);
    }

    .mhv2 .mhv2-nav a {
        counter-increment: mhv2-nav-item;
        min-height: 54px;
        padding: 12px 13px;
        display: grid;
        grid-template-columns: 28px 1fr auto;
        align-items: center;
        gap: 8px;
        border: 1px solid color-mix(in srgb, var(--mhv2-gold) 15%, transparent);
        border-radius: 11px;
        background: rgba(255, 255, 255, .018);
        color: rgba(255, 255, 255, .82);
        font-size: 14px;
        text-align: left;
        transition: border-color .2s ease, background-color .2s ease, color .2s ease, transform .2s ease;
    }

    .mhv2 .mhv2-nav a::before {
        content: "0" counter(mhv2-nav-item);
        color: var(--mhv2-gold);
        font-size: 10px;
        letter-spacing: .08em;
    }

    .mhv2 .mhv2-nav a::after {
        content: "↗";
        position: static;
        display: block;
        width: auto;
        height: auto;
        background: none;
        color: color-mix(in srgb, var(--mhv2-gold) 76%, #fff);
        font-size: 13px;
        line-height: 1;
        transform: none;
        opacity: .72;
        transition: transform .2s ease, opacity .2s ease;
    }

    .mhv2 .mhv2-nav a:hover,
    .mhv2 .mhv2-nav a:focus-visible {
        border-color: color-mix(in srgb, var(--mhv2-gold) 52%, transparent);
        background-color: color-mix(in srgb, var(--mhv2-gold) 8%, transparent);
        color: #fff;
        transform: translateY(-1px);
        outline: none;
    }

    .mhv2 .mhv2-nav a:hover::after,
    .mhv2 .mhv2-nav a:focus-visible::after {
        transform: translate(2px, -2px);
        opacity: 1;
    }

    .mhv2 .mhv2-language-menu {
        top: calc(100% + 8px);
        right: 0;
        width: 182px;
        padding: 8px;
        border-radius: 13px;
    }

    body.admin-bar .mhv2 .mhv2-nav {
        top: 128px;
    }
}

@media (max-width: 420px) {
    .mhv2 .mhv2-nav {
        left: 10px;
        right: 10px;
        padding: 11px;
        grid-template-columns: 1fr;
        gap: 7px;
        border-radius: 17px;
    }

    .mhv2 .mhv2-nav a,
    .mhv2 .mhv2-nav a:last-child {
        grid-column: auto;
        min-height: 48px;
        padding: 10px 12px;
    }
}

/* ===== Multilingual support v1.3.0 ===== */
.mhv2-lang-ar {
    font-family: "Noto Sans Arabic", Arial, sans-serif;
}

.mhv2-lang-fa {
    font-family: "Vazirmatn", Arial, sans-serif;
}

.mhv2 .mhv2-language-menu a[aria-current="true"] {
    border-color: color-mix(in srgb, var(--mhv2-gold) 48%, transparent);
    background-color: color-mix(in srgb, var(--mhv2-gold) 12%, transparent);
    color: #fff;
}

.mhv2-rtl .mhv2-hero-copy,
.mhv2-rtl .mhv2-about-content,
.mhv2-rtl .mhv2-vision-content,
.mhv2-rtl .mhv2-contact-brand,
.mhv2-rtl .mhv2-contact-items,
.mhv2-rtl .mhv2-footer-grid,
.mhv2-rtl .mhv2-artwork-body,
.mhv2-rtl .mhv2-detail-info,
.mhv2-rtl .mhv2-detail-story-grid,
.mhv2-rtl .mhv2-detail-related-copy,
.mhv2-rtl .mhv2-artworks-index-section,
.mhv2-rtl .mhv2-artworks-index-copy {
    direction: rtl;
    text-align: right;
}

.mhv2-rtl .mhv2-header-inner {
    direction: ltr;
}

.mhv2-rtl .mhv2-nav,
.mhv2-rtl .mhv2-language-menu {
    direction: rtl;
}

.mhv2-rtl .mhv2-language-menu a {
    grid-template-columns: 1fr 30px;
}

.mhv2-rtl .mhv2-language-menu a b {
    order: 2;
}

.mhv2-rtl .mhv2-language-menu a span {
    order: 1;
}

.mhv2-rtl .mhv2-language-menu a:hover,
.mhv2-rtl .mhv2-language-menu a:focus-visible {
    transform: translateX(-2px);
}

.mhv2-rtl .mhv2-hero-copy {
    margin-left: auto;
    padding-right: 0;
    padding-left: 35px;
}

.mhv2-rtl .mhv2-actions {
    justify-content: flex-start;
}

.mhv2-rtl .mhv2-button svg,
.mhv2-rtl .mhv2-detail-inquire svg {
    transform: scaleX(-1);
}

.mhv2-rtl .mhv2-feature {
    padding-right: 0;
    padding-left: 22px;
}

.mhv2-rtl .mhv2-feature + .mhv2-feature {
    padding-left: 22px;
    padding-right: 25px;
    border-left: 0;
    border-right: 1px solid var(--mhv2-line-soft);
}

.mhv2-rtl .mhv2-contact-items a,
.mhv2-rtl .mhv2-footer-contact > span,
.mhv2-rtl .mhv2-footer-contact > a {
    direction: rtl;
    grid-template-columns: 1fr 29px;
}

.mhv2-rtl .mhv2-contact-items .mhv2-icon-small,
.mhv2-rtl .mhv2-footer-contact svg {
    order: 2;
}

.mhv2-rtl .mhv2-detail-back {
    direction: rtl;
    text-align: right;
}

.mhv2-rtl .mhv2-detail-meta > div {
    grid-template-columns: minmax(0, 1fr) minmax(140px, .7fr);
}

.mhv2-rtl .mhv2-detail-meta dt {
    order: 2;
}

.mhv2-rtl .mhv2-detail-meta dd {
    order: 1;
    text-align: right;
}

.mhv2-rtl .mhv2-detail-related-grid,
.mhv2-rtl .mhv2-artwork-grid,
.mhv2-rtl .mhv2-master-viewport {
    direction: rtl;
}

.mhv2-lang-ru .mhv2-hero h1 {
    letter-spacing: 0;
    font-size: clamp(46px, 4.7vw, 76px);
}

.mhv2-lang-ru h2 {
    letter-spacing: 0;
}

.mhv2-lang-ar .mhv2-hero h1,
.mhv2-lang-fa .mhv2-hero h1 {
    letter-spacing: 0;
    line-height: 1.28;
    font-weight: 400;
    text-transform: none;
}

.mhv2-lang-ar h2,
.mhv2-lang-fa h2,
.mhv2-lang-ar .mhv2-kicker,
.mhv2-lang-fa .mhv2-kicker,
.mhv2-lang-ar .mhv2-section-heading h2,
.mhv2-lang-fa .mhv2-section-heading h2,
.mhv2-lang-ar .mhv2-button,
.mhv2-lang-fa .mhv2-button {
    letter-spacing: 0;
    text-transform: none;
}

@media (max-width: 840px) {
    .mhv2-rtl .mhv2-hero-copy {
        padding-left: 18px;
        padding-right: 18px;
    }

    .mhv2-rtl .mhv2-feature,
    .mhv2-rtl .mhv2-feature + .mhv2-feature {
        padding-left: 0;
        padding-right: 0;
        grid-template-columns: 1fr 34px;
        border-right: 0;
    }

    .mhv2-rtl .mhv2-feature .mhv2-icon {
        grid-column: 2;
    }

    .mhv2-rtl .mhv2-feature h3,
    .mhv2-rtl .mhv2-feature p {
        grid-column: 1;
    }

    .mhv2-rtl .mhv2-nav a {
        grid-template-columns: auto 1fr 28px;
        text-align: right;
    }

    .mhv2-rtl .mhv2-nav a::before {
        order: 3;
    }

    .mhv2-rtl .mhv2-nav a::after {
        content: "↖";
        order: 1;
    }

    .mhv2-lang-ru .mhv2-hero h1 {
        font-size: clamp(34px, 8vw, 52px);
    }

    .mhv2-lang-ar .mhv2-hero h1,
    .mhv2-lang-fa .mhv2-hero h1 {
        font-size: clamp(38px, 9vw, 54px);
    }
}

@media (max-width: 580px) {
    .mhv2-rtl .mhv2-hero-copy {
        padding-left: 16px;
        padding-right: 16px;
    }

    .mhv2-lang-ar .mhv2-hero h1,
    .mhv2-lang-fa .mhv2-hero h1 {
        font-size: clamp(34px, 10.5vw, 44px);
    }

    .mhv2-lang-ru .mhv2-hero h1 {
        font-size: clamp(31px, 9vw, 42px);
    }
}

/* ===== Mobile menu positioning refinement v1.3.1 ===== */
@media (max-width: 840px) {
    .mhv2.mhv2-menu-active::after {
        content: none !important;
        display: none !important;
        background: transparent !important;
        -webkit-backdrop-filter: none !important;
        backdrop-filter: none !important;
    }

    .mhv2 .mhv2-nav {
        top: var(--mhv2-nav-top, 84px) !important;
    }

    body.admin-bar .mhv2 .mhv2-nav {
        top: var(--mhv2-nav-top, 128px) !important;
    }
}

/* ===== Definitive mobile menu attachment fix v1.3.7 =====
 * The mobile nav used position: fixed inside a backdrop-filtered header.
 * That header became the containing block, so viewport coordinates were applied twice.
 * Anchor the menu directly to the navbar box instead.
 */
@media (max-width: 840px) {
    .mhv2 .mhv2-header-inner {
        position: relative;
    }

    .mhv2 .mhv2-nav,
    body.admin-bar .mhv2 .mhv2-nav {
        position: absolute !important;
        top: calc(100% + 6px) !important;
        left: 10px !important;
        right: 10px !important;
        width: auto !important;
        margin: 0 !important;
    }
}

/* ===== Mobile nav persistent hover/focus reset v1.3.9 =====
 * Touch browsers and Elementor's responsive preview can keep :hover/:focus
 * on the last tapped navigation item. This made Contact look permanently active.
 * Mobile menu items now share one identical resting style in every state.
 */
@media (max-width: 840px) {
    .mhv2 .mhv2-nav a,
    .mhv2 .mhv2-nav a:link,
    .mhv2 .mhv2-nav a:visited,
    .mhv2 .mhv2-nav a:hover,
    .mhv2 .mhv2-nav a:focus,
    .mhv2 .mhv2-nav a:focus-visible,
    .mhv2 .mhv2-nav a:active,
    .mhv2 .mhv2-nav a:first-child,
    .mhv2 .mhv2-nav a:last-child {
        border-color: color-mix(in srgb, var(--mhv2-gold) 15%, transparent) !important;
        background: rgba(255, 255, 255, .018) !important;
        color: rgba(255, 255, 255, .82) !important;
        transform: none !important;
        outline: none !important;
        box-shadow: none !important;
        -webkit-tap-highlight-color: transparent;
    }

    .mhv2 .mhv2-nav a::after,
    .mhv2 .mhv2-nav a:hover::after,
    .mhv2 .mhv2-nav a:focus::after,
    .mhv2 .mhv2-nav a:focus-visible::after,
    .mhv2 .mhv2-nav a:active::after,
    .mhv2 .mhv2-nav a:last-child::after {
        transform: none !important;
        opacity: .72 !important;
    }
}

/* ===== RTL hero composition fix v1.4.0 =====
 * Keep the visual composition LTR so the artwork remains on the right.
 * Only the textual content and CTA flow become RTL for Persian and Arabic.
 */
@media (min-width: 841px) {
    .mhv2-rtl .mhv2-hero-grid {
        direction: ltr;
    }

    .mhv2-rtl .mhv2-hero-copy {
        direction: rtl;
        text-align: right;
        justify-self: start;
        margin-left: 0;
        margin-right: auto;
        padding-right: 35px;
        padding-left: 0;
        max-width: 620px;
    }

    .mhv2-rtl .mhv2-hero h1,
    .mhv2-rtl .mhv2-hero-copy > p {
        max-width: 100%;
    }

    .mhv2-rtl .mhv2-actions {
        direction: rtl;
        justify-content: flex-start;
    }

    .mhv2-rtl .mhv2-hero-visual {
        direction: ltr;
    }

    .mhv2-rtl .mhv2-hero-visual img {
        transform: none;
        object-position: center center;
    }

    .mhv2-lang-ar .mhv2-hero h1,
    .mhv2-lang-fa .mhv2-hero h1 {
        font-size: clamp(44px, 4.2vw, 66px);
        line-height: 1.32;
    }
}

@media (min-width: 841px) and (max-width: 1120px) {
    .mhv2-rtl .mhv2-hero-copy {
        max-width: 510px;
        padding-right: 20px;
        padding-left: 0;
    }

    .mhv2-lang-ar .mhv2-hero h1,
    .mhv2-lang-fa .mhv2-hero h1 {
        font-size: clamp(40px, 5.2vw, 54px);
    }

    .mhv2-rtl .mhv2-hero-visual img {
        object-position: 72% center;
    }
}

@media (max-width: 840px) {
    .mhv2-rtl .mhv2-hero-grid {
        direction: ltr;
    }

    .mhv2-rtl .mhv2-hero-copy {
        direction: rtl;
        text-align: right;
        margin-left: auto;
        margin-right: auto;
    }

    .mhv2-rtl .mhv2-actions {
        direction: rtl;
    }
}
