/* ---------- RESET ---------- */

/* ==========================================================================

   PAPYRO
   Website Oficial
   Versão 2.0

========================================================================== */


/* ==========================================================================
   RESET
========================================================================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:"Montserrat",sans-serif;
    background:#F7F3EE;
    color:#5B4B3A;
    overflow-x:hidden;
}


/* ==========================================================================
   VARIÁVEIS
========================================================================== */

:root{

    --castanho:#4F4034;
    --texto:#5B4B3A;
    --bege:#F3EDE6;
    --fundo:#F7F3EE;
    --dourado:#B79C82;
    --branco:#FFFFFF;

    --sombra:0 12px 35px rgba(0,0,0,.08);

}


/* ==========================================================================
   GERAL
========================================================================== */

img{
    display:block;
    max-width:100%;
}

a{
    text-decoration:none;
    color:inherit;
}

section{
    width:100%;
}


/* ==========================================================================
   CABEÇALHO
========================================================================== */

.topo{

    background:var(--bege);

    display:grid;

    grid-template-columns:180px 1fr 180px;

    align-items:center;

    padding:25px 60px;

}

.logo{

    justify-self:start;

}

.logo img{

    width:145px;

    transition:.35s ease;

}

.logo img:hover{

    transform:scale(1.04);

}

.titulo-site{

    text-align:center;

}

.titulo-site span{

    display:block;

    font-size:13px;

    letter-spacing:10px;

    color:#8B7662;

    margin-bottom:8px;

}

.titulo-site h1{

    font-family:"Cormorant Garamond",serif;

    font-size:clamp(3.5rem,5vw,4.8rem);

    font-weight:500;

    color:var(--castanho);

}


/* ==========================================================================
   HERO
========================================================================== */

.hero{
    min-height:80vh;

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

    padding:40px 20px;

    background-image:url("imagens/cabecalho.jpg");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.hero-conteudo{

    width:100%;
    max-width:700px;

    margin:0 auto;

    padding:50px 35px;

    background:rgba(255,255,255,.60);
    backdrop-filter:blur(6px);

    border-radius:14px;

    text-align:center;

}

.hero h2{

    font-family:"Bodoni Moda",serif;

    font-size:clamp(2.8rem,5vw,4.4rem);

    color:var(--castanho);

    margin-bottom:25px;

    letter-spacing:2px;

}

.hero p{

    font-size:1.15rem;

    line-height:1.9;

    color:var(--texto);

    margin-bottom:40px;

}


/* ==========================================================================
   BOTÃO
========================================================================== */

.botao{

    display:inline-flex;

    justify-content:center;

    align-items:center;

    padding:18px 40px;

    background:var(--dourado);

    color:white;

    border-radius:8px;

    font-weight:500;

    transition:.35s ease;

}

.botao:hover{

    background:#a7896c;

    transform:translateY(-3px);

    box-shadow:0 12px 25px rgba(0,0,0,.18);

}

.botao:active{

    transform:translateY(0);

}


/* ==========================================================================
   ANIMAÇÕES
========================================================================== */

@keyframes fadeUp{

    from{

        opacity:0;

        transform:translateY(25px);

    }

    to{

        opacity:1;

        transform:translateY(0);

    }

}


/* ==========================================================================
   HERO
========================================================================== */

.hero{

    min-height:75vh;

    background-image:url("imagens/cabecalho.jpg");
    background-size:cover;
    background-position:center;

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

    padding:60px 20px;

    width:100%;

    overflow:hidden;
}

.hero-conteudo{

    background: rgba(255,255,255,0.50);

    backdrop-filter: blur(12px);

    -webkit-backdrop-filter: blur(15px);

    border: 1px solid rgba(255,255,255,0.35);

    border-radius: 14px;

    box-shadow: 0 12px 35px rgba(0,0,0,0.12);

}

.hero h2{

    font-family:"Bodoni Moda",serif;

    font-size:clamp(2.8rem,5vw,4.4rem);

    color:var(--castanho);

    margin-bottom:25px;

    letter-spacing:2px;

}

.hero p{

    font-size:1.15rem;

    line-height:1.9;

    color:var(--texto);

    margin-bottom:40px;

}



/* ==========================================================================
   BOTÃO
========================================================================== */

.botao{

    display:inline-flex;

    justify-content:center;

    align-items:center;

    padding:18px 40px;

    background:var(--dourado);

    color:white;

    border-radius:8px;

    font-weight:500;

    transition:.35s ease;

}

.botao:hover{

    background:#a7896c;

    transform:translateY(-3px);

    box-shadow:0 12px 25px rgba(0,0,0,.18);

}

.botao:active{

    transform:translateY(0);

}


/* ==========================================================================
   ANIMAÇÕES
========================================================================== */

@keyframes fadeUp{

    from{

        opacity:0;

        transform:translateY(25px);

    }

    to{

        opacity:1;

        transform:translateY(0);

    }

}

/* ==========================
   RODAPÉ
========================== */

footer{

    background:#f3ede6;

    padding:35px 20px;

}

.contactos{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:60px;

    flex-wrap:wrap;

}

.contacto{

    display:flex;

    align-items:center;

    gap:12px;

}

.email-icon,
.instagram-icon{

    width:22px;

    height:22px;

    object-fit:contain;

}

.contacto a{

    color:#4f4034;

    text-decoration:none;

    font-size:16px;

}

.contacto a:hover{

    color:#b79c82;

}

footer p{

    margin-top:25px;

    text-align:center;

    color:#7a6c5e;

    font-size:14px;

}

/* MOBILE */

@media (max-width:768px){

    .contactos{

        flex-direction:column;

        gap:18px;

    }

    .contacto{

        justify-content:center;

    }

    hero h2{

    font-family:"Bodoni Moda",serif;

    font-size:clamp(2.8rem,5vw,4.4rem);

    color:var(--castanho);

    margin-bottom:25px;

    letter-spacing:2px;

}
}

/* ======================================================
   RESPONSIVO
====================================================== */

@media (max-width:768px){

    

    .topo{

    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;


}

.monograma{

    position:static;

    left:0;

    width:65px;

    height:auto;

}

.titulo-site{

    text-align:left;

}

.titulo-site span{

    font-size:10px;

    letter-spacing:5px;

    margin-bottom:4px;

}

.titulo-site h1{

    font-size:3rem;

    line-height:1;

}

    .logo{
        justify-self:center;
    }

    .logo img{
        width:100px;
    }

    .titulo-site h1{
        font-size:2rem;
    }

    .titulo-site span{
        font-size:10px;
        letter-spacing:6px;
    }

}



body{
    overflow-x:hidden;
}

html{
    overflow-x:hidden;
}

@media (max-width: 768px){

    .hero h2{
        font-size:2rem;
        line-height:1;
        letter-spacing:0;
    }

}