/* --- ESTILOS BRANDING (MINIMALIST GALLERY) --- */
:root {
    --brand-dark: #1a1a1a;
    --brand-accent: #6C63FF; /* Un tono violeta creativo/diseño, o usa tu rosa --sc */
    --brand-bg: #ffffff;
} 
.headerav.scrolled {
    background-color: #0b0b0b; /* Cambia por el color que prefieras */
    transition: background-color 1s;
}
.header {
  background-color: #0b0b0b!important;
}

/* 1. HERO ATELIER */
.branding-hero {
    padding: 160px 5% 100px 5%;
    background-color: var(--brand-bg);
    display: grid; grid-template-columns: 1fr 1fr; gap: 60px;
    align-items: center;
    max-width: 1300px; margin: 0 auto;
}

.bh-text h1 {
    font-size: 4rem; font-weight: 900; line-height: 1; margin-bottom: 25px;
    color: var(--brand-dark); letter-spacing: -2px;
}
.bh-text p {
    font-size: 1.2rem; color: #666; line-height: 1.6; margin-bottom: 40px; max-width: 90%;
}

/* Elemento Visual Hero: Brand Board Flotante */
.bh-visual { position: relative; height: 500px; }

.brand-card {
    position: absolute; background: white; box-shadow: 0 20px 50px rgba(0,0,0,0.1);
    border-radius: 12px; padding: 20px; transition: 0.5s ease;
    border: 1px solid #f0f0f0;
}
.bh-visual:hover .brand-card { transform: scale(1.05); box-shadow: 0 30px 60px rgba(0,0,0,0.15); }

/* Posicionamiento de las tarjetas flotantes */
.bc-main {
    top: 50%; left: 50%; transform: translate(-50%, -50%);
    width: 300px; height: 350px; z-index: 2;
    display: flex; align-items: center; justify-content: center;
}
.bc-palette {
    top: 10%; right: 10%; width: 120px; height: 180px; z-index: 1;
    display: flex; flex-direction: column; gap: 10px;
}
.color-swatch { flex: 1; border-radius: 8px; }

.bc-typo {
    bottom: 10%; left: 5%; width: 180px; height: 120px; z-index: 3;
    display: flex; align-items: center; justify-content: center;
    font-family: 'Times New Roman', serif; font-size: 4rem; font-style: italic; color: #333;
}


/* 2. SERVICIOS DE DISEÑO (LIMPIO) */
.design-services {
    padding: 100px 5%; background: #FAFAFA;
}
.ds-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px;
    max-width: 1200px; margin: 0 auto;
}

.ds-item {
    background: white; padding: 40px; border-radius: 0; /* Bordes rectos = más serio/diseño */
    transition: 0.3s; border-bottom: 3px solid transparent;
}
.ds-item:hover { transform: translateY(-10px); border-bottom-color: var(--brand-dark); }

.ds-num { font-size: 3rem; font-weight: 900; color: #f0f0f0; line-height: 1; margin-bottom: 10px; }
.ds-title { font-size: 1.5rem; font-weight: 800; margin-bottom: 15px; }
.ds-desc { font-size: 0.95rem; color: #777; line-height: 1.6; }


/* 3. PORTFOLIO MASONRY (GALERÍA) */
.brand-portfolio { padding: 100px 5%; background: white; }
.bp-header { text-align: center; margin-bottom: 60px; }

.bp-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px; max-width: 1300px; margin: 0 auto;
}

.bp-item {
    position: relative; overflow: hidden; border-radius: 20px; cursor: pointer;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
.bp-img { width: 100%; height: 100%; object-fit: cover; transition: 0.6s; display: block; }
.bp-item:hover .bp-img { transform: scale(1.1); }

.bp-overlay {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.7); opacity: 0; transition: 0.4s;
    display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center;
    color: white; padding: 20px;
}
.bp-item:hover .bp-overlay { opacity: 1; }

.bp-cat { font-size: 0.8rem; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 10px; color: var(--sc); }
.bp-title { font-size: 1.8rem; font-weight: 700; margin-bottom: 20px; }


/* 4. SECCIÓN PUENTE A MERCH */
.brand-to-merch {
    background: #111; color: white; padding: 80px 5%;
    display: flex; justify-content: space-between; align-items: center;
    max-width: 1200px; margin: 60px auto; border-radius: 30px;
    position: relative; overflow: hidden;
}

/* Responsive */
@media (max-width: 900px) {
    .branding-hero { grid-template-columns: 1fr; text-align: center; padding-top: 120px; }
    .bh-text h1 { font-size: 3rem; }
    .bh-visual { height: 400px; margin-top: 40px; }
    .ds-grid { grid-template-columns: 1fr; }
    .brand-to-merch { flex-direction: column; text-align: center; gap: 40px; }
}








/* --- ESTILOS BRANDING (ENFOQUE TANGIBLE) --- */
:root {
    --br-primary: #6C63FF; /* Violeta creativo */
    --br-dark: #121212;
    --br-light: #f8f9fa;
}

/* 1. HERO DIRECTO */
.br-hero {
    background: #111; color: white; padding: 160px 5% 100px 5%;
    display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center;
}
.br-title {
    font-size: 3.5rem; font-weight: 900; line-height: 1.1; margin-bottom: 20px;
}
.br-title span { color: #E91E63; } /* Toque One Pulse */

.br-hero-visual {
    position: relative;
    border: 2px dashed #333; border-radius: 20px;
    padding: 20px; text-align: center;
    background: #1a1a1a;
}
/* Simulación de construcción */
.br-float-icon {
    font-size: 5rem; color: white; animation: pulseLogo 3s infinite;
}
@keyframes pulseLogo { 0% { transform: scale(1); opacity: 0.8; } 50% { transform: scale(1.1); opacity: 1; } 100% { transform: scale(1); opacity: 0.8; } }


/* 2. LO QUE TE ENTREGAMOS (THE KIT) */
.kit-section { padding: 80px 5%; background: white; }
.kit-header { text-align: center; margin-bottom: 60px; }

.kit-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px;
    max-width: 1200px; margin: 0 auto;
}

.kit-card {
    background: #fdfdfd; border: 1px solid #eee; border-radius: 15px;
    padding: 30px; transition: 0.3s; position: relative;
    display: flex; flex-direction: column; align-items: center; text-align: center;
}
.kit-card:hover { border-color: #E91E63; box-shadow: 0 10px 30px rgba(233,30,99,0.1); transform: translateY(-5px); }

/* Icono visual del archivo/entregable */
.kit-img-box {
    width: 80px; height: 80px; background: #fff;
    border-radius: 50%; box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    display: flex; align-items: center; justify-content: center;
    font-size: 2rem; color: #333; margin-bottom: 20px;
}

.kit-card h3 { font-size: 1.2rem; font-weight: 800; margin-bottom: 10px; }
.kit-list { list-style: none; padding: 0; font-size: 0.9rem; color: #666; width: 100%; }
.kit-list li { border-bottom: 1px dashed #eee; padding: 8px 0; }
.kit-list li:last-child { border-bottom: none; }


/* 3. APLICACIONES REALES (MOCKUPS) */
.mockup-section {
    background: #F3F4F6; padding: 80px 5%;
}
.mockup-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px; max-width: 1200px; margin: 0 auto;
}
.mockup-item {
    position: relative; border-radius: 20px; overflow: hidden; height: 350px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}
.mockup-img { width: 100%; height: 100%; object-fit: cover; transition: 0.5s; }
.mockup-item:hover .mockup-img { transform: scale(1.05); }

.mockup-label {
    position: absolute; bottom: 20px; left: 20px;
    background: white; padding: 5px 15px; border-radius: 20px;
    font-weight: 800; font-size: 0.8rem; color: black;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .br-hero { grid-template-columns: 1fr; text-align: center; }
    .kit-grid { grid-template-columns: 1fr; }
    .mockup-grid { grid-template-columns: 1fr; }
}



/* --- ESTILOS DEL BOTÓN (La magia para que sea rosa) --- */
.btn-pulse {
    display: inline-block;
    background: #E91E63; /* Tu color Magenta */
    color: white !important; /* Texto blanco forzado */
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 50px; /* Redondo */
    padding: 15px 40px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(233, 30, 99, 0.3); /* Sombra suave */
    border: none;
    cursor: pointer;
    letter-spacing: 1px;
}

/* Efecto al pasar el mouse (Hover) */
.btn-pulse:hover {
    transform: translateY(-5px); /* Flota hacia arriba */
    box-shadow: 0 15px 30px rgba(233, 30, 99, 0.5); /* Sombra crece */
    background: #d81557; /* Color un poco más intenso */
}

/* --- ESTILOS DE LA SECCIÓN FINAL --- */
.cta-branding-sec {
    background: white;
    padding: 80px 5%;
    text-align: center;
}

.cta-branding-title {
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 30px;
    color: #111;
}