:root {
  --bg: #f4f1e8;
  --surface: #ffffff;
  --surface-soft: #f8f9fc;
  --ink: #0f2742;
  --muted: #5f6f83;
  --blue: #1d64b7;
  --blue-deep: #0e4d96;
  --blue-soft: #e9f2ff;
  --gold: #f8c533;
  --green: #37b64a;
  --red: #ef2329;
  --line: rgba(15, 39, 66, 0.12);
  --shadow-lg: 0 24px 70px rgba(8, 31, 59, 0.14);
  --shadow-md: 0 14px 34px rgba(8, 31, 59, 0.12);
  --shadow-sm: 0 8px 20px rgba(8, 31, 59, 0.08);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: min(1180px, calc(100vw - 32px));
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 8%, rgba(29, 100, 183, 0.12), transparent 24%),
    radial-gradient(circle at 88% 0%, rgba(55, 182, 74, 0.10), transparent 26%),
    radial-gradient(circle at 74% 88%, rgba(248, 197, 51, 0.14), transparent 24%),
    linear-gradient(180deg, #f9f7ef 0%, var(--bg) 100%);
  font-family: "DM Sans", "Segoe UI", system-ui, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

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

button,
input,
textarea,
select {
  font: inherit;
}

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

p {
  margin: 0;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  line-height: 1.05;
  letter-spacing: -0.045em;
  font-family: "Montserrat", "Segoe UI", system-ui, sans-serif;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -60px;
  z-index: 1000;
  padding: 12px 16px;
  border-radius: 999px;
  color: #fff;
  background: var(--blue-deep);
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 12px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  border-bottom: 1px solid transparent;
  transition: backdrop-filter 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.site-header.is-scrolled {
  background: rgba(244, 241, 232, 0.82);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 30px rgba(8, 31, 59, 0.08);
  border-color: rgba(15, 39, 66, 0.08);
}

.header-inner,
.footer-inner,
.container {
  width: var(--container);
  margin: 0 auto;
}

.header-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px 8px 10px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #0a3f83 0%, #154f98 100%);
  box-shadow: 0 10px 24px rgba(12, 61, 124, 0.24);
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.brand__mark {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

.brand__text {
  white-space: nowrap;
  font-size: 0.94rem;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.main-nav__toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue-deep), var(--blue));
  box-shadow: var(--shadow-sm);
}

.main-nav__toggle svg {
  width: 22px;
  height: 22px;
}

.main-nav__links {
  display: flex;
  align-items: center;
  gap: 4px;
}

.main-nav__links a {
  position: relative;
  padding: 10px 14px;
  border-radius: 999px;
  color: #184a87;
  font-weight: 800;
  font-size: 0.96rem;
  letter-spacing: -0.02em;
  transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.main-nav__links a:hover,
.main-nav__links a:focus-visible {
  color: var(--blue-deep);
  background: rgba(29, 100, 183, 0.08);
  transform: translateY(-1px);
}

.main-nav__links a[aria-current="page"] {
  color: var(--blue-deep);
  background: rgba(29, 100, 183, 0.12);
}

.main-nav__cta {
  padding: 11px 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue-deep), var(--blue));
  box-shadow: 0 10px 24px rgba(29, 100, 183, 0.22);
}

.page-shell {
  padding-bottom: 28px;
}

.hero {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 34px 34px;
  min-height: clamp(440px, 58vw, 690px);
  background: var(--surface);
  box-shadow: var(--shadow-lg);
}

.hero--home {
  background:
    linear-gradient(180deg, rgba(10, 52, 104, 0.12), rgba(10, 52, 104, 0.1)),
    url("../images/hero-still.jpg") center top / cover no-repeat;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 56%, rgba(15, 74, 148, 0.10), transparent 32%),
    linear-gradient(180deg, rgba(6, 25, 53, 0.08), rgba(6, 25, 53, 0.05) 40%, rgba(6, 25, 53, 0.08) 100%);
  pointer-events: none;
}

.hero__inner {
  position: relative;
  width: var(--container);
  margin: 0 auto;
  min-height: inherit;
  padding: 30px 0 38px;
}

.hero__overlay {
  position: absolute;
  left: 50%;
  top: 58%;
  transform: translate(-50%, -50%);
  width: min(720px, calc(100% - 32px));
  padding: 18px 22px 20px;
  border-radius: 24px;
  color: #fff;
  background: rgba(23, 92, 168, 0.82);
  box-shadow: 0 22px 54px rgba(5, 35, 76, 0.24);
  backdrop-filter: blur(12px);
  text-align: center;
}

.hero__title {
  margin: 0;
  font-size: clamp(3rem, 9vw, 5.25rem);
  line-height: 0.92;
  font-weight: 900;
  letter-spacing: -0.06em;
}

.hero__strap {
  margin-top: 8px;
  color: var(--gold);
  font-size: clamp(1.15rem, 3.4vw, 2.05rem);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.hero__actions {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.hero__badge {
  position: absolute;
  left: 18px;
  top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--blue-deep);
  box-shadow: 0 12px 30px rgba(8, 31, 59, 0.16);
  backdrop-filter: blur(12px);
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}

.hero__badge-mark {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
}

.hero--page {
  min-height: 460px;
  background:
    linear-gradient(180deg, rgba(4, 23, 50, 0.42), rgba(4, 23, 50, 0.16)),
    var(--hero-image, linear-gradient(135deg, #0f4d8f, #2a8bd4));
  background-position: center;
  background-size: cover;
}

.hero--page .hero__overlay {
  top: auto;
  bottom: 34px;
  transform: translateX(-50%);
  width: min(760px, calc(100% - 32px));
}

.hero--page .hero__title {
  font-size: clamp(2.8rem, 7vw, 4.8rem);
}

.hero--page .hero__strap {
  font-size: clamp(1.05rem, 2.8vw, 1.5rem);
}

.section {
  padding: clamp(56px, 7vw, 92px) 0;
}

.section--tight {
  padding-top: 36px;
}

.section__eyebrow {
  color: var(--blue-deep);
  font-family: "Montserrat", sans-serif;
  font-size: 0.95rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  text-align: center;
}

.section__title {
  margin-top: 8px;
  text-align: center;
  font-size: clamp(2rem, 4.6vw, 3.5rem);
  color: var(--blue-deep);
}

.section__title--dark {
  color: var(--ink);
}

.section__subtext {
  width: min(900px, 100%);
  margin: 14px auto 0;
  text-align: center;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.75;
}

.intro-card {
  margin-top: 18px;
  padding: 24px;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(15, 39, 66, 0.08);
  box-shadow: var(--shadow-sm);
}

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

.program-card {
  overflow: hidden;
  border-radius: 28px;
  background: var(--surface);
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(15, 39, 66, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.program-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 52px rgba(8, 31, 59, 0.18);
}

.program-card__media {
  position: relative;
  aspect-ratio: 1 / 1.02;
  overflow: hidden;
}

.program-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.program-card__badge {
  position: absolute;
  left: 14px;
  top: 12px;
  width: 82px;
  height: 82px;
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.14));
}

.program-card__body {
  flex: 1;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 18px 18px 20px;
  color: #111;
  text-align: center;
}

.program-card__body--gold {
  background: #ffc91a;
}

.program-card__body--green {
  background: #3db74e;
}

.program-card__body--red {
  background: #ef2025;
}

.program-card__title {
  color: #1256a7;
  font-size: clamp(1.7rem, 3vw, 2.2rem);
}

.program-card__subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 1.08rem;
  font-weight: 800;
}

.program-card__copy {
  color: rgba(15, 15, 15, 0.95);
  font-size: 0.98rem;
  line-height: 1.6;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 20px;
  border: 0;
  border-radius: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  letter-spacing: -0.03em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--blue-deep), var(--blue));
  box-shadow: 0 16px 34px rgba(29, 100, 183, 0.24);
}

.btn--light {
  color: var(--blue-deep);
  background: #fff;
  box-shadow: 0 16px 34px rgba(8, 31, 59, 0.12);
}

.btn--small {
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 14px;
}

.feature-block {
  display: grid;
  gap: 20px;
}

.story-card {
  padding: 18px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(15, 39, 66, 0.08);
}

.story-card__image {
  width: 100%;
  border-radius: 22px;
  overflow: hidden;
  background: #d9e5f5;
  box-shadow: var(--shadow-sm);
}

.story-card__image img {
  width: 100%;
  height: auto;
}

.stats-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

.stat-card {
  padding: 10px 16px 20px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(15, 39, 66, 0.08);
  box-shadow: var(--shadow-sm);
  text-align: center;
}

.stat-card h3 {
  font-size: 1.16rem;
  color: var(--ink);
}

.donut {
  --value: 50;
  --fill: var(--blue);
  --track: var(--gold);
  width: min(220px, 100%);
  aspect-ratio: 1;
  border-radius: 50%;
  margin: 18px auto 0;
  position: relative;
  display: grid;
  place-items: center;
  background:
    radial-gradient(closest-side, #fff 62%, transparent 63% 100%),
    conic-gradient(var(--fill) calc(var(--value) * 1%), var(--track) 0);
  box-shadow: inset 0 0 0 1px rgba(15, 39, 66, 0.04);
}

.donut::after {
  content: attr(data-value) "% YES";
  position: absolute;
  width: 42%;
  text-align: center;
  color: #111;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.25rem, 3vw, 1.65rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.stat-card p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.98rem;
}

.callout-banner {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  padding: clamp(22px, 4vw, 42px);
  color: #fff;
  background:
    linear-gradient(180deg, rgba(11, 17, 31, 0.7), rgba(11, 17, 31, 0.85)),
    url("../images/hero-base.jpg") center center / cover no-repeat;
  box-shadow: var(--shadow-lg);
}

.callout-banner::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 2px solid rgba(255, 255, 255, 0.55);
  border-radius: 26px;
  pointer-events: none;
}

.callout-banner__inner {
  position: relative;
  max-width: 720px;
  min-height: 320px;
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 20px 14px;
}

.callout-banner__title {
  font-size: clamp(2.6rem, 7vw, 5.8rem);
  line-height: 0.94;
  font-weight: 900;
  color: #f5f5f5;
}

.callout-banner__title strong {
  display: block;
  color: var(--red);
}

.callout-banner__logo {
  position: absolute;
  right: 28px;
  bottom: 24px;
  width: 110px;
  opacity: 0.98;
}

.quote-band {
  margin-top: 0;
  background: linear-gradient(180deg, #3ebd4e 0%, #35b047 100%);
  color: #fff;
}

.quote-band__inner {
  width: min(1080px, calc(100vw - 32px));
  margin: 0 auto;
  padding: clamp(48px, 7vw, 90px) 0;
  text-align: center;
}

.quote-band blockquote {
  margin: 0;
  font-size: clamp(1.3rem, 3vw, 1.95rem);
  font-style: italic;
  line-height: 1.5;
}

.quote-band cite {
  display: block;
  margin-top: 14px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.02em;
}

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

.info-card {
  padding: 22px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(15, 39, 66, 0.08);
  box-shadow: var(--shadow-sm);
}

.info-card--blue {
  background: linear-gradient(180deg, rgba(29, 100, 183, 0.08), rgba(29, 100, 183, 0.03));
}

.info-card--cream {
  background: linear-gradient(180deg, rgba(248, 197, 51, 0.12), rgba(255, 255, 255, 0.92));
}

.info-card h3 {
  color: var(--blue-deep);
  font-size: 1.42rem;
}

.info-card p,
.info-card li {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.72;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
  padding: 0;
  list-style: none;
}

.pill-list li {
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--blue-deep);
  background: rgba(29, 100, 183, 0.08);
  font-weight: 800;
  font-size: 0.92rem;
}

.card-grid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.mini-card {
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(15, 39, 66, 0.08);
  box-shadow: var(--shadow-sm);
}

.mini-card h3 {
  color: var(--blue-deep);
  font-size: 1.28rem;
}

.mini-card p {
  margin-top: 10px;
  color: var(--muted);
}

.timeline {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.timeline__item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(15, 39, 66, 0.08);
  box-shadow: var(--shadow-sm);
}

.timeline__date {
  padding: 10px 12px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue-deep), var(--blue));
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  text-align: center;
}

.timeline__body h3 {
  color: var(--ink);
  font-size: 1.2rem;
}

.timeline__body p {
  margin-top: 8px;
  color: var(--muted);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 20px;
  margin-top: 28px;
}

.form-card,
.sidebar-card {
  padding: 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 39, 66, 0.08);
  box-shadow: var(--shadow-sm);
}

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

.field {
  display: grid;
  gap: 8px;
}

.field--full {
  grid-column: 1 / -1;
}

.field label {
  font-weight: 800;
  color: var(--ink);
}

.field input,
.field textarea,
.field select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(15, 39, 66, 0.14);
  border-radius: 16px;
  background: #fff;
  color: var(--ink);
  box-shadow: inset 0 1px 2px rgba(8, 31, 59, 0.04);
}

.field textarea {
  min-height: 150px;
  resize: vertical;
}

.form-note {
  margin-top: 14px;
  color: var(--muted);
  font-size: 0.95rem;
}

.site-footer {
  margin-top: 0;
  color: #fff;
  background:
    radial-gradient(circle at 10% 8%, rgba(55, 182, 74, 0.08), transparent 22%),
    linear-gradient(180deg, #0c3461 0%, #092743 100%);
}

.footer-inner {
  padding: 54px 0 28px;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.footer-brand {
  display: grid;
  gap: 16px;
}

.footer-brand .brand {
  width: fit-content;
}

.footer-brand p {
  color: rgba(255, 255, 255, 0.84);
  max-width: 36ch;
}

.footer-col h3 {
  font-size: 1.05rem;
  margin-bottom: 14px;
}

.footer-links {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.84);
  transition: color 0.2s ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: #fff;
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.social-link {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.social-link:hover,
.social-link:focus-visible {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.18);
}

.social-link svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.footer-bottom {
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.95rem;
}

.footer-bottom a {
  color: #fff;
}

.to-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue-deep), var(--blue));
  box-shadow: var(--shadow-md);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 70;
}

.to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.center {
  text-align: center;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.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;
}

@media (max-width: 1040px) {
  .program-grid,
  .stats-grid,
  .card-grid,
  .footer-top,
  .contact-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero__overlay {
    width: min(660px, calc(100% - 24px));
  }
}

@media (max-width: 760px) {
  .header-inner {
    min-height: 68px;
  }

  .main-nav {
    gap: 10px;
  }

  .main-nav__toggle {
    display: inline-flex;
  }

  .main-nav__links {
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(100% + 10px);
    display: grid;
    gap: 4px;
    padding: 12px;
    border-radius: 24px;
    background: rgba(244, 241, 232, 0.96);
    border: 1px solid rgba(15, 39, 66, 0.10);
    box-shadow: var(--shadow-lg);
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .main-nav__links.is-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .main-nav__links a {
    width: 100%;
    justify-content: flex-start;
  }

  .main-nav__cta {
    width: 100%;
  }

  .hero {
    border-radius: 0 0 28px 28px;
    min-height: 520px;
  }

  .hero__badge {
    left: 14px;
    top: 14px;
    padding-inline: 12px;
  }

  .hero__overlay {
    top: auto;
    bottom: 20px;
    width: calc(100% - 20px);
    padding: 16px 16px 18px;
  }

  .program-grid,
  .stats-grid,
  .card-grid,
  .footer-top,
  .info-grid,
  .contact-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

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

  .callout-banner__inner {
    min-height: 250px;
  }

  .callout-banner__logo {
    width: 82px;
    right: 18px;
    bottom: 18px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .section__subtext,
  .intro-card {
    text-align: left;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .reveal,
  .reveal.is-visible,
  .to-top {
    transform: none !important;
  }
}
