/* =========================================================
   ATHOKPAM INK 2.3.3
   ABOUT US - CUSTOM WORDPRESS TEMPLATE
   No Gutenberg layout dependencies.
   ========================================================= */

.athokpam-about-page,
.athokpam-about-custom,
.athokpam-about-custom *{
    box-sizing:border-box;
}

.athokpam-about-page{
    width:100%;
    max-width:none;
    margin:0;
    padding:0;
    overflow:hidden;
    background:#050606;
    color:#f4f3ef;
}

.athokpam-about-custom{
    width:100%;
    margin:0;
    padding:0;
    background:#050606;
}

.about-container{
    width:min(calc(100% - 64px),1240px);
    margin:0 auto;
}

/* Hero */
.about-hero{
    position:relative;
    min-height:720px;
    overflow:hidden;
    background:#050606;
}

.about-hero-media{
    position:absolute;
    inset:0 0 0 36%;
}

.about-hero-media img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
}

.about-hero-overlay{
    position:absolute;
    inset:0;
    background:
        linear-gradient(90deg,#050606 0%,#050606 19%,rgba(5,6,6,.82) 36%,rgba(5,6,6,.28) 68%,rgba(5,6,6,.48)),
        linear-gradient(0deg,rgba(5,6,6,.88),transparent 58%);
}

.about-hero-content{
    position:relative;
    z-index:2;
    padding:145px 0 120px;
}

.about-kicker,
.about-label{
    margin:0 0 15px;
    color:#d8ad3b;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    line-height:1.2;
    font-weight:800;
    letter-spacing:.28em;
    text-transform:uppercase;
}

.about-hero h1{
    max-width:850px;
    margin:0 0 18px;
    font-family:Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif;
    font-size:clamp(72px,9vw,136px);
    line-height:.82;
    letter-spacing:-.025em;
    color:#f4f3ef;
}

.about-script{
    margin:0 0 28px;
    color:#f0cf68;
    font-family:"Brush Script MT","Segoe Script",cursive;
    font-size:clamp(30px,4vw,52px);
    line-height:1;
}

.about-intro{
    max-width:550px;
    margin:0;
    color:#ddd;
    font-size:18px;
    line-height:1.65;
}

/* Timeline */
.about-timeline{
    position:relative;
    width:min(calc(100% - 64px),1160px);
    margin:0 auto;
    padding:110px 0 120px;
}


.about-timeline-item{
    position:relative;
    display:grid;
    grid-template-columns:minmax(280px,380px) minmax(0,1fr);
    gap:105px;
    align-items:center;
    min-height:340px;
    margin:0 0 125px;
}

.about-timeline-item:last-child{
    margin-bottom:0;
}


.about-art{
    position:relative;
    width:100%;
    height:340px;
    margin:0;
    overflow:hidden;
    background:#101212;
    border:1px solid rgba(216,173,59,.18);
}

.about-art img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
}

.about-copy{
    width:100%;
    max-width:650px;
    min-width:0;
}

.about-copy h2{
    margin:8px 0 24px;
    font-family:Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif;
    font-size:clamp(46px,5vw,70px);
    line-height:.9;
    letter-spacing:-.015em;
    color:#f4f3ef;
}

.about-copy p{
    margin:0 0 17px;
    color:#c8cbc7;
    font-size:16px;
    line-height:1.7;
}

.about-copy .about-highlight{
    margin-top:25px;
    color:#f0cf68;
    font-family:"Brush Script MT","Segoe Script",cursive;
    font-size:26px;
    line-height:1.2;
}

.about-copy .about-final{
    margin-bottom:7px;
    color:#f0cf68;
    font-weight:800;
}

/* CTA */
.about-cta{
    border-top:1px solid rgba(216,173,59,.25);
    background:linear-gradient(90deg,#090b0b,#121008);
    padding:85px 0;
}

.about-cta-inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:55px;
}

.about-cta h2{
    margin:10px 0 20px;
    white-space:pre-line;
    font-family:Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif;
    font-size:clamp(50px,6vw,82px);
    line-height:.88;
    letter-spacing:-.02em;
    color:#f4f3ef;
}

.about-cta p:not(.about-label){
    max-width:680px;
    margin:0;
    color:#bfc2bd;
    font-size:15px;
    line-height:1.7;
}

.about-button{
    display:inline-flex;
    flex:0 0 auto;
    align-items:center;
    justify-content:center;
    min-height:56px;
    padding:0 30px;
    border:1px solid #d8ad3b;
    background:#151208;
    color:#f0cf68;
    font-family:Arial,Helvetica,sans-serif;
    font-size:11px;
    font-weight:900;
    letter-spacing:.15em;
    text-transform:uppercase;
    text-decoration:none;
}

.about-button:hover{
    background:#d8ad3b;
    color:#080909;
}

/* Tablet */
@media(max-width:900px){
    .about-container{
        width:min(calc(100% - 48px),720px);
    }

    .about-hero{
        min-height:0;
    }

    .about-hero-media{
        position:relative;
        inset:auto;
        width:100%;
        height:430px;
    }

    .about-hero-overlay{
        background:
            linear-gradient(0deg,#050606 0%,rgba(5,6,6,.35) 55%,rgba(5,6,6,.2)),
            linear-gradient(90deg,rgba(5,6,6,.55),transparent);
    }

    .about-hero-content{
        padding:75px 0 65px;
    }

    .about-timeline{
        width:min(calc(100% - 48px),720px);
        padding:75px 0 90px;
    }

    .about-timeline-item{
        grid-template-columns:170px minmax(0,1fr);
        gap:48px;
        min-height:220px;
        margin-bottom:85px;
    }

    .about-art{
        width:170px;
        height:220px;
    }

    .about-copy h2{
        font-size:48px;
    }

    .about-copy p{
        font-size:15px;
    }

    .about-cta-inner{
        width:min(calc(100% - 48px),720px);
        display:block;
    }

    .about-button{
        margin-top:28px;
    }
}

/* Mobile */
@media(max-width:620px){
    .about-container{
        width:calc(100% - 36px);
    }

    .about-hero-media{
        height:300px;
    }

    .about-hero-content{
        padding:55px 0 55px;
    }

    .about-hero h1{
        font-size:70px;
    }

    .about-script{
        font-size:31px;
    }

    .about-intro{
        font-size:15px;
    }

    .about-timeline{
        width:calc(100% - 36px);
        padding:35px 0 60px;
    }

    .about-timeline-item{
        display:block;
        min-height:0;
        margin-bottom:65px;
    }

    .about-art{
        width:190px;
        height:190px;
        margin:0 0 28px;
    }

    .about-copy h2{
        font-size:45px;
        margin-bottom:20px;
    }

    .about-copy p{
        font-size:15px;
        line-height:1.65;
    }

    .about-copy .about-highlight{
        font-size:24px;
    }

    .about-cta{
        padding:65px 0;
    }

    .about-cta-inner{
        width:calc(100% - 36px);
    }

    .about-cta h2{
        font-size:58px;
    }

    .about-button{
        width:100%;
    }
}

/* No timeline line / diamond markers. The About layout is a clean two-column story. */
.about-timeline::before,
.about-timeline::after,
.about-timeline-line,
.about-timeline-item::before,
.about-timeline-item::after {
    content: none !important;
    display: none !important;
}
