/* Theme base */
body {
  background-color: #ffffff;
  color: #753d3d;
}

/* Force all link states to primary color */
a,
a:link,
a:visited,
a:hover,
a:focus,
a:active {
  color: #753d3d !important;
}

.u-section-1 .u-sheet-1 {
  min-height: 243px;
}

.u-section-1 .u-group-1 {
  min-height: 101px;
  height: auto;
  margin-top: 60px;
  margin-bottom: 60px;
}

.u-section-1 .u-container-layout-1 {
  padding-right: 30px;
  padding-left: 0;
}

.u-section-1 .u-text-1 {
  font-size: 6rem;
  font-weight: 700;
  font-family: "Agbalumo", system-ui;
  color: #753d3d;
  margin: 0;
}
.u-section-1 .subheading {
  font-size: 4;
  font-weight: 600;
  font-family: "Afacad Flux";
  margin: 10;
}

@media (max-width: 1199px) {
  .u-section-1 .u-group-1 {
    height: auto;
  }

  .u-section-1 .u-container-layout-1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .u-section-1 .u-text-1 {
    font-size: 4.5rem;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-container-layout-1 {
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-text-1 {
    font-size: 3rem;
  }
}
.u-section-2 {
  --color-var: #fff0e5;
  background-color: #fff0e5;
  padding: 60px 0 120px;
}

.u-section-2 .u-sheet-1 {
  min-height: auto;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 48px 64px;
  padding: 20px 0;
  justify-items: center;
}

.team-member {
  text-align: center;
  font-family: "Afacad Flux", system-ui;
}

.team-member__photo {
  width: 240px;
  max-width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
  border: 8px solid #ffffff;
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.team-member__name {
  font-family: "Afacad Flux", system-ui;
  font-size: 2.25rem;
  /* margin: 20px 0 4px; */
  color: #000000;
  font-weight: 600;
}

.team-member__role {
  font-size: 30px;
  margin: 0;
  color: #5a2d2d;
  font-weight: 600;
}

.team-member:hover .team-member__photo,
.team-member:focus-within .team-member__photo {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

@media (max-width: 1024px) {
  .team-member__photo {
    width: 210px;
  }
}

@media (max-width: 767px) {
  .u-section-2 {
    padding: 40px 0 80px;
  }

  .team-grid {
    gap: 32px;
  }

  .team-member__photo {
    width: 190px;
  }

  .team-member__name {
    font-size: 2rem;
  }

  .team-member__role {
    font-size: 1.25rem;
  }
}

@media (max-width: 480px) {
  .team-member__photo {
    width: min(75vw, 180px);
  }
}
.u-section-3 {
  background-image: none;
  background-color: #753d3d;
}

.u-section-3 .u-sheet-1 {
  min-height: 100px;
}

.u-section-3 .u-layout-wrap-1 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.u-section-3 .u-layout-cell-1 {
  min-height: 80px;
}

.u-section-3 .u-container-layout-1 {
  padding: 10px 60px;
}

.u-section-3 .u-text-1 {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 2;
  color: #fff0e5;
  margin: 0;
}

@media (max-width: 1199px) {
  .u-section-3 .u-sheet-1 {
    min-height: 80px;
  }

  .u-section-3 .u-layout-cell-1 {
    min-height: 60px;
  }
}

@media (max-width: 991px) {
  .u-section-3 .u-layout-cell-1 {
    min-height: 60px;
  }

  .u-section-3 .u-container-layout-1 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .u-section-3 .u-sheet-1 {
    min-height: 80px;
  }

  .u-section-3 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* Remove the old 1200px canvas lock so the layout can shrink naturally */
body.u-xl-mode {
  min-width: auto;
  overflow-x: hidden;
}
