/* ==========================================================================
   Variáveis de Cor e Estilo (Mantidas)
   ========================================================================== */
:root {
    --primary-black: #050505;
    --secondary-black: #0f0f0f;
    --accent-gold: #c5a059;
    --text-light: #f5f5f5;
    --text-muted: #888888;
    --border-color: #222222;
    --transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1); /* Transição mais suave */
}

/* ==========================================================================
   Reset Básico (Mantido)
   ========================================================================== */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
    background-color: var(--primary-black);
    color: var(--text-light);
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ==========================================================================
   Navbar (Mantida)
   ========================================================================== */
.navbar {
    padding: 25px 0;
    border-bottom: 1px solid var(--border-color);
    position: relative;
    z-index: 100;
    background: rgba(5, 5, 5, 0.95); /* Leve fundo para leitura ao rolar */
}

.navbar .container { display: flex; justify-content: space-between; align-items: center; }

.logo {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 2px;
}
.logo span { font-weight: 400; color: var(--accent-gold); }

.nav-links { list-style: none; display: flex; gap: 45px; }
.nav-links a { 
    text-decoration: none; 
    color: var(--text-muted); 
    font-size: 0.85rem; 
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: var(--transition);
}
.nav-links a:hover { color: var(--accent-gold); }

/* ==========================================================================
   Hero Section (Mantida com alinhamento BOTTOM)
   ========================================================================== */
.hero {
    position: relative;
    min-height: 85vh; /* Ligeiramente maior */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 120px 0;
    background-image: url('/assets/img/banner_luck.jpg');
    background-size: cover;
    background-position: center; /* Imagem mais para baixo */
    background-repeat: no-repeat;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 1;
}

.hero-content { position: relative; z-index: 2; }

.subtitle {
    color: var(--accent-gold);
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 0.8rem;
    font-weight: 600;
    display: block;
    margin-bottom: 25px;
}

.hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.8rem, 6vw, 4.5rem);
    line-height: 1.1;
    margin-bottom: 50px;
    font-style: normal; /* Remove itálico padrão */
}
.hero h1 i { font-family: 'Playfair Display', serif; font-style: italic; font-weight: 400; }

.hero-actions { display: flex; justify-content: center; gap: 25px; }

/* ==========================================================================
   Botões (Mantidos)
   ========================================================================== */
.btn {
    padding: 16px 38px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: var(--transition);
    cursor: pointer;
    display: inline-block;
}

.btn-primary { 
    background: var(--accent-gold); 
    color: #000; 
    border: 1px solid var(--accent-gold);
}
.btn-primary:hover { background: #d4af37; transform: translateY(-3px); }

.btn-outline { border: 1px solid var(--border-color); color: var(--text-light); }
.btn-outline:hover { border-color: var(--accent-gold); color: var(--accent-gold); }

/* Link de texto simples */
.btn-text {
    text-decoration: none;
    color: var(--accent-gold);
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 1px;
    transition: var(--transition);
    display: inline-block;
    margin-top: 20px;
}
.btn-text:hover { color: var(--text-light); transform: translateX(5px); }

/* ==========================================================================
   NOSSAS EXPERIÊNCIAS - NOVA ESTILIZAÇÃO (Ziguezague)
   ========================================================================= */
.portfolio { padding: 120px 0; background: var(--secondary-black); }

.section-header { text-align: center; margin-bottom: 90px; }
.section-header h2 { font-family: 'Playfair Display', serif; font-size: 3rem; margin-bottom: 15px; }
.section-header p { color: var(--text-muted); max-width: 600px; margin: 0 auto; }

/* Lista de Itens */
.products-list { display: flex; flex-direction: column; gap: 100px; /* Espaço entre produtos */ }

/* Item Individual (Padrão: Imagem Esq, Texto Dir) */
.product-item {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 500px;
    overflow: hidden; /* Para não vazar a imagem de fundo */
    border: 1px solid var(--border-color); /* Borda sutil estilo advogado */
    transition: var(--transition);
}

.product-item:hover { border-color: rgba(197, 160, 89, 0.3); }

/* Conteúdo Principal (Grid interna) */
.product-content {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr; /* Duas colunas iguais */
    width: 100%;
    position: relative;
    z-index: 10; /* Acima da imagem de fundo */
}

/* Coluna da Imagem Principal */
.product-image-main {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: rgba(5, 5, 5, 0.5); /* Fundo escuro atrás da imagem */
    border-right: 1px solid var(--border-color);
    height: 100%;
    min-height: 500px;
    overflow: hidden;
}

.product-image-main img {
    width: 100%;
    height: 100%;
    /* align-items: center; */
    object-fit: contain; /* Garante que o equipamento apareça inteiro */
    transform: scale(1.1);
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.5)); /* Sombra no equipamento */
    transition: var(--transition);
}

.product-item:hover .product-image-main img { transform: scale(1.15) translateY(-10px); }

/* Coluna do Texto */
.product-info-detailed {
    padding: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-category {
    color: var(--accent-gold);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}

.product-info-detailed h3 {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    margin-bottom: 25px;
    line-height: 1.2;
}

.product-info-detailed p {
    color: var(--text-muted);
    font-size: 0.95rem;
    margin-bottom: 20px;
    font-weight: 300;
}

/* --------------------------------------------------------------------------
   Lógica de Alternância (Classe .product-item-reverse)
   ------------------------------------------------------------------------- */
.product-item-reverse .product-content {
    grid-template-columns: 1fr 1fr; /* Mantém 2 colunas */
}

/* Inverte a ordem visual das colunas */
.product-item-reverse .product-image-main {
    grid-column: 2; /* Move imagem para coluna 2 (direita) */
    border-right: none;
    border-left: 1px solid var(--border-color);
}

.product-item-reverse .product-info-detailed {
    grid-column: 1; /* Move texto para coluna 1 (esquerda) */
    grid-row: 1;    /* Garante que fique na mesma linha */
}

/* --------------------------------------------------------------------------
   Imagens de Fundo (Alguém usando) - Efeito Dark Luxury
   ------------------------------------------------------------------------- */
.product-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.15; /* MUITO BAIXA opacidade para ser sutil */
    filter: grayscale(100%) blur(2px); /* P&B e leve desfoque */
    z-index: 1; /* Atrás do conteúdo */
    transition: var(--transition);
}

.product-item:hover .product-bg-image { opacity: 0.25; filter: grayscale(100%) blur(0px); }

/* ==========================================================================
   Responsividade (Ziguezague vira empilhado no mobile)
   ========================================================================== */
@media (max-width: 992px) {
    .product-content { grid-template-columns: 1fr; } /* Uma coluna só */
    .product-image-main { border-right: none; border-bottom: 1px solid var(--border-color); padding: 0;width: 100%; }
    .product-image-main img{ transform: scale(1); object-fit: cover; width: 100%; height: 100%;}
    .product-info-detailed { padding: 50px; text-align: center;}
    
    /* Remove a inversão no mobile */
    .product-item-reverse .product-image-main { grid-column: 1; grid-row: 1; border-left: none; border-bottom: 1px solid var(--border-color); }
    .product-item-reverse .product-info-detailed { grid-column: 1; grid-row: 2;}
    
    .product-item { min-height: auto; }
}

@media (max-width: 768px) {
    .nav-links { display: none; }
    .hero h1 { font-size: 2.5rem; }
    .hero-actions { flex-direction: column; gap: 15px; padding: 0 40px; }
    .section-header h2 { font-size: 2.2rem; }

    .product-image-main{
        min-height: 300px;
    }
}

/* ==========================================================================
   Footer - Estilo Dark Luxury
   ========================================================================== */
.footer {
    padding: 100px 0 0 0;
    background-color: var(--primary-black);
    border-top: 1px solid var(--border-color);
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1.5fr;
    gap: 80px;
    padding-bottom: 80px;
}

.footer-info .logo { margin-bottom: 25px; }
.footer-info p { color: var(--text-muted); max-width: 320px; font-size: 0.95rem; }

.footer h4 {
    font-family: 'Playfair Display', serif;
    color: var(--accent-gold);
    font-size: 1.2rem;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.footer-links ul { list-style: none; }
.footer-links li { margin-bottom: 15px; }
.footer-links a { 
    text-decoration: none; 
    color: var(--text-muted); 
    font-size: 0.9rem; 
    transition: var(--transition);
}
.footer-links a:hover { color: var(--accent-gold); padding-left: 5px; }

.footer-contact p { color: var(--text-muted); margin-bottom: 10px; font-size: 0.9rem; }

.social-links { display: flex; gap: 20px; margin-top: 30px; }
.social-links a {
    color: var(--accent-gold);
    text-decoration: none;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid transparent;
    transition: var(--transition);
}
.social-links a:hover { border-bottom-color: var(--accent-gold); }

/* Bottom Bar */
.footer-bottom {
    background: #000;
    padding: 30px 0;
    border-top: 1px solid var(--border-color);
}

.bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #444; /* Bem discreto */
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bottom-content a { color: #666; text-decoration: none; transition: 0.3s; }
.bottom-content a:hover { color: var(--accent-gold); }

/* Responsividade Footer */
@media (max-width: 768px) {
    .footer-grid { grid-template-columns: 1fr; gap: 50px; text-align: center; }
    .footer-info p { margin: 0 auto 25px auto; }
    .social-links { justify-content: center; }
    .bottom-content { flex-direction: column; gap: 15px; text-align: center; }
}