﻿/* =========================================================
   ITELGE IMPEX - ABOUT PAGE
   ========================================================= */

/* -------------------------
   SHARED
   ------------------------- */

.about-eyebrow {
    display: block;
    margin-bottom: 18px;
    color: #f39a2f;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.about-accent-line {
    display: block;
    width: 52px;
    height: 2px;
    margin-top: 25px;
    background-color: #f39a2f;
}

/* -------------------------
   HERO
   ------------------------- */

.about-hero {
    position: relative;
    display: flex;
    min-height: 78vh;
    min-height: 78svh;
    overflow: hidden;
    background-color: #020c19;
    isolation: isolate;
}

.about-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url("../images/about/about-hero.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: scale(1.015);
}

.about-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient( 90deg, rgba(1, 10, 22, 0.98) 0%, rgba(1, 10, 22, 0.94) 30%, rgba(1, 10, 22, 0.76) 48%, rgba(1, 10, 22, 0.38) 72%, rgba(1, 10, 22, 0.16) 100% ), linear-gradient( 180deg, rgba(1, 10, 22, 0.10) 0%, rgba(1, 10, 22, 0.06) 55%, rgba(1, 10, 22, 0.54) 100% );
}

.about-hero::before,
.about-hero::after {
    position: absolute;
    z-index: 2;
    content: "";
    border-radius: 50%;
    pointer-events: none;
}

.about-hero::before {
    top: -310px;
    right: -80px;
    width: 780px;
    height: 780px;
    border: 1px solid rgba(243, 154, 47, 0.20);
}

.about-hero::after {
    top: -210px;
    right: 40px;
    width: 620px;
    height: 620px;
    border: 1px solid rgba(0, 168, 181, 0.22);
}

.about-hero-container {
    position: relative;
    z-index: 3;
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
    width: 100%;
    padding-top: 120px;
    padding-bottom: 65px;
}

.about-hero-content {
    max-width: 820px;
}

    .about-hero-content h1 {
        margin: 0;
        color: #ffffff;
        font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
        font-size: clamp(68px, 7vw, 118px);
        font-weight: 500;
        line-height: 0.9;
        letter-spacing: -1.5px;
    }

        .about-hero-content h1 strong {
            display: block;
            color: #19b8c4;
            font-weight: 500;
        }

    .about-hero-content p {
        max-width: 650px;
        margin: 27px 0 0;
        color: rgba(223, 232, 239, 0.76);
        font-size: 18px;
        font-weight: 300;
        line-height: 1.7;
    }

.about-hero-stat {
    flex: 0 0 250px;
    padding: 29px;
    background-color: rgba(2, 19, 37, 0.56);
    border: 1px solid rgba(255, 255, 255, 0.11);
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.18);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

    .about-hero-stat span {
        display: block;
        color: #f39a2f;
        font-size: 10px;
        font-weight: 600;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .about-hero-stat strong {
        display: block;
        margin: 8px 0 13px;
        color: #ffffff;
        font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
        font-size: 68px;
        font-weight: 500;
        line-height: 1;
    }

    .about-hero-stat p {
        margin: 0;
        color: rgba(205, 217, 226, 0.68);
        font-size: 13px;
        line-height: 1.6;
    }

/* -------------------------
   INTRODUCTION
   ------------------------- */

.about-introduction {
    position: relative;
    padding: 115px 0;
    background: radial-gradient( circle at 88% 18%, rgba(0, 168, 181, 0.07), transparent 30% ), #020b18;
}

.about-section-heading h2 {
    margin: 0;
    color: #ffffff;
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: clamp(50px, 5vw, 78px);
    font-weight: 500;
    line-height: 0.98;
}

    .about-section-heading h2 strong {
        display: block;
        color: #19b8c4;
        font-weight: 500;
    }

.about-introduction-content {
    padding-left: 38px;
}

    .about-introduction-content p {
        margin: 0 0 22px;
        color: rgba(199, 213, 223, 0.70);
        font-size: 16px;
        line-height: 1.8;
    }

    .about-introduction-content .about-lead {
        color: rgba(239, 244, 248, 0.90);
        font-size: 20px;
        font-weight: 300;
        line-height: 1.7;
    }

/* -------------------------
   HERITAGE
   ------------------------- */

.about-heritage {
    position: relative;
    padding: 110px 0;
    overflow: hidden;
    background: linear-gradient(115deg, #f4f1eb 0%, #f8f6f2 52%, #d8cbb9 100%);
    border-top: 1px solid rgba(1, 18, 34, 0.08);
    border-bottom: 1px solid rgba(1, 18, 34, 0.10);
}

    .about-heritage::before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 57%;
        z-index: 1;
        width: 2px;
        content: "";
        background-color: rgba(181, 125, 46, 0.72);
        transform: skewX(-12deg);
        transform-origin: center;
    }

.about-heritage-watermark {
    position: absolute;
    top: 50%;
    left: 34%;
    width: 340px;
    height: 340px;
    color: rgba(197, 157, 98, 0.10);
    transform: translate(-50%, -50%);
    pointer-events: none;
}

    .about-heritage-watermark svg {
        width: 100%;
        height: 100%;
        fill: none;
        stroke: currentColor;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

.about-heritage .container {
    position: relative;
    z-index: 2;
}

.about-heritage-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.07fr) minmax(380px, 0.93fr);
    gap: 75px;
    align-items: stretch;
}

.about-heritage-content {
    max-width: 730px;
    padding: 18px 0;
}

    .about-heritage-content .about-eyebrow {
        color: #9b6b24;
    }

    .about-heritage-content h2 {
        margin: 0;
        color: #06162b;
        font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
        font-size: clamp(54px, 5.5vw, 88px);
        font-weight: 600;
        line-height: 0.92;
        letter-spacing: -0.8px;
    }

        .about-heritage-content h2 strong {
            display: block;
            color: #b57d2e;
            font-weight: 500;
        }

    .about-heritage-content p {
        max-width: 670px;
        margin: 0 0 16px;
        color: rgba(6, 22, 43, 0.76);
        font-size: 16px;
        line-height: 1.75;
    }

    .about-heritage-content .about-heritage-lead {
        margin-top: 27px;
        color: #06162b;
        font-size: 19px;
        font-weight: 500;
        line-height: 1.65;
    }

.about-heritage-timeline {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 45px minmax(0, 1fr) 45px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    margin-top: 42px;
}

    .about-heritage-timeline article {
        text-align: center;
    }

        .about-heritage-timeline article span {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 78px;
            height: 78px;
            margin: 0 auto 16px;
            color: #9d6b23;
            background-color: rgba(255, 255, 255, 0.56);
            border: 1px solid rgba(181, 125, 46, 0.58);
            border-radius: 50%;
            font-size: 13px;
            font-weight: 700;
            text-transform: uppercase;
        }

        .about-heritage-timeline article strong {
            display: block;
            color: rgba(6, 22, 43, 0.76);
            font-size: 12px;
            font-weight: 600;
            line-height: 1.55;
        }

    .about-heritage-timeline > i {
        position: relative;
        display: block;
        height: 78px;
    }

        .about-heritage-timeline > i::before {
            position: absolute;
            top: 38px;
            right: 4px;
            left: 4px;
            height: 1px;
            content: "";
            background-color: rgba(181, 125, 46, 0.55);
        }

        .about-heritage-timeline > i::after {
            position: absolute;
            top: 34px;
            right: 2px;
            width: 8px;
            height: 8px;
            content: "";
            border-top: 1px solid rgba(181, 125, 46, 0.8);
            border-right: 1px solid rgba(181, 125, 46, 0.8);
            transform: rotate(45deg);
        }

.about-founder-card {
    position: relative;
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #1d1815;
    border: 1px solid rgba(212,170,88,.22);
    border-radius: 6px;
    box-shadow: 0 18px 45px rgba(0,0,0,.25), 0 0 0 1px rgba(255,255,255,.03);
}

.about-founder-photo {
    position: absolute;
    inset: 0;
    background-image: url("../images/about/founder-avni-ozdemir.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 12%;
    transition: transform .6s ease;
}

.about-founder-card:hover .about-founder-photo {
    transform: scale(1.03);
}

.about-founder-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( 180deg, rgba(0,0,0,.02) 0%, rgba(0,0,0,.10) 42%, rgba(1,10,22,.82) 78%, rgba(1,10,22,.96) 100% );
}

.about-founder-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( 180deg, rgba(3, 12, 22, 0.04) 0%, rgba(3, 12, 22, 0.08) 48%, rgba(3, 12, 22, 0.92) 100% );
}

.about-founder-caption {
    position: absolute;
    left: 35px;
    right: 35px;
    bottom: 34px;
    z-index: 5;
}

.about-founder-signature {
    display: block;
    margin-bottom: 14px;
    font-family: "Segoe Script";
    font-size: 34px;
    color: #d8a451;
    opacity: .95;
    text-align:center;
}

.about-founder-caption h3 {
    margin: 0;
    font-size: 34px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.about-founder-caption strong {
    display: block;
    margin-top: 6px;
    color: #d8a451;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align:center;
}

.about-founder-caption p {
    margin-top: 12px;
    color: rgba(255,255,255,.82);
    font-size: 18px;
    text-align: center;
}
.about-founder-card::after {
    content: "";
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(212,170,88,.20);
    pointer-events: none;
}
.about-founder-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center top;
}
@media(max-width:991px) {

    .about-founder-card {
        max-width: 460px;
        margin: 60px auto 0;
    }
}

@media(max-width:767px) {

    .about-founder-card {
        max-width: 360px;
    }
}

@media(max-width:480px) {

    .about-founder-card {
        max-width: 300px;
    }
}
/* -------------------------
   APPROACH
   ------------------------- */

.about-approach {
    position: relative;
    padding: 110px 0 100px;
    overflow: hidden;
    background: radial-gradient( circle at 12% 20%, rgba(243, 154, 47, 0.07), transparent 28% ), linear-gradient(135deg, #031527, #020a16);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.about-approach-header {
    max-width: 820px;
    margin-bottom: 58px;
}

    .about-approach-header h2 {
        margin: 0;
        color: #ffffff;
        font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
        font-size: clamp(50px, 5vw, 80px);
        font-weight: 500;
        line-height: 0.98;
    }

        .about-approach-header h2 strong {
            display: block;
            color: #19b8c4;
            font-weight: 500;
        }

    .about-approach-header p {
        max-width: 700px;
        margin: 24px 0 0;
        color: rgba(203, 215, 224, 0.69);
        font-size: 16px;
        line-height: 1.75;
    }

.about-approach-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    border-left: 1px solid rgba(255, 255, 255, 0.10);
}

    .about-approach-grid article {
        position: relative;
        min-height: 355px;
        padding: 35px 29px;
        background-color: rgba(255, 255, 255, 0.012);
        border-right: 1px solid rgba(255, 255, 255, 0.10);
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }

.about-approach-number {
    position: absolute;
    top: 23px;
    right: 23px;
    color: rgba(255, 255, 255, 0.13);
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: 38px;
}

.about-approach-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 30px;
    color: #19b8c4;
}

    .about-approach-icon.orange {
        color: #f39a2f;
    }

    .about-approach-icon svg {
        width: 100%;
        height: 100%;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.4;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

.about-approach-grid h3 {
    margin: 0 0 17px;
    color: #ffffff;
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.06;
}

.about-approach-grid p {
    margin: 0;
    color: rgba(198, 211, 221, 0.65);
    font-size: 14px;
    line-height: 1.7;
}

/* -------------------------
   VALUES
   ------------------------- */

.about-values {
    padding: 110px 0 100px;
    background-color: #020b18;
}

.about-values-header {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(380px, 0.85fr);
    gap: 80px;
    align-items: end;
    margin-bottom: 60px;
}

    .about-values-header h2 {
        margin: 0;
        color: #ffffff;
        font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
        font-size: clamp(50px, 5vw, 80px);
        font-weight: 500;
        line-height: 0.98;
    }

        .about-values-header h2 strong {
            display: block;
            color: #19b8c4;
            font-weight: 500;
        }

    .about-values-header > p {
        margin: 0;
        color: rgba(203, 215, 224, 0.70);
        font-size: 16px;
        line-height: 1.75;
    }

.about-values-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

    .about-values-grid article {
        padding: 34px 29px;
        border-right: 1px solid rgba(255, 255, 255, 0.10);
    }

        .about-values-grid article:last-child {
            border-right: 0;
        }

    .about-values-grid span {
        display: block;
        margin-bottom: 28px;
        color: #f39a2f;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 2px;
    }

    .about-values-grid h3 {
        margin: 0 0 14px;
        color: #ffffff;
        font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
        font-size: 31px;
        font-weight: 500;
    }

    .about-values-grid p {
        margin: 0;
        color: rgba(198, 211, 221, 0.65);
        font-size: 14px;
        line-height: 1.7;
    }

/* -------------------------
   CENTRAL ASIA
   ------------------------- */

.about-central-asia {
    position: relative;
    padding: 105px 0;
    overflow: hidden;
    background-color: #031426;
}

.about-central-asia-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient( circle at 78% 45%, rgba(0, 168, 181, 0.19), transparent 31% ), radial-gradient( circle at 92% 78%, rgba(243, 154, 47, 0.11), transparent 26% ), linear-gradient(135deg, #03182c, #020a16);
}

.about-central-asia-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( 90deg, rgba(2, 11, 24, 0.95), rgba(2, 11, 24, 0.60), rgba(2, 11, 24, 0.25) );
}

.about-central-asia .container {
    position: relative;
    z-index: 2;
}

.about-central-asia-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(350px, 0.85fr);
    gap: 90px;
    align-items: end;
}

.about-central-asia h2 {
    margin: 0;
    color: #ffffff;
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: clamp(52px, 5.2vw, 84px);
    font-weight: 500;
    line-height: 0.98;
}

    .about-central-asia h2 strong {
        display: block;
        color: #19b8c4;
        font-weight: 500;
    }

.about-central-asia p {
    margin: 0 0 27px;
    color: rgba(216, 225, 233, 0.75);
    font-size: 17px;
    line-height: 1.75;
}

.about-primary-link {
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

    .about-primary-link svg {
        width: 22px;
        height: 22px;
        margin-left: 12px;
        fill: none;
        stroke: #f39a2f;
        stroke-width: 1.7;
        stroke-linecap: round;
        stroke-linejoin: round;
        transition: transform 0.25s ease;
    }

    .about-primary-link:hover,
    .about-primary-link:focus {
        color: #f39a2f;
        text-decoration: none;
    }

        .about-primary-link:hover svg,
        .about-primary-link:focus svg {
            transform: translateX(5px);
        }

/* -------------------------
   CTA
   ------------------------- */

.about-cta {
    padding: 75px 0;
    background-color: #010914;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.about-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.about-cta h2 {
    margin: 0;
    color: #ffffff;
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: clamp(43px, 4.5vw, 70px);
    font-weight: 500;
    line-height: 0.98;
}

    .about-cta h2 strong {
        display: block;
        color: #19b8c4;
        font-weight: 500;
    }

.about-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    min-width: 245px;
    min-height: 55px;
    padding: 14px 18px 14px 22px;
    color: #ffffff;
    border: 1px solid rgba(243, 154, 47, 0.86);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

    .about-cta-button svg {
        width: 22px;
        height: 22px;
        margin-left: 22px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.7;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .about-cta-button:hover,
    .about-cta-button:focus {
        color: #06101c;
        text-decoration: none;
        background-color: #f39a2f;
        transform: translateY(-2px);
    }

/* -------------------------
   RESPONSIVE - TABLET
   ------------------------- */

@media (max-width: 991.98px) {
    .about-hero {
        min-height: auto;
    }

    .about-hero-container {
        display: block;
        min-height: 720px;
        padding-top: 145px;
        padding-bottom: 70px;
    }

    .about-hero-stat {
        width: 100%;
        max-width: 420px;
        margin-top: 50px;
    }

    .about-introduction,
    .about-heritage,
    .about-approach,
    .about-values {
        padding-top: 85px;
        padding-bottom: 75px;
    }

    .about-section-heading {
        margin-bottom: 42px;
    }

    .about-introduction-content {
        padding-left: 0;
    }

    .about-heritage::before {
        display: none;
    }

    .about-heritage-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .about-founder-card {
        min-height: 520px;
    }

    .about-approach-grid,
    .about-values-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-values-header,
    .about-central-asia-inner {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .about-values-header {
        margin-bottom: 45px;
    }

    .about-cta-inner {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* -------------------------
   RESPONSIVE - MOBILE
   ------------------------- */

@media (max-width: 767.98px) {
    .about-hero-container {
        min-height: auto;
        padding-top: 120px;
        padding-bottom: 65px;
    }

    .about-hero-content h1 {
        font-size: 60px;
    }

    .about-hero-content p {
        font-size: 16px;
    }

    .about-introduction,
    .about-heritage,
    .about-approach,
    .about-values,
    .about-central-asia {
        padding-top: 70px;
        padding-bottom: 62px;
    }

        .about-section-heading h2,
        .about-heritage-content h2,
        .about-approach-header h2,
        .about-values-header h2,
        .about-central-asia h2 {
            font-size: 49px;
        }

    .about-introduction-content .about-lead {
        font-size: 18px;
    }

    .about-heritage-timeline {
        grid-template-columns: 1fr;
        gap: 20px;
    }

        .about-heritage-timeline > i {
            width: 1px;
            height: 36px;
            margin: 0 auto;
            background-color: rgba(181, 125, 46, 0.55);
        }

            .about-heritage-timeline > i::before,
            .about-heritage-timeline > i::after {
                display: none;
            }

    .about-founder-card {
        min-height: 460px;
    }

    .about-founder-caption {
        right: 24px;
        bottom: 24px;
        left: 24px;
    }

    .about-approach-grid,
    .about-values-grid {
        grid-template-columns: 1fr;
    }

        .about-approach-grid article,
        .about-values-grid article {
            min-height: auto;
            border-right: 0;
        }

    .about-cta {
        padding: 60px 0;
    }

        .about-cta h2 {
            font-size: 47px;
        }
}

/* -------------------------
   RESPONSIVE - SMALL MOBILE
   ------------------------- */

@media (max-width: 479.98px) {
    .about-hero-content h1 {
        font-size: 50px;
    }

    .about-hero-stat strong {
        font-size: 58px;
    }

    .about-heritage-content h2 {
        font-size: 44px;
    }

    .about-founder-card {
        min-height: 460px;
    }

    .about-founder-signature {
        font-size: 26px;
    }

    .about-cta-button {
        width: 100%;
        min-width: 0;
    }
}

/* -------------------------
   SHORT DESKTOP HEIGHTS
   ------------------------- */

@media (min-width: 992px) and (max-height: 820px) {
    .about-hero {
        min-height: 700px;
    }

    .about-hero-container {
        padding-top: 110px;
        padding-bottom: 45px;
    }

    .about-hero-content h1 {
        font-size: clamp(58px, 6vw, 92px);
    }

    .about-hero-content p {
        font-size: 16px;
    }
}
