@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Saira+Stencil:ital,wght@0,100..900;1,100..900&family=UnifrakturMaguntia&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Saira+Stencil:ital,wght@0,100..900;1,100..900&family=UnifrakturMaguntia&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Prata&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');

* {
    margin: 0px;
    padding: 0px;
}

:root {
    --color-black: #0D1420;
    --color-navy: #1A2438;
    --color-charcoal: #2C3547;
    --color-gray: #8A909E;
    --color-paragraf: #4d5158;
    --color-gold: #C9A84C;
    --color-offwhite: #F5F2ED;
}

html {
    scroll-behavior: smooth;
}

/* --- NAV BAR --- */
.navbar {
    display: flex;
    margin: auto;
    height: 70px;
    justify-content: space-between;
    align-items: center;
    padding: 20px 50px;
    background-color: var(--color-offwhite);
}

.navbar .logo {
    width: 100px;
}

.navbar .logo img {
    width: 100%;
}

.navbar nav .navlink {
    display: flex;
    list-style: none;
    gap: 30px;
}

.navbar nav .navlink a {
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    color: var(--color-black);
    font-size: 16px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.navbar nav .navlink a:hover {
    color: var(--color-gold);
}

/* --- BOTÕES (Nav e Hero) --- */
.btn {
    font-family: 'Poppins', sans-serif;
    padding: 16px 24px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease;
}

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

.btn-primary {
    background-color: var(--color-gold);
    color: var(--color-black);
    border: none;
}

.btn-primary:hover {
    background-color: #a78a3d;
}

.btn-outline {
    background-color: transparent;
    color: var(--color-offwhite);
    border: 1px solid var(--color-offwhite);
}

.btn-outline:hover {
    background-color: var(--color-offwhite);
    color: var(--color-black);
}

/* --- HERO SECTION --- */
.hero {
    background-color: var(--color-navy);
    padding: 80px 50px;
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-content {
    max-width: 600px;
}

.eyebrow {
    font-family: 'Poppins', sans-serif;
    color: var(--color-gold);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
}

.hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: 56px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: var(--color-offwhite);
}

.hero-description {
    font-family: 'Poppins', sans-serif;
    color: var(--color-gray);
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 500px;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    margin-bottom: 50px;
}

/* --- ESTATÍSTICAS DO HERO --- */
.hero-stats {
    display: flex;
    gap: 40px;
}

.stat-item h3 {
    font-family: 'Playfair Display', serif;
    color: var(--color-gold);
    font-size: 28px;
    margin-bottom: 5px;
}

.stat-item p {
    font-family: 'Poppins', sans-serif;
    color: var(--color-gray);
    font-size: 14px;
}

.star {
    font-size: 20px;
}

/* --- TRUST BAR --- */
.trust-bar {
    background-color: var(--color-charcoal);
    padding: 25px 50px;
}

.trust-list {
    display: flex;
    justify-content: space-between;
    list-style: none;
    color: var(--color-offwhite);
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

/* ========================================
SEÇÃO: NOSSOS SERVIÇOS
======================================== */

.servicos {
    background-color: var(--color-offwhite);
    padding: 80px 80px 170px;
    
}

.servicos-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 50px;
}

.secao-label {
    font-family: 'Roboto Mono';
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #9f8028;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.servicos-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 700;
    color: var(--color-black);
    margin-bottom: 12px;
}

.servicos-header p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: var(--color-paragraf);
}

.servicos-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.servico-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-shadow: 0 2px 12px rgba(13, 20, 32, 0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    border: 1px solid rgba(138, 144, 158, 0.15);
}

.servico-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 28px rgba(13, 20, 32, 0.13);
}

.servico-icone {
    font-size: 30px;
    background-color: var(--color-navy);
    width: 52px;
    height: 52px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
}

.servico-icone i{
    color: var(--color-gold);
}

.servico-card h3 {
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 600;
    color: var(--color-black);
}

.servico-card p {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: var(--color-paragraf);
    line-height: 1.5;
    flex: 1;
}

.servico-rodape {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
    padding-top: 16px;
    border-top: 1px solid rgba(138, 144, 158, 0.2);
}

.servico-preco {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #9f8028;
}

.destaque-preco {
    font-size: 13px;
}

.servico-link {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-navy);
    text-decoration: none;
    border: var(--color-navy) 2px solid;
    padding: 10px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.servico-link:hover {
    color: var(--color-offwhite);
    transform: translateY(-4px);
    background-color: var(--color-navy);
}


.galeria {
    background-color: var(--color-black);
    padding: 92px 80px 82px;
}

.galeria-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

    margin-bottom: 42px;
}

.galeria-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.1;

    color: var(--color-offwhite);
}

/* ========================================
   GRID DA GALERIA
   ======================================== */

.galeria-grid {
    max-width: 1200px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: 1.32fr 1fr 1fr 1.32fr;

    grid-template-rows: 200px 200px;
  
    gap: 12px;

    grid-template-areas:
        "foto1 foto2 foto4 foto6"
        "foto1 foto3 foto5 foto6";
}

/* ========================================
   POSICIONAMENTO DAS FOTOS
   ======================================== */

.foto-1 {
    grid-area: foto1;
}

.foto-2 {
    grid-area: foto2;
}

.foto-3 {
    grid-area: foto3;
}

.foto-4 {
    grid-area: foto4;
}

.foto-5 {
    grid-area: foto5;
}

.foto-6 {
    grid-area: foto6;
}

/* ========================================
   ITENS
   ======================================== */

.galeria-item {
    position: relative;

    background-color: var(--color-charcoal);

    border-radius: 8px;

    overflow: hidden;

    cursor: pointer;
}

.galeria-item img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
}

/* ========================================
   HOVER OVERLAY
   ======================================== */

.galeria-item::after {
    content: '';

    position: absolute;
    inset: 0;

    background-color: rgba(13, 20, 32, 0);

    transition: background-color 0.3s ease;
}

.galeria-item:hover::after {
    background-color: rgba(13, 20, 32, 0.45);
}


.galeria-botao {
    display: flex;
    justify-content: center;
    margin-top: 34px;
}

.btn-galeria {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: var(--color-offwhite);
    text-decoration: none;
    border: 1px solid var(--color-offwhite);
    padding: 14px 36px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-galeria:hover {
    background-color: var(--color-offwhite);
    color: var(--color-black);
    transform: translateY(-4px);
}

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


.quem-somos {
    background-color: var(--color-offwhite);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 50px;
    gap: 100px;
    height: 425px;
}

.quem-somos .textos {
    display: flex;
    flex-direction: column;
    text-align: start;
    max-width: 550px;
}

.quem-somos .textos h1 {
    font-family: 'Roboto Mono', serif;
    font-size: 16px;
    font-weight: 500;
    color: #9f8028;
    margin-bottom: 20px;
}

.quem-somos .textos h2 {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 700;
    color: var(--color-black);
    margin-bottom: 20px;
}

.quem-somos .textos p {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: var(--color-paragraf);
    margin-bottom: 30px;
    text-align: justify;
}

.quem-somos .textos a {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: var(--color-offwhite);
    width: fit-content;
    background-color: var(--color-navy);
    margin-bottom: 20px;
    text-decoration: none;
    padding: 16px;
    border-radius: 10px;
    transition: all 0.2s ease;
}

.quem-somos .textos a:hover {
    background-color: var(--color-charcoal);
    transform: translateY(-4px);
}

.quem-somos .barbeiros {
    display: flex;
    gap: 60px;
}

.quem-somos .barbeiros-grid {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

.quem-somos .barbeiros-grid img {
    background-color: var(--color-charcoal);
    width: 225px;
    height: 250px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.quem-somos .barbeiros-grid h3 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 400;
    color: var(--color-black);
}

.quem-somos .barbeiros-grid p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: var(--color-gold);
}

.depoimentos {
    background-color: var(--color-navy);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 50px;
    height: 400px;
}

.depoimentos h1 {
    font-family: 'Roboto Mono';
    font-size: 14px;
    font-weight: 500;
    color: var(--color-gold);
    margin-bottom: 10px;
}

.depoimentos h2 {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 700;
    color: var(--color-offwhite);
    margin-bottom: 50px;
}

.depoimentos .depoimentos-container {
    display: flex;
    gap: 30px;
}

.depoimentos .depoimentos-container .depoimentos-grid {
    display: flex;
    flex-direction: column;
    text-align: start;
    max-width: 425px;
    justify-content: start;
    background-color: var(--color-charcoal);
    padding: 30px;
    border-radius: 10px;
    border: 1px solid var(--color-gray);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.depoimentos .depoimentos-container .depoimentos-grid .estrelas {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: var(--color-gold);
    margin-bottom: 10px;
}

.depoimentos .depoimentos-container .depoimentos-grid p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: var(--color-offwhite);
    margin-bottom: 10px;
    text-align: justify;
}

.depoimentos .depoimentos-container .depoimentos-grid hr {
    margin-top: 25px;
    margin-bottom: 10px;
}

.cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 50px;
    background-color: var(--color-black);
}

.cta .textos h1 {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 800;
    color: var(--color-offwhite);
    margin-bottom: 10px;
}

.cta .textos p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #a3a9b7;
    margin-bottom: 50px;
}

.cta .botoes a {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: var(--color-offwhite);
    text-decoration: none;
    padding: 16px;
    border-radius: 10px;
    transition: all 0.3s ease;
    display: inline-block;
}

.cta .botoes a:hover {
    transform: translateY(-4px);
}

.cta .botoes a.agendar-horario {
    background-color: var(--color-gold);
    margin-right: 10px;
    color: var(--color-black);
}

.cta .botoes a.agendar-horario:hover {
    background-color: #a78a3d;
}

.cta .botoes a.ver-servicos {
    border: 1px solid var(--color-offwhite);
    color: var(--color-offwhite);
}

.cta .botoes a.ver-servicos:hover {
    background-color: var(--color-offwhite);
    color: var(--color-black);
}

footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 50px;
    background-color: var(--color-black);
    color: var(--color-offwhite);
}

footer .footer-container {
    display: flex;
    justify-content: space-between;
    gap: 120px;
}

footer .footer-container .brand .logo img {
    width: 120px;
}

footer .footer-container .brand address {
    text-align: start;
    color: #8A909E;
    font-size: 16px;
}

footer .footer-container nav {
    display: flex;
    text-align: start;
    justify-content: start;
}

footer .footer-container .links {
    display: flex;
    flex-direction: column;
    text-align: start;
    justify-content: start;
    margin: 0px 30px 0px 30px;
}

footer .footer-container .links h4 {
    margin-bottom: 10px;
}

footer .footer-container .links ul li {
    list-style: none;
    margin-bottom: 2px;
    color: #8A909E;
}

footer .footer-container .links ul li a {
    text-decoration: none;
    transition: all 0.1s ease;
    color: #8A909E;
}

footer .footer-container .links ul li a:hover {
    color: var(--color-offwhite);
    text-decoration: underline;
}

footer .social {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 26px;
}

footer .social a {
    text-decoration: none;
    color: var(--color-offwhite);
    transition: all 0.2s ease;
}

footer .social a:hover {
    color: var(--color-gold);
    transform: translateY(-4px);
}

footer .copyright {
    width: 90vw;
    margin-top: 50px;
    color: #8A909E;
}

footer .copyright hr {
    margin-bottom: 20px;
}