/* News list + articles — same width as the site header */
.news-page {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 1.25rem var(--pad, 1.25rem) 4rem;
}

.news-hero {
  margin: 0 0 1.75rem;
  padding-bottom: 1.35rem;
  border-bottom: 1px solid var(--line);
}

.news-eyebrow {
  margin: 0 0 0.45rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--accent-2);
}

.news-page h1 {
  font-family: var(--display);
  font-size: clamp(1.45rem, 3.6vw, 1.95rem);
  letter-spacing: -0.03em;
  line-height: 1.18;
  margin: 0 0 0.55rem;
  color: var(--ink);
}

.news-hero .lead {
  margin: 0.7rem 0 0;
  max-width: 42ch;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.5;
}

.news-meta {
  margin: 0 0 1.15rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.news-page .lead {
  font-size: 1.08rem;
  color: var(--ink);
  margin: 0 0 1.15rem;
  line-height: 1.55;
}

.news-page h2 {
  font-family: var(--display);
  font-size: 1.08rem;
  margin: 1.55rem 0 0.55rem;
  letter-spacing: -0.02em;
  color: var(--ink);
  line-height: 1.3;
}

.news-page p,
.news-page li {
  margin: 0 0 0.75rem;
  line-height: 1.65;
  color: var(--ink);
}

.news-page ul,
.news-page ol {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
}

.news-page a {
  color: var(--accent);
}

.news-note {
  background: #eef5fb;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 1rem 1.1rem;
  font-size: 0.92rem;
  color: var(--muted);
  margin: 1.35rem 0;
  line-height: 1.55;
}

.news-note strong {
  color: var(--ink);
}

/* Article card */
.news-post {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(0, 71, 187, 0.07);
}

.news-cover {
  display: block;
  width: 100%;
  height: auto;
  max-height: 22rem;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  margin: 0;
  background: #e8f1fa;
}

.news-post__body {
  padding: 1.35rem 1.35rem 1.5rem;
}

@media (min-width: 640px) {
  .news-post__body {
    padding: 1.6rem 1.75rem 1.75rem;
  }
}

@media (min-width: 1100px) {
  .news-cover {
    max-height: 28rem;
  }

  .news-post__body {
    padding: 2rem 2.25rem 2.15rem;
  }
}

.news-post__body > .news-eyebrow {
  margin-bottom: 0.55rem;
}

.news-post__body > h1 {
  margin-bottom: 0.45rem;
}

.news-post__body > .news-meta {
  margin-bottom: 1.25rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid var(--line);
}

.news-post__content > :first-child {
  margin-top: 0;
}

.news-post__foot {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.1rem;
  align-items: center;
  margin-top: 1.75rem;
  padding-top: 1.15rem;
  border-top: 1px solid var(--line);
  font-size: 0.95rem;
}

.news-post__foot a {
  font-weight: 600;
  text-decoration: none;
}

.news-post__foot a:hover {
  text-decoration: underline;
}

.news-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.05rem;
  border-radius: 10px;
  background: var(--accent);
  color: #fff !important;
  font-weight: 700;
  text-decoration: none !important;
}

.news-cta:hover {
  filter: brightness(1.05);
}

/* Hub cards */
.news-hub {
  list-style: none;
  margin: 1.35rem 0 0;
  padding: 0;
  display: grid;
  gap: 1.1rem;
}

@media (min-width: 720px) {
  .news-hub {
    grid-template-columns: 1fr 1fr;
    gap: 1.15rem;
  }
}

.news-hub > li {
  min-width: 0;
}

.news-hub-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0, 71, 187, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.news-hub-card:hover {
  border-color: #99b5e4;
  box-shadow: 0 16px 34px rgba(0, 71, 187, 0.11);
  transform: translateY(-3px);
  text-decoration: none;
  color: inherit;
}

.news-hub-card .thumb {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: linear-gradient(135deg, #e1f0fa, #f5f9fd);
}

.news-hub-card .body {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 1.05rem 1.15rem 1.2rem;
  flex: 1;
}

.news-hub-card .tag {
  display: inline-flex;
  align-self: flex-start;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--accent);
  background: var(--accent-soft);
  padding: 0.2rem 0.5rem;
  border-radius: 8px;
}

.news-hub-card h2 {
  font-family: var(--display);
  font-size: 1.08rem;
  margin: 0;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.news-hub-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.45;
  flex: 1;
}

.news-hub-card .when {
  margin-top: 0.35rem;
  font-size: 0.8rem;
  color: var(--muted);
}

/* Homepage news strip */
.news-grid {
  display: grid;
  gap: 0.95rem;
  margin-top: 1.5rem;
}

@media (min-width: 720px) {
  .news-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.news-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 8px 20px rgba(0, 71, 187, 0.05);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  min-height: 100%;
}

.news-card:hover {
  border-color: #99b5e4;
  box-shadow: 0 14px 28px rgba(0, 71, 187, 0.1);
  transform: translateY(-2px);
  text-decoration: none;
  color: inherit;
}

.news-card .thumb {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #e8f1fa;
}

.news-card .body {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 1rem 1.15rem 1.15rem;
  flex: 1;
}

.news-card .tag {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--accent-2);
}

.news-card h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 1.02rem;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.news-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  flex: 1;
}

.news-card .more {
  margin-top: 0.25rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--accent);
}

.news-section-foot {
  margin: 1.1rem 0 0;
  font-size: 0.95rem;
}
