/* ==========================================================================
   Tipografía Editorial
   ========================================================================== */
body {
    font-family: var(--font-sans);
    font-weight: 300;
    line-height: 1.6;
    font-size: 1.125rem;
}

h1, h2, h3, h4, h5, h6, .font-serif {
    font-family: var(--font-serif);
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 0.5em;
}

/* Tamaños Cinemáticos */
.text-display-master {
    font-size: clamp(4.5rem, 12vw, 12rem);
    letter-spacing: -0.03em;
    line-height: 0.9;
    text-transform: none;
    color: var(--color-light);
    text-shadow: 0 10px 30px rgba(0,0,0,0.5);
    font-weight: 300;
}

.text-intro {
    font-size: 0.9rem;
    letter-spacing: 0.4em;
    color: rgba(201, 162, 39, 0.8); /* Accent más sutil */
    text-transform: uppercase;
    font-weight: 400;
}

.text-display-hero {
    font-size: clamp(4rem, 10vw, 10rem);
    letter-spacing: -0.02em;
    line-height: 0.95;
    text-transform: none;
}

.text-display-section {
    font-size: clamp(3rem, 6vw, 6rem);
    letter-spacing: -0.01em;
}

.text-body-large {
    font-size: clamp(1.25rem, 2vw, 1.75rem);
    line-height: 1.4;
    font-weight: 300;
}

.text-accent {
    font-family: var(--font-sans);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 0.875rem;
    color: var(--color-accent);
}

.text-muted {
    color: var(--color-text-muted);
}
