.about-v2 {
  position: relative;
  overflow: clip;
  color: var(--al-white);
  background: #000;
}

.about-v2 > section {
  position: relative;
}

.about-v2 > section > .al-container {
  position: relative;
  z-index: 2;
}

.about-v2-hero {
  position: relative;
  display: flex;
  min-height: min(92svh, 60rem);
  align-items: center;
  padding: calc(70px + clamp(3.5rem, 7vw, 6.5rem)) 0 clamp(3.5rem, 7vw, 5.75rem);
  overflow: hidden;
  isolation: isolate;
  background: #000;
}

.about-v2-hero::before,
.about-v2-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.about-v2-hero::before {
  z-index: 0;
  background: linear-gradient(145deg, #000 0 38%, #031407 76%, #000 100%);
}

.about-v2-hero::after {
  z-index: 1;
  background: linear-gradient(to bottom, transparent 0 62%, rgba(0, 0, 0, 0.42) 82%, #000 100%);
}

.about-v2-hero-field {
  position: absolute;
  z-index: 1;
  inset: 0;
  background-image: repeating-linear-gradient(45deg, transparent 0 33px, rgba(126, 217, 146, 0.05) 33px 34px);
  mask-image: linear-gradient(to bottom, #000 0 58%, rgba(0, 0, 0, 0.45) 78%, transparent 100%);
  pointer-events: none;
}

.about-v2-hero-grid {
  display: grid;
  min-height: clamp(31rem, 58vh, 38rem);
  grid-template-columns: minmax(0, 1.2fr) minmax(22rem, 0.8fr);
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: center;
}

.about-v2-hero-copy {
  position: relative;
  z-index: 2;
}

.about-v2-hero-copy h1 {
  max-width: none;
  margin: 0;
  color: #f7fff8;
  font-family: var(--al-font-display);
  font-size: clamp(3.2rem, 5vw, 4.8rem);
  font-weight: 650;
  letter-spacing: -0.025em;
  line-height: 0.98;
}

.about-v2-hero-copy h1 span {
  display: block;
  white-space: nowrap;
}

.about-v2-hero-copy > p {
  max-width: 610px;
  margin: clamp(1.7rem, 3vw, 2.4rem) 0 0;
  color: #c2ccc4;
  font-family: var(--al-font-body);
  font-size: clamp(1.12rem, 1.5vw, 1.35rem);
  line-height: 1.65;
}

.about-v2-hero-copy > .al-btn {
  width: fit-content;
  max-width: 100%;
  margin-top: clamp(2rem, 4vw, 3rem);
  white-space: normal;
}

.about-v2-hand {
  position: relative;
  min-height: clamp(21rem, 31vw, 28rem);
}

.about-v2-hand .pxh {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(22rem, 38vw, 34rem);
  transform: translate(-50%, -50%);
}

.about-v2-hand .pxh-hand {
  width: 100%;
}

.about-v2-hand .pxh-glow {
  display: none;
}

.about-v2-origin {
  margin-top: -1px;
  padding: clamp(4rem, 5vw, 5rem) 0 clamp(6rem, 10vw, 9rem);
  background: linear-gradient(180deg, #000 0%, #020b04 54%, #000 100%);
}

.about-v2-origin-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: clamp(3rem, 5vw, 5rem);
  align-items: start;
}

.about-v2-origin-heading h2,
.about-v2-founders-heading h2 {
  margin: 0;
  color: #f5fff7;
  font-family: var(--al-font-display);
  font-size: clamp(2.5rem, 5vw, 5rem);
  font-weight: 620;
  letter-spacing: -0.025em;
  line-height: 1;
  text-wrap: balance;
}

.about-v2-origin-heading h2 {
  font-size: clamp(2.5rem, 4.4vw, 4rem);
}

.about-v2-story p {
  max-width: 720px;
  margin: 0 0 1.6rem;
  color: #c7d1c9;
  font-family: var(--al-font-body);
  font-size: clamp(1.06rem, 1.35vw, 1.2rem);
  line-height: 1.78;
}

.about-v2-story p:last-child {
  margin-bottom: 0;
}

.about-v2-founders {
  padding: clamp(6rem, 10vw, 9rem) 0;
  background: #000;
}

.about-v2-founders-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: clamp(2rem, 8vw, 8rem);
  align-items: end;
  margin-bottom: clamp(4rem, 8vw, 7rem);
}

.about-v2-founders-heading p {
  max-width: 520px;
  margin: 0;
  color: #b5c0b7;
  font-family: var(--al-font-body);
  font-size: clamp(1.05rem, 1.3vw, 1.18rem);
  line-height: 1.7;
}

.about-v2-roster {
  display: grid;
  gap: clamp(4.5rem, 8vw, 7rem);
}

.about-v2-founder {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
}

.about-v2-founder--reverse {
  grid-template-columns: minmax(0, 1.28fr) minmax(300px, 0.72fr);
}

.about-v2-founder--reverse .about-v2-founder-image {
  order: 2;
}

.about-v2-founder--reverse .about-v2-founder-copy {
  order: 1;
}

.about-v2-founder-image {
  position: relative;
  width: min(100%, 410px);
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #071009;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 28px), calc(100% - 28px) 100%, 0 100%);
}

.about-v2-founder-image::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(173, 239, 188, 0.18);
  content: "";
  pointer-events: none;
}

.about-v2-founder-image picture,
.about-v2-founder-image img {
  display: block;
  width: 100%;
  height: 100%;
}

.about-v2-founder-image img {
  object-fit: cover;
  object-position: center;
  filter: saturate(0.84) contrast(1.03);
  transform: translate3d(var(--founder-x, 0), var(--founder-y, 0), 0) scale(1.01);
  transition: transform 220ms ease-out, filter 220ms ease;
}

.about-v2-founder:hover .about-v2-founder-image img {
  filter: saturate(1) contrast(1.03);
}

.about-v2-founder-name h3 {
  margin: 0;
  color: #fff;
  font-family: var(--al-font-display);
  font-size: clamp(2.25rem, 4.2vw, 4rem);
  font-weight: 620;
  letter-spacing: -0.02em;
  line-height: 1.02;
}

.about-v2-founder-name > span {
  display: block;
  margin-top: 0.85rem;
  color: #9caaa0;
  font-family: var(--al-font-body);
  font-size: 1rem;
  line-height: 1.5;
}

.about-v2-founder-copy > p {
  max-width: 700px;
  margin: 1.6rem 0 1.5rem;
  color: #c2ccc4;
  font-family: var(--al-font-body);
  font-size: clamp(1.04rem, 1.25vw, 1.14rem);
  line-height: 1.75;
}

.about-v2-founder-copy > a {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #dce9df;
  font-family: var(--al-font-body);
  font-size: 1rem;
  font-weight: 650;
  text-decoration: none;
  transition: color 160ms ease;
}

.about-v2-founder-copy > a span {
  color: #8ddd9f;
  transition: transform 160ms ease;
}

.about-v2-founder-copy > a:hover {
  color: #fff;
}

.about-v2-founder-copy > a:hover span,
.about-v2-founder-copy > a:focus-visible span {
  transform: translate(2px, -2px);
}

.about-v2 a:focus-visible {
  outline: 2px solid #8ddd9f;
  outline-offset: 4px;
}

@media (max-width: 900px) {
  .about-v2-hero {
    min-height: 100svh;
    padding-top: calc(70px + 3.5rem);
  }

  .about-v2-hero-grid {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    text-align: center;
  }

  .about-v2-hero-copy > p {
    margin-right: auto;
    margin-left: auto;
  }

  .about-v2-hero-copy > .al-btn {
    margin-right: auto;
    margin-left: auto;
  }

  .about-v2-hand {
    min-height: clamp(17rem, 48vw, 23rem);
  }

  .about-v2-hand .pxh {
    width: min(100%, 30rem);
  }

  .about-v2-origin-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .about-v2-founder,
  .about-v2-founder--reverse {
    grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
    gap: 2.5rem;
  }

  .about-v2-founder--reverse .about-v2-founder-image {
    order: 1;
  }

  .about-v2-founder--reverse .about-v2-founder-copy {
    order: 2;
  }

}

@media (max-width: 650px) {
  .about-v2-hero {
    padding: calc(70px + 2.5rem) 0 3rem;
  }

  .about-v2 .al-container {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .about-v2-hero-copy h1 {
    font-size: clamp(1.4rem, 7.8vw, 3.15rem);
  }

  .about-v2-hero-copy > p {
    font-size: 1.08rem;
  }

  .about-v2-hero-copy > .al-btn {
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .about-v2-hand {
    min-height: clamp(14rem, 68vw, 19rem);
  }

  .about-v2-origin {
    padding-top: 4rem;
  }

  .about-v2-origin-heading h2,
  .about-v2-founders-heading h2 {
    font-size: clamp(2.25rem, 11vw, 3.25rem);
  }

  .about-v2-origin-heading h2 {
    font-size: clamp(1.75rem, 8.8vw, 2.25rem);
  }

  .about-v2-founders-heading {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .about-v2-founder,
  .about-v2-founder--reverse {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .about-v2-founder-image {
    width: min(100%, 360px);
    margin: 0 auto;
  }

  .about-v2-founder-copy {
    text-align: left;
  }

  .about-v2-founder-name h3 {
    font-size: clamp(2.1rem, 10vw, 3rem);
  }

}

@media (prefers-reduced-motion: reduce) {
  .about-v2-founder-image img,
  .about-v2-founder-copy > a,
  .about-v2-founder-copy > a span {
    transition: none !important;
  }

  .about-v2-founder-image img {
    transform: none;
  }
}
