/*
Theme Name: Neve Child
Theme URI: https://themeisle.com/themes/neve/
Description: Tema filho para personalizações do portfólio
Author: Filipe Corrêa
Template: neve
Version: 1.0
*/
.projeto-single {
    max-width: 1200px;
    margin: auto;
    padding: 40px 20px;
}

.projeto-hero img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 40px;
}

.projeto-hero .hero-img {
    width: 100%;
    max-height: 520px;
    object-fit: cover;
    border-radius: 10px;
}

.projeto-conteudo h1 {
    font-size: 2.4rem;
    margin-bottom: 20px;
}

.projeto-galeria {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.projeto-galeria img {
    width: 100%;
    border-radius: 6px;
}

.btn-projeto {
    display: inline-block;
    padding: 12px 24px;
    background: #0f9d58;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
}

.portfolio-page {
    max-width: 1200px;
    margin: auto;
    padding: 60px 20px;
}

.portfolio-header {
    text-align: center;
    margin-bottom: 50px;
}

.portfolio-header h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.portfolio-item {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease;
}

.portfolio-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(0,0,0,.1);
}

.portfolio-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.portfolio-item h2 {
    padding: 20px;
    font-size: 1.3rem;
    text-align: center;
}
