/* ============================================================
   ZOOM PHOTO STUDIO - about-justyna.css v1.1
   ============================================================ */


/* ============================================================
   01. PAGE BASE
   ============================================================ */

.about_justyna_page{
    --about-ink:#24211e;
    --about-muted:#6d655e;
    --about-cream:#f8f4ee;
    --about-soft:#efe5da;
    --about-line:#dfd4c8;
    --about-gold:#b58b62;
    background:#fff;
    color:var(--about-ink);
}

.about_justyna_page *,
.about_justyna_page *::before,
.about_justyna_page *::after{
    box-sizing:border-box;
}

.about_justyna_page img{
    display:block;
    width:100%;
}

.about_container{
    width:min(1180px,calc(100% - 80px));
    margin:0 auto;
}

.about_justyna_page h1,
.about_justyna_page h2{
    font-family:var(--zoom-serif);
    font-weight:400;
}

.about_kicker{
    margin:0 0 16px;
    font-size:10px;
    font-weight:700;
    letter-spacing:.17em;
    line-height:1.4;
    text-transform:uppercase;
}

.about_button{
    display:inline-flex;
    min-height:48px;
    padding:13px 25px;
    align-items:center;
    justify-content:center;
    border:1px solid transparent;
    font-size:9px;
    font-weight:700;
    letter-spacing:.11em;
    line-height:1.2;
    text-decoration:none;
    text-transform:uppercase;
    transition:background .2s ease,color .2s ease,border-color .2s ease;
}

.about_button_dark{
    background:#211f1c;
    color:#fff;
}

.about_button_dark:hover{
    background:var(--about-gold);
    color:#fff;
}

.about_text_link{
    color:var(--about-ink);
    font-size:10px;
    font-weight:700;
    letter-spacing:.11em;
    text-decoration:none;
    text-transform:uppercase;
}


/* ============================================================
   02. HERO
   ============================================================ */

.about_hero{
    background:var(--about-cream);
    border-bottom:1px solid var(--about-line);
}

.about_hero_grid{
    display:grid;
    grid-template-columns:58% 42%;
    min-height:700px;
}

.about_hero_media{
    min-height:700px;
    overflow:hidden;
}

.about_hero_media img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
}

.about_hero_copy{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
    padding:80px 70px;
}

.about_hero h1{
    margin:0;
    font-size:clamp(58px,5vw,82px);
    line-height:.98;
    letter-spacing:-.02em;
}

.about_hero_script{
    margin:22px 0 0;
    font-family:var(--zoom-serif);
    font-size:clamp(24px,2.2vw,34px);
    font-style:italic;
    line-height:1.25;
    color:#755b47;
}

.about_hero_intro{
    max-width:500px;
    margin:28px 0 30px;
    color:var(--about-muted);
    font-size:var(--zoom-body-size);
    line-height:1.85;
}



.about_hero_actions{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

.about_button_outline{
    background:transparent;
    border-color:var(--about-ink);
    color:var(--about-ink);
}

.about_button_outline:hover{
    background:var(--about-gold);
    border-color:var(--about-gold);
    color:#fff;
}

/* ============================================================
   03. STORY
   ============================================================ */

.about_story{
    padding:95px 0;
    background:#fff;
}

.about_story_inner{
    width:min(900px,calc(100% - 80px));
    margin:0 auto;
}

.about_story h2{
    max-width:880px;
    margin:0 0 34px;
    font-size:clamp(42px,4.4vw,64px);
    line-height:1.05;
}

.about_story p:not(.about_kicker){
    margin:0 0 22px;
    color:var(--about-muted);
    font-size:var(--zoom-body-size);
    line-height:1.9;
}


/* ============================================================
   04. VALUES / ICON STRIP
   ============================================================ */

.about_values{
    padding:50px 0;
    background:var(--about-cream);
    border-top:1px solid var(--about-line);
    border-bottom:1px solid var(--about-line);
}

.about_values_grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
}

.about_value{
    padding:14px 34px;
    text-align:center;
    border-right:1px solid var(--about-line);
}

.about_value:last-child{
    border-right:0;
}

.about_value_icon{
    display:flex;
    width:64px;
    height:64px;
    margin:0 auto 18px;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#e8ded4;
    color:#755b47;
    font-family:Georgia,serif;
    font-size:32px;
    line-height:1;
}

.about_value h2{
    margin:0 0 12px;
    font-family:inherit;
    font-size:11px;
    font-weight:700;
    letter-spacing:.13em;
    text-transform:uppercase;
}

.about_value p{
    max-width:240px;
    margin:0 auto;
    color:var(--about-muted);
    font-size:var(--zoom-body-size);
    line-height:1.75;
}


/* ============================================================
   05. LOCATION / STUDIO CTA
   ============================================================ */

.about_location{
    padding:95px 0;
    background:#fff;
}

.about_location_inner{
    display:flex;
    justify-content:center;
}

.about_location_copy{
    max-width:820px;
    text-align:center;
}

.about_location h2{
    margin:0 0 26px;
    font-size:clamp(42px,4.2vw,62px);
    line-height:1.05;
}

.about_location p:not(.about_kicker){
    max-width:720px;
    margin:0 auto;
    color:var(--about-muted);
    font-size:var(--zoom-body-size);
    line-height:1.85;
}

.about_location_actions{
    display:flex;
    flex-wrap:wrap;
    gap:24px;
    margin-top:30px;
    align-items:center;
    justify-content:center;
}


/* ============================================================
   06. TABLET
   ============================================================ */

@media(max-width:1000px){

    .about_container{
        width:min(100% - 48px,900px);
    }

    .about_hero_grid{
        grid-template-columns:1fr 1fr;
        min-height:620px;
    }

    .about_hero_media{
        min-height:620px;
    }

    .about_hero_copy{
        padding:60px 40px;
    }

    .about_value{
        padding:14px 18px;
    }

}


/* ============================================================
   07. MOBILE
   ============================================================ */

@media(max-width:700px){

    .about_container{
        width:calc(100% - 40px);
    }

    .about_hero_grid{
        grid-template-columns:1fr;
        min-height:0;
    }

    .about_hero_media{
        min-height:0;
        aspect-ratio:4 / 5;
    }

    .about_hero_media img{
        width:100%;
        height:100%;
        object-fit:cover;
        object-position:center center;
    }

    .about_hero_copy{
        padding:46px 20px 52px;
        align-items:flex-start;
    }

    .about_hero h1{
        font-size:48px;
    }

    .about_hero_script{
        font-size:26px;
    }

    .about_hero_intro{
        margin:22px 0 26px;
    }

    .about_hero_actions{
        width:100%;
        flex-direction:column;
    }

    .about_hero_actions .about_button{
        width:100%;
    }

    .about_story{
        padding:58px 0;
    }

    .about_story_inner{
        width:calc(100% - 40px);
    }

    .about_story h2{
        font-size:39px;
    }

    .about_values{
        padding:28px 0;
    }

    .about_values_grid{
        grid-template-columns:1fr 1fr;
    }

    .about_value{
        padding:24px 14px;
        border-right:1px solid var(--about-line);
        border-bottom:1px solid var(--about-line);
    }

    .about_value:nth-child(2n){
        border-right:0;
    }

    .about_value:nth-child(3),
    .about_value:nth-child(4){
        border-bottom:0;
    }

    .about_location{
        padding:58px 0;
    }

    .about_location h2{
        font-size:39px;
    }

    .about_location_actions{
        flex-direction:column;
        align-items:stretch;
    }

    .about_location_actions .about_button{
        width:100%;
    }

    .about_text_link{
        text-align:center;
    }

}
