/* Briefs / news index — registry design */

.briefs-hero {
  background: linear-gradient(180deg, var(--hp-bg), var(--hp-bg2));
  border-bottom: 1px solid var(--hp-border);
}

.briefs-hero__inner {
  max-width: 820px;
  margin: 0 auto;
  padding: 40px 32px 36px;
  box-sizing: border-box;
}

.briefs-hero__eyebrow {
  font-family: var(--hp-mono);
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--hp-accent);
  margin: 0 0 12px;
}

.briefs-hero__title {
  margin: 0 0 14px;
  font-size: clamp(2.1rem, 4vw, 46px);
  letter-spacing: -0.03em;
  line-height: 1.1;
  font-weight: 700;
  color: var(--hp-text);
}

.briefs-hero__lead {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: var(--hp-muted);
}

.briefs-hero__lead a {
  font-weight: 600;
}

.briefs-shell {
  max-width: 820px;
  margin: 0 auto;
  padding: 28px 32px 56px;
  box-sizing: border-box;
  width: 100%;
}

.briefs-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.briefs-card {
  display: block;
  background: var(--hp-card);
  border: 1px solid var(--hp-border);
  border-radius: 12px;
  padding: 24px 26px;
  text-decoration: none !important;
  color: inherit !important;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.briefs-card:hover {
  border-color: #b9bcc9;
  box-shadow: 0 3px 12px rgba(22, 24, 29, 0.07);
  color: inherit !important;
}

.briefs-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-family: var(--hp-mono);
  font-size: 12px;
  color: var(--hp-muted2);
}

.briefs-card__badge {
  font-family: var(--hp-font);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--hp-accent-fg);
  background: var(--hp-accent-tint);
  border-radius: 5px;
  padding: 3px 8px;
}

.briefs-card__title {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--hp-text);
}

.briefs-card__summary {
  margin: 0 0 12px;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--hp-muted);
}

.briefs-card__cta {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--hp-accent) !important;
}

.briefs-empty {
  border: 1px dashed var(--hp-border2);
  border-radius: 12px;
  padding: 28px;
  color: var(--hp-muted);
  background: var(--hp-surface);
}

.briefs-shell .home-nl--band {
  flex-direction: column;
  align-items: stretch;
}

.briefs-shell .home-nl--band .home-nl__form {
  max-width: none;
}

@media (max-width: 640px) {
  .briefs-hero__inner,
  .briefs-shell {
    padding-left: 20px;
    padding-right: 20px;
  }
}
