/* =========================================================================
   Westside Baptist Academy
   Design tokens
   ========================================================================= */

:root {
  /* Brand */
  --red: #C30D11;
  --red-dark: #9A0A0D;
  --red-tint: #FBEAEA;
  --ink: #1F1F1F;
  --ink-soft: #4A4644;
  --ink-faint: #7A7370;

  /* Surfaces */
  --paper: #FBF9F6;
  --paper-alt: #F3EFE9;
  --white: #FFFFFF;
  --rule: #E2DBD2;

  /* Type */
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua",
           Georgia, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
          "Helvetica Neue", Arial, sans-serif;

  /* Scale */
  --wrap: 68rem;
  --wrap-narrow: 44rem;
  --gap: clamp(1.25rem, 3vw, 2.5rem);
  --section-y: clamp(3rem, 7vw, 5.5rem);

  --radius: 3px;
  --shadow: 0 1px 2px rgba(31, 31, 31, .06), 0 6px 20px rgba(31, 31, 31, .07);
}

/* =========================================================================
   Reset & base
   ========================================================================= */

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: var(--base-size, 1.0625rem);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

h1, h2, h3, h4 {
  font-family: var(--heading-font, var(--serif));
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0 0 .5em;
  text-wrap: balance;
}

h1 { font-size: clamp(2.1rem, 5vw, 3.25rem); }
h2 { font-size: clamp(1.6rem, 3.4vw, 2.25rem); }
h3 { font-size: clamp(1.2rem, 2.2vw, 1.4rem); }
h4 { font-size: 1.05rem; }

p, ul, ol, dl, table { margin: 0 0 1.1em; }
p { text-wrap: pretty; }

a { color: var(--red-dark); text-decoration-thickness: 1px; text-underline-offset: 2px; }
a:hover { color: var(--red); }

:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 2px;
  border-radius: 2px;
}

.skip-link {
  position: absolute; left: -9999px;
  background: var(--ink); color: var(--white);
  padding: .75rem 1.25rem; z-index: 200;
}
.skip-link:focus { left: 1rem; top: 1rem; }

.wrap {
  width: min(100% - 2.5rem, var(--wrap));
  margin-inline: auto;
}
.wrap--narrow { width: min(100% - 2.5rem, var(--wrap-narrow)); }

/* Utilities */
.u-center { text-align: center; }
.u-mt { margin-top: 1.25rem; }
.u-mt-lg { margin-top: 2.5rem; }
.u-mt-md { margin-top: 2rem; }
.btn-row--center { justify-content: center; }
.list-tight { padding-left: 1.2em; margin-bottom: 0; }
address { font-style: normal; }

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

/* =========================================================================
   Ministry band + header
   ========================================================================= */

/* =========================================================================
   Closure / emergency banner
   Sits above everything, including the sticky header. Deliberately loud —
   it only appears when school is closed or something urgent has changed.
   ========================================================================= */

.alert {
  background: var(--red);
  color: var(--white);
  border-bottom: 3px solid var(--red-dark);
}
.alert[hidden] { display: none; }
.alert__inner {
  display: flex; align-items: flex-start; gap: .85rem;
  padding-block: .9rem;
}
.alert__badge {
  flex: none; width: 1.6rem; height: 1.6rem; margin-top: .05rem;
  border-radius: 50%; background: var(--white); color: var(--red);
  display: grid; place-items: center;
  font-family: var(--serif); font-size: 1.05rem; font-weight: 700;
  line-height: 1;
}
.alert__text { margin: 0; font-size: .98rem; line-height: 1.5; }
.alert__text strong {
  display: block; font-size: 1.05rem; letter-spacing: .01em;
}
.alert__text span { color: #FBE3E3; }

@media print { .alert { display: none; } }

/* =========================================================================
   Preview ribbon
   Only ever rendered on the private preview copy of the site, built from the
   `drafts` branch. Intentionally unmissable and intentionally not red — red
   is the closure banner's job, and confusing the two would be worse than no
   ribbon at all.
   ========================================================================= */

.preview-ribbon {
  background: #1F2933;
  color: var(--white);
  border-bottom: 3px solid #F0B429;
}
.preview-ribbon__inner {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: .1rem .6rem;
  padding-block: .65rem;
  font-size: .92rem; line-height: 1.5;
}
.preview-ribbon strong { color: #FFD466; }
.preview-ribbon span { color: #CBD2D9; }
.preview-ribbon em { font-style: normal; font-weight: 700; color: var(--white); }

@media print { .preview-ribbon { display: none; } }

.lead-action { margin: 0 0 2rem; }

.ministry-band {
  background: var(--ink);
  color: #D9D2CC;
  font-size: .8125rem;
  letter-spacing: .02em;
}
.ministry-band .wrap {
  display: flex; justify-content: space-between; align-items: center;
  gap: 1rem; padding: .5rem 0; flex-wrap: wrap;
}
.ministry-band a { color: var(--white); text-decoration: none; }
.ministry-band a:hover { text-decoration: underline; }
.ministry-band__contact { font-variant-numeric: tabular-nums; }

.site-header {
  background: var(--white);
  border-bottom: 1px solid var(--rule);
  position: sticky; top: 0; z-index: 100;
}
.site-header__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: .875rem 0;
}

.brand { display: flex; align-items: center; gap: .75rem; text-decoration: none; color: inherit; }
/* Height-constrained, width auto — so a wide anniversary lockup and a square
   shield mark both sit correctly without touching the templates. */
.brand__mark { flex: none; height: 68px; width: auto; max-width: 190px; }

@media (max-width: 30rem) {
  .brand__mark { height: 54px; }
}
.brand__text { display: flex; flex-direction: column; }
.brand__name {
  font-family: var(--serif); font-size: 1.2rem; font-weight: 600;
  line-height: 1.1; color: var(--ink);
}
.brand__sub {
  font-size: .72rem; letter-spacing: .1em; text-transform: uppercase;
  color: var(--ink-faint); margin-top: .2rem;
}

/* Navigation */
.primary-nav__list {
  list-style: none; margin: 0; padding: 0;
  display: flex; align-items: center; gap: .25rem;
}
.primary-nav__item { position: relative; }
.primary-nav__item > a {
  display: block; padding: .55rem .7rem;
  font-size: .9rem; font-weight: 500; color: var(--ink);
  text-decoration: none; border-radius: var(--radius);
}
/* A button in the nav must keep .btn's white text — the nav link rule
   above is more specific and would otherwise darken it to near-invisible. */
.primary-nav__item > a.btn { color: var(--white); }
.primary-nav__item > a.btn:hover { background: var(--red-dark); color: var(--white); }

.primary-nav__item > a:hover,
.primary-nav__item > a[aria-current] { background: var(--paper-alt); color: var(--red-dark); }
.primary-nav__item > a[aria-current] { box-shadow: inset 0 -2px 0 var(--red); }

.subnav {
  list-style: none; margin: 0; padding: .4rem;
  position: absolute; top: 100%; left: 0; min-width: 15rem;
  background: var(--white); border: 1px solid var(--rule);
  border-radius: var(--radius); box-shadow: var(--shadow);
  opacity: 0; visibility: hidden; transform: translateY(-4px);
  transition: opacity .14s ease, transform .14s ease, visibility .14s;
}
.has-children:hover .subnav,
.has-children:focus-within .subnav { opacity: 1; visibility: visible; transform: none; }
.subnav a {
  display: block; padding: .5rem .65rem; font-size: .875rem;
  color: var(--ink); text-decoration: none; border-radius: 2px;
}
.subnav a:hover { background: var(--red-tint); color: var(--red-dark); }

.nav-toggle { display: none; }

@media (max-width: 60rem) {
  .nav-toggle {
    display: flex; align-items: center; gap: .5rem;
    background: var(--white); border: 1px solid var(--rule);
    border-radius: var(--radius); padding: .5rem .75rem;
    font: inherit; font-size: .875rem; cursor: pointer; color: var(--ink);
  }
  .nav-toggle__bars, .nav-toggle__bars::before, .nav-toggle__bars::after {
    display: block; width: 18px; height: 2px; background: var(--ink); content: "";
  }
  .nav-toggle__bars { position: relative; }
  .nav-toggle__bars::before { position: absolute; top: -6px; }
  .nav-toggle__bars::after { position: absolute; top: 6px; }

  .primary-nav {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--white); border-bottom: 1px solid var(--rule);
    box-shadow: var(--shadow); max-height: 78vh; overflow-y: auto;
  }
  .primary-nav.is-open { display: block; }
  .primary-nav__list { flex-direction: column; align-items: stretch; gap: 0; padding: .5rem 1.25rem 1.25rem; }
  .primary-nav__item > a { padding: .7rem .25rem; font-size: 1rem; border-bottom: 1px solid var(--rule); border-radius: 0; }
  .subnav {
    position: static; opacity: 1; visibility: visible; transform: none;
    border: 0; box-shadow: none; padding: .25rem 0 .5rem .9rem; min-width: 0;
    border-left: 2px solid var(--rule); margin: .35rem 0 .5rem;
  }
  .primary-nav__item--cta { margin-top: .9rem; }
  .primary-nav__item--cta .btn { width: 100%; text-align: center; }
}

/* =========================================================================
   Buttons
   ========================================================================= */

.btn {
  display: inline-block; padding: .8rem 1.6rem;
  background: var(--red); color: var(--white);
  font-family: var(--sans); font-size: .95rem; font-weight: 600;
  letter-spacing: .01em; text-decoration: none;
  border: 1px solid var(--red); border-radius: var(--radius);
  cursor: pointer; transition: background .14s ease;
}
.btn:hover { background: var(--red-dark); border-color: var(--red-dark); color: var(--white); }
.btn--sm { padding: .5rem 1rem; font-size: .85rem; }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn--ghost:hover { background: var(--ink); color: var(--white); }
.btn--light { background: var(--white); color: var(--red-dark); border-color: var(--white); }
.btn--light:hover { background: var(--paper-alt); color: var(--red-dark); border-color: var(--paper-alt); }

.btn-row { display: flex; flex-wrap: wrap; gap: .75rem; margin: 1.5rem 0 0; }

/* =========================================================================
   Sections & page furniture
   ========================================================================= */

.section { padding-block: var(--section-y); }
.section--alt { background: var(--paper-alt); }
.section--ink { background: var(--ink); color: #E8E2DC; }
.section--ink h2, .section--ink h3 { color: var(--white); }
.section--ink a:not(.btn) { color: var(--white); }
.section--ink .btn--light { color: var(--red-dark); }

.section__head { max-width: 46rem; margin-bottom: 2.5rem; }
.section__eyebrow {
  display: block; font-size: .875rem; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--red); margin-bottom: .6rem;
}
.section__lede { font-size: 1.15rem; color: var(--ink-soft); }

.page-head {
  background: var(--white);
  border-bottom: 1px solid var(--rule);
  padding-block: clamp(2.5rem, 6vw, 4rem);
}
.page-head h1 { margin-bottom: .35rem; }
.page-head__lede {
  font-size: 1.2rem; color: var(--ink-soft);
  max-width: 42rem; margin: 0;
}

.prose { max-width: var(--wrap-narrow); }
/* Pages that are mostly lists and tables rather than reading text. */
.prose--wide { max-width: 54rem; }
.prose h2 { margin-top: 2.2em; }
.prose h3 { margin-top: 1.8em; }
.prose > :first-child { margin-top: 0; }
.prose ul, .prose ol { padding-left: 1.3em; }
.prose li { margin-bottom: .4em; }
/* Scripture references — present but subordinate to the article text. */
.refs {
  font-size: .82rem; color: var(--ink-faint);
  letter-spacing: .01em; line-height: 1.55;
}
.prose > .refs { margin: -.6em 0 1.6em; }
.refs--inline { font-size: .88em; }

.prose blockquote {
  margin: 1.8em 0; padding: .2em 0 .2em 1.4em;
  border-left: 3px solid var(--red);
  font-family: var(--serif); font-size: 1.15rem; font-style: italic;
  color: var(--ink-soft);
}

/* =========================================================================
   Home — hero
   ========================================================================= */

.hero {
  background: var(--ink);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(120% 90% at 78% 15%, rgba(195,13,17,.30), transparent 62%);
  pointer-events: none;
}
.hero__inner {
  position: relative; z-index: 1;
  padding-block: clamp(3.5rem, 9vw, 6.5rem);
  max-width: 40rem;
}
.hero__eyebrow {
  display: inline-block; font-size: .875rem; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase;
  color: #F0B9BA; margin-bottom: 1rem;
}
.hero h1 { color: var(--white); font-size: clamp(2.3rem, 6vw, 3.6rem); }
.hero__lede {
  font-size: clamp(1.05rem, 2.2vw, 1.25rem);
  color: #D8D1CB; max-width: 34rem;
}

.proof {
  background: var(--white);
  border-bottom: 1px solid var(--rule);
}
.proof__grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
  gap: 1px; background: var(--rule);
}
.proof__item { background: var(--white); padding: 1.75rem 1.25rem; text-align: center; }
.proof__num {
  display: block; font-family: var(--serif); font-size: 2rem;
  font-weight: 600; color: var(--red); line-height: 1;
}
.proof__label {
  display: block; font-size: .8rem; letter-spacing: .08em;
  text-transform: uppercase; color: var(--ink-faint); margin-top: .5rem;
}

/* Three doors */
.doors {
  display: grid; gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
}
.door {
  display: flex; flex-direction: column;
  background: var(--white); border: 1px solid var(--rule);
  border-top: 3px solid var(--red);
  border-radius: var(--radius); padding: 1.75rem;
  text-decoration: none; color: inherit;
  transition: transform .14s ease, box-shadow .14s ease;
}
.door:hover { transform: translateY(-2px); box-shadow: var(--shadow); color: inherit; }
.door h3 { margin-bottom: .4rem; }
.door p { color: var(--ink-soft); font-size: .95rem; margin-bottom: 1rem; }
.door__more {
  margin-top: auto; font-size: .875rem; font-weight: 600;
  color: var(--red-dark); letter-spacing: .01em;
}
.door__more::after { content: " \2192"; }

/* =========================================================================
   Cards, grids, lists
   ========================================================================= */

.grid { display: grid; gap: 1.5rem; }
.grid--2 { grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr)); }
.grid--3 { grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr)); }
.grid--4 { grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr)); }

.card {
  background: var(--white); border: 1px solid var(--rule);
  border-radius: var(--radius); padding: 1.5rem;
}
.card h3 { margin-bottom: .4rem; }
.card p:last-child { margin-bottom: 0; }
.card__meta { font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-faint); }

.marks {
  display: grid; gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  list-style: none; padding: 0; margin: 0;
}
.marks li { padding-left: 1.5rem; position: relative; }
.marks li::before {
  content: ""; position: absolute; left: 0; top: .55em;
  width: .5rem; height: .5rem; background: var(--red);
  border-radius: 50%;
}
.marks strong { display: block; font-size: 1.02rem; }
.marks span { color: var(--ink-soft); font-size: .92rem; }

/* Faculty */
.faculty-group { margin-bottom: 3rem; }
/* auto-fill, not auto-fit: a group with one person keeps a card-sized card
   instead of stretching across the whole row. */
.faculty-group .grid--4 { grid-template-columns: repeat(auto-fill, minmax(13rem, 1fr)); }
.faculty-group h2 {
  font-size: 1.15rem; letter-spacing: .1em; text-transform: uppercase;
  font-family: var(--sans); font-weight: 700; color: var(--ink-faint);
  padding-bottom: .6rem; border-bottom: 1px solid var(--rule);
}
.person { background: var(--white); border: 1px solid var(--rule); border-radius: var(--radius); padding: 1.35rem; }
.person__photo {
  width: 100%; aspect-ratio: 1; background: var(--paper-alt);
  border-radius: var(--radius); margin-bottom: 1rem;
  display: grid; place-items: center;
  font-family: var(--serif); font-size: 1.8rem; color: var(--ink-faint);
}
.person__name { font-family: var(--serif); font-size: 1.1rem; font-weight: 600; margin: 0 0 .15rem; }
.person__role { font-size: .85rem; color: var(--red-dark); font-weight: 600; margin: 0 0 .6rem; }
.person__bio { font-size: .9rem; color: var(--ink-soft); margin: 0; }

/* Steps */
.steps { list-style: none; counter-reset: step; padding: 0; margin: 0; }
.steps li {
  counter-increment: step; position: relative;
  padding: 0 0 1.75rem 3.5rem; margin: 0;
  border-left: 2px solid var(--rule); margin-left: 1.1rem;
}
.steps li:last-child { border-left-color: transparent; padding-bottom: 0; }
.steps li::before {
  content: counter(step); position: absolute; left: -1.15rem; top: -.15rem;
  width: 2.25rem; height: 2.25rem; border-radius: 50%;
  background: var(--red); color: var(--white);
  display: grid; place-items: center;
  font-family: var(--serif); font-size: 1.05rem; font-weight: 600;
}
.steps h3 { margin-bottom: .3rem; }
.steps p { color: var(--ink-soft); margin-bottom: 0; }

/* Tables */
.table-wrap { overflow-x: auto; margin-bottom: 1.5rem; }
table { border-collapse: collapse; width: 100%; font-size: .95rem; }
th, td { text-align: left; padding: .7rem .85rem; border-bottom: 1px solid var(--rule); }
thead th {
  font-size: .75rem; letter-spacing: .1em; text-transform: uppercase;
  color: var(--ink-faint); border-bottom: 2px solid var(--ink);
}
tbody tr:hover { background: var(--white); }
td.num, th.num { text-align: right; font-variant-numeric: tabular-nums; }

/* File list */
.filelist { list-style: none; padding: 0; margin: 0 0 2.5rem; }
.filelist li { border-bottom: 1px solid var(--rule); }
.filelist a, .filelist .filelist__pending {
  display: flex; align-items: baseline; gap: .75rem;
  padding: .85rem .25rem; text-decoration: none; color: var(--ink);
}
.filelist a:hover { background: var(--white); color: var(--red-dark); }
.filelist__title { font-weight: 500; }
.filelist__note { font-size: .85rem; color: var(--ink-faint); margin-left: auto; text-align: right; }
.filelist__pending { color: var(--ink-faint); }

/* Thirteen grade-by-grade book lists read better in columns than as one
   long ladder. Falls back to a single column on narrow screens. */
.filelist--columns {
  display: grid; gap: 0 2.5rem;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
}
.filelist--columns .filelist__note { font-size: .8rem; }

/* FAQ */
.faq { border-top: 1px solid var(--rule); }
.faq details { border-bottom: 1px solid var(--rule); }
.faq summary {
  cursor: pointer; padding: 1.1rem .25rem;
  font-family: var(--serif); font-size: 1.1rem; font-weight: 600;
  list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; float: right; color: var(--red); font-weight: 400; }
.faq details[open] summary::after { content: "\2013"; }
.faq details > *:not(summary) { padding: 0 .25rem 1.1rem; color: var(--ink-soft); margin: 0 0 0; }

/* CTA band */
.cta-band { background: var(--red); color: var(--white); }
.cta-band .wrap { padding-block: clamp(2.5rem, 6vw, 4rem); text-align: center; }
.cta-band h2 { color: var(--white); }
.cta-band p { color: #FBE3E3; max-width: 34rem; margin-inline: auto; font-size: 1.1rem; }
.cta-band .btn-row { justify-content: center; }

/* Forms */
.form-grid { display: grid; gap: 1.1rem; grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr)); }
.field { display: flex; flex-direction: column; gap: .35rem; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: .85rem; font-weight: 600; letter-spacing: .02em; }
.field input, .field select, .field textarea {
  font: inherit; font-size: .95rem; padding: .65rem .75rem;
  border: 1px solid var(--rule); border-radius: var(--radius);
  background: var(--white); color: var(--ink);
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--red); }
.field textarea { min-height: 7rem; resize: vertical; }
.field__hint { font-size: .8rem; color: var(--ink-faint); }

/* Needs-content marker — visible on purpose */
.todo {
  border-left: 3px solid #C79A00;
  background: #FFF9E6;
  padding: 1rem 1.15rem;
  margin: 1.5rem 0;
  border-radius: 0 var(--radius) var(--radius) 0;
}
.todo__label {
  display: block; font-size: .7rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
  color: #8A6A00; margin-bottom: .5rem;
}
.todo > p:last-child { margin-bottom: 0; }

/* =========================================================================
   Footer
   ========================================================================= */

.site-footer {
  background: var(--ink);
  color: #C9C2BC;
  font-size: .92rem;
  margin-top: 0;
}
.site-footer__grid {
  display: grid; gap: 2.5rem;
  grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
  padding-block: clamp(2.5rem, 6vw, 4rem);
}
.site-footer a { color: var(--white); }
/* Anniversary band — the emblem needs a light ground to read on. */
.anniversary { background: var(--paper-alt); border-block: 1px solid var(--rule); }
.anniversary .wrap {
  display: grid; align-items: center; gap: clamp(1.5rem, 4vw, 3rem);
  grid-template-columns: minmax(0, 15rem) minmax(0, 1fr);
  padding-block: clamp(2.5rem, 6vw, 4rem);
}
.anniversary__mark { width: 100%; max-width: 15rem; height: auto; justify-self: center; }
.anniversary h2 { margin-bottom: .5rem; }
.anniversary p:last-child { margin-bottom: 0; }

@media (max-width: 40rem) {
  .anniversary .wrap { grid-template-columns: 1fr; text-align: center; }
  .anniversary__mark { max-width: 11rem; }
}
.site-footer__name {
  font-family: var(--serif); font-size: 1.15rem; color: var(--white);
  margin: 0 0 .35rem;
}
.site-footer__note { margin: 0 0 .3rem; font-size: .85rem; color: var(--ink-faint); }
.site-footer__head {
  font-family: var(--sans); font-size: .72rem; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
  color: #8C8480; margin: 0 0 1rem;
}
.site-footer address { font-style: normal; margin-bottom: .6rem; }
.site-footer__list { list-style: none; padding: 0; margin: 0; }
.site-footer__list li {
  display: flex; justify-content: space-between; gap: 1rem;
  padding: .25rem 0;
}
.site-footer__list--plain li { display: block; }
.site-footer__legal {
  border-top: 1px solid #333; padding-block: 1.5rem;
  font-size: .78rem; color: #8C8480;
}
.site-footer__legal p { margin: 0 0 .5rem; max-width: 60rem; }
.site-footer__legal p:last-child { margin-bottom: 0; }

/* =========================================================================
   Print
   ========================================================================= */

@media print {
  .ministry-band, .site-header, .site-footer, .cta-band, .btn, .todo { display: none !important; }
  body { background: #fff; font-size: 11pt; }
  a { text-decoration: none; color: #000; }
}
