/* HERO SPLIT */
.hero-who {
  display: grid;
  grid-template-columns: 40vw 1fr;
  min-height: 480px;
  height: 480px;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
}
.hero-who > .container,
.hero-who .hero-who-inner {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.who-left {
  background: #f9f9f9;
  padding: 50px 36px 50px max(32px, calc((100vw - 1240px) / 2 + 32px));
  display: flex;
  flex-direction: column;
}
.who-left h1 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-bottom: 22px;
}
.who-left p {
  font-size: 12px;
  color: #3a3a3e;
  line-height: 1.7;
  margin-bottom: 16px;
  max-width: 300px;
}
.scroll-arrow {
  width: 24px;
  height: 24px;
  margin-top: auto;
  color: var(--purple);
}
.who-right {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.who-carousel,
.who-carousel__viewport,
.who-carousel__track,
.who-carousel__slide {
  height: 100%;
}
.who-carousel {
  position: absolute;
  inset: 0;
  width: 100%;
  min-height: 0;
}
.who-carousel__viewport {
  width: 100%;
  overflow: hidden;
}
.who-carousel__track {
  flex-direction: column;
  gap: 0;
}
.who-carousel__slide {
  flex: 0 0 100%;
  position: relative;
}
.who-carousel__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.who-carousel__nav {
  display: none;
}
.who-dots {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 2;
}
.who-dots .carousel-dot {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  padding: 0;
  cursor: pointer;
}
.who-dots .carousel-dot.is-active {
  width: 8px;
  height: 8px;
  background: #fff;
}
.fsdu-mini {
  width: 140px;
  background: #fff;
  height: 75%;
  border-radius: 4px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px;
  position: relative;
}
.fsdu-mini::before {
  content: "";
  width: 90%;
  height: 18%;
  background: #4a8fd4;
  margin-bottom: 6px;
  border-radius: 2px;
}
.fsdu-mini::after {
  content: "";
  width: 90%;
  flex: 1;
  background: repeating-linear-gradient(
    180deg,
    #4a8fd4 0,
    #4a8fd4 30%,
    #fff 30%,
    #fff 33%,
    #1a1a1a 33%,
    #1a1a1a 50%,
    #fff 50%,
    #fff 53%,
    #f5d14a 53%,
    #f5d14a 100%
  );
  border-radius: 2px;
}
.pending-banner {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
  color: #e10a18;
  padding: 10px 18px;
  border-radius: 4px;
  font-size: 32px;
  font-weight: 800;
  text-align: left;
  line-height: 1.4;
  z-index: 5;
}
/* STATS */
.who-stats {
  background: #fff;
  border-bottom: 1px solid #e5e7ea;
  overflow: hidden;
  padding: 50px 0;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
}
.who-stats > .container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.stats-wrap {
  display: flex;
  align-items: stretch;
  min-height: 170px;
  padding-left: max(32px, calc((100vw - 1240px) / 2 + 32px));
  padding-right: max(32px, calc((100vw - 1240px) / 2 + 32px));
  box-sizing: border-box;
}
.stats-left {
  display: flex;
  align-items: stretch;
  flex: 0 0 50%;
}
.stats-year-bar {
  background: var(--purple);
  width: 60px;
  /* Fixed to the very left edge of .who-stats (which is full-width) */
  position: absolute;
  left: 0;
  top: -50px; /* cancel .who-stats padding-top */
  bottom: -50px; /* cancel .who-stats padding-bottom */
  display: flex;
  align-items: center;
  justify-content: center;
}
.stats-year {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  letter-spacing: 3px;
}
.stats-text-col {
  padding: 28px 36px 28px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.stats-bold-p {
  font-size: 13px;
  font-weight: 700;
  color: #1a1a2e;
  line-height: 1.55;
  margin: 0 0 12px;
}
.stats-sub-p {
  font-size: 11px;
  color: #3a3a3e;
  line-height: 1.65;
  margin: 0;
}
.stats-right {
  display: flex;
  align-items: center;
  flex: 1;
}
.stat-it {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex: 1;
  padding: 28px 12px;
}
.stat-it .ic {
  width: 62px;
  height: 62px;
  background: var(--purple);
  clip-path: polygon(
    0 28%,
    0 72%,
    30% 100%,
    50% 86%,
    70% 100%,
    100% 72%,
    100% 28%,
    70% 0,
    50% 14%,
    30% 0
  );
  display: flex;
  align-items: center;
  justify-content: center;
}
.stat-it .ic svg {
  width: 26px;
  height: 26px;
}
.stat-it .ic img {
  max-width: 36px;
  max-height: 36px;
  width: auto;
  height: auto;
  display: block;
}
.stat-it .txt {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.stat-divider {
  width: 1px;
  height: 56px;
  background: #e5e7ea;
  flex-shrink: 0;
}
/* OUR HISTORY */
.history {
  padding: 70px 0 60px;
  background: #eef3f5;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
}
.history > .container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.history h2 {
  font-family: "Roboto Mono", monospace;
  font-size: 38px;
  font-weight: 700;
  color: #1a1a2e;
  letter-spacing: -0.02em;
  margin-bottom: 0;
  display: block;
}
.history p.lead::before,
.history p.lead::after {
  content: "";
  display: block;
  width: 48px;
  height: 5px;
  background: var(--purple);
  margin-top: 24px;
  margin-bottom: 24px;
}
.history-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  margin-top: 0;
}
.history p {
  font-size: 14px;
  color: #3a3a3e;
  line-height: 1.75;
  margin-bottom: 16px;
}
.history p.lead {
  font-weight: 700;
  color: #1a1a22;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 0;
  display: block;
  width: 50%;
}

/* OUR JOURNEY */
.journey {
  padding: 60px 0 50px;
  background: #fff;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
}
.journey > .container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.journey-grid {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 56px;
  align-items: start;
}
.journey-left h2 {
  font-family: "Roboto Mono", monospace;
  font-size: 30px;
  font-weight: 700;
  color: #1a1a2e;
  line-height: 1.15;
  margin-bottom: 24px;
  border-bottom: none;
  padding-bottom: 0;
  display: block;
}
.journey-left p {
  font-size: 12px;
  color: #3a3a3e;
  line-height: 1.75;
  margin-bottom: 16px;
}
.journey-right {
  min-width: 0;
}
/* Carousel base */
.carousel {
  --carousel-gap: 14px;
  --carousel-slides-per-view: 1;
  position: relative;
}
.carousel-viewport {
  overflow: hidden;
}
.carousel-track {
  display: flex;
  gap: var(--carousel-gap);
  transition: transform 0.45s ease;
  will-change: transform;
}
.carousel-slide {
  flex: 0 0
    calc(
      (100% - (var(--carousel-gap) * (var(--carousel-slides-per-view) - 1))) /
        var(--carousel-slides-per-view)
    );
  min-width: 0;
}
.carousel-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}
.carousel-controls-top {
  margin-bottom: 14px;
  justify-content: flex-start;
}
.carousel-pagination {
  display: flex;
  align-items: center;
  gap: 6px;
}
.carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c8cad0;
  transition:
    transform 0.2s,
    background 0.2s,
    width 0.2s;
  cursor: pointer;
  border: none;
  padding: 0;
}
.carousel-dot.is-active {
  width: 10px;
  height: 10px;
  background: #1a1a22;
}
/* Journey card */
.j-img {
  display: flex;
  flex-direction: column;
}
.j-photo {
  position: relative;
  aspect-ratio: 3/4;
  background: #c8cad0;
  border-radius: 10px;
}
.j-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}
.j-img-tag {
  position: absolute;
  bottom: -18px;
  width: 56px;
  height: 50px;
  background: #0c9592;
  color: #1a1a22;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  clip-path: polygon(
    0 28%,
    0 72%,
    30% 100%,
    50% 86%,
    70% 100%,
    100% 72%,
    100% 28%,
    70% 0,
    50% 14%,
    30% 0
  );
}
.j-caption {
  margin-top: 18px;
  font-size: 11px;
  color: #1a1a22;
  line-height: 1.5;
  font-weight: 500;
}
.journey--small .j-photo {
  aspect-ratio: 4/3;
}
.journey--small .j-img-tag {
  background: var(--purple);
  color: #fff;
}
.journey--small .journey-grid {
  grid-template-columns: 1fr;
  gap: 24px;
}
/* LEADERSHIP */
.leadership {
  padding: 60px 0;
  background: #f4f4f4;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
}
.leadership > .container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.about-logo-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  position: relative;
  padding-top: 3px;
}
.about-logo-mark svg {
  width: 40px;
  height: 40px;
}
.leadership h2 {
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 8px;
  margin-bottom: 30px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 30px;
}
.team-member {
  text-align: center;
}
.team-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  margin: 0 auto 8px;
  position: relative;
  overflow: hidden;
}

.team-name {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
}
.team-title {
  font-size: 10px;
  color: #7a7a82;
  line-height: 1.3;
}
/* LOCATIONS + MISSION */
.loc-mission {
  background: #eef3f5;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
}
.loc-mission > .container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.lm-grid {
  display: grid;
  grid-template-columns: 1.35fr 10px 1fr;
  gap: 0 1px;
  background: white;
}
.lm-card {
  background: #eef3f5;
  padding: 60px 44px;
}
.lm-grid-split {
  background: white;
}
.lm-card h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 28px;
  color: #1a1a22;
}
.lm-locations {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.lm-locations > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: white;
  padding: 8px;
  border-radius: 10px;
}
.lm-loc-img {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 12px;
  background: #dde3e8;
}
.lm-loc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lm-loc-name {
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  color: #1a1a22;
}
/* mission card */
.lm-mission {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 15px 0 0 15px;
}

.lm-loc {
  border-radius: 0 15px 15px 0;
}
.lm-mission p {
  font-size: 16px;
  color: #3a3a3e;
  line-height: 1.65;
  margin-bottom: 24px;
  max-width: 320px;
}
.lm-bar {
  width: 42px;
  height: 3px;
  background: var(--purple);
  border-radius: 2px;
  margin-bottom: 28px;
}
.lm-mission .mlogo {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 800;
  font-size: 22px;
  color: #1a1a22;
  letter-spacing: -0.01em;
}
.lm-mission .mlogo .logo-mark {
  width: 40px;
  height: 40px;
  color: #1a1a22;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.lm-mission .mlogo .logo-mark svg {
  width: 52px;
  height: 52px;
}
/* SUSTAINABILITY CERTIFICATIONS */
.sus-cert {
  background: #fff;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
}
.sus-cert > .container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.sus-cert-band {
  min-height: 500px;
  padding: 44px 44px 30px;
  color: #fff;
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    to bottom,
    #fff 0,
    #fff 60%,
    #0c9592 60%,
    #0c9592 100%
  );
}
.sus-cert-band h2 {
  position: relative;
  z-index: 2;
  font-family: "Roboto Mono", monospace;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.02;
  color: #0c9592;
  margin-bottom: 0;
  max-width: 300px;
  top: 120px;
}
.logos-grid {
  position: absolute;
  left: 44px;
  right: 360px;
  bottom: 28px;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px 20px;
  color: #fff;
  align-items: center;
}
.cert-logo {
  display: flex;
  align-items: center;
  min-height: 36px;
}
.cert-logo img {
  display: block;
  max-width: 100%;
  max-height: 44px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.cert-logo span {
  font-size: 18px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  letter-spacing: -0.015em;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.95);
  white-space: nowrap;
}
.sus-island {
  position: absolute;
  right: 2px;
  width: min(33vw, 500px);
  height: auto;
  z-index: 1;
  pointer-events: none;
  transform: scaleX(-1) scale(0.7);
  transform-origin: center;
  top: 55px;
}
/* OUR MATERIALS */
.materials {
  background: #e7f5f4;
  margin-top: -1.5em;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
}
.materials > .container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.sus-cert + .materials {
  margin-top: 0 !important;
}

.sus-cert {
  margin-bottom: 0 !important;
}
.mat-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 20px;
  align-items: stretch;
}
.mat-left {
  background: #e7f5f4;
  padding: 30px 62px;
}
.mat-left h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 14px;
  padding-bottom: 8px;
  line-height: 1;
}
.mat-left p {
  font-size: 14px;
  color: #3a3a3e;
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: 600;
}
.mat-img img {
  height: 100%;
}
/* SUSTAINABILITY POLICIES */
.policies {
  padding: 50px 0;
  background: #fff;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
}
.policies > .container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.policies h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 14px;
  padding-bottom: 8px;
  line-height: 1;
}
.policy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.policy-card {
  padding: 24px 28px 32px;
  border: #80c7c6 solid 1px;
  position: relative;
  min-height: 180px;
}
.policy-card .ptitle {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
  min-height: 36px;
}
.policy-card .pdl {
  position: absolute;
  bottom: 16px;
  font-size: 11px;
  color: #3a3a3e;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
}
.policy-card .pdl::before {
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  flex-shrink: 0;
  background-color: #0c9592;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 5v11' stroke='white' stroke-width='2.6' stroke-linecap='round'/%3E%3Cpath d='M7 12.5 12 17.5 17 12.5' fill='none' stroke='white' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}
/* OUR VALUES */
.values {
  padding: 60px 0;
  background: #eef3f5;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
}
.values > .container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.values h2 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 40px;
  color: #1a1a2e;
  letter-spacing: -0.01em;
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px 40px;
}
.val-item {
  display: flex;
  flex-direction: column;
}
.val-head {
  display: flex;
  align-items: center;
  gap: 8px;
}
.val-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.val-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.val-item h4 {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0;
  line-height: 1.25;
}
.val-item p {
  font-size: 12px;
  color: #3a3a3e;
  line-height: 1.7;
  margin: 0;
  padding-left: 58px;
}
/* STAFF TESTIMONIAL - blue band */
.staff {
  background: linear-gradient(180deg, #1e5ba8 0%, #2a6fc4 50%, #3f8bd0 100%);
  padding: 150px 0;
  color: #fff;
  position: relative;
  clip-path: polygon(0 0, 100% 100px, 100% 100%, 0 100%);
  margin-top: -100px;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
}
.staff > .container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.staff-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
  margin-bottom: 30px;
  padding: 0 50px;
}
.staff-head h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
.btn-positions {
  background: rgba(255, 255, 255, 0.95);
  color: #1a1a22;
  padding: 6px 14px 6px 16px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-width: 220px;
  justify-self: end;
  width: 60%;
}
.btn-positions__label {
  text-align: left;
}
.btn-positions__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.btn-positions:hover {
  background: #1a1a22;
  color: white;
}
.staff-card {
  background: #fff;
  border-radius: 15px;
  padding: 36px 44px;
  color: #1a1a22;
  margin: 30px 50px;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 44px;
  align-items: start;
}
.staff-card-left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.staff-avatar {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.staff-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.staff-card-right {
  display: flex;
  flex-direction: column;
}
.staff-quote-content {
  position: relative;
}
.staff-quote-content.is-collapsed {
  max-height: 12em;
  overflow: hidden;
}
.staff-quote-content.is-collapsed::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2.8em;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.staff-name {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  margin-top: 14px;
  color: #1a1a22;
}
.staff-title-line {
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  color: #1a1a22;
  margin-top: 2px;
}
.staff-quote {
  font-size: 14px;
  color: #3a3a3e;
  line-height: 1.7;
  margin-bottom: 16px;
}
.staff-readmore {
  align-self: flex-start;
  background: none;
  border: none;
  padding: 0;
  font-size: 14px;
  color: #0368d7;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.staff-slider {
  --carousel-gap: 0px;
}
.staff-nav {
  display: grid;
  justify-content: center;
  align-items: center;
  gap: 22px;
  margin-top: 22px;
  max-width: 80%;
  padding: 0 10px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: 32px 1fr 32px;
}
.staff-nav-arrow {
  width: 34px;
  height: 34px;
  background: transparent;
  padding: 0;
  color: transparent;
  cursor: pointer;
  line-height: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.staff-nav-arrow::before {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  background: url("../svg/arrow-right-white.svg") no-repeat center / 32px 32px;
}
.staff-nav-arrow--prev::before {
  transform: scaleX(-1);
}
.staff-nav-arrow:disabled {
  opacity: 0.3;
  cursor: default;
}
.staff-nav-pages {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.staff-nav-pages .carousel-page {
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.92);
  font-family: "Roboto Mono", monospace;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  padding: 0;
  cursor: pointer;
}
.staff-nav-pages .is-active:hover {
  color: white !important;
}
.staff-nav-pages .carousel-page:hover {
  color: #ffd92f;
}
.staff-bottom {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding: 0 15%;
  width: 90%;
  margin: 50px auto 0;
}
.staff-bottom::before,
.staff-bottom::after {
  content: "";
  width: 42px;
  height: 42px;
  position: absolute;
  top: -10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.staff-bottom::before {
  left: 0;
  background-image: url("../svg/staff-quote-left.svg");
}
.staff-bottom::after {
  right: 0;
  background-image: url("../svg/staff-quote-right.svg");
}
.staff-bottom-name {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  font-style: normal;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1024px) {
  .hero-who {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
  }
  .who-right {
    height: 300px;
  }
  .stats-wrap {
    flex-direction: column;
  }
  .stats-left {
    flex: none;
    border-right: none;
    border-bottom: 1px solid #e5e7ea;
  }
  .stats-right {
    padding: 20px 0;
  }
  .history-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .journey-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .lm-grid {
    grid-template-columns: 1fr;
  }
  .mat-grid {
    grid-template-columns: 1fr;
  }
  .policy-grid {
    grid-template-columns: 1fr 1fr;
  }
  .values-grid {
    grid-template-columns: 1fr 1fr;
  }
  .staff-head {
    grid-template-columns: 1fr;
  }
  .btn-positions {
    justify-self: start;
  }
  .sus-cert-band {
    min-height: 430px;
    padding: 34px 24px 20px;
    background: linear-gradient(
      to bottom,
      #eeeeef 0,
      #eeeeef 57%,
      #0c9592 57%,
      #0c9592 100%
    );
  }
  .sus-cert-band h2 {
    font-size: 26px;
    max-width: 220px;
  }
  .sus-island {
    right: -2px;
    width: min(39vw, 340px);
  }
  .logos-grid {
    left: 24px;
    right: 20px;
    bottom: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px 12px;
  }
  .cert-logo {
    font-size: 14px;
  }
  .cert-logo::before {
    font-size: 9px;
  }
}
@media (max-width: 768px) {
  .who-left h1 {
    font-size: 24px;
  }
  /* who-carousel: switch to horizontal on mobile */
  .who-carousel__track {
    flex-direction: row;
    gap: 0;
  }
  .who-carousel__slide {
    flex: 0 0 100%;
  }
  .who-dots {
    flex-direction: row;
    top: auto;
    bottom: 12px;
    right: 50%;
    transform: translateX(50%);
  }
  .who-dots .carousel-dot {
    width: 7px;
    height: 7px;
  }
  .who-dots .carousel-dot.is-active {
    width: 9px;
    height: 9px;
  }
  .team-grid {
    grid-template-columns: 1fr 1fr;
  }
  .policy-grid,
  .values-grid {
    grid-template-columns: 1fr;
  }
  .sus-cert {
    padding: 28px 0 0;
  }
  .sus-cert-band {
    min-height: 0;
    padding: 24px 14px 24px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    /* ~40% split — roughly at the vertical center of the island image */
    background: linear-gradient(
      to bottom,
      #eeeeef 0,
      #eeeeef 55%,
      #0c9592 40%,
      #0c9592 100%
    );
  }
  .sus-cert-band h2 {
    order: 1;
    position: static;
    top: auto;
    font-size: 20px;
    line-height: 1.1;
    max-width: none;
    color: #0c9592;
    margin-bottom: 8px;
    text-align: left;
  }
  .sus-island {
    order: 2;
    position: static;
    display: block;
    width: min(75vw, 280px);
    height: auto;
    margin: 0 auto 8px;
    transform: scaleX(-1);
    transform-origin: center;
  }
  .logos-grid {
    order: 3;
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 8px;
    color: #fff;
    padding-top: 8px;
  }
  .cert-logo {
    font-size: 12px;
    gap: 4px;
    white-space: normal;
  }
  .cert-logo::before {
    font-size: 8px;
  }
  .staff-card {
    grid-template-columns: 1fr;
    margin: 16px 0;
    padding: 24px 20px;
    gap: 20px;
  }
  .staff-card-left {
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }
  .staff-avatar {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
  }
  .staff-nav-pages {
    gap: 10px;
  }
  .staff-nav-pages .carousel-page {
    font-size: 24px;
  }
  .staff-name,
  .staff-title-line {
    text-align: left;
    margin-top: 2px;
  }
}
