.about-page {
  background: var(--ink);
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.about-main {
  background: var(--ink);
}

.about-section {
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  background: var(--ink);
}

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

.about-label {
  margin: 0;
  color: #a78bfa;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.25rem;
  text-transform: uppercase;
}

.about-hero {
  height: 36.65625rem;
  padding-block: 6rem;
}

.about-hero-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3.5rem;
  align-items: start;
}

.about-hero-copy h1 {
  max-width: 32rem;
  margin: 1rem 0 0;
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.25;
}

.about-hero-copy h1 span,
.method-heading h2 span {
  background: linear-gradient(90deg, #8b5cf6, #7c3aed);
  background-clip: text;
  color: transparent;
}

.about-hero-copy > p:last-child {
  max-width: 32rem;
  margin: 1.45rem 0 0;
  color: #a1a7b4;
  font-size: 1.25rem;
  line-height: 1.65;
}

.about-project-frame {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1rem;
  background: #0a0f1d;
  transition: border-color 220ms ease, transform 450ms var(--ease);
}

.about-project-frame:hover {
  border-color: rgba(167, 139, 250, 0.34);
  transform: translateY(-3px);
}

.about-browser-bar {
  position: relative;
  min-height: 3rem;
  padding-inline: 1rem;
  background: #111827;
}

.about-browser-address {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 10rem;
  padding: 0.35rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 0.5rem;
  background: #0b1020;
  color: #868d9b;
  font-size: 0.64rem;
  font-weight: 500;
  text-align: center;
  transform: translate(-50%, -50%);
}

.about-project-frame > img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: top center;
  filter: brightness(0.78) saturate(0.88);
  transition: filter 500ms ease, opacity 250ms ease, transform 800ms var(--ease);
}

.about-project-frame:hover > img {
  filter: brightness(0.9) saturate(1);
  transform: scale(1.025);
}

.about-project-caption {
  position: relative;
  display: flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  margin: 1.25rem 0 0;
  color: #f2f3f5;
  font-size: 0.75rem;
  font-weight: 700;
}

.about-project-caption a:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.about-project-caption small {
  color: #6f7685;
  font-size: inherit;
  font-weight: 400;
}

.about-project-caption img {
  position: absolute;
  right: 0;
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 0.65rem;
}

.about-founder {
  height: 36.34375rem;
  padding-block: 5rem;
}

.founder-shell {
  display: grid;
  grid-template-columns: 9rem minmax(0, 1fr);
  gap: 2rem;
  width: min(calc(100% - 2rem), 48rem);
  margin-inline: auto;
}

.founder-images {
  display: grid;
  align-content: start;
  gap: 0.75rem;
}

.founder-images > img,
.founder-mark {
  width: 9rem;
  height: 9rem;
  overflow: hidden;
  border-radius: 1rem;
}

.founder-images > img {
  object-fit: cover;
  object-position: 56% 44%;
}

.founder-mark {
  display: grid;
  place-items: center;
  border: 1px solid rgba(167, 139, 250, 0.18);
  background: #0d1321;
}

.founder-mark img {
  width: 5rem;
  height: 5rem;
}

.founder-copy h2 {
  margin: 0.85rem 0 0;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.5rem;
}

.founder-copy > p:not(.about-label),
.founder-more p {
  margin: 1rem 0 0;
  color: #a5abb8;
  font-size: 1rem;
  line-height: 1.6;
}

.founder-more p:first-child {
  margin-top: 1rem;
}

.about-read-more {
  display: none;
}

.about-method {
  height: 33.1875rem;
  padding-block: 5rem;
}

.method-shell {
  width: min(calc(100% - 2rem), 56rem);
  margin-inline: auto;
}

.method-heading {
  text-align: center;
}

.method-heading h2 {
  margin: 0.65rem 0 0;
  font-size: 1.875rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 2.25rem;
}

.method-heading > p:not(.about-label) {
  margin: 0.7rem 0 0;
  color: #a7acb8;
  font-size: 1rem;
}

.method-heading small {
  display: block;
  max-width: 34rem;
  margin: 0.8rem auto 0;
  color: #6f7685;
  font-size: 0.875rem;
  line-height: 1.45;
}

.method-grid {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.method-grid article {
  display: grid;
  min-height: 11.2rem;
  justify-items: center;
  align-content: start;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1rem;
  background: rgba(13, 19, 33, 0.7);
  text-align: center;
  transition: border-color 220ms ease, transform 450ms var(--ease);
}

.method-grid article:hover {
  border-color: rgba(167, 139, 250, 0.33);
  transform: translateY(-4px);
}

.method-icon {
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  border-radius: 0.7rem;
  background: #241243;
  color: #a78bfa;
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.sharp-icon {
  display: inline-block;
  width: 1.35rem;
  height: 1.35rem;
  flex: 0 0 auto;
  overflow: visible;
  shape-rendering: geometricPrecision;
}

.method-grid h3 {
  margin: 0.85rem 0 0;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.5rem;
}

.method-grid p {
  margin: 0.45rem 0 0;
  color: #969cab;
  font-size: 0.875rem;
  line-height: 1.4;
}

.about-cta {
  display: grid;
  height: 23.125rem;
  place-items: start center;
  padding: 5rem 1rem;
  text-align: center;
}

.about-cta > div {
  width: min(100%, 56rem);
}

.about-cta h2 {
  margin: 0;
  font-size: 2.25rem;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 2.8125rem;
}

.about-cta p {
  max-width: 39rem;
  margin: 1rem auto 0;
  color: #a5abb7;
  font-size: 1rem;
  line-height: 1.65;
}

.about-cta a {
  display: inline-flex;
  min-width: 12.8rem;
  min-height: 3.75rem;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  margin-top: 2rem;
  padding: 0.9rem 1.5rem;
  border-radius: 1rem;
  background: #fff;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 800;
  transition: background 180ms ease, transform 260ms var(--ease);
}

.about-cta a:hover {
  background: #f1f1f4;
  transform: translateY(-3px);
}

@media (min-width: 48rem) and (max-width: 64rem) {
  .about-hero-grid {
    gap: 2rem;
  }

  .about-hero-copy h1 {
    font-size: 2rem;
    line-height: 1.25;
  }

  .about-hero-copy > p:last-child {
    font-size: 1rem;
    line-height: 1.6;
  }
}

@media (max-width: 47.99rem) {
  .about-hero {
    height: 50.390625rem;
    padding-block: 5rem;
  }

  .about-hero-grid {
    display: block;
  }

  .about-hero-copy {
    text-align: center;
  }

  .about-hero-copy h1 {
    max-width: 21.45rem;
    margin: 1rem auto 0;
    font-size: 1.875rem;
    letter-spacing: -0.025em;
    line-height: 1.25;
  }

  .about-hero-copy > p:last-child {
    max-width: 21.45rem;
    margin: 1.5rem auto 0;
    font-size: 1.125rem;
    line-height: 1.6;
  }

  .about-project {
    margin-top: 2.5rem;
  }

  .about-project-frame {
    border-radius: 1rem;
  }

  .about-browser-bar {
    min-height: 2.875rem;
  }

  .about-browser-address {
    min-width: 10rem;
    font-size: 0.58rem;
  }

  .about-project-caption {
    min-height: 2.625rem;
    margin-top: 1.25rem;
    padding-right: 2.9rem;
    font-size: 0.72rem;
  }

  .about-project-caption img {
    width: 2.625rem;
    height: 2.625rem;
  }

  .about-founder {
    height: 29.59375rem;
    padding-block: 4rem;
  }

  .about-founder.is-expanded {
    height: auto;
  }

  .founder-shell {
    grid-template-columns: 4rem minmax(0, 1fr);
    gap: 1.5rem;
    width: min(calc(100% - 2rem), 48rem);
  }

  .founder-images {
    gap: 0.625rem;
  }

  .founder-images > img,
  .founder-mark {
    width: 4rem;
    height: 4rem;
    border-radius: 0.9rem;
  }

  .founder-mark img {
    width: 2.5rem;
    height: 2.5rem;
  }

  .founder-copy .about-label {
    font-size: 0.6875rem;
  }

  .founder-copy h2 {
    margin-top: 0.65rem;
    font-size: 1.25rem;
  }

  .founder-copy > p:not(.about-label),
  .founder-more p {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.62;
  }

  .founder-more {
    display: none;
  }

  .about-founder.is-expanded .founder-more {
    display: block;
  }

  .about-read-more {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
    margin-top: 0.4rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: #a78bfa;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 800;
  }

  .about-method {
    height: 56.4375rem;
    padding-block: 4rem;
  }

  .method-heading h2 {
    margin-top: 0.75rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .method-heading > p:not(.about-label) {
    margin-top: 0.7rem;
    line-height: 1.5;
  }

  .method-heading small {
    max-width: 20rem;
    margin-top: 0.8rem;
    line-height: 1.45;
  }

  .method-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 2.5rem;
  }

  .method-grid article {
    min-height: 0;
    height: 11.15rem;
    padding: 1.5rem;
  }

  .method-grid article:nth-child(2) {
    height: 10rem;
  }

  .method-grid article:nth-child(3) {
    height: 9.875rem;
  }

  .about-cta {
    height: 24.5rem;
    padding-block: 4rem;
  }

  .about-cta h2 {
    max-width: 21.4rem;
    margin-inline: auto;
    font-size: 1.875rem;
    line-height: 1.25;
  }

  .about-cta p {
    max-width: 21.4rem;
    margin-top: 1.15rem;
    font-size: 1.125rem;
    line-height: 1.55;
  }

  .about-cta a {
    min-width: 12.25rem;
    min-height: 3.4rem;
    margin-top: 2rem;
    border-radius: 0.9rem;
    font-size: 0.95rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-main,
  .about-project-frame,
  .about-project-frame > img,
  .method-grid article,
  .about-cta a {
    transition: none;
  }
}
