.public-body {
  margin: 0;
  background: #f4f4f5;
  color: #111;
  font-family: Inter, "Segoe UI", sans-serif;
}

.public-nav {
  background: #000;
  color: #fff;
}

.public-nav .public-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .7rem 0;
}

.public-nav .brand-lockup { color: #fff; }
.public-nav .brand-lockup small { color: #cfcfcf; opacity: 1; }
.public-nav .public-cta { margin-top: 0; }
.public-nav a { color: #fff; text-decoration: none; font-weight: 650; }

.public-wrap {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.public-hero {
  background:
    radial-gradient(circle at 15% 20%, rgba(225,6,0,.32), transparent 34%),
    #000;
  color: #fff;
  padding: 4.2rem 0 3.4rem;
}

.public-hero-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: center;
}

.public-hero-logo {
  box-shadow: 0 18px 50px rgba(225,6,0,.28);
}

.public-kicker {
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #e10600;
  font-size: .78rem;
  font-weight: 700;
}

.public-hero h1 {
  margin: .5rem 0 1rem;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(2.1rem, 4vw, 3.4rem);
}

.public-hero .lead {
  max-width: 36rem;
  color: #d4d4d4;
  font-size: 1.12rem;
  line-height: 1.55;
}

.public-cta {
  display: flex;
  gap: .8rem;
  flex-wrap: wrap;
  margin-top: 1.6rem;
}

.public-hero .btn-ghost {
  color: #fff;
  border-color: rgba(255,255,255,.22);
}

.public-section { padding: 2.6rem 0; }
.public-section h2 {
  font-family: "Libre Baskerville", Georgia, serif;
  margin: 0 0 1.1rem;
}

.section-lead {
  margin: -.6rem 0 1.1rem;
  color: #6b6b70;
}

.public-body .promo-band {
  padding-left: 0;
  padding-right: 0;
}

.public-grid,
.public-banners {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1rem;
}

.public-card,
.public-banner {
  background: #fff;
  border: 1px solid #e6e6e8;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0,0,0,.06);
}

.public-card img,
.public-banner img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  display: block;
  background: #111;
}

.public-card h3,
.public-banner h2,
.public-card p,
.public-banner p {
  margin: .45rem 1rem;
}

.family-card h3,
.family-card p { margin: .35rem 0 0; }

.public-banner {
  display: grid;
  grid-template-columns: 180px 1fr;
  min-height: 170px;
}

.public-footer {
  padding: 2rem 0 3rem;
  background: #000;
  color: #a3a3a3;
}

.public-footer-row {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.public-footer .brand-lockup { color: #fff; }

@media (max-width: 700px) {
  .public-banner { grid-template-columns: 1fr; }
  .public-hero-grid { grid-template-columns: 1fr; }
  .public-hero-logo { margin-top: .4rem; }
}
