.about-new {
  --about-ink: var(--pf-ink, #f4f7fb);
  --about-muted: var(--pf-muted, #acb8c7);
  --about-line: var(--pf-line, rgba(214, 225, 240, 0.16));
  --about-signal: var(--pf-signal, #4dd7f2);
  color: var(--about-ink);
  background: var(--pf-bg, #070b10);
  overflow: hidden;
}

.about-new-shell {
  width: min(1180px, calc(100% - 2rem));
  margin-inline: auto;
}

.about-new h1,
.about-new h2,
.about-new h3 {
  margin-top: 0;
  font-family: 'Archivo', sans-serif;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.about-new-hero {
  position: relative;
  padding: clamp(5rem, 10vw, 9rem) 0 clamp(5rem, 9vw, 8rem);
  background: var(--pf-bg, #070b10);
}

.about-new-hero::after {
  content: "";
  position: absolute;
  right: -12rem;
  bottom: -15rem;
  width: 38rem;
  height: 38rem;
  border-radius: 50%;
  background: rgba(77, 215, 242, 0.09);
  filter: blur(80px);
  pointer-events: none;
}

.about-new-hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(20rem, 0.65fr);
  gap: clamp(3rem, 9vw, 9rem);
  align-items: center;
}

.about-new-context {
  margin: 0 0 1.25rem;
  color: var(--pf-signal-soft, #7de8f7);
  font-size: 0.9rem;
  font-weight: 700;
}

.about-new h1 {
  max-width: 11ch;
  margin-bottom: 0;
  font-size: clamp(3.2rem, 7.2vw, 5.4rem);
  font-weight: 800;
  line-height: 0.94;
}

.about-new-lead {
  max-width: 58ch;
  margin: 1.6rem 0 0;
  color: #c1ccd9;
  font-size: clamp(1.05rem, 1.55vw, 1.18rem);
  line-height: 1.75;
  text-wrap: pretty;
}

.about-new-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.about-new-actions a,
.about-new-cta a {
  display: inline-flex;
  min-height: 3.1rem;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.75rem 1.1rem;
  border: 1px solid var(--about-line);
  border-radius: var(--pf-radius, 0.4rem);
  color: #f4f7fb;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms var(--pf-ease, cubic-bezier(0.22, 1, 0.36, 1)), background 180ms ease;
}

.about-new-actions a:hover,
.about-new-cta a:hover {
  transform: translateY(-2px);
}

.about-new-actions a:focus-visible,
.about-new-cta a:focus-visible {
  outline: 2px solid var(--about-signal);
  outline-offset: 3px;
}

.about-new-actions .about-new-primary {
  border-color: var(--about-signal);
  color: var(--pf-on-signal, #061219);
  background: var(--about-signal);
}

.about-new-portrait {
  position: relative;
  margin: 0;
  min-height: 36rem;
  overflow: hidden;
  background: #111821;
}

.about-new-portrait::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(180deg, transparent, rgba(3, 7, 11, 0.92));
}

.about-new-portrait img {
  width: 100%;
  height: 100%;
  min-height: 36rem;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.9) contrast(1.04);
}

.about-new-portrait figcaption {
  position: absolute;
  z-index: 1;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.55;
}

.about-new-portrait figcaption span {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--pf-signal-soft, #7de8f7);
  font-size: 0.75rem;
}

.about-new-introduction {
  padding: clamp(5rem, 11vw, 9.5rem) 0;
  color: var(--pf-gallery-ink, #111820);
  background: var(--pf-gallery, #e6ebf0);
}

.about-new-introduction-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(24rem, 1.2fr);
  gap: clamp(3rem, 10vw, 9rem);
  align-items: start;
}

.about-new-introduction h2,
.about-new-practice h2,
.about-new-story h2,
.about-new-education h2,
.about-new-cta h2 {
  margin-bottom: 0;
  font-size: clamp(2.3rem, 4.6vw, 4.2rem);
  font-weight: 700;
  line-height: 1.04;
}

.about-new-introduction h2 {
  max-width: 11ch;
  color: var(--pf-gallery-ink, #111820);
}

.about-new-prose {
  max-width: 44rem;
  padding-top: 0.35rem;
}

.about-new-prose p {
  margin: 0 0 1.25rem;
  color: var(--pf-gallery-muted, #4a5666);
  font-size: clamp(1.05rem, 1.45vw, 1.16rem);
  line-height: 1.82;
}

.about-new-prose p:first-child {
  color: #19232e;
  font-size: clamp(1.15rem, 1.9vw, 1.4rem);
  font-weight: 600;
  line-height: 1.62;
}

.about-new-practice {
  padding: clamp(5rem, 10vw, 8.5rem) 0;
  background: var(--about-signal);
  color: var(--pf-on-signal, #061219);
}

.about-new-practice-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3.5rem;
}

.about-new-practice-heading h2 {
  max-width: 10ch;
  color: var(--pf-on-signal, #061219);
}

.about-new-practice-heading p {
  max-width: 42ch;
  margin: 0;
  color: #0b4654;
  font-weight: 600;
  line-height: 1.7;
}

.about-new-practice-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(6, 18, 25, 0.5);
}

.about-new-practice-list article {
  padding: 1.75rem clamp(1rem, 3vw, 2rem) 0 0;
  border-right: 1px solid rgba(6, 18, 25, 0.3);
}

.about-new-practice-list article + article {
  padding-left: clamp(1rem, 3vw, 2rem);
}

.about-new-practice-list article:last-child {
  border-right: 0;
}

.about-new-practice-list h3 {
  margin: 0;
  color: var(--pf-on-signal, #061219);
  font-size: clamp(1.3rem, 2.2vw, 1.85rem);
}

.about-new-practice-list p {
  margin: 0.85rem 0 0;
  color: #0b4654;
  line-height: 1.7;
}

.about-new-story {
  padding: clamp(5rem, 11vw, 9.5rem) 0;
  background: var(--pf-surface, #0d131b);
}

.about-new-story-layout {
  display: grid;
  grid-template-columns: minmax(15rem, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(3rem, 10vw, 9rem);
}

.about-new-story-heading {
  position: sticky;
  top: 7rem;
  align-self: start;
}

.about-new-story-heading h2 {
  color: #f4f7fb;
}

.about-new-story-heading p {
  max-width: 36ch;
  margin: 1.25rem 0 0;
  color: #9eabbc;
  line-height: 1.75;
}

.about-new-timeline {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--about-line);
}

.about-new-timeline li {
  display: grid;
  grid-template-columns: 11rem 1fr;
  gap: 2rem;
  padding: 1.65rem 0;
  border-bottom: 1px solid var(--about-line);
}

.about-new-timeline time,
.about-new-education time {
  color: #8290a2;
  font-size: 0.78rem;
  font-weight: 700;
}

.about-new-timeline h3,
.about-new-education h3 {
  margin-bottom: 0;
  color: #eef3f8;
  font-size: 1.12rem;
  letter-spacing: -0.02em;
}

.about-new-timeline p,
.about-new-education p {
  margin: 0.4rem 0 0;
  color: #9aa8ba;
  font-size: 0.9rem;
}

.about-new-education {
  padding: clamp(5rem, 9vw, 8rem) 0;
  background: var(--pf-bg, #070b10);
}

.about-new-education-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 3rem;
  border-top: 1px solid var(--about-line);
}

.about-new-education article {
  padding: 1.6rem 2rem 1.6rem 0;
  border-right: 1px solid var(--about-line);
  border-bottom: 1px solid var(--about-line);
}

.about-new-education article + article {
  padding-left: 2rem;
  border-right: 0;
}

.about-new-education h3 {
  max-width: 28ch;
  margin-top: 1rem;
  font-size: 1.35rem;
}

.about-new-cta {
  padding: clamp(4.5rem, 8vw, 7rem) 0;
  color: var(--pf-gallery-ink, #111820);
  background: var(--pf-gallery, #e6ebf0);
}

.about-new-cta-layout {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 3rem;
}

.about-new-cta p {
  margin: 0 0 0.75rem;
  color: #066c80;
  font-weight: 700;
}

.about-new-cta h2 {
  max-width: 14ch;
  color: var(--pf-gallery-ink, #111820);
}

.about-new-cta a {
  flex: 0 0 auto;
  border-color: #111820;
  color: #fff;
  background: #111820;
}

@media (max-width: 840px) {
  .about-new-hero-layout,
  .about-new-introduction-layout,
  .about-new-story-layout {
    grid-template-columns: 1fr;
  }

  .about-new-portrait {
    min-height: min(118vw, 40rem);
  }

  .about-new-portrait img {
    min-height: min(118vw, 40rem);
  }

  .about-new-story-heading {
    position: static;
  }

  .about-new-practice-heading,
  .about-new-cta-layout {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .about-new-shell {
    width: min(100% - 1.25rem, 1180px);
  }

  .about-new h1 {
    font-size: clamp(2.9rem, 14vw, 4.1rem);
  }

  .about-new-practice-list,
  .about-new-education-list {
    grid-template-columns: 1fr;
  }

  .about-new-practice-list article,
  .about-new-practice-list article + article {
    padding: 1.35rem 0;
    border-right: 0;
    border-bottom: 1px solid rgba(6, 18, 25, 0.3);
  }

  .about-new-timeline li {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .about-new-education article,
  .about-new-education article + article {
    padding: 1.5rem 0;
    border-right: 0;
  }

  .about-new-actions a,
  .about-new-cta a {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-new *,
  .about-new *::before,
  .about-new *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
