.project-grid{
    display:grid;
    grid-template-columns:repeat(3, 350px);
    gap:35px;
    justify-content:center;
    margin:60px auto;
}

.project-card{
    background:#fff;
    border-radius:20px;
    padding:18px;
    text-align:center;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
    transition:.25s;
}

.project-card:hover{
    transform:translateY(-5px);
}

.project-card img{
    width:100%;
    height:220px;
    object-fit:cover;
    border-radius:15px;
    margin-bottom:20px;
}

.project-card h3{
    font-size:1.8rem;
    font-weight:600;
    line-height:1.2;
    margin:0;
    text-decoration:none !important;
}

.project-card,
.project-card:link,
.project-card:visited{
    text-decoration:none !important;
    color:#222;
}

@media(max-width:1200px){
    .project-grid{
        grid-template-columns:repeat(2, 350px);
    }
}

@media(max-width:800px){
    .project-grid{
        grid-template-columns:350px;
    }
}

.hero{
    position:relative;
    height:500px;
    border-radius:25px;
    overflow:hidden;
    margin:40px auto 80px auto;
    max-width:1400px;

    background:
    linear-gradient(
        rgba(0,0,0,.45),
        rgba(0,0,0,.45)
    ),
    url('https://stone-woodworks.com/wp-content/uploads/2026/05/Entertainment-center.jpg');

    background-size:cover;
    background-position:center;

    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
}

.hero-content{
    color:white;
    max-width:800px;
    padding:30px;
}

.hero-content h1{
    font-family:'Playfair Display', serif;
    font-size:4rem;
    margin-bottom:15px;
}

.hero-content h2{
    font-size:1.8rem;
    font-weight:500;
    margin-bottom:20px;
}

.hero-content p{
    font-size:1.2rem;
    line-height:1.7;
    margin-bottom:30px;
}

.hero-btn{
    display:inline-block;
    background:white;
    color:#111;
    padding:15px 30px;
    border-radius:10px;
    text-decoration:none;
    font-weight:600;
}
.hero{
    position:relative;
    min-height:500px;
    max-width:1400px;
    margin:40px auto 80px auto;
    border-radius:25px;
    overflow:hidden;

    background:
    linear-gradient(
        rgba(0,0,0,.55),
        rgba(0,0,0,.55)
    ),
    url('https://stone-woodworks.com/wp-content/uploads/2026/05/Entertainment-center.jpg');

    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;

    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
}

.hero-content{
    max-width:850px;
    padding:40px;
    color:white;
}

.hero-content h1{
    font-family:'Playfair Display', serif;
    font-size:4.5rem;
    margin-bottom:15px;
    color:white;
}

.hero-content h2{
    font-size:1.8rem;
    font-weight:500;
    margin-bottom:20px;
    color:white;
}

.hero-content p{
    font-size:1.2rem;
    line-height:1.8;
    color:white;
    margin-bottom:30px;
}

.hero-btn{
    display:inline-block;
    background:white;
    color:#111;
    padding:15px 30px;
    border-radius:10px;
    text-decoration:none;
    font-weight:600;
    transition:.25s;
}

.hero-btn:hover{
    transform:translateY(-3px);
}

.section-title{
    font-family:'Playfair Display', serif;
    font-size:4rem;
    text-align:center !important;
    width:100%;
    display:block;
    margin:0 auto 15px auto;
}

.section-subtitle{
    text-align:center !important;
    display:block;
    max-width:700px;
    margin:0 auto 50px auto;
    color:#666;
}
@media screen and (max-width:768px){

    .hero{
        min-height:280px !important;
    }

    .hero-content h1{
        font-size:2rem !important;
    }

    .hero-content h2{
        font-size:1rem !important;
    }

    .hero-content p{
        display:none !important;
    }

    .project-grid{
        grid-template-columns:1fr 1fr !important;
    }

    .project-card img{
        height:120px !important;
    }

}

.sw-instagram-contact{
    text-align:center;
    background:#f8f8f8;
    padding:50px;
    border-radius:20px;
}

.sw-instagram-contact h3{
    font-size:2rem;
    margin-bottom:15px;
}

.sw-instagram-contact p{
    max-width:600px;
    margin:0 auto 25px auto;
    line-height:1.8;
    color:#666;
}

.sw-instagram-btn{
    display:inline-block;
    background:#E1306C;
    color:white;
    padding:18px 35px;
    border-radius:12px;
    text-decoration:none;
    font-weight:600;
    font-size:1.1rem;
    transition:.25s;
}

.sw-instagram-btn:hover{
    transform:translateY(-3px);
    opacity:.9;
}
.sw-instagram-btn{
    background:#222;
    color:white;
    padding:18px 45px;
    border-radius:12px;
    font-weight:600;
    font-size:1.1rem;
    box-shadow:0 8px 20px rgba(0,0,0,.15);
}
