#about-modern {
  --about-purple: #320f44;
  --about-purple-soft: #491564;
  --about-cyan: #16aad3;
  --about-orange: #f5a623;
  --about-ink: #1f1f24;
  --about-muted: #62626b;
  --about-line: #dedee4;
  --about-surface: #f6f7f8;
  background: #ffffff;
  color: var(--about-ink);
  overflow: hidden;
}

#about-modern,
#about-modern * {
  box-sizing: border-box;
}

#about-modern h1,
#about-modern h2,
#about-modern h3,
#about-modern p {
  letter-spacing: 0;
}

#about-modern .about-shell {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

#about-modern .about-section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--about-cyan);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}

#about-modern .about-section-label::before {
  width: 30px;
  height: 2px;
  background: currentColor;
  content: "";
}

#about-modern .about-section-title {
  max-width: 760px;
  margin: 0;
  color: var(--about-purple);
  font-size: 48px;
  font-weight: 700;
  line-height: 1.12;
}

#about-modern .about-section-intro {
  max-width: 720px;
  margin: 22px 0 0;
  color: var(--about-muted);
  font-size: 19px;
  line-height: 1.7;
}

#about-modern .about-hero {
  position: relative;
  min-height: 660px;
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  background: var(--about-purple);
}

#about-modern .about-hero-media,
#about-modern .about-hero-shade {
  position: absolute;
  inset: 0;
}

#about-modern .about-hero-media {
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  animation: about-hero-enter 1.2s ease-out both;
}

#about-modern .about-hero-shade {
  z-index: -1;
  background: rgba(34, 10, 47, 0.62);
}

#about-modern .about-hero-content {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 170px 0 88px;
}

#about-modern .about-hero-kicker {
  margin: 0 0 18px;
  color: #8edbf0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}

#about-modern .about-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #ffffff;
  font-size: 68px;
  font-weight: 700;
  line-height: 1.02;
}

#about-modern .about-hero-copy {
  max-width: 700px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 22px;
  line-height: 1.6;
}

#about-modern .about-story {
  padding: 112px 0;
  background: #ffffff;
}

#about-modern .about-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 84px;
  align-items: center;
}

#about-modern .about-story-media {
  position: relative;
  margin: 0;
}

#about-modern .about-story-media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 8px;
}

#about-modern .about-story-note {
  position: absolute;
  right: -28px;
  bottom: 28px;
  width: min(310px, 75%);
  margin: 0;
  padding: 24px;
  border-left: 4px solid var(--about-orange);
  background: var(--about-purple);
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.55;
  box-shadow: 0 18px 40px rgba(50, 15, 68, 0.2);
}

#about-modern .about-story-copy p:not(.about-section-label) {
  margin: 22px 0 0;
  color: var(--about-muted);
  font-size: 18px;
  line-height: 1.75;
}

#about-modern .about-story-copy strong {
  color: var(--about-purple);
}

#about-modern .about-founders {
  padding: 112px 0;
  background: var(--about-surface);
}

#about-modern .about-founders-head {
  display: flex;
  justify-content: space-between;
  gap: 48px;
  align-items: end;
  margin-bottom: 52px;
}

#about-modern .about-founders-head .about-section-intro {
  max-width: 460px;
  margin: 0 0 4px;
}

#about-modern .about-founder-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

#about-modern .about-founder {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  min-height: 360px;
  overflow: hidden;
  border: 1px solid var(--about-line);
  border-radius: 8px;
  background: #ffffff;
}

#about-modern .about-founder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

#about-modern .about-founder-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
}

#about-modern .about-founder-role {
  margin: 0 0 12px;
  color: var(--about-cyan);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}

#about-modern .about-founder h3 {
  margin: 0;
  color: var(--about-purple);
  font-size: 27px;
  font-weight: 700;
  line-height: 1.2;
}

#about-modern .about-founder-copy {
  margin: 18px 0 0;
  color: var(--about-muted);
  font-size: 16px;
  line-height: 1.65;
}

#about-modern .about-identity {
  padding: 108px 0;
  background: var(--about-purple);
  color: #ffffff;
}

#about-modern .about-identity .about-section-label {
  color: #8edbf0;
}

#about-modern .about-identity .about-section-title {
  color: #ffffff;
}

#about-modern .about-principles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 56px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

#about-modern .about-principle {
  min-height: 285px;
  padding: 34px 28px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.24);
}

#about-modern .about-principle:first-child {
  padding-left: 0;
}

#about-modern .about-principle:last-child {
  padding-right: 0;
  border-right: 0;
}

#about-modern .about-principle-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 30px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  color: #8edbf0;
  font-size: 20px;
}

#about-modern .about-principle h3 {
  margin: 0;
  color: #ffffff;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.25;
}

#about-modern .about-principle p {
  margin: 15px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  line-height: 1.65;
}

#about-modern .about-inside {
  padding: 112px 0;
  background: #ffffff;
}

#about-modern .about-photo-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.6fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 52px;
}

#about-modern .about-photo {
  position: relative;
  min-height: 270px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--about-surface);
}

#about-modern .about-photo:first-child {
  grid-row: 1 / span 2;
  min-height: 580px;
}

#about-modern .about-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.55s ease;
}

#about-modern .about-photo:hover img {
  transform: scale(1.025);
}

#about-modern .about-photo figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 15px 18px;
  border-left: 3px solid var(--about-cyan);
  background: rgba(31, 31, 36, 0.84);
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
}

#about-modern #our-leadership {
  margin: 0;
  padding: 112px 0 96px;
  background: var(--about-surface);
}

#about-modern #our-leadership .container-fluid {
  width: min(1280px, calc(100% - 48px));
  padding: 0;
}

#about-modern #our-leadership .bod-intro-content {
  margin-bottom: 48px;
}

#about-modern #our-leadership .bod-intro-content .row,
#about-modern #our-leadership .bod-intro-content [class*="col-"] {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

#about-modern .about-people-heading {
  max-width: 740px;
}

#about-modern .about-people-heading h2 {
  margin: 0;
  color: var(--about-purple);
  font-size: 48px;
  font-weight: 700;
  line-height: 1.12;
}

#about-modern .about-people-heading p:last-child {
  margin: 20px 0 0;
  color: var(--about-muted);
  font-size: 18px;
  line-height: 1.7;
}

#about-modern .bod-item-list.tab-main-wrapper {
  margin: 0;
}

#about-modern .tab-list {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 42px;
}

#about-modern .tab-list > ul {
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(145px, 1fr));
  gap: 4px;
  margin: 0;
  padding: 4px;
  border: 1px solid var(--about-line);
  border-radius: 8px;
  background: #ffffff;
  list-style: none;
}

#about-modern .tab-list li {
  margin: 0;
}

#about-modern .tab-list li a.nav-big {
  display: block;
  padding: 12px 20px;
  border-radius: 5px;
  color: var(--about-purple) !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
}

#about-modern .tab-list li.active a.nav-big {
  background: var(--about-purple);
  color: #ffffff !important;
}

#about-modern .tab-bod-content-wrapper {
  margin-top: 0;
}

#about-modern .tab-content-wrapper > .row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  margin: 0;
}

#about-modern #tab-1 > .row > .bod-member:nth-child(-n + 2) {
  display: none;
}

#about-modern .tab-bod-content-wrapper .bod-member {
  width: auto;
  max-width: none;
  margin: 0 0 12px;
  padding: 0;
}

#about-modern .tab-bod-content-wrapper .bod-box-wrapper {
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--about-line);
  border-radius: 8px;
  background: #ffffff;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

#about-modern .tab-bod-content-wrapper .bod-box-wrapper:hover,
#about-modern .tab-bod-content-wrapper .bod-box-wrapper:focus-visible {
  transform: translateY(-5px);
  border-color: var(--about-cyan);
  box-shadow: 0 18px 34px rgba(50, 15, 68, 0.12);
}

#about-modern .tab-bod-content-wrapper .bod-member-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  box-shadow: none;
}

#about-modern .tab-bod-content-wrapper .animation {
  opacity: 1 !important;
  transform: none !important;
}

#about-modern .tab-bod-content-wrapper .bod-image {
  overflow: hidden;
  background: #e9e9ed;
  aspect-ratio: 1 / 0.84;
}

#about-modern .tab-bod-content-wrapper .bod-box-wrapper .bod-member-box .bod-image img {
  width: 100%;
  height: 100% !important;
  min-height: 0;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  transition: transform 0.35s ease;
}

#about-modern a[data-id="our-leadership-management-david-tudor"] .bod-image img,
#about-modern a[data-id="our-leadership-management-eurobeinat"] .bod-image img {
  object-position: 50% 46% !important;
}

#about-modern a[data-id="our-leadership-management-phuthi-mahanyele-dabengwa"] .bod-image img {
  object-position: 50% 70% !important;
}

#about-modern .tab-bod-content-wrapper .bod-box-wrapper:hover .bod-image img {
  transform: scale(1.025);
}

#about-modern .tab-bod-content-wrapper .bod-box-wrapper .bod-member-box .white-section {
  flex: 1;
  min-height: 132px;
  height: auto !important;
  padding: 24px 66px 24px 24px;
  border-radius: 0;
  background: #ffffff;
}

#about-modern .tab-bod-content-wrapper .bod-box-wrapper .bod-member-box .name {
  margin: 0 0 7px;
  color: var(--about-purple) !important;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.25;
}

#about-modern .tab-bod-content-wrapper .bod-box-wrapper .bod-member-box .role {
  margin: 0;
  color: var(--about-cyan);
  text-transform: none;
}

#about-modern .tab-bod-content-wrapper .bod-box-wrapper .tagSmall {
  margin: 0;
  color: var(--about-cyan) !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  text-transform: uppercase;
}

#about-modern .bod-box-wrapper .open-btn {
  right: 18px;
  bottom: 20px;
  left: auto;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  background: transparent;
}

#about-modern .bod-box-wrapper .open-btn span.opn {
  width: 40px;
  height: 40px;
  border: 1px solid var(--about-line);
  background: var(--about-surface);
}

#about-modern .bod-box-wrapper .open-btn span.opn span.icon-plus {
  color: var(--about-purple);
  background: none;
  -webkit-text-fill-color: currentColor;
  font-size: 16px;
}

#about-modern .bod-box-wrapper.is-static-profile {
  cursor: default;
}

#about-modern .bod-box-wrapper.is-static-profile:hover {
  transform: none;
  border-color: var(--about-line);
  box-shadow: none;
}

#about-modern .bod-box-wrapper.is-static-profile .open-btn {
  display: none;
}

#about-modern .tab-bod-content-wrapper .bod-content-details {
  position: fixed;
  z-index: 10002;
  top: 50%;
  left: 50% !important;
  width: min(760px, calc(100% - 40px));
  max-height: min(760px, calc(100vh - 64px));
  margin: 0;
  padding: 54px;
  overflow-y: auto;
  transform: translate(-50%, -50%);
  border: 0;
  border-top: 5px solid var(--about-cyan);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 30px 90px rgba(20, 7, 26, 0.4);
}

#about-modern .bod-content-details > .row,
#about-modern .bod-content-details > .row > [class*="col-"] {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

#about-modern .bod-content-details .box-content-details-wrapper {
  width: 100%;
}

#about-modern .bod-content-details .h3 {
  margin: 0 0 8px;
  padding-right: 44px;
  color: var(--about-purple) !important;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.2;
}

#about-modern .bod-content-details .role {
  margin: 0 0 24px;
  color: var(--about-cyan);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  text-transform: uppercase;
}

#about-modern .bod-content-details .body-large,
#about-modern .bod-content-details .body-large + p,
#about-modern .bod-content-details .box-content-details-wrapper > p:not(.h3):not(.role) {
  color: var(--about-muted);
  font-size: 16px;
  line-height: 1.75;
}

#about-modern .tab-bod-content-wrapper .bod-content-details a.btn-close {
  top: 22px;
  right: 24px;
  color: var(--about-purple);
  font-size: 29px;
}

#about-modern .bod-content-details .share-link {
  color: var(--about-cyan);
}

.about-profile-backdrop {
  position: fixed;
  z-index: 10001;
  inset: 0;
  display: none;
  background: rgba(20, 7, 26, 0.72);
}

.about-profile-backdrop.is-open {
  display: block;
}

body.about-profile-open {
  overflow: hidden;
}

body.about-profile-open #auto-top-link {
  opacity: 0 !important;
  pointer-events: none;
}

#about-modern .about-closing {
  padding: 94px 0;
  background: #ffffff;
}

#about-modern .about-closing-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: center;
  padding-top: 44px;
  border-top: 1px solid var(--about-line);
}

#about-modern .about-closing blockquote {
  max-width: 870px;
  margin: 0;
  color: var(--about-purple);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.35;
}

#about-modern .about-contact-link {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--about-cyan);
  color: #ffffff;
  font-size: 19px;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease;
}

#about-modern .about-contact-link:hover,
#about-modern .about-contact-link:focus-visible {
  transform: translateX(4px);
  background: var(--about-purple);
  color: #ffffff;
}

#about-modern.about-motion-ready .about-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

#about-modern.about-motion-ready .about-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes about-hero-enter {
  from { opacity: 0.65; transform: scale(1.035); }
  to { opacity: 1; transform: scale(1); }
}

@media (max-width: 1100px) {
  #about-modern .about-story-grid {
    gap: 54px;
  }

  #about-modern .about-founder {
    grid-template-columns: 180px minmax(0, 1fr);
  }

  #about-modern .about-founder-content {
    padding: 28px;
  }
}

@media (min-width: 992px) and (max-height: 820px) {
  #about-modern .about-hero {
    min-height: calc(100vh - 190px);
  }
}

@media (max-width: 991.98px) {
  #about-modern .about-hero {
    min-height: 600px;
  }

  #about-modern .about-hero h1 {
    font-size: 56px;
  }

  #about-modern .about-story-grid {
    grid-template-columns: 1fr;
  }

  #about-modern .about-story-media {
    max-width: 720px;
  }

  #about-modern .about-story-media img {
    aspect-ratio: 16 / 11;
  }

  #about-modern .about-founders-head {
    display: block;
  }

  #about-modern .about-founders-head .about-section-intro {
    max-width: 680px;
    margin-top: 20px;
  }

  #about-modern .about-founder-grid {
    grid-template-columns: 1fr;
  }

  #about-modern .about-founder {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  #about-modern .about-principles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #about-modern .about-principle:nth-child(2) {
    border-right: 0;
  }

  #about-modern .about-principle:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.24);
  }

  #about-modern .about-principle:nth-child(3) {
    padding-left: 0;
  }

  #about-modern .tab-content-wrapper > .row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  #about-modern .about-shell,
  #about-modern .about-hero-content,
  #about-modern #our-leadership .container-fluid {
    width: min(100% - 32px, 1280px);
  }

  #about-modern .about-hero {
    min-height: 540px;
  }

  #about-modern .about-hero-content {
    padding: 138px 0 58px;
  }

  #about-modern .about-hero h1 {
    font-size: 43px;
    line-height: 1.08;
  }

  #about-modern .about-hero-copy {
    margin-top: 18px;
    font-size: 18px;
    line-height: 1.55;
  }

  #about-modern .about-story,
  #about-modern .about-founders,
  #about-modern .about-identity,
  #about-modern .about-inside,
  #about-modern #our-leadership {
    padding: 76px 0;
  }

  #about-modern .about-section-title,
  #about-modern .about-people-heading h2 {
    font-size: 36px;
    line-height: 1.16;
  }

  #about-modern .about-section-intro {
    font-size: 17px;
  }

  #about-modern .about-story-grid {
    gap: 48px;
  }

  #about-modern .about-story-media img {
    aspect-ratio: 4 / 5;
  }

  #about-modern .about-story-note {
    right: 14px;
    bottom: 14px;
    padding: 18px;
    font-size: 15px;
  }

  #about-modern .about-founder {
    grid-template-columns: 1fr;
  }

  #about-modern .about-founder img {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  #about-modern .about-founder-content {
    padding: 26px;
  }

  #about-modern .about-principles {
    grid-template-columns: 1fr;
  }

  #about-modern .about-principle,
  #about-modern .about-principle:first-child,
  #about-modern .about-principle:nth-child(3),
  #about-modern .about-principle:last-child {
    min-height: 0;
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    border-right: 0;
  }

  #about-modern .about-principle:first-child {
    border-top: 0;
  }

  #about-modern .about-principle-icon {
    margin-bottom: 20px;
  }

  #about-modern .about-photo-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  #about-modern .about-photo,
  #about-modern .about-photo:first-child {
    grid-row: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  #about-modern .about-photo:first-child {
    aspect-ratio: 4 / 5;
  }

  #about-modern .tab-list {
    overflow: visible;
  }

  #about-modern .tab-list > ul {
    width: 100%;
  }

  #about-modern .tab-content-wrapper > .row {
    grid-template-columns: 1fr;
  }

  #about-modern .tab-bod-content-wrapper .bod-image {
    aspect-ratio: 4 / 3;
  }

  #about-modern .tab-bod-content-wrapper .bod-content-details {
    width: calc(100% - 24px);
    max-height: calc(100vh - 24px);
    padding: 48px 24px 28px;
  }

  #about-modern .bod-box-wrapper .open-btn {
    right: 56px;
  }

  #about-modern .bod-content-details .h3 {
    font-size: 24px;
  }

  #about-modern .about-closing {
    padding: 68px 0;
  }

  #about-modern .about-closing-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  #about-modern .about-closing blockquote {
    font-size: 25px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #about-modern .about-hero-media,
  #about-modern.about-motion-ready .about-reveal,
  #about-modern .about-photo img,
  #about-modern .tab-bod-content-wrapper .bod-box-wrapper,
  #about-modern .tab-bod-content-wrapper .bod-image img {
    animation: none;
    transition: none;
  }

  #about-modern.about-motion-ready .about-reveal {
    opacity: 1;
    transform: none;
  }
}
