:root {
  --ink: #171715;
  --paper: #f7f2e8;
  --paper-2: #fffdf7;
  --yellow: #ffd61a;
  --red: #ef3f19;
  --blue: #1948ff;
  --cyan: #20d7ff;
  --muted: #6a675f;
  --line: rgba(23, 23, 21, 0.22);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background-color: var(--paper);
  background-image: linear-gradient(rgba(23,23,21,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(23,23,21,.035) 1px, transparent 1px);
  background-size: 28px 28px;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.2em; }
img { display: block; width: 100%; }
button, input { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: -999px; top: 0; }
.skip-link:focus { left: 1rem; top: 1rem; z-index: 100; background: var(--yellow); padding: .7rem 1rem; font-weight: 800; }
.topbar { background: var(--blue); color: white; font-size: .84rem; letter-spacing: .02em; font-weight: 800; }
.topbar .wrap { padding-block: .45rem; display: flex; justify-content: space-between; gap: 1rem; }
.site-header { border-bottom: 3px solid var(--ink); background: rgba(247,242,232,.97); position: sticky; top: 0; z-index: 20; box-shadow: 0 6px 0 rgba(23,23,21,.08); }
.wrap { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.nav { min-height: 76px; display: flex; align-items: center; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .65rem; text-decoration: none; font-weight: 950; letter-spacing: -.055em; font-size: clamp(1.25rem, 2vw, 1.7rem); }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; background: var(--yellow); border: 2px solid var(--ink); border-radius: 6px; transform: rotate(-4deg); box-shadow: 3px 3px 0 var(--red); font-family: Georgia, serif; font-weight: 900; }
.nav-links { display: flex; align-items: center; gap: 1.4rem; margin-left: auto; font-size: .92rem; font-weight: 750; }
.nav-links a { text-decoration: none; }
.nav-links a:hover, .nav-links a:focus-visible { text-decoration: underline; }
.search-toggle { border: 1px solid var(--ink); background: transparent; border-radius: 999px; padding: .45rem .85rem; cursor: pointer; font-weight: 800; }
.search-panel { display: none; border-top: 1px solid var(--line); padding: .8rem 0; }
.search-panel.open { display: block; }
.search-panel input { width: 100%; border: 2px solid var(--ink); background: var(--paper-2); padding: .75rem 1rem; border-radius: 0; }
.hero { display: grid; grid-template-columns: 1.04fr .96fr; border-bottom: 3px solid var(--ink); background: var(--yellow); }
.hero-copy { padding: clamp(2.2rem, 6vw, 6rem) max(1rem, calc((100vw - var(--max))/2 + 1rem)); padding-right: clamp(2rem, 5vw, 5rem); align-self: center; }
.kicker { display: inline-block; background: var(--yellow); border: 1px solid var(--ink); padding: .24rem .55rem; font-size: .75rem; font-weight: 900; text-transform: uppercase; letter-spacing: .11em; }
h1, h2, h3 { font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; line-height: .94; letter-spacing: -.025em; }
h1 { margin: 1rem 0; font-size: clamp(3rem, 7vw, 6.6rem); max-width: 9ch; }
.hero p { max-width: 54ch; font-size: clamp(1.05rem, 1.6vw, 1.22rem); }
.hero-visual { position: relative; min-height: 510px; border-left: 3px solid var(--ink); overflow: hidden; background: var(--ink); }
.hero-image { min-height: 510px; height: 100%; object-fit: cover; filter: saturate(1.08) contrast(1.08); transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.hero-visual:hover .hero-image { transform: scale(1.035); }
.hero-stamp { position: absolute; right: 1.2rem; bottom: 1.2rem; background: var(--red); color: white; border: 2px solid var(--ink); padding: .65rem .85rem; font-weight: 950; text-transform: uppercase; letter-spacing: .08em; transform: rotate(-2deg); box-shadow: 5px 5px 0 var(--ink); }
.meta { color: var(--muted); font-size: .82rem; font-weight: 650; }
.section { padding: clamp(3rem, 6vw, 6rem) 0; border-bottom: 1px solid var(--ink); }
.section-colombia { background: linear-gradient(135deg, #fff3b0 0%, #ffd61a 58%, #ff7a59 100%); border-block: 3px solid var(--ink); }
.section-colombia .section-head { border-bottom-color: var(--ink); }
.section-colombia .card { background: rgba(255,255,255,.92); }
.section-latest { background: #171715; color: #f7f2e8; border-bottom: 3px solid #ff4d8d; }
.section-latest .section-head { border-bottom-color: #f7f2e8; }
.section-latest .meta { color: #f7f2e8; }
.section-latest .card { background: #f7f2e8; color: #171715; }
.section-latest .card .meta { color: #171715; }
.section-latest .card a { color: #171715; }
.breaking-card { box-shadow: 9px 9px 0 #ff4d8d; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 2rem; }
.section h2 { font-size: clamp(2.2rem, 5vw, 4.6rem); margin: 0; }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--ink); border: 1px solid var(--ink); }
.card { background: var(--paper-2); padding: 1.5rem; min-height: 325px; display: flex; flex-direction: column; position: relative; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.card::after { content: ""; position: absolute; right: -38px; top: -38px; width: 88px; height: 88px; border-radius: 50%; background: var(--yellow); border: 2px solid var(--ink); }
.card:nth-child(3n+2)::after { background: var(--blue); }
.card:nth-child(3n)::after { background: var(--red); }
.card:hover { transform: translate(-5px,-5px); box-shadow: 8px 8px 0 var(--ink); z-index: 2; }
.card .num { font-family: Georgia, serif; font-size: 3rem; color: var(--red); line-height: 1; }
.card h3 {
  margin: 1.2rem 0 .7rem;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -.025em;
}
.card p { color: #3d3b36; }
.card a { margin-top: auto; font-weight: 850; text-decoration-color: var(--red); }
.ad-slot { background: rgba(23,23,21,.055); border: 1px dashed #827f76; min-height: 120px; display: grid; place-items: center; text-align: center; color: var(--muted); font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; }
.principles { display: grid; grid-template-columns: .9fr 1.1fr; gap: 3rem; align-items: start; }
.principles-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.principles-list li { border-bottom: 1px solid var(--ink); padding: 1rem 0; display: grid; grid-template-columns: 2rem 1fr; gap: 1rem; }
.principles-list strong { color: var(--red); }
.newsletter { background: var(--yellow); border: 2px solid var(--ink); padding: clamp(1.5rem, 4vw, 3rem); display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: end; }
.newsletter h2 { font-size: clamp(2.4rem, 5vw, 5rem); }
.newsletter form { display: flex; gap: .6rem; }
.newsletter input { flex: 1; min-width: 0; border: 2px solid var(--ink); background: white; padding: .8rem; }
.btn { border: 2px solid var(--ink); background: var(--ink); color: white; padding: .75rem 1rem; font-weight: 850; cursor: pointer; }
.form-note { min-height: 1.5em; font-size: .85rem; }
.site-footer { background: var(--ink); color: white; padding: 3rem 0; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(2, 1fr); gap: 2rem; }
.footer-links { display: grid; align-content: start; gap: .5rem; }
.footer-links a { color: #e9e4da; }
.page-main { padding: clamp(2.5rem, 6vw, 6rem) 0; }
.page-head { max-width: 820px; margin-bottom: 3rem; }
.page-head h1 { max-width: 14ch; }
.prose { max-width: 760px; font-family: Georgia, "Times New Roman", serif; font-size: 1.15rem; }
.prose h2 { margin-top: 2.5rem; font-size: 2rem; }
.prose p, .prose li { color: #2d2c29; }
.notice { border-left: 5px solid var(--yellow); background: var(--paper-2); padding: 1rem 1.2rem; font-family: Inter, sans-serif; font-size: .95rem; }
.article-layout { display: grid; grid-template-columns: minmax(0, 800px) 280px; gap: 2.5rem; align-items: start; }
.article-layout > article { max-width: none; background: var(--paper-2); border: 2px solid var(--ink); box-shadow: 10px 10px 0 var(--ink); padding: clamp(1.25rem, 4vw, 4rem); }
.article-layout .page-head { position: relative; margin: calc(clamp(1.25rem, 4vw, 4rem) * -1) calc(clamp(1.25rem, 4vw, 4rem) * -1) 2.5rem; padding: clamp(2rem, 5vw, 4.5rem) clamp(1.25rem, 4vw, 4rem) 2rem; background: var(--yellow); border-bottom: 3px solid var(--ink); max-width: none; overflow: hidden; }
.article-layout .page-head::after { content: "!"; position: absolute; right: -1rem; bottom: -4.7rem; color: rgba(23,23,21,.09); font-family: Impact, sans-serif; font-size: 18rem; line-height: 1; transform: rotate(8deg); pointer-events: none; }
.article-layout .page-head h1 { max-width: 12ch; font-size: clamp(3.8rem, 8vw, 7.8rem); margin: 1rem 0; position: relative; z-index: 1; text-wrap: balance; }
.article-layout .page-head > p { font-size: 1.25rem; max-width: 58ch; position: relative; z-index: 1; }
.article-layout .prose > p:not(.disclosure):not(.meta):first-of-type::first-letter { float: left; font-family: Impact, sans-serif; font-size: 5.8rem; line-height: .72; padding: .16rem .55rem 0 0; color: var(--red); }
.article-layout .prose h2 { display: flex; align-items: baseline; gap: .6rem; border-top: 5px solid var(--ink); padding-top: .8rem; font-family: Impact, sans-serif; font-size: clamp(2rem, 4vw, 3rem); text-transform: uppercase; }
.article-layout blockquote { margin: 2.5rem 0; padding: 1.6rem 1.8rem; background: var(--blue); color: white; border: 2px solid var(--ink); box-shadow: 7px 7px 0 var(--yellow); font-family: Impact, sans-serif; font-size: clamp(1.8rem, 4vw, 3.2rem); line-height: 1.05; transform: rotate(-1deg); }
.article-aside { position: sticky; top: 110px; }
.article-hero { margin: 2rem 0; border: 3px solid var(--ink); box-shadow: 8px 8px 0 var(--red); }
.label-opinion { background: var(--red); color: white; }
.contact-form { max-width: 720px; display: grid; gap: 1rem; }
.contact-form label { font-weight: 800; }
.contact-form input, .contact-form textarea { width: 100%; border: 2px solid var(--ink); background: white; padding: .8rem; }
.contact-form textarea { min-height: 160px; }
.empty { display: none; padding: 2rem; border: 1px solid var(--ink); background: var(--paper-2); }
.source-list { font-family: Inter, sans-serif; font-size: .92rem; padding-left: 1.2rem; }
.source-list li { margin-bottom: .7rem; }
.byline { display: flex; flex-wrap: wrap; gap: .6rem 1.2rem; padding: 1rem 0; border-block: 1px solid var(--line); }
.disclosure { background: var(--yellow); border: 1px solid var(--ink); padding: .8rem 1rem; font-family: Inter, sans-serif; font-size: .9rem; font-weight: 700; }
.reading-progress { position: fixed; inset: 0 0 auto; height: 5px; z-index: 100; pointer-events: none; }
.reading-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg,var(--red),var(--yellow),var(--cyan)); }
.ticker { overflow: hidden; background: var(--ink); color: white; border-bottom: 3px solid var(--ink); }
.ticker-track { width: max-content; display: flex; gap: 1.2rem; padding: .6rem 0; font-family: Impact, sans-serif; font-size: 1rem; text-transform: uppercase; letter-spacing: .07em; animation: ticker 24s linear infinite; }
.ticker-track span::after { content: "✦"; color: var(--yellow); margin-left: 1.2rem; }
@keyframes ticker { to { transform: translateX(-50%); } }
.quick-read { margin: 2rem 0; padding: 1.25rem; background: var(--cyan); border: 2px solid var(--ink); box-shadow: 7px 7px 0 var(--ink); font-family: Inter, sans-serif; }
.quick-read b { display: block; font-family: Impact, sans-serif; font-size: 1.6rem; text-transform: uppercase; margin-bottom: .6rem; }
.quick-read ul { margin: 0; padding-left: 1.2rem; }
.article-tools { display: grid; gap: .7rem; margin-bottom: 1rem; padding: 1rem; border: 2px solid var(--ink); background: var(--yellow); box-shadow: 6px 6px 0 var(--ink); }
.article-tools b { font-family: Impact, sans-serif; text-transform: uppercase; font-size: 1.35rem; }
.tool-button { appearance: none; border: 2px solid var(--ink); background: var(--paper-2); color: var(--ink); padding: .65rem .8rem; text-align: left; font-weight: 850; cursor: pointer; text-decoration: none; }
.tool-button:hover, .tool-button:focus-visible { background: var(--red); color: white; }
.topic-rail { display: flex; flex-wrap: wrap; gap: .55rem; margin: 1rem 0; }
.topic-rail span { border: 1px solid var(--ink); background: var(--paper-2); padding: .3rem .6rem; font-family: Inter, sans-serif; font-size: .78rem; font-weight: 850; text-transform: uppercase; }

@media (max-width: 820px) {
  .topbar .wrap span:last-child { display: none; }
  .nav { flex-wrap: wrap; padding: .7rem 0; gap: .8rem; }
  .nav-links { order: 3; width: 100%; overflow-x: auto; padding-bottom: .2rem; }
  .search-toggle { margin-left: auto; }
  .hero, .principles, .newsletter, .article-layout { grid-template-columns: 1fr; }
  .hero-copy { padding: 3.4rem 1rem; }
  .hero-visual { min-height: 330px; border-left: 0; border-top: 3px solid var(--ink); }
  .hero-image { min-height: 330px; }
  .grid { grid-template-columns: 1fr; }
  .card { min-height: 270px; }
  .newsletter form { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .article-aside { position: static; }
  .article-layout > article { box-shadow: 6px 6px 0 var(--ink); }
  .article-layout .page-head h1 { font-size: clamp(3.2rem, 15vw, 5.5rem); }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .ticker-track { animation: none; } }
