#afes {
  --navy: #092650;
  --navy-deep: #061a38;
  --blue: #a9dcf3;
  --blue-bright: #d9f1fb;
  --teal: #3a5da3;
  --cream: #f8f6f1;
  --ink: #10213b;
  --yellow: #fadb45;
  --white: #ffffff;
  --display: "Barlow Condensed", Impact, sans-serif;
  --serif: "Fraunces", Georgia, serif;
  --sans: "Open Sans", Arial, sans-serif;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
  overflow: clip;
  background: var(--cream);
}

#afes,
#afes * {
  box-sizing: border-box;
}
#afes img {
  display: block;
  max-width: 100%;
}
#afes h1,
#afes h2,
#afes h3,
#afes p,
#afes ul,
#afes blockquote {
  margin-top: 0;
}
#afes h1,
#afes h2,
#afes h3 {
  color: inherit;
  padding: 0;
}
#afes a {
  color: inherit;
}
#afes section {
  scroll-margin-top: 72px;
}
.afes-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}
.afes-section {
  padding: clamp(76px, 10vw, 140px) 0;
}
.afes-skip {
  position: absolute;
  top: -100px;
  left: 16px;
  z-index: 1000;
  padding: 12px 18px;
  color: var(--white);
  background: var(--navy);
}
.afes-skip:focus {
  top: 16px;
}
.afes-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;
}
.afes-eyebrow,
.afes-kicker {
  margin-bottom: 14px;
  color: var(--teal);
  font: 800 0.98rem/1.2 var(--sans);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.afes-prose p {
  margin-bottom: 1.1em;
}
.afes-prose strong {
  color: var(--navy);
}
.afes-columns {
  column-count: 1;
  column-gap: clamp(30px, 5vw, 70px);
}
.afes-columns > * {
  break-inside: avoid;
}
.afes-display {
  margin: 0;
  color: var(--navy);
  font-family: var(--display) !important;
  font-size: clamp(6rem, 12vw, 11rem) !important;
  font-style: normal !important;
  font-weight: 900 !important;
  line-height: 0.72 !important;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

/* Prevent Divi typography settings from replacing campaign display type. */
html body #page-container #afes .afes-hero h1,
html body #page-container #afes .afes-faq__intro h2,
html body #page-container #afes .afes-story h2,
html body #page-container #afes .afes-moment__year,
html body #page-container #afes .afes-stats strong,
html body #page-container #afes .afes-impact-note strong,
html body #page-container #afes .afes-goal-number,
html body #page-container #afes .afes-split-goal b,
html body #page-container #afes .afes-scope strong,
html body #page-container #afes .afes-calc-results strong {
  font-family: var(--display) !important;
  font-style: normal !important;
  font-weight: 900 !important;
}

.afes-hero {
  position: relative;
  min-height: min(900px, 94vh);
  display: grid;
  align-items: end;
  color: var(--white);
  background: var(--navy-deep);
  isolation: isolate;
}
.afes-hero__image,
.afes-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.afes-hero__image {
  object-fit: cover;
  object-position: center 35%;
  z-index: -2;
}
.afes-hero__shade {
  z-index: -1;
  background:
    linear-gradient(
      90deg,
      rgba(4, 19, 42, 0.88) 0%,
      rgba(4, 19, 42, 0.48) 56%,
      rgba(4, 19, 42, 0.1) 100%
    ),
    linear-gradient(0deg, rgba(4, 19, 42, 0.65), transparent 55%);
}
.afes-hero__content {
  padding-bottom: clamp(70px, 11vh, 120px);
  text-align: center;
}
.afes-hero .afes-hero__logo {
  width: clamp(250px, 47vw, 560px);
  margin: clamp(-70px, -5vw, -35px) auto clamp(-45px, -3vw, -20px);
  line-height: 1;
}
.afes-hero__logo img {
  width: 100%;
  height: auto;
}
.afes-hero__intro {
  max-width: 560px;
  margin: 0 auto 30px;
  font: 600 clamp(1.05rem, 2vw, 1.35rem) / 1.5 var(--sans);
}
.afes-button {
  display: inline-flex;
  gap: 26px;
  align-items: center;
  padding: 13px 20px;
  border: 1px solid currentColor;
  border-radius: 100px;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: 0.2s ease;
}
.afes-button:hover {
  gap: 36px;
  background: transparent;
  color: var(--navy);
}

.afes-nav {
  position: sticky !important;
  top: var(--afes-nav-offset, 0px) !important;
  z-index: 999 !important;
  color: var(--white);
  background: rgba(7, 32, 68, 0.96);
  backdrop-filter: blur(12px);
}
.afes-nav__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 4vw, 48px);
  min-height: 60px;
  overflow-x: auto;
  scrollbar-width: none;
}
.afes-nav a {
  flex: none;
  padding: 18px 0;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.afes-nav a:hover {
  color: var(--blue);
}
.afes-nav__scroll {
  display: none;
}

.afes-letter {
  background: var(--white);
}
.afes-letter__grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.65fr) 1.6fr;
  gap: clamp(50px, 8vw, 110px);
  align-items: start;
}
.afes-letter__video {
  width: 100%;
  margin-bottom: clamp(58px, 8vw, 100px);
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: clamp(18px, 2.5vw, 30px);
  background: var(--navy-deep);
  box-shadow: 0 24px 65px rgba(6, 26, 56, 0.18);
}
#afes-gregg-video {
  scroll-margin-top: calc(var(--afes-nav-offset, 0px) + 80px);
}
.afes-letter__video iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.afes-letter__video-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-content: center;
  justify-items: center;
  gap: 22px;
  padding: 30px;
  text-align: center;
  color: var(--white);
  background:
    radial-gradient(circle at 50% 35%, rgba(169, 220, 243, 0.2), transparent 38%),
    linear-gradient(135deg, var(--navy), var(--navy-deep));
}
.afes-letter__play {
  position: relative;
  display: grid;
  width: clamp(68px, 8vw, 94px);
  aspect-ratio: 1;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}
.afes-letter__play::after {
  content: "";
  width: 0;
  height: 0;
  margin-left: 6px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 18px solid var(--yellow);
}
.afes-letter__video-placeholder p {
  margin: 0;
}
.afes-letter__video-placeholder strong,
.afes-letter__video-placeholder span {
  display: block;
}
.afes-letter__video-placeholder strong {
  font: 900 clamp(2rem, 4vw, 3.6rem) / 1 var(--display);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.afes-letter__video-placeholder p span {
  margin-top: 8px;
  color: var(--blue);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.afes-letter h2,
.afes-giving h2,
.afes-access h2,
.afes-commit h2,
.afes-imagine h2 {
  margin: 0;
  color: var(--navy);
  font: 700 clamp(3rem, 6vw, 6rem) / 0.95 var(--serif);
  letter-spacing: 0em;
}

.afes-story {
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) 1.15fr;
  min-height: 760px;
  color: var(--navy);
  background: var(--blue);
}
.afes-story__photo {
  min-height: 620px;
}
.afes-story__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.afes-story__photo .afes-object-position-right {
  object-position: right center;
}
.afes-story__copy {
  align-self: center;
  padding: clamp(60px, 8vw, 120px);
}
.afes-story h2 {
  margin: 0 0 30px;
  color: var(--navy);
  font: 900 clamp(6rem, 13vw, 11rem) / 0.65 var(--display);
  text-transform: uppercase;
}
.afes-story .afes-eyebrow {
  color: var(--navy);
}
.afes-columns--story {
  column-count: 1;
  font-size: 0.92rem;
  column-gap: 40px;
}
.afes-story--luke {
  color: var(--white);
  background: var(--navy);
}
/* Mirror Luke's wider media column for the left-hand story videos. */
@media (min-width: 981px) {
  .afes-story--brad,
  .afes-story--erica {
    grid-template-columns: 1.15fr minmax(300px, 0.85fr);
  }
}
.afes-story--luke .afes-story__photo {
  order: 2;
}
.afes-story--luke .afes-story__copy {
  order: 1;
}
.afes-story__photo--video {
  display: grid;
  padding: clamp(24px, 4vw, 64px);
  place-items: center;
  background: var(--navy-deep);
}
.afes-story__video {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  background: #000000;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.32);
}
.afes-story__video iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.afes-story__video-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-content: center;
  justify-items: center;
  gap: 22px;
  padding: 30px;
  text-align: center;
  color: var(--white);
  background:
    radial-gradient(circle at 50% 35%, rgba(169, 220, 243, 0.2), transparent 38%),
    linear-gradient(135deg, var(--navy), var(--navy-deep));
}
.afes-story__video-placeholder p {
  margin: 0;
}
.afes-story__video-placeholder strong,
.afes-story__video-placeholder p span {
  display: block;
}
.afes-story__video-placeholder strong {
  font: 900 clamp(2rem, 4vw, 3.6rem) / 1 var(--display);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.afes-story__video-placeholder p span {
  margin-top: 8px;
  color: var(--blue);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.afes-story--luke h2,
.afes-story--luke .afes-eyebrow,
.afes-story--luke .afes-prose strong {
  color: var(--white);
}

.afes-moments {
  background: var(--cream);
}
.afes-moments > .afes-shell > .afes-eyebrow {
  max-width: 550px;
  margin-bottom: 24px;
}
.afes-moments .afes-display {
  font-size: clamp(5.5rem, 10vw, 10rem) !important;
  line-height: 0.78 !important;
  hyphens: none;
  white-space: nowrap;
  word-break: normal;
}
.afes-moments .afes-display span {
  display: block;
}
.afes-timeline {
  position: relative;
  margin-top: 90px;
}
.afes-timeline::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  background: rgba(58, 93, 163, 0.975);
  pointer-events: none;
  transform: translateX(-50%);
}
.afes-moment {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-height: 330px;
}
.afes-moment::after {
  content: "";
  position: absolute;
  z-index: 3;
  left: 50%;
  width: 13px;
  height: 13px;
  border: 3px solid var(--cream);
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 1px var(--teal);
  transform: translateX(-50%);
}
.afes-moment__image {
  position: relative;
  z-index: 1;
  height: 330px;
  overflow: hidden;
}
.afes-moment__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.afes-moment__copy {
  padding: clamp(40px, 6vw, 80px);
}
.afes-moment__year {
  margin-bottom: 10px;
  color: var(--navy);
  font: 900 clamp(3.5rem, 6vw, 6rem) / 0.8 var(--display);
}
.afes-moment__copy p {
  margin-bottom: 12px;
}
.afes-moment__copy strong {
  color: var(--teal);
  font-size: 1rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.afes-moment--reverse .afes-moment__image {
  order: 2;
}
.afes-moment--reverse .afes-moment__copy {
  order: 1;
  text-align: right;
}

.afes-impact {
  padding-bottom: 0;
  color: var(--navy);
  background: var(--white);
}
.afes-impact__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 70px;
}
.afes-impact__heading .afes-eyebrow {
  max-width: 240px;
}
.afes-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding-bottom: 80px;
}
.afes-stats article {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
  overflow: hidden;
  border-radius: 20px;
  background: var(--blue-bright);
}
.afes-stats article:nth-child(2n) {
  background: #edf2f1;
}
.afes-stats strong {
  text-align: center;
  color: var(--navy);
  font: 900 clamp(2.8rem, 5vw, 5rem) / 0.9 var(--display);
}
.afes-stats span {
  margin-top: 14px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
}
.afes-stats small {
  margin-top: 8px;
  font-size: 0.9rem;
  line-height: 1.4;
  text-align: center;
}
.afes-stat--wide {
  grid-column: span 2;
}
.afes-photo-band {
  display: block;
  width: 100%;
  height: clamp(450px, 55vw, 800px);
  overflow: hidden;
}

.afes-photo-band img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 100%;
}
.afes-impact-note {
  display: grid;
  grid-template-columns: 0.6fr 1.4fr;
  gap: 50px;
  align-items: center;
  padding-block: 70px;
}
.afes-impact-note strong {
  font: 900 clamp(4rem, 10vw, 9rem) / 0.8 var(--display);
}
.afes-impact-note p {
  margin: 0;
  max-width: 700px;
}

.afes-not-done {
  color: var(--navy);
  background: var(--blue-bright);
}
.afes-not-done__grid {
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  gap: clamp(50px, 8vw, 110px);
}
.afes-not-done h2 {
  margin-bottom: 0px;
}
.afes-not-done blockquote {
  break-inside: avoid;
  margin: 10px 0 24px;
  padding: 24px;
  border: 0;
  background: var(--blue);
  color: var(--navy);
  font: 600 1rem/1.6 var(--serif);
  border-radius: 30px;
}

.afes-imagine {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  padding: 0;
  color: var(--navy);
  background: var(--white);
}
.afes-imagine__photo {
  min-height: 900px;
}
.afes-imagine__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.afes-imagine__content {
  align-self: center;
  padding: clamp(70px, 9vw, 130px);
}
.afes-imagine h2 {
  margin-bottom: 50px;
}
.afes-imagine ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 35px;
  padding: 0;
  list-style: none;
}
.afes-imagine li {
  padding-left: 0;
  line-height: 1.5;
}
html body #page-container #afes .afes-imagine ul,
html body #page-container #afes .afes-imagine li {
  padding-left: 0 !important;
  list-style: none !important;
  list-style-type: none !important;
}
html body #page-container #afes .afes-imagine li::before,
html body #page-container #afes .afes-imagine li::marker {
  content: none !important;
  display: none !important;
}

#afes .afes-details {
  padding: 0;
  color: var(--navy);
  background: var(--cream);
}
#afes .afes-details__grid {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 9fr) minmax(0, 11fr);
  gap: 0;
  align-items: stretch;
}
.afes-details__content {
  min-width: 0;
  align-self: center;
  padding: clamp(60px, 6vw, 100px) clamp(24px, 3vw, 56px);
}
#afes .afes-details .afes-display {
  margin-bottom: 36px;
  font-size: clamp(4rem, 8.5vw, 11rem) !important;
}
#afes .afes-details .afes-display span {
  display: block;
}
.afes-details__image {
  position: relative;
  width: 100%;
  min-height: 560px;
  overflow: hidden;
  border-radius: 0;
  background: var(--white);
  margin: 0;
}
/* Cover the panel; the extra image height keeps the bottom title block clipped. */
#afes .afes-details__image img {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 124%;
  object-fit: cover;
  object-position: center top;
}
.afes-details__copy {
  max-width: 100%;
}
@media (max-width: 980px) {
  #afes .afes-details__grid {
    grid-template-columns: 1fr;
  }
  .afes-details__image {
    grid-row: 1;
    min-height: 0;
    aspect-ratio: 1442 / 880;
  }
  #afes .afes-details .afes-display {
    font-size: clamp(4rem, 17vw, 11rem) !important;
  }
}

.afes-goals {
  color: var(--white);
  background: var(--navy);
}
.afes-goals .afes-display,
.afes-goals .afes-eyebrow {
  color: var(--white);
}
.afes-goal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 80px;
}
.afes-goal-grid article {
  position: relative;
  padding: clamp(36px, 5vw, 65px);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.07);
}
.afes-goal-number {
  position: absolute;
  top: -18px;
  right: 12px;
  color: rgba(255, 255, 255, 0.07);
  font: 900 10rem/1 var(--display);
}
.afes-goal-grid h3 {
  position: relative;
  margin: 0 0 6px;
  font: 800 1rem/1.2 var(--sans);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.afes-goal-grid > article > strong {
  position: relative;
  display: block;
  margin-bottom: 24px;
  color: var(--blue);
  font: 800 clamp(2.1rem, 4vw, 3.6rem) / 1 var(--serif);
  letter-spacing: -0.04em;
}
.afes-goal-grid p {
  margin: 0;
}
.afes-split-goal {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 22px 0;
}
.afes-split-goal span {
  padding: 20px;
  background: rgba(255, 255, 255, 0.08);
}
.afes-split-goal b {
  display: block;
  color: var(--blue);
  font: 900 2.2rem/1 var(--display);
}
.afes-scope {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin-top: 50px;
  background: rgba(255, 255, 255, 0.2);
}
.afes-scope > div {
  padding: 30px;
  background: var(--navy);
}
.afes-scope span,
.afes-scope small {
  display: block;
}
.afes-scope span {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.afes-scope strong {
  display: block;
  margin: 8px 0 12px;
  color: var(--blue);
  font: 900 clamp(2.5rem, 5vw, 4.4rem) / 0.9 var(--display);
}
.afes-scope small {
  line-height: 1.5;
}

.afes-giving {
  background: var(--white);
}
.afes-giving__intro {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: clamp(30px, 4vw, 50px);
  align-items: start;
  margin-bottom: 70px;
}
.afes-table-wrap {
  overflow-x: auto;
  border-radius: 3px;
  box-shadow: 0 20px 65px rgba(4, 25, 55, 0.1);
}
.afes-table-wrap table {
  width: 100%;
  min-width: 720px;
  margin: 0;
  border-collapse: collapse;
  border: 0;
  font-size: 1rem;
}
.afes-table-wrap th,
.afes-table-wrap td {
  padding: 15px 24px;
  border: 2px solid var(--white);
  text-align: right;
}
.afes-table-wrap th:first-child,
.afes-table-wrap td:first-child {
  text-align: left;
}
.afes-table-wrap thead th {
  color: var(--white) !important;
  background: var(--navy) !important;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.afes-table-wrap tr:nth-child(even) td {
  background: var(--blue-bright);
}

.afes-access {
  background: var(--blue-bright);
}
.afes-access__grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(55px, 8vw, 110px);
  align-items: center;
}
.afes-access h2 {
  margin-bottom: 30px;
}
.afes-access-calc {
  padding: clamp(36px, 6vw, 72px);
  color: var(--white);
  background: var(--navy);
  box-shadow: 20px 20px 0 var(--blue);
}
.afes-access-calc > label {
  display: block;
  margin-bottom: 35px;
  font: 600 clamp(1.4rem, 3vw, 2.2rem) / 1.3 var(--serif);
}
.afes-access-calc > label strong {
  color: var(--blue);
}
.afes-access-calc input[type="range"] {
  width: 100%;
  height: 28px;
  margin: 8px 0;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  cursor: pointer;
}
.afes-access-calc input[type="range"]::-webkit-slider-runnable-track {
  height: 8px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  background: rgba(169, 220, 243, 0.55);
}
.afes-access-calc input[type="range"]::-webkit-slider-thumb {
  width: 24px;
  height: 24px;
  margin-top: -9px;
  appearance: none;
  -webkit-appearance: none;
  border: 3px solid var(--white);
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 0 3px rgba(250, 219, 69, 0.25);
}
.afes-access-calc input[type="range"]::-moz-range-track {
  height: 8px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  background: rgba(169, 220, 243, 0.55);
}
.afes-access-calc input[type="range"]::-moz-range-progress {
  height: 8px;
  border-radius: 999px;
  background: var(--blue);
}
.afes-access-calc input[type="range"]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border: 3px solid var(--white);
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 0 3px rgba(250, 219, 69, 0.25);
}
.afes-access-calc input[type="range"]:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 5px;
}
.afes-calc-results {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 35px;
}
.afes-calc-results div {
  padding: 18px;
  background: rgba(255, 255, 255, 0.08);
}
.afes-calc-results span {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.afes-calc-results strong {
  display: block;
  color: var(--blue);
  font: 900 clamp(2.2rem, 4vw, 3.5rem) / 1 var(--display);
}
.afes-calc-results__total {
  grid-column: 1 / -1;
}
.afes-access-calc > small {
  display: block;
  margin-top: 14px;
  opacity: 0.7;
}

/* =========================================================
   COMMITMENT CARD
   ========================================================= */

.afes-commit {
  display: block;
  padding: 0;
  color: var(--navy);
  background: var(--white);
}

/* FORM AREA
   --------------------------------------------------------- */

.afes-commit__form-wrap {
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
  padding: clamp(65px, 7vw, 110px);
}

.afes-commit .afes-eyebrow {
  margin-bottom: 12px;
  color: var(--teal);
  text-align: center;
}

.afes-commit h2 {
  margin: 0 0 65px;
  color: var(--navy);
  font: 700 clamp(3rem, 5vw, 5rem) / 1 var(--serif);
  letter-spacing: -0.05em;
  text-align: center;
}

.afes-commit__video {
  width: 100%;
  max-width: 820px;
  margin: -25px auto 55px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  background: #000000;
  box-shadow: 0 18px 48px rgba(4, 25, 55, 0.2);
}

.afes-commit__video iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

/* FORM GRID
   The second column matches the width of every dollar field.
   --------------------------------------------------------- */

.afes-form {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}

.afes-form label,
.afes-form-total {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(220px, 310px);
  column-gap: clamp(30px, 5vw, 70px);
  align-items: center;
  width: 100%;
  padding: 0;
  border: 0;
  color: var(--navy);
  background: transparent;
}

/* LABELS
   --------------------------------------------------------- */

.afes-form-label,
.afes-form-total > span {
  color: var(--navy);
  font: 600 clamp(1rem, 1.5vw, 1.25rem) / 1.45 var(--serif);
  text-align: right;
}

.afes-form-label__sub,
.afes-form label small {
  display: block;
  margin-top: 2px;
  color: var(--navy);
  font: italic 700 0.95em/1.4 var(--serif);
}

.afes-form-total > span {
  font-weight: 600;
}

.afes-form-total--final > span {
  font-weight: 700;
}

/* EDITABLE DOLLAR FIELDS
   --------------------------------------------------------- */

.afes-money {
  min-height: 76px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 4px solid #3e65aa;
  border-radius: 24px;
  background: var(--white);
}

.afes-money:focus-within {
  border-color: var(--navy);
  box-shadow: 0 0 0 4px rgba(62, 101, 170, 0.12);
}

.afes-money__symbol {
  flex: 0 0 auto;
  padding-left: 17px;
  color: #3e65aa;
  font: 800 2.25rem/1 var(--serif);
  font-style: normal;
}

.afes-money input {
  min-width: 0;
  width: 100%;
  padding: 14px 18px 14px 8px;
  border: 0;
  outline: 0;
  color: var(--navy);
  background: transparent;
  font: 700 1.25rem/1 var(--serif);
  appearance: textfield;
}

.afes-money input::-webkit-inner-spin-button,
.afes-money input::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}

.afes-money input::placeholder {
  color: rgba(9, 38, 80, 0.35);
}

/* CALCULATED TOTAL FIELDS
   --------------------------------------------------------- */

.afes-form-total {
  min-height: 76px;
}

.afes-form-total > strong {
  min-height: 76px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 14px 18px;
  border: 4px solid #3e65aa;
  border-radius: 24px;
  color: var(--navy);
  background: var(--white);
  font: 700 1.25rem/1 var(--serif);
  text-align: left;
}

.afes-form-total--blue {
  color: var(--navy);
  background: transparent;
}

.afes-form-total--final {
  min-height: 76px;
  margin: 0;
  padding: 0;
  color: var(--navy);
  background: transparent;
}

.afes-form-total--final > strong {
  border-color: var(--navy);
  color: var(--navy);
  background: var(--white);
  font-size: 1.35rem;
}

/* OPERATORS
   --------------------------------------------------------- */

.afes-operator {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(220px, 310px);
  column-gap: clamp(30px, 5vw, 70px);
  align-items: center;
  width: 100%;
  padding: 12px 0;
  color: var(--navy);
}

.afes-operator > span {
  grid-column: 1;
}

.afes-operator > b {
  grid-column: 2;
  display: block;
  width: 100%;
  color: var(--navy);
  font: 700 2.35rem/1 var(--serif);
  text-align: center;
}

.afes-operator--times > b {
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 800;
}

/* FORM NOTE
   --------------------------------------------------------- */

.afes-form-note {
  max-width: 820px;
  margin: 35px auto 0;
  color: #657286;
  font-size: 0.92rem;
  line-height: 1.5;
  text-align: center;
}

/* TABLET
   --------------------------------------------------------- */

@media (max-width: 980px) {
  .afes-commit__form-wrap {
    padding: 80px clamp(25px, 7vw, 70px);
  }
}

/* MOBILE
   --------------------------------------------------------- */

@media (max-width: 700px) {
  .afes-commit__form-wrap {
    padding: 60px 24px;
  }

  .afes-commit h2 {
    margin-bottom: 50px;
  }

  .afes-form label,
  .afes-form-total {
    grid-template-columns: 1fr;
    row-gap: 14px;
  }

  .afes-form-label,
  .afes-form-total > span {
    text-align: left;
  }

  .afes-money,
  .afes-form-total > strong {
    min-height: 66px;
    border-width: 3px;
    border-radius: 19px;
  }

  .afes-form-total {
    min-height: auto;
  }

  .afes-operator {
    grid-template-columns: 1fr;
    padding: 13px 0;
  }

  .afes-operator > span {
    display: none;
  }

  .afes-operator > b {
    grid-column: 1;
    font-size: 2rem;
    text-align: center;
  }

  .afes-operator--times > b {
    font-size: 1.2rem;
  }
}

/* =========================================================
   FREQUENTLY ASKED QUESTIONS
   ========================================================= */

.afes-faq {
  color: var(--navy);
  background: var(--cream);
}

.afes-faq__layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(420px, 1.28fr);
  gap: clamp(50px, 8vw, 110px);
  align-items: start;
}

.afes-faq__intro {
  position: sticky;
  top: 105px;
}

.afes-faq__intro h2 {
  margin: 0 0 28px;
  color: var(--navy);
  font: 900 clamp(4.5rem, 5.25vw, 7rem) / 0.72 var(--display);
  hyphens: none;
  letter-spacing: -0.035em;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: normal;
}

html body #page-container #afes .afes-faq__intro h2 {
  font-size: clamp(4.5rem, 5.25vw, 7rem) !important;
  line-height: 0.72 !important;
  letter-spacing: -0.035em !important;
}

.afes-faq__intro h2 span {
  display: block;
  margin-bottom: 14px;
  font: italic 700 clamp(1.5rem, 3vw, 2.5rem) / 1 var(--serif);
  letter-spacing: -0.03em;
  text-transform: none;
}

html body #page-container #afes .afes-faq__intro h2 span {
  font-family: var(--serif) !important;
  font-size: clamp(1.5rem, 3vw, 2.5rem) !important;
  font-style: italic !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

.afes-faq__intro > p:last-child {
  max-width: 430px;
  margin: 0;
  font-size: 1.05rem;
}

.afes-faq__list {
  display: grid;
  gap: 14px;
}

.afes-faq__list details {
  overflow: hidden;
  border: 2px solid rgba(9, 38, 80, 0.12);
  border-radius: 18px;
  background: var(--white);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.afes-faq__list details[open] {
  border-color: var(--blue);
  box-shadow: 8px 8px 0 var(--blue);
}

.afes-faq__list summary {
  display: grid;
  grid-template-columns: 1fr 36px;
  gap: 20px;
  align-items: center;
  padding: 24px 26px;
  color: var(--navy);
  cursor: pointer;
  list-style: none;
  font: 700 clamp(1.15rem, 2vw, 1.45rem) / 1.25 var(--serif);
  letter-spacing: -0.02em;
}

.afes-faq__list summary::-webkit-details-marker {
  display: none;
}

.afes-faq__list summary > span {
  min-width: 0;
}

.afes-faq__list summary::after {
  content: "+";
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  color: var(--navy);
  background: var(--blue);
  font: 900 1.65rem/1 var(--display);
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

.afes-faq__list details[open] summary::after {
  background: var(--yellow);
  transform: rotate(45deg);
}

.afes-faq__list summary:focus-visible {
  outline: 3px solid var(--teal);
  outline-offset: -5px;
}

.afes-faq__answer {
  padding: 0 82px 26px 26px;
}

.afes-faq__answer p {
  margin: 0;
}

.afes-next {
  color: var(--navy);
  background: var(--blue);
}
.afes-next .afes-display {
  margin-bottom: 70px;
}
.afes-next__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.afes-next__grid article {
  display: grid;
  min-height: 220px;
  padding: 30px;
  align-content: center;
  justify-items: center;
  overflow: hidden;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.58);
  text-align: center;
}
.afes-next__grid .afes-next__pray {
  color: var(--white);
  background: var(--navy);
}
.afes-next__grid span {
  display: block;
  margin-bottom: 18px;
  color: var(--teal);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.afes-next__grid h3 {
  margin: 0 0 12px;
  font: 800 1.8rem/1.1 var(--serif);
  letter-spacing: -0.035em;
}
.afes-next__grid p {
  margin: 0;
  font-size: 1rem;
}
.afes-next__pray h3 {
  color: var(--blue);
  font-size: 2.7rem;
}

.afes-pledge-cta {
  padding: clamp(70px, 10vw, 130px) 0;
  background: var(--white);
}

.afes-pledge-cta__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: clamp(50px, 8vw, 100px) clamp(25px, 7vw, 80px);
  border-radius: 30px;
  color: var(--white);
  background: var(--navy);
  text-align: center;
}

.afes-pledge-cta .afes-eyebrow {
  color: var(--blue);
}
.afes-pledge-cta h2 {
  max-width: 800px;
  margin: 0 auto 25px;
  color: var(--white);
  font: 700 clamp(2.6rem, 6vw, 5.5rem) / 1 var(--serif);
  letter-spacing: -0.05em;
}
.afes-pledge-cta h2 em {
  display: block;
  color: var(--blue);
}
.afes-pledge-cta p:not(.afes-eyebrow) {
  max-width: 650px;
  margin: 0 auto 35px;
}

.afes-pledge-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 15px 32px;
  border: 2px solid var(--yellow);
  border-radius: 100px;
  color: var(--navy) !important;
  background: var(--yellow);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.2s ease;
}

.afes-pledge-button:hover {
  border-color: var(--yellow);
  color: var(--white) !important;
  background: transparent !important;
}

@media (max-width: 980px) {
  .afes-letter__grid,
  .afes-not-done__grid,
  .afes-giving__intro,
  .afes-access__grid {
    grid-template-columns: 1fr;
  }
  .afes-story,
  .afes-imagine {
    grid-template-columns: 1fr;
  }
  .afes-story__photo,
  .afes-imagine__photo {
    min-height: 60vw;
    max-height: 720px;
  }
  .afes-story--luke .afes-story__photo,
  .afes-story--luke .afes-story__copy {
    order: initial;
  }
  .afes-stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .afes-impact__heading {
    align-items: start;
    flex-direction: column;
    gap: 25px;
  }
  .afes-imagine ul {
    grid-template-columns: 1fr;
  }
  .afes-goal-grid,
  .afes-scope {
    grid-template-columns: 1fr;
  }
  .afes-faq__layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .afes-faq__intro {
    position: static;
  }
  .afes-next__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 782px) {
  body.admin-bar #page-container #afes .afes-nav {
    top: 46px !important;
  }
}

@media (max-width: 700px) {
  .afes-shell {
    width: min(100% - 30px, 1180px);
  }
  .afes-section {
    padding-block: 75px;
  }
  .afes-columns {
    column-count: 1;
  }
  .afes-display {
    font-size: clamp(5rem, 25vw, 8rem);
  }
  .afes-hero {
    min-height: 790px;
  }
  .afes-hero .afes-hero__logo {
    width: min(92vw, 420px);
    margin-block: -45px -28px;
  }
  .afes-nav__inner {
    justify-content: flex-start;
    padding-inline: 70px;
    scroll-behavior: smooth;
  }
  .afes-nav__scroll {
    position: absolute;
    top: 50%;
    display: grid;
    width: 46px;
    height: 46px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: var(--blue);
    cursor: pointer;
    transform: translateY(-50%);
  }
  .afes-nav__scroll--previous {
    left: 8px;
    box-shadow: 18px 0 24px rgba(7, 32, 68, 0.96);
  }
  .afes-nav__scroll--next {
    right: 8px;
    box-shadow: -18px 0 24px rgba(7, 32, 68, 0.96);
  }
  .afes-nav__scroll span {
    display: block;
    width: 14px;
    height: 14px;
    border-top: 3px solid var(--navy);
    border-right: 3px solid var(--navy);
  }
  .afes-nav__scroll--previous span {
    transform: rotate(-135deg);
  }
  .afes-nav__scroll--next span {
    transform: rotate(45deg);
  }
  .afes-nav__scroll[hidden] {
    display: none;
  }
  .afes-nav__scroll:focus-visible {
    outline: 3px solid var(--yellow);
    outline-offset: 2px;
  }
  .afes-moments .afes-display {
    font-size: clamp(4rem, 17vw, 6rem) !important;
  }
  .afes-letter__grid {
    gap: 36px;
  }
  .afes-story__photo,
  .afes-imagine__photo {
    min-height: 90vw;
  }
  .afes-story__copy,
  .afes-imagine__content {
    padding: 60px 24px;
  }
  .afes-story h2 {
    font-size: 6rem;
  }
  .afes-timeline {
    margin-top: 55px;
  }
  .afes-timeline::before {
    left: 8px;
    transform: none;
  }
  .afes-moment {
    grid-template-columns: 1fr;
    padding-left: 28px;
    margin-bottom: 30px;
  }
  .afes-moment::after {
    left: 2px;
    top: 25px;
    transform: none;
  }
  .afes-moment__image,
  .afes-moment--reverse .afes-moment__image {
    order: 1;
    height: 230px;
  }
  .afes-moment__copy,
  .afes-moment--reverse .afes-moment__copy {
    order: 2;
    padding: 26px 0;
    text-align: left;
  }
  .afes-stats {
    grid-template-columns: 1fr;
  }
  .afes-stat--wide {
    grid-column: auto;
  }
  .afes-photo-band {
    height: 500px;
  }
  .afes-impact-note {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .afes-goal-grid {
    margin-top: 50px;
  }
  .afes-split-goal {
    grid-template-columns: 1fr;
  }
  .afes-access-calc {
    padding: 35px 24px;
    box-shadow: 10px 10px 0 var(--blue);
  }
  .afes-calc-results {
    grid-template-columns: 1fr;
  }
  .afes-calc-results__total {
    grid-column: auto;
  }
  .afes-table-wrap {
    overflow: visible;
    border-radius: 0;
    box-shadow: none;
  }
  .afes-table-wrap table {
    display: block;
    min-width: 0;
    background: transparent;
    font-size: 0.95rem;
  }
  .afes-table-wrap thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
  }
  .afes-table-wrap tbody {
    display: grid;
    gap: 16px;
  }
  .afes-table-wrap tr {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    border: 2px solid var(--white);
    border-radius: 18px;
    background: var(--white);
    box-shadow: 0 12px 32px rgba(4, 25, 55, 0.12);
  }
  .afes-table-wrap td,
  .afes-table-wrap td:first-child {
    display: block;
    min-width: 0;
    padding: 16px;
    border: 0;
    color: var(--navy);
    background: var(--white) !important;
    text-align: left;
  }
  .afes-table-wrap td:nth-child(odd) {
    border-right: 1px solid rgba(9, 38, 80, 0.12);
  }
  .afes-table-wrap td:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(9, 38, 80, 0.12);
  }
  .afes-table-wrap td:nth-child(2) {
    background: var(--blue-bright) !important;
  }
  .afes-table-wrap td:nth-child(4) {
    background: var(--blue) !important;
    font-weight: 700;
  }
  .afes-table-wrap td::before {
    display: block;
    margin-bottom: 5px;
    color: var(--teal);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.25;
    text-transform: uppercase;
  }
  .afes-table-wrap td:nth-child(1)::before {
    content: "Number of gifts";
  }
  .afes-table-wrap td:nth-child(2)::before {
    content: "Gift amount";
  }
  .afes-table-wrap td:nth-child(3)::before {
    content: "Amount from level";
  }
  .afes-table-wrap td:nth-child(4)::before {
    content: "Cumulative amount";
  }
  .afes-faq__layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .afes-faq__intro {
    position: static;
  }
  .afes-faq__intro h2 {
    font-size: clamp(4.25rem, 18vw, 6rem);
  }
  html body #page-container #afes .afes-faq__intro h2 {
    font-size: clamp(4.25rem, 18vw, 6rem) !important;
  }
  .afes-faq__list summary {
    padding: 20px;
  }
  .afes-faq__answer {
    padding: 0 20px 22px;
  }
  .afes-next__grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  #afes *,
  #afes *::before,
  #afes *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
