:root {
  --ink: #111111;
  --paper: #f3f1ec;
  --panel: #f3f1ec;
  --red: #d71920;
  --red-dark: #ae0011;
  --yellow: #f5c400;
  --text: #202020;
  --muted: #6a625c;
  --line: #111111;
}

* { box-sizing: border-box; }

body.site-shell {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 1000;
  background: var(--yellow);
  color: var(--ink);
  padding: 8px 12px;
  font-weight: 800;
}

.skip-link:focus { top: 12px; }

.container { width: min(1180px, calc(100% - 32px)); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 4px solid var(--red);
}

.site-header nav { height: 72px; line-height: 72px; background: var(--ink) !important; }
.site-nav-wrap { width: min(1220px, calc(100% - 32px)); margin: 0 auto; }
.site-brand, .site-brand-mobile {
  font-family: "Archivo Black", Impact, sans-serif;
  text-transform: uppercase;
  color: var(--paper) !important;
  letter-spacing: 0;
}
.site-brand { font-size: 24px !important; }
.site-nav-links a {
  color: var(--paper);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
}
.site-nav-links a:hover,
.site-dropdown a:hover { background: var(--red) !important; color: #fff !important; }
.site-dropdown { min-width: 260px; border: 2px solid var(--ink); }
.site-dropdown a { color: var(--ink) !important; font-weight: 700; }
.sidenav .mobile-child { padding-left: 48px; color: var(--muted); }

h1, h2, h3, h4, h5, h6 {
  font-family: "Archivo Black", Impact, sans-serif;
  color: var(--ink);
  letter-spacing: 0;
  line-height: 1.1;
  text-transform: uppercase;
}

h1 { font-size: clamp(2.3rem, 6vw, 4.6rem); margin: 0 0 28px; }
h2 { font-size: clamp(1.75rem, 3vw, 2.6rem); }
h3 { font-size: 1.55rem; }

.kicker, .feed-tag, .footer-kicker {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0;
}

.kicker {
  background: var(--red);
  color: #fff;
  padding: 7px 10px;
  margin: 0 0 18px;
}

.home-hero {
  background: var(--ink);
  color: var(--paper);
  padding: 48px 0;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 460px);
  gap: 32px;
  align-items: center;
}
.hero-copy h1,
.home-hero h1 { color: var(--paper); }
.hero-copy { min-width: 0; }
.hero-copy h1 {
  font-size: clamp(2.25rem, 4vw, 3.35rem);
  hyphens: auto;
  overflow-wrap: normal;
}
.hero-copy p { max-width: 760px; font-size: 20px; color: #eee9df; }
.hero-image {
  display: block;
  width: 100%;
  min-width: 0;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 4px solid var(--paper);
  filter: grayscale(1);
  overflow: hidden;
}
.hero-image img { display: block; width: 100%; height: 100%; object-fit: cover; }

.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 32px;
  padding-top: 44px;
  padding-bottom: 64px;
}
.main-column { min-width: 0; }
.narrow-page {
  max-width: 860px;
  padding-top: 48px;
  padding-bottom: 72px;
}

.editorial-article {
  background: #fff;
  border: 3px solid var(--line);
  padding: clamp(22px, 4vw, 42px);
}
.editorial-article > :first-child { margin-top: 0; }
.editorial-article p { margin: 0 0 1.2em; }
.editorial-article a,
.site-prose a,
.feed-body a,
.content-category a,
.site-sidebar a {
  color: var(--red-dark);
  text-decoration: underline;
  text-decoration-color: rgba(215, 25, 32, 0.35);
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
}
.editorial-article a:hover,
.feed-body a:hover,
.content-category a:hover,
.site-sidebar a:hover {
  color: var(--ink);
  text-decoration-color: var(--ink);
}

.content-image {
  margin: 28px 0;
  border: 3px solid var(--ink);
  background: var(--panel);
}
.content-image img { display: block; width: 100%; height: auto; }
.content-image figcaption { padding: 10px 14px; color: var(--muted); font-size: 14px; }
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; }
.gallery-grid img { width: 100%; height: auto; border: 2px solid var(--ink); }
blockquote {
  margin: 28px 0;
  border-left: 8px solid var(--red);
  background: var(--panel);
  padding: 18px 22px;
  color: var(--ink);
}
.table-wrap { overflow-x: auto; margin: 28px 0; }
.table-wrap table { background: #fff; border: 2px solid var(--ink); }

.feed-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}
.feed-stack { display: grid; gap: 20px; }
.feed-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 3px solid var(--ink);
  transition: transform .2s ease, box-shadow .2s ease;
}
.feed-card:hover { transform: translateY(-3px); box-shadow: 7px 7px 0 var(--ink); }
.feed-card.lead { margin-bottom: 28px; }
.feed-card.row { display: grid; grid-template-columns: 220px minmax(0, 1fr); }
.feed-media {
  display: block;
  aspect-ratio: 16 / 10;
  background: var(--panel);
  border-bottom: 3px solid var(--ink);
  overflow: hidden;
}
.feed-card.row .feed-media { border-bottom: 0; border-right: 3px solid var(--ink); }
.feed-media img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); transition: filter .25s ease; }
.feed-card:hover .feed-media img { filter: grayscale(0); }
.feed-body { padding: 18px; }
.feed-body h2 { font-size: clamp(1.35rem, 2vw, 2rem); margin: 10px 0 12px; }
.feed-body h2 a { color: var(--ink); text-decoration: none; }
.feed-tag {
  background: var(--yellow);
  color: var(--ink);
  padding: 6px 8px;
  text-decoration: none !important;
}
.feed-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.listing-head {
  padding-top: 48px;
  border-bottom: 4px solid var(--ink);
}
.listing-head.compact h1 { font-size: clamp(2rem, 5vw, 3.8rem); }

.site-sidebar {
  align-self: start;
  background: var(--panel);
  border: 3px solid var(--ink);
  padding: 18px;
}
.site-sidebar h2 {
  font-size: 1.4rem;
  margin: 0 0 16px;
}
.site-sidebar .collection { border: 0; margin: 0; }
.site-sidebar .collection-item {
  background: transparent;
  border-bottom: 1px solid rgba(17,17,17,.25);
  padding: 10px 0;
}
.site-sidebar .collection-item:last-child { border-bottom: 0; }
.sidebar-archive {
  margin-top: 18px;
  border-top: 3px solid var(--ink);
  padding-top: 14px;
}
.sidebar-archive summary {
  cursor: pointer;
  color: var(--ink);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 13px;
}
.sidebar-link-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  max-height: 260px;
  overflow: auto;
  margin: 14px 0 0;
}
.sidebar-link-cloud li {
  line-height: 1.2;
  margin: 0;
}
.sidebar-link-cloud a {
  display: inline-block;
  background: #fff;
  border: 1px solid rgba(17,17,17,.28);
  padding: 4px 6px;
  font-size: 12px;
}

.breadcrumb-bar { padding-top: 22px; }
.breadcrumb:before { color: var(--red); vertical-align: baseline; }
.breadcrumb,
.breadcrumb.current {
  color: var(--muted);
  display: inline;
  font-size: 14px;
  line-height: 1.5;
}
.breadcrumb:last-child { color: var(--ink); }

.media-page img { max-height: 76vh; object-fit: contain; background: var(--panel); }
.thin-page { border-left: 10px solid var(--yellow); }

.article-shell { padding-top: 44px; padding-bottom: 72px; }
.article-dates {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}
.lead {
  font-size: 1.25rem;
  border-left: 8px solid var(--yellow);
  padding-left: 18px;
}
.main-image {
  float: right;
  max-width: min(34%, 320px);
  margin: 0 0 18px 24px;
  border: 3px solid var(--ink);
}
.main-image img { width: 100%; height: auto; display: block; }
.content-toc {
  display: grid;
  gap: 8px;
  background: var(--panel);
  border: 2px solid var(--ink);
  padding: 14px;
  margin-bottom: 20px;
}
.content-toc.sticky { position: sticky; top: 96px; }
.content-toc a { color: var(--red-dark); text-decoration: underline; }

.content-category { padding-bottom: 72px; }
.category-card {
  min-height: 100%;
  border: 3px solid var(--ink);
  background: #fff;
  padding: 18px;
  margin-bottom: 24px;
}
.category-card img {
  display: block;
  width: calc(100% + 36px);
  max-width: none;
  margin: -18px -18px 16px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  filter: grayscale(1);
  border-bottom: 3px solid var(--ink);
}
.horizontal-card {
  display: grid;
  grid-template-columns: 34% 1fr;
  gap: 16px;
}
.horizontal-card img {
  width: 100%;
  margin: 0;
  height: 100%;
  border: 0;
}
.minimal-card {
  border: 0;
  border-left: 6px solid var(--red);
  background: var(--panel);
}
.read-more {
  display: inline-block;
  margin-top: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.site-footer {
  background: var(--ink);
  color: var(--paper);
  border-top: 5px solid var(--red);
  padding: 42px 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 32px;
}
.footer-kicker {
  color: var(--red);
  margin: 0 0 14px;
}
.footer-copy { color: #d8d2ca; }
.site-footer ul { margin: 0; }
.site-footer li { margin: 0 0 8px; }
.site-footer a { color: var(--paper); text-decoration: underline; text-decoration-color: rgba(245,196,0,.45); }
.site-footer a:hover { color: var(--yellow); }

@media (max-width: 992px) {
  .site-brand { font-size: 18px !important; max-width: 68%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .hero-grid, .content-layout, .footer-grid { grid-template-columns: 1fr; }
  .hero-copy h1 {
    font-size: clamp(2.15rem, 6vw, 3rem);
    line-height: 1.12;
    overflow-wrap: anywhere;
  }
  .site-sidebar { order: 2; }
  .feed-card.row { grid-template-columns: 1fr; }
  .feed-card.row .feed-media { border-right: 0; border-bottom: 3px solid var(--ink); }
  .main-image { float: none; max-width: 100%; margin: 0 0 20px; }
}

@media (max-width: 600px) {
  body.site-shell { font-size: 16px; }
  .container { width: min(100% - 24px, 1180px); }
  .home-hero { padding: 32px 0; }
  .hero-copy h1 {
    font-size: 2.15rem;
    line-height: 1.12;
    overflow-wrap: anywhere;
  }
  .hero-copy p { font-size: 18px; }
  .editorial-article { padding: 18px; }
}

/* CSS hover dropdown */
.site-nav-links li.nav-has-children { position: relative; }
.site-nav-links li.nav-has-children > ul.nav-submenu {
  display: none; position: absolute; top: 100%; right: 0; z-index: 90;
  margin: 0; padding: 6px 0; background: #fff;
}
.site-nav-links li.nav-has-children:hover > ul.nav-submenu,
.site-nav-links li.nav-has-children:focus-within > ul.nav-submenu { display: block; }
.site-nav-links li.nav-has-children > ul.nav-submenu li { display: block; float: none; }
.site-nav-links li.nav-has-children > ul.nav-submenu li a { display: block; padding: 6px 14px; white-space: nowrap; }

.editorial-article h1.article-title { font-size: clamp(1.5rem, 2.6vw, 2.1rem); line-height: 1.25; overflow-wrap: anywhere; }
