.about-shell {
  padding-bottom: 24px;
}

.about-section {
  --content-section-padding: 18px 18px 28px;
  --content-section-padding-desktop: 34px 18px 28px;
  --content-section-title-size: clamp(2.35rem, 9vw, 4.6rem);
  --content-section-title-weight: 800;
  --content-section-title-line-height: 0.95;
  --content-section-title-align: center;
  --content-section-title-transform: uppercase;
}

.about-story {
  padding: 24px 18px;
  --deferred-render-size: 1600px;
}

.about-story p {
  max-width: 780px;
  margin: 0 auto 18px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  line-height: 1.78;
  text-align: justify;
  text-align-last: left;
  text-justify: inter-word;
}

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

.about-pullquote {
  color: var(--lime-bright);
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 6vw, 2.5rem);
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1.12;
  text-shadow: 0 0 18px rgba(207, 255, 24, 0.18);
}

.about-context-link {
  width: min(100%, 780px);
  margin: 24px auto 0;
  padding: 20px 18px;
  display: grid;
  gap: 14px;
  text-align: center;
}

.about-context-link p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.65;
}

.about-context-link .ghost-link {
  width: 100%;
}

.founders-figure {
  --deferred-render-size: 980px;
  margin: 24px 0 0;
  padding: 10px;
  border-color: rgba(207, 255, 24, 0.3);
}

.founders-figure img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(120, 244, 255, 0.16);
  object-fit: cover;
}

.founders-figure figcaption {
  margin: 12px 4px 2px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.84rem;
  line-height: 1.45;
  text-align: center;
}

@media (min-width: 900px) {
  .about-section .section-title--page .section-title__accent {
    width: 10px;
    height: clamp(46px, 4.8vw, 58px);
  }

  .about-story {
    padding: 44px 72px;
  }

  .about-story p {
    font-size: 1.06rem;
  }

  .about-context-link {
    width: 100%;
    margin-top: 44px;
    padding: 24px 28px;
  }

  .founders-figure {
    width: min(100%, 760px);
    margin: 34px auto 0;
    padding: 14px;
  }
}
