
/*=====================================================
            OUR STORY - INTRO SECTION
=====================================================*/

.story-intro-sec{
    background:#0D0D0D;
    padding:110px 0 90px;
    position:relative;
    overflow:hidden;
}

.story-intro-content{
    max-width:860px;
    margin:0 auto;
}

.story-heading{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:18px;
    margin-bottom:22px;
}

.story-heading h2{
    margin:0;
    font-family:'Argesta',serif;
    font-size:clamp(34px,3vw,46px);
    font-weight:400;
    line-height:1.15;
    letter-spacing:-0.02em;
    color:#F5F5F5;
}

.story-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.story-icon svg{
    width:14px;
    height:14px;
}

.story-line{
    width:170px;
    height:1px;
    display:block;
    margin:0 auto 35px;
    background:linear-gradient(
        90deg,
        transparent,
        #C79A34,
        transparent
    );
}

.story-intro-content p{
    max-width:760px;
    margin:0 auto;
    color:#C7C7C7;
    font-size:16px;
    line-height:1.95;
    font-weight:300;
    text-align:center;
}


/*=====================================================
            OUR STORY - GALLERY SECTION
=====================================================*/

.story-gallery-sec{
    background:#0D0D0D;
    overflow:hidden;
}

.story-gallery-item{
    position:relative;
    overflow:hidden;
    background:#111;
}

.story-gallery-item img{
    width:100%;
    height:560px;
    object-fit:cover;
    display:block;
    transform:scale(1);
    transition:
        transform .85s cubic-bezier(.22,.61,.36,1),
        filter .6s ease;
}

.story-gallery-item:hover img{
    transform:scale(1.08);
}

.story-gallery-item::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.20),
        rgba(0,0,0,0)
    );
    pointer-events:none;
}
/*=====================================================
            OUR STORY - FOUNDER SECTION
=====================================================*/

.story-founder-sec{
    background:#0D0D0D;
    position:relative;
    overflow:hidden;
}

.story-founder-content{
    padding:100px 8%;
    color:#fff;
    max-width:760px;
    margin:0 auto;
}

.story-founder-subtitle{
    color:#C79A34;
    font-size:14px;
    font-weight:500;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:18px;
}

.story-founder-content h2{
    margin:0 0 22px;
    font-family:'Argesta',serif;
    font-size:clamp(34px,3vw,46px);
    font-weight:400;
    line-height:1.15;
    letter-spacing:-0.02em;
    color:#F5F5F5;
}

.story-founder-line{
    width:120px;
    height:1px;
    margin-bottom:35px;
    background:linear-gradient(
        90deg,
        #C79A34,
        rgba(199,154,52,.25)
    );
}

.story-founder-content p{
    color:#C7C7C7;
    font-size:16px;
    line-height:1.95;
    font-weight:300;
    margin-bottom:24px;
}

.story-founder-content p:last-child{
    margin-bottom:0;
}

.story-founder-img{
    position:relative;
    overflow:hidden;
    height:100%;
}

.story-founder-img img{
    width:100%;
    height:100%;
    min-height:720px;
    object-fit:cover;
    display:block;
    transition:transform .9s cubic-bezier(.22,.61,.36,1);
}

.story-founder-img:hover img{
    transform:scale(1.05);
}


/*=====================================================
                OUR STORY - QUOTE
=====================================================*/

.story-quote-sec{
    background:#0D0D0D;
    padding:30px 0;
    position:relative;
}

.story-quote-content{
    max-width:920px;
    margin:0 auto;
}

.story-quote-icon{
    margin-bottom:40px;
}

.story-quote-icon svg{
    display:block;
    margin:auto;
}

.story-quote-content h3{
    margin:0;
    font-family:'Argesta',serif;
    font-size:clamp(30px,2.4vw,40px);
    line-height:1.55;
    font-weight:400;
    letter-spacing:-0.01em;
    color:#F5F5F5;
}

.story-quote-line{
    width:120px;
    height:1px;
    display:block;
    margin:45px auto 35px;
    background:linear-gradient(
        90deg,
        transparent,
        #C79A34,
        transparent
    );
}

.story-quote-content h5{
    color:#F5F5F5;
    font-size:20px;
    font-weight:500;
    margin-bottom:6px;
}

.story-quote-content p{
    color:#BEBEBE;
    font-size:15px;
    font-weight:400;
    letter-spacing:1.5px;
    margin:0;
}
/*=====================================================
            OUR STORY - PHILOSOPHY SECTION
=====================================================*/

.story-philosophy-sec{
    background:#0D0D0D;
    position:relative;
    overflow:hidden;
    padding: 40px 0;
}

.story-philosophy-content{
    padding:40px 8%;
    color:#fff;
    max-width:760px;
    margin:0 auto;
}

.story-philosophy-subtitle{
    color:#C79A34;
    font-size:14px;
    font-weight:500;
    text-transform:uppercase;
    letter-spacing:2px;
    margin-bottom:18px;
}

.story-philosophy-content h2{
    margin:0 0 22px;
    font-family:'Argesta',serif;
    font-size:clamp(34px,3vw,46px);
    font-weight:400;
    line-height:1.15;
    letter-spacing:-0.02em;
    color:#F5F5F5;
}

.story-philosophy-line{
    width:120px;
    height:1px;
    margin-bottom:35px;
    background:linear-gradient(
        90deg,
        #C79A34,
        rgba(199,154,52,.25)
    );
}

.story-philosophy-content p{
    color:#C7C7C7;
    font-size:16px;
    line-height:1.95;
    font-weight:300;
    margin-bottom:24px;
}

.story-philosophy-content p:last-child{
    margin-bottom:0;
}

.story-philosophy-img{
    padding:40px 0 40px 0;
    display:flex;
    align-items:center;
    justify-content:center;
}

.story-philosophy-img img{
    width:100%;
    max-width:760px;
    aspect-ratio:16 / 10;
    height:auto;
    object-fit:cover;
    display:block;
    transition:transform .8s ease;
}

.story-philosophy-img:hover img{
    transform:scale(1.04);
}


/*=====================================================
            OUR STORY - EXPAND GALLERY
=====================================================*/

.story-expand-gallery-sec{
    background:#0D0D0D;
    overflow:hidden;
    padding:0;
}

.story-expand-gallery{
    display:flex;
    width:100%;
    height:560px;
}

.story-expand-item{
    flex:1;
    position:relative;
    overflow:hidden;
    cursor:pointer;
    transition:flex .9s cubic-bezier(.22,.61,.36,1);
}

.story-expand-gallery:hover .story-expand-item{
    flex:.75;
}

.story-expand-gallery .story-expand-item:hover{
    flex:3.2;
}

.story-expand-item img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    transform:scale(1);
    transition:transform .9s cubic-bezier(.22,.61,.36,1);
}

.story-expand-item:hover img{
    transform:scale(1.08);
}

/* Optional dark overlay */

.story-expand-item::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.18),
        rgba(0,0,0,0)
    );
    pointer-events:none;
}