/*
Theme Name: Harper's Heroes
Theme URI: https://harpersheroesfund.com
Author: Harper's Heroes
Author URI: https://harpersheroesfund.com
Description: A custom superhero-themed WordPress homepage for Harper's Heroes.
Version: 1.1.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: harpers-heroes
*/

html, body, div, section, header, footer, nav, main, article,
h1, h2, h3, p, a, span, strong {
  box-sizing: border-box;
}

h1, h2, h3, p {
  margin-block-start: 0;
}

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

.wp-page-header {
  align-items: center;
  background: var(--black);
  display: flex;
  justify-content: space-between;
  min-height: 88px;
  padding: 10px clamp(20px, 5vw, 80px);
}

.wp-page-header img {
  height: 68px;
  object-fit: contain;
  width: 68px;
}

.wp-page-header a:last-child {
  color: var(--white);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wp-content-page {
  background: var(--paper);
  color: var(--ink);
  min-height: calc(100vh - 88px);
  padding: clamp(64px, 8vw, 120px) 24px;
}

.wp-content-page article {
  margin: 0 auto;
  max-width: 900px;
}

.wp-content-page h1 {
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: clamp(3rem, 6vw, 6rem);
  font-weight: 900;
  line-height: 0.95;
  margin-bottom: 34px;
  text-transform: uppercase;
}

.wp-content-page .entry-content {
  font-size: 1.05rem;
  line-height: 1.75;
}

.wp-content-page .entry-content a {
  color: var(--blue-deep);
  text-decoration: underline;
}

:root {
  --black: #050505;
  --ink: #101115;
  --orange: #ff8a00;
  --orange-light: #ffb13b;
  --blue: #84d9f7;
  --blue-deep: #1596c5;
  --paper: #f7f8f6;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  align-items: center;
  background: rgba(5, 5, 5, 0.94);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  min-height: 90px;
  padding: 8px clamp(20px, 4vw, 72px);
  position: relative;
  z-index: 20;
}

.brand {
  align-items: center;
  display: inline-flex;
  justify-self: start;
}

.brand img {
  height: 70px;
  object-fit: contain;
  width: 70px;
}

nav {
  display: flex;
  gap: clamp(22px, 3vw, 44px);
}

nav a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color 180ms ease;
}

nav a:hover,
nav a:focus-visible {
  color: var(--orange);
}

.button {
  align-items: center;
  background: var(--orange);
  border: 2px solid var(--orange);
  border-radius: 999px;
  color: var(--black);
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 900;
  gap: 14px;
  justify-content: center;
  letter-spacing: 0.08em;
  padding: 17px 25px;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.button:hover,
.button:focus-visible {
  background: var(--white);
  border-color: var(--white);
  transform: translateY(-2px);
}

.button-small {
  justify-self: end;
  padding: 13px 19px;
}

.hero {
  align-items: center;
  background:
    radial-gradient(circle at 15% 50%, rgba(132, 217, 247, 0.08), transparent 34%),
    var(--black);
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
  min-height: calc(100vh - 90px);
  overflow: hidden;
  padding-left: clamp(24px, 6vw, 110px);
  position: relative;
}

.hero::before {
  background-image: radial-gradient(rgba(255, 255, 255, 0.14) 1px, transparent 1px);
  background-size: 15px 15px;
  content: "";
  height: 210px;
  left: -40px;
  mask-image: linear-gradient(90deg, #000, transparent);
  opacity: 0.45;
  position: absolute;
  top: 80px;
  width: 330px;
}

.hero-copy {
  max-width: 680px;
  padding: 70px 0 90px;
  position: relative;
  z-index: 4;
}

.eyebrow {
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.eyebrow span {
  color: var(--orange);
  margin-right: 8px;
}

h1 {
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: clamp(4.2rem, 6.7vw, 7.5rem);
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 0.88;
  margin: 0;
  max-width: 760px;
  text-transform: uppercase;
}

h1 span {
  color: var(--orange);
  display: block;
  text-shadow: 4px 4px 0 rgba(132, 217, 247, 0.2);
}

.hero-intro {
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  line-height: 1.7;
  margin: 28px 0 34px;
  max-width: 590px;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}

.text-link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.text-link span {
  color: var(--blue);
  margin-left: 7px;
}

.hero-art {
  align-self: stretch;
  min-height: 640px;
  position: relative;
}

.burst {
  background: var(--blue);
  clip-path: polygon(50% 0%, 59% 34%, 85% 15%, 68% 41%, 100% 50%, 67% 58%, 85% 85%, 58% 67%, 50% 100%, 41% 66%, 15% 85%, 33% 58%, 0 50%, 34% 41%, 15% 15%, 42% 34%);
  filter: drop-shadow(0 0 45px rgba(132, 217, 247, 0.25));
  height: min(68vw, 930px);
  opacity: 0.12;
  position: absolute;
  right: -17%;
  top: -3%;
  width: min(68vw, 930px);
}

.family-image {
  bottom: -1px;
  height: auto;
  max-width: none;
  mix-blend-mode: screen;
  object-fit: contain;
  object-position: bottom center;
  position: absolute;
  right: -9%;
  width: min(70vw, 1120px);
  z-index: 2;
}

.hero-badge {
  align-items: center;
  background: var(--orange);
  border: 5px solid var(--black);
  border-radius: 50%;
  bottom: 9%;
  color: var(--black);
  display: flex;
  flex-direction: column;
  height: 130px;
  justify-content: center;
  position: absolute;
  right: 5%;
  transform: rotate(8deg);
  width: 130px;
  z-index: 5;
}

.hero-badge strong {
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 2.35rem;
  line-height: 1;
}

.hero-badge span {
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mission-strip {
  align-items: center;
  background: var(--orange);
  color: var(--black);
  display: flex;
  gap: clamp(18px, 4vw, 60px);
  justify-content: center;
  min-height: 88px;
  overflow: hidden;
  padding: 20px 24px;
}

.mission-strip p {
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: clamp(1.5rem, 2.6vw, 2.7rem);
  letter-spacing: 0.035em;
  margin: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.mission-strip span {
  color: var(--white);
  font-size: 1.1rem;
}

.section-light {
  background:
    radial-gradient(circle at 80% 20%, rgba(132, 217, 247, 0.28), transparent 27%),
    var(--paper);
  color: var(--ink);
}

.mission-section,
.help-section {
  padding: clamp(84px, 9vw, 150px) clamp(24px, 6vw, 110px);
}

.section-heading {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(210px, 0.55fr) minmax(380px, 1.25fr) minmax(260px, 0.8fr);
  margin: 0 auto 66px;
  max-width: 1240px;
}

.section-kicker {
  color: var(--blue-deep);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  margin: 8px 0 0;
  text-transform: uppercase;
}

.section-heading h2,
.story-copy h2,
.final-cta h2 {
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: clamp(3.2rem, 5.2vw, 6.2rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 0.95;
  margin: 0;
  text-transform: uppercase;
}

.section-heading > p:last-child {
  color: #62646a;
  font-size: 1.03rem;
  line-height: 1.75;
  margin: 4px 0 0;
}

.impact-grid,
.help-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1240px;
}

.impact-card {
  min-height: 380px;
  overflow: hidden;
  padding: 36px;
  position: relative;
}

.card-orange {
  background: var(--orange);
}

.card-blue {
  background: var(--blue);
}

.card-dark {
  background: var(--ink);
  color: var(--white);
}

.card-number {
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.card-icon {
  align-items: center;
  border: 2px solid currentColor;
  border-radius: 50%;
  display: flex;
  font-size: 2rem;
  height: 82px;
  justify-content: center;
  margin: 70px 0 35px;
  width: 82px;
}

.impact-card h3,
.help-card h3 {
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 2.6rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.impact-card p,
.help-card p {
  font-size: 0.98rem;
  line-height: 1.6;
  margin: 0;
  max-width: 300px;
}

.impact-card::after {
  border: 2px solid currentColor;
  border-radius: 50%;
  content: "";
  height: 190px;
  opacity: 0.09;
  position: absolute;
  right: -90px;
  top: -90px;
  width: 190px;
}

.story-section {
  background: var(--blue);
  color: var(--ink);
  display: grid;
  grid-template-columns: minmax(420px, 0.95fr) minmax(420px, 1.05fr);
  min-height: 720px;
}

.story-visual {
  align-items: center;
  background:
    radial-gradient(circle, rgba(255,255,255,0.42) 0 2px, transparent 2.5px) 0 0 / 18px 18px,
    var(--blue-deep);
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.faith-shield {
  align-items: center;
  aspect-ratio: 0.82;
  background: var(--ink);
  border: 10px solid var(--white);
  clip-path: polygon(50% 0, 94% 16%, 86% 70%, 50% 100%, 14% 70%, 6% 16%);
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-height: 500px;
  transform: rotate(-4deg);
  width: min(55%, 390px);
}

.faith-cross {
  color: var(--orange);
  font-family: Georgia, serif;
  font-size: clamp(8rem, 17vw, 15rem);
  line-height: 0.78;
  text-shadow: 7px 7px 0 var(--blue);
}

.faith-shield-label {
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin-top: 28px;
  text-transform: uppercase;
}

.story-bubble {
  align-items: center;
  background: var(--orange);
  border: 6px solid var(--ink);
  border-radius: 50%;
  bottom: 12%;
  display: flex;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
  height: 120px;
  justify-content: center;
  position: absolute;
  right: 8%;
  text-transform: uppercase;
  transform: rotate(10deg);
  width: 120px;
}

.story-copy {
  align-self: center;
  max-width: 670px;
  padding: 90px clamp(40px, 7vw, 120px);
}

.story-copy .section-kicker {
  color: #08789f;
  margin-bottom: 18px;
}

.story-lead {
  font-size: 1.3rem !important;
  font-weight: 800;
  margin-top: 32px !important;
}

.story-copy > p:not(.section-kicker) {
  line-height: 1.75;
  margin: 18px 0 0;
}

.faith-section {
  background: var(--ink);
  color: var(--white);
  display: grid;
  gap: clamp(46px, 7vw, 100px);
  grid-template-columns: minmax(320px, 0.75fr) minmax(520px, 1.25fr);
  padding: clamp(86px, 9vw, 145px) clamp(24px, 8vw, 130px);
}

.faith-heading { align-self: center; max-width: 540px; }
.faith-heading .section-kicker { color: var(--orange); margin-bottom: 20px; }

.faith-heading h2 {
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: clamp(3.4rem, 5vw, 6.2rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 0.92;
  margin: 0;
  text-transform: uppercase;
}

.faith-heading > p:last-child {
  color: rgba(255,255,255,0.65);
  line-height: 1.75;
  margin: 28px 0 0;
}

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

.verse-card { color: var(--ink); min-height: 480px; padding: 36px; }
.verse-orange { background: var(--orange); }
.verse-blue { background: var(--blue); }

.verse-reference {
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.verse-icon {
  align-items: center;
  border: 3px solid currentColor;
  border-radius: 50%;
  display: flex;
  font-size: 2.2rem;
  height: 88px;
  justify-content: center;
  margin: 76px 0 40px;
  width: 88px;
}

.verse-card h3 {
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: clamp(2.3rem, 3.2vw, 3.8rem);
  font-weight: 900;
  line-height: 0.95;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.verse-card p { line-height: 1.65; margin: 0; }

.golf-section {
  align-items: center;
  background: var(--paper);
  color: var(--ink);
  display: grid;
  gap: clamp(48px, 8vw, 130px);
  grid-template-columns: minmax(320px, 0.8fr) minmax(420px, 1.2fr);
  padding: clamp(82px, 9vw, 145px) clamp(24px, 9vw, 150px);
}

.golf-mark {
  align-items: center;
  aspect-ratio: 1;
  background:
    radial-gradient(circle, rgba(5,5,5,0.2) 1.5px, transparent 2px) 0 0 / 16px 16px,
    var(--orange);
  display: flex;
  justify-content: center;
  max-width: 470px;
  overflow: hidden;
  position: relative;
}

.golf-mark > span {
  color: var(--white);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: clamp(15rem, 27vw, 27rem);
  font-weight: 900;
  line-height: 0.8;
  text-shadow: 12px 12px 0 var(--blue-deep);
  transform: rotate(-7deg);
}

.golf-cross {
  font-family: Georgia, serif !important;
  font-size: clamp(11rem, 23vw, 22rem) !important;
}

.golf-flag {
  align-items: center;
  background: var(--ink);
  border: 6px solid var(--paper);
  border-radius: 50%;
  bottom: 7%;
  color: var(--orange);
  display: flex;
  font-size: 2.5rem;
  height: 112px;
  justify-content: center;
  position: absolute;
  right: 7%;
  transform: rotate(8deg);
  width: 112px;
}

.golf-copy {
  max-width: 680px;
}

.golf-copy .section-kicker {
  color: var(--blue-deep);
  margin-bottom: 20px;
}

.golf-copy h2 {
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: clamp(3.5rem, 6vw, 7rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 0.92;
  margin: 0;
  max-width: 760px;
  text-transform: uppercase;
}

.golf-copy > p:not(.section-kicker) {
  color: #62646a;
  font-size: 1.05rem;
  line-height: 1.75;
  margin: 28px 0 34px;
  max-width: 580px;
}

.golf-button {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--white);
}

.golf-button:hover,
.golf-button:focus-visible {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--ink);
}

.golf-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.golf-sponsor-link {
  border-bottom: 2px solid var(--ink);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  padding-bottom: 6px;
  text-transform: uppercase;
}

.dark-link {
  border-bottom: 2px solid var(--ink);
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-top: 32px;
  padding-bottom: 6px;
  text-transform: uppercase;
}

.dark-link span,
.help-card a span {
  margin-left: 8px;
}

.help-section {
  background:
    linear-gradient(rgba(5,5,5,0.96), rgba(5,5,5,0.96)),
    radial-gradient(circle, var(--blue) 1px, transparent 1.5px) 0 0 / 16px 16px;
}

.centered-heading {
  display: block;
  margin-bottom: 62px;
  max-width: 800px;
  text-align: center;
}

.centered-heading .section-kicker {
  color: var(--orange);
  margin-bottom: 18px;
}

.centered-heading > p:last-child {
  color: rgba(255,255,255,0.65);
  margin: 22px auto 0;
  max-width: 620px;
}

.help-card {
  background: #121319;
  border: 1px solid rgba(255,255,255,0.12);
  min-height: 430px;
  padding: 34px;
  position: relative;
  transition: border-color 180ms ease, transform 180ms ease;
}

.help-card:hover {
  border-color: var(--orange);
  transform: translateY(-8px);
}

.featured-help {
  background: var(--orange);
  color: var(--ink);
}

.featured-help:hover {
  border-color: var(--white);
}

.mission-tag {
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.help-symbol {
  align-items: center;
  border-radius: 50%;
  display: flex;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 2.4rem;
  height: 92px;
  justify-content: center;
  margin: 60px 0 30px;
  width: 92px;
}

.symbol-give {
  background: var(--orange);
  color: var(--ink);
}

.symbol-team {
  background: var(--ink);
  color: var(--orange);
}

.symbol-rally {
  background: var(--blue);
  color: var(--ink);
}

.help-card p {
  color: rgba(255,255,255,0.62);
}

.featured-help p {
  color: rgba(5,5,5,0.72);
}

.help-card a {
  bottom: 34px;
  color: var(--orange);
  font-size: 0.75rem;
  font-weight: 900;
  left: 34px;
  letter-spacing: 0.1em;
  position: absolute;
  text-transform: uppercase;
}

.featured-help a {
  color: var(--ink);
}

.final-cta {
  align-items: center;
  background: var(--orange);
  color: var(--ink);
  display: flex;
  flex-direction: column;
  min-height: 560px;
  overflow: hidden;
  padding: 100px 24px;
  position: relative;
  text-align: center;
}

.cta-burst {
  background: rgba(255,255,255,0.2);
  clip-path: polygon(50% 0%, 58% 34%, 83% 7%, 67% 41%, 100% 50%, 67% 59%, 83% 93%, 58% 66%, 50% 100%, 42% 66%, 17% 93%, 33% 59%, 0 50%, 33% 41%, 17% 7%, 42% 34%);
  height: 760px;
  position: absolute;
  top: -100px;
  width: 760px;
}

.final-cta > *:not(.cta-burst) {
  position: relative;
  z-index: 2;
}

.final-cta > p {
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.final-cta h2 {
  font-size: clamp(4rem, 8vw, 8.6rem);
  max-width: 1000px;
}

.button-white {
  background: var(--white);
  border-color: var(--white);
  margin-top: 42px;
}

.button-white:hover,
.button-white:focus-visible {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--white);
}

footer {
  align-items: center;
  background: var(--black);
  color: rgba(255,255,255,0.55);
  display: grid;
  gap: 28px;
  grid-template-columns: auto 1fr auto;
  padding: 42px clamp(24px, 6vw, 110px);
}

.footer-brand img {
  height: 76px;
  object-fit: contain;
  width: 76px;
}

footer p {
  font-size: 0.82rem;
  line-height: 1.5;
  max-width: 460px;
}

footer > a:last-child {
  color: var(--white);
  font-size: 0.76rem;
  font-weight: 800;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 0;
  }

  .hero-copy {
    padding: 68px 24px 10px;
    text-align: center;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-art {
    min-height: 500px;
  }

  .family-image {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: min(1000px, 135vw);
  }

  .hero-badge {
    bottom: 4%;
    height: 105px;
    right: 6%;
    width: 105px;
  }

  .mission-strip p:nth-of-type(3),
  .mission-strip span:nth-of-type(2) {
    display: none;
  }

  .section-heading {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .section-heading > p:last-child {
    margin-left: auto;
    margin-right: auto;
    max-width: 620px;
  }

  .impact-grid,
  .help-grid {
    gap: 14px;
  }

  .impact-card,
  .help-card {
    padding: 26px;
  }

  .story-section {
    grid-template-columns: 0.85fr 1.15fr;
  }

  .faith-section {
    grid-template-columns: 0.8fr 1.2fr;
    padding-left: 54px;
    padding-right: 54px;
  }

  .golf-section {
    gap: 46px;
    grid-template-columns: 0.85fr 1.15fr;
    padding-left: 54px;
    padding-right: 54px;
  }

  footer {
    grid-template-columns: auto 1fr;
  }

  footer > a:last-child {
    grid-column: 2;
  }
}

@media (max-width: 560px) {
  .site-header {
    min-height: 76px;
  }

  .brand img {
    height: 58px;
    width: 58px;
  }

  .button-small {
    font-size: 0.66rem;
    padding: 11px 14px;
  }

  .hero-copy {
    padding-top: 54px;
  }

  h1 {
    font-size: clamp(3.65rem, 19vw, 5.2rem);
  }

  .hero-intro {
    font-size: 0.98rem;
    padding: 0 4px;
  }

  .hero-art {
    min-height: 390px;
  }

  .mission-strip {
    gap: 14px;
  }

  .mission-strip p {
    font-size: 1.35rem;
  }

  .mission-strip p:nth-of-type(2),
  .mission-strip span:nth-of-type(1) {
    display: none;
  }

  .mission-section,
  .help-section {
    padding: 78px 20px;
  }

  .section-heading {
    margin-bottom: 44px;
  }

  .section-heading h2,
  .story-copy h2 {
    font-size: 3.4rem;
  }

  .impact-grid,
  .help-grid {
    grid-template-columns: 1fr;
  }

  .impact-card,
  .help-card {
    min-height: 0;
  }

  .card-icon,
  .help-symbol {
    margin-top: 42px;
  }

  .story-section {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .story-visual {
    min-height: 430px;
  }

  .story-copy {
    padding: 72px 24px;
  }

  .faith-section {
    grid-template-columns: 1fr;
    padding: 74px 20px;
  }

  .faith-heading {
    justify-self: center;
    text-align: center;
  }

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

  .verse-card {
    min-height: 0;
    padding: 30px;
  }

  .verse-icon { margin: 44px 0 30px; }

  .help-card { padding-bottom: 30px; }

  .help-card p { max-width: none; }

  .help-card a {
    bottom: auto;
    display: inline-flex;
    left: auto;
    margin-top: 28px;
    position: static;
  }

  .golf-section {
    grid-template-columns: 1fr;
    padding: 74px 20px;
  }

  .golf-mark {
    justify-self: center;
    max-width: 420px;
    width: 100%;
  }

  .golf-copy {
    text-align: center;
  }

  .golf-copy h2 {
    font-size: 4rem;
  }

  .golf-copy > p:not(.section-kicker) {
    margin-left: auto;
    margin-right: auto;
  }

  .golf-actions {
    justify-content: center;
  }

  .story-lead {
    font-size: 1.12rem !important;
  }

  .final-cta {
    min-height: 500px;
  }

  .final-cta h2 {
    font-size: 4.2rem;
  }

  footer {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  footer > a:last-child {
    grid-column: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  * {
    transition: none !important;
  }
}
