html,
body{
    width:100%;
    overflow-x:hidden;
}

/*====================================
        PRODUCTS PAGE
====================================*/

body{

    background:#111111;
    color:#ffffff;
    font-family:'Inter',sans-serif;

}

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

.products-hero{

    position:relative;

    width:100%;
    height:100vh;

    overflow:hidden;

}

.products-hero img{

    width:100%;
    height:100%;

    object-fit:cover;

    display:block;

}

.products-hero-overlay{

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.35);

}

.products-hero-content{

    position:absolute;

    top:50%;
    left:50%;

    transform:translate(-50%,-50%);

    text-align:center;

}

.products-hero-content span{

    color:#ffffff;

    font-family:'Inter',sans-serif;

    font-size:16px;

    font-weight:400;

    letter-spacing:6px;

    text-transform:uppercase;

}

@media(max-width:768px){

.products-hero{

    height:100vh;

}

.products-hero-content span{

    font-size:15px;

    letter-spacing:5px;

}

}

/*====================================
            PRODUCT
====================================*/

.product-section{

    width:100%;

    display:grid;

    grid-template-columns:45% 55%;

    align-items:center;

    margin:120px 0;

}

.product-content{

    padding:0 8vw;

}

.product-category{

    display:block;

    font-size:13px;

    letter-spacing:4px;

    text-transform:uppercase;

    color:#C79A46;

    margin-bottom:18px;

}

.product-content h2{

    font-family:'Inter',serif;

    font-size:24px;

    font-weight:500;

    color:#F5F2EB;

    margin-bottom:28px;

}

.product-content p{

    max-width:470px;

    font-size:15px;

    line-height:2;

    color:#D9D9D9;

    margin-bottom:40px;

}

.request-btn{

    display:inline-block;

    text-decoration:none;

    color:#F5F2EB;

    border-bottom:1px solid #F5F2EB;

    padding-bottom:5px;

    font-size:15px;

    transition:.35s ease;

}

.request-btn:hover{

    color:#C79A46;

    border-color:#C79A46;

}

.product-image{

    width:100%;

}

.product-image img{

    width:100%;

    height:auto;

    display:block;

}

@media(max-width:768px){

.product-section{

    grid-template-columns:1fr;

    margin:70px 0;

}

.product-image{

    order:1;

}

.product-image img{

    height:600px;

}

.product-content{

    order:2;

    padding:40px 24px 0;

}

.product-content h2{

    font-size:20px;

}

.product-content p{

    max-width:100%;

}

.request-btn{

    font-size:15px;

}

}


/* ===========================
   CTA
=========================== */

.cta-section{

    width:100%;

    min-height:55vh;

    display:flex;

    justify-content:center;

    align-items:center;

    padding:80px 24px;

    text-align:center;

    box-sizing:border-box;

}

.cta-content{

    width:100%;

    max-width:650px;

    margin:0 auto;

}
.cta-content span{

    display:block;

    font-size:15px;

    font-family:'Inter',sans-serif;

    color:#F5F2EB;

    letter-spacing:4px;

    margin-bottom:20px;

}
.cta-content p{

    font-size:15px;

    font-family:'Inter',sans-serif;

    color:#F5F2EB;

    line-height:2;

    margin-bottom:30px;

}

.cta-content a{

    text-decoration:none;

    color:#F5F2EB;

    border-bottom:1px solid #F5F2EB;

    padding-bottom:4px;

    font-size:15px;

    transition:.3s;

}

.cta-content a:hover{

    color:#C79A46;

    border-color:#C79A46;

}

/*==============================
FOOTER
==============================*/


/*=====================================
FOOTER
=====================================*/

.footer{

    width:100%;

    background:#111111;

    border-top:1px solid rgba(255,255,255,.08);

    padding:60px 24px 30px;

    box-sizing:border-box;

    text-align:center;

}

/* Links */

.footer-links{

    display:flex;

    justify-content:center;

    align-items:center;

    flex-wrap:wrap;

    gap:35px;

    margin-bottom:40px;

}

.footer-links a{

    text-decoration:none;

    color:#F5F2EB;

    font-size:15px;

    transition:.35s ease;

}

.footer-links a:hover{

    color:#C79A46;

}

/* Contact */

.footer-contact{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:35px;

    flex-wrap:wrap;

    margin-bottom:35px;

}

.footer-contact a,

.footer-contact span{

    color:#F5F2EB;

    text-decoration:none;

    font-size:15px;

}

/* Social */

.footer-social{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:35px;

    margin-bottom:45px;

}

.footer-social a{

    color:#F5F2EB;

    text-decoration:none;

    font-size:15px;

    transition:.35s ease;

}

.footer-social a:hover{

    color:#C79A46;

}

/* Copyright */

.footer-bottom{

    border-top:1px solid rgba(255,255,255,.08);

    padding-top:25px;

    color:rgba(245,242,235,.55);

    font-size:14px;

}

/* Mobile */

@media(max-width:768px){

.footer{

    padding:50px 24px 30px;

}

.footer-links,
.footer-contact,
.footer-social{

    width:100%;

    justify-content:center;

    align-items:center;

    margin-left:auto;

    margin-right:auto;

}

.footer-bottom{

    text-align:center;

}

}
@media (max-width:768px){

/* Hero */

.hero{
    height:100vh;
}

.hero-content{
    padding:0 30px;
}

.hero-location{
    font-size:14px;
}

.hero-title{
    font-size:28px;
    line-height:1.4;
}

.hero-link{
    font-size:16px;
}


/* Split Sections */

.split-section{

    grid-template-columns:1fr;

    gap:8px;

}

.split-card{

    min-height:75vh;

}

.card-content{

    left:30px;
    bottom:35px;

}

.card-content span{

    font-size:13px;

}

.card-content h2{

    font-size:28px;

}

.card-content p{

    font-size:15px;

}


/* CTA */

.cta{

    min-height:45vh;

}

.cta-content{

    padding:0 25px;

}

.cta-content span{

    font-size:13px;

}

.cta-content h2{

    font-size:24px;

}

.cta-content a{

    font-size:15px;

}


/* Footer */

.footer-links{

    flex-direction:column;

    gap:18px;

}

.footer-contact{

    flex-direction:column;

    gap:15px;

}

.footer-social{

    gap:20px;

}

}

/*=====================================
        SEARCH SECTION
======================================*/

.search-section{

    padding:80px 24px 40px;

}

.search-trigger{

    max-width:700px;

    margin:auto;

    height:70px;

    border:1px solid rgba(255,255,255,.08);

    border-radius:20px;

    display:flex;

    align-items:center;

    justify-content:space-between;

    padding:0 30px;

    background:rgba(255,255,255,.03);

    cursor:pointer;

    transition:.35s;

}

.search-trigger:hover{

    border-color:#C79A46;

}

.search-icon{

    color:#C79A46;

    font-size:22px;

}

.search-text{

    flex:1;

    margin-left:18px;

    color:#999;

}

.search-shortcut{

    color:#777;

    font-size:14px;

}

/*=====================================
        MODAL
======================================*/

.search-modal{

    position:fixed;

    inset:0;

    background:rgba(0,0,0,.65);

    backdrop-filter:blur(18px);

    display:none;

    align-items:flex-start;

    justify-content:center;

    padding-top:120px;

    z-index:9999;

}

.search-modal.active{

    display:flex;

}

.search-box{

    width:min(720px,90%);

    background:#161616;

    border:1px solid rgba(255,255,255,.08);

    border-radius:24px;

    overflow:hidden;

}

.search-box input{

    width:100%;

    height:72px;

    background:none;

    border:none;

    outline:none;

    color:#fff;

    font-size:20px;

    padding:0 28px;

}

.search-results{

    max-height:420px;

    overflow-y:auto;

}

.search-item{

    display:block;

    padding:18px 28px;

    color:#fff;

    text-decoration:none;

    border-top:1px solid rgba(255,255,255,.05);

    transition:.25s;

}

.search-item:hover{

    background:#222;

}
