:root {
  --ink: #202124;
  --blue: #1E5AA8;
  --green: #2E7D5B;
  --paper: #F7F3EA;
  --card: #FFFFFF;
  --rule: #D8DEE7;
  --amber: #D99A2B;
}
body { background: var(--paper); color: var(--ink); font-family: "Lato", Arial, sans-serif; font-size: 18px; line-height: 1.65; }
h1, h2, h3, h4, .site-title { font-family: "Poppins", Arial, sans-serif; color: var(--ink); font-weight: 700; letter-spacing: 0; }
a { color: var(--blue); }
a:hover { color: var(--green); }
.brand-band { background: var(--card); border-bottom: 1px solid var(--rule); padding: 28px 0 22px; }
.site-title { color: var(--ink); display: inline-block; font-size: 2.55rem; line-height: 1; }
.site-tagline { color: #5f6872; margin: .45rem 0 0; }
.site-nav { border-bottom: 1px solid var(--rule); }
.site-nav a { color: var(--ink); font-family: "Poppins", Arial, sans-serif; font-weight: 600; }
.site-nav li:first-child a { color: var(--blue); }
.site-nav .has-children { position: relative; }
.header-dropdown { background: #fff; border: 1px solid var(--rule); border-radius: 6px; display: none; left: 0; min-width: 220px; position: absolute; top: 64px; z-index: 10; }
.site-nav .has-children:hover .header-dropdown { display: block; }
.header-dropdown li { float: none; }
.header-dropdown a { color: var(--ink); display: block; line-height: 1.3; padding: 12px 16px; }
.editorial-hero { background: var(--ink); color: white; position: relative; }
.hero-image { background-position: center; background-size: cover; filter: grayscale(1); min-height: 250px; opacity: .62; }
.hero-copy { margin-top: -205px; min-height: 205px; padding-bottom: 42px; position: relative; z-index: 1; }
.hero-copy h1 { color: white; font-size: clamp(2.7rem, 6vw, 5rem); margin: .25rem 0; }
.hero-copy p { max-width: 680px; }
.kicker, .category-chip { color: var(--amber); font-family: "Poppins", Arial, sans-serif; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.page-grid { padding-top: 42px; }
.editorial-card { border-radius: 6px; box-shadow: 0 12px 32px rgba(32,33,36,.08); margin-bottom: 28px; }
.editorial-card .card-content { padding: 28px; }
.editorial-card h2 { font-size: clamp(1.65rem, 3vw, 2.45rem); line-height: 1.14; margin-top: .55rem; }
.editorial-card h2 a { color: var(--ink); }
.editorial-card figure { margin: 1.25rem 0 0; }
.editorial-card img, .main-image, .article-prose img { border-radius: 6px; height: auto; max-width: 100%; }
.lead-card { border-top: 6px solid var(--green); }
.lead-card h2 { font-size: clamp(2rem, 4vw, 3rem); }
.sidebar-stack { position: sticky; top: 18px; }
.sidebar-panel { background: var(--card); border: 1px solid var(--rule); border-radius: 6px; margin-bottom: 22px; padding: 22px; }
.sidebar-panel h3 { border-bottom: 2px solid var(--amber); font-size: 1.05rem; margin: 0 0 16px; padding-bottom: 10px; }
.collection { border-color: var(--rule); }
.collection .collection-item { color: var(--ink); line-height: 1.35; }
.tag-cloud a { background: #EDF3F2; border-radius: 999px; color: var(--green); display: inline-block; font-size: .9rem; margin: 0 6px 8px 0; padding: 5px 10px; }
.site-footer { background: var(--ink); color: rgba(255,255,255,.78); margin-top: 48px; }
.site-footer h5, .site-footer a { color: white; }
.breadcrumb-nav { background: transparent; box-shadow: none; }
.breadcrumb-nav .breadcrumb, .breadcrumb-nav .breadcrumb:before { color: var(--blue); }
.content-article, .category-list { padding-top: 42px; }
.article-header { background: var(--card); border-radius: 6px; margin-bottom: 26px; padding: 36px; }
.article-header h1 { font-size: clamp(2.2rem, 5vw, 4rem); margin-top: .2rem; }
.article-prose { background: var(--card); border-radius: 6px; padding: 36px; }
.article-prose p { max-width: 76ch; }
.toc-panel { background: #fff; border-left: 4px solid var(--green); margin-bottom: 24px; padding: 18px 24px; }
.category-hero { background: var(--green); color: white; padding: 56px 0; }
.category-hero h1 { color: white; }
.category-card h2 { font-size: 1.45rem; line-height: 1.2; }
@media (max-width: 992px) {
  body { font-size: 16px; }
  .sidebar-stack { position: static; }
  .hero-copy { margin-top: -195px; }
}
@media (max-width: 600px) {
  .site-title { font-size: 2rem; }
  .hero-image { min-height: 220px; }
  .hero-copy { margin-top: -180px; min-height: 180px; }
  .editorial-card .card-content, .article-header, .article-prose { padding: 22px; }
}
