/* =========================================================
   About Page
========================================================= */

body {
  background: #fff;
  color: #111;
}

/* =========================================================
   Shared
========================================================= */

.about-eyebrow {
  margin: 0;
  color: #111;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.about-eyebrow--dark {
  color: rgba(255, 255, 255, 0.62);
}

.split-text {
  opacity: 1;
  will-change: transform;
}

.split-text * {
  will-change: transform;
}

/* =========================================================
   01. About Hero
========================================================= */

.about-hero {
  background: #fff;
  color: #111;
  padding: calc(var(--nav-height) + 92px) 0 clamp(90px, 13vh, 150px);
}

.about-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.9fr);
  gap: clamp(42px, 8vw, 128px);
  align-items: start;
}

.about-hero__content {
  display: grid;
  gap: 24px;
}

.about-hero__title {
  margin: 0;
  max-width: 13ch;
  font-family: "Haas Grot Disp Trial";
  font-weight: 400;
  font-size: clamp(42px, 5vw, 78px);
  line-height: 1;
  letter-spacing: -0.058em;
}

.about-hero__copy {
  display: grid;
  gap: 26px;
  padding-top: 2.2rem;
}

.about-hero__copy p {
  margin: 0;
  max-width: 42ch;
  font-size: 1.7rem;
  line-height: 1.16;
  letter-spacing: -0.032em;
  color: rgba(17, 17, 17, 0.74);
}

/* =========================================================
   About Hero Media
========================================================= */

.about-hero__media {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: clamp(34px, 5vh, 64px);
}

.about-hero__image {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #e8e8e8;
  aspect-ratio: 16 / 10;
  isolation: isolate;
}

.about-hero__image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.08) 0%,
      rgba(0, 0, 0, 0.3) 100%
    );
}

.about-hero__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* Optional crop tuning */
.about-hero__image:first-child img {
  object-position: center center;
}

.about-hero__image:last-child img {
  object-position: center center;
}

@media (max-width: 1100px) {
  .about-hero__inner,
  .about-growth__top,
  .about-story__grid {
    grid-template-columns: 1fr;
  }

  .about-hero__copy,
  .about-growth__copy {
    padding-top: 0;
  }

  .about-hero__media {
    grid-template-columns: 1fr;
  }

  .about-hero__image {
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 560px) {
  .about-hero__media {
    gap: 12px;
    margin-top: 34px;
  }

  .about-hero__image {
    border-radius: 18px;
    aspect-ratio: 16 / 11;
  }
}

/* =========================================================
   02. Growth
========================================================= */

.about-growth {
  position: relative;
  background: #0e100f;
  color: #fff;
  padding: clamp(96px, 13vh, 160px) 0 clamp(110px, 16vh, 190px);
  overflow: hidden;
}

.about-growth::before {
  content: "";
  position: absolute;
  top: -20%;
  right: -18%;
  width: min(760px, 74vw);
  height: min(760px, 74vw);
  border-radius: 999px;
  pointer-events: none;
  background: radial-gradient(
    circle,
    rgba(91, 42, 244, 0.28),
    rgba(91, 42, 244, 0) 64%
  );
}

.about-growth__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(54px, 7vw, 92px);
}

.about-growth__top {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.85fr);
  gap: clamp(42px, 8vw, 128px);
  align-items: start;
}

.about-growth__heading {
  display: grid;
  gap: 22px;
}

.about-growth__title {
  margin: 0;
  max-width: 13ch;
  font-family: "Haas Grot Disp Trial";
  font-weight: 400;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: -0.062em;
}

.about-growth__copy {
  display: grid;
  gap: 22px;
  padding-top: 2rem;
}

.about-growth__copy p {
  margin: 0;
  max-width: 52ch;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.4rem;
  line-height: 1.55;
}


/* =========================================================
   Growth Proof
========================================================= */

.growth-proof {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
}

.growth-proof__card {
  min-height: 190px;
  border-radius: 24px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.growth-proof__label {
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.growth-proof__card strong {
  display: block;
  margin-top: auto;
  font-family: "Haas Grot Disp Trial";
  font-weight: 400;
  font-size: clamp(54px, 7vw, 110px);
  line-height: 0.82;
  letter-spacing: -0.07em;
  color: #fff;
}

.growth-proof__card p {
  margin: 18px 0 0;
  max-width: 28ch;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  line-height: 1.35;
}

.growth-proof__card--arrow {
  width: clamp(66px, 7vw, 104px);
  min-height: 190px;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-color: transparent;
}

.growth-proof__card--arrow span {
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1;
}

/* =========================================================
   Growth Chart
========================================================= */

.growth-chart {
  position: relative;
  min-height: clamp(420px, 48vw, 620px);
  padding: 32px 0 0;
  overflow: hidden;
}

.growth-chart__grid {
  position: absolute;
  left: 0;
  right: 0;
  top: 32px;
  bottom: 82px;
  pointer-events: none;
  background:
    repeating-linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.12) 0,
      rgba(255, 255, 255, 0.12) 1px,
      transparent 1px,
      transparent 42px
    );
  opacity: 0.7;
}

.growth-chart__bars {
  position: relative;
  z-index: 1;
  min-height: clamp(420px, 48vw, 620px);
  display: grid;
  grid-template-columns: repeat(12, minmax(62px, 1fr));
  gap: clamp(12px, 2vw, 34px);
  align-items: end;
}

.growth-bar {
  height: 100%;
  min-height: clamp(420px, 48vw, 620px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 18px;
}

.growth-bar span {
  display: block;
  width: 100%;
  height: var(--height);
  min-height: 10px;
  border-radius: 6px 6px 0 0;
  background: linear-gradient(180deg, #5b2af4, #4217e8);
  transform-origin: bottom;
  transform: scaleY(1);
}

.growth-bar p {
  margin: 0;
  min-height: 42px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  line-height: 1.18;
  text-align: center;
}

/* =========================================================
   03. Story
========================================================= */

.about-story {
  background: #fff;
  color: #111;
  padding: clamp(96px, 13vh, 160px) 0 clamp(100px, 14vh, 170px);
}

.about-story__inner {
  display: grid;
  gap: clamp(52px, 7vw, 92px);
}

.about-story__header {
  display: grid;
  gap: 22px;
  max-width: 820px;
}

.about-story__title {
  margin: 0;
  max-width: 14ch;
  font-family: "Haas Grot Disp Trial";
  font-weight: 400;
  font-size: clamp(44px, 5.4vw, 88px);
  line-height: 0.9;
  letter-spacing: -0.062em;
}

.about-story__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  gap: clamp(42px, 8vw, 124px);
  align-items: start;
}

.about-story__copy {
  display: grid;
  gap: 24px;
  max-width: 760px;
}

.about-story__copy p {
  margin: 0;
  color: rgba(17, 17, 17, 0.78);
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.52;
  letter-spacing: -0.015em;
}

.about-story__aside {
  display: grid;
  gap: 14px;
}

.about-story__stat {
  min-height: 150px;
  border-radius: 22px;
  padding: 20px;
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about-story__stat span {
  font-family: "Haas Grot Disp Trial";
  font-weight: 400;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 0.9;
  letter-spacing: -0.055em;
}

.about-story__stat p {
  margin: 0;
  color: rgba(17, 17, 17, 0.62);
  font-size: 14px;
  line-height: 1.35;
}

/* =========================================================
   Story Gallery
========================================================= */

.about-story__gallery {
  grid-column: 1 / -1;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.about-story__image {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  background: #e8e8e8;
  aspect-ratio: 4 / 5;
  isolation: isolate;
}

.about-story__image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.08) 0%,
      rgba(0, 0, 0, 0.24) 100%
    );
}

.about-story__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

.about-story__image:hover img {
  transform: scale(1.045);
}


@media (max-width: 900px) {
  .about-story__gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .about-story__gallery {
    grid-template-columns: 1fr;
  }

  .about-story__image {
    aspect-ratio: 16 / 11;
  }
}

/* =========================================================
   04. Closing Statement
========================================================= */

.about-close {
  position: relative;
  background: #0e100f;
  color: #fff;
  padding: clamp(100px, 14vh, 180px) 0;
  overflow: hidden;
}

.about-close::before {
  content: "";
  position: absolute;
  right: -12%;
  top: -35%;
  width: min(720px, 70vw);
  height: min(720px, 70vw);
  border-radius: 999px;
  pointer-events: none;
  background: radial-gradient(
    circle,
    rgba(91, 42, 244, 0.34),
    rgba(91, 42, 244, 0) 66%
  );
}

.about-close__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 28px;
  justify-items: start;
}

.about-close__title {
  margin: 0;
  max-width: 15ch;
  font-family: "Haas Grot Disp Trial";
  font-weight: 400;
  font-size: 5rem;
  line-height: 0.9;
  letter-spacing: -0.064em;
}

/* =========================================================
   Responsive
========================================================= */

@media (max-width: 1100px) {
  .about-hero__inner,
  .about-growth__top,
  .about-story__grid {
    grid-template-columns: 1fr;
  }

  .about-hero__copy,
  .about-growth__copy {
    padding-top: 0;
  }

  .growth-chart {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .growth-chart::-webkit-scrollbar {
    display: none;
  }

  .growth-chart__bars {
    min-width: 1040px;
  }
}

@media (max-width: 900px) {
  .growth-proof {
    grid-template-columns: 1fr;
  }

  .growth-proof__card--arrow {
    width: 100%;
    min-height: 54px;
  }

  .growth-proof__card--arrow span {
    transform: rotate(90deg);
  }

  .about-story__gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 220px;
  }

  .about-story__image--large {
    grid-column: span 2;
    grid-row: span 1;
  }

  .about-story__image--tall {
    grid-row: span 1;
  }
}

@media (max-width: 560px) {
  .about-hero {
    padding-top: calc(var(--nav-height) + 56px);
  }

  .about-hero__title,
  .about-growth__title,
  .about-story__title,
  .about-close__title {
    font-size: clamp(40px, 13vw, 64px);
  }

  .about-hero__copy p {
    font-size: clamp(21px, 6vw, 28px);
  }

  .growth-proof__card {
    min-height: 170px;
  }

  .about-story__gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 230px;
  }

  .about-story__image--large {
    grid-column: span 1;
  }
}

@media (min-width: 2200px) {
  .about-hero__title {
    font-size: clamp(74px, 4.7vw, 98px);
  }

  .about-hero__copy p {
    font-size: 2.02rem;
  }

  .about-growth__title,
  .about-close__title {
    font-size: 5.7rem;
  }

  .about-growth__copy p {
    font-size: 1.58rem;
  }

  .about-story__title {
    font-size: clamp(78px, 4.9vw, 102px);
  }

  .about-story__copy p {
    font-size: 24px;
  }

  .growth-proof__card {
    min-height: 230px;
    padding: 30px;
  }
}