:root {
  --ink: #161616;
  --muted: #666;
  --line: #e5e1d9;
  --paper: #fffaf0;
  --brand: #b51f2a;
  --brand-dark: #851720;
}

* { box-sizing: border-box; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--ink); background: #fff; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--brand); }
img, video { max-width: 100%; }
.container { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.top-strip { background: var(--ink); color: #fff; font-size: 13px; }
.top-strip a { color: #fff; }
.top-strip .container, .footer-grid { display: flex; justify-content: space-between; gap: 16px; padding: 10px 0; }
.site-header { border-bottom: 1px solid var(--line); background: #fff; }
.brand-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand { display: flex; align-items: center; gap: 12px; padding: 20px 0 14px; }
.brand-mark { display: inline-grid; place-items: center; width: 58px; height: 58px; background: var(--brand); color: #fff; border-radius: 2px; font-weight: 900; line-height: 1; }
.brand-mark strong, .brand-mark small, .brand-name, .brand-tagline { display: block; }
.brand-name { font-family: Georgia, 'Times New Roman', serif; font-size: 30px; font-weight: 900; }
.brand-tagline { color: var(--muted); font-size: 13px; }
.nav { display: flex; flex-wrap: wrap; gap: 14px; padding: 0 0 16px; font-weight: 700; font-size: 14px; }
.button, .pill { border: 1px solid var(--line); padding: 8px 12px; font-weight: 700; }
.button.primary { background: var(--brand); color: #fff; border-color: var(--brand); }
.ad-slot, .panel, .empty, .article-card { border: 1px solid var(--line); background: var(--paper); padding: 18px; }
.ad-slot { margin: 18px 0; text-align: center; color: var(--muted); }
.ad-slot strong { display: block; color: var(--ink); font-size: 22px; }
.tall { min-height: 260px; display: grid; place-content: center; }
.hero-grid, .layout, .article-layout { display: grid; grid-template-columns: 2fr 1fr; gap: 22px; margin: 24px 0; }
.hero-card { position: relative; background: var(--ink); color: #fff; min-height: 420px; overflow: hidden; }
.hero-card img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; opacity: .72; display: block; }
.hero-content { position: absolute; left: 22px; right: 22px; bottom: 22px; }
.hero-content h1, .article-header h1 { font-family: Georgia, 'Times New Roman', serif; line-height: 1.02; margin: 8px 0 12px; }
.hero-content h1 { font-size: clamp(34px, 5vw, 58px); }
.article-header h1 { font-size: clamp(32px, 5vw, 56px); }
.lead { font-size: 20px; color: var(--muted); }
.hero-card .lead { color: #fff; }
.kicker { color: var(--brand); font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.hero-card .kicker { color: #fff; }
.section-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 18px 0; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.article-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; display: block; margin-bottom: 12px; }
.article-card h2, .article-card h3, .news-list strong { font-family: Georgia, 'Times New Roman', serif; margin: 6px 0; }
.news-list { display: grid; gap: 14px; }
.article-meta, .source, small { color: var(--muted); }
.article-layout { align-items: start; }
.article-header { margin: 28px 0 18px; }
.main-image, .main-video { width: 100%; display: block; margin: 22px 0; }
.article-body { font-size: 18px; margin-top: 24px; }
.page { padding: 28px 0 48px; }
.footer { border-top: 1px solid var(--line); margin-top: 34px; color: var(--muted); }
.footer h2, .footer h3 { color: var(--ink); }

@media (max-width: 860px) {
  .hero-grid, .layout, .article-layout, .news-grid { grid-template-columns: 1fr; }
  .top-strip .container, .footer-grid, .brand-row { flex-direction: column; align-items: flex-start; }
  .brand-name { font-size: 24px; }
  .hero-card { min-height: auto; background: var(--ink); }
  .hero-card img { height: auto; min-height: 0; aspect-ratio: 16 / 9; opacity: 1; }
  .hero-content { position: static; padding: 18px; }
  .hero-content h1 { font-size: 28px; line-height: 1.08; }
  .hero-content .lead { font-size: 18px; }
}
