
/* ==========================
   RESET
========================== */

a {
    text-decoration: none;
    color: inherit;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    overflow-x: hidden;
}

/* ==========================
   HEADER
========================== */

.site-header {
    position: relative;
    min-height: 360px;
    background: #000;
    overflow: hidden;
}

.container {
    width: min(1180px, calc(100% - 80px));
    margin: 0 auto;
}

/* ==========================
   LOGO DE FONDO
========================== */

.header-bg-logo {
    position: absolute;
    top: -130px;
    left: -45px;
    width: 360px;
    opacity: .58;
    pointer-events: none;
}

.header-bg-logo img {
    display: block;
    width: 100%;
}

/* ==========================
   NAVBAR
========================== */

.main-nav {
    position: relative;
    z-index: 2;

    display: flex;
    justify-content: flex-end;

    padding-top: 80px;
}

.nav-group {
    display: flex;
    align-items: center;

    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
}

/* ==========================
   LOGO NAV
========================== */

.nav-logo {
    display: flex;
    align-items: center;

    text-decoration: none;
}

.nav-logo img {
    display: block;
    height: 18px;
    transition: opacity .25s ease;
}

.nav-logo::after {
    content: "|";
    color: #fff;
    margin: 0 8px;

    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 700;
}

/* ==========================
   MENU
========================== */

.nav-menu {
    display: flex;
    align-items: center;

    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-menu li {
    display: flex;
    align-items: center;
}

.nav-menu li:not(:last-child)::after {
    content: "|";
    color: #fff;
    margin: 0 8px;

    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.nav-menu a {
    color: #fff;
    text-decoration: none;

    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;

    transition: color .25s ease;
}

.nav-menu a:hover {
    color: #43418F;
}

.article-header .nav-menu a:hover,
.category-header .nav-menu a:hover {
    color: #000;
}

/* ==========================
   HERO BRAND
========================== */

.hero-brand {
    position: absolute;

    left: 60px;
    bottom: 10px;

    z-index: 1;
}

.hero-brand img {
    display: block;
    width: 720px;
}

/* ==========================
   ACCENT BAR
========================== */

.hero-accent {
    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    height: 42px;

    background: rgba(17, 15, 33, .65);

    z-index: 2;
}

/* ==========================
   EDITORIAL CONTAINER
========================== */

.editorial-container {
    width: min(1180px, calc(100% - 120px));
    margin: 0 auto;
}

/* ==========================
   MAIN
========================== */

.site-main {
    background: #f4f2f4;
}

/* ==========================
   EN FOCO
========================== */

.focus-section {
    padding: 120px 0 70px;
}

.section-heading {
    display: inline-flex;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 38px;
}

.section-heading h2 {
    font-family: "Anton", sans-serif;
    font-size: 46px;
    line-height: .9;
    color: #000;
    font-weight: 400;
    margin-bottom: 20px;
}

.section-heading span {
    display: block;
    height: 36px;
    background: #000;
    width: calc(100% + 100vw);
    transform: translateX(-100vw);
}

/* ==========================
   CARDS
========================== */

.focus-carousel {
    position: relative;
}

.focus-track {
    display: flex;
    gap: 44px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding-bottom: 8px;

    scrollbar-width: none;
}

.focus-track::-webkit-scrollbar {
    display: none;
}

.focus-track .article-card {
    flex: 0 0 calc((100% - 88px) / 3);
    scroll-snap-align: start;
    text-decoration: none;
    color: inherit;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;

    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,.18);
    background: #fff;
    color: #000;

    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}

.carousel-btn-prev {
    left: -60px;
}

.carousel-btn-next {
    right: -60px;
}

.article-card {
    background: #000;
    border-radius: 0px;
    overflow: hidden;
}

.article-card img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}

.article-card-content {
    display: flex;
    flex-direction: column;
    padding: 26px 28px 30px;
    min-height: 210px;
}

.article-kicker {
    display: block;
    margin-bottom: 12px;

    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    color: #8a8a8a;
}

.article-card h3 {
    position: relative;
    display: inline;
    font-family: "Anton", sans-serif;
    font-size: 29px;
    line-height: 1.05;
    font-weight: 400;
    color: #fff;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    z-index: 1;
}

.article-card h3::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.12em;
    height: 0;
    background: #43418F;
    z-index: -1;
    transition: .25s ease;
}

.article-card:hover h3::after {
    height: .55em;
}

.article-card time {
    margin-top: auto;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #7d7d7d;
}

/* ==========================
   DOTS
========================== */
.section-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 52px;
}

.mobile-dots,
.tablet-dots {
    display: none;
}

.desktop-dots {
    display: flex;
}

.section-dots button {
    width: 15px;
    height: 15px;
    border: 0;
    border-radius: 50%;
    background: #000000;
    cursor: pointer;
    padding: 0;
}

.section-dots button.active {
    background: #6866ad;
}

/* ==========================
   NUEVAS VOCES
========================== */

.voices-section {
    padding: 40px 0 90px;
    background: #f4f2f4;
}

.voices-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.voice-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

    min-height: 300px;
    padding: 42px 26px 34px;

    background: #000;
    color: #fff;
    text-decoration: none;

    transition:
        transform .25s ease,
        background .25s ease;
}

.voice-card:hover {
    transform: translateY(-6px);
    background: #111;
}

.voice-card img {
    width: 162px;
    height: 162px;

    border-radius: 50%;
    object-fit: cover;

    filter: grayscale(100%);
    margin-bottom: 28px;

    transition:
        filter .25s ease,
        transform .25s ease;
}

.voice-card:hover img {
    filter: grayscale(0%);
    transform: scale(1.04);
}

.voice-card h3 {
    font-family: "Inter", sans-serif;
    font-size: 19px;
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 10px;
}

.voice-card p {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 600;
    color: rgba(255,255,255,.72);
    margin-bottom: 30px;
}

.voice-card span {
    display: block;
    min-height: 100px;
    font-family: "Anton", sans-serif;
    font-size: 28px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
}

.voices-more {
    margin-top: 42px;
    text-align: left;
}

.voices-more a {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 800;
    color: #000;
    text-decoration: none;

    border-bottom: 3px solid #43418F;
    padding-bottom: 6px;
}

.voices-more a:hover {
    color: #43418F;
}

/* ==========================
   NUEVAS VOCES SEARCH
========================== */

.voices-search-intro {
    margin-bottom: 24px;
}

.voices-search-intro span {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .16em;
    color: #6a66ff;
}

.voices-search {
    margin-bottom: 70px;
}

.voices-search input {
    width: 100%;
    padding: 26px 0;
    border: none;
    border-bottom: 3px solid rgba(255,255,255,.92);
    background: transparent;
    font-family: "Anton", sans-serif;
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 1;
    color: #fff;
    outline: none;
}

.voices-search input::placeholder {
    color: rgba(255,255,255,.26);
}

.voices-search input:focus {
    border-color: #6a66ff;
}

.voice-profile-card.is-hidden {
    display: none;
}

.voices-empty-state {
    display: none;
    padding: 70px 0;
    font-family: "Anton", sans-serif;
    font-size: clamp(2.4rem, 5vw, 5rem);
    line-height: .92;
    color: rgba(255,255,255,.32);
}

.voices-empty-state.is-visible {
    display: block;
}

/* ==========================
   LA PREGUNTA
========================== */

.question-section {
    position: relative;
    background: #000;
    color: #fff;
    padding: 180px 0;
    overflow: hidden;
}

.question-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 75% 40%, rgba(67, 65, 143, .48), transparent 38%),
        linear-gradient(120deg, rgba(67, 65, 143, .22), transparent 45%);
    pointer-events: none;
}

.question-section .editorial-container {
    position: relative;
    z-index: 2;
}

.question-label {
    display: block;
    margin-bottom: 34px;

    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: .16em;
    color: #6a66ff;
}

.question-title {
    max-width: 1120px;

    font-family: "Anton", sans-serif;
    font-size: clamp(4.8rem, 10vw, 9.5rem);
    line-height: .88;
    font-weight: 400;
    color: #fff;

    margin-bottom: 44px;
}

.question-text {
    max-width: 680px;

    font-family: "Inter", sans-serif;
    font-size: 20px;
    line-height: 1.45;
    font-weight: 600;
    color: rgba(255,255,255,.72);

    margin-bottom: 42px;
}

.question-link {
    display: inline-flex;
    align-items: center;

    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 800;
    color: #fff;
    text-decoration: none;

    border-bottom: 3px solid #43418F;
    padding-bottom: 8px;

    transition: color .25s ease, border-color .25s ease;
}

.question-link:hover {
    color: #6a66ff;
    border-color: #6a66ff;
}

/* ==========================
   FOOTER
========================== */

.site-footer {
    background: #111516;
    color: #fff;
    padding: 56px 0 48px;
    margin-top: 50px;
}

.footer-inner {
    width: min(1180px, calc(100% - 120px));
    margin: 0 auto;

    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.footer-logo {
    width: 220px;
    margin-bottom: 34px;
}

.footer-links {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    margin-bottom: 34px;
    max-width: 300px;
}

.footer-links a {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 800;
    color: #fff;
    white-space: nowrap;
}

.footer-links a:not(:last-child)::after {
    content: "|";
    margin: 0 6px;
    color: #fff;
}

.footer-left p {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 800;
}

.footer-social {
    display: flex;
    gap: 18px;
    padding-top: 8px;
}

.footer-social a {
    width: 52px;
    height: 52px;

    border-radius: 50%;

    background: #4a48a3;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;

    font-size: 22px;

    transition:
        transform .25s ease,
        background .25s ease;
}

.footer-social a:hover {
    background: #5c57d6;
    transform: translateY(-4px);
}

/* -------------------------------------------------------------- */

/* ==========================
   LA PREGUNTA.HTML
========================== */

.question-page-hero {
    position: relative;
    min-height: 100vh;
    background: #050505;
    color: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.question-page-hero .header-bg-wordmark {
    position: absolute;
    top: 90px;
    left: -80px;
    width: 1500px;
    opacity: .07;
    pointer-events: none;
    z-index: 0;
}

.question-page-hero .header-bg-wordmark img {
    width: 100%;
    display: block;
}

/* ==========================
   PERSPECTIVAS
========================== */

.perspective-card {
    padding: 90px 0;
    border-top: 2px solid #000;
}

.perspective-card:last-child {
    border-bottom: 2px solid #000;
}

.perspective-card h2 {
    max-width: 1100px;
    font-family: "Anton", sans-serif;
    font-size: clamp(3.5rem, 7vw, 6.5rem);
    line-height: .88;
    font-weight: 400;
    color: #000;
    margin-bottom: 24px;
    transition: color .25s ease;
}

.perspective-card:hover h2 {
    color: #43418F;
}

.perspective-card footer {
    margin-bottom: 42px;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 800;
    color: #777;
}

.perspective-card p {
    max-width: 920px;
    font-family: "Inter", sans-serif;
    font-size: 22px;
    line-height: 1.75;
    font-weight: 500;
    color: #222;
}

/*------------------------------------------------------------------------------*/

/* ==========================
   CATEGORY PAGE
========================== */

.category-header {
    position: relative;
    min-height: 360px;
    background: #43418F;
    overflow: hidden;
}

.category-hero-title {
    position: absolute;
    left: 60px;
    bottom: 4px;
    z-index: 1;
}

.category-hero-title h1 {
    font-family: "Anton", sans-serif;
    font-size: clamp(6rem, 17vw, 9rem);
    line-height: .82;
    font-weight: 400;
    color: #fff;
}

.category-accent {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 42px;
    background: rgba(17, 15, 33, .65);
    z-index: 10;
}

.header-bg-wordmark {
    position: absolute;
    left: -80px;
    width: 1500px;
    opacity: .16;
    pointer-events: none;
    z-index: 0;
}

.header-bg-wordmark img {
    display: block;
    width: 100%;
}

/* ==========================
   CATEGORY SECTIONS
========================== */

.category-focus-section,
.category-ecos-section,
.category-trama-section {
    padding: 120px 0 70px;
}

.section-heading-violet span {
    background: #43418F;
}

/* ==========================
   CATEGORY FEATURE
========================== */

.category-feature-card {
    position: relative;
    display: block;
    min-height: 560px;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    background: #000;
}

.category-feature-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}

.category-feature-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0,0,0,.15) 0%,
        rgba(0,0,0,.35) 42%,
        rgba(0,0,0,.82) 100%
    );
    transition: background .35s ease;
    z-index: 1;
}

.category-feature-content {
    position: absolute;
    left: 48px;
    right: 48px;
    bottom: 46px;
    z-index: 2;
}

.category-feature-content span {
    display: block;
    margin-bottom: 16px;

    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    color: rgba(255,255,255,.72);
}

.category-feature-content h3 {
    max-width: 980px;

    font-family: "Anton", sans-serif;
    font-size: clamp(3.2rem, 6vw, 6.5rem);
    line-height: .9;
    font-weight: 400;

    color: #fff;
    margin-bottom: 28px;

    transition: color .25s ease;
}

.category-feature-content time {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: rgba(255,255,255,.72);
}

.category-feature-card:hover img {
    transform: scale(1.04);
}

.category-feature-card:hover .category-feature-overlay {
    background: rgba(0,0,0,.68);
}

.category-feature-card:hover h3 {
    color: #8d89ff;
}

/* ==========================
   ECOS
========================== */

.category-ecos-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 44px;
}

.category-ecos-card {
    position: relative;
    display: block;
    min-height: 520px;

    overflow: hidden;

    background: #000;
    color: #fff;
    text-decoration: none;
}

/* IMAGEN */

.category-ecos-card img {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform .45s ease;
}

/* OVERLAY SUAVE */

.category-ecos-card::after {
    content: "";

    position: absolute;
    inset: 0;

    background: rgba(0,0,0,.18);

    pointer-events: none;

    z-index: 1;
}

/* CONTENIDO */

.category-ecos-content {
    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    z-index: 2;

    padding: 34px 36px 38px;
}

/* FONDO NEGRO DESLIZABLE */

.category-ecos-content::before {
    content: "";

    position: absolute;
    inset: 0;

    background: rgba(0,0,0,.75);

    z-index: -1;

    transition: transform .45s ease;
}

/* TEXTO */

.category-ecos-content span {
    display: block;

    margin-bottom: 16px;

    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;

    color: rgba(255,255,255,.72);
}

.category-ecos-content h3 {
    font-family: "Anton", sans-serif;
    font-size: clamp(2.3rem, 4vw, 4.2rem);
    line-height: .94;
    font-weight: 400;

    color: #fff;

    margin-bottom: 22px;
}

.category-ecos-content time {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;

    color: rgba(255,255,255,.72);
}

/* HOVER */

.category-ecos-card:hover img {
    transform: scale(1.03);
}

.category-ecos-card:hover .category-ecos-content::before {
    transform: translateY(100%);
}

/* ==========================
   LA TRAMA
========================== */

.category-trama-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 44px;
}

/* CARD */

.trama-card {
    position: relative;
    display: block;
    min-height: 380px;

    overflow: hidden;
    background: #000;

    color: #fff;
    text-decoration: none;
}

/* IMAGEN FULL CARD */

.trama-card img {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform .45s ease;
}

/* OVERLAY SUAVE GENERAL */

.trama-card::after {
    content: "";
    position: absolute;
    inset: 0;

    background: rgba(0,0,0,.18);

    z-index: 1;
    pointer-events: none;
}

/* CONTENIDO */

.trama-card-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

    z-index: 2;

    padding: 26px 28px 30px;
}

/* FONDO NEGRO QUE SE DESVANECE */

.trama-card-content::before {
    content: "";

    position: absolute;
    inset: 0;

    background: rgba(0,0,0,.82);

    z-index: -1;

    transition: opacity .35s ease;
}

/* KICKER */

.trama-card-content .article-kicker {
    display: block;
    margin-bottom: 12px;

    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;

    color: rgba(255,255,255,.72);
}

/* TÍTULO */

.trama-card-content h3 {
    font-family: "Anton", sans-serif;
    font-size: 29px;
    line-height: 1.05;
    font-weight: 400;

    color: #fff;
}

/* FECHA */

.trama-card-content time {
    display: block;
    margin-top: 28px;

    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;

    color: rgba(255,255,255,.72);
}

/* HOVER */

.trama-card:hover img {
    transform: scale(1.03);
}

.trama-card:hover .trama-card-content::before {
    opacity: 0;
}

/* VER MÁS */

.category-more {
    margin-top: 46px;
    text-align: left;
}

.category-more a {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 800;

    color: #000;
    text-decoration: none;

    border-bottom: 3px solid #43418F;
    padding-bottom: 6px;

    transition: color .25s ease;
}

.category-more a:hover {
    color: #43418F;
}

/*------------------------------------------------------------------------------*/

/* ==========================
   NUEVAS VOCES PAGE
========================== */

.voices-page {
    background: #0b0d0e;
    color: #fff;
}

.voices-page-hero {
    position: relative;
    min-height: 100vh;
    background: #050505;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.voices-page-hero .header-bg-wordmark {
    position: absolute;
    top: 90px;
    left: -80px;
    width: 1500px;
    opacity: .07;
    pointer-events: none;
    z-index: 0;
}

.voices-page-hero .header-bg-wordmark img {
    width: 100%;
    display: block;
}

/* ==========================
   DIRECTORY
========================== */

.voices-page-main {
    background: #0b0d0e;
}

.voices-directory {
    padding: 120px 0;
}

.voices-directory-header {
    margin-bottom: 70px;
}

.voices-directory-header h2 {
    font-family: "Anton", sans-serif;
    font-size: clamp(4rem, 8vw, 8rem);
    line-height: .88;
    font-weight: 400;
    color: #fff;
    margin-bottom: 28px;
}

.voices-directory-header p {
    max-width: 680px;
    font-family: "Inter", sans-serif;
    font-size: 19px;
    line-height: 1.5;
    font-weight: 600;
    color: rgba(255,255,255,.62);
}

.voices-directory-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 34px;
}

.voice-profile-card {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 32px;
    align-items: center;

    min-height: 230px;
    padding: 34px;

    background: #000;
    color: #fff;
    text-decoration: none;

    border: 1px solid rgba(255,255,255,.08);

    transition:
        transform .25s ease,
        border-color .25s ease,
        background .25s ease;
}

.voice-profile-card:hover {
    transform: translateY(-6px);
    border-color: rgba(106,102,255,.7);
    background: #111;
}

.voice-profile-card img {
    width: 150px;
    height: 150px;
    border-radius: 50%;

    object-fit: cover;
    filter: grayscale(100%);

    transition:
        filter .25s ease,
        transform .25s ease;
}

.voice-profile-card:hover img {
    filter: grayscale(0%);
    transform: scale(1.04);
}

.voice-profile-card h3 {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    line-height: 1.05;
    font-weight: 900;
    color: #fff;
    margin-bottom: 10px;
}

.voice-profile-card p {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
    color: rgba(255,255,255,.62);
    margin-bottom: 28px;
}

.voice-profile-card span {
    display: block;
    max-width: 460px;

    font-family: "Anton", sans-serif;
    font-size: 30px;
    line-height: .98;
    font-weight: 400;
    color: #fff;

    transition: color .25s ease;
}

.voice-profile-card:hover span {
    color: #8d89ff;
}

/* -------------------------------------------------------------- */

/* ==========================
   ARTICULO.HTML
========================== */

.article-header {
    position: relative;
    min-height: 360px;
    background: #43418F;
    overflow: hidden;
}

.article-header .header-bg-wordmark {
    position: absolute;
    left: -80px;
    width: 1500px;
    opacity: .16;
    pointer-events: none;
    z-index: 0;
}

.article-header .header-bg-wordmark img {
    width: 100%;
    display: block;
}

.article-hero-label {
    position: absolute;
    left: 60px;
    bottom: 4px;
    z-index: 1;
}

.article-hero-label h1 {
    font-family: "Anton", sans-serif;
    font-size: clamp(6rem, 12vw, 9rem);
    line-height: .82;
    font-weight: 400;
    color: #fff;
}

/* ==========================
   ARTICLE BODY
========================== */

.article-main {
    background: #f4f2f4;
}

.article-layout {
    padding: 110px 0 120px;
}

.article-title-block {
    max-width: 1120px;
    margin-bottom: 60px;
}

.article-title-block h2 {
    font-family: "Anton", sans-serif;
    font-size: clamp(4rem, 8vw, 8.5rem);
    line-height: .88;
    font-weight: 400;
    color: #000;
    margin-bottom: 38px;
}

.article-title-block p {
    max-width: 820px;
    font-family: "Inter", sans-serif;
    font-size: 24px;
    line-height: 1.45;
    font-weight: 600;
    color: #333;
    margin-bottom: 34px;
}

.article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 800;
    color: #777;
}

.article-meta span:not(:last-child)::after {
    content: "/";
    margin-left: 10px;
    color: #43418F;
}

/* ==========================
   ARTICLE COVER
========================== */

.article-cover {
    margin-bottom: 90px;
}

.article-cover img {
    width: 100%;
    aspect-ratio: 21 / 8;
    object-fit: cover;
    display: block;
}

/* ==========================
   ARTICLE CONTENT
========================== */

.article-content {
    max-width: 860px;
}

.article-content p {
    font-family: "Inter", sans-serif;
    font-size: 22px;
    line-height: 1.75;
    font-weight: 500;
    color: #222;
    margin-bottom: 34px;
}

.article-content h3 {
    font-family: "Anton", sans-serif;
    font-size: clamp(3rem, 5vw, 5.5rem);
    line-height: .9;
    font-weight: 400;
    color: #000;
    margin: 78px 0 30px;
}

.article-content blockquote {
    max-width: 1100px;
    margin: 90px 0;
    font-family: "Anton", sans-serif;
    font-size: clamp(3.2rem, 6vw, 6rem);
    line-height: .9;
    font-weight: 400;
    color: #43418F;
}

/* ==========================
   ARTICLE SHARE
========================== */

.article-share {
    margin-top: 110px;
    padding: 70px 0;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

.article-share h3 {
    font-family: "Anton", sans-serif;
    font-size: clamp(3.5rem, 7vw, 7rem);
    line-height: .88;
    font-weight: 400;
    color: #000;
    margin-bottom: 24px;
}

.article-share p {
    font-family: "Inter", sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: #43418F;
    margin-bottom: 38px;
}

.share-links {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}

.share-links a {
    font-family: "Anton", sans-serif;
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: .95;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    transition: color .25s ease;
}

.share-links a:hover {
    color: #43418F;
}

/* ==========================
   ARTICLE MORE
========================== */

.article-more {
    margin-top: 52px;
}

.article-more a {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 800;
    color: #000;
    text-decoration: none;
    border-bottom: 3px solid #43418F;
    padding-bottom: 6px;
    transition: color .25s ease;
}

.article-more a:hover {
    color: #43418F;
}

/*-------------------------------------------------------------- */

/* ==========================
   VOZ ARTICLE PAGE
========================== */

.voice-article-page {
    background: #0b0d0e;
    color: #fff;
}

.voice-article-hero {
    position: relative;
    min-height: 100vh;
    background: #050505;
    color: #fff;
    overflow: hidden;

    display: flex;
    flex-direction: column;
}

.voice-article-hero .header-bg-wordmark {
    position: absolute;
    top: 90px;
    left: -120px;
    width: 980px;
    opacity: .07;
    pointer-events: none;
    z-index: 0;
}

.voice-article-hero .header-bg-wordmark img {
    width: 100%;
    display: block;
}

.voice-hero-content {
    position: relative;
    z-index: 2;

    margin-top: auto;
    padding-bottom: 110px;
}

.voice-label {
    display: block;
    margin-bottom: 34px;

    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .16em;

    color: #6a66ff;
}

.voice-hero-content h1 {
    max-width: 1160px;

    font-family: "Anton", sans-serif;
    font-size: clamp(5rem, 10vw, 10rem);
    line-height: .86;
    font-weight: 400;

    color: #fff;
    margin-bottom: 54px;
}

.voice-author-hero {
    display: flex;
    align-items: center;
    gap: 28px;
}

.voice-author-hero img {
    width: 96px;
    height: 96px;

    border-radius: 50%;
    object-fit: cover;
    filter: grayscale(100%);
}

.voice-author-hero span {
    display: block;
    margin-bottom: 8px;

    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .14em;

    color: #6a66ff;
}

.voice-author-hero h2 {
    font-family: "Anton", sans-serif;
    font-size: 48px;
    line-height: .95;
    font-weight: 400;

    color: #fff;
    margin-bottom: 6px;
}

.voice-author-hero p {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 700;

    color: rgba(255,255,255,.62);
}

/* ==========================
   VOZ ARTICLE CONTENT
========================== */

.voice-article-main {
    background: #0b0d0e;
}

.voice-article-layout {
    padding: 110px 0 120px;
}

.voice-cover {
    margin-bottom: 90px;
}

.voice-cover img {
    width: 100%;
    aspect-ratio: 21 / 8;
    object-fit: cover;

    filter: grayscale(100%);
    display: block;
}

.voice-article-content {
    max-width: 860px;
}

.voice-article-content p {
    font-family: "Inter", sans-serif;
    font-size: 22px;
    line-height: 1.75;
    font-weight: 500;

    color: rgba(255,255,255,.82);
    margin-bottom: 34px;
}

.voice-article-content h3 {
    font-family: "Anton", sans-serif;
    font-size: clamp(3rem, 5vw, 5.5rem);
    line-height: .9;
    font-weight: 400;

    color: #fff;
    margin: 78px 0 30px;
}

.voice-article-content blockquote {
    max-width: 1100px;
    margin: 90px 0;

    font-family: "Anton", sans-serif;
    font-size: clamp(3.2rem, 6vw, 6rem);
    line-height: .9;
    font-weight: 400;

    color: #6a66ff;
}

/* ==========================
   AUTHOR BOX
========================== */

.voice-author-box {
    margin-top: 110px;
    padding: 54px;

    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 42px;
    align-items: center;

    background: #000;
    border: 1px solid rgba(255,255,255,.08);
}

.voice-author-box img {
    width: 160px;
    height: 160px;
    border-radius: 50%;

    object-fit: cover;
    filter: grayscale(100%);
}

.voice-author-box span {
    display: block;
    margin-bottom: 16px;

    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;

    color: #6a66ff;
}

.voice-author-box h3 {
    font-family: "Anton", sans-serif;
    font-size: clamp(3rem, 5vw, 5rem);
    line-height: .9;
    font-weight: 400;

    color: #fff;
    margin-bottom: 22px;
}

.voice-author-box p {
    max-width: 720px;

    font-family: "Inter", sans-serif;
    font-size: 19px;
    line-height: 1.55;
    font-weight: 500;

    color: rgba(255,255,255,.72);
}

/* ==========================
   VOICE SHARE
========================== */

.voice-share {
    border-top: 2px solid rgba(255,255,255,.22);
    border-bottom: 2px solid rgba(255,255,255,.22);
}

.voice-share h3 {
    color: #fff;
}

.voice-share p {
    color: #6a66ff;
}

.voice-share .share-links a {
    color: #fff;
}

.voice-share .share-links a:hover {
    color: #6a66ff;
}

.voice-more a {
    color: #fff;
}

/*-------------------------------------------------------------- */

/* ==========================
   ARCHIVO
========================== */

.archive-hero {
    position: relative;
    min-height: 100vh;

    background: #050505;
    color: #fff;

    overflow: hidden;

    display: flex;
    flex-direction: column;
}

.archive-hero .header-bg-wordmark {
    position: absolute;
    top: 90px;
    left: -80px;
    width: 1500px;
    opacity: .07;
    pointer-events: none;
    z-index: 0;
}

.archive-hero .header-bg-wordmark img {
    width: 100%;
    display: block;
}

/* ==========================
   TOOLS
========================== */
.archive-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 34px;
    margin-bottom: 70px;
}

.archive-stats div {
    border-top: 3px solid #000;
    padding-top: 22px;
}

.archive-stats strong {
    display: block;
    font-family: "Anton", sans-serif;
    font-size: clamp(3.5rem, 7vw, 7rem);
    line-height: .9;
    font-weight: 400;
    color: #000;
    margin-bottom: 12px;
}

.archive-stats span {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    color: #777;
}

.archive-main {
    background: #f4f2f4;
}

.archive-tools {
    padding: 90px 0 60px;
}

.archive-search {
    margin-bottom: 42px;
}

.archive-search input {
    width: 100%;

    padding: 26px 0;

    border: none;
    border-bottom: 3px solid #000;

    background: transparent;

    font-family: "Anton", sans-serif;
    font-size: clamp(2rem, 4vw, 4rem);

    color: #000;

    outline: none;
}

.archive-search input::placeholder {
    color: #b5b5b5;
}

.archive-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.archive-filters button {
    border: none;

    background: #000;
    color: #fff;

    padding: 12px 18px;

    cursor: pointer;

    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 800;

    text-transform: uppercase;

    transition:
        background .25s ease,
        color .25s ease;
}

.archive-filters button:hover,
.archive-filters button.active {
    background: #43418F;
}

/* ==========================
   RESULTS
========================== */

.archive-results {
    padding-bottom: 120px;
}

.archive-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 34px;
}

/* ==========================
   CARD
========================== */

.archive-card {
    display: flex;
    flex-direction: column;

    min-height: 320px;

    padding: 42px;

    background: #fff;

    color: #000;
    text-decoration: none;

    border: 1px solid rgba(0,0,0,.08);

    transition:
        transform .25s ease,
        border-color .25s ease,
        background .25s ease;
}

.archive-card:hover {
    transform: translateY(-6px);
    border-color: #43418F;
}

.archive-card span {
    display: block;

    margin-bottom: 22px;

    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 900;

    text-transform: uppercase;

    color: #777;
}

.archive-card h2 {
    font-family: "Anton", sans-serif;
    font-size: clamp(2rem, 3vw, 3.5rem);
    line-height: .95;
    font-weight: 400;

    color: #000;

    margin-bottom: auto;

    transition: color .25s ease;
}

.archive-card:hover h2 {
    color: #43418F;
}

.archive-card p {
    margin-top: 34px;

    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;

    color: #777;
}

/* ==========================
   ARCHIVO NUEVAS VOCES
========================== */

.archive-card-voice {
    background: #000;
}

.archive-card-voice h2 {
    color: #fff;
}

.archive-card-voice p {
    color: rgba(255,255,255,.62);
}

.archive-card-voice span {
    color: #6a66ff;
}

.archive-card-voice:hover {
    border-color: #6a66ff;
}

.archive-card-voice:hover h2 {
    color: #6a66ff;
}


/* ==========================
   CONTACTO
========================== */

.contact-hero {
    position: relative;
    min-height: 100vh;
    background: #050505;
    color: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.contact-main {
    background: #0b0b0b;
}

.contact-mail,
.contact-social {
    padding: 140px 0;
}

.contact-kicker {
    margin-bottom: 32px;

    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .16em;

    color: #6a66ff;
}

.contact-email {
    display: inline-block;

    font-family: "Anton", sans-serif;
    font-size: clamp(4rem, 9vw, 8rem);

    line-height: .9;

    color: #fff;
    text-decoration: none;

    margin-bottom: 42px;

    transition: color .25s ease;
}

.contact-email:hover {
    color: #6a66ff;
}

.contact-text {
    max-width: 760px;

    font-family: "Inter", sans-serif;
    font-size: 22px;
    line-height: 1.7;

    color: rgba(255,255,255,.72);
}

.contact-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.contact-social-links a {
    font-family: "Anton", sans-serif;
    font-size: clamp(2rem, 4vw, 4rem);

    color: #fff;
    text-decoration: none;

    transition: color .25s ease;
}

.contact-social-links a:hover {
    color: #6a66ff;
}

.contact-hero .header-bg-wordmark {
    position: absolute;
    top: 90px;
    left: -80px;
    width: 1500px;
    opacity: .07;
    pointer-events: none;
    z-index: 0;
}

.contact-hero .header-bg-wordmark img {
    width: 100%;
    display: block;
}


/* ==========================
   FAQ
========================== */

.faq-hero {
    position: relative;
    min-height: 100vh;
    background: #050505;
    color: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.faq-hero .header-bg-wordmark {
    position: absolute;
    top: 90px;
    left: -80px;
    width: 1500px;
    opacity: .07;
    pointer-events: none;
    z-index: 0;
}

.faq-hero .header-bg-wordmark img {
    width: 100%;
    display: block;
}

.faq-main {
    background: #f4f2f4;
}

.faq-section {
    padding: 120px 0;
}

.faq-list {
    border-top: 2px solid #000;
}

.faq-item {
    border-bottom: 2px solid #000;
}

.faq-question {
    width: 100%;
    padding: 42px 0;
    border: 0;
    background: transparent;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;

    text-align: left;
}

.faq-question span {
    max-width: 1100px;
    font-family: "Anton", sans-serif;
    font-size: clamp(2.6rem, 5vw, 5.5rem);
    line-height: .9;
    font-weight: 400;
    color: #000;
    transition: color .25s ease;
}

.faq-question strong {
    font-family: "Anton", sans-serif;
    font-size: clamp(3rem, 5vw, 5rem);
    line-height: 1;
    font-weight: 400;
    color: #43418F;
    transition: transform .25s ease;
}

.faq-item:hover .faq-question span {
    color: #43418F;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease;
}

.faq-answer p {
    max-width: 860px;
    font-family: "Inter", sans-serif;
    font-size: 22px;
    line-height: 1.7;
    font-weight: 500;
    color: #222;
    margin-bottom: 28px;
}

.faq-answer a {
    color: #43418F;
    font-weight: 800;
    text-decoration: none;
}

.faq-item.is-open .faq-answer {
    max-height: 600px;
    padding-bottom: 42px;
}

.faq-item.is-open .faq-question strong {
    transform: rotate(45deg);
}


/* ==========================
   ACERCA DE FORMA
========================== */

.about-hero {
    position: relative;
    min-height: 100vh;

    background: #050505;
    color: #fff;

    overflow: hidden;

    display: flex;
    flex-direction: column;
}

.about-hero .header-bg-wordmark {
    position: absolute;
    top: 90px;
    left: -80px;
    width: 1500px;
    opacity: .07;
    pointer-events: none;
    z-index: 0;
}

.about-hero .header-bg-wordmark img {
    width: 100%;
    display: block;
}

/* ==========================
   MAIN
========================== */

.about-main {
    background: #f4f2f4;
}

/* ==========================
   BLOQUES
========================== */

.about-block {
    padding: 140px 0;
}

.about-block-alt {
    background: #ffffff;
}

.about-text {
    max-width: 980px;
}

.about-text p {
    font-family: "Inter", sans-serif;
    font-size: 28px;
    line-height: 1.75;
    font-weight: 500;

    color: #222;

    margin-bottom: 34px;
}

.about-text p:last-child {
    margin-bottom: 0;
}

/* ==========================
   DISCIPLINAS
========================== */

.about-disciplines {
    padding: 180px 0;

    background: #f4f2f4;
}

.about-kicker {
    display: block;
    margin-bottom: 40px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .16em;
    color: #6a66ff;
}

.discipline-list h2 {
    font-family: "Anton", sans-serif;
    font-size: clamp(4rem, 9vw, 8rem);
    text-align: center;
    line-height: .88;
    font-weight: 400;
    color: #43418F;
    margin-bottom: 12px;
}

.about-disciplines p {
    max-width: 760px;
    margin: 60px auto 0;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 24px;
    line-height: 1.7;
    font-weight: 500;
    color: #222;
}

/* ==========================
   MANIFIESTO
========================== */

.about-manifesto {
    padding: 180px 0;

    background: #ffffff;
}

.manifesto-list h2 {
    font-family: "Anton", sans-serif;
    font-size: clamp(3rem, 6vw, 6rem);

    line-height: .92;
    font-weight: 400;

    color: #000;

    margin-bottom: 36px;

    transition: color .25s ease;
}

.manifesto-list h2:hover {
    color: #43418F;
}

/* ==========================
   CIERRE
========================== */

.about-closing {
    padding: 180px 0;

    background: #f4f2f4;

    text-align: center;
}

.about-closing h2 {
    font-family: "Anton", sans-serif;
    font-size: clamp(3rem, 6vw, 6rem);

    line-height: .9;
    font-weight: 400;

    color: #000;

    margin-bottom: 24px;
}

.about-closing h3 {
    font-family: "Inter", sans-serif;
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    font-weight: 600;

    color: #555;

    margin-bottom: 60px;
}

.about-link {
    display: inline-flex;
    align-items: center;

    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 800;

    color: #000;
    text-decoration: none;

    border-bottom: 3px solid #43418F;
    padding-bottom: 8px;

    transition: color .25s ease;
}

.about-link:hover {
    color: #43418F;
}


/* ==========================
   ACCESIBILIDAD
========================== */

.accessibility-hero {
    position: relative;
    min-height: 100vh;
    background: #050505;
    color: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.accessibility-hero .header-bg-wordmark {
    position: absolute;
    top: 90px;
    left: -80px;
    width: 1500px;
    opacity: .07;
    pointer-events: none;
    z-index: 0;
}

.accessibility-hero .header-bg-wordmark img {
    width: 100%;
    display: block;
}

.accessibility-main {
    background: #0b0d0e;
    color: #fff;
}

.accessibility-section {
    padding: 120px 0;
}

.accessibility-block {
    padding: 80px 0;
    border-top: 2px solid rgba(255,255,255,.22);
}

.accessibility-block:last-child {
    border-bottom: 2px solid rgba(255,255,255,.22);
}

.accessibility-block h2 {
    max-width: 1100px;
    font-family: "Anton", sans-serif;
    font-size: clamp(3.5rem, 7vw, 7rem);
    line-height: .88;
    font-weight: 400;
    color: #fff;
    margin-bottom: 34px;
    transition: color .25s ease;
}

.accessibility-block:hover h2 {
    color: #6a66ff;
}

.accessibility-block p {
    max-width: 860px;
    font-family: "Inter", sans-serif;
    font-size: 22px;
    line-height: 1.75;
    font-weight: 500;
    color: rgba(255,255,255,.76);
}

.accessibility-block a {
    display: inline-block;
    margin-top: 34px;
    font-family: "Anton", sans-serif;
    font-size: clamp(2.5rem, 5vw, 5rem);
    line-height: .9;
    color: #fff;
    text-decoration: none;
    transition: color .25s ease;
}

.accessibility-block a:hover {
    color: #6a66ff;
}


/* ==========================
   TÉRMINOS Y CONDICIONES
========================== */

.terms-hero {
    position: relative;
    min-height: 100vh;
    background: #050505;
    color: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.terms-hero .header-bg-wordmark {
    position: absolute;
    top: 90px;
    left: -80px;
    width: 1500px;
    opacity: .07;
    pointer-events: none;
    z-index: 0;
}

.terms-hero .header-bg-wordmark img {
    width: 100%;
    display: block;
}

.terms-main {
    background: #f4f2f4;
    color: #000;
}

.terms-section {
    padding: 120px 0;
}

.terms-block {
    padding: 80px 0;
    border-top: 2px solid #000;
}

.terms-block:last-child {
    border-bottom: 2px solid #000;
}

.terms-block span {
    display: block;
    margin-bottom: 28px;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .16em;
    color: #43418F;
}

.terms-block h2 {
    max-width: 1100px;
    font-family: "Anton", sans-serif;
    font-size: clamp(3.5rem, 7vw, 7rem);
    line-height: .88;
    font-weight: 400;
    color: #000;
    margin-bottom: 34px;
    transition: color .25s ease;
}

.terms-block:hover h2 {
    color: #43418F;
}

.terms-block p {
    max-width: 900px;
    font-family: "Inter", sans-serif;
    font-size: 21px;
    line-height: 1.75;
    font-weight: 500;
    color: #222;
    margin-bottom: 26px;
}

.terms-contact a {
    display: inline-block;
    margin-top: 34px;
    font-family: "Anton", sans-serif;
    font-size: clamp(3rem, 7vw, 7rem);
    line-height: .9;
    color: #000;
    text-decoration: none;
    transition: color .25s ease;
}

.terms-contact a:hover {
    color: #43418F;
}


/* ==================================================
   404
================================================== */

.error-hero {
    position: relative;
    min-height: 100vh;

    background: #050505;
    color: #fff;

    overflow: hidden;

    display: flex;
    align-items: center;
    justify-content: center;
}

.error-hero .header-bg-wordmark {
    position: absolute;
    top: 80px;
    left: -80px;
    width: 1500px;
    opacity: .07;
    pointer-events: none;
    z-index: 0;
}

.error-hero .header-bg-wordmark img {
    width: 100%;
    display: block;
}

.error-content {
    position: relative;
    z-index: 2;

    width: min(1180px, calc(100% - 120px));
    margin: 0 auto;
}

.error-code {
    display: block;

    margin-bottom: 28px;

    font-family: "Anton", sans-serif;
    font-size: clamp(8rem, 16vw, 16rem);
    line-height: .8;
    font-weight: 400;

    color: #fff;
    opacity: .28;
}

.error-content h1 {
    max-width: 900px;

    font-family: "Anton", sans-serif;
    font-size: clamp(4rem, 9vw, 9rem);
    line-height: .86;
    font-weight: 400;

    color: #fff;

    margin-bottom: 36px;
}

.error-content p {
    max-width: 680px;

    font-family: "Inter", sans-serif;
    font-size: 22px;
    line-height: 1.6;
    font-weight: 500;

    color: rgba(255,255,255,.72);

    margin-bottom: 60px;
}

.error-links {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.error-links a {
    display: inline-block;

    width: fit-content;

    font-family: "Anton", sans-serif;
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: .95;
    font-weight: 400;

    color: #fff;
    text-decoration: none;

    transition: color .25s ease;
}

.error-links a:hover {
    color: #6a66ff;
}

/* ==========================
   HERO INTERNO STANDARD
========================== */

.archive-hero-content,
.contact-hero-content,
.faq-hero-content,
.about-hero-content,
.accessibility-hero-content,
.terms-hero-content,
.voices-hero-content,
.question-page-content {
    position: relative;
    z-index: 2;

    margin-top: 150px;
    padding-bottom: 0;
}

.archive-hero-content span,
.contact-hero-content span,
.faq-hero-content span,
.about-hero-content span,
.accessibility-hero-content span,
.terms-hero-content span,
.voices-hero-content span,
.question-page-label {
    display: block;

    margin-top: 0;
    margin-bottom: 34px;

    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .16em;

    color: #6a66ff;
}

.archive-hero-content h1,
.contact-hero-content h1,
.faq-hero-content h1,
.about-hero-content h1,
.accessibility-hero-content h1,
.terms-hero-content h1,
.voices-hero-content h1,
.question-page-hero h1 {
    max-width: 1200px;

    font-family: "Anton", sans-serif;
    font-size: clamp(5rem, 10vw, 10rem);
    line-height: .86;
    font-weight: 400;

    color: #fff;

    margin-bottom: 42px;
}

.archive-hero-content p,
.contact-hero-content p,
.faq-hero-content p,
.about-hero-content p,
.accessibility-hero-content p,
.terms-hero-content p,
.voices-hero-content p,
.question-page-hero p {
    max-width: 760px;

    font-family: "Inter", sans-serif;
    font-size: 22px;
    line-height: 1.45;
    font-weight: 600;

    color: rgba(255,255,255,.72);
}

/*-------------------------------------------------------------- */
/* ==========================
   RESPONSIVE
========================== */

/* -------------------------
   MOBILE: NAV + HEADERS
------------------------- */

@media (max-width: 767px) {

    .container,
    .editorial-container,
    .footer-inner {
        width: calc(100% - 40px);
    }

    /* NAV */

    .main-nav {
        justify-content: center;
        padding-top: 40px;
    }

    .nav-group {
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 12px;

        border-bottom: none;
        padding-bottom: 0;
    }

    .nav-logo::after {
        display: none;
    }

    .nav-logo img {
        height: 60px;
    }

    .nav-menu {
        justify-content: center;
        flex-wrap: wrap;
        gap: 8px 0;
    }

    .nav-menu li:not(:last-child)::after {
        content: "|";
        margin: 0 7px;

        font-size: 12px;
        color: rgba(255,255,255,.8);
    }

    .nav-menu a {
        font-size: 12px;
        line-height: 1;
    }

    /* HOME HEADER */

    .site-header,
    .category-header,
    .article-header {
        min-height: 175px;
        padding-bottom: 0;
    }

    .site-header .hero-brand {
        display: none;
    }

    .site-header .hero-accent {
        height: 26px;
    }

    .header-bg-logo {
        width: 300px;
        top: -115px;
        left: -75px;
        opacity: .38;
    }

    /* CATEGORY HEADER */

    .category-header {
        min-height: 175px;
        padding-bottom: 0;
    }

    .category-hero-title {
        left: 20px;
        right: 20px;
        bottom: 6px;
    }

    .header-bg-wordmark {
        width: 800px;
        left: -100px;
        top: 160px;
        opacity: .12;
    }

    .category-hero-title h1 {
    font-size: clamp(2.65rem, 11.5vw, 4.6rem);
    line-height: .84;
    white-space: nowrap;
    }

    /* ARTICLE HEADER */

    .article-header {
        min-height: 175px;
        padding-bottom: 0;
    }

    .article-hero-label {
        left: 20px;
        right: 20px;
        bottom: 7px;
    }

    .article-hero-label h1 {
    font-size: clamp(2.65rem, 11.5vw, 4.6rem);
    line-height: .84;
    white-space: nowrap;
    }

    .category-accent {
        height: 26px;
    }

    /* WORDMARK DE FONDO */

    .category-header .header-bg-wordmark,
    .article-header .header-bg-wordmark {
        width: 500px;
        left: -50px;
        top: 44px;
        opacity: .05;
    }

    /* HOVERS OFF EN MOBILE */
        .nav-logo img {
        transition: none;
    }

    .nav-menu a {
        transition: none;
    }
    
    .article-card:hover h3::after {
        height: 0;
    }

    .category-feature-card:hover img,
    .category-ecos-card:hover img,
    .trama-card:hover img,
    .voice-card:hover img,
    .voice-profile-card:hover img,
    .archive-card:hover {
        transform: none;
    }

    .category-ecos-card:hover .category-ecos-content::before {
        transform: none;
    }

    .trama-card:hover .trama-card-content::before {
        opacity: 1;
    }

    .category-feature-card:hover .category-feature-overlay {
        background: linear-gradient(
            180deg,
            rgba(0,0,0,.15) 0%,
            rgba(0,0,0,.35) 42%,
            rgba(0,0,0,.82) 100%
        );
    }

    .category-feature-card:hover h3,
    .voice-profile-card:hover span,
    .archive-card:hover h2,
    .perspective-card:hover h2,
    .terms-block:hover h2,
    .accessibility-block:hover h2,
    .manifesto-list h2:hover {
        color: inherit;
    }

    .footer-social a:hover {
        transform: none;
    }

    /* ERROR 404 */
    .error-content {
        width: calc(100% - 40px);
    }

    .error-code {
        font-size: clamp(6rem, 24vw, 10rem);
    }

    .error-content h1 {
        font-size: clamp(3.5rem, 14vw, 6rem);
    }

    .error-content p {
        font-size: 18px;
    }

    .error-links a {
        font-size: clamp(2rem, 10vw, 3.5rem);
    }
}

/* HOME / EN FOCO MOBILE */

@media (max-width: 767px) {

    .focus-section {
        padding: 58px 0 64px;
    }

    .focus-track {
        gap: 22px;
    }

    .focus-track .article-card {
        flex: 0 0 78%;
    }

    .article-card img {
        height: 210px;
    }

    .article-card-content {
        min-height: 280px;
        padding: 24px 26px 28px;
    }

    .article-card h3 {
        font-size: 34px;
        line-height: .92;
    }

    .desktop-dots,
    .tablet-dots {
        display: none;
    }

    .mobile-dots {
        display: flex;
    }

    .carousel-btn {
        display: none;
    }

    .voice-card:hover {
    transform: none;
    background: #000;
    }

    .voice-card:hover img {
        filter: grayscale(100%);
        transform: none;
    }

    .voice-profile-card:hover {
        transform: none;
        border-color: rgba(255,255,255,.08);
        background: #000;
    }

    .voice-profile-card:hover img {
        filter: grayscale(100%);
        transform: none;
    }

    .voice-profile-card:hover span {
        color: #fff;
    }
}

/* CATEGORÍA */

@media (max-width: 767px) {

    /* CATEGORY - ECOS MOBILE */
    .category-ecos-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .category-ecos-card {
        min-height: 420px;
    }

    /* CATEGORY - LA TRAMA MOBILE */
    .category-trama-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
    .trama-card {
        min-height: 260px;
    }
    .trama-card-content {
        padding: 18px;
    }
    .trama-card-content h3 {
        font-size: 22px;
        line-height: .95;
    }
    .trama-card-content time {
        margin-top: 14px;
        font-size: 12px;
    }
}

/* MOBILE PEQUEÑO */

@media (max-width: 480px) {

    .focus-track .article-card {
        flex: 0 0 82%;
    }

    .article-card img {
        height: 190px;
    }

    .article-card h3 {
        font-size: 31px;
    }
}

/* TABLET */

@media (min-width: 768px) and (max-width: 1199px) {

    .focus-track {
        gap: 28px;
    }

    .focus-track .article-card {
        flex: 0 0 46%;
    }

    .article-card img {
        height: 220px;
    }

    .article-card-content {
        min-height: 240px;
    }

    .article-card h3 {
        font-size: 32px;
        line-height: .95;
    }

    .desktop-dots,
    .mobile-dots {
        display: none;
    }

    .tablet-dots {
        display: flex;
    }


}

@media (max-width: 1199px) {

    .nav-logo img {
        transition: none;
    }

    .nav-menu a {
        transition: none;
    }

    .article-card:hover h3::after {
        height: 0;
    }

    .category-feature-card:hover img,
    .category-ecos-card:hover img,
    .trama-card:hover img,
    .voice-card:hover img,
    .voice-profile-card:hover img,
    .archive-card:hover {
        transform: none;
    }

    .category-ecos-card:hover .category-ecos-content::before {
        transform: none;
    }

    .trama-card:hover .trama-card-content::before {
        opacity: 1;
    }

    .category-feature-card:hover .category-feature-overlay {
        background: linear-gradient(
            180deg,
            rgba(0,0,0,.15) 0%,
            rgba(0,0,0,.35) 42%,
            rgba(0,0,0,.82) 100%
        );
    }

    .category-feature-card:hover h3,
    .voice-profile-card:hover span,
    .archive-card:hover h2,
    .perspective-card:hover h2,
    .terms-block:hover h2,
    .accessibility-block:hover h2,
    .manifesto-list h2:hover {
        color: inherit;
    }

    .footer-social a:hover {
        transform: none;
    }
}

/* NUEVAS VOCES HOME - TABLET */

@media (min-width: 768px) and (max-width: 1199px) {
    .voices-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px;
    }

    .voice-card:hover {

        transform: none;

        background: #000;

    }

    .voice-card:hover img {

        filter: grayscale(100%);

        transform: none;

    }

    .voice-profile-card:hover {

        transform: none;

        border-color: rgba(255,255,255,.08);

        background: #000;

    }

    .voice-profile-card:hover img {

        filter: grayscale(100%);

        transform: none;

    }

    .voice-profile-card:hover span {

        color: #fff;

    }
}

/* NUEVAS VOCES HOME - MOBILE */

@media (max-width: 767px) {
    .voices-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .voice-card {
        min-height: auto;
        padding: 38px 24px 34px;
    }

    .voice-card span {
        min-height: auto;
    }
    
}

@media (max-width: 767px) {

    .footer-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 36px;
    }

    .footer-left {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-logo {
        width: 180px;
        margin-bottom: 24px;
    }

    .footer-links {
        justify-content: center;
        margin-bottom: 24px;
        flex-wrap: wrap;
    }

    .footer-left p {
        text-align: center;
    }

    .footer-social {
        justify-content: center;
        width: 100%;
        padding-top: 0;
    }
}

/* EYEBROWS MOBILE */
@media (max-width: 767px) {

    .archive-hero-content,
    .contact-hero-content,
    .faq-hero-content,
    .about-hero-content,
    .accessibility-hero-content,
    .terms-hero-content,
    .voices-hero-content,
    .question-page-content {
        margin-top: 90px;
    }

}

/* EYEBROWS TABLET */
@media (min-width: 768px) and (max-width: 1199px) {

    .archive-hero-content,
    .contact-hero-content,
    .faq-hero-content,
    .about-hero-content,
    .accessibility-hero-content,
    .terms-hero-content,
    .voices-hero-content,
    .question-page-content {
        margin-top: 110px;
    }

    .question-page-hero {
        min-height: 75vh;
    }
}

/* ARTICULO MOBILE */
@media (max-width: 767px) {

    .article-layout {
        padding: 64px 0 80px;
    }

    .article-title-block {
        margin-bottom: 42px;
    }

    .article-title-block h2 {
        font-size: clamp(3.2rem, 16vw, 4.8rem);
        line-height: .88;
        max-width: 100%;
        overflow-wrap: break-word;
    }

    .article-title-block p {
        font-size: 20px;
        line-height: 1.35;
    }

    .article-meta {
        font-size: 13px;
        line-height: 1.4;
    }

    .article-cover {
        margin-bottom: 56px;
    }

    .article-cover img {
        aspect-ratio: 4 / 3;
    }

    .article-content p {
        font-size: 20px;
        line-height: 1.65;
    }
}

/* PREGUNTAS LA PREGUNTA */
/* LA PREGUNTA - MOBILE */

@media (max-width: 767px) {

    .perspectives-section {
        padding: 0;
    }

    .perspective-card {
        padding: 56px 0;
    }

    .perspective-card h2 {
        font-size: clamp(2rem, 10vw, 3.2rem);
        line-height: .92;
        word-break: normal;
        overflow-wrap: normal;
        hyphens: none;
    }

    .perspective-card footer {
        margin-bottom: 34px;
        font-size: 14px;
        line-height: 1.35;
    }

    .perspective-card p {
        font-size: 19px;
        line-height: 1.65;
        max-width: 100%;
    }

}

/* VOZ ARTICLE - MOBILE */

@media (max-width: 767px) {

    .voice-hero-content {
        margin-top: 76px;
    }

    .voice-label {
        max-width: 320px;
        font-size: 12px;
        line-height: 1.35;
        letter-spacing: .14em;
        margin-bottom: 28px;
    }

    .voice-hero-content h1 {
        font-size: clamp(3.2rem, 16vw, 5rem);
        line-height: .88;
        margin-bottom: 46px;
        max-width: 100%;
    }

    .voice-author-hero span {
        font-size: 11px;
        letter-spacing: .14em;
    }

    .voice-author-hero h2 {
        font-size: clamp(2.7rem, 13vw, 4rem);
        line-height: .9;
    }

    .voice-author-hero p {
        font-size: 14px;
        line-height: 1.35;
    }

}

@media (max-width: 767px) {

    .voice-author-box {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 34px;

        padding: 38px 28px;
        margin-top: 72px;
    }

    .voice-author-box img {
        width: 150px;
        height: 150px;
        align-self: center;
    }

    .voice-author-box span {
        font-size: 12px;
        line-height: 1.25;
        letter-spacing: .14em;
        margin-bottom: 18px;
    }

    .voice-author-box h3 {
        font-size: clamp(3rem, 14vw, 4.5rem);
        line-height: .9;
        margin-bottom: 24px;
    }

    .voice-author-box p {
        font-size: 18px;
        line-height: 1.55;
        max-width: 100%;
    }

}

/* VOZ ARTICLE - TABLET */

@media (min-width: 768px) and (max-width: 1199px) {

    .voice-hero-content {
        margin-top: 110px;
        padding-bottom: 90px;
    }

    .voice-label {
        max-width: 520px;
        font-size: 14px;
        line-height: 1.35;
        margin-bottom: 24px;
    }

    .voice-hero-content h1 {
        max-width: 900px;
        font-size: clamp(4.5rem, 9vw, 6.5rem);
        margin-bottom: 42px;
    }

        .voice-article-hero {
        min-height: 700px;
    }

}

@media (max-width: 1199px) {

    .archive-hero,
    .contact-hero,
    .faq-hero,
    .about-hero,
    .accessibility-hero,
    .terms-hero,
    .voices-page-hero,
    .question-page-hero,
    .voice-article-hero {
        min-height: auto;
        padding-bottom: 80px;
    }

}

/* NUEVAS VOCES PAGE - MOBILE */

@media (max-width: 767px) {

    .voices-directory {
        padding: 70px 0;
    }

    .voices-search-intro {
        margin-bottom: 18px;
    }

    .voices-search input {
        font-size: 1rem;
        line-height: 1.1;
    }

    .voices-directory-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .voice-profile-card {
        grid-template-columns: 1fr;
        gap: 26px;
        padding: 34px 28px;
        min-height: auto;
        text-align: center;
    }

    .voice-profile-card img {
        width: 150px;
        height: 150px;
        margin: 0 auto;
    }

    .voice-profile-card h3 {
        font-size: 24px;
    }

    .voice-profile-card p {
        font-size: 14px;
        margin-bottom: 22px;
    }

    .voice-profile-card span {
        font-size: clamp(2.2rem, 12vw, 3.4rem);
        line-height: .9;
        max-width: 100%;
        text-align: center;
    }
}

/* NUEVAS VOCES PAGE - TABLET */

@media (min-width: 768px) and (max-width: 1199px) {

    .voices-directory-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .voice-profile-card {
        grid-template-columns: 180px 1fr;
        gap: 36px;
        padding: 38px;
        min-height: auto;
    }

    .voice-profile-card img {
        width: 180px;
        height: 180px;
    }

    .voice-profile-card span {
        font-size: clamp(2.8rem, 6vw, 4.2rem);
        line-height: .92;
        max-width: 620px;
    }
}

/* CATEGORÍA VACÍA HTML */
.empty-editorial-state{
    padding:80px 20px;
    text-align:center;
}

.empty-editorial-state h3{
    font-family:'Anton', sans-serif;
    font-size:3rem;
    text-transform:uppercase;
    margin-bottom:15px;
}

.empty-editorial-state p{
    font-family:'Inter', sans-serif;
    font-size:1.5rem;
    color:#666;
    max-width:900px;
    margin:0 auto;
    line-height:1.6;
}