:root {
    --ma-gold: #c89b57;
    --ma-gold-light: #e3bd7c;
    --ma-deep-teal: #005356;
    --ma-dark-teal: #001b1c;
    --ma-black: #000000;
    --ma-white: #ffffff;
    --ma-gray: #c9c9c9;
    --ma-muted: #8e9a9a;
    --ma-line: rgba(200, 155, 87, 0.42);
    --ma-line-soft: rgba(200, 155, 87, 0.18);
    --ma-container: min(1180px, calc(100% - 48px));
    --ma-radius: 10px;
    --ma-header-height: 72px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: #000; }
body.menaart-home {
    margin: 0;
    background:
        radial-gradient(circle at 82% 8%, rgba(0, 83, 86, .27), transparent 28%),
        linear-gradient(180deg, #010506 0%, #001113 38%, #000809 100%);
    color: var(--ma-white);
    font-family: "Jost", Arial, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
body.menaart-home.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
::selection { background: var(--ma-gold); color: #061011; }

.ma-site-shell { min-height: 100vh; overflow: clip; }
.ma-container { width: var(--ma-container); margin-inline: auto; }
.ma-section { position: relative; padding: 30px 0; border-top: 1px solid var(--ma-line-soft); }
.ma-skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; background: var(--ma-gold); color: #000; padding: 12px 16px; }
.ma-skip-link:focus { top: 16px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.ma-header { position: fixed; inset: 18px 0 auto; z-index: 100; transition: transform .3s ease, inset .3s ease; }
.ma-header.is-scrolled { top: 8px; }
.ma-header__inner {
    width: min(1120px, calc(100% - 40px));
    min-height: var(--ma-header-height);
    margin: 0 auto;
    padding: 8px 18px;
    display: flex;
    align-items: center;
    gap: 28px;
    border: 1px solid var(--ma-line);
    border-radius: 999px;
    background: rgba(0, 10, 11, .76);
    box-shadow: 0 20px 70px rgba(0,0,0,.28);
    backdrop-filter: blur(18px);
}
.ma-brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.ma-brand img { width: 34px; height: 40px; object-fit: contain; }
.ma-brand span { font-size: 18px; line-height: 1; letter-spacing: .22em; font-weight: 500; }
.ma-navigation { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.2vw, 33px); margin-left: auto; }
.ma-navigation a { position: relative; color: rgba(255,255,255,.78); font-size: 11px; text-transform: uppercase; letter-spacing: .03em; white-space: nowrap; transition: color .2s ease; }
.ma-navigation a::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 100%; height: 1px; background: var(--ma-gold); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.ma-navigation a:hover, .ma-navigation a:focus-visible { color: var(--ma-white); }
.ma-navigation a:hover::after, .ma-navigation a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.ma-header__actions { display: flex; align-items: center; gap: 14px; flex: 0 0 auto; }
.ma-language { border: 0; background: transparent; color: var(--ma-white); font-size: 11px; cursor: pointer; }
.ma-menu-button { display: none; width: 42px; height: 42px; border: 1px solid var(--ma-line); border-radius: 50%; background: transparent; padding: 10px; }
.ma-menu-button span:not(.screen-reader-text) { display: block; width: 100%; height: 1px; background: var(--ma-white); margin: 5px 0; transition: transform .25s ease, opacity .25s ease; }

.ma-button { min-height: 44px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; border: 1px solid var(--ma-line); border-radius: 3px; font-size: 11px; font-weight: 500; letter-spacing: .02em; text-transform: uppercase; transition: transform .25s ease, background .25s ease, border-color .25s ease; }
.ma-button:hover { transform: translateY(-2px); }
.ma-button--gold { color: #fff; border-color: var(--ma-gold); background: linear-gradient(135deg, #9a6f32, #c89b57 54%, #9c7134); box-shadow: 0 12px 34px rgba(200,155,87,.17); }
.ma-button--outline { background: rgba(0,0,0,.12); }
.ma-button--outline:hover { border-color: var(--ma-gold); background: rgba(200,155,87,.08); }
.ma-button--small { min-height: 36px; padding: 0 18px; border-radius: 14px; }
.ma-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.ma-eyebrow, .ma-section-kicker { margin: 0 0 14px; color: var(--ma-gold); font-size: 12px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; }
.ma-section-kicker { text-align: center; margin-bottom: 20px; }

.ma-hero { position: relative; min-height: 650px; padding-top: 112px; border-bottom: 1px solid var(--ma-line-soft); }
.ma-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.9), transparent 60%); pointer-events: none; }
.ma-hero__grid { min-height: 538px; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; }
.ma-hero__content { position: relative; z-index: 3; padding: 34px 0 80px 35px; }
.ma-hero h1 { margin: 0; max-width: 650px; font-size: clamp(48px, 5.3vw, 82px); line-height: 1.08; letter-spacing: .02em; text-transform: uppercase; font-weight: 300; }
.ma-lead { margin: 24px 0 30px; color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.6; }
.ma-hero__visual { position: absolute; z-index: 1; right: max(0px, calc((100vw - 1180px)/2)); top: 72px; width: min(54vw, 660px); height: 578px; overflow: hidden; }
.ma-hero__visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; mix-blend-mode: screen; filter: saturate(.92) contrast(1.05); }
.ma-hero__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #010708 0%, transparent 23%, transparent 80%, #001011 100%), linear-gradient(0deg, #020809 1%, transparent 25%); }
.ma-hero__halo { position: absolute; width: 360px; height: 360px; right: 30px; top: 12px; border-radius: 50%; border: 13px solid rgba(255,255,255,.035); z-index: 2; }
.ma-scroll-marker { position: absolute; left: 34px; top: 380px; z-index: 5; display: flex; flex-direction: column; align-items: center; gap: 10px; color: #d9d9d9; font-size: 10px; }
.ma-scroll-marker span { writing-mode: vertical-rl; transform: rotate(180deg); }
.ma-scroll-marker i { width: 1px; height: 48px; background: linear-gradient(var(--ma-white), var(--ma-gold)); position: relative; }
.ma-scroll-marker i::after { content: ""; position: absolute; width: 6px; height: 6px; border-radius: 50%; background: var(--ma-gold); bottom: -3px; left: -2.5px; }

.ma-about { padding-top: 26px; }
.ma-about__grid { display: grid; grid-template-columns: 1.05fr 1.55fr .9fr; gap: 35px; align-items: center; }
.ma-about h2 { margin: 0; font-size: clamp(30px, 3.1vw, 52px); font-weight: 300; line-height: 1.2; }
.ma-about__copy { color: rgba(255,255,255,.66); font-size: 15px; line-height: 1.55; }
.ma-about__copy p { margin: 4px 0; }
.ma-about__visual { align-self: stretch; min-height: 180px; }
.ma-about__visual img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: screen; }
.ma-about__pillars { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; max-width: 760px; margin-top: -38px; }
.ma-about__pillars div { display: flex; align-items: center; gap: 11px; color: rgba(255,255,255,.66); font-size: 13px; line-height: 1.25; }
.ma-about__pillars svg, .ma-value-card svg, .ma-process svg { flex: 0 0 auto; width: 40px; height: 40px; fill: none; stroke: var(--ma-gold); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }

.ma-values { padding-bottom: 16px; }
.ma-card-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.ma-value-card { min-height: 152px; padding: 22px 12px 17px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; border: 1px solid var(--ma-line); border-radius: var(--ma-radius); background: linear-gradient(180deg, rgba(0,52,54,.22), rgba(0,0,0,.18)); text-align: center; transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.ma-value-card:hover { transform: translateY(-5px); background: rgba(0,83,86,.17); box-shadow: 0 22px 50px rgba(0,0,0,.28); }
.ma-value-card svg { width: 42px; height: 42px; }
.ma-value-card h3 { margin: 0; font-size: 16px; line-height: 1.26; font-weight: 400; }

.ma-metrics { padding: 18px 0 20px; }
.ma-metric-grid { display: grid; grid-template-columns: repeat(6, 1fr); }
.ma-metric { min-height: 105px; padding: 4px 16px; display: flex; flex-direction: column; justify-content: center; text-align: center; border-right: 1px solid var(--ma-line); }
.ma-metric:last-child { border-right: 0; }
.ma-metric strong, .ma-vision__item strong { color: var(--ma-gold); font-family: Georgia, "Times New Roman", serif; font-size: clamp(30px, 3vw, 45px); font-weight: 400; line-height: 1; }
.ma-metric span, .ma-vision__item span { margin-top: 9px; color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.35; }

.ma-builds { padding: 20px 0 32px; }
.ma-process { position: relative; display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; padding-top: 10px; }
.ma-process::before { content: ""; position: absolute; top: 28px; left: 7%; right: 7%; height: 1px; background: var(--ma-line); }
.ma-process__item { position: relative; z-index: 1; text-align: center; padding: 0 8px; }
.ma-process__number { width: 40px; height: 40px; margin: 0 auto 10px; display: grid; place-items: center; border: 1px solid var(--ma-gold); border-radius: 50%; background: #001416; font-size: 11px; }
.ma-process svg { width: 44px; height: 44px; margin: 0 auto 10px; }
.ma-process h3 { margin: 0 0 8px; font-size: 14px; font-weight: 400; }
.ma-process p { margin: 0; color: rgba(255,255,255,.48); font-size: 10px; line-height: 1.45; }

.ma-markets { padding: 24px 0 10px; background: linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,40,42,.12)); }
.ma-market-table { border-top: 1px solid rgba(255,255,255,.04); }
.ma-market-row { display: grid; grid-template-columns: 180px minmax(0, 1fr) 300px; min-height: 88px; border-bottom: 1px solid rgba(255,255,255,.07); }
.ma-market-row__label { display: flex; align-items: center; gap: 22px; padding: 10px 18px 10px 0; }
.ma-market-row__label span { color: var(--ma-gray); font-size: 14px; }
.ma-market-row__label h3, .ma-market-row__summary h3 { margin: 0; font-size: 17px; font-weight: 400; }
.ma-market-row__image { position: relative; overflow: hidden; }
.ma-market-row__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #001011 0%, transparent 20%, transparent 80%, #001011 100%); }
.ma-market-row__image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.05); transition: transform .5s ease, filter .5s ease; }
.ma-market-row:hover img { transform: scale(1.04); filter: saturate(1) contrast(1.08); }
.ma-market-row__summary { position: relative; padding: 11px 54px 10px 28px; display: flex; flex-direction: column; justify-content: center; }
.ma-market-row__summary h3 { font-family: Georgia, "Times New Roman", serif; font-size: 24px; }
.ma-market-row__summary p { margin: 3px 0 0; max-width: 210px; color: rgba(255,255,255,.54); font-size: 11px; line-height: 1.35; }
.ma-market-row__summary b { position: absolute; right: 0; top: 50%; transform: translateY(-50%); color: rgba(255,255,255,.09); font-family: Georgia, serif; font-size: 45px; font-weight: 400; }

.ma-projects { padding: 10px 0 16px; border-top: 0; }
.ma-feature { position: relative; min-height: 250px; border: 1px solid var(--ma-gold); border-radius: 9px; overflow: hidden; background-image: linear-gradient(90deg, rgba(0,8,9,.97) 0%, rgba(0,8,9,.85) 38%, rgba(0,8,9,.18) 75%), var(--feature-image); background-size: cover; background-position: center; }
.ma-feature::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 80px rgba(0,0,0,.48); pointer-events: none; }
.ma-feature__content { position: relative; z-index: 2; max-width: 520px; padding: 28px 38px 30px; }
.ma-feature h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(35px, 4vw, 57px); font-weight: 400; }
.ma-feature h3 { margin: 5px 0 10px; font-size: 17px; font-weight: 300; }
.ma-feature p:not(.ma-eyebrow) { max-width: 380px; margin: 0 0 20px; color: rgba(255,255,255,.64); font-size: 12px; line-height: 1.45; }
.ma-feature__tag { position: absolute; z-index: 3; right: 0; top: 0; padding: 13px 25px; background: rgba(174,124,56,.86); font-size: 12px; text-transform: uppercase; }
.ma-feature__dots { position: absolute; z-index: 3; bottom: 13px; left: 50%; transform: translateX(-50%); display: flex; gap: 10px; }
.ma-feature__dots i { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,.86); }
.ma-feature__dots i:not(:first-child) { background: rgba(255,255,255,.24); }

.ma-artists { padding: 14px 0 18px; border-top: 0; }
.ma-artists__track { display: grid; grid-template-columns: repeat(8, 1fr); gap: 18px; }
.ma-artist { text-align: center; }
.ma-artist img { width: 76px; height: 76px; margin: 0 auto 10px; object-fit: cover; border: 1px solid var(--ma-gold); border-radius: 50%; filter: grayscale(1); transition: filter .25s ease, transform .25s ease; }
.ma-artist:hover img { filter: grayscale(0); transform: translateY(-4px); }
.ma-artist h3 { margin: 0 auto; max-width: 118px; min-height: 34px; font-size: 12px; line-height: 1.25; font-weight: 400; }

.ma-vision { padding: 16px 0 20px; }
.ma-vision__grid { display: grid; grid-template-columns: 110px repeat(5, 1fr); align-items: center; }
.ma-vision__title { color: var(--ma-gold); text-transform: uppercase; line-height: 1.1; }
.ma-vision__title span { display: block; font-size: 12px; letter-spacing: .1em; }
.ma-vision__title strong { font-size: 18px; font-weight: 500; }
.ma-vision__item { min-height: 100px; padding: 4px 16px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; border-left: 1px solid var(--ma-line); }
.ma-vision__item strong { font-size: 38px; }

.ma-insights { padding: 12px 0; }
.ma-insights__inner { min-height: 145px; padding: 26px 30px; display: grid; grid-template-columns: 1.2fr 1fr auto; align-items: center; gap: 40px; border: 1px solid var(--ma-line-soft); background: rgba(0,36,38,.16); }
.ma-insights h2 { margin: 0; font-size: clamp(25px, 3vw, 38px); font-weight: 300; }
.ma-insights__inner > p { color: rgba(255,255,255,.56); font-size: 13px; line-height: 1.5; }
.ma-text-link { color: var(--ma-gold); font-size: 12px; text-transform: uppercase; white-space: nowrap; }

.ma-final-cta { padding: 10px 0 22px; border-top: 0; }
.ma-final-cta__inner { position: relative; min-height: 132px; padding: 24px 30px; display: flex; align-items: center; justify-content: space-between; gap: 30px; overflow: hidden; border: 1px solid var(--ma-gold); border-radius: 8px; background: linear-gradient(110deg, rgba(0,0,0,.28), rgba(0,83,86,.12)); }
.ma-final-cta h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(27px, 3vw, 40px); font-weight: 400; }
.ma-final-cta p { margin: 6px 0 0; color: rgba(255,255,255,.63); font-size: 14px; line-height: 1.45; }
.ma-final-cta__inner > *:not(.ma-final-cta__pattern) { position: relative; z-index: 2; }
.ma-final-cta__pattern { position: absolute; right: -20px; top: -70px; width: 310px; height: 260px; opacity: .48; background: repeating-linear-gradient(55deg, transparent 0 38px, var(--ma-gold) 39px 40px), repeating-linear-gradient(-55deg, transparent 0 54px, rgba(200,155,87,.8) 55px 56px); transform: skewX(-8deg); }

.ma-footer { border-top: 1px solid var(--ma-line-soft); background: rgba(0,0,0,.23); }
.ma-footer__grid { padding: 26px 0 24px; display: grid; grid-template-columns: 2.2fr repeat(4, 1fr) 1.2fr; gap: 30px; }
.ma-brand--footer { align-self: start; }
.ma-brand--footer img { width: 46px; height: 54px; }
.ma-brand--footer span { font-size: 20px; }
.ma-footer h3 { margin: 0 0 10px; color: rgba(255,255,255,.62); font-size: 11px; font-weight: 400; text-transform: uppercase; }
.ma-footer a:not(.ma-brand) { display: block; margin: 5px 0; color: rgba(255,255,255,.45); font-size: 11px; transition: color .2s ease; }
.ma-footer a:hover { color: var(--ma-gold); }
.ma-footer__social > div { display: flex; gap: 20px; }
.ma-footer__social a { color: var(--ma-gold) !important; font-size: 22px !important; }
.ma-footer__bottom { padding: 12px 20px 18px; border-top: 1px solid rgba(255,255,255,.035); color: rgba(255,255,255,.28); font-size: 10px; text-align: center; }

.ma-reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.ma-reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .ma-reveal { opacity: 1; transform: none; transition: none; }
    *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

@media (max-width: 1100px) {
    :root { --ma-container: min(100% - 38px, 960px); }
    .ma-navigation { gap: 15px; }
    .ma-navigation a { font-size: 10px; }
    .ma-header__actions .ma-button { display: none; }
    .ma-card-grid { grid-template-columns: repeat(3, 1fr); }
    .ma-about__pillars { margin-top: 5px; }
    .ma-market-row { grid-template-columns: 155px minmax(0,1fr) 260px; }
    .ma-artists__track { grid-template-columns: repeat(4, 1fr); row-gap: 28px; }
    .ma-footer__grid { grid-template-columns: 1.8fr repeat(3, 1fr); }
    .ma-footer__grid > div:nth-of-type(4), .ma-footer__social { display: none; }
}

@media (max-width: 840px) {
    :root { --ma-container: calc(100% - 30px); --ma-header-height: 60px; }
    .ma-header { inset: 10px 0 auto; }
    .ma-header__inner { width: calc(100% - 20px); padding: 6px 10px 6px 14px; }
    .ma-brand span { font-size: 15px; }
    .ma-menu-button { display: block; margin-left: auto; }
    .ma-header__actions { display: none; }
    .ma-navigation { position: fixed; inset: 80px 10px auto; padding: 30px; display: grid; gap: 0; border: 1px solid var(--ma-line); border-radius: 20px; background: rgba(0,12,13,.98); box-shadow: 0 30px 80px rgba(0,0,0,.6); transform: translateY(-16px); opacity: 0; visibility: hidden; transition: .25s ease; }
    .ma-navigation a { padding: 14px 2px; border-bottom: 1px solid rgba(255,255,255,.06); font-size: 12px; }
    .ma-navigation.is-open { transform: translateY(0); opacity: 1; visibility: visible; }
    .menu-open .ma-menu-button span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
    .menu-open .ma-menu-button span:nth-child(2) { opacity: 0; }
    .menu-open .ma-menu-button span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

    .ma-hero { min-height: auto; padding-top: 92px; }
    .ma-hero__grid { min-height: 610px; display: block; }
    .ma-hero__content { padding: 62px 0 0; }
    .ma-hero h1 { font-size: clamp(43px, 11.2vw, 68px); }
    .ma-hero__visual { position: relative; right: auto; top: auto; width: calc(100% + 30px); height: 340px; margin: -25px -15px 0; }
    .ma-hero__visual::after { background: linear-gradient(180deg, #01090a 0%, transparent 20%, transparent 70%, #01090a 100%); }
    .ma-scroll-marker { display: none; }

    .ma-section { padding: 40px 0; }
    .ma-about__grid { grid-template-columns: 1fr 1fr; }
    .ma-about__visual { grid-column: 2; grid-row: 1 / 3; }
    .ma-about__pillars { grid-template-columns: repeat(2, 1fr); max-width: none; margin-top: 30px; }
    .ma-metric-grid { grid-template-columns: repeat(3, 1fr); row-gap: 22px; }
    .ma-metric:nth-child(3) { border-right: 0; }
    .ma-process { grid-template-columns: repeat(3, 1fr); row-gap: 38px; }
    .ma-process::before { display: none; }
    .ma-market-row { grid-template-columns: 125px minmax(0,1fr); }
    .ma-market-row__summary { display: none; }
    .ma-vision__grid { grid-template-columns: repeat(3, 1fr); row-gap: 20px; }
    .ma-vision__title { grid-column: 1 / -1; text-align: center; }
    .ma-vision__item:nth-of-type(4) { border-left: 0; }
    .ma-insights__inner { grid-template-columns: 1fr; gap: 18px; }
    .ma-final-cta__inner { align-items: flex-start; flex-direction: column; }
    .ma-footer__grid { grid-template-columns: 1.5fr 1fr 1fr; }
    .ma-footer__grid > div:nth-of-type(3) { display: none; }
}

@media (max-width: 560px) {
    :root { --ma-container: calc(100% - 24px); }
    .ma-header__inner { width: calc(100% - 14px); }
    .ma-brand img { width: 30px; height: 35px; }
    .ma-hero__content { padding-top: 52px; }
    .ma-hero h1 { font-size: clamp(37px, 12vw, 54px); }
    .ma-lead { font-size: 15px; }
    .ma-button { width: 100%; }
    .ma-actions { width: 100%; }
    .ma-hero__visual { height: 310px; }
    .ma-about__grid { grid-template-columns: 1fr; }
    .ma-about__visual { grid-column: 1; grid-row: auto; min-height: 210px; }
    .ma-about__pillars { grid-template-columns: 1fr 1fr; gap: 22px 12px; }
    .ma-card-grid { grid-template-columns: repeat(2, 1fr); }
    .ma-value-card { min-height: 135px; }
    .ma-metric-grid { grid-template-columns: repeat(2, 1fr); }
    .ma-metric:nth-child(3) { border-right: 1px solid var(--ma-line); }
    .ma-metric:nth-child(even) { border-right: 0; }
    .ma-process { grid-template-columns: repeat(2, minmax(150px, 1fr)); overflow-x: auto; padding-bottom: 10px; }
    .ma-market-row { grid-template-columns: 90px minmax(0,1fr); min-height: 76px; }
    .ma-market-row__label { gap: 8px; padding-right: 8px; }
    .ma-market-row__label h3 { font-size: 12px; }
    .ma-market-row__label span { font-size: 10px; }
    .ma-feature { min-height: 390px; background-image: linear-gradient(0deg, rgba(0,8,9,.98) 0%, rgba(0,8,9,.80) 60%, rgba(0,8,9,.05) 100%), var(--feature-image); background-position: center; }
    .ma-feature__content { position: absolute; left: 0; right: 0; bottom: 0; padding: 24px 20px 34px; }
    .ma-feature__tag { padding: 10px 14px; font-size: 10px; }
    .ma-feature h2 { font-size: 36px; }
    .ma-artists__track { display: flex; overflow-x: auto; gap: 24px; padding-bottom: 12px; scroll-snap-type: x mandatory; }
    .ma-artist { flex: 0 0 110px; scroll-snap-align: start; }
    .ma-vision__grid { grid-template-columns: repeat(2, 1fr); }
    .ma-vision__item:nth-of-type(4) { border-left: 1px solid var(--ma-line); }
    .ma-vision__item:nth-of-type(odd) { border-left: 0; }
    .ma-final-cta__inner { padding: 25px 20px; }
    .ma-final-cta__pattern { opacity: .18; }
    .ma-footer__grid { grid-template-columns: 1fr 1fr; }
    .ma-brand--footer { grid-column: 1 / -1; }
}


/* =========================================================
   Elementor-native compatibility layer
   ========================================================= */

body.menaart-home {
    overflow-x: hidden;
}

body.menaart-home .elementor {
    background: transparent;
}

.menaart-page,
.menaart-page > .e-con-inner {
    width: 100%;
    max-width: none;
}

.menaart-page {
    min-height: 100vh;
    overflow: clip;
    background:
        radial-gradient(circle at 82% 8%, rgba(0, 83, 86, .27), transparent 28%),
        linear-gradient(180deg, #010506 0%, #001113 38%, #000809 100%);
}

.menaart-page .elementor-widget {
    margin-bottom: 0;
}

.menaart-page .elementor-heading-title,
.menaart-page .elementor-widget-text-editor,
.menaart-page .elementor-widget-text-editor p {
    font-family: "Jost", Arial, sans-serif;
}

.ma-header {
    width: 100%;
}

.ma-header__inner.e-con,
.ma-container.e-con {
    width: var(--ma-container);
    max-width: none;
    margin-inline: auto;
}

.ma-header__inner.e-con {
    width: min(1120px, calc(100% - 40px));
    flex-direction: row;
    flex-wrap: nowrap;
}

.ma-brand.e-con,
.ma-header__actions.e-con,
.ma-actions.e-con,
.ma-about__pillars.e-con,
.ma-pillar.e-con,
.ma-navigation.e-con,
.ma-feature__dots.e-con,
.ma-footer__social-links.e-con {
    flex-direction: row;
}

.ma-brand .elementor-widget-image {
    width: auto;
}

.ma-brand .elementor-widget-heading {
    width: auto;
}

.ma-brand .elementor-heading-title {
    color: var(--ma-white);
    font-size: 18px;
    line-height: 1;
    letter-spacing: .22em;
    font-weight: 500;
}

.ma-navigation .elementor-widget-heading {
    width: auto;
}

.ma-navigation .elementor-heading-title {
    font-size: inherit;
    line-height: 1;
    font-weight: 400;
}

.ma-navigation a {
    display: inline-block;
}

.ma-header__actions .elementor-widget-button,
.ma-actions .elementor-widget-button {
    width: auto;
}

.ma-button {
    min-height: 0;
    padding: 0;
    border: 0;
    background: none;
    box-shadow: none;
}

.ma-button .elementor-button {
    min-height: 44px;
    padding: 0 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    border: 1px solid var(--ma-line);
    border-radius: 3px;
    color: var(--ma-white);
    background: rgba(0,0,0,.12);
    box-shadow: none;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .02em;
    text-transform: uppercase;
    transition: transform .25s ease, background .25s ease, border-color .25s ease;
}

.ma-button:hover {
    transform: none;
}

.ma-button .elementor-button:hover {
    transform: translateY(-2px);
}

.ma-button--gold .elementor-button {
    color: #fff;
    border-color: var(--ma-gold);
    background: linear-gradient(135deg, #9a6f32, #c89b57 54%, #9c7134);
    box-shadow: 0 12px 34px rgba(200,155,87,.17);
}

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

.ma-button--small .elementor-button {
    min-height: 36px;
    padding: 0 18px;
    border-radius: 14px;
}

.ma-menu-button-widget {
    display: none;
    width: auto;
}

.ma-menu-button {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid var(--ma-line);
    border-radius: 50%;
    background: transparent;
    color: var(--ma-white);
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
}

.ma-menu-button::before {
    content: "☰";
}

.menu-open .ma-menu-button::before {
    content: "×";
}

.ma-hero__grid.e-con {
    display: grid;
}

.ma-hero__content.e-con {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ma-hero__content .elementor-widget-heading,
.ma-hero__content .elementor-widget-text-editor {
    width: 100%;
}

.ma-eyebrow .elementor-heading-title,
.ma-section-kicker .elementor-heading-title {
    color: var(--ma-gold);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .14em;
    line-height: 1.3;
    text-transform: uppercase;
}

.ma-hero-title .elementor-heading-title {
    margin: 0;
    max-width: 650px;
    color: var(--ma-white);
    font-size: clamp(48px, 5.3vw, 82px);
    line-height: 1.08;
    letter-spacing: .02em;
    text-transform: uppercase;
    font-weight: 300;
}

.ma-lead .elementor-widget-container,
.ma-lead p {
    margin: 0;
    color: rgba(255,255,255,.68);
    font-size: 17px;
    line-height: 1.6;
}

.ma-hero__visual .elementor-widget-image,
.ma-hero__visual .elementor-widget-container,
.ma-hero__visual img {
    width: 100%;
    height: 100%;
}

.ma-hero__halo.e-con {
    position: absolute;
    width: 360px;
    height: 360px;
    right: 30px;
    top: 12px;
    min-height: 0;
    border-radius: 50%;
    border: 13px solid rgba(255,255,255,.035);
    z-index: 2;
}

.ma-about__grid.e-con,
.ma-card-grid.e-con,
.ma-metric-grid.e-con,
.ma-process.e-con,
.ma-market-table.e-con,
.ma-artists__track.e-con,
.ma-vision__grid.e-con,
.ma-footer__grid.e-con {
    display: grid;
}

.ma-about-title .elementor-heading-title {
    color: var(--ma-white);
    font-size: clamp(30px, 3.1vw, 52px);
    font-weight: 300;
    line-height: 1.2;
}

.ma-about__copy .elementor-widget-text-editor,
.ma-about__copy p {
    color: rgba(255,255,255,.66);
    font-size: 15px;
    line-height: 1.55;
}

.ma-about__visual .elementor-widget-image,
.ma-about__visual .elementor-widget-container,
.ma-about__visual img {
    width: 100%;
    height: 100%;
}

.ma-pillar.e-con {
    align-items: center;
    gap: 11px;
}

.ma-pillar .elementor-widget-html {
    width: 40px;
    flex: 0 0 40px;
}

.ma-pillar .elementor-widget-heading {
    width: auto;
}

.ma-pillar .elementor-heading-title {
    color: rgba(255,255,255,.66);
    font-size: 13px;
    line-height: 1.25;
    font-weight: 400;
}

.ma-icon-svg svg {
    display: block;
    width: 40px;
    height: 40px;
    fill: none;
    stroke: var(--ma-gold);
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ma-value-card.e-con {
    display: flex;
}

.ma-value-card .elementor-widget-heading {
    width: 100%;
}

.ma-value-card .elementor-heading-title {
    color: var(--ma-white);
    font-size: 16px;
    line-height: 1.26;
    font-weight: 400;
}

.ma-metric.e-con,
.ma-process__item.e-con,
.ma-artist.e-con,
.ma-vision__item.e-con {
    display: flex;
    flex-direction: column;
}

.ma-metric-number .elementor-heading-title,
.ma-vision-number .elementor-heading-title {
    color: var(--ma-gold);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 3vw, 45px);
    font-weight: 400;
    line-height: 1;
}

.ma-metric-label .elementor-widget-container,
.ma-metric-label p,
.ma-vision-label .elementor-widget-container,
.ma-vision-label p {
    margin: 0;
    color: rgba(255,255,255,.72);
    font-size: 12px;
    line-height: 1.35;
}

.ma-process__number .elementor-heading-title {
    width: 40px;
    height: 40px;
    margin-inline: auto;
    display: grid;
    place-items: center;
    border: 1px solid var(--ma-gold);
    border-radius: 50%;
    color: var(--ma-white);
    background: #001416;
    font-size: 11px;
    font-weight: 400;
}

.ma-process-title .elementor-heading-title {
    color: var(--ma-white);
    font-size: 14px;
    font-weight: 400;
}

.ma-process-copy .elementor-widget-container,
.ma-process-copy p {
    margin: 0;
    color: rgba(255,255,255,.48);
    font-size: 10px;
    line-height: 1.45;
}

.ma-market-row.e-con {
    display: grid;
}

.ma-market-row__label.e-con,
.ma-market-row__summary.e-con {
    display: flex;
    flex-direction: column;
}

.ma-market-label-number .elementor-heading-title {
    color: var(--ma-gray);
    font-size: 14px;
    font-weight: 400;
}

.ma-market-label-title .elementor-heading-title {
    color: var(--ma-white);
    font-size: 17px;
    font-weight: 400;
}

.ma-market-row__image .elementor-widget-image,
.ma-market-row__image .elementor-widget-container,
.ma-market-row__image img {
    width: 100%;
    height: 100%;
}

.ma-market-summary-title .elementor-heading-title {
    color: var(--ma-white);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    font-weight: 400;
}

.ma-market-summary-copy .elementor-widget-container,
.ma-market-summary-copy p {
    margin: 0;
    max-width: 210px;
    color: rgba(255,255,255,.54);
    font-size: 11px;
    line-height: 1.35;
}

.ma-market-summary-number {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ma-market-summary-number .elementor-heading-title {
    color: rgba(255,255,255,.09);
    font-family: Georgia, serif;
    font-size: 45px;
    font-weight: 400;
}

.ma-feature.e-con {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    background-image:
        linear-gradient(90deg, rgba(0,8,9,.97) 0%, rgba(0,8,9,.85) 38%, rgba(0,8,9,.18) 75%),
        url("../images/featured-mysterious-dreams.webp");
}

.ma-feature__content.e-con {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ma-feature-title .elementor-heading-title {
    color: var(--ma-white);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(35px, 4vw, 57px);
    font-weight: 400;
}

.ma-feature-subtitle .elementor-heading-title {
    color: var(--ma-white);
    font-size: 17px;
    font-weight: 300;
}

.ma-feature-copy .elementor-widget-container,
.ma-feature-copy p {
    margin: 0;
    max-width: 380px;
    color: rgba(255,255,255,.64);
    font-size: 12px;
    line-height: 1.45;
}

.ma-feature__tag .elementor-heading-title {
    color: var(--ma-white);
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

.ma-artists__track {
    align-items: start;
}

.ma-artist .elementor-widget-image,
.ma-artist .elementor-widget-heading {
    width: 100%;
}

.ma-artist .elementor-heading-title {
    margin: 0 auto;
    max-width: 118px;
    min-height: 34px;
    color: var(--ma-white);
    font-size: 12px;
    line-height: 1.25;
    font-weight: 400;
}

.ma-vision__title .elementor-heading-title {
    color: var(--ma-gold);
    text-transform: uppercase;
    line-height: 1.1;
}

.ma-vision-title-small .elementor-heading-title {
    font-size: 12px;
    letter-spacing: .1em;
}

.ma-vision-title-main .elementor-heading-title {
    font-size: 18px;
    font-weight: 500;
}

.ma-insights__inner.e-con {
    display: grid;
}

.ma-insights-title .elementor-heading-title {
    color: var(--ma-white);
    font-size: clamp(25px, 3vw, 38px);
    font-weight: 300;
}

.ma-insights-copy .elementor-widget-container,
.ma-insights-copy p {
    color: rgba(255,255,255,.56);
    font-size: 13px;
    line-height: 1.5;
}

.ma-text-link .elementor-button {
    padding: 0;
    color: var(--ma-gold);
    background: transparent;
    border: 0;
    font-size: 12px;
    text-transform: uppercase;
}

.ma-final-cta__inner.e-con {
    display: flex;
    flex-direction: row;
}

.ma-final-title .elementor-heading-title {
    color: var(--ma-white);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(27px, 3vw, 40px);
    font-weight: 400;
}

.ma-final-copy .elementor-widget-container,
.ma-final-copy p {
    margin: 0;
    color: rgba(255,255,255,.63);
    font-size: 14px;
    line-height: 1.45;
}

.ma-footer__grid.e-con {
    display: grid;
}

.ma-footer-column.e-con {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ma-footer-column .elementor-widget-heading {
    width: 100%;
}

.ma-footer-heading .elementor-heading-title {
    color: rgba(255,255,255,.62);
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
}

.ma-footer-link .elementor-heading-title {
    font-size: 11px;
    font-weight: 400;
}

.ma-footer__social-links.e-con {
    gap: 20px;
}

.ma-footer__social-links .elementor-widget-heading {
    width: auto;
}

.ma-footer__social-links .elementor-heading-title {
    color: var(--ma-gold);
    font-size: 22px;
    font-weight: 400;
}

.ma-footer__bottom .elementor-widget-container,
.ma-footer__bottom p {
    margin: 0;
}

@media (max-width: 1100px) {
    .ma-header__actions .ma-button {
        display: none;
    }
}

@media (max-width: 840px) {
    .ma-menu-button-widget {
        display: block;
        margin-left: auto;
    }

    .ma-navigation.e-con {
        display: grid;
    }

    .ma-navigation .elementor-widget-heading {
        width: 100%;
    }

    .ma-header__actions.e-con {
        display: none;
    }

    .ma-hero__grid.e-con {
        display: block;
    }

    .ma-about__grid.e-con,
    .ma-card-grid.e-con,
    .ma-metric-grid.e-con,
    .ma-process.e-con,
    .ma-market-row.e-con,
    .ma-vision__grid.e-con,
    .ma-insights__inner.e-con,
    .ma-footer__grid.e-con {
        display: grid;
    }

    .ma-final-cta__inner.e-con {
        flex-direction: column;
    }
}

@media (max-width: 560px) {
    .ma-actions.e-con {
        width: 100%;
        flex-direction: column;
    }

    .ma-actions .elementor-widget-button {
        width: 100%;
    }

    .ma-actions .elementor-button {
        width: 100%;
    }
}


/* =========================================================
   MENAART V2 — Elementor 7.0.2 layout hardening
   Generated from the user's native Elementor container export.
   ========================================================= */

html,
body,
body.elementor-page,
body.menaart-home {
    width: 100%;
    max-width: none;
    overflow-x: hidden;
}

body.elementor-page .elementor,
body.elementor-page .elementor-inner,
body.elementor-page .elementor-section-wrap,
body.elementor-page main,
body.elementor-page .site-main {
    width: 100%;
    max-width: none;
}

.elementor .elementor-element.menaart-page.e-con {
    --width: 100%;
    --content-width: 100%;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    background:
        radial-gradient(circle at 82% 8%, rgba(0,83,86,.27), transparent 28%),
        linear-gradient(180deg, #010506 0%, #001113 38%, #000809 100%) !important;
}

.elementor .menaart-page > .e-con-inner {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.elementor .menaart-page .e-con {
    min-width: 0;
}

.elementor .ma-container.e-con {
    --width: min(1180px, calc(100% - 48px));
    width: min(1180px, calc(100% - 48px)) !important;
    max-width: 1180px !important;
    margin-inline: auto !important;
}

.elementor .ma-header.e-con,
.elementor .ma-hero.e-con,
.elementor .ma-section.e-con,
.elementor .ma-footer.e-con {
    --width: 100%;
    width: 100% !important;
    max-width: none !important;
    align-self: stretch !important;
}

.elementor .ma-header__inner.e-con {
    --width: min(1120px, calc(100% - 40px));
    width: min(1120px, calc(100% - 40px)) !important;
    max-width: 1120px !important;
    min-height: 72px;
    margin-inline: auto !important;
    padding: 8px 18px !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 20px !important;
}

.elementor .ma-header__inner > .e-con-inner {
    display: contents;
}

.elementor .ma-brand.e-con {
    --width: 185px;
    width: 185px !important;
    flex: 0 0 185px !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 10px !important;
}

.elementor .ma-navigation.e-con {
    --width: auto;
    width: auto !important;
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: clamp(14px, 1.7vw, 28px) !important;
}

.elementor .ma-header__actions.e-con {
    --width: 185px;
    width: 185px !important;
    flex: 0 0 185px !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-end !important;
    align-items: center !important;
    gap: 12px !important;
}

.elementor .ma-hero__grid.e-con {
    --width: min(1180px, calc(100% - 48px));
    width: min(1180px, calc(100% - 48px)) !important;
    max-width: 1180px !important;
    min-height: 538px;
    margin-inline: auto !important;
    display: grid !important;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr) !important;
    align-items: center !important;
    gap: 24px !important;
}

.elementor .ma-hero__grid > .e-con-inner {
    display: contents;
}

.elementor .ma-hero__content.e-con,
.elementor .ma-hero__visual.e-con {
    --width: 100%;
    width: 100% !important;
    max-width: none !important;
}

.elementor .ma-hero__content.e-con {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
}

.elementor .ma-actions.e-con {
    --width: auto;
    width: auto !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 14px !important;
}

/* Do not hide page content if JavaScript or IntersectionObserver is unavailable. */
.elementor .ma-reveal {
    opacity: 1 !important;
    transform: none !important;
}

/* Prevent Elementor widget wrappers from forcing full-width nav/button items. */
.elementor .ma-navigation > .elementor-element,
.elementor .ma-brand > .elementor-element,
.elementor .ma-header__actions > .elementor-element,
.elementor .ma-actions > .elementor-element {
    width: auto !important;
    max-width: none !important;
    flex: 0 0 auto !important;
}

@media (max-width: 840px) {
    .elementor .ma-header__inner.e-con {
        --width: calc(100% - 20px);
        width: calc(100% - 20px) !important;
    }

    .elementor .ma-brand.e-con {
        --width: auto;
        width: auto !important;
        flex: 0 0 auto !important;
    }

    .elementor .ma-header__actions.e-con {
        display: none !important;
    }

    .elementor .ma-navigation.e-con {
        position: fixed !important;
        width: auto !important;
        inset: 80px 10px auto !important;
        display: grid !important;
    }

    .elementor .ma-hero__grid.e-con {
        --width: calc(100% - 30px);
        width: calc(100% - 30px) !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .elementor .ma-hero__content.e-con,
    .elementor .ma-hero__visual.e-con {
        --width: 100%;
        width: 100% !important;
    }
}
