/* About page */
.about-page { overflow: hidden; background: #fff; }
.about-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 82px 0 72px;
    color: #fff;
    background: linear-gradient(135deg, var(--primary-dark), var(--primary));
}
.about-hero::before,
.about-hero::after { position: absolute; z-index: -1; border-radius: 50%; content: ""; pointer-events: none; }
.about-hero::before { width: 420px; height: 420px; inset-block-start: -260px; inset-inline-end: -90px; border: 1px solid rgba(255,255,255,.12); box-shadow: 0 0 0 65px rgba(255,255,255,.025), 0 0 0 130px rgba(255,255,255,.018); }
.about-hero::after { width: 260px; height: 260px; inset-block-end: -190px; inset-inline-start: 12%; background: radial-gradient(circle, rgba(207,147,65,.28), transparent 69%); }
.about-hero-inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(520px, .9fr); align-items: center; gap: 50px; }
.about-hero .eyebrow { margin-bottom: 18px; color: #f0be72; }
.about-hero-copy h1 { max-width: 780px; margin: 0; color: #fff; font-size: clamp(34px, 4.5vw, 62px); line-height: 1.12; letter-spacing: -.035em; }
.about-hero-copy > p:last-child { max-width: 720px; margin: 24px 0 0; color: rgba(255,255,255,.76); font-size: 18px; line-height: 1.9; }
.about-hero-milestones { width: 100%; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.about-hero-milestones article { min-width: 0; min-height: 140px; padding: 24px 14px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: rgba(255,255,255,.07); text-align: center; backdrop-filter: blur(8px); }
.about-hero-milestones strong { color: #f2be6f; font-family: Inter, sans-serif; font-size: clamp(24px, 2vw, 29px); line-height: 1.2; }
.about-hero-milestones span { max-width: 125px; margin-top: 9px; color: rgba(255,255,255,.76); font-size: 12px; line-height: 1.65; }
.about-story-section { padding-block: 92px; }
.about-story-grid { display: grid; grid-template-columns: minmax(270px, .78fr) minmax(0, 1.22fr); gap: clamp(44px, 7vw, 110px); align-items: start; }
.about-section-heading .eyebrow,
.about-centered-head .eyebrow { margin-bottom: 13px; }
.about-section-heading h2,
.about-centered-head h2 { margin: 0; color: var(--primary-dark); font-size: clamp(28px, 3.4vw, 44px); line-height: 1.25; }
.about-section-heading > p:last-child,
.about-centered-head > p:last-child { margin: 18px auto 0; color: #66736f; line-height: 1.85; }
.about-story-copy { position: relative; padding-inline-start: 34px; border-inline-start: 2px solid rgba(198,135,51,.35); }
.about-story-copy::before { position: absolute; width: 10px; height: 10px; inset-block-start: 6px; inset-inline-start: -6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 7px rgba(198,135,51,.12); content: ""; }
.about-story-copy p { margin: 0; color: #3f4d49; font-size: 17px; line-height: 2.05; }
.about-story-copy p + p { margin-top: 22px; }
.about-goals-section { padding-block: 92px; background: #f4f7f6; }
.about-centered-head { max-width: 790px; margin-inline: auto; }
.about-goals-grid { margin-top: 46px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.about-goals-grid article { position: relative; min-height: 248px; overflow: hidden; padding: 30px; border: 1px solid #e0e8e5; border-radius: 18px; background: #fff; box-shadow: 0 10px 35px rgba(14,61,52,.045); }
.about-goals-grid article::after { position: absolute; width: 100px; height: 100px; inset-block-end: -56px; inset-inline-end: -44px; border-radius: 50%; background: rgba(15,91,77,.055); content: ""; }
.about-goals-grid article > span { width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; border-radius: 12px; color: var(--primary); background: rgba(15,91,77,.09); font: 700 13px/1 Inter, sans-serif; }
.about-goals-grid h3 { margin: 24px 0 10px; color: var(--primary-dark); font-size: 19px; }
.about-goals-grid p { margin: 0; color: #6b7773; font-size: 14px; line-height: 1.85; }
.about-goals-grid article:last-child { grid-column: 2; }
.about-process-section { padding-block: 92px; background: var(--primary-dark); color: #fff; }
.about-process-heading { max-width: 650px; }
.about-process-heading .eyebrow { color: #efbc70; }
.about-process-heading h2 { color: #fff; }
.about-process-timeline { position: relative; margin-top: 54px; display: grid; grid-template-columns: repeat(6, 1fr); }
.about-process-timeline::before { position: absolute; inset-block-start: 27px; inset-inline: 6%; height: 1px; background: linear-gradient(90deg, transparent, rgba(241,184,97,.7) 10%, rgba(241,184,97,.7) 90%, transparent); content: ""; }
.about-process-timeline article { position: relative; padding-inline: 10px; text-align: center; }
.about-process-timeline span { position: relative; z-index: 1; width: 54px; height: 54px; margin-inline: auto; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(241,184,97,.5); border-radius: 50%; color: #f4c47f; background: var(--primary-dark); font: 700 12px/1 Inter, sans-serif; box-shadow: 0 0 0 7px rgba(241,184,97,.045); }
.about-process-timeline strong { max-width: 140px; margin: 18px auto 0; display: block; color: rgba(255,255,255,.82); font-size: 14px; line-height: 1.6; }
.about-markets-section { padding-block: 96px; background: linear-gradient(180deg, #f8faf9, #eef4f2); }
.about-map-shell { position: relative; margin-top: 48px; overflow: hidden; padding: 22px; border: 1px solid rgba(15,91,77,.11); border-radius: 24px; background: rgba(255,255,255,.92); box-shadow: 0 24px 65px rgba(11,59,50,.1); }
.about-markets-map { width: 100%; height: 500px; overflow: hidden; border-radius: 17px; background: radial-gradient(circle at 62% 45%, rgba(15,91,77,.075), transparent 38%), #f8fbfa; }
.about-markets-map svg { display: block; }
.about-markets-map .jvm-region { transition: fill .2s ease, fill-opacity .2s ease; }
.about-markets-map .jvm-marker { transform-box: fill-box; transform-origin: center; filter: drop-shadow(0 0 5px rgba(229,158,60,.75)); animation: about-market-pulse 2.4s ease-in-out infinite; }
.about-markets-map .jvm-marker:nth-child(2n) { animation-delay: .35s; }
.about-markets-map .jvm-marker:nth-child(3n) { animation-delay: .7s; }
.jvm-tooltip { z-index: 1000; padding: 9px 13px; border: 1px solid rgba(255,255,255,.14); border-radius: 9px; color: #fff; background: var(--primary-dark); box-shadow: 0 10px 28px rgba(5,43,36,.24); font-family: Tajawal, Inter, sans-serif; font-size: 13px; font-weight: 700; }
.about-map-fallback { margin: 0; padding: 50px 20px; color: #65736f; text-align: center; }
.about-market-list { margin-top: 22px; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.about-market-list span { padding: 10px 16px; display: inline-flex; align-items: center; gap: 9px; border: 1px solid rgba(15,91,77,.12); border-radius: 999px; color: #41504c; background: rgba(255,255,255,.76); font-size: 13px; font-weight: 700; }
.about-market-list i { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(198,135,51,.12); }
.about-market-list .about-market-list-empty { margin: 0; padding: 11px 16px; border: 1px dashed rgba(15,91,77,.18); border-radius: 10px; color: #66736f; background: rgba(255,255,255,.56); font-size: 13px; }
@keyframes about-market-pulse { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.22); opacity: .82; } }
.about-exhibitions-section { padding-block: 96px; }
.about-exhibitions-heading { max-width: 670px; }
.about-exhibitions-heading > p:last-child { margin-inline: 0; }
.about-exhibitions-grid { margin-top: 44px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.about-exhibitions-grid figure { margin: 0; overflow: hidden; border: 1px solid #e2e9e7; border-radius: 18px; background: #fff; box-shadow: 0 13px 38px rgba(14,61,52,.07); }
.about-exhibitions-grid figure > div { aspect-ratio: 3 / 2; overflow: hidden; background: #eef3f1; }
.about-exhibitions-grid img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease; }
.about-exhibitions-grid figure:hover img { transform: scale(1.035); }
.about-exhibitions-grid figcaption { padding: 17px 19px; color: var(--primary-dark); font-weight: 750; }
.about-exhibitions-empty { min-height: 170px; margin-top: 40px; display: grid; place-content: center; justify-items: center; border: 1px dashed rgba(15,91,77,.2); border-radius: 18px; color: #74817d; background: #f8faf9; }
.about-exhibitions-empty span { color: var(--accent); font-size: 28px; }
.about-exhibitions-empty p { margin: 8px 0 0; }

@media (max-width: 1100px) {
    .about-hero-inner {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .about-hero-milestones {
        max-width: 820px;
    }

    .about-goals-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-goals-grid article:last-child {
        grid-column: auto;
    }

    .about-process-timeline {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 40px;
    }

    .about-process-timeline::before {
        display: none;
    }
}

@media (max-width: 760px) {
    .about-hero {
        padding: 58px 0 52px;
    }

    .about-hero-copy h1 {
        font-size: clamp(30px, 9vw, 38px);
    }

    .about-hero-copy > p:last-child {
        margin-top: 18px;
        font-size: 16px;
        line-height: 1.8;
    }

    .about-hero-milestones {
        max-width: none;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .about-hero-milestones article {
        min-height: 110px;
        padding: 18px 10px;
    }

    .about-story-section,
    .about-goals-section,
    .about-process-section,
    .about-markets-section,
    .about-exhibitions-section {
        padding-block: 60px;
    }

    .about-story-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .about-story-copy {
        padding-inline-start: 22px;
    }

    .about-story-copy p {
        font-size: 15px;
        line-height: 1.9;
    }

    .about-goals-grid {
        margin-top: 34px;
        grid-template-columns: 1fr;
    }

    .about-goals-grid article {
        min-height: 0;
        padding: 24px;
    }

    .about-process-timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 34px 12px;
    }

    .about-map-shell {
        margin-top: 34px;
        padding: 10px;
        border-radius: 18px;
    }

    .about-markets-map {
        height: 330px;
        border-radius: 12px;
    }

    .about-exhibitions-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

@media (max-width: 420px) {
    .about-hero-copy h1 {
        font-size: 30px;
    }

    .about-markets-map {
        height: 280px;
    }

    .about-market-list {
        gap: 7px;
    }

    .about-market-list span {
        padding: 8px 11px;
        font-size: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .about-markets-map .jvm-marker {
        animation: none;
    }

    .about-exhibitions-grid img {
        transition: none;
    }
}
