.page--about main {
  background:
    radial-gradient(circle at 8% 31%, rgba(113, 35, 119, 0.09), transparent 24%),
    #020711;
}

.mock-container {
  width: min(calc(100% - 64px), 1328px);
  margin-inline: auto;
}

.mock-section {
  border-bottom: 1px solid var(--mock-line);
}

.mock-about-kicker,
.mock-about-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 14px;
  color: #b9bdc8;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.mock-about-kicker::before,
.mock-about-hero__eyebrow::before {
  width: 26px;
  height: 3px;
  border-radius: 99px;
  background: var(--mock-gradient);
  content: "";
}

.mock-about-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
  align-items: end;
  gap: clamp(28px, 5vw, 80px);
  margin-bottom: clamp(24px, 2.7vw, 38px);
}

.mock-about-heading > * {
  min-width: 0;
}

.mock-about-heading h2,
.mock-about-proof h2,
.mock-about-cta h2 {
  margin: 0;
  font-size: clamp(32px, 3.2vw, 48px);
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.mock-about-heading > p {
  max-width: 560px;
  margin: 0;
  color: var(--mock-muted);
  font-size: 15px;
  line-height: 1.6;
}

/* Hero */
.mock-about-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  min-height: 570px;
  overflow: hidden;
  border-bottom: 1px solid var(--mock-line);
  background: #020711;
}

.mock-about-hero > * {
  min-width: 0;
}

.mock-about-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 4vw, 64px) clamp(34px, 4vw, 64px) clamp(38px, 4vw, 58px) max(32px, calc((100vw - 1328px) / 2));
}

.mock-about-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(52px, 5vw, 76px);
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.mock-about-hero__statement {
  max-width: 640px;
  margin: 0 0 20px;
  font-size: clamp(25px, 2.2vw, 35px);
  font-weight: 650;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.mock-about-hero__lead {
  max-width: 650px;
  margin: 0;
  color: var(--mock-muted);
  font-size: 15px;
  line-height: 1.62;
}

.mock-about-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  margin: 32px 0 0;
}

.mock-about-metrics > div {
  min-width: 0;
  padding: 0 clamp(12px, 1.4vw, 20px);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.mock-about-metrics > div:first-child {
  padding-left: 0;
  border-left: 0;
}

.mock-about-metrics dt {
  color: #ef4b86;
  font-size: clamp(23px, 2vw, 28px);
  line-height: 1;
  white-space: nowrap;
}

.mock-about-metrics > div:nth-child(odd) dt {
  color: #ff704f;
}

.mock-about-metrics dd {
  margin: 8px 0 0;
  font-size: 11px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.mock-about-hero__media {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.mock-about-hero__media::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 7, 17, 0.5), transparent 22%),
    linear-gradient(0deg, rgba(2, 7, 17, 0.36), transparent 42%);
  content: "";
  pointer-events: none;
}

.mock-about-hero__media img {
  width: 100%;
  height: 100%;
  min-height: 570px;
  object-fit: cover;
  object-position: center;
}

/* Project flow */
.mock-about-process {
  padding: clamp(42px, 4.5vw, 64px) 0;
}

.mock-process-line {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 28px);
  padding: 0;
  margin: 0;
  list-style: none;
}

.mock-process-line li {
  position: relative;
  min-width: 0;
  padding-top: 72px;
}

.mock-process-line li:not(:last-child)::after {
  position: absolute;
  top: 25px;
  left: 62px;
  width: calc(100% - 34px);
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.08));
  content: "";
}

.mock-process-icon {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 13px;
  background: #090e18;
}

.mock-process-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: #ef4b86;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.mock-process-step {
  position: absolute;
  top: 15px;
  right: 4px;
  color: rgba(255, 255, 255, 0.25);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.mock-process-line h3 {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.3;
}

.mock-process-line p {
  margin: 0;
  color: var(--mock-muted);
  font-size: 13px;
  line-height: 1.55;
}

/* Roles */
.mock-about-team {
  padding: clamp(42px, 4.5vw, 64px) 0;
}

.mock-role-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.mock-role-card {
  position: relative;
  isolation: isolate;
  min-width: 0;
  min-height: 340px;
  overflow: hidden;
  border: 1px solid var(--mock-line);
  border-radius: 12px;
  background-color: #070c15;
  background-image: var(--role-image);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.mock-role-card::after {
  position: absolute;
  z-index: 1;
  inset: 22% 0 0;
  background: linear-gradient(180deg, transparent, rgba(3, 7, 14, 0.82) 34%, #03070e 68%);
  content: "";
  pointer-events: none;
}

.mock-role-card > div {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  min-height: 57%;
  flex-direction: column;
  justify-content: flex-end;
  padding: 76px 17px 20px;
}

.mock-role-grid h3 {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 9px;
  font-size: 13px;
  line-height: 1.25;
  text-transform: uppercase;
}

.mock-role-icon {
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  fill: none;
  stroke: #f05082;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.mock-role-grid p {
  margin: 0;
  color: var(--mock-muted);
  font-size: 12px;
  line-height: 1.5;
}

/* One proof block: concrete safeguards without repeating generic principles. */
.mock-about-proof {
  padding: clamp(42px, 4.5vw, 64px) 0;
  background: linear-gradient(120deg, rgba(58, 14, 52, 0.22), transparent 45%);
}

.mock-about-proof__layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(30px, 4vw, 58px);
  align-items: stretch;
}

.mock-about-proof__layout > * {
  min-width: 0;
}

.mock-about-proof__intro {
  display: flex;
  min-height: 100%;
  flex-direction: column;
}

.mock-about-proof__intro > p:not(.mock-about-kicker) {
  max-width: 570px;
  margin: 20px 0 24px;
  color: var(--mock-muted);
  font-size: 14px;
  line-height: 1.6;
}

.mock-about-proof__intro strong {
  color: #fff;
}

.mock-about-proof__intro img {
  width: 100%;
  min-height: 150px;
  max-height: 220px;
  margin-top: auto;
  object-fit: cover;
  border: 1px solid var(--mock-line);
  border-radius: 12px;
}

.mock-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.mock-proof-grid article {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  min-width: 0;
  min-height: 152px;
  padding: 20px;
  border: 1px solid var(--mock-line);
  border-radius: 12px;
  background: rgba(7, 12, 22, 0.84);
}

.mock-proof-grid svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: #ef4b86;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.mock-proof-grid h3 {
  margin: 2px 0 7px;
  font-size: 15px;
  line-height: 1.25;
}

.mock-proof-grid p {
  margin: 0;
  color: var(--mock-muted);
  font-size: 12px;
  line-height: 1.52;
}

/* CTA */
.mock-about-cta {
  padding: clamp(28px, 3.3vw, 46px) 0;
  background: #030713;
}

.mock-about-cta__inner {
  display: grid;
  grid-template-columns: minmax(220px, 0.78fr) minmax(280px, 1fr) minmax(340px, auto);
  align-items: center;
  gap: clamp(24px, 3vw, 44px);
  padding: clamp(28px, 3vw, 42px);
  overflow: hidden;
  border: 1px solid rgba(171, 52, 135, 0.48);
  border-radius: 14px;
  background: linear-gradient(105deg, rgba(83, 13, 63, 0.72), rgba(29, 13, 51, 0.78) 55%, rgba(3, 7, 18, 0.97));
}

.mock-about-cta__inner > * {
  min-width: 0;
}

.mock-about-cta h2 {
  font-size: clamp(30px, 2.7vw, 42px);
}

.mock-about-cta__inner > p {
  margin: 0;
  color: var(--mock-muted);
  font-size: 14px;
  line-height: 1.6;
}

.mock-about-cta__actions {
  display: grid;
  gap: 10px;
}

.mock-about-cta__actions .button {
  width: 100%;
  min-width: 0;
}

@media (max-width: 1320px) {
  .mock-about-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 18px;
  }

  .mock-about-metrics > div:nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }

  .mock-about-metrics > div:nth-child(n + 3) {
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }
}

@media (max-width: 1180px) {
  .mock-about-hero {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }

  .mock-about-hero__copy {
    padding: 46px max(32px, calc((100vw - 1080px) / 2));
  }

  .mock-about-hero__lead {
    max-width: 780px;
  }

  .mock-about-metrics {
    max-width: 760px;
  }

  .mock-about-hero__media img {
    min-height: 0;
    height: clamp(340px, 45vw, 500px);
    object-position: center 43%;
  }

  .mock-process-line {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mock-process-line li {
    min-height: 210px;
    padding: 76px 20px 22px;
    border: 1px solid var(--mock-line);
    border-radius: 12px;
    background: rgba(7, 12, 21, 0.72);
  }

  .mock-process-line li:not(:last-child)::after {
    display: none;
  }

  .mock-process-icon {
    top: 18px;
    left: 20px;
  }

  .mock-process-step {
    top: 29px;
    right: 20px;
  }

  .mock-role-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mock-role-card {
    min-height: 380px;
  }
}

@media (max-width: 1100px) {
  .mock-about-proof__layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .mock-about-proof__intro img {
    max-height: 260px;
  }

  .mock-about-cta__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mock-about-cta__actions {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .mock-container {
    width: min(calc(100% - 40px), 680px);
  }

  .mock-about-heading {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  .mock-about-heading > p {
    max-width: 620px;
  }

  .mock-about-hero__copy {
    padding: 40px 20px;
  }

  .mock-process-line,
  .mock-role-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mock-role-card {
    min-height: 360px;
  }

  .mock-about-cta__inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .mock-about-cta__actions {
    grid-column: auto;
  }
}

@media (max-width: 560px) {
  .mock-container {
    width: calc(100% - 28px);
  }

  .mock-about-hero h1 {
    font-size: clamp(44px, 14vw, 58px);
  }

  .mock-about-hero__statement {
    font-size: clamp(23px, 7.2vw, 29px);
  }

  .mock-about-hero__lead {
    font-size: 14px;
  }

  .mock-about-metrics {
    margin-top: 26px;
  }

  .mock-about-metrics > div {
    padding-right: 10px;
    padding-left: 10px;
  }

  .mock-about-metrics dd {
    font-size: 10px;
  }

  .mock-about-hero__media img {
    height: 300px;
  }

  .mock-about-heading h2,
  .mock-about-proof h2 {
    font-size: 32px;
    overflow-wrap: anywhere;
  }

  .mock-process-line,
  .mock-role-grid,
  .mock-proof-grid,
  .mock-about-cta__actions {
    grid-template-columns: minmax(0, 1fr);
  }

  .mock-process-line li {
    min-height: 0;
  }

  .mock-role-card {
    min-height: 390px;
  }

  .mock-proof-grid article {
    min-height: 0;
    padding: 18px;
  }

  .mock-about-cta__inner {
    padding: 24px 18px;
  }
}

@media (max-width: 380px) {
  .mock-about-hero__copy {
    padding-inline: 14px;
  }

  .mock-about-metrics dt {
    font-size: 21px;
  }

  .mock-about-metrics dd {
    font-size: 9px;
  }

  .mock-proof-grid article {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 11px;
  }

  .mock-proof-grid svg {
    width: 28px;
    height: 28px;
  }
}
