:root {
  --ink: #f6f2e8;
  --ink-muted: #d2d8dd;
  --bg: #f5f6f7;
  --paper: #ffffff;
  --line: #d7dde3;
  --grey: #2E363A;
  --steel-blue: #3E6A8B;
  --gold: #CCAB65;
  --light-gold: #F8E8BA;
  --soft-blue: #e9eef3;
  --purple: #3E368B;
  --black: #040707;
  --shadow: 0 14px 30px rgba(37, 55, 72, 0.08);
}

* {
  box-sizing: border-box;
}

/* Typography base */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Inter', system-ui, sans-serif;
}

body.ubermensch {
  margin: 0;
  color: #263544;
  background: var(--bg);
  font-family: 'Inter', system-ui, sans-serif;
  line-height: 1.5;
}

.page-shell {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  background: var(--paper);
  min-height: 100vh;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--grey);
  color: var(--ink);
  border-bottom: 1px solid rgba(209, 174, 112, 0.25);
  box-shadow: 0 6px 18px rgba(7, 14, 22, 0.22);
  padding: 14px 24px;
}

.brand-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo {
  width: 48px;
  height: 48px;
}

.brand {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.tagline {
  margin: 3px 0 0;
  color: var(--light-gold);
  font-size: 0.92rem;
  font-family: 'Inter', system-ui, sans-serif;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.site-nav a {
  color: var(--gold);
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  padding: 7px 12px;
  font-size: 0.94rem;
  transition: 0.2s ease;
}

.site-nav a:hover {
  color: var(--light-gold);
  background: rgba(208, 167, 95, 0.12);
}

.site-nav a[aria-current="page"] {
  color: var(--light-gold);
  background: rgba(208, 167, 95, 0.2);
  border-color: rgba(208, 167, 95, 0.3);
}

.site-nav .portal-link {
  background: var(--steel-blue);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  margin-left: auto;
}

.site-main {
  background: var(--paper);
}

.section {
  padding: 28px 24px;
}

.section-compact {
  padding-top: 18px;
  padding-bottom: 18px;
}

.hero {
  color: #fff;
  background: linear-gradient(135deg, var(--steel-blue) 0%, var(--grey) 100%);
}

.hero .eyebrow {
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--light-gold);
  font-size: 0.78rem;
}

.hero h1 {
  margin: 0;
  font-size: clamp(2rem, 4.3vw, 3.4rem);
  line-height: 1.12;
  font-family: 'Inter', system-ui, sans-serif;
}

.hero .lead {
  margin: 14px 0 0;
  max-width: 80ch;
  color: #d7dee4;
  font-size: 1.06rem;
}

.page-header {
  color: #fff;
  background:
    linear-gradient(180deg, rgba(248, 232, 186, 0.08), rgba(248, 232, 186, 0) 45%),
    linear-gradient(135deg, var(--steel-blue) 0%, var(--grey) 100%);
  border-bottom: 1px solid rgba(209, 174, 112, 0.18);
}

.page-header .eyebrow {
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--light-gold);
  font-size: 0.76rem;
}

.page-header h1 {
  margin: 0;
  max-width: 14ch;
  font-size: clamp(1.9rem, 3.7vw, 3rem);
  line-height: 1.08;
}

.page-header .lead {
  margin: 12px 0 0;
  max-width: 66ch;
  color: #d7dee4;
  font-size: 1rem;
}

.page-header .meta-line {
  margin: 14px 0 0;
  color: rgba(246, 242, 232, 0.82);
  font-size: 0.92rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.hero-action {
  display: inline-block;
  text-decoration: none;
  border-radius: 10px;
  background: var(--gold);
  color: #1d2b39;
  padding: 10px 14px;
  font-weight: 700;
}

.hero-action:hover {
  background: var(--light-gold);
}

.hero-action-secondary {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
}

.hero-action-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
}

.feature {
  color: #fff;
  background: linear-gradient(135deg, var(--steel-blue) 0%, var(--grey) 100%);
}

.spotlight {
  color: #fff;
  background: linear-gradient(135deg, var(--steel-blue) 0%, var(--grey) 100%);
}

.spotlight-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.spotlight-action {
  display: inline-block;
  text-decoration: none;
  border-radius: 10px;
  background: var(--gold);
  color: #1d2b39;
  padding: 10px 14px;
  font-weight: 700;
}

.spotlight-action:hover {
  background: var(--light-gold);
}

.spotlight-action-secondary {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
}

.spotlight-action-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
}

.breakout {
  color: #fff;
  background: linear-gradient(135deg, var(--steel-blue) 0%, var(--grey) 100%);
}

.notice {
  margin-top: 14px;
  background: rgba(241, 221, 174, 0.16);
  border-left: 4px solid var(--gold);
  border-radius: 10px;
  padding: 12px;
  color: #fff;
}

.stack {
  display: grid;
  gap: 14px;
  background: #fff;
}

.panel {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  padding: 16px;
  box-shadow: var(--shadow);
}

.panel h2,
.card h3 {
  margin-top: 0;
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--grey);
}

.panel p {
  margin: 10px 0;
}

ul {
  margin: 8px 0 0;
  padding-left: 22px;
}

li {
  margin: 8px 0;
}

.card-grid {
  display: grid;
  gap: 14px;
  padding: 0 24px 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: #fff;
}

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

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

.card {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(180deg, #fff 0%, #f9fbfc 100%);
  padding: 16px;
  box-shadow: var(--shadow);
}

.card .meta {
  color: #58738b;
  font-size: 0.84rem;
}

.small-meta,
.meta {
  color: #5a7287;
  font-size: 0.84rem;
  letter-spacing: 0.01em;
}

.linked-heading,
.linked-heading:visited {
  color: var(--grey);
  text-decoration: none;
}

.linked-heading:hover,
.linked-heading:focus-visible {
  color: var(--steel-blue);
}

.icon-chip {
  margin: 0 0 8px;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(62, 95, 120, 0.1);
}

.action-link {
  color: var(--steel-blue);
  font-weight: 700;
  text-decoration: none;
}

.action-link:hover {
  color: #cf9d49;
}

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

.form-stack label {
  color: var(--grey);
  font-size: 0.95rem;
  font-weight: 600;
  font-family: 'Inter', system-ui, sans-serif;
}

input,
textarea,
select {
  width: 100%;
  margin-top: 7px;
  border: 1px solid #cfd7df;
  border-radius: 10px;
  padding: 11px;
  font: inherit;
}

.radio-group {
  margin-top: 7px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.radio-option {
  border: 1px solid #cfd7df;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 0.9rem;
  font-weight: 500;
}

.contact-split {
  display: grid;
  gap: 16px;
  grid-template-columns: 1.1fr 0.9fr;
}

.contact-split .stack,
.contact-split .card-grid {
  padding: 0;
}

.contact-form-panel {
  align-self: start;
  position: sticky;
  top: 104px;
}

button {
  border: 0;
  border-radius: 10px;
  padding: 11px 16px;
  background: var(--steel-blue);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

button:hover {
  background: var(--gold);
  color: #162533;
}

.kpi-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  padding: 0 24px;
}

.kpi {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--soft-blue);
  padding: 12px;
}

.kpi p {
  margin: 0;
  font-size: 0.85rem;
  color: #5a6d80;
}

.kpi strong {
  font-size: 1.4rem;
  color: var(--grey);
}

.site-footer {
  margin-top: 30px;
  padding: 22px 24px 26px;
  background: var(--grey);
  color: #c6cfda;
  border-top: 1px solid rgba(209, 174, 112, 0.2);
  font-size: 0.92rem;
}

.site-footer p {
  margin: 6px 0;
}

.site-footer a {
  color: var(--gold);
  text-decoration: none;
}

.social-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 8px 0;
}

.social-icon {
  width: 18px;
  height: 18px;
  display: block;
}

.site-footer a:hover {
  color: var(--light-gold);
}

.result {
  margin-top: 10px;
  padding: 10px;
  border-radius: 8px;
}

.result-success {
  background: #e4f5e7;
  color: #195620;
}

.result-error {
  background: #fde5e5;
  color: #8c1717;
}

.section-title {
  margin: 0 0 14px;
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--grey);
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.section-head .section-title {
  margin-bottom: 0;
}

.section-head .section-sub {
  margin: 6px 0 0;
}

.content-narrow {
  max-width: 980px;
  margin: 0 auto;
}

.text-stack p+p {
  margin-top: 8px;
}

.feature-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

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

.feature-grid h3 {
  margin: 0 0 4px;
  color: var(--grey);
}

.feature-grid p {
  margin: 0;
  color: #425769;
}

.section-sub {
  margin: -4px 0 14px;
  color: #5a6d80;
}

.pathway-cards .card ul {
  margin: 8px 0 0;
}

.program-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

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

.program-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #f8fafc;
  padding: 16px;
  box-shadow: var(--shadow);
}

.program-icon {
  margin: 0 0 8px;
  font-size: 1.9rem;
}

.program-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.program-head h3 {
  margin: 0;
}

.program-chip {
  font-size: 0.72rem;
  border-radius: 999px;
  padding: 4px 8px;
  background: rgba(62, 95, 120, 0.1);
  color: var(--steel-blue);
  font-weight: 700;
}

.program-card ul {
  margin: 6px 0 10px;
}

.program-card button {
  width: 100%;
}

.event-stack {
  display: grid;
  gap: 12px;
}

.event-card {
  border: 1px solid rgba(208, 167, 95, 0.35);
  border-radius: 12px;
  background: rgba(241, 221, 174, 0.22);
  padding: 14px;
}

.event-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.event-head span {
  color: var(--steel-blue);
  font-size: 0.84rem;
  font-weight: 700;
}

.panel-callout {
  margin-top: 10px;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(62, 95, 120, 0.28);
}

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

.band-dark .section-title.dark {
  color: #fff;
}

.band-intro {
  color: #d4dde6;
}

.band-dark .feature-grid h3 {
  color: var(--light-gold);
}

.band-dark .feature-grid p {
  color: #d4dde6;
}

.method-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

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

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

.method-grid article {
  border: 1px solid rgba(208, 167, 95, 0.3);
  border-radius: 12px;
  padding: 12px;
  background: rgba(62, 95, 120, 0.25);
}

.method-grid strong {
  display: inline-flex;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  background: rgba(208, 167, 95, 0.25);
  color: var(--light-gold);
}

.method-grid h3 {
  margin: 8px 0 6px;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pill-row--scroll {
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: thin;
}

.pill-row span,
.filter-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(62, 95, 120, 0.14);
  background: #ecf1f5;
  color: #43586a;
  font-size: 0.86rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.2s ease;
}

.filter-pill.active {
  background: var(--steel-blue);
  color: #fff;
  border-color: var(--steel-blue);
}

.filter-pill:hover,
.filter-pill:focus-visible {
  background: #e1e9ef;
  color: var(--grey);
}

.filter-pill.active:hover,
.filter-pill.active:focus-visible {
  background: #345a76;
  color: #fff;
}

.featured-article {
  border: 1px solid rgba(204, 171, 101, 0.35);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(241, 221, 174, 0.32), rgba(62, 95, 120, 0.06)),
    #fff;
  box-shadow: 0 10px 22px rgba(37, 55, 72, 0.06);
}

.featured-article .small-meta {
  margin: 0 0 10px;
  color: #5a6977;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.73rem;
}

.featured-article h3 {
  margin: 0;
  max-width: 18ch;
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  line-height: 1.08;
}

.featured-article .subtitle {
  margin: 12px 0 0;
  max-width: 62ch;
  color: #41576a;
  font-size: 1rem;
}

.featured-article .action-link {
  display: inline-flex;
  margin-top: 16px;
  align-items: center;
  gap: 8px;
  color: var(--grey);
}

.article-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

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

.newsletter-inline {
  display: grid;
  gap: 10px;
  max-width: 440px;
}

.archive-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.archive-toolbar--bottom {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(62, 95, 120, 0.12);
}

.archive-summary {
  color: #5b7083;
  font-size: 0.9rem;
}

.archive-pagination {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-left: auto;
  font-size: 0.92rem;
}

.archive-pagination__link,
.archive-pagination__status {
  display: inline-flex;
  align-items: center;
}

.archive-pagination__link {
  color: var(--grey);
  text-decoration: none;
  font-weight: 700;
}

.archive-pagination__link:hover,
.archive-pagination__link:focus-visible {
  color: var(--steel-blue);
}

.archive-pagination__link.disabled,
.archive-pagination__status {
  color: #748698;
}

.article-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid rgba(62, 95, 120, 0.12);
  border-radius: 12px;
  background: linear-gradient(180deg, #fff 0%, #fbfcfd 100%);
  padding: 18px;
  box-shadow: 0 8px 18px rgba(37, 55, 72, 0.04);
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.article-card:hover,
.article-card:focus-within {
  border-color: rgba(62, 106, 139, 0.32);
  box-shadow: 0 10px 24px rgba(37, 55, 72, 0.07);
  transform: translateY(-1px);
}

.article-card__meta {
  margin: 0;
  color: #607688;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.article-card__title {
  margin: 10px 0 0;
  font-size: 1.08rem;
  line-height: 1.28;
}

.article-card__title a {
  color: var(--grey);
  text-decoration: none;
}

.article-card__title a:hover,
.article-card__title a:focus-visible {
  color: var(--steel-blue);
}

.article-card__excerpt {
  margin: 10px 0 0;
  color: #445a6d;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.article-card__footer {
  margin-top: auto;
  padding-top: 16px;
  color: #708395;
  font-size: 0.83rem;
}

.article-card--featured-duplicate {
  background: linear-gradient(180deg, #fcf8ee 0%, #fbfcfd 100%);
}

.directory-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

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

.verified-badge {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 7px;
  border-radius: 999px;
  background: #dff4e3;
  color: #1b6b2a;
  font-size: 0.7rem;
  vertical-align: middle;
  font-weight: 700;
}

.meta.emphasis {
  color: var(--steel-blue);
  font-weight: 600;
}

.emergency-band {
  background: #fff3f1;
}

.emergency-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

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

.emergency-grid article {
  background: #fff;
  border: 1px solid #f1c8c2;
  border-radius: 12px;
  padding: 14px;
}

.hotline {
  color: #c62828;
  font-size: 1.2rem;
  font-weight: 700;
}

.contact-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 1fr;
}

.contact-left,
.contact-right {
  display: grid;
  gap: 14px;
}

.detail-stack {
  display: grid;
  gap: 10px;
}

.detail-row {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 10px;
  align-items: start;
}

.detail-row p {
  margin: 2px 0;
}

.detail-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(62, 95, 120, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.life-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

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

.life-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  padding: 16px;
  box-shadow: var(--shadow);
}

.life-card h3 {
  margin: 0;
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--grey);
}

.life-card>p {
  margin: 8px 0 12px;
}

.life-head {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.life-icon {
  font-size: 1.6rem;
  line-height: 1;
}

.life-columns {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
}

.life-columns h4 {
  margin: 0 0 6px;
  font-size: 0.95rem;
  color: #3f5567;
}

.life-columns ul {
  margin-top: 0;
  padding-left: 18px;
}

.life-columns li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.dot-red,
.dot-green {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  margin-top: 8px;
  flex: none;
}

.dot-red {
  background: #f87171;
}

.dot-green {
  background: #4ade80;
}

.life-authority-head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.life-authority-head span {
  font-size: 1.8rem;
}

.dark-list {
  color: #d4dde6;
}

.article-detail {
  max-width: 860px;
  margin: 0 auto;
}

.article-header {
  border-bottom: 1px solid rgba(62, 95, 120, 0.12);
  padding-bottom: 18px;
}

.article-header .eyebrow {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--steel-blue);
  font-size: 0.76rem;
}

.article-header h1 {
  margin: 8px 0 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
  color: var(--grey);
}

.article-subtitle {
  max-width: 44ch;
}

.article-meta {
  margin: 14px 0 0;
  color: #5e7385;
}

.article-tags {
  margin-top: 16px;
}

.series-indicator {
  margin-top: 18px;
  border-radius: 12px;
  background: #f8fafc;
  box-shadow: none;
}

.article-body {
  max-width: 70ch;
  margin-top: 22px;
  color: #314252;
}

.article-body>*+* {
  margin-top: 1em;
}

.article-body h2,
.article-body h3 {
  color: var(--grey);
  line-height: 1.2;
}

.article-body p,
.article-body li {
  color: #314252;
}

.article-footer {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(62, 95, 120, 0.12);
}

.breadcrumb-section {
  padding-bottom: 0;
}

.breadcrumb a {
  color: #5f7385;
  text-decoration: none;
  font-weight: 600;
}

.breadcrumb a:hover,
.breadcrumb a:focus-visible {
  color: var(--steel-blue);
}

@media (max-width: 720px) {
  .site-header {
    padding: 12px 16px;
  }

  .site-nav .portal-link {
    margin-left: 0;
  }

  .section,
  .card-grid,
  .kpi-grid,
  .site-footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .page-header h1 {
    max-width: none;
    font-size: clamp(1.8rem, 9vw, 2.5rem);
  }

  .hero h1 {
    font-size: clamp(1.8rem, 9vw, 2.5rem);
  }

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

  .article-grid,
  .card-grid,
  .directory-grid,
  .emergency-grid,
  .program-grid,
  .feature-grid,
  .feature-grid--2,
  .feature-grid--3,
  .method-grid,
  .method-grid--2,
  .method-grid--3,
  .life-grid,
  .directory-grid--2,
  .directory-grid--3 {
    grid-template-columns: 1fr;
  }

  .archive-toolbar,
  .section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .archive-pagination {
    margin-left: 0;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .pill-row--scroll {
    margin-right: -16px;
    padding-right: 16px;
  }

  .contact-split {
    grid-template-columns: 1fr;
  }

  .contact-form-panel {
    position: static;
  }

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

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

  .life-grid-2 {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 721px) and (max-width: 1080px) {
  .article-grid,
  .card-grid,
  .directory-grid,
  .emergency-grid,
  .program-grid,
  .feature-grid,
  .feature-grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
