/* ==========================================================
   HOME PAGE
========================================================== */

.hero-wrapper{

    background:#0D0C0B;

}

/* ==========================================================
   HERO
========================================================== */

.hero{

    position:relative;

    min-height:100vh;

    display:flex;

    align-items:center;

    overflow:hidden;

    background:#0D0C0B;

    padding-top:140px;

}

.hero-image{

    position:absolute;

    inset:0;

    width:100%;

    height:100%;

    object-fit:cover;

    object-position:center;

    z-index:1;

    transform:scale(1.05);

}

.hero-overlay{

    position:absolute;

    inset:0;

    z-index:2;

    background:
    linear-gradient(
        90deg,
        rgba(5,5,5,.82) 0%,
        rgba(5,5,5,.68) 38%,
        rgba(5,5,5,.40) 70%,
        rgba(5,5,5,.15) 100%
    );

}

.hero-gradient{

    position:absolute;

    left:0;

    right:0;

    bottom:0;

    height:220px;

    background:linear-gradient(
        to bottom,
        rgba(13,12,11,0) 0%,
        rgba(13,12,11,.25) 25%,
        rgba(13,12,11,.65) 65%,
        #0D0C0B 100%
    );

    z-index:3;

}

.hero-content{

    position:relative;

    z-index:5;

    width:620px;

    margin-left:8%;

    margin-top:90px;

    color:#F5F1EA;

}

.hero-content.right{

    margin-left:auto;

    margin-right:8%;

    text-align:right;

}

.hero-tag{

    display:inline-block;

    margin-bottom:22px;

    color:#C79B63;

    font-size:.85rem;

    letter-spacing:4px;

    text-transform:uppercase;

    font-weight:600;

}

.hero h1{

    font-family:var(--heading-font);

    font-size:5.6rem;

    font-weight:600;

    line-height:.92;

    color:#F5F1EA;

    letter-spacing:-1px;

    max-width:700px;

    margin:20px 0 35px;

    text-shadow:
        0 8px 30px rgba(0,0,0,.45);

}

.hero h2{

    font-family:var(--heading-font);

    font-size:4.8rem;

    font-weight:600;

    line-height:.95;

    color:#F5F1EA;

    letter-spacing:-1px;

    max-width:650px;

    margin:20px 0 30px;

    text-shadow:
        0 8px 30px rgba(0,0,0,.45);

}

.hero p{

    max-width:560px;

    color:rgba(245,241,234,.92);

    font-size:1.08rem;

    line-height:2;

    font-weight:400;

}

.hero-content.right p{

    margin-left:auto;

}

.hero-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    margin-top:42px;

    padding:16px 34px;

    border:1px solid #C79B63;

    border-radius:999px;

    color:#F5F1EA;

    text-decoration:none;

    letter-spacing:1px;

    transition:.35s ease;

}

.hero-btn:hover{

    background:#C79B63;

    color:#111;

}
/* ==========================================================
   ABOUT PREVIEW
========================================================== */

.about-preview{

    background:#0D0C0B;

    padding:140px 8%;

}

.about-container{

    max-width:1400px;

    margin:auto;

    display:grid;

    grid-template-columns:1.15fr 1fr;

    gap:100px;

    align-items:center;

}

.about-image{

    overflow:hidden;

    border-radius:8px;

}

.about-image img{

    width:100%;

    display:block;

    object-fit:cover;

    transition:transform .8s ease;

}

.about-image:hover img{

    transform:scale(1.05);

}

.about-text{

    color:#F5F1EA;

}

.section-tag{

    display:inline-block;

    margin-bottom:18px;

    color:#C79B63;

    letter-spacing:4px;

    font-size:.82rem;

    text-transform:uppercase;

    font-weight:600;

}

.about-text h2{

    font-family:var(--heading-font);

    font-size:4rem;

    line-height:1.05;

    margin-bottom:28px;

}

.about-text p{

    color:rgba(245,241,234,.78);

    font-size:1.05rem;

    line-height:1.9;

    margin-bottom:42px;

}

.gold-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:16px 34px;

    border:1px solid #C79B63;

    border-radius:999px;

    text-decoration:none;

    color:#F5F1EA;

    transition:.35s ease;

}

.gold-btn:hover{

    background:#C79B63;

    color:#111;

}

/* ==========================================================
   WHY CHOOSE
========================================================== */

.why-realtein{

    background:#0D0C0B;

    padding:80px 8% 150px;

}

.section-heading{

    max-width:850px;

    margin:auto;

    text-align:center;

    margin-bottom:90px;

}

.section-heading h2{

    color:#F5F1EA;

    font-family:var(--heading-font);

    font-size:4rem;

    line-height:1.1;

}

.why-grid{

    max-width:1400px;

    margin:auto;

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:50px;

}

.why-item{

    padding-top:30px;

    border-top:1px solid rgba(199,155,99,.35);

}

.why-number{

    display:block;

    color:#C79B63;

    font-family:var(--heading-font);

    font-size:3rem;

    margin-bottom:24px;

}

.why-item h3{

    color:#F5F1EA;

    font-size:1.4rem;

    margin-bottom:18px;

    font-weight:600;

}

.why-item p{

    color:rgba(245,241,234,.72);

    line-height:1.9;

}
/* ==========================================================
   HOME CTA
========================================================== */

.home-cta{

    background:#0D0C0B;

    padding:120px 8% 180px;

    text-align:center;

}

.cta-content{

    max-width:850px;

    margin:auto;

}

.cta-content h2{

    font-family:var(--heading-font);

    font-size:4rem;

    color:#F5F1EA;

    line-height:1.1;

    margin:20px 0 30px;

}

.cta-content p{

    color:rgba(245,241,234,.75);

    line-height:1.9;

    font-size:1.05rem;

    margin-bottom:45px;

}

/* ==========================================================
   SUBTLE ANIMATIONS
========================================================== */

.hero-image{

    transition:transform 8s ease;

}

.hero:hover .hero-image{

    transform:scale(1.1);

}

.hero-content,
.about-text,
.why-item,
.cta-content{

    animation:fadeUp .9s ease both;

}

@keyframes fadeUp{

    from{

        opacity:0;

        transform:translateY(35px);

    }

    to{

        opacity:1;

        transform:translateY(0);

    }

}

/* ==========================================================
   RESPONSIVE
========================================================== */

@media (max-width:1100px){

    .hero h1{

        font-size:4rem;

    }

    .hero h2{

        font-size:3.5rem;

    }

    .about-container{

        grid-template-columns:1fr;

        gap:60px;

    }

    .why-grid{

        grid-template-columns:1fr;

    }

}

@media (max-width:768px){

    .hero{

        min-height:90vh;

    }

    .hero-content{

        width:90%;

        margin:auto;

        text-align:center;

    }

    .hero-content.right{

        margin:auto;

        text-align:center;

    }

    .hero h1{

        font-size:3rem;

    }

    .hero h2{

        font-size:2.6rem;

    }

    .hero p{

        margin:auto;

        font-size:1rem;

    }

    .about-text h2{

        font-size:2.8rem;

    }

    .section-heading h2{

        font-size:2.8rem;

    }

    .cta-content h2{

        font-size:2.8rem;

    }

}