/* styles/about.css */
/* About page */

.page-hero--about {
  display: flex;
  align-items: center;
}

.page-hero--about .page-hero__inner {
  position: relative;
  z-index: 1;
}

.page-hero--about .page-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.page-hero--about .page-hero__eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--color-green);
  box-shadow: 0 0 0 7px rgba(104, 211, 145, .12);
  animation: story-pulse 2.2s ease-in-out infinite;
}

.page-hero--about h1 {
  max-width: 1050px;
}

.page-hero--about h2 {
  max-width: 920px;
  margin-top: 12px;
  color: #a8aee0;
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 650;
  line-height: 1.15;
  letter-spacing: -.025em;
}

.page-hero--about + .page-shell {
  position: relative;
}

.page-hero--about + .page-shell::before {
  content: "";
  position: absolute;
  top: 40px;
  bottom: 100px;
  left: calc(50% - 590px - 46px);
  width: 2px;
  background: linear-gradient(var(--color-cyan), var(--color-violet), var(--color-green), transparent);
  opacity: .45;
}

.about-journey,
.about-automation,
.about-method,
.about-portfolio {
  margin-top: 90px;
}

/* Origin story */

.about-origin {
  position: relative;
}

.about-origin::before {
  content: "01";
  position: absolute;
  top: -45px;
  right: 0;
  color: rgba(255, 255, 255, .035);
  font: 900 150px/1 ui-monospace, SFMono-Regular, Consolas, monospace;
  pointer-events: none;
}

.about-origin__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(210px, .55fr);
  align-items: stretch;
  gap: 22px;
}

.about-origin__copy.origin-story {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 1px solid #282b48;
  border-radius: var(--radius);
  background: #0d0f1d;
  color: #fff;
  box-shadow: var(--shadow-card);
}

.origin-story__console {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 12px 17px;
  border-bottom: 1px solid #292c47;
  background: #171a2d;
}

.origin-story__console > span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ff6f77;
}

.origin-story__console > span:nth-child(2) {
  background: #ffc35b;
}

.origin-story__console > span:nth-child(3) {
  background: #67d68b;
}

.origin-story__console code {
  margin-left: 8px;
  color: #8f93ae;
  font: 10px/1.4 ui-monospace, SFMono-Regular, Consolas, monospace;
}

.origin-story__console b {
  margin-left: auto;
  color: var(--color-green);
  font: 9px/1.4 ui-monospace, SFMono-Regular, Consolas, monospace;
  letter-spacing: .12em;
}

.origin-story__route {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 18px 24px;
  border-bottom: 1px solid #292c47;
  background: linear-gradient(90deg, rgba(97, 218, 251, .07), transparent);
}

.origin-story__route span {
  color: #777b97;
  font: 800 9px/1 ui-monospace, SFMono-Regular, Consolas, monospace;
  letter-spacing: .12em;
}

.origin-story__route span.is-active {
  color: var(--color-cyan);
}

.origin-story__route i {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, #3d4162, #292c47);
}

.origin-story__chapter {
  isolation: isolate;
  position: relative;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) 145px;
  align-items: center;
  gap: 22px;
  padding: 32px 25px;
  border-bottom: 1px solid #292c47;
}

.origin-story__chapter:last-child {
  border-bottom: 0;
}

.origin-story__chapter::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(97, 218, 251, .055), transparent 42%);
  opacity: 0;
  transition: opacity .25s ease;
}

.origin-story__chapter--code::before {
  background: linear-gradient(90deg, rgba(155, 140, 255, .065), transparent 50%);
}

.origin-story__chapter--network::before {
  background: linear-gradient(90deg, rgba(255, 184, 107, .06), transparent 50%);
}

.origin-story__chapter--mindset::before {
  background: linear-gradient(90deg, rgba(104, 211, 145, .06), transparent 50%);
}

.origin-story__chapter:hover::before,
.origin-story__chapter:focus-within::before {
  opacity: 1;
}

.origin-story__marker {
  align-self: start;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 3px;
}

.origin-story__marker span {
  color: #878ba9;
  font: 800 9px/1 ui-monospace, SFMono-Regular, Consolas, monospace;
  text-transform: uppercase;
}

.origin-story__marker b {
  color: transparent;
  font: 900 31px/1 ui-monospace, SFMono-Regular, Consolas, monospace;
  -webkit-text-stroke: 1px #62678f;
}

.origin-story__chapter > div:nth-child(2) {
  min-width: 0;
}

.origin-story__chapter .origin-story__eyebrow {
  margin-bottom: 7px;
  color: var(--color-cyan);
  font-weight: 800;
}

.origin-story__chapter--code .origin-story__eyebrow {
  color: #aa9fff;
}

.origin-story__chapter--network .origin-story__eyebrow {
  color: #ffbd7a;
}

.origin-story__chapter--mindset .origin-story__eyebrow {
  color: #76d99a;
}

.origin-story__chapter h3 {
  margin-bottom: 11px;
  color: #fff;
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.15;
  letter-spacing: -.025em;
}

.origin-story__chapter > div > p:last-child {
  color: #b8bacd;
  font-size: 14px;
  line-height: 1.72;
}

.origin-story__graphic {
  position: relative;
  min-height: 105px;
  overflow: hidden;
  border: 1px solid #343752;
  border-radius: 14px;
  background: rgba(255, 255, 255, .025);
}

.origin-story__graphic--blocks i {
  position: absolute;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(97, 218, 251, .5);
  background: rgba(97, 218, 251, .08);
  transform: rotate(30deg) skew(-5deg);
}

.origin-story__graphic--blocks i:nth-child(1) {
  top: 22px;
  left: 27px;
}

.origin-story__graphic--blocks i:nth-child(2) {
  top: 40px;
  left: 58px;
}

.origin-story__graphic--blocks i:nth-child(3) {
  top: 22px;
  left: 89px;
}

.origin-story__graphic--blocks i:nth-child(4) {
  top: 59px;
  left: 27px;
}

.origin-story__graphic--blocks i:nth-child(5) {
  top: 59px;
  left: 89px;
}

.origin-story__graphic--terminal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 9px;
  padding: 14px;
}

.origin-story__graphic--terminal code {
  color: #8e92ad;
  font: 9px/1.3 ui-monospace, SFMono-Regular, Consolas, monospace;
  white-space: nowrap;
}

.origin-story__graphic--terminal em {
  color: var(--color-violet);
  font-style: normal;
}

.origin-story__graphic--nodes {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: center;
  padding: 12px;
}

.origin-story__graphic--nodes span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid #555a82;
  border-radius: 8px;
  color: #c7c9e5;
  font: 700 7px/1 ui-monospace, SFMono-Regular, Consolas, monospace;
}

.origin-story__graphic--nodes i {
  height: 1px;
  background: linear-gradient(90deg, #5c61a3, var(--color-cyan));
  box-shadow: 0 0 8px rgba(97, 218, 251, .35);
}

.origin-story__graphic--pulse {
  display: grid;
  place-items: center;
}

.origin-story__graphic--pulse span {
  position: absolute;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(104, 211, 145, .4);
  border-radius: 50%;
  box-shadow: 0 0 0 12px rgba(104, 211, 145, .05), 0 0 0 24px rgba(104, 211, 145, .025);
}

.origin-story__graphic--pulse b {
  position: relative;
  color: #86dfa5;
  font: 900 10px/1.25 ui-monospace, SFMono-Regular, Consolas, monospace;
  letter-spacing: .08em;
  text-align: center;
}

.about-origin__logos {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  align-content: start;
  gap: 8px;
  overflow: hidden;
  padding: 16px;
  border-radius: var(--radius);
  background: radial-gradient(circle at 80% 10%, rgba(97, 218, 251, .16), transparent 35%), linear-gradient(145deg, #111426, #252953);
  box-shadow: var(--shadow-card);
}

.about-origin__logos::before {
  content: "TECH_STACK";
  position: absolute;
  right: -5px;
  bottom: 10px;
  color: rgba(255, 255, 255, .045);
  font: 900 38px/1 ui-monospace, SFMono-Regular, Consolas, monospace;
  transform: rotate(-90deg) translateX(50%);
  pointer-events: none;
}

.about-origin__logos a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  min-height: 64px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 14px;
  background: rgba(255, 255, 255, .06);
  color: #e8e8ef;
  text-decoration: none;
  backdrop-filter: blur(8px);
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.about-origin__logos a:hover,
.about-origin__logos a:focus-visible {
  border-color: rgba(191, 193, 255, .55);
  background: rgba(255, 255, 255, .11);
}

.about-origin__logos a:nth-child(3n + 1):hover {
  box-shadow: 0 15px 35px rgba(97, 218, 251, .16);
}

.about-origin__logos a:nth-child(3n + 2):hover {
  box-shadow: 0 15px 35px rgba(155, 140, 255, .18);
}

.about-origin__logos a:nth-child(3n):hover {
  box-shadow: 0 15px 35px rgba(104, 211, 145, .16);
}

.about-origin__logos img {
  display: block;
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.about-origin__logos span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
}

/* Career chapters */

.about-journey {
  position: relative;
}

.career-chapters {
  position: relative;
}

.career-chapters::before {
  content: "";
  position: absolute;
  top: 58px;
  bottom: 58px;
  left: 134px;
  width: 2px;
  background: linear-gradient(var(--color-cyan), var(--color-violet), var(--color-orange), var(--color-green));
}

.career-chapter {
  position: relative;
  display: grid;
  grid-template-columns: 270px 1fr;
  align-items: start;
  gap: 42px;
  margin-bottom: 22px;
  padding: 43px;
  border: 1px solid var(--color-line);
  border-radius: 20px;
  background: var(--surface-card);
  color: var(--color-text);
  box-shadow: var(--shadow-card);
  transition: border-color .25s ease, box-shadow .25s ease;
}

.career-chapter:last-child {
  margin-bottom: 0;
}

.career-chapter:hover,
.career-chapter:focus-within {
  border-color: rgba(191, 193, 255, .45);
  box-shadow: 0 25px 62px rgba(0, 0, 0, .3);
}

.career-chapter::before {
  content: "";
  position: absolute;
  top: 53px;
  left: 126px;
  width: 16px;
  height: 16px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--color-cyan);
  box-shadow: 0 0 0 2px var(--color-cyan), 0 0 24px rgba(97, 218, 251, .35);
}

.career-chapter:nth-child(2)::before {
  background: var(--color-violet);
  box-shadow: 0 0 0 2px var(--color-violet), 0 0 24px rgba(155, 140, 255, .35);
}

.career-chapter:nth-child(3)::before {
  background: var(--color-orange);
  box-shadow: 0 0 0 2px var(--color-orange), 0 0 24px rgba(255, 184, 107, .35);
}

.career-chapter:nth-child(4)::before {
  background: var(--color-green);
  box-shadow: 0 0 0 2px var(--color-green), 0 0 24px rgba(104, 211, 145, .35);
}

.career-chapter__visual {
  position: relative;
  align-self: start;
  background: transparent;
  color: #171724;
}

.career-logo-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.career-logo-row a {
  position: relative;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  padding: 13px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #171724;
  text-decoration: none;
  filter: saturate(.9);
  transition: background .2s ease, filter .2s ease, box-shadow .2s ease;
}

.career-logo-row a:hover,
.career-logo-row a:focus-visible {
  background: rgba(255, 255, 255, .72);
  filter: saturate(1.2);
  box-shadow: 0 9px 22px rgba(18, 19, 41, .12);
}

.career-logo-divider {
  height: 1px;
  margin: 18px 0;
  background: #d7d7df;
}

.career-logo-row--development a {
  width: 52px;
  height: 52px;
  padding: 10px;
}

.career-google-logo {
  color: #4285f4;
  font-size: 30px;
  font-weight: 900;
}

.career-ai-logo {
  color: #30325d;
  font-size: 20px;
  font-weight: 950;
}

.career-logo-kgsites {
  border-radius: 8px;
}

.career-service-logo {
  display: block;
  width: 38px;
  height: 38px;
}

.career-service-logo svg {
  width: 100%;
  height: 100%;
  filter: none;
}

.career-service-logo svg path:not(.b) {
  fill: #171724;
}

.career-chapter__content > span {
  display: none;
}

.career-chapter__content h3 {
  margin: 7px 0 17px;
  font-size: clamp(27px, 3.5vw, 40px);
  line-height: 1.04;
  letter-spacing: -.04em;
}

.career-chapter__content p {
  margin-bottom: 14px;
  color: var(--color-muted);
  line-height: 1.72;
}

.career-chapter__content p:last-child {
  margin-bottom: 0;
}

/* Automation */

.about-automation {
  position: relative;
  padding: 54px;
  border-radius: 25px;
  background: linear-gradient(145deg, #111426, #252953);
  box-shadow: 0 28px 75px rgba(15, 17, 38, .2);
}

.about-automation .section-heading > span {
  color: #afb6ff;
}

.about-automation .section-heading__intro {
  color: #c8cada;
}

.about-automation__layout {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 18px;
}

.about-automation__intro {
  display: flex;
  flex-direction: column;
  border-color: rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .055);
  box-shadow: none;
  backdrop-filter: blur(10px);
}

.about-automation__intro h3 {
  margin-top: 24px;
  font-size: 25px;
  line-height: 1.2;
}

.about-automation__intro p + p {
  margin-top: 14px;
}

.about-automation__logos {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.about-automation__logos a {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 13px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  text-decoration: none;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.about-automation__logos a:hover,
.about-automation__logos a:focus-visible {
  border-color: rgba(255, 255, 255, .25);
  background: rgba(255, 255, 255, .14);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
}

.about-automation__logos span {
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .04em;
}

.about-automation__tasks article {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 210px;
  overflow: hidden;
  padding: 23px;
  border: 1px solid var(--color-line-soft);
  border-radius: 15px;
  background: var(--surface-glass);
  color: var(--color-text);
  transition: border-color .22s ease, background .22s ease, box-shadow .22s ease;
}

.about-automation__tasks article::after {
  content: "";
  position: absolute;
  right: -25px;
  bottom: -25px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(97, 218, 251, .08);
  pointer-events: none;
}

.about-automation__tasks article:nth-child(2)::after {
  background: rgba(155, 140, 255, .09);
}

.about-automation__tasks article:hover,
.about-automation__tasks article:focus-within {
  border-color: rgba(191, 193, 255, .35);
  background: var(--surface-glass-hover);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .2);
}

.automation-card__heading {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
}

.automation-card__heading img {
  width: 31px;
  height: 31px;
  object-fit: contain;
}

.automation-card__heading strong {
  font-size: 19px;
}

.about-automation__tasks article > p {
  position: relative;
  z-index: 1;
  margin-top: 8px;
  color: var(--color-muted);
  font-size: 14px;
  line-height: 1.6;
}

/* Working method */

.about-method__grid {
  gap: 22px;
}

.about-method__card {
  position: relative;
  overflow: hidden;
  padding: 38px;
  transition: border-color .24s ease, box-shadow .24s ease;
}

.about-method__card:hover,
.about-method__card:focus-within {
  border-color: rgba(191, 193, 255, .38);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .28);
}

.about-method__number {
  display: block;
  margin-bottom: 30px;
  color: #bfc1ff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .14em;
}

.about-method__card h3 {
  max-width: 430px;
  font-size: 30px;
  line-height: 1.1;
}

.about-method__card p {
  font-size: 15px;
  line-height: 1.75;
}

.about-method__card p + p {
  margin-top: 14px;
}

.about-method__card--dark {
  background: radial-gradient(circle at 90% 5%, rgba(97, 218, 251, .18), transparent 30%), linear-gradient(145deg, #242753, #10121f);
}

.about-method__card--dark::after {
  content: "{ }";
  position: absolute;
  right: 20px;
  bottom: 4px;
  color: rgba(255, 255, 255, .045);
  font: 900 110px/1 ui-monospace, SFMono-Regular, Consolas, monospace;
  pointer-events: none;
}

.about-method__card--dark > * {
  position: relative;
  z-index: 1;
}

/* Portfolio */

.about-portfolio__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.about-portfolio__grid > a {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--color-line-soft);
  border-radius: 17px;
  background: var(--surface-glass);
  color: var(--color-text);
  text-decoration: none;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .2);
  transition: border-color .28s ease, background .28s ease, box-shadow .28s ease;
}

.about-portfolio__grid > a:hover,
.about-portfolio__grid > a:focus-visible {
  border-color: rgba(191, 193, 255, .38);
  background: var(--surface-glass-hover);
  box-shadow: 0 30px 70px rgba(0, 0, 0, .28);
}

.about-portfolio__services-slot {
  display: block;
  margin: 0;
}

.project-card-services--about {
  width: 100%;
  max-width: none;
  min-height: 194px;
  margin: 0;
  padding: 27px 16px 20px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  aspect-ratio: auto;
}

.project-card-services--about .project-card-services__eyebrow {
  margin-bottom: 17px;
}

.project-card-services--about .project-card-services__icons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
  width: min(260px, 100%);
  margin: 0;
}

.project-card-services--about .project-service-icon {
  gap: 7px;
  min-width: 0;
}

.project-card-services--about .project-service-icon__mark {
  width: 44px;
  height: 44px;
}

.project-card-services--about .project-service-icon small {
  margin: 0;
  font-size: 10px;
}

.about-portfolio__grid > a > span:not(.about-portfolio__services-slot):not(.about-portfolio__action) {
  display: block;
  margin: 20px 22px 7px;
  color: #bfc1ff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.about-portfolio__grid h3 {
  margin: 0 22px 8px;
  font-size: 22px;
}

.about-portfolio__grid > a > p {
  margin: 0 22px 24px;
  color: var(--color-muted);
  font-size: 14px;
}

.about-portfolio__action {
  position: absolute;
  top: 18px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(12, 14, 29, .82);
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .09em;
  opacity: 0;
  transition: opacity .2s ease;
}

.about-portfolio__grid > a:hover .about-portfolio__action,
.about-portfolio__grid > a:focus-visible .about-portfolio__action,
.about-portfolio__grid > a:focus-within .about-portfolio__action {
  opacity: 1;
}

/* Closing CTA */

.about-cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 190px;
  overflow: hidden;
  margin-top: 75px;
  padding: 38px;
  border-radius: 20px;
  background: radial-gradient(circle at 85% 30%, rgba(97, 218, 251, .2), transparent 28%), linear-gradient(120deg, #111426, #30325d);
  color: #fff;
}

.about-cta::before {
  content: "READY_TO_BUILD();";
  position: absolute;
  right: 22px;
  bottom: -3px;
  color: rgba(255, 255, 255, .045);
  font: 900 clamp(26px, 5vw, 64px)/1 ui-monospace, SFMono-Regular, Consolas, monospace;
  pointer-events: none;
}

.about-cta > * {
  position: relative;
  z-index: 1;
}

.about-cta h2 {
  font-size: clamp(28px, 4vw, 45px);
}

.about-cta a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 17px;
  border-radius: 9px;
  font-weight: 800;
  text-decoration: none;
}

@keyframes story-pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: .68;
    transform: scale(.75);
  }
}

@media (max-width: 1220px) {
  .page-hero--about + .page-shell::before,
  .career-chapters::before,
  .career-chapter::before {
    display: none;
  }
}

@media (max-width: 1050px) {
  .origin-story__chapter {
    grid-template-columns: 55px minmax(0, 1fr);
  }

  .origin-story__graphic {
    display: none;
  }
}

@media (max-width: 850px) {
  .about-origin__layout,
  .about-portfolio__grid,
  .about-automation__layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 800px) {
  .career-chapter {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 14px;
    padding: 28px 22px;
  }

  .career-chapter__visual {
    max-width: 100%;
  }

  .about-automation {
    padding: 32px 20px;
  }
}

@media (max-width: 768px) {
  .about-journey,
  .about-automation,
  .about-method,
  .about-portfolio {
    margin-top: 70px;
  }

  .career-chapter__content p,
  .about-automation__tasks article > p,
  .about-method__card p,
  .origin-story__chapter > div > p:last-child {
    font-size: 16px;
    line-height: 1.7;
  }

  .about-automation {
    padding: 28px 18px;
  }

  .about-method__card {
    padding: 27px 22px;
  }
}

@media (max-width: 600px) {
  .origin-story__route {
    padding: 15px 14px;
  }

  .origin-story__chapter {
    grid-template-columns: 1fr;
    gap: 13px;
    padding: 26px 18px;
  }

  .origin-story__marker {
    flex-direction: row;
    align-items: center;
  }

  .origin-story__marker b {
    order: -1;
    font-size: 20px;
  }

  .origin-story__console code {
    display: none;
  }
}

@media (max-width: 520px) {
  .about-origin__logos {
    gap: 7px;
    padding: 13px;
  }

  .about-origin__logos a {
    min-height: 58px;
    padding: 9px 12px;
  }

  .about-origin__logos img {
    width: 34px;
    height: 34px;
  }

  .about-automation {
    border-radius: 19px;
  }

  .about-portfolio__action {
    opacity: 1;
  }

  .about-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-hero--about .page-hero__eyebrow::before {
    animation: none;
  }
}
