/* ============================================================
 * Data Cuyo — child theme CSS
 * Bloques: foundation · header · cards · home · archive · single · footer · responsive
 * ============================================================ */

:root {
    --dc-accent: #E62024;
    --dc-ink:    #0F1216;
    --dc-paper:  #ffffff;
    --dc-util:   #FAFAF7;
    --dc-soft:   #F2F1ED;
    --dc-line:   rgba(0, 0, 0, .08);
    --dc-muted:  #6B6F76;
    --dc-up:     #1DA86C;
    --dc-maxw:   1400px;
    --dc-gap:    32px;
}

/* Reset puntual (no global) */
body { background: var(--dc-paper); color: var(--dc-ink); font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; margin: 0; padding: 0; }
body, p, h1, h2, h3, h4, h5, h6, ul, ol, figure { margin: 0; padding: 0; }
ul, ol { list-style: none; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }

/* ============================================================
 * ASTRA OVERRIDES — el child theme provee sus propios wrappers
 * (.dc-wrap, .dc-article, etc.), así que neutralizamos los
 * containers de Astra para que no limiten el ancho en singles
 * y archives. El layout "page-builder" del theme_mod ya hace
 * la mayor parte, esto es seguridad extra.
 * ============================================================ */
.ast-container,
.ast-narrow-container .ast-container,
.ast-separate-container .ast-container,
.ast-page-builder-template .ast-container,
#page .ast-container,
.site-content > .ast-container { max-width: 100% !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; }
#primary, #content, .site-content { max-width: 100% !important; padding: 0 !important; margin: 0 !important; background: transparent !important; }
.ast-narrow-container, .ast-separate-container { padding: 0 !important; }
/* Astra oculta nuestro header propio en algunos layouts — forzamos visibilidad */
.dc-header, .dc-main, .dc-footer { display: block; max-width: none; width: 100%; }
/* Algunos templates Astra inyectan un h1.entry-title duplicado encima del nuestro */
.ast-single-post .ast-archive-title, .ast-single-post .entry-header { display: none !important; }

.dc-wrap { max-width: var(--dc-maxw); margin: 0 auto; padding: 0 var(--dc-gap); box-sizing: border-box; }

/* Tipografía base */
h1, h2, h3, h4 { font-weight: 800; letter-spacing: -0.5px; line-height: 1.15; color: var(--dc-ink); }
p { line-height: 1.55; color: var(--dc-ink); }

/* Override mínimo de Astra: el theme provee su propio header/footer */
.ast-primary-header-bar, .site-header { display: none !important; }
.ast-builder-grid-row-container { display: none !important; }
#colophon { display: none !important; }

/* ============================================================
 * HEADER
 * ============================================================ */
.dc-header { background: var(--dc-paper); position: relative; z-index: 2; border-bottom: 1px solid var(--dc-line); }
.dc-header__strip { background: var(--dc-accent); height: 4px; }

.dc-header__util { background: var(--dc-util); border-bottom: 1px solid rgba(0,0,0,.06); font-size: 11px; color: #41464F; }
.dc-header__util-row { display: flex; align-items: center; justify-content: space-between; padding: 8px 0; }
.dc-header__date { font-weight: 600; letter-spacing: 0.3px; text-transform: capitalize; }
.dc-header__util-right { display: flex; align-items: center; gap: 28px; }
.dc-header__sep { width: 1px; height: 22px; background: rgba(0,0,0,.1); }

.dc-widget-weather { display: flex; align-items: center; gap: 10px; color: var(--dc-ink); }
.dc-widget-weather svg { color: var(--dc-accent); }
.dc-widget-weather__txt { display: flex; flex-direction: column; line-height: 1.1; }
.dc-widget-weather__main { font-size: 13px; font-weight: 700; }
.dc-widget-weather__sub { font-size: 11px; color: var(--dc-muted); }

.dc-widget-markets { display: flex; align-items: center; gap: 18px; color: var(--dc-ink); }
.dc-widget-markets__item { display: flex; flex-direction: column; line-height: 1.1; }
.dc-widget-markets__label { font-size: 10px; font-weight: 700; color: #8A8E94; text-transform: uppercase; letter-spacing: 0.6px; }
.dc-widget-markets__row { display: flex; align-items: baseline; gap: 5px; }
.dc-widget-markets__value { font-size: 13px; font-weight: 700; }
.dc-widget-markets__delta { font-size: 11px; font-weight: 700; }
.dc-widget-markets__delta.is-up { color: var(--dc-up); }
.dc-widget-markets__delta.is-down { color: var(--dc-accent); }

.dc-header__brand-row { padding: 20px 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.dc-header__logo img { height: 80px; width: auto; display: block; }
.dc-header__search { flex: 1; max-width: 520px; display: flex; align-items: center; gap: 10px; padding: 10px 14px; background: var(--dc-soft); border-radius: 4px; }
.dc-header__search input { border: none; background: transparent; outline: none; flex: 1; font-size: 13px; color: var(--dc-ink); font-family: inherit; }
.dc-header__search input::placeholder { color: #8A8E94; }

.dc-nav { background: var(--dc-ink); color: #fff; }
.dc-nav .dc-wrap { display: flex; align-items: stretch; }
.dc-nav__list { display: flex; align-items: stretch; gap: 0; flex: 1; flex-wrap: wrap; }
.dc-nav__list li { position: relative; }
.dc-nav__list a { display: block; padding: 14px 14px; font-size: 12.5px; font-weight: 700; letter-spacing: 0.4px; text-transform: uppercase; color: #fff; white-space: nowrap; }
.dc-nav__list li.current-menu-item > a { background: var(--dc-accent); }
.dc-nav__list a:hover { background: rgba(255,255,255,.06); }
.dc-nav__toggle { display: none; background: transparent; border: none; color: #fff; padding: 10px 16px; cursor: pointer; align-items: center; }

.dc-ticker { background: var(--dc-accent); color: #fff; padding: 8px 0; overflow: hidden; }
.dc-ticker .dc-wrap, .dc-ticker { display: flex; align-items: center; gap: 24px; font-size: 12px; font-weight: 700; }
.dc-ticker { padding-left: var(--dc-gap); padding-right: var(--dc-gap); }
.dc-ticker__live {
    background: #fff;
    color: var(--dc-accent);
    padding: 4px 10px;
    letter-spacing: 1px;
    font-size: 10px;
    font-weight: 900;
    flex: none;
    position: relative;
    z-index: 2;
    box-shadow: 8px 0 8px -4px var(--dc-accent);
}
.dc-ticker__track { position: relative; overflow: hidden; flex: 1; min-width: 0; padding-left: 16px; }
.dc-ticker__inner { display: flex; gap: 32px; white-space: nowrap; will-change: transform; }
.dc-ticker__item { display: flex; align-items: center; gap: 8px; color: inherit; }
.dc-ticker__dot { width: 5px; height: 5px; border-radius: 50%; background: #fff; flex: none; }

/* ============================================================
 * CARDS
 * ============================================================ */
.dc-card { display: flex; flex-direction: column; gap: 10px; color: var(--dc-ink); }
.dc-card__media { aspect-ratio: 16 / 10; overflow: hidden; background: #eee; }
.dc-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.dc-card__body { display: flex; flex-direction: column; gap: 6px; }
.dc-card__cat { font-size: 11px; font-weight: 700; letter-spacing: 0.6px; text-transform: uppercase; color: var(--dc-accent); line-height: 1.2; }
.dc-card__title { margin: 0; font-weight: 700; line-height: 1.2; letter-spacing: -0.3px; text-wrap: balance; color: var(--dc-ink); }
.dc-card__excerpt { font-size: 14px; line-height: 1.45; color: #41464F; }
.dc-card__meta { font-size: 12px; color: var(--dc-muted); font-weight: 500; }

.dc-card--sm .dc-card__title { font-size: 15px; }
.dc-card--md .dc-card__title { font-size: 18px; }
.dc-card--lg .dc-card__title { font-size: 22px; }
.dc-card--xl .dc-card__title { font-size: 28px; }

.dc-card--horizontal { display: grid; grid-template-columns: 120px 1fr; gap: 14px; align-items: start; }
.dc-card--horizontal .dc-card__media { aspect-ratio: 4 / 3; }

.dc-card--text-only .dc-card__media { display: none; }

/* ============================================================
 * SECTION HEADING
 * ============================================================ */
.dc-section-heading { display: flex; align-items: flex-end; justify-content: space-between; border-bottom: 1px solid rgba(0,0,0,.12); padding-bottom: 10px; margin-bottom: 20px; gap: 16px; }
.dc-section-heading__title { margin: 0; font-size: 22px; font-weight: 800; letter-spacing: -0.5px; color: var(--dc-ink); position: relative; padding-left: 14px; }
.dc-section-heading__mark { position: absolute; left: 0; top: 4px; bottom: 4px; width: 5px; background: var(--dc-accent); }
.dc-section-heading__cta { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.6px; color: var(--dc-accent); display: inline-flex; align-items: center; gap: 4px; }

/* ============================================================
 * HOME
 * ============================================================ */
.dc-main { background: var(--dc-paper); }

.dc-hero { display: grid; grid-template-columns: 1.6fr 1fr; gap: 28px; padding: 28px var(--dc-gap); align-items: start; }
.dc-hero__main { display: flex; flex-direction: column; gap: 16px; color: var(--dc-ink); }
.dc-hero__media { position: relative; aspect-ratio: 16 / 10; overflow: hidden; }
.dc-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.dc-hero__cat { position: absolute; top: 16px; left: 16px; background: var(--dc-accent); color: #fff; padding: 5px 10px; font-size: 11px; font-weight: 800; letter-spacing: 0.8px; text-transform: uppercase; }
.dc-hero__title { margin: 0; font-size: 44px; font-weight: 900; line-height: 1.05; letter-spacing: -1.2px; text-wrap: balance; }
.dc-hero__excerpt {
    font-size: 17px;
    line-height: 1.5;
    color: #41464F;
    /* Copete del hero también justificado, coherente con el body. */
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    overflow-wrap: break-word;
}
.dc-hero__meta { font-size: 12px; color: var(--dc-muted); }
.dc-hero__side { display: flex; flex-direction: column; gap: 18px; border-left: 1px solid rgba(0,0,0,.1); padding-left: 28px; }
.dc-hero__side .dc-card + .dc-card { border-top: 1px solid rgba(0,0,0,.08); padding-top: 18px; }
/* Widget Destacado/Video dentro del hero side: padding compacto, mantiene el border rojo */
.dc-hero__side .dc-video-feature { padding: 16px; gap: 10px; margin-top: 6px; }
.dc-hero__side .dc-video-feature__title { font-size: 14px; }

.dc-block-2col { display: grid; grid-template-columns: 1fr 340px; gap: 36px; padding: 36px var(--dc-gap) 8px; }

.dc-pol-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 24px; }
.dc-pol-grid__rest { display: flex; flex-direction: column; gap: 18px; }

.dc-grid-section { padding: 36px var(--dc-gap) 8px; }
.dc-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }

/* Most Read aside */
/* Sidebar wrapper: apila Más Leídas + Video Destacado */
.dc-block-2col__side { display: flex; flex-direction: column; gap: 20px; }

/* Widget de Video Destacado en el sidebar */
.dc-video-feature {
    background: #F8F7F2;
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    border-top: 3px solid var(--dc-accent);
}
.dc-video-feature__label {
    margin: 0;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: var(--dc-ink);
    display: flex;
    align-items: center;
    gap: 8px;
}
.dc-video-feature__dot { color: var(--dc-accent); font-size: 11px; }
.dc-video-feature__embed { position: relative; aspect-ratio: 16 / 9; background: #000; overflow: hidden; }
.dc-video-feature__embed iframe,
.dc-video-feature__embed video,
.dc-video-feature__embed embed,
.dc-video-feature__embed object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0;
}
/* Fallback modo "Destacado de hoy" — imagen + cat badge */
.dc-video-feature__media {
    position: relative;
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #eee;
}
.dc-video-feature__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.dc-video-feature__cat {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: var(--dc-accent);
    color: #fff;
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    padding: 4px 10px;
}
.dc-video-feature__title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.2px;
    color: var(--dc-ink);
}
.dc-video-feature__title:hover { color: var(--dc-accent); }

.dc-most-read { background: var(--dc-ink); color: #fff; padding: 28px 24px; display: flex; flex-direction: column; gap: 16px; }
.dc-most-read__title { margin: 0; font-size: 14px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; color: #fff; }
.dc-most-read__dot { color: var(--dc-accent); }
.dc-most-read__list { display: flex; flex-direction: column; }
.dc-most-read__item { display: grid; grid-template-columns: 40px 1fr; gap: 14px; padding: 14px 0; align-items: start; }
.dc-most-read__item + .dc-most-read__item { border-top: 1px solid rgba(255,255,255,.1); }
.dc-most-read__num { font-size: 32px; font-weight: 900; color: var(--dc-accent); line-height: 1; letter-spacing: -2px; }
.dc-most-read__cat { font-size: 11px; font-weight: 700; letter-spacing: 0.6px; text-transform: uppercase; color: var(--dc-accent); }
.dc-most-read__a { display: block; margin-top: 4px; font-size: 14px; font-weight: 600; line-height: 1.35; letter-spacing: -0.2px; color: #fff; }

/* ============================================================
 * ARCHIVE (sección/categoría)
 * ============================================================ */
.dc-section-hero { border-bottom: 1px solid rgba(0,0,0,.08); padding: 32px 0; }
.dc-section-hero__pre { display: flex; align-items: center; gap: 12px; margin-bottom: 8px; }
.dc-section-hero__mark { width: 24px; height: 3px; background: var(--dc-accent); }
.dc-section-hero__label { font-size: 11px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; color: var(--dc-muted); }
.dc-section-hero__title { margin: 0; font-size: 56px; font-weight: 900; letter-spacing: -2px; }
.dc-section-hero__desc { margin: 8px 0 0; font-size: 16px; color: #41464F; max-width: 720px; }

.dc-archive-featured { padding: 32px var(--dc-gap) 0; display: grid; grid-template-columns: 1.6fr 1fr; gap: 28px; align-items: start; }
.dc-archive-featured__side { display: flex; flex-direction: column; gap: 18px; border-left: 1px solid rgba(0,0,0,.1); padding-left: 28px; }

.dc-archive-grid { padding: 32px var(--dc-gap); }
.dc-archive-empty { padding: 64px var(--dc-gap); color: var(--dc-muted); }

.dc-pagination { display: flex; justify-content: center; gap: 6px; margin-top: 36px; }
.dc-pagination .page-numbers { min-width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; background: var(--dc-soft); color: var(--dc-ink); }
.dc-pagination .page-numbers.current { background: var(--dc-accent); color: #fff; }
.dc-pagination .page-numbers.dots { background: transparent; }

/* ============================================================
 * SINGLE
 * ============================================================ */
.dc-breadcrumb { padding: 14px var(--dc-gap); border-bottom: 1px solid rgba(0,0,0,.06); font-size: 12px; color: var(--dc-muted); }
.dc-breadcrumb a { color: inherit; }
.dc-breadcrumb__current { color: var(--dc-ink); font-weight: 600; }

.dc-article { padding: 40px var(--dc-gap) 0; max-width: 1100px; margin: 0 auto; }
.dc-article__cat { font-size: 11px; font-weight: 700; letter-spacing: 0.6px; text-transform: uppercase; color: var(--dc-accent); }
.dc-article__title { margin: 10px 0 14px; font-size: 52px; font-weight: 900; line-height: 1.05; letter-spacing: -1.5px; text-wrap: balance; }
.dc-article__deck {
    margin: 0;
    font-size: 22px;
    line-height: 1.4;
    color: #41464F;
    max-width: 880px;
    /* Copete justificado igual que el cuerpo, con hyphens auto. */
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    overflow-wrap: break-word;
}

.dc-article__byline { display: flex; align-items: center; justify-content: space-between; margin-top: 24px; padding-bottom: 20px; border-bottom: 1px solid rgba(0,0,0,.1); }
.dc-article__author { display: flex; align-items: center; gap: 12px; }
.dc-article__avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--dc-ink); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; }
.dc-article__author-name { display: block; font-size: 14px; font-weight: 700; }
.dc-article__author-sub { display: block; font-size: 12px; color: var(--dc-muted); }
.dc-article__share { display: flex; align-items: center; gap: 10px; }
.dc-article__share-btn { width: 36px; height: 36px; border-radius: 50%; border: 1px solid rgba(0,0,0,.12); display: inline-flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 800; color: var(--dc-ink); }

.dc-article__figure { margin: 28px 0; }
.dc-article__figure img { width: 100%; height: auto; display: block; max-height: 540px; object-fit: cover; }
.dc-article__caption { font-size: 12px; color: var(--dc-muted); margin-top: 8px; padding-left: 14px; border-left: 2px solid var(--dc-accent); }

.dc-article__layout { display: grid; grid-template-columns: 1fr 320px; gap: 56px; align-items: start; }
.dc-article__body {
    font-size: 18px;
    line-height: 1.65;
    color: #1A1D22;
    /* Texto justificado en todas las resoluciones; hyphens auto evita
     * los "rivers" de espacio cuando la columna es angosta (mobile). */
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    /* Ayuda al browser a partir palabras largas si no encuentra punto de hyphen */
    overflow-wrap: break-word;
}
.dc-article__body p { margin: 0 0 18px; }
/* No justificamos headings ni blockquotes ni lists — solo párrafos */
.dc-article__body h2,
.dc-article__body h3,
.dc-article__body h4,
.dc-article__body blockquote,
.dc-article__body ul,
.dc-article__body ol,
.dc-article__body figcaption { text-align: left; hyphens: manual; }
.dc-article__body p:first-of-type::first-letter { font-size: 70px; font-weight: 900; float: left; line-height: 0.85; margin: 6px 10px 0 0; color: var(--dc-accent); }
.dc-article__body h2 { font-size: 26px; font-weight: 800; letter-spacing: -0.5px; margin: 36px 0 14px; }
.dc-article__body h3 { font-size: 20px; font-weight: 700; margin: 28px 0 10px; }
.dc-article__body blockquote { margin: 32px 0; padding: 0 0 0 28px; border-left: 4px solid var(--dc-accent); font-size: 24px; font-weight: 600; line-height: 1.3; color: var(--dc-ink); }
.dc-article__body strong { font-weight: 800; }
.dc-article__body a { color: var(--dc-accent); text-decoration: underline; text-underline-offset: 3px; }
.dc-article__source { margin-top: 32px; padding-top: 14px; border-top: 1px solid rgba(0,0,0,.08); font-size: 13px; color: var(--dc-muted); font-style: italic; }
.dc-article__source a { color: inherit; text-decoration: underline; }

.dc-article__sidebar { display: flex; flex-direction: column; gap: 28px; position: sticky; top: 20px; }
.dc-article__sidebar-title { margin: 0 0 14px; font-size: 12px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; border-top: 3px solid var(--dc-accent); padding-top: 12px; }
.dc-article__sidebar-list { display: flex; flex-direction: column; gap: 16px; }

.dc-article__tags { display: flex; align-items: center; gap: 10px; padding: 40px 0 24px; border-top: 1px solid rgba(0,0,0,.08); margin-top: 48px; flex-wrap: wrap; }
.dc-article__tags-label { font-size: 11px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; color: var(--dc-muted); }
.dc-article__tag { font-size: 12px; font-weight: 600; padding: 6px 12px; background: var(--dc-soft); color: var(--dc-ink); }

.dc-more { background: #F8F7F2; padding: 48px 0; margin-top: 40px; }

/* ============================================================
 * FOOTER
 * ============================================================ */
.dc-footer { background: #0B0D11; color: rgba(255,255,255,.7); padding: 56px 0 28px; margin-top: 56px; }
.dc-footer__cols { display: grid; grid-template-columns: 1.8fr 1.4fr 1fr; gap: 48px; margin-bottom: 40px; }
.dc-footer__brand p { margin-top: 18px; font-size: 13.5px; line-height: 1.65; max-width: 360px; color: rgba(255,255,255,.72); }
.dc-footer__logo { height: 64px; width: auto; display: block; }
.dc-footer__logo--invert { filter: invert(1) hue-rotate(180deg); }
.dc-footer__col h4 { margin: 0; font-size: 11px; font-weight: 800; color: #fff; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 16px; }
.dc-footer__col ul { display: flex; flex-direction: column; gap: 8px; padding: 0; margin: 0; list-style: none; }
.dc-footer__col a { font-size: 13px; color: rgba(255,255,255,.7); }
.dc-footer__col a:hover { color: #fff; }
/* Secciones: 2 columnas para no quedar tan largo */
.dc-footer__col--sections .dc-footer__sections-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 24px;
}
.dc-footer__bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 20px; display: flex; justify-content: space-between; font-size: 11px; color: rgba(255,255,255,.5); }

/* ============================================================
 * 404
 * ============================================================ */
.dc-404 { padding: 80px var(--dc-gap); text-align: center; }
.dc-404__title { font-size: 120px; font-weight: 900; color: var(--dc-accent); letter-spacing: -4px; margin: 0; }
.dc-404__lead { font-size: 18px; color: var(--dc-muted); margin: 16px 0 24px; }
.dc-404__or { margin-top: 32px; font-size: 14px; color: var(--dc-muted); }
.dc-404__sections { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 16px; }
.dc-404__sections a { display: inline-block; padding: 8px 16px; background: var(--dc-soft); font-size: 13px; font-weight: 700; color: var(--dc-ink); }
.dc-404 .search-form, .dc-404 .search-form input { display: inline-block; max-width: 480px; width: 100%; }

/* ============================================================
 * RESPONSIVE — breakpoint 768px (mobile)
 * ============================================================ */
@media (max-width: 768px) {
    :root { --dc-gap: 16px; }

    /* Header — reordenar en columna: logo → util (clima/dólar) → search → nav → ticker.
     * Usamos display:contents en .dc-header__brand y .dc-header__brand-row para que
     * el logo y el search se conviertan en hijos directos del flex column .dc-header,
     * y así podamos asignarles `order` individualmente. */
    .dc-header { display: flex; flex-direction: column; }
    .dc-header__brand,
    .dc-header__brand-row { display: contents; }

    .dc-header__strip   { order: 0; }
    .dc-header__logo    { order: 1; display: flex; justify-content: center; padding: 18px 0 8px; }
    .dc-header__logo img { height: 73px; }  /* 56 × 1.3 ≈ 73 — 30% más grande */
    .dc-header__util    { order: 2; }
    .dc-header__search  { order: 3; max-width: none; margin: 8px var(--dc-gap) 14px; padding: 10px 14px; }
    .dc-nav             { order: 4; }
    .dc-ticker          { order: 5; }

    .dc-header__util { font-size: 10px; }
    .dc-header__util-row { flex-wrap: wrap; gap: 8px; justify-content: center; }
    .dc-header__util-right { gap: 14px; }
    .dc-header__sep { display: none; }
    .dc-widget-markets { gap: 12px; flex-wrap: wrap; justify-content: center; }

    .dc-nav__list { display: none; flex-direction: column; gap: 0; background: var(--dc-ink); width: 100%; }
    .dc-nav__list.is-open { display: flex; }
    .dc-nav__list a { padding: 12px 16px; border-top: 1px solid rgba(255,255,255,.08); }
    .dc-nav__list li:first-child > a { background: transparent; }
    .dc-nav__toggle { display: inline-flex; margin-left: auto; }
    .dc-nav .dc-wrap { padding: 0 var(--dc-gap); flex-wrap: wrap; }

    .dc-ticker { padding: 6px var(--dc-gap); font-size: 11px; }
    .dc-ticker__track { gap: 16px; }

    /* Home */
    .dc-hero { grid-template-columns: 1fr; gap: 20px; padding: 20px var(--dc-gap); }
    .dc-hero__title { font-size: 26px; letter-spacing: -0.5px; }
    .dc-hero__excerpt { font-size: 15px; }
    .dc-hero__side { border-left: none; padding-left: 0; border-top: 6px solid var(--dc-soft); padding-top: 16px; }

    .dc-block-2col { grid-template-columns: 1fr; gap: 24px; padding: 24px var(--dc-gap) 0; }
    .dc-pol-grid { grid-template-columns: 1fr; gap: 18px; }
    .dc-grid-4 { grid-template-columns: 1fr 1fr; gap: 16px; }
    .dc-grid-section { padding: 24px var(--dc-gap); }

    /* Archive */
    .dc-section-hero { padding: 24px 0; }
    .dc-section-hero__title { font-size: 32px; letter-spacing: -1px; }
    .dc-archive-featured { grid-template-columns: 1fr; gap: 20px; }
    .dc-archive-featured__side { border-left: none; padding-left: 0; }

    /* Single */
    .dc-article { padding: 24px var(--dc-gap) 0; }
    .dc-article__title { font-size: 28px; letter-spacing: -0.5px; }
    .dc-article__deck { font-size: 17px; }
    .dc-article__byline { flex-direction: column; align-items: flex-start; gap: 16px; }
    .dc-article__layout { grid-template-columns: 1fr; gap: 32px; }
    .dc-article__body { font-size: 16px; }
    .dc-article__body p:first-of-type::first-letter { font-size: 50px; }
    .dc-article__body h2 { font-size: 22px; }
    .dc-article__body blockquote { font-size: 19px; padding-left: 20px; }

    /* Footer */
    .dc-footer { padding: 36px 0 20px; margin-top: 36px; }
    .dc-footer__cols { grid-template-columns: 1fr; gap: 28px; margin-bottom: 24px; }
    .dc-footer__logo { height: 52px; }
    .dc-footer__col--sections .dc-footer__sections-list { grid-template-columns: 1fr 1fr; gap: 8px 18px; }
    .dc-footer__bottom { flex-direction: column; gap: 8px; text-align: center; }

    /* 404 */
    .dc-404__title { font-size: 80px; }
}
