body {
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif !important;
}

.manray-custom-bg-section {
  position: relative;
  width: 100%;
  min-height: 300px;
  background: #f8f8f9;
  overflow: hidden;
}

.manray-custom-bg-section+.manray-custom-bg-section {
  margin-top: 48px;
}

/* Make advisors section background fully white */
.manray-advisors-section {
  background: #ffffff;
}

.manray-custom-bg-section::before {
  content: none;
}

.manray-custom-bg-section::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  background: #fff;
  z-index: 1;
}

/* Decorative brush above advisors section */
.manray-page-decor-left-brush {
  display: block;
  width: 30vw;
  height: auto;
  pointer-events: none;
  user-select: none;
}

.manray-custom-bg-content {
  position: relative;
  z-index: 2;
  padding: 48px 32px;
}

/* Inline HTML background image (replacing ::before) */
.manray-section-bg-rainbow {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: auto;
  opacity: 0.08;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}

.manray-leader-hero {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 32px;
}

.manray-leader-hero .manray-row-title {
  margin-bottom: 100px;
}

.manray-leaders-section .manray-row-title {
  text-align: center;
}

.manray-leader-hero .manray-row-title .manray-leader-title {
  margin: 0;
}

.manray-leader-hero .manray-row-columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-left: 10%;
  margin-right: 10%;
}

.manray-leader-hero .manray-row-columns+.manray-row-columns {
  margin-top: 100px;
}

@media (min-width: 768px) {
  .manray-leader-hero .manray-row-columns {
    grid-template-columns: 1fr 1fr;
  }
}

.manray-leader-hero .manray-col {
  min-height: 150px;
  /* visual placeholder */
}

.manray-leader-bio .manray-leader-name {
  margin: 0 0 12px 0;
}

.manray-leader-bio .manray-leader-tagline {
  margin: 0 0 16px 0;
  line-height: 1.2;
}

/* paragraph typography centralized in our-story-shared.css */

/* Advisors left-column rainbow square */
.manray-advisor-art {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

/* Keep advisor/leaders boxes slightly narrower on large screens while using shared component */
/* .manray-advisor-art retains layout; rainbow box width handled by shared styles */

/* Removed section-specific rainbow square styles; using shared .manray-rainbow-box */