@font-face {
  font-family: Poppins;
  src: url("assets/poppins-400.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Poppins;
  src: url("assets/poppins-500.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: Poppins;
  src: url("assets/poppins-600.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}
:root {
  --red: #bc2026;
  --ink: #2e2d2c;
  --muted: #626262;
  --night: #171b22;
  --line: #e6e7e8;
  --max: 1120px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 28px;
}
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font:
    400 16px/1.8 Poppins,
    Arial,
    sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
button {
  font: inherit;
  cursor: pointer;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.25;
}
h1 {
  font-size: clamp(38px, 4.3vw, 62px);
}
h2 {
  font-size: clamp(28px, 3vw, 38px);
}
h3 {
  font-size: 21px;
}
p {
  max-width: 66ch;
}
.wrap {
  width: min(var(--max), calc(100% - 80px));
  margin-inline: auto;
}
.draft-bar {
  padding: 7px 30px;
  color: #777;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-block: 25px;
}
.brand {
  width: 160px;
  flex-shrink: 0;
}
.header nav {
  display: flex;
  gap: 25px;
  font-size: 14px;
}
.header nav a:hover,
a.text-link:hover {
  color: var(--red);
}
.menu-toggle {
  display: none;
}
.opening-copy {
  max-width: 900px;
  padding: 65px 0 54px;
}
.opening h1 {
  max-width: 23ch;
}
.opening h1 span,
.gospel-red {
  color: var(--red);
}
.opening-copy > p {
  margin-top: 26px;
  color: var(--muted);
  font-size: 18px;
}
.actions {
  display: flex;
  gap: 28px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: var(--red);
  color: #fff;
  border: 0;
  padding: 14px 23px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.button:hover {
  background: #961d22;
}
.text-link {
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #aaa;
}
.opening-photo {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.clarity {
  display: grid;
  grid-template-columns: 0.85fr 1.3fr;
  gap: 80px;
  padding-block: 88px;
}
.clarity h2 {
  max-width: 13ch;
}
.clarity p {
  margin-bottom: 22px;
  color: var(--muted);
}
.clarity .clarity-lede {
  color: var(--ink);
}
.section-heading {
  display: block;
  margin-bottom: 40px;
}
.section-heading h2 {
  max-width: 24ch;
}
.section-heading > p,
.activity-intro {
  margin-top: 22px;
  color: var(--muted);
  max-width: 65ch;
}
.activity-section {
  padding: 70px 0;
  background: var(--night);
  color: white;
}
.activity-intro {
  color: #cbd0d5;
}
.activity-intro .text-link {
  display: inline-block;
  margin-top: 20px;
}
.map-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  margin-top: 25px;
  font-size: 13px;
  color: #d8dce0;
}
.map-legend > span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.map-legend i {
  display: inline-block;
  width: 9px;
  height: 9px;
  flex-shrink: 0;
}
.legend-target {
  border: 2px solid #79c7cb;
  border-radius: 50%;
}
.legend-person {
  background: #dca464;
}
.map-note {
  font-size: 13px;
  color: #bfc5cc;
  margin-top: 16px;
  max-width: 85ch;
}
.map-note a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.tools-section {
  padding: 88px 0 48px;
}
.resource-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px 48px;
}
.resource {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.resource-brand {
  height: 70px;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.resource-brand img {
  max-width: 195px;
  max-height: 62px;
  width: auto;
}
.resource-brand img[src$="prayer-tools.svg"] {
  width: 190px;
}
.resource p {
  font-size: 15px;
  color: var(--muted);
  margin-bottom: 20px;
  flex: 1;
}
.resource a {
  font-size: 14px;
  font-weight: 500;
}
.resource a span {
  display: none;
}
.resource a:hover {
  color: var(--red);
}
.benchmark-name {
  font-size: 21px;
}
.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 10px 0 35px;
}
.filters button {
  background: none;
  border: 0;
  padding: 7px 0;
  color: var(--muted);
  font-size: 14px;
}
.filters button[aria-pressed="true"] {
  color: var(--red);
  font-weight: 600;
}
.resource[hidden] {
  display: none;
}
summary {
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  padding: 16px 0;
}
summary::marker {
  color: #777;
}
summary span[aria-hidden] {
  display: none;
}
details[open] > summary {
  margin-bottom: 14px;
}
.opportunity {
  padding-bottom: 50px;
}
.opportunity[open] {
  padding-top: 12px;
}
.opportunity .section-heading {
  margin-top: 28px;
}
.opportunity-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.opportunity-grid article > span {
  display: none;
}
.opportunity-grid h3 {
  margin-bottom: 16px;
}
.opportunity-grid p {
  color: var(--muted);
}
.human-story {
  display: grid;
  grid-template-columns: 1.4fr 0.65fr;
  gap: 85px;
  align-items: center;
  padding-block: 45px 65px;
}
.human-story h2 {
  max-width: 20ch;
}
.human-story p {
  margin-top: 23px;
}
.human-story > img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: contain;
}
.human-story details {
  margin-top: 15px;
}
.story-footnote {
  font-size: 12px;
  color: var(--muted);
}
.witness {
  padding-block: 25px 85px;
}
.witness blockquote {
  margin: 0;
  max-width: 800px;
}
.witness blockquote > p {
  font-size: 24px;
  line-height: 1.7;
  letter-spacing: -0.02em;
}
.witness blockquote footer {
  display: flex;
  flex-direction: column;
  margin-top: 22px;
  font-size: 14px;
  color: var(--muted);
}
.witness footer strong {
  font-weight: 500;
  color: var(--ink);
}
.more-testimony {
  margin-top: 32px;
}
.more-testimony blockquote > p {
  font-size: 20px;
}
.adoption {
  margin-top: 6px;
}
.adoption p {
  margin-block: 18px;
}
.adoption img {
  width: min(100%, 850px);
  margin-top: 24px;
}
.participate-section {
  padding-block: 75px;
  background: #f5f5f5;
}
.participation-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
}
.participation-grid h3 {
  margin-bottom: 18px;
}
.participation-grid p {
  color: var(--muted);
  margin-bottom: 24px;
}
.volunteer-note {
  margin-top: 35px;
}
.volunteer-note p {
  margin-bottom: 20px;
}
.giving-section {
  padding-block: 85px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 55px 70px;
}
.giving-copy h2 {
  max-width: 19ch;
}
.giving-copy > p {
  margin-top: 24px;
}
.giving-copy > .text-link {
  display: inline-block;
  margin-top: 24px;
}
.giving-lede {
  font-weight: 500;
}
.giving-panel {
  padding: 34px;
  background: #f5f5f5;
  align-self: start;
}
.giving-panel > .giving-panel h3 {
  margin-bottom: 20px;
}
.giving-panel > p {
  color: var(--muted);
  margin-bottom: 25px;
}
.giving-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 14px;
  margin-top: 25px;
}
.giving-links a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.widget-notice {
  font-size: 13px;
  margin: 20px 0;
  color: var(--muted);
}
#axia-widget {
  border: 0;
  background: white;
  width: 100%;
}
.stewardship {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 35px 70px;
  padding-top: 25px;
}
.stewardship h2 {
  font-size: 28px;
}
.transparency-intro {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 25px;
  align-items: start;
}
.transparency-seal img {
  width: 90px;
}
.stewardship h3 {
  font-size: 19px;
  margin-bottom: 15px;
}
.stewardship p {
  font-size: 14px;
  color: var(--muted);
}
.evaluation-copy {
  margin-top: 30px;
}
.evaluation-copy p + p {
  margin-top: 15px;
}
.evaluation-copy .text-link {
  display: inline-block;
  margin-top: 20px;
}
.allocation {
  grid-column: 1/-1;
  margin-top: 20px;
}
.allocation-bar {
  height: 10px;
  display: flex;
  gap: 3px;
  margin: 24px 0;
}
.allocation-bar span:nth-child(1) {
  background: var(--red);
}
.allocation-bar span:nth-child(2) {
  background: #737373;
}
.allocation-bar span:nth-child(3) {
  background: #aaa;
}
.allocation-bar span:nth-child(4) {
  background: #ccc;
}
.allocation dl {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin: 0 0 20px;
}
.allocation dt {
  font-size: 14px;
}
.allocation dd {
  font-size: 26px;
  margin: 8px 0 0;
}
.spending-details {
  grid-column: 1/-1;
}
.spending-details > summary {
  display: flex;
  gap: 25px;
  justify-content: space-between;
}
.spending-content {
  padding-block: 15px;
}
.spending-chart {
  width: 100%;
  max-width: 850px;
  margin-bottom: 25px;
}
.spending-mobile {
  display: none;
}
.newsletter {
  background: #f5f5f5;
  padding-block: 70px;
}
.newsletter-inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 70px;
}
.newsletter h2 {
  max-width: 23ch;
}
.newsletter p {
  margin-top: 22px;
}
.newsletter-pending h3 {
  margin-bottom: 18px;
}
.newsletter-pending .text-link {
  display: inline-block;
  margin-top: 22px;
}
.footer {
  padding-block: 45px;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}
.footer-inner > a {
  width: 150px;
  background: transparent;
  padding: 0;
}
.footer-inner p {
  font-size: 14px;
  color: var(--muted);
}
.footer-inner > div {
  display: flex;
  gap: 25px;
  font-size: 14px;
}
.review-notes {
  padding-bottom: 30px;
  color: var(--muted);
  font-size: 13px;
}
.review-notes li {
  margin-bottom: 10px;
}
.reading {
  max-width: 820px;
  padding-block: 60px 85px;
}
.reading h1 {
  margin-bottom: 30px;
}
.reading h2 {
  font-size: 30px;
  margin: 40px 0 22px;
}
.reading h3 {
  margin-top: 30px;
}
.reading p {
  margin-block: 20px;
}
.reading > section {
  margin-top: 45px;
}
.reading-intro {
  font-size: 18px;
}
.scripture-ref {
  font-size: 14px;
  color: var(--muted);
}
.conviction-detail summary {
  font-size: 18px;
}
.meaning-table {
  overflow: auto;
}
.meaning-table table {
  width: 100%;
  border-collapse: collapse;
}
.meaning-table th,
.meaning-table td {
  text-align: left;
  padding: 16px 12px;
  vertical-align: top;
  border-bottom: 1px solid var(--line);
}
.meaning-table th:first-child {
  width: 28%;
}
.skip {
  position: absolute;
  left: 12px;
  top: -100px;
  background: white;
  padding: 12px;
  z-index: 20;
}
.skip:focus {
  top: 10px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 5px;
}
@media (max-width: 800px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .draft-bar {
    padding-inline: 20px;
  }
  .draft-bar span:last-child {
    display: none;
  }
  .header {
    padding-block: 18px;
    flex-wrap: wrap;
  }
  .brand {
    width: 145px;
  }
  .menu-toggle {
    display: flex;
    gap: 12px;
    border: 0;
    background: none;
    font-size: 14px;
    padding: 8px 0;
  }
  .header nav {
    display: none;
    flex-direction: column;
    width: 100%;
    gap: 14px;
  }
  .header nav.open {
    display: flex;
  }
  .opening-copy {
    padding: 36px 0;
  }
  .opening h1 {
    font-size: clamp(36px, 6.5vw, 50px);
    max-width: 23ch;
  }
  .opening-copy > p {
    font-size: 16px;
    margin-top: 24px;
  }
  .actions {
    gap: 22px;
  }
  .clarity {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-block: 52px;
  }
  .clarity h2 {
    max-width: none;
  }
  .activity-section {
    padding-block: 50px;
  }
  .section-heading {
    margin-bottom: 30px;
  }
  .map-legend {
    gap: 12px;
  }
  .tools-section {
    padding-top: 55px;
  }
  .resource-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
  }
  .resource-brand img {
    max-width: 100%;
  }
  .opportunity-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .human-story {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-block: 35px 45px;
  }
  .human-story > img {
    max-width: 260px;
    max-height: 320px;
    justify-self: start;
  }
  .human-story h2 {
    max-width: 24ch;
  }
  .witness {
    padding-bottom: 50px;
  }
  .witness blockquote > p {
    font-size: 21px;
  }
  .participate-section {
    padding-block: 50px;
  }
  .participation-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .participation-grid p {
    margin-bottom: 16px;
  }
  .giving-section {
    padding-block: 55px;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .giving-panel {
    padding: 25px;
  }
  .stewardship {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .allocation dl {
    grid-template-columns: 1fr 1fr;
  }
  .spending-chart {
    display: none;
  }
  .spending-mobile {
    display: block;
    margin: 0 0 22px;
  }
  .spending-mobile > div {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
    font-size: 14px;
  }
  .spending-mobile dt span {
    display: block;
    color: var(--muted);
  }
  .spending-mobile dd {
    margin: 0;
  }
  .spending-details > summary {
    align-items: start;
    font-size: 14px;
  }
  .newsletter {
    padding-block: 50px;
  }
  .newsletter-inner {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .footer-inner {
    align-items: start;
    flex-direction: column;
  }
  .reading {
    padding-block: 40px 55px;
  }
  .meaning-table td,
  .meaning-table th {
    padding: 12px 7px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .resource-grid {
    grid-template-columns: 1fr;
  }
  .resource {
    max-width: 100%;
  }
  .resource-brand {
    height: 55px;
    margin-bottom: 14px;
  }
  .resource-brand img {
    max-width: 190px;
    max-height: 55px;
  }
  .resource p {
    margin-bottom: 14px;
  }
  .resource-grid {
    gap: 36px;
  }
  .transparency-intro {
    grid-template-columns: 75px 1fr;
    gap: 18px;
  }
  .filters {
    gap: 16px;
  }
  .filters button {
    font-size: 13px;
  }
  .opening h1 {
    font-size: 36px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}

.opening-copy > .opening-motive {
  margin: 0 0 20px;
  color: var(--ink);
  font-size: 18px;
}

.tools-section .section-heading h2 {
  max-width: none;
}

/* Separate the resource collection from the story without adding decorative rules. */
.tools-section {
  background: #f3f4f5;
  padding-bottom: 64px;
}
.opportunity {
  background: #f3f4f5;
  box-shadow: 0 0 0 100vmax #f3f4f5;
  clip-path: inset(0 -100vmax);
  padding-bottom: 48px;
}
.human-story {
  padding-top: 72px;
}
@media (max-width: 800px) {
  .tools-section {
    padding-bottom: 40px;
  }
  .opportunity {
    padding-bottom: 32px;
  }
  .human-story {
    padding-top: 48px;
  }
}

.resource-grid {
  gap: 24px;
}
.resource {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(23, 27, 34, 0.045);
}
@media (max-width: 800px) {
  .resource-grid {
    gap: 20px;
  }
  .resource {
    padding: 24px;
  }
}

.testimony-primary {
  background: var(--night);
  color: #fff;
  padding: 48px 52px;
  border-radius: 10px;
}
.testimony-primary blockquote {
  max-width: 900px;
}
.testimony-primary blockquote footer {
  color: #cbd0d5;
}
.testimony-primary blockquote footer strong {
  color: #fff;
}
@media (max-width: 800px) {
  .testimony-primary {
    padding: 30px 24px;
  }
}

.testimony-secondary {
  margin-top: 24px;
}

.giving-invitation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}
.giving-invitation h3 {
  margin: 0;
}
.giving-invitation .transparency-seal {
  flex: 0 0 90px;
}
.stewardship .transparency-intro {
  display: block;
}

.spending-percentages {
  grid-column: 1/-1;
  margin-top: 20px;
}
.spending-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 430px);
  gap: 55px;
  align-items: center;
  margin: 30px 0;
}
.spending-donut {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: conic-gradient(
    #bc2026 0 70%,
    #d88762 70% 82%,
    #d7b655 82% 89%,
    #72adb0 89% 95%,
    #4286a6 95% 100%
  );
  position: relative;
}
.spending-donut:after {
  content: "";
  position: absolute;
  inset: 15%;
  background: white;
  border-radius: 50%;
}
.spending-key {
  margin: 0;
}
.spending-key > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-left: 5px solid var(--category);
  padding-left: 16px;
  margin: 18px 0;
}
.spending-key dt {
  font-size: 20px;
  font-weight: 500;
}
.spending-key dd {
  font-size: 28px;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 800px) {
  .spending-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .spending-donut {
    max-width: 250px;
    justify-self: center;
  }
  .spending-key {
    width: 100%;
    max-width: 430px;
    justify-self: center;
  }
  .spending-key dt {
    font-size: 17px;
  }
}

.foundation {
  padding-block: 80px;
}
.foundation-intro {
  font-size: 18px;
  max-width: 52ch;
  margin-bottom: 50px;
}
.foundation-step {
  display: grid;
  grid-template-columns: 0.9fr 1.2fr;
  gap: 75px;
  margin-top: 55px;
}
.foundation-label {
  color: var(--red);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 14px;
}
.foundation-step h2 {
  font-size: clamp(30px, 3vw, 40px);
}
.foundation-step > div > p:not(.foundation-label) {
  margin-bottom: 20px;
}
.foundation-step .scripture-ref {
  color: var(--muted);
}
.foundation-emphasis {
  font-weight: 500;
}
.foundation-step .text-link {
  display: inline-block;
  margin-top: 4px;
}
@media (max-width: 800px) {
  .foundation {
    padding-block: 50px;
  }
  .foundation-intro {
    margin-bottom: 32px;
  }
  .foundation-step {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 40px;
  }
  .foundation-step h2 br {
    display: none;
  }
}

.adoption-section {
  padding-block: 65px;
}
.adoption-section h2 {
  max-width: 26ch;
}
.adoption-section > p {
  margin-top: 22px;
  color: var(--muted);
}
.adoption-section > img {
  width: 100%;
  max-width: 920px;
  margin-top: 32px;
}
.adoption-section .adoption-transition {
  margin-top: 30px;
}
@media (max-width: 800px) {
  .adoption-section {
    padding-block: 45px;
  }
}

.quote-rotator {
  background: var(--night);
  color: #fff;
  padding: 48px 52px;
  border-radius: 10px;
}
.quote-rotator blockquote {
  max-width: 900px;
}
.quote-rotator blockquote footer {
  color: #cbd0d5;
}
.quote-rotator blockquote footer strong {
  color: #fff;
}
.quote-slide + .quote-slide {
  margin-top: 36px;
}
.quote-rotator.is-ready .quote-slides {
  display: grid;
}
.quote-rotator.is-ready .quote-slide {
  grid-area: 1/1;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1.5s ease;
}
.quote-rotator.is-ready .quote-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}
.quote-controls {
  display: flex;
  gap: 22px;
  margin-top: 24px;
}
.quote-controls[hidden] {
  display: none;
}
.quote-controls button {
  color: #cbd0d5;
  background: none;
  border: 0;
  padding: 5px 0;
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media (max-width: 800px) {
  .quote-rotator {
    padding: 30px 24px;
  }
}

.giving-section > .giving-section-title {
  grid-column: 1/-1;
  max-width: 26ch;
  margin: 0;
}
.giving-section {
  row-gap: 32px;
}
.giving-copy > .giving-lede {
  margin-top: 0;
}
@media (max-width: 800px) {
  .giving-section {
    row-gap: 28px;
  }
}

.giving-reading {
  max-width: 960px;
}
.giving-page-intro {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 35px;
}
.giving-page-intro img {
  flex: 0 0 120px;
  width: 120px;
}
.giving-options {
  background: #f5f5f5;
  padding: 32px;
  border-radius: 10px;
}
.giving-reading .spending-percentages {
  margin-top: 55px;
}
@media (max-width: 600px) {
  .giving-page-intro {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .giving-options {
    padding: 24px;
  }
}

.commission-visual {
  padding-block: 80px;
  max-width: 960px;
}
.commission-reference {
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 18px;
}
.commission-visual h2 {
  font-size: clamp(30px, 4vw, 46px);
  max-width: 27ch;
  margin-bottom: 36px;
}
#commission-theme {
  color: var(--red);
}
.commission-passage {
  background: #f5f5f5;
  padding: 40px;
  border-radius: 10px;
  font-size: clamp(19px, 2.1vw, 25px);
  line-height: 1.85;
}
.commission-passage p + p {
  margin-top: 20px;
}
.commission-passage sup {
  font-size: 12px;
  color: var(--muted);
  margin-right: 6px;
}
.commission-passage [data-emphasis] {
  transition: color 0.7s ease;
}
.commission-passage .emphasized {
  color: var(--red);
}
.commission-controls {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 20px;
}
.commission-controls[hidden] {
  display: none;
}
.commission-controls > div {
  display: flex;
  gap: 20px;
}
.commission-controls button {
  border: 0;
  background: none;
  padding: 8px 0;
  font-size: 14px;
  color: var(--muted);
}
.commission-controls button[aria-pressed="true"] {
  color: var(--red);
  text-decoration: underline;
  text-underline-offset: 6px;
}
.commission-caption {
  margin-top: 30px;
}
.commission-note {
  font-size: 12px;
  color: var(--muted);
  margin: 14px 0 22px;
}
@media (max-width: 800px) {
  .commission-visual {
    padding-block: 50px;
  }
  .commission-passage {
    padding: 25px;
  }
  .commission-visual h2 {
    min-height: 3.8em;
  }
}

#commission-theme {
  display: inline-block;
  transform-origin: left center;
}

.commission-passage + .commission-reference {
  margin: 16px 0 0;
}

.commission-passage .commission-reference {
  font-size: 14px;
  text-align: center;
  max-width: none;
  margin: 28px 0 0;
  color: var(--muted);
}

.about-cta {
  margin-top: 24px;
  padding: 14px 24px;
  font-weight: 600;
  text-decoration: none;
}

/* Resource invitation: one heading, supporting copy, then clear actions. */
#participate .section-heading h2 {
  max-width: 30ch;
}
#participate .section-heading {
  margin-bottom: 0;
}
.button-secondary {
  background: transparent;
  color: var(--red);
  box-shadow: inset 0 0 0 2px var(--red);
}
.button-secondary:hover {
  background: var(--red);
  color: #fff;
}

/* Section calls to action use buttons; navigation and inline references remain links. */
.resource a.button {
  align-self: flex-start;
  flex: none;
  color: #fff;
  margin-top: auto;
}
.resource a.button:hover {
  color: #fff;
}
.map-note a.button {
  text-decoration: none;
}
.activity-section .button-secondary {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}
.activity-section .button-secondary:hover {
  background: #fff;
  color: var(--night);
}
.newsletter-pending .button {
  margin-top: 22px;
}

.resource-purpose {
  font-size: 28px;
  margin-bottom: 22px;
  color: var(--ink);
}

.multiplication-section {
  padding-block: 65px 85px;
}
.multiplication-section > h2 {
  max-width: 29ch;
}
.multiplication-intro {
  margin: 24px 0 32px;
  color: var(--muted);
}
.growth-comparison {
  background: #f3f4f5;
  border-radius: 12px;
  padding: 36px;
}
.growth-panels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}
.growth-panel h3 {
  font-size: 28px;
}
.growth-panel > p {
  font-size: 14px;
  margin-top: 12px;
  min-height: 3.6em;
}
.growth-total {
  display: block;
  font-size: clamp(48px, 7vw, 80px);
  line-height: 1.2;
  font-weight: 600;
  margin-top: 18px;
  font-variant-numeric: tabular-nums;
}
.growth-multiply h3,
.growth-multiply .growth-total {
  color: var(--red);
}
.growth-unit {
  display: block;
  font-size: 12px;
  color: var(--muted);
  margin: 8px 0 20px;
}
.growth-people {
  display: grid;
  grid-template-columns: repeat(16, minmax(0, 1fr));
  gap: 5px;
  min-height: 195px;
  align-content: start;
}
.growth-people svg {
  width: 100%;
  max-width: 12px;
  height: 20px;
  fill: #626262;
  animation: person-arrive 0.65s ease-out both;
}
.growth-multiply .growth-people svg {
  fill: var(--red);
}
@keyframes person-arrive {
  from {
    opacity: 0.3;
    transform: scale(0.75);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.growth-chart {
  max-width: 760px;
  margin: 24px auto 0;
}
.growth-chart svg {
  display: block;
  width: 100%;
}
.growth-grid {
  stroke: #d4d5d6;
  fill: none;
}
.growth-axis {
  font:
    12px Poppins,
    Arial,
    sans-serif;
  fill: #626262;
}
.growth-line {
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.growth-add-line {
  stroke: #626262;
  stroke-dasharray: 6 5;
}
.growth-multiply-line {
  stroke: var(--red);
}
.growth-legend {
  display: flex;
  justify-content: center;
  gap: 24px;
  font-size: 13px;
}
.growth-legend span:before {
  content: "";
  display: inline-block;
  width: 24px;
  border-top: 3px dashed #626262;
  margin-right: 8px;
  vertical-align: middle;
}
.growth-legend span + span:before {
  border-top: 3px solid var(--red);
}
.growth-controls {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 28px;
}
.growth-controls[hidden] {
  display: none;
}
.growth-controls > span {
  margin-right: auto;
  font-size: 14px;
}
.growth-controls button {
  padding: 10px 16px;
}
.growth-controls button:disabled {
  opacity: 0.45;
  cursor: default;
}
.growth-conclusion {
  font-size: clamp(22px, 2.5vw, 30px);
  line-height: 1.4;
  font-weight: 500;
  margin-top: 30px;
}
.growth-note {
  font-size: 12px;
  color: var(--muted);
  margin-top: 16px;
}
@media (max-width: 600px) {
  .growth-comparison {
    padding: 20px 16px;
  }
  .growth-panels {
    gap: 18px;
  }
  .growth-panel h3 {
    font-size: 20px;
  }
  .growth-panel > p {
    min-height: 5.4em;
  }
  .growth-people {
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 3px;
    min-height: 285px;
  }
  .growth-people svg {
    height: 15px;
  }
  .growth-unit {
    min-height: 3.6em;
  }
  .growth-controls > span {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .growth-people svg {
    animation: none;
  }
}

.giving-credential-body {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 30px;
  align-items: start;
}
.giving-credential-body img {
  width: 120px;
  height: auto;
}
.giving-credential-body p:first-child {
  margin-top: 0;
}
@media (max-width: 600px) {
  .giving-credential-body {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.giving-results,
.giving-opportunity {
  padding: 32px;
  background: #f3f4f5;
  border-radius: 10px;
}
.giving-reading .giving-results h2,
.giving-reading .giving-opportunity h2,
.giving-reading .giving-options h2 {
  margin-top: 0;
}
.giving-tool-examples {
  padding-left: 22px;
  max-width: 70ch;
}
.giving-tool-examples li {
  margin-bottom: 14px;
}
.giving-reading .evaluation-copy .button {
  margin-top: 12px;
}
.giving-reading .giving-links a.button {
  text-decoration: none;
}
@media (max-width: 600px) {
  .giving-results,
  .giving-opportunity {
    padding: 24px;
  }
  .giving-reading .button {
    max-width: 100%;
    text-align: center;
  }
}

/* Dark comparison section separates the teaching visual from Scripture. */
.multiplication-section {
  background: #3a3a3a;
  color: #fff;
  margin-top: 32px;
}
.multiplication-intro {
  color: #d7dbe0;
}
.growth-comparison {
  background: #404040;
}
.growth-panel > p,
.growth-unit,
.growth-note,
.growth-icon-note {
  color: #cbd0d5;
}
.growth-multiply h3,
.growth-multiply .growth-total {
  color: #ff777d;
}
.growth-people svg {
  fill: #d7dbe0;
}
.growth-multiply .growth-people svg {
  fill: #ff777d;
}
.growth-total {
  font-size: clamp(30px, 5vw, 66px);
  letter-spacing: -0.04em;
}
.growth-grid {
  stroke: #505966;
}
.growth-axis {
  fill: #cbd0d5;
}
.growth-add-line {
  stroke: #d7dbe0;
}
.growth-multiply-line {
  stroke: #ff777d;
}
.growth-legend span:before {
  border-color: #d7dbe0;
}
.growth-legend span + span:before {
  border-color: #ff777d;
}
.growth-controls .button-secondary {
  color: #fff;
  box-shadow: inset 0 0 0 2px #aeb6c1;
}
.growth-icon-note {
  font-size: 12px;
  margin-top: 16px;
}
@media (max-width: 480px) {
  .growth-total {
    font-size: clamp(23px, 6.3vw, 30px);
  }
}

.growth-add-dot {
  fill: #fff;
}
.growth-multiply-dot {
  fill: #ff777d;
}
.growth-point-label {
  font:
    600 14px Poppins,
    Arial,
    sans-serif;
  paint-order: stroke;
  stroke: #222831;
  stroke-width: 4px;
  stroke-linejoin: round;
}
.growth-add-label {
  fill: #fff;
}
.growth-multiply-label {
  fill: #ff777d;
}

.map-note.map-about {
  max-width: none;
  text-align: right;
  margin-top: 10px;
  font-size: 12px;
}
.map-about a {
  color: #bfc5cc;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.map-about a:hover {
  color: #fff;
}

.quote-rotator blockquote > p {
  font-style: italic;
}

.growth-world {
  margin-top: 28px;
  border-top: 0;
  padding-top: 0;
}
.growth-world canvas {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 720/330;
}
.growth-world-scale {
  font-size: 12px;
  color: #cbd0d5;
  min-height: 3.6em;
}

.giving-section.giving-simple {
  display: block;
}
.giving-simple .giving-section-title {
  max-width: 24ch;
}
.giving-simple .giving-copy {
  max-width: 760px;
}
.giving-simple .giving-bottom-seal {
  display: block;
  width: 90px;
  margin-top: 32px;
}

.giving-joy {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
}
.giving-simple .giving-joy .giving-bottom-seal {
  flex: 0 0 90px;
  margin-top: 0;
}
.giving-joy p {
  margin: 0;
}
@media (max-width: 480px) {
  .giving-joy {
    gap: 16px;
  }
  .giving-simple .giving-joy .giving-bottom-seal {
    flex-basis: 72px;
    width: 72px;
  }
}

/* Homepage actions are centered beneath the content they serve. */
.home-page .commission-visual .about-cta {
  display: flex;
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  text-align: center;
}
.home-page .resource a.button {
  align-self: center;
  text-align: center;
}
.home-page #participate .actions,
.home-page #give .actions {
  justify-content: center;
}
.home-page #participate .actions .button {
  max-width: 100%;
  text-align: center;
}
.home-page .newsletter-pending .button {
  display: flex;
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  text-align: center;
}

.home-page .newsletter-inner {
  display: block;
}
.home-page .newsletter-inner h2 {
  max-width: 30ch;
}
.home-page .newsletter-inner p {
  max-width: 66ch;
}
.home-page .newsletter-pending {
  margin-top: 24px;
}
.home-page .newsletter-pending p {
  font-size: 13px;
  color: var(--muted);
}
.home-page .newsletter-pending .button {
  margin-top: 28px;
}

/* Three narrative chapters in the scrolling homepage. */
.chapter-band {
  width: 100%;
  border-top: 2px solid var(--red);
  border-bottom: 2px solid var(--red);
  padding: 40px 0;
}
.chapter-band h2 {
  font-size: clamp(30px, 3.5vw, 44px);
  max-width: none;
}
.chapter-band p {
  margin-top: 14px;
  font-size: 16px;
  max-width: 70ch;
}
.chapter-calling {
  background: #fff;
  color: var(--ink);
}
.chapter-work {
  background: #ededed;
  color: var(--ink);
}
.chapter-part {
  background: #101010;
  color: #fff;
}
.chapter-calling p,
.chapter-work p {
  color: var(--muted);
}
.chapter-part p {
  color: #d4d6d9;
}
@media (max-width: 600px) {
  .chapter-band {
    padding: 30px 0;
  }
}

.chapter-band {
  border-top-width: 6px;
  border-bottom-width: 6px;
}
.chapter-band h2 {
  font-weight: 600;
}
.home-page .opening {
  margin-bottom: clamp(20px, 4vw, 40px);
}

/* Use the shared homepage content width instead of narrow text measures. */
.home-page .opening-copy,
.home-page .commission-visual,
.home-page .giving-simple .giving-copy {
  max-width: none;
}
.home-page main h2,
.home-page main p,
.home-page #participate .section-heading h2,
.home-page .newsletter-inner h2,
.home-page .newsletter-inner p,
.home-page .giving-simple .giving-section-title,
.home-page .commission-visual h2 {
  max-width: none;
}

/* A single, stable space for ministry adoption and recent activity. */
.work-switch {
  display: flex;
  gap: 24px;
  padding-block: 20px;
}
.work-switch[hidden] {
  display: none;
}
.work-switch button {
  background: none;
  border: 0;
  padding: 8px 0;
  color: var(--muted);
  font-size: 14px;
}
.work-switch button[aria-pressed="true"] {
  color: var(--red);
  text-decoration: underline;
  text-underline-offset: 6px;
}
.work-showcase.is-ready .work-stage {
  display: grid;
}
.work-showcase.is-ready .work-panel {
  grid-area: 1/1;
  min-width: 0;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.6s ease,
    visibility 0.6s;
  pointer-events: none;
}
.work-showcase.is-ready .work-panel.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.work-showcase .adoption-section {
  align-self: start;
}
@media (prefers-reduced-motion: reduce) {
  .work-showcase.is-ready .work-panel {
    transition: none;
  }
}
.home-page .activity-section .section-heading > p {
  color: #cbd0d5;
}

/* Keep both work views on one continuous dark surface. */
.work-showcase {
  background: var(--night);
  color: #fff;
}
.work-showcase .adoption-section > p,
.work-showcase .work-switch button {
  color: #cbd0d5;
}
.work-showcase .work-switch button[aria-pressed="true"] {
  color: #fff;
}
.work-showcase .work-switch button:focus-visible {
  outline-color: #fff;
}

.home-page .resource a.button {
  gap: 10px;
}
.external-link-icon {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
}

.credential-inline-link {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.credential-inline-link:hover {
  color: var(--red);
}

/* Center calls to action within their section or card across every page. */
body .actions {
  justify-content: center;
}
body a.button,
body summary.button {
  display: flex;
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  text-align: center;
  justify-content: center;
}
body .actions > a.button {
  margin-inline: 0;
}
body .resource a.button {
  align-self: center;
}

/* Consistent chapter markers, separated from neighboring dark content. */
.home-page {
  --chapter-dark-gap: 40px;
}
.home-page .chapter-band {
  background: #101010;
  color: #fff;
}
.home-page .chapter-band p {
  color: #d4d6d9;
}
.home-page
  :is(.multiplication-section, .work-showcase, .activity-section)
  + .chapter-band {
  margin-top: var(--chapter-dark-gap);
}
.home-page
  .chapter-band
  + :is(.multiplication-section, .work-showcase, .activity-section) {
  margin-top: var(--chapter-dark-gap);
}
.home-page .witness:has(+ .chapter-band) {
  padding-bottom: var(--chapter-dark-gap);
}
@media (max-width: 800px) {
  .home-page {
    --chapter-dark-gap: 20px;
  }
}

.sequence-controls {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  padding-block: 20px;
}
.sequence-controls button {
  background: white;
  color: var(--red);
  border: 1px solid var(--red);
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 13px;
}
.sequence-controls button[aria-pressed="true"] {
  background: var(--red);
  color: white;
}
.sequence-stage {
  display: grid;
}
.sequence-stage > .multiplication-section,
.sequence-stage > .movement-frame {
  grid-area: 1/1;
  min-width: 0;
  margin: 0;
}
.sequence-stage > .multiplication-section {
  align-self: stretch;
}
.movement-frame {
  width: 100%;
  height: 1450px;
  border: 0;
  background: #f3f4f5;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.show-movements .movement-frame {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.show-movements .multiplication-section {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.growth-sequence + .chapter-band {
  margin-top: var(--chapter-dark-gap);
}

/* Migrated reading pages and supplementary resources. */
.migrated-content p,
.migrated-content li {
  overflow-wrap: anywhere;
}
.migrated-content h2 {
  margin-top: 40px;
}
.migrated-content h3 {
  margin-top: 28px;
}
.migrated-content img {
  max-height: 650px;
  width: auto;
  margin: 24px auto;
  object-fit: contain;
}
.migrated-content figure {
  margin: 24px 0;
}
.migrated-content a:not(.button) {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.migrated-content iframe {
  width: 100%;
  border: 0;
  min-height: 700px;
}
.migrated-content pre {
  overflow: auto;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  background: #f3f4f5;
  padding: 24px;
  font-size: 13px;
}
.migrated-content address,
#other-giving address {
  font-style: normal;
}
.article-list {
  list-style: none;
  padding: 0;
}
.article-list li {
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
.article-list a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.archive-notice,
.form-handoff {
  padding: 18px 22px;
  background: #f3f4f5;
  font-size: 14px;
  color: var(--muted);
}
.archived-copy {
  border-left: 3px solid var(--line);
  padding-left: 24px;
}
.more-tools-link {
  margin: 36px 0 0;
  text-align: center;
}
.widget-reading {
  max-width: 1120px;
}
.widget-preview {
  height: 950px;
}
.footer-inner > div {
  flex-wrap: wrap;
}
.migration-context {
  color: var(--red);
}
@media (max-width: 600px) {
  .migrated-content iframe {
    min-height: 600px;
  }
  .widget-preview {
    height: 1150px;
  }
  .migrated-content pre {
    padding: 16px;
  }
}
.migrated-content .widget-preview {
  min-height: 0;
}

/* Keep emphasis visible when motion is reduced. */
#commission-theme,
.commission-controls button[aria-pressed="true"] {
  font-weight: 600;
}
@media (prefers-reduced-motion: reduce) {
  .commission-passage [data-emphasis] {
    transition: none;
  }
  .commission-passage .emphasized {
    font-weight: 600;
  }
}

/* Let the story wrap around its portrait on phones. */
.story-photo-mobile {
  display: none;
}
@media (max-width: 800px) {
  .human-story {
    display: block;
  }
  .human-story > img {
    display: none;
  }
  .human-story > div {
    display: flow-root;
  }
  .human-story .story-photo-mobile {
    display: block;
    float: right;
    width: 38%;
    max-width: 155px;
    height: auto;
    margin: 23px 0 12px 18px;
    border-radius: 6px;
  }
  .human-story .story-footnote {
    clear: both;
  }
}

/* Matching replay controls and a closing mobile call to action. */
.sequence-controls button[data-sequence-replay],
.sequence-controls button[data-sequence-replay][aria-pressed="true"] {
  background: #fff;
  color: var(--red);
  border: 1px solid var(--red);
}
.sequence-controls button[data-sequence-replay]:hover {
  background: #fff5f5;
}
.calling-mobile-cta {
  display: none;
}
@media (max-width: 800px) {
  .home-page .commission-visual .about-cta {
    display: none;
  }
  .calling-mobile-cta {
    display: flex;
    justify-content: center;
    padding-block: 28px;
  }
}

/* Shared hamburger navigation at every screen size. */
.header {
  flex-wrap: wrap;
}
.header .menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 10px;
  border: 0;
  background: transparent;
  color: var(--ink);
}
.hamburger {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 26px;
}
.hamburger > span {
  display: block;
  width: 26px;
  height: 2px;
  background: currentColor;
  transition:
    transform 0.2s,
    opacity 0.2s;
}
.menu-toggle[aria-expanded="true"] .hamburger > span:first-child {
  transform: translateY(7px) rotate(45deg);
}
.menu-toggle[aria-expanded="true"] .hamburger > span:nth-child(2) {
  opacity: 0;
}
.menu-toggle[aria-expanded="true"] .hamburger > span:last-child {
  transform: translateY(-7px) rotate(-45deg);
}
.header nav {
  display: none;
  width: 100%;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid var(--line);
  padding-top: 12px;
}
.header nav.open {
  display: flex;
}
.header nav a {
  padding: 10px 0;
}

@media (max-width: 800px) {
  .commission-passage .emphasized {
    font-weight: 600;
  }
}

/* Desktop shows navigation links; mobile keeps the hamburger. */
@media (min-width: 801px) {
  .header {
    flex-wrap: nowrap;
  }
  .header .menu-toggle {
    display: none;
  }
  .header nav,
  .header nav.open {
    display: flex;
    width: auto;
    flex-direction: row;
    gap: 25px;
    border-top: 0;
    padding-top: 0;
  }
  .header nav a {
    padding: 0;
  }
}

/* Primary actions in the navigation. */
.header nav {
  align-items: center;
}
.header nav a.nav-cta {
  padding: 10px 16px;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
}
.header nav a.nav-cta:hover {
  color: #fff;
  background: #961d22;
}
@media (max-width: 800px) {
  .header nav {
    align-items: stretch;
  }
  .header nav a.nav-cta {
    margin-top: 10px;
    text-align: center;
  }
}
@media (min-width: 801px) and (max-width: 1100px) {
  .header {
    gap: 18px;
  }
  .header nav {
    gap: 12px;
    font-size: 13px;
  }
  .header nav a.nav-cta {
    padding: 10px;
    font-size: 13px;
  }
  .header .brand {
    width: 130px;
  }
}

@font-face {
  font-family: Poppins;
  src: url("assets/poppins-800.ttf") format("truetype");
  font-weight: 800;
  font-display: swap;
}
.chapter-band h2 {
  font-size: clamp(36px, 4.5vw, 56px);
  font-weight: 800;
  line-height: 1.15;
  color: #fff;
}
.chapter-band p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

.chapter-band {
  text-align: center;
}
.chapter-band h2,
.chapter-band p {
  margin-inline: auto;
}

.commission-passage .emphasized {
  font-weight: 600;
}

/* Add half the original band height as vertical breathing room. */
.chapter-band {
  padding-block: calc(60px + 1.1em + 6px);
}
@media (max-width: 600px) {
  .chapter-band {
    padding-block: calc(45px + 1.1em + 6px);
  }
}

/* Keep the main navigation visible while scrolling. */
.header.wrap {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  margin-inline: 0;
  padding-inline: max(40px, calc((100% - var(--max)) / 2));
  background: #fff;
  box-shadow: 0 2px 8px #0000000d;
}
html {
  scroll-padding-top: 115px;
}
@media (max-width: 800px) {
  .header.wrap {
    padding-inline: 20px;
  }
  .header nav.open {
    max-height: calc(100dvh - 100px);
    overflow-y: auto;
  }
  html {
    scroll-padding-top: 100px;
  }
}

#impact-heading {
  margin-bottom: 30px;
}

/* Compact phone comparison: counters and one chart. */
@media (max-width: 800px) {
  .sequence-stage {
    display: block;
  }
  .sequence-stage > .movement-frame {
    display: none;
  }
  .show-movements .sequence-stage > .movement-frame {
    display: block;
  }
  .show-movements .sequence-stage > .multiplication-section {
    display: none;
  }
  .multiplication-section {
    padding-block: 24px;
  }
  .multiplication-section h2 {
    font-size: 25px;
    line-height: 1.2;
  }
  .multiplication-intro {
    font-size: 14px;
    line-height: 1.5;
    margin: 12px 0 18px;
  }
  .growth-comparison {
    padding: 18px 12px;
  }
  .growth-world {
    display: none;
  }
  .growth-panels {
    gap: 12px;
  }
  .growth-panel h3 {
    font-size: 18px;
  }
  .growth-panel > p {
    font-size: 12px;
    line-height: 1.4;
    min-height: 0;
    margin-top: 8px;
  }
  .growth-total {
    font-size: 30px;
    margin-top: 10px;
  }
  .growth-unit {
    font-size: 11px;
    line-height: 1.4;
    min-height: 0;
    margin: 6px 0 10px;
  }
  .growth-chart {
    margin-top: 14px;
  }
  .growth-chart svg {
    min-height: 170px;
  }
  .growth-legend {
    font-size: 12px;
    gap: 14px;
  }
  .growth-controls {
    margin-top: 16px;
    gap: 8px;
  }
  .growth-controls button {
    padding: 8px 12px;
    font-size: 12px;
  }
  .sequence-controls {
    gap: 8px;
    padding-block: 12px;
  }
  .sequence-controls button {
    padding: 8px 10px;
    font-size: 12px;
  }
}

/* Compact laptop presentation: one chart beneath the counters. */
@media (min-width: 801px) {
  .sequence-stage {
    display: block;
  }
  .sequence-stage > .movement-frame {
    display: none;
  }
  .show-movements .sequence-stage > .movement-frame {
    display: block;
  }
  .show-movements .sequence-stage > .multiplication-section {
    display: none;
  }
  .multiplication-section {
    padding-block: 22px;
  }
  .multiplication-section h2 {
    font-size: 30px;
    max-width: none;
  }
  .multiplication-intro {
    margin: 10px 0 16px;
    font-size: 15px;
  }
  .growth-comparison {
    padding: 18px 28px;
  }
  .growth-world {
    display: none;
  }
  .growth-panel h3 {
    font-size: 22px;
  }
  .growth-panel > p {
    min-height: 0;
    margin-top: 6px;
    font-size: 13px;
  }
  .growth-total {
    font-size: 38px;
    margin-top: 8px;
  }
  .growth-unit {
    margin: 4px 0 8px;
  }
  .growth-chart {
    margin-top: 8px;
    max-width: 660px;
  }
  .growth-chart svg {
    max-height: 185px;
  }
  .growth-controls {
    margin-top: 10px;
  }
  .growth-controls button {
    padding: 7px 14px;
  }
  .sequence-controls {
    padding-block: 10px;
  }
}

/* Shared, gently rounded call-to-action buttons. */
.button {
  border-radius: 6px;
}

/* Both views share the same counters and playback. */
.growth-visuals {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 24px;
  margin-top: 12px;
}
.growth-visuals .growth-world {
  display: block;
  width: 100%;
  height: 200px;
  margin: 0;
  min-height: 0;
}
.growth-visuals .growth-world canvas {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.growth-visuals .growth-chart {
  display: block;
  width: 100%;
  margin: 0;
  min-width: 0;
}
.growth-visuals .growth-chart svg {
  height: 200px;
  max-height: 200px;
}
@media (max-width: 800px) {
  .growth-visuals {
    grid-template-columns: 1fr;
    gap: 4px;
    margin-top: 4px;
  }
  .growth-visuals .growth-world {
    height: 130px;
  }
  .growth-visuals .growth-chart svg {
    height: 135px;
    min-height: 0;
    max-height: 135px;
  }
  .multiplication-section {
    padding-block: 16px;
  }
  .multiplication-section h2 {
    font-size: 23px;
  }
  .multiplication-intro {
    margin: 8px 0 12px;
    font-size: 13px;
  }
  .growth-comparison {
    padding: 12px;
  }
  .growth-panel > p {
    margin-top: 4px;
  }
  .growth-total {
    margin-top: 6px;
  }
  .growth-unit {
    margin-bottom: 4px;
  }
  .growth-controls {
    margin-top: 10px;
  }
}
@media (max-width: 800px) {
  .growth-chart .growth-axis {
    font-size: 20px;
  }
  .growth-chart .growth-point-label {
    font-size: 22px;
  }
}

/* Desktop: explanation and line chart left, people right. */
@media (min-width: 801px) {
  .growth-comparison {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 28px;
  }
  .growth-visuals {
    display: contents;
  }
  .growth-panels {
    grid-column: 1;
    grid-row: 1;
    gap: 18px;
  }
  .growth-visuals .growth-world {
    grid-column: 2;
    grid-row: 1 / 4;
    align-self: center;
    height: 380px;
  }
  .growth-visuals .growth-chart {
    grid-column: 1;
    grid-row: 2;
  }
  .growth-legend {
    grid-column: 1;
    grid-row: 3;
  }
  .growth-controls {
    grid-column: 1 / -1;
    justify-content: center;
  }
  .growth-panel h3 {
    font-size: 20px;
  }
  .growth-total {
    font-size: clamp(28px, 2.6vw, 38px);
  }
}

/* Contact forms */
.form {
  margin-top: 30px;
}
.form-section,
.form-checks {
  border: 0;
  padding: 0;
  margin: 0 0 30px;
  min-width: 0;
}
.form-section > legend {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -0.035em;
  padding: 0;
  margin-bottom: 6px;
}
.form-note {
  font-size: 14px;
  color: var(--muted);
  margin: 0 0 18px;
}
.form-field {
  margin-bottom: 18px;
}
.form-field label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
}
.form-required {
  font-weight: 400;
  color: var(--muted);
}
.form-field input,
.form-field textarea {
  display: block;
  width: 100%;
  font: inherit;
  line-height: 1.5;
  padding: 12px 14px;
  border: 1px solid #c9ccd0;
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
}
.form-field textarea {
  resize: vertical;
}
.form-field input:focus-visible,
.form-field textarea:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 2px;
}
.form-field [aria-invalid="true"] {
  border-color: var(--red);
}
.form-check {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 15px;
  margin-bottom: 8px;
}
.form-check input {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin: 6px 0 0;
  accent-color: var(--red);
}
.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.form-verify {
  margin: 24px 0 8px;
  min-height: 65px;
}
.form-status {
  font-size: 14px;
  color: var(--muted);
  min-height: 1.8em;
  margin: 0;
}
.form-status.is-error {
  color: var(--red);
}
.form .actions {
  margin-top: 12px;
}
.form-success {
  margin-top: 30px;
  padding: 24px 28px;
  background: #f3f4f5;
}
.form-success:focus {
  outline: none;
}
.form-success h2 {
  margin: 0 0 12px;
  font-size: 24px;
}
