/* ===== FONTS ===== */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700;800&family=Roboto:wght@300;400;500;700;900&family=Inconsolata:wght@300;400;600;700;900&display=swap');

/* ===== FONT FAMILIES ===== */
.font-montserrat {
    font-family: "Montserrat", sans-serif;
}
.font-roboto {
    font-family: "Roboto", sans-serif;
}
.font-inconsolata {
    font-family: "Inconsolata", monospace;
}

/* ===== IMPACT TITLES ===== */
.hero-impact {
    font-size: clamp(2rem, 6vw, 5rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -1px;
}

.mega-title {
    font-size: clamp(2.5rem, 7vw, 6rem);
    font-weight: 900;
    line-height: 1;
}

.bold-700 { font-weight: 700; }
.bold-800 { font-weight: 800; }
.bold-900 { font-weight: 900; }

/* ===== VARIACIONES ===== */
.sub-impact {
    font-size: clamp(1.2rem, 3vw, 2rem);
    font-weight: 600;
}

.thin-title {
    font-size: clamp(2rem, 5vw, 4rem);
    font-weight: 300;
}

/* ============================
   TEXTOS MINIMALISTAS + ELEGANTES
   ============================ */

/* ————— TITULARES ELEGANTES ————— */
.elegant-title {
    font-size: clamp(2rem, 5vw, 4rem);
    font-weight: 300;
    letter-spacing: -0.5px;
    line-height: 1.15;
}

.elegant-bold {
    font-size: clamp(2rem, 5vw, 4rem);
    font-weight: 600;
    letter-spacing: -0.8px;
}

/* ————— TITULAR MODERNO SUTIL ————— */
.modern-soft {
    font-size: clamp(1.8rem, 4vw, 3.5rem);
    font-weight: 400;
    letter-spacing: 0.5px;
    opacity: 0.85;
}

/* ————— SUBTÍTULOS FINOS ————— */
.subtle-subtitle {
    font-size: clamp(1.2rem, 2.5vw, 1.7rem);
    font-weight: 300;
    opacity: 0.8;
    letter-spacing: 0.3px;
}

/* ————— TEXTO LARGO MINIMALISTA ————— */
.clean-paragraph {
    font-size: 1rem;
    line-height: 1.8;
    font-weight: 300;
    opacity: 0.85;
    max-width: 65ch;
}

/* ————— VARIANTE MÁS OSCURA ————— */
.clean-paragraph-strong {
    font-size: 1.05rem;
    line-height: 1.8;
    font-weight: 400;
    opacity: 0.95;
    max-width: 65ch;
}

/* ————— TEXTO MONO ELEGANTE ————— */
.mono-elegant {
    font-size: clamp(1.4rem, 3vw, 2.5rem);
    font-weight: 300;
    letter-spacing: -0.5px;
}

/* ————— PEQUEÑO ELEGANTE ————— */
.small-elegant {
    font-size: 0.9rem;
    font-weight: 300;
    opacity: 0.7;
}

/* ————— ESPACIADO PREMIUM ————— */
.wide-spacing {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400;
    opacity: 0.9;
}

/* ————— ESTILO REVISTA ————— */
.magazine-title {
    font-size: clamp(2.2rem, 5vw, 4.2rem);
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 1.05;
    text-transform: none;
}

/* ————— ESTILO ULTRA MINIMAL ————— */
.ultra-minimal {
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 200;
    opacity: 0.7;
    letter-spacing: -0.3px;
}

/* ————— SECCIÓN DESCRIPTIVA ————— */
.section-label {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    opacity: 0.6;
    font-weight: 500;
}
