:root {
  --about-ink: #16112f;
  --about-plum: #251044;
  --about-violet: #6d28d9;
  --about-lavender: #efe8ff;
  --about-paper: #fffdf9;
  --about-muted: #51496a;
  --about-line: rgba(109, 40, 217, .16);
  --about-max: 1240px;
  --max: 1240px;
  --ink: #16112f;
  --violet: #6d28d9;
}

.about-page {
  color: var(--about-ink);
  background: var(--about-paper);
  overflow-x: hidden;
}

.about-page main > section:where(:not(.site-cta)) {
  padding: 0;
}

.about-page .construction-marquee,
.about-page main {
  max-width: 100vw;
  overflow-x: hidden;
}

.about-page .site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(38, 16, 68, .08);
  background: rgba(255, 253, 249, .82);
  backdrop-filter: blur(18px);
}

.about-page .site-header .nav-shell {
  width: min(var(--about-max), calc(100% - 64px));
  min-height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.about-page .site-header .brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 244px;
  flex: 0 0 auto;
}

.about-page .site-header .brand img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 0;
}

.about-page .site-header .brand span {
  display: grid;
  gap: 2px;
  color: var(--about-ink);
  line-height: 1;
}

.about-page .site-header .brand strong {
  color: #1b1434;
  font-family: "Bodoni Moda", "Didot", Georgia, serif;
  font-size: 2.05rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0;
}

.about-page .site-header .brand small {
  color: #1b1434;
  font-size: .52rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.about-page .site-header .nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(18px, 2.35vw, 36px);
}

.about-page .site-header .nav-links a:not(.nav-cta) {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #17102f;
  font-size: .92rem;
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
  transition: color .2s ease, text-decoration-color .2s ease, transform .2s ease;
}

.about-page .site-header .nav-links a:hover,
.about-page .site-header .nav-links a.is-active {
  color: var(--about-violet);
  text-decoration-color: currentColor;
}

.about-page .site-header .nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 12px;
  color: #fff;
  font-size: .9rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--about-violet), #7f48f2);
  box-shadow: 0 16px 38px rgba(109, 40, 217, .29);
  transition: transform .2s ease, box-shadow .2s ease;
}

.about-page .site-header .nav-cta::after {
  content: "\2197";
  display: inline-block;
  margin-left: 10px;
  font-size: .82em;
  font-weight: 500;
  line-height: 1;
  transition: transform .2s ease, color .2s ease;
}

.about-page .site-header .nav-links .nav-cta:hover {
  color: #fff;
  background: linear-gradient(135deg, #4a168f, #251044);
  transform: translateY(-2px);
  box-shadow: 0 20px 48px rgba(109, 40, 217, .36);
}

.about-page .site-header .nav-links .nav-cta:hover::after,
.about-page .site-header .nav-links .nav-cta:focus-visible::after {
  color: #fff;
  transform: translate(2px, -2px);
}

.about-page h1,
.about-page h2,
.about-page h3 {
  color: var(--about-ink);
  font-family: "Bodoni Moda", "Didot", Georgia, serif;
  font-weight: 600;
  letter-spacing: 0;
}

.about-page p {
  color: var(--about-muted);
}

.about-page em {
  color: var(--about-violet);
  font-style: italic;
}

.about-eyebrow {
  margin: 0 0 22px;
  color: var(--about-violet);
  font-family: "DM Mono", monospace;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .22em;
  line-height: 1.3;
  text-transform: uppercase;
}

.about-hero {
  position: relative;
  min-height: clamp(440px, 35vw, 520px);
  display: block;
  overflow: hidden;
  isolation: isolate;
  background: var(--about-paper);
}

.about-hero-copy {
  position: relative;
  z-index: 3;
  width: min(470px, calc(100% - 104px));
  margin-left: max(56px, calc((100vw - var(--about-max)) / 2));
  padding: clamp(58px, 5.5vw, 88px) 0 clamp(46px, 5vw, 76px);
}

.about-hero-copy::before {
  content: "";
  position: absolute;
  inset: 34px -24px 34px -32px;
  z-index: -1;
  border-left: 1px solid rgba(109, 40, 217, .14);
  border-bottom: 1px solid rgba(109, 40, 217, .1);
  border-radius: 0 0 0 18px;
  opacity: .7;
  pointer-events: none;
}

.about-hero h1 {
  font-size: clamp(3.55rem, 5.1vw, 5.1rem);
  line-height: .94;
}

.about-hero-copy > p:not(.about-eyebrow) {
  max-width: 38ch;
  margin-top: 26px;
  color: #201939;
  font-size: .98rem;
  font-weight: 600;
  line-height: 1.8;
}

.about-scroll-link {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 44px;
  margin-top: 34px;
  padding: 0 18px 0 0;
  border-radius: 999px;
  color: var(--about-violet);
  font-weight: 900;
  transition: color .22s ease, transform .22s ease, background .22s ease, box-shadow .22s ease;
}

.about-scroll-link::before {
  content: "";
  width: 64px;
  height: 2px;
  background: currentColor;
  transform-origin: left center;
  transition: transform .22s ease;
}

.about-scroll-link:hover,
.about-scroll-link:focus-visible {
  color: #4a168f;
  background: rgba(109, 40, 217, .06);
  transform: translateX(3px);
}

.about-scroll-link:hover::before,
.about-scroll-link:focus-visible::before {
  transform: scaleX(1.22);
}

.about-scroll-link span {
  display: inline-block;
  transition: transform .22s ease;
}

.about-scroll-link:hover span,
.about-scroll-link:focus-visible span {
  transform: translateY(3px);
}

.about-hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
}

.about-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-hero-media img {
  position: absolute;
  inset: 0 0 0 auto;
  width: 76%;
  object-position: center center;
}

.about-hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(255, 253, 249, .98) 0%, rgba(255, 253, 249, .9) 21%, rgba(255, 253, 249, .52) 39%, rgba(255, 253, 249, .16) 55%, transparent 70%),
    radial-gradient(ellipse at 0% 50%, rgba(255, 253, 249, .72) 0%, rgba(255, 253, 249, .34) 28%, transparent 52%);
  backdrop-filter: blur(1.6px);
  pointer-events: none;
}

.about-page .mb-float-stack {
  right: max(22px, env(safe-area-inset-right));
  bottom: calc(34px + env(safe-area-inset-bottom));
  z-index: 90;
}

.about-mission,
.about-story,
.about-process,
.about-founder,
.about-stats {
  width: min(var(--about-max), calc(100% - 80px));
  margin-inline: auto;
}

.about-page main > .about-mission {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(270px, 330px) minmax(0, 1fr);
  gap: clamp(36px, 4vw, 60px);
  align-items: start;
  margin-inline: 0;
  padding: clamp(3rem, 5vw, 5.5rem) max(34px, calc((100vw - var(--about-max)) / 2)) clamp(48px, 5vw, 72px);
  border-top: 1px solid rgba(109, 40, 217, .12);
  background:
    linear-gradient(rgba(109, 40, 217, .024) 1px, transparent 1px) 0 0 / 38px 38px,
    linear-gradient(90deg, rgba(109, 40, 217, .018) 1px, transparent 1px) 0 0 / 38px 38px,
    linear-gradient(180deg, rgba(246, 242, 255, .9), rgba(255, 253, 249, 1));
}

.about-story h2,
.about-process h2,
.about-founder h2 {
  font-size: clamp(2.8rem, 4.7vw, 4.65rem);
  line-height: .97;
}

.about-mission .about-eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
}

.about-mission .about-eyebrow::before {
  content: "";
  width: 44px;
  height: 2px;
  flex: 0 0 auto;
  background: currentColor;
}

.about-section-head h2 {
  max-width: 10ch;
  font-size: clamp(3rem, 4.2vw, 4.3rem);
  line-height: .97;
}

.about-section-head h2 em {
  font-size: 1.06em;
}

.about-section-head h2::after {
  content: "";
  display: block;
  width: 54px;
  height: 3px;
  margin-top: 28px;
  background: var(--about-violet);
}

.about-section-head > p:not(.about-eyebrow),
.about-founder-copy > p:not(.about-eyebrow):not(.about-signature) {
  max-width: 46ch;
  margin-top: 22px;
  color: #251f47;
  font-size: .98rem;
  font-weight: 600;
  line-height: 1.78;
}

.about-mission .about-section-head > p:not(.about-eyebrow) {
  max-width: 34ch;
  margin-top: 30px;
  line-height: 1.85;
}

.about-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
  align-items: stretch;
}

.about-value-card {
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: clamp(28px, 2.6vw, 38px) clamp(22px, 1.9vw, 28px);
  border: 1px solid rgba(109, 40, 217, .1);
  border-radius: 22px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 12px 36px rgba(62, 34, 101, .06);
}

.about-value-card i {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  margin-bottom: 36px;
  border-radius: 18px;
  color: var(--about-violet);
  background: linear-gradient(135deg, #f3edff, #eae0ff);
  font-style: normal;
  font-weight: 900;
}

.about-value-card h3 {
  font-size: 1.42rem;
  line-height: 1.16;
}

.about-value-card h3::after {
  content: "";
  display: block;
  width: 38px;
  height: 2px;
  margin-top: 16px;
  background: var(--about-violet);
}

.about-value-card p {
  margin-top: 20px;
  color: #21193b;
  font-size: .92rem;
  font-weight: 600;
  line-height: 1.7;
}

.about-page main > .about-story {
  position: relative;
  width: min(var(--about-max), calc(100% - 68px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 280px);
  grid-template-areas:
    "head head"
    "timeline visual";
  column-gap: clamp(32px, 3.2vw, 52px);
  row-gap: clamp(2.25rem, 3.5vw, 3.5rem);
  align-items: start;
  padding: clamp(2rem, 3vw, 3.5rem) 0 clamp(44px, 4.5vw, 64px);
  border-top: 1px solid rgba(109, 40, 217, .14);
}

.about-story-head {
  grid-area: head;
}

.about-story-head h2 {
  max-width: none;
  font-size: clamp(2.5rem, 3.6vw, 3.7rem);
  line-height: 1;
}

.about-timeline {
  grid-area: timeline;
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(20px, 2.2vw, 34px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-timeline::before {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  top: 25px;
  border-top: 2px dotted rgba(109, 40, 217, .28);
}

.about-timeline li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: var(--about-ink);
}

.about-timeline li::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 52px;
  height: 16px;
  border-left: 2px dotted rgba(109, 40, 217, .28);
}

.about-timeline li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 22px;
  right: -4px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--about-violet);
}

.about-timeline i {
  position: relative;
  z-index: 1;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: var(--about-violet);
  background: linear-gradient(135deg, #f3edff, #eae0ff);
  font-style: normal;
  font-weight: 900;
  font-size: .8rem;
}

.about-timeline span {
  margin-top: 22px;
  color: var(--about-violet);
  font-weight: 900;
  font-size: .92rem;
  letter-spacing: .04em;
}

.about-timeline h3 {
  margin-top: 8px;
  font-size: 1.06rem;
  line-height: 1.2;
}

.about-timeline p {
  max-width: 30ch;
  margin-top: 10px;
  color: #251f47;
  font-size: .82rem;
  font-weight: 600;
  line-height: 1.66;
}

.about-story-visual {
  grid-area: visual;
  position: relative;
  align-self: center;
  display: grid;
  place-items: center;
  aspect-ratio: 5 / 4;
  overflow: hidden;
  border-radius: 26px;
  background:
    radial-gradient(circle at 90% 18%, rgba(109, 40, 217, .28), transparent 20rem),
    linear-gradient(135deg, #08051b, #17112f 62%, #0d0920);
  box-shadow: 0 24px 60px rgba(22, 17, 47, .24);
  isolation: isolate;
}

.about-story-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .5;
  background: url("/assets/rebrand/pixel-field.svg") right -10% top -10% / 70% no-repeat;
}

.about-story-visual img {
  width: 52%;
  height: auto;
  filter: drop-shadow(0 18px 40px rgba(124, 58, 237, .45));
}

.about-page main > .about-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 8px;
  padding: clamp(30px, 3vw, 42px) 0;
  border-radius: 22px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 18%, rgba(109, 40, 217, .28), transparent 20rem),
    linear-gradient(135deg, #08051b, #17112f 62%, #0d0920);
  box-shadow: 0 28px 70px rgba(22, 17, 47, .22);
}

.about-stats div {
  display: grid;
  place-items: center;
  gap: 10px;
  min-height: 150px;
  border-left: 1px solid rgba(255, 255, 255, .18);
}

.about-stats div:first-child {
  border-left: 0;
}

.about-stats i {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: #c4b5fd;
  background: rgba(139, 92, 246, .18);
  font-style: normal;
  font-size: 1.05rem;
}

.about-stats strong {
  color: #fff;
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: clamp(2.3rem, 4.4vw, 4rem);
  line-height: 1;
}

.about-stats strong em {
  margin-left: 3px;
  color: #a78bfa;
  font-size: .48em;
  font-style: normal;
  vertical-align: .55em;
}

.about-stats strong::after {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin: 12px auto 0;
  background: #7c3aed;
}

.about-stats span {
  color: #fff;
  font-size: .82rem;
  font-weight: 800;
}

.about-page main > .about-process {
  padding: clamp(56px, 6vw, 88px) 0 clamp(48px, 5vw, 72px);
}

.about-process h2 {
  max-width: 100%;
}

.about-process h2::after {
  content: "";
  display: block;
  width: 78px;
  height: 4px;
  margin-top: 22px;
  background: linear-gradient(90deg, var(--about-violet) 0 44%, transparent 44% 56%, #d8c8ff 56%);
}

.about-process-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: clamp(18px, 2vw, 30px);
  margin-top: 46px;
}

.about-process-steps::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 43px;
  border-top: 2px dotted rgba(109, 40, 217, .28);
}

.about-process-steps article {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 10px;
  text-align: center;
}

.about-process-steps article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 40px;
  right: calc(clamp(18px, 2vw, 30px) / -2);
  width: 7px;
  height: 7px;
  transform: translateX(50%);
  border-radius: 999px;
  background: var(--about-violet);
}

.about-process-steps i {
  position: relative;
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  color: var(--about-violet);
  background: radial-gradient(circle at 50% 50%, #efe8ff 0 28px, #fff 28.5px);
  box-shadow: 0 16px 38px rgba(62, 34, 101, .12);
  font-style: normal;
  font-weight: 900;
  font-size: 1.05rem;
}

.about-process-steps i::after {
  content: attr(data-step);
  position: absolute;
  top: -9px;
  left: -9px;
  min-width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: var(--about-violet);
  box-shadow: 0 8px 18px rgba(109, 40, 217, .32);
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .02em;
}

.about-process-steps h3 {
  margin-top: 12px;
  font-size: 1.14rem;
}

.about-process-steps p {
  max-width: 19ch;
  color: #251f47;
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.6;
}

.about-page main > .about-founder {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, .9fr) minmax(520px, 1.1fr);
  align-items: stretch;
  gap: clamp(44px, 5vw, 82px);
  margin-top: 36px;
  padding: clamp(46px, 5vw, 70px);
  border-radius: 20px;
  background:
    radial-gradient(circle at 15% 10%, rgba(124, 58, 237, .08), transparent 22rem),
    linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(255, 253, 249, .82));
  box-shadow: 0 26px 70px rgba(62, 34, 101, .1);
}

.about-founder-copy {
  position: relative;
  align-self: center;
  padding: 16px 0;
}

.about-founder-copy h2 {
  max-width: 17ch;
  font-size: clamp(2.6rem, 3.9vw, 4rem);
}

.about-founder .about-founder-copy > p.about-founder-lede {
  max-width: 40ch;
  margin-top: 20px;
}

.about-founder .about-founder-copy h2 + p.about-founder-lede {
  margin-top: clamp(28px, 3vw, 40px);
}

.about-principles {
  display: grid;
  gap: 20px;
  margin: clamp(30px, 3.4vw, 44px) 0 0;
  padding: 0;
  list-style: none;
}

.about-principles li {
  position: relative;
  display: grid;
  gap: 5px;
  padding-left: 52px;
}

.about-principles li + li {
  padding-top: 20px;
  border-top: 1px solid rgba(109, 40, 217, .12);
}

.about-principles span {
  position: absolute;
  left: 0;
  top: 3px;
  color: var(--about-violet);
  font-family: "DM Mono", monospace;
  font-size: .8rem;
  font-weight: 700;
}

.about-principles li + li span {
  top: 23px;
}

.about-principles h3 {
  font-size: 1.16rem;
  line-height: 1.2;
}

.about-principles p {
  max-width: 42ch;
  color: #251f47;
  font-size: .84rem;
  font-weight: 600;
  line-height: 1.6;
}

.about-signature {
  display: grid;
  margin-top: clamp(26px, 3vw, 36px);
}

.about-signature span {
  color: var(--about-ink);
  font-family: "Bodoni Moda", Georgia, serif;
  font-style: italic;
  font-size: 1.35rem;
}

.about-signature small {
  color: #251f47;
  font-size: .76rem;
  font-weight: 800;
}

.about-founder-graphic {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border: 1px solid rgba(109, 40, 217, .1);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 50%, rgba(124, 58, 237, .08), transparent 16rem),
    linear-gradient(rgba(109, 40, 217, .14) 1px, transparent 1px) 0 0 / 18px 18px,
    linear-gradient(90deg, rgba(109, 40, 217, .08) 1px, transparent 1px) 0 0 / 18px 18px,
    linear-gradient(135deg, #fbf9ff, #f3edff);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72);
  isolation: isolate;
}

.about-founder-graphic::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 76% 47%, rgba(124, 58, 237, .2), transparent 9rem),
    linear-gradient(90deg, transparent 58%, rgba(255, 255, 255, .62));
}

.founder-logo-system {
  position: absolute;
  inset: 50% auto auto 50%;
  width: min(300px, 42%);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
}

.founder-ring,
.founder-logo-plate,
.founder-pixels {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.founder-ring {
  aspect-ratio: 1;
  border: 1px solid rgba(109, 40, 217, .16);
  border-radius: 999px;
}

.founder-ring-one {
  width: 100%;
}

.founder-ring-two {
  width: 124%;
}

.founder-ring-three {
  width: 150%;
}

.founder-logo-plate {
  width: 64%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 20px 58px rgba(109, 40, 217, .16);
}

.founder-logo-plate img {
  width: 68%;
  height: 68%;
  object-fit: contain;
}

.founder-pixels {
  left: 78%;
  width: 46%;
  height: 46%;
  opacity: .72;
  background:
    linear-gradient(90deg, var(--about-violet) 50%, transparent 0) 0 0 / 22px 22px,
    linear-gradient(90deg, transparent 50%, #a78bfa 0) 0 0 / 22px 22px;
  mask-image: radial-gradient(circle at 0 50%, #000 0 18%, rgba(0, 0, 0, .64) 42%, transparent 72%);
}

.founder-value-card {
  position: absolute;
  z-index: 2;
  width: min(210px, 30%);
  min-height: 110px;
  padding: 22px 22px 20px 56px;
  border: 1px solid rgba(109, 40, 217, .08);
  border-radius: 10px;
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 18px 46px rgba(62, 34, 101, .12);
}

.founder-value-card::after {
  content: "";
  position: absolute;
  width: 96px;
  border-top: 1px dashed rgba(109, 40, 217, .32);
}

.founder-value-card i {
  position: absolute;
  left: -18px;
  top: 18px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(145deg, #8b5cf6, #5b21b6);
  box-shadow: 0 12px 22px rgba(109, 40, 217, .24);
  font-style: normal;
  font-weight: 900;
}

.founder-value-card strong {
  display: block;
  color: var(--about-ink);
  font-weight: 900;
}

.founder-value-card p {
  margin-top: 8px;
  color: #201939;
  font-size: .84rem;
  font-weight: 700;
  line-height: 1.55;
}

.founder-value-purpose {
  left: 6%;
  top: 17%;
}

.founder-value-purpose::after {
  left: 100%;
  top: 58%;
  transform: rotate(10deg);
}

.founder-value-clarity {
  left: 8%;
  bottom: 13%;
}

.founder-value-clarity::after {
  left: 100%;
  top: 30%;
  transform: rotate(-18deg);
}

.founder-value-impact {
  right: 4%;
  bottom: 15%;
}

.founder-value-impact::after {
  right: 100%;
  top: 42%;
  transform: rotate(16deg);
}

@media (max-width: 1100px) {
  .about-page .site-header .nav-shell {
    width: min(var(--about-max), calc(100% - 36px));
  }

  .about-hero,
  .about-mission,
  .about-page main > .about-mission,
  .about-story,
  .about-page main > .about-story,
  .about-founder,
  .about-page main > .about-founder {
    grid-template-columns: 1fr;
  }

  .about-page main > .about-story {
    grid-template-areas:
      "head"
      "timeline"
      "visual";
  }

  .about-timeline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 38px;
  }

  .about-timeline::before,
  .about-timeline li:not(:last-child)::after {
    display: none;
  }

  .about-timeline p {
    max-width: 30ch;
  }

  .about-story-visual {
    max-width: 460px;
  }

  .about-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-story {
    align-items: start;
  }

  .about-process-steps {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 34px;
  }

  .about-process-steps::before,
  .about-process-steps article:not(:last-child)::after {
    display: none;
  }

  .about-page main > .about-founder {
    gap: 34px;
  }

  .about-founder-graphic {
    min-height: 500px;
  }

  .founder-logo-system {
    width: min(280px, 38%);
  }

  .founder-value-card {
    width: min(230px, 32%);
  }
}

@media (max-width: 760px) {
  .about-page .site-header .nav-shell,
  .about-mission,
  .about-story,
  .about-process,
  .about-founder,
  .about-stats {
    width: min(var(--about-max), calc(100% - 34px));
  }

  .about-page .site-header .nav-shell {
    min-height: 70px;
  }

  .about-page .site-header .brand {
    min-width: 0;
  }

  .about-page .site-header .brand img {
    width: 42px;
    height: 42px;
  }

  .about-page .site-header .brand strong {
    font-size: 1.65rem;
  }

  .about-page .site-header .brand small {
    font-size: .44rem;
  }

  .about-page .nav-toggle {
    display: grid;
    place-items: center;
  }

  .about-page .nav-toggle span {
    width: 18px;
    height: 2px;
    display: block;
    margin: 2px 0;
    background: currentColor;
  }

  .about-page .site-header .nav-links {
    position: fixed;
    inset: 100px 18px auto;
    display: grid;
    gap: 0;
    padding: 14px;
    border: 1px solid rgba(38, 16, 68, .12);
    border-radius: 18px;
    background: rgba(255, 253, 249, .97);
    box-shadow: 0 24px 70px rgba(38, 16, 68, .18);
    opacity: 0;
    transform: translateY(-12px);
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
  }

  .about-page .site-header .nav-links.is-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .about-page .site-header .nav-links a:not(.nav-cta) {
    padding: 13px 12px;
  }

  .about-page .site-header .nav-cta {
    margin-top: 8px;
  }

  .about-hero {
    display: block;
    min-height: auto;
  }

  .about-hero-copy {
    width: min(100%, calc(100% - 34px));
    margin: 0 auto;
    padding: 44px 0 54px;
  }

  .about-hero h1 {
    font-size: clamp(3.1rem, 14vw, 4.35rem);
  }

  .about-hero-media {
    min-height: 100%;
  }

  .about-hero-media img {
    width: 100%;
  }

  .about-mission,
  .about-story,
  .about-process {
    padding: 52px 0 36px;
  }

  .about-page main > .about-mission {
    width: min(var(--about-max), calc(100% - 34px));
    margin-inline: auto;
    padding: 56px 0 40px;
    background: transparent;
    border-top: 0;
  }

  .about-value-card {
    min-height: 0;
  }

  .about-card-grid,
  .about-process-steps,
  .about-stats,
  .about-page main > .about-stats {
    grid-template-columns: 1fr;
  }

  .about-stats div {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .18);
  }

  .about-stats div:first-child {
    border-top: 0;
  }

  .about-page main > .about-story {
    padding: clamp(2rem, 6vw, 3rem) 0 40px;
    gap: 34px;
  }

  .about-timeline {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .about-timeline::before {
    display: block;
    left: 25px;
    top: 10px;
    bottom: 10px;
    right: auto;
    border-top: 0;
    border-left: 2px dotted rgba(109, 40, 217, .28);
  }

  .about-timeline li {
    padding-left: 72px;
  }

  .about-timeline li::before {
    display: none;
  }

  .about-timeline i {
    position: absolute;
    left: 0;
    top: 0;
  }

  .about-timeline span {
    margin-top: 4px;
  }

  .about-timeline p {
    max-width: 44ch;
  }

  .about-story-visual {
    max-width: 100%;
    margin-top: 4px;
  }

  .about-page main > .about-founder {
    padding: 30px 18px 20px;
    border-radius: 16px;
  }

  .about-founder h2 {
    font-size: clamp(2.65rem, 13vw, 4.1rem);
  }

  .about-founder-graphic {
    min-height: auto;
    display: grid;
    gap: 14px;
    padding: 170px 16px 16px;
  }

  .about-founder-graphic::after {
    background:
      radial-gradient(circle at 50% 90px, rgba(124, 58, 237, .18), transparent 8rem),
      linear-gradient(180deg, rgba(255, 255, 255, .68), transparent 58%);
  }

  .founder-logo-system {
    top: 98px;
    width: 156px;
  }

  .founder-ring-two {
    width: 118%;
  }

  .founder-ring-three {
    width: 136%;
  }

  .founder-pixels {
    left: 76%;
    width: 42%;
    height: 42%;
    background-size: 16px 16px;
  }

  .founder-value-card {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 0;
    padding: 16px 16px 16px 54px;
  }

  .founder-value-card::after {
    display: none;
  }

  .founder-value-card i {
    left: 14px;
    top: 18px;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    font-size: .9rem;
  }

}
