/* =========================================================
   KALPANA ENTERPRISES
   ABOUT US
   ========================================================= */

.ke-about-page {
    width: 100%;
    overflow: hidden;
    background: #080a0b;
    color: #f5f5f5;
}

.ke-about-page *,
.ke-about-page *::before,
.ke-about-page *::after {
    box-sizing: border-box;
}

.ke-about-container {
    width: min(1380px, calc(100% - 100px));
    margin: 0 auto;
}


/* =========================================================
   LABEL
   ========================================================= */

.ke-about-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    color: #00c8f5;

    font-family: monospace;
    font-size: 10px;
    font-weight: 700;

    letter-spacing: 3px;
    text-transform: uppercase;
}

.ke-about-label::before {
    content: "";

    width: 28px;
    height: 1px;

    background: #00c8f5;
}


/* =========================================================
   HERO
   ========================================================= */

.ke-about-hero {
    position: relative;

    min-height: 620px;

    display: flex;
    align-items: center;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 82% 45%,
            rgba(0, 200, 245, .09),
            transparent 35%
        ),
        #080a0b;

    border-bottom: 1px solid rgba(255,255,255,.07);
}

.ke-about-hero::after {
    content: "";

    position: absolute;

    right: 8%;
    top: 18%;

    width: 350px;
    height: 350px;

    border: 1px solid rgba(0,200,245,.10);

    transform: rotate(45deg);

    pointer-events: none;
}

.ke-about-hero-content {
    position: relative;
    z-index: 2;

    max-width: 900px;
}

.ke-about-hero-content h1 {
    margin: 30px 0 0;

    font-size: clamp(65px, 8.5vw, 125px);

    line-height: .84;

    font-weight: 800;

    letter-spacing: -7px;
}

.ke-about-hero-content h1 span {
    display: block;

    color: #00c8f5;
}

.ke-about-hero-content p {
    max-width: 620px;

    margin: 38px 0 0;

    color: #89969d;

    font-size: 15px;

    line-height: 1.75;
}

.ke-about-hero-meta {
    position: absolute;

    z-index: 3;

    right: 5%;
    bottom: 55px;

    display: grid;

    grid-template-columns: auto auto;

    gap: 5px 15px;

    align-items: end;
}

.ke-about-hero-meta span {
    color: #00c8f5;

    font-family: monospace;

    font-size: 9px;

    letter-spacing: 2px;
}

.ke-about-hero-meta strong {
    color: #fff;

    font-size: 38px;

    line-height: 1;
}

.ke-about-hero-meta small {
    grid-column: 1 / -1;

    color: #647279;

    font-family: monospace;

    font-size: 8px;

    line-height: 1.4;

    letter-spacing: 2px;
}


/* =========================================================
   IMAGE PLACEHOLDER
   ========================================================= */

.ke-about-image-placeholder {
    position: relative;

    width: 100%;
    height: 100%;

    min-height: 350px;

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    overflow: hidden;

    background:
        radial-gradient(
            circle at center,
            rgba(0,200,245,.08),
            transparent 55%
        ),
        #0d1112;

    border: 1px solid rgba(0,200,245,.20);
}

.ke-about-image-placeholder::before {
    content: "";

    position: absolute;

    inset: 24px;

    border: 1px dashed rgba(0,200,245,.18);
}

.ke-about-image-placeholder::after {
    content: "";

    position: absolute;

    width: 125px;
    height: 125px;

    border: 1px solid rgba(0,200,245,.10);

    transform: rotate(45deg);
}

.ke-about-image-placeholder span {
    position: relative;
    z-index: 2;

    padding: 14px 22px;

    border: 1px dashed rgba(255,255,255,.16);

    color: rgba(255,255,255,.38);

    font-family: monospace;

    font-size: 10px;

    letter-spacing: 3px;
}

.ke-about-image-placeholder small {
    position: relative;
    z-index: 2;

    margin-top: 13px;

    color: rgba(0,200,245,.45);

    font-family: monospace;

    font-size: 8px;

    letter-spacing: 2px;
}


/* =========================================================
   OUR STORY
   ========================================================= */

.ke-about-story {
    padding: 140px 0;

    background: #0b0e0f;

    border-bottom: 1px solid rgba(255,255,255,.06);
}

.ke-story-grid {
    display: grid;

    grid-template-columns: .95fr 1.05fr;

    gap: 90px;

    align-items: center;
}

.ke-story-content h2 {
    margin: 28px 0 22px;

    font-size: clamp(55px, 6vw, 85px);

    line-height: .86;

    font-weight: 800;

    letter-spacing: -5px;
}

.ke-story-content h2 span {
    color: #00c8f5;
}

.ke-story-content h3 {
    margin: 0 0 25px;

    color: #fff;

    font-size: 21px;

    font-weight: 600;
}

.ke-story-content p {
    max-width: 570px;

    margin: 0 0 18px;

    color: #849198;

    font-size: 14px;

    line-height: 1.8;
}

.ke-story-highlight {
    margin-top: 35px;

    padding-left: 20px;

    border-left: 2px solid #00c8f5;
}

.ke-story-highlight strong {
    display: block;

    color: #fff;

    font-size: 22px;
}

.ke-story-highlight span {
    display: block;

    margin-top: 6px;

    color: #69777e;

    font-size: 11px;
}

.ke-story-image {
    height: 540px;
}


/* =========================================================
   TIMELINE
   ========================================================= */

.ke-about-timeline {
    position: relative;

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 30px;

    margin-top: 110px;

    padding-top: 45px;
}

.ke-about-timeline::before {
    content: "";

    position: absolute;

    top: 8px;
    left: 0;
    right: 0;

    height: 1px;

    background: rgba(255,255,255,.13);
}

.ke-timeline-item {
    position: relative;
}

.ke-timeline-item::before {
    content: "";

    position: absolute;

    top: -42px;
    left: 0;

    width: 10px;
    height: 10px;

    background: #0b0e0f;

    border: 2px solid #00c8f5;

    border-radius: 50%;
}

.ke-timeline-item > span {
    display: block;

    margin-bottom: 12px;

    color: #00c8f5;

    font-family: monospace;

    font-size: 9px;

    letter-spacing: 2px;
}

.ke-timeline-item strong {
    display: block;

    color: #fff;

    font-size: 21px;
}

.ke-timeline-item p {
    margin: 8px 0 0;

    color: #647279;

    font-family: monospace;

    font-size: 8px;

    letter-spacing: 1.5px;
}


/* =========================================================
   GROWING
   ========================================================= */

.ke-growing {
    padding: 140px 0;

    background: #080a0b;
}

.ke-growing-grid {
    display: grid;

    grid-template-columns: .8fr 1.2fr;

    gap: 100px;
}

.ke-growing-heading h2 {
    margin: 30px 0 0;

    font-size: clamp(55px, 6vw, 82px);

    line-height: .86;

    font-weight: 800;

    letter-spacing: -5px;
}

.ke-growing-heading h2 span {
    color: #00c8f5;
}

.ke-growing-intro {
    max-width: 680px;

    margin: 0 0 45px;

    color: #87949b;

    font-size: 15px;

    line-height: 1.8;
}

.ke-growing-grid-items {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    border-top: 1px solid rgba(255,255,255,.10);
    border-left: 1px solid rgba(255,255,255,.10);
}

.ke-growing-item {
    min-height: 150px;

    padding: 28px;

    border-right: 1px solid rgba(255,255,255,.10);
    border-bottom: 1px solid rgba(255,255,255,.10);
}

.ke-growing-item strong {
    display: block;

    color: #fff;

    font-size: 42px;

    line-height: 1;
}

.ke-growing-item span {
    display: block;

    margin-top: 12px;

    color: #00c8f5;

    font-family: monospace;

    font-size: 8px;

    letter-spacing: 1.5px;

    line-height: 1.5;
}

.ke-growing-points {
    margin-top: 30px;
}

.ke-growing-points div {
    padding: 14px 0;

    color: #78868d;

    font-size: 12px;

    border-bottom: 1px solid rgba(255,255,255,.07);
}

.ke-growing-points span {
    margin-right: 12px;

    color: #00c8f5;

    font-family: monospace;
}


/* =========================================================
   OWNERS
   ========================================================= */

.ke-owners {
    padding: 140px 0;

    background: #0b0e0f;

    border-top: 1px solid rgba(255,255,255,.06);
}

.ke-section-heading {
    margin-bottom: 65px;
}

.ke-section-heading h2 {
    margin: 28px 0 15px;

    font-size: clamp(55px, 6vw, 82px);

    line-height: .86;

    font-weight: 800;

    letter-spacing: -5px;
}

.ke-section-heading h2 span {
    color: #00c8f5;
}

.ke-section-heading p {
    margin: 0;

    color: #77858c;

    font-size: 14px;
}

.ke-owner-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 18px;

    align-items: start;
}

.ke-owner-card {
    overflow: hidden;

    background: #0d1112;

    border: 1px solid rgba(255,255,255,.08);

    transition:
        transform .3s ease,
        border-color .3s ease;
}

.ke-owner-card:hover {
    transform: translateY(-5px);

    border-color: rgba(0,200,245,.30);
}

.ke-owner-image {
    height: 390px;
}

.ke-owner-info {
    padding: 28px;
}

.ke-owner-number {
    display: block;

    margin-bottom: 15px;

    color: #00c8f5;

    font-family: monospace;

    font-size: 9px;

    letter-spacing: 2px;
}

.ke-owner-info h3 {
    margin: 0;

    color: #fff;

    font-size: 24px;

    line-height: 1.2;
}

.ke-owner-info > strong {
    display: block;

    margin-top: 7px;

    color: #00c8f5;

    font-family: monospace;

    font-size: 8px;

    letter-spacing: 1.3px;

    line-height: 1.5;
}

.ke-owner-info p {
    margin: 19px 0 0;

    color: #77858c;

    font-size: 12px;

    line-height: 1.75;
}

.ke-owner-empty {
    opacity: .78;
}

/* =========================================================
   OWNER IMAGE - CONSISTENT 4:5 PORTRAIT RATIO
========================================================= */

.ke-owner-image {
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #101415;
}

.ke-owner-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 1;
    transition: transform .5s ease;
}

.ke-owner-card:hover .ke-owner-image img {
    transform: scale(1.03);
}


/* MOBILE */

@media (max-width: 700px) {

    .ke-owner-image {
        aspect-ratio: 4 / 5;
    }

}


/* =========================================================
   OWNER QUALIFICATION
========================================================= */

.ke-owner-qualification {
    margin-top: 18px;

    padding: 14px 0;

    border-top: 1px solid rgba(255,255,255,.08);
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.ke-owner-qualification span {
    display: block;

    margin-bottom: 7px;

    color: #00c8f5;

    font-family: monospace;

    font-size: 8px;

    letter-spacing: 1.8px;
}

.ke-owner-qualification p {
    margin: 0;

    color: #89969d;

    font-size: 11px;

    line-height: 1.6;
}


/* =========================================================
   WHAT WE DO
   ========================================================= */

.ke-what-we-do {
    padding: 140px 0;

    background: #080a0b;

    border-top: 1px solid rgba(255,255,255,.06);
}

.ke-what-grid {
    display: grid;

    grid-template-columns: .9fr 1.1fr;

    gap: 90px;

    align-items: center;
}

.ke-what-image {
    height: 620px;
}

.ke-what-content h2 {
    margin: 28px 0 25px;

    font-size: clamp(55px, 6vw, 82px);

    line-height: .86;

    font-weight: 800;

    letter-spacing: -5px;
}

.ke-what-content h2 span {
    color: #00c8f5;
}

.ke-what-content > p {
    max-width: 550px;

    margin: 0 0 35px;

    color: #849198;

    font-size: 14px;

    line-height: 1.75;
}

.ke-what-list {
    border-top: 1px solid rgba(255,255,255,.10);
}

.ke-what-item {
    display: grid;

    grid-template-columns: 35px 1fr 25px;

    gap: 15px;

    align-items: center;

    padding: 21px 0;

    border-bottom: 1px solid rgba(255,255,255,.10);

    transition: padding .3s ease;
}

.ke-what-item:hover {
    padding-left: 10px;
}

.ke-what-item > span {
    color: #00c8f5;

    font-family: monospace;

    font-size: 9px;
}

.ke-what-item h3 {
    margin: 0;

    color: #f5f5f5;

    font-size: 15px;
}

.ke-what-item p {
    margin: 6px 0 0;

    color: #637078;

    font-size: 10px;
}

.ke-what-item b {
    color: #00c8f5;

    font-size: 17px;
}


/* =========================================================
   COMMITMENT
   ========================================================= */

.ke-commitment {
    padding: 130px 0;

    background: #0b0e0f;

    border-top: 1px solid rgba(255,255,255,.06);
}

.ke-commitment-grid {
    display: grid;

    grid-template-columns: .8fr 1.2fr;

    gap: 100px;
}

.ke-commitment-grid h2 {
    margin: 30px 0 0;

    font-size: clamp(55px, 6vw, 82px);

    line-height: .86;

    font-weight: 800;

    letter-spacing: -5px;
}

.ke-commitment-grid h2 span {
    color: #00c8f5;
}

.ke-commitment-content {
    max-width: 700px;
}

.ke-commitment-content p {
    margin: 0 0 22px;

    color: #7f8d94;

    font-size: 14px;

    line-height: 1.8;
}

.ke-commitment-content .ke-commitment-large {
    color: #f2f2f2;

    font-size: 22px;

    line-height: 1.5;
}


/* =========================================================
   VISION
   ========================================================= */

.ke-vision {
    padding: 140px 0;

    background:
        radial-gradient(
            circle at 50% 50%,
            rgba(0,200,245,.08),
            transparent 45%
        ),
        #080a0b;

    border-top: 1px solid rgba(255,255,255,.06);
}

.ke-vision-inner {
    max-width: 950px;
}

.ke-vision-inner h2 {
    margin: 30px 0;

    font-size: clamp(55px, 7vw, 95px);

    line-height: .84;

    font-weight: 800;

    letter-spacing: -6px;
}

.ke-vision-inner h2 span {
    color: #00c8f5;
}

.ke-vision-inner p {
    max-width: 850px;

    margin: 0;

    color: #849198;

    font-size: 16px;

    line-height: 1.85;
}


/* =========================================================
   FINAL STATS
   ========================================================= */

.ke-about-stats {
    padding: 90px 0 100px;

    background: #080a0b;

    border-top: 1px solid rgba(255,255,255,.12);
}

.ke-stats-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    border-top: 1px solid rgba(255,255,255,.16);
    border-left: 1px solid rgba(255,255,255,.16);
}

.ke-stat {
    min-height: 220px;

    padding: 38px 30px;

    border-right: 1px solid rgba(255,255,255,.16);
    border-bottom: 1px solid rgba(255,255,255,.16);
}

.ke-stat-number {
    display: flex;

    align-items: baseline;

    color: #f5f5f5;

    font-size: clamp(55px, 6vw, 85px);

    font-weight: 800;

    line-height: 1;
}

.ke-stat-number b {
    color: #00c8f5;

    font-size: .55em;
}

.ke-stat > strong {
    display: block;

    margin-top: 20px;

    color: #00c8f5;

    font-family: monospace;

    font-size: 9px;

    letter-spacing: 2px;
}

.ke-stat > p {
    margin: 8px 0 0;

    color: #657279;

    font-size: 10px;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1000px) {

    .ke-about-container {
        width: calc(100% - 60px);
    }

    .ke-story-grid,
    .ke-what-grid {
        grid-template-columns: 1fr;

        gap: 60px;
    }

    .ke-story-image {
        height: 460px;
    }

    .ke-what-image {
        height: 480px;
    }

    .ke-growing-grid,
    .ke-commitment-grid {
        grid-template-columns: 1fr;

        gap: 60px;
    }

    .ke-owner-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ke-owner-card:first-child {
        grid-column: 1 / -1;

        width: calc(50% - 9px);

        justify-self: center;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

    .ke-about-container {
        width: calc(100% - 36px);
    }


    /* HERO */

    .ke-about-hero {
        min-height: 570px;
    }

    .ke-about-hero::after {
        width: 230px;
        height: 230px;

        right: -90px;
        top: 30%;
    }

    .ke-about-hero-content h1 {
        font-size: clamp(48px, 14vw, 72px);

        letter-spacing: -3px;
    }

    .ke-about-hero-content p {
        margin-top: 25px;

        font-size: 13px;
    }

    .ke-about-hero-meta {
        right: 18px;
        bottom: 30px;
    }

    .ke-about-hero-meta strong {
        font-size: 32px;
    }


    /* STORY */

    .ke-about-story {
        padding: 90px 0;
    }

    .ke-story-content h2 {
        font-size: 50px;

        letter-spacing: -3px;
    }

    .ke-story-content h3 {
        font-size: 18px;
    }

    .ke-story-image {
        height: 340px;
    }

    .ke-about-image-placeholder {
        min-height: 270px;
    }


    /* TIMELINE */

    .ke-about-timeline {
        grid-template-columns: 1fr 1fr;

        gap: 55px 20px;

        margin-top: 80px;

        padding-top: 0;
    }

    .ke-about-timeline::before {
        display: none;
    }

    .ke-timeline-item::before {
        top: -25px;
    }


    /* GROWING */

    .ke-growing {
        padding: 90px 0;
    }

    .ke-growing-heading h2 {
        font-size: 52px;

        letter-spacing: -3px;
    }

    .ke-growing-grid-items {
        grid-template-columns: 1fr 1fr;
    }

    .ke-growing-item {
        min-height: 135px;

        padding: 22px 18px;
    }

    .ke-growing-item strong {
        font-size: 34px;
    }


    /* OWNERS */

    .ke-owners {
        padding: 90px 0;
    }

    .ke-section-heading {
        margin-bottom: 45px;
    }

    .ke-section-heading h2 {
        font-size: 52px;

        letter-spacing: -3px;
    }

    .ke-owner-grid {
        grid-template-columns: 1fr;
    }

    .ke-owner-card:first-child {
        grid-column: auto;

        width: 100%;
    }

    .ke-owner-image {
        height: 340px;
    }

    .ke-owner-info {
        padding: 24px;
    }

    @media (max-width: 700px) {

    .ke-owner-image {
        height: 340px;
    }

    .ke-owner-image img {
        object-fit: cover;
    }

}


    /* WHAT WE DO */

    .ke-what-we-do {
        padding: 90px 0;
    }

    .ke-what-image {
        height: 330px;
    }

    .ke-what-content h2 {
        font-size: 52px;

        letter-spacing: -3px;
    }

    .ke-what-item {
        grid-template-columns: 28px 1fr 20px;

        gap: 10px;

        padding: 19px 0;
    }

    .ke-what-item h3 {
        font-size: 13px;

        line-height: 1.3;
    }


    /* COMMITMENT */

    .ke-commitment {
        padding: 90px 0;
    }

    .ke-commitment-grid {
        gap: 45px;
    }

    .ke-commitment-grid h2 {
        font-size: 52px;

        letter-spacing: -3px;
    }

    .ke-commitment-content .ke-commitment-large {
        font-size: 19px;
    }


    /* VISION */

    .ke-vision {
        padding: 90px 0;
    }

    .ke-vision-inner h2 {
        font-size: 52px;

        letter-spacing: -3px;
    }

    .ke-vision-inner p {
        font-size: 14px;
    }


    /* STATS */

    .ke-about-stats {
        padding: 70px 0 80px;
    }

    .ke-stats-grid {
        grid-template-columns: 1fr 1fr;
    }

    .ke-stat {
        min-height: 155px;

        padding: 24px 18px;
    }

    .ke-stat-number {
        font-size: 46px;
    }

    .ke-stat > strong {
        margin-top: 14px;

        font-size: 8px;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 430px) {

    .ke-about-hero {
        min-height: 540px;
    }

    .ke-about-hero-content h1 {
        font-size: 47px;

        letter-spacing: -2px;
    }

    .ke-about-label {
        font-size: 8px;

        letter-spacing: 2px;
    }

    .ke-about-label::before {
        width: 20px;
    }

    .ke-about-timeline {
        grid-template-columns: 1fr;
    }

    .ke-growing-grid-items {
        grid-template-columns: 1fr;
    }

    .ke-stats-grid {
        grid-template-columns: 1fr 1fr;
    }

    .ke-stat {
        min-height: 145px;

        padding: 20px 15px;
    }

    .ke-stat-number {
        font-size: 40px;
    }

}