/*
Theme Name: Lusso Forma Interiors
Theme URI: https://devwaled.com/
Author: Dev Waled
Author URI: https://devwaled.com/
Description: Custom luxury WordPress theme for Lusso Forma Interiors.
Version: 1.0.0
Text Domain: lusso-forma
*/

:root{
    --dark:#0d0d0b;
    --gold:#b88a4a;
    --cream:#f4efe6;
    --text:#1d1b18;
    --muted:#71695e;
}

*{
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    margin:0;
    font-family:Arial, Helvetica, sans-serif;
    color:var(--text);
    background:var(--cream);
}

h1,h2,h3{
    margin:0 0 18px;
}

h1,h2{
    font-family:Georgia, serif;
    font-weight:400;
}

h1{
    font-size:clamp(42px, 6vw, 86px);
    line-height:1.04;
}

h2{
    font-size:clamp(32px, 4vw, 54px);
    line-height:1.1;
}

p{
    line-height:1.75;
    color:inherit;
}

section{
    padding:90px 7%;
}

.muted{
    color:var(--muted);
}

.eyebrow{
    text-transform:uppercase;
    letter-spacing:3px;
    color:var(--gold);
    font-size:13px;
    font-weight:bold;
}

.btn{
    display:inline-block;
    background:var(--gold);
    color:white;
    padding:16px 28px;
    text-decoration:none;
    border:1px solid var(--gold);
    letter-spacing:1px;
    text-transform:uppercase;
    font-size:13px;
    margin-top:18px;
}

.btn:hover{
    background:#9e733b;
}

.btn.outline{
    background:transparent;
    color:var(--gold);
}

/* HEADER */

.site-header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:20;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:22px 7%;
    background:rgba(13,13,11,.88);
    backdrop-filter:blur(14px);
}

.brand{
    display:flex;
    align-items:center;
    gap:12px;
    color:white;
    text-decoration:none;
    letter-spacing:3px;
}

.brand-mark-img{
    width:42px;
    height:42px;
    object-fit:contain;
    display:block;
}

.brand-name small{
    display:block;
    font-size:10px;
    color:var(--gold);
    letter-spacing:5px;
    margin-top:4px;
}

.main-nav a{
    color:white;
    text-decoration:none;
    margin-left:30px;
    font-size:13px;
    letter-spacing:1px;
    text-transform:uppercase;
}

.main-nav a:hover,
.main-nav .current-menu-item > a{
    color:var(--gold);
}

.menu-toggle{
    display:none;
    background:none;
    color:white;
    border:0;
    font-size:28px;
}


/* HERO */

.hero{
    min-height:100vh;
    background:
        linear-gradient(90deg, rgba(0,0,0,.88), rgba(0,0,0,.25)),
        url('https://images.unsplash.com/photo-1618221195710-dd6b41faaea6?auto=format&fit=crop&w=1800&q=80') center/cover;
    color:white;
    display:flex;
    align-items:center;
    padding:130px 7% 70px;
}

.hero-content{
    max-width:780px;
}

.page-hero{
    padding:170px 7% 85px;
    background:
        linear-gradient(90deg, rgba(0,0,0,.86), rgba(0,0,0,.45)),
        url('https://images.unsplash.com/photo-1616486338812-3dadae4b4ace?auto=format&fit=crop&w=1800&q=80') center/cover;
    color:white;
    text-align:center;
}

.page-hero{
    min-height:70vh;
    display:flex;
    flex-direction:column;
    justify-content:center;
}


/* ===================================
   PAGE HERO IMAGES
=================================== */

.about-hero{
    background:
    linear-gradient(
        90deg,
        rgba(0,0,0,.86),
        rgba(0,0,0,.45)
    ),
    url('https://images.unsplash.com/photo-1616486338812-3dadae4b4ace?auto=format&fit=crop&w=1800&q=80')
    center center / cover no-repeat;
}

.gallery-hero{
    background:
    linear-gradient(
        90deg,
        rgba(0,0,0,.86),
        rgba(0,0,0,.45)
    ),
    url('https://images.unsplash.com/photo-1616486338812-3dadae4b4ace?auto=format&fit=crop&w=1800&q=80')
    center center / cover no-repeat;
}

.contact-hero{
    background:
    linear-gradient(
        90deg,
        rgba(0,0,0,.86),
        rgba(0,0,0,.45)
    ),
    url('https://images.unsplash.com/photo-1616486338812-3dadae4b4ace?auto=format&fit=crop&w=1800&q=80')
    center center / cover no-repeat;
}

.page-hero p{
    max-width:780px;
    margin:auto;
}


/* GENERAL SECTIONS */

.grid-2{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
    align-items:center;
}

.image-card{
    min-height:430px;
    background:url('https://images.unsplash.com/photo-1600210492486-724fe5c67fb0?auto=format&fit=crop&w=1200&q=80') center/cover;
}

.dark{
    background:var(--dark);
    color:white;
    text-align:center;
}

.cards{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
    margin-top:40px;
}

.cards article,
.info-card{
    border:1px solid rgba(184,138,74,.35);
    padding:34px;
    background:rgba(255,255,255,.035);
}

.cta{
    background:
        linear-gradient(90deg, rgba(0,0,0,.86), rgba(0,0,0,.35)),
        url('https://images.unsplash.com/photo-1615874694520-474822394e73?auto=format&fit=crop&w=1800&q=80') center/cover;
    color:white;
}

/* GALLERY */

.gallery-preview,
.gallery-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.gallery-item{
    width:100%;
    height:360px;
    min-height:360px;
    background-size:cover !important;
    background-position:center !important;
    background-repeat:no-repeat !important;
    overflow:hidden;
    border-radius:4px;
}

/* .gallery-item img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    object-position:center;
    transition:transform .4s ease;
}

.gallery-item:hover img{
    transform:scale(1.05);
} */


/* CONTACT PAGE */

.contact-wrap{
    display:grid;
    grid-template-columns:0.9fr 1.1fr;
    gap:80px;
    align-items:start;
}

.contact-form-wrapper{
    border:1px solid rgba(184,138,74,.35);
    background:rgba(255,255,255,.035);
    padding:34px;
}

.contact-form-wrapper form{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:30px;
}

.contact-form-wrapper p{
    margin:0;
}

.contact-form-wrapper textarea,
.contact-form-wrapper .full-width{
    grid-column:1 / -1;
}

.contact-form-wrapper input,
.contact-form-wrapper textarea{
    width:100%;
    background:transparent;
    border:none;
    border-bottom:1px solid rgba(184,138,74,.35);
    padding:18px 0;
    color:#1d1b18;
    font-size:15px;
    font-family:inherit;
}

.contact-form-wrapper input::placeholder,
.contact-form-wrapper textarea::placeholder{
    color:#777;
}

.contact-form-wrapper input:focus,
.contact-form-wrapper textarea:focus{
    outline:none;
    border-bottom:1px solid var(--gold);
}

.contact-form-wrapper textarea{
    min-height:180px;
    resize:vertical;
}

.contact-form-wrapper input[type="submit"]{
    grid-column:1 / -1;
    justify-self:start;
    background:#111;
    color:#fff;
    border:none;
    padding:18px 42px;
    cursor:pointer;
    text-transform:uppercase;
    letter-spacing:2px;
    transition:.3s;
}

.contact-form-wrapper input[type="submit"]:hover{
    background:var(--gold);
}

.wpcf7-spinner{
    display:none;
}

/* FOOTER */

.site-footer{
    background:#070706;
    color:#aaa;
    padding:48px 7% 28px;
}

.footer-grid{
    display:grid;
    grid-template-columns:2fr 1fr 1fr;
    gap:40px;
    margin-bottom:30px;
}

.site-footer a{
    color:#ddd;
    text-decoration:none;
    display:block;
    margin:10px 0;
}

.footer-brand{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:20px;
}

.footer-brand .brand-mark-img{
    width:55px !important;
    height:55px !important;
    max-width:55px !important;
    max-height:55px !important;
    object-fit:contain;
}

.footer-brand .brand-name{
    color:#fff;
}

.footer-brand .brand-name small{
    color:var(--gold);
}

.copyright{
    border-top:1px solid rgba(255,255,255,.1);
    padding-top:24px;
    text-align:center;
}


/* RESPONSIVE */

@media(max-width:900px){

    section{
        padding:60px 5%;
    }

    .site-header{
        padding:18px 5%;
    }

    .menu-toggle{
        display:block;
    }

    .main-nav{
        display:none;
        position:absolute;
        top:78px;
        left:0;
        width:100%;
        background:#111;
        padding:20px;
    }

    .main-nav.show{
        display:block;
    }

    .main-nav a{
        display:block;
        margin:18px;
    }

    .hero{
        padding-left:5%;
        padding-right:5%;
    }

    .grid-2,
    .cards,
    .gallery-preview,
    .gallery-grid,
    .contact-wrap,
    .footer-grid{
        grid-template-columns:1fr;
    }

    .gallery-item{
    height:300px;
    min-height:300px;
    }

    .contact-wrap{
        gap:50px;
    }

    .contact-form-wrapper form{
        grid-template-columns:1fr;
    }

    .contact-form-wrapper textarea,
    .contact-form-wrapper .full-width{
        grid-column:auto;
    }
}



.gallery-grid{
    align-items:stretch !important;
}




/* ===== PREMIUM SERVICES SECTION FINAL ===== */

.services-section{
    background:
        radial-gradient(circle at top center, rgba(184,138,74,.13), transparent 35%),
        #0d0d0b !important;
    color:#fff !important;
    padding:120px 7% !important;
    text-align:center !important;
}

.services-title{
    max-width:850px !important;
    margin:0 auto 20px !important;
}

.services-intro{
    max-width:720px !important;
    margin:0 auto 65px !important;
    color:#c9c0b3 !important;
}

.service-cards{
    display:grid !important;
    grid-template-columns:repeat(3,1fr) !important;
    gap:30px !important;
    margin-top:55px !important;
}

.service-card{
    position:relative !important;
/*     min-height:390px !important; */
    padding:30px 38px 30px !important;
    text-align:center !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    border:1px solid rgba(184,138,74,.28) !important;
    background:
        linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.025)) !important;
    overflow:hidden !important;
    transition:.4s ease !important;
}

.service-card::before{
    content:"" !important;
    position:absolute !important;
    top:0 !important;
    left:50% !important;
    transform:translateX(-50%) !important;
    width:70px !important;
    height:2px !important;
    background:#b88a4a !important;
}

/* .service-card::after{
    content:"" !important;
    position:absolute !important;
    inset:18px !important;
    border:1px solid rgba(184,138,74,.08) !important;
    pointer-events:none !important;
} */

.service-card:hover{
    transform:translateY(-10px) !important;
    border-color:rgba(184,138,74,.7) !important;
    box-shadow:0 35px 80px rgba(0,0,0,.38) !important;
    background:
        linear-gradient(180deg, rgba(184,138,74,.10), rgba(255,255,255,.025)) !important;
}

/* .service-number{
    color:rgba(184,138,74,.5) !important;
    font-family:Georgia,serif !important;
    font-size:15px !important;
    letter-spacing:4px !important;
    margin-bottom:24px !important;
} */

.service-icon{
    width:76px !important;
    height:76px !important;
    margin:0 auto 30px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
}

.service-icon svg{
    width:76px !important;
    height:76px !important;
    stroke:#b88a4a !important;
    stroke-width:1.35 !important;
    stroke-linecap:round !important;
    stroke-linejoin:round !important;
}

.service-card h3{
    color:#fff !important;
    font-family:Georgia,serif !important;
    font-size:27px !important;
    font-weight:400 !important;
    margin-bottom:16px !important;
}

.service-card p{
    color:#c9c0b3 !important;
    max-width:290px !important;
    margin:0 auto !important;
    line-height:1.75 !important;
}

@media(max-width:900px){

    .services-section{
        padding:80px 5% !important;
    }

    .service-cards{
        grid-template-columns:1fr !important;
        gap:24px !important;
    }

    .service-card{
        min-height:auto !important;
        padding:52px 30px !important;
    }

    .service-icon,
    .service-icon svg{
        width:68px !important;
        height:68px !important;
    }
}



/* ===== HOMEPAGE SELECTED WORK FIX ===== */

.img-1{
    background-image:url('https://lussoformainterior.com/wp-content/uploads/2026/07/im8.png') !important;
}

.img-2{
    background-image:url('https://lussoformainterior.com/wp-content/uploads/2026/07/im2.png') !important;
}

.img-3{
    background-image:url('https://lussoformainterior.com/wp-content/uploads/2026/07/1000339014.jpg') !important;
}

.gallery-preview .gallery-item{
    position:relative;
    height:360px;
    background-size:cover !important;
    background-position:center !important;
    background-repeat:no-repeat !important;
}

.gallery-preview .gallery-item span{
    position:absolute;
    left:24px;
    bottom:24px;
    color:#fff;
    background:rgba(0,0,0,.55);
    padding:10px 16px;
    letter-spacing:1px;
    font-size:14px;
}

@media(max-width:900px){
    .gallery-preview .gallery-item{
        height:300px;
    }
}