/*
Theme Name: Solange Alves
Description: Tema minimalista para artista plástica Solange Alves. Design clean e moderno focado na apresentação de obras de arte.
Author: Manus AI
Version: 1.0
Text Domain: solange-alves
*/

/* Reset e Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

/* Tipografia */
h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
}

h1 {
    font-size: 3rem;
    font-weight: 100;
}

h2 {
    font-size: 2.5rem;
}

h3 {
    font-size: 2rem;
}

p {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    line-height: 1.8;
}

/* Header e Navegação */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-logo {
    font-size: 1.5rem;
    font-weight: 300;
    text-decoration: none;
    color: #333;
    letter-spacing: 1px;
}

.main-navigation ul {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.main-navigation a {
    text-decoration: none;
    color: #333;
    font-weight: 300;
    font-size: 1rem;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

.main-navigation a:hover {
    color: #666;
}

/* Hero Section - Página Inicial */
.hero-section {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-content {
    text-align: center;
    color: white;
    max-width: 600px;
    padding: 2rem;
}

.hero-title {
    font-size: 4rem;
    font-weight: 100;
    margin-bottom: 1rem;
    letter-spacing: 2px;
}

.hero-subtitle {
    font-size: 1.5rem;
    font-weight: 300;
    opacity: 0.9;
}

/* Container Principal */
.main-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Seções de Conteúdo */
.content-section {
    padding: 5rem 0;
    margin-top: 80px; /* Compensar header fixo */
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 2.5rem;
    font-weight: 100;
    letter-spacing: 1px;
}

/* Grid de Obras */
.artworks-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
    margin-bottom: 3rem;
}

.artwork-item {
    text-align: center;
}

.artwork-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
}

.artwork-image:hover {
    transform: scale(1.02);
}

.artwork-title {
    font-size: 1.2rem;
    font-weight: 300;
    margin-bottom: 0.5rem;
}

.artwork-description {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.6;
}

/* Sobre a Artista */
.about-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.about-text {
    font-size: 1.1rem;
    line-height: 1.8;
}

.about-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

/* Exposições */
.exhibitions-list {
    max-width: 800px;
    margin: 0 auto;
}

.exhibition-item {
    border-bottom: 1px solid #eee;
    padding: 2rem 0;
}

.exhibition-item:last-child {
    border-bottom: none;
}

.exhibition-title {
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 0.5rem;
}

.exhibition-details {
    color: #666;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.exhibition-description {
    line-height: 1.7;
}

/* Contato */
.contact-section {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.contact-info {
    margin-bottom: 2rem;
}

.contact-form {
    text-align: left;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 300;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 1rem;
    border: 1px solid #ddd;
    font-family: inherit;
    font-size: 1rem;
}

.form-group textarea {
    height: 120px;
    resize: vertical;
}

.submit-button {
    background: #333;
    color: white;
    padding: 1rem 2rem;
    border: none;
    font-family: inherit;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.3s ease;
}

.submit-button:hover {
    background: #555;
}

/* Footer */
.site-footer {
    background: #f8f8f8;
    padding: 3rem 0;
    text-align: center;
    margin-top: 5rem;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Responsividade */
@media (max-width: 768px) {
    .header-container {
        flex-direction: column;
        gap: 1rem;
    }
    
    .main-navigation ul {
        gap: 1rem;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.2rem;
    }
    
    .about-section {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .artworks-grid {
        grid-template-columns: 1fr;
    }
    
    .content-section {
        padding: 3rem 0;
    }
}

@media (max-width: 480px) {
    .main-container {
        padding: 0 1rem;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
}

