/*
Theme Name: Helo Elementor Child
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
/* ==========================================================================
   BLOCO ACF: HERO TEMPLATE 1 (MINIMALISTA)
   ========================================================================== */
.lifestyle-hero-t1 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 60px;
}

/* Colunas */
.t1-coluna-conteudo {
    width: 50%;
    padding-right: 5%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 40px;
}

.t1-coluna-imagem {
    width: 50%;
}

.t1-coluna-imagem img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

/* Tipografia (Apenas posicionamento, fontes herdam do Elementor) */
.t1-titulo {
    margin-top: 0;
    margin-bottom: auto; /* Empurra os créditos lá para baixo */
}

/* Se você também definiu o parágrafo no Elementor, ele herdará aqui */
.t1-creditos p {
    text-transform: uppercase;
    margin: 5px 0;
    /* Opcional: ajustar cor base caso queira forçar diferente do Elementor */
    color: #333; 
}

.t1-creditos span {
    font-weight: bold;
}

.t1-intro {
    margin-top: 40px;
}

/* Responsividade (Telemóveis e Tablets) */
@media (max-width: 768px) {
    .t1-coluna-conteudo,
    .t1-coluna-imagem {
        width: 100%;
        padding-right: 0;
    }
    
    .t1-coluna-conteudo {
        order: 2; /* No mobile, o texto desce */
        padding-top: 30px;
        padding-bottom: 0;
    }
    
    .t1-coluna-imagem {
        order: 1; /* No mobile, a imagem sobe */
    }
    
    .t1-titulo {
        margin-bottom: 40px;
    }
}
