@charset "UTF-8";
/*
Theme Name: ESA
Theme URI: https://shopkeeper.getbowtied.com
Description: This is the Child Theme for Shopkeeper - a Hassle-free Worpress Theme with great design and extensive functionality.
Author: Get Bowtied
Author URI: https://getbowtied.com
Template: shopkeeper
Version: 2.0
*/
/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/
/* SCSS */
section {
  background: white;
}

.home .esa-cards {
  background: transparent;
}

.esa-btn {
  display: inline-block;
  padding: 0.75em 2em;
  font-family: inherit;
  color: #f3f3f3;
  background: #1e73b8;
  border-radius: 15px;
  cursor: pointer;
  outline: none;
  position: relative;
  margin-top: 1rem;
  border: 3px solid transparent;
  box-shadow: none;
  border-bottom: 6px solid #155283;
  transform: translateY(-6px);
  transition: transform 80ms ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  width: 100%;
  text-align: center;
}
.esa-btn:hover, .esa-btn:focus {
  background: #cedff9;
  border-color: #22324c;
  color: #22324c;
  transform: translateY(-5px);
}
.esa-btn:active {
  transform: translateY(-2px);
}
@media (prefers-reduced-motion: reduce) {
  .esa-btn {
    transition: none;
  }
}
@media (min-width: 1024px) {
  .esa-btn {
    min-width: 150px;
  }
}

h1, h2 {
  font-weight: 800;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, Arial, Helvetica, "Helvetica Neue", Verdana, sans-serif;
}

p {
  font-family: "inter", -apple-system, BlinkMacSystemFont, Arial, Helvetica, "Helvetica Neue", Verdana, sans-serif;
}

a {
  color: #1e73b8;
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: #1e73b8;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, Arial, Helvetica, "Helvetica Neue", Verdana, sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: center;
}
.section-title::before, .section-title::after {
  content: "";
  height: 2px;
  width: 80px;
  background-color: #1e73b8;
}

.header-banner {
  margin-top: auto;
  position: relative;
  display: flex;
  align-items: center;
  padding: 60px 20px;
  text-align: center;
  background-attachment: fixed;
  color: #fff;
}
.header-banner h1 {
  color: #b0ede0;
}
.header-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 30, 51, 0.75);
}
.header-banner .banner-entry-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
.header-banner .banner-entry-content h1 {
  text-transform: uppercase;
}
.header-banner .banner-entry-content p {
  font-size: 1.25rem;
}

.entry-content {
  color: #1a263a;
}

article.post {
  padding: 4rem 0;
  background-color: #f3f3f3;
  margin-bottom: 0;
}

.post-navigation {
  padding: 4rem 0;
  background-color: #cedff9;
}
@media (max-width: 768px) {
  .post-navigation {
    display: none;
  }
}

article {
  margin-bottom: 0;
}

/* SCSS */
section {
  background: white;
}

.home .esa-cards {
  background: transparent;
}

.esa-btn {
  display: inline-block;
  padding: 0.75em 2em;
  font-family: inherit;
  color: #f3f3f3;
  background: #1e73b8;
  border-radius: 15px;
  cursor: pointer;
  outline: none;
  position: relative;
  margin-top: 1rem;
  border: 3px solid transparent;
  box-shadow: none;
  border-bottom: 6px solid #155283;
  transform: translateY(-6px);
  transition: transform 80ms ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  width: 100%;
  text-align: center;
}
.esa-btn:hover, .esa-btn:focus {
  background: #cedff9;
  border-color: #22324c;
  color: #22324c;
  transform: translateY(-5px);
}
.esa-btn:active {
  transform: translateY(-2px);
}
@media (prefers-reduced-motion: reduce) {
  .esa-btn {
    transition: none;
  }
}
@media (min-width: 1024px) {
  .esa-btn {
    min-width: 150px;
  }
}

h1, h2 {
  font-weight: 800;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, Arial, Helvetica, "Helvetica Neue", Verdana, sans-serif;
}

p {
  font-family: "inter", -apple-system, BlinkMacSystemFont, Arial, Helvetica, "Helvetica Neue", Verdana, sans-serif;
}

a {
  color: #1e73b8;
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: #1e73b8;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, Arial, Helvetica, "Helvetica Neue", Verdana, sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: center;
}
.section-title::before, .section-title::after {
  content: "";
  height: 2px;
  width: 80px;
  background-color: #1e73b8;
}

.header-banner {
  margin-top: auto;
  position: relative;
  display: flex;
  align-items: center;
  padding: 60px 20px;
  text-align: center;
  background-attachment: fixed;
  color: #fff;
}
.header-banner h1 {
  color: #b0ede0;
}
.header-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 30, 51, 0.75);
}
.header-banner .banner-entry-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
.header-banner .banner-entry-content h1 {
  text-transform: uppercase;
}
.header-banner .banner-entry-content p {
  font-size: 1.25rem;
}

.entry-content {
  color: #1a263a;
}

article.post {
  padding: 4rem 0;
  background-color: #f3f3f3;
  margin-bottom: 0;
}

.post-navigation {
  padding: 4rem 0;
  background-color: #cedff9;
}
@media (max-width: 768px) {
  .post-navigation {
    display: none;
  }
}

article {
  margin-bottom: 0;
}

/* Reusable utility */
.clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#home-banner {
  margin-top: auto;
  position: relative;
  display: flex;
  align-items: center;
  padding: 4rem 0;
}
@media (min-width: 1024px) {
  #home-banner {
    padding: 5rem;
  }
}
#home-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 30, 51, 0.8);
}
@media (min-width: 768px) {
  #home-banner {
    padding: 5rem 2rem;
  }
}
@media (min-width: 1024px) {
  #home-banner {
    min-height: 500px;
    height: 70vh;
  }
}
#home-banner .banner-content {
  position: relative;
}
#home-banner .cta-banner {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  justify-content: center;
}
@media (min-width: 1024px) {
  #home-banner .cta-banner {
    flex-direction: row;
    gap: 1rem;
  }
}
#home-banner .cta-banner .esa-btn {
  font-weight: 500;
}
#home-banner .cta-banner .esa-btn:first-child {
  display: inline-block;
  padding: 0.75em 2em;
  font-family: inherit;
  color: #f3f3f3;
  background: #e3541c;
  border-radius: 15px;
  cursor: pointer;
  outline: none;
  position: relative;
  margin-top: 1rem;
  border: 3px solid transparent;
  box-shadow: none;
  border-bottom: 6px solid #ad4015;
  transform: translateY(-6px);
  transition: transform 80ms ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
#home-banner .cta-banner .esa-btn:first-child:hover, #home-banner .cta-banner .esa-btn:first-child:focus {
  background: #1e73b8;
  border-color: #22324c;
  color: #f3f3f3;
  transform: translateY(-5px);
}
#home-banner .cta-banner .esa-btn:first-child:active {
  transform: translateY(-2px);
}
@media (prefers-reduced-motion: reduce) {
  #home-banner .cta-banner .esa-btn:first-child {
    transition: none;
  }
}
#home-banner .cta-banner .esa-btn:last-child {
  display: inline-block;
  padding: 0.75em 2em;
  font-family: inherit;
  color: #f3f3f3;
  background: #1e73b8;
  border-radius: 15px;
  cursor: pointer;
  outline: none;
  position: relative;
  margin-top: 1rem;
  border: 3px solid transparent;
  box-shadow: none;
  border-bottom: 6px solid #155283;
  transform: translateY(-6px);
  transition: transform 80ms ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
#home-banner .cta-banner .esa-btn:last-child:hover, #home-banner .cta-banner .esa-btn:last-child:focus {
  background: #e3541c;
  border-color: #22324c;
  color: #f3f3f3;
  transform: translateY(-5px);
}
#home-banner .cta-banner .esa-btn:last-child:active {
  transform: translateY(-2px);
}
@media (prefers-reduced-motion: reduce) {
  #home-banner .cta-banner .esa-btn:last-child {
    transition: none;
  }
}
@media (min-width: 1024px) {
  #home-banner .cta-banner .esa-btn {
    min-width: 150px;
    max-width: 340px;
    font-size: 1.5rem;
  }
}
#home-banner h1 {
  text-transform: uppercase;
  font-weight: 700;
  color: #b0ede0;
}
#home-banner h1, #home-banner h2 {
  z-index: 1;
  text-align: center;
}
#home-banner h2 {
  color: white;
  font-weight: 400;
  font-family: "inter", -apple-system, BlinkMacSystemFont, Arial, Helvetica, "Helvetica Neue", Verdana, sans-serif;
  font-size: 1.25rem;
}
@media (min-width: 1024px) {
  #home-banner h2 {
    max-width: 75%;
    margin: 0 auto;
    font-weight: 400;
    font-family: "inter", -apple-system, BlinkMacSystemFont, Arial, Helvetica, "Helvetica Neue", Verdana, sans-serif;
    font-size: 2rem;
  }
}

#home-cta-cards {
  padding-top: 4rem;
  margin-bottom: 4rem;
}
#home-cta-cards .card-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 3rem;
}
#home-cta-cards .card-container .card {
  position: relative;
  width: 100%;
  padding-top: 90%;
  overflow: hidden;
  text-decoration: none;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 0;
}
#home-cta-cards .card-container .card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
#home-cta-cards .card-container .card h2 {
  background: rgba(255, 255, 255, 0.9);
  color: #6f847d;
  padding: 0.4em 1em;
  border-radius: 8px;
  margin-top: 1em;
  margin-bottom: 1rem;
  display: inline-block;
  z-index: 2;
  width: 90%;
  text-align: center;
  position: relative;
}
#home-cta-cards .card-container .card:hover {
  opacity: 0.95;
  transform: scale(1.01);
}
#home-cta-cards .card-container .card:hover h2 {
  background: #6f847d;
  color: #ffffff;
}
@media (max-width: 992px) {
  #home-cta-cards {
    padding-top: 3rem;
  }
  #home-cta-cards .card-container {
    grid-template-columns: 1fr;
  }
}

#home-about {
  padding: 4rem 0;
  background-color: #eef4fd;
}
#home-about .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#home-about .content .esa-btn {
  margin-top: 0;
}
#home-about .content p {
  font-size: 1.5rem;
  text-align: center;
}
@media (min-width: 1024px) {
  #home-about .content p {
    max-width: 75%;
  }
}

#home-events {
  padding: 4rem 0;
  background-color: #f3f3f3;
}
#home-events .draggable-x {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y; /* keeps vertical page scroll responsive */
}
#home-events .esa-cards {
  padding: 16px;
  max-width: 1200px;
  margin: 0 auto;
}
#home-events .esa-cards__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
#home-events .esa-cards__title {
  font-size: 20px;
  margin: 0;
  color: #1f2937;
}
#home-events .esa-cards__controls {
  display: none;
  align-items: center;
  gap: 10px;
}
#home-events .esa-cards__nav {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(18, 32, 53, 0.12);
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(18, 32, 53, 0.12);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  user-select: none;
}
#home-events .esa-cards__nav:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
#home-events .esa-cards__dots {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  min-width: 60px;
}
#home-events .esa-cards__dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(31, 41, 55, 0.25);
}
#home-events .esa-cards__dot.is-active {
  background: rgba(31, 41, 55, 0.9);
  transform: scale(1.15);
}
#home-events .esa-cards__track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
#home-events .esa-card {
  background: #ffffff;
  border: 1px solid rgba(18, 32, 53, 0.12);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(18, 32, 53, 0.12);
  display: flex;
  flex-direction: column;
  min-width: 0;
  transition: transform 160ms ease;
}
#home-events .esa-card:hover {
  transform: translateY(-1px);
}
#home-events .esa-card__media {
  display: block;
  position: relative;
  padding-top: 56.25%; /* 16:9 aspect ratio */
  background: #eef2ff;
}
#home-events .esa-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#home-events .esa-card__body {
  padding: 14px 14px 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#home-events .esa-card__heading {
  font-size: 20px;
  margin: 0;
  color: #1f2937;
  line-height: 1.15;
}
#home-events .esa-card__heading a {
  color: inherit;
  text-decoration: none;
}
#home-events .esa-card__meta {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.35;
}
#home-events .esa-card__cta {
  margin-top: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  width: 100%;
  border-radius: 6px;
  background: #2f66e3;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.4px;
  font-size: 13px;
  border: 2px solid rgba(18, 32, 53, 0.45);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.18);
  text-transform: uppercase;
}
#home-events .esa-card__cta:hover {
  background: #1f4db7;
}
#home-events .esa-card__cta:focus-visible {
  outline: 3px solid rgba(47, 102, 227, 0.35);
  outline-offset: 2px;
}
@media (max-width: 860px) {
  #home-events .esa-cards__controls {
    display: flex;
  }
  #home-events .esa-cards__track {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 4px 10px 12px;
    scrollbar-width: none;
  }
  #home-events .esa-cards__track::-webkit-scrollbar {
    display: none;
  }
  #home-events .esa-card {
    flex: 0 0 calc(100% - 20px);
    scroll-snap-align: center;
  }
}

section#home-donate {
  padding: 4rem 0;
  background-color: #cedff9;
}
section#home-donate .donate-cards > * {
  margin-bottom: 3rem;
}
section#home-donate .donate-cards > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  section#home-donate .donate-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    gap: 3rem;
  }
  section#home-donate .donate-cards > * {
    margin-bottom: 0;
  }
}
section#home-donate .donate-cards .cta-card {
  position: relative;
  background-image: url(/images/volunteer-bg.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  border-radius: 12px;
  padding: clamp(2rem, 4vw, 4rem);
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#home-donate .donate-cards .cta-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #5b87c9;
  opacity: 0.9;
  z-index: 0;
  transition: opacity 300ms ease-in-out;
}
section#home-donate .donate-cards .cta-card > * {
  position: relative;
  z-index: 1;
}
section#home-donate .donate-cards .cta-card-volunteer {
  box-shadow: 0 2px 10px rgba(18, 32, 53, 0.12);
  position: relative;
  background-image: url(https://fastly.picsum.photos/id/180/900/600.jpg?hmac=yK7y4o1osuOqxdk7Aq8JumqEiGj9edP-50xZ7gtJ6w8);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  transition: transform 160ms ease;
}
section#home-donate .donate-cards .cta-card-volunteer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #1e73b8;
  opacity: 0.9;
  z-index: 0;
  transition: opacity 300ms ease-in-out;
}
section#home-donate .donate-cards .cta-card-volunteer > * {
  position: relative;
  z-index: 1;
}
section#home-donate .donate-cards .cta-card-volunteer:hover {
  transform: translateY(-2px);
  position: relative;
  background-image: url(https://fastly.picsum.photos/id/180/900/600.jpg?hmac=yK7y4o1osuOqxdk7Aq8JumqEiGj9edP-50xZ7gtJ6w8);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
section#home-donate .donate-cards .cta-card-volunteer:hover::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #1e73b8;
  opacity: 1;
  z-index: 0;
  transition: opacity 300ms ease-in-out;
}
section#home-donate .donate-cards .cta-card-volunteer:hover > * {
  position: relative;
  z-index: 1;
}
section#home-donate .donate-cards .cta-card-volunteer .cta-card__overlay {
  max-width: 720px;
  width: 100%;
}
section#home-donate .donate-cards .cta-card-volunteer .cta-card__title {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: #f3f3f3;
}
section#home-donate .donate-cards .cta-card-volunteer .cta-card__divider {
  display: block;
  width: 100%;
  max-width: 420px;
  height: 2px;
  background: #f3f3f3;
  margin: 0 auto 1.2rem;
}
section#home-donate .donate-cards .cta-card-volunteer .cta-card__subtitle {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  opacity: 0.95;
  color: #f3f3f3;
}
section#home-donate .donate-cards .cta-card-volunteer .esa-btn {
  display: inline-block;
  padding: 0.75em 2em;
  font-family: inherit;
  color: #1e73b8;
  background: #f3f3f3;
  border-radius: 15px;
  cursor: pointer;
  outline: none;
  position: relative;
  margin-top: 1rem;
  border: 3px solid transparent;
  box-shadow: none;
  border-bottom: 6px solid #d4d4d4;
  transform: translateY(-6px);
  transition: transform 80ms ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  font-size: 1.5rem;
  padding: 0.75rem 3rem;
  font-weight: 700;
}
section#home-donate .donate-cards .cta-card-volunteer .esa-btn:hover, section#home-donate .donate-cards .cta-card-volunteer .esa-btn:focus {
  background: #e6e6e6;
  border-color: #22324c;
  color: #1e73b8;
  transform: translateY(-5px);
}
section#home-donate .donate-cards .cta-card-volunteer .esa-btn:active {
  transform: translateY(-2px);
}
@media (prefers-reduced-motion: reduce) {
  section#home-donate .donate-cards .cta-card-volunteer .esa-btn {
    transition: none;
  }
}
section#home-donate .donate-cards .cta-card-donate {
  box-shadow: 0 2px 10px rgba(18, 32, 53, 0.12);
  position: relative;
  background-image: url(https://fastly.picsum.photos/id/180/900/600.jpg?hmac=yK7y4o1osuOqxdk7Aq8JumqEiGj9edP-50xZ7gtJ6w8);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  transition: transform 160ms ease;
}
section#home-donate .donate-cards .cta-card-donate::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #f3f3f3;
  opacity: 0.9;
  z-index: 0;
  transition: opacity 300ms ease-in-out;
}
section#home-donate .donate-cards .cta-card-donate > * {
  position: relative;
  z-index: 1;
}
section#home-donate .donate-cards .cta-card-donate:hover {
  transform: translateY(-2px);
  position: relative;
  background-image: url(https://fastly.picsum.photos/id/180/900/600.jpg?hmac=yK7y4o1osuOqxdk7Aq8JumqEiGj9edP-50xZ7gtJ6w8);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
section#home-donate .donate-cards .cta-card-donate:hover::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #f3f3f3;
  opacity: 1;
  z-index: 0;
  transition: opacity 300ms ease-in-out;
}
section#home-donate .donate-cards .cta-card-donate:hover > * {
  position: relative;
  z-index: 1;
}
section#home-donate .donate-cards .cta-card-donate .cta-card__overlay {
  max-width: 720px;
  width: 100%;
}
section#home-donate .donate-cards .cta-card-donate .cta-card__title {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: #1e73b8;
}
section#home-donate .donate-cards .cta-card-donate .cta-card__divider {
  display: block;
  width: 100%;
  max-width: 420px;
  height: 2px;
  background: #1e73b8;
  margin: 0 auto 1.2rem;
}
section#home-donate .donate-cards .cta-card-donate .cta-card__subtitle {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  opacity: 0.95;
  color: #1e73b8;
}
section#home-donate .donate-cards .cta-card-donate .esa-btn {
  display: inline-block;
  padding: 0.75em 2em;
  font-family: inherit;
  color: #f3f3f3;
  background: #1e73b8;
  border-radius: 15px;
  cursor: pointer;
  outline: none;
  position: relative;
  margin-top: 1rem;
  border: 3px solid transparent;
  box-shadow: none;
  border-bottom: 6px solid #155283;
  transform: translateY(-6px);
  transition: transform 80ms ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  font-size: 1.5rem;
  padding: 0.75rem 3rem;
  font-weight: 700;
}
section#home-donate .donate-cards .cta-card-donate .esa-btn:hover, section#home-donate .donate-cards .cta-card-donate .esa-btn:focus {
  background: #1a65a2;
  border-color: #22324c;
  color: #f3f3f3;
  transform: translateY(-5px);
}
section#home-donate .donate-cards .cta-card-donate .esa-btn:active {
  transform: translateY(-2px);
}
@media (prefers-reduced-motion: reduce) {
  section#home-donate .donate-cards .cta-card-donate .esa-btn {
    transition: none;
  }
}

section#home-latest-news {
  padding: 4rem 0;
  background-color: #eef4fd;
}
section#home-latest-news .draggable-x {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y; /* keeps vertical page scroll responsive */
}
section#home-latest-news .esa-cards {
  padding: 16px;
  max-width: 1200px;
  margin: 0 auto;
}
section#home-latest-news .esa-cards__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
section#home-latest-news .esa-cards__title {
  font-size: 20px;
  margin: 0;
  color: #1077ff;
}
section#home-latest-news .esa-cards__controls {
  display: none;
  align-items: center;
  gap: 10px;
}
section#home-latest-news .esa-cards__nav {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(18, 32, 53, 0.12);
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(18, 32, 53, 0.12);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  user-select: none;
}
section#home-latest-news .esa-cards__nav:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
section#home-latest-news .esa-cards__dots {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  min-width: 60px;
}
section#home-latest-news .esa-cards__dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(31, 41, 55, 0.25);
}
section#home-latest-news .esa-cards__dot.is-active {
  background: rgba(31, 41, 55, 0.9);
  transform: scale(1.15);
}
section#home-latest-news .esa-cards__track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
section#home-latest-news .esa-card {
  background: #ffffff;
  border: 1px solid rgba(18, 32, 53, 0.12);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(18, 32, 53, 0.12);
  display: flex;
  flex-direction: column;
  min-width: 0;
  transition: transform 160ms ease;
}
section#home-latest-news .esa-card:hover {
  transform: translateY(-1px);
}
section#home-latest-news .esa-card__media {
  display: block;
  position: relative;
  padding-top: 56.25%; /* 16:9 aspect ratio */
  background: #eef2ff;
}
section#home-latest-news .esa-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
section#home-latest-news .esa-card__body {
  padding: 14px 14px 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
section#home-latest-news .esa-card__heading {
  font-size: 20px;
  margin: 0;
  color: #1077ff;
  line-height: 1.15;
}
section#home-latest-news .esa-card__heading a {
  color: inherit;
  text-decoration: none;
}
section#home-latest-news .esa-card__meta {
  margin: 0;
  color: #101010;
  font-size: 14px;
  line-height: 1.35;
}
section#home-latest-news .esa-card__cta {
  margin-top: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  width: 100%;
  border-radius: 6px;
  background: #80e32f;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.4px;
  font-size: 13px;
  border: 2px solid rgba(18, 32, 53, 0.45);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.18);
  text-transform: uppercase;
}
section#home-latest-news .esa-card__cta:hover {
  background: #b71f1f;
}
section#home-latest-news .esa-card__cta:focus-visible {
  outline: 3px solid rgba(47, 102, 227, 0.35);
  outline-offset: 2px;
}
@media (max-width: 860px) {
  section#home-latest-news .esa-cards__controls {
    display: flex;
  }
  section#home-latest-news .esa-cards__track {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 4px 10px 12px;
    scrollbar-width: none;
  }
  section#home-latest-news .esa-cards__track::-webkit-scrollbar {
    display: none;
  }
  section#home-latest-news .esa-card {
    flex: 0 0 calc(100% - 20px);
    scroll-snap-align: center;
  }
}
section#home-latest-news .esa-btn {
  max-width: 175px;
}
section#home-latest-news .esa-card__body p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* SCSS */
section {
  background: white;
}

.home .esa-cards {
  background: transparent;
}

.esa-btn {
  display: inline-block;
  padding: 0.75em 2em;
  font-family: inherit;
  color: #f3f3f3;
  background: #1e73b8;
  border-radius: 15px;
  cursor: pointer;
  outline: none;
  position: relative;
  margin-top: 1rem;
  border: 3px solid transparent;
  box-shadow: none;
  border-bottom: 6px solid #155283;
  transform: translateY(-6px);
  transition: transform 80ms ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  width: 100%;
  text-align: center;
}
.esa-btn:hover, .esa-btn:focus {
  background: #cedff9;
  border-color: #22324c;
  color: #22324c;
  transform: translateY(-5px);
}
.esa-btn:active {
  transform: translateY(-2px);
}
@media (prefers-reduced-motion: reduce) {
  .esa-btn {
    transition: none;
  }
}
@media (min-width: 1024px) {
  .esa-btn {
    min-width: 150px;
  }
}

h1, h2 {
  font-weight: 800;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, Arial, Helvetica, "Helvetica Neue", Verdana, sans-serif;
}

p {
  font-family: "inter", -apple-system, BlinkMacSystemFont, Arial, Helvetica, "Helvetica Neue", Verdana, sans-serif;
}

a {
  color: #1e73b8;
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: #1e73b8;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, Arial, Helvetica, "Helvetica Neue", Verdana, sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: center;
}
.section-title::before, .section-title::after {
  content: "";
  height: 2px;
  width: 80px;
  background-color: #1e73b8;
}

.header-banner {
  margin-top: auto;
  position: relative;
  display: flex;
  align-items: center;
  padding: 60px 20px;
  text-align: center;
  background-attachment: fixed;
  color: #fff;
}
.header-banner h1 {
  color: #b0ede0;
}
.header-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 30, 51, 0.75);
}
.header-banner .banner-entry-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
.header-banner .banner-entry-content h1 {
  text-transform: uppercase;
}
.header-banner .banner-entry-content p {
  font-size: 1.25rem;
}

.entry-content {
  color: #1a263a;
}

article.post {
  padding: 4rem 0;
  background-color: #f3f3f3;
  margin-bottom: 0;
}

.post-navigation {
  padding: 4rem 0;
  background-color: #cedff9;
}
@media (max-width: 768px) {
  .post-navigation {
    display: none;
  }
}

article {
  margin-bottom: 0;
}

.site-header {
  background-color: rgb(255, 255, 255);
  color: black;
  transition: transform 0.3s ease;
  will-change: transform;
}
.site-header.hide-on-scroll {
  transform: translateY(-100%);
}

.site-tools > ul > li > a > span, .main-navigation > ul > li > a {
  color: black;
}

.main-navigation > ul > li a {
  font-size: 1.2rem;
}
.main-navigation > ul > li:last-child a {
  border-right: none;
}

.site-tools ul {
  text-align: right;
}

.main-navigation {
  display: flex;
  justify-content: flex-start;
}

.site-header-sticky.sticky {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.site-header-sticky.sticky.hide-on-scroll {
  transform: translateY(-100%);
  box-shadow: none;
  opacity: 0;
  pointer-events: none;
}

#main-nav {
  box-shadow: 0 2px 10px rgba(18, 32, 53, 0.12);
}
#main-nav .top-bar {
  background-color: #1e73b8;
  padding: 0.5rem 0;
}
#main-nav .top-bar .media-icons {
  display: flex;
  justify-content: flex-end;
  /* added/updated for CLS stability + consistent spacing */
  font-size: 16px;
  line-height: 1;
  align-items: center;
  gap: 0.5rem;
  font-family: "inter", -apple-system, BlinkMacSystemFont, Arial, Helvetica, "Helvetica Neue", Verdana, sans-serif;
  font-variant-ligatures: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}
#main-nav .top-bar .media-icons a {
  color: #f3f3f3;
}
#main-nav .top-bar .media-icons a i {
  color: #f3f3f3;
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  line-height: 1.25em;
  vertical-align: middle;
  /* Avoid icon affecting line box height unexpectedly */
  overflow: hidden;
}
#main-nav .top-bar .media-icons a:hover i {
  color: #e3541c;
}
#main-nav .main-bar {
  padding: 0.5rem 0;
  background-color: #cedff9;
}
#main-nav .main-bar .navigation-items {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  gap: 1rem;
}
#main-nav .main-bar .navigation-items .logo {
  display: flex;
  align-items: center;
}
#main-nav .main-bar .navigation-items .logo img {
  max-height: 60px;
}
#main-nav .main-bar .navigation-items .nav-toggle {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  position: relative;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
#main-nav .main-bar .navigation-items .nav-toggle .bar {
  display: block;
  width: 24px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
}
#main-nav .main-bar .navigation-items .nav-toggle.active .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
#main-nav .main-bar .navigation-items .nav-toggle.active .bar:nth-child(2) {
  opacity: 0;
}
#main-nav .main-bar .navigation-items .nav-toggle.active .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
#main-nav .main-bar .navigation-items .nav-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
}
@media (min-width: 1024px) {
  #main-nav .main-bar .navigation-items .nav-links {
    justify-content: flex-end;
  }
}
#main-nav .main-bar .navigation-items .nav-links .esa-btn {
  display: inline-block;
  padding: 0.75em 2em;
  font-family: inherit;
  color: #f3f3f3;
  background: #e3541c;
  border-radius: 15px;
  cursor: pointer;
  outline: none;
  position: relative;
  margin-top: 1rem;
  border: 3px solid transparent;
  box-shadow: none;
  border-bottom: 6px solid #ad4015;
  transform: translateY(-6px);
  transition: transform 80ms ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  width: 100%;
  font-size: 1rem;
}
#main-nav .main-bar .navigation-items .nav-links .esa-btn:hover, #main-nav .main-bar .navigation-items .nav-links .esa-btn:focus {
  background: #1e73b8;
  border-color: #22324c;
  color: #f3f3f3;
  transform: translateY(-5px);
}
#main-nav .main-bar .navigation-items .nav-links .esa-btn:active {
  transform: translateY(-2px);
}
@media (prefers-reduced-motion: reduce) {
  #main-nav .main-bar .navigation-items .nav-links .esa-btn {
    transition: none;
  }
}
@media (min-width: 1024px) {
  #main-nav .main-bar .navigation-items .nav-links .esa-btn {
    min-width: 150px;
    max-width: 250px;
  }
}
#main-nav .main-bar a {
  color: #22324c;
}
#main-nav .main-bar a:hover {
  color: #e3541c;
}

@media (max-width: 1023.98px) {
  #main-nav .main-bar .navigation-items .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  #main-nav .main-bar .navigation-items .nav-links {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(85vw, 320px);
    background-color: #cedff9;
    padding: 5rem 1.25rem 2rem;
    box-shadow: -2px 0 12px rgba(0, 0, 0, 0.15);
    transform: translateX(100%);
    transition: transform 0.6s ease;
    z-index: 1000;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  #main-nav .main-bar .navigation-items .nav-links a {
    font-size: 1.125rem;
  }
  #main-nav .main-bar .navigation-items .nav-links .esa-btn {
    width: 100%;
  }
  #main-nav .main-bar .navigation-items .nav-links.is-open {
    transform: translateX(0);
  }
  body.no-scroll {
    overflow: hidden;
    touch-action: none;
  }
}
@media (min-width: 1024px) {
  #main-nav .main-bar .navigation-items .nav-toggle {
    display: none;
  }
  #main-nav .main-bar .navigation-items .nav-links {
    position: static;
    transform: none;
    box-shadow: none;
    padding: 0;
  }
}
/* Dark + blur background behind open mobile menu */
#main-nav {
  position: relative;
}

#main-nav .nav-scrim {
  position: fixed;
  inset: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 200ms ease;
  /* blur what's behind the scrim */
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

#main-nav .nav-scrim.is-active {
  opacity: 1;
}

/* Ensure the opened menu is above the scrim */
#main-nav .nav-links {
  position: relative;
  z-index: 1000;
}

/* Optional: respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  #main-nav .nav-scrim {
    transition: none;
  }
}
/* SCSS */
section {
  background: white;
}

.home .esa-cards {
  background: transparent;
}

.esa-btn {
  display: inline-block;
  padding: 0.75em 2em;
  font-family: inherit;
  color: #f3f3f3;
  background: #1e73b8;
  border-radius: 15px;
  cursor: pointer;
  outline: none;
  position: relative;
  margin-top: 1rem;
  border: 3px solid transparent;
  box-shadow: none;
  border-bottom: 6px solid #155283;
  transform: translateY(-6px);
  transition: transform 80ms ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  width: 100%;
  text-align: center;
}
.esa-btn:hover, .esa-btn:focus {
  background: #cedff9;
  border-color: #22324c;
  color: #22324c;
  transform: translateY(-5px);
}
.esa-btn:active {
  transform: translateY(-2px);
}
@media (prefers-reduced-motion: reduce) {
  .esa-btn {
    transition: none;
  }
}
@media (min-width: 1024px) {
  .esa-btn {
    min-width: 150px;
  }
}

h1, h2 {
  font-weight: 800;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, Arial, Helvetica, "Helvetica Neue", Verdana, sans-serif;
}

p {
  font-family: "inter", -apple-system, BlinkMacSystemFont, Arial, Helvetica, "Helvetica Neue", Verdana, sans-serif;
}

a {
  color: #1e73b8;
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: #1e73b8;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, Arial, Helvetica, "Helvetica Neue", Verdana, sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: center;
}
.section-title::before, .section-title::after {
  content: "";
  height: 2px;
  width: 80px;
  background-color: #1e73b8;
}

.header-banner {
  margin-top: auto;
  position: relative;
  display: flex;
  align-items: center;
  padding: 60px 20px;
  text-align: center;
  background-attachment: fixed;
  color: #fff;
}
.header-banner h1 {
  color: #b0ede0;
}
.header-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 30, 51, 0.75);
}
.header-banner .banner-entry-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
.header-banner .banner-entry-content h1 {
  text-transform: uppercase;
}
.header-banner .banner-entry-content p {
  font-size: 1.25rem;
}

.entry-content {
  color: #1a263a;
}

article.post {
  padding: 4rem 0;
  background-color: #f3f3f3;
  margin-bottom: 0;
}

.post-navigation {
  padding: 4rem 0;
  background-color: #cedff9;
}
@media (max-width: 768px) {
  .post-navigation {
    display: none;
  }
}

article {
  margin-bottom: 0;
}

a:not(:has(img)):hover {
  opacity: 1;
}

.about-entry {
  position: relative;
  overflow: hidden;
  padding: 100px 20px;
  text-align: center;
  width: 100%;
  max-width: 100%;
  color: #fff;
}
.about-entry h1 {
  color: #b0ede0;
}
.about-entry row {
  position: relative;
}
.about-entry.row::before {
  content: "";
  position: absolute; /* Position the overlay absolutely within the parent */
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.69); /* Semi-transparent black overlay */
  z-index: 1;
}
.about-entry .about-entry-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
.about-entry .about-entry-content p {
  font-size: 1.25rem;
}

#about-us {
  padding: 4rem 0;
  background-color: #f3f3f3;
}
#about-us .section-title {
  justify-content: flex-start;
}

#about-team {
  padding: 4rem 0;
  background-color: #cedff9;
}

/* About page: text left, image right; stacks on mobile */
.about-hero {
  display: grid;
  grid-template-columns: 1fr; /* mobile: single column */
  gap: 2rem; /* space between text and image */
  align-items: center;
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .about-hero {
    grid-template-columns: 1fr 1fr; /* desktop: two columns */
  }
}

.about-hero__content {
  /* optional: fine‑tune text spacing */
}
.about-hero__content p {
  font-size: 1.5rem;
}

.about-hero__media {
  background: #ffffff;
  border: 1px solid rgba(18, 32, 53, 0.12);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(18, 32, 53, 0.12);
  min-width: 0;
  transition: transform 160ms ease;
}
.about-hero__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* CTA buttons: row on desktop, stacked on narrow screens if needed */
.cta-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1.25rem;
}
.cta-buttons .esa-btn {
  max-width: 250px;
}

/* Optional: if you have a secondary style, apply it to the second button */
.cta-buttons .btn + .btn {
  /* Example: outline/secondary look – adjust to your design system */
  /* border: 1px solid currentColor; background: transparent; */
}

.team-members {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 20px;
}
.team-members .team-member {
  position: relative;
  overflow: hidden;
}
.team-members .team-member h3 {
  color: #22324c;
}
.team-members .team-member img {
  width: 100%;
  height: auto;
  transition: transform 0.3s;
}
.team-members .team-member .team-member-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s;
  text-align: center;
  padding: 2rem;
}
.team-members .team-member:hover img {
  transform: scale(1.1);
}
.team-members .team-member:hover .team-member-info {
  opacity: 1;
}
.team-members .team-member:hover .team-member-info h3 {
  color: #cedff9;
}
.team-members .team-member:hover .team-member-info p {
  color: #f3f3f3;
}
@media (max-width: 768px) {
  .team-members {
    grid-template-columns: 1fr;
  }
}

.stack-container {
  max-width: 1000px;
  margin: 0 auto;
}
.stack-container .card-0 {
  --offset: 20px;
  --top: calc((0 + 5) * 20px);
  position: sticky;
  top: calc(var(--top) + var(--offset));
}
.stack-container .card-1 {
  --offset: 20px;
  --top: calc((1 + 5) * 20px);
  position: sticky;
  top: calc(var(--top) + var(--offset));
}
.stack-container .card-2 {
  --offset: 20px;
  --top: calc((2 + 5) * 20px);
  position: sticky;
  top: calc(var(--top) + var(--offset));
}
.stack-container .card-3 {
  --offset: 20px;
  --top: calc((3 + 5) * 20px);
  position: sticky;
  top: calc(var(--top) + var(--offset));
}
.stack-container .card-4 {
  --offset: 20px;
  --top: calc((4 + 5) * 20px);
  position: sticky;
  top: calc(var(--top) + var(--offset));
}
.stack-container .card-5 {
  --offset: 20px;
  --top: calc((5 + 5) * 20px);
  position: sticky;
  top: calc(var(--top) + var(--offset));
}
.stack-container .card-6 {
  --offset: 20px;
  --top: calc((6 + 5) * 20px);
  position: sticky;
  top: calc(var(--top) + var(--offset));
}
.stack-container .card-7 {
  --offset: 20px;
  --top: calc((7 + 5) * 20px);
  position: sticky;
  top: calc(var(--top) + var(--offset));
}
.stack-container .card-8 {
  --offset: 20px;
  --top: calc((8 + 5) * 20px);
  position: sticky;
  top: calc(var(--top) + var(--offset));
}
.stack-container .card-9 {
  --offset: 20px;
  --top: calc((9 + 5) * 20px);
  position: sticky;
  top: calc(var(--top) + var(--offset));
}
.stack-container .card {
  width: 100%;
  height: 60vh;
  margin-bottom: 20px;
  border-radius: 45px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: transform 0.7s ease, box-shadow 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.stack-container .card:hover {
  transform: scale(1.03);
  box-shadow: 3px 10px 13px rgba(0, 0, 0, 0.5);
}
.stack-container .card .card-content {
  background: rgba(30, 30, 30, 0.85);
  color: #fff;
  padding: 2rem;
  border-radius: 0 0 45px 45px;
}
.stack-container .card .card-content h3 {
  margin-top: 0;
  color: #b0ede0;
}
.stack-container .card .card-content .btn {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #ff4757;
  color: #fff;
  border-radius: 25px;
  text-decoration: none;
}
.stack-container .card .card-content .btn:hover {
  background-color: #ff1428;
}

/* SCSS */
section {
  background: white;
}

.home .esa-cards {
  background: transparent;
}

.esa-btn {
  display: inline-block;
  padding: 0.75em 2em;
  font-family: inherit;
  color: #f3f3f3;
  background: #1e73b8;
  border-radius: 15px;
  cursor: pointer;
  outline: none;
  position: relative;
  margin-top: 1rem;
  border: 3px solid transparent;
  box-shadow: none;
  border-bottom: 6px solid #155283;
  transform: translateY(-6px);
  transition: transform 80ms ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  width: 100%;
  text-align: center;
}
.esa-btn:hover, .esa-btn:focus {
  background: #cedff9;
  border-color: #22324c;
  color: #22324c;
  transform: translateY(-5px);
}
.esa-btn:active {
  transform: translateY(-2px);
}
@media (prefers-reduced-motion: reduce) {
  .esa-btn {
    transition: none;
  }
}
@media (min-width: 1024px) {
  .esa-btn {
    min-width: 150px;
  }
}

h1, h2 {
  font-weight: 800;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, Arial, Helvetica, "Helvetica Neue", Verdana, sans-serif;
}

p {
  font-family: "inter", -apple-system, BlinkMacSystemFont, Arial, Helvetica, "Helvetica Neue", Verdana, sans-serif;
}

a {
  color: #1e73b8;
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: #1e73b8;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, Arial, Helvetica, "Helvetica Neue", Verdana, sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: center;
}
.section-title::before, .section-title::after {
  content: "";
  height: 2px;
  width: 80px;
  background-color: #1e73b8;
}

.header-banner {
  margin-top: auto;
  position: relative;
  display: flex;
  align-items: center;
  padding: 60px 20px;
  text-align: center;
  background-attachment: fixed;
  color: #fff;
}
.header-banner h1 {
  color: #b0ede0;
}
.header-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 30, 51, 0.75);
}
.header-banner .banner-entry-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
.header-banner .banner-entry-content h1 {
  text-transform: uppercase;
}
.header-banner .banner-entry-content p {
  font-size: 1.25rem;
}

.entry-content {
  color: #1a263a;
}

article.post {
  padding: 4rem 0;
  background-color: #f3f3f3;
  margin-bottom: 0;
}

.post-navigation {
  padding: 4rem 0;
  background-color: #cedff9;
}
@media (max-width: 768px) {
  .post-navigation {
    display: none;
  }
}

article {
  margin-bottom: 0;
}

/* Contact Page (HTML/CSS only) */
.contact-page {
  --off-white: #f3f3f3;
  --black: #22324c;
  --main-blue: #1e73b8;
  --light-blue: #cedff9;
  --accent-orange: #e3541c;
  --shadow: 0 2px 10px rgba(18, 32, 53, 0.12);
  background: var(--off-white);
  padding: clamp(2.5rem, 4vw, 4rem) 0;
  color: var(--black);
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.contact-page__inner {
  width: min(1100px, 100% - 2rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

/* Desktop split */
@media (min-width: 920px) {
  .contact-page__inner {
    grid-template-columns: 1.05fr 1.2fr;
    gap: 2rem;
    align-items: start;
  }
}
.contact-page__left {
  background: #fff;
  border-radius: 14px;
  box-shadow: var(--shadow);
  padding: 1.5rem;
  transition: transform 300ms ease;
}
.contact-page__left:hover {
  transform: translatey(-2px);
}

@media (min-width: 920px) {
  .contact-page__left {
    position: sticky;
    top: 1.5rem;
  }
}
.contact-page__title {
  margin: 0 0 0.5rem;
  font-family: Manrope, Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  letter-spacing: 0.01em;
  font-size: clamp(1.6rem, 2.2vw, 2.1rem);
}

.contact-page__lede {
  margin: 0 0 1.25rem;
  color: rgba(34, 50, 76, 0.78);
  line-height: 1.55;
}

.contact-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}

.contact-card {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  text-decoration: none;
  color: inherit;
}
.contact-card .draggable-x {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y; /* keeps vertical page scroll responsive */
}
.contact-card .esa-cards {
  padding: 16px;
  max-width: 1200px;
  margin: 0 auto;
}
.contact-card .esa-cards__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.contact-card .esa-cards__title {
  font-size: 20px;
  margin: 0;
  color: #1f2937;
}
.contact-card .esa-cards__controls {
  display: none;
  align-items: center;
  gap: 10px;
}
.contact-card .esa-cards__nav {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(18, 32, 53, 0.12);
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(18, 32, 53, 0.12);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  user-select: none;
}
.contact-card .esa-cards__nav:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.contact-card .esa-cards__dots {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  min-width: 60px;
}
.contact-card .esa-cards__dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(31, 41, 55, 0.25);
}
.contact-card .esa-cards__dot.is-active {
  background: rgba(31, 41, 55, 0.9);
  transform: scale(1.15);
}
.contact-card .esa-cards__track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.contact-card .esa-card {
  background: #ffffff;
  border: 1px solid rgba(18, 32, 53, 0.12);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(18, 32, 53, 0.12);
  display: flex;
  flex-direction: column;
  min-width: 0;
  transition: transform 160ms ease;
}
.contact-card .esa-card:hover {
  transform: translateY(-1px);
}
.contact-card .esa-card__media {
  display: block;
  position: relative;
  padding-top: 56.25%; /* 16:9 aspect ratio */
  background: #eef2ff;
}
.contact-card .esa-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.contact-card .esa-card__body {
  padding: 14px 14px 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact-card .esa-card__heading {
  font-size: 20px;
  margin: 0;
  color: #1f2937;
  line-height: 1.15;
}
.contact-card .esa-card__heading a {
  color: inherit;
  text-decoration: none;
}
.contact-card .esa-card__meta {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.35;
}
.contact-card .esa-card__cta {
  margin-top: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  width: 100%;
  border-radius: 6px;
  background: #2f66e3;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.4px;
  font-size: 13px;
  border: 2px solid rgba(18, 32, 53, 0.45);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.18);
  text-transform: uppercase;
}
.contact-card .esa-card__cta:hover {
  background: #1f4db7;
}
.contact-card .esa-card__cta:focus-visible {
  outline: 3px solid rgba(47, 102, 227, 0.35);
  outline-offset: 2px;
}
@media (max-width: 860px) {
  .contact-card .esa-cards__controls {
    display: flex;
  }
  .contact-card .esa-cards__track {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 4px 10px 12px;
    scrollbar-width: none;
  }
  .contact-card .esa-cards__track::-webkit-scrollbar {
    display: none;
  }
  .contact-card .esa-card {
    flex: 0 0 calc(100% - 20px);
    scroll-snap-align: center;
  }
}
.contact-card:hover, .contact-card:focus-visible {
  text-decoration: none;
  outline: none;
  transform: translatex(0.5rem);
}

.contact-card__icon {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(30, 115, 184, 0.1);
  color: #e3541c;
  font-size: 1.1rem;
}

.contact-card__title {
  margin: 0 0 0.25rem 0;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, Arial, Helvetica, "Helvetica Neue", Verdana, sans-serif;
  color: #22324c;
  font-size: 1.05rem;
}

.contact-card__text {
  margin: 0;
  font-family: "inter", -apple-system, BlinkMacSystemFont, Arial, Helvetica, "Helvetica Neue", Verdana, sans-serif;
  color: rgba(34, 50, 76, 0.85);
  font-size: 0.95rem;
  line-height: 1.4;
}

/* Keep the chevron aligned to the right with flex */
.contact-card__chev {
  margin-left: auto;
  align-self: center;
  color: rgba(34, 50, 76, 0.55);
  font-size: 1.4rem;
}

/* Right side form */
.contact-page__right {
  background: transparent;
  transition: transform 300ms ease;
}
.contact-page__right:hover {
  transform: translatey(-2px);
}

.contact-form-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: var(--shadow);
  padding: 1.5rem;
}

.contact-form-card__title {
  margin: 0 0 0.25rem;
  font-family: Manrope, Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 1.35rem;
}

.contact-form-card__subtitle {
  margin: 0 0 1.25rem;
  color: rgba(34, 50, 76, 0.75);
  line-height: 1.55;
}

.contact-form__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.95rem;
}

@media (min-width: 720px) {
  .contact-form__grid {
    grid-template-columns: 1fr 1fr;
  }
  .field--full {
    grid-column: 1/-1;
  }
}
.contact-form.is-sending {
  opacity: 0.65;
  pointer-events: none; /* belt + suspenders with disabled controls */
}

.contact-form__sending {
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}

.contact-form__spinner {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-top-color: rgba(0, 0, 0, 0.7);
  animation: contactFormSpin 0.8s linear infinite;
}

@keyframes contactFormSpin {
  to {
    transform: rotate(360deg);
  }
}
.field__label {
  display: inline-block;
  margin-bottom: 0.35rem;
  font-size: 0.92rem;
  color: rgba(34, 50, 76, 0.85);
}

.field__input,
.field__textarea {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(34, 50, 76, 0.18);
  background: #fff;
  padding: 0.75rem 0.85rem;
  font-size: 1rem;
  color: var(--black);
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

.field__textarea {
  resize: vertical;
  min-height: 140px;
}

.field__input:focus,
.field__textarea:focus {
  outline: none;
  border-color: rgba(30, 115, 184, 0.55);
  box-shadow: 0 0 0 4px rgba(30, 115, 184, 0.12);
}

.contact-form__actions {
  margin-top: 1.1rem;
  display: grid;
  gap: 0.75rem;
}

.contact-form__submit {
  appearance: none;
  border: 0;
  border-radius: 14px;
  padding: 0.9rem 1.1rem;
  background: var(--main-blue);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: transform 90ms ease, filter 150ms ease;
}

.contact-form__submit:hover,
.contact-form__submit:focus-visible {
  filter: brightness(0.98);
  transform: translateY(-1px);
  outline: none;
}

.contact-form__submit:active {
  transform: translateY(0);
}

.contact-form__note {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(34, 50, 76, 0.7);
  line-height: 1.4;
}

/* SCSS */
section {
  background: white;
}

.home .esa-cards {
  background: transparent;
}

.esa-btn {
  display: inline-block;
  padding: 0.75em 2em;
  font-family: inherit;
  color: #f3f3f3;
  background: #1e73b8;
  border-radius: 15px;
  cursor: pointer;
  outline: none;
  position: relative;
  margin-top: 1rem;
  border: 3px solid transparent;
  box-shadow: none;
  border-bottom: 6px solid #155283;
  transform: translateY(-6px);
  transition: transform 80ms ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  width: 100%;
  text-align: center;
}
.esa-btn:hover, .esa-btn:focus {
  background: #cedff9;
  border-color: #22324c;
  color: #22324c;
  transform: translateY(-5px);
}
.esa-btn:active {
  transform: translateY(-2px);
}
@media (prefers-reduced-motion: reduce) {
  .esa-btn {
    transition: none;
  }
}
@media (min-width: 1024px) {
  .esa-btn {
    min-width: 150px;
  }
}

h1, h2 {
  font-weight: 800;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, Arial, Helvetica, "Helvetica Neue", Verdana, sans-serif;
}

p {
  font-family: "inter", -apple-system, BlinkMacSystemFont, Arial, Helvetica, "Helvetica Neue", Verdana, sans-serif;
}

a {
  color: #1e73b8;
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: #1e73b8;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, Arial, Helvetica, "Helvetica Neue", Verdana, sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: center;
}
.section-title::before, .section-title::after {
  content: "";
  height: 2px;
  width: 80px;
  background-color: #1e73b8;
}

.header-banner {
  margin-top: auto;
  position: relative;
  display: flex;
  align-items: center;
  padding: 60px 20px;
  text-align: center;
  background-attachment: fixed;
  color: #fff;
}
.header-banner h1 {
  color: #b0ede0;
}
.header-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 30, 51, 0.75);
}
.header-banner .banner-entry-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
.header-banner .banner-entry-content h1 {
  text-transform: uppercase;
}
.header-banner .banner-entry-content p {
  font-size: 1.25rem;
}

.entry-content {
  color: #1a263a;
}

article.post {
  padding: 4rem 0;
  background-color: #f3f3f3;
  margin-bottom: 0;
}

.post-navigation {
  padding: 4rem 0;
  background-color: #cedff9;
}
@media (max-width: 768px) {
  .post-navigation {
    display: none;
  }
}

article {
  margin-bottom: 0;
}

#latest-news-archive {
  padding: 4rem 0;
  background-color: #f3f3f3;
}
#latest-news-archive .draggable-x {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y; /* keeps vertical page scroll responsive */
}
#latest-news-archive .esa-cards {
  padding: 16px;
  max-width: 1200px;
  margin: 0 auto;
}
#latest-news-archive .esa-cards__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
#latest-news-archive .esa-cards__title {
  font-size: 20px;
  margin: 0;
  color: #1f2937;
}
#latest-news-archive .esa-cards__controls {
  display: none;
  align-items: center;
  gap: 10px;
}
#latest-news-archive .esa-cards__nav {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(18, 32, 53, 0.12);
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(18, 32, 53, 0.12);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  user-select: none;
}
#latest-news-archive .esa-cards__nav:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
#latest-news-archive .esa-cards__dots {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  min-width: 60px;
}
#latest-news-archive .esa-cards__dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(31, 41, 55, 0.25);
}
#latest-news-archive .esa-cards__dot.is-active {
  background: rgba(31, 41, 55, 0.9);
  transform: scale(1.15);
}
#latest-news-archive .esa-cards__track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
#latest-news-archive .esa-card {
  background: #ffffff;
  border: 1px solid rgba(18, 32, 53, 0.12);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(18, 32, 53, 0.12);
  display: flex;
  flex-direction: column;
  min-width: 0;
  transition: transform 160ms ease;
}
#latest-news-archive .esa-card:hover {
  transform: translateY(-1px);
}
#latest-news-archive .esa-card__media {
  display: block;
  position: relative;
  padding-top: 56.25%; /* 16:9 aspect ratio */
  background: #eef2ff;
}
#latest-news-archive .esa-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#latest-news-archive .esa-card__body {
  padding: 14px 14px 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#latest-news-archive .esa-card__heading {
  font-size: 20px;
  margin: 0;
  color: #1f2937;
  line-height: 1.15;
}
#latest-news-archive .esa-card__heading a {
  color: inherit;
  text-decoration: none;
}
#latest-news-archive .esa-card__meta {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.35;
}
#latest-news-archive .esa-card__cta {
  margin-top: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  width: 100%;
  border-radius: 6px;
  background: #2f66e3;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.4px;
  font-size: 13px;
  border: 2px solid rgba(18, 32, 53, 0.45);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.18);
  text-transform: uppercase;
}
#latest-news-archive .esa-card__cta:hover {
  background: #1f4db7;
}
#latest-news-archive .esa-card__cta:focus-visible {
  outline: 3px solid rgba(47, 102, 227, 0.35);
  outline-offset: 2px;
}
@media (max-width: 860px) {
  #latest-news-archive .esa-cards__controls {
    display: flex;
  }
  #latest-news-archive .esa-cards__track {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 4px 10px 12px;
    scrollbar-width: none;
  }
  #latest-news-archive .esa-cards__track::-webkit-scrollbar {
    display: none;
  }
  #latest-news-archive .esa-card {
    flex: 0 0 calc(100% - 20px);
    scroll-snap-align: center;
  }
}
#latest-news-archive .esa-card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  #latest-news-archive .esa-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  #latest-news-archive .esa-card-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* SCSS */
section {
  background: white;
}

.home .esa-cards {
  background: transparent;
}

.esa-btn {
  display: inline-block;
  padding: 0.75em 2em;
  font-family: inherit;
  color: #f3f3f3;
  background: #1e73b8;
  border-radius: 15px;
  cursor: pointer;
  outline: none;
  position: relative;
  margin-top: 1rem;
  border: 3px solid transparent;
  box-shadow: none;
  border-bottom: 6px solid #155283;
  transform: translateY(-6px);
  transition: transform 80ms ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  width: 100%;
  text-align: center;
}
.esa-btn:hover, .esa-btn:focus {
  background: #cedff9;
  border-color: #22324c;
  color: #22324c;
  transform: translateY(-5px);
}
.esa-btn:active {
  transform: translateY(-2px);
}
@media (prefers-reduced-motion: reduce) {
  .esa-btn {
    transition: none;
  }
}
@media (min-width: 1024px) {
  .esa-btn {
    min-width: 150px;
  }
}

h1, h2 {
  font-weight: 800;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, Arial, Helvetica, "Helvetica Neue", Verdana, sans-serif;
}

p {
  font-family: "inter", -apple-system, BlinkMacSystemFont, Arial, Helvetica, "Helvetica Neue", Verdana, sans-serif;
}

a {
  color: #1e73b8;
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: #1e73b8;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, Arial, Helvetica, "Helvetica Neue", Verdana, sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: center;
}
.section-title::before, .section-title::after {
  content: "";
  height: 2px;
  width: 80px;
  background-color: #1e73b8;
}

.header-banner {
  margin-top: auto;
  position: relative;
  display: flex;
  align-items: center;
  padding: 60px 20px;
  text-align: center;
  background-attachment: fixed;
  color: #fff;
}
.header-banner h1 {
  color: #b0ede0;
}
.header-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 30, 51, 0.75);
}
.header-banner .banner-entry-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
.header-banner .banner-entry-content h1 {
  text-transform: uppercase;
}
.header-banner .banner-entry-content p {
  font-size: 1.25rem;
}

.entry-content {
  color: #1a263a;
}

article.post {
  padding: 4rem 0;
  background-color: #f3f3f3;
  margin-bottom: 0;
}

.post-navigation {
  padding: 4rem 0;
  background-color: #cedff9;
}
@media (max-width: 768px) {
  .post-navigation {
    display: none;
  }
}

article {
  margin-bottom: 0;
}

#events-archive {
  padding: 4rem 0;
  background-color: #f3f3f3;
}
#events-archive .draggable-x {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y; /* keeps vertical page scroll responsive */
}
#events-archive .esa-cards {
  padding: 16px;
  max-width: 1200px;
  margin: 0 auto;
}
#events-archive .esa-cards__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
#events-archive .esa-cards__title {
  font-size: 20px;
  margin: 0;
  color: #1f2937;
}
#events-archive .esa-cards__controls {
  display: none;
  align-items: center;
  gap: 10px;
}
#events-archive .esa-cards__nav {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(18, 32, 53, 0.12);
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(18, 32, 53, 0.12);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  user-select: none;
}
#events-archive .esa-cards__nav:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
#events-archive .esa-cards__dots {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  min-width: 60px;
}
#events-archive .esa-cards__dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(31, 41, 55, 0.25);
}
#events-archive .esa-cards__dot.is-active {
  background: rgba(31, 41, 55, 0.9);
  transform: scale(1.15);
}
#events-archive .esa-cards__track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
#events-archive .esa-card {
  background: #ffffff;
  border: 1px solid rgba(18, 32, 53, 0.12);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(18, 32, 53, 0.12);
  display: flex;
  flex-direction: column;
  min-width: 0;
  transition: transform 160ms ease;
}
#events-archive .esa-card:hover {
  transform: translateY(-1px);
}
#events-archive .esa-card__media {
  display: block;
  position: relative;
  padding-top: 56.25%; /* 16:9 aspect ratio */
  background: #eef2ff;
}
#events-archive .esa-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#events-archive .esa-card__body {
  padding: 14px 14px 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#events-archive .esa-card__heading {
  font-size: 20px;
  margin: 0;
  color: #1f2937;
  line-height: 1.15;
}
#events-archive .esa-card__heading a {
  color: inherit;
  text-decoration: none;
}
#events-archive .esa-card__meta {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.35;
}
#events-archive .esa-card__cta {
  margin-top: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  width: 100%;
  border-radius: 6px;
  background: #2f66e3;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.4px;
  font-size: 13px;
  border: 2px solid rgba(18, 32, 53, 0.45);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.18);
  text-transform: uppercase;
}
#events-archive .esa-card__cta:hover {
  background: #1f4db7;
}
#events-archive .esa-card__cta:focus-visible {
  outline: 3px solid rgba(47, 102, 227, 0.35);
  outline-offset: 2px;
}
@media (max-width: 860px) {
  #events-archive .esa-cards__controls {
    display: flex;
  }
  #events-archive .esa-cards__track {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 4px 10px 12px;
    scrollbar-width: none;
  }
  #events-archive .esa-cards__track::-webkit-scrollbar {
    display: none;
  }
  #events-archive .esa-card {
    flex: 0 0 calc(100% - 20px);
    scroll-snap-align: center;
  }
}
#events-archive .esa-card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  #events-archive .esa-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  #events-archive .esa-card-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.event-single {
  /* =========================
   ESA Event Sidebar (Lean Markup)
   =============== ========== */
  /* ---- Theme Variables (swap these) ---- */
  /* ---- Sizing ---- */
  /* Event single layout: content + sidebar */
  /* desktop/tablet: 2/3 + 1/3 with sidebar on the right */
  /* Make sure children participate as grid items cleanly */
}
.event-single aside {
  /* Optional layout helper if you’re using a 2-col page */
  /* Sidebar container */
  /* Card */
  /* Rows */
  /* Utility */
  /* Center the button and cap its width */
}
.event-single aside .esa-event-layout {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 380px);
  gap: 24px;
  align-items: start;
}
@media (max-width: 920px) {
  .event-single aside .esa-event-layout {
    grid-template-columns: 1fr;
  }
}
.event-single aside .event-sidebar {
  position: relative;
}
.event-single aside .event-card {
  max-width: 100%;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(18, 32, 53, 0.12);
  border: 1px solid rgba(243, 243, 243, 0.9);
  padding: 0 0 16px;
  overflow: hidden;
}
.event-single aside .event-card__title {
  margin: 0;
  padding: 18px 22px;
  color: #fff;
  font-weight: 900;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  background: #1e73b8;
}
.event-single aside .event-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  padding: 14px 18px;
  border-bottom: 1px solid #f3f3f3;
}
.event-single aside .event-item strong {
  display: block;
  color: #22324c;
  font-weight: 900;
  font-size: 1rem;
  margin-bottom: 4px;
}
.event-single aside .event-item p {
  margin: 0;
  color: #22324c;
  font-size: 1rem;
  line-height: 1.35;
}
.event-single aside .event-item.event-item--last {
  border-bottom: 0;
  padding-bottom: 10px;
}
.event-single aside .event-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: #cedff9;
  border: 1px solid #f3f3f3;
  font-size: 1.5rem;
  line-height: 1;
}
.event-single aside .event-icon i {
  color: #22324c;
}
.event-single aside .muted {
  color: #32496f;
  font-weight: 600;
}
.event-single aside .esa-btn {
  display: block;
  width: 90%;
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
  margin-top: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
.event-single .type-event {
  background: #f3f3f3;
  padding: 4rem 0;
}
.event-single .entry-content.row {
  display: grid;
  grid-template-columns: 1fr; /* mobile: stack */
  gap: 24px;
  align-items: start;
}
@media (min-width: 768px) {
  .event-single .entry-content.row {
    grid-template-columns: 10fr 6fr;
  }
}
.event-single .entry-content.row .event-content {
  min-width: 0;
}
@media (min-width: 768px) {
  .event-single .entry-content.row .event-content {
    padding-right: 3rem;
  }
}
.event-single .entry-content.row .event-sidebar {
  min-width: 0;
  position: sticky;
  top: 24px;
  overflow: visible;
}
@media (min-width: 768px) {
  .event-single .event-single .entry-content.row {
    display: flex;
    gap: 2rem;
    align-items: flex-start; /* important for sticky */
  }
  .event-single .event-single .event-content {
    flex: 0 0 65%;
    min-width: 0;
  }
  .event-single .event-single .event-sidebar {
    flex: 0 0 35%;
    min-width: 0;
  }
}
.event-single .event-card--sticky {
  position: sticky;
  top: 1.25rem;
}

@Import "base";
#support-us section .draggable-x {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y; /* keeps vertical page scroll responsive */
}
#support-us section .esa-cards {
  padding: 16px;
  max-width: 1200px;
  margin: 0 auto;
}
#support-us section .esa-cards__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
#support-us section .esa-cards__title {
  font-size: 20px;
  margin: 0;
  color: #1f2937;
}
#support-us section .esa-cards__controls {
  display: none;
  align-items: center;
  gap: 10px;
}
#support-us section .esa-cards__nav {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(18, 32, 53, 0.12);
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(18, 32, 53, 0.12);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  user-select: none;
}
#support-us section .esa-cards__nav:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
#support-us section .esa-cards__dots {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  min-width: 60px;
}
#support-us section .esa-cards__dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(31, 41, 55, 0.25);
}
#support-us section .esa-cards__dot.is-active {
  background: rgba(31, 41, 55, 0.9);
  transform: scale(1.15);
}
#support-us section .esa-cards__track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
#support-us section .esa-card {
  background: #ffffff;
  border: 1px solid rgba(18, 32, 53, 0.12);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(18, 32, 53, 0.12);
  display: flex;
  flex-direction: column;
  min-width: 0;
  transition: transform 160ms ease;
}
#support-us section .esa-card:hover {
  transform: translateY(-1px);
}
#support-us section .esa-card__media {
  display: block;
  position: relative;
  padding-top: 56.25%; /* 16:9 aspect ratio */
  background: #eef2ff;
}
#support-us section .esa-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#support-us section .esa-card__body {
  padding: 14px 14px 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#support-us section .esa-card__heading {
  font-size: 20px;
  margin: 0;
  color: #1f2937;
  line-height: 1.15;
}
#support-us section .esa-card__heading a {
  color: inherit;
  text-decoration: none;
}
#support-us section .esa-card__meta {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.35;
}
#support-us section .esa-card__cta {
  margin-top: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  width: 100%;
  border-radius: 6px;
  background: #2f66e3;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.4px;
  font-size: 13px;
  border: 2px solid rgba(18, 32, 53, 0.45);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.18);
  text-transform: uppercase;
}
#support-us section .esa-card__cta:hover {
  background: #1f4db7;
}
#support-us section .esa-card__cta:focus-visible {
  outline: 3px solid rgba(47, 102, 227, 0.35);
  outline-offset: 2px;
}
@media (max-width: 860px) {
  #support-us section .esa-cards__controls {
    display: flex;
  }
  #support-us section .esa-cards__track {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 4px 10px 12px;
    scrollbar-width: none;
  }
  #support-us section .esa-cards__track::-webkit-scrollbar {
    display: none;
  }
  #support-us section .esa-card {
    flex: 0 0 calc(100% - 20px);
    scroll-snap-align: center;
  }
}
#support-us .outer-card {
  padding: 2rem;
  margin-bottom: 0;
}
#support-us .outer-card .draggable-x {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y; /* keeps vertical page scroll responsive */
}
#support-us .outer-card .esa-cards {
  padding: 16px;
  max-width: 1200px;
  margin: 0 auto;
}
#support-us .outer-card .esa-cards__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
#support-us .outer-card .esa-cards__title {
  font-size: 20px;
  margin: 0;
  color: #1f2937;
}
#support-us .outer-card .esa-cards__controls {
  display: none;
  align-items: center;
  gap: 10px;
}
#support-us .outer-card .esa-cards__nav {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(18, 32, 53, 0.12);
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(18, 32, 53, 0.12);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  user-select: none;
}
#support-us .outer-card .esa-cards__nav:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
#support-us .outer-card .esa-cards__dots {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  min-width: 60px;
}
#support-us .outer-card .esa-cards__dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(31, 41, 55, 0.25);
}
#support-us .outer-card .esa-cards__dot.is-active {
  background: rgba(31, 41, 55, 0.9);
  transform: scale(1.15);
}
#support-us .outer-card .esa-cards__track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
#support-us .outer-card .esa-card {
  background: #ffffff;
  border: 1px solid rgba(18, 32, 53, 0.12);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(18, 32, 53, 0.12);
  display: flex;
  flex-direction: column;
  min-width: 0;
  transition: transform 160ms ease;
}
#support-us .outer-card .esa-card:hover {
  transform: translateY(-1px);
}
#support-us .outer-card .esa-card__media {
  display: block;
  position: relative;
  padding-top: 56.25%; /* 16:9 aspect ratio */
  background: #eef2ff;
}
#support-us .outer-card .esa-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#support-us .outer-card .esa-card__body {
  padding: 14px 14px 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#support-us .outer-card .esa-card__heading {
  font-size: 20px;
  margin: 0;
  color: #1f2937;
  line-height: 1.15;
}
#support-us .outer-card .esa-card__heading a {
  color: inherit;
  text-decoration: none;
}
#support-us .outer-card .esa-card__meta {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.35;
}
#support-us .outer-card .esa-card__cta {
  margin-top: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  width: 100%;
  border-radius: 6px;
  background: #2f66e3;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.4px;
  font-size: 13px;
  border: 2px solid rgba(18, 32, 53, 0.45);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.18);
  text-transform: uppercase;
}
#support-us .outer-card .esa-card__cta:hover {
  background: #1f4db7;
}
#support-us .outer-card .esa-card__cta:focus-visible {
  outline: 3px solid rgba(47, 102, 227, 0.35);
  outline-offset: 2px;
}
@media (max-width: 860px) {
  #support-us .outer-card .esa-cards__controls {
    display: flex;
  }
  #support-us .outer-card .esa-cards__track {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 4px 10px 12px;
    scrollbar-width: none;
  }
  #support-us .outer-card .esa-cards__track::-webkit-scrollbar {
    display: none;
  }
  #support-us .outer-card .esa-card {
    flex: 0 0 calc(100% - 20px);
    scroll-snap-align: center;
  }
}
#support-us .outer-card h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: #1e73b8;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, Arial, Helvetica, "Helvetica Neue", Verdana, sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: 800;
}
#support-us .outer-card h2::before, #support-us .outer-card h2::after {
  content: "";
  height: 2px;
  width: 80px;
  background-color: #1e73b8;
}
#support-us .outer-card h3 {
  text-align: left;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  #support-us .outer-card h3 {
    text-align: center;
  }
}
#support-us .outer-card .esa-btn {
  display: inline-block;
  padding: 0.75em 2em;
  font-family: inherit;
  color: #f3f3f3;
  background: #e3541c;
  border-radius: 15px;
  cursor: pointer;
  outline: none;
  position: relative;
  margin-top: 1rem;
  border: 3px solid transparent;
  box-shadow: none;
  border-bottom: 6px solid #ad4015;
  transform: translateY(-6px);
  transition: transform 80ms ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  font-size: 1.5rem;
  text-transform: uppercase;
  width: fit-content;
  margin: 8px auto;
  margin-top: 1rem;
}
#support-us .outer-card .esa-btn:hover, #support-us .outer-card .esa-btn:focus {
  background: #1e73b8;
  border-color: #22324c;
  color: #f3f3f3;
  transform: translateY(-5px);
}
#support-us .outer-card .esa-btn:active {
  transform: translateY(-2px);
}
@media (prefers-reduced-motion: reduce) {
  #support-us .outer-card .esa-btn {
    transition: none;
  }
}

#support-volunteer {
  padding: 4rem 0;
  background-color: #cedff9;
}
#support-volunteer .support-volunteer-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
#support-volunteer .support-volunteer-grid h3 {
  text-align: left;
}
@media (min-width: 768px) {
  #support-volunteer .support-volunteer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  #support-volunteer .support-volunteer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

#support-donate {
  padding: 4rem 0;
  background-color: #f3f3f3;
}
#support-donate .donate-card__mid {
  margin-top: 1.25rem;
}
#support-donate .donate-card__label {
  font-weight: 700;
  margin: 0 0 0.75rem 0;
  text-align: center;
  color: #111827;
}
#support-donate .donate-card__support {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  #support-donate .donate-card__support {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  #support-donate .donate-card__support {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
#support-donate .donate-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.6rem;
  align-content: start;
}
#support-donate .donate-card__list li {
  position: relative;
  padding-left: 1.75rem;
  color: #374151;
  line-height: 1.35;
  font-size: 1.25rem;
}
#support-donate .donate-card__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.05rem;
  width: 1.25rem;
  height: 1.25rem;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 1.25rem;
  color: #1e73b8;
}
#support-donate .donate-card__divider {
  height: 1px;
  background: #e5e7eb;
  margin: 1.25rem 0 1rem;
}
#support-donate .donate-card__amounts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  justify-items: center;
}
@media (min-width: 640px) {
  #support-donate .donate-card__amounts {
    grid-template-columns: repeat(4, auto);
    justify-content: center;
  }
}
#support-donate .donate-card__amount {
  appearance: none;
  border: 2px solid #e5e7eb;
  background: #fff;
  color: #111827;
  font-weight: 800;
  border-radius: 0.6rem;
  padding: 0.65rem 1.25rem;
  min-width: 6.25rem;
  cursor: pointer;
  transition: transform 120ms ease, border-color 120ms ease, box-shadow 120ms ease;
}
#support-donate .donate-card__amount:hover {
  transform: translateY(-1px);
  border-color: #cbd5e1;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}
#support-donate .donate-card__amount:focus-visible {
  outline: none;
  border-color: #1e73b8;
  box-shadow: 0 0 0 4px rgba(31, 77, 183, 0.18);
}
#support-donate .donate-card__amount.is-active {
  border-color: #1e73b8;
  box-shadow: 0 0 0 4px rgba(31, 77, 183, 0.12);
}

.donate-card__list--grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.5rem 1.25rem;
  /* keep normal bullets */
  list-style: disc;
  padding-left: 1.25rem;
  margin: 0;
}

#support-sponsor {
  padding: 4rem 0;
  background-color: #cedff9;
  /* Split layout: 1 column on mobile, 2 columns with vertical divider on desktop */
}
#support-sponsor .split {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.25rem;
  column-gap: 2rem;
  /* Optional: keep things tidy across cards/sections */
}
#support-sponsor .split .split__section {
  min-width: 0;
}
@media (min-width: 768px) {
  #support-sponsor {
    /* Divider under split titles */
    /* Space between the title divider and the list */
    /* Vertical divider between the two columns */
  }
  #support-sponsor h3.split__title {
    margin: 0;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(34, 50, 76, 0.12);
    text-align: left;
    font-weight: 700;
  }
  #support-sponsor .split__section > .bullets {
    margin-top: 0.75rem;
  }
  #support-sponsor .split {
    grid-template-columns: 1fr 1fr;
    align-items: start;
    margin-top: 1.25rem;
  }
  #support-sponsor .split > .split__section:nth-child(2) {
    border-left: 1px solid rgba(34, 50, 76, 0.12);
    padding-left: 2rem;
  }
}
#support-sponsor .bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.6rem;
  align-content: start;
}
#support-sponsor .bullets li {
  position: relative;
  padding-left: 1.75rem;
  color: #374151;
  line-height: 1.35;
  font-size: 1.25rem;
}
#support-sponsor .bullets li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.05rem;
  width: 1.25rem;
  height: 1.25rem;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 1.25rem;
  color: #1e73b8;
}

#primary {
  background: white;
}

.woocommerce-product-gallery__wrapper div#product-gallery {
  width: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
  display: flex; /* Enable flexbox layout */
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
}
.woocommerce-product-gallery__wrapper div#product-gallery + div#product-gallery {
  display: none; /* Hide the duplicate ID element */
}
.woocommerce-product-gallery__wrapper div#product-gallery img.zoomImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

form.variations_form.cart .custom-radio {
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
}
form.variations_form.cart .custom-radio input {
  display: none;
}
form.variations_form.cart .custom-radio span {
  padding: 10px 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f7f7f7;
  display: inline-block;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
}
form.variations_form.cart .custom-radio span:hover {
  background-color: #e7e7e7;
}
form.variations_form.cart .custom-radio input:checked + span {
  background-color: #333;
  color: #fff;
  border-color: #333;
}
form.variations_form.cart .single_variation_wrap {
  margin-top: 16px;
}
form.variations_form.cart label.custom-radio:first-child {
  margin-left: 0;
}

.post_tags a:hover, .widget .tagcloud a:hover, .widget_shopping_cart .buttons a.view_cart, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce .widget_product_categories ul li.current-cat > a:before, .woocommerce-page .widget_product_categories ul li.current-cat > a:before, .widget_product_categories ul li.current-cat > a:before, .widget_product_categories ul li a:hover:before, .widget_layered_nav ul li a:hover:before, input[type=radio]:checked:after, .input-radio:checked:after, input[type=checkbox]:checked:after, .input-checkbox:checked:after, .return-to-shop .button.wc-backward {
  border-color: #6f847d;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .quantity .plus, .woocommerce .quantity .minus, .woocommerce #content .quantity .plus, .woocommerce #content .quantity .minus, .woocommerce-page .quantity .plus, .woocommerce-page .quantity .minus, .woocommerce-page #content .quantity .plus, .woocommerce-page #content .quantity .minus, .widget_shopping_cart .buttons .button.wc-forward.checkout {
  background: #6f847d !important;
}

.widget_shopping_cart .buttons a.view_cart, .widget.widget_price_filter .price_slider_amount .button, .products a.button, .woocommerce .products .added_to_cart.wc-forward, .woocommerce-page .products .added_to_cart.wc-forward, body.gbt_classic_notif .woocommerce-info .button, .url:hover, .product_infos .yith-wcwl-wishlistexistsbrowse a:hover, .wc-block-grid__product-add-to-cart .wp-block-button__link, .products .yith-wcwl-add-to-wishlist:hover .add_to_wishlist:before, .catalog-ordering span.select2-container .selection:hover .select2-selection__rendered, .catalog-ordering .select2-container .selection:hover .select2-selection__arrow:before, .woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders td.woocommerce-orders-table__cell-order-actions .button:hover, .woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table td.payment-method-actions .button:hover, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-pagination .woocommerce-button:hover {
  color: #6f847d !important;
}
.widget_shopping_cart .buttons a.view_cart:hover, .widget.widget_price_filter .price_slider_amount .button:hover, .products a.button:hover, .woocommerce .products .added_to_cart.wc-forward:hover, .woocommerce-page .products .added_to_cart.wc-forward:hover, body.gbt_classic_notif .woocommerce-info .button:hover, .url:hover:hover, .product_infos .yith-wcwl-wishlistexistsbrowse a:hover:hover, .wc-block-grid__product-add-to-cart .wp-block-button__link:hover, .products .yith-wcwl-add-to-wishlist:hover .add_to_wishlist:before:hover, .catalog-ordering span.select2-container .selection:hover .select2-selection__rendered:hover, .catalog-ordering .select2-container .selection:hover .select2-selection__arrow:before:hover, .woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders td.woocommerce-orders-table__cell-order-actions .button:hover:hover, .woocommerce-account .woocommerce-MyAccount-content table.account-payment-methods-table td.payment-method-actions .button:hover:hover, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-pagination .woocommerce-button:hover:hover {
  color: #b0ede0 !important;
}

.product_infos .yith-wcwl-wishlistaddedbrowse a:hover, .shipping-calculator-button:hover, .products a.button:hover, .woocommerce .products .added_to_cart.wc-forward:hover, .woocommerce-page .products .added_to_cart.wc-forward:hover, .products .yith-wcwl-wishlistexistsbrowse:hover a, .products .yith-wcwl-wishlistaddedbrowse:hover a, .order-number a:hover, .post-edit-link:hover, .getbowtied_ajax_load_button a:not(.disabled):hover, .getbowtied_blog_ajax_load_button a:not(.disabled):hover {
  color: #b0ede0;
}

.variations select {
  display: none !important;
}

@media screen and (min-width: 64.0625em) {
  .page-template-default .entry-content .alignwide {
    margin-left: 0;
    margin-right: 0;
  }
}
.retail-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  margin: 2rem 0;
}
.retail-container h2, .retail-container p {
  color: white;
}
.retail-container p {
  margin-bottom: 0;
}
.retail-container a {
  color: #f3a455;
}
.retail-container img {
  max-height: 150px;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .retail-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
/* SCSS */
section {
  background: white;
}

.home .esa-cards {
  background: transparent;
}

.esa-btn {
  display: inline-block;
  padding: 0.75em 2em;
  font-family: inherit;
  color: #f3f3f3;
  background: #1e73b8;
  border-radius: 15px;
  cursor: pointer;
  outline: none;
  position: relative;
  margin-top: 1rem;
  border: 3px solid transparent;
  box-shadow: none;
  border-bottom: 6px solid #155283;
  transform: translateY(-6px);
  transition: transform 80ms ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  width: 100%;
  text-align: center;
}
.esa-btn:hover, .esa-btn:focus {
  background: #cedff9;
  border-color: #22324c;
  color: #22324c;
  transform: translateY(-5px);
}
.esa-btn:active {
  transform: translateY(-2px);
}
@media (prefers-reduced-motion: reduce) {
  .esa-btn {
    transition: none;
  }
}
@media (min-width: 1024px) {
  .esa-btn {
    min-width: 150px;
  }
}

h1, h2 {
  font-weight: 800;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, Arial, Helvetica, "Helvetica Neue", Verdana, sans-serif;
}

p {
  font-family: "inter", -apple-system, BlinkMacSystemFont, Arial, Helvetica, "Helvetica Neue", Verdana, sans-serif;
}

a {
  color: #1e73b8;
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: #1e73b8;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, Arial, Helvetica, "Helvetica Neue", Verdana, sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: center;
}
.section-title::before, .section-title::after {
  content: "";
  height: 2px;
  width: 80px;
  background-color: #1e73b8;
}

.header-banner {
  margin-top: auto;
  position: relative;
  display: flex;
  align-items: center;
  padding: 60px 20px;
  text-align: center;
  background-attachment: fixed;
  color: #fff;
}
.header-banner h1 {
  color: #b0ede0;
}
.header-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 30, 51, 0.75);
}
.header-banner .banner-entry-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
.header-banner .banner-entry-content h1 {
  text-transform: uppercase;
}
.header-banner .banner-entry-content p {
  font-size: 1.25rem;
}

.entry-content {
  color: #1a263a;
}

article.post {
  padding: 4rem 0;
  background-color: #f3f3f3;
  margin-bottom: 0;
}

.post-navigation {
  padding: 4rem 0;
  background-color: #cedff9;
}
@media (max-width: 768px) {
  .post-navigation {
    display: none;
  }
}

article {
  margin-bottom: 0;
}

.site-footer {
  background-color: #1e73b8;
  padding: 2rem 0;
  color: #fff;
  font-size: 1.25rem;
  position: relative;
  z-index: 101;
}
.site-footer ul {
  margin-left: 0;
}
.site-footer ul li {
  list-style: none;
}
.site-footer .esa-btn {
  display: inline-block;
  padding: 0.75em 2em;
  font-family: inherit;
  color: #f3f3f3;
  background: #e3541c;
  border-radius: 15px;
  cursor: pointer;
  outline: none;
  position: relative;
  margin-top: 1rem;
  border: 3px solid transparent;
  box-shadow: none;
  border-bottom: 6px solid #ad4015;
  transform: translateY(-6px);
  transition: transform 80ms ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  margin-top: 0.5rem;
  font-size: 1.5rem;
}
.site-footer .esa-btn:hover, .site-footer .esa-btn:focus {
  background: #c34818;
  border-color: #22324c;
  color: #f3f3f3;
  transform: translateY(-5px);
}
.site-footer .esa-btn:active {
  transform: translateY(-2px);
}
@media (prefers-reduced-motion: reduce) {
  .site-footer .esa-btn {
    transition: none;
  }
}
.site-footer .footer-container {
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 48em) {
  .site-footer .footer-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 0 50px;
    max-width: 112.5rem;
  }
}
.site-footer .footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 2rem;
}
@media (min-width: 768px) {
  .site-footer .footer-column {
    align-items: center;
  }
}
.site-footer .footer-column .footer-logo img {
  width: 100%;
}
.site-footer .footer-column .footer-menu, .site-footer .footer-column .footer-legal-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-column .footer-menu a, .site-footer .footer-column .footer-legal-menu a {
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
  font-size: 1.25rem;
}
.site-footer .footer-column .footer-menu a:hover, .site-footer .footer-column .footer-legal-menu a:hover {
  color: #e3541c;
}
.site-footer .footer-column .footer-social-icons {
  display: flex;
  gap: 1rem;
}
.site-footer .footer-column .footer-social-icons .social-icon {
  color: #fff;
  font-size: 2rem;
  text-decoration: none;
}
.site-footer .footer-column .footer-social-icons .social-icon:hover {
  color: #e3541c;
}

/****************************************************************/
/****************************************************************/
/****************************************************************/

/*# sourceMappingURL=style.css.map */
