.founder-home{
    background:#ffff;
    color:#111;
    padding:80px 0;
}
.founder-coming,
.founder-title,
.founder-name,
.founder-role,
.founder-text,
.founder-qr-text{
    color: #A79675;
    font-family:"Alegreya Sans", sans-serif;
}
.founder-home .container{
    max-width:1240px;
    padding: 0 40px;
}

.founder-coming{
    font-size:18px;
    line-height:1.5;
    margin-bottom:42px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

.founder-title{
    font-size:42px;
    line-height:1.15;
    font-weight:400;
    margin-bottom:18px;
}

.founder-divider{
    width:100%;
    height:1px;
    margin-bottom:42px;
    background: linear-gradient(to right, #A79675, transparent);
}

.founder-name{
    font-size:34px;
    line-height:1.1;
    font-weight:500;
    margin-bottom:10px;
    letter-spacing:0.5px;
}

.founder-role{
    font-size:18px;
    line-height:1.5;
    font-style:italic;
    margin-bottom:28px;
}

.founder-text p{
    font-size:18px;
    line-height:1.8;
    margin-bottom:20px;
    max-width:640px;
}

.founder-image-wrap{
    height: 100%;
    display: flex;
    justify-content: flex-end;
}

.founder-image{
    width:100%;
    max-width:560px;
    height:auto;
    object-fit:contain;
}

@media (max-width: 991.98px){
    .founder-image-wrap{
        justify-content: center;
        margin-top: 10px;
    }
}

/* laptop / tablet landscape (1024px) optimizacija */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .founder-home .container {
        padding: 0 30px;
    }

    .founder-title {
        font-size: 38px;
    }

    .founder-name {
        font-size: 30px;
    }

    .founder-text p {
        font-size: 17px;
    }

    .founder-image {
        max-width: 480px;
    }
}

.founder-bottom-row{
    margin-top:40px;
}

.founder-qr{
    width: 150px;
    height: auto;
    display: block;
    margin-bottom: 0;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(167, 150, 117, 0.15);
    transition: all 0.4s ease;
    border: 1px solid rgba(167, 150, 117, 0.2);
    background: #fff;
    padding: 8px;
}

.founder-qr:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(167, 150, 117, 0.25);
    border-color: rgba(167, 150, 117, 0.5);
}

.founder-qr-text {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0 0 12px;
}


.founder-divider-bottom{
    margin-bottom:0;
}
.founder-qr-block {
    max-width: 500px;    /* da ne ode previše */
}
.founder-qr-horizontal {
    display: flex;
    align-items: center;
    gap: 25px;
}
.founder-qr-line {
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #A79675, transparent);
}

@media (max-width: 991.98px){
    .founder-home .container{
        padding: 0 15px;
    }

    .founder-home{
        padding:60px 0;
    }

    .founder-coming,
    .founder-title{
        text-align: center;
    }
    .founder-coming{
        font-size:16px;
        letter-spacing: 1.5px;
        margin-bottom: 30px;
    }
    .founder-title{
        font-size:34px;
    }

    .founder-name{
        font-size:28px;
    }

    .founder-text p{
        font-size:16px;
    }

    .founder-bottom-row{
        margin-top:20px;
    }
    .founder-qr-block {
        max-width: none;
    }
    .founder-qr-horizontal {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    .founder-qr-line,
    .founder-divider {
        margin: 10px auto 30px;
        max-width: 200px;
        background: linear-gradient(to right, transparent, #A79675, transparent);
    }
    .founder-qr {
        margin: 0 auto;
    }
}

@media (max-width: 767.98px){
    .founder-coming{
        font-size:14px;
        margin-bottom:20px;
        letter-spacing: 1px;
    }

    .founder-title{
        font-size:28px;
    }

    .founder-name{
        font-size:24px;
    }

    .founder-role{
        font-size:16px;
        margin-bottom:20px;
    }

    .founder-text p{
        font-size:15px;
        line-height:1.7;
    }

    .founder-qr-text{
        margin-top:5px;
        font-size:15px;
    }
}