:root {
  --paper:      #F3EFE8;
  --s1:         #E8E4DC;
  --s2:         #D8D3CA;
  --s3:         #CCC8BE;
  --dark:       #1E1C19;
  --dark2:      #2A2823;
  --border:     #C8C3B8;
  --line-l:     #DDD9D0;
  --ink:        #1A1714;
  --text:       #1A1714;
  --text-muted: #565049;
  --text-dim:   #8C8479;
  --red:        #C8280A;
  --red-hot:    #A82008;
  --yellow:     #B87800;
  --blue:       #2E5F8F;
  --cream:      #F3EFE8;
  --font-disp:  'Bebas Neue', Impact, sans-serif;
  --font-body:  'Libre Baskerville', Georgia, serif;
  --font-mono:  'Courier Prime', 'Courier New', monospace;
  --font-ui:    'Inter', system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--text); font-family: var(--font-body); font-size: 17px; line-height: 1.75; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }

/* ── UTILIDADES ── */
.wrap { max-width: 1280px; margin: 0 auto; padding: 0 20px; }
.cat-tag { font-family: var(--font-mono); font-size: 0.65rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--red); display: inline-flex; align-items: center; gap: 5px; }
.cat-tag::before { content: ''; display: inline-block; width: 6px; height: 6px; background: currentColor; transform: rotate(45deg); flex-shrink: 0; }
.stamp { font-family: var(--font-mono); font-size: 0.6rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 3px 8px; border: 1.5px solid currentColor; display: inline-block; }
.stamp-red    { color: var(--red); border-color: var(--red); }
.stamp-yellow { color: var(--yellow); border-color: var(--yellow); }
.stamp-satira { color: var(--yellow); border-color: var(--yellow); transform: rotate(-2deg); display: inline-block; }
.stamp-urgente { background: var(--red); color: white; border-color: var(--red); animation: pulse-red 1.8s ease-in-out infinite; }
@keyframes pulse-red { 0%,100%{opacity:1}50%{opacity:.65} }
.ornament { text-align: center; font-family: var(--font-mono); font-size: 0.65rem; color: var(--text-dim); letter-spacing: 0.3em; padding: 28px 0; }

/* ── TOPBAR ── */
.topbar { background: var(--dark); border-bottom: 1px solid var(--dark2); padding: 6px 0; font-family: var(--font-mono); font-size: 0.58rem; letter-spacing: 0.05em; color: #6a6460; }
.topbar-inner { max-width: 1280px; margin: 0 auto; padding: 0 10px 0 20px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.topbar-date { display: flex; align-items: center; }
.topbar-date .sep { margin: 0 8px; opacity: 0.3; }
.topbar-social { display: flex; gap: 10px; align-items: center; }
.topbar-social a { color: #6a6460; transition: color .2s; display: flex; align-items: center; }
.topbar-social a:hover { color: var(--red); }
.topbar-social svg { width: 12px; height: 12px; }

/* ── MASTHEAD ── */
.masthead { background: var(--paper); border-bottom: 3px solid var(--red); padding: 14px 0 10px; position: sticky; top: 0; z-index: 100; transition: padding .3s; box-shadow: 0 2px 12px rgba(26,23,20,.09); overflow: hidden; }
.masthead.compact { padding: 7px 0 5px; }
.masthead-inner { max-width: 1280px; margin: 0 auto; padding: 0 20px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; }
.logo-wrap { display: flex; flex-direction: column; line-height: 1; text-decoration: none; }
.logo-eyebrow { display: none; }
.logo-main { font-family: var(--font-disp); font-size: clamp(1.7rem,3.5vw,3rem); letter-spacing: 0.03em; line-height: 1; color: var(--ink); white-space: nowrap; }
.logo-main span { color: var(--red); }
.logo-tagline { font-family: var(--font-mono); font-size: 0.56rem; color: var(--text-dim); letter-spacing: 0.1em; text-transform: uppercase; margin-top: 3px; }
.nav-cats { display: flex; align-items: center; gap: 2px; justify-content: center; flex-wrap: wrap; }
.nav-cats a { font-family: var(--font-ui); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: var(--text-muted); padding: 6px 12px; border-bottom: 2px solid transparent; transition: all .15s; white-space: nowrap; }
.nav-cats a:hover { color: var(--red); border-bottom-color: var(--red); }
.nav-cats a.active { color: var(--red); border-bottom-color: var(--red); }
.masthead-actions { display: flex; gap: 8px; align-items: center; }
.btn-search { background: none; border: none; color: var(--text-muted); width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: color .15s; }
.btn-search:hover { color: var(--red); }
.btn-search svg { width: 18px; height: 18px; }
.btn-admin { background: var(--red); color: white; font-family: var(--font-mono); font-size: 0.65rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 7px 14px; border: none; cursor: pointer; transition: background .2s; display: inline-block; }
.btn-admin:hover { background: var(--red-hot); color: white; }

/* ── BARRA DE BÚSQUEDA ── */
.search-bar { max-height: 0; overflow: hidden; transition: max-height .3s ease; background: var(--s1); border-bottom: 1px solid var(--border); }
.search-bar.open { max-height: 70px; }
.search-bar-inner { max-width: 1280px; margin: 0 auto; padding: 10px 20px; display: flex; }
.search-bar-inner form { display: flex; width: 100%; gap: 0; }
.search-bar-inner input { flex: 1; background: var(--paper); border: 1.5px solid var(--border); border-right: none; color: var(--ink); font-family: var(--font-mono); font-size: 0.85rem; padding: 10px 16px; outline: none; transition: border-color .2s; }
.search-bar-inner input:focus { border-color: var(--red); }
.search-bar-inner input::placeholder { color: var(--text-dim); }
.search-bar-inner button { background: var(--red); border: none; color: white; padding: 0 16px; cursor: pointer; display: flex; align-items: center; transition: background .15s; }
.search-bar-inner button:hover { background: var(--red-hot); }
.search-bar-inner button svg { width: 18px; height: 18px; }

/* ── TICKER ── */
.ticker-bar { background: var(--dark); overflow: hidden; height: 34px; display: flex; align-items: center; }
.ticker-inner { max-width: 1280px; margin: 0 auto; display: flex; align-items: center; width: 100%; }
.ticker-label { background: var(--red); color: white; font-family: var(--font-mono); font-size: 0.62rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; padding: 0 16px; height: 100%; display: flex; align-items: center; white-space: nowrap; flex-shrink: 0; }
.ticker-track { display: flex; animation: ticker 50s linear infinite; white-space: nowrap; align-items: center; height: 100%; }
.ticker-track:hover { animation-play-state: paused; }
.ticker-item { font-family: var(--font-mono); font-size: 0.7rem; color: #8C8479; padding: 0 32px; }
.ticker-item::after { content: '◆'; margin-left: 32px; opacity: 0.25; }
@keyframes ticker { 0%{transform:translateX(0)}100%{transform:translateX(-50%)} }

/* ── HERO ── */
.hero { padding: 28px 0 0; margin-bottom: 32px; display: grid; grid-template-columns: 1fr 315px; gap: 3px; align-items: stretch; }
.hero-main { position: relative; overflow: hidden; background: var(--s2); cursor: pointer; display: block; }
.hero-main:hover .hero-img-wrap img { transform: scale(1.03); }
.hero-img-wrap { height: 100%; min-height: 480px; overflow: hidden; position: relative; }
.hero-img-wrap img { transition: transform .6s ease; height: 100%; }
.hero-no-img { min-height: 480px; height: 100%; background: var(--s2); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,9,8,.97) 30%, rgba(10,9,8,.3) 65%, transparent 100%); }
.hero-content { position: absolute; bottom: 0; left: 0; right: 0; padding: 30px 32px; }
.hero-content .cat-tag { margin-bottom: 12px; }
.hero-title { font-family: var(--font-disp); font-size: clamp(1.8rem,3.2vw,2.9rem); line-height: 1.05; letter-spacing: 0.02em; color: #F3EFE8; margin-bottom: 12px; }
.hero-excerpt { font-size: 0.88rem; line-height: 1.55; color: rgba(243,239,232,.78); max-width: 520px; margin-bottom: 14px; }
.hero-meta { font-family: var(--font-mono); font-size: 0.62rem; color: rgba(243,239,232,.45); letter-spacing: 0.08em; display: flex; gap: 14px; }
.hero-meta strong { color: rgba(243,239,232,.65); }
.img-tag { position: absolute; top: 12px; left: 12px; z-index: 2; }
.hero-sidebar { display: flex; flex-direction: column; gap: 3px; }
.hero-side-item { background: var(--s1); padding: 16px 18px; border-left: 3px solid transparent; cursor: pointer; transition: all .2s; display: block; flex: 1; }
.hero-side-item:hover { background: var(--s2); border-left-color: var(--red); }
.hero-side-item .cat-tag { margin-bottom: 7px; font-size: 0.58rem; }
.hero-side-title { font-family: var(--font-body); font-size: 0.88rem; font-weight: 700; line-height: 1.35; color: var(--ink); }
.hero-side-meta { font-family: var(--font-mono); font-size: 0.58rem; color: var(--text-dim); margin-top: 8px; }

/* ── CANTON DICE BAND ── */
.canton-band { background: var(--ink); border-top: 3px solid var(--red); border-bottom: 3px solid var(--red); padding: 20px 0; position: relative; overflow: hidden; }
.canton-band::before { content: 'EL CANTÓN DICE EL CANTÓN DICE EL CANTÓN DICE '; position: absolute; top: 50%; left: 0; transform: translateY(-50%) rotate(-1deg); font-family: var(--font-disp); font-size: 4rem; color: rgba(255,255,255,0.03); white-space: nowrap; pointer-events: none; }
.canton-band-inner { max-width: 1280px; margin: 0 auto; padding: 0 20px; display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: center; }
.canton-label { font-family: var(--font-disp); font-size: 1.4rem; letter-spacing: 0.08em; color: var(--red); white-space: nowrap; transform: rotate(-1deg); }
.canton-quote { font-family: var(--font-body); font-size: 0.98rem; font-style: italic; line-height: 1.55; color: rgba(243,239,232,.85); }
.canton-quote strong { font-style: normal; color: #F3EFE8; }
.canton-stamp { font-family: var(--font-mono); font-size: 0.58rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; border: 1.5px solid rgba(200,40,10,.5); padding: 8px 12px; color: rgba(200,40,10,.7); transform: rotate(2deg); white-space: nowrap; text-align: center; line-height: 1.6; }

/* ── SECTION HEADS ── */
.section-head { display: flex; align-items: baseline; gap: 14px; padding: 34px 0 16px; border-bottom: 2px solid var(--border); margin-bottom: 20px; position: relative; overflow: hidden; }
.section-head::before { content: ''; position: absolute; bottom: -2px; left: 0; width: 48px; height: 2px; background: var(--red); }
.pol-accent::before { background: var(--red); }
.section-title { font-family: var(--font-disp); font-size: 1.8rem; letter-spacing: 0.05em; color: var(--ink); line-height: 1; }
.section-sub { font-family: var(--font-mono); font-size: 0.62rem; color: var(--text-dim); letter-spacing: 0.12em; text-transform: uppercase; }
.section-more { margin-left: auto; font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--red); border-bottom: 1px solid transparent; transition: border-color .2s; white-space: nowrap; }
.section-more:hover { border-color: var(--red); }

/* ── CARDS ── */
.card { background: var(--s1); overflow: hidden; cursor: pointer; transition: background .2s; position: relative; display: block; }
.card:hover { background: var(--s2); }
.card-img { overflow: hidden; position: relative; }
.card-img img { transition: transform .5s ease; height: 100%; }
.card:hover .card-img img { transform: scale(1.05); }
.card-body { padding: 14px 18px 18px; }
.card-badges { display: flex; gap: 8px; align-items: center; margin-bottom: 9px; flex-wrap: wrap; }
.card-title { font-family: var(--font-body); font-weight: 700; line-height: 1.3; color: var(--ink); margin-bottom: 9px; }
.card-excerpt { font-size: 0.85rem; line-height: 1.6; color: var(--text-muted); }
.card-meta { font-family: var(--font-mono); font-size: 0.58rem; color: var(--text-dim); letter-spacing: 0.06em; margin-top: 10px; display: flex; gap: 10px; }
.card-lg .card-img  { height: 260px; }
.card-lg .card-title { font-size: 1.15rem; }
.card-md .card-img  { height: 190px; }
.card-md .card-title { font-size: 1rem; }
.card-sm .card-title { font-size: 0.9rem; }
.card-sm .card-body  { padding: 12px 14px; }
.card-marked        { border-left: 3px solid var(--red); }
.card-marked-yellow { border-left: 3px solid var(--yellow); }
.card-marked-blue   { border-left: 3px solid var(--blue); }
.card-h { display: grid; grid-template-columns: 110px 1fr; background: var(--s1); overflow: hidden; cursor: pointer; transition: background .2s; }
.card-h:hover { background: var(--s2); }
.card-h .card-img { height: 85px; overflow: hidden; }
.card-h .card-body { padding: 10px 12px; }
.card-h .card-title { font-size: 0.82rem; font-weight: 700; line-height: 1.3; margin-bottom: 0; }

/* ── GRILLAS ── */
.grid-33  { display: grid; grid-template-columns: repeat(3,1fr); gap: 3px; }
.grid-42  { display: grid; grid-template-columns: 2fr 1fr; gap: 3px; align-items: stretch; }
.grid-42 > .card { display: flex; flex-direction: column; height: 100%; }
.grid-42 > .card > .card-img { flex: 1; min-height: 220px; height: auto; }
.grid-42 > .card > .card-img img { width: 100%; height: 100%; object-fit: cover; }
.grid-42 > .grid-list { height: 100%; }
.grid-42 > .grid-list > .card { flex: 1; }
.grid-4   { display: grid; grid-template-columns: repeat(4,1fr); gap: 3px; }
.grid-list { display: flex; flex-direction: column; gap: 3px; }
.span-2   { grid-column: span 2; }

/* ── LAYOUT SIDEBAR ── */
.layout-sidebar { display: grid; grid-template-columns: 1fr 285px; gap: 3px; align-items: start; }
.sidebar-box { background: var(--s1); padding: 20px; }
.sidebar-box + .sidebar-box { margin-top: 3px; }
.sidebar-box-title { font-family: var(--font-disp); font-size: 1.05rem; letter-spacing: 0.06em; color: var(--ink); padding-bottom: 10px; border-bottom: 2px solid var(--red); margin-bottom: 14px; }
.card-ranked { display: flex; gap: 14px; align-items: flex-start; padding: 13px 0; border-bottom: 1px solid var(--line-l); cursor: pointer; }
.card-ranked:last-child { border-bottom: none; }
.card-ranked:hover .card-ranked-title { color: var(--red); }
.list-num { font-family: var(--font-disp); font-size: 2.2rem; color: var(--border); line-height: 1; flex-shrink: 0; width: 40px; text-align: right; }
.card-ranked-body { flex: 1; }
.card-ranked-title { font-family: var(--font-body); font-weight: 700; font-size: 0.85rem; line-height: 1.35; color: var(--ink); margin-bottom: 4px; transition: color .2s; }
.card-ranked-meta { font-family: var(--font-mono); font-size: 0.56rem; color: var(--text-dim); letter-spacing: 0.06em; }

/* ── MUNDIAL 2026 BAND ── */
.mundial-band { background: #1a1200; border-top: 3px solid #f59200; border-bottom: 1px solid #2a1f00; padding: 36px 0; margin: 36px 0 0; }
.mundial-band .section-head { border-bottom-color: #3a2900; }
.mundial-band .section-head::before { background: #f59200; }
.mundial-band .card { background: rgba(245,146,0,.07); }
.mundial-band .card:hover { background: rgba(245,146,0,.13); }
.mundial-band .card-title { color: #f0e8d0; }
.mundial-band .card-excerpt { color: #9a8a6a; }
.mundial-band .card-meta { color: #6a5a3a; }
.mundial-band .cat-tag { color: #f59200; }
.mundial-band .cat-tag::before { background: #f59200; }

/* ── INTERNACIONAL STRIP ── */
.int-strip { background: #EDF2F8; border-top: 3px solid var(--blue); padding: 36px 0; margin: 36px 0 0; }
.int-strip .section-head { border-bottom-color: #C0CDD9; }
.int-strip .section-head::before { background: var(--blue); }
.int-strip .section-title { color: var(--ink); }
.int-strip .card { background: #E4EBF3; }
.int-strip .card:hover { background: #D8E2EE; }
.int-strip .cat-tag { color: var(--blue); }
.int-strip .cat-tag::before { background: var(--blue); }

/* ── ARTÍCULO INDIVIDUAL ── */
.articulo-wrap { padding-top: 28px; padding-bottom: 60px; }
.breadcrumb { font-family: var(--font-mono); font-size: 0.65rem; color: var(--text-dim); letter-spacing: 0.06em; margin-bottom: 24px; display: flex; gap: 8px; flex-wrap: wrap; }
.breadcrumb a:hover { color: var(--red); }
.articulo-badges { display: flex; gap: 10px; align-items: center; margin-bottom: 16px; flex-wrap: wrap; }
.articulo-titulo { font-family: var(--font-disp); font-size: clamp(2rem,4vw,3rem); letter-spacing: 0.03em; line-height: 1.1; color: var(--ink); margin-bottom: 18px; }
.articulo-bajada { font-family: var(--font-body); font-size: 1.1rem; font-weight: 700; line-height: 1.55; color: var(--text-muted); margin-bottom: 18px; padding-left: 16px; border-left: 3px solid var(--red); }
.articulo-meta { font-family: var(--font-mono); font-size: 0.65rem; color: var(--text-dim); letter-spacing: 0.06em; margin-bottom: 18px; display: flex; gap: 10px; flex-wrap: wrap; }
.articulo-meta .sep { color: var(--border); }
.articulo-share { display: flex; gap: 8px; align-items: center; margin-bottom: 24px; flex-wrap: wrap; }
.share-label { font-family: var(--font-mono); font-size: 0.62rem; color: var(--text-dim); letter-spacing: 0.08em; text-transform: uppercase; }
.share-btn { font-family: var(--font-mono); font-size: 0.62rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 6px 12px; border: 1px solid var(--border); color: var(--text-muted); transition: all .2s; }
.share-btn:hover { border-color: var(--red); color: var(--red); }
.articulo-figura { margin: 0 0 28px; }
.articulo-figura img { width: 100%; max-height: 480px; object-fit: cover; }
.articulo-figura figcaption { font-family: var(--font-mono); font-size: 0.62rem; color: var(--text-dim); margin-top: 8px; text-align: right; letter-spacing: 0.06em; }
.articulo-cuerpo { font-size: 1.05rem; line-height: 1.85; color: var(--ink); }
.articulo-cuerpo p { margin-bottom: 1.4em; }
.articulo-cuerpo h2, .articulo-cuerpo h3 { font-family: var(--font-disp); letter-spacing: 0.05em; margin: 1.6em 0 0.6em; color: var(--ink); }
.articulo-cuerpo h2 { font-size: 1.8rem; }
.articulo-cuerpo h3 { font-size: 1.4rem; }
.articulo-cuerpo blockquote { border-left: 3px solid var(--red); padding: 14px 20px; margin: 1.6em 0; background: var(--s1); font-style: italic; color: var(--text-muted); }
.articulo-cuerpo blockquote strong { color: var(--red); font-style: normal; }
.articulo-cuerpo div { margin-bottom: 1.4em; }
.articulo-cuerpo figure { margin: 1.6em 0; }
.articulo-cuerpo figure img { width: 100%; }
.articulo-figura + .articulo-share + .articulo-cuerpo > figure:first-child,
.articulo-figura ~ .articulo-cuerpo > figure:first-child { display: none; }
.articulo-cuerpo a { color: var(--red); border-bottom: 1px solid transparent; transition: border-color .2s; }
.articulo-cuerpo a:hover { border-color: var(--red); }
.relacionadas { margin-top: 48px; }

/* ── NEWSLETTER ── */
.nl-band { background: var(--dark); border-top: 3px solid var(--red); padding: 40px 0; margin: 48px 0 0; }
.nl-inner { max-width: 560px; margin: 0 auto; padding: 0 20px; text-align: center; }
.nl-title { font-family: var(--font-disp); font-size: 2rem; letter-spacing: 0.06em; margin-bottom: 8px; color: #F3EFE8; }
.nl-title span { color: var(--red); }
.nl-sub { font-family: var(--font-mono); font-size: 0.7rem; color: #6a6460; letter-spacing: 0.08em; margin-bottom: 22px; text-transform: uppercase; }
.nl-form { display: flex; gap: 0; }
.nl-input { flex: 1; background: var(--dark2); border: 1px solid #3a3730; border-right: none; color: #F3EFE8; font-family: var(--font-mono); font-size: 0.8rem; padding: 11px 14px; outline: none; transition: border-color .2s; }
.nl-input:focus { border-color: var(--red); }
.nl-input::placeholder { color: #5a5650; }
.nl-btn { background: var(--red); color: white; font-family: var(--font-mono); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 11px 18px; border: none; cursor: pointer; transition: background .2s; white-space: nowrap; }
.nl-btn:hover { background: var(--red-hot); }

/* ── FOOTER ── */
.footer { background: var(--dark); border-top: 3px solid var(--red); padding: 44px 0 22px; margin-top: 56px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 36px; padding-bottom: 36px; border-bottom: 1px solid #2e2b26; margin-bottom: 22px; }
.footer-brand { }
.footer-desc { font-size: 0.82rem; line-height: 1.65; color: #6a6460; max-width: 280px; margin-top: 8px; }
.footer-col-title { font-family: var(--font-mono); font-size: 0.62rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: #5a5650; margin-bottom: 14px; padding-bottom: 10px; border-bottom: 1px solid #2e2b26; }
.footer-links { display: flex; flex-direction: column; gap: 8px; }
.footer-links a { font-size: 0.84rem; color: #6a6460; transition: color .2s; display: flex; align-items: center; gap: 6px; }
.footer-links a::before { content: '→'; color: var(--red); font-size: 0.72rem; }
.footer-links a:hover { color: #F3EFE8; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; font-family: var(--font-mono); font-size: 0.6rem; color: #5a5650; letter-spacing: 0.06em; }

/* ── PAGINACIÓN ── */
.paginacion { display: flex; align-items: center; justify-content: center; gap: 20px; padding: 32px 0; }
.pag-btn { font-family: var(--font-mono); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 9px 18px; border: 1px solid var(--border); color: var(--text-muted); transition: all .2s; }
.pag-btn:hover { border-color: var(--red); color: var(--red); }
.pag-info { font-family: var(--font-mono); font-size: 0.65rem; color: var(--text-dim); }

/* ── FADE UP ── */
.fade-up { opacity: 0; transform: translateY(18px); transition: opacity .5s ease, transform .5s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* ── HAMBURGUESA ── */
.btn-hamburger {
  display: none;
  flex-direction: column; justify-content: center; align-items: center;
  gap: 5px; width: 36px; height: 36px;
  background: none; border: none; cursor: pointer; padding: 4px;
}
.btn-hamburger span {
  display: block; width: 22px; height: 2px;
  background: var(--ink); border-radius: 2px;
  transition: transform .25s ease, opacity .25s ease;
  transform-origin: center;
}
.btn-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.btn-hamburger.open span:nth-child(2) { opacity: 0; }
.btn-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── MOBILE NAV ── */
.mobile-nav {
  display: none;
  flex-direction: column;
  background: var(--paper);
  border-top: 1px solid var(--border);
  border-bottom: 3px solid var(--red);
  max-height: 0; overflow: hidden;
  transition: max-height .3s ease;
}
.mobile-nav.open { max-height: 400px; }
.mobile-nav a {
  font-family: var(--font-ui); font-size: 0.9rem; font-weight: 600;
  letter-spacing: 0.02em; text-transform: uppercase;
  color: var(--text-muted); padding: 14px 20px;
  border-bottom: 1px solid var(--line-l);
  transition: color .15s, background .15s;
}
.mobile-nav a:last-child { border-bottom: none; }
.mobile-nav a:hover, .mobile-nav a.active { color: var(--red); background: var(--s1); }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .hero { grid-template-columns: 1fr; }
  .hero-sidebar { flex-direction: row; overflow-x: auto; }
  .hero-side-item { min-width: 240px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .grid-33 { grid-template-columns: 1fr 1fr; }
  .grid-4  { grid-template-columns: repeat(2,1fr); }
  .masthead-inner { grid-template-columns: auto auto; }
  .nav-cats { display: none; }
  .layout-sidebar { grid-template-columns: 1fr; }
  .btn-hamburger { display: flex; }
  .mobile-nav { display: flex; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .topbar-date-full { display: none; }
  .hero-img-wrap { height: 320px; }
  .hero-content { padding: 18px; }
  .hero-title { font-size: 1.7rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .canton-band-inner { grid-template-columns: 1fr; text-align: center; }
  .canton-stamp { display: none; }
  .grid-42 { grid-template-columns: 1fr; }
  .grid-33, .grid-4 { grid-template-columns: 1fr; }
  .nl-form { flex-direction: column; }
  .nl-input { border-right: 1px solid #3a3730; border-bottom: none; }
  .span-2 { grid-column: span 1; }
  .articulo-titulo { font-size: 1.9rem; }
  .articulo-cuerpo { font-size: 1rem; line-height: 1.8; }
}
