:root {
  --color-bg: #f7f2e8;
  --color-surface: #fffaf0;
  --color-text: #24211d;
  --color-muted: #6f675d;
  --color-navy: #12304a;
  --color-red: #a6463f;
  --color-gold: #d6a84f;
  --color-border: #ded4c3;
  --font-heading: Georgia, "Times New Roman", serif;
  --font-body: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --max-width: 1160px;
  --article-width: 720px;
  --radius: 8px;
  --shadow: 0 18px 45px rgba(18, 48, 74, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-body);
  line-height: 1.5;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.9), rgba(247, 242, 232, 0.96)),
    var(--color-bg);
  color: var(--color-text);
}

body.nav-open {
  overflow: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--color-red);
}

:focus-visible {
  outline: 3px solid rgba(214, 168, 79, 0.9);
  outline-offset: 3px;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--color-text);
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.08;
}

h1 {
  max-width: 850px;
  font-size: clamp(2.65rem, 8vw, 5.8rem);
}

h2 {
  max-width: 760px;
  font-size: clamp(2rem, 5vw, 3.35rem);
}

h3 {
  font-size: 1.35rem;
}

.card h2,
.content-panel h2,
.issue-detail-card h2,
.involvement-card h2,
.privacy-content h2 {
  font-size: clamp(1.35rem, 3vw, 1.85rem);
}

p {
  margin: 0;
}

input,
button {
  font: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: min(100% - 32px, var(--max-width));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(222, 212, 195, 0.9);
  background: rgba(247, 242, 232, 0.94);
  backdrop-filter: blur(12px);
}

.header-inner {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.site-brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--color-navy);
  font-family: var(--font-heading);
  font-size: 1.18rem;
  font-weight: 700;
  text-decoration: none;
}

.site-brand-mark {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--color-navy);
  border-radius: 50%;
  font-family: var(--font-body);
  font-size: 0.68rem;
  letter-spacing: 0;
}

.site-nav {
  display: none;
  align-items: center;
  gap: 18px;
}

.site-nav a {
  color: var(--color-text);
  font-size: 0.95rem;
  font-weight: 650;
  text-decoration: none;
}

.site-nav a[aria-current="page"] {
  color: var(--color-red);
}

.nav-toggle {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  gap: 4px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-surface);
  color: var(--color-text);
  cursor: pointer;
}

.nav-toggle-line {
  width: 20px;
  height: 2px;
  background: currentColor;
}

.site-nav.is-open {
  position: fixed;
  inset: 72px 0 auto;
  display: grid;
  padding: 24px 16px 28px;
  border-bottom: 1px solid var(--color-border);
  background: var(--color-surface);
  box-shadow: var(--shadow);
}

.hero {
  padding: 48px 0 38px;
  border-bottom: 1px solid var(--color-border);
}

.hero-grid {
  display: grid;
  gap: 28px;
}

.hero-copy {
  display: grid;
  gap: 22px;
}

.lede {
  max-width: 780px;
  color: var(--color-muted);
  font-size: clamp(1.12rem, 2.5vw, 1.4rem);
}

.hero-art {
  min-width: 0;
}

.hero-art img,
.hero-placeholder {
  width: 100%;
  min-height: 280px;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-surface);
  box-shadow: var(--shadow);
}

.hero-art img {
  height: 100%;
  object-fit: cover;
}

.hero-placeholder {
  position: relative;
  isolation: isolate;
}

.placeholder-sky {
  position: absolute;
  inset: 0 0 36%;
  background: linear-gradient(180deg, #d9e4e7, #f4e8cb);
}

.placeholder-sun {
  position: absolute;
  top: 32px;
  right: 42px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(214, 168, 79, 0.86);
}

.placeholder-mountains {
  position: absolute;
  right: 18%;
  bottom: 34%;
  width: 46%;
  height: 42%;
  background: linear-gradient(135deg, transparent 49%, #12304a 50% 72%, transparent 73%),
    linear-gradient(45deg, transparent 48%, #31536d 49% 73%, transparent 74%);
  opacity: 0.9;
}

.placeholder-prairie {
  position: absolute;
  inset: 58% 0 18%;
  background: linear-gradient(90deg, #d6a84f, #c9b36a 45%, #9fbe8d);
}

.placeholder-city {
  position: absolute;
  right: 12%;
  bottom: 18%;
  display: block;
  width: 120px;
  height: 86px;
  background:
    linear-gradient(90deg, #12304a 0 16px, transparent 16px 22px, #12304a 22px 38px, transparent 38px 46px, #12304a 46px 60px, transparent 60px 70px, #12304a 70px 90px, transparent 90px 96px, #12304a 96px 120px);
}

.placeholder-city::before {
  position: absolute;
  right: 54px;
  bottom: 0;
  width: 6px;
  height: 118px;
  background: var(--color-red);
  content: "";
}

.placeholder-coast {
  position: absolute;
  inset: 78% 0 0;
  background: linear-gradient(90deg, #12304a, #3f748a 52%, #fffaf0);
}

.hero-panel {
  align-self: end;
  padding: 24px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-surface);
  box-shadow: var(--shadow);
}

.panel-kicker {
  margin-bottom: 18px;
  color: var(--color-navy);
  font-family: var(--font-heading);
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.18;
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 22px;
  color: var(--color-muted);
}

.check-list li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-gold);
  content: "";
}

.mission-strip {
  padding: 26px 0;
  background: var(--color-navy);
  color: #fff;
}

.mission-strip p {
  max-width: 980px;
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(1.35rem, 3.5vw, 2.1rem);
  font-weight: 700;
  line-height: 1.18;
}

.section {
  padding: 52px 0;
}

.section-surface {
  border-block: 1px solid var(--color-border);
  background: rgba(255, 250, 240, 0.54);
}

.section-heading {
  display: grid;
  max-width: var(--article-width);
  gap: 16px;
  margin-bottom: 28px;
}

.section-heading p:last-child {
  color: var(--color-muted);
  font-size: 1.08rem;
}

.page-hero {
  padding: 52px 0 34px;
  border-bottom: 1px solid var(--color-border);
  background: linear-gradient(180deg, rgba(255, 250, 240, 0.92), rgba(247, 242, 232, 0.7));
}

.page-hero-inner {
  display: grid;
  gap: 16px;
  max-width: 940px;
}

.page-hero h1 {
  font-size: clamp(2.35rem, 7vw, 4.9rem);
}

.content-grid {
  display: grid;
  gap: 20px;
}

.content-panel {
  display: grid;
  gap: 16px;
  padding: 26px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-surface);
  box-shadow: 0 10px 24px rgba(36, 33, 29, 0.06);
}

.content-panel-accent {
  border-color: rgba(166, 70, 63, 0.28);
  background: linear-gradient(135deg, var(--color-surface), rgba(214, 168, 79, 0.16));
}

.content-panel p,
.privacy-content p {
  color: var(--color-muted);
  font-size: 1.04rem;
}

.plain-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 1.1rem;
  color: var(--color-muted);
}

.two-column-list {
  padding-left: 1.1rem;
}

.section-heading-row {
  align-items: end;
  justify-content: space-between;
}

.grid {
  display: grid;
  gap: 18px;
}

.grid-3 {
  grid-template-columns: 1fr;
}

.grid-4,
.focus-grid,
.principle-grid,
.issue-page-grid,
.involvement-grid {
  grid-template-columns: 1fr;
}

.card {
  display: grid;
  align-content: start;
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-surface);
  box-shadow: 0 10px 24px rgba(36, 33, 29, 0.06);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.card:hover {
  border-color: rgba(18, 48, 74, 0.24);
  box-shadow: var(--shadow);
  transform: translateY(-1px);
}

.card h3 {
  margin-bottom: 12px;
}

.card p {
  color: var(--color-muted);
}

.article-card,
.article-list-card,
.focus-card,
.issue-detail-card,
.involvement-card {
  gap: 12px;
}

.article-card h3 a,
.article-list-card h2 a,
.focus-card a,
.issue-detail-card a {
  text-decoration: none;
}

.article-card time,
.article-meta {
  margin-top: 4px;
  color: var(--color-muted);
  font-size: 0.92rem;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}

.article-meta span {
  position: relative;
}

.article-meta span::before {
  margin-right: 14px;
  color: var(--color-border);
  content: "/";
}

.focus-card a,
.issue-detail-card a,
.text-link {
  color: var(--color-red);
  font-weight: 800;
  text-decoration: none;
}

.focus-card a:hover,
.issue-detail-card a:hover,
.text-link:hover {
  color: var(--color-navy);
  text-decoration: underline;
}

.principle-grid .principle-card h2 {
  margin-bottom: 12px;
}

.issue-detail-card h3 {
  margin-top: 8px;
  color: var(--color-navy);
  font-family: var(--font-body);
  font-size: 0.9rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.involvement-card .button {
  justify-self: start;
  margin-top: 8px;
}

.form-layout {
  display: grid;
  gap: 24px;
}

.contact-form {
  display: grid;
  gap: 18px;
}

.compact-form,
.form-stack {
  display: grid;
  gap: 18px;
}

.form-field {
  display: grid;
  gap: 8px;
}

.form-field label {
  color: var(--color-text);
  font-weight: 800;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: #fffdf8;
  color: var(--color-text);
  font: inherit;
}

.form-field input,
.form-field select {
  min-height: 48px;
  padding: 0 12px;
}

.form-field textarea {
  min-height: 180px;
  padding: 12px;
  resize: vertical;
}

.checkbox-field {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 16px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
}

.checkbox-field legend {
  padding: 0 6px;
  font-weight: 800;
}

.checkbox-field label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--color-muted);
  font-weight: 650;
}

.checkbox-field input {
  width: auto;
}

.form-response {
  min-height: 0;
}

.form-alert {
  display: grid;
  gap: 8px;
  padding: 14px 16px;
  border-radius: var(--radius);
  font-size: 0.96rem;
}

.form-alert strong {
  color: inherit;
}

.form-alert p,
.form-alert ul {
  margin: 0;
}

.form-alert ul {
  padding-left: 1.15rem;
}

.form-alert-success {
  border: 1px solid rgba(18, 48, 74, 0.22);
  background: rgba(214, 168, 79, 0.22);
  color: var(--color-text);
}

.form-alert-error {
  border: 1px solid rgba(166, 70, 63, 0.38);
  background: rgba(166, 70, 63, 0.1);
  color: var(--color-text);
}

.error-page {
  min-height: 58vh;
}

.error-page .page-hero-inner {
  max-width: 760px;
}

.error-page .button-row {
  margin-top: 8px;
}

.admin-body {
  background: #f3eee4;
}

.admin-header {
  border-bottom: 1px solid var(--color-border);
  background: var(--color-surface);
}

.admin-header-inner,
.admin-heading-row,
.admin-form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.admin-meta-row,
.admin-filter-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-shell {
  display: grid;
  gap: 22px;
  padding-block: 24px 56px;
}

.admin-filter-form {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(150px, 220px) minmax(180px, 260px) auto;
  align-items: end;
  gap: 14px;
  margin-bottom: 18px;
}

.admin-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 9px;
  border-radius: 999px;
  border: 1px solid var(--color-border);
  background: var(--color-surface);
  color: var(--color-muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.status-published,
.status-reviewed {
  border-color: rgba(18, 48, 74, 0.24);
  background: rgba(18, 48, 74, 0.09);
  color: var(--color-navy);
}

.status-draft,
.status-new {
  border-color: rgba(201, 163, 74, 0.45);
  background: rgba(201, 163, 74, 0.16);
  color: #6d5520;
}

.status-archived {
  border-color: rgba(80, 80, 80, 0.18);
  background: rgba(80, 80, 80, 0.08);
  color: var(--color-muted);
}

.admin-preview {
  padding: 16px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.45);
}

.admin-preview summary {
  cursor: pointer;
  font-weight: 800;
  color: var(--color-navy);
}

.admin-preview-body {
  margin-top: 14px;
}

.admin-detail {
  display: grid;
  gap: 20px;
}

.admin-detail dl {
  display: grid;
  grid-template-columns: minmax(120px, 180px) 1fr;
  gap: 12px 18px;
  margin: 0;
}

.admin-detail dt {
  font-weight: 800;
  color: var(--color-navy);
}

.admin-detail dd {
  margin: 0;
  overflow-wrap: anywhere;
}

.admin-nav a {
  padding: 8px 10px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-surface);
  color: var(--color-navy);
  font-weight: 800;
  text-decoration: none;
}

.admin-main {
  display: grid;
  gap: 22px;
}

.admin-page-heading {
  display: grid;
  gap: 6px;
}

.admin-page-heading h1,
.admin-login h1 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.admin-page-heading p {
  color: var(--color-muted);
}

.admin-login {
  display: grid;
  min-height: 70vh;
  place-items: center;
}

.admin-login-card {
  width: min(100%, 460px);
}

.admin-stat-grid,
.admin-submission-grid {
  display: grid;
  gap: 16px;
}

.admin-stat {
  gap: 4px;
}

.admin-stat strong {
  color: var(--color-navy);
  font-family: var(--font-heading);
  font-size: 2.5rem;
  line-height: 1;
}

.admin-stat span,
.admin-table span,
.admin-submission span {
  color: var(--color-muted);
  font-size: 0.92rem;
}

.admin-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-surface);
  -webkit-overflow-scrolling: touch;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}

.admin-table th,
.admin-table td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--color-border);
  text-align: left;
  vertical-align: top;
}

.admin-table th {
  color: var(--color-navy);
  font-size: 0.82rem;
  text-transform: uppercase;
}

.admin-table a {
  color: var(--color-red);
  font-weight: 800;
  text-decoration: none;
}

.admin-form {
  display: grid;
  gap: 18px;
}

.admin-delete-form {
  justify-self: start;
}

.button-danger {
  border-color: var(--color-red);
  background: var(--color-red);
  color: #fff;
}

.admin-submission {
  display: grid;
  gap: 6px;
  padding-block: 14px;
  border-top: 1px solid var(--color-border);
}

.privacy-content {
  display: grid;
  gap: 14px;
}

.privacy-content h2 {
  margin-top: 18px;
}

.privacy-content h2:first-child {
  margin-top: 0;
}

.articles-list {
  display: grid;
  gap: 18px;
  max-width: 900px;
}

.article-list-card {
  padding: 26px;
}

.article-list-card h2 {
  margin-top: 4px;
}

.article-page .page-hero {
  border-bottom: 1px solid var(--color-border);
}

.article-header {
  display: grid;
  gap: 16px;
}

.prose {
  display: grid;
  gap: 18px;
  color: var(--color-text);
  font-size: 1.1rem;
}

.prose p {
  color: var(--color-text);
}

.article-archive-cta,
.issue-brief-layout {
  display: grid;
  gap: 20px;
}

.issue-markdown-panel {
  grid-column: 1 / -1;
}

.article-archive-cta {
  align-items: center;
}

.card-number {
  display: inline-grid;
  width: 38px;
  height: 38px;
  margin-bottom: 20px;
  place-items: center;
  border-radius: 50%;
  background: rgba(214, 168, 79, 0.24);
  color: var(--color-navy);
  font-size: 0.85rem;
  font-weight: 800;
}

.get-involved-section {
  padding-top: 24px;
}

.get-involved-panel {
  display: grid;
  gap: 24px;
  align-items: center;
  padding: 28px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-surface);
  box-shadow: var(--shadow);
}

.get-involved-panel h2 {
  margin: 4px 0 14px;
}

.get-involved-panel p:last-child {
  max-width: 720px;
  color: var(--color-muted);
  font-size: 1.08rem;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0.78rem 1.08rem;
  border: 1px solid var(--color-navy);
  border-radius: var(--radius);
  background: var(--color-navy);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.button:hover {
  border-color: var(--color-red);
  background: var(--color-red);
  color: #fff;
}

.button-secondary {
  background: transparent;
  color: var(--color-navy);
}

.button-secondary:hover {
  color: #fff;
}

.button-small {
  min-height: 38px;
  padding: 0.55rem 0.85rem;
}

.button-gold {
  border-color: var(--color-gold);
  background: var(--color-gold);
  color: var(--color-text);
}

.band {
  padding: 48px 0;
}

.band-navy {
  background: var(--color-navy);
  color: #fff;
}

.band-navy h2,
.band-navy .eyebrow,
.band-navy p {
  color: #fff;
}

.newsletter-inner {
  display: grid;
  gap: 24px;
}

.newsletter-inner h2 {
  margin: 4px 0 12px;
}

.newsletter-form {
  display: grid;
  gap: 10px;
}

.newsletter-form input {
  min-height: 48px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.96);
  color: var(--color-text);
  padding: 0 14px;
}

.newsletter-response {
  min-height: 24px;
}

.form-message {
  color: #fff;
  font-weight: 750;
}

.site-footer {
  padding: 44px 0 22px;
  border-top: 1px solid var(--color-border);
  background: #efe7d8;
}

.footer-grid {
  display: grid;
  gap: 28px;
}

.footer-grid p {
  max-width: 520px;
  margin-top: 12px;
  color: var(--color-muted);
}

.footer-nav {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-nav a {
  color: var(--color-text);
  font-weight: 650;
  text-decoration: none;
}

.footer-bottom {
  margin-top: 32px;
  padding-top: 18px;
  border-top: 1px solid var(--color-border);
  color: var(--color-muted);
  font-size: 0.92rem;
}

.eyebrow {
  color: var(--color-red);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.article-content {
  width: min(100% - 32px, var(--article-width));
  margin-inline: auto;
}

.article-page .page-hero {
  padding-top: 58px;
  padding-bottom: 46px;
}

.article-page h1 {
  font-size: clamp(2.4rem, 7vw, 4.9rem);
}

.article-header .lede {
  color: var(--color-muted);
  font-family: var(--font-heading);
  font-size: clamp(1.25rem, 3vw, 1.65rem);
  line-height: 1.35;
}

.article-prose,
.issue-prose {
  display: block;
  color: var(--color-text);
  font-size: clamp(1.04rem, 2vw, 1.16rem);
  line-height: 1.78;
}

.article-prose > *,
.issue-prose > * {
  margin-block: 0 1.25rem;
}

.article-prose h1,
.article-prose h2,
.article-prose h3,
.issue-prose h1,
.issue-prose h2,
.issue-prose h3 {
  margin-block: 2.1rem 0.8rem;
  color: var(--color-navy);
}

.article-prose h1,
.issue-prose h1 {
  font-size: clamp(2rem, 5vw, 3rem);
}

.article-prose h2,
.issue-prose h2 {
  font-size: clamp(1.65rem, 4vw, 2.35rem);
}

.article-prose h3,
.issue-prose h3 {
  font-size: clamp(1.25rem, 3vw, 1.55rem);
}

.article-prose p,
.issue-prose p {
  color: var(--color-text);
}

.article-prose a,
.issue-prose a {
  color: var(--color-red);
  font-weight: 750;
}

.article-prose blockquote,
.issue-prose blockquote {
  margin: 2rem 0;
  padding: 1.1rem 1.25rem;
  border-left: 5px solid var(--color-gold);
  background: rgba(214, 168, 79, 0.14);
  color: var(--color-navy);
  font-family: var(--font-heading);
  font-size: 1.25rem;
  line-height: 1.45;
}

.article-prose ul,
.article-prose ol,
.issue-prose ul,
.issue-prose ol {
  padding-left: 1.4rem;
}

.article-prose li + li,
.issue-prose li + li {
  margin-top: 0.45rem;
}

.article-prose hr,
.issue-prose hr {
  margin: 2.4rem 0;
  border: 0;
  border-top: 1px solid var(--color-border);
}

.article-prose table,
.issue-prose table {
  display: block;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  margin: 2rem 0;
  font-size: 0.98rem;
}

.article-prose th,
.article-prose td,
.issue-prose th,
.issue-prose td {
  padding: 0.75rem 0.85rem;
  border: 1px solid var(--color-border);
  text-align: left;
}

.article-prose th,
.issue-prose th {
  background: rgba(18, 48, 74, 0.08);
  color: var(--color-navy);
}

.article-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 2.4rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--color-border);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

@media (min-width: 760px) {
  .container {
    width: min(100% - 48px, var(--max-width));
  }

  .hero {
    padding: 68px 0 56px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) 42%;
    align-items: center;
  }

  .grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .focus-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .principle-grid,
  .issue-page-grid,
  .involvement-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .content-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .content-panel:first-child,
  .content-panel-accent {
    grid-column: 1 / -1;
  }

  .two-column-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .form-layout {
    grid-template-columns: 320px minmax(0, 1fr);
    align-items: start;
  }

  .admin-shell {
    grid-template-columns: 190px minmax(0, 1fr);
    align-items: start;
  }

  .admin-nav {
    position: sticky;
    top: 92px;
    display: grid;
  }

  .admin-stat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .admin-submission-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .admin-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-archive-cta {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .issue-brief-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .compact-form {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: end;
  }

  .form-field-full,
  .contact-form .button,
  .compact-form .button,
  .compact-form .form-response {
    grid-column: 1 / -1;
  }

  .contact-form .button {
    justify-self: start;
  }

  .section-heading-row {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .get-involved-panel {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 36px;
  }

  .newsletter-inner {
    grid-template-columns: minmax(0, 1fr) 420px;
    align-items: end;
  }

  .newsletter-form {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .footer-grid {
    grid-template-columns: minmax(0, 1fr) auto auto;
  }
}

@media (max-width: 759px) {
  h1 {
    font-size: clamp(2.25rem, 13vw, 3.5rem);
  }

  .site-brand span:last-child {
    max-width: 190px;
  }

  .hero-placeholder,
  .hero-art img {
    min-height: 220px;
  }

  .button,
  .button-small {
    width: 100%;
    min-height: 48px;
  }

  .admin-header-inner,
  .admin-heading-row,
  .admin-form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .admin-filter-form,
  .admin-detail dl {
    grid-template-columns: 1fr;
  }

  .admin-filter-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .admin-nav a {
    flex: 1 1 auto;
    text-align: center;
  }

  .admin-table {
    min-width: 640px;
  }
}

@media (min-width: 980px) {
  .nav-toggle {
    display: none;
  }

  .site-nav,
  .site-nav.is-open {
    position: static;
    display: flex;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .focus-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .principle-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .issue-page-grid,
  .involvement-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
