/* --- GOOGLE FONTS IMPORT --- */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Lobster&display=swap');

/* --- VARIÁVEIS (Paleta Oliver Fuzz) --- */
:root {
    /* Paleta inspirada em Oliver, o coelho */
    --primary-color: #f0b37f;   /* Warm Peach Fuzz (from text shadow/circle) */
    --secondary-color: #3c96d6; /* Sky Blue (from background) */
    --accent-color: #f6c4c6;    /* Soft Rabbit Pink (from ears/nose) */
    --text-color: #333333;      /* Dark Charcoal (good contrast) */
    --muted-text-color: #666666; /* Medium Grey (rabbit grey) */
    --bg-color: #faf9f5;        /* Creamy White (rabbit cream) */
    --light-bg: #f0f8ff;        /* Very Light Sky Blue (for sections) */
    --white: #ffffff;           /* Cloud/Text White */
}

/* --- RESET & GLOBAL STYLES --- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif; /* Texto padrão simples e moderno */
}

body {
    background-color: var(--bg-color);
    color: var(--text-color);
    line-height: 1.7;
    -webkit-font-smoothing: antialiased; /* suavizar as fontes */
}

/* --- TIPOGRAFIA ELABORADA & CORRIGIDA (Efeito Sticker Real) --- */
h1 {
    font-family: 'Lobster', cursive; 
    font-size: 3.8rem;
    color: var(--white);
    /* O SEGREDO DA LEITURA: Contorno escuro (stroke) + Sombra pêssego */
    -webkit-text-stroke: 1.5px var(--text-color); 
    text-shadow: 4px 4px 0 var(--primary-color); 
    margin-bottom: 25px;
    letter-spacing: 1px;
    line-height: 1.4; /* Aumentado para a sombra não sobrepor a linha de baixo */
}

h2 {
    font-family: 'Lobster', cursive;
    font-size: 2.8rem;
    color: var(--white);
    -webkit-text-stroke: 1.5px var(--text-color);
    text-shadow: 3px 3px 0 var(--primary-color);
    margin-bottom: 40px;
    letter-spacing: 1px;
    line-height: 1.4;
}

h3 {
    font-family: 'Lobster', cursive;
    font-size: 2rem;
    color: var(--text-color);
    margin-bottom: 15px;
}

p {
    font-size: 1.1rem;
    color: var(--muted-text-color);
}

/* --- HEADER & NAVIGATION --- */
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 5%;
    background-color: var(--white);
    box-shadow: 0 4px 15px rgba(60, 150, 214, 0.08); 
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 2px solid #eee; 
}

.logo {
    font-family: 'Lobster', cursive;
    font-size: 32px;
    color: var(--white);
    -webkit-text-stroke: 1px var(--text-color);
    text-shadow: 3px 3px 0 var(--primary-color); 
    text-decoration: none;
    transition: transform 0.3s;
    letter-spacing: 1px;
}

.logo:hover {
    transform: scale(1.05);
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 25px;
    align-items: center;
}

.nav-links a {
    text-decoration: none;
    color: var(--text-color);
    font-weight: 700;
    font-size: 1rem;
    transition: color 0.3s, transform 0.2s;
    position: relative; 
}

.nav-links a:hover {
    color: var(--primary-color);
    transform: translateY(-1px);
}

.nav-links a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    bottom: -5px;
    left: 0;
    background-color: var(--primary-color);
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.nav-links a:hover::after,
.nav-links a.active::after {
    visibility: visible;
    width: 100%;
}

.nav-links a.active {
    color: var(--primary-color);
}

/* Adicionando o detalhe do círculo fino como separador de navegação */
.nav-links li:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    margin-left: 15px;
    opacity: 0.5;
}

/* --- HERO SECTION --- */
.hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 120px 5% 150px; 
    background-color: var(--light-bg); 
    gap: 50px;
    position: relative;
    overflow: hidden;
}

/* Divisor de nuvens SVG */
.hero::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px; 
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23faf9f5" fill-opacity="1" d="M0,224L60,213.3C120,203,240,181,360,181.3C480,181,600,203,720,202.7C840,203,960,181,1080,181.3C1200,181,1320,203,1380,213.3L1440,224L1440,320L1380,320C1320,320,1200,320,1080,320C960,320,840,320,720,320C600,320,480,320,360,320C240,320,120,320,60,320L0,320Z"></path></svg>');
    background-size: cover;
    z-index: 10;
}

.hero-text {
    flex: 1;
    max-width: 600px;
}

.hero-text p {
    font-size: 1.3rem;
    margin-bottom: 40px;
    font-weight: 400;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

/* --- BUTTONS CORRIGIDOS (Melhor Contraste) --- */
.btn {
    display: inline-block;
    padding: 15px 35px;
    background-color: var(--primary-color);
    color: var(--text-color); /* Alterado para escuro para se ler bem sobre o pêssego */
    text-decoration: none;
    font-weight: 900;
    font-size: 1.1rem;
    border-radius: 50px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    text-align: center;
    box-shadow: 0 4px 10px rgba(240, 179, 127, 0.3); 
    border: 2px solid transparent;
}

.btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(240, 179, 127, 0.4);
    background-color: var(--text-color);
    color: var(--white);
}

.btn-secondary {
    background-color: transparent;
    color: var(--text-color); 
    border: 2px solid var(--text-color);
    box-shadow: none;
}

.btn-secondary:hover {
    background-color: var(--text-color);
    color: var(--white);
}

.hero-image {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 20; 
}

/* Moldura Circular Elaborada */
.hero-image img {
    width: 100%;
    max-width: 480px;
    border-radius: 50%; 
    border: 5px solid var(--white); 
    box-shadow: 0 15px 35px rgba(60, 150, 214, 0.1), 0 0 0 10px var(--primary-color); 
    transition: transform 0.4s;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.hero-image img:hover {
    transform: scale(1.02) rotate(-1deg);
}

/* --- FEATURED SECTION (Merch) --- */
.featured {
    padding: 120px 5%;
    text-align: center;
    background-color: var(--bg-color); 
}

.merch-grid {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 60px;
}

.merch-card {
    background: var(--white);
    border-radius: 30px;
    padding: 30px;
    width: 310px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    transition: all 0.4s;
    position: relative;
}

.merch-card::before {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    border: 2px solid var(--accent-color);
    border-radius: 50%;
    opacity: 0.3;
}

.merch-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 45px rgba(240, 179, 127, 0.1); 
}

.merch-card img {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 25px;
    background-color: var(--light-bg);
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.price {
    color: var(--primary-color);
    font-weight: 900;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

/* --- ABOUT PAGE SPECIFIC STYLES --- */
.about-page {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 80px 5%;
    gap: 50px;
    max-width: 1200px;
    margin: 0 auto;
}

.about-image {
    flex: 1;
}

.about-image img {
    width: 100%;
    max-width: 500px;
    border-radius: 30px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.about-content {
    flex: 1;
}

.about-content h2 {
    font-size: 2.8rem;
    color: var(--primary-color);
    margin-bottom: 25px;
}

.about-content p {
    font-size: 1.15rem;
    margin-bottom: 20px;
    color: var(--text-color);
}

.highlight-text {
    font-size: 1.3rem !important;
    font-weight: 700;
    color: var(--secondary-color) !important;
    font-style: italic;
    border-left: 4px solid var(--primary-color);
    padding-left: 15px;
    margin-top: 30px;
}

.social-links {
    margin-top: 40px;
}

.social-links p {
    font-weight: 700;
    margin-bottom: 15px;
}

/* --- SHOP PAGE SPECIFIC STYLES --- */
.shop-header {
    text-align: center;
    padding: 60px 5% 30px;
    background-color: var(--light-bg);
}

.shop-header h1 {
    font-size: 3rem;
    margin-bottom: 15px;
}

.shop-header p {
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 auto;
    color: var(--text-color);
}

.shop-container {
    padding: 60px 5%;
}

/* Button "Add to Cart" inside merch cards */
.btn-cart {
    width: 100%;
    padding: 10px;
    margin-top: 15px;
    background-color: var(--white);
    color: var(--text-color);
    border: 2px solid var(--text-color);
    font-weight: 700;
    font-size: 1rem;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-cart:hover {
    background-color: var(--text-color);
    color: var(--white);
}

/* --- CONTACT PAGE SPECIFIC STYLES --- */
.contact-page {
    padding: 80px 5%;
    background-color: var(--bg-color);
}

.contact-container {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    background-color: var(--white);
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    overflow: hidden;
}

.contact-info {
    flex: 1;
    padding: 50px;
    background-color: var(--light-bg);
}

.contact-info h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.contact-info p {
    margin-bottom: 20px;
}

.contact-details {
    margin: 30px 0;
    padding: 20px 0;
    border-top: 2px dashed #ffcca6;
    border-bottom: 2px dashed #ffcca6;
}

.social-links-contact h3 {
    margin-bottom: 15px;
    color: var(--secondary-color);
}

.social-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.contact-form {
    flex: 1;
    padding: 50px;
}

.input-group {
    margin-bottom: 20px;
}

.input-group label {
    display: block;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--text-color);
}

.input-group input,
.input-group textarea {
    width: 100%;
    padding: 15px;
    border: 2px solid #eee;
    border-radius: 15px;
    font-family: inherit;
    font-size: 1rem;
    outline: none;
    transition: border-color 0.3s;
}

.input-group input:focus,
.input-group textarea:focus {
    border-color: var(--primary-color);
}

.btn-submit {
    width: 100%;
    border: none;
    cursor: pointer;
    font-size: 1.1rem;
    margin-top: 10px;
}


/* --- FOOTER --- */
footer {
    background-color: var(--white);
    text-align: center;
    padding: 50px 5%;
    margin-top: 60px;
    border-top: 1px solid #eee;
    position: relative;
}

footer p {
    font-size: 1rem;
    color: var(--text-color);
}

/* Detalhe do círculo fino no footer */
footer p::before,
footer p::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 15px;
    opacity: 0.3;
}

/* --- RESPONSIVE --- */
@media (max-width: 900px) {
    .hero {
        flex-direction: column;
        text-align: center;
        padding: 80px 5% 100px;
    }
    
    .hero-text h1 {
        font-size: 3rem;
    }

    .hero-buttons {
        justify-content: center;
    }
    
    .hero-image img {
        margin-top: 40px;
    }

    .about-page {
        flex-direction: column;
        text-align: center;
        padding: 40px 5%;
    }
    
    .highlight-text {
        border-left: none;
        padding-left: 0;
    }

    .contact-container {
        flex-direction: column;
    }
    
    .contact-info, .contact-form {
        padding: 30px 20px;
    }
}

@media (max-width: 600px) {
    .hero-text h1 {
        font-size: 2.2rem;
    }
}