.info-hero {
  padding: 68px 0 52px;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.info-hero h1 {
  max-width: 760px;
}

.info-hero .lede {
  margin-bottom: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 13px;
}

.breadcrumb a {
  color: var(--green-dark);
  font-weight: 700;
  text-decoration: none;
}

.info-section {
  padding: 56px 0;
  border-bottom: 1px solid var(--line);
}

.info-section.paper {
  background: var(--paper);
}

.info-copy {
  width: min(100% - 40px, 760px);
  margin-inline: auto;
}

.info-copy h2:not(:first-child) {
  margin-top: 38px;
}

.info-copy p,
.info-copy li {
  color: var(--muted);
  line-height: 1.72;
}

.info-copy ul,
.info-copy ol {
  margin: 18px 0 0;
  padding-left: 22px;
}

.info-copy li + li {
  margin-top: 10px;
}

.info-note {
  margin: 26px 0 0;
  border-left: 3px solid var(--green);
  padding: 16px 18px;
  background: var(--green-pale);
  color: var(--green-dark) !important;
}

.principle-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.principle {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
  background: var(--paper);
}

.principle h3 {
  margin-bottom: 8px;
}

.principle p {
  margin-bottom: 0;
}

.updated {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 14px;
}

@media (max-width: 760px) {
  .info-hero { padding: 52px 0 42px; }
  .principle-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .info-copy { width: min(100% - 28px, 760px); }
  .info-section { padding: 44px 0; }
}
