#hero-section {
  align-items: center;
  display: flex;
  min-height: 630px;
  margin-top: -38px;
  background: var(--soft-gray);
}

#hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  pointer-events: none;
}

#hero-section .hero-bg-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#hero-section .content {
  padding-top: -40px;
}

#hero-section .hero-kicker {
  color: var(--tertiary-clr);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 14px;
  text-align: center;
  text-shadow: var(--design-shadow);
  text-transform: uppercase;
}

#quick-links-section {
  z-index: 5;
  margin-top: -1px;
  overflow: visible;
  padding: 0 0 82px;
  background: transparent;
}

#quick-links-section::before {
  content: "";
  position: absolute;
  inset: 0 0 42px;
  z-index: 0;
  background: #af80b9;
  clip-path: polygon(0 0, 100% 0, 100% 74%, 0 50%);
}

#quick-links-section .content {
  min-height: 95px;
}

#quick-links-section .quick-links-list {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 56px;
  min-height: 72px;
}

#quick-links-section .quick-link-item {
  --quick-hover-bg: var(--secondary-clr);
  position: relative;
}

#quick-links-section .quick-links-list a {
  align-items: center;
  color: var(--white-clr);
  display: flex;
  font-family: var(--heading-font);
  font-size: 18px;
  font-weight: 400;
  justify-content: center;
  line-height: 1;
  min-height: 72px;
  min-width: 130px;
  padding: 0 16px;
  position: relative;
  text-align: center;
  transition: color 0.2s ease;
}

#quick-links-section .quick-link-card {
  align-items: center;
  background: var(--quick-hover-bg);
  box-shadow: var(--design-shadow);
  color: var(--white-clr);
  display: flex;
  flex-direction: column;
  height: 150px;
  justify-content: center;
  left: 50%;
  opacity: 0;
  padding: 24px 16px 22px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease;
  visibility: hidden;
  width: 150px;
  z-index: 3;
}

#quick-links-section .quick-link-icon {
  display: grid;
  font-size: 36px;
  height: 48px;
  margin-bottom: 16px;
  place-items: center;
}

#quick-links-section .quick-link-card-label {
  color: var(--white-clr);
  font-family: var(--heading-font);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.15;
}

#quick-links-section .quick-link-label {
  transition: opacity 0.2s ease;
}

#quick-links-section .quick-link-item:hover .quick-link-card {
  opacity: 1;
  visibility: visible;
}

#quick-links-section .quick-link-item:hover .quick-link-label {
  opacity: 0;
}

#quick-links-section .stories-link {
  --quick-hover-bg: var(--secondary-clr);
}

#quick-links-section .volunteering-link {
  --quick-hover-bg: var(--green-clr);
}

#quick-links-section .grants-link {
  --quick-hover-bg: var(--orange-clr);
}

#quick-links-section .camp-link {
  --quick-hover-bg: var(--red-clr);
}

#quick-links-section .impact-link {
  --quick-hover-bg: var(--blue-clr);
}

#foundation-section {
  margin-top: -110px;
  background: var(--white-clr);
}

#foundation-section .content,
#get-involved-section .content {
  align-items: top;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 470px;
  gap: 96px;
}

#foundation-section .section-heading {
  font-size: 40px;
}

#foundation-section .section-copy {
  max-width: 622px;
}

#foundation-section .section-media,
#get-involved-section .section-media {
  position: relative;
  min-height: 480px;
}

#foundation-section .media-frame,
#get-involved-section .media-frame {
  position: absolute;
  right: 0;
  top: 20px;
  width: 430px;
  height: 430px;
  background-color: #5f6060;
  background-position: center;
  background-size: cover;
}

#foundation-section .foundation-frame {
  background-image:
    linear-gradient(rgba(27, 30, 32, 0.12), rgba(27, 30, 32, 0.12)),
    url("/wp-content/uploads/2026/08/sedol-about-generated.png");
}

#get-involved-section .involved-frame {
  background-image:
    linear-gradient(rgba(27, 30, 32, 0.1), rgba(27, 30, 32, 0.1)),
    url("/wp-content/uploads/2026/08/sedol-involved-generated.png");
}

#foundation-section .video-card {
  left: 0%;
  bottom: -20px;
}

#get-involved-section .video-card {
  left: 20px;
  bottom: 0;
}

#foundation-section .video-card,
#get-involved-section .video-card {
  align-items: center;
  background: #171819;
  box-shadow: var(--media-shadow);
  color: var(--white-clr);
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 240px;
  justify-content: center;
  padding: 28px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 240px;
}

#foundation-section .video-card span:last-child,
#get-involved-section .video-card span:last-child {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  max-width: 150px;
}

#foundation-section .play-button,
#get-involved-section .play-button {
  position: relative;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--green-clr);
  box-shadow: inset 0 0 0 8px rgba(77, 40, 85, 0.65);
}

#foundation-section .play-button::after,
#get-involved-section .play-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid var(--white-clr);
  transform: translate(-38%, -50%);
}



#get-involved-section {
  background: var(--white-clr);
}

#get-involved-section .content {
  grid-template-columns: minmax(0, 1fr) 560px;
  gap: 90px;
}

#get-involved-section .section-copy {
  max-width: 608px;
}

#foundation-section .button-group,
#get-involved-section .button-group {
  margin-top: 28px;
}

#get-involved-section .section-heading {
  max-width: 690px;
}

#get-involved-section .media-frame {
  width: 496px;
  height: 430px;
  top: 0;
}

#get-involved-section .video-card {
  height: 250px;
  width: 250px;
}

#contact-section {
  padding-top: 120px;
  padding-bottom: 120px;
  background: var(--tertiary-clr);
  clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 96%);
  position: relative;
}

#contact-section .content {
  align-items: top;
  display: grid;
  grid-template-columns: minmax(0, 430px) minmax(0, 740px);
  gap: 135px;
}

#contact-section .section-heading {
  color: var(--secondary-clr);
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 10px;
	padding-top: 30px;
}

#contact-section .section-description {
  max-width: none;
  color: var(--white-clr);
  font-family: var(--heading-font);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
  text-shadow: 0 1px 2.5px rgba(0, 0, 0, 0.1608);
}

#contact-section .contact-card-list {
  display: grid;
  gap: 16px;
  margin-bottom: 18px;
}

#contact-section .contact-card-list li {
  align-items: center;
  display: flex;
  gap: 9px;
  color: var(--primary-clr);
  font-family: var(--heading-font);
  font-size: 18px;
  font-weight: 400;
}

#contact-section .map-card {
  width: 410px;
  max-width: 100%;
}

#contact-section .map-card iframe {
  border: 0;
  width: 100%;
  height: 252px;
}

#contact-section .message-form {
  background: var(--secondary-clr);
  color: var(--white-clr);
  padding: 38px 36px 34px;
}

#contact-section .form-heading {
  color: var(--white-clr);
  font-family: var(--heading-font);
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 8px;
}

#contact-section .message-form p {
  max-width: 645px;
  color: var(--soft-gray);
  font-family: var(--heading-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 16px;
  text-shadow: var(--design-shadow);
}

#contact-section .message-form label {
  display: block;
}

#contact-section .message-form p {
  margin: 0;
}

#contact-section .message-form > p {
  margin-bottom: 20px;
}

#contact-section .contact-form-seven-wrap .wpcf7 p {
  max-width: none;
  margin: 0;
}

#contact-section .message-form label span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 5px;
}

#contact-section .message-form label small {
  display: block;
  color: var(--white-clr);
  font-size: 14px;
  margin-top: 3px;
}

#contact-section .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1.55fr;
  gap: 10px;
  margin-bottom: 12px;
}

#contact-section .form-row p {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: 1fr 1fr 1.55fr;
  gap: 10px;
  margin: 0;
}

#contact-section .form-row br,
#contact-section .wpcf7-form > p br,
#contact-section .submit-wrap br {
  display: none;
}

#contact-section .message-form input,
#contact-section .message-form textarea {
  width: 100%;
  background: var(--white-clr);
  color: var(--black-clr);
  font-size: 16px;
  padding: 10px 12px;
  border-radius: 4px;
}

#contact-section .message-form input {
  height: auto;
}

#contact-section .message-form textarea {
  min-height: 0;
  resize: vertical;
}

#contact-section .message-form > label,
#contact-section .wpcf7-form > label,
#contact-section .wpcf7-form > p {
  margin-top: 12px;
}

#contact-section .wpcf7-form > p:has(label) {
  display: grid;
  gap: 12px;
}

#contact-section .submit-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 22px;
}

#contact-section .submit-wrap p {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: flex-start;
  flex-direction: row-reverse;	
  margin: 0;
  width: 100%;
}

#contact-section .submit-wrap .btn {
  min-height: 54px;
  min-width: 112px;
  padding-left: 22px;
  padding-right: 22px;
}

#contact-section .contact-form-seven-wrap .wpcf7-form-control-wrap {
  display: block;
}

#contact-section .contact-form-seven-wrap .wpcf7-form {
  display: block;
}

#contact-section .contact-form-seven-wrap .wpcf7-form:not(:has(.form-row)) {
  display: grid;
  grid-template-columns: 1fr 1fr 1.55fr;
  gap: 12px 10px;
}

#contact-section
  .contact-form-seven-wrap
  .wpcf7-form:not(:has(.form-row))
  > p {
  margin: 0;
}

#contact-section
  .contact-form-seven-wrap
  .wpcf7-form:not(:has(.form-row))
  > p:nth-of-type(n + 4),
#contact-section
  .contact-form-seven-wrap
  .wpcf7-form:not(:has(.form-row))
  > .wpcf7-response-output {
  grid-column: 1 / -1;
}

#contact-section .contact-form-seven-wrap .wpcf7-submit {
  align-items: center;
  background: var(--green-clr);
  box-shadow: var(--design-shadow);
  color: var(--white-clr);
  cursor: pointer;
  display: inline-flex;
  font-family: var(--heading-font);
  font-size: 16px;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0.06em;
  line-height: 1;
  min-height: 0;
  min-width: 0;
  padding: 20px 30px;
	  border-radius: 0;	
  width: auto;
  flex: 0 0 auto;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1608);
  text-transform: uppercase;
  transition:
    background 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease,
    transform 0.2s ease;
}

#contact-section .submit-wrap .wpcf7-submit {
  width: auto;
  min-width: auto;
}

#contact-section .contact-form-seven-wrap .wpcf7-submit:hover {
  background: #64cf4d;
  box-shadow: 0 9px 14px rgba(0, 0, 0, 0.24);
  filter: brightness(1.14);
  transform: translateY(-2px);
}

#contact-section .contact-form-seven-wrap .wpcf7-response-output {
  color: var(--white-clr);
  font-size: 14px;
  margin: 16px 0 0;
}

.bg-cover {
  height: 16rem;
  width: 100%;
  background-color: #af80b9;
  position: absolute;
  margin-top: -4rem;
  z-index: -1;
}

#stats-section {
  padding-top: 100px;
  padding-bottom: 80px;
  background: #af80b9;
  clip-path: polygon(0 0, 100% 8%, 100% 100%, 0 100%);
  margin-top: -3rem;
}

#stats-section .section-heading {
  margin-bottom: 40px;
  font-weight: 600;
	font-size: 40px;
}

#stats-section .stats-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5%;
  text-align: center;
}

#stats-section .stats-list strong {
  display: block;
  color: var(--white-clr);
  font-family: var(--heading-font);
  font-size: 96px;
  font-weight: 600;
  line-height: 0.9;
  margin-bottom: 10px;
}

#stats-section .stats-list span {
  color: var(--primary-clr);
  display: block;
  font-family: var(--heading-font);
  font-size: 21px;
  font-weight: 500;
}

#stats-section .stats-cta {
  align-items: center;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 7%;
  margin-top: 40px;
}

#stats-section .stats-cta p {
  max-width: 780px;
  color: var(--soft-gray);
  font-family: var(--heading-font);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
}

#stats-section .button-group {
  gap: 18px;
}

#stats-section .btn {
  min-height: 54px;
  min-width: 120px;
  padding-left: 20px;
  padding-right: 20px;
}


@media only screen and (max-width: 1399px) {
  #foundation-section .content,
  #get-involved-section .content {
    gap: 10px;
  }

  #contact-section .content {
    gap: 80px;
  }
}

@media only screen and (max-width: 1199px) {
  #foundation-section .content,
  #get-involved-section .content,
  #contact-section .content {
    grid-template-columns: 1fr;
  }

  #foundation-section .section-copy,
  #get-involved-section .section-copy {
    max-width: 820px;
  }

  #foundation-section .section-media,
  #get-involved-section .section-media {
    max-width: 620px;
  }

  #contact-section .content {
    gap: 52px;
  }

  #contact-section .message-form {
    max-width: 760px;
  }
}

@media only screen and (max-width: 1023px) {
  #hero-section {
    min-height: 480px;
  }

  #quick-links-section::before {
    clip-path: polygon(0 0, 100% 0, 100% 86%, 0 76%);
  }

  #quick-links-section .quick-links-list {
    gap: 0;
    padding: 20px 0 34px;
  }

  #foundation-section .video-card {
    left: 0;
  }



  #contact-section .section-description {
    max-width: 100%;
  }

  #contact-section .map-card {
    width: 100%;
  }

  #contact-section .map-card iframe {
    height: 340px;
  }

  #stats-section .stats-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 44px 32px;
  }

  #stats-section .stats-cta {
    grid-template-columns: 1fr;
    text-align: center;
  }

  #stats-section .stats-cta p {
    margin: 0 auto;
  }

  #stats-section .button-group {
    justify-content: center;
  }

  #stats-section .stats-list li:last-child {
    text-align: center;
  }

}

@media only screen and (max-width: 767px) {
  #hero-section {
    min-height: 390px;
  }

  #hero-section .hero-kicker {
    font-size: 16px;
  }

  #quick-links-section .quick-links-list {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 50px;
  }

  #quick-links-section .quick-links-list a {
    justify-content: flex-start;
    min-height: 44px;
    padding: 0;
  }

  #foundation-section .section-heading {
    font-size: 36px;
  }

  #foundation-section.section-padding {
    padding-top: 0;
  }

  #foundation-section .section-media,
  #get-involved-section .section-media {
    min-height: 350px;
  }

  #foundation-section .media-frame,
  #get-involved-section .media-frame {
    width: 82%;
    height: 300px;
  }

  #foundation-section .video-card,
  #get-involved-section .video-card {
    width: 170px;
    height: 170px;
    gap: 12px;
    padding: 18px;
  }

  #foundation-section .video-card span:last-child,
  #get-involved-section .video-card span:last-child {
    font-size: 13px;
  }

  #foundation-section .play-button,
  #get-involved-section .play-button {
    width: 54px;
    height: 54px;
    box-shadow: inset 0 0 0 10px rgba(77, 40, 85, 0.25);
  }



  #contact-section {
    clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 100%);
  }

  #contact-section .section-heading {
    font-size: 34px;
  }

  #contact-section .map-card iframe {
    height: 200px;
  }

  #contact-section .form-row {
    grid-template-columns: 1fr;
  }

  #contact-section .form-row p {
    grid-template-columns: 1fr;
  }

  #contact-section .contact-form-seven-wrap .wpcf7-form:not(:has(.form-row)) {
    grid-template-columns: 1fr;
  }

  #contact-section .message-form {
    padding: 30px 20px;
  }

  #contact-section .submit-wrap .btn {
    width: 100%;
  }

  #stats-section {
    margin-top: -4rem;
    padding-bottom: 88px;
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 100%);
  }

  #stats-section .stats-list {
    grid-template-columns: 1fr;
  }

  #stats-section .stats-list strong {
    font-size: 78px;
  }

  #stats-section .stats-cta p {
    font-size: 22px;
  }
}
