.scharrbrand-hero {
  display: grid;
  gap: 18px;
  margin-bottom: 28px;
  padding: 18px 0 28px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.12);
}

.scharrbrand-kicker {
  margin: 0 0 10px;
  color: var(--scharr-green);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.scharrbrand-summary,
.scharrbrand-index-hero p {
  max-width: 68ch;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.scharrbrand-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.scharrbrand-meta-chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 2px 0 0;
  color: var(--text);
  font-size: 14px;
  font-weight: 600;
}

.scharrbrand-meta-chip + .scharrbrand-meta-chip::before {
  content: "/";
  margin-right: 10px;
  color: #9ca3af;
}

.scharrbrand-hero-notes {
  display: grid;
  gap: 14px;
  padding-top: 6px;
}

.scharrbrand-hero-notes h2,
.scharrbrand-content h2,
.scharrbrand-faq h2,
.scharrbrand-index-hero h1 {
  margin: 0;
  color: var(--scharr-green);
  line-height: 1.15;
}

.scharrbrand-highlight-list {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
  color: var(--text);
  list-style: none;
}

.scharrbrand-highlight-list li {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.1);
}

.scharrbrand-official-link,
.scharrbrand-index-link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 32px;
  padding: 0;
  margin-top: 4px;
  color: var(--scharr-green);
  text-decoration: none;
  font-weight: 700;
  width: fit-content;
}

.scharrbrand-official-link:hover,
.scharrbrand-official-link:focus-visible,
.scharrbrand-index-link:hover,
.scharrbrand-index-link:focus-visible {
  text-decoration: underline;
}

.scharrbrand-content,
.scharrbrand-faq {
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid rgba(17, 24, 39, 0.12);
}

.scharrbrand-copy {
  color: var(--text);
  line-height: 1.75;
}

.scharrbrand-copy p:first-child {
  margin-top: 0;
}

.scharrbrand-copy ul {
  margin: 18px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
}

.scharrbrand-copy a {
  color: var(--scharr-green);
  font-weight: 700;
}

.scharrbrand-copy .pd-brand-story__eyebrow {
  margin: 0;
  color: #4d6a52;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.scharrbrand-copy .pd-brand-story__title {
  margin: 0;
  max-width: 18ch;
  color: var(--text);
  font-size: clamp(1.5rem, 1.28rem + 0.8vw, 2.15rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.scharrbrand-copy .pd-brand-story__lead {
  max-width: 68ch;
  color: var(--text);
  font-size: clamp(1.02rem, 0.98rem + 0.22vw, 1.16rem);
  line-height: 1.72;
}

.scharrbrand-copy .pd-brand-story__facts {
  margin: 0;
  max-width: 72ch;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px 18px;
}

.scharrbrand-copy .pd-brand-story__facts li {
  position: relative;
  padding-left: 16px;
  color: var(--text);
}

.scharrbrand-copy .pd-brand-story__facts li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4d6a52;
}

.scharrbrand-copy .pd-brand-story__section-title {
  margin: 0;
  max-width: 72ch;
  padding-top: 16px;
  border-top: 1px solid rgba(17, 24, 39, 0.12);
  color: var(--text);
}

.scharrbrand-copy .pd-brand-story__link {
  color: #1f4726;
  font-weight: 600;
}

.scharrbrand-copy .pd-brand-story__eyebrow--hag {
  color: #355a25;
}

.scharrbrand-copy .pd-brand-story__title--hag,
.scharrbrand-copy .pd-brand-story__section-title--hag {
  color: #17331a;
}

.scharrbrand-copy .pd-brand-story__facts--hag li::before {
  background: #355a25;
}

.scharrbrand-copy .pd-brand-story__link--hag {
  color: #17331a;
}

.scharrbrand-copy .pd-brand-story__eyebrow--wini {
  color: #4d6a52;
}

.scharrbrand-copy .pd-brand-story__title--wini,
.scharrbrand-copy .pd-brand-story__section-title--wini {
  color: #17261a;
}

.scharrbrand-copy .pd-brand-story__facts--wini li::before {
  background: #4d6a52;
}

.scharrbrand-copy .pd-brand-story__link--wini {
  color: #1f4726;
}

@media (min-width: 700px) {
  .scharrbrand-copy .pd-brand-story__facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.scharrbrand-faq-list {
  display: grid;
  gap: 0;
  margin-top: 18px;
}

.scharrbrand-faq-item {
  border-top: 1px solid rgba(17, 24, 39, 0.12);
  padding: 0;
}

.scharrbrand-faq-item:last-child {
  border-bottom: 1px solid rgba(17, 24, 39, 0.12);
}

.scharrbrand-faq-item summary {
  cursor: pointer;
  padding: 18px 0;
  font-weight: 700;
  color: var(--text);
  list-style: none;
}

.scharrbrand-faq-item summary::-webkit-details-marker {
  display: none;
}

.scharrbrand-faq-answer {
  padding: 0 0 18px;
  color: var(--muted);
  line-height: 1.7;
}

.scharrbrand-index-inner {
  padding-top: 28px;
  padding-bottom: 56px;
}

.scharrbrand-index-breadcrumb {
  margin-bottom: 18px;
}

.scharrbrand-index-hero {
  padding: 12px 0 28px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.12);
}

.scharrbrand-index-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 24px;
  margin-top: 28px;
}

.scharrbrand-index-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 22px 0;
  border-top: 1px solid rgba(17, 24, 39, 0.12);
}

.scharrbrand-index-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.scharrbrand-index-name {
  margin: 0;
  color: var(--text);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
}

.scharrbrand-index-count {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.scharrbrand-index-summary {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.scharrbrand-index-link {
  margin-top: auto;
  align-self: flex-start;
}

@media (max-width: 980px) {
  .scharrbrand-index-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .scharrbrand-hero,
  .scharrbrand-content,
  .scharrbrand-faq,
  .scharrbrand-index-hero,
  .scharrbrand-index-card {
    padding-left: 0;
    padding-right: 0;
  }

  .scharrbrand-summary,
  .scharrbrand-index-hero p {
    font-size: 16px;
  }

  .scharrbrand-index-card-top {
    flex-direction: column;
  }
}
