/* Tonos y logotipo de Viajes Latitud40 (web nacional). Se carga solo cuando
   el perfil de marca es latitud40 (config/brand.php) y se aplica sobre
   html[data-brand="latitud40"]. Los tokens base viven en app.css; aqui solo
   se cambian los que definen la identidad: tinta, papel y arena. */

html[data-brand="latitud40"] {
    --ink: #1f1b17;
    --smoke: #6e655a;
    --sand: #c8b79a;
    --champagne: #e8dfcc;
    --olive: #4a4034;
    --paper: #f5f1e8;
    --white: #fbf8f2;
    --line: rgba(31, 27, 23, 0.14);
    --lat40-black: #1c1a17;
    --lat40-smoke: #6e655a;
    --lat40-sand: #c8b79a;
    --lat40-champagne: #b9aa8e;
    --lat40-olive: #4a4034;
}

/* Logotipo SVG: tamaños equivalentes al wordmark tipografico de LAT.40 */
html[data-brand="latitud40"] .latitud40-mark {
    display: block;
    height: auto;
}
html[data-brand="latitud40"] .latitud40-mark--stacked {
    width: clamp(150px, 16vw, 210px);
}
/* Cabecera: el mismo logotipo apilado, a tamaño de menu. */
html[data-brand="latitud40"] .lat40-lockup--compact .latitud40-mark--stacked {
    width: clamp(88px, 7vw, 112px);
}
html[data-brand="latitud40"] .lat40-lockup--latitud40 {
    gap: 0;
}
html[data-brand="latitud40"] .site-header .brand {
    letter-spacing: 0;
    text-transform: none;
}

/* La home oscura de LAT.40 usa champagne como acento; en Latitud40 el acento
   es arena calida y las lineas finas van en taupe. */
html[data-brand="latitud40"] .home-light-eyebrow,
html[data-brand="latitud40"] .eyebrow {
    color: var(--olive);
}
html[data-brand="latitud40"] .lat40-lockup__line::before,
html[data-brand="latitud40"] .lat40-lockup__line::after {
    background: rgba(200, 183, 154, 0.6);
}

/* Menu lateral de la home: wordmark serif "LATITUD40 / la nueva forma de viajar". */
html[data-brand="latitud40"] .home-light-sidebar__brand-mark {
    font-family: var(--serif);
    font-weight: 700;
    font-size: 1.9rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    line-height: 1;
}
html[data-brand="latitud40"] .home-light-sidebar__brand-tag {
    font-family: var(--serif);
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: 0;
    text-transform: lowercase;
    color: var(--smoke);
    margin-top: 0.25rem;
}
