/* Valverde Design House — Estilo editorial */

/* Geosans Light solo existe en weight 300 — aplicar globalmente */
.font-headline {
    font-weight: 300 !important;
}

/* Hero — text-shadow para legibilidad sobre imagen */
.hero-content * {
    text-shadow: 0 1px 6px rgba(0,0,0,0.45), 0 0 20px rgba(0,0,0,0.2);
}

/* Headlines de sección — sin uppercase forzado */
h1.font-headline,
h2.font-headline {
    text-transform: none;
}

/* Inputs: borde de foco en color primario Valverde */
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    box-shadow: 0 0 0 1px #766532 !important;
    outline: none;
}

/* Tagline en footer — aligerar peso */
footer .font-body.font-bold {
    font-weight: 400;
}

/* ─── Eyebrows — más presencia, misma elegancia ───────────────────────────
   Los eyebrows usan siempre .text-subheading.text-matte-gold.
   Sobre fondos claros el dorado mate (#B59F7B) se pierde: se profundiza
   el tono y se sube ligeramente el peso y el tamaño. */
.text-subheading.text-matte-gold {
    color: #8A6F42;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.22em;
}

/* Sobre secciones oscuras el dorado vuelve a un tono claro y luminoso */
.bg-architectural-black .text-subheading.text-matte-gold {
    color: #CDB894;
}
