/* Approved newsletter title artwork from the KS-wide renewal project. */
.hero {
  display: block;
  min-height: 0;
  background: #eaf8fb;
  line-height: 0;
}

.hero::before,
.hero::after,
.hero-orbit,
.hero-inner {
  display: none;
}

.hero-image-link,
.hero picture,
.hero img {
  display: block;
  width: 100%;
}

.hero img {
  height: auto;
}

/* The legacy tagline is baked into the shared logo bitmap. Hide its lower strip. */
.brand img,
.site-footer img {
  clip-path: inset(0 0 28% 0);
  margin-bottom: -8px;
}

/* Readability for the core 50–60s audience. */
body {
  color: #203437;
  font-size: 18px;
}

.section-lead,
.form-intro {
  color: #455f63;
  font-size: 17px;
}

.benefit-grid h3 {
  font-size: 19px;
}

.benefit-grid p,
.field-help,
.trust-note p {
  color: #465d61;
  font-size: 15px;
}

.field label {
  font-size: 17px;
}

.field input,
.field select {
  min-height: 60px;
  font-size: 18px;
}

.sign-link,
.archive-list span {
  font-size: 16px;
}

.archive-list time {
  font-size: 14px;
}

.submit-preview {
  background: #43aebd;
  opacity: 1;
  cursor: pointer;
  transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.submit-preview:hover,
.submit-preview:focus-visible {
  background: #237b89;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(35, 123, 137, .28);
}

.submit-preview:focus-visible {
  outline: 3px solid rgba(35, 123, 137, .25);
  outline-offset: 4px;
}

.preview-note {
  color: #6f581c;
  font-size: 14px;
}

.form-title span {
  display: block;
  white-space: nowrap;
}

@media (max-width: 760px) {
  body { font-size: 17px; }
  .section-lead,
  .form-intro { font-size: 16px; }
  .benefit-grid p,
  .field-help,
  .trust-note p { font-size: 14px; }
  .archive-list span { font-size: 15px; }
}
