/* ── Newsroom + post pages ─────────────────────────────────────────────── */
.nr-body.nr-page,
.nr-body.post-page {
  background: #faf7f2;
  color: #1c1410;
}

/* The shared site-header is designed to sit over the dark hero. On these
   light pages, keep its text/hamburger dark and make the resting logo a
   visible brand colour instead of the over-dark default. */
.nr-body .site-header { color: #1c1410; }
.nr-body .brand__image--white {
  filter: brightness(0) saturate(100%) invert(10%) sepia(41%) saturate(3976%)
    hue-rotate(293deg) brightness(82%) contrast(109%);
}

/* Match the .site-header width/alignment: capped at var(--max), centered,
   with the same 3rem (→ 2rem at ≤900px) inline padding. */
.nr-content {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(2rem, 4vw, 3.5rem) 3rem 5rem;
}
@media (max-width: 900px) {
  .nr-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* ── Hero ──────────────────────────────────────────────────────────────── */
.nr-hero { max-width: 760px; margin-bottom: 2.5rem; }
.nr-hero .eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  font-weight: 600;
  opacity: 0.55;
  margin-bottom: 0.75rem;
}
.nr-hero h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.4rem, 6vw, 4rem);
  line-height: 1.05;
  font-weight: 500;
  margin: 0 0 1rem;
}
.nr-hero__intro { font-size: 1.1rem; line-height: 1.6; opacity: 0.8; max-width: 60ch; }

/* ── Filters ───────────────────────────────────────────────────────────── */
.nr-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 2.5rem;
}
.nr-filter {
  border: 1px solid rgba(28, 20, 16, 0.18);
  background: transparent;
  color: inherit;
  padding: 0.5rem 1.1rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.nr-filter:hover { border-color: rgba(28, 20, 16, 0.4); }
.nr-filter.is-active {
  background: #1c1410;
  color: #faf7f2;
  border-color: #1c1410;
}

/* ── Grid ──────────────────────────────────────────────────────────────── */
.nr-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.75rem;
}
.nr-empty { opacity: 0.6; font-size: 1.05rem; }

.post-card { transition: transform 0.25s ease; }
.post-card:hover { transform: translateY(-4px); }
.post-card.is-hidden { display: none; }
.post-card__link-wrap { color: inherit; text-decoration: none; display: block; height: 100%; }
.article-card__image { position: relative; }
.post-card__badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  background: rgba(28, 20, 16, 0.85);
  color: #faf7f2;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.3rem 0.6rem;
  border-radius: 4px;
      border-radius: 20px;
    color: white !important;
}
.post-card__badge--video { 
  background: #8a2b2b; }
.post-card__badge--pdf { background: #2b4a8a; }

/* ── Single post ───────────────────────────────────────────────────────── */
/* .post { max-width: 760px; margin: 0 auto; } */
.post-header { margin-bottom: 2rem; }
.post-header__meta {
  display: flex;
  gap: 1rem;
  align-items: center;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: 0.6;
  margin-bottom: 1rem;
}
.post-header__category { font-weight: 600; }
.post-header__title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 5.5vw, 3.5rem);
  line-height: 1.08;
  font-weight: 500;
  margin: 0 0 1rem;
  max-width: none;
}
.post-header__excerpt { font-size: 1.2rem; line-height: 1.5; opacity: 0.78; }

.post-media { margin: 2rem 0; }
.post-media--image img,
.post-media--video iframe,
.post-media--video video,
.post-media--pdf object {
  width: 100%;
  display: block;
  border-radius: 8px;
}
.post-media--image img { height: auto; }
.post-media--video { position: relative; aspect-ratio: 16 / 9; }
.post-media--video iframe { width: 100%; height: 100%; border: 0; }
.post-media--video video { width: 100%; height: 100%; object-fit: contain; background: #000; }
.post-media--pdf object { height: 80vh; min-height: 480px; border: 1px solid rgba(28,20,16,0.12); }
.post-pdf-download {
  display: inline-block;
  margin-top: 1rem;
  font-weight: 600;
  color: inherit;
}

.post-body {
  font-size: 1.12rem;
  line-height: 1.75;
}
.post-body h2 { font-family: "Cormorant Garamond", serif; font-size: 2rem; margin: 2rem 0 0.75rem; }
.post-body h3 { font-family: "Cormorant Garamond", serif; font-size: 1.5rem; margin: 1.75rem 0 0.5rem; }
.post-body p { margin: 0 0 1.25rem; }
.post-body a { color: #8a2b2b; }
.post-body img { max-width: 100%; height: auto; border-radius: 6px; margin: 1.5rem 0; }
.post-body blockquote {
  border-left: 3px solid rgba(28,20,16,0.2);
  margin: 1.5rem 0;
  padding-left: 1.25rem;
  font-style: italic;
  opacity: 0.85;
}
.post-body ul, .post-body ol { margin: 0 0 1.25rem 1.25rem; }

.post-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 2.5rem 0 1.5rem; }
.post-tag {
  font-size: 0.8rem;
  background: rgba(28,20,16,0.06);
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease;
}
.post-tag:hover { background: #1c1410; color: #faf7f2; }

/* Active tag filter bar on the newsroom */
.nr-active-filter {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}
.nr-active-filter strong { font-weight: 600; }
.nr-clear-filter {
  color: inherit;
  text-decoration: none;
  border: 1px solid rgba(28, 20, 16, 0.2);
  border-radius: 999px;
  padding: 0.25rem 0.8rem;
  font-size: 0.85rem;
  transition: all 0.18s ease;
}
.nr-clear-filter:hover { background: #1c1410; color: #faf7f2; border-color: #1c1410; }
.post-back { margin-top: 2rem; }

/* ── Card text must never be underlined (cards are wrapped in <a>) ──────── */
.post-card__link-wrap,
.post-card__link-wrap:hover,
.post-card__link-wrap * {
  text-decoration: none !important;
  color: inherit;
}
