/* ── Explore / About RBL — Figma 778:348 (20052026RBLExploreAboutus) ── */
/* Specs from Dev Mode CSS export — 1440 artboard */

/* ── Banner (600px) ── */
.ex-banner {
  position: relative;
  width: 100%;
  height: 600px;
  background-color: #000;
  overflow: hidden;
  isolation: isolate;
}

.ex-banner__bg {
  position: absolute;
  inset: 0;
  background-image: url('../assets/images/explore/banner-color.jpg');
  background-size: cover;
  background-position: center bottom;
}

.ex-banner__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.32) 11.77%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}

.ex-banner .section-rail__dot {
  top: 285px;
}

.ex-banner .section-rail__label {
  display: none;
}

.ex-banner__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 282px 222px 220px 210px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
}

.ex-banner__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  width: min(1009px, 100%);
  box-sizing: border-box;
}

.ex-banner__title {
  margin: 0;
  width: 100%;
  font-family: 'Lexend Giga', sans-serif;
  font-weight: 500;
  font-size: 60px;
  line-height: 75px;
  letter-spacing: -0.09em;
  color: #ffffff;
}

.ex-banner__subtitle {
  margin: 0;
  width: 100%;
  font-family: 'Blinker', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
}

.ex-banner__divider {
  width: 570px;
  max-width: 100%;
  height: 0;
  border: none;
  border-top: 1px solid #ffffff;
}

/* ── 02 Our story (1230px) ── */
.ex-story {
  position: relative;
  width: 100%;
  height: 1230px;
  background: #000000;
  overflow: hidden;
}

.ex-story__bg {
  position: absolute;
  inset: 0;
  background-color: #000000;
  background-image:
    url('../assets/images/explore/story-founder-2.png'),
    url('../assets/images/explore/story-founder-1.png');
  background-size: 124.89% 53.9%, 133.59% 54.89%;
  background-position: left -2.84% top 0, left -3.94% top -4.4%;
  background-repeat: no-repeat, no-repeat;
}

.ex-story__bg-grad {
  position: absolute;
  inset: 0;
  background: linear-gradient(93.74deg, rgba(0, 0, 0, 0.7125) 42.21%, rgba(0, 0, 0, 0) 55.68%);
  pointer-events: none;
}

.ex-story .section-rail__label {
  top: 130px;
}

.ex-story__top {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  height: 630px;
  padding: 120px 40px 0 214px;
  box-sizing: border-box;
}

.ex-story__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  width: 578px;
  max-width: 100%;
}

.ex-story__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}

.ex-story__heading {
  margin: 0;
  width: 100%;
  font-family: 'Lexend Giga', sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -0.09em;
  color: #27e3ff;
}

.ex-story__sub {
  margin: 0;
  width: 100%;
  font-family: 'Lexend Giga', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -1px;
  color: #abaaaa;
}

.ex-story__body {
  width: 100%;
}

.ex-story__body p,
.ex-story__text p {
  margin: 0;
  font-family: 'Blinker', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
}

.ex-story__body p + p,
.ex-story__text p + p {
  margin-top: 24px;
}

/* Bottom band — 662px @ #191919 */
.ex-story__bottom {
  position: absolute;
  left: 0;
  right: 0;
  top: 630px;
  height: 662px;
  z-index: 2;
  background: linear-gradient(326.8deg, #000000 25.79%, rgba(0, 0, 0, 0) 35%), #191919;
}

.ex-story__bottom-inner {
  position: relative;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
}

.ex-story__photo-wrap {
  position: absolute;
  left: 214px;
  top: 120px;
  width: 529px;
  height: 360px;
  overflow: hidden;
}

.ex-story__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ex-story__text {
  position: absolute;
  left: 823px;
  top: 120px;
  width: 497px;
  max-width: calc(100% - 843px);
}

/* ── 03 Our purpose (440px, #DFDFDF) ── */
.ex-quote {
  position: relative;
  width: 100%;
  height: 440px;
  overflow: hidden;
  background: #dfdfdf;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ex-quote .section-rail__label {
  top: 130px;
}

.ex-quote__text {
  position: relative;
  z-index: 2;
  width: 1126px;
  max-width: calc(100% - 80px);
  margin: 0;
  font-family: 'Lexend Giga', sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -0.09em;
  text-align: center;
  transform: translateX(32px);
}

.ex-quote__muted {
  color: #5b5b5b;
}

.ex-quote__emphasis {
  color: #231f20;
}

/* ── 04 Our values (568px) ── */
.ex-values {
  position: relative;
  width: 100%;
  height: 568px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.ex-values__bg {
  position: absolute;
  inset: 0;
  background-image: url('../assets/images/explore/values-hands-v3.png');
  background-size: cover;
  background-position: 70% center;
}

.ex-values__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.32) 40.97%, rgba(0, 0, 0, 0) 64.86%);
}

.ex-values .section-rail__label {
  top: 130px;
}

.ex-values__list {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 405px;
  margin-left: 250px;
  /* Figma: top calc(50% + 17.5px) vs true center */
  transform: translateY(17.5px);
}

.ex-values__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  padding: 20px;
  width: 405px;
  box-sizing: border-box;
}

.ex-values__title {
  margin: 0;
  font-family: 'Lexend Giga', sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -0.09em;
  color: #27e3ff;
  white-space: nowrap;
}

.ex-values__desc {
  margin: 0;
  width: 100%;
  font-family: 'Blinker', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
}

/* ── 05 Our journey / Timeline (672px, #181818) ── */
.ex-timeline {
  position: relative;
  width: 100%;
  height: 672px;
  background: #181818;
  overflow: hidden;
}

.ex-timeline .section-rail__label {
  top: 130px;
}

.ex-timeline__head {
  position: relative;
  z-index: 2;
  width: 778px;
  max-width: calc(100% - 80px);
  margin: 0 auto;
  padding-top: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.ex-timeline__heading {
  margin: 0;
  width: 100%;
  font-family: 'Lexend Giga', sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -0.09em;
  color: #27e3ff;
  text-align: center;
}

.ex-timeline__sub {
  margin: 0;
  width: 100%;
  font-family: 'Lexend Giga', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -1px;
  color: #ffffff;
  text-align: center;
}

.ex-timeline__body {
  position: relative;
  z-index: 2;
  margin-top: 44px;
}

.ex-timeline__tabs {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 2px;
  width: 1214px;
  max-width: calc(100% - 146px);
  margin: 0 0 0 146px;
}

.ex-timeline__tab {
  flex: 1 1 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2px 50px;
  height: 35px;
  border: none;
  background: #5e5c5d;
  font-family: 'Lexend Giga', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -1px;
  color: #27e3ff;
  cursor: pointer;
  white-space: nowrap;
}

.ex-timeline__tab.active {
  height: 45px;
  padding: 4px 50px;
  background: #27e3ff;
  color: #231f20;
}

.ex-timeline__scroll {
  margin-top: 30px;
  margin-left: 146px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
}

.ex-timeline__scroll::-webkit-scrollbar {
  display: none;
}

.ex-timeline__track {
  display: flex;
  width: max-content;
}

.ex-timeline__item {
  width: 254px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}

.ex-timeline__img {
  width: 254px;
  height: 103px;
  object-fit: cover;
  display: block;
  padding: 0;
  box-sizing: border-box;
  filter: grayscale(1);
  transition: filter 0.5s ease;
}

.ex-timeline__item.is-active-img .ex-timeline__img {
  filter: grayscale(0);
}

.ex-timeline__dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #abaaaa;
  position: relative;
  flex-shrink: 0;
}

.ex-timeline__dot::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  left: 4px;
  top: 4px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.39);
}

.ex-timeline__item.is-past .ex-timeline__dot {
  background: #27e3ff;
}

.ex-timeline__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 228px;
}

.ex-timeline__year {
  margin: 0;
  font-family: 'Lexend Giga', sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: -0.09em;
  color: #abaaaa;
  white-space: nowrap;
}

.ex-timeline__item.is-past .ex-timeline__year {
  color: #27e3ff;
}

.ex-timeline__desc {
  margin: 0;
  font-family: 'Blinker', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #abaaaa;
}

.ex-timeline__item.is-past .ex-timeline__desc {
  color: #ffffff;
}

/* ── Center Figma 1440 artboard on wide viewports ── */
@media (min-width: 1441px) {
  .ex-banner .section-rail,
  .ex-story .section-rail,
  .ex-quote .section-rail,
  .ex-values .section-rail,
  .ex-timeline .section-rail,
  .ex-team .section-rail,
  .contact-cta .section-rail {
    left: calc((100% - 1440px) / 2 + 98px);
  }

  .ex-values__list {
    margin-left: calc((100% - 1440px) / 2 + 250px);
  }

  .ex-timeline__tabs,
  .ex-timeline__scroll {
    margin-left: calc((100% - 1440px) / 2 + 146px);
  }
}

/* ── 06 Our team (900px) ── */
.ex-team {
  position: relative;
  width: 100%;
  height: 900px;
  background: rgba(24, 24, 24, 0.95);
  overflow: hidden;
}

.ex-team .section-rail__label {
  top: 90px;
}

.ex-team__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 84px 40px 0 209px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 23px;
}

.ex-team__heading {
  margin: 0;
  width: 526px;
  max-width: 100%;
  font-family: 'Lexend Giga', sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -0.09em;
  color: #27e3ff;
}

.ex-team__sub {
  margin: -1px 0 0;
  width: 526px;
  max-width: 100%;
  font-family: 'Lexend Giga', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -1px;
  color: #ffffff;
}

.ex-team__grid {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  width: 1126px;
  max-width: 100%;
  margin-top: 0;
}

.ex-team__member {
  width: 273px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.ex-team__photo {
  width: 273px;
  height: 350px;
  object-fit: cover;
  object-position: top center;
  display: block;
}

/* Figma layers office bg (6765) under cutout (6766) */
.ex-team__photo-wrap {
  position: relative;
  width: 273px;
  height: 350px;
  overflow: hidden;
  background: #d9d9d9;
}

.ex-team__photo-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ex-team__photo-wrap .ex-team__photo {
  position: absolute;
  left: 0;
  top: -3.06%;
  width: 100%;
  height: 116.59%;
  object-fit: cover;
  object-position: top center;
}

.ex-team__name {
  margin: 6px 0 0;
  font-family: 'Lexend Giga', sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: -0.09em;
  color: #27e3ff;
}

.ex-team__role {
  margin: 0;
  font-family: 'Blinker', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
}

.ex-team__bio {
  margin: 2px 0 0;
  font-family: 'Blinker', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
}

/* ── Responsive ── */
@media (max-width: 1200px) {
  .ex-banner__text,
  .ex-banner__divider {
    padding-left: 0;
    margin-left: 0;
  }

  .ex-story {
    height: auto;
  }

  .ex-story__top {
    height: auto;
    padding: 100px var(--content-padding) 60px var(--content-offset);
  }

  .ex-story__bottom {
    position: relative;
    top: auto;
    height: auto;
  }

  .ex-story__bottom-inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 60px var(--content-padding) 80px var(--content-offset);
    box-sizing: border-box;
  }

  .ex-story__photo-wrap,
  .ex-story__text {
    position: relative;
    left: auto;
    top: auto;
    max-width: 100%;
  }

  .ex-story__photo-wrap {
    width: min(529px, 100%);
    height: 360px;
    position: relative;
  }

  .ex-story__photo {
    position: absolute;
  }

  .ex-timeline__tabs {
    margin-left: var(--content-offset);
    max-width: calc(100% - var(--content-offset));
  }

  .ex-values__list {
    margin-left: var(--content-offset);
  }

  .ex-timeline__scroll {
    margin-left: var(--content-offset);
  }

  .ex-team {
    height: auto;
    padding-bottom: 80px;
  }

  .ex-team__inner {
    padding-left: var(--content-offset);
  }

  .ex-team__grid {
    flex-wrap: wrap;
  }

  .ex-team__photo,
  .ex-team__photo-wrap {
    width: min(273px, 100%);
  }
}

@media (max-width: 768px) {
  .ex-banner {
    height: auto;
    min-height: 420px;
  }

  .ex-banner__content {
    padding: 160px 24px 80px;
  }

  .ex-banner__title {
    font-size: 36px;
    line-height: 1.15;
  }

  .ex-quote {
    height: auto;
    padding: 80px 24px;
  }

  .ex-quote__text {
    font-size: 24px;
    line-height: 1.3;
    transform: none;
  }

  .ex-values {
    height: auto;
    padding: 80px 0;
  }

  .ex-values__list,
  .ex-values__item {
    width: auto;
    max-width: 100%;
    margin-right: 24px;
  }

  .ex-timeline {
    height: auto;
    padding-bottom: 60px;
  }

  .ex-timeline__tabs {
    width: auto;
    max-width: 100%;
    overflow-x: auto;
    margin: 0 16px;
  }

  .ex-timeline__tab {
    padding: 2px 20px;
    font-size: 14px;
  }
}
